@ironsource/shared-ui 2.1.11-rc.4 → 2.1.11-rc.6
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_111642c6_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_da829544_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_985779f7_lang.css +1 -0
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +3 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +44 -39
- package/components/button/v4/index.d.ts +9 -3
- package/components/dropdown/v4/DropdownV4.vue.d.ts +7 -0
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +130 -124
- package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +78 -67
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +5 -0
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +151 -116
- package/components/dropdown/v4/index.d.ts +62 -3
- package/components/popover/v4/PopoverV4.vue.d.ts +3 -1
- package/components/popover/v4/PopoverV4.vue.js +2 -2
- package/components/popover/v4/PopoverV4.vue2.js +22 -20
- package/components/popover/v4/index.d.ts +9 -3
- package/index.d.ts +160 -18
- package/index.js +1 -1
- package/mocks/options.d.ts +29 -2
- package/package.json +1 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_991a7aad_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_6ac5f602_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -116,7 +116,9 @@ declare const _default: {
|
|
|
116
116
|
};
|
|
117
117
|
}>> & {
|
|
118
118
|
onIsOpen?: (value: boolean) => any;
|
|
119
|
-
}, {
|
|
119
|
+
}, {
|
|
120
|
+
toggle: (value?: boolean) => boolean;
|
|
121
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
120
122
|
isOpen: (value: boolean) => void;
|
|
121
123
|
}, string, {
|
|
122
124
|
testId: string;
|
|
@@ -182,7 +184,9 @@ declare const _default: {
|
|
|
182
184
|
};
|
|
183
185
|
}>> & {
|
|
184
186
|
onIsOpen?: (value: boolean) => any;
|
|
185
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
187
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
188
|
+
toggle: (value?: boolean) => boolean;
|
|
189
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
186
190
|
__isFragment?: never;
|
|
187
191
|
__isTeleport?: never;
|
|
188
192
|
__isSuspense?: never;
|
|
@@ -221,7 +225,9 @@ declare const _default: {
|
|
|
221
225
|
};
|
|
222
226
|
}>> & {
|
|
223
227
|
onIsOpen?: (value: boolean) => any;
|
|
224
|
-
}, {
|
|
228
|
+
}, {
|
|
229
|
+
toggle: (value?: boolean) => boolean;
|
|
230
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
225
231
|
isOpen: (value: boolean) => void;
|
|
226
232
|
}, string, {
|
|
227
233
|
testId: string;
|
|
@@ -335,7 +341,9 @@ declare const _default: {
|
|
|
335
341
|
};
|
|
336
342
|
}>> & {
|
|
337
343
|
onIsOpen?: (value: boolean) => any;
|
|
338
|
-
}, {
|
|
344
|
+
}, {
|
|
345
|
+
toggle: (value?: boolean) => boolean;
|
|
346
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
339
347
|
isOpen: (value: boolean) => void;
|
|
340
348
|
}, string, {
|
|
341
349
|
testId: string;
|
|
@@ -401,7 +409,9 @@ declare const _default: {
|
|
|
401
409
|
};
|
|
402
410
|
}>> & {
|
|
403
411
|
onIsOpen?: (value: boolean) => any;
|
|
404
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
412
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
413
|
+
toggle: (value?: boolean) => boolean;
|
|
414
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
405
415
|
__isFragment?: never;
|
|
406
416
|
__isTeleport?: never;
|
|
407
417
|
__isSuspense?: never;
|
|
@@ -440,7 +450,9 @@ declare const _default: {
|
|
|
440
450
|
};
|
|
441
451
|
}>> & {
|
|
442
452
|
onIsOpen?: (value: boolean) => any;
|
|
443
|
-
}, {
|
|
453
|
+
}, {
|
|
454
|
+
toggle: (value?: boolean) => boolean;
|
|
455
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
444
456
|
isOpen: (value: boolean) => void;
|
|
445
457
|
}, string, {
|
|
446
458
|
testId: string;
|
|
@@ -15792,6 +15804,7 @@ declare const _default: {
|
|
|
15792
15804
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15793
15805
|
optionEndIconKey: string;
|
|
15794
15806
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15807
|
+
optionsEndTextIconKey: string;
|
|
15795
15808
|
optionFlagKey: string;
|
|
15796
15809
|
valueToCopy: string;
|
|
15797
15810
|
disabledOptionKey: string;
|
|
@@ -15980,6 +15993,10 @@ declare const _default: {
|
|
|
15980
15993
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
15981
15994
|
default: any;
|
|
15982
15995
|
};
|
|
15996
|
+
optionsEndTextIconKey: {
|
|
15997
|
+
type: import("vue").PropType<string>;
|
|
15998
|
+
default: any;
|
|
15999
|
+
};
|
|
15983
16000
|
optionFlagKey: {
|
|
15984
16001
|
type: import("vue").PropType<string>;
|
|
15985
16002
|
default: any;
|
|
@@ -16042,7 +16059,7 @@ declare const _default: {
|
|
|
16042
16059
|
onOnsearch?: (value: string) => any;
|
|
16043
16060
|
onOpened?: () => any;
|
|
16044
16061
|
onClosed?: () => any;
|
|
16045
|
-
} & 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" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
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" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
16046
16063
|
$attrs: {
|
|
16047
16064
|
[x: string]: unknown;
|
|
16048
16065
|
};
|
|
@@ -16231,6 +16248,10 @@ declare const _default: {
|
|
|
16231
16248
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16232
16249
|
default: any;
|
|
16233
16250
|
};
|
|
16251
|
+
optionsEndTextIconKey: {
|
|
16252
|
+
type: import("vue").PropType<string>;
|
|
16253
|
+
default: any;
|
|
16254
|
+
};
|
|
16234
16255
|
optionFlagKey: {
|
|
16235
16256
|
type: import("vue").PropType<string>;
|
|
16236
16257
|
default: any;
|
|
@@ -16347,6 +16368,7 @@ declare const _default: {
|
|
|
16347
16368
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16348
16369
|
optionEndIconKey: string;
|
|
16349
16370
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16371
|
+
optionsEndTextIconKey: string;
|
|
16350
16372
|
optionFlagKey: string;
|
|
16351
16373
|
valueToCopy: string;
|
|
16352
16374
|
disabledOptionKey: string;
|
|
@@ -16555,6 +16577,10 @@ declare const _default: {
|
|
|
16555
16577
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16556
16578
|
default: any;
|
|
16557
16579
|
};
|
|
16580
|
+
optionsEndTextIconKey: {
|
|
16581
|
+
type: import("vue").PropType<string>;
|
|
16582
|
+
default: any;
|
|
16583
|
+
};
|
|
16558
16584
|
optionFlagKey: {
|
|
16559
16585
|
type: import("vue").PropType<string>;
|
|
16560
16586
|
default: any;
|
|
@@ -16799,6 +16825,10 @@ declare const _default: {
|
|
|
16799
16825
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16800
16826
|
default: any;
|
|
16801
16827
|
};
|
|
16828
|
+
optionsEndTextIconKey: {
|
|
16829
|
+
type: import("vue").PropType<string>;
|
|
16830
|
+
default: any;
|
|
16831
|
+
};
|
|
16802
16832
|
optionFlagKey: {
|
|
16803
16833
|
type: import("vue").PropType<string>;
|
|
16804
16834
|
default: any;
|
|
@@ -16915,6 +16945,7 @@ declare const _default: {
|
|
|
16915
16945
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16916
16946
|
optionEndIconKey: string;
|
|
16917
16947
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16948
|
+
optionsEndTextIconKey: string;
|
|
16918
16949
|
optionFlagKey: string;
|
|
16919
16950
|
valueToCopy: string;
|
|
16920
16951
|
disabledOptionKey: string;
|
|
@@ -16956,6 +16987,7 @@ declare const _default: {
|
|
|
16956
16987
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16957
16988
|
optionAndIconKey: string;
|
|
16958
16989
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16990
|
+
optionsEndTextIconKey: string;
|
|
16959
16991
|
optionFlagKey: string;
|
|
16960
16992
|
feedbackVariant: "success" | "warning" | "error";
|
|
16961
16993
|
valueToCopy: string;
|
|
@@ -16971,6 +17003,7 @@ declare const _default: {
|
|
|
16971
17003
|
"input-list"?(_: {
|
|
16972
17004
|
open: true;
|
|
16973
17005
|
}): any;
|
|
17006
|
+
"select-all"?(_: {}): any;
|
|
16974
17007
|
"group-option"?(_: {}): any;
|
|
16975
17008
|
default?(_: {
|
|
16976
17009
|
option: unknown;
|
|
@@ -19566,6 +19599,7 @@ declare const _default: {
|
|
|
19566
19599
|
iconKey: string;
|
|
19567
19600
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19568
19601
|
endIconKey: string;
|
|
19602
|
+
endTextIconKey: string;
|
|
19569
19603
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
19570
19604
|
treeMainOption: boolean;
|
|
19571
19605
|
treeMainOptionExpanded: boolean;
|
|
@@ -19632,6 +19666,10 @@ declare const _default: {
|
|
|
19632
19666
|
type: import("vue").PropType<string>;
|
|
19633
19667
|
default: any;
|
|
19634
19668
|
};
|
|
19669
|
+
endTextIconKey: {
|
|
19670
|
+
type: import("vue").PropType<string>;
|
|
19671
|
+
default: any;
|
|
19672
|
+
};
|
|
19635
19673
|
toolTipPlacement: {
|
|
19636
19674
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
19637
19675
|
default: string;
|
|
@@ -19657,7 +19695,7 @@ declare const _default: {
|
|
|
19657
19695
|
};
|
|
19658
19696
|
}>> & {
|
|
19659
19697
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
19660
|
-
} & 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">;
|
|
19698
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
19661
19699
|
$attrs: {
|
|
19662
19700
|
[x: string]: unknown;
|
|
19663
19701
|
};
|
|
@@ -19732,6 +19770,10 @@ declare const _default: {
|
|
|
19732
19770
|
type: import("vue").PropType<string>;
|
|
19733
19771
|
default: any;
|
|
19734
19772
|
};
|
|
19773
|
+
endTextIconKey: {
|
|
19774
|
+
type: import("vue").PropType<string>;
|
|
19775
|
+
default: any;
|
|
19776
|
+
};
|
|
19735
19777
|
toolTipPlacement: {
|
|
19736
19778
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
19737
19779
|
default: string;
|
|
@@ -19775,6 +19817,7 @@ declare const _default: {
|
|
|
19775
19817
|
iconKey: string;
|
|
19776
19818
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19777
19819
|
endIconKey: string;
|
|
19820
|
+
endTextIconKey: string;
|
|
19778
19821
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
19779
19822
|
treeMainOption: boolean;
|
|
19780
19823
|
treeMainOptionExpanded: boolean;
|
|
@@ -19861,6 +19904,10 @@ declare const _default: {
|
|
|
19861
19904
|
type: import("vue").PropType<string>;
|
|
19862
19905
|
default: any;
|
|
19863
19906
|
};
|
|
19907
|
+
endTextIconKey: {
|
|
19908
|
+
type: import("vue").PropType<string>;
|
|
19909
|
+
default: any;
|
|
19910
|
+
};
|
|
19864
19911
|
toolTipPlacement: {
|
|
19865
19912
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
19866
19913
|
default: string;
|
|
@@ -19951,6 +19998,10 @@ declare const _default: {
|
|
|
19951
19998
|
type: import("vue").PropType<string>;
|
|
19952
19999
|
default: any;
|
|
19953
20000
|
};
|
|
20001
|
+
endTextIconKey: {
|
|
20002
|
+
type: import("vue").PropType<string>;
|
|
20003
|
+
default: any;
|
|
20004
|
+
};
|
|
19954
20005
|
toolTipPlacement: {
|
|
19955
20006
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
19956
20007
|
default: string;
|
|
@@ -19994,6 +20045,7 @@ declare const _default: {
|
|
|
19994
20045
|
iconKey: string;
|
|
19995
20046
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19996
20047
|
endIconKey: string;
|
|
20048
|
+
endTextIconKey: string;
|
|
19997
20049
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
19998
20050
|
treeMainOption: boolean;
|
|
19999
20051
|
treeMainOptionExpanded: boolean;
|
|
@@ -20172,6 +20224,7 @@ declare const _default: {
|
|
|
20172
20224
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20173
20225
|
optionEndIconKey: string;
|
|
20174
20226
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20227
|
+
optionsEndTextIconKey: string;
|
|
20175
20228
|
optionFlagKey: string;
|
|
20176
20229
|
valueToCopy: string;
|
|
20177
20230
|
disabledOptionKey: string;
|
|
@@ -20360,6 +20413,10 @@ declare const _default: {
|
|
|
20360
20413
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20361
20414
|
default: any;
|
|
20362
20415
|
};
|
|
20416
|
+
optionsEndTextIconKey: {
|
|
20417
|
+
type: import("vue").PropType<string>;
|
|
20418
|
+
default: any;
|
|
20419
|
+
};
|
|
20363
20420
|
optionFlagKey: {
|
|
20364
20421
|
type: import("vue").PropType<string>;
|
|
20365
20422
|
default: any;
|
|
@@ -20422,7 +20479,7 @@ declare const _default: {
|
|
|
20422
20479
|
onOnsearch?: (value: string) => any;
|
|
20423
20480
|
onOpened?: () => any;
|
|
20424
20481
|
onClosed?: () => any;
|
|
20425
|
-
} & 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" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
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" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
20426
20483
|
$attrs: {
|
|
20427
20484
|
[x: string]: unknown;
|
|
20428
20485
|
};
|
|
@@ -20611,6 +20668,10 @@ declare const _default: {
|
|
|
20611
20668
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20612
20669
|
default: any;
|
|
20613
20670
|
};
|
|
20671
|
+
optionsEndTextIconKey: {
|
|
20672
|
+
type: import("vue").PropType<string>;
|
|
20673
|
+
default: any;
|
|
20674
|
+
};
|
|
20614
20675
|
optionFlagKey: {
|
|
20615
20676
|
type: import("vue").PropType<string>;
|
|
20616
20677
|
default: any;
|
|
@@ -20727,6 +20788,7 @@ declare const _default: {
|
|
|
20727
20788
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20728
20789
|
optionEndIconKey: string;
|
|
20729
20790
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20791
|
+
optionsEndTextIconKey: string;
|
|
20730
20792
|
optionFlagKey: string;
|
|
20731
20793
|
valueToCopy: string;
|
|
20732
20794
|
disabledOptionKey: string;
|
|
@@ -20935,6 +20997,10 @@ declare const _default: {
|
|
|
20935
20997
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20936
20998
|
default: any;
|
|
20937
20999
|
};
|
|
21000
|
+
optionsEndTextIconKey: {
|
|
21001
|
+
type: import("vue").PropType<string>;
|
|
21002
|
+
default: any;
|
|
21003
|
+
};
|
|
20938
21004
|
optionFlagKey: {
|
|
20939
21005
|
type: import("vue").PropType<string>;
|
|
20940
21006
|
default: any;
|
|
@@ -21179,6 +21245,10 @@ declare const _default: {
|
|
|
21179
21245
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21180
21246
|
default: any;
|
|
21181
21247
|
};
|
|
21248
|
+
optionsEndTextIconKey: {
|
|
21249
|
+
type: import("vue").PropType<string>;
|
|
21250
|
+
default: any;
|
|
21251
|
+
};
|
|
21182
21252
|
optionFlagKey: {
|
|
21183
21253
|
type: import("vue").PropType<string>;
|
|
21184
21254
|
default: any;
|
|
@@ -21295,6 +21365,7 @@ declare const _default: {
|
|
|
21295
21365
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21296
21366
|
optionEndIconKey: string;
|
|
21297
21367
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21368
|
+
optionsEndTextIconKey: string;
|
|
21298
21369
|
optionFlagKey: string;
|
|
21299
21370
|
valueToCopy: string;
|
|
21300
21371
|
disabledOptionKey: string;
|
|
@@ -21336,6 +21407,7 @@ declare const _default: {
|
|
|
21336
21407
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21337
21408
|
optionAndIconKey: string;
|
|
21338
21409
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21410
|
+
optionsEndTextIconKey: string;
|
|
21339
21411
|
optionFlagKey: string;
|
|
21340
21412
|
feedbackVariant: "success" | "warning" | "error";
|
|
21341
21413
|
valueToCopy: string;
|
|
@@ -21351,6 +21423,7 @@ declare const _default: {
|
|
|
21351
21423
|
"input-list"?(_: {
|
|
21352
21424
|
open: true;
|
|
21353
21425
|
}): any;
|
|
21426
|
+
"select-all"?(_: {}): any;
|
|
21354
21427
|
"group-option"?(_: {}): any;
|
|
21355
21428
|
default?(_: {
|
|
21356
21429
|
option: unknown;
|
|
@@ -21457,6 +21530,7 @@ declare const _default: {
|
|
|
21457
21530
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21458
21531
|
valueToCopy: string;
|
|
21459
21532
|
disabledOptionKey: string;
|
|
21533
|
+
optionEndTextIconKey: string;
|
|
21460
21534
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
21461
21535
|
testId: {
|
|
21462
21536
|
type: import("vue").PropType<string>;
|
|
@@ -21525,6 +21599,10 @@ declare const _default: {
|
|
|
21525
21599
|
type: import("vue").PropType<string>;
|
|
21526
21600
|
default: string;
|
|
21527
21601
|
};
|
|
21602
|
+
optionEndTextIconKey: {
|
|
21603
|
+
type: import("vue").PropType<string>;
|
|
21604
|
+
default: any;
|
|
21605
|
+
};
|
|
21528
21606
|
optionChildrenKey: {
|
|
21529
21607
|
type: import("vue").PropType<string>;
|
|
21530
21608
|
required: true;
|
|
@@ -21540,7 +21618,7 @@ declare const _default: {
|
|
|
21540
21618
|
}>> & {
|
|
21541
21619
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21542
21620
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21543
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey">;
|
|
21621
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
21544
21622
|
$attrs: {
|
|
21545
21623
|
[x: string]: unknown;
|
|
21546
21624
|
};
|
|
@@ -21622,6 +21700,10 @@ declare const _default: {
|
|
|
21622
21700
|
type: import("vue").PropType<string>;
|
|
21623
21701
|
default: string;
|
|
21624
21702
|
};
|
|
21703
|
+
optionEndTextIconKey: {
|
|
21704
|
+
type: import("vue").PropType<string>;
|
|
21705
|
+
default: any;
|
|
21706
|
+
};
|
|
21625
21707
|
optionChildrenKey: {
|
|
21626
21708
|
type: import("vue").PropType<string>;
|
|
21627
21709
|
required: true;
|
|
@@ -21655,6 +21737,7 @@ declare const _default: {
|
|
|
21655
21737
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21656
21738
|
valueToCopy: string;
|
|
21657
21739
|
disabledOptionKey: string;
|
|
21740
|
+
optionEndTextIconKey: string;
|
|
21658
21741
|
}, {}, string> & {
|
|
21659
21742
|
beforeCreate?: (() => void) | (() => void)[];
|
|
21660
21743
|
created?: (() => void) | (() => void)[];
|
|
@@ -21743,6 +21826,10 @@ declare const _default: {
|
|
|
21743
21826
|
type: import("vue").PropType<string>;
|
|
21744
21827
|
default: string;
|
|
21745
21828
|
};
|
|
21829
|
+
optionEndTextIconKey: {
|
|
21830
|
+
type: import("vue").PropType<string>;
|
|
21831
|
+
default: any;
|
|
21832
|
+
};
|
|
21746
21833
|
optionChildrenKey: {
|
|
21747
21834
|
type: import("vue").PropType<string>;
|
|
21748
21835
|
required: true;
|
|
@@ -21830,6 +21917,10 @@ declare const _default: {
|
|
|
21830
21917
|
type: import("vue").PropType<string>;
|
|
21831
21918
|
default: string;
|
|
21832
21919
|
};
|
|
21920
|
+
optionEndTextIconKey: {
|
|
21921
|
+
type: import("vue").PropType<string>;
|
|
21922
|
+
default: any;
|
|
21923
|
+
};
|
|
21833
21924
|
optionChildrenKey: {
|
|
21834
21925
|
type: import("vue").PropType<string>;
|
|
21835
21926
|
required: true;
|
|
@@ -21863,6 +21954,7 @@ declare const _default: {
|
|
|
21863
21954
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21864
21955
|
valueToCopy: string;
|
|
21865
21956
|
disabledOptionKey: string;
|
|
21957
|
+
optionEndTextIconKey: string;
|
|
21866
21958
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21867
21959
|
$slots: {
|
|
21868
21960
|
"trigger-end-icon"?(_: {}): any;
|
|
@@ -21888,6 +21980,7 @@ declare const _default: {
|
|
|
21888
21980
|
iconKey: string;
|
|
21889
21981
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21890
21982
|
endIconKey: string;
|
|
21983
|
+
endTextIconKey: string;
|
|
21891
21984
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
21892
21985
|
treeMainOption: boolean;
|
|
21893
21986
|
treeMainOptionExpanded: boolean;
|
|
@@ -21954,6 +22047,10 @@ declare const _default: {
|
|
|
21954
22047
|
type: import("vue").PropType<string>;
|
|
21955
22048
|
default: any;
|
|
21956
22049
|
};
|
|
22050
|
+
endTextIconKey: {
|
|
22051
|
+
type: import("vue").PropType<string>;
|
|
22052
|
+
default: any;
|
|
22053
|
+
};
|
|
21957
22054
|
toolTipPlacement: {
|
|
21958
22055
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
21959
22056
|
default: string;
|
|
@@ -21979,7 +22076,7 @@ declare const _default: {
|
|
|
21979
22076
|
};
|
|
21980
22077
|
}>> & {
|
|
21981
22078
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
21982
|
-
} & 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">;
|
|
22079
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
21983
22080
|
$attrs: {
|
|
21984
22081
|
[x: string]: unknown;
|
|
21985
22082
|
};
|
|
@@ -22054,6 +22151,10 @@ declare const _default: {
|
|
|
22054
22151
|
type: import("vue").PropType<string>;
|
|
22055
22152
|
default: any;
|
|
22056
22153
|
};
|
|
22154
|
+
endTextIconKey: {
|
|
22155
|
+
type: import("vue").PropType<string>;
|
|
22156
|
+
default: any;
|
|
22157
|
+
};
|
|
22057
22158
|
toolTipPlacement: {
|
|
22058
22159
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
22059
22160
|
default: string;
|
|
@@ -22097,6 +22198,7 @@ declare const _default: {
|
|
|
22097
22198
|
iconKey: string;
|
|
22098
22199
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22099
22200
|
endIconKey: string;
|
|
22201
|
+
endTextIconKey: string;
|
|
22100
22202
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
22101
22203
|
treeMainOption: boolean;
|
|
22102
22204
|
treeMainOptionExpanded: boolean;
|
|
@@ -22183,6 +22285,10 @@ declare const _default: {
|
|
|
22183
22285
|
type: import("vue").PropType<string>;
|
|
22184
22286
|
default: any;
|
|
22185
22287
|
};
|
|
22288
|
+
endTextIconKey: {
|
|
22289
|
+
type: import("vue").PropType<string>;
|
|
22290
|
+
default: any;
|
|
22291
|
+
};
|
|
22186
22292
|
toolTipPlacement: {
|
|
22187
22293
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
22188
22294
|
default: string;
|
|
@@ -22273,6 +22379,10 @@ declare const _default: {
|
|
|
22273
22379
|
type: import("vue").PropType<string>;
|
|
22274
22380
|
default: any;
|
|
22275
22381
|
};
|
|
22382
|
+
endTextIconKey: {
|
|
22383
|
+
type: import("vue").PropType<string>;
|
|
22384
|
+
default: any;
|
|
22385
|
+
};
|
|
22276
22386
|
toolTipPlacement: {
|
|
22277
22387
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
22278
22388
|
default: string;
|
|
@@ -22316,6 +22426,7 @@ declare const _default: {
|
|
|
22316
22426
|
iconKey: string;
|
|
22317
22427
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22318
22428
|
endIconKey: string;
|
|
22429
|
+
endTextIconKey: string;
|
|
22319
22430
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
22320
22431
|
treeMainOption: boolean;
|
|
22321
22432
|
treeMainOptionExpanded: boolean;
|
|
@@ -22349,6 +22460,7 @@ declare const _default: {
|
|
|
22349
22460
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22350
22461
|
valueToCopy: string;
|
|
22351
22462
|
disabledOptionKey: string;
|
|
22463
|
+
optionEndTextIconKey: string;
|
|
22352
22464
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
22353
22465
|
testId: {
|
|
22354
22466
|
type: import("vue").PropType<string>;
|
|
@@ -22417,6 +22529,10 @@ declare const _default: {
|
|
|
22417
22529
|
type: import("vue").PropType<string>;
|
|
22418
22530
|
default: string;
|
|
22419
22531
|
};
|
|
22532
|
+
optionEndTextIconKey: {
|
|
22533
|
+
type: import("vue").PropType<string>;
|
|
22534
|
+
default: any;
|
|
22535
|
+
};
|
|
22420
22536
|
optionChildrenKey: {
|
|
22421
22537
|
type: import("vue").PropType<string>;
|
|
22422
22538
|
required: true;
|
|
@@ -22432,7 +22548,7 @@ declare const _default: {
|
|
|
22432
22548
|
}>> & {
|
|
22433
22549
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
22434
22550
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
22435
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey">;
|
|
22551
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
22436
22552
|
$attrs: {
|
|
22437
22553
|
[x: string]: unknown;
|
|
22438
22554
|
};
|
|
@@ -22514,6 +22630,10 @@ declare const _default: {
|
|
|
22514
22630
|
type: import("vue").PropType<string>;
|
|
22515
22631
|
default: string;
|
|
22516
22632
|
};
|
|
22633
|
+
optionEndTextIconKey: {
|
|
22634
|
+
type: import("vue").PropType<string>;
|
|
22635
|
+
default: any;
|
|
22636
|
+
};
|
|
22517
22637
|
optionChildrenKey: {
|
|
22518
22638
|
type: import("vue").PropType<string>;
|
|
22519
22639
|
required: true;
|
|
@@ -22547,6 +22667,7 @@ declare const _default: {
|
|
|
22547
22667
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22548
22668
|
valueToCopy: string;
|
|
22549
22669
|
disabledOptionKey: string;
|
|
22670
|
+
optionEndTextIconKey: string;
|
|
22550
22671
|
}, {}, string> & {
|
|
22551
22672
|
beforeCreate?: (() => void) | (() => void)[];
|
|
22552
22673
|
created?: (() => void) | (() => void)[];
|
|
@@ -22635,6 +22756,10 @@ declare const _default: {
|
|
|
22635
22756
|
type: import("vue").PropType<string>;
|
|
22636
22757
|
default: string;
|
|
22637
22758
|
};
|
|
22759
|
+
optionEndTextIconKey: {
|
|
22760
|
+
type: import("vue").PropType<string>;
|
|
22761
|
+
default: any;
|
|
22762
|
+
};
|
|
22638
22763
|
optionChildrenKey: {
|
|
22639
22764
|
type: import("vue").PropType<string>;
|
|
22640
22765
|
required: true;
|
|
@@ -22722,6 +22847,10 @@ declare const _default: {
|
|
|
22722
22847
|
type: import("vue").PropType<string>;
|
|
22723
22848
|
default: string;
|
|
22724
22849
|
};
|
|
22850
|
+
optionEndTextIconKey: {
|
|
22851
|
+
type: import("vue").PropType<string>;
|
|
22852
|
+
default: any;
|
|
22853
|
+
};
|
|
22725
22854
|
optionChildrenKey: {
|
|
22726
22855
|
type: import("vue").PropType<string>;
|
|
22727
22856
|
required: true;
|
|
@@ -22755,6 +22884,7 @@ declare const _default: {
|
|
|
22755
22884
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22756
22885
|
valueToCopy: string;
|
|
22757
22886
|
disabledOptionKey: string;
|
|
22887
|
+
optionEndTextIconKey: string;
|
|
22758
22888
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
22759
22889
|
$slots: {
|
|
22760
22890
|
"trigger-end-icon"?(_: {}): any;
|
|
@@ -23498,7 +23628,9 @@ declare const _default: {
|
|
|
23498
23628
|
};
|
|
23499
23629
|
}>> & {
|
|
23500
23630
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23501
|
-
}, {
|
|
23631
|
+
}, {
|
|
23632
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
23633
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23502
23634
|
"update:modelValue": (...args: any[]) => void;
|
|
23503
23635
|
}, string, {
|
|
23504
23636
|
testId: string;
|
|
@@ -23550,7 +23682,9 @@ declare const _default: {
|
|
|
23550
23682
|
};
|
|
23551
23683
|
}>> & {
|
|
23552
23684
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23553
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
23685
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
23686
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
23687
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23554
23688
|
__isFragment?: never;
|
|
23555
23689
|
__isTeleport?: never;
|
|
23556
23690
|
__isSuspense?: never;
|
|
@@ -23582,7 +23716,9 @@ declare const _default: {
|
|
|
23582
23716
|
};
|
|
23583
23717
|
}>> & {
|
|
23584
23718
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23585
|
-
}, {
|
|
23719
|
+
}, {
|
|
23720
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
23721
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23586
23722
|
"update:modelValue": (...args: any[]) => void;
|
|
23587
23723
|
}, string, {
|
|
23588
23724
|
testId: string;
|
|
@@ -23963,7 +24099,9 @@ declare const _default: {
|
|
|
23963
24099
|
};
|
|
23964
24100
|
}>> & {
|
|
23965
24101
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23966
|
-
}, {
|
|
24102
|
+
}, {
|
|
24103
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24104
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23967
24105
|
"update:modelValue": (...args: any[]) => void;
|
|
23968
24106
|
}, string, {
|
|
23969
24107
|
testId: string;
|
|
@@ -24015,7 +24153,9 @@ declare const _default: {
|
|
|
24015
24153
|
};
|
|
24016
24154
|
}>> & {
|
|
24017
24155
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24018
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
24156
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
24157
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24158
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
24019
24159
|
__isFragment?: never;
|
|
24020
24160
|
__isTeleport?: never;
|
|
24021
24161
|
__isSuspense?: never;
|
|
@@ -24047,7 +24187,9 @@ declare const _default: {
|
|
|
24047
24187
|
};
|
|
24048
24188
|
}>> & {
|
|
24049
24189
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24050
|
-
}, {
|
|
24190
|
+
}, {
|
|
24191
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24192
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24051
24193
|
"update:modelValue": (...args: any[]) => void;
|
|
24052
24194
|
}, string, {
|
|
24053
24195
|
testId: string;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './Menu.vue_vue_type_style_index_0_scoped_eb057818_lang.css';
|
|
2
2
|
import { AppTriggerTypes as ro } from "./components/appTrigger/index.js";
|
|
3
3
|
import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
|
|
4
4
|
import { MenuItemTypes as po } from "./components/menuItem/index.js";
|