@ironsource/shared-ui 2.1.9-test.1 → 2.1.9-test.2
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/DropdownV4.vue_vue_type_style_index_0_scoped_cf64ca64_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/dropdown/common/Dropdown.common.d.ts +1 -0
- package/components/dropdown/common/Dropdown.common.js +165 -158
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +17 -5
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +164 -158
- package/components/dropdown/v4/OptionV4.vue.d.ts +1 -1
- package/components/dropdown/v4/index.d.ts +104 -64
- package/index.d.ts +208 -128
- package/index.js +1 -1
- package/package.json +1 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_360883b1_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -15792,17 +15792,19 @@ declare const _default: {
|
|
|
15792
15792
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15793
15793
|
optionEndIconKey: string;
|
|
15794
15794
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15795
|
+
optionFlagKey: string;
|
|
15795
15796
|
valueToCopy: string;
|
|
15796
15797
|
disabledOptionKey: string;
|
|
15797
15798
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15798
15799
|
optionTwoLinesKey: string;
|
|
15799
15800
|
groupedOptions: boolean;
|
|
15801
|
+
comparingKey: string;
|
|
15802
|
+
withConditions: boolean;
|
|
15800
15803
|
fullWidth: boolean;
|
|
15801
15804
|
optionsListWidth: string;
|
|
15802
15805
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
15803
15806
|
disableVirtualScroll: boolean;
|
|
15804
15807
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
15805
|
-
withConditions: boolean;
|
|
15806
15808
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
15807
15809
|
theme: {
|
|
15808
15810
|
type: import("vue").PropType<string>;
|
|
@@ -15978,6 +15980,10 @@ declare const _default: {
|
|
|
15978
15980
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
15979
15981
|
default: any;
|
|
15980
15982
|
};
|
|
15983
|
+
optionFlagKey: {
|
|
15984
|
+
type: import("vue").PropType<string>;
|
|
15985
|
+
default: any;
|
|
15986
|
+
};
|
|
15981
15987
|
valueToCopy: {
|
|
15982
15988
|
type: import("vue").PropType<string>;
|
|
15983
15989
|
default: any;
|
|
@@ -15998,6 +16004,15 @@ declare const _default: {
|
|
|
15998
16004
|
type: import("vue").PropType<boolean>;
|
|
15999
16005
|
default: boolean;
|
|
16000
16006
|
};
|
|
16007
|
+
comparingKey: {
|
|
16008
|
+
type: import("vue").PropType<string>;
|
|
16009
|
+
default: any;
|
|
16010
|
+
};
|
|
16011
|
+
withConditions: {
|
|
16012
|
+
type: import("vue").PropType<boolean>;
|
|
16013
|
+
required: true;
|
|
16014
|
+
default: boolean;
|
|
16015
|
+
};
|
|
16001
16016
|
fullWidth: {
|
|
16002
16017
|
type: import("vue").PropType<boolean>;
|
|
16003
16018
|
default: boolean;
|
|
@@ -16018,11 +16033,6 @@ declare const _default: {
|
|
|
16018
16033
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16019
16034
|
default: any;
|
|
16020
16035
|
};
|
|
16021
|
-
withConditions: {
|
|
16022
|
-
type: import("vue").PropType<boolean>;
|
|
16023
|
-
required: true;
|
|
16024
|
-
default: boolean;
|
|
16025
|
-
};
|
|
16026
16036
|
}>> & {
|
|
16027
16037
|
onCopyToClipboard?: () => any;
|
|
16028
16038
|
onClear?: () => any;
|
|
@@ -16033,7 +16043,7 @@ declare const _default: {
|
|
|
16033
16043
|
onOnsearch?: (value: string) => any;
|
|
16034
16044
|
onOpened?: () => any;
|
|
16035
16045
|
onClosed?: () => any;
|
|
16036
|
-
} & 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" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation"
|
|
16046
|
+
} & 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" | "optionFlagKey" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "withConditions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
16037
16047
|
$attrs: {
|
|
16038
16048
|
[x: string]: unknown;
|
|
16039
16049
|
};
|
|
@@ -16222,6 +16232,10 @@ declare const _default: {
|
|
|
16222
16232
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16223
16233
|
default: any;
|
|
16224
16234
|
};
|
|
16235
|
+
optionFlagKey: {
|
|
16236
|
+
type: import("vue").PropType<string>;
|
|
16237
|
+
default: any;
|
|
16238
|
+
};
|
|
16225
16239
|
valueToCopy: {
|
|
16226
16240
|
type: import("vue").PropType<string>;
|
|
16227
16241
|
default: any;
|
|
@@ -16242,6 +16256,15 @@ declare const _default: {
|
|
|
16242
16256
|
type: import("vue").PropType<boolean>;
|
|
16243
16257
|
default: boolean;
|
|
16244
16258
|
};
|
|
16259
|
+
comparingKey: {
|
|
16260
|
+
type: import("vue").PropType<string>;
|
|
16261
|
+
default: any;
|
|
16262
|
+
};
|
|
16263
|
+
withConditions: {
|
|
16264
|
+
type: import("vue").PropType<boolean>;
|
|
16265
|
+
required: true;
|
|
16266
|
+
default: boolean;
|
|
16267
|
+
};
|
|
16245
16268
|
fullWidth: {
|
|
16246
16269
|
type: import("vue").PropType<boolean>;
|
|
16247
16270
|
default: boolean;
|
|
@@ -16262,11 +16285,6 @@ declare const _default: {
|
|
|
16262
16285
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16263
16286
|
default: any;
|
|
16264
16287
|
};
|
|
16265
|
-
withConditions: {
|
|
16266
|
-
type: import("vue").PropType<boolean>;
|
|
16267
|
-
required: true;
|
|
16268
|
-
default: boolean;
|
|
16269
|
-
};
|
|
16270
16288
|
}>> & {
|
|
16271
16289
|
onCopyToClipboard?: () => any;
|
|
16272
16290
|
onClear?: () => any;
|
|
@@ -16331,17 +16349,19 @@ declare const _default: {
|
|
|
16331
16349
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16332
16350
|
optionEndIconKey: string;
|
|
16333
16351
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16352
|
+
optionFlagKey: string;
|
|
16334
16353
|
valueToCopy: string;
|
|
16335
16354
|
disabledOptionKey: string;
|
|
16336
16355
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16337
16356
|
optionTwoLinesKey: string;
|
|
16338
16357
|
groupedOptions: boolean;
|
|
16358
|
+
comparingKey: string;
|
|
16359
|
+
withConditions: boolean;
|
|
16339
16360
|
fullWidth: boolean;
|
|
16340
16361
|
optionsListWidth: string;
|
|
16341
16362
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16342
16363
|
disableVirtualScroll: boolean;
|
|
16343
16364
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
16344
|
-
withConditions: boolean;
|
|
16345
16365
|
}, {}, string> & {
|
|
16346
16366
|
beforeCreate?: (() => void) | (() => void)[];
|
|
16347
16367
|
created?: (() => void) | (() => void)[];
|
|
@@ -16537,6 +16557,10 @@ declare const _default: {
|
|
|
16537
16557
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16538
16558
|
default: any;
|
|
16539
16559
|
};
|
|
16560
|
+
optionFlagKey: {
|
|
16561
|
+
type: import("vue").PropType<string>;
|
|
16562
|
+
default: any;
|
|
16563
|
+
};
|
|
16540
16564
|
valueToCopy: {
|
|
16541
16565
|
type: import("vue").PropType<string>;
|
|
16542
16566
|
default: any;
|
|
@@ -16557,6 +16581,15 @@ declare const _default: {
|
|
|
16557
16581
|
type: import("vue").PropType<boolean>;
|
|
16558
16582
|
default: boolean;
|
|
16559
16583
|
};
|
|
16584
|
+
comparingKey: {
|
|
16585
|
+
type: import("vue").PropType<string>;
|
|
16586
|
+
default: any;
|
|
16587
|
+
};
|
|
16588
|
+
withConditions: {
|
|
16589
|
+
type: import("vue").PropType<boolean>;
|
|
16590
|
+
required: true;
|
|
16591
|
+
default: boolean;
|
|
16592
|
+
};
|
|
16560
16593
|
fullWidth: {
|
|
16561
16594
|
type: import("vue").PropType<boolean>;
|
|
16562
16595
|
default: boolean;
|
|
@@ -16577,11 +16610,6 @@ declare const _default: {
|
|
|
16577
16610
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16578
16611
|
default: any;
|
|
16579
16612
|
};
|
|
16580
|
-
withConditions: {
|
|
16581
|
-
type: import("vue").PropType<boolean>;
|
|
16582
|
-
required: true;
|
|
16583
|
-
default: boolean;
|
|
16584
|
-
};
|
|
16585
16613
|
}>> & {
|
|
16586
16614
|
onCopyToClipboard?: () => any;
|
|
16587
16615
|
onClear?: () => any;
|
|
@@ -16774,6 +16802,10 @@ declare const _default: {
|
|
|
16774
16802
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16775
16803
|
default: any;
|
|
16776
16804
|
};
|
|
16805
|
+
optionFlagKey: {
|
|
16806
|
+
type: import("vue").PropType<string>;
|
|
16807
|
+
default: any;
|
|
16808
|
+
};
|
|
16777
16809
|
valueToCopy: {
|
|
16778
16810
|
type: import("vue").PropType<string>;
|
|
16779
16811
|
default: any;
|
|
@@ -16794,6 +16826,15 @@ declare const _default: {
|
|
|
16794
16826
|
type: import("vue").PropType<boolean>;
|
|
16795
16827
|
default: boolean;
|
|
16796
16828
|
};
|
|
16829
|
+
comparingKey: {
|
|
16830
|
+
type: import("vue").PropType<string>;
|
|
16831
|
+
default: any;
|
|
16832
|
+
};
|
|
16833
|
+
withConditions: {
|
|
16834
|
+
type: import("vue").PropType<boolean>;
|
|
16835
|
+
required: true;
|
|
16836
|
+
default: boolean;
|
|
16837
|
+
};
|
|
16797
16838
|
fullWidth: {
|
|
16798
16839
|
type: import("vue").PropType<boolean>;
|
|
16799
16840
|
default: boolean;
|
|
@@ -16814,11 +16855,6 @@ declare const _default: {
|
|
|
16814
16855
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16815
16856
|
default: any;
|
|
16816
16857
|
};
|
|
16817
|
-
withConditions: {
|
|
16818
|
-
type: import("vue").PropType<boolean>;
|
|
16819
|
-
required: true;
|
|
16820
|
-
default: boolean;
|
|
16821
|
-
};
|
|
16822
16858
|
}>> & {
|
|
16823
16859
|
onCopyToClipboard?: () => any;
|
|
16824
16860
|
onClear?: () => any;
|
|
@@ -16883,17 +16919,19 @@ declare const _default: {
|
|
|
16883
16919
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16884
16920
|
optionEndIconKey: string;
|
|
16885
16921
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16922
|
+
optionFlagKey: string;
|
|
16886
16923
|
valueToCopy: string;
|
|
16887
16924
|
disabledOptionKey: string;
|
|
16888
16925
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16889
16926
|
optionTwoLinesKey: string;
|
|
16890
16927
|
groupedOptions: boolean;
|
|
16928
|
+
comparingKey: string;
|
|
16929
|
+
withConditions: boolean;
|
|
16891
16930
|
fullWidth: boolean;
|
|
16892
16931
|
optionsListWidth: string;
|
|
16893
16932
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16894
16933
|
disableVirtualScroll: boolean;
|
|
16895
16934
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
16896
|
-
withConditions: boolean;
|
|
16897
16935
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
16898
16936
|
$slots: {
|
|
16899
16937
|
label?(_: {}): any;
|
|
@@ -16922,11 +16960,13 @@ declare const _default: {
|
|
|
16922
16960
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16923
16961
|
optionAndIconKey: string;
|
|
16924
16962
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16963
|
+
optionFlagKey: string;
|
|
16925
16964
|
feedbackVariant: "success" | "warning" | "error";
|
|
16926
16965
|
valueToCopy: string;
|
|
16927
16966
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16928
16967
|
size: "small" | "medium" | "large";
|
|
16929
16968
|
showAllSelectedText: boolean;
|
|
16969
|
+
allSelected: boolean;
|
|
16930
16970
|
onKeydown: (event: any) => void;
|
|
16931
16971
|
onClick: () => void;
|
|
16932
16972
|
};
|
|
@@ -16970,12 +17010,12 @@ declare const _default: {
|
|
|
16970
17010
|
optionIconKey: string;
|
|
16971
17011
|
optionImageKey: string;
|
|
16972
17012
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17013
|
+
optionFlagKey: string;
|
|
16973
17014
|
allSelected: boolean;
|
|
16974
17015
|
selectedOption: any;
|
|
16975
17016
|
showFeedbackIcon: boolean;
|
|
16976
17017
|
brandIconType: "android" | "ios";
|
|
16977
17018
|
showAllSelectedText: boolean;
|
|
16978
|
-
optionFlagKey: string;
|
|
16979
17019
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16980
17020
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
16981
17021
|
label: {
|
|
@@ -17060,6 +17100,10 @@ declare const _default: {
|
|
|
17060
17100
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17061
17101
|
default: any;
|
|
17062
17102
|
};
|
|
17103
|
+
optionFlagKey: {
|
|
17104
|
+
type: import("vue").PropType<string>;
|
|
17105
|
+
default: any;
|
|
17106
|
+
};
|
|
17063
17107
|
allSelected: {
|
|
17064
17108
|
type: import("vue").PropType<boolean>;
|
|
17065
17109
|
default: boolean;
|
|
@@ -17080,17 +17124,13 @@ declare const _default: {
|
|
|
17080
17124
|
type: import("vue").PropType<boolean>;
|
|
17081
17125
|
default: boolean;
|
|
17082
17126
|
};
|
|
17083
|
-
optionFlagKey: {
|
|
17084
|
-
type: import("vue").PropType<string>;
|
|
17085
|
-
default: any;
|
|
17086
|
-
};
|
|
17087
17127
|
statusDotType: {
|
|
17088
17128
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
17089
17129
|
default: any;
|
|
17090
17130
|
};
|
|
17091
17131
|
}>> & {
|
|
17092
17132
|
onClick?: () => any;
|
|
17093
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "
|
|
17133
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
|
|
17094
17134
|
$attrs: {
|
|
17095
17135
|
[x: string]: unknown;
|
|
17096
17136
|
};
|
|
@@ -17187,6 +17227,10 @@ declare const _default: {
|
|
|
17187
17227
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17188
17228
|
default: any;
|
|
17189
17229
|
};
|
|
17230
|
+
optionFlagKey: {
|
|
17231
|
+
type: import("vue").PropType<string>;
|
|
17232
|
+
default: any;
|
|
17233
|
+
};
|
|
17190
17234
|
allSelected: {
|
|
17191
17235
|
type: import("vue").PropType<boolean>;
|
|
17192
17236
|
default: boolean;
|
|
@@ -17207,10 +17251,6 @@ declare const _default: {
|
|
|
17207
17251
|
type: import("vue").PropType<boolean>;
|
|
17208
17252
|
default: boolean;
|
|
17209
17253
|
};
|
|
17210
|
-
optionFlagKey: {
|
|
17211
|
-
type: import("vue").PropType<string>;
|
|
17212
|
-
default: any;
|
|
17213
|
-
};
|
|
17214
17254
|
statusDotType: {
|
|
17215
17255
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
17216
17256
|
default: any;
|
|
@@ -17239,12 +17279,12 @@ declare const _default: {
|
|
|
17239
17279
|
optionIconKey: string;
|
|
17240
17280
|
optionImageKey: string;
|
|
17241
17281
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17282
|
+
optionFlagKey: string;
|
|
17242
17283
|
allSelected: boolean;
|
|
17243
17284
|
selectedOption: any;
|
|
17244
17285
|
showFeedbackIcon: boolean;
|
|
17245
17286
|
brandIconType: "android" | "ios";
|
|
17246
17287
|
showAllSelectedText: boolean;
|
|
17247
|
-
optionFlagKey: string;
|
|
17248
17288
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
17249
17289
|
}, {}, string> & {
|
|
17250
17290
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -17349,6 +17389,10 @@ declare const _default: {
|
|
|
17349
17389
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17350
17390
|
default: any;
|
|
17351
17391
|
};
|
|
17392
|
+
optionFlagKey: {
|
|
17393
|
+
type: import("vue").PropType<string>;
|
|
17394
|
+
default: any;
|
|
17395
|
+
};
|
|
17352
17396
|
allSelected: {
|
|
17353
17397
|
type: import("vue").PropType<boolean>;
|
|
17354
17398
|
default: boolean;
|
|
@@ -17369,10 +17413,6 @@ declare const _default: {
|
|
|
17369
17413
|
type: import("vue").PropType<boolean>;
|
|
17370
17414
|
default: boolean;
|
|
17371
17415
|
};
|
|
17372
|
-
optionFlagKey: {
|
|
17373
|
-
type: import("vue").PropType<string>;
|
|
17374
|
-
default: any;
|
|
17375
|
-
};
|
|
17376
17416
|
statusDotType: {
|
|
17377
17417
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
17378
17418
|
default: any;
|
|
@@ -17466,6 +17506,10 @@ declare const _default: {
|
|
|
17466
17506
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17467
17507
|
default: any;
|
|
17468
17508
|
};
|
|
17509
|
+
optionFlagKey: {
|
|
17510
|
+
type: import("vue").PropType<string>;
|
|
17511
|
+
default: any;
|
|
17512
|
+
};
|
|
17469
17513
|
allSelected: {
|
|
17470
17514
|
type: import("vue").PropType<boolean>;
|
|
17471
17515
|
default: boolean;
|
|
@@ -17486,10 +17530,6 @@ declare const _default: {
|
|
|
17486
17530
|
type: import("vue").PropType<boolean>;
|
|
17487
17531
|
default: boolean;
|
|
17488
17532
|
};
|
|
17489
|
-
optionFlagKey: {
|
|
17490
|
-
type: import("vue").PropType<string>;
|
|
17491
|
-
default: any;
|
|
17492
|
-
};
|
|
17493
17533
|
statusDotType: {
|
|
17494
17534
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
17495
17535
|
default: any;
|
|
@@ -17518,12 +17558,12 @@ declare const _default: {
|
|
|
17518
17558
|
optionIconKey: string;
|
|
17519
17559
|
optionImageKey: string;
|
|
17520
17560
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17561
|
+
optionFlagKey: string;
|
|
17521
17562
|
allSelected: boolean;
|
|
17522
17563
|
selectedOption: any;
|
|
17523
17564
|
showFeedbackIcon: boolean;
|
|
17524
17565
|
brandIconType: "android" | "ios";
|
|
17525
17566
|
showAllSelectedText: boolean;
|
|
17526
|
-
optionFlagKey: string;
|
|
17527
17567
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
17528
17568
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
17529
17569
|
$slots: {
|
|
@@ -18471,12 +18511,12 @@ declare const _default: {
|
|
|
18471
18511
|
optionIconKey: string;
|
|
18472
18512
|
optionImageKey: string;
|
|
18473
18513
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18514
|
+
optionFlagKey: string;
|
|
18474
18515
|
allSelected: boolean;
|
|
18475
18516
|
selectedOption: any;
|
|
18476
18517
|
showFeedbackIcon: boolean;
|
|
18477
18518
|
brandIconType: "android" | "ios";
|
|
18478
18519
|
showAllSelectedText: boolean;
|
|
18479
|
-
optionFlagKey: string;
|
|
18480
18520
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
18481
18521
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
18482
18522
|
label: {
|
|
@@ -18561,6 +18601,10 @@ declare const _default: {
|
|
|
18561
18601
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18562
18602
|
default: any;
|
|
18563
18603
|
};
|
|
18604
|
+
optionFlagKey: {
|
|
18605
|
+
type: import("vue").PropType<string>;
|
|
18606
|
+
default: any;
|
|
18607
|
+
};
|
|
18564
18608
|
allSelected: {
|
|
18565
18609
|
type: import("vue").PropType<boolean>;
|
|
18566
18610
|
default: boolean;
|
|
@@ -18581,17 +18625,13 @@ declare const _default: {
|
|
|
18581
18625
|
type: import("vue").PropType<boolean>;
|
|
18582
18626
|
default: boolean;
|
|
18583
18627
|
};
|
|
18584
|
-
optionFlagKey: {
|
|
18585
|
-
type: import("vue").PropType<string>;
|
|
18586
|
-
default: any;
|
|
18587
|
-
};
|
|
18588
18628
|
statusDotType: {
|
|
18589
18629
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
18590
18630
|
default: any;
|
|
18591
18631
|
};
|
|
18592
18632
|
}>> & {
|
|
18593
18633
|
onClick?: () => any;
|
|
18594
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "
|
|
18634
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
|
|
18595
18635
|
$attrs: {
|
|
18596
18636
|
[x: string]: unknown;
|
|
18597
18637
|
};
|
|
@@ -18688,6 +18728,10 @@ declare const _default: {
|
|
|
18688
18728
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18689
18729
|
default: any;
|
|
18690
18730
|
};
|
|
18731
|
+
optionFlagKey: {
|
|
18732
|
+
type: import("vue").PropType<string>;
|
|
18733
|
+
default: any;
|
|
18734
|
+
};
|
|
18691
18735
|
allSelected: {
|
|
18692
18736
|
type: import("vue").PropType<boolean>;
|
|
18693
18737
|
default: boolean;
|
|
@@ -18708,10 +18752,6 @@ declare const _default: {
|
|
|
18708
18752
|
type: import("vue").PropType<boolean>;
|
|
18709
18753
|
default: boolean;
|
|
18710
18754
|
};
|
|
18711
|
-
optionFlagKey: {
|
|
18712
|
-
type: import("vue").PropType<string>;
|
|
18713
|
-
default: any;
|
|
18714
|
-
};
|
|
18715
18755
|
statusDotType: {
|
|
18716
18756
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
18717
18757
|
default: any;
|
|
@@ -18740,12 +18780,12 @@ declare const _default: {
|
|
|
18740
18780
|
optionIconKey: string;
|
|
18741
18781
|
optionImageKey: string;
|
|
18742
18782
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18783
|
+
optionFlagKey: string;
|
|
18743
18784
|
allSelected: boolean;
|
|
18744
18785
|
selectedOption: any;
|
|
18745
18786
|
showFeedbackIcon: boolean;
|
|
18746
18787
|
brandIconType: "android" | "ios";
|
|
18747
18788
|
showAllSelectedText: boolean;
|
|
18748
|
-
optionFlagKey: string;
|
|
18749
18789
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
18750
18790
|
}, {}, string> & {
|
|
18751
18791
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -18850,6 +18890,10 @@ declare const _default: {
|
|
|
18850
18890
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18851
18891
|
default: any;
|
|
18852
18892
|
};
|
|
18893
|
+
optionFlagKey: {
|
|
18894
|
+
type: import("vue").PropType<string>;
|
|
18895
|
+
default: any;
|
|
18896
|
+
};
|
|
18853
18897
|
allSelected: {
|
|
18854
18898
|
type: import("vue").PropType<boolean>;
|
|
18855
18899
|
default: boolean;
|
|
@@ -18870,10 +18914,6 @@ declare const _default: {
|
|
|
18870
18914
|
type: import("vue").PropType<boolean>;
|
|
18871
18915
|
default: boolean;
|
|
18872
18916
|
};
|
|
18873
|
-
optionFlagKey: {
|
|
18874
|
-
type: import("vue").PropType<string>;
|
|
18875
|
-
default: any;
|
|
18876
|
-
};
|
|
18877
18917
|
statusDotType: {
|
|
18878
18918
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
18879
18919
|
default: any;
|
|
@@ -18967,6 +19007,10 @@ declare const _default: {
|
|
|
18967
19007
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18968
19008
|
default: any;
|
|
18969
19009
|
};
|
|
19010
|
+
optionFlagKey: {
|
|
19011
|
+
type: import("vue").PropType<string>;
|
|
19012
|
+
default: any;
|
|
19013
|
+
};
|
|
18970
19014
|
allSelected: {
|
|
18971
19015
|
type: import("vue").PropType<boolean>;
|
|
18972
19016
|
default: boolean;
|
|
@@ -18987,10 +19031,6 @@ declare const _default: {
|
|
|
18987
19031
|
type: import("vue").PropType<boolean>;
|
|
18988
19032
|
default: boolean;
|
|
18989
19033
|
};
|
|
18990
|
-
optionFlagKey: {
|
|
18991
|
-
type: import("vue").PropType<string>;
|
|
18992
|
-
default: any;
|
|
18993
|
-
};
|
|
18994
19034
|
statusDotType: {
|
|
18995
19035
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
18996
19036
|
default: any;
|
|
@@ -19019,12 +19059,12 @@ declare const _default: {
|
|
|
19019
19059
|
optionIconKey: string;
|
|
19020
19060
|
optionImageKey: string;
|
|
19021
19061
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19062
|
+
optionFlagKey: string;
|
|
19022
19063
|
allSelected: boolean;
|
|
19023
19064
|
selectedOption: any;
|
|
19024
19065
|
showFeedbackIcon: boolean;
|
|
19025
19066
|
brandIconType: "android" | "ios";
|
|
19026
19067
|
showAllSelectedText: boolean;
|
|
19027
|
-
optionFlagKey: string;
|
|
19028
19068
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
19029
19069
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
19030
19070
|
$slots: {
|
|
@@ -19520,10 +19560,10 @@ declare const _default: {
|
|
|
19520
19560
|
disabled: boolean;
|
|
19521
19561
|
active: boolean;
|
|
19522
19562
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19563
|
+
optionFlagKey: string;
|
|
19523
19564
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19524
19565
|
optionTwoLinesKey: string;
|
|
19525
19566
|
isIndeterminate: boolean;
|
|
19526
|
-
optionFlagKey: string;
|
|
19527
19567
|
subtitle: string;
|
|
19528
19568
|
selectAllOption: boolean;
|
|
19529
19569
|
nameKey: string;
|
|
@@ -19553,6 +19593,10 @@ declare const _default: {
|
|
|
19553
19593
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19554
19594
|
default: string;
|
|
19555
19595
|
};
|
|
19596
|
+
optionFlagKey: {
|
|
19597
|
+
type: import("vue").PropType<string>;
|
|
19598
|
+
default: any;
|
|
19599
|
+
};
|
|
19556
19600
|
optionTwoLinesVariant: {
|
|
19557
19601
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19558
19602
|
default: any;
|
|
@@ -19565,10 +19609,6 @@ declare const _default: {
|
|
|
19565
19609
|
type: import("vue").PropType<boolean>;
|
|
19566
19610
|
default: boolean;
|
|
19567
19611
|
};
|
|
19568
|
-
optionFlagKey: {
|
|
19569
|
-
type: import("vue").PropType<string>;
|
|
19570
|
-
default: any;
|
|
19571
|
-
};
|
|
19572
19612
|
subtitle: {
|
|
19573
19613
|
type: import("vue").PropType<string>;
|
|
19574
19614
|
default: string;
|
|
@@ -19622,7 +19662,7 @@ declare const _default: {
|
|
|
19622
19662
|
};
|
|
19623
19663
|
}>> & {
|
|
19624
19664
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
19625
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "
|
|
19665
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
19626
19666
|
$attrs: {
|
|
19627
19667
|
[x: string]: unknown;
|
|
19628
19668
|
};
|
|
@@ -19653,6 +19693,10 @@ declare const _default: {
|
|
|
19653
19693
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19654
19694
|
default: string;
|
|
19655
19695
|
};
|
|
19696
|
+
optionFlagKey: {
|
|
19697
|
+
type: import("vue").PropType<string>;
|
|
19698
|
+
default: any;
|
|
19699
|
+
};
|
|
19656
19700
|
optionTwoLinesVariant: {
|
|
19657
19701
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19658
19702
|
default: any;
|
|
@@ -19665,10 +19709,6 @@ declare const _default: {
|
|
|
19665
19709
|
type: import("vue").PropType<boolean>;
|
|
19666
19710
|
default: boolean;
|
|
19667
19711
|
};
|
|
19668
|
-
optionFlagKey: {
|
|
19669
|
-
type: import("vue").PropType<string>;
|
|
19670
|
-
default: any;
|
|
19671
|
-
};
|
|
19672
19712
|
subtitle: {
|
|
19673
19713
|
type: import("vue").PropType<string>;
|
|
19674
19714
|
default: string;
|
|
@@ -19729,10 +19769,10 @@ declare const _default: {
|
|
|
19729
19769
|
disabled: boolean;
|
|
19730
19770
|
active: boolean;
|
|
19731
19771
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19772
|
+
optionFlagKey: string;
|
|
19732
19773
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19733
19774
|
optionTwoLinesKey: string;
|
|
19734
19775
|
isIndeterminate: boolean;
|
|
19735
|
-
optionFlagKey: string;
|
|
19736
19776
|
subtitle: string;
|
|
19737
19777
|
selectAllOption: boolean;
|
|
19738
19778
|
nameKey: string;
|
|
@@ -19782,6 +19822,10 @@ declare const _default: {
|
|
|
19782
19822
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19783
19823
|
default: string;
|
|
19784
19824
|
};
|
|
19825
|
+
optionFlagKey: {
|
|
19826
|
+
type: import("vue").PropType<string>;
|
|
19827
|
+
default: any;
|
|
19828
|
+
};
|
|
19785
19829
|
optionTwoLinesVariant: {
|
|
19786
19830
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19787
19831
|
default: any;
|
|
@@ -19794,10 +19838,6 @@ declare const _default: {
|
|
|
19794
19838
|
type: import("vue").PropType<boolean>;
|
|
19795
19839
|
default: boolean;
|
|
19796
19840
|
};
|
|
19797
|
-
optionFlagKey: {
|
|
19798
|
-
type: import("vue").PropType<string>;
|
|
19799
|
-
default: any;
|
|
19800
|
-
};
|
|
19801
19841
|
subtitle: {
|
|
19802
19842
|
type: import("vue").PropType<string>;
|
|
19803
19843
|
default: string;
|
|
@@ -19872,6 +19912,10 @@ declare const _default: {
|
|
|
19872
19912
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19873
19913
|
default: string;
|
|
19874
19914
|
};
|
|
19915
|
+
optionFlagKey: {
|
|
19916
|
+
type: import("vue").PropType<string>;
|
|
19917
|
+
default: any;
|
|
19918
|
+
};
|
|
19875
19919
|
optionTwoLinesVariant: {
|
|
19876
19920
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19877
19921
|
default: any;
|
|
@@ -19884,10 +19928,6 @@ declare const _default: {
|
|
|
19884
19928
|
type: import("vue").PropType<boolean>;
|
|
19885
19929
|
default: boolean;
|
|
19886
19930
|
};
|
|
19887
|
-
optionFlagKey: {
|
|
19888
|
-
type: import("vue").PropType<string>;
|
|
19889
|
-
default: any;
|
|
19890
|
-
};
|
|
19891
19931
|
subtitle: {
|
|
19892
19932
|
type: import("vue").PropType<string>;
|
|
19893
19933
|
default: string;
|
|
@@ -19948,10 +19988,10 @@ declare const _default: {
|
|
|
19948
19988
|
disabled: boolean;
|
|
19949
19989
|
active: boolean;
|
|
19950
19990
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19991
|
+
optionFlagKey: string;
|
|
19951
19992
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19952
19993
|
optionTwoLinesKey: string;
|
|
19953
19994
|
isIndeterminate: boolean;
|
|
19954
|
-
optionFlagKey: string;
|
|
19955
19995
|
subtitle: string;
|
|
19956
19996
|
selectAllOption: boolean;
|
|
19957
19997
|
nameKey: string;
|
|
@@ -20137,17 +20177,19 @@ declare const _default: {
|
|
|
20137
20177
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20138
20178
|
optionEndIconKey: string;
|
|
20139
20179
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20180
|
+
optionFlagKey: string;
|
|
20140
20181
|
valueToCopy: string;
|
|
20141
20182
|
disabledOptionKey: string;
|
|
20142
20183
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20143
20184
|
optionTwoLinesKey: string;
|
|
20144
20185
|
groupedOptions: boolean;
|
|
20186
|
+
comparingKey: string;
|
|
20187
|
+
withConditions: boolean;
|
|
20145
20188
|
fullWidth: boolean;
|
|
20146
20189
|
optionsListWidth: string;
|
|
20147
20190
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20148
20191
|
disableVirtualScroll: boolean;
|
|
20149
20192
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
20150
|
-
withConditions: boolean;
|
|
20151
20193
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
20152
20194
|
theme: {
|
|
20153
20195
|
type: import("vue").PropType<string>;
|
|
@@ -20323,6 +20365,10 @@ declare const _default: {
|
|
|
20323
20365
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20324
20366
|
default: any;
|
|
20325
20367
|
};
|
|
20368
|
+
optionFlagKey: {
|
|
20369
|
+
type: import("vue").PropType<string>;
|
|
20370
|
+
default: any;
|
|
20371
|
+
};
|
|
20326
20372
|
valueToCopy: {
|
|
20327
20373
|
type: import("vue").PropType<string>;
|
|
20328
20374
|
default: any;
|
|
@@ -20343,6 +20389,15 @@ declare const _default: {
|
|
|
20343
20389
|
type: import("vue").PropType<boolean>;
|
|
20344
20390
|
default: boolean;
|
|
20345
20391
|
};
|
|
20392
|
+
comparingKey: {
|
|
20393
|
+
type: import("vue").PropType<string>;
|
|
20394
|
+
default: any;
|
|
20395
|
+
};
|
|
20396
|
+
withConditions: {
|
|
20397
|
+
type: import("vue").PropType<boolean>;
|
|
20398
|
+
required: true;
|
|
20399
|
+
default: boolean;
|
|
20400
|
+
};
|
|
20346
20401
|
fullWidth: {
|
|
20347
20402
|
type: import("vue").PropType<boolean>;
|
|
20348
20403
|
default: boolean;
|
|
@@ -20363,11 +20418,6 @@ declare const _default: {
|
|
|
20363
20418
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20364
20419
|
default: any;
|
|
20365
20420
|
};
|
|
20366
|
-
withConditions: {
|
|
20367
|
-
type: import("vue").PropType<boolean>;
|
|
20368
|
-
required: true;
|
|
20369
|
-
default: boolean;
|
|
20370
|
-
};
|
|
20371
20421
|
}>> & {
|
|
20372
20422
|
onCopyToClipboard?: () => any;
|
|
20373
20423
|
onClear?: () => any;
|
|
@@ -20378,7 +20428,7 @@ declare const _default: {
|
|
|
20378
20428
|
onOnsearch?: (value: string) => any;
|
|
20379
20429
|
onOpened?: () => any;
|
|
20380
20430
|
onClosed?: () => any;
|
|
20381
|
-
} & 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" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation"
|
|
20431
|
+
} & 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" | "optionFlagKey" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "withConditions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
20382
20432
|
$attrs: {
|
|
20383
20433
|
[x: string]: unknown;
|
|
20384
20434
|
};
|
|
@@ -20567,6 +20617,10 @@ declare const _default: {
|
|
|
20567
20617
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20568
20618
|
default: any;
|
|
20569
20619
|
};
|
|
20620
|
+
optionFlagKey: {
|
|
20621
|
+
type: import("vue").PropType<string>;
|
|
20622
|
+
default: any;
|
|
20623
|
+
};
|
|
20570
20624
|
valueToCopy: {
|
|
20571
20625
|
type: import("vue").PropType<string>;
|
|
20572
20626
|
default: any;
|
|
@@ -20587,6 +20641,15 @@ declare const _default: {
|
|
|
20587
20641
|
type: import("vue").PropType<boolean>;
|
|
20588
20642
|
default: boolean;
|
|
20589
20643
|
};
|
|
20644
|
+
comparingKey: {
|
|
20645
|
+
type: import("vue").PropType<string>;
|
|
20646
|
+
default: any;
|
|
20647
|
+
};
|
|
20648
|
+
withConditions: {
|
|
20649
|
+
type: import("vue").PropType<boolean>;
|
|
20650
|
+
required: true;
|
|
20651
|
+
default: boolean;
|
|
20652
|
+
};
|
|
20590
20653
|
fullWidth: {
|
|
20591
20654
|
type: import("vue").PropType<boolean>;
|
|
20592
20655
|
default: boolean;
|
|
@@ -20607,11 +20670,6 @@ declare const _default: {
|
|
|
20607
20670
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20608
20671
|
default: any;
|
|
20609
20672
|
};
|
|
20610
|
-
withConditions: {
|
|
20611
|
-
type: import("vue").PropType<boolean>;
|
|
20612
|
-
required: true;
|
|
20613
|
-
default: boolean;
|
|
20614
|
-
};
|
|
20615
20673
|
}>> & {
|
|
20616
20674
|
onCopyToClipboard?: () => any;
|
|
20617
20675
|
onClear?: () => any;
|
|
@@ -20676,17 +20734,19 @@ declare const _default: {
|
|
|
20676
20734
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20677
20735
|
optionEndIconKey: string;
|
|
20678
20736
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20737
|
+
optionFlagKey: string;
|
|
20679
20738
|
valueToCopy: string;
|
|
20680
20739
|
disabledOptionKey: string;
|
|
20681
20740
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20682
20741
|
optionTwoLinesKey: string;
|
|
20683
20742
|
groupedOptions: boolean;
|
|
20743
|
+
comparingKey: string;
|
|
20744
|
+
withConditions: boolean;
|
|
20684
20745
|
fullWidth: boolean;
|
|
20685
20746
|
optionsListWidth: string;
|
|
20686
20747
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20687
20748
|
disableVirtualScroll: boolean;
|
|
20688
20749
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
20689
|
-
withConditions: boolean;
|
|
20690
20750
|
}, {}, string> & {
|
|
20691
20751
|
beforeCreate?: (() => void) | (() => void)[];
|
|
20692
20752
|
created?: (() => void) | (() => void)[];
|
|
@@ -20882,6 +20942,10 @@ declare const _default: {
|
|
|
20882
20942
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20883
20943
|
default: any;
|
|
20884
20944
|
};
|
|
20945
|
+
optionFlagKey: {
|
|
20946
|
+
type: import("vue").PropType<string>;
|
|
20947
|
+
default: any;
|
|
20948
|
+
};
|
|
20885
20949
|
valueToCopy: {
|
|
20886
20950
|
type: import("vue").PropType<string>;
|
|
20887
20951
|
default: any;
|
|
@@ -20902,6 +20966,15 @@ declare const _default: {
|
|
|
20902
20966
|
type: import("vue").PropType<boolean>;
|
|
20903
20967
|
default: boolean;
|
|
20904
20968
|
};
|
|
20969
|
+
comparingKey: {
|
|
20970
|
+
type: import("vue").PropType<string>;
|
|
20971
|
+
default: any;
|
|
20972
|
+
};
|
|
20973
|
+
withConditions: {
|
|
20974
|
+
type: import("vue").PropType<boolean>;
|
|
20975
|
+
required: true;
|
|
20976
|
+
default: boolean;
|
|
20977
|
+
};
|
|
20905
20978
|
fullWidth: {
|
|
20906
20979
|
type: import("vue").PropType<boolean>;
|
|
20907
20980
|
default: boolean;
|
|
@@ -20922,11 +20995,6 @@ declare const _default: {
|
|
|
20922
20995
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20923
20996
|
default: any;
|
|
20924
20997
|
};
|
|
20925
|
-
withConditions: {
|
|
20926
|
-
type: import("vue").PropType<boolean>;
|
|
20927
|
-
required: true;
|
|
20928
|
-
default: boolean;
|
|
20929
|
-
};
|
|
20930
20998
|
}>> & {
|
|
20931
20999
|
onCopyToClipboard?: () => any;
|
|
20932
21000
|
onClear?: () => any;
|
|
@@ -21119,6 +21187,10 @@ declare const _default: {
|
|
|
21119
21187
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21120
21188
|
default: any;
|
|
21121
21189
|
};
|
|
21190
|
+
optionFlagKey: {
|
|
21191
|
+
type: import("vue").PropType<string>;
|
|
21192
|
+
default: any;
|
|
21193
|
+
};
|
|
21122
21194
|
valueToCopy: {
|
|
21123
21195
|
type: import("vue").PropType<string>;
|
|
21124
21196
|
default: any;
|
|
@@ -21139,6 +21211,15 @@ declare const _default: {
|
|
|
21139
21211
|
type: import("vue").PropType<boolean>;
|
|
21140
21212
|
default: boolean;
|
|
21141
21213
|
};
|
|
21214
|
+
comparingKey: {
|
|
21215
|
+
type: import("vue").PropType<string>;
|
|
21216
|
+
default: any;
|
|
21217
|
+
};
|
|
21218
|
+
withConditions: {
|
|
21219
|
+
type: import("vue").PropType<boolean>;
|
|
21220
|
+
required: true;
|
|
21221
|
+
default: boolean;
|
|
21222
|
+
};
|
|
21142
21223
|
fullWidth: {
|
|
21143
21224
|
type: import("vue").PropType<boolean>;
|
|
21144
21225
|
default: boolean;
|
|
@@ -21159,11 +21240,6 @@ declare const _default: {
|
|
|
21159
21240
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
21160
21241
|
default: any;
|
|
21161
21242
|
};
|
|
21162
|
-
withConditions: {
|
|
21163
|
-
type: import("vue").PropType<boolean>;
|
|
21164
|
-
required: true;
|
|
21165
|
-
default: boolean;
|
|
21166
|
-
};
|
|
21167
21243
|
}>> & {
|
|
21168
21244
|
onCopyToClipboard?: () => any;
|
|
21169
21245
|
onClear?: () => any;
|
|
@@ -21228,17 +21304,19 @@ declare const _default: {
|
|
|
21228
21304
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21229
21305
|
optionEndIconKey: string;
|
|
21230
21306
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21307
|
+
optionFlagKey: string;
|
|
21231
21308
|
valueToCopy: string;
|
|
21232
21309
|
disabledOptionKey: string;
|
|
21233
21310
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21234
21311
|
optionTwoLinesKey: string;
|
|
21235
21312
|
groupedOptions: boolean;
|
|
21313
|
+
comparingKey: string;
|
|
21314
|
+
withConditions: boolean;
|
|
21236
21315
|
fullWidth: boolean;
|
|
21237
21316
|
optionsListWidth: string;
|
|
21238
21317
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
21239
21318
|
disableVirtualScroll: boolean;
|
|
21240
21319
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
21241
|
-
withConditions: boolean;
|
|
21242
21320
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21243
21321
|
$slots: {
|
|
21244
21322
|
label?(_: {}): any;
|
|
@@ -21267,11 +21345,13 @@ declare const _default: {
|
|
|
21267
21345
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21268
21346
|
optionAndIconKey: string;
|
|
21269
21347
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21348
|
+
optionFlagKey: string;
|
|
21270
21349
|
feedbackVariant: "success" | "warning" | "error";
|
|
21271
21350
|
valueToCopy: string;
|
|
21272
21351
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
21273
21352
|
size: "small" | "medium" | "large";
|
|
21274
21353
|
showAllSelectedText: boolean;
|
|
21354
|
+
allSelected: boolean;
|
|
21275
21355
|
onKeydown: (event: any) => void;
|
|
21276
21356
|
onClick: () => void;
|
|
21277
21357
|
};
|
|
@@ -21791,10 +21871,10 @@ declare const _default: {
|
|
|
21791
21871
|
disabled: boolean;
|
|
21792
21872
|
active: boolean;
|
|
21793
21873
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21874
|
+
optionFlagKey: string;
|
|
21794
21875
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21795
21876
|
optionTwoLinesKey: string;
|
|
21796
21877
|
isIndeterminate: boolean;
|
|
21797
|
-
optionFlagKey: string;
|
|
21798
21878
|
subtitle: string;
|
|
21799
21879
|
selectAllOption: boolean;
|
|
21800
21880
|
nameKey: string;
|
|
@@ -21824,6 +21904,10 @@ declare const _default: {
|
|
|
21824
21904
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21825
21905
|
default: string;
|
|
21826
21906
|
};
|
|
21907
|
+
optionFlagKey: {
|
|
21908
|
+
type: import("vue").PropType<string>;
|
|
21909
|
+
default: any;
|
|
21910
|
+
};
|
|
21827
21911
|
optionTwoLinesVariant: {
|
|
21828
21912
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
21829
21913
|
default: any;
|
|
@@ -21836,10 +21920,6 @@ declare const _default: {
|
|
|
21836
21920
|
type: import("vue").PropType<boolean>;
|
|
21837
21921
|
default: boolean;
|
|
21838
21922
|
};
|
|
21839
|
-
optionFlagKey: {
|
|
21840
|
-
type: import("vue").PropType<string>;
|
|
21841
|
-
default: any;
|
|
21842
|
-
};
|
|
21843
21923
|
subtitle: {
|
|
21844
21924
|
type: import("vue").PropType<string>;
|
|
21845
21925
|
default: string;
|
|
@@ -21893,7 +21973,7 @@ declare const _default: {
|
|
|
21893
21973
|
};
|
|
21894
21974
|
}>> & {
|
|
21895
21975
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
21896
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "
|
|
21976
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
21897
21977
|
$attrs: {
|
|
21898
21978
|
[x: string]: unknown;
|
|
21899
21979
|
};
|
|
@@ -21924,6 +22004,10 @@ declare const _default: {
|
|
|
21924
22004
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21925
22005
|
default: string;
|
|
21926
22006
|
};
|
|
22007
|
+
optionFlagKey: {
|
|
22008
|
+
type: import("vue").PropType<string>;
|
|
22009
|
+
default: any;
|
|
22010
|
+
};
|
|
21927
22011
|
optionTwoLinesVariant: {
|
|
21928
22012
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
21929
22013
|
default: any;
|
|
@@ -21936,10 +22020,6 @@ declare const _default: {
|
|
|
21936
22020
|
type: import("vue").PropType<boolean>;
|
|
21937
22021
|
default: boolean;
|
|
21938
22022
|
};
|
|
21939
|
-
optionFlagKey: {
|
|
21940
|
-
type: import("vue").PropType<string>;
|
|
21941
|
-
default: any;
|
|
21942
|
-
};
|
|
21943
22023
|
subtitle: {
|
|
21944
22024
|
type: import("vue").PropType<string>;
|
|
21945
22025
|
default: string;
|
|
@@ -22000,10 +22080,10 @@ declare const _default: {
|
|
|
22000
22080
|
disabled: boolean;
|
|
22001
22081
|
active: boolean;
|
|
22002
22082
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22083
|
+
optionFlagKey: string;
|
|
22003
22084
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
22004
22085
|
optionTwoLinesKey: string;
|
|
22005
22086
|
isIndeterminate: boolean;
|
|
22006
|
-
optionFlagKey: string;
|
|
22007
22087
|
subtitle: string;
|
|
22008
22088
|
selectAllOption: boolean;
|
|
22009
22089
|
nameKey: string;
|
|
@@ -22053,6 +22133,10 @@ declare const _default: {
|
|
|
22053
22133
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22054
22134
|
default: string;
|
|
22055
22135
|
};
|
|
22136
|
+
optionFlagKey: {
|
|
22137
|
+
type: import("vue").PropType<string>;
|
|
22138
|
+
default: any;
|
|
22139
|
+
};
|
|
22056
22140
|
optionTwoLinesVariant: {
|
|
22057
22141
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
22058
22142
|
default: any;
|
|
@@ -22065,10 +22149,6 @@ declare const _default: {
|
|
|
22065
22149
|
type: import("vue").PropType<boolean>;
|
|
22066
22150
|
default: boolean;
|
|
22067
22151
|
};
|
|
22068
|
-
optionFlagKey: {
|
|
22069
|
-
type: import("vue").PropType<string>;
|
|
22070
|
-
default: any;
|
|
22071
|
-
};
|
|
22072
22152
|
subtitle: {
|
|
22073
22153
|
type: import("vue").PropType<string>;
|
|
22074
22154
|
default: string;
|
|
@@ -22143,6 +22223,10 @@ declare const _default: {
|
|
|
22143
22223
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22144
22224
|
default: string;
|
|
22145
22225
|
};
|
|
22226
|
+
optionFlagKey: {
|
|
22227
|
+
type: import("vue").PropType<string>;
|
|
22228
|
+
default: any;
|
|
22229
|
+
};
|
|
22146
22230
|
optionTwoLinesVariant: {
|
|
22147
22231
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
22148
22232
|
default: any;
|
|
@@ -22155,10 +22239,6 @@ declare const _default: {
|
|
|
22155
22239
|
type: import("vue").PropType<boolean>;
|
|
22156
22240
|
default: boolean;
|
|
22157
22241
|
};
|
|
22158
|
-
optionFlagKey: {
|
|
22159
|
-
type: import("vue").PropType<string>;
|
|
22160
|
-
default: any;
|
|
22161
|
-
};
|
|
22162
22242
|
subtitle: {
|
|
22163
22243
|
type: import("vue").PropType<string>;
|
|
22164
22244
|
default: string;
|
|
@@ -22219,10 +22299,10 @@ declare const _default: {
|
|
|
22219
22299
|
disabled: boolean;
|
|
22220
22300
|
active: boolean;
|
|
22221
22301
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22302
|
+
optionFlagKey: string;
|
|
22222
22303
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
22223
22304
|
optionTwoLinesKey: string;
|
|
22224
22305
|
isIndeterminate: boolean;
|
|
22225
|
-
optionFlagKey: string;
|
|
22226
22306
|
subtitle: string;
|
|
22227
22307
|
selectAllOption: boolean;
|
|
22228
22308
|
nameKey: string;
|