@ironsource/shared-ui 2.1.12-rc.25 → 2.1.12-rc.26

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.
Files changed (43) hide show
  1. package/ChartPlane.vue_vue_type_style_index_0_scoped_ff7e556e_lang.css +1 -0
  2. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_683b8a75_lang.css +1 -0
  3. package/DataGrid.vue_vue_type_style_index_0_scoped_0963bb3c_lang.css +1 -0
  4. package/DropdownV4.vue_vue_type_style_index_0_scoped_1f7f7f9c_lang.css +1 -0
  5. package/OptionV4.vue_vue_type_style_index_0_scoped_9560a062_lang.css +1 -0
  6. package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +1 -0
  7. package/components/chart/Chart.vue.d.ts +1 -1
  8. package/components/chart/ChartPlane.vue.d.ts +1 -1
  9. package/components/chart/ChartPlane.vue.js +3 -3
  10. package/components/chart/ChartPlane.vue2.js +141 -141
  11. package/components/chart/index.d.ts +24 -24
  12. package/components/chart/utils/utils.d.ts +1 -2
  13. package/components/chart/utils/utils.js +13 -19
  14. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +17 -9
  15. package/components/dropdown/v4/ConditionalDropdown.vue.js +4 -4
  16. package/components/dropdown/v4/ConditionalDropdown.vue2.js +133 -123
  17. package/components/dropdown/v4/DropdownV4.vue.d.ts +5 -0
  18. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  19. package/components/dropdown/v4/DropdownV4.vue2.js +41 -39
  20. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  21. package/components/dropdown/v4/OptionV4.vue2.js +41 -39
  22. package/components/dropdown/v4/dropdownStoryArgs.d.ts +8 -0
  23. package/components/dropdown/v4/index.d.ts +452 -107
  24. package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
  25. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
  26. package/components/includeExclude/index.d.ts +40 -40
  27. package/components/switch/v4/SwitchV4.vue.d.ts +11 -0
  28. package/components/switch/v4/SwitchV4.vue.js +2 -2
  29. package/components/switch/v4/SwitchV4.vue2.js +39 -26
  30. package/components/switch/v4/index.d.ts +18 -0
  31. package/components/table/v4/DataGrid.vue.js +4 -4
  32. package/components/table/v4/DataGrid.vue2.js +4 -4
  33. package/index.d.ts +955 -229
  34. package/mocks/optionsWithIcons.d.ts +1 -0
  35. package/package.json +1 -1
  36. package/ChartPlane.vue_vue_type_style_index_0_scoped_903fc6ae_lang.css +0 -1
  37. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_cce87267_lang.css +0 -1
  38. package/DataGrid.vue_vue_type_style_index_0_scoped_5b72e35a_lang.css +0 -1
  39. package/DropdownV4.vue_vue_type_style_index_0_scoped_92ead583_lang.css +0 -1
  40. package/OptionV4.vue_vue_type_style_index_0_scoped_3dc741c1_lang.css +0 -1
  41. package/SwitchV4.vue_vue_type_style_index_0_scoped_fa120cf6_lang.css +0 -1
  42. package/components/chart/composables/useChartValues.d.ts +0 -12
  43. package/components/chart/composables/useChartValues.js +0 -32
