@ironsource/shared-ui 2.1.12-rc.3 → 2.1.12-rc.30
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_fa533a3d_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_db8a902c_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_4f67d41d_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_3315b68f_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_38354f10_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_8e8df067_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_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/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +1 -0
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_01f78cd7_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_3b15c693_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +1 -0
- 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 +158 -37
- package/components/chart/Chart.vue.js +2 -2
- package/components/chart/Chart.vue2.js +150 -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 +96 -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 +226 -0
- package/components/chart/ChartPlane.vue.js +7 -0
- package/components/chart/ChartPlane.vue2.js +370 -0
- package/components/chart/ChartStoryArgs.d.ts +184 -0
- package/components/chart/ChartTooltip.vue.d.ts +22 -2
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +50 -55
- 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 +69 -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 +29 -7
- package/components/chart/consts.js +41 -21
- package/components/chart/index.d.ts +554 -119
- package/components/chart/mockData.d.ts +44 -5
- package/components/chart/types.d.ts +38 -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 +19 -10
- package/components/checkbox/v3/Checkbox.vue.d.ts +3 -3
- package/components/checkbox/v3/index.d.ts +7 -7
- package/components/dateRange/common/DateRange.common.js +81 -75
- 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/v4/DialogV4.vue.d.ts +4 -3
- package/components/dialog/v4/DialogV4.vue.js +4 -4
- package/components/dialog/v4/DialogV4.vue2.js +1 -1
- package/components/dialog/v4/index.d.ts +7 -7
- package/components/dropdown/common/Dropdown.common.d.ts +1 -0
- package/components/dropdown/common/Dropdown.common.js +172 -160
- 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 +4 -4
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +151 -129
- 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 +18 -5
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +140 -108
- 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 +682 -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/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/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 +15 -4
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +288 -230
- package/components/table/v4/MultipleDataGrid.vue.d.ts +3 -3
- package/components/table/v4/index.d.ts +50 -15
- package/components/table/v4/storyUtils.d.ts +2 -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 +4 -4
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- package/components/tooltip/v4/index.d.ts +7 -7
- 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 +1601 -425
- package/index.js +148 -136
- package/mocks/apps.d.ts +1 -0
- package/mocks/optionsWithIcons.d.ts +2 -0
- package/package.json +9 -1
- package/testids/index.d.ts +4 -0
- package/testids/index.js +31 -30
- package/utils/formatNumbers.d.ts +1 -1
- package/utils/formatNumbers.js +19 -6
- 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_3a2aeea3_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_6b54ac22_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/OptionV4.vue_vue_type_style_index_0_scoped_1e8837dc_lang.css +0 -1
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_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
package/index.d.ts
CHANGED
|
@@ -19,6 +19,10 @@ import * as tableV4 from '@/components/table/v4';
|
|
|
19
19
|
import * as tableCellsV3 from '@/components/table-cells/v3';
|
|
20
20
|
import * as snackbarV3 from '@/components/snackbar/v3';
|
|
21
21
|
declare const _default: {
|
|
22
|
+
nFormatter(num: number, formatLowDigits?: boolean): string;
|
|
23
|
+
DEFAULT_FALLBACK: "N/A";
|
|
24
|
+
diffInPersentage: (valueA: string | number, valueB: string | number, fallback?: string) => string | number;
|
|
25
|
+
formatNumberWithCommas: (num: string | number, fallback?: string) => string;
|
|
22
26
|
Popover: {
|
|
23
27
|
new (...args: any[]): {
|
|
24
28
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -558,7 +562,7 @@ declare const _default: {
|
|
|
558
562
|
dateFormat: string;
|
|
559
563
|
types: ("date" | "week" | "month")[];
|
|
560
564
|
maxDaysInRange: number;
|
|
561
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
565
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
562
566
|
regex: RegExp;
|
|
563
567
|
initialType: "date" | "week" | "month";
|
|
564
568
|
openOnTop: boolean;
|
|
@@ -605,7 +609,7 @@ declare const _default: {
|
|
|
605
609
|
default: any;
|
|
606
610
|
};
|
|
607
611
|
datePresetList: {
|
|
608
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
612
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
609
613
|
default: string;
|
|
610
614
|
};
|
|
611
615
|
regex: {
|
|
@@ -693,7 +697,7 @@ declare const _default: {
|
|
|
693
697
|
default: any;
|
|
694
698
|
};
|
|
695
699
|
datePresetList: {
|
|
696
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
700
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
697
701
|
default: string;
|
|
698
702
|
};
|
|
699
703
|
regex: {
|
|
@@ -742,7 +746,7 @@ declare const _default: {
|
|
|
742
746
|
dateFormat: string;
|
|
743
747
|
types: ("date" | "week" | "month")[];
|
|
744
748
|
maxDaysInRange: number;
|
|
745
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
749
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
746
750
|
regex: RegExp;
|
|
747
751
|
initialType: "date" | "week" | "month";
|
|
748
752
|
openOnTop: boolean;
|
|
@@ -809,7 +813,7 @@ declare const _default: {
|
|
|
809
813
|
default: any;
|
|
810
814
|
};
|
|
811
815
|
datePresetList: {
|
|
812
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
816
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
813
817
|
default: string;
|
|
814
818
|
};
|
|
815
819
|
regex: {
|
|
@@ -887,7 +891,7 @@ declare const _default: {
|
|
|
887
891
|
default: any;
|
|
888
892
|
};
|
|
889
893
|
datePresetList: {
|
|
890
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
894
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
891
895
|
default: string;
|
|
892
896
|
};
|
|
893
897
|
regex: {
|
|
@@ -936,7 +940,7 @@ declare const _default: {
|
|
|
936
940
|
dateFormat: string;
|
|
937
941
|
types: ("date" | "week" | "month")[];
|
|
938
942
|
maxDaysInRange: number;
|
|
939
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
943
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
940
944
|
regex: RegExp;
|
|
941
945
|
initialType: "date" | "week" | "month";
|
|
942
946
|
openOnTop: boolean;
|
|
@@ -964,7 +968,7 @@ declare const _default: {
|
|
|
964
968
|
dateFormat: string;
|
|
965
969
|
types: ("date" | "week" | "month")[];
|
|
966
970
|
maxDaysInRange: number;
|
|
967
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
971
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
968
972
|
regex: RegExp;
|
|
969
973
|
initialType: "date" | "week" | "month";
|
|
970
974
|
openOnTop: boolean;
|
|
@@ -1011,7 +1015,7 @@ declare const _default: {
|
|
|
1011
1015
|
default: any;
|
|
1012
1016
|
};
|
|
1013
1017
|
datePresetList: {
|
|
1014
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
1018
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
1015
1019
|
default: string;
|
|
1016
1020
|
};
|
|
1017
1021
|
regex: {
|
|
@@ -1099,7 +1103,7 @@ declare const _default: {
|
|
|
1099
1103
|
default: any;
|
|
1100
1104
|
};
|
|
1101
1105
|
datePresetList: {
|
|
1102
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
1106
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
1103
1107
|
default: string;
|
|
1104
1108
|
};
|
|
1105
1109
|
regex: {
|
|
@@ -1148,7 +1152,7 @@ declare const _default: {
|
|
|
1148
1152
|
dateFormat: string;
|
|
1149
1153
|
types: ("date" | "week" | "month")[];
|
|
1150
1154
|
maxDaysInRange: number;
|
|
1151
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
1155
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
1152
1156
|
regex: RegExp;
|
|
1153
1157
|
initialType: "date" | "week" | "month";
|
|
1154
1158
|
openOnTop: boolean;
|
|
@@ -1215,7 +1219,7 @@ declare const _default: {
|
|
|
1215
1219
|
default: any;
|
|
1216
1220
|
};
|
|
1217
1221
|
datePresetList: {
|
|
1218
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
1222
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
1219
1223
|
default: string;
|
|
1220
1224
|
};
|
|
1221
1225
|
regex: {
|
|
@@ -1293,7 +1297,7 @@ declare const _default: {
|
|
|
1293
1297
|
default: any;
|
|
1294
1298
|
};
|
|
1295
1299
|
datePresetList: {
|
|
1296
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
1300
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
1297
1301
|
default: string;
|
|
1298
1302
|
};
|
|
1299
1303
|
regex: {
|
|
@@ -1342,7 +1346,7 @@ declare const _default: {
|
|
|
1342
1346
|
dateFormat: string;
|
|
1343
1347
|
types: ("date" | "week" | "month")[];
|
|
1344
1348
|
maxDaysInRange: number;
|
|
1345
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
1349
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
1346
1350
|
regex: RegExp;
|
|
1347
1351
|
initialType: "date" | "week" | "month";
|
|
1348
1352
|
openOnTop: boolean;
|
|
@@ -4915,7 +4919,7 @@ declare const _default: {
|
|
|
4915
4919
|
$data: {};
|
|
4916
4920
|
$props: Partial<{
|
|
4917
4921
|
title: string;
|
|
4918
|
-
variant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
4922
|
+
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
4919
4923
|
iconName: string;
|
|
4920
4924
|
iconSize: string;
|
|
4921
4925
|
subtitle: string;
|
|
@@ -4927,7 +4931,7 @@ declare const _default: {
|
|
|
4927
4931
|
default: string;
|
|
4928
4932
|
};
|
|
4929
4933
|
variant: {
|
|
4930
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
4934
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
4931
4935
|
default: string;
|
|
4932
4936
|
};
|
|
4933
4937
|
iconName: {
|
|
@@ -4972,7 +4976,7 @@ declare const _default: {
|
|
|
4972
4976
|
default: string;
|
|
4973
4977
|
};
|
|
4974
4978
|
variant: {
|
|
4975
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
4979
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
4976
4980
|
default: string;
|
|
4977
4981
|
};
|
|
4978
4982
|
iconName: {
|
|
@@ -5001,7 +5005,7 @@ declare const _default: {
|
|
|
5001
5005
|
click: () => void;
|
|
5002
5006
|
}, string, {
|
|
5003
5007
|
title: string;
|
|
5004
|
-
variant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5008
|
+
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
5005
5009
|
iconName: string;
|
|
5006
5010
|
iconSize: string;
|
|
5007
5011
|
subtitle: string;
|
|
@@ -5033,7 +5037,7 @@ declare const _default: {
|
|
|
5033
5037
|
default: string;
|
|
5034
5038
|
};
|
|
5035
5039
|
variant: {
|
|
5036
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5040
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
5037
5041
|
default: string;
|
|
5038
5042
|
};
|
|
5039
5043
|
iconName: {
|
|
@@ -5068,7 +5072,7 @@ declare const _default: {
|
|
|
5068
5072
|
default: string;
|
|
5069
5073
|
};
|
|
5070
5074
|
variant: {
|
|
5071
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5075
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
5072
5076
|
default: string;
|
|
5073
5077
|
};
|
|
5074
5078
|
iconName: {
|
|
@@ -5097,7 +5101,7 @@ declare const _default: {
|
|
|
5097
5101
|
click: () => void;
|
|
5098
5102
|
}, string, {
|
|
5099
5103
|
title: string;
|
|
5100
|
-
variant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5104
|
+
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
5101
5105
|
iconName: string;
|
|
5102
5106
|
iconSize: string;
|
|
5103
5107
|
subtitle: string;
|
|
@@ -5115,7 +5119,7 @@ declare const _default: {
|
|
|
5115
5119
|
$data: {};
|
|
5116
5120
|
$props: Partial<{
|
|
5117
5121
|
title: string;
|
|
5118
|
-
variant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5122
|
+
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
5119
5123
|
iconName: string;
|
|
5120
5124
|
iconSize: string;
|
|
5121
5125
|
subtitle: string;
|
|
@@ -5127,7 +5131,7 @@ declare const _default: {
|
|
|
5127
5131
|
default: string;
|
|
5128
5132
|
};
|
|
5129
5133
|
variant: {
|
|
5130
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5134
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
5131
5135
|
default: string;
|
|
5132
5136
|
};
|
|
5133
5137
|
iconName: {
|
|
@@ -5172,7 +5176,7 @@ declare const _default: {
|
|
|
5172
5176
|
default: string;
|
|
5173
5177
|
};
|
|
5174
5178
|
variant: {
|
|
5175
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5179
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
5176
5180
|
default: string;
|
|
5177
5181
|
};
|
|
5178
5182
|
iconName: {
|
|
@@ -5201,7 +5205,7 @@ declare const _default: {
|
|
|
5201
5205
|
click: () => void;
|
|
5202
5206
|
}, string, {
|
|
5203
5207
|
title: string;
|
|
5204
|
-
variant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5208
|
+
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
5205
5209
|
iconName: string;
|
|
5206
5210
|
iconSize: string;
|
|
5207
5211
|
subtitle: string;
|
|
@@ -5233,7 +5237,7 @@ declare const _default: {
|
|
|
5233
5237
|
default: string;
|
|
5234
5238
|
};
|
|
5235
5239
|
variant: {
|
|
5236
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5240
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
5237
5241
|
default: string;
|
|
5238
5242
|
};
|
|
5239
5243
|
iconName: {
|
|
@@ -5268,7 +5272,7 @@ declare const _default: {
|
|
|
5268
5272
|
default: string;
|
|
5269
5273
|
};
|
|
5270
5274
|
variant: {
|
|
5271
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5275
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
5272
5276
|
default: string;
|
|
5273
5277
|
};
|
|
5274
5278
|
iconName: {
|
|
@@ -5297,7 +5301,7 @@ declare const _default: {
|
|
|
5297
5301
|
click: () => void;
|
|
5298
5302
|
}, string, {
|
|
5299
5303
|
title: string;
|
|
5300
|
-
variant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5304
|
+
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
5301
5305
|
iconName: string;
|
|
5302
5306
|
iconSize: string;
|
|
5303
5307
|
subtitle: string;
|
|
@@ -5787,7 +5791,8 @@ declare const _default: {
|
|
|
5787
5791
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5788
5792
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5789
5793
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5790
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5794
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
5795
|
+
helpTooltipVariant: "icon" | "underline";
|
|
5791
5796
|
rowCustomClassKey: string;
|
|
5792
5797
|
rowDataKey: string;
|
|
5793
5798
|
isSelectionSticky: boolean;
|
|
@@ -5894,9 +5899,16 @@ declare const _default: {
|
|
|
5894
5899
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
5895
5900
|
};
|
|
5896
5901
|
emptyStateVariant: {
|
|
5897
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
5902
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
5898
5903
|
default: any;
|
|
5899
5904
|
};
|
|
5905
|
+
showTotalsRow: {
|
|
5906
|
+
type: import("vue").PropType<boolean>;
|
|
5907
|
+
};
|
|
5908
|
+
helpTooltipVariant: {
|
|
5909
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
5910
|
+
default: string;
|
|
5911
|
+
};
|
|
5900
5912
|
rowCustomClassKey: {
|
|
5901
5913
|
type: import("vue").PropType<string>;
|
|
5902
5914
|
default: string;
|
|
@@ -5924,7 +5936,7 @@ declare const _default: {
|
|
|
5924
5936
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5925
5937
|
onSelectRow?: (value: boolean) => any;
|
|
5926
5938
|
onClickRow?: (rowIndex: number) => any;
|
|
5927
|
-
} & 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">;
|
|
5939
|
+
} & 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" | "helpTooltipVariant" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
|
|
5928
5940
|
$attrs: {
|
|
5929
5941
|
[x: string]: unknown;
|
|
5930
5942
|
};
|
|
@@ -6040,9 +6052,16 @@ declare const _default: {
|
|
|
6040
6052
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6041
6053
|
};
|
|
6042
6054
|
emptyStateVariant: {
|
|
6043
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
6055
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
6044
6056
|
default: any;
|
|
6045
6057
|
};
|
|
6058
|
+
showTotalsRow: {
|
|
6059
|
+
type: import("vue").PropType<boolean>;
|
|
6060
|
+
};
|
|
6061
|
+
helpTooltipVariant: {
|
|
6062
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
6063
|
+
default: string;
|
|
6064
|
+
};
|
|
6046
6065
|
rowCustomClassKey: {
|
|
6047
6066
|
type: import("vue").PropType<string>;
|
|
6048
6067
|
default: string;
|
|
@@ -6107,7 +6126,8 @@ declare const _default: {
|
|
|
6107
6126
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6108
6127
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6109
6128
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6110
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
6129
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
6130
|
+
helpTooltipVariant: "icon" | "underline";
|
|
6111
6131
|
rowCustomClassKey: string;
|
|
6112
6132
|
rowDataKey: string;
|
|
6113
6133
|
isSelectionSticky: boolean;
|
|
@@ -6234,9 +6254,16 @@ declare const _default: {
|
|
|
6234
6254
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6235
6255
|
};
|
|
6236
6256
|
emptyStateVariant: {
|
|
6237
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
6257
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
6238
6258
|
default: any;
|
|
6239
6259
|
};
|
|
6260
|
+
showTotalsRow: {
|
|
6261
|
+
type: import("vue").PropType<boolean>;
|
|
6262
|
+
};
|
|
6263
|
+
helpTooltipVariant: {
|
|
6264
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
6265
|
+
default: string;
|
|
6266
|
+
};
|
|
6240
6267
|
rowCustomClassKey: {
|
|
6241
6268
|
type: import("vue").PropType<string>;
|
|
6242
6269
|
default: string;
|
|
@@ -6372,9 +6399,16 @@ declare const _default: {
|
|
|
6372
6399
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6373
6400
|
};
|
|
6374
6401
|
emptyStateVariant: {
|
|
6375
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
6402
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
6376
6403
|
default: any;
|
|
6377
6404
|
};
|
|
6405
|
+
showTotalsRow: {
|
|
6406
|
+
type: import("vue").PropType<boolean>;
|
|
6407
|
+
};
|
|
6408
|
+
helpTooltipVariant: {
|
|
6409
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
6410
|
+
default: string;
|
|
6411
|
+
};
|
|
6378
6412
|
rowCustomClassKey: {
|
|
6379
6413
|
type: import("vue").PropType<string>;
|
|
6380
6414
|
default: string;
|
|
@@ -6439,7 +6473,8 @@ declare const _default: {
|
|
|
6439
6473
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6440
6474
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6441
6475
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6442
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
6476
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
6477
|
+
helpTooltipVariant: "icon" | "underline";
|
|
6443
6478
|
rowCustomClassKey: string;
|
|
6444
6479
|
rowDataKey: string;
|
|
6445
6480
|
isSelectionSticky: boolean;
|
|
@@ -6447,6 +6482,10 @@ declare const _default: {
|
|
|
6447
6482
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
6448
6483
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
6449
6484
|
column: tableV3.Column;
|
|
6485
|
+
}) => any>> & Partial<Record<`after-header-${string}`, (_: {
|
|
6486
|
+
column: tableV3.Column;
|
|
6487
|
+
}) => any>> & Partial<Record<`total-${string}`, (_: {
|
|
6488
|
+
column: tableV3.Column;
|
|
6450
6489
|
}) => any>> & Partial<Record<`cell-${string}`, (_: {
|
|
6451
6490
|
cell: unknown;
|
|
6452
6491
|
isLoading: boolean;
|
|
@@ -6595,7 +6634,8 @@ declare const _default: {
|
|
|
6595
6634
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6596
6635
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6597
6636
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6598
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
6637
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
6638
|
+
helpTooltipVariant: "icon" | "underline";
|
|
6599
6639
|
rowCustomClassKey: string;
|
|
6600
6640
|
rowDataKey: string;
|
|
6601
6641
|
isSelectionSticky: boolean;
|
|
@@ -6702,9 +6742,16 @@ declare const _default: {
|
|
|
6702
6742
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6703
6743
|
};
|
|
6704
6744
|
emptyStateVariant: {
|
|
6705
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
6745
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
6706
6746
|
default: any;
|
|
6707
6747
|
};
|
|
6748
|
+
showTotalsRow: {
|
|
6749
|
+
type: import("vue").PropType<boolean>;
|
|
6750
|
+
};
|
|
6751
|
+
helpTooltipVariant: {
|
|
6752
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
6753
|
+
default: string;
|
|
6754
|
+
};
|
|
6708
6755
|
rowCustomClassKey: {
|
|
6709
6756
|
type: import("vue").PropType<string>;
|
|
6710
6757
|
default: string;
|
|
@@ -6732,7 +6779,7 @@ declare const _default: {
|
|
|
6732
6779
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6733
6780
|
onSelectRow?: (value: boolean) => any;
|
|
6734
6781
|
onClickRow?: (rowIndex: number) => any;
|
|
6735
|
-
} & 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">;
|
|
6782
|
+
} & 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" | "helpTooltipVariant" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
|
|
6736
6783
|
$attrs: {
|
|
6737
6784
|
[x: string]: unknown;
|
|
6738
6785
|
};
|
|
@@ -6848,9 +6895,16 @@ declare const _default: {
|
|
|
6848
6895
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6849
6896
|
};
|
|
6850
6897
|
emptyStateVariant: {
|
|
6851
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
6898
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
6852
6899
|
default: any;
|
|
6853
6900
|
};
|
|
6901
|
+
showTotalsRow: {
|
|
6902
|
+
type: import("vue").PropType<boolean>;
|
|
6903
|
+
};
|
|
6904
|
+
helpTooltipVariant: {
|
|
6905
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
6906
|
+
default: string;
|
|
6907
|
+
};
|
|
6854
6908
|
rowCustomClassKey: {
|
|
6855
6909
|
type: import("vue").PropType<string>;
|
|
6856
6910
|
default: string;
|
|
@@ -6915,7 +6969,8 @@ declare const _default: {
|
|
|
6915
6969
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6916
6970
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6917
6971
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6918
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
6972
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
6973
|
+
helpTooltipVariant: "icon" | "underline";
|
|
6919
6974
|
rowCustomClassKey: string;
|
|
6920
6975
|
rowDataKey: string;
|
|
6921
6976
|
isSelectionSticky: boolean;
|
|
@@ -7042,9 +7097,16 @@ declare const _default: {
|
|
|
7042
7097
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
7043
7098
|
};
|
|
7044
7099
|
emptyStateVariant: {
|
|
7045
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
7100
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
7046
7101
|
default: any;
|
|
7047
7102
|
};
|
|
7103
|
+
showTotalsRow: {
|
|
7104
|
+
type: import("vue").PropType<boolean>;
|
|
7105
|
+
};
|
|
7106
|
+
helpTooltipVariant: {
|
|
7107
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
7108
|
+
default: string;
|
|
7109
|
+
};
|
|
7048
7110
|
rowCustomClassKey: {
|
|
7049
7111
|
type: import("vue").PropType<string>;
|
|
7050
7112
|
default: string;
|
|
@@ -7180,9 +7242,16 @@ declare const _default: {
|
|
|
7180
7242
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
7181
7243
|
};
|
|
7182
7244
|
emptyStateVariant: {
|
|
7183
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
7245
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
7184
7246
|
default: any;
|
|
7185
7247
|
};
|
|
7248
|
+
showTotalsRow: {
|
|
7249
|
+
type: import("vue").PropType<boolean>;
|
|
7250
|
+
};
|
|
7251
|
+
helpTooltipVariant: {
|
|
7252
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
7253
|
+
default: string;
|
|
7254
|
+
};
|
|
7186
7255
|
rowCustomClassKey: {
|
|
7187
7256
|
type: import("vue").PropType<string>;
|
|
7188
7257
|
default: string;
|
|
@@ -7247,7 +7316,8 @@ declare const _default: {
|
|
|
7247
7316
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7248
7317
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7249
7318
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
7250
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
7319
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
7320
|
+
helpTooltipVariant: "icon" | "underline";
|
|
7251
7321
|
rowCustomClassKey: string;
|
|
7252
7322
|
rowDataKey: string;
|
|
7253
7323
|
isSelectionSticky: boolean;
|
|
@@ -7255,6 +7325,10 @@ declare const _default: {
|
|
|
7255
7325
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
7256
7326
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
7257
7327
|
column: tableV3.Column;
|
|
7328
|
+
}) => any>> & Partial<Record<`after-header-${string}`, (_: {
|
|
7329
|
+
column: tableV3.Column;
|
|
7330
|
+
}) => any>> & Partial<Record<`total-${string}`, (_: {
|
|
7331
|
+
column: tableV3.Column;
|
|
7258
7332
|
}) => any>> & Partial<Record<`cell-${string}`, (_: {
|
|
7259
7333
|
cell: unknown;
|
|
7260
7334
|
isLoading: boolean;
|
|
@@ -7390,7 +7464,7 @@ declare const _default: {
|
|
|
7390
7464
|
emptyStateSubtitle: string;
|
|
7391
7465
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7392
7466
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7393
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
7467
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
7394
7468
|
rowCustomClassKey: string;
|
|
7395
7469
|
rowDataKey: string;
|
|
7396
7470
|
totalCount: number;
|
|
@@ -7453,7 +7527,7 @@ declare const _default: {
|
|
|
7453
7527
|
default: (row: any, index: any) => any;
|
|
7454
7528
|
};
|
|
7455
7529
|
emptyStateVariant: {
|
|
7456
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
7530
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
7457
7531
|
default: any;
|
|
7458
7532
|
};
|
|
7459
7533
|
rowCustomClassKey: {
|
|
@@ -7568,7 +7642,7 @@ declare const _default: {
|
|
|
7568
7642
|
default: (row: any, index: any) => any;
|
|
7569
7643
|
};
|
|
7570
7644
|
emptyStateVariant: {
|
|
7571
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
7645
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
7572
7646
|
default: any;
|
|
7573
7647
|
};
|
|
7574
7648
|
rowCustomClassKey: {
|
|
@@ -7635,7 +7709,7 @@ declare const _default: {
|
|
|
7635
7709
|
emptyStateSubtitle: string;
|
|
7636
7710
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7637
7711
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7638
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
7712
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
7639
7713
|
rowCustomClassKey: string;
|
|
7640
7714
|
rowDataKey: string;
|
|
7641
7715
|
totalCount: number;
|
|
@@ -7718,7 +7792,7 @@ declare const _default: {
|
|
|
7718
7792
|
default: (row: any, index: any) => any;
|
|
7719
7793
|
};
|
|
7720
7794
|
emptyStateVariant: {
|
|
7721
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
7795
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
7722
7796
|
default: any;
|
|
7723
7797
|
};
|
|
7724
7798
|
rowCustomClassKey: {
|
|
@@ -7821,7 +7895,7 @@ declare const _default: {
|
|
|
7821
7895
|
default: (row: any, index: any) => any;
|
|
7822
7896
|
};
|
|
7823
7897
|
emptyStateVariant: {
|
|
7824
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
7898
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
7825
7899
|
default: any;
|
|
7826
7900
|
};
|
|
7827
7901
|
rowCustomClassKey: {
|
|
@@ -7888,7 +7962,7 @@ declare const _default: {
|
|
|
7888
7962
|
emptyStateSubtitle: string;
|
|
7889
7963
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7890
7964
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7891
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
7965
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
7892
7966
|
rowCustomClassKey: string;
|
|
7893
7967
|
rowDataKey: string;
|
|
7894
7968
|
totalCount: number;
|
|
@@ -7938,7 +8012,7 @@ declare const _default: {
|
|
|
7938
8012
|
emptyStateSubtitle: string;
|
|
7939
8013
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7940
8014
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7941
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
8015
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
7942
8016
|
rowCustomClassKey: string;
|
|
7943
8017
|
rowDataKey: string;
|
|
7944
8018
|
totalCount: number;
|
|
@@ -8001,7 +8075,7 @@ declare const _default: {
|
|
|
8001
8075
|
default: (row: any, index: any) => any;
|
|
8002
8076
|
};
|
|
8003
8077
|
emptyStateVariant: {
|
|
8004
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
8078
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
8005
8079
|
default: any;
|
|
8006
8080
|
};
|
|
8007
8081
|
rowCustomClassKey: {
|
|
@@ -8116,7 +8190,7 @@ declare const _default: {
|
|
|
8116
8190
|
default: (row: any, index: any) => any;
|
|
8117
8191
|
};
|
|
8118
8192
|
emptyStateVariant: {
|
|
8119
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
8193
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
8120
8194
|
default: any;
|
|
8121
8195
|
};
|
|
8122
8196
|
rowCustomClassKey: {
|
|
@@ -8183,7 +8257,7 @@ declare const _default: {
|
|
|
8183
8257
|
emptyStateSubtitle: string;
|
|
8184
8258
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
8185
8259
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
8186
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
8260
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
8187
8261
|
rowCustomClassKey: string;
|
|
8188
8262
|
rowDataKey: string;
|
|
8189
8263
|
totalCount: number;
|
|
@@ -8266,7 +8340,7 @@ declare const _default: {
|
|
|
8266
8340
|
default: (row: any, index: any) => any;
|
|
8267
8341
|
};
|
|
8268
8342
|
emptyStateVariant: {
|
|
8269
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
8343
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
8270
8344
|
default: any;
|
|
8271
8345
|
};
|
|
8272
8346
|
rowCustomClassKey: {
|
|
@@ -8369,7 +8443,7 @@ declare const _default: {
|
|
|
8369
8443
|
default: (row: any, index: any) => any;
|
|
8370
8444
|
};
|
|
8371
8445
|
emptyStateVariant: {
|
|
8372
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
8446
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
8373
8447
|
default: any;
|
|
8374
8448
|
};
|
|
8375
8449
|
rowCustomClassKey: {
|
|
@@ -8436,7 +8510,7 @@ declare const _default: {
|
|
|
8436
8510
|
emptyStateSubtitle: string;
|
|
8437
8511
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
8438
8512
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
8439
|
-
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
8513
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
8440
8514
|
rowCustomClassKey: string;
|
|
8441
8515
|
rowDataKey: string;
|
|
8442
8516
|
totalCount: number;
|
|
@@ -9884,7 +9958,7 @@ declare const _default: {
|
|
|
9884
9958
|
theme: string;
|
|
9885
9959
|
testId: string;
|
|
9886
9960
|
delay: number;
|
|
9887
|
-
triggers: ("
|
|
9961
|
+
triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
9888
9962
|
forceShowWithTruncate: boolean;
|
|
9889
9963
|
placement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
9890
9964
|
disabled: boolean;
|
|
@@ -9914,7 +9988,7 @@ declare const _default: {
|
|
|
9914
9988
|
default: number;
|
|
9915
9989
|
};
|
|
9916
9990
|
triggers: {
|
|
9917
|
-
type: import("vue").PropType<("
|
|
9991
|
+
type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
|
|
9918
9992
|
default: () => string[];
|
|
9919
9993
|
};
|
|
9920
9994
|
forceShowWithTruncate: {
|
|
@@ -9983,7 +10057,7 @@ declare const _default: {
|
|
|
9983
10057
|
default: number;
|
|
9984
10058
|
};
|
|
9985
10059
|
triggers: {
|
|
9986
|
-
type: import("vue").PropType<("
|
|
10060
|
+
type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
|
|
9987
10061
|
default: () => string[];
|
|
9988
10062
|
};
|
|
9989
10063
|
forceShowWithTruncate: {
|
|
@@ -10024,7 +10098,7 @@ declare const _default: {
|
|
|
10024
10098
|
theme: string;
|
|
10025
10099
|
testId: string;
|
|
10026
10100
|
delay: number;
|
|
10027
|
-
triggers: ("
|
|
10101
|
+
triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
10028
10102
|
forceShowWithTruncate: boolean;
|
|
10029
10103
|
placement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
10030
10104
|
disabled: boolean;
|
|
@@ -10074,7 +10148,7 @@ declare const _default: {
|
|
|
10074
10148
|
default: number;
|
|
10075
10149
|
};
|
|
10076
10150
|
triggers: {
|
|
10077
|
-
type: import("vue").PropType<("
|
|
10151
|
+
type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
|
|
10078
10152
|
default: () => string[];
|
|
10079
10153
|
};
|
|
10080
10154
|
forceShowWithTruncate: {
|
|
@@ -10133,7 +10207,7 @@ declare const _default: {
|
|
|
10133
10207
|
default: number;
|
|
10134
10208
|
};
|
|
10135
10209
|
triggers: {
|
|
10136
|
-
type: import("vue").PropType<("
|
|
10210
|
+
type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
|
|
10137
10211
|
default: () => string[];
|
|
10138
10212
|
};
|
|
10139
10213
|
forceShowWithTruncate: {
|
|
@@ -10174,7 +10248,7 @@ declare const _default: {
|
|
|
10174
10248
|
theme: string;
|
|
10175
10249
|
testId: string;
|
|
10176
10250
|
delay: number;
|
|
10177
|
-
triggers: ("
|
|
10251
|
+
triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
10178
10252
|
forceShowWithTruncate: boolean;
|
|
10179
10253
|
placement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
10180
10254
|
disabled: boolean;
|
|
@@ -10200,7 +10274,7 @@ declare const _default: {
|
|
|
10200
10274
|
theme: string;
|
|
10201
10275
|
testId: string;
|
|
10202
10276
|
delay: number;
|
|
10203
|
-
triggers: ("
|
|
10277
|
+
triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
10204
10278
|
forceShowWithTruncate: boolean;
|
|
10205
10279
|
placement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
10206
10280
|
disabled: boolean;
|
|
@@ -10230,7 +10304,7 @@ declare const _default: {
|
|
|
10230
10304
|
default: number;
|
|
10231
10305
|
};
|
|
10232
10306
|
triggers: {
|
|
10233
|
-
type: import("vue").PropType<("
|
|
10307
|
+
type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
|
|
10234
10308
|
default: () => string[];
|
|
10235
10309
|
};
|
|
10236
10310
|
forceShowWithTruncate: {
|
|
@@ -10299,7 +10373,7 @@ declare const _default: {
|
|
|
10299
10373
|
default: number;
|
|
10300
10374
|
};
|
|
10301
10375
|
triggers: {
|
|
10302
|
-
type: import("vue").PropType<("
|
|
10376
|
+
type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
|
|
10303
10377
|
default: () => string[];
|
|
10304
10378
|
};
|
|
10305
10379
|
forceShowWithTruncate: {
|
|
@@ -10340,7 +10414,7 @@ declare const _default: {
|
|
|
10340
10414
|
theme: string;
|
|
10341
10415
|
testId: string;
|
|
10342
10416
|
delay: number;
|
|
10343
|
-
triggers: ("
|
|
10417
|
+
triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
10344
10418
|
forceShowWithTruncate: boolean;
|
|
10345
10419
|
placement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
10346
10420
|
disabled: boolean;
|
|
@@ -10390,7 +10464,7 @@ declare const _default: {
|
|
|
10390
10464
|
default: number;
|
|
10391
10465
|
};
|
|
10392
10466
|
triggers: {
|
|
10393
|
-
type: import("vue").PropType<("
|
|
10467
|
+
type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
|
|
10394
10468
|
default: () => string[];
|
|
10395
10469
|
};
|
|
10396
10470
|
forceShowWithTruncate: {
|
|
@@ -10449,7 +10523,7 @@ declare const _default: {
|
|
|
10449
10523
|
default: number;
|
|
10450
10524
|
};
|
|
10451
10525
|
triggers: {
|
|
10452
|
-
type: import("vue").PropType<("
|
|
10526
|
+
type: import("vue").PropType<import("./components/tooltip/common/Tooltip.types").TooltipTriggers[]>;
|
|
10453
10527
|
default: () => string[];
|
|
10454
10528
|
};
|
|
10455
10529
|
forceShowWithTruncate: {
|
|
@@ -10490,7 +10564,7 @@ declare const _default: {
|
|
|
10490
10564
|
theme: string;
|
|
10491
10565
|
testId: string;
|
|
10492
10566
|
delay: number;
|
|
10493
|
-
triggers: ("
|
|
10567
|
+
triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
10494
10568
|
forceShowWithTruncate: boolean;
|
|
10495
10569
|
placement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
10496
10570
|
disabled: boolean;
|
|
@@ -10529,7 +10603,7 @@ declare const _default: {
|
|
|
10529
10603
|
showFooter: boolean;
|
|
10530
10604
|
saveButtonLabel: string;
|
|
10531
10605
|
saveButtonLoading: boolean;
|
|
10532
|
-
saveButtonColor:
|
|
10606
|
+
saveButtonColor: import("./components/button/common/consts").ButtonColor;
|
|
10533
10607
|
cancelButtonLabel: string;
|
|
10534
10608
|
cancelButtonColor: string;
|
|
10535
10609
|
noPadding: boolean;
|
|
@@ -10611,7 +10685,7 @@ declare const _default: {
|
|
|
10611
10685
|
default: boolean;
|
|
10612
10686
|
};
|
|
10613
10687
|
saveButtonColor: {
|
|
10614
|
-
type: import("vue").PropType<
|
|
10688
|
+
type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
|
|
10615
10689
|
default: string;
|
|
10616
10690
|
};
|
|
10617
10691
|
cancelButtonLabel: {
|
|
@@ -10724,7 +10798,7 @@ declare const _default: {
|
|
|
10724
10798
|
default: boolean;
|
|
10725
10799
|
};
|
|
10726
10800
|
saveButtonColor: {
|
|
10727
|
-
type: import("vue").PropType<
|
|
10801
|
+
type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
|
|
10728
10802
|
default: string;
|
|
10729
10803
|
};
|
|
10730
10804
|
cancelButtonLabel: {
|
|
@@ -10770,7 +10844,7 @@ declare const _default: {
|
|
|
10770
10844
|
showFooter: boolean;
|
|
10771
10845
|
saveButtonLabel: string;
|
|
10772
10846
|
saveButtonLoading: boolean;
|
|
10773
|
-
saveButtonColor:
|
|
10847
|
+
saveButtonColor: import("./components/button/common/consts").ButtonColor;
|
|
10774
10848
|
cancelButtonLabel: string;
|
|
10775
10849
|
cancelButtonColor: string;
|
|
10776
10850
|
noPadding: boolean;
|
|
@@ -10872,7 +10946,7 @@ declare const _default: {
|
|
|
10872
10946
|
default: boolean;
|
|
10873
10947
|
};
|
|
10874
10948
|
saveButtonColor: {
|
|
10875
|
-
type: import("vue").PropType<
|
|
10949
|
+
type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
|
|
10876
10950
|
default: string;
|
|
10877
10951
|
};
|
|
10878
10952
|
cancelButtonLabel: {
|
|
@@ -10975,7 +11049,7 @@ declare const _default: {
|
|
|
10975
11049
|
default: boolean;
|
|
10976
11050
|
};
|
|
10977
11051
|
saveButtonColor: {
|
|
10978
|
-
type: import("vue").PropType<
|
|
11052
|
+
type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
|
|
10979
11053
|
default: string;
|
|
10980
11054
|
};
|
|
10981
11055
|
cancelButtonLabel: {
|
|
@@ -11021,7 +11095,7 @@ declare const _default: {
|
|
|
11021
11095
|
showFooter: boolean;
|
|
11022
11096
|
saveButtonLabel: string;
|
|
11023
11097
|
saveButtonLoading: boolean;
|
|
11024
|
-
saveButtonColor:
|
|
11098
|
+
saveButtonColor: import("./components/button/common/consts").ButtonColor;
|
|
11025
11099
|
cancelButtonLabel: string;
|
|
11026
11100
|
cancelButtonColor: string;
|
|
11027
11101
|
noPadding: boolean;
|
|
@@ -11055,7 +11129,7 @@ declare const _default: {
|
|
|
11055
11129
|
showFooter: boolean;
|
|
11056
11130
|
saveButtonLabel: string;
|
|
11057
11131
|
saveButtonLoading: boolean;
|
|
11058
|
-
saveButtonColor:
|
|
11132
|
+
saveButtonColor: import("./components/button/common/consts").ButtonColor;
|
|
11059
11133
|
cancelButtonLabel: string;
|
|
11060
11134
|
cancelButtonColor: string;
|
|
11061
11135
|
noPadding: boolean;
|
|
@@ -11137,7 +11211,7 @@ declare const _default: {
|
|
|
11137
11211
|
default: boolean;
|
|
11138
11212
|
};
|
|
11139
11213
|
saveButtonColor: {
|
|
11140
|
-
type: import("vue").PropType<
|
|
11214
|
+
type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
|
|
11141
11215
|
default: string;
|
|
11142
11216
|
};
|
|
11143
11217
|
cancelButtonLabel: {
|
|
@@ -11250,7 +11324,7 @@ declare const _default: {
|
|
|
11250
11324
|
default: boolean;
|
|
11251
11325
|
};
|
|
11252
11326
|
saveButtonColor: {
|
|
11253
|
-
type: import("vue").PropType<
|
|
11327
|
+
type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
|
|
11254
11328
|
default: string;
|
|
11255
11329
|
};
|
|
11256
11330
|
cancelButtonLabel: {
|
|
@@ -11296,7 +11370,7 @@ declare const _default: {
|
|
|
11296
11370
|
showFooter: boolean;
|
|
11297
11371
|
saveButtonLabel: string;
|
|
11298
11372
|
saveButtonLoading: boolean;
|
|
11299
|
-
saveButtonColor:
|
|
11373
|
+
saveButtonColor: import("./components/button/common/consts").ButtonColor;
|
|
11300
11374
|
cancelButtonLabel: string;
|
|
11301
11375
|
cancelButtonColor: string;
|
|
11302
11376
|
noPadding: boolean;
|
|
@@ -11398,7 +11472,7 @@ declare const _default: {
|
|
|
11398
11472
|
default: boolean;
|
|
11399
11473
|
};
|
|
11400
11474
|
saveButtonColor: {
|
|
11401
|
-
type: import("vue").PropType<
|
|
11475
|
+
type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
|
|
11402
11476
|
default: string;
|
|
11403
11477
|
};
|
|
11404
11478
|
cancelButtonLabel: {
|
|
@@ -11501,7 +11575,7 @@ declare const _default: {
|
|
|
11501
11575
|
default: boolean;
|
|
11502
11576
|
};
|
|
11503
11577
|
saveButtonColor: {
|
|
11504
|
-
type: import("vue").PropType<
|
|
11578
|
+
type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
|
|
11505
11579
|
default: string;
|
|
11506
11580
|
};
|
|
11507
11581
|
cancelButtonLabel: {
|
|
@@ -11547,7 +11621,7 @@ declare const _default: {
|
|
|
11547
11621
|
showFooter: boolean;
|
|
11548
11622
|
saveButtonLabel: string;
|
|
11549
11623
|
saveButtonLoading: boolean;
|
|
11550
|
-
saveButtonColor:
|
|
11624
|
+
saveButtonColor: import("./components/button/common/consts").ButtonColor;
|
|
11551
11625
|
cancelButtonLabel: string;
|
|
11552
11626
|
cancelButtonColor: string;
|
|
11553
11627
|
noPadding: boolean;
|
|
@@ -16292,17 +16366,20 @@ declare const _default: {
|
|
|
16292
16366
|
mandatory: boolean;
|
|
16293
16367
|
skidding: number;
|
|
16294
16368
|
modelValue: any;
|
|
16295
|
-
selected: any;
|
|
16296
16369
|
valueToCopy: string;
|
|
16370
|
+
selected: any;
|
|
16297
16371
|
placeholder: string;
|
|
16298
16372
|
multi: boolean;
|
|
16299
16373
|
infiniteLoading: boolean;
|
|
16300
16374
|
showSelectAll: boolean;
|
|
16375
|
+
showClearAll: boolean;
|
|
16301
16376
|
defaultOpen: boolean;
|
|
16302
16377
|
keepOpen: boolean;
|
|
16303
16378
|
autoSize: boolean;
|
|
16304
16379
|
disableKeyboardEvents: boolean;
|
|
16305
16380
|
dynamicFilterMode: boolean;
|
|
16381
|
+
minSelections: number;
|
|
16382
|
+
maxSelections: number;
|
|
16306
16383
|
isOnTop: boolean;
|
|
16307
16384
|
triggerLabel: string;
|
|
16308
16385
|
triggerHelperText: string;
|
|
@@ -16310,6 +16387,7 @@ declare const _default: {
|
|
|
16310
16387
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
16311
16388
|
triggerFeedbackShowIcon: boolean;
|
|
16312
16389
|
triggerShowAllSelectedText: boolean;
|
|
16390
|
+
triggerShownValuesCount: number;
|
|
16313
16391
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
16314
16392
|
inlineSearch: boolean;
|
|
16315
16393
|
inlineSearchPlaceholder: string;
|
|
@@ -16325,12 +16403,14 @@ declare const _default: {
|
|
|
16325
16403
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16326
16404
|
optionsEndTextIconKey: string;
|
|
16327
16405
|
optionFlagKey: string;
|
|
16406
|
+
optionWarningKey: string;
|
|
16328
16407
|
disabledOptionKey: string;
|
|
16329
16408
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16330
16409
|
optionTwoLinesKey: string;
|
|
16331
16410
|
groupedOptions: boolean;
|
|
16332
16411
|
comparingKey: string;
|
|
16333
16412
|
customNumberOfDisplayedOptions: number;
|
|
16413
|
+
optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
16334
16414
|
fullWidth: boolean;
|
|
16335
16415
|
optionsListWidth: string;
|
|
16336
16416
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -16392,14 +16472,14 @@ declare const _default: {
|
|
|
16392
16472
|
type: import("vue").PropType<unknown>;
|
|
16393
16473
|
default: any;
|
|
16394
16474
|
};
|
|
16395
|
-
selected: {
|
|
16396
|
-
type: import("vue").PropType<unknown>;
|
|
16397
|
-
default: any;
|
|
16398
|
-
};
|
|
16399
16475
|
valueToCopy: {
|
|
16400
16476
|
type: import("vue").PropType<string>;
|
|
16401
16477
|
default: any;
|
|
16402
16478
|
};
|
|
16479
|
+
selected: {
|
|
16480
|
+
type: import("vue").PropType<unknown>;
|
|
16481
|
+
default: any;
|
|
16482
|
+
};
|
|
16403
16483
|
options: {
|
|
16404
16484
|
type: import("vue").PropType<unknown[]>;
|
|
16405
16485
|
required: true;
|
|
@@ -16423,6 +16503,10 @@ declare const _default: {
|
|
|
16423
16503
|
type: import("vue").PropType<boolean>;
|
|
16424
16504
|
default: boolean;
|
|
16425
16505
|
};
|
|
16506
|
+
showClearAll: {
|
|
16507
|
+
type: import("vue").PropType<boolean>;
|
|
16508
|
+
default: boolean;
|
|
16509
|
+
};
|
|
16426
16510
|
defaultOpen: {
|
|
16427
16511
|
type: import("vue").PropType<boolean>;
|
|
16428
16512
|
default: boolean;
|
|
@@ -16443,6 +16527,14 @@ declare const _default: {
|
|
|
16443
16527
|
type: import("vue").PropType<boolean>;
|
|
16444
16528
|
default: boolean;
|
|
16445
16529
|
};
|
|
16530
|
+
minSelections: {
|
|
16531
|
+
type: import("vue").PropType<number>;
|
|
16532
|
+
default: number;
|
|
16533
|
+
};
|
|
16534
|
+
maxSelections: {
|
|
16535
|
+
type: import("vue").PropType<number>;
|
|
16536
|
+
default: any;
|
|
16537
|
+
};
|
|
16446
16538
|
isOnTop: {
|
|
16447
16539
|
type: import("vue").PropType<boolean>;
|
|
16448
16540
|
default: boolean;
|
|
@@ -16471,6 +16563,10 @@ declare const _default: {
|
|
|
16471
16563
|
type: import("vue").PropType<boolean>;
|
|
16472
16564
|
default: boolean;
|
|
16473
16565
|
};
|
|
16566
|
+
triggerShownValuesCount: {
|
|
16567
|
+
type: import("vue").PropType<number>;
|
|
16568
|
+
default: number;
|
|
16569
|
+
};
|
|
16474
16570
|
predefinedTrigger: {
|
|
16475
16571
|
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
16476
16572
|
default: "default" | "icon-button" | "chip" | "app";
|
|
@@ -16535,6 +16631,10 @@ declare const _default: {
|
|
|
16535
16631
|
type: import("vue").PropType<string>;
|
|
16536
16632
|
default: any;
|
|
16537
16633
|
};
|
|
16634
|
+
optionWarningKey: {
|
|
16635
|
+
type: import("vue").PropType<string>;
|
|
16636
|
+
default: any;
|
|
16637
|
+
};
|
|
16538
16638
|
disabledOptionKey: {
|
|
16539
16639
|
type: import("vue").PropType<string>;
|
|
16540
16640
|
default: string;
|
|
@@ -16559,6 +16659,10 @@ declare const _default: {
|
|
|
16559
16659
|
type: import("vue").PropType<number>;
|
|
16560
16660
|
default: any;
|
|
16561
16661
|
};
|
|
16662
|
+
optionTooltipPosition: {
|
|
16663
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
16664
|
+
default: string;
|
|
16665
|
+
};
|
|
16562
16666
|
fullWidth: {
|
|
16563
16667
|
type: import("vue").PropType<boolean>;
|
|
16564
16668
|
default: boolean;
|
|
@@ -16596,7 +16700,7 @@ declare const _default: {
|
|
|
16596
16700
|
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16597
16701
|
onOpened?: () => any;
|
|
16598
16702
|
onClosed?: () => any;
|
|
16599
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "
|
|
16703
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
16600
16704
|
$attrs: {
|
|
16601
16705
|
[x: string]: unknown;
|
|
16602
16706
|
};
|
|
@@ -16665,14 +16769,14 @@ declare const _default: {
|
|
|
16665
16769
|
type: import("vue").PropType<unknown>;
|
|
16666
16770
|
default: any;
|
|
16667
16771
|
};
|
|
16668
|
-
selected: {
|
|
16669
|
-
type: import("vue").PropType<unknown>;
|
|
16670
|
-
default: any;
|
|
16671
|
-
};
|
|
16672
16772
|
valueToCopy: {
|
|
16673
16773
|
type: import("vue").PropType<string>;
|
|
16674
16774
|
default: any;
|
|
16675
16775
|
};
|
|
16776
|
+
selected: {
|
|
16777
|
+
type: import("vue").PropType<unknown>;
|
|
16778
|
+
default: any;
|
|
16779
|
+
};
|
|
16676
16780
|
options: {
|
|
16677
16781
|
type: import("vue").PropType<unknown[]>;
|
|
16678
16782
|
required: true;
|
|
@@ -16696,6 +16800,10 @@ declare const _default: {
|
|
|
16696
16800
|
type: import("vue").PropType<boolean>;
|
|
16697
16801
|
default: boolean;
|
|
16698
16802
|
};
|
|
16803
|
+
showClearAll: {
|
|
16804
|
+
type: import("vue").PropType<boolean>;
|
|
16805
|
+
default: boolean;
|
|
16806
|
+
};
|
|
16699
16807
|
defaultOpen: {
|
|
16700
16808
|
type: import("vue").PropType<boolean>;
|
|
16701
16809
|
default: boolean;
|
|
@@ -16716,6 +16824,14 @@ declare const _default: {
|
|
|
16716
16824
|
type: import("vue").PropType<boolean>;
|
|
16717
16825
|
default: boolean;
|
|
16718
16826
|
};
|
|
16827
|
+
minSelections: {
|
|
16828
|
+
type: import("vue").PropType<number>;
|
|
16829
|
+
default: number;
|
|
16830
|
+
};
|
|
16831
|
+
maxSelections: {
|
|
16832
|
+
type: import("vue").PropType<number>;
|
|
16833
|
+
default: any;
|
|
16834
|
+
};
|
|
16719
16835
|
isOnTop: {
|
|
16720
16836
|
type: import("vue").PropType<boolean>;
|
|
16721
16837
|
default: boolean;
|
|
@@ -16744,6 +16860,10 @@ declare const _default: {
|
|
|
16744
16860
|
type: import("vue").PropType<boolean>;
|
|
16745
16861
|
default: boolean;
|
|
16746
16862
|
};
|
|
16863
|
+
triggerShownValuesCount: {
|
|
16864
|
+
type: import("vue").PropType<number>;
|
|
16865
|
+
default: number;
|
|
16866
|
+
};
|
|
16747
16867
|
predefinedTrigger: {
|
|
16748
16868
|
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
16749
16869
|
default: "default" | "icon-button" | "chip" | "app";
|
|
@@ -16808,6 +16928,10 @@ declare const _default: {
|
|
|
16808
16928
|
type: import("vue").PropType<string>;
|
|
16809
16929
|
default: any;
|
|
16810
16930
|
};
|
|
16931
|
+
optionWarningKey: {
|
|
16932
|
+
type: import("vue").PropType<string>;
|
|
16933
|
+
default: any;
|
|
16934
|
+
};
|
|
16811
16935
|
disabledOptionKey: {
|
|
16812
16936
|
type: import("vue").PropType<string>;
|
|
16813
16937
|
default: string;
|
|
@@ -16832,6 +16956,10 @@ declare const _default: {
|
|
|
16832
16956
|
type: import("vue").PropType<number>;
|
|
16833
16957
|
default: any;
|
|
16834
16958
|
};
|
|
16959
|
+
optionTooltipPosition: {
|
|
16960
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
16961
|
+
default: string;
|
|
16962
|
+
};
|
|
16835
16963
|
fullWidth: {
|
|
16836
16964
|
type: import("vue").PropType<boolean>;
|
|
16837
16965
|
default: boolean;
|
|
@@ -16898,17 +17026,20 @@ declare const _default: {
|
|
|
16898
17026
|
mandatory: boolean;
|
|
16899
17027
|
skidding: number;
|
|
16900
17028
|
modelValue: any;
|
|
16901
|
-
selected: any;
|
|
16902
17029
|
valueToCopy: string;
|
|
17030
|
+
selected: any;
|
|
16903
17031
|
placeholder: string;
|
|
16904
17032
|
multi: boolean;
|
|
16905
17033
|
infiniteLoading: boolean;
|
|
16906
17034
|
showSelectAll: boolean;
|
|
17035
|
+
showClearAll: boolean;
|
|
16907
17036
|
defaultOpen: boolean;
|
|
16908
17037
|
keepOpen: boolean;
|
|
16909
17038
|
autoSize: boolean;
|
|
16910
17039
|
disableKeyboardEvents: boolean;
|
|
16911
17040
|
dynamicFilterMode: boolean;
|
|
17041
|
+
minSelections: number;
|
|
17042
|
+
maxSelections: number;
|
|
16912
17043
|
isOnTop: boolean;
|
|
16913
17044
|
triggerLabel: string;
|
|
16914
17045
|
triggerHelperText: string;
|
|
@@ -16916,6 +17047,7 @@ declare const _default: {
|
|
|
16916
17047
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
16917
17048
|
triggerFeedbackShowIcon: boolean;
|
|
16918
17049
|
triggerShowAllSelectedText: boolean;
|
|
17050
|
+
triggerShownValuesCount: number;
|
|
16919
17051
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
16920
17052
|
inlineSearch: boolean;
|
|
16921
17053
|
inlineSearchPlaceholder: string;
|
|
@@ -16931,12 +17063,14 @@ declare const _default: {
|
|
|
16931
17063
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16932
17064
|
optionsEndTextIconKey: string;
|
|
16933
17065
|
optionFlagKey: string;
|
|
17066
|
+
optionWarningKey: string;
|
|
16934
17067
|
disabledOptionKey: string;
|
|
16935
17068
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16936
17069
|
optionTwoLinesKey: string;
|
|
16937
17070
|
groupedOptions: boolean;
|
|
16938
17071
|
comparingKey: string;
|
|
16939
17072
|
customNumberOfDisplayedOptions: number;
|
|
17073
|
+
optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
16940
17074
|
fullWidth: boolean;
|
|
16941
17075
|
optionsListWidth: string;
|
|
16942
17076
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -17018,14 +17152,14 @@ declare const _default: {
|
|
|
17018
17152
|
type: import("vue").PropType<unknown>;
|
|
17019
17153
|
default: any;
|
|
17020
17154
|
};
|
|
17021
|
-
selected: {
|
|
17022
|
-
type: import("vue").PropType<unknown>;
|
|
17023
|
-
default: any;
|
|
17024
|
-
};
|
|
17025
17155
|
valueToCopy: {
|
|
17026
17156
|
type: import("vue").PropType<string>;
|
|
17027
17157
|
default: any;
|
|
17028
17158
|
};
|
|
17159
|
+
selected: {
|
|
17160
|
+
type: import("vue").PropType<unknown>;
|
|
17161
|
+
default: any;
|
|
17162
|
+
};
|
|
17029
17163
|
options: {
|
|
17030
17164
|
type: import("vue").PropType<unknown[]>;
|
|
17031
17165
|
required: true;
|
|
@@ -17049,6 +17183,10 @@ declare const _default: {
|
|
|
17049
17183
|
type: import("vue").PropType<boolean>;
|
|
17050
17184
|
default: boolean;
|
|
17051
17185
|
};
|
|
17186
|
+
showClearAll: {
|
|
17187
|
+
type: import("vue").PropType<boolean>;
|
|
17188
|
+
default: boolean;
|
|
17189
|
+
};
|
|
17052
17190
|
defaultOpen: {
|
|
17053
17191
|
type: import("vue").PropType<boolean>;
|
|
17054
17192
|
default: boolean;
|
|
@@ -17069,6 +17207,14 @@ declare const _default: {
|
|
|
17069
17207
|
type: import("vue").PropType<boolean>;
|
|
17070
17208
|
default: boolean;
|
|
17071
17209
|
};
|
|
17210
|
+
minSelections: {
|
|
17211
|
+
type: import("vue").PropType<number>;
|
|
17212
|
+
default: number;
|
|
17213
|
+
};
|
|
17214
|
+
maxSelections: {
|
|
17215
|
+
type: import("vue").PropType<number>;
|
|
17216
|
+
default: any;
|
|
17217
|
+
};
|
|
17072
17218
|
isOnTop: {
|
|
17073
17219
|
type: import("vue").PropType<boolean>;
|
|
17074
17220
|
default: boolean;
|
|
@@ -17097,6 +17243,10 @@ declare const _default: {
|
|
|
17097
17243
|
type: import("vue").PropType<boolean>;
|
|
17098
17244
|
default: boolean;
|
|
17099
17245
|
};
|
|
17246
|
+
triggerShownValuesCount: {
|
|
17247
|
+
type: import("vue").PropType<number>;
|
|
17248
|
+
default: number;
|
|
17249
|
+
};
|
|
17100
17250
|
predefinedTrigger: {
|
|
17101
17251
|
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
17102
17252
|
default: "default" | "icon-button" | "chip" | "app";
|
|
@@ -17161,6 +17311,10 @@ declare const _default: {
|
|
|
17161
17311
|
type: import("vue").PropType<string>;
|
|
17162
17312
|
default: any;
|
|
17163
17313
|
};
|
|
17314
|
+
optionWarningKey: {
|
|
17315
|
+
type: import("vue").PropType<string>;
|
|
17316
|
+
default: any;
|
|
17317
|
+
};
|
|
17164
17318
|
disabledOptionKey: {
|
|
17165
17319
|
type: import("vue").PropType<string>;
|
|
17166
17320
|
default: string;
|
|
@@ -17185,6 +17339,10 @@ declare const _default: {
|
|
|
17185
17339
|
type: import("vue").PropType<number>;
|
|
17186
17340
|
default: any;
|
|
17187
17341
|
};
|
|
17342
|
+
optionTooltipPosition: {
|
|
17343
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
17344
|
+
default: string;
|
|
17345
|
+
};
|
|
17188
17346
|
fullWidth: {
|
|
17189
17347
|
type: import("vue").PropType<boolean>;
|
|
17190
17348
|
default: boolean;
|
|
@@ -17284,14 +17442,14 @@ declare const _default: {
|
|
|
17284
17442
|
type: import("vue").PropType<unknown>;
|
|
17285
17443
|
default: any;
|
|
17286
17444
|
};
|
|
17287
|
-
selected: {
|
|
17288
|
-
type: import("vue").PropType<unknown>;
|
|
17289
|
-
default: any;
|
|
17290
|
-
};
|
|
17291
17445
|
valueToCopy: {
|
|
17292
17446
|
type: import("vue").PropType<string>;
|
|
17293
17447
|
default: any;
|
|
17294
17448
|
};
|
|
17449
|
+
selected: {
|
|
17450
|
+
type: import("vue").PropType<unknown>;
|
|
17451
|
+
default: any;
|
|
17452
|
+
};
|
|
17295
17453
|
options: {
|
|
17296
17454
|
type: import("vue").PropType<unknown[]>;
|
|
17297
17455
|
required: true;
|
|
@@ -17315,6 +17473,10 @@ declare const _default: {
|
|
|
17315
17473
|
type: import("vue").PropType<boolean>;
|
|
17316
17474
|
default: boolean;
|
|
17317
17475
|
};
|
|
17476
|
+
showClearAll: {
|
|
17477
|
+
type: import("vue").PropType<boolean>;
|
|
17478
|
+
default: boolean;
|
|
17479
|
+
};
|
|
17318
17480
|
defaultOpen: {
|
|
17319
17481
|
type: import("vue").PropType<boolean>;
|
|
17320
17482
|
default: boolean;
|
|
@@ -17335,6 +17497,14 @@ declare const _default: {
|
|
|
17335
17497
|
type: import("vue").PropType<boolean>;
|
|
17336
17498
|
default: boolean;
|
|
17337
17499
|
};
|
|
17500
|
+
minSelections: {
|
|
17501
|
+
type: import("vue").PropType<number>;
|
|
17502
|
+
default: number;
|
|
17503
|
+
};
|
|
17504
|
+
maxSelections: {
|
|
17505
|
+
type: import("vue").PropType<number>;
|
|
17506
|
+
default: any;
|
|
17507
|
+
};
|
|
17338
17508
|
isOnTop: {
|
|
17339
17509
|
type: import("vue").PropType<boolean>;
|
|
17340
17510
|
default: boolean;
|
|
@@ -17363,6 +17533,10 @@ declare const _default: {
|
|
|
17363
17533
|
type: import("vue").PropType<boolean>;
|
|
17364
17534
|
default: boolean;
|
|
17365
17535
|
};
|
|
17536
|
+
triggerShownValuesCount: {
|
|
17537
|
+
type: import("vue").PropType<number>;
|
|
17538
|
+
default: number;
|
|
17539
|
+
};
|
|
17366
17540
|
predefinedTrigger: {
|
|
17367
17541
|
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
17368
17542
|
default: "default" | "icon-button" | "chip" | "app";
|
|
@@ -17427,6 +17601,10 @@ declare const _default: {
|
|
|
17427
17601
|
type: import("vue").PropType<string>;
|
|
17428
17602
|
default: any;
|
|
17429
17603
|
};
|
|
17604
|
+
optionWarningKey: {
|
|
17605
|
+
type: import("vue").PropType<string>;
|
|
17606
|
+
default: any;
|
|
17607
|
+
};
|
|
17430
17608
|
disabledOptionKey: {
|
|
17431
17609
|
type: import("vue").PropType<string>;
|
|
17432
17610
|
default: string;
|
|
@@ -17451,6 +17629,10 @@ declare const _default: {
|
|
|
17451
17629
|
type: import("vue").PropType<number>;
|
|
17452
17630
|
default: any;
|
|
17453
17631
|
};
|
|
17632
|
+
optionTooltipPosition: {
|
|
17633
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
17634
|
+
default: string;
|
|
17635
|
+
};
|
|
17454
17636
|
fullWidth: {
|
|
17455
17637
|
type: import("vue").PropType<boolean>;
|
|
17456
17638
|
default: boolean;
|
|
@@ -17517,17 +17699,20 @@ declare const _default: {
|
|
|
17517
17699
|
mandatory: boolean;
|
|
17518
17700
|
skidding: number;
|
|
17519
17701
|
modelValue: any;
|
|
17520
|
-
selected: any;
|
|
17521
17702
|
valueToCopy: string;
|
|
17703
|
+
selected: any;
|
|
17522
17704
|
placeholder: string;
|
|
17523
17705
|
multi: boolean;
|
|
17524
17706
|
infiniteLoading: boolean;
|
|
17525
17707
|
showSelectAll: boolean;
|
|
17708
|
+
showClearAll: boolean;
|
|
17526
17709
|
defaultOpen: boolean;
|
|
17527
17710
|
keepOpen: boolean;
|
|
17528
17711
|
autoSize: boolean;
|
|
17529
17712
|
disableKeyboardEvents: boolean;
|
|
17530
17713
|
dynamicFilterMode: boolean;
|
|
17714
|
+
minSelections: number;
|
|
17715
|
+
maxSelections: number;
|
|
17531
17716
|
isOnTop: boolean;
|
|
17532
17717
|
triggerLabel: string;
|
|
17533
17718
|
triggerHelperText: string;
|
|
@@ -17535,6 +17720,7 @@ declare const _default: {
|
|
|
17535
17720
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
17536
17721
|
triggerFeedbackShowIcon: boolean;
|
|
17537
17722
|
triggerShowAllSelectedText: boolean;
|
|
17723
|
+
triggerShownValuesCount: number;
|
|
17538
17724
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
17539
17725
|
inlineSearch: boolean;
|
|
17540
17726
|
inlineSearchPlaceholder: string;
|
|
@@ -17550,12 +17736,14 @@ declare const _default: {
|
|
|
17550
17736
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17551
17737
|
optionsEndTextIconKey: string;
|
|
17552
17738
|
optionFlagKey: string;
|
|
17739
|
+
optionWarningKey: string;
|
|
17553
17740
|
disabledOptionKey: string;
|
|
17554
17741
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
17555
17742
|
optionTwoLinesKey: string;
|
|
17556
17743
|
groupedOptions: boolean;
|
|
17557
17744
|
comparingKey: string;
|
|
17558
17745
|
customNumberOfDisplayedOptions: number;
|
|
17746
|
+
optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
17559
17747
|
fullWidth: boolean;
|
|
17560
17748
|
optionsListWidth: string;
|
|
17561
17749
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -17617,6 +17805,9 @@ declare const _default: {
|
|
|
17617
17805
|
active: boolean;
|
|
17618
17806
|
disabled: any;
|
|
17619
17807
|
}): any;
|
|
17808
|
+
"option-end"?(_: {
|
|
17809
|
+
option: any;
|
|
17810
|
+
}): any;
|
|
17620
17811
|
};
|
|
17621
17812
|
});
|
|
17622
17813
|
DefaultDropdownTrigger: {
|
|
@@ -18212,13 +18403,31 @@ declare const _default: {
|
|
|
18212
18403
|
type: import("vue").PropType<string>;
|
|
18213
18404
|
default: string;
|
|
18214
18405
|
};
|
|
18406
|
+
iconName: {
|
|
18407
|
+
type: import("vue").PropType<string>;
|
|
18408
|
+
default: string;
|
|
18409
|
+
};
|
|
18410
|
+
iconType: {
|
|
18411
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18412
|
+
default: string;
|
|
18413
|
+
};
|
|
18215
18414
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18216
18415
|
testId: {
|
|
18217
18416
|
type: import("vue").PropType<string>;
|
|
18218
18417
|
default: string;
|
|
18219
18418
|
};
|
|
18419
|
+
iconName: {
|
|
18420
|
+
type: import("vue").PropType<string>;
|
|
18421
|
+
default: string;
|
|
18422
|
+
};
|
|
18423
|
+
iconType: {
|
|
18424
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18425
|
+
default: string;
|
|
18426
|
+
};
|
|
18220
18427
|
}>>, {
|
|
18221
18428
|
testId: string;
|
|
18429
|
+
iconName: string;
|
|
18430
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18222
18431
|
}>;
|
|
18223
18432
|
ChipDropdownTrigger: import("vue").DefineComponent<{
|
|
18224
18433
|
label: {
|
|
@@ -18276,6 +18485,10 @@ declare const _default: {
|
|
|
18276
18485
|
type: import("vue").PropType<boolean>;
|
|
18277
18486
|
default: boolean;
|
|
18278
18487
|
};
|
|
18488
|
+
shownValuesCount: {
|
|
18489
|
+
type: import("vue").PropType<number>;
|
|
18490
|
+
default: number;
|
|
18491
|
+
};
|
|
18279
18492
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18280
18493
|
clear: () => void;
|
|
18281
18494
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -18334,6 +18547,10 @@ declare const _default: {
|
|
|
18334
18547
|
type: import("vue").PropType<boolean>;
|
|
18335
18548
|
default: boolean;
|
|
18336
18549
|
};
|
|
18550
|
+
shownValuesCount: {
|
|
18551
|
+
type: import("vue").PropType<number>;
|
|
18552
|
+
default: number;
|
|
18553
|
+
};
|
|
18337
18554
|
}>> & {
|
|
18338
18555
|
onClear?: () => any;
|
|
18339
18556
|
}, {
|
|
@@ -18346,6 +18563,7 @@ declare const _default: {
|
|
|
18346
18563
|
displayedValue: any;
|
|
18347
18564
|
cancelAllSelectedDisplay: boolean;
|
|
18348
18565
|
displayValueInQuotes: boolean;
|
|
18566
|
+
shownValuesCount: number;
|
|
18349
18567
|
}>;
|
|
18350
18568
|
ButtonDropdownTrigger: {
|
|
18351
18569
|
new (...args: any[]): {
|
|
@@ -18636,6 +18854,7 @@ declare const _default: {
|
|
|
18636
18854
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
18637
18855
|
$slots: {
|
|
18638
18856
|
default?(_: {}): any;
|
|
18857
|
+
"after-label"?(_: {}): any;
|
|
18639
18858
|
};
|
|
18640
18859
|
});
|
|
18641
18860
|
ButtonFilterDropdownTrigger: import("vue").DefineComponent<{
|
|
@@ -20265,6 +20484,7 @@ declare const _default: {
|
|
|
20265
20484
|
$data: {};
|
|
20266
20485
|
$props: Partial<{
|
|
20267
20486
|
option: any;
|
|
20487
|
+
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
20268
20488
|
disabled: boolean;
|
|
20269
20489
|
active: boolean;
|
|
20270
20490
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -20277,20 +20497,25 @@ declare const _default: {
|
|
|
20277
20497
|
nameKey: string;
|
|
20278
20498
|
imageKey: string;
|
|
20279
20499
|
iconKey: string;
|
|
20500
|
+
warningKey: string;
|
|
20280
20501
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20281
20502
|
endIconKey: string;
|
|
20282
20503
|
endTextIconKey: string;
|
|
20283
|
-
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
20284
20504
|
treeMainOption: boolean;
|
|
20285
20505
|
treeMainOptionExpanded: boolean;
|
|
20286
20506
|
stopOptionClickEventPropagation: boolean;
|
|
20287
20507
|
treeChildShown: boolean;
|
|
20288
20508
|
isMulti: boolean;
|
|
20509
|
+
minMaxSelectionTooltipMessage: string;
|
|
20289
20510
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
20290
20511
|
option: {
|
|
20291
20512
|
type: import("vue").PropType<unknown>;
|
|
20292
20513
|
default: any;
|
|
20293
20514
|
};
|
|
20515
|
+
tooltipPlacement: {
|
|
20516
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
20517
|
+
default: string;
|
|
20518
|
+
};
|
|
20294
20519
|
disabled: {
|
|
20295
20520
|
type: import("vue").PropType<boolean>;
|
|
20296
20521
|
default: boolean;
|
|
@@ -20339,6 +20564,10 @@ declare const _default: {
|
|
|
20339
20564
|
type: import("vue").PropType<string>;
|
|
20340
20565
|
default: any;
|
|
20341
20566
|
};
|
|
20567
|
+
warningKey: {
|
|
20568
|
+
type: import("vue").PropType<string>;
|
|
20569
|
+
default: any;
|
|
20570
|
+
};
|
|
20342
20571
|
iconType: {
|
|
20343
20572
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20344
20573
|
default: string;
|
|
@@ -20351,10 +20580,6 @@ declare const _default: {
|
|
|
20351
20580
|
type: import("vue").PropType<string>;
|
|
20352
20581
|
default: any;
|
|
20353
20582
|
};
|
|
20354
|
-
toolTipPlacement: {
|
|
20355
|
-
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
20356
|
-
default: string;
|
|
20357
|
-
};
|
|
20358
20583
|
treeMainOption: {
|
|
20359
20584
|
type: import("vue").PropType<boolean>;
|
|
20360
20585
|
default: boolean;
|
|
@@ -20375,12 +20600,16 @@ declare const _default: {
|
|
|
20375
20600
|
type: import("vue").PropType<boolean>;
|
|
20376
20601
|
default: boolean;
|
|
20377
20602
|
};
|
|
20603
|
+
minMaxSelectionTooltipMessage: {
|
|
20604
|
+
type: import("vue").PropType<string>;
|
|
20605
|
+
default: any;
|
|
20606
|
+
};
|
|
20378
20607
|
selectedProp: {
|
|
20379
20608
|
type: import("vue").PropType<boolean>;
|
|
20380
20609
|
};
|
|
20381
20610
|
}>> & {
|
|
20382
20611
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
20383
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "
|
|
20612
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "tooltipPlacement" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "warningKey" | "iconType" | "endIconKey" | "endTextIconKey" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti" | "minMaxSelectionTooltipMessage">;
|
|
20384
20613
|
$attrs: {
|
|
20385
20614
|
[x: string]: unknown;
|
|
20386
20615
|
};
|
|
@@ -20399,6 +20628,10 @@ declare const _default: {
|
|
|
20399
20628
|
type: import("vue").PropType<unknown>;
|
|
20400
20629
|
default: any;
|
|
20401
20630
|
};
|
|
20631
|
+
tooltipPlacement: {
|
|
20632
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
20633
|
+
default: string;
|
|
20634
|
+
};
|
|
20402
20635
|
disabled: {
|
|
20403
20636
|
type: import("vue").PropType<boolean>;
|
|
20404
20637
|
default: boolean;
|
|
@@ -20447,6 +20680,10 @@ declare const _default: {
|
|
|
20447
20680
|
type: import("vue").PropType<string>;
|
|
20448
20681
|
default: any;
|
|
20449
20682
|
};
|
|
20683
|
+
warningKey: {
|
|
20684
|
+
type: import("vue").PropType<string>;
|
|
20685
|
+
default: any;
|
|
20686
|
+
};
|
|
20450
20687
|
iconType: {
|
|
20451
20688
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20452
20689
|
default: string;
|
|
@@ -20459,10 +20696,6 @@ declare const _default: {
|
|
|
20459
20696
|
type: import("vue").PropType<string>;
|
|
20460
20697
|
default: any;
|
|
20461
20698
|
};
|
|
20462
|
-
toolTipPlacement: {
|
|
20463
|
-
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
20464
|
-
default: string;
|
|
20465
|
-
};
|
|
20466
20699
|
treeMainOption: {
|
|
20467
20700
|
type: import("vue").PropType<boolean>;
|
|
20468
20701
|
default: boolean;
|
|
@@ -20483,6 +20716,10 @@ declare const _default: {
|
|
|
20483
20716
|
type: import("vue").PropType<boolean>;
|
|
20484
20717
|
default: boolean;
|
|
20485
20718
|
};
|
|
20719
|
+
minMaxSelectionTooltipMessage: {
|
|
20720
|
+
type: import("vue").PropType<string>;
|
|
20721
|
+
default: any;
|
|
20722
|
+
};
|
|
20486
20723
|
selectedProp: {
|
|
20487
20724
|
type: import("vue").PropType<boolean>;
|
|
20488
20725
|
};
|
|
@@ -20492,6 +20729,7 @@ declare const _default: {
|
|
|
20492
20729
|
toggleTreeCollapse: (option: unknown) => void;
|
|
20493
20730
|
}, string, {
|
|
20494
20731
|
option: any;
|
|
20732
|
+
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
20495
20733
|
disabled: boolean;
|
|
20496
20734
|
active: boolean;
|
|
20497
20735
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -20504,15 +20742,16 @@ declare const _default: {
|
|
|
20504
20742
|
nameKey: string;
|
|
20505
20743
|
imageKey: string;
|
|
20506
20744
|
iconKey: string;
|
|
20745
|
+
warningKey: string;
|
|
20507
20746
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20508
20747
|
endIconKey: string;
|
|
20509
20748
|
endTextIconKey: string;
|
|
20510
|
-
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
20511
20749
|
treeMainOption: boolean;
|
|
20512
20750
|
treeMainOptionExpanded: boolean;
|
|
20513
20751
|
stopOptionClickEventPropagation: boolean;
|
|
20514
20752
|
treeChildShown: boolean;
|
|
20515
20753
|
isMulti: boolean;
|
|
20754
|
+
minMaxSelectionTooltipMessage: string;
|
|
20516
20755
|
}, {}, string> & {
|
|
20517
20756
|
beforeCreate?: (() => void) | (() => void)[];
|
|
20518
20757
|
created?: (() => void) | (() => void)[];
|
|
@@ -20538,6 +20777,10 @@ declare const _default: {
|
|
|
20538
20777
|
type: import("vue").PropType<unknown>;
|
|
20539
20778
|
default: any;
|
|
20540
20779
|
};
|
|
20780
|
+
tooltipPlacement: {
|
|
20781
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
20782
|
+
default: string;
|
|
20783
|
+
};
|
|
20541
20784
|
disabled: {
|
|
20542
20785
|
type: import("vue").PropType<boolean>;
|
|
20543
20786
|
default: boolean;
|
|
@@ -20586,6 +20829,10 @@ declare const _default: {
|
|
|
20586
20829
|
type: import("vue").PropType<string>;
|
|
20587
20830
|
default: any;
|
|
20588
20831
|
};
|
|
20832
|
+
warningKey: {
|
|
20833
|
+
type: import("vue").PropType<string>;
|
|
20834
|
+
default: any;
|
|
20835
|
+
};
|
|
20589
20836
|
iconType: {
|
|
20590
20837
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20591
20838
|
default: string;
|
|
@@ -20598,10 +20845,6 @@ declare const _default: {
|
|
|
20598
20845
|
type: import("vue").PropType<string>;
|
|
20599
20846
|
default: any;
|
|
20600
20847
|
};
|
|
20601
|
-
toolTipPlacement: {
|
|
20602
|
-
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
20603
|
-
default: string;
|
|
20604
|
-
};
|
|
20605
20848
|
treeMainOption: {
|
|
20606
20849
|
type: import("vue").PropType<boolean>;
|
|
20607
20850
|
default: boolean;
|
|
@@ -20622,6 +20865,10 @@ declare const _default: {
|
|
|
20622
20865
|
type: import("vue").PropType<boolean>;
|
|
20623
20866
|
default: boolean;
|
|
20624
20867
|
};
|
|
20868
|
+
minMaxSelectionTooltipMessage: {
|
|
20869
|
+
type: import("vue").PropType<string>;
|
|
20870
|
+
default: any;
|
|
20871
|
+
};
|
|
20625
20872
|
selectedProp: {
|
|
20626
20873
|
type: import("vue").PropType<boolean>;
|
|
20627
20874
|
};
|
|
@@ -20636,6 +20883,10 @@ declare const _default: {
|
|
|
20636
20883
|
type: import("vue").PropType<unknown>;
|
|
20637
20884
|
default: any;
|
|
20638
20885
|
};
|
|
20886
|
+
tooltipPlacement: {
|
|
20887
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
20888
|
+
default: string;
|
|
20889
|
+
};
|
|
20639
20890
|
disabled: {
|
|
20640
20891
|
type: import("vue").PropType<boolean>;
|
|
20641
20892
|
default: boolean;
|
|
@@ -20684,6 +20935,10 @@ declare const _default: {
|
|
|
20684
20935
|
type: import("vue").PropType<string>;
|
|
20685
20936
|
default: any;
|
|
20686
20937
|
};
|
|
20938
|
+
warningKey: {
|
|
20939
|
+
type: import("vue").PropType<string>;
|
|
20940
|
+
default: any;
|
|
20941
|
+
};
|
|
20687
20942
|
iconType: {
|
|
20688
20943
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20689
20944
|
default: string;
|
|
@@ -20696,10 +20951,6 @@ declare const _default: {
|
|
|
20696
20951
|
type: import("vue").PropType<string>;
|
|
20697
20952
|
default: any;
|
|
20698
20953
|
};
|
|
20699
|
-
toolTipPlacement: {
|
|
20700
|
-
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
20701
|
-
default: string;
|
|
20702
|
-
};
|
|
20703
20954
|
treeMainOption: {
|
|
20704
20955
|
type: import("vue").PropType<boolean>;
|
|
20705
20956
|
default: boolean;
|
|
@@ -20720,6 +20971,10 @@ declare const _default: {
|
|
|
20720
20971
|
type: import("vue").PropType<boolean>;
|
|
20721
20972
|
default: boolean;
|
|
20722
20973
|
};
|
|
20974
|
+
minMaxSelectionTooltipMessage: {
|
|
20975
|
+
type: import("vue").PropType<string>;
|
|
20976
|
+
default: any;
|
|
20977
|
+
};
|
|
20723
20978
|
selectedProp: {
|
|
20724
20979
|
type: import("vue").PropType<boolean>;
|
|
20725
20980
|
};
|
|
@@ -20729,6 +20984,7 @@ declare const _default: {
|
|
|
20729
20984
|
toggleTreeCollapse: (option: unknown) => void;
|
|
20730
20985
|
}, string, {
|
|
20731
20986
|
option: any;
|
|
20987
|
+
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
20732
20988
|
disabled: boolean;
|
|
20733
20989
|
active: boolean;
|
|
20734
20990
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -20741,15 +20997,16 @@ declare const _default: {
|
|
|
20741
20997
|
nameKey: string;
|
|
20742
20998
|
imageKey: string;
|
|
20743
20999
|
iconKey: string;
|
|
21000
|
+
warningKey: string;
|
|
20744
21001
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20745
21002
|
endIconKey: string;
|
|
20746
21003
|
endTextIconKey: string;
|
|
20747
|
-
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
20748
21004
|
treeMainOption: boolean;
|
|
20749
21005
|
treeMainOptionExpanded: boolean;
|
|
20750
21006
|
stopOptionClickEventPropagation: boolean;
|
|
20751
21007
|
treeChildShown: boolean;
|
|
20752
21008
|
isMulti: boolean;
|
|
21009
|
+
minMaxSelectionTooltipMessage: string;
|
|
20753
21010
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
20754
21011
|
$slots: {
|
|
20755
21012
|
image?(_: {}): any;
|
|
@@ -20757,19 +21014,40 @@ declare const _default: {
|
|
|
20757
21014
|
"icon-start"?(_: {}): any;
|
|
20758
21015
|
default?(_: {}): any;
|
|
20759
21016
|
"icon-end"?(_: {}): any;
|
|
21017
|
+
"option-end"?(_: {
|
|
21018
|
+
option: any;
|
|
21019
|
+
}): any;
|
|
20760
21020
|
};
|
|
20761
21021
|
})) | import("vue").DefineComponent<{
|
|
20762
21022
|
testId: {
|
|
20763
21023
|
type: import("vue").PropType<string>;
|
|
20764
21024
|
default: string;
|
|
20765
21025
|
};
|
|
21026
|
+
iconName: {
|
|
21027
|
+
type: import("vue").PropType<string>;
|
|
21028
|
+
default: string;
|
|
21029
|
+
};
|
|
21030
|
+
iconType: {
|
|
21031
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21032
|
+
default: string;
|
|
21033
|
+
};
|
|
20766
21034
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20767
21035
|
testId: {
|
|
20768
21036
|
type: import("vue").PropType<string>;
|
|
20769
21037
|
default: string;
|
|
20770
21038
|
};
|
|
21039
|
+
iconName: {
|
|
21040
|
+
type: import("vue").PropType<string>;
|
|
21041
|
+
default: string;
|
|
21042
|
+
};
|
|
21043
|
+
iconType: {
|
|
21044
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21045
|
+
default: string;
|
|
21046
|
+
};
|
|
20771
21047
|
}>>, {
|
|
20772
21048
|
testId: string;
|
|
21049
|
+
iconName: string;
|
|
21050
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20773
21051
|
}> | import("vue").DefineComponent<{
|
|
20774
21052
|
label: {
|
|
20775
21053
|
type: import("vue").PropType<string>;
|
|
@@ -20826,7 +21104,11 @@ declare const _default: {
|
|
|
20826
21104
|
type: import("vue").PropType<boolean>;
|
|
20827
21105
|
default: boolean;
|
|
20828
21106
|
};
|
|
20829
|
-
|
|
21107
|
+
shownValuesCount: {
|
|
21108
|
+
type: import("vue").PropType<number>;
|
|
21109
|
+
default: number;
|
|
21110
|
+
};
|
|
21111
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20830
21112
|
clear: () => void;
|
|
20831
21113
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20832
21114
|
label: {
|
|
@@ -20884,6 +21166,10 @@ declare const _default: {
|
|
|
20884
21166
|
type: import("vue").PropType<boolean>;
|
|
20885
21167
|
default: boolean;
|
|
20886
21168
|
};
|
|
21169
|
+
shownValuesCount: {
|
|
21170
|
+
type: import("vue").PropType<number>;
|
|
21171
|
+
default: number;
|
|
21172
|
+
};
|
|
20887
21173
|
}>> & {
|
|
20888
21174
|
onClear?: () => any;
|
|
20889
21175
|
}, {
|
|
@@ -20896,6 +21182,7 @@ declare const _default: {
|
|
|
20896
21182
|
displayedValue: any;
|
|
20897
21183
|
cancelAllSelectedDisplay: boolean;
|
|
20898
21184
|
displayValueInQuotes: boolean;
|
|
21185
|
+
shownValuesCount: number;
|
|
20899
21186
|
}> | ({
|
|
20900
21187
|
new (...args: any[]): {
|
|
20901
21188
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -20913,17 +21200,20 @@ declare const _default: {
|
|
|
20913
21200
|
mandatory: boolean;
|
|
20914
21201
|
skidding: number;
|
|
20915
21202
|
modelValue: any;
|
|
20916
|
-
selected: any;
|
|
20917
21203
|
valueToCopy: string;
|
|
21204
|
+
selected: any;
|
|
20918
21205
|
placeholder: string;
|
|
20919
21206
|
multi: boolean;
|
|
20920
21207
|
infiniteLoading: boolean;
|
|
20921
21208
|
showSelectAll: boolean;
|
|
21209
|
+
showClearAll: boolean;
|
|
20922
21210
|
defaultOpen: boolean;
|
|
20923
21211
|
keepOpen: boolean;
|
|
20924
21212
|
autoSize: boolean;
|
|
20925
21213
|
disableKeyboardEvents: boolean;
|
|
20926
21214
|
dynamicFilterMode: boolean;
|
|
21215
|
+
minSelections: number;
|
|
21216
|
+
maxSelections: number;
|
|
20927
21217
|
isOnTop: boolean;
|
|
20928
21218
|
triggerLabel: string;
|
|
20929
21219
|
triggerHelperText: string;
|
|
@@ -20931,6 +21221,7 @@ declare const _default: {
|
|
|
20931
21221
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
20932
21222
|
triggerFeedbackShowIcon: boolean;
|
|
20933
21223
|
triggerShowAllSelectedText: boolean;
|
|
21224
|
+
triggerShownValuesCount: number;
|
|
20934
21225
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
20935
21226
|
inlineSearch: boolean;
|
|
20936
21227
|
inlineSearchPlaceholder: string;
|
|
@@ -20946,12 +21237,14 @@ declare const _default: {
|
|
|
20946
21237
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20947
21238
|
optionsEndTextIconKey: string;
|
|
20948
21239
|
optionFlagKey: string;
|
|
21240
|
+
optionWarningKey: string;
|
|
20949
21241
|
disabledOptionKey: string;
|
|
20950
21242
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20951
21243
|
optionTwoLinesKey: string;
|
|
20952
21244
|
groupedOptions: boolean;
|
|
20953
21245
|
comparingKey: string;
|
|
20954
21246
|
customNumberOfDisplayedOptions: number;
|
|
21247
|
+
optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
20955
21248
|
fullWidth: boolean;
|
|
20956
21249
|
optionsListWidth: string;
|
|
20957
21250
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -21013,14 +21306,14 @@ declare const _default: {
|
|
|
21013
21306
|
type: import("vue").PropType<unknown>;
|
|
21014
21307
|
default: any;
|
|
21015
21308
|
};
|
|
21016
|
-
selected: {
|
|
21017
|
-
type: import("vue").PropType<unknown>;
|
|
21018
|
-
default: any;
|
|
21019
|
-
};
|
|
21020
21309
|
valueToCopy: {
|
|
21021
21310
|
type: import("vue").PropType<string>;
|
|
21022
21311
|
default: any;
|
|
21023
21312
|
};
|
|
21313
|
+
selected: {
|
|
21314
|
+
type: import("vue").PropType<unknown>;
|
|
21315
|
+
default: any;
|
|
21316
|
+
};
|
|
21024
21317
|
options: {
|
|
21025
21318
|
type: import("vue").PropType<unknown[]>;
|
|
21026
21319
|
required: true;
|
|
@@ -21044,6 +21337,10 @@ declare const _default: {
|
|
|
21044
21337
|
type: import("vue").PropType<boolean>;
|
|
21045
21338
|
default: boolean;
|
|
21046
21339
|
};
|
|
21340
|
+
showClearAll: {
|
|
21341
|
+
type: import("vue").PropType<boolean>;
|
|
21342
|
+
default: boolean;
|
|
21343
|
+
};
|
|
21047
21344
|
defaultOpen: {
|
|
21048
21345
|
type: import("vue").PropType<boolean>;
|
|
21049
21346
|
default: boolean;
|
|
@@ -21064,6 +21361,14 @@ declare const _default: {
|
|
|
21064
21361
|
type: import("vue").PropType<boolean>;
|
|
21065
21362
|
default: boolean;
|
|
21066
21363
|
};
|
|
21364
|
+
minSelections: {
|
|
21365
|
+
type: import("vue").PropType<number>;
|
|
21366
|
+
default: number;
|
|
21367
|
+
};
|
|
21368
|
+
maxSelections: {
|
|
21369
|
+
type: import("vue").PropType<number>;
|
|
21370
|
+
default: any;
|
|
21371
|
+
};
|
|
21067
21372
|
isOnTop: {
|
|
21068
21373
|
type: import("vue").PropType<boolean>;
|
|
21069
21374
|
default: boolean;
|
|
@@ -21092,6 +21397,10 @@ declare const _default: {
|
|
|
21092
21397
|
type: import("vue").PropType<boolean>;
|
|
21093
21398
|
default: boolean;
|
|
21094
21399
|
};
|
|
21400
|
+
triggerShownValuesCount: {
|
|
21401
|
+
type: import("vue").PropType<number>;
|
|
21402
|
+
default: number;
|
|
21403
|
+
};
|
|
21095
21404
|
predefinedTrigger: {
|
|
21096
21405
|
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
21097
21406
|
default: "default" | "icon-button" | "chip" | "app";
|
|
@@ -21156,6 +21465,10 @@ declare const _default: {
|
|
|
21156
21465
|
type: import("vue").PropType<string>;
|
|
21157
21466
|
default: any;
|
|
21158
21467
|
};
|
|
21468
|
+
optionWarningKey: {
|
|
21469
|
+
type: import("vue").PropType<string>;
|
|
21470
|
+
default: any;
|
|
21471
|
+
};
|
|
21159
21472
|
disabledOptionKey: {
|
|
21160
21473
|
type: import("vue").PropType<string>;
|
|
21161
21474
|
default: string;
|
|
@@ -21180,6 +21493,10 @@ declare const _default: {
|
|
|
21180
21493
|
type: import("vue").PropType<number>;
|
|
21181
21494
|
default: any;
|
|
21182
21495
|
};
|
|
21496
|
+
optionTooltipPosition: {
|
|
21497
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
21498
|
+
default: string;
|
|
21499
|
+
};
|
|
21183
21500
|
fullWidth: {
|
|
21184
21501
|
type: import("vue").PropType<boolean>;
|
|
21185
21502
|
default: boolean;
|
|
@@ -21217,7 +21534,7 @@ declare const _default: {
|
|
|
21217
21534
|
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
21218
21535
|
onOpened?: () => any;
|
|
21219
21536
|
onClosed?: () => any;
|
|
21220
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "
|
|
21537
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
21221
21538
|
$attrs: {
|
|
21222
21539
|
[x: string]: unknown;
|
|
21223
21540
|
};
|
|
@@ -21286,14 +21603,14 @@ declare const _default: {
|
|
|
21286
21603
|
type: import("vue").PropType<unknown>;
|
|
21287
21604
|
default: any;
|
|
21288
21605
|
};
|
|
21289
|
-
selected: {
|
|
21290
|
-
type: import("vue").PropType<unknown>;
|
|
21291
|
-
default: any;
|
|
21292
|
-
};
|
|
21293
21606
|
valueToCopy: {
|
|
21294
21607
|
type: import("vue").PropType<string>;
|
|
21295
21608
|
default: any;
|
|
21296
21609
|
};
|
|
21610
|
+
selected: {
|
|
21611
|
+
type: import("vue").PropType<unknown>;
|
|
21612
|
+
default: any;
|
|
21613
|
+
};
|
|
21297
21614
|
options: {
|
|
21298
21615
|
type: import("vue").PropType<unknown[]>;
|
|
21299
21616
|
required: true;
|
|
@@ -21317,6 +21634,10 @@ declare const _default: {
|
|
|
21317
21634
|
type: import("vue").PropType<boolean>;
|
|
21318
21635
|
default: boolean;
|
|
21319
21636
|
};
|
|
21637
|
+
showClearAll: {
|
|
21638
|
+
type: import("vue").PropType<boolean>;
|
|
21639
|
+
default: boolean;
|
|
21640
|
+
};
|
|
21320
21641
|
defaultOpen: {
|
|
21321
21642
|
type: import("vue").PropType<boolean>;
|
|
21322
21643
|
default: boolean;
|
|
@@ -21337,6 +21658,14 @@ declare const _default: {
|
|
|
21337
21658
|
type: import("vue").PropType<boolean>;
|
|
21338
21659
|
default: boolean;
|
|
21339
21660
|
};
|
|
21661
|
+
minSelections: {
|
|
21662
|
+
type: import("vue").PropType<number>;
|
|
21663
|
+
default: number;
|
|
21664
|
+
};
|
|
21665
|
+
maxSelections: {
|
|
21666
|
+
type: import("vue").PropType<number>;
|
|
21667
|
+
default: any;
|
|
21668
|
+
};
|
|
21340
21669
|
isOnTop: {
|
|
21341
21670
|
type: import("vue").PropType<boolean>;
|
|
21342
21671
|
default: boolean;
|
|
@@ -21365,6 +21694,10 @@ declare const _default: {
|
|
|
21365
21694
|
type: import("vue").PropType<boolean>;
|
|
21366
21695
|
default: boolean;
|
|
21367
21696
|
};
|
|
21697
|
+
triggerShownValuesCount: {
|
|
21698
|
+
type: import("vue").PropType<number>;
|
|
21699
|
+
default: number;
|
|
21700
|
+
};
|
|
21368
21701
|
predefinedTrigger: {
|
|
21369
21702
|
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
21370
21703
|
default: "default" | "icon-button" | "chip" | "app";
|
|
@@ -21429,6 +21762,10 @@ declare const _default: {
|
|
|
21429
21762
|
type: import("vue").PropType<string>;
|
|
21430
21763
|
default: any;
|
|
21431
21764
|
};
|
|
21765
|
+
optionWarningKey: {
|
|
21766
|
+
type: import("vue").PropType<string>;
|
|
21767
|
+
default: any;
|
|
21768
|
+
};
|
|
21432
21769
|
disabledOptionKey: {
|
|
21433
21770
|
type: import("vue").PropType<string>;
|
|
21434
21771
|
default: string;
|
|
@@ -21453,6 +21790,10 @@ declare const _default: {
|
|
|
21453
21790
|
type: import("vue").PropType<number>;
|
|
21454
21791
|
default: any;
|
|
21455
21792
|
};
|
|
21793
|
+
optionTooltipPosition: {
|
|
21794
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
21795
|
+
default: string;
|
|
21796
|
+
};
|
|
21456
21797
|
fullWidth: {
|
|
21457
21798
|
type: import("vue").PropType<boolean>;
|
|
21458
21799
|
default: boolean;
|
|
@@ -21519,17 +21860,20 @@ declare const _default: {
|
|
|
21519
21860
|
mandatory: boolean;
|
|
21520
21861
|
skidding: number;
|
|
21521
21862
|
modelValue: any;
|
|
21522
|
-
selected: any;
|
|
21523
21863
|
valueToCopy: string;
|
|
21864
|
+
selected: any;
|
|
21524
21865
|
placeholder: string;
|
|
21525
21866
|
multi: boolean;
|
|
21526
21867
|
infiniteLoading: boolean;
|
|
21527
21868
|
showSelectAll: boolean;
|
|
21869
|
+
showClearAll: boolean;
|
|
21528
21870
|
defaultOpen: boolean;
|
|
21529
21871
|
keepOpen: boolean;
|
|
21530
21872
|
autoSize: boolean;
|
|
21531
21873
|
disableKeyboardEvents: boolean;
|
|
21532
21874
|
dynamicFilterMode: boolean;
|
|
21875
|
+
minSelections: number;
|
|
21876
|
+
maxSelections: number;
|
|
21533
21877
|
isOnTop: boolean;
|
|
21534
21878
|
triggerLabel: string;
|
|
21535
21879
|
triggerHelperText: string;
|
|
@@ -21537,6 +21881,7 @@ declare const _default: {
|
|
|
21537
21881
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
21538
21882
|
triggerFeedbackShowIcon: boolean;
|
|
21539
21883
|
triggerShowAllSelectedText: boolean;
|
|
21884
|
+
triggerShownValuesCount: number;
|
|
21540
21885
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
21541
21886
|
inlineSearch: boolean;
|
|
21542
21887
|
inlineSearchPlaceholder: string;
|
|
@@ -21552,12 +21897,14 @@ declare const _default: {
|
|
|
21552
21897
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21553
21898
|
optionsEndTextIconKey: string;
|
|
21554
21899
|
optionFlagKey: string;
|
|
21900
|
+
optionWarningKey: string;
|
|
21555
21901
|
disabledOptionKey: string;
|
|
21556
21902
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21557
21903
|
optionTwoLinesKey: string;
|
|
21558
21904
|
groupedOptions: boolean;
|
|
21559
21905
|
comparingKey: string;
|
|
21560
21906
|
customNumberOfDisplayedOptions: number;
|
|
21907
|
+
optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
21561
21908
|
fullWidth: boolean;
|
|
21562
21909
|
optionsListWidth: string;
|
|
21563
21910
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -21639,14 +21986,14 @@ declare const _default: {
|
|
|
21639
21986
|
type: import("vue").PropType<unknown>;
|
|
21640
21987
|
default: any;
|
|
21641
21988
|
};
|
|
21642
|
-
selected: {
|
|
21643
|
-
type: import("vue").PropType<unknown>;
|
|
21644
|
-
default: any;
|
|
21645
|
-
};
|
|
21646
21989
|
valueToCopy: {
|
|
21647
21990
|
type: import("vue").PropType<string>;
|
|
21648
21991
|
default: any;
|
|
21649
21992
|
};
|
|
21993
|
+
selected: {
|
|
21994
|
+
type: import("vue").PropType<unknown>;
|
|
21995
|
+
default: any;
|
|
21996
|
+
};
|
|
21650
21997
|
options: {
|
|
21651
21998
|
type: import("vue").PropType<unknown[]>;
|
|
21652
21999
|
required: true;
|
|
@@ -21670,6 +22017,10 @@ declare const _default: {
|
|
|
21670
22017
|
type: import("vue").PropType<boolean>;
|
|
21671
22018
|
default: boolean;
|
|
21672
22019
|
};
|
|
22020
|
+
showClearAll: {
|
|
22021
|
+
type: import("vue").PropType<boolean>;
|
|
22022
|
+
default: boolean;
|
|
22023
|
+
};
|
|
21673
22024
|
defaultOpen: {
|
|
21674
22025
|
type: import("vue").PropType<boolean>;
|
|
21675
22026
|
default: boolean;
|
|
@@ -21690,6 +22041,14 @@ declare const _default: {
|
|
|
21690
22041
|
type: import("vue").PropType<boolean>;
|
|
21691
22042
|
default: boolean;
|
|
21692
22043
|
};
|
|
22044
|
+
minSelections: {
|
|
22045
|
+
type: import("vue").PropType<number>;
|
|
22046
|
+
default: number;
|
|
22047
|
+
};
|
|
22048
|
+
maxSelections: {
|
|
22049
|
+
type: import("vue").PropType<number>;
|
|
22050
|
+
default: any;
|
|
22051
|
+
};
|
|
21693
22052
|
isOnTop: {
|
|
21694
22053
|
type: import("vue").PropType<boolean>;
|
|
21695
22054
|
default: boolean;
|
|
@@ -21718,6 +22077,10 @@ declare const _default: {
|
|
|
21718
22077
|
type: import("vue").PropType<boolean>;
|
|
21719
22078
|
default: boolean;
|
|
21720
22079
|
};
|
|
22080
|
+
triggerShownValuesCount: {
|
|
22081
|
+
type: import("vue").PropType<number>;
|
|
22082
|
+
default: number;
|
|
22083
|
+
};
|
|
21721
22084
|
predefinedTrigger: {
|
|
21722
22085
|
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
21723
22086
|
default: "default" | "icon-button" | "chip" | "app";
|
|
@@ -21782,6 +22145,10 @@ declare const _default: {
|
|
|
21782
22145
|
type: import("vue").PropType<string>;
|
|
21783
22146
|
default: any;
|
|
21784
22147
|
};
|
|
22148
|
+
optionWarningKey: {
|
|
22149
|
+
type: import("vue").PropType<string>;
|
|
22150
|
+
default: any;
|
|
22151
|
+
};
|
|
21785
22152
|
disabledOptionKey: {
|
|
21786
22153
|
type: import("vue").PropType<string>;
|
|
21787
22154
|
default: string;
|
|
@@ -21806,6 +22173,10 @@ declare const _default: {
|
|
|
21806
22173
|
type: import("vue").PropType<number>;
|
|
21807
22174
|
default: any;
|
|
21808
22175
|
};
|
|
22176
|
+
optionTooltipPosition: {
|
|
22177
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
22178
|
+
default: string;
|
|
22179
|
+
};
|
|
21809
22180
|
fullWidth: {
|
|
21810
22181
|
type: import("vue").PropType<boolean>;
|
|
21811
22182
|
default: boolean;
|
|
@@ -21905,14 +22276,14 @@ declare const _default: {
|
|
|
21905
22276
|
type: import("vue").PropType<unknown>;
|
|
21906
22277
|
default: any;
|
|
21907
22278
|
};
|
|
21908
|
-
selected: {
|
|
21909
|
-
type: import("vue").PropType<unknown>;
|
|
21910
|
-
default: any;
|
|
21911
|
-
};
|
|
21912
22279
|
valueToCopy: {
|
|
21913
22280
|
type: import("vue").PropType<string>;
|
|
21914
22281
|
default: any;
|
|
21915
22282
|
};
|
|
22283
|
+
selected: {
|
|
22284
|
+
type: import("vue").PropType<unknown>;
|
|
22285
|
+
default: any;
|
|
22286
|
+
};
|
|
21916
22287
|
options: {
|
|
21917
22288
|
type: import("vue").PropType<unknown[]>;
|
|
21918
22289
|
required: true;
|
|
@@ -21936,6 +22307,10 @@ declare const _default: {
|
|
|
21936
22307
|
type: import("vue").PropType<boolean>;
|
|
21937
22308
|
default: boolean;
|
|
21938
22309
|
};
|
|
22310
|
+
showClearAll: {
|
|
22311
|
+
type: import("vue").PropType<boolean>;
|
|
22312
|
+
default: boolean;
|
|
22313
|
+
};
|
|
21939
22314
|
defaultOpen: {
|
|
21940
22315
|
type: import("vue").PropType<boolean>;
|
|
21941
22316
|
default: boolean;
|
|
@@ -21956,6 +22331,14 @@ declare const _default: {
|
|
|
21956
22331
|
type: import("vue").PropType<boolean>;
|
|
21957
22332
|
default: boolean;
|
|
21958
22333
|
};
|
|
22334
|
+
minSelections: {
|
|
22335
|
+
type: import("vue").PropType<number>;
|
|
22336
|
+
default: number;
|
|
22337
|
+
};
|
|
22338
|
+
maxSelections: {
|
|
22339
|
+
type: import("vue").PropType<number>;
|
|
22340
|
+
default: any;
|
|
22341
|
+
};
|
|
21959
22342
|
isOnTop: {
|
|
21960
22343
|
type: import("vue").PropType<boolean>;
|
|
21961
22344
|
default: boolean;
|
|
@@ -21984,6 +22367,10 @@ declare const _default: {
|
|
|
21984
22367
|
type: import("vue").PropType<boolean>;
|
|
21985
22368
|
default: boolean;
|
|
21986
22369
|
};
|
|
22370
|
+
triggerShownValuesCount: {
|
|
22371
|
+
type: import("vue").PropType<number>;
|
|
22372
|
+
default: number;
|
|
22373
|
+
};
|
|
21987
22374
|
predefinedTrigger: {
|
|
21988
22375
|
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
21989
22376
|
default: "default" | "icon-button" | "chip" | "app";
|
|
@@ -22048,6 +22435,10 @@ declare const _default: {
|
|
|
22048
22435
|
type: import("vue").PropType<string>;
|
|
22049
22436
|
default: any;
|
|
22050
22437
|
};
|
|
22438
|
+
optionWarningKey: {
|
|
22439
|
+
type: import("vue").PropType<string>;
|
|
22440
|
+
default: any;
|
|
22441
|
+
};
|
|
22051
22442
|
disabledOptionKey: {
|
|
22052
22443
|
type: import("vue").PropType<string>;
|
|
22053
22444
|
default: string;
|
|
@@ -22072,6 +22463,10 @@ declare const _default: {
|
|
|
22072
22463
|
type: import("vue").PropType<number>;
|
|
22073
22464
|
default: any;
|
|
22074
22465
|
};
|
|
22466
|
+
optionTooltipPosition: {
|
|
22467
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
22468
|
+
default: string;
|
|
22469
|
+
};
|
|
22075
22470
|
fullWidth: {
|
|
22076
22471
|
type: import("vue").PropType<boolean>;
|
|
22077
22472
|
default: boolean;
|
|
@@ -22138,17 +22533,20 @@ declare const _default: {
|
|
|
22138
22533
|
mandatory: boolean;
|
|
22139
22534
|
skidding: number;
|
|
22140
22535
|
modelValue: any;
|
|
22141
|
-
selected: any;
|
|
22142
22536
|
valueToCopy: string;
|
|
22537
|
+
selected: any;
|
|
22143
22538
|
placeholder: string;
|
|
22144
22539
|
multi: boolean;
|
|
22145
22540
|
infiniteLoading: boolean;
|
|
22146
22541
|
showSelectAll: boolean;
|
|
22542
|
+
showClearAll: boolean;
|
|
22147
22543
|
defaultOpen: boolean;
|
|
22148
22544
|
keepOpen: boolean;
|
|
22149
22545
|
autoSize: boolean;
|
|
22150
22546
|
disableKeyboardEvents: boolean;
|
|
22151
22547
|
dynamicFilterMode: boolean;
|
|
22548
|
+
minSelections: number;
|
|
22549
|
+
maxSelections: number;
|
|
22152
22550
|
isOnTop: boolean;
|
|
22153
22551
|
triggerLabel: string;
|
|
22154
22552
|
triggerHelperText: string;
|
|
@@ -22156,6 +22554,7 @@ declare const _default: {
|
|
|
22156
22554
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
22157
22555
|
triggerFeedbackShowIcon: boolean;
|
|
22158
22556
|
triggerShowAllSelectedText: boolean;
|
|
22557
|
+
triggerShownValuesCount: number;
|
|
22159
22558
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
22160
22559
|
inlineSearch: boolean;
|
|
22161
22560
|
inlineSearchPlaceholder: string;
|
|
@@ -22171,12 +22570,14 @@ declare const _default: {
|
|
|
22171
22570
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22172
22571
|
optionsEndTextIconKey: string;
|
|
22173
22572
|
optionFlagKey: string;
|
|
22573
|
+
optionWarningKey: string;
|
|
22174
22574
|
disabledOptionKey: string;
|
|
22175
22575
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
22176
22576
|
optionTwoLinesKey: string;
|
|
22177
22577
|
groupedOptions: boolean;
|
|
22178
22578
|
comparingKey: string;
|
|
22179
22579
|
customNumberOfDisplayedOptions: number;
|
|
22580
|
+
optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
22180
22581
|
fullWidth: boolean;
|
|
22181
22582
|
optionsListWidth: string;
|
|
22182
22583
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -22238,6 +22639,9 @@ declare const _default: {
|
|
|
22238
22639
|
active: boolean;
|
|
22239
22640
|
disabled: any;
|
|
22240
22641
|
}): any;
|
|
22642
|
+
"option-end"?(_: {
|
|
22643
|
+
option: any;
|
|
22644
|
+
}): any;
|
|
22241
22645
|
};
|
|
22242
22646
|
})) | import("vue").DefineComponent<{
|
|
22243
22647
|
label: {
|
|
@@ -22325,8 +22729,8 @@ declare const _default: {
|
|
|
22325
22729
|
testId: string;
|
|
22326
22730
|
disabled: boolean;
|
|
22327
22731
|
size: "small" | "medium" | "large";
|
|
22328
|
-
selected: unknown[];
|
|
22329
22732
|
valueToCopy: string;
|
|
22733
|
+
selected: unknown[];
|
|
22330
22734
|
placeholder: string;
|
|
22331
22735
|
inlineSearchPlaceholder: string;
|
|
22332
22736
|
optionNameKey: string;
|
|
@@ -22353,14 +22757,14 @@ declare const _default: {
|
|
|
22353
22757
|
isOpen: {
|
|
22354
22758
|
type: import("vue").PropType<boolean>;
|
|
22355
22759
|
};
|
|
22356
|
-
selected: {
|
|
22357
|
-
type: import("vue").PropType<unknown[]>;
|
|
22358
|
-
default: any;
|
|
22359
|
-
};
|
|
22360
22760
|
valueToCopy: {
|
|
22361
22761
|
type: import("vue").PropType<string>;
|
|
22362
22762
|
default: any;
|
|
22363
22763
|
};
|
|
22764
|
+
selected: {
|
|
22765
|
+
type: import("vue").PropType<unknown[]>;
|
|
22766
|
+
default: any;
|
|
22767
|
+
};
|
|
22364
22768
|
options: {
|
|
22365
22769
|
type: import("vue").PropType<unknown[]>;
|
|
22366
22770
|
required: true;
|
|
@@ -22424,7 +22828,7 @@ declare const _default: {
|
|
|
22424
22828
|
}>> & {
|
|
22425
22829
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
22426
22830
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
22427
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "
|
|
22831
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
22428
22832
|
$attrs: {
|
|
22429
22833
|
[x: string]: unknown;
|
|
22430
22834
|
};
|
|
@@ -22454,14 +22858,14 @@ declare const _default: {
|
|
|
22454
22858
|
isOpen: {
|
|
22455
22859
|
type: import("vue").PropType<boolean>;
|
|
22456
22860
|
};
|
|
22457
|
-
selected: {
|
|
22458
|
-
type: import("vue").PropType<unknown[]>;
|
|
22459
|
-
default: any;
|
|
22460
|
-
};
|
|
22461
22861
|
valueToCopy: {
|
|
22462
22862
|
type: import("vue").PropType<string>;
|
|
22463
22863
|
default: any;
|
|
22464
22864
|
};
|
|
22865
|
+
selected: {
|
|
22866
|
+
type: import("vue").PropType<unknown[]>;
|
|
22867
|
+
default: any;
|
|
22868
|
+
};
|
|
22465
22869
|
options: {
|
|
22466
22870
|
type: import("vue").PropType<unknown[]>;
|
|
22467
22871
|
required: true;
|
|
@@ -22532,8 +22936,8 @@ declare const _default: {
|
|
|
22532
22936
|
testId: string;
|
|
22533
22937
|
disabled: boolean;
|
|
22534
22938
|
size: "small" | "medium" | "large";
|
|
22535
|
-
selected: unknown[];
|
|
22536
22939
|
valueToCopy: string;
|
|
22940
|
+
selected: unknown[];
|
|
22537
22941
|
placeholder: string;
|
|
22538
22942
|
inlineSearchPlaceholder: string;
|
|
22539
22943
|
optionNameKey: string;
|
|
@@ -22580,14 +22984,14 @@ declare const _default: {
|
|
|
22580
22984
|
isOpen: {
|
|
22581
22985
|
type: import("vue").PropType<boolean>;
|
|
22582
22986
|
};
|
|
22583
|
-
selected: {
|
|
22584
|
-
type: import("vue").PropType<unknown[]>;
|
|
22585
|
-
default: any;
|
|
22586
|
-
};
|
|
22587
22987
|
valueToCopy: {
|
|
22588
22988
|
type: import("vue").PropType<string>;
|
|
22589
22989
|
default: any;
|
|
22590
22990
|
};
|
|
22991
|
+
selected: {
|
|
22992
|
+
type: import("vue").PropType<unknown[]>;
|
|
22993
|
+
default: any;
|
|
22994
|
+
};
|
|
22591
22995
|
options: {
|
|
22592
22996
|
type: import("vue").PropType<unknown[]>;
|
|
22593
22997
|
required: true;
|
|
@@ -22671,14 +23075,14 @@ declare const _default: {
|
|
|
22671
23075
|
isOpen: {
|
|
22672
23076
|
type: import("vue").PropType<boolean>;
|
|
22673
23077
|
};
|
|
22674
|
-
selected: {
|
|
22675
|
-
type: import("vue").PropType<unknown[]>;
|
|
22676
|
-
default: any;
|
|
22677
|
-
};
|
|
22678
23078
|
valueToCopy: {
|
|
22679
23079
|
type: import("vue").PropType<string>;
|
|
22680
23080
|
default: any;
|
|
22681
23081
|
};
|
|
23082
|
+
selected: {
|
|
23083
|
+
type: import("vue").PropType<unknown[]>;
|
|
23084
|
+
default: any;
|
|
23085
|
+
};
|
|
22682
23086
|
options: {
|
|
22683
23087
|
type: import("vue").PropType<unknown[]>;
|
|
22684
23088
|
required: true;
|
|
@@ -22749,8 +23153,8 @@ declare const _default: {
|
|
|
22749
23153
|
testId: string;
|
|
22750
23154
|
disabled: boolean;
|
|
22751
23155
|
size: "small" | "medium" | "large";
|
|
22752
|
-
selected: unknown[];
|
|
22753
23156
|
valueToCopy: string;
|
|
23157
|
+
selected: unknown[];
|
|
22754
23158
|
placeholder: string;
|
|
22755
23159
|
inlineSearchPlaceholder: string;
|
|
22756
23160
|
optionNameKey: string;
|
|
@@ -22765,112 +23169,427 @@ declare const _default: {
|
|
|
22765
23169
|
$slots: {
|
|
22766
23170
|
"trigger-end-icon"?(_: {}): any;
|
|
22767
23171
|
};
|
|
22768
|
-
})) |
|
|
22769
|
-
|
|
22770
|
-
|
|
22771
|
-
|
|
22772
|
-
|
|
22773
|
-
};
|
|
22774
|
-
testId: {
|
|
22775
|
-
type: import("vue").PropType<string>;
|
|
22776
|
-
default: string;
|
|
22777
|
-
};
|
|
22778
|
-
isOpen: {
|
|
22779
|
-
type: import("vue").PropType<boolean>;
|
|
22780
|
-
default: boolean;
|
|
22781
|
-
};
|
|
22782
|
-
infiniteLoading: {
|
|
22783
|
-
type: import("vue").PropType<boolean>;
|
|
22784
|
-
default: boolean;
|
|
22785
|
-
};
|
|
22786
|
-
optionNameKey: {
|
|
22787
|
-
type: import("vue").PropType<string>;
|
|
22788
|
-
required: true;
|
|
22789
|
-
default: string;
|
|
22790
|
-
};
|
|
22791
|
-
optionIconKey: {
|
|
22792
|
-
type: import("vue").PropType<string>;
|
|
22793
|
-
default: string;
|
|
22794
|
-
};
|
|
22795
|
-
optionImageKey: {
|
|
22796
|
-
type: import("vue").PropType<string>;
|
|
22797
|
-
default: string;
|
|
22798
|
-
};
|
|
22799
|
-
optionIconType: {
|
|
22800
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22801
|
-
default: any;
|
|
22802
|
-
};
|
|
22803
|
-
optionFlagKey: {
|
|
22804
|
-
type: import("vue").PropType<string>;
|
|
22805
|
-
default: string;
|
|
22806
|
-
};
|
|
22807
|
-
groupedOptions: {
|
|
22808
|
-
type: import("vue").PropType<boolean>;
|
|
22809
|
-
default: boolean;
|
|
22810
|
-
};
|
|
22811
|
-
comparingKey: {
|
|
22812
|
-
type: import("vue").PropType<string>;
|
|
22813
|
-
required: true;
|
|
22814
|
-
default: string;
|
|
22815
|
-
};
|
|
22816
|
-
conditionalOptions: {
|
|
22817
|
-
type: import("vue").PropType<{
|
|
22818
|
-
label: string;
|
|
22819
|
-
value: string;
|
|
22820
|
-
multi: boolean;
|
|
22821
|
-
}[]>;
|
|
22822
|
-
required: true;
|
|
22823
|
-
};
|
|
22824
|
-
selectedCondition: {
|
|
22825
|
-
type: import("vue").PropType<{
|
|
23172
|
+
})) | ({
|
|
23173
|
+
new (...args: any[]): {
|
|
23174
|
+
$: import("vue").ComponentInternalInstance;
|
|
23175
|
+
$data: {};
|
|
23176
|
+
$props: Partial<{
|
|
22826
23177
|
label: string;
|
|
22827
|
-
|
|
22828
|
-
|
|
22829
|
-
|
|
22830
|
-
|
|
22831
|
-
|
|
22832
|
-
|
|
22833
|
-
|
|
22834
|
-
|
|
22835
|
-
|
|
22836
|
-
|
|
22837
|
-
|
|
22838
|
-
|
|
22839
|
-
|
|
22840
|
-
|
|
22841
|
-
|
|
22842
|
-
|
|
22843
|
-
|
|
22844
|
-
|
|
22845
|
-
|
|
22846
|
-
|
|
22847
|
-
|
|
22848
|
-
|
|
22849
|
-
|
|
22850
|
-
|
|
22851
|
-
|
|
22852
|
-
|
|
22853
|
-
|
|
22854
|
-
|
|
22855
|
-
|
|
22856
|
-
|
|
22857
|
-
|
|
22858
|
-
|
|
22859
|
-
|
|
22860
|
-
|
|
22861
|
-
|
|
22862
|
-
|
|
22863
|
-
|
|
22864
|
-
|
|
22865
|
-
|
|
22866
|
-
|
|
22867
|
-
|
|
22868
|
-
|
|
22869
|
-
|
|
22870
|
-
|
|
22871
|
-
|
|
22872
|
-
|
|
22873
|
-
|
|
23178
|
+
testId: string;
|
|
23179
|
+
isOpen: boolean;
|
|
23180
|
+
infiniteLoading: boolean;
|
|
23181
|
+
triggerShownValuesCount: number;
|
|
23182
|
+
optionNameKey: string;
|
|
23183
|
+
optionIconKey: string;
|
|
23184
|
+
optionImageKey: string;
|
|
23185
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
23186
|
+
optionFlagKey: string;
|
|
23187
|
+
groupedOptions: boolean;
|
|
23188
|
+
comparingKey: string;
|
|
23189
|
+
minCharsToStart: number;
|
|
23190
|
+
searchQuery: string;
|
|
23191
|
+
loadMoreFn: () => Promise<any[]>;
|
|
23192
|
+
fetchDataDebounceTime: number;
|
|
23193
|
+
autoFocusSearch: boolean;
|
|
23194
|
+
loadingOverride: boolean;
|
|
23195
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23196
|
+
label: {
|
|
23197
|
+
type: import("vue").PropType<string>;
|
|
23198
|
+
required: true;
|
|
23199
|
+
default: string;
|
|
23200
|
+
};
|
|
23201
|
+
testId: {
|
|
23202
|
+
type: import("vue").PropType<string>;
|
|
23203
|
+
default: string;
|
|
23204
|
+
};
|
|
23205
|
+
isOpen: {
|
|
23206
|
+
type: import("vue").PropType<boolean>;
|
|
23207
|
+
default: boolean;
|
|
23208
|
+
};
|
|
23209
|
+
infiniteLoading: {
|
|
23210
|
+
type: import("vue").PropType<boolean>;
|
|
23211
|
+
default: boolean;
|
|
23212
|
+
};
|
|
23213
|
+
triggerShownValuesCount: {
|
|
23214
|
+
type: import("vue").PropType<number>;
|
|
23215
|
+
default: number;
|
|
23216
|
+
};
|
|
23217
|
+
optionNameKey: {
|
|
23218
|
+
type: import("vue").PropType<string>;
|
|
23219
|
+
required: true;
|
|
23220
|
+
default: string;
|
|
23221
|
+
};
|
|
23222
|
+
optionIconKey: {
|
|
23223
|
+
type: import("vue").PropType<string>;
|
|
23224
|
+
default: string;
|
|
23225
|
+
};
|
|
23226
|
+
optionImageKey: {
|
|
23227
|
+
type: import("vue").PropType<string>;
|
|
23228
|
+
default: string;
|
|
23229
|
+
};
|
|
23230
|
+
optionIconType: {
|
|
23231
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
23232
|
+
default: any;
|
|
23233
|
+
};
|
|
23234
|
+
optionFlagKey: {
|
|
23235
|
+
type: import("vue").PropType<string>;
|
|
23236
|
+
default: string;
|
|
23237
|
+
};
|
|
23238
|
+
groupedOptions: {
|
|
23239
|
+
type: import("vue").PropType<boolean>;
|
|
23240
|
+
default: boolean;
|
|
23241
|
+
};
|
|
23242
|
+
comparingKey: {
|
|
23243
|
+
type: import("vue").PropType<string>;
|
|
23244
|
+
required: true;
|
|
23245
|
+
default: string;
|
|
23246
|
+
};
|
|
23247
|
+
conditionalOptions: {
|
|
23248
|
+
type: import("vue").PropType<{
|
|
23249
|
+
label: string;
|
|
23250
|
+
value: string;
|
|
23251
|
+
multi: boolean;
|
|
23252
|
+
}[]>;
|
|
23253
|
+
required: true;
|
|
23254
|
+
};
|
|
23255
|
+
selectedCondition: {
|
|
23256
|
+
type: import("vue").PropType<{
|
|
23257
|
+
label: string;
|
|
23258
|
+
value: string;
|
|
23259
|
+
multi: boolean;
|
|
23260
|
+
}>;
|
|
23261
|
+
required: true;
|
|
23262
|
+
};
|
|
23263
|
+
appliedSelections: {
|
|
23264
|
+
type: import("vue").PropType<unknown>;
|
|
23265
|
+
required: true;
|
|
23266
|
+
};
|
|
23267
|
+
fetchFnCallback: {
|
|
23268
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
23269
|
+
required: true;
|
|
23270
|
+
};
|
|
23271
|
+
minCharsToStart: {
|
|
23272
|
+
type: import("vue").PropType<number>;
|
|
23273
|
+
default: number;
|
|
23274
|
+
};
|
|
23275
|
+
searchQuery: {
|
|
23276
|
+
type: import("vue").PropType<string>;
|
|
23277
|
+
default: string;
|
|
23278
|
+
};
|
|
23279
|
+
loadMoreFn: {
|
|
23280
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
23281
|
+
default: any;
|
|
23282
|
+
};
|
|
23283
|
+
fetchDataDebounceTime: {
|
|
23284
|
+
type: import("vue").PropType<number>;
|
|
23285
|
+
default: number;
|
|
23286
|
+
};
|
|
23287
|
+
autoFocusSearch: {
|
|
23288
|
+
type: import("vue").PropType<boolean>;
|
|
23289
|
+
default: boolean;
|
|
23290
|
+
};
|
|
23291
|
+
loadingOverride: {
|
|
23292
|
+
type: import("vue").PropType<boolean>;
|
|
23293
|
+
default: boolean;
|
|
23294
|
+
};
|
|
23295
|
+
}>> & {
|
|
23296
|
+
onClear?: () => any;
|
|
23297
|
+
onClosed?: () => any;
|
|
23298
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
23299
|
+
label: string;
|
|
23300
|
+
value: string;
|
|
23301
|
+
multi: boolean;
|
|
23302
|
+
}) => any;
|
|
23303
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
23304
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "isOpen" | "infiniteLoading" | "triggerShownValuesCount" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "groupedOptions" | "comparingKey" | "minCharsToStart" | "searchQuery" | "loadMoreFn" | "fetchDataDebounceTime" | "autoFocusSearch" | "loadingOverride">;
|
|
23305
|
+
$attrs: {
|
|
23306
|
+
[x: string]: unknown;
|
|
23307
|
+
};
|
|
23308
|
+
$refs: {
|
|
23309
|
+
[x: string]: unknown;
|
|
23310
|
+
};
|
|
23311
|
+
$slots: Readonly<{
|
|
23312
|
+
[name: string]: import("vue").Slot;
|
|
23313
|
+
}>;
|
|
23314
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23315
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23316
|
+
$emit: ((event: "clear") => void) & ((event: "closed") => void) & ((event: "update:selectedCondition", value: {
|
|
23317
|
+
label: string;
|
|
23318
|
+
value: string;
|
|
23319
|
+
multi: boolean;
|
|
23320
|
+
}) => void) & ((event: "update:appliedSelections", value: unknown) => void);
|
|
23321
|
+
$el: any;
|
|
23322
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23323
|
+
label: {
|
|
23324
|
+
type: import("vue").PropType<string>;
|
|
23325
|
+
required: true;
|
|
23326
|
+
default: string;
|
|
23327
|
+
};
|
|
23328
|
+
testId: {
|
|
23329
|
+
type: import("vue").PropType<string>;
|
|
23330
|
+
default: string;
|
|
23331
|
+
};
|
|
23332
|
+
isOpen: {
|
|
23333
|
+
type: import("vue").PropType<boolean>;
|
|
23334
|
+
default: boolean;
|
|
23335
|
+
};
|
|
23336
|
+
infiniteLoading: {
|
|
23337
|
+
type: import("vue").PropType<boolean>;
|
|
23338
|
+
default: boolean;
|
|
23339
|
+
};
|
|
23340
|
+
triggerShownValuesCount: {
|
|
23341
|
+
type: import("vue").PropType<number>;
|
|
23342
|
+
default: number;
|
|
23343
|
+
};
|
|
23344
|
+
optionNameKey: {
|
|
23345
|
+
type: import("vue").PropType<string>;
|
|
23346
|
+
required: true;
|
|
23347
|
+
default: string;
|
|
23348
|
+
};
|
|
23349
|
+
optionIconKey: {
|
|
23350
|
+
type: import("vue").PropType<string>;
|
|
23351
|
+
default: string;
|
|
23352
|
+
};
|
|
23353
|
+
optionImageKey: {
|
|
23354
|
+
type: import("vue").PropType<string>;
|
|
23355
|
+
default: string;
|
|
23356
|
+
};
|
|
23357
|
+
optionIconType: {
|
|
23358
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
23359
|
+
default: any;
|
|
23360
|
+
};
|
|
23361
|
+
optionFlagKey: {
|
|
23362
|
+
type: import("vue").PropType<string>;
|
|
23363
|
+
default: string;
|
|
23364
|
+
};
|
|
23365
|
+
groupedOptions: {
|
|
23366
|
+
type: import("vue").PropType<boolean>;
|
|
23367
|
+
default: boolean;
|
|
23368
|
+
};
|
|
23369
|
+
comparingKey: {
|
|
23370
|
+
type: import("vue").PropType<string>;
|
|
23371
|
+
required: true;
|
|
23372
|
+
default: string;
|
|
23373
|
+
};
|
|
23374
|
+
conditionalOptions: {
|
|
23375
|
+
type: import("vue").PropType<{
|
|
23376
|
+
label: string;
|
|
23377
|
+
value: string;
|
|
23378
|
+
multi: boolean;
|
|
23379
|
+
}[]>;
|
|
23380
|
+
required: true;
|
|
23381
|
+
};
|
|
23382
|
+
selectedCondition: {
|
|
23383
|
+
type: import("vue").PropType<{
|
|
23384
|
+
label: string;
|
|
23385
|
+
value: string;
|
|
23386
|
+
multi: boolean;
|
|
23387
|
+
}>;
|
|
23388
|
+
required: true;
|
|
23389
|
+
};
|
|
23390
|
+
appliedSelections: {
|
|
23391
|
+
type: import("vue").PropType<unknown>;
|
|
23392
|
+
required: true;
|
|
23393
|
+
};
|
|
23394
|
+
fetchFnCallback: {
|
|
23395
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
23396
|
+
required: true;
|
|
23397
|
+
};
|
|
23398
|
+
minCharsToStart: {
|
|
23399
|
+
type: import("vue").PropType<number>;
|
|
23400
|
+
default: number;
|
|
23401
|
+
};
|
|
23402
|
+
searchQuery: {
|
|
23403
|
+
type: import("vue").PropType<string>;
|
|
23404
|
+
default: string;
|
|
23405
|
+
};
|
|
23406
|
+
loadMoreFn: {
|
|
23407
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
23408
|
+
default: any;
|
|
23409
|
+
};
|
|
23410
|
+
fetchDataDebounceTime: {
|
|
23411
|
+
type: import("vue").PropType<number>;
|
|
23412
|
+
default: number;
|
|
23413
|
+
};
|
|
23414
|
+
autoFocusSearch: {
|
|
23415
|
+
type: import("vue").PropType<boolean>;
|
|
23416
|
+
default: boolean;
|
|
23417
|
+
};
|
|
23418
|
+
loadingOverride: {
|
|
23419
|
+
type: import("vue").PropType<boolean>;
|
|
23420
|
+
default: boolean;
|
|
23421
|
+
};
|
|
23422
|
+
}>> & {
|
|
23423
|
+
onClear?: () => any;
|
|
23424
|
+
onClosed?: () => any;
|
|
23425
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
23426
|
+
label: string;
|
|
23427
|
+
value: string;
|
|
23428
|
+
multi: boolean;
|
|
23429
|
+
}) => any;
|
|
23430
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
23431
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23432
|
+
"update:selectedCondition": (value: {
|
|
23433
|
+
label: string;
|
|
23434
|
+
value: string;
|
|
23435
|
+
multi: boolean;
|
|
23436
|
+
}) => void;
|
|
23437
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
23438
|
+
clear: () => void;
|
|
23439
|
+
closed: () => void;
|
|
23440
|
+
}, string, {
|
|
23441
|
+
label: string;
|
|
23442
|
+
testId: string;
|
|
23443
|
+
isOpen: boolean;
|
|
23444
|
+
infiniteLoading: boolean;
|
|
23445
|
+
triggerShownValuesCount: number;
|
|
23446
|
+
optionNameKey: string;
|
|
23447
|
+
optionIconKey: string;
|
|
23448
|
+
optionImageKey: string;
|
|
23449
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
23450
|
+
optionFlagKey: string;
|
|
23451
|
+
groupedOptions: boolean;
|
|
23452
|
+
comparingKey: string;
|
|
23453
|
+
minCharsToStart: number;
|
|
23454
|
+
searchQuery: string;
|
|
23455
|
+
loadMoreFn: () => Promise<any[]>;
|
|
23456
|
+
fetchDataDebounceTime: number;
|
|
23457
|
+
autoFocusSearch: boolean;
|
|
23458
|
+
loadingOverride: boolean;
|
|
23459
|
+
}, {}, string> & {
|
|
23460
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
23461
|
+
created?: (() => void) | (() => void)[];
|
|
23462
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
23463
|
+
mounted?: (() => void) | (() => void)[];
|
|
23464
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
23465
|
+
updated?: (() => void) | (() => void)[];
|
|
23466
|
+
activated?: (() => void) | (() => void)[];
|
|
23467
|
+
deactivated?: (() => void) | (() => void)[];
|
|
23468
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
23469
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
23470
|
+
destroyed?: (() => void) | (() => void)[];
|
|
23471
|
+
unmounted?: (() => void) | (() => void)[];
|
|
23472
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23473
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23474
|
+
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)[];
|
|
23475
|
+
};
|
|
23476
|
+
$forceUpdate: () => void;
|
|
23477
|
+
$nextTick: typeof import("vue").nextTick;
|
|
23478
|
+
$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;
|
|
23479
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
23480
|
+
label: {
|
|
23481
|
+
type: import("vue").PropType<string>;
|
|
23482
|
+
required: true;
|
|
23483
|
+
default: string;
|
|
23484
|
+
};
|
|
23485
|
+
testId: {
|
|
23486
|
+
type: import("vue").PropType<string>;
|
|
23487
|
+
default: string;
|
|
23488
|
+
};
|
|
23489
|
+
isOpen: {
|
|
23490
|
+
type: import("vue").PropType<boolean>;
|
|
23491
|
+
default: boolean;
|
|
23492
|
+
};
|
|
23493
|
+
infiniteLoading: {
|
|
23494
|
+
type: import("vue").PropType<boolean>;
|
|
23495
|
+
default: boolean;
|
|
23496
|
+
};
|
|
23497
|
+
triggerShownValuesCount: {
|
|
23498
|
+
type: import("vue").PropType<number>;
|
|
23499
|
+
default: number;
|
|
23500
|
+
};
|
|
23501
|
+
optionNameKey: {
|
|
23502
|
+
type: import("vue").PropType<string>;
|
|
23503
|
+
required: true;
|
|
23504
|
+
default: string;
|
|
23505
|
+
};
|
|
23506
|
+
optionIconKey: {
|
|
23507
|
+
type: import("vue").PropType<string>;
|
|
23508
|
+
default: string;
|
|
23509
|
+
};
|
|
23510
|
+
optionImageKey: {
|
|
23511
|
+
type: import("vue").PropType<string>;
|
|
23512
|
+
default: string;
|
|
23513
|
+
};
|
|
23514
|
+
optionIconType: {
|
|
23515
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
23516
|
+
default: any;
|
|
23517
|
+
};
|
|
23518
|
+
optionFlagKey: {
|
|
23519
|
+
type: import("vue").PropType<string>;
|
|
23520
|
+
default: string;
|
|
23521
|
+
};
|
|
23522
|
+
groupedOptions: {
|
|
23523
|
+
type: import("vue").PropType<boolean>;
|
|
23524
|
+
default: boolean;
|
|
23525
|
+
};
|
|
23526
|
+
comparingKey: {
|
|
23527
|
+
type: import("vue").PropType<string>;
|
|
23528
|
+
required: true;
|
|
23529
|
+
default: string;
|
|
23530
|
+
};
|
|
23531
|
+
conditionalOptions: {
|
|
23532
|
+
type: import("vue").PropType<{
|
|
23533
|
+
label: string;
|
|
23534
|
+
value: string;
|
|
23535
|
+
multi: boolean;
|
|
23536
|
+
}[]>;
|
|
23537
|
+
required: true;
|
|
23538
|
+
};
|
|
23539
|
+
selectedCondition: {
|
|
23540
|
+
type: import("vue").PropType<{
|
|
23541
|
+
label: string;
|
|
23542
|
+
value: string;
|
|
23543
|
+
multi: boolean;
|
|
23544
|
+
}>;
|
|
23545
|
+
required: true;
|
|
23546
|
+
};
|
|
23547
|
+
appliedSelections: {
|
|
23548
|
+
type: import("vue").PropType<unknown>;
|
|
23549
|
+
required: true;
|
|
23550
|
+
};
|
|
23551
|
+
fetchFnCallback: {
|
|
23552
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
23553
|
+
required: true;
|
|
23554
|
+
};
|
|
23555
|
+
minCharsToStart: {
|
|
23556
|
+
type: import("vue").PropType<number>;
|
|
23557
|
+
default: number;
|
|
23558
|
+
};
|
|
23559
|
+
searchQuery: {
|
|
23560
|
+
type: import("vue").PropType<string>;
|
|
23561
|
+
default: string;
|
|
23562
|
+
};
|
|
23563
|
+
loadMoreFn: {
|
|
23564
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
23565
|
+
default: any;
|
|
23566
|
+
};
|
|
23567
|
+
fetchDataDebounceTime: {
|
|
23568
|
+
type: import("vue").PropType<number>;
|
|
23569
|
+
default: number;
|
|
23570
|
+
};
|
|
23571
|
+
autoFocusSearch: {
|
|
23572
|
+
type: import("vue").PropType<boolean>;
|
|
23573
|
+
default: boolean;
|
|
23574
|
+
};
|
|
23575
|
+
loadingOverride: {
|
|
23576
|
+
type: import("vue").PropType<boolean>;
|
|
23577
|
+
default: boolean;
|
|
23578
|
+
};
|
|
23579
|
+
}>> & {
|
|
23580
|
+
onClear?: () => any;
|
|
23581
|
+
onClosed?: () => any;
|
|
23582
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
23583
|
+
label: string;
|
|
23584
|
+
value: string;
|
|
23585
|
+
multi: boolean;
|
|
23586
|
+
}) => any;
|
|
23587
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
23588
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23589
|
+
__isFragment?: never;
|
|
23590
|
+
__isTeleport?: never;
|
|
23591
|
+
__isSuspense?: never;
|
|
23592
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
22874
23593
|
label: {
|
|
22875
23594
|
type: import("vue").PropType<string>;
|
|
22876
23595
|
required: true;
|
|
@@ -22888,6 +23607,10 @@ declare const _default: {
|
|
|
22888
23607
|
type: import("vue").PropType<boolean>;
|
|
22889
23608
|
default: boolean;
|
|
22890
23609
|
};
|
|
23610
|
+
triggerShownValuesCount: {
|
|
23611
|
+
type: import("vue").PropType<number>;
|
|
23612
|
+
default: number;
|
|
23613
|
+
};
|
|
22891
23614
|
optionNameKey: {
|
|
22892
23615
|
type: import("vue").PropType<string>;
|
|
22893
23616
|
required: true;
|
|
@@ -22975,11 +23698,21 @@ declare const _default: {
|
|
|
22975
23698
|
multi: boolean;
|
|
22976
23699
|
}) => any;
|
|
22977
23700
|
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
22978
|
-
}, {
|
|
23701
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23702
|
+
"update:selectedCondition": (value: {
|
|
23703
|
+
label: string;
|
|
23704
|
+
value: string;
|
|
23705
|
+
multi: boolean;
|
|
23706
|
+
}) => void;
|
|
23707
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
23708
|
+
clear: () => void;
|
|
23709
|
+
closed: () => void;
|
|
23710
|
+
}, string, {
|
|
22979
23711
|
label: string;
|
|
22980
23712
|
testId: string;
|
|
22981
23713
|
isOpen: boolean;
|
|
22982
23714
|
infiniteLoading: boolean;
|
|
23715
|
+
triggerShownValuesCount: number;
|
|
22983
23716
|
optionNameKey: string;
|
|
22984
23717
|
optionIconKey: string;
|
|
22985
23718
|
optionImageKey: string;
|
|
@@ -22993,13 +23726,20 @@ declare const _default: {
|
|
|
22993
23726
|
fetchDataDebounceTime: number;
|
|
22994
23727
|
autoFocusSearch: boolean;
|
|
22995
23728
|
loadingOverride: boolean;
|
|
22996
|
-
}>)
|
|
23729
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
23730
|
+
$slots: {
|
|
23731
|
+
"option-end"?(_: {
|
|
23732
|
+
option: any;
|
|
23733
|
+
}): any;
|
|
23734
|
+
};
|
|
23735
|
+
})))[];
|
|
22997
23736
|
Option: {
|
|
22998
23737
|
new (...args: any[]): {
|
|
22999
23738
|
$: import("vue").ComponentInternalInstance;
|
|
23000
23739
|
$data: {};
|
|
23001
23740
|
$props: Partial<{
|
|
23002
23741
|
option: any;
|
|
23742
|
+
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
23003
23743
|
disabled: boolean;
|
|
23004
23744
|
active: boolean;
|
|
23005
23745
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -23012,20 +23752,25 @@ declare const _default: {
|
|
|
23012
23752
|
nameKey: string;
|
|
23013
23753
|
imageKey: string;
|
|
23014
23754
|
iconKey: string;
|
|
23755
|
+
warningKey: string;
|
|
23015
23756
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
23016
23757
|
endIconKey: string;
|
|
23017
23758
|
endTextIconKey: string;
|
|
23018
|
-
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
23019
23759
|
treeMainOption: boolean;
|
|
23020
23760
|
treeMainOptionExpanded: boolean;
|
|
23021
23761
|
stopOptionClickEventPropagation: boolean;
|
|
23022
23762
|
treeChildShown: boolean;
|
|
23023
23763
|
isMulti: boolean;
|
|
23764
|
+
minMaxSelectionTooltipMessage: string;
|
|
23024
23765
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23025
23766
|
option: {
|
|
23026
23767
|
type: import("vue").PropType<unknown>;
|
|
23027
23768
|
default: any;
|
|
23028
23769
|
};
|
|
23770
|
+
tooltipPlacement: {
|
|
23771
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
23772
|
+
default: string;
|
|
23773
|
+
};
|
|
23029
23774
|
disabled: {
|
|
23030
23775
|
type: import("vue").PropType<boolean>;
|
|
23031
23776
|
default: boolean;
|
|
@@ -23074,6 +23819,10 @@ declare const _default: {
|
|
|
23074
23819
|
type: import("vue").PropType<string>;
|
|
23075
23820
|
default: any;
|
|
23076
23821
|
};
|
|
23822
|
+
warningKey: {
|
|
23823
|
+
type: import("vue").PropType<string>;
|
|
23824
|
+
default: any;
|
|
23825
|
+
};
|
|
23077
23826
|
iconType: {
|
|
23078
23827
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
23079
23828
|
default: string;
|
|
@@ -23086,10 +23835,6 @@ declare const _default: {
|
|
|
23086
23835
|
type: import("vue").PropType<string>;
|
|
23087
23836
|
default: any;
|
|
23088
23837
|
};
|
|
23089
|
-
toolTipPlacement: {
|
|
23090
|
-
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
23091
|
-
default: string;
|
|
23092
|
-
};
|
|
23093
23838
|
treeMainOption: {
|
|
23094
23839
|
type: import("vue").PropType<boolean>;
|
|
23095
23840
|
default: boolean;
|
|
@@ -23110,12 +23855,16 @@ declare const _default: {
|
|
|
23110
23855
|
type: import("vue").PropType<boolean>;
|
|
23111
23856
|
default: boolean;
|
|
23112
23857
|
};
|
|
23858
|
+
minMaxSelectionTooltipMessage: {
|
|
23859
|
+
type: import("vue").PropType<string>;
|
|
23860
|
+
default: any;
|
|
23861
|
+
};
|
|
23113
23862
|
selectedProp: {
|
|
23114
23863
|
type: import("vue").PropType<boolean>;
|
|
23115
23864
|
};
|
|
23116
23865
|
}>> & {
|
|
23117
23866
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
23118
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "
|
|
23867
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "tooltipPlacement" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "warningKey" | "iconType" | "endIconKey" | "endTextIconKey" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti" | "minMaxSelectionTooltipMessage">;
|
|
23119
23868
|
$attrs: {
|
|
23120
23869
|
[x: string]: unknown;
|
|
23121
23870
|
};
|
|
@@ -23134,6 +23883,10 @@ declare const _default: {
|
|
|
23134
23883
|
type: import("vue").PropType<unknown>;
|
|
23135
23884
|
default: any;
|
|
23136
23885
|
};
|
|
23886
|
+
tooltipPlacement: {
|
|
23887
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
23888
|
+
default: string;
|
|
23889
|
+
};
|
|
23137
23890
|
disabled: {
|
|
23138
23891
|
type: import("vue").PropType<boolean>;
|
|
23139
23892
|
default: boolean;
|
|
@@ -23182,6 +23935,10 @@ declare const _default: {
|
|
|
23182
23935
|
type: import("vue").PropType<string>;
|
|
23183
23936
|
default: any;
|
|
23184
23937
|
};
|
|
23938
|
+
warningKey: {
|
|
23939
|
+
type: import("vue").PropType<string>;
|
|
23940
|
+
default: any;
|
|
23941
|
+
};
|
|
23185
23942
|
iconType: {
|
|
23186
23943
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
23187
23944
|
default: string;
|
|
@@ -23194,10 +23951,6 @@ declare const _default: {
|
|
|
23194
23951
|
type: import("vue").PropType<string>;
|
|
23195
23952
|
default: any;
|
|
23196
23953
|
};
|
|
23197
|
-
toolTipPlacement: {
|
|
23198
|
-
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
23199
|
-
default: string;
|
|
23200
|
-
};
|
|
23201
23954
|
treeMainOption: {
|
|
23202
23955
|
type: import("vue").PropType<boolean>;
|
|
23203
23956
|
default: boolean;
|
|
@@ -23218,6 +23971,10 @@ declare const _default: {
|
|
|
23218
23971
|
type: import("vue").PropType<boolean>;
|
|
23219
23972
|
default: boolean;
|
|
23220
23973
|
};
|
|
23974
|
+
minMaxSelectionTooltipMessage: {
|
|
23975
|
+
type: import("vue").PropType<string>;
|
|
23976
|
+
default: any;
|
|
23977
|
+
};
|
|
23221
23978
|
selectedProp: {
|
|
23222
23979
|
type: import("vue").PropType<boolean>;
|
|
23223
23980
|
};
|
|
@@ -23227,6 +23984,7 @@ declare const _default: {
|
|
|
23227
23984
|
toggleTreeCollapse: (option: unknown) => void;
|
|
23228
23985
|
}, string, {
|
|
23229
23986
|
option: any;
|
|
23987
|
+
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
23230
23988
|
disabled: boolean;
|
|
23231
23989
|
active: boolean;
|
|
23232
23990
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -23239,15 +23997,16 @@ declare const _default: {
|
|
|
23239
23997
|
nameKey: string;
|
|
23240
23998
|
imageKey: string;
|
|
23241
23999
|
iconKey: string;
|
|
24000
|
+
warningKey: string;
|
|
23242
24001
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
23243
24002
|
endIconKey: string;
|
|
23244
24003
|
endTextIconKey: string;
|
|
23245
|
-
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
23246
24004
|
treeMainOption: boolean;
|
|
23247
24005
|
treeMainOptionExpanded: boolean;
|
|
23248
24006
|
stopOptionClickEventPropagation: boolean;
|
|
23249
24007
|
treeChildShown: boolean;
|
|
23250
24008
|
isMulti: boolean;
|
|
24009
|
+
minMaxSelectionTooltipMessage: string;
|
|
23251
24010
|
}, {}, string> & {
|
|
23252
24011
|
beforeCreate?: (() => void) | (() => void)[];
|
|
23253
24012
|
created?: (() => void) | (() => void)[];
|
|
@@ -23273,6 +24032,10 @@ declare const _default: {
|
|
|
23273
24032
|
type: import("vue").PropType<unknown>;
|
|
23274
24033
|
default: any;
|
|
23275
24034
|
};
|
|
24035
|
+
tooltipPlacement: {
|
|
24036
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
24037
|
+
default: string;
|
|
24038
|
+
};
|
|
23276
24039
|
disabled: {
|
|
23277
24040
|
type: import("vue").PropType<boolean>;
|
|
23278
24041
|
default: boolean;
|
|
@@ -23321,6 +24084,10 @@ declare const _default: {
|
|
|
23321
24084
|
type: import("vue").PropType<string>;
|
|
23322
24085
|
default: any;
|
|
23323
24086
|
};
|
|
24087
|
+
warningKey: {
|
|
24088
|
+
type: import("vue").PropType<string>;
|
|
24089
|
+
default: any;
|
|
24090
|
+
};
|
|
23324
24091
|
iconType: {
|
|
23325
24092
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
23326
24093
|
default: string;
|
|
@@ -23333,10 +24100,6 @@ declare const _default: {
|
|
|
23333
24100
|
type: import("vue").PropType<string>;
|
|
23334
24101
|
default: any;
|
|
23335
24102
|
};
|
|
23336
|
-
toolTipPlacement: {
|
|
23337
|
-
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
23338
|
-
default: string;
|
|
23339
|
-
};
|
|
23340
24103
|
treeMainOption: {
|
|
23341
24104
|
type: import("vue").PropType<boolean>;
|
|
23342
24105
|
default: boolean;
|
|
@@ -23357,6 +24120,10 @@ declare const _default: {
|
|
|
23357
24120
|
type: import("vue").PropType<boolean>;
|
|
23358
24121
|
default: boolean;
|
|
23359
24122
|
};
|
|
24123
|
+
minMaxSelectionTooltipMessage: {
|
|
24124
|
+
type: import("vue").PropType<string>;
|
|
24125
|
+
default: any;
|
|
24126
|
+
};
|
|
23360
24127
|
selectedProp: {
|
|
23361
24128
|
type: import("vue").PropType<boolean>;
|
|
23362
24129
|
};
|
|
@@ -23371,6 +24138,10 @@ declare const _default: {
|
|
|
23371
24138
|
type: import("vue").PropType<unknown>;
|
|
23372
24139
|
default: any;
|
|
23373
24140
|
};
|
|
24141
|
+
tooltipPlacement: {
|
|
24142
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
24143
|
+
default: string;
|
|
24144
|
+
};
|
|
23374
24145
|
disabled: {
|
|
23375
24146
|
type: import("vue").PropType<boolean>;
|
|
23376
24147
|
default: boolean;
|
|
@@ -23419,6 +24190,10 @@ declare const _default: {
|
|
|
23419
24190
|
type: import("vue").PropType<string>;
|
|
23420
24191
|
default: any;
|
|
23421
24192
|
};
|
|
24193
|
+
warningKey: {
|
|
24194
|
+
type: import("vue").PropType<string>;
|
|
24195
|
+
default: any;
|
|
24196
|
+
};
|
|
23422
24197
|
iconType: {
|
|
23423
24198
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
23424
24199
|
default: string;
|
|
@@ -23431,10 +24206,6 @@ declare const _default: {
|
|
|
23431
24206
|
type: import("vue").PropType<string>;
|
|
23432
24207
|
default: any;
|
|
23433
24208
|
};
|
|
23434
|
-
toolTipPlacement: {
|
|
23435
|
-
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
23436
|
-
default: string;
|
|
23437
|
-
};
|
|
23438
24209
|
treeMainOption: {
|
|
23439
24210
|
type: import("vue").PropType<boolean>;
|
|
23440
24211
|
default: boolean;
|
|
@@ -23455,6 +24226,10 @@ declare const _default: {
|
|
|
23455
24226
|
type: import("vue").PropType<boolean>;
|
|
23456
24227
|
default: boolean;
|
|
23457
24228
|
};
|
|
24229
|
+
minMaxSelectionTooltipMessage: {
|
|
24230
|
+
type: import("vue").PropType<string>;
|
|
24231
|
+
default: any;
|
|
24232
|
+
};
|
|
23458
24233
|
selectedProp: {
|
|
23459
24234
|
type: import("vue").PropType<boolean>;
|
|
23460
24235
|
};
|
|
@@ -23464,6 +24239,7 @@ declare const _default: {
|
|
|
23464
24239
|
toggleTreeCollapse: (option: unknown) => void;
|
|
23465
24240
|
}, string, {
|
|
23466
24241
|
option: any;
|
|
24242
|
+
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
23467
24243
|
disabled: boolean;
|
|
23468
24244
|
active: boolean;
|
|
23469
24245
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -23476,15 +24252,16 @@ declare const _default: {
|
|
|
23476
24252
|
nameKey: string;
|
|
23477
24253
|
imageKey: string;
|
|
23478
24254
|
iconKey: string;
|
|
24255
|
+
warningKey: string;
|
|
23479
24256
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
23480
24257
|
endIconKey: string;
|
|
23481
24258
|
endTextIconKey: string;
|
|
23482
|
-
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
23483
24259
|
treeMainOption: boolean;
|
|
23484
24260
|
treeMainOptionExpanded: boolean;
|
|
23485
24261
|
stopOptionClickEventPropagation: boolean;
|
|
23486
24262
|
treeChildShown: boolean;
|
|
23487
24263
|
isMulti: boolean;
|
|
24264
|
+
minMaxSelectionTooltipMessage: string;
|
|
23488
24265
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
23489
24266
|
$slots: {
|
|
23490
24267
|
image?(_: {}): any;
|
|
@@ -23492,6 +24269,9 @@ declare const _default: {
|
|
|
23492
24269
|
"icon-start"?(_: {}): any;
|
|
23493
24270
|
default?(_: {}): any;
|
|
23494
24271
|
"icon-end"?(_: {}): any;
|
|
24272
|
+
"option-end"?(_: {
|
|
24273
|
+
option: any;
|
|
24274
|
+
}): any;
|
|
23495
24275
|
};
|
|
23496
24276
|
});
|
|
23497
24277
|
TreeDropdown: {
|
|
@@ -23502,8 +24282,8 @@ declare const _default: {
|
|
|
23502
24282
|
testId: string;
|
|
23503
24283
|
disabled: boolean;
|
|
23504
24284
|
size: "small" | "medium" | "large";
|
|
23505
|
-
selected: unknown[];
|
|
23506
24285
|
valueToCopy: string;
|
|
24286
|
+
selected: unknown[];
|
|
23507
24287
|
placeholder: string;
|
|
23508
24288
|
inlineSearchPlaceholder: string;
|
|
23509
24289
|
optionNameKey: string;
|
|
@@ -23530,14 +24310,14 @@ declare const _default: {
|
|
|
23530
24310
|
isOpen: {
|
|
23531
24311
|
type: import("vue").PropType<boolean>;
|
|
23532
24312
|
};
|
|
23533
|
-
selected: {
|
|
23534
|
-
type: import("vue").PropType<unknown[]>;
|
|
23535
|
-
default: any;
|
|
23536
|
-
};
|
|
23537
24313
|
valueToCopy: {
|
|
23538
24314
|
type: import("vue").PropType<string>;
|
|
23539
24315
|
default: any;
|
|
23540
24316
|
};
|
|
24317
|
+
selected: {
|
|
24318
|
+
type: import("vue").PropType<unknown[]>;
|
|
24319
|
+
default: any;
|
|
24320
|
+
};
|
|
23541
24321
|
options: {
|
|
23542
24322
|
type: import("vue").PropType<unknown[]>;
|
|
23543
24323
|
required: true;
|
|
@@ -23601,7 +24381,7 @@ declare const _default: {
|
|
|
23601
24381
|
}>> & {
|
|
23602
24382
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
23603
24383
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
23604
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "
|
|
24384
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
23605
24385
|
$attrs: {
|
|
23606
24386
|
[x: string]: unknown;
|
|
23607
24387
|
};
|
|
@@ -23631,14 +24411,14 @@ declare const _default: {
|
|
|
23631
24411
|
isOpen: {
|
|
23632
24412
|
type: import("vue").PropType<boolean>;
|
|
23633
24413
|
};
|
|
23634
|
-
selected: {
|
|
23635
|
-
type: import("vue").PropType<unknown[]>;
|
|
23636
|
-
default: any;
|
|
23637
|
-
};
|
|
23638
24414
|
valueToCopy: {
|
|
23639
24415
|
type: import("vue").PropType<string>;
|
|
23640
24416
|
default: any;
|
|
23641
24417
|
};
|
|
24418
|
+
selected: {
|
|
24419
|
+
type: import("vue").PropType<unknown[]>;
|
|
24420
|
+
default: any;
|
|
24421
|
+
};
|
|
23642
24422
|
options: {
|
|
23643
24423
|
type: import("vue").PropType<unknown[]>;
|
|
23644
24424
|
required: true;
|
|
@@ -23709,8 +24489,8 @@ declare const _default: {
|
|
|
23709
24489
|
testId: string;
|
|
23710
24490
|
disabled: boolean;
|
|
23711
24491
|
size: "small" | "medium" | "large";
|
|
23712
|
-
selected: unknown[];
|
|
23713
24492
|
valueToCopy: string;
|
|
24493
|
+
selected: unknown[];
|
|
23714
24494
|
placeholder: string;
|
|
23715
24495
|
inlineSearchPlaceholder: string;
|
|
23716
24496
|
optionNameKey: string;
|
|
@@ -23757,14 +24537,14 @@ declare const _default: {
|
|
|
23757
24537
|
isOpen: {
|
|
23758
24538
|
type: import("vue").PropType<boolean>;
|
|
23759
24539
|
};
|
|
23760
|
-
selected: {
|
|
23761
|
-
type: import("vue").PropType<unknown[]>;
|
|
23762
|
-
default: any;
|
|
23763
|
-
};
|
|
23764
24540
|
valueToCopy: {
|
|
23765
24541
|
type: import("vue").PropType<string>;
|
|
23766
24542
|
default: any;
|
|
23767
24543
|
};
|
|
24544
|
+
selected: {
|
|
24545
|
+
type: import("vue").PropType<unknown[]>;
|
|
24546
|
+
default: any;
|
|
24547
|
+
};
|
|
23768
24548
|
options: {
|
|
23769
24549
|
type: import("vue").PropType<unknown[]>;
|
|
23770
24550
|
required: true;
|
|
@@ -23848,14 +24628,14 @@ declare const _default: {
|
|
|
23848
24628
|
isOpen: {
|
|
23849
24629
|
type: import("vue").PropType<boolean>;
|
|
23850
24630
|
};
|
|
23851
|
-
selected: {
|
|
23852
|
-
type: import("vue").PropType<unknown[]>;
|
|
23853
|
-
default: any;
|
|
23854
|
-
};
|
|
23855
24631
|
valueToCopy: {
|
|
23856
24632
|
type: import("vue").PropType<string>;
|
|
23857
24633
|
default: any;
|
|
23858
24634
|
};
|
|
24635
|
+
selected: {
|
|
24636
|
+
type: import("vue").PropType<unknown[]>;
|
|
24637
|
+
default: any;
|
|
24638
|
+
};
|
|
23859
24639
|
options: {
|
|
23860
24640
|
type: import("vue").PropType<unknown[]>;
|
|
23861
24641
|
required: true;
|
|
@@ -23926,8 +24706,8 @@ declare const _default: {
|
|
|
23926
24706
|
testId: string;
|
|
23927
24707
|
disabled: boolean;
|
|
23928
24708
|
size: "small" | "medium" | "large";
|
|
23929
|
-
selected: unknown[];
|
|
23930
24709
|
valueToCopy: string;
|
|
24710
|
+
selected: unknown[];
|
|
23931
24711
|
placeholder: string;
|
|
23932
24712
|
inlineSearchPlaceholder: string;
|
|
23933
24713
|
optionNameKey: string;
|
|
@@ -23943,112 +24723,427 @@ declare const _default: {
|
|
|
23943
24723
|
"trigger-end-icon"?(_: {}): any;
|
|
23944
24724
|
};
|
|
23945
24725
|
});
|
|
23946
|
-
ConditionalDropdown:
|
|
23947
|
-
|
|
23948
|
-
|
|
23949
|
-
|
|
23950
|
-
|
|
23951
|
-
|
|
23952
|
-
|
|
23953
|
-
|
|
23954
|
-
|
|
23955
|
-
|
|
23956
|
-
|
|
23957
|
-
|
|
23958
|
-
|
|
23959
|
-
|
|
23960
|
-
|
|
23961
|
-
|
|
23962
|
-
|
|
23963
|
-
|
|
23964
|
-
|
|
23965
|
-
|
|
23966
|
-
|
|
23967
|
-
|
|
23968
|
-
|
|
23969
|
-
|
|
23970
|
-
|
|
23971
|
-
|
|
23972
|
-
|
|
23973
|
-
|
|
23974
|
-
|
|
23975
|
-
|
|
23976
|
-
|
|
23977
|
-
|
|
23978
|
-
|
|
23979
|
-
|
|
23980
|
-
|
|
23981
|
-
|
|
23982
|
-
|
|
23983
|
-
|
|
23984
|
-
|
|
23985
|
-
|
|
23986
|
-
|
|
23987
|
-
|
|
23988
|
-
|
|
23989
|
-
|
|
23990
|
-
|
|
23991
|
-
|
|
23992
|
-
|
|
23993
|
-
|
|
23994
|
-
|
|
23995
|
-
|
|
24726
|
+
ConditionalDropdown: {
|
|
24727
|
+
new (...args: any[]): {
|
|
24728
|
+
$: import("vue").ComponentInternalInstance;
|
|
24729
|
+
$data: {};
|
|
24730
|
+
$props: Partial<{
|
|
24731
|
+
label: string;
|
|
24732
|
+
testId: string;
|
|
24733
|
+
isOpen: boolean;
|
|
24734
|
+
infiniteLoading: boolean;
|
|
24735
|
+
triggerShownValuesCount: number;
|
|
24736
|
+
optionNameKey: string;
|
|
24737
|
+
optionIconKey: string;
|
|
24738
|
+
optionImageKey: string;
|
|
24739
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
24740
|
+
optionFlagKey: string;
|
|
24741
|
+
groupedOptions: boolean;
|
|
24742
|
+
comparingKey: string;
|
|
24743
|
+
minCharsToStart: number;
|
|
24744
|
+
searchQuery: string;
|
|
24745
|
+
loadMoreFn: () => Promise<any[]>;
|
|
24746
|
+
fetchDataDebounceTime: number;
|
|
24747
|
+
autoFocusSearch: boolean;
|
|
24748
|
+
loadingOverride: boolean;
|
|
24749
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
24750
|
+
label: {
|
|
24751
|
+
type: import("vue").PropType<string>;
|
|
24752
|
+
required: true;
|
|
24753
|
+
default: string;
|
|
24754
|
+
};
|
|
24755
|
+
testId: {
|
|
24756
|
+
type: import("vue").PropType<string>;
|
|
24757
|
+
default: string;
|
|
24758
|
+
};
|
|
24759
|
+
isOpen: {
|
|
24760
|
+
type: import("vue").PropType<boolean>;
|
|
24761
|
+
default: boolean;
|
|
24762
|
+
};
|
|
24763
|
+
infiniteLoading: {
|
|
24764
|
+
type: import("vue").PropType<boolean>;
|
|
24765
|
+
default: boolean;
|
|
24766
|
+
};
|
|
24767
|
+
triggerShownValuesCount: {
|
|
24768
|
+
type: import("vue").PropType<number>;
|
|
24769
|
+
default: number;
|
|
24770
|
+
};
|
|
24771
|
+
optionNameKey: {
|
|
24772
|
+
type: import("vue").PropType<string>;
|
|
24773
|
+
required: true;
|
|
24774
|
+
default: string;
|
|
24775
|
+
};
|
|
24776
|
+
optionIconKey: {
|
|
24777
|
+
type: import("vue").PropType<string>;
|
|
24778
|
+
default: string;
|
|
24779
|
+
};
|
|
24780
|
+
optionImageKey: {
|
|
24781
|
+
type: import("vue").PropType<string>;
|
|
24782
|
+
default: string;
|
|
24783
|
+
};
|
|
24784
|
+
optionIconType: {
|
|
24785
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
24786
|
+
default: any;
|
|
24787
|
+
};
|
|
24788
|
+
optionFlagKey: {
|
|
24789
|
+
type: import("vue").PropType<string>;
|
|
24790
|
+
default: string;
|
|
24791
|
+
};
|
|
24792
|
+
groupedOptions: {
|
|
24793
|
+
type: import("vue").PropType<boolean>;
|
|
24794
|
+
default: boolean;
|
|
24795
|
+
};
|
|
24796
|
+
comparingKey: {
|
|
24797
|
+
type: import("vue").PropType<string>;
|
|
24798
|
+
required: true;
|
|
24799
|
+
default: string;
|
|
24800
|
+
};
|
|
24801
|
+
conditionalOptions: {
|
|
24802
|
+
type: import("vue").PropType<{
|
|
24803
|
+
label: string;
|
|
24804
|
+
value: string;
|
|
24805
|
+
multi: boolean;
|
|
24806
|
+
}[]>;
|
|
24807
|
+
required: true;
|
|
24808
|
+
};
|
|
24809
|
+
selectedCondition: {
|
|
24810
|
+
type: import("vue").PropType<{
|
|
24811
|
+
label: string;
|
|
24812
|
+
value: string;
|
|
24813
|
+
multi: boolean;
|
|
24814
|
+
}>;
|
|
24815
|
+
required: true;
|
|
24816
|
+
};
|
|
24817
|
+
appliedSelections: {
|
|
24818
|
+
type: import("vue").PropType<unknown>;
|
|
24819
|
+
required: true;
|
|
24820
|
+
};
|
|
24821
|
+
fetchFnCallback: {
|
|
24822
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
24823
|
+
required: true;
|
|
24824
|
+
};
|
|
24825
|
+
minCharsToStart: {
|
|
24826
|
+
type: import("vue").PropType<number>;
|
|
24827
|
+
default: number;
|
|
24828
|
+
};
|
|
24829
|
+
searchQuery: {
|
|
24830
|
+
type: import("vue").PropType<string>;
|
|
24831
|
+
default: string;
|
|
24832
|
+
};
|
|
24833
|
+
loadMoreFn: {
|
|
24834
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
24835
|
+
default: any;
|
|
24836
|
+
};
|
|
24837
|
+
fetchDataDebounceTime: {
|
|
24838
|
+
type: import("vue").PropType<number>;
|
|
24839
|
+
default: number;
|
|
24840
|
+
};
|
|
24841
|
+
autoFocusSearch: {
|
|
24842
|
+
type: import("vue").PropType<boolean>;
|
|
24843
|
+
default: boolean;
|
|
24844
|
+
};
|
|
24845
|
+
loadingOverride: {
|
|
24846
|
+
type: import("vue").PropType<boolean>;
|
|
24847
|
+
default: boolean;
|
|
24848
|
+
};
|
|
24849
|
+
}>> & {
|
|
24850
|
+
onClear?: () => any;
|
|
24851
|
+
onClosed?: () => any;
|
|
24852
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
24853
|
+
label: string;
|
|
24854
|
+
value: string;
|
|
24855
|
+
multi: boolean;
|
|
24856
|
+
}) => any;
|
|
24857
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
24858
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "isOpen" | "infiniteLoading" | "triggerShownValuesCount" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "groupedOptions" | "comparingKey" | "minCharsToStart" | "searchQuery" | "loadMoreFn" | "fetchDataDebounceTime" | "autoFocusSearch" | "loadingOverride">;
|
|
24859
|
+
$attrs: {
|
|
24860
|
+
[x: string]: unknown;
|
|
24861
|
+
};
|
|
24862
|
+
$refs: {
|
|
24863
|
+
[x: string]: unknown;
|
|
24864
|
+
};
|
|
24865
|
+
$slots: Readonly<{
|
|
24866
|
+
[name: string]: import("vue").Slot;
|
|
24867
|
+
}>;
|
|
24868
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
24869
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
24870
|
+
$emit: ((event: "clear") => void) & ((event: "closed") => void) & ((event: "update:selectedCondition", value: {
|
|
24871
|
+
label: string;
|
|
24872
|
+
value: string;
|
|
24873
|
+
multi: boolean;
|
|
24874
|
+
}) => void) & ((event: "update:appliedSelections", value: unknown) => void);
|
|
24875
|
+
$el: any;
|
|
24876
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
24877
|
+
label: {
|
|
24878
|
+
type: import("vue").PropType<string>;
|
|
24879
|
+
required: true;
|
|
24880
|
+
default: string;
|
|
24881
|
+
};
|
|
24882
|
+
testId: {
|
|
24883
|
+
type: import("vue").PropType<string>;
|
|
24884
|
+
default: string;
|
|
24885
|
+
};
|
|
24886
|
+
isOpen: {
|
|
24887
|
+
type: import("vue").PropType<boolean>;
|
|
24888
|
+
default: boolean;
|
|
24889
|
+
};
|
|
24890
|
+
infiniteLoading: {
|
|
24891
|
+
type: import("vue").PropType<boolean>;
|
|
24892
|
+
default: boolean;
|
|
24893
|
+
};
|
|
24894
|
+
triggerShownValuesCount: {
|
|
24895
|
+
type: import("vue").PropType<number>;
|
|
24896
|
+
default: number;
|
|
24897
|
+
};
|
|
24898
|
+
optionNameKey: {
|
|
24899
|
+
type: import("vue").PropType<string>;
|
|
24900
|
+
required: true;
|
|
24901
|
+
default: string;
|
|
24902
|
+
};
|
|
24903
|
+
optionIconKey: {
|
|
24904
|
+
type: import("vue").PropType<string>;
|
|
24905
|
+
default: string;
|
|
24906
|
+
};
|
|
24907
|
+
optionImageKey: {
|
|
24908
|
+
type: import("vue").PropType<string>;
|
|
24909
|
+
default: string;
|
|
24910
|
+
};
|
|
24911
|
+
optionIconType: {
|
|
24912
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
24913
|
+
default: any;
|
|
24914
|
+
};
|
|
24915
|
+
optionFlagKey: {
|
|
24916
|
+
type: import("vue").PropType<string>;
|
|
24917
|
+
default: string;
|
|
24918
|
+
};
|
|
24919
|
+
groupedOptions: {
|
|
24920
|
+
type: import("vue").PropType<boolean>;
|
|
24921
|
+
default: boolean;
|
|
24922
|
+
};
|
|
24923
|
+
comparingKey: {
|
|
24924
|
+
type: import("vue").PropType<string>;
|
|
24925
|
+
required: true;
|
|
24926
|
+
default: string;
|
|
24927
|
+
};
|
|
24928
|
+
conditionalOptions: {
|
|
24929
|
+
type: import("vue").PropType<{
|
|
24930
|
+
label: string;
|
|
24931
|
+
value: string;
|
|
24932
|
+
multi: boolean;
|
|
24933
|
+
}[]>;
|
|
24934
|
+
required: true;
|
|
24935
|
+
};
|
|
24936
|
+
selectedCondition: {
|
|
24937
|
+
type: import("vue").PropType<{
|
|
24938
|
+
label: string;
|
|
24939
|
+
value: string;
|
|
24940
|
+
multi: boolean;
|
|
24941
|
+
}>;
|
|
24942
|
+
required: true;
|
|
24943
|
+
};
|
|
24944
|
+
appliedSelections: {
|
|
24945
|
+
type: import("vue").PropType<unknown>;
|
|
24946
|
+
required: true;
|
|
24947
|
+
};
|
|
24948
|
+
fetchFnCallback: {
|
|
24949
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
24950
|
+
required: true;
|
|
24951
|
+
};
|
|
24952
|
+
minCharsToStart: {
|
|
24953
|
+
type: import("vue").PropType<number>;
|
|
24954
|
+
default: number;
|
|
24955
|
+
};
|
|
24956
|
+
searchQuery: {
|
|
24957
|
+
type: import("vue").PropType<string>;
|
|
24958
|
+
default: string;
|
|
24959
|
+
};
|
|
24960
|
+
loadMoreFn: {
|
|
24961
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
24962
|
+
default: any;
|
|
24963
|
+
};
|
|
24964
|
+
fetchDataDebounceTime: {
|
|
24965
|
+
type: import("vue").PropType<number>;
|
|
24966
|
+
default: number;
|
|
24967
|
+
};
|
|
24968
|
+
autoFocusSearch: {
|
|
24969
|
+
type: import("vue").PropType<boolean>;
|
|
24970
|
+
default: boolean;
|
|
24971
|
+
};
|
|
24972
|
+
loadingOverride: {
|
|
24973
|
+
type: import("vue").PropType<boolean>;
|
|
24974
|
+
default: boolean;
|
|
24975
|
+
};
|
|
24976
|
+
}>> & {
|
|
24977
|
+
onClear?: () => any;
|
|
24978
|
+
onClosed?: () => any;
|
|
24979
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
24980
|
+
label: string;
|
|
24981
|
+
value: string;
|
|
24982
|
+
multi: boolean;
|
|
24983
|
+
}) => any;
|
|
24984
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
24985
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24986
|
+
"update:selectedCondition": (value: {
|
|
24987
|
+
label: string;
|
|
24988
|
+
value: string;
|
|
24989
|
+
multi: boolean;
|
|
24990
|
+
}) => void;
|
|
24991
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
24992
|
+
clear: () => void;
|
|
24993
|
+
closed: () => void;
|
|
24994
|
+
}, string, {
|
|
23996
24995
|
label: string;
|
|
23997
|
-
|
|
23998
|
-
|
|
23999
|
-
|
|
24000
|
-
|
|
24001
|
-
|
|
24002
|
-
|
|
24003
|
-
|
|
24996
|
+
testId: string;
|
|
24997
|
+
isOpen: boolean;
|
|
24998
|
+
infiniteLoading: boolean;
|
|
24999
|
+
triggerShownValuesCount: number;
|
|
25000
|
+
optionNameKey: string;
|
|
25001
|
+
optionIconKey: string;
|
|
25002
|
+
optionImageKey: string;
|
|
25003
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
25004
|
+
optionFlagKey: string;
|
|
25005
|
+
groupedOptions: boolean;
|
|
25006
|
+
comparingKey: string;
|
|
25007
|
+
minCharsToStart: number;
|
|
25008
|
+
searchQuery: string;
|
|
25009
|
+
loadMoreFn: () => Promise<any[]>;
|
|
25010
|
+
fetchDataDebounceTime: number;
|
|
25011
|
+
autoFocusSearch: boolean;
|
|
25012
|
+
loadingOverride: boolean;
|
|
25013
|
+
}, {}, string> & {
|
|
25014
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
25015
|
+
created?: (() => void) | (() => void)[];
|
|
25016
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
25017
|
+
mounted?: (() => void) | (() => void)[];
|
|
25018
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
25019
|
+
updated?: (() => void) | (() => void)[];
|
|
25020
|
+
activated?: (() => void) | (() => void)[];
|
|
25021
|
+
deactivated?: (() => void) | (() => void)[];
|
|
25022
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
25023
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
25024
|
+
destroyed?: (() => void) | (() => void)[];
|
|
25025
|
+
unmounted?: (() => void) | (() => void)[];
|
|
25026
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
25027
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
25028
|
+
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)[];
|
|
25029
|
+
};
|
|
25030
|
+
$forceUpdate: () => void;
|
|
25031
|
+
$nextTick: typeof import("vue").nextTick;
|
|
25032
|
+
$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;
|
|
25033
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
25034
|
+
label: {
|
|
25035
|
+
type: import("vue").PropType<string>;
|
|
25036
|
+
required: true;
|
|
25037
|
+
default: string;
|
|
25038
|
+
};
|
|
25039
|
+
testId: {
|
|
25040
|
+
type: import("vue").PropType<string>;
|
|
25041
|
+
default: string;
|
|
25042
|
+
};
|
|
25043
|
+
isOpen: {
|
|
25044
|
+
type: import("vue").PropType<boolean>;
|
|
25045
|
+
default: boolean;
|
|
25046
|
+
};
|
|
25047
|
+
infiniteLoading: {
|
|
25048
|
+
type: import("vue").PropType<boolean>;
|
|
25049
|
+
default: boolean;
|
|
25050
|
+
};
|
|
25051
|
+
triggerShownValuesCount: {
|
|
25052
|
+
type: import("vue").PropType<number>;
|
|
25053
|
+
default: number;
|
|
25054
|
+
};
|
|
25055
|
+
optionNameKey: {
|
|
25056
|
+
type: import("vue").PropType<string>;
|
|
25057
|
+
required: true;
|
|
25058
|
+
default: string;
|
|
25059
|
+
};
|
|
25060
|
+
optionIconKey: {
|
|
25061
|
+
type: import("vue").PropType<string>;
|
|
25062
|
+
default: string;
|
|
25063
|
+
};
|
|
25064
|
+
optionImageKey: {
|
|
25065
|
+
type: import("vue").PropType<string>;
|
|
25066
|
+
default: string;
|
|
25067
|
+
};
|
|
25068
|
+
optionIconType: {
|
|
25069
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
25070
|
+
default: any;
|
|
25071
|
+
};
|
|
25072
|
+
optionFlagKey: {
|
|
25073
|
+
type: import("vue").PropType<string>;
|
|
25074
|
+
default: string;
|
|
25075
|
+
};
|
|
25076
|
+
groupedOptions: {
|
|
25077
|
+
type: import("vue").PropType<boolean>;
|
|
25078
|
+
default: boolean;
|
|
25079
|
+
};
|
|
25080
|
+
comparingKey: {
|
|
25081
|
+
type: import("vue").PropType<string>;
|
|
25082
|
+
required: true;
|
|
25083
|
+
default: string;
|
|
25084
|
+
};
|
|
25085
|
+
conditionalOptions: {
|
|
25086
|
+
type: import("vue").PropType<{
|
|
25087
|
+
label: string;
|
|
25088
|
+
value: string;
|
|
25089
|
+
multi: boolean;
|
|
25090
|
+
}[]>;
|
|
25091
|
+
required: true;
|
|
25092
|
+
};
|
|
25093
|
+
selectedCondition: {
|
|
25094
|
+
type: import("vue").PropType<{
|
|
25095
|
+
label: string;
|
|
25096
|
+
value: string;
|
|
25097
|
+
multi: boolean;
|
|
25098
|
+
}>;
|
|
25099
|
+
required: true;
|
|
25100
|
+
};
|
|
25101
|
+
appliedSelections: {
|
|
25102
|
+
type: import("vue").PropType<unknown>;
|
|
25103
|
+
required: true;
|
|
25104
|
+
};
|
|
25105
|
+
fetchFnCallback: {
|
|
25106
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
25107
|
+
required: true;
|
|
25108
|
+
};
|
|
25109
|
+
minCharsToStart: {
|
|
25110
|
+
type: import("vue").PropType<number>;
|
|
25111
|
+
default: number;
|
|
25112
|
+
};
|
|
25113
|
+
searchQuery: {
|
|
25114
|
+
type: import("vue").PropType<string>;
|
|
25115
|
+
default: string;
|
|
25116
|
+
};
|
|
25117
|
+
loadMoreFn: {
|
|
25118
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
25119
|
+
default: any;
|
|
25120
|
+
};
|
|
25121
|
+
fetchDataDebounceTime: {
|
|
25122
|
+
type: import("vue").PropType<number>;
|
|
25123
|
+
default: number;
|
|
25124
|
+
};
|
|
25125
|
+
autoFocusSearch: {
|
|
25126
|
+
type: import("vue").PropType<boolean>;
|
|
25127
|
+
default: boolean;
|
|
25128
|
+
};
|
|
25129
|
+
loadingOverride: {
|
|
25130
|
+
type: import("vue").PropType<boolean>;
|
|
25131
|
+
default: boolean;
|
|
25132
|
+
};
|
|
25133
|
+
}>> & {
|
|
25134
|
+
onClear?: () => any;
|
|
25135
|
+
onClosed?: () => any;
|
|
25136
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
24004
25137
|
label: string;
|
|
24005
25138
|
value: string;
|
|
24006
25139
|
multi: boolean;
|
|
24007
|
-
}
|
|
24008
|
-
|
|
24009
|
-
};
|
|
24010
|
-
|
|
24011
|
-
|
|
24012
|
-
|
|
24013
|
-
|
|
24014
|
-
fetchFnCallback: {
|
|
24015
|
-
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
24016
|
-
required: true;
|
|
24017
|
-
};
|
|
24018
|
-
minCharsToStart: {
|
|
24019
|
-
type: import("vue").PropType<number>;
|
|
24020
|
-
default: number;
|
|
24021
|
-
};
|
|
24022
|
-
searchQuery: {
|
|
24023
|
-
type: import("vue").PropType<string>;
|
|
24024
|
-
default: string;
|
|
24025
|
-
};
|
|
24026
|
-
loadMoreFn: {
|
|
24027
|
-
type: import("vue").PropType<() => Promise<any[]>>;
|
|
24028
|
-
default: any;
|
|
24029
|
-
};
|
|
24030
|
-
fetchDataDebounceTime: {
|
|
24031
|
-
type: import("vue").PropType<number>;
|
|
24032
|
-
default: number;
|
|
24033
|
-
};
|
|
24034
|
-
autoFocusSearch: {
|
|
24035
|
-
type: import("vue").PropType<boolean>;
|
|
24036
|
-
default: boolean;
|
|
24037
|
-
};
|
|
24038
|
-
loadingOverride: {
|
|
24039
|
-
type: import("vue").PropType<boolean>;
|
|
24040
|
-
default: boolean;
|
|
24041
|
-
};
|
|
24042
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24043
|
-
"update:selectedCondition": (value: {
|
|
24044
|
-
label: string;
|
|
24045
|
-
value: string;
|
|
24046
|
-
multi: boolean;
|
|
24047
|
-
}) => void;
|
|
24048
|
-
"update:appliedSelections": (value: unknown) => void;
|
|
24049
|
-
clear: () => void;
|
|
24050
|
-
closed: () => void;
|
|
24051
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25140
|
+
}) => any;
|
|
25141
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
25142
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
25143
|
+
__isFragment?: never;
|
|
25144
|
+
__isTeleport?: never;
|
|
25145
|
+
__isSuspense?: never;
|
|
25146
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
24052
25147
|
label: {
|
|
24053
25148
|
type: import("vue").PropType<string>;
|
|
24054
25149
|
required: true;
|
|
@@ -24066,6 +25161,10 @@ declare const _default: {
|
|
|
24066
25161
|
type: import("vue").PropType<boolean>;
|
|
24067
25162
|
default: boolean;
|
|
24068
25163
|
};
|
|
25164
|
+
triggerShownValuesCount: {
|
|
25165
|
+
type: import("vue").PropType<number>;
|
|
25166
|
+
default: number;
|
|
25167
|
+
};
|
|
24069
25168
|
optionNameKey: {
|
|
24070
25169
|
type: import("vue").PropType<string>;
|
|
24071
25170
|
required: true;
|
|
@@ -24153,11 +25252,21 @@ declare const _default: {
|
|
|
24153
25252
|
multi: boolean;
|
|
24154
25253
|
}) => any;
|
|
24155
25254
|
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
24156
|
-
}, {
|
|
25255
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25256
|
+
"update:selectedCondition": (value: {
|
|
25257
|
+
label: string;
|
|
25258
|
+
value: string;
|
|
25259
|
+
multi: boolean;
|
|
25260
|
+
}) => void;
|
|
25261
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
25262
|
+
clear: () => void;
|
|
25263
|
+
closed: () => void;
|
|
25264
|
+
}, string, {
|
|
24157
25265
|
label: string;
|
|
24158
25266
|
testId: string;
|
|
24159
25267
|
isOpen: boolean;
|
|
24160
25268
|
infiniteLoading: boolean;
|
|
25269
|
+
triggerShownValuesCount: number;
|
|
24161
25270
|
optionNameKey: string;
|
|
24162
25271
|
optionIconKey: string;
|
|
24163
25272
|
optionImageKey: string;
|
|
@@ -24171,7 +25280,13 @@ declare const _default: {
|
|
|
24171
25280
|
fetchDataDebounceTime: number;
|
|
24172
25281
|
autoFocusSearch: boolean;
|
|
24173
25282
|
loadingOverride: boolean;
|
|
24174
|
-
}
|
|
25283
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
25284
|
+
$slots: {
|
|
25285
|
+
"option-end"?(_: {
|
|
25286
|
+
option: any;
|
|
25287
|
+
}): any;
|
|
25288
|
+
};
|
|
25289
|
+
});
|
|
24175
25290
|
Label: {
|
|
24176
25291
|
new (...args: any[]): {
|
|
24177
25292
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -24280,7 +25395,7 @@ declare const _default: {
|
|
|
24280
25395
|
testId: string;
|
|
24281
25396
|
variant: "text" | "contained" | "outlined";
|
|
24282
25397
|
disabled: boolean;
|
|
24283
|
-
color: "
|
|
25398
|
+
color: import("./components/button/common/consts").ButtonColor;
|
|
24284
25399
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
24285
25400
|
content: string;
|
|
24286
25401
|
loading: boolean;
|
|
@@ -24302,7 +25417,7 @@ declare const _default: {
|
|
|
24302
25417
|
default: boolean;
|
|
24303
25418
|
};
|
|
24304
25419
|
color: {
|
|
24305
|
-
type: import("vue").PropType<"
|
|
25420
|
+
type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
|
|
24306
25421
|
default: string;
|
|
24307
25422
|
};
|
|
24308
25423
|
size: {
|
|
@@ -24361,7 +25476,7 @@ declare const _default: {
|
|
|
24361
25476
|
default: boolean;
|
|
24362
25477
|
};
|
|
24363
25478
|
color: {
|
|
24364
|
-
type: import("vue").PropType<"
|
|
25479
|
+
type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
|
|
24365
25480
|
default: string;
|
|
24366
25481
|
};
|
|
24367
25482
|
size: {
|
|
@@ -24396,7 +25511,7 @@ declare const _default: {
|
|
|
24396
25511
|
testId: string;
|
|
24397
25512
|
variant: "text" | "contained" | "outlined";
|
|
24398
25513
|
disabled: boolean;
|
|
24399
|
-
color: "
|
|
25514
|
+
color: import("./components/button/common/consts").ButtonColor;
|
|
24400
25515
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
24401
25516
|
content: string;
|
|
24402
25517
|
loading: boolean;
|
|
@@ -24438,7 +25553,7 @@ declare const _default: {
|
|
|
24438
25553
|
default: boolean;
|
|
24439
25554
|
};
|
|
24440
25555
|
color: {
|
|
24441
|
-
type: import("vue").PropType<"
|
|
25556
|
+
type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
|
|
24442
25557
|
default: string;
|
|
24443
25558
|
};
|
|
24444
25559
|
size: {
|
|
@@ -24487,7 +25602,7 @@ declare const _default: {
|
|
|
24487
25602
|
default: boolean;
|
|
24488
25603
|
};
|
|
24489
25604
|
color: {
|
|
24490
|
-
type: import("vue").PropType<"
|
|
25605
|
+
type: import("vue").PropType<import("./components/button/common/consts").ButtonColor>;
|
|
24491
25606
|
default: string;
|
|
24492
25607
|
};
|
|
24493
25608
|
size: {
|
|
@@ -24522,7 +25637,7 @@ declare const _default: {
|
|
|
24522
25637
|
testId: string;
|
|
24523
25638
|
variant: "text" | "contained" | "outlined";
|
|
24524
25639
|
disabled: boolean;
|
|
24525
|
-
color: "
|
|
25640
|
+
color: import("./components/button/common/consts").ButtonColor;
|
|
24526
25641
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
24527
25642
|
content: string;
|
|
24528
25643
|
loading: boolean;
|
|
@@ -24533,6 +25648,7 @@ declare const _default: {
|
|
|
24533
25648
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
24534
25649
|
$slots: {
|
|
24535
25650
|
default?(_: {}): any;
|
|
25651
|
+
"after-label"?(_: {}): any;
|
|
24536
25652
|
loader?(_: {}): any;
|
|
24537
25653
|
};
|
|
24538
25654
|
});
|
|
@@ -25529,6 +26645,15 @@ declare const _default: {
|
|
|
25529
26645
|
type: import("vue").PropType<string>;
|
|
25530
26646
|
default: string;
|
|
25531
26647
|
};
|
|
26648
|
+
variant: {
|
|
26649
|
+
type: import("vue").PropType<"default" | "primary">;
|
|
26650
|
+
required: true;
|
|
26651
|
+
default: string;
|
|
26652
|
+
};
|
|
26653
|
+
tooltipPlacement: {
|
|
26654
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
26655
|
+
default: string;
|
|
26656
|
+
};
|
|
25532
26657
|
modelValue: {
|
|
25533
26658
|
type: import("vue").PropType<unknown>;
|
|
25534
26659
|
required: true;
|
|
@@ -25541,6 +26666,10 @@ declare const _default: {
|
|
|
25541
26666
|
type: import("vue").PropType<string>;
|
|
25542
26667
|
default: string;
|
|
25543
26668
|
};
|
|
26669
|
+
tooltipTextKey: {
|
|
26670
|
+
type: import("vue").PropType<string>;
|
|
26671
|
+
default: string;
|
|
26672
|
+
};
|
|
25544
26673
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25545
26674
|
"update:modelValue": (...args: any[]) => void;
|
|
25546
26675
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -25548,6 +26677,15 @@ declare const _default: {
|
|
|
25548
26677
|
type: import("vue").PropType<string>;
|
|
25549
26678
|
default: string;
|
|
25550
26679
|
};
|
|
26680
|
+
variant: {
|
|
26681
|
+
type: import("vue").PropType<"default" | "primary">;
|
|
26682
|
+
required: true;
|
|
26683
|
+
default: string;
|
|
26684
|
+
};
|
|
26685
|
+
tooltipPlacement: {
|
|
26686
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
26687
|
+
default: string;
|
|
26688
|
+
};
|
|
25551
26689
|
modelValue: {
|
|
25552
26690
|
type: import("vue").PropType<unknown>;
|
|
25553
26691
|
required: true;
|
|
@@ -25560,17 +26698,33 @@ declare const _default: {
|
|
|
25560
26698
|
type: import("vue").PropType<string>;
|
|
25561
26699
|
default: string;
|
|
25562
26700
|
};
|
|
26701
|
+
tooltipTextKey: {
|
|
26702
|
+
type: import("vue").PropType<string>;
|
|
26703
|
+
default: string;
|
|
26704
|
+
};
|
|
25563
26705
|
}>> & {
|
|
25564
26706
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
25565
26707
|
}, {
|
|
25566
26708
|
testId: string;
|
|
26709
|
+
variant: "default" | "primary";
|
|
26710
|
+
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
25567
26711
|
iconKey: string;
|
|
26712
|
+
tooltipTextKey: string;
|
|
25568
26713
|
}>;
|
|
25569
26714
|
SwitchTypes: () => import("vue").DefineComponent<{
|
|
25570
26715
|
testId: {
|
|
25571
26716
|
type: import("vue").PropType<string>;
|
|
25572
26717
|
default: string;
|
|
25573
26718
|
};
|
|
26719
|
+
variant: {
|
|
26720
|
+
type: import("vue").PropType<"default" | "primary">;
|
|
26721
|
+
required: true;
|
|
26722
|
+
default: string;
|
|
26723
|
+
};
|
|
26724
|
+
tooltipPlacement: {
|
|
26725
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
26726
|
+
default: string;
|
|
26727
|
+
};
|
|
25574
26728
|
modelValue: {
|
|
25575
26729
|
type: import("vue").PropType<unknown>;
|
|
25576
26730
|
required: true;
|
|
@@ -25583,6 +26737,10 @@ declare const _default: {
|
|
|
25583
26737
|
type: import("vue").PropType<string>;
|
|
25584
26738
|
default: string;
|
|
25585
26739
|
};
|
|
26740
|
+
tooltipTextKey: {
|
|
26741
|
+
type: import("vue").PropType<string>;
|
|
26742
|
+
default: string;
|
|
26743
|
+
};
|
|
25586
26744
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25587
26745
|
"update:modelValue": (...args: any[]) => void;
|
|
25588
26746
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -25590,6 +26748,15 @@ declare const _default: {
|
|
|
25590
26748
|
type: import("vue").PropType<string>;
|
|
25591
26749
|
default: string;
|
|
25592
26750
|
};
|
|
26751
|
+
variant: {
|
|
26752
|
+
type: import("vue").PropType<"default" | "primary">;
|
|
26753
|
+
required: true;
|
|
26754
|
+
default: string;
|
|
26755
|
+
};
|
|
26756
|
+
tooltipPlacement: {
|
|
26757
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
26758
|
+
default: string;
|
|
26759
|
+
};
|
|
25593
26760
|
modelValue: {
|
|
25594
26761
|
type: import("vue").PropType<unknown>;
|
|
25595
26762
|
required: true;
|
|
@@ -25602,11 +26769,18 @@ declare const _default: {
|
|
|
25602
26769
|
type: import("vue").PropType<string>;
|
|
25603
26770
|
default: string;
|
|
25604
26771
|
};
|
|
26772
|
+
tooltipTextKey: {
|
|
26773
|
+
type: import("vue").PropType<string>;
|
|
26774
|
+
default: string;
|
|
26775
|
+
};
|
|
25605
26776
|
}>> & {
|
|
25606
26777
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
25607
26778
|
}, {
|
|
25608
26779
|
testId: string;
|
|
26780
|
+
variant: "default" | "primary";
|
|
26781
|
+
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
25609
26782
|
iconKey: string;
|
|
26783
|
+
tooltipTextKey: string;
|
|
25610
26784
|
}>[];
|
|
25611
26785
|
Chip: {
|
|
25612
26786
|
new (...args: any[]): {
|
|
@@ -25949,7 +27123,9 @@ export default _default;
|
|
|
25949
27123
|
export * from '@/composables/useToggle';
|
|
25950
27124
|
export * from '@/composables/useSearch';
|
|
25951
27125
|
export * from '@/composables/useFormValidation';
|
|
27126
|
+
export * from '@/composables/useDateService';
|
|
25952
27127
|
export * from '@/components/banner';
|
|
25953
27128
|
export * from '@/components/alert';
|
|
27129
|
+
export * from '@/components/link';
|
|
25954
27130
|
export * from '@/components/autocomplete';
|
|
25955
27131
|
export * from '@/components/chart';
|