From 1172613879c3ad64fa4c1b6966c66b46b958f65c Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Wed, 20 Dec 2023 13:35:18 +0300 Subject: [PATCH] Refactor #4985 - update .d.ts --- components/lib/datatable/DataTable.d.ts | 2 +- components/lib/listbox/Listbox.d.ts | 2 +- components/lib/orderlist/OrderList.d.ts | 2 +- components/lib/picklist/PickList.d.ts | 2 +- components/lib/tree/Tree.d.ts | 2 +- components/lib/treeselect/TreeSelect.d.ts | 2 +- components/lib/treetable/TreeTable.d.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/lib/datatable/DataTable.d.ts b/components/lib/datatable/DataTable.d.ts index 9fe2d7d17..4442ee73c 100755 --- a/components/lib/datatable/DataTable.d.ts +++ b/components/lib/datatable/DataTable.d.ts @@ -966,7 +966,7 @@ export interface DataTableProps { /** * Defines whether metaKey is requred or not for the selection. When true metaKey needs to be pressed to select or unselect an item and * when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /** diff --git a/components/lib/listbox/Listbox.d.ts b/components/lib/listbox/Listbox.d.ts index 945637f5a..45883b012 100755 --- a/components/lib/listbox/Listbox.d.ts +++ b/components/lib/listbox/Listbox.d.ts @@ -257,7 +257,7 @@ export interface ListboxProps { /** * Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. * On touch enabled devices, metaKeySelection is turned off automatically. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /** diff --git a/components/lib/orderlist/OrderList.d.ts b/components/lib/orderlist/OrderList.d.ts index 4d8f1bd2d..3a403a430 100755 --- a/components/lib/orderlist/OrderList.d.ts +++ b/components/lib/orderlist/OrderList.d.ts @@ -222,7 +222,7 @@ export interface OrderListProps { * Defines whether metaKey is requred or not for the selection. * When true metaKey needs to be pressed to select or unselect an item and * when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /** diff --git a/components/lib/picklist/PickList.d.ts b/components/lib/picklist/PickList.d.ts index c7bb39b79..a256fe2da 100755 --- a/components/lib/picklist/PickList.d.ts +++ b/components/lib/picklist/PickList.d.ts @@ -332,7 +332,7 @@ export interface PickListProps { * Defines whether metaKey is requred or not for the selection. * When true metaKey needs to be pressed to select or unselect an item and * when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /** diff --git a/components/lib/tree/Tree.d.ts b/components/lib/tree/Tree.d.ts index 41a46c852..5019e352d 100755 --- a/components/lib/tree/Tree.d.ts +++ b/components/lib/tree/Tree.d.ts @@ -238,7 +238,7 @@ export interface TreeProps { /** * Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. * On touch enabled devices, metaKeySelection is turned off automatically. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /** diff --git a/components/lib/treeselect/TreeSelect.d.ts b/components/lib/treeselect/TreeSelect.d.ts index 76bf33a6e..05d33ac5e 100644 --- a/components/lib/treeselect/TreeSelect.d.ts +++ b/components/lib/treeselect/TreeSelect.d.ts @@ -214,7 +214,7 @@ export interface TreeSelectProps { /** * Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. * On touch enabled devices, metaKeySelection is turned off automatically. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /** diff --git a/components/lib/treetable/TreeTable.d.ts b/components/lib/treetable/TreeTable.d.ts index 2a0ea55ae..bfba4f38c 100755 --- a/components/lib/treetable/TreeTable.d.ts +++ b/components/lib/treetable/TreeTable.d.ts @@ -417,7 +417,7 @@ export interface TreeTableProps { /** * Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. * On touch enabled devices, metaKeySelection is turned off automatically. - * @defaultValue true + * @defaultValue false */ metaKeySelection?: boolean | undefined; /**