@ironsource/shared-ui 2.1.11-test.49 → 2.1.11-test.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_27802170_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
- package/IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_2ca7b24c_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/Typography.vue_vue_type_style_index_0_scoped_5714d43e_lang.css +1 -0
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/index.d.ts +14 -14
- package/components/chart/Chart.vue.d.ts +1 -1
- package/components/chart/index.d.ts +20 -20
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +3 -3
- package/components/dropdown/v4/ConditionalDropdown.vue.js +2 -2
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +1 -1
- package/components/dropdown/v4/index.d.ts +3 -3
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/icon/v4/IconFlag.vue.js +3 -3
- package/components/icon/v4/IconFlag.vue2.js +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +184 -164
- package/components/sortableList/SortableItem.vue.d.ts +5 -0
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +80 -65
- package/components/sortableList/SortableList.vue.d.ts +16 -0
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +100 -87
- package/components/sortableList/index.d.ts +59 -1
- package/components/table/v4/DataGrid.vue.d.ts +2 -2
- package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +59 -59
- package/components/table-cells/common/Editable.common.js +8 -7
- package/components/table-cells/common/EditableContext.d.ts +1 -0
- package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +11 -10
- package/components/table-cells/v4/index.d.ts +20 -1
- package/components/tooltip/v4/TooltipV4.vue.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- package/components/typography/v4/Typography.vue.js +4 -4
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/composables/useFormValidation.d.ts +1 -1
- package/index.d.ts +282 -128
- package/index.js +1 -1
- package/package.json +239 -2
- package/testids/index.d.ts +1 -0
- package/testids/index.js +13 -13
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
- package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +0 -1
- package/components/alert/Alert.stories.d.ts +0 -8
- package/components/appHeader/AppHeader.stories.d.ts +0 -98
- package/components/appIcon/AppIcon.spec.d.ts +0 -1
- package/components/appIcon/AppIcon.stories.d.ts +0 -32
- package/components/appTrigger/AppTrigger.spec.d.ts +0 -1
- package/components/appTrigger/AppTrigger.stories.d.ts +0 -163
- package/components/autocomplete/Autocomplete.stories.d.ts +0 -9
- package/components/autocompleteDropdown/AutocompleteDropdown.spec.d.ts +0 -1
- package/components/autocompleteDropdown/AutocompleteDropdown.stories.d.ts +0 -232
- package/components/banner/Banner.spec.d.ts +0 -1
- package/components/banner/Banner.stories.d.ts +0 -122
- package/components/button/v3/Button.spec.d.ts +0 -1
- package/components/button/v3/Button.stories.d.ts +0 -155
- package/components/button/v3/ButtonBase.spec.d.ts +0 -1
- package/components/button/v3/IconButton.stories.d.ts +0 -150
- package/components/button/v3/ScrollButton.stories.d.ts +0 -55
- package/components/button/v4/Button.stories.d.ts +0 -275
- package/components/button/v4/ButtonGroup.stories.d.ts +0 -120
- package/components/button/v4/IconButton.stories.d.ts +0 -206
- package/components/button/v4/ToggleButtonGroupAB.stories.d.ts +0 -182
- package/components/chart/Chart.stories.d.ts +0 -17
- package/components/checkbox/v3/Checkbox.spec.d.ts +0 -1
- package/components/checkbox/v3/Checkbox.stories.d.ts +0 -187
- package/components/checkbox/v4/CheckboxV4.stories.d.ts +0 -7
- package/components/chip/v3/Chip.spec.d.ts +0 -1
- package/components/chip/v3/Chip.stories.d.ts +0 -170
- package/components/chip/v4/ChipV4.stories.d.ts +0 -7
- package/components/datePicker/v3/DatePicker.stories.d.ts +0 -189
- package/components/datePicker/v4/DatePicker.stories.d.ts +0 -261
- package/components/dateRange/v3/DateRange.stories.d.ts +0 -415
- package/components/dateRange/v4/DateRange.stories.d.ts +0 -412
- package/components/dialog/v3/Dialog.spec.d.ts +0 -1
- package/components/dialog/v3/Dialog.stories.d.ts +0 -374
- package/components/dialog/v4/DialogV4.stories.d.ts +0 -9
- package/components/dropdown/v3/Dropdown.spec.d.ts +0 -1
- package/components/dropdown/v3/Dropdown.stories.d.ts +0 -1161
- package/components/dropdown/v4/AppDropdownTrigger.stories.d.ts +0 -487
- package/components/dropdown/v4/ButtonDropdownTrigger.stories.d.ts +0 -10
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.stories.d.ts +0 -8
- package/components/dropdown/v4/ChipDropdownTrigger.stories.d.ts +0 -135
- package/components/dropdown/v4/Conditional.stories.d.ts +0 -711
- package/components/dropdown/v4/DefaultDropdownTrigger.stories.d.ts +0 -598
- package/components/dropdown/v4/IconButtonDropdownTrigger.stories.d.ts +0 -20
- package/components/dropdown/v4/MultiSelection.stories.d.ts +0 -3769
- package/components/dropdown/v4/SingleSelection.stories.d.ts +0 -5688
- package/components/dropdown/v4/TreeDropdown.stories.d.ts +0 -9
- package/components/emptyState/v3/EmptyState.spec.d.ts +0 -1
- package/components/emptyState/v3/EmptyState.stories.d.ts +0 -295
- package/components/emptyState/v4/EmptyStateV4.stories.d.ts +0 -6
- package/components/filterDropdown/AddFilterButton.spec.d.ts +0 -1
- package/components/filterDropdown/AddFilterButton.stories.d.ts +0 -108
- package/components/filterDropdown/FilterDropdown.spec.d.ts +0 -1
- package/components/filterDropdown/FilterDropdown.stories.d.ts +0 -70
- package/components/filtersPanel/v3/FiltersPanel.spec.d.ts +0 -1
- package/components/filtersPanel/v3/FiltersPanel.stories.d.ts +0 -8
- package/components/filtersPanel/v4/FiltersPanelV4.stories.d.ts +0 -4
- package/components/floatingToolbar/FloatingToolbar.spec.d.ts +0 -1
- package/components/floatingToolbar/FloatingToolbar.stories.d.ts +0 -127
- package/components/forms/CardPanel.stories.d.ts +0 -6
- package/components/forms/FormCard.stories.d.ts +0 -9
- package/components/forms/FormRow.stories.d.ts +0 -4
- package/components/forms/validation/Validation.stories.d.ts +0 -4
- package/components/forms/validation/examples/dynamicForm/DynamicForm.stories.d.ts +0 -7
- package/components/forms/validation/examples/simpleForm/SimpleForm.stories.d.ts +0 -7
- package/components/icon/v3/Icon.spec.d.ts +0 -1
- package/components/icon/v3/Icon.stories.d.ts +0 -112
- package/components/icon/v4/IconFlag.stories.d.ts +0 -5
- package/components/icon/v4/IconV4.spec.d.ts +0 -1
- package/components/icon/v4/IconV4.stories.d.ts +0 -195
- package/components/includeExclude/EditColumns.stories.d.ts +0 -490
- package/components/includeExclude/IncludeExclude.spec.d.ts +0 -1
- package/components/includeExclude/IncludeExclude.stories.d.ts +0 -456
- package/components/inlineCopy/InlineCopy.stories.d.ts +0 -112
- package/components/input/v3/DollarInput.spec.d.ts +0 -1
- package/components/input/v3/DollarInput.stories.d.ts +0 -275
- package/components/input/v3/Input.spec.d.ts +0 -1
- package/components/input/v3/Input.stories.d.ts +0 -1182
- package/components/input/v3/PasswordInput.stories.d.ts +0 -272
- package/components/input/v3/PercentageInput.stories.d.ts +0 -281
- package/components/input/v4/TextField.stories.d.ts +0 -14
- package/components/layout/FoldableSection.stories.d.ts +0 -4
- package/components/loader/v4/Loader.stories.d.ts +0 -136
- package/components/menu/Menu.stories.d.ts +0 -175
- package/components/menuItem/MenuItem.spec.d.ts +0 -1
- package/components/menuItem/MenuItem.stories.d.ts +0 -55
- package/components/multibar/MultiBar.stories.d.ts +0 -7
- package/components/popover/v3/Popover.spec.d.ts +0 -1
- package/components/popover/v3/Popover.stories.d.ts +0 -214
- package/components/popover/v4/Popover.stories.d.ts +0 -271
- package/components/radioButton/v3/RadioButton.spec.d.ts +0 -1
- package/components/radioButton/v3/RadioButton.stories.d.ts +0 -368
- package/components/radioButton/v4/RadioButtonV4.stories.d.ts +0 -7
- package/components/search/v3/Search.spec.d.ts +0 -1
- package/components/search/v3/Search.stories.d.ts +0 -75
- package/components/search/v4/Search.stories.d.ts +0 -63
- package/components/skeleton/v3/Skeleton.spec.d.ts +0 -1
- package/components/skeleton/v3/Skeleton.stories.d.ts +0 -83
- package/components/skeleton/v4/SkeletonV4.stories.d.ts +0 -5
- package/components/snackbar/v3/Snackbar.spec.d.ts +0 -1
- package/components/snackbar/v3/Snackbar.stories.d.ts +0 -22
- package/components/snackbar/v4/Snackbar.stories.d.ts +0 -24
- package/components/sortableList/SortableList.stories.d.ts +0 -5
- package/components/statusDot/StatusDot.stories.d.ts +0 -21
- package/components/switch/v3/Switch.spec.d.ts +0 -1
- package/components/switch/v3/Switch.stories.d.ts +0 -147
- package/components/switch/v4/Switch.spec.d.ts +0 -1
- package/components/switch/v4/Switch.stories.d.ts +0 -48
- package/components/table/v3/Table.spec.d.ts +0 -1
- package/components/table/v3/Table.stories.d.ts +0 -1227
- package/components/table/v3/TableCheckbox.stories.d.ts +0 -814
- package/components/table/v4/DataGrid.stories.d.ts +0 -24
- package/components/table/v4/MultipleDataGrid.stories.d.ts +0 -4
- package/components/tabs/v3/Tabs.spec.d.ts +0 -1
- package/components/tabs/v3/Tabs.stories.d.ts +0 -172
- package/components/tabs/v4/TabsV4.stories.d.ts +0 -8
- package/components/textArea/v3/TextArea.spec.d.ts +0 -1
- package/components/textArea/v3/TextArea.stories.d.ts +0 -89
- package/components/textArea/v4/TextAreaV4.stories.d.ts +0 -9
- package/components/toggle/v3/Toggle.spec.d.ts +0 -1
- package/components/toggle/v3/Toggle.stories.d.ts +0 -107
- package/components/toggle/v4/ToggleV4.stories.d.ts +0 -9
- package/components/tooltip/v3/TextWithTitleContent.spec.d.ts +0 -1
- package/components/tooltip/v3/Tooltip.spec.d.ts +0 -1
- package/components/tooltip/v3/Tooltip.stories.d.ts +0 -253
- package/components/tooltip/v4/Tooltip.stories.d.ts +0 -336
- package/components/typography/Heading.spec.d.ts +0 -1
- package/components/typography/Heading.stories.d.ts +0 -119
- package/components/typography/Text.stories.d.ts +0 -131
- package/components/typography/v4/Typography.spec.d.ts +0 -1
- package/components/typography/v4/Typography.stories.d.ts +0 -179
- package/design-foundation.stories/border-radius/BorderRadius.stories.d.ts +0 -4
- package/design-foundation.stories/breakpoints/Breakpoints.stories.d.ts +0 -4
- package/design-foundation.stories/colors/Colors.stories.d.ts +0 -4
- package/design-foundation.stories/elevations/Elevations.stories.d.ts +0 -4
- package/design-foundation.stories/grid-layout/GridLayout.stories.d.ts +0 -13
- package/design-foundation.stories/spacing/Spacing.stories.d.ts +0 -4
- package/design-foundation.stories/typography/Typography.stories.d.ts +0 -4
|
@@ -11,12 +11,15 @@ declare const SortableListTypes: () => ({
|
|
|
11
11
|
searchPlaceholder: string;
|
|
12
12
|
items: import("./SortableList.types").SortableListItem[];
|
|
13
13
|
selectedChildId: string | number;
|
|
14
|
+
childListMaxHeight: string;
|
|
14
15
|
searchHandler: (item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
15
16
|
openId: string | number;
|
|
16
17
|
selectedId: string | number;
|
|
17
18
|
showSearch: boolean;
|
|
18
19
|
loadingRowCount: number;
|
|
19
20
|
emptyStateTitle: string;
|
|
21
|
+
isSticky: boolean;
|
|
22
|
+
zIndexBase: number;
|
|
20
23
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
21
24
|
search: {
|
|
22
25
|
type: import("vue").PropType<string>;
|
|
@@ -48,6 +51,10 @@ declare const SortableListTypes: () => ({
|
|
|
48
51
|
type: import("vue").PropType<string | number>;
|
|
49
52
|
default: any;
|
|
50
53
|
};
|
|
54
|
+
childListMaxHeight: {
|
|
55
|
+
type: import("vue").PropType<string>;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
51
58
|
searchHandler: {
|
|
52
59
|
type: import("vue").PropType<(item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
53
60
|
default: any;
|
|
@@ -72,6 +79,14 @@ declare const SortableListTypes: () => ({
|
|
|
72
79
|
type: import("vue").PropType<string>;
|
|
73
80
|
default: string;
|
|
74
81
|
};
|
|
82
|
+
isSticky: {
|
|
83
|
+
type: import("vue").PropType<boolean>;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
zIndexBase: {
|
|
87
|
+
type: import("vue").PropType<number>;
|
|
88
|
+
default: number;
|
|
89
|
+
};
|
|
75
90
|
}>> & {
|
|
76
91
|
onClearSearch?: () => any;
|
|
77
92
|
onSortableItemDragged?: (event: {
|
|
@@ -83,7 +98,7 @@ declare const SortableListTypes: () => ({
|
|
|
83
98
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
84
99
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
85
100
|
"onUpdate:search"?: (query: string) => any;
|
|
86
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
101
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "childListMaxHeight" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase">;
|
|
87
102
|
$attrs: {
|
|
88
103
|
[x: string]: unknown;
|
|
89
104
|
};
|
|
@@ -131,6 +146,10 @@ declare const SortableListTypes: () => ({
|
|
|
131
146
|
type: import("vue").PropType<string | number>;
|
|
132
147
|
default: any;
|
|
133
148
|
};
|
|
149
|
+
childListMaxHeight: {
|
|
150
|
+
type: import("vue").PropType<string>;
|
|
151
|
+
default: string;
|
|
152
|
+
};
|
|
134
153
|
searchHandler: {
|
|
135
154
|
type: import("vue").PropType<(item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
136
155
|
default: any;
|
|
@@ -155,6 +174,14 @@ declare const SortableListTypes: () => ({
|
|
|
155
174
|
type: import("vue").PropType<string>;
|
|
156
175
|
default: string;
|
|
157
176
|
};
|
|
177
|
+
isSticky: {
|
|
178
|
+
type: import("vue").PropType<boolean>;
|
|
179
|
+
default: boolean;
|
|
180
|
+
};
|
|
181
|
+
zIndexBase: {
|
|
182
|
+
type: import("vue").PropType<number>;
|
|
183
|
+
default: number;
|
|
184
|
+
};
|
|
158
185
|
}>> & {
|
|
159
186
|
onClearSearch?: () => any;
|
|
160
187
|
onSortableItemDragged?: (event: {
|
|
@@ -185,12 +212,15 @@ declare const SortableListTypes: () => ({
|
|
|
185
212
|
searchPlaceholder: string;
|
|
186
213
|
items: import("./SortableList.types").SortableListItem[];
|
|
187
214
|
selectedChildId: string | number;
|
|
215
|
+
childListMaxHeight: string;
|
|
188
216
|
searchHandler: (item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
189
217
|
openId: string | number;
|
|
190
218
|
selectedId: string | number;
|
|
191
219
|
showSearch: boolean;
|
|
192
220
|
loadingRowCount: number;
|
|
193
221
|
emptyStateTitle: string;
|
|
222
|
+
isSticky: boolean;
|
|
223
|
+
zIndexBase: number;
|
|
194
224
|
}, {}, string> & {
|
|
195
225
|
beforeCreate?: (() => void) | (() => void)[];
|
|
196
226
|
created?: (() => void) | (() => void)[];
|
|
@@ -242,6 +272,10 @@ declare const SortableListTypes: () => ({
|
|
|
242
272
|
type: import("vue").PropType<string | number>;
|
|
243
273
|
default: any;
|
|
244
274
|
};
|
|
275
|
+
childListMaxHeight: {
|
|
276
|
+
type: import("vue").PropType<string>;
|
|
277
|
+
default: string;
|
|
278
|
+
};
|
|
245
279
|
searchHandler: {
|
|
246
280
|
type: import("vue").PropType<(item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
247
281
|
default: any;
|
|
@@ -266,6 +300,14 @@ declare const SortableListTypes: () => ({
|
|
|
266
300
|
type: import("vue").PropType<string>;
|
|
267
301
|
default: string;
|
|
268
302
|
};
|
|
303
|
+
isSticky: {
|
|
304
|
+
type: import("vue").PropType<boolean>;
|
|
305
|
+
default: boolean;
|
|
306
|
+
};
|
|
307
|
+
zIndexBase: {
|
|
308
|
+
type: import("vue").PropType<number>;
|
|
309
|
+
default: number;
|
|
310
|
+
};
|
|
269
311
|
}>> & {
|
|
270
312
|
onClearSearch?: () => any;
|
|
271
313
|
onSortableItemDragged?: (event: {
|
|
@@ -312,6 +354,10 @@ declare const SortableListTypes: () => ({
|
|
|
312
354
|
type: import("vue").PropType<string | number>;
|
|
313
355
|
default: any;
|
|
314
356
|
};
|
|
357
|
+
childListMaxHeight: {
|
|
358
|
+
type: import("vue").PropType<string>;
|
|
359
|
+
default: string;
|
|
360
|
+
};
|
|
315
361
|
searchHandler: {
|
|
316
362
|
type: import("vue").PropType<(item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
317
363
|
default: any;
|
|
@@ -336,6 +382,14 @@ declare const SortableListTypes: () => ({
|
|
|
336
382
|
type: import("vue").PropType<string>;
|
|
337
383
|
default: string;
|
|
338
384
|
};
|
|
385
|
+
isSticky: {
|
|
386
|
+
type: import("vue").PropType<boolean>;
|
|
387
|
+
default: boolean;
|
|
388
|
+
};
|
|
389
|
+
zIndexBase: {
|
|
390
|
+
type: import("vue").PropType<number>;
|
|
391
|
+
default: number;
|
|
392
|
+
};
|
|
339
393
|
}>> & {
|
|
340
394
|
onClearSearch?: () => any;
|
|
341
395
|
onSortableItemDragged?: (event: {
|
|
@@ -366,14 +420,18 @@ declare const SortableListTypes: () => ({
|
|
|
366
420
|
searchPlaceholder: string;
|
|
367
421
|
items: import("./SortableList.types").SortableListItem[];
|
|
368
422
|
selectedChildId: string | number;
|
|
423
|
+
childListMaxHeight: string;
|
|
369
424
|
searchHandler: (item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
370
425
|
openId: string | number;
|
|
371
426
|
selectedId: string | number;
|
|
372
427
|
showSearch: boolean;
|
|
373
428
|
loadingRowCount: number;
|
|
374
429
|
emptyStateTitle: string;
|
|
430
|
+
isSticky: boolean;
|
|
431
|
+
zIndexBase: number;
|
|
375
432
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
376
433
|
$slots: {
|
|
434
|
+
header?(_: {}): any;
|
|
377
435
|
menu?(_: {
|
|
378
436
|
item: import("./SortableList.types").SortableListItem;
|
|
379
437
|
}): any;
|
|
@@ -145,8 +145,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
145
145
|
onClickRow?: (rowIndex: number) => any;
|
|
146
146
|
}, {
|
|
147
147
|
sort: Sort;
|
|
148
|
-
search: string;
|
|
149
148
|
title: string;
|
|
149
|
+
search: string;
|
|
150
150
|
testId: string;
|
|
151
151
|
isLoading: boolean;
|
|
152
152
|
searchAutoFocus: boolean;
|
|
@@ -156,6 +156,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
156
156
|
loadingRowCount: number;
|
|
157
157
|
emptyStateTitle: string;
|
|
158
158
|
isSticky: boolean;
|
|
159
|
+
zIndexBase: number;
|
|
159
160
|
sections: Section[];
|
|
160
161
|
isStickyHeader: boolean;
|
|
161
162
|
emptyStateSubtitle: string;
|
|
@@ -167,7 +168,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
167
168
|
getRowKey: (row: Row, index: number) => string | number;
|
|
168
169
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
169
170
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
170
|
-
zIndexBase: number;
|
|
171
171
|
rowCustomClassKey: string;
|
|
172
172
|
rowDataKey: string;
|
|
173
173
|
isSelectionSticky: boolean;
|
|
@@ -118,11 +118,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
118
118
|
loadingRowCount: number;
|
|
119
119
|
emptyStateTitle: string;
|
|
120
120
|
isSticky: boolean;
|
|
121
|
+
zIndexBase: number;
|
|
121
122
|
emptyStateSubtitle: string;
|
|
122
123
|
getRowId: (row: Row, index: number) => unknown;
|
|
123
124
|
getRowKey: (row: Row, index: number) => string | number;
|
|
124
125
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
125
|
-
zIndexBase: number;
|
|
126
126
|
rowCustomClassKey: string;
|
|
127
127
|
rowDataKey: string;
|
|
128
128
|
totalCount: number;
|
|
@@ -8,8 +8,8 @@ declare const DataGridTypes: () => (({
|
|
|
8
8
|
$data: {};
|
|
9
9
|
$props: Partial<{
|
|
10
10
|
sort: import("../common/Table.types").Sort;
|
|
11
|
-
search: string;
|
|
12
11
|
title: string;
|
|
12
|
+
search: string;
|
|
13
13
|
testId: string;
|
|
14
14
|
isLoading: boolean;
|
|
15
15
|
searchAutoFocus: boolean;
|
|
@@ -19,6 +19,7 @@ declare const DataGridTypes: () => (({
|
|
|
19
19
|
loadingRowCount: number;
|
|
20
20
|
emptyStateTitle: string;
|
|
21
21
|
isSticky: boolean;
|
|
22
|
+
zIndexBase: number;
|
|
22
23
|
sections: import("../common/Table.types").Section[];
|
|
23
24
|
isStickyHeader: boolean;
|
|
24
25
|
emptyStateSubtitle: string;
|
|
@@ -30,7 +31,6 @@ declare const DataGridTypes: () => (({
|
|
|
30
31
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
31
32
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
32
33
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
33
|
-
zIndexBase: number;
|
|
34
34
|
rowCustomClassKey: string;
|
|
35
35
|
rowDataKey: string;
|
|
36
36
|
isSelectionSticky: boolean;
|
|
@@ -40,14 +40,14 @@ declare const DataGridTypes: () => (({
|
|
|
40
40
|
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
41
41
|
default: any;
|
|
42
42
|
};
|
|
43
|
-
search: {
|
|
44
|
-
type: import("vue").PropType<string>;
|
|
45
|
-
default: any;
|
|
46
|
-
};
|
|
47
43
|
title: {
|
|
48
44
|
type: import("vue").PropType<string>;
|
|
49
45
|
default: string;
|
|
50
46
|
};
|
|
47
|
+
search: {
|
|
48
|
+
type: import("vue").PropType<string>;
|
|
49
|
+
default: any;
|
|
50
|
+
};
|
|
51
51
|
testId: {
|
|
52
52
|
type: import("vue").PropType<string>;
|
|
53
53
|
default: string;
|
|
@@ -88,6 +88,10 @@ declare const DataGridTypes: () => (({
|
|
|
88
88
|
type: import("vue").PropType<boolean>;
|
|
89
89
|
default: boolean;
|
|
90
90
|
};
|
|
91
|
+
zIndexBase: {
|
|
92
|
+
type: import("vue").PropType<number>;
|
|
93
|
+
default: number;
|
|
94
|
+
};
|
|
91
95
|
rows: {
|
|
92
96
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
93
97
|
required: true;
|
|
@@ -136,10 +140,6 @@ declare const DataGridTypes: () => (({
|
|
|
136
140
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
137
141
|
default: any;
|
|
138
142
|
};
|
|
139
|
-
zIndexBase: {
|
|
140
|
-
type: import("vue").PropType<number>;
|
|
141
|
-
default: number;
|
|
142
|
-
};
|
|
143
143
|
rowCustomClassKey: {
|
|
144
144
|
type: import("vue").PropType<string>;
|
|
145
145
|
default: string;
|
|
@@ -167,7 +167,7 @@ declare const DataGridTypes: () => (({
|
|
|
167
167
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
168
168
|
onSelectRow?: (value: boolean) => any;
|
|
169
169
|
onClickRow?: (rowIndex: number) => any;
|
|
170
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "
|
|
170
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
|
|
171
171
|
$attrs: {
|
|
172
172
|
[x: string]: unknown;
|
|
173
173
|
};
|
|
@@ -186,14 +186,14 @@ declare const DataGridTypes: () => (({
|
|
|
186
186
|
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
187
187
|
default: any;
|
|
188
188
|
};
|
|
189
|
-
search: {
|
|
190
|
-
type: import("vue").PropType<string>;
|
|
191
|
-
default: any;
|
|
192
|
-
};
|
|
193
189
|
title: {
|
|
194
190
|
type: import("vue").PropType<string>;
|
|
195
191
|
default: string;
|
|
196
192
|
};
|
|
193
|
+
search: {
|
|
194
|
+
type: import("vue").PropType<string>;
|
|
195
|
+
default: any;
|
|
196
|
+
};
|
|
197
197
|
testId: {
|
|
198
198
|
type: import("vue").PropType<string>;
|
|
199
199
|
default: string;
|
|
@@ -234,6 +234,10 @@ declare const DataGridTypes: () => (({
|
|
|
234
234
|
type: import("vue").PropType<boolean>;
|
|
235
235
|
default: boolean;
|
|
236
236
|
};
|
|
237
|
+
zIndexBase: {
|
|
238
|
+
type: import("vue").PropType<number>;
|
|
239
|
+
default: number;
|
|
240
|
+
};
|
|
237
241
|
rows: {
|
|
238
242
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
239
243
|
required: true;
|
|
@@ -282,10 +286,6 @@ declare const DataGridTypes: () => (({
|
|
|
282
286
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
283
287
|
default: any;
|
|
284
288
|
};
|
|
285
|
-
zIndexBase: {
|
|
286
|
-
type: import("vue").PropType<number>;
|
|
287
|
-
default: number;
|
|
288
|
-
};
|
|
289
289
|
rowCustomClassKey: {
|
|
290
290
|
type: import("vue").PropType<string>;
|
|
291
291
|
default: string;
|
|
@@ -328,8 +328,8 @@ declare const DataGridTypes: () => (({
|
|
|
328
328
|
clickRow: (rowIndex: number) => void;
|
|
329
329
|
}, string, {
|
|
330
330
|
sort: import("../common/Table.types").Sort;
|
|
331
|
-
search: string;
|
|
332
331
|
title: string;
|
|
332
|
+
search: string;
|
|
333
333
|
testId: string;
|
|
334
334
|
isLoading: boolean;
|
|
335
335
|
searchAutoFocus: boolean;
|
|
@@ -339,6 +339,7 @@ declare const DataGridTypes: () => (({
|
|
|
339
339
|
loadingRowCount: number;
|
|
340
340
|
emptyStateTitle: string;
|
|
341
341
|
isSticky: boolean;
|
|
342
|
+
zIndexBase: number;
|
|
342
343
|
sections: import("../common/Table.types").Section[];
|
|
343
344
|
isStickyHeader: boolean;
|
|
344
345
|
emptyStateSubtitle: string;
|
|
@@ -350,7 +351,6 @@ declare const DataGridTypes: () => (({
|
|
|
350
351
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
351
352
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
352
353
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
353
|
-
zIndexBase: number;
|
|
354
354
|
rowCustomClassKey: string;
|
|
355
355
|
rowDataKey: string;
|
|
356
356
|
isSelectionSticky: boolean;
|
|
@@ -380,14 +380,14 @@ declare const DataGridTypes: () => (({
|
|
|
380
380
|
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
381
381
|
default: any;
|
|
382
382
|
};
|
|
383
|
-
search: {
|
|
384
|
-
type: import("vue").PropType<string>;
|
|
385
|
-
default: any;
|
|
386
|
-
};
|
|
387
383
|
title: {
|
|
388
384
|
type: import("vue").PropType<string>;
|
|
389
385
|
default: string;
|
|
390
386
|
};
|
|
387
|
+
search: {
|
|
388
|
+
type: import("vue").PropType<string>;
|
|
389
|
+
default: any;
|
|
390
|
+
};
|
|
391
391
|
testId: {
|
|
392
392
|
type: import("vue").PropType<string>;
|
|
393
393
|
default: string;
|
|
@@ -428,6 +428,10 @@ declare const DataGridTypes: () => (({
|
|
|
428
428
|
type: import("vue").PropType<boolean>;
|
|
429
429
|
default: boolean;
|
|
430
430
|
};
|
|
431
|
+
zIndexBase: {
|
|
432
|
+
type: import("vue").PropType<number>;
|
|
433
|
+
default: number;
|
|
434
|
+
};
|
|
431
435
|
rows: {
|
|
432
436
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
433
437
|
required: true;
|
|
@@ -476,10 +480,6 @@ declare const DataGridTypes: () => (({
|
|
|
476
480
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
477
481
|
default: any;
|
|
478
482
|
};
|
|
479
|
-
zIndexBase: {
|
|
480
|
-
type: import("vue").PropType<number>;
|
|
481
|
-
default: number;
|
|
482
|
-
};
|
|
483
483
|
rowCustomClassKey: {
|
|
484
484
|
type: import("vue").PropType<string>;
|
|
485
485
|
default: string;
|
|
@@ -518,14 +518,14 @@ declare const DataGridTypes: () => (({
|
|
|
518
518
|
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
519
519
|
default: any;
|
|
520
520
|
};
|
|
521
|
-
search: {
|
|
522
|
-
type: import("vue").PropType<string>;
|
|
523
|
-
default: any;
|
|
524
|
-
};
|
|
525
521
|
title: {
|
|
526
522
|
type: import("vue").PropType<string>;
|
|
527
523
|
default: string;
|
|
528
524
|
};
|
|
525
|
+
search: {
|
|
526
|
+
type: import("vue").PropType<string>;
|
|
527
|
+
default: any;
|
|
528
|
+
};
|
|
529
529
|
testId: {
|
|
530
530
|
type: import("vue").PropType<string>;
|
|
531
531
|
default: string;
|
|
@@ -566,6 +566,10 @@ declare const DataGridTypes: () => (({
|
|
|
566
566
|
type: import("vue").PropType<boolean>;
|
|
567
567
|
default: boolean;
|
|
568
568
|
};
|
|
569
|
+
zIndexBase: {
|
|
570
|
+
type: import("vue").PropType<number>;
|
|
571
|
+
default: number;
|
|
572
|
+
};
|
|
569
573
|
rows: {
|
|
570
574
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
571
575
|
required: true;
|
|
@@ -614,10 +618,6 @@ declare const DataGridTypes: () => (({
|
|
|
614
618
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
615
619
|
default: any;
|
|
616
620
|
};
|
|
617
|
-
zIndexBase: {
|
|
618
|
-
type: import("vue").PropType<number>;
|
|
619
|
-
default: number;
|
|
620
|
-
};
|
|
621
621
|
rowCustomClassKey: {
|
|
622
622
|
type: import("vue").PropType<string>;
|
|
623
623
|
default: string;
|
|
@@ -660,8 +660,8 @@ declare const DataGridTypes: () => (({
|
|
|
660
660
|
clickRow: (rowIndex: number) => void;
|
|
661
661
|
}, string, {
|
|
662
662
|
sort: import("../common/Table.types").Sort;
|
|
663
|
-
search: string;
|
|
664
663
|
title: string;
|
|
664
|
+
search: string;
|
|
665
665
|
testId: string;
|
|
666
666
|
isLoading: boolean;
|
|
667
667
|
searchAutoFocus: boolean;
|
|
@@ -671,6 +671,7 @@ declare const DataGridTypes: () => (({
|
|
|
671
671
|
loadingRowCount: number;
|
|
672
672
|
emptyStateTitle: string;
|
|
673
673
|
isSticky: boolean;
|
|
674
|
+
zIndexBase: number;
|
|
674
675
|
sections: import("../common/Table.types").Section[];
|
|
675
676
|
isStickyHeader: boolean;
|
|
676
677
|
emptyStateSubtitle: string;
|
|
@@ -682,7 +683,6 @@ declare const DataGridTypes: () => (({
|
|
|
682
683
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
683
684
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
684
685
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
685
|
-
zIndexBase: number;
|
|
686
686
|
rowCustomClassKey: string;
|
|
687
687
|
rowDataKey: string;
|
|
688
688
|
isSelectionSticky: boolean;
|
|
@@ -820,11 +820,11 @@ declare const DataGridTypes: () => (({
|
|
|
820
820
|
loadingRowCount: number;
|
|
821
821
|
emptyStateTitle: string;
|
|
822
822
|
isSticky: boolean;
|
|
823
|
+
zIndexBase: number;
|
|
823
824
|
emptyStateSubtitle: string;
|
|
824
825
|
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
825
826
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
826
827
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
827
|
-
zIndexBase: number;
|
|
828
828
|
rowCustomClassKey: string;
|
|
829
829
|
rowDataKey: string;
|
|
830
830
|
totalCount: number;
|
|
@@ -870,6 +870,10 @@ declare const DataGridTypes: () => (({
|
|
|
870
870
|
type: import("vue").PropType<boolean>;
|
|
871
871
|
default: boolean;
|
|
872
872
|
};
|
|
873
|
+
zIndexBase: {
|
|
874
|
+
type: import("vue").PropType<number>;
|
|
875
|
+
default: number;
|
|
876
|
+
};
|
|
873
877
|
emptyStateSubtitle: {
|
|
874
878
|
type: import("vue").PropType<string>;
|
|
875
879
|
default: string;
|
|
@@ -886,10 +890,6 @@ declare const DataGridTypes: () => (({
|
|
|
886
890
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
887
891
|
default: any;
|
|
888
892
|
};
|
|
889
|
-
zIndexBase: {
|
|
890
|
-
type: import("vue").PropType<number>;
|
|
891
|
-
default: number;
|
|
892
|
-
};
|
|
893
893
|
rowCustomClassKey: {
|
|
894
894
|
type: import("vue").PropType<string>;
|
|
895
895
|
default: string;
|
|
@@ -932,7 +932,7 @@ declare const DataGridTypes: () => (({
|
|
|
932
932
|
}) => any;
|
|
933
933
|
onOnClearSearch?: () => any;
|
|
934
934
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
935
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "
|
|
935
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
936
936
|
$attrs: {
|
|
937
937
|
[x: string]: unknown;
|
|
938
938
|
};
|
|
@@ -985,6 +985,10 @@ declare const DataGridTypes: () => (({
|
|
|
985
985
|
type: import("vue").PropType<boolean>;
|
|
986
986
|
default: boolean;
|
|
987
987
|
};
|
|
988
|
+
zIndexBase: {
|
|
989
|
+
type: import("vue").PropType<number>;
|
|
990
|
+
default: number;
|
|
991
|
+
};
|
|
988
992
|
emptyStateSubtitle: {
|
|
989
993
|
type: import("vue").PropType<string>;
|
|
990
994
|
default: string;
|
|
@@ -1001,10 +1005,6 @@ declare const DataGridTypes: () => (({
|
|
|
1001
1005
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1002
1006
|
default: any;
|
|
1003
1007
|
};
|
|
1004
|
-
zIndexBase: {
|
|
1005
|
-
type: import("vue").PropType<number>;
|
|
1006
|
-
default: number;
|
|
1007
|
-
};
|
|
1008
1008
|
rowCustomClassKey: {
|
|
1009
1009
|
type: import("vue").PropType<string>;
|
|
1010
1010
|
default: string;
|
|
@@ -1065,11 +1065,11 @@ declare const DataGridTypes: () => (({
|
|
|
1065
1065
|
loadingRowCount: number;
|
|
1066
1066
|
emptyStateTitle: string;
|
|
1067
1067
|
isSticky: boolean;
|
|
1068
|
+
zIndexBase: number;
|
|
1068
1069
|
emptyStateSubtitle: string;
|
|
1069
1070
|
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1070
1071
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1071
1072
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1072
|
-
zIndexBase: number;
|
|
1073
1073
|
rowCustomClassKey: string;
|
|
1074
1074
|
rowDataKey: string;
|
|
1075
1075
|
totalCount: number;
|
|
@@ -1135,6 +1135,10 @@ declare const DataGridTypes: () => (({
|
|
|
1135
1135
|
type: import("vue").PropType<boolean>;
|
|
1136
1136
|
default: boolean;
|
|
1137
1137
|
};
|
|
1138
|
+
zIndexBase: {
|
|
1139
|
+
type: import("vue").PropType<number>;
|
|
1140
|
+
default: number;
|
|
1141
|
+
};
|
|
1138
1142
|
emptyStateSubtitle: {
|
|
1139
1143
|
type: import("vue").PropType<string>;
|
|
1140
1144
|
default: string;
|
|
@@ -1151,10 +1155,6 @@ declare const DataGridTypes: () => (({
|
|
|
1151
1155
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1152
1156
|
default: any;
|
|
1153
1157
|
};
|
|
1154
|
-
zIndexBase: {
|
|
1155
|
-
type: import("vue").PropType<number>;
|
|
1156
|
-
default: number;
|
|
1157
|
-
};
|
|
1158
1158
|
rowCustomClassKey: {
|
|
1159
1159
|
type: import("vue").PropType<string>;
|
|
1160
1160
|
default: string;
|
|
@@ -1238,6 +1238,10 @@ declare const DataGridTypes: () => (({
|
|
|
1238
1238
|
type: import("vue").PropType<boolean>;
|
|
1239
1239
|
default: boolean;
|
|
1240
1240
|
};
|
|
1241
|
+
zIndexBase: {
|
|
1242
|
+
type: import("vue").PropType<number>;
|
|
1243
|
+
default: number;
|
|
1244
|
+
};
|
|
1241
1245
|
emptyStateSubtitle: {
|
|
1242
1246
|
type: import("vue").PropType<string>;
|
|
1243
1247
|
default: string;
|
|
@@ -1254,10 +1258,6 @@ declare const DataGridTypes: () => (({
|
|
|
1254
1258
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1255
1259
|
default: any;
|
|
1256
1260
|
};
|
|
1257
|
-
zIndexBase: {
|
|
1258
|
-
type: import("vue").PropType<number>;
|
|
1259
|
-
default: number;
|
|
1260
|
-
};
|
|
1261
1261
|
rowCustomClassKey: {
|
|
1262
1262
|
type: import("vue").PropType<string>;
|
|
1263
1263
|
default: string;
|
|
@@ -1318,11 +1318,11 @@ declare const DataGridTypes: () => (({
|
|
|
1318
1318
|
loadingRowCount: number;
|
|
1319
1319
|
emptyStateTitle: string;
|
|
1320
1320
|
isSticky: boolean;
|
|
1321
|
+
zIndexBase: number;
|
|
1321
1322
|
emptyStateSubtitle: string;
|
|
1322
1323
|
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1323
1324
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1324
1325
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1325
|
-
zIndexBase: number;
|
|
1326
1326
|
rowCustomClassKey: string;
|
|
1327
1327
|
rowDataKey: string;
|
|
1328
1328
|
totalCount: number;
|
|
@@ -2,8 +2,8 @@ import { ref as n, provide as f, watch as d } from "vue";
|
|
|
2
2
|
import { useTableContext as C } from "../../table/common/TableContext.js";
|
|
3
3
|
import { EditableContext as m } from "./EditableContext.js";
|
|
4
4
|
import { onClickOutside as x } from "@vueuse/core";
|
|
5
|
-
const
|
|
6
|
-
const l = n(!1), t = n(e.cell), i = n(e.saveOnClickOutside), o = n(null), r = C("Editable"), a = n(null),
|
|
5
|
+
const g = (e) => {
|
|
6
|
+
const l = n(!1), t = n(e.cell), i = n(e.saveOnClickOutside), o = n(null), r = C("Editable"), a = n(null), c = () => {
|
|
7
7
|
if (e.cell === t.value) {
|
|
8
8
|
l.value = !1;
|
|
9
9
|
return;
|
|
@@ -19,14 +19,15 @@ const E = (e) => {
|
|
|
19
19
|
focusable: !0,
|
|
20
20
|
value: t,
|
|
21
21
|
error: a,
|
|
22
|
+
withIcons: e.withIcons,
|
|
22
23
|
confirmable: !0,
|
|
23
24
|
saveOnClickOutside: i.value,
|
|
24
25
|
onChange(u) {
|
|
25
26
|
t.value = u, a.value = e.validateFunction?.(t.value);
|
|
26
27
|
},
|
|
27
|
-
onClose:
|
|
28
|
+
onClose: c
|
|
28
29
|
});
|
|
29
|
-
const
|
|
30
|
+
const v = () => {
|
|
30
31
|
l.value || e.isLoading || (l.value = !l.value);
|
|
31
32
|
}, s = () => {
|
|
32
33
|
t.value = e.cell, a.value = null;
|
|
@@ -34,7 +35,7 @@ const E = (e) => {
|
|
|
34
35
|
return x(o, () => {
|
|
35
36
|
if (l.value) {
|
|
36
37
|
if (i.value) {
|
|
37
|
-
|
|
38
|
+
c();
|
|
38
39
|
return;
|
|
39
40
|
}
|
|
40
41
|
l.value = !1, s(), r.onClose();
|
|
@@ -45,11 +46,11 @@ const E = (e) => {
|
|
|
45
46
|
l.value || (t.value = e.cell);
|
|
46
47
|
}
|
|
47
48
|
), {
|
|
48
|
-
onEdit:
|
|
49
|
+
onEdit: v,
|
|
49
50
|
target: o,
|
|
50
51
|
isEditing: l
|
|
51
52
|
};
|
|
52
53
|
};
|
|
53
54
|
export {
|
|
54
|
-
|
|
55
|
+
g as editableCommon
|
|
55
56
|
};
|
|
@@ -4,6 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
4
4
|
rowIndex: number;
|
|
5
5
|
cellIndex: number;
|
|
6
6
|
type: "input" | "dropdown";
|
|
7
|
+
withIcons?: boolean;
|
|
7
8
|
saveOnClickOutside?: boolean;
|
|
8
9
|
validateFunction?: (value: unknown) => string | boolean;
|
|
9
10
|
displayValue?: (option: unknown) => unknown;
|
|
@@ -12,6 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
12
13
|
isLoading: boolean;
|
|
13
14
|
type: string;
|
|
14
15
|
saveOnClickOutside: boolean;
|
|
16
|
+
withIcons: boolean;
|
|
15
17
|
validateFunction: () => false;
|
|
16
18
|
displayValue: (cell: unknown) => unknown;
|
|
17
19
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -20,6 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
20
22
|
rowIndex: number;
|
|
21
23
|
cellIndex: number;
|
|
22
24
|
type: "input" | "dropdown";
|
|
25
|
+
withIcons?: boolean;
|
|
23
26
|
saveOnClickOutside?: boolean;
|
|
24
27
|
validateFunction?: (value: unknown) => string | boolean;
|
|
25
28
|
displayValue?: (option: unknown) => unknown;
|
|
@@ -28,11 +31,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
28
31
|
isLoading: boolean;
|
|
29
32
|
type: string;
|
|
30
33
|
saveOnClickOutside: boolean;
|
|
34
|
+
withIcons: boolean;
|
|
31
35
|
validateFunction: () => false;
|
|
32
36
|
displayValue: (cell: unknown) => unknown;
|
|
33
37
|
}>>>, {
|
|
34
38
|
type: "input" | "dropdown";
|
|
35
39
|
cell: string;
|
|
40
|
+
withIcons: boolean;
|
|
36
41
|
saveOnClickOutside: boolean;
|
|
37
42
|
validateFunction: (value: unknown) => string | boolean;
|
|
38
43
|
isLoading: boolean;
|