@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
|
@@ -0,0 +1,388 @@
|
|
|
1
|
+
import ColumnPicker from './ColumnPicker.vue';
|
|
2
|
+
declare const ColumnPickerTypes: () => ({
|
|
3
|
+
new (...args: any[]): {
|
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
|
5
|
+
$data: {};
|
|
6
|
+
$props: Partial<{
|
|
7
|
+
testId: string;
|
|
8
|
+
selected: unknown[];
|
|
9
|
+
options: Record<string, unknown>[];
|
|
10
|
+
minSelections: number;
|
|
11
|
+
noResultsText: string;
|
|
12
|
+
searchAutoFocus: boolean;
|
|
13
|
+
searchPlaceholder: string;
|
|
14
|
+
appendToBody: boolean;
|
|
15
|
+
defaultSelection: unknown[];
|
|
16
|
+
inlineGroupIds: unknown[];
|
|
17
|
+
headerText: string;
|
|
18
|
+
idKey: string;
|
|
19
|
+
displayKey: string;
|
|
20
|
+
childrenKey: string;
|
|
21
|
+
disabledKey: string;
|
|
22
|
+
minSelectionsTooltipMessage: string;
|
|
23
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
testId: {
|
|
25
|
+
type: import("vue").PropType<string>;
|
|
26
|
+
required: true;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
selected: {
|
|
30
|
+
type: import("vue").PropType<unknown[]>;
|
|
31
|
+
required: true;
|
|
32
|
+
default: () => any[];
|
|
33
|
+
};
|
|
34
|
+
options: {
|
|
35
|
+
type: import("vue").PropType<Record<string, unknown>[]>;
|
|
36
|
+
required: true;
|
|
37
|
+
default: () => any[];
|
|
38
|
+
};
|
|
39
|
+
minSelections: {
|
|
40
|
+
type: import("vue").PropType<number>;
|
|
41
|
+
default: number;
|
|
42
|
+
};
|
|
43
|
+
noResultsText: {
|
|
44
|
+
type: import("vue").PropType<string>;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
searchAutoFocus: {
|
|
48
|
+
type: import("vue").PropType<boolean>;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
searchPlaceholder: {
|
|
52
|
+
type: import("vue").PropType<string>;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
appendToBody: {
|
|
56
|
+
type: import("vue").PropType<boolean>;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
defaultSelection: {
|
|
60
|
+
type: import("vue").PropType<unknown[]>;
|
|
61
|
+
default: any;
|
|
62
|
+
};
|
|
63
|
+
inlineGroupIds: {
|
|
64
|
+
type: import("vue").PropType<unknown[]>;
|
|
65
|
+
default: () => any[];
|
|
66
|
+
};
|
|
67
|
+
headerText: {
|
|
68
|
+
type: import("vue").PropType<string>;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
idKey: {
|
|
72
|
+
type: import("vue").PropType<string>;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
displayKey: {
|
|
76
|
+
type: import("vue").PropType<string>;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
childrenKey: {
|
|
80
|
+
type: import("vue").PropType<string>;
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
|
+
disabledKey: {
|
|
84
|
+
type: import("vue").PropType<string>;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
minSelectionsTooltipMessage: {
|
|
88
|
+
type: import("vue").PropType<string>;
|
|
89
|
+
default: string;
|
|
90
|
+
};
|
|
91
|
+
}>> & {
|
|
92
|
+
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
93
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "selected" | "options" | "minSelections" | "noResultsText" | "searchAutoFocus" | "searchPlaceholder" | "appendToBody" | "defaultSelection" | "inlineGroupIds" | "headerText" | "idKey" | "displayKey" | "childrenKey" | "disabledKey" | "minSelectionsTooltipMessage">;
|
|
94
|
+
$attrs: {
|
|
95
|
+
[x: string]: unknown;
|
|
96
|
+
};
|
|
97
|
+
$refs: {
|
|
98
|
+
[x: string]: unknown;
|
|
99
|
+
};
|
|
100
|
+
$slots: Readonly<{
|
|
101
|
+
[name: string]: import("vue").Slot;
|
|
102
|
+
}>;
|
|
103
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
104
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
105
|
+
$emit: (event: "update:selected", value: unknown[]) => void;
|
|
106
|
+
$el: any;
|
|
107
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
+
testId: {
|
|
109
|
+
type: import("vue").PropType<string>;
|
|
110
|
+
required: true;
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
113
|
+
selected: {
|
|
114
|
+
type: import("vue").PropType<unknown[]>;
|
|
115
|
+
required: true;
|
|
116
|
+
default: () => any[];
|
|
117
|
+
};
|
|
118
|
+
options: {
|
|
119
|
+
type: import("vue").PropType<Record<string, unknown>[]>;
|
|
120
|
+
required: true;
|
|
121
|
+
default: () => any[];
|
|
122
|
+
};
|
|
123
|
+
minSelections: {
|
|
124
|
+
type: import("vue").PropType<number>;
|
|
125
|
+
default: number;
|
|
126
|
+
};
|
|
127
|
+
noResultsText: {
|
|
128
|
+
type: import("vue").PropType<string>;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
searchAutoFocus: {
|
|
132
|
+
type: import("vue").PropType<boolean>;
|
|
133
|
+
default: boolean;
|
|
134
|
+
};
|
|
135
|
+
searchPlaceholder: {
|
|
136
|
+
type: import("vue").PropType<string>;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
appendToBody: {
|
|
140
|
+
type: import("vue").PropType<boolean>;
|
|
141
|
+
default: boolean;
|
|
142
|
+
};
|
|
143
|
+
defaultSelection: {
|
|
144
|
+
type: import("vue").PropType<unknown[]>;
|
|
145
|
+
default: any;
|
|
146
|
+
};
|
|
147
|
+
inlineGroupIds: {
|
|
148
|
+
type: import("vue").PropType<unknown[]>;
|
|
149
|
+
default: () => any[];
|
|
150
|
+
};
|
|
151
|
+
headerText: {
|
|
152
|
+
type: import("vue").PropType<string>;
|
|
153
|
+
default: string;
|
|
154
|
+
};
|
|
155
|
+
idKey: {
|
|
156
|
+
type: import("vue").PropType<string>;
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
159
|
+
displayKey: {
|
|
160
|
+
type: import("vue").PropType<string>;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
childrenKey: {
|
|
164
|
+
type: import("vue").PropType<string>;
|
|
165
|
+
default: string;
|
|
166
|
+
};
|
|
167
|
+
disabledKey: {
|
|
168
|
+
type: import("vue").PropType<string>;
|
|
169
|
+
default: string;
|
|
170
|
+
};
|
|
171
|
+
minSelectionsTooltipMessage: {
|
|
172
|
+
type: import("vue").PropType<string>;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
175
|
+
}>> & {
|
|
176
|
+
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
177
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
178
|
+
"update:selected": (value: unknown[]) => void;
|
|
179
|
+
}, string, {
|
|
180
|
+
testId: string;
|
|
181
|
+
selected: unknown[];
|
|
182
|
+
options: Record<string, unknown>[];
|
|
183
|
+
minSelections: number;
|
|
184
|
+
noResultsText: string;
|
|
185
|
+
searchAutoFocus: boolean;
|
|
186
|
+
searchPlaceholder: string;
|
|
187
|
+
appendToBody: boolean;
|
|
188
|
+
defaultSelection: unknown[];
|
|
189
|
+
inlineGroupIds: unknown[];
|
|
190
|
+
headerText: string;
|
|
191
|
+
idKey: string;
|
|
192
|
+
displayKey: string;
|
|
193
|
+
childrenKey: string;
|
|
194
|
+
disabledKey: string;
|
|
195
|
+
minSelectionsTooltipMessage: string;
|
|
196
|
+
}, {}, string> & {
|
|
197
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
198
|
+
created?: (() => void) | (() => void)[];
|
|
199
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
200
|
+
mounted?: (() => void) | (() => void)[];
|
|
201
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
202
|
+
updated?: (() => void) | (() => void)[];
|
|
203
|
+
activated?: (() => void) | (() => void)[];
|
|
204
|
+
deactivated?: (() => void) | (() => void)[];
|
|
205
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
206
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
207
|
+
destroyed?: (() => void) | (() => void)[];
|
|
208
|
+
unmounted?: (() => void) | (() => void)[];
|
|
209
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
210
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
211
|
+
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)[];
|
|
212
|
+
};
|
|
213
|
+
$forceUpdate: () => void;
|
|
214
|
+
$nextTick: typeof import("vue").nextTick;
|
|
215
|
+
$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;
|
|
216
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
217
|
+
testId: {
|
|
218
|
+
type: import("vue").PropType<string>;
|
|
219
|
+
required: true;
|
|
220
|
+
default: string;
|
|
221
|
+
};
|
|
222
|
+
selected: {
|
|
223
|
+
type: import("vue").PropType<unknown[]>;
|
|
224
|
+
required: true;
|
|
225
|
+
default: () => any[];
|
|
226
|
+
};
|
|
227
|
+
options: {
|
|
228
|
+
type: import("vue").PropType<Record<string, unknown>[]>;
|
|
229
|
+
required: true;
|
|
230
|
+
default: () => any[];
|
|
231
|
+
};
|
|
232
|
+
minSelections: {
|
|
233
|
+
type: import("vue").PropType<number>;
|
|
234
|
+
default: number;
|
|
235
|
+
};
|
|
236
|
+
noResultsText: {
|
|
237
|
+
type: import("vue").PropType<string>;
|
|
238
|
+
default: string;
|
|
239
|
+
};
|
|
240
|
+
searchAutoFocus: {
|
|
241
|
+
type: import("vue").PropType<boolean>;
|
|
242
|
+
default: boolean;
|
|
243
|
+
};
|
|
244
|
+
searchPlaceholder: {
|
|
245
|
+
type: import("vue").PropType<string>;
|
|
246
|
+
default: string;
|
|
247
|
+
};
|
|
248
|
+
appendToBody: {
|
|
249
|
+
type: import("vue").PropType<boolean>;
|
|
250
|
+
default: boolean;
|
|
251
|
+
};
|
|
252
|
+
defaultSelection: {
|
|
253
|
+
type: import("vue").PropType<unknown[]>;
|
|
254
|
+
default: any;
|
|
255
|
+
};
|
|
256
|
+
inlineGroupIds: {
|
|
257
|
+
type: import("vue").PropType<unknown[]>;
|
|
258
|
+
default: () => any[];
|
|
259
|
+
};
|
|
260
|
+
headerText: {
|
|
261
|
+
type: import("vue").PropType<string>;
|
|
262
|
+
default: string;
|
|
263
|
+
};
|
|
264
|
+
idKey: {
|
|
265
|
+
type: import("vue").PropType<string>;
|
|
266
|
+
default: string;
|
|
267
|
+
};
|
|
268
|
+
displayKey: {
|
|
269
|
+
type: import("vue").PropType<string>;
|
|
270
|
+
default: string;
|
|
271
|
+
};
|
|
272
|
+
childrenKey: {
|
|
273
|
+
type: import("vue").PropType<string>;
|
|
274
|
+
default: string;
|
|
275
|
+
};
|
|
276
|
+
disabledKey: {
|
|
277
|
+
type: import("vue").PropType<string>;
|
|
278
|
+
default: string;
|
|
279
|
+
};
|
|
280
|
+
minSelectionsTooltipMessage: {
|
|
281
|
+
type: import("vue").PropType<string>;
|
|
282
|
+
default: string;
|
|
283
|
+
};
|
|
284
|
+
}>> & {
|
|
285
|
+
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
286
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
287
|
+
__isFragment?: never;
|
|
288
|
+
__isTeleport?: never;
|
|
289
|
+
__isSuspense?: never;
|
|
290
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
291
|
+
testId: {
|
|
292
|
+
type: import("vue").PropType<string>;
|
|
293
|
+
required: true;
|
|
294
|
+
default: string;
|
|
295
|
+
};
|
|
296
|
+
selected: {
|
|
297
|
+
type: import("vue").PropType<unknown[]>;
|
|
298
|
+
required: true;
|
|
299
|
+
default: () => any[];
|
|
300
|
+
};
|
|
301
|
+
options: {
|
|
302
|
+
type: import("vue").PropType<Record<string, unknown>[]>;
|
|
303
|
+
required: true;
|
|
304
|
+
default: () => any[];
|
|
305
|
+
};
|
|
306
|
+
minSelections: {
|
|
307
|
+
type: import("vue").PropType<number>;
|
|
308
|
+
default: number;
|
|
309
|
+
};
|
|
310
|
+
noResultsText: {
|
|
311
|
+
type: import("vue").PropType<string>;
|
|
312
|
+
default: string;
|
|
313
|
+
};
|
|
314
|
+
searchAutoFocus: {
|
|
315
|
+
type: import("vue").PropType<boolean>;
|
|
316
|
+
default: boolean;
|
|
317
|
+
};
|
|
318
|
+
searchPlaceholder: {
|
|
319
|
+
type: import("vue").PropType<string>;
|
|
320
|
+
default: string;
|
|
321
|
+
};
|
|
322
|
+
appendToBody: {
|
|
323
|
+
type: import("vue").PropType<boolean>;
|
|
324
|
+
default: boolean;
|
|
325
|
+
};
|
|
326
|
+
defaultSelection: {
|
|
327
|
+
type: import("vue").PropType<unknown[]>;
|
|
328
|
+
default: any;
|
|
329
|
+
};
|
|
330
|
+
inlineGroupIds: {
|
|
331
|
+
type: import("vue").PropType<unknown[]>;
|
|
332
|
+
default: () => any[];
|
|
333
|
+
};
|
|
334
|
+
headerText: {
|
|
335
|
+
type: import("vue").PropType<string>;
|
|
336
|
+
default: string;
|
|
337
|
+
};
|
|
338
|
+
idKey: {
|
|
339
|
+
type: import("vue").PropType<string>;
|
|
340
|
+
default: string;
|
|
341
|
+
};
|
|
342
|
+
displayKey: {
|
|
343
|
+
type: import("vue").PropType<string>;
|
|
344
|
+
default: string;
|
|
345
|
+
};
|
|
346
|
+
childrenKey: {
|
|
347
|
+
type: import("vue").PropType<string>;
|
|
348
|
+
default: string;
|
|
349
|
+
};
|
|
350
|
+
disabledKey: {
|
|
351
|
+
type: import("vue").PropType<string>;
|
|
352
|
+
default: string;
|
|
353
|
+
};
|
|
354
|
+
minSelectionsTooltipMessage: {
|
|
355
|
+
type: import("vue").PropType<string>;
|
|
356
|
+
default: string;
|
|
357
|
+
};
|
|
358
|
+
}>> & {
|
|
359
|
+
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
360
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
361
|
+
"update:selected": (value: unknown[]) => void;
|
|
362
|
+
}, string, {
|
|
363
|
+
testId: string;
|
|
364
|
+
selected: unknown[];
|
|
365
|
+
options: Record<string, unknown>[];
|
|
366
|
+
minSelections: number;
|
|
367
|
+
noResultsText: string;
|
|
368
|
+
searchAutoFocus: boolean;
|
|
369
|
+
searchPlaceholder: string;
|
|
370
|
+
appendToBody: boolean;
|
|
371
|
+
defaultSelection: unknown[];
|
|
372
|
+
inlineGroupIds: unknown[];
|
|
373
|
+
headerText: string;
|
|
374
|
+
idKey: string;
|
|
375
|
+
displayKey: string;
|
|
376
|
+
childrenKey: string;
|
|
377
|
+
disabledKey: string;
|
|
378
|
+
minSelectionsTooltipMessage: string;
|
|
379
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
380
|
+
$slots: {
|
|
381
|
+
trigger?(_: {
|
|
382
|
+
triggerProps: {
|
|
383
|
+
onClick: () => void;
|
|
384
|
+
};
|
|
385
|
+
}): any;
|
|
386
|
+
};
|
|
387
|
+
}))[];
|
|
388
|
+
export { ColumnPicker, ColumnPickerTypes };
|