@ironsource/shared-ui 2.1.12-rc.4 → 2.1.12-rc.40
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/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_adb49e50_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_0198fee8_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_3da25a36_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +1 -0
- package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_2f916aeb_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +1 -0
- package/ChartPlane.vue_vue_type_style_index_0_scoped_dd60ff0e_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_3d0780bb_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_38354f10_lang.css +1 -0
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_da7631e0_lang.css +1 -0
- package/DataGridHeader.vue_vue_type_style_index_0_scoped_840e700c_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_e38c881a_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +1 -0
- package/DialogFooter.vue_vue_type_style_index_0_scoped_8b7f64fe_lang.css +1 -0
- package/DialogHeader.vue_vue_type_style_index_0_scoped_9a814ec3_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_55dd36a7_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_921d4087_lang.css +1 -0
- package/FormRow.vue_vue_type_style_index_0_scoped_2d5a3057_lang.css +1 -0
- package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_99e51ecc_lang.css +1 -0
- package/Link.vue_vue_type_style_index_0_scoped_ad98fe7b_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_3caa1d7b_lang.css +1 -0
- package/OptionChip.vue_vue_type_style_index_0_scoped_538e4a21_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +1 -0
- package/RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css +1 -0
- package/RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css +1 -0
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_01f78cd7_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_800cd503_lang.css +1 -0
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_a534c7af_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_84dc8525_lang.css +1 -0
- package/SubHeader.vue_vue_type_style_index_0_scoped_e6008b6c_lang.css +1 -0
- package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +1 -0
- package/Tooltip.vue_vue_type_style_index_0_scoped_20630944_lang.css +1 -0
- package/TooltipHeader.vue_vue_type_style_index_0_scoped_5160f12d_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css +1 -0
- package/components/appIcon/index.d.ts +3 -3
- package/components/banner/Banner.vue.d.ts +3 -3
- package/components/banner/index.d.ts +7 -7
- package/components/button/common/consts.d.ts +1 -0
- package/components/button/v3/Button.vue.d.ts +3 -3
- package/components/button/v3/ButtonBase.vue.d.ts +3 -3
- package/components/button/v3/IconButton.vue.d.ts +3 -3
- package/components/button/v3/index.d.ts +14 -14
- package/components/button/v4/ButtonV4.vue.d.ts +5 -3
- package/components/button/v4/ButtonV4.vue.js +4 -4
- package/components/button/v4/ButtonV4.vue2.js +28 -27
- package/components/button/v4/ToggleButtonGroupAB.vue.js +3 -3
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +40 -44
- package/components/chart/Chart.vue.d.ts +168 -37
- package/components/chart/Chart.vue.js +2 -2
- package/components/chart/Chart.vue2.js +154 -297
- package/components/chart/ChartHeader.vue.d.ts +50 -11
- package/components/chart/ChartHeader.vue.js +3 -3
- package/components/chart/ChartHeader.vue2.js +73 -54
- package/components/chart/ChartHeaderTrend.vue.d.ts +48 -0
- package/components/chart/ChartHeaderTrend.vue.js +7 -0
- package/components/chart/ChartHeaderTrend.vue2.js +97 -0
- package/components/chart/ChartLegend.vue.d.ts +24 -0
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +82 -63
- package/components/chart/ChartPlane.vue.d.ts +236 -0
- package/components/chart/ChartPlane.vue.js +7 -0
- package/components/chart/ChartPlane.vue2.js +381 -0
- package/components/chart/ChartStoryArgs.d.ts +196 -0
- package/components/chart/ChartTooltip.vue.d.ts +22 -2
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +51 -56
- package/components/chart/LegendSorting.vue.d.ts +37 -0
- package/components/chart/LegendSorting.vue.js +45 -0
- package/components/chart/LegendSorting.vue2.js +4 -0
- package/components/chart/SettingsHeader.vue.d.ts +1 -0
- package/components/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +17 -16
- package/components/chart/SubHeader.vue.d.ts +52 -0
- package/components/chart/SubHeader.vue.js +7 -0
- package/components/chart/SubHeader.vue2.js +61 -0
- package/components/chart/TooltipHeader.vue.d.ts +50 -0
- package/components/chart/TooltipHeader.vue.js +7 -0
- package/components/chart/TooltipHeader.vue2.js +70 -0
- package/components/chart/colorPalette.d.ts +5 -0
- package/components/chart/colorPalette.js +68 -0
- package/components/chart/composables/useChartHeight.d.ts +5 -0
- package/components/chart/composables/useChartHeight.js +24 -0
- package/components/chart/composables/useColorsMap.d.ts +12 -0
- package/components/chart/composables/useColorsMap.js +48 -0
- package/components/chart/composables/useTooltipPosition.d.ts +1 -1
- package/components/chart/composables/useTooltipPosition.js +11 -15
- package/components/chart/consts.d.ts +33 -7
- package/components/chart/consts.js +46 -22
- package/components/chart/index.d.ts +592 -119
- package/components/chart/mockData.d.ts +59 -5
- package/components/chart/types.d.ts +39 -6
- package/components/chart/types.js +5 -2
- package/components/chart/utils/formatNumber.d.ts +0 -1
- package/components/chart/utils/highlightUtils.d.ts +3 -0
- package/components/chart/utils/highlightUtils.js +18 -0
- package/components/chart/utils/utils.d.ts +3 -3
- package/components/chart/utils/utils.js +25 -10
- package/components/checkbox/v3/Checkbox.vue.d.ts +3 -3
- package/components/checkbox/v3/index.d.ts +7 -7
- package/components/columnPicker/ColumnPicker.vue.d.ts +119 -0
- package/components/columnPicker/ColumnPicker.vue.js +7 -0
- package/components/columnPicker/ColumnPicker.vue2.js +322 -0
- package/components/columnPicker/OptionChip.vue.d.ts +53 -0
- package/components/columnPicker/OptionChip.vue.js +7 -0
- package/components/columnPicker/OptionChip.vue2.js +46 -0
- package/components/columnPicker/RemoveButton.vue.d.ts +38 -0
- package/components/columnPicker/RemoveButton.vue.js +7 -0
- package/components/columnPicker/RemoveButton.vue2.js +35 -0
- package/components/columnPicker/index.d.ts +388 -0
- package/components/columnPicker/index.js +6 -0
- package/components/columnPicker/mockData.d.ts +8 -0
- package/components/dateRange/common/DateRange.common.js +100 -94
- package/components/dateRange/common/DateServices.common.d.ts +7 -1
- package/components/dateRange/common/DateServices.common.js +88 -92
- package/components/dateRange/common/consts.common.d.ts +5 -0
- package/components/dateRange/common/consts.common.js +9 -3
- package/components/dateRange/v3/DateRange.vue.d.ts +3 -3
- package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
- package/components/dateRange/v3/index.d.ts +7 -7
- package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +3 -3
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +1 -1
- package/components/dateRange/v4/index.d.ts +7 -7
- package/components/dialog/v3/Dialog.vue.d.ts +3 -3
- package/components/dialog/v3/index.d.ts +46 -46
- package/components/dialog/v4/DialogFooter.vue.d.ts +78 -0
- package/components/dialog/v4/DialogFooter.vue.js +7 -0
- package/components/dialog/v4/DialogFooter.vue2.js +60 -0
- package/components/dialog/v4/DialogHeader.vue.d.ts +60 -0
- package/components/dialog/v4/DialogHeader.vue.js +7 -0
- package/components/dialog/v4/DialogHeader.vue2.js +58 -0
- package/components/dialog/v4/DialogV4.vue.d.ts +13 -12
- package/components/dialog/v4/DialogV4.vue.js +4 -4
- package/components/dialog/v4/DialogV4.vue2.js +65 -107
- package/components/dialog/v4/index.d.ts +164 -164
- package/components/dropdown/common/Dropdown.common.d.ts +1 -0
- package/components/dropdown/common/Dropdown.common.js +161 -149
- package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +20 -20
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +16 -13
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +64 -54
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +22 -9
- package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +144 -122
- package/components/dropdown/v4/DropdownV4.vue.d.ts +34 -1
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +241 -189
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.d.ts +11 -0
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +4 -4
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +12 -10
- package/components/dropdown/v4/OptionV4.vue.d.ts +23 -5
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +162 -117
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +68 -73
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +8 -0
- package/components/dropdown/v4/index.d.ts +701 -162
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +3 -3
- package/components/emptyState/v4/index.d.ts +7 -7
- package/components/forms/FormRow.vue.d.ts +9 -2
- package/components/forms/FormRow.vue.js +3 -3
- package/components/forms/FormRow.vue2.js +25 -14
- package/components/forms/index.d.ts +25 -5
- package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
- package/components/includeExclude/index.d.ts +40 -40
- package/components/link/Link.vue.d.ts +70 -0
- package/components/link/Link.vue.js +7 -0
- package/components/link/Link.vue2.js +43 -0
- package/components/link/index.d.ts +201 -0
- package/components/link/index.js +6 -0
- package/components/radioButton/v3/RadioButton.vue.d.ts +5 -0
- package/components/radioButton/v3/RadioButton.vue.js +3 -3
- package/components/radioButton/v3/RadioButton.vue2.js +42 -39
- package/components/radioButton/v3/index.d.ts +20 -1
- package/components/search/v3/index.d.ts +3 -3
- package/components/shared/FieldLabel.vue.d.ts +19 -7
- package/components/shared/FieldLabel.vue.js +3 -3
- package/components/shared/FieldLabel.vue2.js +50 -37
- package/components/sortableList/SortableItem.vue.d.ts +17 -2
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +86 -70
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +26 -23
- package/components/sortableList/SortableList.types.d.ts +1 -0
- package/components/sortableList/SortableList.vue.d.ts +10 -0
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +104 -96
- package/components/sortableList/composables/useHoverEffect.js +1 -1
- package/components/sortableList/index.d.ts +39 -1
- package/components/switch/v4/SwitchV4.vue.d.ts +16 -0
- package/components/switch/v4/SwitchV4.vue.js +3 -3
- package/components/switch/v4/SwitchV4.vue2.js +39 -24
- package/components/switch/v4/index.d.ts +29 -0
- package/components/table/common/Table.common.d.ts +0 -1
- package/components/table/common/Table.common.js +38 -39
- package/components/table/common/Table.types.d.ts +2 -0
- package/components/table/common/consts.d.ts +1 -0
- package/components/table/common/consts.js +2 -1
- package/components/table/v4/DataGrid.vue.d.ts +18 -7
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +300 -250
- package/components/table/v4/DataGridHeader.vue.d.ts +85 -0
- package/components/table/v4/DataGridHeader.vue.js +7 -0
- package/components/table/v4/DataGridHeader.vue2.js +82 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
- package/components/table/v4/DataGridRowsCounter.vue2.js +12 -12
- package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -7
- package/components/table/v4/MultipleDataGrid.vue.js +2 -2
- package/components/table/v4/MultipleDataGrid.vue2.js +91 -90
- package/components/table/v4/index.d.ts +575 -293
- package/components/table/v4/index.js +7 -4
- package/components/table/v4/storyUtils.d.ts +27 -0
- package/components/tabs/v3/Tabs.vue.d.ts +3 -3
- package/components/tabs/v3/index.d.ts +7 -7
- package/components/tooltip/common/Tooltip.types.d.ts +1 -0
- package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
- package/components/tooltip/v3/Tooltip.vue.js +2 -2
- package/components/tooltip/v3/Tooltip.vue2.js +1 -1
- package/components/tooltip/v3/index.d.ts +7 -7
- package/components/tooltip/v4/TooltipV4.vue.d.ts +9 -4
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +18 -17
- package/components/tooltip/v4/index.d.ts +27 -8
- package/components/typography/Text.vue.d.ts +3 -3
- package/components/typography/index.d.ts +7 -7
- package/composables/useDateService.d.ts +7 -0
- package/composables/useDateService.js +10 -0
- package/composables/useFormValidation.d.ts +1 -0
- package/composables/useFormValidation.js +32 -27
- package/composables/useFullPageHeight.d.ts +10 -0
- package/composables/useFullPageHeight.js +15 -0
- package/consts/common.d.ts +1 -0
- package/consts/common.js +4 -0
- package/consts/regex.d.ts +1 -0
- package/consts/regex.js +2 -1
- package/index.d.ts +4185 -2363
- package/index.js +148 -132
- package/mocks/apps.d.ts +1 -0
- package/mocks/optionsWithIcons.d.ts +2 -0
- package/package.json +13 -1
- package/testids/index.d.ts +8 -0
- package/testids/index.js +35 -33
- package/utils/date.d.ts +1 -0
- package/utils/date.js +9 -0
- package/utils/formatNumbers.d.ts +1 -1
- package/utils/formatNumbers.js +37 -7
- package/utils/index.js +7 -0
- package/utils/text.d.ts +3 -0
- package/utils/text.js +24 -5
- package/utils/totals.d.ts +5 -0
- package/utils/totals.js +9 -0
- package/utils/utils.d.ts +1 -0
- package/utils/utils.js +4 -0
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +0 -1
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_ea1c4589_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_bdfce3aa_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_a641383a_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_4fe1c7d1_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_96c7507e_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_6b54ac22_lang.css +0 -1
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_8a2714eb_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_d154c5da_lang.css +0 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_96ee1c98_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_fc3897fd_lang.css +0 -1
- package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_59fb505a_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_1e8837dc_lang.css +0 -1
- package/RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css +0 -1
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_c2e356f5_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +0 -1
- package/Tooltip.vue_vue_type_style_index_0_scoped_9020a179_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +0 -1
- package/components/chart/composables/useChartValues.d.ts +0 -12
- package/components/chart/composables/useChartValues.js +0 -32
- package/components/chart/utils/formatNumber.js +0 -11
|
@@ -1,8 +1,347 @@
|
|
|
1
1
|
import DataGrid from './DataGrid.vue';
|
|
2
2
|
import DataGridMenu from './DataGridMenu.vue';
|
|
3
3
|
import DataGridRowsCounter from './DataGridRowsCounter.vue';
|
|
4
|
+
import DataGridHeader from './DataGridHeader.vue';
|
|
4
5
|
import MultipleDataGrid from './MultipleDataGrid.vue';
|
|
5
|
-
declare const DataGridTypes: () => (({
|
|
6
|
+
declare const DataGridTypes: () => (import("vue").DefineComponent<{
|
|
7
|
+
placement: {
|
|
8
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
rowIndex: {
|
|
12
|
+
type: import("vue").PropType<number>;
|
|
13
|
+
default: any;
|
|
14
|
+
};
|
|
15
|
+
menuItems: {
|
|
16
|
+
type: import("vue").PropType<import("../common/Table.types").MenuItem[]>;
|
|
17
|
+
required: true;
|
|
18
|
+
default: () => any[];
|
|
19
|
+
};
|
|
20
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
+
selected: (option: unknown) => void;
|
|
22
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
placement: {
|
|
24
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
rowIndex: {
|
|
28
|
+
type: import("vue").PropType<number>;
|
|
29
|
+
default: any;
|
|
30
|
+
};
|
|
31
|
+
menuItems: {
|
|
32
|
+
type: import("vue").PropType<import("../common/Table.types").MenuItem[]>;
|
|
33
|
+
required: true;
|
|
34
|
+
default: () => any[];
|
|
35
|
+
};
|
|
36
|
+
}>> & {
|
|
37
|
+
onSelected?: (option: unknown) => any;
|
|
38
|
+
}, {
|
|
39
|
+
placement: import("floating-vue").Placement;
|
|
40
|
+
rowIndex: number;
|
|
41
|
+
menuItems: import("../common/Table.types").MenuItem[];
|
|
42
|
+
}> | import("vue").DefineComponent<{
|
|
43
|
+
testId: {
|
|
44
|
+
type: import("vue").PropType<string>;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
count: {
|
|
48
|
+
type: import("vue").PropType<number>;
|
|
49
|
+
default: number;
|
|
50
|
+
};
|
|
51
|
+
totalCount: {
|
|
52
|
+
type: import("vue").PropType<number>;
|
|
53
|
+
default: number;
|
|
54
|
+
};
|
|
55
|
+
displayingText: {
|
|
56
|
+
type: import("vue").PropType<string>;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
outOfText: {
|
|
60
|
+
type: import("vue").PropType<string>;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
totalText: {
|
|
64
|
+
type: import("vue").PropType<string>;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
+
testId: {
|
|
69
|
+
type: import("vue").PropType<string>;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
count: {
|
|
73
|
+
type: import("vue").PropType<number>;
|
|
74
|
+
default: number;
|
|
75
|
+
};
|
|
76
|
+
totalCount: {
|
|
77
|
+
type: import("vue").PropType<number>;
|
|
78
|
+
default: number;
|
|
79
|
+
};
|
|
80
|
+
displayingText: {
|
|
81
|
+
type: import("vue").PropType<string>;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
outOfText: {
|
|
85
|
+
type: import("vue").PropType<string>;
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
88
|
+
totalText: {
|
|
89
|
+
type: import("vue").PropType<string>;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
}>>, {
|
|
93
|
+
testId: string;
|
|
94
|
+
count: number;
|
|
95
|
+
totalCount: number;
|
|
96
|
+
displayingText: string;
|
|
97
|
+
outOfText: string;
|
|
98
|
+
totalText: string;
|
|
99
|
+
}> | ({
|
|
100
|
+
new (...args: any[]): {
|
|
101
|
+
$: import("vue").ComponentInternalInstance;
|
|
102
|
+
$data: {};
|
|
103
|
+
$props: Partial<{
|
|
104
|
+
title: string;
|
|
105
|
+
search: string;
|
|
106
|
+
testId: string;
|
|
107
|
+
searchAutoFocus: boolean;
|
|
108
|
+
searchPlaceholder: string;
|
|
109
|
+
showSearch: boolean;
|
|
110
|
+
isSticky: boolean;
|
|
111
|
+
zIndexBase: number;
|
|
112
|
+
standalone: boolean;
|
|
113
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
114
|
+
title: {
|
|
115
|
+
type: import("vue").PropType<string>;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
search: {
|
|
119
|
+
type: import("vue").PropType<string>;
|
|
120
|
+
default: any;
|
|
121
|
+
};
|
|
122
|
+
testId: {
|
|
123
|
+
type: import("vue").PropType<string>;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
searchAutoFocus: {
|
|
127
|
+
type: import("vue").PropType<boolean>;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
searchPlaceholder: {
|
|
131
|
+
type: import("vue").PropType<string>;
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
134
|
+
showSearch: {
|
|
135
|
+
type: import("vue").PropType<boolean>;
|
|
136
|
+
default: boolean;
|
|
137
|
+
};
|
|
138
|
+
isSticky: {
|
|
139
|
+
type: import("vue").PropType<boolean>;
|
|
140
|
+
default: boolean;
|
|
141
|
+
};
|
|
142
|
+
zIndexBase: {
|
|
143
|
+
type: import("vue").PropType<number>;
|
|
144
|
+
default: number;
|
|
145
|
+
};
|
|
146
|
+
standalone: {
|
|
147
|
+
type: import("vue").PropType<boolean>;
|
|
148
|
+
default: boolean;
|
|
149
|
+
};
|
|
150
|
+
}>> & {
|
|
151
|
+
"onUpdate:search"?: (query: string) => any;
|
|
152
|
+
onOnClearSearch?: () => any;
|
|
153
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "search" | "testId" | "searchAutoFocus" | "searchPlaceholder" | "showSearch" | "isSticky" | "zIndexBase" | "standalone">;
|
|
154
|
+
$attrs: {
|
|
155
|
+
[x: string]: unknown;
|
|
156
|
+
};
|
|
157
|
+
$refs: {
|
|
158
|
+
[x: string]: unknown;
|
|
159
|
+
};
|
|
160
|
+
$slots: Readonly<{
|
|
161
|
+
[name: string]: import("vue").Slot;
|
|
162
|
+
}>;
|
|
163
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
164
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
165
|
+
$emit: ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void);
|
|
166
|
+
$el: any;
|
|
167
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
168
|
+
title: {
|
|
169
|
+
type: import("vue").PropType<string>;
|
|
170
|
+
default: string;
|
|
171
|
+
};
|
|
172
|
+
search: {
|
|
173
|
+
type: import("vue").PropType<string>;
|
|
174
|
+
default: any;
|
|
175
|
+
};
|
|
176
|
+
testId: {
|
|
177
|
+
type: import("vue").PropType<string>;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
180
|
+
searchAutoFocus: {
|
|
181
|
+
type: import("vue").PropType<boolean>;
|
|
182
|
+
default: boolean;
|
|
183
|
+
};
|
|
184
|
+
searchPlaceholder: {
|
|
185
|
+
type: import("vue").PropType<string>;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
188
|
+
showSearch: {
|
|
189
|
+
type: import("vue").PropType<boolean>;
|
|
190
|
+
default: boolean;
|
|
191
|
+
};
|
|
192
|
+
isSticky: {
|
|
193
|
+
type: import("vue").PropType<boolean>;
|
|
194
|
+
default: boolean;
|
|
195
|
+
};
|
|
196
|
+
zIndexBase: {
|
|
197
|
+
type: import("vue").PropType<number>;
|
|
198
|
+
default: number;
|
|
199
|
+
};
|
|
200
|
+
standalone: {
|
|
201
|
+
type: import("vue").PropType<boolean>;
|
|
202
|
+
default: boolean;
|
|
203
|
+
};
|
|
204
|
+
}>> & {
|
|
205
|
+
"onUpdate:search"?: (query: string) => any;
|
|
206
|
+
onOnClearSearch?: () => any;
|
|
207
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
208
|
+
"update:search": (query: string) => void;
|
|
209
|
+
onClearSearch: () => void;
|
|
210
|
+
}, string, {
|
|
211
|
+
title: string;
|
|
212
|
+
search: string;
|
|
213
|
+
testId: string;
|
|
214
|
+
searchAutoFocus: boolean;
|
|
215
|
+
searchPlaceholder: string;
|
|
216
|
+
showSearch: boolean;
|
|
217
|
+
isSticky: boolean;
|
|
218
|
+
zIndexBase: number;
|
|
219
|
+
standalone: boolean;
|
|
220
|
+
}, {}, string> & {
|
|
221
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
222
|
+
created?: (() => void) | (() => void)[];
|
|
223
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
224
|
+
mounted?: (() => void) | (() => void)[];
|
|
225
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
226
|
+
updated?: (() => void) | (() => void)[];
|
|
227
|
+
activated?: (() => void) | (() => void)[];
|
|
228
|
+
deactivated?: (() => void) | (() => void)[];
|
|
229
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
230
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
231
|
+
destroyed?: (() => void) | (() => void)[];
|
|
232
|
+
unmounted?: (() => void) | (() => void)[];
|
|
233
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
234
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
235
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
236
|
+
};
|
|
237
|
+
$forceUpdate: () => void;
|
|
238
|
+
$nextTick: typeof import("vue").nextTick;
|
|
239
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
240
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
241
|
+
title: {
|
|
242
|
+
type: import("vue").PropType<string>;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
245
|
+
search: {
|
|
246
|
+
type: import("vue").PropType<string>;
|
|
247
|
+
default: any;
|
|
248
|
+
};
|
|
249
|
+
testId: {
|
|
250
|
+
type: import("vue").PropType<string>;
|
|
251
|
+
default: string;
|
|
252
|
+
};
|
|
253
|
+
searchAutoFocus: {
|
|
254
|
+
type: import("vue").PropType<boolean>;
|
|
255
|
+
default: boolean;
|
|
256
|
+
};
|
|
257
|
+
searchPlaceholder: {
|
|
258
|
+
type: import("vue").PropType<string>;
|
|
259
|
+
default: string;
|
|
260
|
+
};
|
|
261
|
+
showSearch: {
|
|
262
|
+
type: import("vue").PropType<boolean>;
|
|
263
|
+
default: boolean;
|
|
264
|
+
};
|
|
265
|
+
isSticky: {
|
|
266
|
+
type: import("vue").PropType<boolean>;
|
|
267
|
+
default: boolean;
|
|
268
|
+
};
|
|
269
|
+
zIndexBase: {
|
|
270
|
+
type: import("vue").PropType<number>;
|
|
271
|
+
default: number;
|
|
272
|
+
};
|
|
273
|
+
standalone: {
|
|
274
|
+
type: import("vue").PropType<boolean>;
|
|
275
|
+
default: boolean;
|
|
276
|
+
};
|
|
277
|
+
}>> & {
|
|
278
|
+
"onUpdate:search"?: (query: string) => any;
|
|
279
|
+
onOnClearSearch?: () => any;
|
|
280
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
281
|
+
__isFragment?: never;
|
|
282
|
+
__isTeleport?: never;
|
|
283
|
+
__isSuspense?: never;
|
|
284
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
285
|
+
title: {
|
|
286
|
+
type: import("vue").PropType<string>;
|
|
287
|
+
default: string;
|
|
288
|
+
};
|
|
289
|
+
search: {
|
|
290
|
+
type: import("vue").PropType<string>;
|
|
291
|
+
default: any;
|
|
292
|
+
};
|
|
293
|
+
testId: {
|
|
294
|
+
type: import("vue").PropType<string>;
|
|
295
|
+
default: string;
|
|
296
|
+
};
|
|
297
|
+
searchAutoFocus: {
|
|
298
|
+
type: import("vue").PropType<boolean>;
|
|
299
|
+
default: boolean;
|
|
300
|
+
};
|
|
301
|
+
searchPlaceholder: {
|
|
302
|
+
type: import("vue").PropType<string>;
|
|
303
|
+
default: string;
|
|
304
|
+
};
|
|
305
|
+
showSearch: {
|
|
306
|
+
type: import("vue").PropType<boolean>;
|
|
307
|
+
default: boolean;
|
|
308
|
+
};
|
|
309
|
+
isSticky: {
|
|
310
|
+
type: import("vue").PropType<boolean>;
|
|
311
|
+
default: boolean;
|
|
312
|
+
};
|
|
313
|
+
zIndexBase: {
|
|
314
|
+
type: import("vue").PropType<number>;
|
|
315
|
+
default: number;
|
|
316
|
+
};
|
|
317
|
+
standalone: {
|
|
318
|
+
type: import("vue").PropType<boolean>;
|
|
319
|
+
default: boolean;
|
|
320
|
+
};
|
|
321
|
+
}>> & {
|
|
322
|
+
"onUpdate:search"?: (query: string) => any;
|
|
323
|
+
onOnClearSearch?: () => any;
|
|
324
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
325
|
+
"update:search": (query: string) => void;
|
|
326
|
+
onClearSearch: () => void;
|
|
327
|
+
}, string, {
|
|
328
|
+
title: string;
|
|
329
|
+
search: string;
|
|
330
|
+
testId: string;
|
|
331
|
+
searchAutoFocus: boolean;
|
|
332
|
+
searchPlaceholder: string;
|
|
333
|
+
showSearch: boolean;
|
|
334
|
+
isSticky: boolean;
|
|
335
|
+
zIndexBase: number;
|
|
336
|
+
standalone: boolean;
|
|
337
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
338
|
+
$slots: {
|
|
339
|
+
title?(_: {}): any;
|
|
340
|
+
"table-header-pre-search"?(_: {}): any;
|
|
341
|
+
search?(_: {}): any;
|
|
342
|
+
"table-header-actions"?(_: {}): any;
|
|
343
|
+
};
|
|
344
|
+
})) | ({
|
|
6
345
|
new (...args: any[]): {
|
|
7
346
|
$: import("vue").ComponentInternalInstance;
|
|
8
347
|
$data: {};
|
|
@@ -29,10 +368,11 @@ declare const DataGridTypes: () => (({
|
|
|
29
368
|
defaultScrollPosition: number;
|
|
30
369
|
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
31
370
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
32
|
-
|
|
33
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
371
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
34
372
|
rowCustomClassKey: string;
|
|
35
373
|
rowDataKey: string;
|
|
374
|
+
helpTooltipVariant: "icon" | "underline";
|
|
375
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
36
376
|
isSelectionSticky: boolean;
|
|
37
377
|
isSelectionBordered: boolean;
|
|
38
378
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -132,12 +472,8 @@ declare const DataGridTypes: () => (({
|
|
|
132
472
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
133
473
|
default: (row: any, index: any) => any;
|
|
134
474
|
};
|
|
135
|
-
selectedMatcher: {
|
|
136
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
137
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
138
|
-
};
|
|
139
475
|
emptyStateVariant: {
|
|
140
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
476
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
141
477
|
default: any;
|
|
142
478
|
};
|
|
143
479
|
rowCustomClassKey: {
|
|
@@ -148,6 +484,14 @@ declare const DataGridTypes: () => (({
|
|
|
148
484
|
type: import("vue").PropType<string>;
|
|
149
485
|
default: string;
|
|
150
486
|
};
|
|
487
|
+
helpTooltipVariant: {
|
|
488
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
489
|
+
default: string;
|
|
490
|
+
};
|
|
491
|
+
selectedMatcher: {
|
|
492
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
493
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
494
|
+
};
|
|
151
495
|
isSelectionSticky: {
|
|
152
496
|
type: import("vue").PropType<boolean>;
|
|
153
497
|
default: boolean;
|
|
@@ -156,6 +500,9 @@ declare const DataGridTypes: () => (({
|
|
|
156
500
|
type: import("vue").PropType<boolean>;
|
|
157
501
|
default: boolean;
|
|
158
502
|
};
|
|
503
|
+
showTotalsRow: {
|
|
504
|
+
type: import("vue").PropType<boolean>;
|
|
505
|
+
};
|
|
159
506
|
}>> & {
|
|
160
507
|
onSelectAll?: (value: boolean) => any;
|
|
161
508
|
onLoadMore?: () => any;
|
|
@@ -164,10 +511,10 @@ declare const DataGridTypes: () => (({
|
|
|
164
511
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
165
512
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
166
513
|
onOnClearSearch?: () => any;
|
|
514
|
+
onClickRow?: (rowIndex: number) => any;
|
|
167
515
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
168
516
|
onSelectRow?: (value: boolean) => any;
|
|
169
|
-
|
|
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">;
|
|
517
|
+
} & 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" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "helpTooltipVariant" | "selectedMatcher" | "isSelectionSticky" | "isSelectionBordered">;
|
|
171
518
|
$attrs: {
|
|
172
519
|
[x: string]: unknown;
|
|
173
520
|
};
|
|
@@ -179,7 +526,7 @@ declare const DataGridTypes: () => (({
|
|
|
179
526
|
}>;
|
|
180
527
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
181
528
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
182
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: import("../common/Table.types").Sort) => void) & ((event: "saveRow", args_0: import("../common/Table.types").SaveRowEvent) => void) & ((event: "
|
|
529
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: import("../common/Table.types").Sort) => void) & ((event: "saveRow", args_0: import("../common/Table.types").SaveRowEvent) => void) & ((event: "clickRow", rowIndex: number) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void);
|
|
183
530
|
$el: any;
|
|
184
531
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
185
532
|
sort: {
|
|
@@ -278,12 +625,8 @@ declare const DataGridTypes: () => (({
|
|
|
278
625
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
279
626
|
default: (row: any, index: any) => any;
|
|
280
627
|
};
|
|
281
|
-
selectedMatcher: {
|
|
282
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
283
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
284
|
-
};
|
|
285
628
|
emptyStateVariant: {
|
|
286
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
629
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
287
630
|
default: any;
|
|
288
631
|
};
|
|
289
632
|
rowCustomClassKey: {
|
|
@@ -294,6 +637,14 @@ declare const DataGridTypes: () => (({
|
|
|
294
637
|
type: import("vue").PropType<string>;
|
|
295
638
|
default: string;
|
|
296
639
|
};
|
|
640
|
+
helpTooltipVariant: {
|
|
641
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
642
|
+
default: string;
|
|
643
|
+
};
|
|
644
|
+
selectedMatcher: {
|
|
645
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
646
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
647
|
+
};
|
|
297
648
|
isSelectionSticky: {
|
|
298
649
|
type: import("vue").PropType<boolean>;
|
|
299
650
|
default: boolean;
|
|
@@ -302,6 +653,9 @@ declare const DataGridTypes: () => (({
|
|
|
302
653
|
type: import("vue").PropType<boolean>;
|
|
303
654
|
default: boolean;
|
|
304
655
|
};
|
|
656
|
+
showTotalsRow: {
|
|
657
|
+
type: import("vue").PropType<boolean>;
|
|
658
|
+
};
|
|
305
659
|
}>> & {
|
|
306
660
|
onSelectAll?: (value: boolean) => any;
|
|
307
661
|
onLoadMore?: () => any;
|
|
@@ -310,9 +664,9 @@ declare const DataGridTypes: () => (({
|
|
|
310
664
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
311
665
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
312
666
|
onOnClearSearch?: () => any;
|
|
667
|
+
onClickRow?: (rowIndex: number) => any;
|
|
313
668
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
314
669
|
onSelectRow?: (value: boolean) => any;
|
|
315
|
-
onClickRow?: (rowIndex: number) => any;
|
|
316
670
|
}, {
|
|
317
671
|
scrollTo: (index: number) => void;
|
|
318
672
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -349,10 +703,11 @@ declare const DataGridTypes: () => (({
|
|
|
349
703
|
defaultScrollPosition: number;
|
|
350
704
|
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
351
705
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
352
|
-
|
|
353
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
706
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
354
707
|
rowCustomClassKey: string;
|
|
355
708
|
rowDataKey: string;
|
|
709
|
+
helpTooltipVariant: "icon" | "underline";
|
|
710
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
356
711
|
isSelectionSticky: boolean;
|
|
357
712
|
isSelectionBordered: boolean;
|
|
358
713
|
}, {}, string> & {
|
|
@@ -472,12 +827,8 @@ declare const DataGridTypes: () => (({
|
|
|
472
827
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
473
828
|
default: (row: any, index: any) => any;
|
|
474
829
|
};
|
|
475
|
-
selectedMatcher: {
|
|
476
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
477
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
478
|
-
};
|
|
479
830
|
emptyStateVariant: {
|
|
480
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
831
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
481
832
|
default: any;
|
|
482
833
|
};
|
|
483
834
|
rowCustomClassKey: {
|
|
@@ -488,6 +839,14 @@ declare const DataGridTypes: () => (({
|
|
|
488
839
|
type: import("vue").PropType<string>;
|
|
489
840
|
default: string;
|
|
490
841
|
};
|
|
842
|
+
helpTooltipVariant: {
|
|
843
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
844
|
+
default: string;
|
|
845
|
+
};
|
|
846
|
+
selectedMatcher: {
|
|
847
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
848
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
849
|
+
};
|
|
491
850
|
isSelectionSticky: {
|
|
492
851
|
type: import("vue").PropType<boolean>;
|
|
493
852
|
default: boolean;
|
|
@@ -496,6 +855,9 @@ declare const DataGridTypes: () => (({
|
|
|
496
855
|
type: import("vue").PropType<boolean>;
|
|
497
856
|
default: boolean;
|
|
498
857
|
};
|
|
858
|
+
showTotalsRow: {
|
|
859
|
+
type: import("vue").PropType<boolean>;
|
|
860
|
+
};
|
|
499
861
|
}>> & {
|
|
500
862
|
onSelectAll?: (value: boolean) => any;
|
|
501
863
|
onLoadMore?: () => any;
|
|
@@ -504,9 +866,9 @@ declare const DataGridTypes: () => (({
|
|
|
504
866
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
505
867
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
506
868
|
onOnClearSearch?: () => any;
|
|
869
|
+
onClickRow?: (rowIndex: number) => any;
|
|
507
870
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
508
871
|
onSelectRow?: (value: boolean) => any;
|
|
509
|
-
onClickRow?: (rowIndex: number) => any;
|
|
510
872
|
} & import("vue").ShallowUnwrapRef<{
|
|
511
873
|
scrollTo: (index: number) => void;
|
|
512
874
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -610,12 +972,8 @@ declare const DataGridTypes: () => (({
|
|
|
610
972
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
611
973
|
default: (row: any, index: any) => any;
|
|
612
974
|
};
|
|
613
|
-
selectedMatcher: {
|
|
614
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
615
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
616
|
-
};
|
|
617
975
|
emptyStateVariant: {
|
|
618
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
976
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
619
977
|
default: any;
|
|
620
978
|
};
|
|
621
979
|
rowCustomClassKey: {
|
|
@@ -626,6 +984,14 @@ declare const DataGridTypes: () => (({
|
|
|
626
984
|
type: import("vue").PropType<string>;
|
|
627
985
|
default: string;
|
|
628
986
|
};
|
|
987
|
+
helpTooltipVariant: {
|
|
988
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
989
|
+
default: string;
|
|
990
|
+
};
|
|
991
|
+
selectedMatcher: {
|
|
992
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
993
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
994
|
+
};
|
|
629
995
|
isSelectionSticky: {
|
|
630
996
|
type: import("vue").PropType<boolean>;
|
|
631
997
|
default: boolean;
|
|
@@ -634,6 +1000,9 @@ declare const DataGridTypes: () => (({
|
|
|
634
1000
|
type: import("vue").PropType<boolean>;
|
|
635
1001
|
default: boolean;
|
|
636
1002
|
};
|
|
1003
|
+
showTotalsRow: {
|
|
1004
|
+
type: import("vue").PropType<boolean>;
|
|
1005
|
+
};
|
|
637
1006
|
}>> & {
|
|
638
1007
|
onSelectAll?: (value: boolean) => any;
|
|
639
1008
|
onLoadMore?: () => any;
|
|
@@ -641,173 +1010,85 @@ declare const DataGridTypes: () => (({
|
|
|
641
1010
|
onOnScroll?: (event: Event) => any;
|
|
642
1011
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
643
1012
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
644
|
-
onOnClearSearch?: () => any;
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
}, {
|
|
649
|
-
scrollTo: (index: number) => void;
|
|
650
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
651
|
-
"update:sort": (newSort: import("../common/Table.types").Sort) => void;
|
|
652
|
-
"update:search": (query: string) => void;
|
|
653
|
-
"update:selection": (selection: unknown[]) => void;
|
|
654
|
-
onScroll: (event: Event) => void;
|
|
655
|
-
onClearSearch: () => void;
|
|
656
|
-
saveRow: (args_0: import("../common/Table.types").SaveRowEvent) => void;
|
|
657
|
-
loadMore: () => void;
|
|
658
|
-
selectAll: (value: boolean) => void;
|
|
659
|
-
selectRow: (value: boolean) => void;
|
|
660
|
-
clickRow: (rowIndex: number) => void;
|
|
661
|
-
}, string, {
|
|
662
|
-
sort: import("../common/Table.types").Sort;
|
|
663
|
-
title: string;
|
|
664
|
-
search: string;
|
|
665
|
-
testId: string;
|
|
666
|
-
isLoading: boolean;
|
|
667
|
-
searchAutoFocus: boolean;
|
|
668
|
-
searchPlaceholder: string;
|
|
669
|
-
selection: unknown[];
|
|
670
|
-
showSearch: boolean;
|
|
671
|
-
loadingRowCount: number;
|
|
672
|
-
emptyStateTitle: string;
|
|
673
|
-
isSticky: boolean;
|
|
674
|
-
zIndexBase: number;
|
|
675
|
-
sections: import("../common/Table.types").Section[];
|
|
676
|
-
isStickyHeader: boolean;
|
|
677
|
-
emptyStateSubtitle: string;
|
|
678
|
-
isInfiniteScroll: boolean;
|
|
679
|
-
infiniteScrollThreshold: number;
|
|
680
|
-
rowHeight: number | ((index: number) => number);
|
|
681
|
-
defaultScrollPosition: number;
|
|
682
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
683
|
-
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
684
|
-
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
685
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
686
|
-
rowCustomClassKey: string;
|
|
687
|
-
rowDataKey: string;
|
|
688
|
-
isSelectionSticky: boolean;
|
|
689
|
-
isSelectionBordered: boolean;
|
|
690
|
-
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
691
|
-
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
692
|
-
column: import("../common/Table.types").Column;
|
|
693
|
-
}) => any>> & Partial<Record<`cell-${string}`, (_: {
|
|
694
|
-
cell: unknown;
|
|
695
|
-
isLoading: boolean;
|
|
696
|
-
cellIndex: number;
|
|
697
|
-
row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
|
|
698
|
-
rowIndex: number;
|
|
699
|
-
}) => any>> & {
|
|
700
|
-
title?(_: {}): any;
|
|
701
|
-
"table-header-pre-search"?(_: {}): any;
|
|
702
|
-
search?(_: {}): any;
|
|
703
|
-
"table-header-actions"?(_: {}): any;
|
|
704
|
-
"select-all-checkbox"?(_: {}): any;
|
|
705
|
-
loader?(_: {}): any;
|
|
706
|
-
expanded?(_: {
|
|
707
|
-
row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
|
|
708
|
-
gridColumnTemplate: any;
|
|
709
|
-
}): any;
|
|
710
|
-
"floating-row"?(_: {
|
|
711
|
-
row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
|
|
712
|
-
rowIndex: number;
|
|
713
|
-
}): any;
|
|
714
|
-
"empty-state"?(_: {}): any;
|
|
715
|
-
footer?(_: {}): any;
|
|
716
|
-
};
|
|
717
|
-
})) | import("vue").DefineComponent<{
|
|
718
|
-
placement: {
|
|
719
|
-
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
720
|
-
default: string;
|
|
721
|
-
};
|
|
722
|
-
rowIndex: {
|
|
723
|
-
type: import("vue").PropType<number>;
|
|
724
|
-
default: any;
|
|
725
|
-
};
|
|
726
|
-
menuItems: {
|
|
727
|
-
type: import("vue").PropType<import("../common/Table.types").MenuItem[]>;
|
|
728
|
-
required: true;
|
|
729
|
-
default: () => any[];
|
|
730
|
-
};
|
|
731
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
732
|
-
selected: (option: unknown) => void;
|
|
733
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
734
|
-
placement: {
|
|
735
|
-
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
736
|
-
default: string;
|
|
737
|
-
};
|
|
738
|
-
rowIndex: {
|
|
739
|
-
type: import("vue").PropType<number>;
|
|
740
|
-
default: any;
|
|
741
|
-
};
|
|
742
|
-
menuItems: {
|
|
743
|
-
type: import("vue").PropType<import("../common/Table.types").MenuItem[]>;
|
|
744
|
-
required: true;
|
|
745
|
-
default: () => any[];
|
|
746
|
-
};
|
|
747
|
-
}>> & {
|
|
748
|
-
onSelected?: (option: unknown) => any;
|
|
749
|
-
}, {
|
|
750
|
-
placement: import("floating-vue").Placement;
|
|
751
|
-
rowIndex: number;
|
|
752
|
-
menuItems: import("../common/Table.types").MenuItem[];
|
|
753
|
-
}> | import("vue").DefineComponent<{
|
|
754
|
-
testId: {
|
|
755
|
-
type: import("vue").PropType<string>;
|
|
756
|
-
default: string;
|
|
757
|
-
};
|
|
758
|
-
count: {
|
|
759
|
-
type: import("vue").PropType<number>;
|
|
760
|
-
default: number;
|
|
761
|
-
};
|
|
762
|
-
totalCount: {
|
|
763
|
-
type: import("vue").PropType<number>;
|
|
764
|
-
default: number;
|
|
765
|
-
};
|
|
766
|
-
displayingText: {
|
|
767
|
-
type: import("vue").PropType<string>;
|
|
768
|
-
default: string;
|
|
769
|
-
};
|
|
770
|
-
outOfText: {
|
|
771
|
-
type: import("vue").PropType<string>;
|
|
772
|
-
default: string;
|
|
773
|
-
};
|
|
774
|
-
totalText: {
|
|
775
|
-
type: import("vue").PropType<string>;
|
|
776
|
-
default: string;
|
|
777
|
-
};
|
|
778
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
779
|
-
testId: {
|
|
780
|
-
type: import("vue").PropType<string>;
|
|
781
|
-
default: string;
|
|
782
|
-
};
|
|
783
|
-
count: {
|
|
784
|
-
type: import("vue").PropType<number>;
|
|
785
|
-
default: number;
|
|
786
|
-
};
|
|
787
|
-
totalCount: {
|
|
788
|
-
type: import("vue").PropType<number>;
|
|
789
|
-
default: number;
|
|
790
|
-
};
|
|
791
|
-
displayingText: {
|
|
792
|
-
type: import("vue").PropType<string>;
|
|
793
|
-
default: string;
|
|
794
|
-
};
|
|
795
|
-
outOfText: {
|
|
796
|
-
type: import("vue").PropType<string>;
|
|
797
|
-
default: string;
|
|
798
|
-
};
|
|
799
|
-
totalText: {
|
|
800
|
-
type: import("vue").PropType<string>;
|
|
801
|
-
default: string;
|
|
802
|
-
};
|
|
803
|
-
}>>, {
|
|
1013
|
+
onOnClearSearch?: () => any;
|
|
1014
|
+
onClickRow?: (rowIndex: number) => any;
|
|
1015
|
+
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
1016
|
+
onSelectRow?: (value: boolean) => any;
|
|
1017
|
+
}, {
|
|
1018
|
+
scrollTo: (index: number) => void;
|
|
1019
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1020
|
+
"update:sort": (newSort: import("../common/Table.types").Sort) => void;
|
|
1021
|
+
"update:search": (query: string) => void;
|
|
1022
|
+
"update:selection": (selection: unknown[]) => void;
|
|
1023
|
+
onScroll: (event: Event) => void;
|
|
1024
|
+
onClearSearch: () => void;
|
|
1025
|
+
saveRow: (args_0: import("../common/Table.types").SaveRowEvent) => void;
|
|
1026
|
+
loadMore: () => void;
|
|
1027
|
+
selectAll: (value: boolean) => void;
|
|
1028
|
+
selectRow: (value: boolean) => void;
|
|
1029
|
+
clickRow: (rowIndex: number) => void;
|
|
1030
|
+
}, string, {
|
|
1031
|
+
sort: import("../common/Table.types").Sort;
|
|
1032
|
+
title: string;
|
|
1033
|
+
search: string;
|
|
804
1034
|
testId: string;
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
1035
|
+
isLoading: boolean;
|
|
1036
|
+
searchAutoFocus: boolean;
|
|
1037
|
+
searchPlaceholder: string;
|
|
1038
|
+
selection: unknown[];
|
|
1039
|
+
showSearch: boolean;
|
|
1040
|
+
loadingRowCount: number;
|
|
1041
|
+
emptyStateTitle: string;
|
|
1042
|
+
isSticky: boolean;
|
|
1043
|
+
zIndexBase: number;
|
|
1044
|
+
sections: import("../common/Table.types").Section[];
|
|
1045
|
+
isStickyHeader: boolean;
|
|
1046
|
+
emptyStateSubtitle: string;
|
|
1047
|
+
isInfiniteScroll: boolean;
|
|
1048
|
+
infiniteScrollThreshold: number;
|
|
1049
|
+
rowHeight: number | ((index: number) => number);
|
|
1050
|
+
defaultScrollPosition: number;
|
|
1051
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1052
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1053
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1054
|
+
rowCustomClassKey: string;
|
|
1055
|
+
rowDataKey: string;
|
|
1056
|
+
helpTooltipVariant: "icon" | "underline";
|
|
1057
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
1058
|
+
isSelectionSticky: boolean;
|
|
1059
|
+
isSelectionBordered: boolean;
|
|
1060
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1061
|
+
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
1062
|
+
column: import("../common/Table.types").Column;
|
|
1063
|
+
}) => any>> & Partial<Record<`after-header-${string}`, (_: {
|
|
1064
|
+
column: import("../common/Table.types").Column;
|
|
1065
|
+
}) => any>> & Partial<Record<`total-${string}`, (_: {
|
|
1066
|
+
column: import("../common/Table.types").Column;
|
|
1067
|
+
}) => any>> & Partial<Record<`cell-${string}`, (_: {
|
|
1068
|
+
cell: unknown;
|
|
1069
|
+
isLoading: boolean;
|
|
1070
|
+
cellIndex: number;
|
|
1071
|
+
row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
|
|
1072
|
+
rowIndex: number;
|
|
1073
|
+
}) => any>> & {
|
|
1074
|
+
title?(_: {}): any;
|
|
1075
|
+
search?(_: {}): any;
|
|
1076
|
+
"table-header-pre-search"?(_: {}): any;
|
|
1077
|
+
"table-header-actions"?(_: {}): any;
|
|
1078
|
+
"select-all-checkbox"?(_: {}): any;
|
|
1079
|
+
loader?(_: {}): any;
|
|
1080
|
+
expanded?(_: {
|
|
1081
|
+
row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
|
|
1082
|
+
gridColumnTemplate: any;
|
|
1083
|
+
}): any;
|
|
1084
|
+
"floating-row"?(_: {
|
|
1085
|
+
row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
|
|
1086
|
+
rowIndex: number;
|
|
1087
|
+
}): any;
|
|
1088
|
+
"empty-state"?(_: {}): any;
|
|
1089
|
+
footer?(_: {}): any;
|
|
1090
|
+
};
|
|
1091
|
+
})) | ({
|
|
811
1092
|
new (...args: any[]): {
|
|
812
1093
|
$: import("vue").ComponentInternalInstance;
|
|
813
1094
|
$data: {};
|
|
@@ -823,17 +1104,17 @@ declare const DataGridTypes: () => (({
|
|
|
823
1104
|
isSticky: boolean;
|
|
824
1105
|
zIndexBase: number;
|
|
825
1106
|
emptyStateSubtitle: string;
|
|
826
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
827
|
-
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
828
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
829
|
-
rowCustomClassKey: string;
|
|
830
|
-
rowDataKey: string;
|
|
831
1107
|
totalCount: number;
|
|
832
1108
|
displayingText: string;
|
|
833
1109
|
outOfText: string;
|
|
834
1110
|
totalText: string;
|
|
835
1111
|
tablesSettings: import("../common/Table.types").TableSettings[];
|
|
836
1112
|
loadingAndEmptyStatesColumns: import("../common/Table.types").Column[];
|
|
1113
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1114
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1115
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1116
|
+
rowCustomClassKey: string;
|
|
1117
|
+
rowDataKey: string;
|
|
837
1118
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
838
1119
|
search: {
|
|
839
1120
|
type: import("vue").PropType<string>;
|
|
@@ -879,26 +1160,6 @@ declare const DataGridTypes: () => (({
|
|
|
879
1160
|
type: import("vue").PropType<string>;
|
|
880
1161
|
default: string;
|
|
881
1162
|
};
|
|
882
|
-
getRowId: {
|
|
883
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
884
|
-
default: (row: any, index: any) => any;
|
|
885
|
-
};
|
|
886
|
-
getRowKey: {
|
|
887
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
888
|
-
default: (row: any, index: any) => any;
|
|
889
|
-
};
|
|
890
|
-
emptyStateVariant: {
|
|
891
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
892
|
-
default: any;
|
|
893
|
-
};
|
|
894
|
-
rowCustomClassKey: {
|
|
895
|
-
type: import("vue").PropType<string>;
|
|
896
|
-
default: string;
|
|
897
|
-
};
|
|
898
|
-
rowDataKey: {
|
|
899
|
-
type: import("vue").PropType<string>;
|
|
900
|
-
default: string;
|
|
901
|
-
};
|
|
902
1163
|
totalCount: {
|
|
903
1164
|
type: import("vue").PropType<number>;
|
|
904
1165
|
default: number;
|
|
@@ -925,6 +1186,26 @@ declare const DataGridTypes: () => (({
|
|
|
925
1186
|
required: true;
|
|
926
1187
|
default: () => any[];
|
|
927
1188
|
};
|
|
1189
|
+
getRowId: {
|
|
1190
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1191
|
+
default: (row: any, index: any) => any;
|
|
1192
|
+
};
|
|
1193
|
+
getRowKey: {
|
|
1194
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1195
|
+
default: (row: any, index: any) => any;
|
|
1196
|
+
};
|
|
1197
|
+
emptyStateVariant: {
|
|
1198
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1199
|
+
default: any;
|
|
1200
|
+
};
|
|
1201
|
+
rowCustomClassKey: {
|
|
1202
|
+
type: import("vue").PropType<string>;
|
|
1203
|
+
default: string;
|
|
1204
|
+
};
|
|
1205
|
+
rowDataKey: {
|
|
1206
|
+
type: import("vue").PropType<string>;
|
|
1207
|
+
default: string;
|
|
1208
|
+
};
|
|
928
1209
|
}>> & {
|
|
929
1210
|
"onUpdate:search"?: (query: string) => any;
|
|
930
1211
|
onOnScroll?: (scrollTop: number) => any;
|
|
@@ -933,7 +1214,7 @@ declare const DataGridTypes: () => (({
|
|
|
933
1214
|
}) => any;
|
|
934
1215
|
onOnClearSearch?: () => any;
|
|
935
1216
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
936
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "emptyStateSubtitle" | "
|
|
1217
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "emptyStateSubtitle" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey">;
|
|
937
1218
|
$attrs: {
|
|
938
1219
|
[x: string]: unknown;
|
|
939
1220
|
};
|
|
@@ -994,26 +1275,6 @@ declare const DataGridTypes: () => (({
|
|
|
994
1275
|
type: import("vue").PropType<string>;
|
|
995
1276
|
default: string;
|
|
996
1277
|
};
|
|
997
|
-
getRowId: {
|
|
998
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
999
|
-
default: (row: any, index: any) => any;
|
|
1000
|
-
};
|
|
1001
|
-
getRowKey: {
|
|
1002
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1003
|
-
default: (row: any, index: any) => any;
|
|
1004
|
-
};
|
|
1005
|
-
emptyStateVariant: {
|
|
1006
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1007
|
-
default: any;
|
|
1008
|
-
};
|
|
1009
|
-
rowCustomClassKey: {
|
|
1010
|
-
type: import("vue").PropType<string>;
|
|
1011
|
-
default: string;
|
|
1012
|
-
};
|
|
1013
|
-
rowDataKey: {
|
|
1014
|
-
type: import("vue").PropType<string>;
|
|
1015
|
-
default: string;
|
|
1016
|
-
};
|
|
1017
1278
|
totalCount: {
|
|
1018
1279
|
type: import("vue").PropType<number>;
|
|
1019
1280
|
default: number;
|
|
@@ -1040,6 +1301,26 @@ declare const DataGridTypes: () => (({
|
|
|
1040
1301
|
required: true;
|
|
1041
1302
|
default: () => any[];
|
|
1042
1303
|
};
|
|
1304
|
+
getRowId: {
|
|
1305
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1306
|
+
default: (row: any, index: any) => any;
|
|
1307
|
+
};
|
|
1308
|
+
getRowKey: {
|
|
1309
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1310
|
+
default: (row: any, index: any) => any;
|
|
1311
|
+
};
|
|
1312
|
+
emptyStateVariant: {
|
|
1313
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1314
|
+
default: any;
|
|
1315
|
+
};
|
|
1316
|
+
rowCustomClassKey: {
|
|
1317
|
+
type: import("vue").PropType<string>;
|
|
1318
|
+
default: string;
|
|
1319
|
+
};
|
|
1320
|
+
rowDataKey: {
|
|
1321
|
+
type: import("vue").PropType<string>;
|
|
1322
|
+
default: string;
|
|
1323
|
+
};
|
|
1043
1324
|
}>> & {
|
|
1044
1325
|
"onUpdate:search"?: (query: string) => any;
|
|
1045
1326
|
onOnScroll?: (scrollTop: number) => any;
|
|
@@ -1068,17 +1349,17 @@ declare const DataGridTypes: () => (({
|
|
|
1068
1349
|
isSticky: boolean;
|
|
1069
1350
|
zIndexBase: number;
|
|
1070
1351
|
emptyStateSubtitle: string;
|
|
1071
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1072
|
-
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1073
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1074
|
-
rowCustomClassKey: string;
|
|
1075
|
-
rowDataKey: string;
|
|
1076
1352
|
totalCount: number;
|
|
1077
1353
|
displayingText: string;
|
|
1078
1354
|
outOfText: string;
|
|
1079
1355
|
totalText: string;
|
|
1080
1356
|
tablesSettings: import("../common/Table.types").TableSettings[];
|
|
1081
1357
|
loadingAndEmptyStatesColumns: import("../common/Table.types").Column[];
|
|
1358
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1359
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1360
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1361
|
+
rowCustomClassKey: string;
|
|
1362
|
+
rowDataKey: string;
|
|
1082
1363
|
}, {}, string> & {
|
|
1083
1364
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1084
1365
|
created?: (() => void) | (() => void)[];
|
|
@@ -1144,26 +1425,6 @@ declare const DataGridTypes: () => (({
|
|
|
1144
1425
|
type: import("vue").PropType<string>;
|
|
1145
1426
|
default: string;
|
|
1146
1427
|
};
|
|
1147
|
-
getRowId: {
|
|
1148
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1149
|
-
default: (row: any, index: any) => any;
|
|
1150
|
-
};
|
|
1151
|
-
getRowKey: {
|
|
1152
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1153
|
-
default: (row: any, index: any) => any;
|
|
1154
|
-
};
|
|
1155
|
-
emptyStateVariant: {
|
|
1156
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1157
|
-
default: any;
|
|
1158
|
-
};
|
|
1159
|
-
rowCustomClassKey: {
|
|
1160
|
-
type: import("vue").PropType<string>;
|
|
1161
|
-
default: string;
|
|
1162
|
-
};
|
|
1163
|
-
rowDataKey: {
|
|
1164
|
-
type: import("vue").PropType<string>;
|
|
1165
|
-
default: string;
|
|
1166
|
-
};
|
|
1167
1428
|
totalCount: {
|
|
1168
1429
|
type: import("vue").PropType<number>;
|
|
1169
1430
|
default: number;
|
|
@@ -1190,6 +1451,26 @@ declare const DataGridTypes: () => (({
|
|
|
1190
1451
|
required: true;
|
|
1191
1452
|
default: () => any[];
|
|
1192
1453
|
};
|
|
1454
|
+
getRowId: {
|
|
1455
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1456
|
+
default: (row: any, index: any) => any;
|
|
1457
|
+
};
|
|
1458
|
+
getRowKey: {
|
|
1459
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1460
|
+
default: (row: any, index: any) => any;
|
|
1461
|
+
};
|
|
1462
|
+
emptyStateVariant: {
|
|
1463
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1464
|
+
default: any;
|
|
1465
|
+
};
|
|
1466
|
+
rowCustomClassKey: {
|
|
1467
|
+
type: import("vue").PropType<string>;
|
|
1468
|
+
default: string;
|
|
1469
|
+
};
|
|
1470
|
+
rowDataKey: {
|
|
1471
|
+
type: import("vue").PropType<string>;
|
|
1472
|
+
default: string;
|
|
1473
|
+
};
|
|
1193
1474
|
}>> & {
|
|
1194
1475
|
"onUpdate:search"?: (query: string) => any;
|
|
1195
1476
|
onOnScroll?: (scrollTop: number) => any;
|
|
@@ -1247,26 +1528,6 @@ declare const DataGridTypes: () => (({
|
|
|
1247
1528
|
type: import("vue").PropType<string>;
|
|
1248
1529
|
default: string;
|
|
1249
1530
|
};
|
|
1250
|
-
getRowId: {
|
|
1251
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1252
|
-
default: (row: any, index: any) => any;
|
|
1253
|
-
};
|
|
1254
|
-
getRowKey: {
|
|
1255
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1256
|
-
default: (row: any, index: any) => any;
|
|
1257
|
-
};
|
|
1258
|
-
emptyStateVariant: {
|
|
1259
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1260
|
-
default: any;
|
|
1261
|
-
};
|
|
1262
|
-
rowCustomClassKey: {
|
|
1263
|
-
type: import("vue").PropType<string>;
|
|
1264
|
-
default: string;
|
|
1265
|
-
};
|
|
1266
|
-
rowDataKey: {
|
|
1267
|
-
type: import("vue").PropType<string>;
|
|
1268
|
-
default: string;
|
|
1269
|
-
};
|
|
1270
1531
|
totalCount: {
|
|
1271
1532
|
type: import("vue").PropType<number>;
|
|
1272
1533
|
default: number;
|
|
@@ -1293,6 +1554,26 @@ declare const DataGridTypes: () => (({
|
|
|
1293
1554
|
required: true;
|
|
1294
1555
|
default: () => any[];
|
|
1295
1556
|
};
|
|
1557
|
+
getRowId: {
|
|
1558
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1559
|
+
default: (row: any, index: any) => any;
|
|
1560
|
+
};
|
|
1561
|
+
getRowKey: {
|
|
1562
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1563
|
+
default: (row: any, index: any) => any;
|
|
1564
|
+
};
|
|
1565
|
+
emptyStateVariant: {
|
|
1566
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1567
|
+
default: any;
|
|
1568
|
+
};
|
|
1569
|
+
rowCustomClassKey: {
|
|
1570
|
+
type: import("vue").PropType<string>;
|
|
1571
|
+
default: string;
|
|
1572
|
+
};
|
|
1573
|
+
rowDataKey: {
|
|
1574
|
+
type: import("vue").PropType<string>;
|
|
1575
|
+
default: string;
|
|
1576
|
+
};
|
|
1296
1577
|
}>> & {
|
|
1297
1578
|
"onUpdate:search"?: (query: string) => any;
|
|
1298
1579
|
onOnScroll?: (scrollTop: number) => any;
|
|
@@ -1321,17 +1602,17 @@ declare const DataGridTypes: () => (({
|
|
|
1321
1602
|
isSticky: boolean;
|
|
1322
1603
|
zIndexBase: number;
|
|
1323
1604
|
emptyStateSubtitle: string;
|
|
1324
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1325
|
-
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1326
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1327
|
-
rowCustomClassKey: string;
|
|
1328
|
-
rowDataKey: string;
|
|
1329
1605
|
totalCount: number;
|
|
1330
1606
|
displayingText: string;
|
|
1331
1607
|
outOfText: string;
|
|
1332
1608
|
totalText: string;
|
|
1333
1609
|
tablesSettings: import("../common/Table.types").TableSettings[];
|
|
1334
1610
|
loadingAndEmptyStatesColumns: import("../common/Table.types").Column[];
|
|
1611
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1612
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1613
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1614
|
+
rowCustomClassKey: string;
|
|
1615
|
+
rowDataKey: string;
|
|
1335
1616
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1336
1617
|
$slots: Partial<Record<string, (_: {
|
|
1337
1618
|
column: import("../common/Table.types").Column;
|
|
@@ -1346,6 +1627,7 @@ declare const DataGridTypes: () => (({
|
|
|
1346
1627
|
}) => any>> & {
|
|
1347
1628
|
title?(_: {}): any;
|
|
1348
1629
|
search?(_: {}): any;
|
|
1630
|
+
"table-header-pre-search"?(_: {}): any;
|
|
1349
1631
|
"table-header-actions"?(_: {}): any;
|
|
1350
1632
|
"floating-row"?(_: {
|
|
1351
1633
|
row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
|
|
@@ -1356,4 +1638,4 @@ declare const DataGridTypes: () => (({
|
|
|
1356
1638
|
};
|
|
1357
1639
|
})))[];
|
|
1358
1640
|
export type { Column, Sort, MenuItem, TableSettings, } from '../common/Table.types';
|
|
1359
|
-
export { DataGrid, DataGridMenu, DataGridRowsCounter, DataGridTypes, MultipleDataGrid, };
|
|
1641
|
+
export { DataGrid, DataGridMenu, DataGridRowsCounter, DataGridTypes, MultipleDataGrid, DataGridHeader, };
|