@ironsource/shared-ui 2.1.11-rc.2 → 2.1.11-rc.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_ba28c717_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_93545ce0_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_b1bde483_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_df830bf5_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c7e688b1_lang.css +1 -0
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue2.js +3 -2
- 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/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +34 -26
- package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
- package/components/dropdown/common/Dropdown.common.js +174 -171
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +39 -39
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +66 -44
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +75 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +159 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +20 -6
- package/components/dropdown/v4/DropdownV4.vue.js +4 -4
- package/components/dropdown/v4/DropdownV4.vue2.js +211 -187
- package/components/dropdown/v4/OptionV4.vue.d.ts +10 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +135 -98
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -1
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +161 -116
- package/components/dropdown/v4/index.d.ts +313 -86
- package/components/dropdown/v4/index.js +6 -3
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +24 -22
- package/components/inlineCopy/index.d.ts +9 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +12 -12
- package/components/multibar/MultiBarMenu.vue2.js +3 -2
- package/components/popover/v4/PopoverV4.vue.d.ts +14 -2
- package/components/popover/v4/PopoverV4.vue.js +4 -3
- package/components/popover/v4/PopoverV4.vue2.js +40 -24
- package/components/popover/v4/index.d.ts +55 -11
- package/components/sortableList/SortableList.vue.d.ts +1 -1
- package/components/sortableList/index.d.ts +4 -4
- package/components/table/common/Table.common.js +26 -28
- package/components/table/v4/DataGridMenu.vue2.js +3 -2
- package/components/table/v4/index.d.ts +2 -2
- package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
- package/components/tooltip/v4/index.d.ts +39 -1
- package/index.d.ts +860 -213
- package/index.js +1 -1
- package/mocks/options.d.ts +48 -2
- package/package.json +3 -2
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_991a7aad_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_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/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_6ac5f602_lang.css +0 -1
|
@@ -7,6 +7,7 @@ import ButtonDropdownTrigger from './ButtonDropdownTrigger.vue';
|
|
|
7
7
|
import ButtonFilterDropdownTrigger from './ButtonFilterDropdownTrigger.vue';
|
|
8
8
|
import TreeDropdown from './TreeDropdown.vue';
|
|
9
9
|
import Option from './OptionV4.vue';
|
|
10
|
+
import ConditionalDropdown from './ConditionalDropdown.vue';
|
|
10
11
|
declare const DropdownTypes: () => (({
|
|
11
12
|
new (...args: any[]): {
|
|
12
13
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -606,6 +607,7 @@ declare const DropdownTypes: () => (({
|
|
|
606
607
|
open: boolean;
|
|
607
608
|
mandatory: boolean;
|
|
608
609
|
loading: boolean;
|
|
610
|
+
valueToCopy: string;
|
|
609
611
|
options: unknown[];
|
|
610
612
|
singleAppSelection: boolean;
|
|
611
613
|
placeholder: string;
|
|
@@ -616,7 +618,6 @@ declare const DropdownTypes: () => (({
|
|
|
616
618
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
617
619
|
optionEndIconKey: string;
|
|
618
620
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
619
|
-
valueToCopy: string;
|
|
620
621
|
selectedOption: any;
|
|
621
622
|
brandIconType: "android" | "ios";
|
|
622
623
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -650,6 +651,10 @@ declare const DropdownTypes: () => (({
|
|
|
650
651
|
type: import("vue").PropType<boolean>;
|
|
651
652
|
default: boolean;
|
|
652
653
|
};
|
|
654
|
+
valueToCopy: {
|
|
655
|
+
type: import("vue").PropType<string>;
|
|
656
|
+
default: any;
|
|
657
|
+
};
|
|
653
658
|
options: {
|
|
654
659
|
type: import("vue").PropType<unknown[]>;
|
|
655
660
|
default: any;
|
|
@@ -694,10 +699,6 @@ declare const DropdownTypes: () => (({
|
|
|
694
699
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
695
700
|
default: any;
|
|
696
701
|
};
|
|
697
|
-
valueToCopy: {
|
|
698
|
-
type: import("vue").PropType<string>;
|
|
699
|
-
default: any;
|
|
700
|
-
};
|
|
701
702
|
selectedOption: {
|
|
702
703
|
type: import("vue").PropType<unknown>;
|
|
703
704
|
default: any;
|
|
@@ -709,7 +710,7 @@ declare const DropdownTypes: () => (({
|
|
|
709
710
|
}>> & {
|
|
710
711
|
onClick?: () => any;
|
|
711
712
|
onCopyToClipboard?: () => any;
|
|
712
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
713
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
|
|
713
714
|
$attrs: {
|
|
714
715
|
[x: string]: unknown;
|
|
715
716
|
};
|
|
@@ -754,6 +755,10 @@ declare const DropdownTypes: () => (({
|
|
|
754
755
|
type: import("vue").PropType<boolean>;
|
|
755
756
|
default: boolean;
|
|
756
757
|
};
|
|
758
|
+
valueToCopy: {
|
|
759
|
+
type: import("vue").PropType<string>;
|
|
760
|
+
default: any;
|
|
761
|
+
};
|
|
757
762
|
options: {
|
|
758
763
|
type: import("vue").PropType<unknown[]>;
|
|
759
764
|
default: any;
|
|
@@ -798,10 +803,6 @@ declare const DropdownTypes: () => (({
|
|
|
798
803
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
799
804
|
default: any;
|
|
800
805
|
};
|
|
801
|
-
valueToCopy: {
|
|
802
|
-
type: import("vue").PropType<string>;
|
|
803
|
-
default: any;
|
|
804
|
-
};
|
|
805
806
|
selectedOption: {
|
|
806
807
|
type: import("vue").PropType<unknown>;
|
|
807
808
|
default: any;
|
|
@@ -824,6 +825,7 @@ declare const DropdownTypes: () => (({
|
|
|
824
825
|
open: boolean;
|
|
825
826
|
mandatory: boolean;
|
|
826
827
|
loading: boolean;
|
|
828
|
+
valueToCopy: string;
|
|
827
829
|
options: unknown[];
|
|
828
830
|
singleAppSelection: boolean;
|
|
829
831
|
placeholder: string;
|
|
@@ -834,7 +836,6 @@ declare const DropdownTypes: () => (({
|
|
|
834
836
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
835
837
|
optionEndIconKey: string;
|
|
836
838
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
837
|
-
valueToCopy: string;
|
|
838
839
|
selectedOption: any;
|
|
839
840
|
brandIconType: "android" | "ios";
|
|
840
841
|
}, {}, string> & {
|
|
@@ -888,6 +889,10 @@ declare const DropdownTypes: () => (({
|
|
|
888
889
|
type: import("vue").PropType<boolean>;
|
|
889
890
|
default: boolean;
|
|
890
891
|
};
|
|
892
|
+
valueToCopy: {
|
|
893
|
+
type: import("vue").PropType<string>;
|
|
894
|
+
default: any;
|
|
895
|
+
};
|
|
891
896
|
options: {
|
|
892
897
|
type: import("vue").PropType<unknown[]>;
|
|
893
898
|
default: any;
|
|
@@ -932,10 +937,6 @@ declare const DropdownTypes: () => (({
|
|
|
932
937
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
933
938
|
default: any;
|
|
934
939
|
};
|
|
935
|
-
valueToCopy: {
|
|
936
|
-
type: import("vue").PropType<string>;
|
|
937
|
-
default: any;
|
|
938
|
-
};
|
|
939
940
|
selectedOption: {
|
|
940
941
|
type: import("vue").PropType<unknown>;
|
|
941
942
|
default: any;
|
|
@@ -982,6 +983,10 @@ declare const DropdownTypes: () => (({
|
|
|
982
983
|
type: import("vue").PropType<boolean>;
|
|
983
984
|
default: boolean;
|
|
984
985
|
};
|
|
986
|
+
valueToCopy: {
|
|
987
|
+
type: import("vue").PropType<string>;
|
|
988
|
+
default: any;
|
|
989
|
+
};
|
|
985
990
|
options: {
|
|
986
991
|
type: import("vue").PropType<unknown[]>;
|
|
987
992
|
default: any;
|
|
@@ -1026,10 +1031,6 @@ declare const DropdownTypes: () => (({
|
|
|
1026
1031
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
1027
1032
|
default: any;
|
|
1028
1033
|
};
|
|
1029
|
-
valueToCopy: {
|
|
1030
|
-
type: import("vue").PropType<string>;
|
|
1031
|
-
default: any;
|
|
1032
|
-
};
|
|
1033
1034
|
selectedOption: {
|
|
1034
1035
|
type: import("vue").PropType<unknown>;
|
|
1035
1036
|
default: any;
|
|
@@ -1052,6 +1053,7 @@ declare const DropdownTypes: () => (({
|
|
|
1052
1053
|
open: boolean;
|
|
1053
1054
|
mandatory: boolean;
|
|
1054
1055
|
loading: boolean;
|
|
1056
|
+
valueToCopy: string;
|
|
1055
1057
|
options: unknown[];
|
|
1056
1058
|
singleAppSelection: boolean;
|
|
1057
1059
|
placeholder: string;
|
|
@@ -1062,7 +1064,6 @@ declare const DropdownTypes: () => (({
|
|
|
1062
1064
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
1063
1065
|
optionEndIconKey: string;
|
|
1064
1066
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
1065
|
-
valueToCopy: string;
|
|
1066
1067
|
selectedOption: any;
|
|
1067
1068
|
brandIconType: "android" | "ios";
|
|
1068
1069
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -1091,11 +1092,13 @@ declare const DropdownTypes: () => (({
|
|
|
1091
1092
|
iconKey: string;
|
|
1092
1093
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
1093
1094
|
endIconKey: string;
|
|
1095
|
+
endTextIconKey: string;
|
|
1094
1096
|
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";
|
|
1095
1097
|
treeMainOption: boolean;
|
|
1096
1098
|
treeMainOptionExpanded: boolean;
|
|
1097
1099
|
stopOptionClickEventPropagation: boolean;
|
|
1098
1100
|
treeChildShown: boolean;
|
|
1101
|
+
isMulti: boolean;
|
|
1099
1102
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1100
1103
|
option: {
|
|
1101
1104
|
type: import("vue").PropType<unknown>;
|
|
@@ -1157,6 +1160,10 @@ declare const DropdownTypes: () => (({
|
|
|
1157
1160
|
type: import("vue").PropType<string>;
|
|
1158
1161
|
default: any;
|
|
1159
1162
|
};
|
|
1163
|
+
endTextIconKey: {
|
|
1164
|
+
type: import("vue").PropType<string>;
|
|
1165
|
+
default: any;
|
|
1166
|
+
};
|
|
1160
1167
|
toolTipPlacement: {
|
|
1161
1168
|
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">;
|
|
1162
1169
|
default: string;
|
|
@@ -1177,12 +1184,16 @@ declare const DropdownTypes: () => (({
|
|
|
1177
1184
|
type: import("vue").PropType<boolean>;
|
|
1178
1185
|
default: boolean;
|
|
1179
1186
|
};
|
|
1187
|
+
isMulti: {
|
|
1188
|
+
type: import("vue").PropType<boolean>;
|
|
1189
|
+
default: boolean;
|
|
1190
|
+
};
|
|
1180
1191
|
selectedProp: {
|
|
1181
1192
|
type: import("vue").PropType<boolean>;
|
|
1182
1193
|
};
|
|
1183
1194
|
}>> & {
|
|
1184
1195
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
1185
|
-
} & 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">;
|
|
1196
|
+
} & 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" | "isMulti">;
|
|
1186
1197
|
$attrs: {
|
|
1187
1198
|
[x: string]: unknown;
|
|
1188
1199
|
};
|
|
@@ -1257,6 +1268,10 @@ declare const DropdownTypes: () => (({
|
|
|
1257
1268
|
type: import("vue").PropType<string>;
|
|
1258
1269
|
default: any;
|
|
1259
1270
|
};
|
|
1271
|
+
endTextIconKey: {
|
|
1272
|
+
type: import("vue").PropType<string>;
|
|
1273
|
+
default: any;
|
|
1274
|
+
};
|
|
1260
1275
|
toolTipPlacement: {
|
|
1261
1276
|
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">;
|
|
1262
1277
|
default: string;
|
|
@@ -1277,6 +1292,10 @@ declare const DropdownTypes: () => (({
|
|
|
1277
1292
|
type: import("vue").PropType<boolean>;
|
|
1278
1293
|
default: boolean;
|
|
1279
1294
|
};
|
|
1295
|
+
isMulti: {
|
|
1296
|
+
type: import("vue").PropType<boolean>;
|
|
1297
|
+
default: boolean;
|
|
1298
|
+
};
|
|
1280
1299
|
selectedProp: {
|
|
1281
1300
|
type: import("vue").PropType<boolean>;
|
|
1282
1301
|
};
|
|
@@ -1300,11 +1319,13 @@ declare const DropdownTypes: () => (({
|
|
|
1300
1319
|
iconKey: string;
|
|
1301
1320
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
1302
1321
|
endIconKey: string;
|
|
1322
|
+
endTextIconKey: string;
|
|
1303
1323
|
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";
|
|
1304
1324
|
treeMainOption: boolean;
|
|
1305
1325
|
treeMainOptionExpanded: boolean;
|
|
1306
1326
|
stopOptionClickEventPropagation: boolean;
|
|
1307
1327
|
treeChildShown: boolean;
|
|
1328
|
+
isMulti: boolean;
|
|
1308
1329
|
}, {}, string> & {
|
|
1309
1330
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1310
1331
|
created?: (() => void) | (() => void)[];
|
|
@@ -1386,6 +1407,10 @@ declare const DropdownTypes: () => (({
|
|
|
1386
1407
|
type: import("vue").PropType<string>;
|
|
1387
1408
|
default: any;
|
|
1388
1409
|
};
|
|
1410
|
+
endTextIconKey: {
|
|
1411
|
+
type: import("vue").PropType<string>;
|
|
1412
|
+
default: any;
|
|
1413
|
+
};
|
|
1389
1414
|
toolTipPlacement: {
|
|
1390
1415
|
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">;
|
|
1391
1416
|
default: string;
|
|
@@ -1406,6 +1431,10 @@ declare const DropdownTypes: () => (({
|
|
|
1406
1431
|
type: import("vue").PropType<boolean>;
|
|
1407
1432
|
default: boolean;
|
|
1408
1433
|
};
|
|
1434
|
+
isMulti: {
|
|
1435
|
+
type: import("vue").PropType<boolean>;
|
|
1436
|
+
default: boolean;
|
|
1437
|
+
};
|
|
1409
1438
|
selectedProp: {
|
|
1410
1439
|
type: import("vue").PropType<boolean>;
|
|
1411
1440
|
};
|
|
@@ -1476,6 +1505,10 @@ declare const DropdownTypes: () => (({
|
|
|
1476
1505
|
type: import("vue").PropType<string>;
|
|
1477
1506
|
default: any;
|
|
1478
1507
|
};
|
|
1508
|
+
endTextIconKey: {
|
|
1509
|
+
type: import("vue").PropType<string>;
|
|
1510
|
+
default: any;
|
|
1511
|
+
};
|
|
1479
1512
|
toolTipPlacement: {
|
|
1480
1513
|
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">;
|
|
1481
1514
|
default: string;
|
|
@@ -1496,6 +1529,10 @@ declare const DropdownTypes: () => (({
|
|
|
1496
1529
|
type: import("vue").PropType<boolean>;
|
|
1497
1530
|
default: boolean;
|
|
1498
1531
|
};
|
|
1532
|
+
isMulti: {
|
|
1533
|
+
type: import("vue").PropType<boolean>;
|
|
1534
|
+
default: boolean;
|
|
1535
|
+
};
|
|
1499
1536
|
selectedProp: {
|
|
1500
1537
|
type: import("vue").PropType<boolean>;
|
|
1501
1538
|
};
|
|
@@ -1519,11 +1556,13 @@ declare const DropdownTypes: () => (({
|
|
|
1519
1556
|
iconKey: string;
|
|
1520
1557
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
1521
1558
|
endIconKey: string;
|
|
1559
|
+
endTextIconKey: string;
|
|
1522
1560
|
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";
|
|
1523
1561
|
treeMainOption: boolean;
|
|
1524
1562
|
treeMainOptionExpanded: boolean;
|
|
1525
1563
|
stopOptionClickEventPropagation: boolean;
|
|
1526
1564
|
treeChildShown: boolean;
|
|
1565
|
+
isMulti: boolean;
|
|
1527
1566
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1528
1567
|
$slots: {
|
|
1529
1568
|
image?(_: {}): any;
|
|
@@ -1670,7 +1709,7 @@ declare const DropdownTypes: () => (({
|
|
|
1670
1709
|
skidding: number;
|
|
1671
1710
|
modelValue: any;
|
|
1672
1711
|
selected: any;
|
|
1673
|
-
|
|
1712
|
+
valueToCopy: string;
|
|
1674
1713
|
placeholder: string;
|
|
1675
1714
|
multi: boolean;
|
|
1676
1715
|
showSelectAll: boolean;
|
|
@@ -1691,14 +1730,15 @@ declare const DropdownTypes: () => (({
|
|
|
1691
1730
|
onSearch: (option: any, term: string) => boolean;
|
|
1692
1731
|
noResultsText: string;
|
|
1693
1732
|
searchAutoFocus: boolean;
|
|
1733
|
+
onClearSearch: () => void;
|
|
1694
1734
|
optionNameKey: string;
|
|
1695
1735
|
optionIconKey: string;
|
|
1696
1736
|
optionImageKey: string;
|
|
1697
1737
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
1698
1738
|
optionEndIconKey: string;
|
|
1699
1739
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
1740
|
+
optionsEndTextIconKey: string;
|
|
1700
1741
|
optionFlagKey: string;
|
|
1701
|
-
valueToCopy: string;
|
|
1702
1742
|
disabledOptionKey: string;
|
|
1703
1743
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
1704
1744
|
optionTwoLinesKey: string;
|
|
@@ -1710,6 +1750,7 @@ declare const DropdownTypes: () => (({
|
|
|
1710
1750
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
1711
1751
|
disableVirtualScroll: boolean;
|
|
1712
1752
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
1753
|
+
withConditions: boolean;
|
|
1713
1754
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1714
1755
|
theme: {
|
|
1715
1756
|
type: import("vue").PropType<string>;
|
|
@@ -1754,13 +1795,13 @@ declare const DropdownTypes: () => (({
|
|
|
1754
1795
|
loading: {
|
|
1755
1796
|
type: import("vue").PropType<boolean>;
|
|
1756
1797
|
};
|
|
1798
|
+
isOpen: {
|
|
1799
|
+
type: import("vue").PropType<boolean>;
|
|
1800
|
+
};
|
|
1757
1801
|
skidding: {
|
|
1758
1802
|
type: import("vue").PropType<number>;
|
|
1759
1803
|
default: number;
|
|
1760
1804
|
};
|
|
1761
|
-
isOpen: {
|
|
1762
|
-
type: import("vue").PropType<boolean>;
|
|
1763
|
-
};
|
|
1764
1805
|
modelValue: {
|
|
1765
1806
|
type: import("vue").PropType<unknown>;
|
|
1766
1807
|
default: any;
|
|
@@ -1769,14 +1810,14 @@ declare const DropdownTypes: () => (({
|
|
|
1769
1810
|
type: import("vue").PropType<unknown>;
|
|
1770
1811
|
default: any;
|
|
1771
1812
|
};
|
|
1813
|
+
valueToCopy: {
|
|
1814
|
+
type: import("vue").PropType<string>;
|
|
1815
|
+
default: any;
|
|
1816
|
+
};
|
|
1772
1817
|
options: {
|
|
1773
1818
|
type: import("vue").PropType<unknown[]>;
|
|
1774
1819
|
required: true;
|
|
1775
1820
|
};
|
|
1776
|
-
onClear: {
|
|
1777
|
-
type: import("vue").PropType<() => void>;
|
|
1778
|
-
default: () => true;
|
|
1779
|
-
};
|
|
1780
1821
|
placeholder: {
|
|
1781
1822
|
type: import("vue").PropType<string>;
|
|
1782
1823
|
default: string;
|
|
@@ -1857,6 +1898,10 @@ declare const DropdownTypes: () => (({
|
|
|
1857
1898
|
type: import("vue").PropType<boolean>;
|
|
1858
1899
|
default: boolean;
|
|
1859
1900
|
};
|
|
1901
|
+
onClearSearch: {
|
|
1902
|
+
type: import("vue").PropType<() => void>;
|
|
1903
|
+
default: () => true;
|
|
1904
|
+
};
|
|
1860
1905
|
displayValue: {
|
|
1861
1906
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
1862
1907
|
required: true;
|
|
@@ -1885,11 +1930,11 @@ declare const DropdownTypes: () => (({
|
|
|
1885
1930
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
1886
1931
|
default: any;
|
|
1887
1932
|
};
|
|
1888
|
-
|
|
1933
|
+
optionsEndTextIconKey: {
|
|
1889
1934
|
type: import("vue").PropType<string>;
|
|
1890
1935
|
default: any;
|
|
1891
1936
|
};
|
|
1892
|
-
|
|
1937
|
+
optionFlagKey: {
|
|
1893
1938
|
type: import("vue").PropType<string>;
|
|
1894
1939
|
default: any;
|
|
1895
1940
|
};
|
|
@@ -1937,6 +1982,10 @@ declare const DropdownTypes: () => (({
|
|
|
1937
1982
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
1938
1983
|
default: any;
|
|
1939
1984
|
};
|
|
1985
|
+
withConditions: {
|
|
1986
|
+
type: import("vue").PropType<boolean>;
|
|
1987
|
+
default: boolean;
|
|
1988
|
+
};
|
|
1940
1989
|
}>> & {
|
|
1941
1990
|
onCopyToClipboard?: () => any;
|
|
1942
1991
|
onClear?: () => any;
|
|
@@ -1947,7 +1996,7 @@ declare const DropdownTypes: () => (({
|
|
|
1947
1996
|
onOnsearch?: (value: string) => any;
|
|
1948
1997
|
onOpened?: () => any;
|
|
1949
1998
|
onClosed?: () => any;
|
|
1950
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "
|
|
1999
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
1951
2000
|
$attrs: {
|
|
1952
2001
|
[x: string]: unknown;
|
|
1953
2002
|
};
|
|
@@ -2005,13 +2054,13 @@ declare const DropdownTypes: () => (({
|
|
|
2005
2054
|
loading: {
|
|
2006
2055
|
type: import("vue").PropType<boolean>;
|
|
2007
2056
|
};
|
|
2057
|
+
isOpen: {
|
|
2058
|
+
type: import("vue").PropType<boolean>;
|
|
2059
|
+
};
|
|
2008
2060
|
skidding: {
|
|
2009
2061
|
type: import("vue").PropType<number>;
|
|
2010
2062
|
default: number;
|
|
2011
2063
|
};
|
|
2012
|
-
isOpen: {
|
|
2013
|
-
type: import("vue").PropType<boolean>;
|
|
2014
|
-
};
|
|
2015
2064
|
modelValue: {
|
|
2016
2065
|
type: import("vue").PropType<unknown>;
|
|
2017
2066
|
default: any;
|
|
@@ -2020,14 +2069,14 @@ declare const DropdownTypes: () => (({
|
|
|
2020
2069
|
type: import("vue").PropType<unknown>;
|
|
2021
2070
|
default: any;
|
|
2022
2071
|
};
|
|
2072
|
+
valueToCopy: {
|
|
2073
|
+
type: import("vue").PropType<string>;
|
|
2074
|
+
default: any;
|
|
2075
|
+
};
|
|
2023
2076
|
options: {
|
|
2024
2077
|
type: import("vue").PropType<unknown[]>;
|
|
2025
2078
|
required: true;
|
|
2026
2079
|
};
|
|
2027
|
-
onClear: {
|
|
2028
|
-
type: import("vue").PropType<() => void>;
|
|
2029
|
-
default: () => true;
|
|
2030
|
-
};
|
|
2031
2080
|
placeholder: {
|
|
2032
2081
|
type: import("vue").PropType<string>;
|
|
2033
2082
|
default: string;
|
|
@@ -2108,6 +2157,10 @@ declare const DropdownTypes: () => (({
|
|
|
2108
2157
|
type: import("vue").PropType<boolean>;
|
|
2109
2158
|
default: boolean;
|
|
2110
2159
|
};
|
|
2160
|
+
onClearSearch: {
|
|
2161
|
+
type: import("vue").PropType<() => void>;
|
|
2162
|
+
default: () => true;
|
|
2163
|
+
};
|
|
2111
2164
|
displayValue: {
|
|
2112
2165
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
2113
2166
|
required: true;
|
|
@@ -2136,11 +2189,11 @@ declare const DropdownTypes: () => (({
|
|
|
2136
2189
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
2137
2190
|
default: any;
|
|
2138
2191
|
};
|
|
2139
|
-
|
|
2192
|
+
optionsEndTextIconKey: {
|
|
2140
2193
|
type: import("vue").PropType<string>;
|
|
2141
2194
|
default: any;
|
|
2142
2195
|
};
|
|
2143
|
-
|
|
2196
|
+
optionFlagKey: {
|
|
2144
2197
|
type: import("vue").PropType<string>;
|
|
2145
2198
|
default: any;
|
|
2146
2199
|
};
|
|
@@ -2188,6 +2241,10 @@ declare const DropdownTypes: () => (({
|
|
|
2188
2241
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
2189
2242
|
default: any;
|
|
2190
2243
|
};
|
|
2244
|
+
withConditions: {
|
|
2245
|
+
type: import("vue").PropType<boolean>;
|
|
2246
|
+
default: boolean;
|
|
2247
|
+
};
|
|
2191
2248
|
}>> & {
|
|
2192
2249
|
onCopyToClipboard?: () => any;
|
|
2193
2250
|
onClear?: () => any;
|
|
@@ -2225,7 +2282,7 @@ declare const DropdownTypes: () => (({
|
|
|
2225
2282
|
skidding: number;
|
|
2226
2283
|
modelValue: any;
|
|
2227
2284
|
selected: any;
|
|
2228
|
-
|
|
2285
|
+
valueToCopy: string;
|
|
2229
2286
|
placeholder: string;
|
|
2230
2287
|
multi: boolean;
|
|
2231
2288
|
showSelectAll: boolean;
|
|
@@ -2246,14 +2303,15 @@ declare const DropdownTypes: () => (({
|
|
|
2246
2303
|
onSearch: (option: any, term: string) => boolean;
|
|
2247
2304
|
noResultsText: string;
|
|
2248
2305
|
searchAutoFocus: boolean;
|
|
2306
|
+
onClearSearch: () => void;
|
|
2249
2307
|
optionNameKey: string;
|
|
2250
2308
|
optionIconKey: string;
|
|
2251
2309
|
optionImageKey: string;
|
|
2252
2310
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
2253
2311
|
optionEndIconKey: string;
|
|
2254
2312
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
2313
|
+
optionsEndTextIconKey: string;
|
|
2255
2314
|
optionFlagKey: string;
|
|
2256
|
-
valueToCopy: string;
|
|
2257
2315
|
disabledOptionKey: string;
|
|
2258
2316
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
2259
2317
|
optionTwoLinesKey: string;
|
|
@@ -2265,6 +2323,7 @@ declare const DropdownTypes: () => (({
|
|
|
2265
2323
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
2266
2324
|
disableVirtualScroll: boolean;
|
|
2267
2325
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
2326
|
+
withConditions: boolean;
|
|
2268
2327
|
}, {}, string> & {
|
|
2269
2328
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2270
2329
|
created?: (() => void) | (() => void)[];
|
|
@@ -2329,13 +2388,13 @@ declare const DropdownTypes: () => (({
|
|
|
2329
2388
|
loading: {
|
|
2330
2389
|
type: import("vue").PropType<boolean>;
|
|
2331
2390
|
};
|
|
2391
|
+
isOpen: {
|
|
2392
|
+
type: import("vue").PropType<boolean>;
|
|
2393
|
+
};
|
|
2332
2394
|
skidding: {
|
|
2333
2395
|
type: import("vue").PropType<number>;
|
|
2334
2396
|
default: number;
|
|
2335
2397
|
};
|
|
2336
|
-
isOpen: {
|
|
2337
|
-
type: import("vue").PropType<boolean>;
|
|
2338
|
-
};
|
|
2339
2398
|
modelValue: {
|
|
2340
2399
|
type: import("vue").PropType<unknown>;
|
|
2341
2400
|
default: any;
|
|
@@ -2344,14 +2403,14 @@ declare const DropdownTypes: () => (({
|
|
|
2344
2403
|
type: import("vue").PropType<unknown>;
|
|
2345
2404
|
default: any;
|
|
2346
2405
|
};
|
|
2406
|
+
valueToCopy: {
|
|
2407
|
+
type: import("vue").PropType<string>;
|
|
2408
|
+
default: any;
|
|
2409
|
+
};
|
|
2347
2410
|
options: {
|
|
2348
2411
|
type: import("vue").PropType<unknown[]>;
|
|
2349
2412
|
required: true;
|
|
2350
2413
|
};
|
|
2351
|
-
onClear: {
|
|
2352
|
-
type: import("vue").PropType<() => void>;
|
|
2353
|
-
default: () => true;
|
|
2354
|
-
};
|
|
2355
2414
|
placeholder: {
|
|
2356
2415
|
type: import("vue").PropType<string>;
|
|
2357
2416
|
default: string;
|
|
@@ -2432,6 +2491,10 @@ declare const DropdownTypes: () => (({
|
|
|
2432
2491
|
type: import("vue").PropType<boolean>;
|
|
2433
2492
|
default: boolean;
|
|
2434
2493
|
};
|
|
2494
|
+
onClearSearch: {
|
|
2495
|
+
type: import("vue").PropType<() => void>;
|
|
2496
|
+
default: () => true;
|
|
2497
|
+
};
|
|
2435
2498
|
displayValue: {
|
|
2436
2499
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
2437
2500
|
required: true;
|
|
@@ -2460,11 +2523,11 @@ declare const DropdownTypes: () => (({
|
|
|
2460
2523
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
2461
2524
|
default: any;
|
|
2462
2525
|
};
|
|
2463
|
-
|
|
2526
|
+
optionsEndTextIconKey: {
|
|
2464
2527
|
type: import("vue").PropType<string>;
|
|
2465
2528
|
default: any;
|
|
2466
2529
|
};
|
|
2467
|
-
|
|
2530
|
+
optionFlagKey: {
|
|
2468
2531
|
type: import("vue").PropType<string>;
|
|
2469
2532
|
default: any;
|
|
2470
2533
|
};
|
|
@@ -2512,6 +2575,10 @@ declare const DropdownTypes: () => (({
|
|
|
2512
2575
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
2513
2576
|
default: any;
|
|
2514
2577
|
};
|
|
2578
|
+
withConditions: {
|
|
2579
|
+
type: import("vue").PropType<boolean>;
|
|
2580
|
+
default: boolean;
|
|
2581
|
+
};
|
|
2515
2582
|
}>> & {
|
|
2516
2583
|
onCopyToClipboard?: () => any;
|
|
2517
2584
|
onClear?: () => any;
|
|
@@ -2573,13 +2640,13 @@ declare const DropdownTypes: () => (({
|
|
|
2573
2640
|
loading: {
|
|
2574
2641
|
type: import("vue").PropType<boolean>;
|
|
2575
2642
|
};
|
|
2643
|
+
isOpen: {
|
|
2644
|
+
type: import("vue").PropType<boolean>;
|
|
2645
|
+
};
|
|
2576
2646
|
skidding: {
|
|
2577
2647
|
type: import("vue").PropType<number>;
|
|
2578
2648
|
default: number;
|
|
2579
2649
|
};
|
|
2580
|
-
isOpen: {
|
|
2581
|
-
type: import("vue").PropType<boolean>;
|
|
2582
|
-
};
|
|
2583
2650
|
modelValue: {
|
|
2584
2651
|
type: import("vue").PropType<unknown>;
|
|
2585
2652
|
default: any;
|
|
@@ -2588,14 +2655,14 @@ declare const DropdownTypes: () => (({
|
|
|
2588
2655
|
type: import("vue").PropType<unknown>;
|
|
2589
2656
|
default: any;
|
|
2590
2657
|
};
|
|
2658
|
+
valueToCopy: {
|
|
2659
|
+
type: import("vue").PropType<string>;
|
|
2660
|
+
default: any;
|
|
2661
|
+
};
|
|
2591
2662
|
options: {
|
|
2592
2663
|
type: import("vue").PropType<unknown[]>;
|
|
2593
2664
|
required: true;
|
|
2594
2665
|
};
|
|
2595
|
-
onClear: {
|
|
2596
|
-
type: import("vue").PropType<() => void>;
|
|
2597
|
-
default: () => true;
|
|
2598
|
-
};
|
|
2599
2666
|
placeholder: {
|
|
2600
2667
|
type: import("vue").PropType<string>;
|
|
2601
2668
|
default: string;
|
|
@@ -2676,6 +2743,10 @@ declare const DropdownTypes: () => (({
|
|
|
2676
2743
|
type: import("vue").PropType<boolean>;
|
|
2677
2744
|
default: boolean;
|
|
2678
2745
|
};
|
|
2746
|
+
onClearSearch: {
|
|
2747
|
+
type: import("vue").PropType<() => void>;
|
|
2748
|
+
default: () => true;
|
|
2749
|
+
};
|
|
2679
2750
|
displayValue: {
|
|
2680
2751
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
2681
2752
|
required: true;
|
|
@@ -2704,11 +2775,11 @@ declare const DropdownTypes: () => (({
|
|
|
2704
2775
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
2705
2776
|
default: any;
|
|
2706
2777
|
};
|
|
2707
|
-
|
|
2778
|
+
optionsEndTextIconKey: {
|
|
2708
2779
|
type: import("vue").PropType<string>;
|
|
2709
2780
|
default: any;
|
|
2710
2781
|
};
|
|
2711
|
-
|
|
2782
|
+
optionFlagKey: {
|
|
2712
2783
|
type: import("vue").PropType<string>;
|
|
2713
2784
|
default: any;
|
|
2714
2785
|
};
|
|
@@ -2756,6 +2827,10 @@ declare const DropdownTypes: () => (({
|
|
|
2756
2827
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
2757
2828
|
default: any;
|
|
2758
2829
|
};
|
|
2830
|
+
withConditions: {
|
|
2831
|
+
type: import("vue").PropType<boolean>;
|
|
2832
|
+
default: boolean;
|
|
2833
|
+
};
|
|
2759
2834
|
}>> & {
|
|
2760
2835
|
onCopyToClipboard?: () => any;
|
|
2761
2836
|
onClear?: () => any;
|
|
@@ -2793,7 +2868,7 @@ declare const DropdownTypes: () => (({
|
|
|
2793
2868
|
skidding: number;
|
|
2794
2869
|
modelValue: any;
|
|
2795
2870
|
selected: any;
|
|
2796
|
-
|
|
2871
|
+
valueToCopy: string;
|
|
2797
2872
|
placeholder: string;
|
|
2798
2873
|
multi: boolean;
|
|
2799
2874
|
showSelectAll: boolean;
|
|
@@ -2814,14 +2889,15 @@ declare const DropdownTypes: () => (({
|
|
|
2814
2889
|
onSearch: (option: any, term: string) => boolean;
|
|
2815
2890
|
noResultsText: string;
|
|
2816
2891
|
searchAutoFocus: boolean;
|
|
2892
|
+
onClearSearch: () => void;
|
|
2817
2893
|
optionNameKey: string;
|
|
2818
2894
|
optionIconKey: string;
|
|
2819
2895
|
optionImageKey: string;
|
|
2820
2896
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
2821
2897
|
optionEndIconKey: string;
|
|
2822
2898
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
2899
|
+
optionsEndTextIconKey: string;
|
|
2823
2900
|
optionFlagKey: string;
|
|
2824
|
-
valueToCopy: string;
|
|
2825
2901
|
disabledOptionKey: string;
|
|
2826
2902
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
2827
2903
|
optionTwoLinesKey: string;
|
|
@@ -2833,6 +2909,7 @@ declare const DropdownTypes: () => (({
|
|
|
2833
2909
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
2834
2910
|
disableVirtualScroll: boolean;
|
|
2835
2911
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
2912
|
+
withConditions: boolean;
|
|
2836
2913
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2837
2914
|
$slots: {
|
|
2838
2915
|
label?(_: {}): any;
|
|
@@ -2861,6 +2938,7 @@ declare const DropdownTypes: () => (({
|
|
|
2861
2938
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
2862
2939
|
optionAndIconKey: string;
|
|
2863
2940
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
2941
|
+
optionsEndTextIconKey: string;
|
|
2864
2942
|
optionFlagKey: string;
|
|
2865
2943
|
feedbackVariant: "success" | "warning" | "error";
|
|
2866
2944
|
valueToCopy: string;
|
|
@@ -2872,10 +2950,13 @@ declare const DropdownTypes: () => (({
|
|
|
2872
2950
|
onClick: () => void;
|
|
2873
2951
|
};
|
|
2874
2952
|
}): any;
|
|
2953
|
+
"dropdown-conditions"?(_: {}): any;
|
|
2875
2954
|
"inline-search"?(_: {}): any;
|
|
2876
2955
|
"input-list"?(_: {
|
|
2877
2956
|
open: true;
|
|
2878
2957
|
}): any;
|
|
2958
|
+
"custom-list-area"?(_: {}): any;
|
|
2959
|
+
"select-all"?(_: {}): any;
|
|
2879
2960
|
"group-option"?(_: {}): any;
|
|
2880
2961
|
default?(_: {
|
|
2881
2962
|
option: unknown;
|
|
@@ -2972,6 +3053,7 @@ declare const DropdownTypes: () => (({
|
|
|
2972
3053
|
disabled: boolean;
|
|
2973
3054
|
size: "small" | "medium" | "large";
|
|
2974
3055
|
selected: unknown[];
|
|
3056
|
+
valueToCopy: string;
|
|
2975
3057
|
placeholder: string;
|
|
2976
3058
|
inlineSearchPlaceholder: string;
|
|
2977
3059
|
optionNameKey: string;
|
|
@@ -2980,8 +3062,8 @@ declare const DropdownTypes: () => (({
|
|
|
2980
3062
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
2981
3063
|
optionEndIconKey: string;
|
|
2982
3064
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
2983
|
-
valueToCopy: string;
|
|
2984
3065
|
disabledOptionKey: string;
|
|
3066
|
+
optionEndTextIconKey: string;
|
|
2985
3067
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2986
3068
|
testId: {
|
|
2987
3069
|
type: import("vue").PropType<string>;
|
|
@@ -3002,6 +3084,10 @@ declare const DropdownTypes: () => (({
|
|
|
3002
3084
|
type: import("vue").PropType<unknown[]>;
|
|
3003
3085
|
default: any;
|
|
3004
3086
|
};
|
|
3087
|
+
valueToCopy: {
|
|
3088
|
+
type: import("vue").PropType<string>;
|
|
3089
|
+
default: any;
|
|
3090
|
+
};
|
|
3005
3091
|
options: {
|
|
3006
3092
|
type: import("vue").PropType<unknown[]>;
|
|
3007
3093
|
required: true;
|
|
@@ -3042,14 +3128,14 @@ declare const DropdownTypes: () => (({
|
|
|
3042
3128
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
3043
3129
|
default: any;
|
|
3044
3130
|
};
|
|
3045
|
-
valueToCopy: {
|
|
3046
|
-
type: import("vue").PropType<string>;
|
|
3047
|
-
default: any;
|
|
3048
|
-
};
|
|
3049
3131
|
disabledOptionKey: {
|
|
3050
3132
|
type: import("vue").PropType<string>;
|
|
3051
3133
|
default: string;
|
|
3052
3134
|
};
|
|
3135
|
+
optionEndTextIconKey: {
|
|
3136
|
+
type: import("vue").PropType<string>;
|
|
3137
|
+
default: any;
|
|
3138
|
+
};
|
|
3053
3139
|
optionChildrenKey: {
|
|
3054
3140
|
type: import("vue").PropType<string>;
|
|
3055
3141
|
required: true;
|
|
@@ -3065,7 +3151,7 @@ declare const DropdownTypes: () => (({
|
|
|
3065
3151
|
}>> & {
|
|
3066
3152
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
3067
3153
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
3068
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
3154
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
3069
3155
|
$attrs: {
|
|
3070
3156
|
[x: string]: unknown;
|
|
3071
3157
|
};
|
|
@@ -3099,6 +3185,10 @@ declare const DropdownTypes: () => (({
|
|
|
3099
3185
|
type: import("vue").PropType<unknown[]>;
|
|
3100
3186
|
default: any;
|
|
3101
3187
|
};
|
|
3188
|
+
valueToCopy: {
|
|
3189
|
+
type: import("vue").PropType<string>;
|
|
3190
|
+
default: any;
|
|
3191
|
+
};
|
|
3102
3192
|
options: {
|
|
3103
3193
|
type: import("vue").PropType<unknown[]>;
|
|
3104
3194
|
required: true;
|
|
@@ -3139,14 +3229,14 @@ declare const DropdownTypes: () => (({
|
|
|
3139
3229
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
3140
3230
|
default: any;
|
|
3141
3231
|
};
|
|
3142
|
-
valueToCopy: {
|
|
3143
|
-
type: import("vue").PropType<string>;
|
|
3144
|
-
default: any;
|
|
3145
|
-
};
|
|
3146
3232
|
disabledOptionKey: {
|
|
3147
3233
|
type: import("vue").PropType<string>;
|
|
3148
3234
|
default: string;
|
|
3149
3235
|
};
|
|
3236
|
+
optionEndTextIconKey: {
|
|
3237
|
+
type: import("vue").PropType<string>;
|
|
3238
|
+
default: any;
|
|
3239
|
+
};
|
|
3150
3240
|
optionChildrenKey: {
|
|
3151
3241
|
type: import("vue").PropType<string>;
|
|
3152
3242
|
required: true;
|
|
@@ -3170,6 +3260,7 @@ declare const DropdownTypes: () => (({
|
|
|
3170
3260
|
disabled: boolean;
|
|
3171
3261
|
size: "small" | "medium" | "large";
|
|
3172
3262
|
selected: unknown[];
|
|
3263
|
+
valueToCopy: string;
|
|
3173
3264
|
placeholder: string;
|
|
3174
3265
|
inlineSearchPlaceholder: string;
|
|
3175
3266
|
optionNameKey: string;
|
|
@@ -3178,8 +3269,8 @@ declare const DropdownTypes: () => (({
|
|
|
3178
3269
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
3179
3270
|
optionEndIconKey: string;
|
|
3180
3271
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
3181
|
-
valueToCopy: string;
|
|
3182
3272
|
disabledOptionKey: string;
|
|
3273
|
+
optionEndTextIconKey: string;
|
|
3183
3274
|
}, {}, string> & {
|
|
3184
3275
|
beforeCreate?: (() => void) | (() => void)[];
|
|
3185
3276
|
created?: (() => void) | (() => void)[];
|
|
@@ -3220,6 +3311,10 @@ declare const DropdownTypes: () => (({
|
|
|
3220
3311
|
type: import("vue").PropType<unknown[]>;
|
|
3221
3312
|
default: any;
|
|
3222
3313
|
};
|
|
3314
|
+
valueToCopy: {
|
|
3315
|
+
type: import("vue").PropType<string>;
|
|
3316
|
+
default: any;
|
|
3317
|
+
};
|
|
3223
3318
|
options: {
|
|
3224
3319
|
type: import("vue").PropType<unknown[]>;
|
|
3225
3320
|
required: true;
|
|
@@ -3260,14 +3355,14 @@ declare const DropdownTypes: () => (({
|
|
|
3260
3355
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
3261
3356
|
default: any;
|
|
3262
3357
|
};
|
|
3263
|
-
valueToCopy: {
|
|
3264
|
-
type: import("vue").PropType<string>;
|
|
3265
|
-
default: any;
|
|
3266
|
-
};
|
|
3267
3358
|
disabledOptionKey: {
|
|
3268
3359
|
type: import("vue").PropType<string>;
|
|
3269
3360
|
default: string;
|
|
3270
3361
|
};
|
|
3362
|
+
optionEndTextIconKey: {
|
|
3363
|
+
type: import("vue").PropType<string>;
|
|
3364
|
+
default: any;
|
|
3365
|
+
};
|
|
3271
3366
|
optionChildrenKey: {
|
|
3272
3367
|
type: import("vue").PropType<string>;
|
|
3273
3368
|
required: true;
|
|
@@ -3307,6 +3402,10 @@ declare const DropdownTypes: () => (({
|
|
|
3307
3402
|
type: import("vue").PropType<unknown[]>;
|
|
3308
3403
|
default: any;
|
|
3309
3404
|
};
|
|
3405
|
+
valueToCopy: {
|
|
3406
|
+
type: import("vue").PropType<string>;
|
|
3407
|
+
default: any;
|
|
3408
|
+
};
|
|
3310
3409
|
options: {
|
|
3311
3410
|
type: import("vue").PropType<unknown[]>;
|
|
3312
3411
|
required: true;
|
|
@@ -3347,14 +3446,14 @@ declare const DropdownTypes: () => (({
|
|
|
3347
3446
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
3348
3447
|
default: any;
|
|
3349
3448
|
};
|
|
3350
|
-
valueToCopy: {
|
|
3351
|
-
type: import("vue").PropType<string>;
|
|
3352
|
-
default: any;
|
|
3353
|
-
};
|
|
3354
3449
|
disabledOptionKey: {
|
|
3355
3450
|
type: import("vue").PropType<string>;
|
|
3356
3451
|
default: string;
|
|
3357
3452
|
};
|
|
3453
|
+
optionEndTextIconKey: {
|
|
3454
|
+
type: import("vue").PropType<string>;
|
|
3455
|
+
default: any;
|
|
3456
|
+
};
|
|
3358
3457
|
optionChildrenKey: {
|
|
3359
3458
|
type: import("vue").PropType<string>;
|
|
3360
3459
|
required: true;
|
|
@@ -3378,6 +3477,7 @@ declare const DropdownTypes: () => (({
|
|
|
3378
3477
|
disabled: boolean;
|
|
3379
3478
|
size: "small" | "medium" | "large";
|
|
3380
3479
|
selected: unknown[];
|
|
3480
|
+
valueToCopy: string;
|
|
3381
3481
|
placeholder: string;
|
|
3382
3482
|
inlineSearchPlaceholder: string;
|
|
3383
3483
|
optionNameKey: string;
|
|
@@ -3386,11 +3486,138 @@ declare const DropdownTypes: () => (({
|
|
|
3386
3486
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
3387
3487
|
optionEndIconKey: string;
|
|
3388
3488
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
3389
|
-
valueToCopy: string;
|
|
3390
3489
|
disabledOptionKey: string;
|
|
3490
|
+
optionEndTextIconKey: string;
|
|
3391
3491
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
3392
3492
|
$slots: {
|
|
3393
3493
|
"trigger-end-icon"?(_: {}): any;
|
|
3394
3494
|
};
|
|
3395
|
-
})))
|
|
3396
|
-
|
|
3495
|
+
})) | import("vue").DefineComponent<{
|
|
3496
|
+
label: {
|
|
3497
|
+
type: import("vue").PropType<string>;
|
|
3498
|
+
required: true;
|
|
3499
|
+
default: string;
|
|
3500
|
+
};
|
|
3501
|
+
testId: {
|
|
3502
|
+
type: import("vue").PropType<string>;
|
|
3503
|
+
default: string;
|
|
3504
|
+
};
|
|
3505
|
+
isOpen: {
|
|
3506
|
+
type: import("vue").PropType<boolean>;
|
|
3507
|
+
default: boolean;
|
|
3508
|
+
};
|
|
3509
|
+
optionNameKey: {
|
|
3510
|
+
type: import("vue").PropType<string>;
|
|
3511
|
+
required: true;
|
|
3512
|
+
default: string;
|
|
3513
|
+
};
|
|
3514
|
+
comparingKey: {
|
|
3515
|
+
type: import("vue").PropType<string>;
|
|
3516
|
+
required: true;
|
|
3517
|
+
default: string;
|
|
3518
|
+
};
|
|
3519
|
+
conditionalOptions: {
|
|
3520
|
+
type: import("vue").PropType<{
|
|
3521
|
+
label: string;
|
|
3522
|
+
value: string;
|
|
3523
|
+
multi: boolean;
|
|
3524
|
+
}[]>;
|
|
3525
|
+
required: true;
|
|
3526
|
+
};
|
|
3527
|
+
selectedCondition: {
|
|
3528
|
+
type: import("vue").PropType<{
|
|
3529
|
+
label: string;
|
|
3530
|
+
value: string;
|
|
3531
|
+
multi: boolean;
|
|
3532
|
+
}>;
|
|
3533
|
+
required: true;
|
|
3534
|
+
};
|
|
3535
|
+
appliedSelections: {
|
|
3536
|
+
type: import("vue").PropType<unknown>;
|
|
3537
|
+
required: true;
|
|
3538
|
+
};
|
|
3539
|
+
fetchFnCallback: {
|
|
3540
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
3541
|
+
required: true;
|
|
3542
|
+
};
|
|
3543
|
+
minCharsToStart: {
|
|
3544
|
+
type: import("vue").PropType<number>;
|
|
3545
|
+
default: number;
|
|
3546
|
+
};
|
|
3547
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3548
|
+
"update:selectedCondition": (value: {
|
|
3549
|
+
label: string;
|
|
3550
|
+
value: string;
|
|
3551
|
+
multi: boolean;
|
|
3552
|
+
}) => void;
|
|
3553
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
3554
|
+
clear: () => void;
|
|
3555
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3556
|
+
label: {
|
|
3557
|
+
type: import("vue").PropType<string>;
|
|
3558
|
+
required: true;
|
|
3559
|
+
default: string;
|
|
3560
|
+
};
|
|
3561
|
+
testId: {
|
|
3562
|
+
type: import("vue").PropType<string>;
|
|
3563
|
+
default: string;
|
|
3564
|
+
};
|
|
3565
|
+
isOpen: {
|
|
3566
|
+
type: import("vue").PropType<boolean>;
|
|
3567
|
+
default: boolean;
|
|
3568
|
+
};
|
|
3569
|
+
optionNameKey: {
|
|
3570
|
+
type: import("vue").PropType<string>;
|
|
3571
|
+
required: true;
|
|
3572
|
+
default: string;
|
|
3573
|
+
};
|
|
3574
|
+
comparingKey: {
|
|
3575
|
+
type: import("vue").PropType<string>;
|
|
3576
|
+
required: true;
|
|
3577
|
+
default: string;
|
|
3578
|
+
};
|
|
3579
|
+
conditionalOptions: {
|
|
3580
|
+
type: import("vue").PropType<{
|
|
3581
|
+
label: string;
|
|
3582
|
+
value: string;
|
|
3583
|
+
multi: boolean;
|
|
3584
|
+
}[]>;
|
|
3585
|
+
required: true;
|
|
3586
|
+
};
|
|
3587
|
+
selectedCondition: {
|
|
3588
|
+
type: import("vue").PropType<{
|
|
3589
|
+
label: string;
|
|
3590
|
+
value: string;
|
|
3591
|
+
multi: boolean;
|
|
3592
|
+
}>;
|
|
3593
|
+
required: true;
|
|
3594
|
+
};
|
|
3595
|
+
appliedSelections: {
|
|
3596
|
+
type: import("vue").PropType<unknown>;
|
|
3597
|
+
required: true;
|
|
3598
|
+
};
|
|
3599
|
+
fetchFnCallback: {
|
|
3600
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
3601
|
+
required: true;
|
|
3602
|
+
};
|
|
3603
|
+
minCharsToStart: {
|
|
3604
|
+
type: import("vue").PropType<number>;
|
|
3605
|
+
default: number;
|
|
3606
|
+
};
|
|
3607
|
+
}>> & {
|
|
3608
|
+
onClear?: () => any;
|
|
3609
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
3610
|
+
label: string;
|
|
3611
|
+
value: string;
|
|
3612
|
+
multi: boolean;
|
|
3613
|
+
}) => any;
|
|
3614
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
3615
|
+
}, {
|
|
3616
|
+
label: string;
|
|
3617
|
+
testId: string;
|
|
3618
|
+
isOpen: boolean;
|
|
3619
|
+
optionNameKey: string;
|
|
3620
|
+
comparingKey: string;
|
|
3621
|
+
minCharsToStart: number;
|
|
3622
|
+
}>)[];
|
|
3623
|
+
export { Dropdown, DefaultDropdownTrigger, IconButtonDropdownTrigger, ChipDropdownTrigger, ButtonDropdownTrigger, ButtonFilterDropdownTrigger, AppDropdownTrigger, DropdownTypes, Option, TreeDropdown, ConditionalDropdown, };
|