package/index.d.ts CHANGED
@@ -16368,6 +16368,7 @@ declare const _default: {
16368
16368
  multi: boolean;
16369
16369
  infiniteLoading: boolean;
16370
16370
  showSelectAll: boolean;
16371
+ showClearAll: boolean;
16371
16372
  defaultOpen: boolean;
16372
16373
  keepOpen: boolean;
16373
16374
  autoSize: boolean;
@@ -16497,6 +16498,10 @@ declare const _default: {
16497
16498
  type: import("vue").PropType<boolean>;
16498
16499
  default: boolean;
16499
16500
  };
16501
+ showClearAll: {
16502
+ type: import("vue").PropType<boolean>;
16503
+ default: boolean;
16504
+ };
16500
16505
  defaultOpen: {
16501
16506
  type: import("vue").PropType<boolean>;
16502
16507
  default: boolean;
@@ -16686,7 +16691,7 @@ declare const _default: {
16686
16691
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16687
16692
  onOpened?: () => any;
16688
16693
  onClosed?: () => any;
16689
- } & 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" | "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" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
16694
+ } & 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" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
16690
16695
  $attrs: {
16691
16696
  [x: string]: unknown;
16692
16697
  };
@@ -16786,6 +16791,10 @@ declare const _default: {
16786
16791
  type: import("vue").PropType<boolean>;
16787
16792
  default: boolean;
16788
16793
  };
16794
+ showClearAll: {
16795
+ type: import("vue").PropType<boolean>;
16796
+ default: boolean;
16797
+ };
16789
16798
  defaultOpen: {
16790
16799
  type: import("vue").PropType<boolean>;
16791
16800
  default: boolean;
@@ -17010,6 +17019,7 @@ declare const _default: {
17010
17019
  multi: boolean;
17011
17020
  infiniteLoading: boolean;
17012
17021
  showSelectAll: boolean;
17022
+ showClearAll: boolean;
17013
17023
  defaultOpen: boolean;
17014
17024
  keepOpen: boolean;
17015
17025
  autoSize: boolean;
@@ -17159,6 +17169,10 @@ declare const _default: {
17159
17169
  type: import("vue").PropType<boolean>;
17160
17170
  default: boolean;
17161
17171
  };
17172
+ showClearAll: {
17173
+ type: import("vue").PropType<boolean>;
17174
+ default: boolean;
17175
+ };
17162
17176
  defaultOpen: {
17163
17177
  type: import("vue").PropType<boolean>;
17164
17178
  default: boolean;
@@ -17441,6 +17455,10 @@ declare const _default: {
17441
17455
  type: import("vue").PropType<boolean>;
17442
17456
  default: boolean;
17443
17457
  };
17458
+ showClearAll: {
17459
+ type: import("vue").PropType<boolean>;
17460
+ default: boolean;
17461
+ };
17444
17462
  defaultOpen: {
17445
17463
  type: import("vue").PropType<boolean>;
17446
17464
  default: boolean;
@@ -17665,6 +17683,7 @@ declare const _default: {
17665
17683
  multi: boolean;
17666
17684
  infiniteLoading: boolean;
17667
17685
  showSelectAll: boolean;
17686
+ showClearAll: boolean;
17668
17687
  defaultOpen: boolean;
17669
17688
  keepOpen: boolean;
17670
17689
  autoSize: boolean;
@@ -21144,6 +21163,7 @@ declare const _default: {
21144
21163
  multi: boolean;
21145
21164
  infiniteLoading: boolean;
21146
21165
  showSelectAll: boolean;
21166
+ showClearAll: boolean;
21147
21167
  defaultOpen: boolean;
21148
21168
  keepOpen: boolean;
21149
21169
  autoSize: boolean;
@@ -21273,6 +21293,10 @@ declare const _default: {
21273
21293
  type: import("vue").PropType<boolean>;
21274
21294
  default: boolean;
21275
21295
  };
21296
+ showClearAll: {
21297
+ type: import("vue").PropType<boolean>;
21298
+ default: boolean;
21299
+ };
21276
21300
  defaultOpen: {
21277
21301
  type: import("vue").PropType<boolean>;
21278
21302
  default: boolean;
@@ -21462,7 +21486,7 @@ declare const _default: {
21462
21486
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
21463
21487
  onOpened?: () => any;
21464
21488
  onClosed?: () => any;
21465
- } & 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" | "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" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
21489
+ } & 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" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
21466
21490
  $attrs: {
21467
21491
  [x: string]: unknown;
21468
21492
  };
@@ -21562,6 +21586,10 @@ declare const _default: {
21562
21586
  type: import("vue").PropType<boolean>;
21563
21587
  default: boolean;
21564
21588
  };
21589
+ showClearAll: {
21590
+ type: import("vue").PropType<boolean>;
21591
+ default: boolean;
21592
+ };
21565
21593
  defaultOpen: {
21566
21594
  type: import("vue").PropType<boolean>;
21567
21595
  default: boolean;
@@ -21786,6 +21814,7 @@ declare const _default: {
21786
21814
  multi: boolean;
21787
21815
  infiniteLoading: boolean;
21788
21816
  showSelectAll: boolean;
21817
+ showClearAll: boolean;
21789
21818
  defaultOpen: boolean;
21790
21819
  keepOpen: boolean;
21791
21820
  autoSize: boolean;
@@ -21935,6 +21964,10 @@ declare const _default: {
21935
21964
  type: import("vue").PropType<boolean>;
21936
21965
  default: boolean;
21937
21966
  };
21967
+ showClearAll: {
21968
+ type: import("vue").PropType<boolean>;
21969
+ default: boolean;
21970
+ };
21938
21971
  defaultOpen: {
21939
21972
  type: import("vue").PropType<boolean>;
21940
21973
  default: boolean;
@@ -22217,6 +22250,10 @@ declare const _default: {
22217
22250
  type: import("vue").PropType<boolean>;
22218
22251
  default: boolean;
22219
22252
  };
22253
+ showClearAll: {
22254
+ type: import("vue").PropType<boolean>;
22255
+ default: boolean;
22256
+ };
22220
22257
  defaultOpen: {
22221
22258
  type: import("vue").PropType<boolean>;
22222
22259
  default: boolean;
@@ -22441,6 +22478,7 @@ declare const _default: {
22441
22478
  multi: boolean;
22442
22479
  infiniteLoading: boolean;
22443
22480
  showSelectAll: boolean;
22481
+ showClearAll: boolean;
22444
22482
  defaultOpen: boolean;
22445
22483
  keepOpen: boolean;
22446
22484
  autoSize: boolean;
@@ -23069,127 +23107,438 @@ declare const _default: {
23069
23107
  $slots: {
23070
23108
  "trigger-end-icon"?(_: {}): any;
23071
23109
  };
23072
- })) | import("vue").DefineComponent<{
23073
- label: {
23074
- type: import("vue").PropType<string>;
23075
- required: true;
23076
- default: string;
23077
- };
23078
- testId: {
23079
- type: import("vue").PropType<string>;
23080
- default: string;
23081
- };
23082
- isOpen: {
23083
- type: import("vue").PropType<boolean>;
23084
- default: boolean;
23085
- };
23086
- infiniteLoading: {
23087
- type: import("vue").PropType<boolean>;
23088
- default: boolean;
23089
- };
23090
- triggerShownValuesCount: {
23091
- type: import("vue").PropType<number>;
23092
- default: number;
23093
- };
23094
- optionNameKey: {
23095
- type: import("vue").PropType<string>;
23096
- required: true;
23097
- default: string;
23098
- };
23099
- optionIconKey: {
23100
- type: import("vue").PropType<string>;
23101
- default: string;
23102
- };
23103
- optionImageKey: {
23104
- type: import("vue").PropType<string>;
23105
- default: string;
23106
- };
23107
- optionIconType: {
23108
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
23109
- default: any;
23110
- };
23111
- optionFlagKey: {
23112
- type: import("vue").PropType<string>;
23113
- default: string;
23114
- };
23115
- groupedOptions: {
23116
- type: import("vue").PropType<boolean>;
23117
- default: boolean;
23118
- };
23119
- comparingKey: {
23120
- type: import("vue").PropType<string>;
23121
- required: true;
23122
- default: string;
23123
- };
23124
- conditionalOptions: {
23125
- type: import("vue").PropType<{
23110
+ })) | ({
23111
+ new (...args: any[]): {
23112
+ $: import("vue").ComponentInternalInstance;
23113
+ $data: {};
23114
+ $props: Partial<{
23126
23115
  label: string;
23127
- value: string;
23128
- multi: boolean;
23129
- }[]>;
23130
- required: true;
23131
- };
23132
- selectedCondition: {
23133
- type: import("vue").PropType<{
23116
+ testId: string;
23117
+ isOpen: boolean;
23118
+ infiniteLoading: boolean;
23119
+ triggerShownValuesCount: number;
23120
+ optionNameKey: string;
23121
+ optionIconKey: string;
23122
+ optionImageKey: string;
23123
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
23124
+ optionFlagKey: string;
23125
+ groupedOptions: boolean;
23126
+ comparingKey: string;
23127
+ minCharsToStart: number;
23128
+ searchQuery: string;
23129
+ loadMoreFn: () => Promise<any[]>;
23130
+ fetchDataDebounceTime: number;
23131
+ autoFocusSearch: boolean;
23132
+ loadingOverride: boolean;
23133
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
23134
+ label: {
23135
+ type: import("vue").PropType<string>;
23136
+ required: true;
23137
+ default: string;
23138
+ };
23139
+ testId: {
23140
+ type: import("vue").PropType<string>;
23141
+ default: string;
23142
+ };
23143
+ isOpen: {
23144
+ type: import("vue").PropType<boolean>;
23145
+ default: boolean;
23146
+ };
23147
+ infiniteLoading: {
23148
+ type: import("vue").PropType<boolean>;
23149
+ default: boolean;
23150
+ };
23151
+ triggerShownValuesCount: {
23152
+ type: import("vue").PropType<number>;
23153
+ default: number;
23154
+ };
23155
+ optionNameKey: {
23156
+ type: import("vue").PropType<string>;
23157
+ required: true;
23158
+ default: string;
23159
+ };
23160
+ optionIconKey: {
23161
+ type: import("vue").PropType<string>;
23162
+ default: string;
23163
+ };
23164
+ optionImageKey: {
23165
+ type: import("vue").PropType<string>;
23166
+ default: string;
23167
+ };
23168
+ optionIconType: {
23169
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
23170
+ default: any;
23171
+ };
23172
+ optionFlagKey: {
23173
+ type: import("vue").PropType<string>;
23174
+ default: string;
23175
+ };
23176
+ groupedOptions: {
23177
+ type: import("vue").PropType<boolean>;
23178
+ default: boolean;
23179
+ };
23180
+ comparingKey: {
23181
+ type: import("vue").PropType<string>;
23182
+ required: true;
23183
+ default: string;
23184
+ };
23185
+ conditionalOptions: {
23186
+ type: import("vue").PropType<{
23187
+ label: string;
23188
+ value: string;
23189
+ multi: boolean;
23190
+ }[]>;
23191
+ required: true;
23192
+ };
23193
+ selectedCondition: {
23194
+ type: import("vue").PropType<{
23195
+ label: string;
23196
+ value: string;
23197
+ multi: boolean;
23198
+ }>;
23199
+ required: true;
23200
+ };
23201
+ appliedSelections: {
23202
+ type: import("vue").PropType<unknown>;
23203
+ required: true;
23204
+ };
23205
+ fetchFnCallback: {
23206
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
23207
+ required: true;
23208
+ };
23209
+ minCharsToStart: {
23210
+ type: import("vue").PropType<number>;
23211
+ default: number;
23212
+ };
23213
+ searchQuery: {
23214
+ type: import("vue").PropType<string>;
23215
+ default: string;
23216
+ };
23217
+ loadMoreFn: {
23218
+ type: import("vue").PropType<() => Promise<any[]>>;
23219
+ default: any;
23220
+ };
23221
+ fetchDataDebounceTime: {
23222
+ type: import("vue").PropType<number>;
23223
+ default: number;
23224
+ };
23225
+ autoFocusSearch: {
23226
+ type: import("vue").PropType<boolean>;
23227
+ default: boolean;
23228
+ };
23229
+ loadingOverride: {
23230
+ type: import("vue").PropType<boolean>;
23231
+ default: boolean;
23232
+ };
23233
+ }>> & {
23234
+ onClear?: () => any;
23235
+ onClosed?: () => any;
23236
+ "onUpdate:selectedCondition"?: (value: {
23237
+ label: string;
23238
+ value: string;
23239
+ multi: boolean;
23240
+ }) => any;
23241
+ "onUpdate:appliedSelections"?: (value: unknown) => any;
23242
+ } & 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">;
23243
+ $attrs: {
23244
+ [x: string]: unknown;
23245
+ };
23246
+ $refs: {
23247
+ [x: string]: unknown;
23248
+ };
23249
+ $slots: Readonly<{
23250
+ [name: string]: import("vue").Slot;
23251
+ }>;
23252
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
23253
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
23254
+ $emit: ((event: "clear") => void) & ((event: "closed") => void) & ((event: "update:selectedCondition", value: {
23134
23255
  label: string;
23135
23256
  value: string;
23136
23257
  multi: boolean;
23137
- }>;
23138
- required: true;
23139
- };
23140
- appliedSelections: {
23141
- type: import("vue").PropType<unknown>;
23142
- required: true;
23143
- };
23144
- fetchFnCallback: {
23145
- type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
23146
- required: true;
23147
- };
23148
- minCharsToStart: {
23149
- type: import("vue").PropType<number>;
23150
- default: number;
23151
- };
23152
- searchQuery: {
23153
- type: import("vue").PropType<string>;
23154
- default: string;
23155
- };
23156
- loadMoreFn: {
23157
- type: import("vue").PropType<() => Promise<any[]>>;
23158
- default: any;
23159
- };
23160
- fetchDataDebounceTime: {
23161
- type: import("vue").PropType<number>;
23162
- default: number;
23163
- };
23164
- autoFocusSearch: {
23165
- type: import("vue").PropType<boolean>;
23166
- default: boolean;
23167
- };
23168
- loadingOverride: {
23169
- type: import("vue").PropType<boolean>;
23170
- default: boolean;
23171
- };
23172
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23173
- "update:selectedCondition": (value: {
23174
- label: string;
23175
- value: string;
23176
- multi: boolean;
23177
- }) => void;
23178
- "update:appliedSelections": (value: unknown) => void;
23179
- clear: () => void;
23180
- closed: () => void;
23181
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23182
- label: {
23183
- type: import("vue").PropType<string>;
23184
- required: true;
23185
- default: string;
23186
- };
23187
- testId: {
23188
- type: import("vue").PropType<string>;
23189
- default: string;
23190
- };
23191
- isOpen: {
23192
- type: import("vue").PropType<boolean>;
23258
+ }) => void) & ((event: "update:appliedSelections", value: unknown) => void);
23259
+ $el: any;
23260
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
23261
+ label: {
23262
+ type: import("vue").PropType<string>;
23263
+ required: true;
23264
+ default: string;
23265
+ };
23266
+ testId: {
23267
+ type: import("vue").PropType<string>;
23268
+ default: string;
23269
+ };
23270
+ isOpen: {
23271
+ type: import("vue").PropType<boolean>;
23272
+ default: boolean;
23273
+ };
23274
+ infiniteLoading: {
23275
+ type: import("vue").PropType<boolean>;
23276
+ default: boolean;
23277
+ };
23278
+ triggerShownValuesCount: {
23279
+ type: import("vue").PropType<number>;
23280
+ default: number;
23281
+ };
23282
+ optionNameKey: {
23283
+ type: import("vue").PropType<string>;
23284
+ required: true;
23285
+ default: string;
23286
+ };
23287
+ optionIconKey: {
23288
+ type: import("vue").PropType<string>;
23289
+ default: string;
23290
+ };
23291
+ optionImageKey: {
23292
+ type: import("vue").PropType<string>;
23293
+ default: string;
23294
+ };
23295
+ optionIconType: {
23296
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
23297
+ default: any;
23298
+ };
23299
+ optionFlagKey: {
23300
+ type: import("vue").PropType<string>;
23301
+ default: string;
23302
+ };
23303
+ groupedOptions: {
23304
+ type: import("vue").PropType<boolean>;
23305
+ default: boolean;
23306
+ };
23307
+ comparingKey: {
23308
+ type: import("vue").PropType<string>;
23309
+ required: true;
23310
+ default: string;
23311
+ };
23312
+ conditionalOptions: {
23313
+ type: import("vue").PropType<{
23314
+ label: string;
23315
+ value: string;
23316
+ multi: boolean;
23317
+ }[]>;
23318
+ required: true;
23319
+ };
23320
+ selectedCondition: {
23321
+ type: import("vue").PropType<{
23322
+ label: string;
23323
+ value: string;
23324
+ multi: boolean;
23325
+ }>;
23326
+ required: true;
23327
+ };
23328
+ appliedSelections: {
23329
+ type: import("vue").PropType<unknown>;
23330
+ required: true;
23331
+ };
23332
+ fetchFnCallback: {
23333
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
23334
+ required: true;
23335
+ };
23336
+ minCharsToStart: {
23337
+ type: import("vue").PropType<number>;
23338
+ default: number;
23339
+ };
23340
+ searchQuery: {
23341
+ type: import("vue").PropType<string>;
23342
+ default: string;
23343
+ };
23344
+ loadMoreFn: {
23345
+ type: import("vue").PropType<() => Promise<any[]>>;
23346
+ default: any;
23347
+ };
23348
+ fetchDataDebounceTime: {
23349
+ type: import("vue").PropType<number>;
23350
+ default: number;
23351
+ };
23352
+ autoFocusSearch: {
23353
+ type: import("vue").PropType<boolean>;
23354
+ default: boolean;
23355
+ };
23356
+ loadingOverride: {
23357
+ type: import("vue").PropType<boolean>;
23358
+ default: boolean;
23359
+ };
23360
+ }>> & {
23361
+ onClear?: () => any;
23362
+ onClosed?: () => any;
23363
+ "onUpdate:selectedCondition"?: (value: {
23364
+ label: string;
23365
+ value: string;
23366
+ multi: boolean;
23367
+ }) => any;
23368
+ "onUpdate:appliedSelections"?: (value: unknown) => any;
23369
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23370
+ "update:selectedCondition": (value: {
23371
+ label: string;
23372
+ value: string;
23373
+ multi: boolean;
23374
+ }) => void;
23375
+ "update:appliedSelections": (value: unknown) => void;
23376
+ clear: () => void;
23377
+ closed: () => void;
23378
+ }, string, {
23379
+ label: string;
23380
+ testId: string;
23381
+ isOpen: boolean;
23382
+ infiniteLoading: boolean;
23383
+ triggerShownValuesCount: number;
23384
+ optionNameKey: string;
23385
+ optionIconKey: string;
23386
+ optionImageKey: string;
23387
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
23388
+ optionFlagKey: string;
23389
+ groupedOptions: boolean;
23390
+ comparingKey: string;
23391
+ minCharsToStart: number;
23392
+ searchQuery: string;
23393
+ loadMoreFn: () => Promise<any[]>;
23394
+ fetchDataDebounceTime: number;
23395
+ autoFocusSearch: boolean;
23396
+ loadingOverride: boolean;
23397
+ }, {}, string> & {
23398
+ beforeCreate?: (() => void) | (() => void)[];
23399
+ created?: (() => void) | (() => void)[];
23400
+ beforeMount?: (() => void) | (() => void)[];
23401
+ mounted?: (() => void) | (() => void)[];
23402
+ beforeUpdate?: (() => void) | (() => void)[];
23403
+ updated?: (() => void) | (() => void)[];
23404
+ activated?: (() => void) | (() => void)[];
23405
+ deactivated?: (() => void) | (() => void)[];
23406
+ beforeDestroy?: (() => void) | (() => void)[];
23407
+ beforeUnmount?: (() => void) | (() => void)[];
23408
+ destroyed?: (() => void) | (() => void)[];
23409
+ unmounted?: (() => void) | (() => void)[];
23410
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
23411
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
23412
+ 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)[];
23413
+ };
23414
+ $forceUpdate: () => void;
23415
+ $nextTick: typeof import("vue").nextTick;
23416
+ $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;
23417
+ } & Readonly<import("vue").ExtractPropTypes<{
23418
+ label: {
23419
+ type: import("vue").PropType<string>;
23420
+ required: true;
23421
+ default: string;
23422
+ };
23423
+ testId: {
23424
+ type: import("vue").PropType<string>;
23425
+ default: string;
23426
+ };
23427
+ isOpen: {
23428
+ type: import("vue").PropType<boolean>;
23429
+ default: boolean;
23430
+ };
23431
+ infiniteLoading: {
23432
+ type: import("vue").PropType<boolean>;
23433
+ default: boolean;
23434
+ };
23435
+ triggerShownValuesCount: {
23436
+ type: import("vue").PropType<number>;
23437
+ default: number;
23438
+ };
23439
+ optionNameKey: {
23440
+ type: import("vue").PropType<string>;
23441
+ required: true;
23442
+ default: string;
23443
+ };
23444
+ optionIconKey: {
23445
+ type: import("vue").PropType<string>;
23446
+ default: string;
23447
+ };
23448
+ optionImageKey: {
23449
+ type: import("vue").PropType<string>;
23450
+ default: string;
23451
+ };
23452
+ optionIconType: {
23453
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
23454
+ default: any;
23455
+ };
23456
+ optionFlagKey: {
23457
+ type: import("vue").PropType<string>;
23458
+ default: string;
23459
+ };
23460
+ groupedOptions: {
23461
+ type: import("vue").PropType<boolean>;
23462
+ default: boolean;
23463
+ };
23464
+ comparingKey: {
23465
+ type: import("vue").PropType<string>;
23466
+ required: true;
23467
+ default: string;
23468
+ };
23469
+ conditionalOptions: {
23470
+ type: import("vue").PropType<{
23471
+ label: string;
23472
+ value: string;
23473
+ multi: boolean;
23474
+ }[]>;
23475
+ required: true;
23476
+ };
23477
+ selectedCondition: {
23478
+ type: import("vue").PropType<{
23479
+ label: string;
23480
+ value: string;
23481
+ multi: boolean;
23482
+ }>;
23483
+ required: true;
23484
+ };
23485
+ appliedSelections: {
23486
+ type: import("vue").PropType<unknown>;
23487
+ required: true;
23488
+ };
23489
+ fetchFnCallback: {
23490
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
23491
+ required: true;
23492
+ };
23493
+ minCharsToStart: {
23494
+ type: import("vue").PropType<number>;
23495
+ default: number;
23496
+ };
23497
+ searchQuery: {
23498
+ type: import("vue").PropType<string>;
23499
+ default: string;
23500
+ };
23501
+ loadMoreFn: {
23502
+ type: import("vue").PropType<() => Promise<any[]>>;
23503
+ default: any;
23504
+ };
23505
+ fetchDataDebounceTime: {
23506
+ type: import("vue").PropType<number>;
23507
+ default: number;
23508
+ };
23509
+ autoFocusSearch: {
23510
+ type: import("vue").PropType<boolean>;
23511
+ default: boolean;
23512
+ };
23513
+ loadingOverride: {
23514
+ type: import("vue").PropType<boolean>;
23515
+ default: boolean;
23516
+ };
23517
+ }>> & {
23518
+ onClear?: () => any;
23519
+ onClosed?: () => any;
23520
+ "onUpdate:selectedCondition"?: (value: {
23521
+ label: string;
23522
+ value: string;
23523
+ multi: boolean;
23524
+ }) => any;
23525
+ "onUpdate:appliedSelections"?: (value: unknown) => any;
23526
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
23527
+ __isFragment?: never;
23528
+ __isTeleport?: never;
23529
+ __isSuspense?: never;
23530
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
23531
+ label: {
23532
+ type: import("vue").PropType<string>;
23533
+ required: true;
23534
+ default: string;
23535
+ };
23536
+ testId: {
23537
+ type: import("vue").PropType<string>;
23538
+ default: string;
23539
+ };
23540
+ isOpen: {
23541
+ type: import("vue").PropType<boolean>;
23193
23542
  default: boolean;
23194
23543
  };
23195
23544
  infiniteLoading: {
@@ -23287,7 +23636,16 @@ declare const _default: {
23287
23636
  multi: boolean;
23288
23637
  }) => any;
23289
23638
  "onUpdate:appliedSelections"?: (value: unknown) => any;
23290
- }, {
23639
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23640
+ "update:selectedCondition": (value: {
23641
+ label: string;
23642
+ value: string;
23643
+ multi: boolean;
23644
+ }) => void;
23645
+ "update:appliedSelections": (value: unknown) => void;
23646
+ clear: () => void;
23647
+ closed: () => void;
23648
+ }, string, {
23291
23649
  label: string;
23292
23650
  testId: string;
23293
23651
  isOpen: boolean;
@@ -23306,7 +23664,13 @@ declare const _default: {
23306
23664
  fetchDataDebounceTime: number;
23307
23665
  autoFocusSearch: boolean;
23308
23666
  loadingOverride: boolean;
23309
- }>)[];
23667
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
23668
+ $slots: {
23669
+ "option-end"?(_: {
23670
+ option: any;
23671
+ }): any;
23672
+ };
23673
+ })))[];
23310
23674
  Option: {
23311
23675
  new (...args: any[]): {
23312
23676
  $: import("vue").ComponentInternalInstance;
@@ -24278,116 +24642,427 @@ declare const _default: {
24278
24642
  "trigger-end-icon"?(_: {}): any;
24279
24643
  };
24280
24644
  });
24281
- ConditionalDropdown: import("vue").DefineComponent<{
24282
- label: {
24283
- type: import("vue").PropType<string>;
24284
- required: true;
24285
- default: string;
24286
- };
24287
- testId: {
24288
- type: import("vue").PropType<string>;
24289
- default: string;
24290
- };
24291
- isOpen: {
24292
- type: import("vue").PropType<boolean>;
24293
- default: boolean;
24294
- };
24295
- infiniteLoading: {
24296
- type: import("vue").PropType<boolean>;
24297
- default: boolean;
24298
- };
24299
- triggerShownValuesCount: {
24300
- type: import("vue").PropType<number>;
24301
- default: number;
24302
- };
24303
- optionNameKey: {
24304
- type: import("vue").PropType<string>;
24305
- required: true;
24306
- default: string;
24307
- };
24308
- optionIconKey: {
24309
- type: import("vue").PropType<string>;
24310
- default: string;
24311
- };
24312
- optionImageKey: {
24313
- type: import("vue").PropType<string>;
24314
- default: string;
24315
- };
24316
- optionIconType: {
24317
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
24318
- default: any;
24319
- };
24320
- optionFlagKey: {
24321
- type: import("vue").PropType<string>;
24322
- default: string;
24323
- };
24324
- groupedOptions: {
24325
- type: import("vue").PropType<boolean>;
24326
- default: boolean;
24327
- };
24328
- comparingKey: {
24329
- type: import("vue").PropType<string>;
24330
- required: true;
24331
- default: string;
24332
- };
24333
- conditionalOptions: {
24334
- type: import("vue").PropType<{
24645
+ ConditionalDropdown: {
24646
+ new (...args: any[]): {
24647
+ $: import("vue").ComponentInternalInstance;
24648
+ $data: {};
24649
+ $props: Partial<{
24650
+ label: string;
24651
+ testId: string;
24652
+ isOpen: boolean;
24653
+ infiniteLoading: boolean;
24654
+ triggerShownValuesCount: number;
24655
+ optionNameKey: string;
24656
+ optionIconKey: string;
24657
+ optionImageKey: string;
24658
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
24659
+ optionFlagKey: string;
24660
+ groupedOptions: boolean;
24661
+ comparingKey: string;
24662
+ minCharsToStart: number;
24663
+ searchQuery: string;
24664
+ loadMoreFn: () => Promise<any[]>;
24665
+ fetchDataDebounceTime: number;
24666
+ autoFocusSearch: boolean;
24667
+ loadingOverride: boolean;
24668
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
24669
+ label: {
24670
+ type: import("vue").PropType<string>;
24671
+ required: true;
24672
+ default: string;
24673
+ };
24674
+ testId: {
24675
+ type: import("vue").PropType<string>;
24676
+ default: string;
24677
+ };
24678
+ isOpen: {
24679
+ type: import("vue").PropType<boolean>;
24680
+ default: boolean;
24681
+ };
24682
+ infiniteLoading: {
24683
+ type: import("vue").PropType<boolean>;
24684
+ default: boolean;
24685
+ };
24686
+ triggerShownValuesCount: {
24687
+ type: import("vue").PropType<number>;
24688
+ default: number;
24689
+ };
24690
+ optionNameKey: {
24691
+ type: import("vue").PropType<string>;
24692
+ required: true;
24693
+ default: string;
24694
+ };
24695
+ optionIconKey: {
24696
+ type: import("vue").PropType<string>;
24697
+ default: string;
24698
+ };
24699
+ optionImageKey: {
24700
+ type: import("vue").PropType<string>;
24701
+ default: string;
24702
+ };
24703
+ optionIconType: {
24704
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
24705
+ default: any;
24706
+ };
24707
+ optionFlagKey: {
24708
+ type: import("vue").PropType<string>;
24709
+ default: string;
24710
+ };
24711
+ groupedOptions: {
24712
+ type: import("vue").PropType<boolean>;
24713
+ default: boolean;
24714
+ };
24715
+ comparingKey: {
24716
+ type: import("vue").PropType<string>;
24717
+ required: true;
24718
+ default: string;
24719
+ };
24720
+ conditionalOptions: {
24721
+ type: import("vue").PropType<{
24722
+ label: string;
24723
+ value: string;
24724
+ multi: boolean;
24725
+ }[]>;
24726
+ required: true;
24727
+ };
24728
+ selectedCondition: {
24729
+ type: import("vue").PropType<{
24730
+ label: string;
24731
+ value: string;
24732
+ multi: boolean;
24733
+ }>;
24734
+ required: true;
24735
+ };
24736
+ appliedSelections: {
24737
+ type: import("vue").PropType<unknown>;
24738
+ required: true;
24739
+ };
24740
+ fetchFnCallback: {
24741
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
24742
+ required: true;
24743
+ };
24744
+ minCharsToStart: {
24745
+ type: import("vue").PropType<number>;
24746
+ default: number;
24747
+ };
24748
+ searchQuery: {
24749
+ type: import("vue").PropType<string>;
24750
+ default: string;
24751
+ };
24752
+ loadMoreFn: {
24753
+ type: import("vue").PropType<() => Promise<any[]>>;
24754
+ default: any;
24755
+ };
24756
+ fetchDataDebounceTime: {
24757
+ type: import("vue").PropType<number>;
24758
+ default: number;
24759
+ };
24760
+ autoFocusSearch: {
24761
+ type: import("vue").PropType<boolean>;
24762
+ default: boolean;
24763
+ };
24764
+ loadingOverride: {
24765
+ type: import("vue").PropType<boolean>;
24766
+ default: boolean;
24767
+ };
24768
+ }>> & {
24769
+ onClear?: () => any;
24770
+ onClosed?: () => any;
24771
+ "onUpdate:selectedCondition"?: (value: {
24772
+ label: string;
24773
+ value: string;
24774
+ multi: boolean;
24775
+ }) => any;
24776
+ "onUpdate:appliedSelections"?: (value: unknown) => any;
24777
+ } & 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">;
24778
+ $attrs: {
24779
+ [x: string]: unknown;
24780
+ };
24781
+ $refs: {
24782
+ [x: string]: unknown;
24783
+ };
24784
+ $slots: Readonly<{
24785
+ [name: string]: import("vue").Slot;
24786
+ }>;
24787
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
24788
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
24789
+ $emit: ((event: "clear") => void) & ((event: "closed") => void) & ((event: "update:selectedCondition", value: {
24790
+ label: string;
24791
+ value: string;
24792
+ multi: boolean;
24793
+ }) => void) & ((event: "update:appliedSelections", value: unknown) => void);
24794
+ $el: any;
24795
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
24796
+ label: {
24797
+ type: import("vue").PropType<string>;
24798
+ required: true;
24799
+ default: string;
24800
+ };
24801
+ testId: {
24802
+ type: import("vue").PropType<string>;
24803
+ default: string;
24804
+ };
24805
+ isOpen: {
24806
+ type: import("vue").PropType<boolean>;
24807
+ default: boolean;
24808
+ };
24809
+ infiniteLoading: {
24810
+ type: import("vue").PropType<boolean>;
24811
+ default: boolean;
24812
+ };
24813
+ triggerShownValuesCount: {
24814
+ type: import("vue").PropType<number>;
24815
+ default: number;
24816
+ };
24817
+ optionNameKey: {
24818
+ type: import("vue").PropType<string>;
24819
+ required: true;
24820
+ default: string;
24821
+ };
24822
+ optionIconKey: {
24823
+ type: import("vue").PropType<string>;
24824
+ default: string;
24825
+ };
24826
+ optionImageKey: {
24827
+ type: import("vue").PropType<string>;
24828
+ default: string;
24829
+ };
24830
+ optionIconType: {
24831
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
24832
+ default: any;
24833
+ };
24834
+ optionFlagKey: {
24835
+ type: import("vue").PropType<string>;
24836
+ default: string;
24837
+ };
24838
+ groupedOptions: {
24839
+ type: import("vue").PropType<boolean>;
24840
+ default: boolean;
24841
+ };
24842
+ comparingKey: {
24843
+ type: import("vue").PropType<string>;
24844
+ required: true;
24845
+ default: string;
24846
+ };
24847
+ conditionalOptions: {
24848
+ type: import("vue").PropType<{
24849
+ label: string;
24850
+ value: string;
24851
+ multi: boolean;
24852
+ }[]>;
24853
+ required: true;
24854
+ };
24855
+ selectedCondition: {
24856
+ type: import("vue").PropType<{
24857
+ label: string;
24858
+ value: string;
24859
+ multi: boolean;
24860
+ }>;
24861
+ required: true;
24862
+ };
24863
+ appliedSelections: {
24864
+ type: import("vue").PropType<unknown>;
24865
+ required: true;
24866
+ };
24867
+ fetchFnCallback: {
24868
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
24869
+ required: true;
24870
+ };
24871
+ minCharsToStart: {
24872
+ type: import("vue").PropType<number>;
24873
+ default: number;
24874
+ };
24875
+ searchQuery: {
24876
+ type: import("vue").PropType<string>;
24877
+ default: string;
24878
+ };
24879
+ loadMoreFn: {
24880
+ type: import("vue").PropType<() => Promise<any[]>>;
24881
+ default: any;
24882
+ };
24883
+ fetchDataDebounceTime: {
24884
+ type: import("vue").PropType<number>;
24885
+ default: number;
24886
+ };
24887
+ autoFocusSearch: {
24888
+ type: import("vue").PropType<boolean>;
24889
+ default: boolean;
24890
+ };
24891
+ loadingOverride: {
24892
+ type: import("vue").PropType<boolean>;
24893
+ default: boolean;
24894
+ };
24895
+ }>> & {
24896
+ onClear?: () => any;
24897
+ onClosed?: () => any;
24898
+ "onUpdate:selectedCondition"?: (value: {
24899
+ label: string;
24900
+ value: string;
24901
+ multi: boolean;
24902
+ }) => any;
24903
+ "onUpdate:appliedSelections"?: (value: unknown) => any;
24904
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24905
+ "update:selectedCondition": (value: {
24906
+ label: string;
24907
+ value: string;
24908
+ multi: boolean;
24909
+ }) => void;
24910
+ "update:appliedSelections": (value: unknown) => void;
24911
+ clear: () => void;
24912
+ closed: () => void;
24913
+ }, string, {
24335
24914
  label: string;
24336
- value: string;
24337
- multi: boolean;
24338
- }[]>;
24339
- required: true;
24340
- };
24341
- selectedCondition: {
24342
- type: import("vue").PropType<{
24915
+ testId: string;
24916
+ isOpen: boolean;
24917
+ infiniteLoading: boolean;
24918
+ triggerShownValuesCount: number;
24919
+ optionNameKey: string;
24920
+ optionIconKey: string;
24921
+ optionImageKey: string;
24922
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
24923
+ optionFlagKey: string;
24924
+ groupedOptions: boolean;
24925
+ comparingKey: string;
24926
+ minCharsToStart: number;
24927
+ searchQuery: string;
24928
+ loadMoreFn: () => Promise<any[]>;
24929
+ fetchDataDebounceTime: number;
24930
+ autoFocusSearch: boolean;
24931
+ loadingOverride: boolean;
24932
+ }, {}, string> & {
24933
+ beforeCreate?: (() => void) | (() => void)[];
24934
+ created?: (() => void) | (() => void)[];
24935
+ beforeMount?: (() => void) | (() => void)[];
24936
+ mounted?: (() => void) | (() => void)[];
24937
+ beforeUpdate?: (() => void) | (() => void)[];
24938
+ updated?: (() => void) | (() => void)[];
24939
+ activated?: (() => void) | (() => void)[];
24940
+ deactivated?: (() => void) | (() => void)[];
24941
+ beforeDestroy?: (() => void) | (() => void)[];
24942
+ beforeUnmount?: (() => void) | (() => void)[];
24943
+ destroyed?: (() => void) | (() => void)[];
24944
+ unmounted?: (() => void) | (() => void)[];
24945
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
24946
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
24947
+ 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)[];
24948
+ };
24949
+ $forceUpdate: () => void;
24950
+ $nextTick: typeof import("vue").nextTick;
24951
+ $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;
24952
+ } & Readonly<import("vue").ExtractPropTypes<{
24953
+ label: {
24954
+ type: import("vue").PropType<string>;
24955
+ required: true;
24956
+ default: string;
24957
+ };
24958
+ testId: {
24959
+ type: import("vue").PropType<string>;
24960
+ default: string;
24961
+ };
24962
+ isOpen: {
24963
+ type: import("vue").PropType<boolean>;
24964
+ default: boolean;
24965
+ };
24966
+ infiniteLoading: {
24967
+ type: import("vue").PropType<boolean>;
24968
+ default: boolean;
24969
+ };
24970
+ triggerShownValuesCount: {
24971
+ type: import("vue").PropType<number>;
24972
+ default: number;
24973
+ };
24974
+ optionNameKey: {
24975
+ type: import("vue").PropType<string>;
24976
+ required: true;
24977
+ default: string;
24978
+ };
24979
+ optionIconKey: {
24980
+ type: import("vue").PropType<string>;
24981
+ default: string;
24982
+ };
24983
+ optionImageKey: {
24984
+ type: import("vue").PropType<string>;
24985
+ default: string;
24986
+ };
24987
+ optionIconType: {
24988
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
24989
+ default: any;
24990
+ };
24991
+ optionFlagKey: {
24992
+ type: import("vue").PropType<string>;
24993
+ default: string;
24994
+ };
24995
+ groupedOptions: {
24996
+ type: import("vue").PropType<boolean>;
24997
+ default: boolean;
24998
+ };
24999
+ comparingKey: {
25000
+ type: import("vue").PropType<string>;
25001
+ required: true;
25002
+ default: string;
25003
+ };
25004
+ conditionalOptions: {
25005
+ type: import("vue").PropType<{
25006
+ label: string;
25007
+ value: string;
25008
+ multi: boolean;
25009
+ }[]>;
25010
+ required: true;
25011
+ };
25012
+ selectedCondition: {
25013
+ type: import("vue").PropType<{
25014
+ label: string;
25015
+ value: string;
25016
+ multi: boolean;
25017
+ }>;
25018
+ required: true;
25019
+ };
25020
+ appliedSelections: {
25021
+ type: import("vue").PropType<unknown>;
25022
+ required: true;
25023
+ };
25024
+ fetchFnCallback: {
25025
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
25026
+ required: true;
25027
+ };
25028
+ minCharsToStart: {
25029
+ type: import("vue").PropType<number>;
25030
+ default: number;
25031
+ };
25032
+ searchQuery: {
25033
+ type: import("vue").PropType<string>;
25034
+ default: string;
25035
+ };
25036
+ loadMoreFn: {
25037
+ type: import("vue").PropType<() => Promise<any[]>>;
25038
+ default: any;
25039
+ };
25040
+ fetchDataDebounceTime: {
25041
+ type: import("vue").PropType<number>;
25042
+ default: number;
25043
+ };
25044
+ autoFocusSearch: {
25045
+ type: import("vue").PropType<boolean>;
25046
+ default: boolean;
25047
+ };
25048
+ loadingOverride: {
25049
+ type: import("vue").PropType<boolean>;
25050
+ default: boolean;
25051
+ };
25052
+ }>> & {
25053
+ onClear?: () => any;
25054
+ onClosed?: () => any;
25055
+ "onUpdate:selectedCondition"?: (value: {
24343
25056
  label: string;
24344
25057
  value: string;
24345
25058
  multi: boolean;
24346
- }>;
24347
- required: true;
24348
- };
24349
- appliedSelections: {
24350
- type: import("vue").PropType<unknown>;
24351
- required: true;
24352
- };
24353
- fetchFnCallback: {
24354
- type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
24355
- required: true;
24356
- };
24357
- minCharsToStart: {
24358
- type: import("vue").PropType<number>;
24359
- default: number;
24360
- };
24361
- searchQuery: {
24362
- type: import("vue").PropType<string>;
24363
- default: string;
24364
- };
24365
- loadMoreFn: {
24366
- type: import("vue").PropType<() => Promise<any[]>>;
24367
- default: any;
24368
- };
24369
- fetchDataDebounceTime: {
24370
- type: import("vue").PropType<number>;
24371
- default: number;
24372
- };
24373
- autoFocusSearch: {
24374
- type: import("vue").PropType<boolean>;
24375
- default: boolean;
24376
- };
24377
- loadingOverride: {
24378
- type: import("vue").PropType<boolean>;
24379
- default: boolean;
24380
- };
24381
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24382
- "update:selectedCondition": (value: {
24383
- label: string;
24384
- value: string;
24385
- multi: boolean;
24386
- }) => void;
24387
- "update:appliedSelections": (value: unknown) => void;
24388
- clear: () => void;
24389
- closed: () => void;
24390
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
25059
+ }) => any;
25060
+ "onUpdate:appliedSelections"?: (value: unknown) => any;
25061
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
25062
+ __isFragment?: never;
25063
+ __isTeleport?: never;
25064
+ __isSuspense?: never;
25065
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
24391
25066
  label: {
24392
25067
  type: import("vue").PropType<string>;
24393
25068
  required: true;
@@ -24496,7 +25171,16 @@ declare const _default: {
24496
25171
  multi: boolean;
24497
25172
  }) => any;
24498
25173
  "onUpdate:appliedSelections"?: (value: unknown) => any;
24499
- }, {
25174
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25175
+ "update:selectedCondition": (value: {
25176
+ label: string;
25177
+ value: string;
25178
+ multi: boolean;
25179
+ }) => void;
25180
+ "update:appliedSelections": (value: unknown) => void;
25181
+ clear: () => void;
25182
+ closed: () => void;
25183
+ }, string, {
24500
25184
  label: string;
24501
25185
  testId: string;
24502
25186
  isOpen: boolean;
@@ -24515,7 +25199,13 @@ declare const _default: {
24515
25199
  fetchDataDebounceTime: number;
24516
25200
  autoFocusSearch: boolean;
24517
25201
  loadingOverride: boolean;
24518
- }>;
25202
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
25203
+ $slots: {
25204
+ "option-end"?(_: {
25205
+ option: any;
25206
+ }): any;
25207
+ };
25208
+ });
24519
25209
  Label: {
24520
25210
  new (...args: any[]): {
24521
25211
  $: import("vue").ComponentInternalInstance;
@@ -25878,6 +26568,10 @@ declare const _default: {
25878
26568
  required: true;
25879
26569
  default: string;
25880
26570
  };
26571
+ tooltipPlacement: {
26572
+ 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">;
26573
+ default: string;
26574
+ };
25881
26575
  modelValue: {
25882
26576
  type: import("vue").PropType<unknown>;
25883
26577
  required: true;
@@ -25890,6 +26584,10 @@ declare const _default: {
25890
26584
  type: import("vue").PropType<string>;
25891
26585
  default: string;
25892
26586
  };
26587
+ tooltipTextKey: {
26588
+ type: import("vue").PropType<string>;
26589
+ default: string;
26590
+ };
25893
26591
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25894
26592
  "update:modelValue": (...args: any[]) => void;
25895
26593
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -25902,6 +26600,10 @@ declare const _default: {
25902
26600
  required: true;
25903
26601
  default: string;
25904
26602
  };
26603
+ tooltipPlacement: {
26604
+ 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">;
26605
+ default: string;
26606
+ };
25905
26607
  modelValue: {
25906
26608
  type: import("vue").PropType<unknown>;
25907
26609
  required: true;
@@ -25914,12 +26616,18 @@ declare const _default: {
25914
26616
  type: import("vue").PropType<string>;
25915
26617
  default: string;
25916
26618
  };
26619
+ tooltipTextKey: {
26620
+ type: import("vue").PropType<string>;
26621
+ default: string;
26622
+ };
25917
26623
  }>> & {
25918
26624
  "onUpdate:modelValue"?: (...args: any[]) => any;
25919
26625
  }, {
25920
26626
  testId: string;
25921
26627
  variant: "default" | "primary";
26628
+ 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";
25922
26629
  iconKey: string;
26630
+ tooltipTextKey: string;
25923
26631
  }>;
25924
26632
  SwitchTypes: () => import("vue").DefineComponent<{
25925
26633
  testId: {
@@ -25931,6 +26639,10 @@ declare const _default: {
25931
26639
  required: true;
25932
26640
  default: string;
25933
26641
  };
26642
+ tooltipPlacement: {
26643
+ 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">;
26644
+ default: string;
26645
+ };
25934
26646
  modelValue: {
25935
26647
  type: import("vue").PropType<unknown>;
25936
26648
  required: true;
@@ -25943,6 +26655,10 @@ declare const _default: {
25943
26655
  type: import("vue").PropType<string>;
25944
26656
  default: string;
25945
26657
  };
26658
+ tooltipTextKey: {
26659
+ type: import("vue").PropType<string>;
26660
+ default: string;
26661
+ };
25946
26662
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25947
26663
  "update:modelValue": (...args: any[]) => void;
25948
26664
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -25955,6 +26671,10 @@ declare const _default: {
25955
26671
  required: true;
25956
26672
  default: string;
25957
26673
  };
26674
+ tooltipPlacement: {
26675
+ 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">;
26676
+ default: string;
26677
+ };
25958
26678
  modelValue: {
25959
26679
  type: import("vue").PropType<unknown>;
25960
26680
  required: true;
@@ -25967,12 +26687,18 @@ declare const _default: {
25967
26687
  type: import("vue").PropType<string>;
25968
26688
  default: string;
25969
26689
  };
26690
+ tooltipTextKey: {
26691
+ type: import("vue").PropType<string>;
26692
+ default: string;
26693
+ };
25970
26694
  }>> & {
25971
26695
  "onUpdate:modelValue"?: (...args: any[]) => any;
25972
26696
  }, {
25973
26697
  testId: string;
25974
26698
  variant: "default" | "primary";
26699
+ 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";
25975
26700
  iconKey: string;
26701
+ tooltipTextKey: string;
25976
26702
  }>[];
25977
26703
  Chip: {
25978
26704
  new (...args: any[]): {