@ironsource/shared-ui 2.1.11-rc.7 → 2.1.11-rc.9
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/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +21 -22
- package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +20 -20
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +1 -1
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
- package/components/dropdown/v4/index.d.ts +60 -60
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +24 -22
- package/components/inlineCopy/index.d.ts +9 -0
- package/index.d.ts +138 -120
- package/index.js +1 -1
- package/package.json +1 -1
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_9c711f2e_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -2476,6 +2476,10 @@ declare const _default: {
|
|
|
2476
2476
|
type: import("vue").PropType<string>;
|
|
2477
2477
|
default: string;
|
|
2478
2478
|
};
|
|
2479
|
+
valueToCopy: {
|
|
2480
|
+
type: import("vue").PropType<string>;
|
|
2481
|
+
default: string;
|
|
2482
|
+
};
|
|
2479
2483
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2480
2484
|
copy: () => void;
|
|
2481
2485
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2515,6 +2519,10 @@ declare const _default: {
|
|
|
2515
2519
|
type: import("vue").PropType<string>;
|
|
2516
2520
|
default: string;
|
|
2517
2521
|
};
|
|
2522
|
+
valueToCopy: {
|
|
2523
|
+
type: import("vue").PropType<string>;
|
|
2524
|
+
default: string;
|
|
2525
|
+
};
|
|
2518
2526
|
}>> & {
|
|
2519
2527
|
onCopy?: () => any;
|
|
2520
2528
|
}, {
|
|
@@ -2526,6 +2534,7 @@ declare const _default: {
|
|
|
2526
2534
|
hideTextValue: boolean;
|
|
2527
2535
|
iconSize: string;
|
|
2528
2536
|
tooltipHeader: string;
|
|
2537
|
+
valueToCopy: string;
|
|
2529
2538
|
}>;
|
|
2530
2539
|
InlineCopyTypes: () => import("vue").DefineComponent<{
|
|
2531
2540
|
text: {
|
|
@@ -2564,6 +2573,10 @@ declare const _default: {
|
|
|
2564
2573
|
type: import("vue").PropType<string>;
|
|
2565
2574
|
default: string;
|
|
2566
2575
|
};
|
|
2576
|
+
valueToCopy: {
|
|
2577
|
+
type: import("vue").PropType<string>;
|
|
2578
|
+
default: string;
|
|
2579
|
+
};
|
|
2567
2580
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2568
2581
|
copy: () => void;
|
|
2569
2582
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2603,6 +2616,10 @@ declare const _default: {
|
|
|
2603
2616
|
type: import("vue").PropType<string>;
|
|
2604
2617
|
default: string;
|
|
2605
2618
|
};
|
|
2619
|
+
valueToCopy: {
|
|
2620
|
+
type: import("vue").PropType<string>;
|
|
2621
|
+
default: string;
|
|
2622
|
+
};
|
|
2606
2623
|
}>> & {
|
|
2607
2624
|
onCopy?: () => any;
|
|
2608
2625
|
}, {
|
|
@@ -2614,6 +2631,7 @@ declare const _default: {
|
|
|
2614
2631
|
hideTextValue: boolean;
|
|
2615
2632
|
iconSize: string;
|
|
2616
2633
|
tooltipHeader: string;
|
|
2634
|
+
valueToCopy: string;
|
|
2617
2635
|
}>[];
|
|
2618
2636
|
AppHeader: import("vue").DefineComponent<{
|
|
2619
2637
|
name: {
|
|
@@ -15777,6 +15795,7 @@ declare const _default: {
|
|
|
15777
15795
|
skidding: number;
|
|
15778
15796
|
modelValue: any;
|
|
15779
15797
|
selected: any;
|
|
15798
|
+
valueToCopy: string;
|
|
15780
15799
|
onClear: () => void;
|
|
15781
15800
|
placeholder: string;
|
|
15782
15801
|
multi: boolean;
|
|
@@ -15806,7 +15825,6 @@ declare const _default: {
|
|
|
15806
15825
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15807
15826
|
optionsEndTextIconKey: string;
|
|
15808
15827
|
optionFlagKey: string;
|
|
15809
|
-
valueToCopy: string;
|
|
15810
15828
|
disabledOptionKey: string;
|
|
15811
15829
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15812
15830
|
optionTwoLinesKey: string;
|
|
@@ -15877,6 +15895,10 @@ declare const _default: {
|
|
|
15877
15895
|
type: import("vue").PropType<unknown>;
|
|
15878
15896
|
default: any;
|
|
15879
15897
|
};
|
|
15898
|
+
valueToCopy: {
|
|
15899
|
+
type: import("vue").PropType<string>;
|
|
15900
|
+
default: any;
|
|
15901
|
+
};
|
|
15880
15902
|
options: {
|
|
15881
15903
|
type: import("vue").PropType<unknown[]>;
|
|
15882
15904
|
required: true;
|
|
@@ -16001,10 +16023,6 @@ declare const _default: {
|
|
|
16001
16023
|
type: import("vue").PropType<string>;
|
|
16002
16024
|
default: any;
|
|
16003
16025
|
};
|
|
16004
|
-
valueToCopy: {
|
|
16005
|
-
type: import("vue").PropType<string>;
|
|
16006
|
-
default: any;
|
|
16007
|
-
};
|
|
16008
16026
|
disabledOptionKey: {
|
|
16009
16027
|
type: import("vue").PropType<string>;
|
|
16010
16028
|
default: string;
|
|
@@ -16059,7 +16077,7 @@ declare const _default: {
|
|
|
16059
16077
|
onOnsearch?: (value: string) => any;
|
|
16060
16078
|
onOpened?: () => any;
|
|
16061
16079
|
onClosed?: () => any;
|
|
16062
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "
|
|
16080
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
16063
16081
|
$attrs: {
|
|
16064
16082
|
[x: string]: unknown;
|
|
16065
16083
|
};
|
|
@@ -16132,6 +16150,10 @@ declare const _default: {
|
|
|
16132
16150
|
type: import("vue").PropType<unknown>;
|
|
16133
16151
|
default: any;
|
|
16134
16152
|
};
|
|
16153
|
+
valueToCopy: {
|
|
16154
|
+
type: import("vue").PropType<string>;
|
|
16155
|
+
default: any;
|
|
16156
|
+
};
|
|
16135
16157
|
options: {
|
|
16136
16158
|
type: import("vue").PropType<unknown[]>;
|
|
16137
16159
|
required: true;
|
|
@@ -16256,10 +16278,6 @@ declare const _default: {
|
|
|
16256
16278
|
type: import("vue").PropType<string>;
|
|
16257
16279
|
default: any;
|
|
16258
16280
|
};
|
|
16259
|
-
valueToCopy: {
|
|
16260
|
-
type: import("vue").PropType<string>;
|
|
16261
|
-
default: any;
|
|
16262
|
-
};
|
|
16263
16281
|
disabledOptionKey: {
|
|
16264
16282
|
type: import("vue").PropType<string>;
|
|
16265
16283
|
default: string;
|
|
@@ -16341,6 +16359,7 @@ declare const _default: {
|
|
|
16341
16359
|
skidding: number;
|
|
16342
16360
|
modelValue: any;
|
|
16343
16361
|
selected: any;
|
|
16362
|
+
valueToCopy: string;
|
|
16344
16363
|
onClear: () => void;
|
|
16345
16364
|
placeholder: string;
|
|
16346
16365
|
multi: boolean;
|
|
@@ -16370,7 +16389,6 @@ declare const _default: {
|
|
|
16370
16389
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16371
16390
|
optionsEndTextIconKey: string;
|
|
16372
16391
|
optionFlagKey: string;
|
|
16373
|
-
valueToCopy: string;
|
|
16374
16392
|
disabledOptionKey: string;
|
|
16375
16393
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16376
16394
|
optionTwoLinesKey: string;
|
|
@@ -16461,6 +16479,10 @@ declare const _default: {
|
|
|
16461
16479
|
type: import("vue").PropType<unknown>;
|
|
16462
16480
|
default: any;
|
|
16463
16481
|
};
|
|
16482
|
+
valueToCopy: {
|
|
16483
|
+
type: import("vue").PropType<string>;
|
|
16484
|
+
default: any;
|
|
16485
|
+
};
|
|
16464
16486
|
options: {
|
|
16465
16487
|
type: import("vue").PropType<unknown[]>;
|
|
16466
16488
|
required: true;
|
|
@@ -16585,10 +16607,6 @@ declare const _default: {
|
|
|
16585
16607
|
type: import("vue").PropType<string>;
|
|
16586
16608
|
default: any;
|
|
16587
16609
|
};
|
|
16588
|
-
valueToCopy: {
|
|
16589
|
-
type: import("vue").PropType<string>;
|
|
16590
|
-
default: any;
|
|
16591
|
-
};
|
|
16592
16610
|
disabledOptionKey: {
|
|
16593
16611
|
type: import("vue").PropType<string>;
|
|
16594
16612
|
default: string;
|
|
@@ -16709,6 +16727,10 @@ declare const _default: {
|
|
|
16709
16727
|
type: import("vue").PropType<unknown>;
|
|
16710
16728
|
default: any;
|
|
16711
16729
|
};
|
|
16730
|
+
valueToCopy: {
|
|
16731
|
+
type: import("vue").PropType<string>;
|
|
16732
|
+
default: any;
|
|
16733
|
+
};
|
|
16712
16734
|
options: {
|
|
16713
16735
|
type: import("vue").PropType<unknown[]>;
|
|
16714
16736
|
required: true;
|
|
@@ -16833,10 +16855,6 @@ declare const _default: {
|
|
|
16833
16855
|
type: import("vue").PropType<string>;
|
|
16834
16856
|
default: any;
|
|
16835
16857
|
};
|
|
16836
|
-
valueToCopy: {
|
|
16837
|
-
type: import("vue").PropType<string>;
|
|
16838
|
-
default: any;
|
|
16839
|
-
};
|
|
16840
16858
|
disabledOptionKey: {
|
|
16841
16859
|
type: import("vue").PropType<string>;
|
|
16842
16860
|
default: string;
|
|
@@ -16918,6 +16936,7 @@ declare const _default: {
|
|
|
16918
16936
|
skidding: number;
|
|
16919
16937
|
modelValue: any;
|
|
16920
16938
|
selected: any;
|
|
16939
|
+
valueToCopy: string;
|
|
16921
16940
|
onClear: () => void;
|
|
16922
16941
|
placeholder: string;
|
|
16923
16942
|
multi: boolean;
|
|
@@ -16947,7 +16966,6 @@ declare const _default: {
|
|
|
16947
16966
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16948
16967
|
optionsEndTextIconKey: string;
|
|
16949
16968
|
optionFlagKey: string;
|
|
16950
|
-
valueToCopy: string;
|
|
16951
16969
|
disabledOptionKey: string;
|
|
16952
16970
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16953
16971
|
optionTwoLinesKey: string;
|
|
@@ -18049,6 +18067,7 @@ declare const _default: {
|
|
|
18049
18067
|
open: boolean;
|
|
18050
18068
|
mandatory: boolean;
|
|
18051
18069
|
loading: boolean;
|
|
18070
|
+
valueToCopy: string;
|
|
18052
18071
|
options: unknown[];
|
|
18053
18072
|
singleAppSelection: boolean;
|
|
18054
18073
|
placeholder: string;
|
|
@@ -18059,7 +18078,6 @@ declare const _default: {
|
|
|
18059
18078
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18060
18079
|
optionEndIconKey: string;
|
|
18061
18080
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18062
|
-
valueToCopy: string;
|
|
18063
18081
|
selectedOption: any;
|
|
18064
18082
|
brandIconType: "android" | "ios";
|
|
18065
18083
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -18093,6 +18111,10 @@ declare const _default: {
|
|
|
18093
18111
|
type: import("vue").PropType<boolean>;
|
|
18094
18112
|
default: boolean;
|
|
18095
18113
|
};
|
|
18114
|
+
valueToCopy: {
|
|
18115
|
+
type: import("vue").PropType<string>;
|
|
18116
|
+
default: any;
|
|
18117
|
+
};
|
|
18096
18118
|
options: {
|
|
18097
18119
|
type: import("vue").PropType<unknown[]>;
|
|
18098
18120
|
default: any;
|
|
@@ -18137,10 +18159,6 @@ declare const _default: {
|
|
|
18137
18159
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18138
18160
|
default: any;
|
|
18139
18161
|
};
|
|
18140
|
-
valueToCopy: {
|
|
18141
|
-
type: import("vue").PropType<string>;
|
|
18142
|
-
default: any;
|
|
18143
|
-
};
|
|
18144
18162
|
selectedOption: {
|
|
18145
18163
|
type: import("vue").PropType<unknown>;
|
|
18146
18164
|
default: any;
|
|
@@ -18152,7 +18170,7 @@ declare const _default: {
|
|
|
18152
18170
|
}>> & {
|
|
18153
18171
|
onClick?: () => any;
|
|
18154
18172
|
onCopyToClipboard?: () => any;
|
|
18155
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
18173
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
|
|
18156
18174
|
$attrs: {
|
|
18157
18175
|
[x: string]: unknown;
|
|
18158
18176
|
};
|
|
@@ -18197,6 +18215,10 @@ declare const _default: {
|
|
|
18197
18215
|
type: import("vue").PropType<boolean>;
|
|
18198
18216
|
default: boolean;
|
|
18199
18217
|
};
|
|
18218
|
+
valueToCopy: {
|
|
18219
|
+
type: import("vue").PropType<string>;
|
|
18220
|
+
default: any;
|
|
18221
|
+
};
|
|
18200
18222
|
options: {
|
|
18201
18223
|
type: import("vue").PropType<unknown[]>;
|
|
18202
18224
|
default: any;
|
|
@@ -18241,10 +18263,6 @@ declare const _default: {
|
|
|
18241
18263
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18242
18264
|
default: any;
|
|
18243
18265
|
};
|
|
18244
|
-
valueToCopy: {
|
|
18245
|
-
type: import("vue").PropType<string>;
|
|
18246
|
-
default: any;
|
|
18247
|
-
};
|
|
18248
18266
|
selectedOption: {
|
|
18249
18267
|
type: import("vue").PropType<unknown>;
|
|
18250
18268
|
default: any;
|
|
@@ -18267,6 +18285,7 @@ declare const _default: {
|
|
|
18267
18285
|
open: boolean;
|
|
18268
18286
|
mandatory: boolean;
|
|
18269
18287
|
loading: boolean;
|
|
18288
|
+
valueToCopy: string;
|
|
18270
18289
|
options: unknown[];
|
|
18271
18290
|
singleAppSelection: boolean;
|
|
18272
18291
|
placeholder: string;
|
|
@@ -18277,7 +18296,6 @@ declare const _default: {
|
|
|
18277
18296
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18278
18297
|
optionEndIconKey: string;
|
|
18279
18298
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18280
|
-
valueToCopy: string;
|
|
18281
18299
|
selectedOption: any;
|
|
18282
18300
|
brandIconType: "android" | "ios";
|
|
18283
18301
|
}, {}, string> & {
|
|
@@ -18331,6 +18349,10 @@ declare const _default: {
|
|
|
18331
18349
|
type: import("vue").PropType<boolean>;
|
|
18332
18350
|
default: boolean;
|
|
18333
18351
|
};
|
|
18352
|
+
valueToCopy: {
|
|
18353
|
+
type: import("vue").PropType<string>;
|
|
18354
|
+
default: any;
|
|
18355
|
+
};
|
|
18334
18356
|
options: {
|
|
18335
18357
|
type: import("vue").PropType<unknown[]>;
|
|
18336
18358
|
default: any;
|
|
@@ -18375,10 +18397,6 @@ declare const _default: {
|
|
|
18375
18397
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18376
18398
|
default: any;
|
|
18377
18399
|
};
|
|
18378
|
-
valueToCopy: {
|
|
18379
|
-
type: import("vue").PropType<string>;
|
|
18380
|
-
default: any;
|
|
18381
|
-
};
|
|
18382
18400
|
selectedOption: {
|
|
18383
18401
|
type: import("vue").PropType<unknown>;
|
|
18384
18402
|
default: any;
|
|
@@ -18425,6 +18443,10 @@ declare const _default: {
|
|
|
18425
18443
|
type: import("vue").PropType<boolean>;
|
|
18426
18444
|
default: boolean;
|
|
18427
18445
|
};
|
|
18446
|
+
valueToCopy: {
|
|
18447
|
+
type: import("vue").PropType<string>;
|
|
18448
|
+
default: any;
|
|
18449
|
+
};
|
|
18428
18450
|
options: {
|
|
18429
18451
|
type: import("vue").PropType<unknown[]>;
|
|
18430
18452
|
default: any;
|
|
@@ -18469,10 +18491,6 @@ declare const _default: {
|
|
|
18469
18491
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18470
18492
|
default: any;
|
|
18471
18493
|
};
|
|
18472
|
-
valueToCopy: {
|
|
18473
|
-
type: import("vue").PropType<string>;
|
|
18474
|
-
default: any;
|
|
18475
|
-
};
|
|
18476
18494
|
selectedOption: {
|
|
18477
18495
|
type: import("vue").PropType<unknown>;
|
|
18478
18496
|
default: any;
|
|
@@ -18495,6 +18513,7 @@ declare const _default: {
|
|
|
18495
18513
|
open: boolean;
|
|
18496
18514
|
mandatory: boolean;
|
|
18497
18515
|
loading: boolean;
|
|
18516
|
+
valueToCopy: string;
|
|
18498
18517
|
options: unknown[];
|
|
18499
18518
|
singleAppSelection: boolean;
|
|
18500
18519
|
placeholder: string;
|
|
@@ -18505,7 +18524,6 @@ declare const _default: {
|
|
|
18505
18524
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18506
18525
|
optionEndIconKey: string;
|
|
18507
18526
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18508
|
-
valueToCopy: string;
|
|
18509
18527
|
selectedOption: any;
|
|
18510
18528
|
brandIconType: "android" | "ios";
|
|
18511
18529
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -19114,6 +19132,7 @@ declare const _default: {
|
|
|
19114
19132
|
open: boolean;
|
|
19115
19133
|
mandatory: boolean;
|
|
19116
19134
|
loading: boolean;
|
|
19135
|
+
valueToCopy: string;
|
|
19117
19136
|
options: unknown[];
|
|
19118
19137
|
singleAppSelection: boolean;
|
|
19119
19138
|
placeholder: string;
|
|
@@ -19124,7 +19143,6 @@ declare const _default: {
|
|
|
19124
19143
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19125
19144
|
optionEndIconKey: string;
|
|
19126
19145
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19127
|
-
valueToCopy: string;
|
|
19128
19146
|
selectedOption: any;
|
|
19129
19147
|
brandIconType: "android" | "ios";
|
|
19130
19148
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -19158,6 +19176,10 @@ declare const _default: {
|
|
|
19158
19176
|
type: import("vue").PropType<boolean>;
|
|
19159
19177
|
default: boolean;
|
|
19160
19178
|
};
|
|
19179
|
+
valueToCopy: {
|
|
19180
|
+
type: import("vue").PropType<string>;
|
|
19181
|
+
default: any;
|
|
19182
|
+
};
|
|
19161
19183
|
options: {
|
|
19162
19184
|
type: import("vue").PropType<unknown[]>;
|
|
19163
19185
|
default: any;
|
|
@@ -19202,10 +19224,6 @@ declare const _default: {
|
|
|
19202
19224
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19203
19225
|
default: any;
|
|
19204
19226
|
};
|
|
19205
|
-
valueToCopy: {
|
|
19206
|
-
type: import("vue").PropType<string>;
|
|
19207
|
-
default: any;
|
|
19208
|
-
};
|
|
19209
19227
|
selectedOption: {
|
|
19210
19228
|
type: import("vue").PropType<unknown>;
|
|
19211
19229
|
default: any;
|
|
@@ -19217,7 +19235,7 @@ declare const _default: {
|
|
|
19217
19235
|
}>> & {
|
|
19218
19236
|
onClick?: () => any;
|
|
19219
19237
|
onCopyToClipboard?: () => any;
|
|
19220
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
19238
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
|
|
19221
19239
|
$attrs: {
|
|
19222
19240
|
[x: string]: unknown;
|
|
19223
19241
|
};
|
|
@@ -19262,6 +19280,10 @@ declare const _default: {
|
|
|
19262
19280
|
type: import("vue").PropType<boolean>;
|
|
19263
19281
|
default: boolean;
|
|
19264
19282
|
};
|
|
19283
|
+
valueToCopy: {
|
|
19284
|
+
type: import("vue").PropType<string>;
|
|
19285
|
+
default: any;
|
|
19286
|
+
};
|
|
19265
19287
|
options: {
|
|
19266
19288
|
type: import("vue").PropType<unknown[]>;
|
|
19267
19289
|
default: any;
|
|
@@ -19306,10 +19328,6 @@ declare const _default: {
|
|
|
19306
19328
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19307
19329
|
default: any;
|
|
19308
19330
|
};
|
|
19309
|
-
valueToCopy: {
|
|
19310
|
-
type: import("vue").PropType<string>;
|
|
19311
|
-
default: any;
|
|
19312
|
-
};
|
|
19313
19331
|
selectedOption: {
|
|
19314
19332
|
type: import("vue").PropType<unknown>;
|
|
19315
19333
|
default: any;
|
|
@@ -19332,6 +19350,7 @@ declare const _default: {
|
|
|
19332
19350
|
open: boolean;
|
|
19333
19351
|
mandatory: boolean;
|
|
19334
19352
|
loading: boolean;
|
|
19353
|
+
valueToCopy: string;
|
|
19335
19354
|
options: unknown[];
|
|
19336
19355
|
singleAppSelection: boolean;
|
|
19337
19356
|
placeholder: string;
|
|
@@ -19342,7 +19361,6 @@ declare const _default: {
|
|
|
19342
19361
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19343
19362
|
optionEndIconKey: string;
|
|
19344
19363
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19345
|
-
valueToCopy: string;
|
|
19346
19364
|
selectedOption: any;
|
|
19347
19365
|
brandIconType: "android" | "ios";
|
|
19348
19366
|
}, {}, string> & {
|
|
@@ -19396,6 +19414,10 @@ declare const _default: {
|
|
|
19396
19414
|
type: import("vue").PropType<boolean>;
|
|
19397
19415
|
default: boolean;
|
|
19398
19416
|
};
|
|
19417
|
+
valueToCopy: {
|
|
19418
|
+
type: import("vue").PropType<string>;
|
|
19419
|
+
default: any;
|
|
19420
|
+
};
|
|
19399
19421
|
options: {
|
|
19400
19422
|
type: import("vue").PropType<unknown[]>;
|
|
19401
19423
|
default: any;
|
|
@@ -19440,10 +19462,6 @@ declare const _default: {
|
|
|
19440
19462
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19441
19463
|
default: any;
|
|
19442
19464
|
};
|
|
19443
|
-
valueToCopy: {
|
|
19444
|
-
type: import("vue").PropType<string>;
|
|
19445
|
-
default: any;
|
|
19446
|
-
};
|
|
19447
19465
|
selectedOption: {
|
|
19448
19466
|
type: import("vue").PropType<unknown>;
|
|
19449
19467
|
default: any;
|
|
@@ -19490,6 +19508,10 @@ declare const _default: {
|
|
|
19490
19508
|
type: import("vue").PropType<boolean>;
|
|
19491
19509
|
default: boolean;
|
|
19492
19510
|
};
|
|
19511
|
+
valueToCopy: {
|
|
19512
|
+
type: import("vue").PropType<string>;
|
|
19513
|
+
default: any;
|
|
19514
|
+
};
|
|
19493
19515
|
options: {
|
|
19494
19516
|
type: import("vue").PropType<unknown[]>;
|
|
19495
19517
|
default: any;
|
|
@@ -19534,10 +19556,6 @@ declare const _default: {
|
|
|
19534
19556
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19535
19557
|
default: any;
|
|
19536
19558
|
};
|
|
19537
|
-
valueToCopy: {
|
|
19538
|
-
type: import("vue").PropType<string>;
|
|
19539
|
-
default: any;
|
|
19540
|
-
};
|
|
19541
19559
|
selectedOption: {
|
|
19542
19560
|
type: import("vue").PropType<unknown>;
|
|
19543
19561
|
default: any;
|
|
@@ -19560,6 +19578,7 @@ declare const _default: {
|
|
|
19560
19578
|
open: boolean;
|
|
19561
19579
|
mandatory: boolean;
|
|
19562
19580
|
loading: boolean;
|
|
19581
|
+
valueToCopy: string;
|
|
19563
19582
|
options: unknown[];
|
|
19564
19583
|
singleAppSelection: boolean;
|
|
19565
19584
|
placeholder: string;
|
|
@@ -19570,7 +19589,6 @@ declare const _default: {
|
|
|
19570
19589
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19571
19590
|
optionEndIconKey: string;
|
|
19572
19591
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19573
|
-
valueToCopy: string;
|
|
19574
19592
|
selectedOption: any;
|
|
19575
19593
|
brandIconType: "android" | "ios";
|
|
19576
19594
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -20197,6 +20215,7 @@ declare const _default: {
|
|
|
20197
20215
|
skidding: number;
|
|
20198
20216
|
modelValue: any;
|
|
20199
20217
|
selected: any;
|
|
20218
|
+
valueToCopy: string;
|
|
20200
20219
|
onClear: () => void;
|
|
20201
20220
|
placeholder: string;
|
|
20202
20221
|
multi: boolean;
|
|
@@ -20226,7 +20245,6 @@ declare const _default: {
|
|
|
20226
20245
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20227
20246
|
optionsEndTextIconKey: string;
|
|
20228
20247
|
optionFlagKey: string;
|
|
20229
|
-
valueToCopy: string;
|
|
20230
20248
|
disabledOptionKey: string;
|
|
20231
20249
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20232
20250
|
optionTwoLinesKey: string;
|
|
@@ -20297,6 +20315,10 @@ declare const _default: {
|
|
|
20297
20315
|
type: import("vue").PropType<unknown>;
|
|
20298
20316
|
default: any;
|
|
20299
20317
|
};
|
|
20318
|
+
valueToCopy: {
|
|
20319
|
+
type: import("vue").PropType<string>;
|
|
20320
|
+
default: any;
|
|
20321
|
+
};
|
|
20300
20322
|
options: {
|
|
20301
20323
|
type: import("vue").PropType<unknown[]>;
|
|
20302
20324
|
required: true;
|
|
@@ -20421,10 +20443,6 @@ declare const _default: {
|
|
|
20421
20443
|
type: import("vue").PropType<string>;
|
|
20422
20444
|
default: any;
|
|
20423
20445
|
};
|
|
20424
|
-
valueToCopy: {
|
|
20425
|
-
type: import("vue").PropType<string>;
|
|
20426
|
-
default: any;
|
|
20427
|
-
};
|
|
20428
20446
|
disabledOptionKey: {
|
|
20429
20447
|
type: import("vue").PropType<string>;
|
|
20430
20448
|
default: string;
|
|
@@ -20479,7 +20497,7 @@ declare const _default: {
|
|
|
20479
20497
|
onOnsearch?: (value: string) => any;
|
|
20480
20498
|
onOpened?: () => any;
|
|
20481
20499
|
onClosed?: () => any;
|
|
20482
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "
|
|
20500
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
20483
20501
|
$attrs: {
|
|
20484
20502
|
[x: string]: unknown;
|
|
20485
20503
|
};
|
|
@@ -20552,6 +20570,10 @@ declare const _default: {
|
|
|
20552
20570
|
type: import("vue").PropType<unknown>;
|
|
20553
20571
|
default: any;
|
|
20554
20572
|
};
|
|
20573
|
+
valueToCopy: {
|
|
20574
|
+
type: import("vue").PropType<string>;
|
|
20575
|
+
default: any;
|
|
20576
|
+
};
|
|
20555
20577
|
options: {
|
|
20556
20578
|
type: import("vue").PropType<unknown[]>;
|
|
20557
20579
|
required: true;
|
|
@@ -20676,10 +20698,6 @@ declare const _default: {
|
|
|
20676
20698
|
type: import("vue").PropType<string>;
|
|
20677
20699
|
default: any;
|
|
20678
20700
|
};
|
|
20679
|
-
valueToCopy: {
|
|
20680
|
-
type: import("vue").PropType<string>;
|
|
20681
|
-
default: any;
|
|
20682
|
-
};
|
|
20683
20701
|
disabledOptionKey: {
|
|
20684
20702
|
type: import("vue").PropType<string>;
|
|
20685
20703
|
default: string;
|
|
@@ -20761,6 +20779,7 @@ declare const _default: {
|
|
|
20761
20779
|
skidding: number;
|
|
20762
20780
|
modelValue: any;
|
|
20763
20781
|
selected: any;
|
|
20782
|
+
valueToCopy: string;
|
|
20764
20783
|
onClear: () => void;
|
|
20765
20784
|
placeholder: string;
|
|
20766
20785
|
multi: boolean;
|
|
@@ -20790,7 +20809,6 @@ declare const _default: {
|
|
|
20790
20809
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20791
20810
|
optionsEndTextIconKey: string;
|
|
20792
20811
|
optionFlagKey: string;
|
|
20793
|
-
valueToCopy: string;
|
|
20794
20812
|
disabledOptionKey: string;
|
|
20795
20813
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20796
20814
|
optionTwoLinesKey: string;
|
|
@@ -20881,6 +20899,10 @@ declare const _default: {
|
|
|
20881
20899
|
type: import("vue").PropType<unknown>;
|
|
20882
20900
|
default: any;
|
|
20883
20901
|
};
|
|
20902
|
+
valueToCopy: {
|
|
20903
|
+
type: import("vue").PropType<string>;
|
|
20904
|
+
default: any;
|
|
20905
|
+
};
|
|
20884
20906
|
options: {
|
|
20885
20907
|
type: import("vue").PropType<unknown[]>;
|
|
20886
20908
|
required: true;
|
|
@@ -21005,10 +21027,6 @@ declare const _default: {
|
|
|
21005
21027
|
type: import("vue").PropType<string>;
|
|
21006
21028
|
default: any;
|
|
21007
21029
|
};
|
|
21008
|
-
valueToCopy: {
|
|
21009
|
-
type: import("vue").PropType<string>;
|
|
21010
|
-
default: any;
|
|
21011
|
-
};
|
|
21012
21030
|
disabledOptionKey: {
|
|
21013
21031
|
type: import("vue").PropType<string>;
|
|
21014
21032
|
default: string;
|
|
@@ -21129,6 +21147,10 @@ declare const _default: {
|
|
|
21129
21147
|
type: import("vue").PropType<unknown>;
|
|
21130
21148
|
default: any;
|
|
21131
21149
|
};
|
|
21150
|
+
valueToCopy: {
|
|
21151
|
+
type: import("vue").PropType<string>;
|
|
21152
|
+
default: any;
|
|
21153
|
+
};
|
|
21132
21154
|
options: {
|
|
21133
21155
|
type: import("vue").PropType<unknown[]>;
|
|
21134
21156
|
required: true;
|
|
@@ -21253,10 +21275,6 @@ declare const _default: {
|
|
|
21253
21275
|
type: import("vue").PropType<string>;
|
|
21254
21276
|
default: any;
|
|
21255
21277
|
};
|
|
21256
|
-
valueToCopy: {
|
|
21257
|
-
type: import("vue").PropType<string>;
|
|
21258
|
-
default: any;
|
|
21259
|
-
};
|
|
21260
21278
|
disabledOptionKey: {
|
|
21261
21279
|
type: import("vue").PropType<string>;
|
|
21262
21280
|
default: string;
|
|
@@ -21338,6 +21356,7 @@ declare const _default: {
|
|
|
21338
21356
|
skidding: number;
|
|
21339
21357
|
modelValue: any;
|
|
21340
21358
|
selected: any;
|
|
21359
|
+
valueToCopy: string;
|
|
21341
21360
|
onClear: () => void;
|
|
21342
21361
|
placeholder: string;
|
|
21343
21362
|
multi: boolean;
|
|
@@ -21367,7 +21386,6 @@ declare const _default: {
|
|
|
21367
21386
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21368
21387
|
optionsEndTextIconKey: string;
|
|
21369
21388
|
optionFlagKey: string;
|
|
21370
|
-
valueToCopy: string;
|
|
21371
21389
|
disabledOptionKey: string;
|
|
21372
21390
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21373
21391
|
optionTwoLinesKey: string;
|
|
@@ -21520,6 +21538,7 @@ declare const _default: {
|
|
|
21520
21538
|
disabled: boolean;
|
|
21521
21539
|
size: "small" | "medium" | "large";
|
|
21522
21540
|
selected: unknown[];
|
|
21541
|
+
valueToCopy: string;
|
|
21523
21542
|
placeholder: string;
|
|
21524
21543
|
inlineSearchPlaceholder: string;
|
|
21525
21544
|
optionNameKey: string;
|
|
@@ -21528,7 +21547,6 @@ declare const _default: {
|
|
|
21528
21547
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21529
21548
|
optionEndIconKey: string;
|
|
21530
21549
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21531
|
-
valueToCopy: string;
|
|
21532
21550
|
disabledOptionKey: string;
|
|
21533
21551
|
optionEndTextIconKey: string;
|
|
21534
21552
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -21551,6 +21569,10 @@ declare const _default: {
|
|
|
21551
21569
|
type: import("vue").PropType<unknown[]>;
|
|
21552
21570
|
default: any;
|
|
21553
21571
|
};
|
|
21572
|
+
valueToCopy: {
|
|
21573
|
+
type: import("vue").PropType<string>;
|
|
21574
|
+
default: any;
|
|
21575
|
+
};
|
|
21554
21576
|
options: {
|
|
21555
21577
|
type: import("vue").PropType<unknown[]>;
|
|
21556
21578
|
required: true;
|
|
@@ -21591,10 +21613,6 @@ declare const _default: {
|
|
|
21591
21613
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21592
21614
|
default: any;
|
|
21593
21615
|
};
|
|
21594
|
-
valueToCopy: {
|
|
21595
|
-
type: import("vue").PropType<string>;
|
|
21596
|
-
default: any;
|
|
21597
|
-
};
|
|
21598
21616
|
disabledOptionKey: {
|
|
21599
21617
|
type: import("vue").PropType<string>;
|
|
21600
21618
|
default: string;
|
|
@@ -21618,7 +21636,7 @@ declare const _default: {
|
|
|
21618
21636
|
}>> & {
|
|
21619
21637
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21620
21638
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21621
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
21639
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
21622
21640
|
$attrs: {
|
|
21623
21641
|
[x: string]: unknown;
|
|
21624
21642
|
};
|
|
@@ -21652,6 +21670,10 @@ declare const _default: {
|
|
|
21652
21670
|
type: import("vue").PropType<unknown[]>;
|
|
21653
21671
|
default: any;
|
|
21654
21672
|
};
|
|
21673
|
+
valueToCopy: {
|
|
21674
|
+
type: import("vue").PropType<string>;
|
|
21675
|
+
default: any;
|
|
21676
|
+
};
|
|
21655
21677
|
options: {
|
|
21656
21678
|
type: import("vue").PropType<unknown[]>;
|
|
21657
21679
|
required: true;
|
|
@@ -21692,10 +21714,6 @@ declare const _default: {
|
|
|
21692
21714
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21693
21715
|
default: any;
|
|
21694
21716
|
};
|
|
21695
|
-
valueToCopy: {
|
|
21696
|
-
type: import("vue").PropType<string>;
|
|
21697
|
-
default: any;
|
|
21698
|
-
};
|
|
21699
21717
|
disabledOptionKey: {
|
|
21700
21718
|
type: import("vue").PropType<string>;
|
|
21701
21719
|
default: string;
|
|
@@ -21727,6 +21745,7 @@ declare const _default: {
|
|
|
21727
21745
|
disabled: boolean;
|
|
21728
21746
|
size: "small" | "medium" | "large";
|
|
21729
21747
|
selected: unknown[];
|
|
21748
|
+
valueToCopy: string;
|
|
21730
21749
|
placeholder: string;
|
|
21731
21750
|
inlineSearchPlaceholder: string;
|
|
21732
21751
|
optionNameKey: string;
|
|
@@ -21735,7 +21754,6 @@ declare const _default: {
|
|
|
21735
21754
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21736
21755
|
optionEndIconKey: string;
|
|
21737
21756
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21738
|
-
valueToCopy: string;
|
|
21739
21757
|
disabledOptionKey: string;
|
|
21740
21758
|
optionEndTextIconKey: string;
|
|
21741
21759
|
}, {}, string> & {
|
|
@@ -21778,6 +21796,10 @@ declare const _default: {
|
|
|
21778
21796
|
type: import("vue").PropType<unknown[]>;
|
|
21779
21797
|
default: any;
|
|
21780
21798
|
};
|
|
21799
|
+
valueToCopy: {
|
|
21800
|
+
type: import("vue").PropType<string>;
|
|
21801
|
+
default: any;
|
|
21802
|
+
};
|
|
21781
21803
|
options: {
|
|
21782
21804
|
type: import("vue").PropType<unknown[]>;
|
|
21783
21805
|
required: true;
|
|
@@ -21818,10 +21840,6 @@ declare const _default: {
|
|
|
21818
21840
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21819
21841
|
default: any;
|
|
21820
21842
|
};
|
|
21821
|
-
valueToCopy: {
|
|
21822
|
-
type: import("vue").PropType<string>;
|
|
21823
|
-
default: any;
|
|
21824
|
-
};
|
|
21825
21843
|
disabledOptionKey: {
|
|
21826
21844
|
type: import("vue").PropType<string>;
|
|
21827
21845
|
default: string;
|
|
@@ -21869,6 +21887,10 @@ declare const _default: {
|
|
|
21869
21887
|
type: import("vue").PropType<unknown[]>;
|
|
21870
21888
|
default: any;
|
|
21871
21889
|
};
|
|
21890
|
+
valueToCopy: {
|
|
21891
|
+
type: import("vue").PropType<string>;
|
|
21892
|
+
default: any;
|
|
21893
|
+
};
|
|
21872
21894
|
options: {
|
|
21873
21895
|
type: import("vue").PropType<unknown[]>;
|
|
21874
21896
|
required: true;
|
|
@@ -21909,10 +21931,6 @@ declare const _default: {
|
|
|
21909
21931
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21910
21932
|
default: any;
|
|
21911
21933
|
};
|
|
21912
|
-
valueToCopy: {
|
|
21913
|
-
type: import("vue").PropType<string>;
|
|
21914
|
-
default: any;
|
|
21915
|
-
};
|
|
21916
21934
|
disabledOptionKey: {
|
|
21917
21935
|
type: import("vue").PropType<string>;
|
|
21918
21936
|
default: string;
|
|
@@ -21944,6 +21962,7 @@ declare const _default: {
|
|
|
21944
21962
|
disabled: boolean;
|
|
21945
21963
|
size: "small" | "medium" | "large";
|
|
21946
21964
|
selected: unknown[];
|
|
21965
|
+
valueToCopy: string;
|
|
21947
21966
|
placeholder: string;
|
|
21948
21967
|
inlineSearchPlaceholder: string;
|
|
21949
21968
|
optionNameKey: string;
|
|
@@ -21952,7 +21971,6 @@ declare const _default: {
|
|
|
21952
21971
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21953
21972
|
optionEndIconKey: string;
|
|
21954
21973
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21955
|
-
valueToCopy: string;
|
|
21956
21974
|
disabledOptionKey: string;
|
|
21957
21975
|
optionEndTextIconKey: string;
|
|
21958
21976
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -22450,6 +22468,7 @@ declare const _default: {
|
|
|
22450
22468
|
disabled: boolean;
|
|
22451
22469
|
size: "small" | "medium" | "large";
|
|
22452
22470
|
selected: unknown[];
|
|
22471
|
+
valueToCopy: string;
|
|
22453
22472
|
placeholder: string;
|
|
22454
22473
|
inlineSearchPlaceholder: string;
|
|
22455
22474
|
optionNameKey: string;
|
|
@@ -22458,7 +22477,6 @@ declare const _default: {
|
|
|
22458
22477
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22459
22478
|
optionEndIconKey: string;
|
|
22460
22479
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22461
|
-
valueToCopy: string;
|
|
22462
22480
|
disabledOptionKey: string;
|
|
22463
22481
|
optionEndTextIconKey: string;
|
|
22464
22482
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -22481,6 +22499,10 @@ declare const _default: {
|
|
|
22481
22499
|
type: import("vue").PropType<unknown[]>;
|
|
22482
22500
|
default: any;
|
|
22483
22501
|
};
|
|
22502
|
+
valueToCopy: {
|
|
22503
|
+
type: import("vue").PropType<string>;
|
|
22504
|
+
default: any;
|
|
22505
|
+
};
|
|
22484
22506
|
options: {
|
|
22485
22507
|
type: import("vue").PropType<unknown[]>;
|
|
22486
22508
|
required: true;
|
|
@@ -22521,10 +22543,6 @@ declare const _default: {
|
|
|
22521
22543
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22522
22544
|
default: any;
|
|
22523
22545
|
};
|
|
22524
|
-
valueToCopy: {
|
|
22525
|
-
type: import("vue").PropType<string>;
|
|
22526
|
-
default: any;
|
|
22527
|
-
};
|
|
22528
22546
|
disabledOptionKey: {
|
|
22529
22547
|
type: import("vue").PropType<string>;
|
|
22530
22548
|
default: string;
|
|
@@ -22548,7 +22566,7 @@ declare const _default: {
|
|
|
22548
22566
|
}>> & {
|
|
22549
22567
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
22550
22568
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
22551
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
22569
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
22552
22570
|
$attrs: {
|
|
22553
22571
|
[x: string]: unknown;
|
|
22554
22572
|
};
|
|
@@ -22582,6 +22600,10 @@ declare const _default: {
|
|
|
22582
22600
|
type: import("vue").PropType<unknown[]>;
|
|
22583
22601
|
default: any;
|
|
22584
22602
|
};
|
|
22603
|
+
valueToCopy: {
|
|
22604
|
+
type: import("vue").PropType<string>;
|
|
22605
|
+
default: any;
|
|
22606
|
+
};
|
|
22585
22607
|
options: {
|
|
22586
22608
|
type: import("vue").PropType<unknown[]>;
|
|
22587
22609
|
required: true;
|
|
@@ -22622,10 +22644,6 @@ declare const _default: {
|
|
|
22622
22644
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22623
22645
|
default: any;
|
|
22624
22646
|
};
|
|
22625
|
-
valueToCopy: {
|
|
22626
|
-
type: import("vue").PropType<string>;
|
|
22627
|
-
default: any;
|
|
22628
|
-
};
|
|
22629
22647
|
disabledOptionKey: {
|
|
22630
22648
|
type: import("vue").PropType<string>;
|
|
22631
22649
|
default: string;
|
|
@@ -22657,6 +22675,7 @@ declare const _default: {
|
|
|
22657
22675
|
disabled: boolean;
|
|
22658
22676
|
size: "small" | "medium" | "large";
|
|
22659
22677
|
selected: unknown[];
|
|
22678
|
+
valueToCopy: string;
|
|
22660
22679
|
placeholder: string;
|
|
22661
22680
|
inlineSearchPlaceholder: string;
|
|
22662
22681
|
optionNameKey: string;
|
|
@@ -22665,7 +22684,6 @@ declare const _default: {
|
|
|
22665
22684
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22666
22685
|
optionEndIconKey: string;
|
|
22667
22686
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22668
|
-
valueToCopy: string;
|
|
22669
22687
|
disabledOptionKey: string;
|
|
22670
22688
|
optionEndTextIconKey: string;
|
|
22671
22689
|
}, {}, string> & {
|
|
@@ -22708,6 +22726,10 @@ declare const _default: {
|
|
|
22708
22726
|
type: import("vue").PropType<unknown[]>;
|
|
22709
22727
|
default: any;
|
|
22710
22728
|
};
|
|
22729
|
+
valueToCopy: {
|
|
22730
|
+
type: import("vue").PropType<string>;
|
|
22731
|
+
default: any;
|
|
22732
|
+
};
|
|
22711
22733
|
options: {
|
|
22712
22734
|
type: import("vue").PropType<unknown[]>;
|
|
22713
22735
|
required: true;
|
|
@@ -22748,10 +22770,6 @@ declare const _default: {
|
|
|
22748
22770
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22749
22771
|
default: any;
|
|
22750
22772
|
};
|
|
22751
|
-
valueToCopy: {
|
|
22752
|
-
type: import("vue").PropType<string>;
|
|
22753
|
-
default: any;
|
|
22754
|
-
};
|
|
22755
22773
|
disabledOptionKey: {
|
|
22756
22774
|
type: import("vue").PropType<string>;
|
|
22757
22775
|
default: string;
|
|
@@ -22799,6 +22817,10 @@ declare const _default: {
|
|
|
22799
22817
|
type: import("vue").PropType<unknown[]>;
|
|
22800
22818
|
default: any;
|
|
22801
22819
|
};
|
|
22820
|
+
valueToCopy: {
|
|
22821
|
+
type: import("vue").PropType<string>;
|
|
22822
|
+
default: any;
|
|
22823
|
+
};
|
|
22802
22824
|
options: {
|
|
22803
22825
|
type: import("vue").PropType<unknown[]>;
|
|
22804
22826
|
required: true;
|
|
@@ -22839,10 +22861,6 @@ declare const _default: {
|
|
|
22839
22861
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22840
22862
|
default: any;
|
|
22841
22863
|
};
|
|
22842
|
-
valueToCopy: {
|
|
22843
|
-
type: import("vue").PropType<string>;
|
|
22844
|
-
default: any;
|
|
22845
|
-
};
|
|
22846
22864
|
disabledOptionKey: {
|
|
22847
22865
|
type: import("vue").PropType<string>;
|
|
22848
22866
|
default: string;
|
|
@@ -22874,6 +22892,7 @@ declare const _default: {
|
|
|
22874
22892
|
disabled: boolean;
|
|
22875
22893
|
size: "small" | "medium" | "large";
|
|
22876
22894
|
selected: unknown[];
|
|
22895
|
+
valueToCopy: string;
|
|
22877
22896
|
placeholder: string;
|
|
22878
22897
|
inlineSearchPlaceholder: string;
|
|
22879
22898
|
optionNameKey: string;
|
|
@@ -22882,7 +22901,6 @@ declare const _default: {
|
|
|
22882
22901
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22883
22902
|
optionEndIconKey: string;
|
|
22884
22903
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22885
|
-
valueToCopy: string;
|
|
22886
22904
|
disabledOptionKey: string;
|
|
22887
22905
|
optionEndTextIconKey: string;
|
|
22888
22906
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|