@ironsource/shared-ui 2.0.0 → 2.0.1-test.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c48dc06e_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_cca772e9_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e5202bb9_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_4e432056_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_92d83650_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_11c1bb3f_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c6156fa0_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_7422cf08_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_19f8fedd_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css +1 -0
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_2a214b95_lang.css +1 -0
- package/{Skeleton.vue_vue_type_style_index_0_scoped_9837f0ce_lang.css → Skeleton.vue_vue_type_style_index_0_scoped_5ed40068_lang.css} +1 -1
- package/SkeletonV4.vue_vue_type_style_index_0_scoped_2f3b3470_lang.css +1 -0
- package/Table.vue_vue_type_style_index_0_scoped_76fef9bd_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css +1 -0
- package/components/button/v4/ButtonV4.vue.js +4 -4
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/dialog/v4/DialogV4.vue.d.ts +34 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +87 -56
- package/components/dialog/v4/index.d.ts +128 -2
- package/components/dropdown/common/Dropdown.common.js +29 -29
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +136 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +147 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +8 -8
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +39 -11
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +77 -47
- package/components/dropdown/v4/Dropdown.types.d.ts +1 -1
- package/components/dropdown/v4/Dropdown.types.js +2 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +42 -7
- package/components/dropdown/v4/DropdownV4.vue.js +4 -4
- package/components/dropdown/v4/DropdownV4.vue2.js +193 -163
- package/components/dropdown/v4/OptionV4.vue.d.ts +20 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +54 -37
- package/components/dropdown/v4/index.d.ts +824 -70
- package/components/dropdown/v4/index.js +11 -8
- package/components/includeExclude/IncludeExclude.vue.js +3 -3
- package/components/includeExclude/IncludeExclude.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +2 -2
- package/components/includeExclude/index.d.ts +20 -20
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +9 -10
- package/components/input/v4/index.d.ts +20 -20
- package/components/layout/FormCard.vue.d.ts +1 -1
- package/components/layout/index.d.ts +12 -12
- package/components/multibar/MultiBarMenu.vue2.js +7 -6
- package/components/skeleton/v3/Skeleton.vue.js +7 -0
- package/components/skeleton/{Skeleton.vue2.js → v3/Skeleton.vue2.js} +1 -1
- package/components/skeleton/v4/SkeletonV4.vue.d.ts +41 -0
- package/components/skeleton/v4/SkeletonV4.vue.js +7 -0
- package/components/skeleton/v4/SkeletonV4.vue2.js +23 -0
- package/components/skeleton/v4/index.d.ts +94 -0
- package/components/skeleton/v4/index.js +6 -0
- package/components/table/v3/Table.vue.js +5 -5
- package/components/table/v3/Table.vue2.js +3 -3
- package/components/table/v4/DataGrid.vue.d.ts +7 -2
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +175 -169
- package/components/table/v4/DataGridMenu.vue.d.ts +5 -0
- package/components/table/v4/DataGridMenu.vue.js +3 -3
- package/components/table/v4/DataGridMenu.vue2.js +49 -38
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +34 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +7 -0
- package/components/table/v4/DataGridRowsCounter.vue2.js +36 -0
- package/components/table/v4/index.d.ts +56 -6
- package/components/table/v4/index.js +6 -4
- package/components/table/v4/storyUtils.d.ts +1 -0
- package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
- package/components/toggle/v4/index.d.ts +20 -20
- package/index.d.ts +2401 -360
- package/index.js +119 -119
- package/mocks/apps.d.ts +7 -0
- package/package.json +6 -2
- package/testids/index.d.ts +3 -1
- package/testids/index.js +10 -10
- package/utils/array.js +1 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_31e553e8_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_14dcdae5_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_7a670808_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_99f1dcca_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c218ef1f_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_c0c12287_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_571b7c2f_lang.css +0 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_2a01a791_lang.css +0 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_85bff8f4_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_92add735_lang.css +0 -1
- package/Table.vue_vue_type_style_index_0_scoped_6b769df2_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css +0 -1
- package/components/skeleton/Skeleton.vue.js +0 -7
- /package/components/skeleton/{Skeleton.vue.d.ts → v3/Skeleton.vue.d.ts} +0 -0
- /package/components/skeleton/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/skeleton/{index.js → v3/index.js} +0 -0
package/index.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ export * from '@/components/includeExclude';
|
|
|
8
8
|
export * from '@/components/cssBaseline';
|
|
9
9
|
export * from '@/composables/useId';
|
|
10
10
|
export * from '@/components/filterDropdown';
|
|
11
|
-
export * from '@/components/skeleton';
|
|
12
11
|
export * from '@/components/typography';
|
|
13
12
|
export * from '@/components/typography/v4';
|
|
14
13
|
export * from '@/components/popover';
|
|
@@ -991,6 +990,190 @@ declare const _default: {
|
|
|
991
990
|
destroy: () => boolean;
|
|
992
991
|
};
|
|
993
992
|
snackbarTypes: readonly ["success", "info", "error"];
|
|
993
|
+
Skeleton: {
|
|
994
|
+
new (...args: any[]): {
|
|
995
|
+
$: import("vue").ComponentInternalInstance;
|
|
996
|
+
$data: {};
|
|
997
|
+
$props: Partial<{
|
|
998
|
+
type: "circle" | "square" | "rectangle" | "pill";
|
|
999
|
+
size: number;
|
|
1000
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1001
|
+
type: {
|
|
1002
|
+
type: import("vue").PropType<"circle" | "square" | "rectangle" | "pill">;
|
|
1003
|
+
default: string;
|
|
1004
|
+
};
|
|
1005
|
+
size: {
|
|
1006
|
+
type: import("vue").PropType<number>;
|
|
1007
|
+
default: number;
|
|
1008
|
+
};
|
|
1009
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "size">;
|
|
1010
|
+
$attrs: {
|
|
1011
|
+
[x: string]: unknown;
|
|
1012
|
+
};
|
|
1013
|
+
$refs: {
|
|
1014
|
+
[x: string]: unknown;
|
|
1015
|
+
};
|
|
1016
|
+
$slots: Readonly<{
|
|
1017
|
+
[name: string]: import("vue").Slot;
|
|
1018
|
+
}>;
|
|
1019
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1020
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1021
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
1022
|
+
$el: any;
|
|
1023
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1024
|
+
type: {
|
|
1025
|
+
type: import("vue").PropType<"circle" | "square" | "rectangle" | "pill">;
|
|
1026
|
+
default: string;
|
|
1027
|
+
};
|
|
1028
|
+
size: {
|
|
1029
|
+
type: import("vue").PropType<number>;
|
|
1030
|
+
default: number;
|
|
1031
|
+
};
|
|
1032
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1033
|
+
type: "circle" | "square" | "rectangle" | "pill";
|
|
1034
|
+
size: number;
|
|
1035
|
+
}, {}, string> & {
|
|
1036
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1037
|
+
created?: (() => void) | (() => void)[];
|
|
1038
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1039
|
+
mounted?: (() => void) | (() => void)[];
|
|
1040
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1041
|
+
updated?: (() => void) | (() => void)[];
|
|
1042
|
+
activated?: (() => void) | (() => void)[];
|
|
1043
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1044
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1045
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1046
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1047
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1048
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1049
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1050
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
1051
|
+
};
|
|
1052
|
+
$forceUpdate: () => void;
|
|
1053
|
+
$nextTick: typeof import("vue").nextTick;
|
|
1054
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
1055
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1056
|
+
type: {
|
|
1057
|
+
type: import("vue").PropType<"circle" | "square" | "rectangle" | "pill">;
|
|
1058
|
+
default: string;
|
|
1059
|
+
};
|
|
1060
|
+
size: {
|
|
1061
|
+
type: import("vue").PropType<number>;
|
|
1062
|
+
default: number;
|
|
1063
|
+
};
|
|
1064
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
1065
|
+
__isFragment?: never;
|
|
1066
|
+
__isTeleport?: never;
|
|
1067
|
+
__isSuspense?: never;
|
|
1068
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1069
|
+
type: {
|
|
1070
|
+
type: import("vue").PropType<"circle" | "square" | "rectangle" | "pill">;
|
|
1071
|
+
default: string;
|
|
1072
|
+
};
|
|
1073
|
+
size: {
|
|
1074
|
+
type: import("vue").PropType<number>;
|
|
1075
|
+
default: number;
|
|
1076
|
+
};
|
|
1077
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1078
|
+
type: "circle" | "square" | "rectangle" | "pill";
|
|
1079
|
+
size: number;
|
|
1080
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1081
|
+
$slots: {
|
|
1082
|
+
default?(_: {}): any;
|
|
1083
|
+
};
|
|
1084
|
+
});
|
|
1085
|
+
SkeletonTypes: () => ({
|
|
1086
|
+
new (...args: any[]): {
|
|
1087
|
+
$: import("vue").ComponentInternalInstance;
|
|
1088
|
+
$data: {};
|
|
1089
|
+
$props: Partial<{
|
|
1090
|
+
type: "circle" | "square" | "rectangle" | "pill";
|
|
1091
|
+
size: number;
|
|
1092
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1093
|
+
type: {
|
|
1094
|
+
type: import("vue").PropType<"circle" | "square" | "rectangle" | "pill">;
|
|
1095
|
+
default: string;
|
|
1096
|
+
};
|
|
1097
|
+
size: {
|
|
1098
|
+
type: import("vue").PropType<number>;
|
|
1099
|
+
default: number;
|
|
1100
|
+
};
|
|
1101
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "size">;
|
|
1102
|
+
$attrs: {
|
|
1103
|
+
[x: string]: unknown;
|
|
1104
|
+
};
|
|
1105
|
+
$refs: {
|
|
1106
|
+
[x: string]: unknown;
|
|
1107
|
+
};
|
|
1108
|
+
$slots: Readonly<{
|
|
1109
|
+
[name: string]: import("vue").Slot;
|
|
1110
|
+
}>;
|
|
1111
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1112
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1113
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
1114
|
+
$el: any;
|
|
1115
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1116
|
+
type: {
|
|
1117
|
+
type: import("vue").PropType<"circle" | "square" | "rectangle" | "pill">;
|
|
1118
|
+
default: string;
|
|
1119
|
+
};
|
|
1120
|
+
size: {
|
|
1121
|
+
type: import("vue").PropType<number>;
|
|
1122
|
+
default: number;
|
|
1123
|
+
};
|
|
1124
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1125
|
+
type: "circle" | "square" | "rectangle" | "pill";
|
|
1126
|
+
size: number;
|
|
1127
|
+
}, {}, string> & {
|
|
1128
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1129
|
+
created?: (() => void) | (() => void)[];
|
|
1130
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1131
|
+
mounted?: (() => void) | (() => void)[];
|
|
1132
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1133
|
+
updated?: (() => void) | (() => void)[];
|
|
1134
|
+
activated?: (() => void) | (() => void)[];
|
|
1135
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1136
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1137
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1138
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1139
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1140
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1141
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1142
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
1143
|
+
};
|
|
1144
|
+
$forceUpdate: () => void;
|
|
1145
|
+
$nextTick: typeof import("vue").nextTick;
|
|
1146
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
1147
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1148
|
+
type: {
|
|
1149
|
+
type: import("vue").PropType<"circle" | "square" | "rectangle" | "pill">;
|
|
1150
|
+
default: string;
|
|
1151
|
+
};
|
|
1152
|
+
size: {
|
|
1153
|
+
type: import("vue").PropType<number>;
|
|
1154
|
+
default: number;
|
|
1155
|
+
};
|
|
1156
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
1157
|
+
__isFragment?: never;
|
|
1158
|
+
__isTeleport?: never;
|
|
1159
|
+
__isSuspense?: never;
|
|
1160
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1161
|
+
type: {
|
|
1162
|
+
type: import("vue").PropType<"circle" | "square" | "rectangle" | "pill">;
|
|
1163
|
+
default: string;
|
|
1164
|
+
};
|
|
1165
|
+
size: {
|
|
1166
|
+
type: import("vue").PropType<number>;
|
|
1167
|
+
default: number;
|
|
1168
|
+
};
|
|
1169
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1170
|
+
type: "circle" | "square" | "rectangle" | "pill";
|
|
1171
|
+
size: number;
|
|
1172
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1173
|
+
$slots: {
|
|
1174
|
+
default?(_: {}): any;
|
|
1175
|
+
};
|
|
1176
|
+
}))[];
|
|
994
1177
|
EmptyState: {
|
|
995
1178
|
new (...args: any[]): {
|
|
996
1179
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -1593,6 +1776,7 @@ declare const _default: {
|
|
|
1593
1776
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
1594
1777
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1595
1778
|
showSearch: boolean;
|
|
1779
|
+
zIndexBase: number;
|
|
1596
1780
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1597
1781
|
sort: {
|
|
1598
1782
|
type: import("vue").PropType<tableV3.Sort>;
|
|
@@ -1680,12 +1864,16 @@ declare const _default: {
|
|
|
1680
1864
|
};
|
|
1681
1865
|
emptyStateVariant: {
|
|
1682
1866
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1683
|
-
default:
|
|
1867
|
+
default: any;
|
|
1684
1868
|
};
|
|
1685
1869
|
showSearch: {
|
|
1686
1870
|
type: import("vue").PropType<boolean>;
|
|
1687
1871
|
default: boolean;
|
|
1688
1872
|
};
|
|
1873
|
+
zIndexBase: {
|
|
1874
|
+
type: import("vue").PropType<number>;
|
|
1875
|
+
default: number;
|
|
1876
|
+
};
|
|
1689
1877
|
}>> & {
|
|
1690
1878
|
onOnScroll?: (event: Event) => any;
|
|
1691
1879
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
@@ -1698,7 +1886,7 @@ declare const _default: {
|
|
|
1698
1886
|
onLoadMore?: () => any;
|
|
1699
1887
|
"onUpdate:search"?: (query: string) => any;
|
|
1700
1888
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
1701
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isLoading" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "emptyStateVariant" | "showSearch">;
|
|
1889
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isLoading" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
|
|
1702
1890
|
$attrs: {
|
|
1703
1891
|
[x: string]: unknown;
|
|
1704
1892
|
};
|
|
@@ -1804,12 +1992,16 @@ declare const _default: {
|
|
|
1804
1992
|
};
|
|
1805
1993
|
emptyStateVariant: {
|
|
1806
1994
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1807
|
-
default:
|
|
1995
|
+
default: any;
|
|
1808
1996
|
};
|
|
1809
1997
|
showSearch: {
|
|
1810
1998
|
type: import("vue").PropType<boolean>;
|
|
1811
1999
|
default: boolean;
|
|
1812
2000
|
};
|
|
2001
|
+
zIndexBase: {
|
|
2002
|
+
type: import("vue").PropType<number>;
|
|
2003
|
+
default: number;
|
|
2004
|
+
};
|
|
1813
2005
|
}>> & {
|
|
1814
2006
|
onOnScroll?: (event: Event) => any;
|
|
1815
2007
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
@@ -1856,6 +2048,7 @@ declare const _default: {
|
|
|
1856
2048
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
1857
2049
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1858
2050
|
showSearch: boolean;
|
|
2051
|
+
zIndexBase: number;
|
|
1859
2052
|
}, {}, string> & {
|
|
1860
2053
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1861
2054
|
created?: (() => void) | (() => void)[];
|
|
@@ -1963,12 +2156,16 @@ declare const _default: {
|
|
|
1963
2156
|
};
|
|
1964
2157
|
emptyStateVariant: {
|
|
1965
2158
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1966
|
-
default:
|
|
2159
|
+
default: any;
|
|
1967
2160
|
};
|
|
1968
2161
|
showSearch: {
|
|
1969
2162
|
type: import("vue").PropType<boolean>;
|
|
1970
2163
|
default: boolean;
|
|
1971
2164
|
};
|
|
2165
|
+
zIndexBase: {
|
|
2166
|
+
type: import("vue").PropType<number>;
|
|
2167
|
+
default: number;
|
|
2168
|
+
};
|
|
1972
2169
|
}>> & {
|
|
1973
2170
|
onOnScroll?: (event: Event) => any;
|
|
1974
2171
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
@@ -2072,12 +2269,16 @@ declare const _default: {
|
|
|
2072
2269
|
};
|
|
2073
2270
|
emptyStateVariant: {
|
|
2074
2271
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
2075
|
-
default:
|
|
2272
|
+
default: any;
|
|
2076
2273
|
};
|
|
2077
2274
|
showSearch: {
|
|
2078
2275
|
type: import("vue").PropType<boolean>;
|
|
2079
2276
|
default: boolean;
|
|
2080
2277
|
};
|
|
2278
|
+
zIndexBase: {
|
|
2279
|
+
type: import("vue").PropType<number>;
|
|
2280
|
+
default: number;
|
|
2281
|
+
};
|
|
2081
2282
|
}>> & {
|
|
2082
2283
|
onOnScroll?: (event: Event) => any;
|
|
2083
2284
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
@@ -2124,6 +2325,7 @@ declare const _default: {
|
|
|
2124
2325
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
2125
2326
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2126
2327
|
showSearch: boolean;
|
|
2328
|
+
zIndexBase: number;
|
|
2127
2329
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2128
2330
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
2129
2331
|
column: tableV3.Column;
|
|
@@ -2147,6 +2349,10 @@ declare const _default: {
|
|
|
2147
2349
|
};
|
|
2148
2350
|
});
|
|
2149
2351
|
DataGridMenu: import("vue").DefineComponent<{
|
|
2352
|
+
container: {
|
|
2353
|
+
type: import("vue").PropType<string>;
|
|
2354
|
+
default: any;
|
|
2355
|
+
};
|
|
2150
2356
|
menuItems: {
|
|
2151
2357
|
type: import("vue").PropType<tableV4.MenuItem[]>;
|
|
2152
2358
|
required: true;
|
|
@@ -2155,6 +2361,10 @@ declare const _default: {
|
|
|
2155
2361
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2156
2362
|
selected: (option: unknown) => void;
|
|
2157
2363
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2364
|
+
container: {
|
|
2365
|
+
type: import("vue").PropType<string>;
|
|
2366
|
+
default: any;
|
|
2367
|
+
};
|
|
2158
2368
|
menuItems: {
|
|
2159
2369
|
type: import("vue").PropType<tableV4.MenuItem[]>;
|
|
2160
2370
|
required: true;
|
|
@@ -2163,8 +2373,31 @@ declare const _default: {
|
|
|
2163
2373
|
}>> & {
|
|
2164
2374
|
onSelected?: (option: unknown) => any;
|
|
2165
2375
|
}, {
|
|
2376
|
+
container: string;
|
|
2166
2377
|
menuItems: tableV4.MenuItem[];
|
|
2167
2378
|
}>;
|
|
2379
|
+
DataGridRowsCounter: import("vue").DefineComponent<{
|
|
2380
|
+
count: {
|
|
2381
|
+
type: import("vue").PropType<number>;
|
|
2382
|
+
default: number;
|
|
2383
|
+
};
|
|
2384
|
+
totalCount: {
|
|
2385
|
+
type: import("vue").PropType<number>;
|
|
2386
|
+
default: number;
|
|
2387
|
+
};
|
|
2388
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2389
|
+
count: {
|
|
2390
|
+
type: import("vue").PropType<number>;
|
|
2391
|
+
default: number;
|
|
2392
|
+
};
|
|
2393
|
+
totalCount: {
|
|
2394
|
+
type: import("vue").PropType<number>;
|
|
2395
|
+
default: number;
|
|
2396
|
+
};
|
|
2397
|
+
}>>, {
|
|
2398
|
+
count: number;
|
|
2399
|
+
totalCount: number;
|
|
2400
|
+
}>;
|
|
2168
2401
|
DataGridTypes: () => (({
|
|
2169
2402
|
new (...args: any[]): {
|
|
2170
2403
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -2191,6 +2424,7 @@ declare const _default: {
|
|
|
2191
2424
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
2192
2425
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2193
2426
|
showSearch: boolean;
|
|
2427
|
+
zIndexBase: number;
|
|
2194
2428
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2195
2429
|
sort: {
|
|
2196
2430
|
type: import("vue").PropType<tableV3.Sort>;
|
|
@@ -2278,12 +2512,16 @@ declare const _default: {
|
|
|
2278
2512
|
};
|
|
2279
2513
|
emptyStateVariant: {
|
|
2280
2514
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
2281
|
-
default:
|
|
2515
|
+
default: any;
|
|
2282
2516
|
};
|
|
2283
2517
|
showSearch: {
|
|
2284
2518
|
type: import("vue").PropType<boolean>;
|
|
2285
2519
|
default: boolean;
|
|
2286
2520
|
};
|
|
2521
|
+
zIndexBase: {
|
|
2522
|
+
type: import("vue").PropType<number>;
|
|
2523
|
+
default: number;
|
|
2524
|
+
};
|
|
2287
2525
|
}>> & {
|
|
2288
2526
|
onOnScroll?: (event: Event) => any;
|
|
2289
2527
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
@@ -2296,7 +2534,7 @@ declare const _default: {
|
|
|
2296
2534
|
onLoadMore?: () => any;
|
|
2297
2535
|
"onUpdate:search"?: (query: string) => any;
|
|
2298
2536
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
2299
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isLoading" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "emptyStateVariant" | "showSearch">;
|
|
2537
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isLoading" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
|
|
2300
2538
|
$attrs: {
|
|
2301
2539
|
[x: string]: unknown;
|
|
2302
2540
|
};
|
|
@@ -2402,12 +2640,16 @@ declare const _default: {
|
|
|
2402
2640
|
};
|
|
2403
2641
|
emptyStateVariant: {
|
|
2404
2642
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
2405
|
-
default:
|
|
2643
|
+
default: any;
|
|
2406
2644
|
};
|
|
2407
2645
|
showSearch: {
|
|
2408
2646
|
type: import("vue").PropType<boolean>;
|
|
2409
2647
|
default: boolean;
|
|
2410
2648
|
};
|
|
2649
|
+
zIndexBase: {
|
|
2650
|
+
type: import("vue").PropType<number>;
|
|
2651
|
+
default: number;
|
|
2652
|
+
};
|
|
2411
2653
|
}>> & {
|
|
2412
2654
|
onOnScroll?: (event: Event) => any;
|
|
2413
2655
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
@@ -2454,6 +2696,7 @@ declare const _default: {
|
|
|
2454
2696
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
2455
2697
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2456
2698
|
showSearch: boolean;
|
|
2699
|
+
zIndexBase: number;
|
|
2457
2700
|
}, {}, string> & {
|
|
2458
2701
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2459
2702
|
created?: (() => void) | (() => void)[];
|
|
@@ -2561,12 +2804,16 @@ declare const _default: {
|
|
|
2561
2804
|
};
|
|
2562
2805
|
emptyStateVariant: {
|
|
2563
2806
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
2564
|
-
default:
|
|
2807
|
+
default: any;
|
|
2565
2808
|
};
|
|
2566
2809
|
showSearch: {
|
|
2567
2810
|
type: import("vue").PropType<boolean>;
|
|
2568
2811
|
default: boolean;
|
|
2569
2812
|
};
|
|
2813
|
+
zIndexBase: {
|
|
2814
|
+
type: import("vue").PropType<number>;
|
|
2815
|
+
default: number;
|
|
2816
|
+
};
|
|
2570
2817
|
}>> & {
|
|
2571
2818
|
onOnScroll?: (event: Event) => any;
|
|
2572
2819
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
@@ -2670,12 +2917,16 @@ declare const _default: {
|
|
|
2670
2917
|
};
|
|
2671
2918
|
emptyStateVariant: {
|
|
2672
2919
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
2673
|
-
default:
|
|
2920
|
+
default: any;
|
|
2674
2921
|
};
|
|
2675
2922
|
showSearch: {
|
|
2676
2923
|
type: import("vue").PropType<boolean>;
|
|
2677
2924
|
default: boolean;
|
|
2678
2925
|
};
|
|
2926
|
+
zIndexBase: {
|
|
2927
|
+
type: import("vue").PropType<number>;
|
|
2928
|
+
default: number;
|
|
2929
|
+
};
|
|
2679
2930
|
}>> & {
|
|
2680
2931
|
onOnScroll?: (event: Event) => any;
|
|
2681
2932
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
@@ -2722,6 +2973,7 @@ declare const _default: {
|
|
|
2722
2973
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
2723
2974
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2724
2975
|
showSearch: boolean;
|
|
2976
|
+
zIndexBase: number;
|
|
2725
2977
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2726
2978
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
2727
2979
|
column: tableV3.Column;
|
|
@@ -2744,6 +2996,10 @@ declare const _default: {
|
|
|
2744
2996
|
footer?(_: {}): any;
|
|
2745
2997
|
};
|
|
2746
2998
|
})) | import("vue").DefineComponent<{
|
|
2999
|
+
container: {
|
|
3000
|
+
type: import("vue").PropType<string>;
|
|
3001
|
+
default: any;
|
|
3002
|
+
};
|
|
2747
3003
|
menuItems: {
|
|
2748
3004
|
type: import("vue").PropType<tableV4.MenuItem[]>;
|
|
2749
3005
|
required: true;
|
|
@@ -2752,6 +3008,10 @@ declare const _default: {
|
|
|
2752
3008
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2753
3009
|
selected: (option: unknown) => void;
|
|
2754
3010
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3011
|
+
container: {
|
|
3012
|
+
type: import("vue").PropType<string>;
|
|
3013
|
+
default: any;
|
|
3014
|
+
};
|
|
2755
3015
|
menuItems: {
|
|
2756
3016
|
type: import("vue").PropType<tableV4.MenuItem[]>;
|
|
2757
3017
|
required: true;
|
|
@@ -2760,7 +3020,29 @@ declare const _default: {
|
|
|
2760
3020
|
}>> & {
|
|
2761
3021
|
onSelected?: (option: unknown) => any;
|
|
2762
3022
|
}, {
|
|
3023
|
+
container: string;
|
|
2763
3024
|
menuItems: tableV4.MenuItem[];
|
|
3025
|
+
}> | import("vue").DefineComponent<{
|
|
3026
|
+
count: {
|
|
3027
|
+
type: import("vue").PropType<number>;
|
|
3028
|
+
default: number;
|
|
3029
|
+
};
|
|
3030
|
+
totalCount: {
|
|
3031
|
+
type: import("vue").PropType<number>;
|
|
3032
|
+
default: number;
|
|
3033
|
+
};
|
|
3034
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3035
|
+
count: {
|
|
3036
|
+
type: import("vue").PropType<number>;
|
|
3037
|
+
default: number;
|
|
3038
|
+
};
|
|
3039
|
+
totalCount: {
|
|
3040
|
+
type: import("vue").PropType<number>;
|
|
3041
|
+
default: number;
|
|
3042
|
+
};
|
|
3043
|
+
}>>, {
|
|
3044
|
+
count: number;
|
|
3045
|
+
totalCount: number;
|
|
2764
3046
|
}>)[];
|
|
2765
3047
|
Table: {
|
|
2766
3048
|
new (...args: any[]): {
|
|
@@ -3625,10 +3907,10 @@ declare const _default: {
|
|
|
3625
3907
|
size: "small" | "medium";
|
|
3626
3908
|
testId: string;
|
|
3627
3909
|
color: "primary" | "test";
|
|
3628
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
3629
3910
|
hoverHelpText: string;
|
|
3630
3911
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
3631
3912
|
feedbackText: string;
|
|
3913
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
3632
3914
|
isLoading: boolean;
|
|
3633
3915
|
activeText: string;
|
|
3634
3916
|
inactiveText: string;
|
|
@@ -3654,10 +3936,6 @@ declare const _default: {
|
|
|
3654
3936
|
type: import("vue").PropType<"primary" | "test">;
|
|
3655
3937
|
default: string;
|
|
3656
3938
|
};
|
|
3657
|
-
feedbackVariant: {
|
|
3658
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
3659
|
-
default: any;
|
|
3660
|
-
};
|
|
3661
3939
|
hoverHelpText: {
|
|
3662
3940
|
type: import("vue").PropType<string>;
|
|
3663
3941
|
default: string;
|
|
@@ -3670,9 +3948,13 @@ declare const _default: {
|
|
|
3670
3948
|
type: import("vue").PropType<string>;
|
|
3671
3949
|
default: string;
|
|
3672
3950
|
};
|
|
3673
|
-
|
|
3674
|
-
type: import("vue").PropType<
|
|
3675
|
-
default:
|
|
3951
|
+
feedbackVariant: {
|
|
3952
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
3953
|
+
default: any;
|
|
3954
|
+
};
|
|
3955
|
+
isLoading: {
|
|
3956
|
+
type: import("vue").PropType<boolean>;
|
|
3957
|
+
default: boolean;
|
|
3676
3958
|
};
|
|
3677
3959
|
activeText: {
|
|
3678
3960
|
type: import("vue").PropType<string>;
|
|
@@ -3688,7 +3970,7 @@ declare const _default: {
|
|
|
3688
3970
|
};
|
|
3689
3971
|
}>> & {
|
|
3690
3972
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
3691
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "testId" | "color" | "
|
|
3973
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "testId" | "color" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "isLoading" | "activeText" | "inactiveText" | "isDisabled">;
|
|
3692
3974
|
$attrs: {
|
|
3693
3975
|
[x: string]: unknown;
|
|
3694
3976
|
};
|
|
@@ -3723,10 +4005,6 @@ declare const _default: {
|
|
|
3723
4005
|
type: import("vue").PropType<"primary" | "test">;
|
|
3724
4006
|
default: string;
|
|
3725
4007
|
};
|
|
3726
|
-
feedbackVariant: {
|
|
3727
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
3728
|
-
default: any;
|
|
3729
|
-
};
|
|
3730
4008
|
hoverHelpText: {
|
|
3731
4009
|
type: import("vue").PropType<string>;
|
|
3732
4010
|
default: string;
|
|
@@ -3739,6 +4017,10 @@ declare const _default: {
|
|
|
3739
4017
|
type: import("vue").PropType<string>;
|
|
3740
4018
|
default: string;
|
|
3741
4019
|
};
|
|
4020
|
+
feedbackVariant: {
|
|
4021
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
4022
|
+
default: any;
|
|
4023
|
+
};
|
|
3742
4024
|
isLoading: {
|
|
3743
4025
|
type: import("vue").PropType<boolean>;
|
|
3744
4026
|
default: boolean;
|
|
@@ -3764,10 +4046,10 @@ declare const _default: {
|
|
|
3764
4046
|
size: "small" | "medium";
|
|
3765
4047
|
testId: string;
|
|
3766
4048
|
color: "primary" | "test";
|
|
3767
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
3768
4049
|
hoverHelpText: string;
|
|
3769
4050
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
3770
4051
|
feedbackText: string;
|
|
4052
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
3771
4053
|
isLoading: boolean;
|
|
3772
4054
|
activeText: string;
|
|
3773
4055
|
inactiveText: string;
|
|
@@ -3813,10 +4095,6 @@ declare const _default: {
|
|
|
3813
4095
|
type: import("vue").PropType<"primary" | "test">;
|
|
3814
4096
|
default: string;
|
|
3815
4097
|
};
|
|
3816
|
-
feedbackVariant: {
|
|
3817
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
3818
|
-
default: any;
|
|
3819
|
-
};
|
|
3820
4098
|
hoverHelpText: {
|
|
3821
4099
|
type: import("vue").PropType<string>;
|
|
3822
4100
|
default: string;
|
|
@@ -3829,6 +4107,10 @@ declare const _default: {
|
|
|
3829
4107
|
type: import("vue").PropType<string>;
|
|
3830
4108
|
default: string;
|
|
3831
4109
|
};
|
|
4110
|
+
feedbackVariant: {
|
|
4111
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
4112
|
+
default: any;
|
|
4113
|
+
};
|
|
3832
4114
|
isLoading: {
|
|
3833
4115
|
type: import("vue").PropType<boolean>;
|
|
3834
4116
|
default: boolean;
|
|
@@ -3872,10 +4154,6 @@ declare const _default: {
|
|
|
3872
4154
|
type: import("vue").PropType<"primary" | "test">;
|
|
3873
4155
|
default: string;
|
|
3874
4156
|
};
|
|
3875
|
-
feedbackVariant: {
|
|
3876
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
3877
|
-
default: any;
|
|
3878
|
-
};
|
|
3879
4157
|
hoverHelpText: {
|
|
3880
4158
|
type: import("vue").PropType<string>;
|
|
3881
4159
|
default: string;
|
|
@@ -3888,6 +4166,10 @@ declare const _default: {
|
|
|
3888
4166
|
type: import("vue").PropType<string>;
|
|
3889
4167
|
default: string;
|
|
3890
4168
|
};
|
|
4169
|
+
feedbackVariant: {
|
|
4170
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
4171
|
+
default: any;
|
|
4172
|
+
};
|
|
3891
4173
|
isLoading: {
|
|
3892
4174
|
type: import("vue").PropType<boolean>;
|
|
3893
4175
|
default: boolean;
|
|
@@ -3913,10 +4195,10 @@ declare const _default: {
|
|
|
3913
4195
|
size: "small" | "medium";
|
|
3914
4196
|
testId: string;
|
|
3915
4197
|
color: "primary" | "test";
|
|
3916
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
3917
4198
|
hoverHelpText: string;
|
|
3918
4199
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
3919
4200
|
feedbackText: string;
|
|
4201
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
3920
4202
|
isLoading: boolean;
|
|
3921
4203
|
activeText: string;
|
|
3922
4204
|
inactiveText: string;
|
|
@@ -3936,10 +4218,10 @@ declare const _default: {
|
|
|
3936
4218
|
size: "small" | "medium";
|
|
3937
4219
|
testId: string;
|
|
3938
4220
|
color: "primary" | "test";
|
|
3939
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
3940
4221
|
hoverHelpText: string;
|
|
3941
4222
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
3942
4223
|
feedbackText: string;
|
|
4224
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
3943
4225
|
isLoading: boolean;
|
|
3944
4226
|
activeText: string;
|
|
3945
4227
|
inactiveText: string;
|
|
@@ -3965,10 +4247,6 @@ declare const _default: {
|
|
|
3965
4247
|
type: import("vue").PropType<"primary" | "test">;
|
|
3966
4248
|
default: string;
|
|
3967
4249
|
};
|
|
3968
|
-
feedbackVariant: {
|
|
3969
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
3970
|
-
default: any;
|
|
3971
|
-
};
|
|
3972
4250
|
hoverHelpText: {
|
|
3973
4251
|
type: import("vue").PropType<string>;
|
|
3974
4252
|
default: string;
|
|
@@ -3981,6 +4259,10 @@ declare const _default: {
|
|
|
3981
4259
|
type: import("vue").PropType<string>;
|
|
3982
4260
|
default: string;
|
|
3983
4261
|
};
|
|
4262
|
+
feedbackVariant: {
|
|
4263
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
4264
|
+
default: any;
|
|
4265
|
+
};
|
|
3984
4266
|
isLoading: {
|
|
3985
4267
|
type: import("vue").PropType<boolean>;
|
|
3986
4268
|
default: boolean;
|
|
@@ -3999,7 +4281,7 @@ declare const _default: {
|
|
|
3999
4281
|
};
|
|
4000
4282
|
}>> & {
|
|
4001
4283
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
4002
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "testId" | "color" | "
|
|
4284
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "testId" | "color" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "isLoading" | "activeText" | "inactiveText" | "isDisabled">;
|
|
4003
4285
|
$attrs: {
|
|
4004
4286
|
[x: string]: unknown;
|
|
4005
4287
|
};
|
|
@@ -4034,10 +4316,6 @@ declare const _default: {
|
|
|
4034
4316
|
type: import("vue").PropType<"primary" | "test">;
|
|
4035
4317
|
default: string;
|
|
4036
4318
|
};
|
|
4037
|
-
feedbackVariant: {
|
|
4038
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
4039
|
-
default: any;
|
|
4040
|
-
};
|
|
4041
4319
|
hoverHelpText: {
|
|
4042
4320
|
type: import("vue").PropType<string>;
|
|
4043
4321
|
default: string;
|
|
@@ -4050,6 +4328,10 @@ declare const _default: {
|
|
|
4050
4328
|
type: import("vue").PropType<string>;
|
|
4051
4329
|
default: string;
|
|
4052
4330
|
};
|
|
4331
|
+
feedbackVariant: {
|
|
4332
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
4333
|
+
default: any;
|
|
4334
|
+
};
|
|
4053
4335
|
isLoading: {
|
|
4054
4336
|
type: import("vue").PropType<boolean>;
|
|
4055
4337
|
default: boolean;
|
|
@@ -4075,10 +4357,10 @@ declare const _default: {
|
|
|
4075
4357
|
size: "small" | "medium";
|
|
4076
4358
|
testId: string;
|
|
4077
4359
|
color: "primary" | "test";
|
|
4078
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
4079
4360
|
hoverHelpText: string;
|
|
4080
4361
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
4081
4362
|
feedbackText: string;
|
|
4363
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
4082
4364
|
isLoading: boolean;
|
|
4083
4365
|
activeText: string;
|
|
4084
4366
|
inactiveText: string;
|
|
@@ -4124,10 +4406,6 @@ declare const _default: {
|
|
|
4124
4406
|
type: import("vue").PropType<"primary" | "test">;
|
|
4125
4407
|
default: string;
|
|
4126
4408
|
};
|
|
4127
|
-
feedbackVariant: {
|
|
4128
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
4129
|
-
default: any;
|
|
4130
|
-
};
|
|
4131
4409
|
hoverHelpText: {
|
|
4132
4410
|
type: import("vue").PropType<string>;
|
|
4133
4411
|
default: string;
|
|
@@ -4140,6 +4418,10 @@ declare const _default: {
|
|
|
4140
4418
|
type: import("vue").PropType<string>;
|
|
4141
4419
|
default: string;
|
|
4142
4420
|
};
|
|
4421
|
+
feedbackVariant: {
|
|
4422
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
4423
|
+
default: any;
|
|
4424
|
+
};
|
|
4143
4425
|
isLoading: {
|
|
4144
4426
|
type: import("vue").PropType<boolean>;
|
|
4145
4427
|
default: boolean;
|
|
@@ -4183,10 +4465,6 @@ declare const _default: {
|
|
|
4183
4465
|
type: import("vue").PropType<"primary" | "test">;
|
|
4184
4466
|
default: string;
|
|
4185
4467
|
};
|
|
4186
|
-
feedbackVariant: {
|
|
4187
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
4188
|
-
default: any;
|
|
4189
|
-
};
|
|
4190
4468
|
hoverHelpText: {
|
|
4191
4469
|
type: import("vue").PropType<string>;
|
|
4192
4470
|
default: string;
|
|
@@ -4199,6 +4477,10 @@ declare const _default: {
|
|
|
4199
4477
|
type: import("vue").PropType<string>;
|
|
4200
4478
|
default: string;
|
|
4201
4479
|
};
|
|
4480
|
+
feedbackVariant: {
|
|
4481
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
4482
|
+
default: any;
|
|
4483
|
+
};
|
|
4202
4484
|
isLoading: {
|
|
4203
4485
|
type: import("vue").PropType<boolean>;
|
|
4204
4486
|
default: boolean;
|
|
@@ -4224,10 +4506,10 @@ declare const _default: {
|
|
|
4224
4506
|
size: "small" | "medium";
|
|
4225
4507
|
testId: string;
|
|
4226
4508
|
color: "primary" | "test";
|
|
4227
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
4228
4509
|
hoverHelpText: string;
|
|
4229
4510
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
4230
4511
|
feedbackText: string;
|
|
4512
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
4231
4513
|
isLoading: boolean;
|
|
4232
4514
|
activeText: string;
|
|
4233
4515
|
inactiveText: string;
|
|
@@ -4750,6 +5032,12 @@ declare const _default: {
|
|
|
4750
5032
|
closeOnClickOutside: boolean;
|
|
4751
5033
|
beforeClose: (show: () => void) => void;
|
|
4752
5034
|
showCloseButton: boolean;
|
|
5035
|
+
showFooter: boolean;
|
|
5036
|
+
saveButtonLabel: string;
|
|
5037
|
+
saveButtonLoading: boolean;
|
|
5038
|
+
saveButtonColor: string;
|
|
5039
|
+
cancelButtonLabel: string;
|
|
5040
|
+
cancelButtonColor: string;
|
|
4753
5041
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
4754
5042
|
title: {
|
|
4755
5043
|
type: import("vue").PropType<string>;
|
|
@@ -4807,11 +5095,37 @@ declare const _default: {
|
|
|
4807
5095
|
type: import("vue").PropType<boolean>;
|
|
4808
5096
|
default: boolean;
|
|
4809
5097
|
};
|
|
5098
|
+
showFooter: {
|
|
5099
|
+
type: import("vue").PropType<boolean>;
|
|
5100
|
+
default: boolean;
|
|
5101
|
+
};
|
|
5102
|
+
saveButtonLabel: {
|
|
5103
|
+
type: import("vue").PropType<string>;
|
|
5104
|
+
default: string;
|
|
5105
|
+
};
|
|
5106
|
+
saveButtonLoading: {
|
|
5107
|
+
type: import("vue").PropType<boolean>;
|
|
5108
|
+
default: boolean;
|
|
5109
|
+
};
|
|
5110
|
+
saveButtonColor: {
|
|
5111
|
+
type: import("vue").PropType<string>;
|
|
5112
|
+
default: string;
|
|
5113
|
+
};
|
|
5114
|
+
cancelButtonLabel: {
|
|
5115
|
+
type: import("vue").PropType<string>;
|
|
5116
|
+
default: string;
|
|
5117
|
+
};
|
|
5118
|
+
cancelButtonColor: {
|
|
5119
|
+
type: import("vue").PropType<string>;
|
|
5120
|
+
default: string;
|
|
5121
|
+
};
|
|
4810
5122
|
}>> & {
|
|
4811
5123
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5124
|
+
onCancel?: () => any;
|
|
4812
5125
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
4813
5126
|
onOpen?: () => any;
|
|
4814
|
-
|
|
5127
|
+
onSave?: () => any;
|
|
5128
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "size" | "testId" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
|
|
4815
5129
|
$attrs: {
|
|
4816
5130
|
[x: string]: unknown;
|
|
4817
5131
|
};
|
|
@@ -4823,7 +5137,7 @@ declare const _default: {
|
|
|
4823
5137
|
}>;
|
|
4824
5138
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
4825
5139
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
4826
|
-
$emit: ((event: "close", reason: dialogV3.Reason) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "open") => void);
|
|
5140
|
+
$emit: ((event: "cancel") => void) & ((event: "close", reason: dialogV3.Reason) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "open") => void) & ((event: "save") => void);
|
|
4827
5141
|
$el: any;
|
|
4828
5142
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4829
5143
|
title: {
|
|
@@ -4882,14 +5196,42 @@ declare const _default: {
|
|
|
4882
5196
|
type: import("vue").PropType<boolean>;
|
|
4883
5197
|
default: boolean;
|
|
4884
5198
|
};
|
|
5199
|
+
showFooter: {
|
|
5200
|
+
type: import("vue").PropType<boolean>;
|
|
5201
|
+
default: boolean;
|
|
5202
|
+
};
|
|
5203
|
+
saveButtonLabel: {
|
|
5204
|
+
type: import("vue").PropType<string>;
|
|
5205
|
+
default: string;
|
|
5206
|
+
};
|
|
5207
|
+
saveButtonLoading: {
|
|
5208
|
+
type: import("vue").PropType<boolean>;
|
|
5209
|
+
default: boolean;
|
|
5210
|
+
};
|
|
5211
|
+
saveButtonColor: {
|
|
5212
|
+
type: import("vue").PropType<string>;
|
|
5213
|
+
default: string;
|
|
5214
|
+
};
|
|
5215
|
+
cancelButtonLabel: {
|
|
5216
|
+
type: import("vue").PropType<string>;
|
|
5217
|
+
default: string;
|
|
5218
|
+
};
|
|
5219
|
+
cancelButtonColor: {
|
|
5220
|
+
type: import("vue").PropType<string>;
|
|
5221
|
+
default: string;
|
|
5222
|
+
};
|
|
4885
5223
|
}>> & {
|
|
4886
5224
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5225
|
+
onCancel?: () => any;
|
|
4887
5226
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
4888
5227
|
onOpen?: () => any;
|
|
5228
|
+
onSave?: () => any;
|
|
4889
5229
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4890
5230
|
"update:modelValue": (value: boolean) => void;
|
|
4891
5231
|
open: () => void;
|
|
4892
5232
|
close: (reason: dialogV3.Reason) => void;
|
|
5233
|
+
save: () => void;
|
|
5234
|
+
cancel: () => void;
|
|
4893
5235
|
}, string, {
|
|
4894
5236
|
title: string;
|
|
4895
5237
|
size: "small" | "medium" | "extraSmall";
|
|
@@ -4904,6 +5246,12 @@ declare const _default: {
|
|
|
4904
5246
|
closeOnClickOutside: boolean;
|
|
4905
5247
|
beforeClose: (show: () => void) => void;
|
|
4906
5248
|
showCloseButton: boolean;
|
|
5249
|
+
showFooter: boolean;
|
|
5250
|
+
saveButtonLabel: string;
|
|
5251
|
+
saveButtonLoading: boolean;
|
|
5252
|
+
saveButtonColor: string;
|
|
5253
|
+
cancelButtonLabel: string;
|
|
5254
|
+
cancelButtonColor: string;
|
|
4907
5255
|
}, {}, string> & {
|
|
4908
5256
|
beforeCreate?: (() => void) | (() => void)[];
|
|
4909
5257
|
created?: (() => void) | (() => void)[];
|
|
@@ -4981,10 +5329,36 @@ declare const _default: {
|
|
|
4981
5329
|
type: import("vue").PropType<boolean>;
|
|
4982
5330
|
default: boolean;
|
|
4983
5331
|
};
|
|
5332
|
+
showFooter: {
|
|
5333
|
+
type: import("vue").PropType<boolean>;
|
|
5334
|
+
default: boolean;
|
|
5335
|
+
};
|
|
5336
|
+
saveButtonLabel: {
|
|
5337
|
+
type: import("vue").PropType<string>;
|
|
5338
|
+
default: string;
|
|
5339
|
+
};
|
|
5340
|
+
saveButtonLoading: {
|
|
5341
|
+
type: import("vue").PropType<boolean>;
|
|
5342
|
+
default: boolean;
|
|
5343
|
+
};
|
|
5344
|
+
saveButtonColor: {
|
|
5345
|
+
type: import("vue").PropType<string>;
|
|
5346
|
+
default: string;
|
|
5347
|
+
};
|
|
5348
|
+
cancelButtonLabel: {
|
|
5349
|
+
type: import("vue").PropType<string>;
|
|
5350
|
+
default: string;
|
|
5351
|
+
};
|
|
5352
|
+
cancelButtonColor: {
|
|
5353
|
+
type: import("vue").PropType<string>;
|
|
5354
|
+
default: string;
|
|
5355
|
+
};
|
|
4984
5356
|
}>> & {
|
|
4985
5357
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5358
|
+
onCancel?: () => any;
|
|
4986
5359
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
4987
5360
|
onOpen?: () => any;
|
|
5361
|
+
onSave?: () => any;
|
|
4988
5362
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
4989
5363
|
__isFragment?: never;
|
|
4990
5364
|
__isTeleport?: never;
|
|
@@ -5046,14 +5420,42 @@ declare const _default: {
|
|
|
5046
5420
|
type: import("vue").PropType<boolean>;
|
|
5047
5421
|
default: boolean;
|
|
5048
5422
|
};
|
|
5423
|
+
showFooter: {
|
|
5424
|
+
type: import("vue").PropType<boolean>;
|
|
5425
|
+
default: boolean;
|
|
5426
|
+
};
|
|
5427
|
+
saveButtonLabel: {
|
|
5428
|
+
type: import("vue").PropType<string>;
|
|
5429
|
+
default: string;
|
|
5430
|
+
};
|
|
5431
|
+
saveButtonLoading: {
|
|
5432
|
+
type: import("vue").PropType<boolean>;
|
|
5433
|
+
default: boolean;
|
|
5434
|
+
};
|
|
5435
|
+
saveButtonColor: {
|
|
5436
|
+
type: import("vue").PropType<string>;
|
|
5437
|
+
default: string;
|
|
5438
|
+
};
|
|
5439
|
+
cancelButtonLabel: {
|
|
5440
|
+
type: import("vue").PropType<string>;
|
|
5441
|
+
default: string;
|
|
5442
|
+
};
|
|
5443
|
+
cancelButtonColor: {
|
|
5444
|
+
type: import("vue").PropType<string>;
|
|
5445
|
+
default: string;
|
|
5446
|
+
};
|
|
5049
5447
|
}>> & {
|
|
5050
5448
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5449
|
+
onCancel?: () => any;
|
|
5051
5450
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
5052
5451
|
onOpen?: () => any;
|
|
5452
|
+
onSave?: () => any;
|
|
5053
5453
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5054
5454
|
"update:modelValue": (value: boolean) => void;
|
|
5055
5455
|
open: () => void;
|
|
5056
5456
|
close: (reason: dialogV3.Reason) => void;
|
|
5457
|
+
save: () => void;
|
|
5458
|
+
cancel: () => void;
|
|
5057
5459
|
}, string, {
|
|
5058
5460
|
title: string;
|
|
5059
5461
|
size: "small" | "medium" | "extraSmall";
|
|
@@ -5068,6 +5470,12 @@ declare const _default: {
|
|
|
5068
5470
|
closeOnClickOutside: boolean;
|
|
5069
5471
|
beforeClose: (show: () => void) => void;
|
|
5070
5472
|
showCloseButton: boolean;
|
|
5473
|
+
showFooter: boolean;
|
|
5474
|
+
saveButtonLabel: string;
|
|
5475
|
+
saveButtonLoading: boolean;
|
|
5476
|
+
saveButtonColor: string;
|
|
5477
|
+
cancelButtonLabel: string;
|
|
5478
|
+
cancelButtonColor: string;
|
|
5071
5479
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
5072
5480
|
$slots: {
|
|
5073
5481
|
header?(_: {}): any;
|
|
@@ -5093,6 +5501,12 @@ declare const _default: {
|
|
|
5093
5501
|
closeOnClickOutside: boolean;
|
|
5094
5502
|
beforeClose: (show: () => void) => void;
|
|
5095
5503
|
showCloseButton: boolean;
|
|
5504
|
+
showFooter: boolean;
|
|
5505
|
+
saveButtonLabel: string;
|
|
5506
|
+
saveButtonLoading: boolean;
|
|
5507
|
+
saveButtonColor: string;
|
|
5508
|
+
cancelButtonLabel: string;
|
|
5509
|
+
cancelButtonColor: string;
|
|
5096
5510
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
5097
5511
|
title: {
|
|
5098
5512
|
type: import("vue").PropType<string>;
|
|
@@ -5150,11 +5564,37 @@ declare const _default: {
|
|
|
5150
5564
|
type: import("vue").PropType<boolean>;
|
|
5151
5565
|
default: boolean;
|
|
5152
5566
|
};
|
|
5567
|
+
showFooter: {
|
|
5568
|
+
type: import("vue").PropType<boolean>;
|
|
5569
|
+
default: boolean;
|
|
5570
|
+
};
|
|
5571
|
+
saveButtonLabel: {
|
|
5572
|
+
type: import("vue").PropType<string>;
|
|
5573
|
+
default: string;
|
|
5574
|
+
};
|
|
5575
|
+
saveButtonLoading: {
|
|
5576
|
+
type: import("vue").PropType<boolean>;
|
|
5577
|
+
default: boolean;
|
|
5578
|
+
};
|
|
5579
|
+
saveButtonColor: {
|
|
5580
|
+
type: import("vue").PropType<string>;
|
|
5581
|
+
default: string;
|
|
5582
|
+
};
|
|
5583
|
+
cancelButtonLabel: {
|
|
5584
|
+
type: import("vue").PropType<string>;
|
|
5585
|
+
default: string;
|
|
5586
|
+
};
|
|
5587
|
+
cancelButtonColor: {
|
|
5588
|
+
type: import("vue").PropType<string>;
|
|
5589
|
+
default: string;
|
|
5590
|
+
};
|
|
5153
5591
|
}>> & {
|
|
5154
5592
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5593
|
+
onCancel?: () => any;
|
|
5155
5594
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
5156
5595
|
onOpen?: () => any;
|
|
5157
|
-
|
|
5596
|
+
onSave?: () => any;
|
|
5597
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "size" | "testId" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
|
|
5158
5598
|
$attrs: {
|
|
5159
5599
|
[x: string]: unknown;
|
|
5160
5600
|
};
|
|
@@ -5166,7 +5606,7 @@ declare const _default: {
|
|
|
5166
5606
|
}>;
|
|
5167
5607
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5168
5608
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5169
|
-
$emit: ((event: "close", reason: dialogV3.Reason) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "open") => void);
|
|
5609
|
+
$emit: ((event: "cancel") => void) & ((event: "close", reason: dialogV3.Reason) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "open") => void) & ((event: "save") => void);
|
|
5170
5610
|
$el: any;
|
|
5171
5611
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5172
5612
|
title: {
|
|
@@ -5225,14 +5665,42 @@ declare const _default: {
|
|
|
5225
5665
|
type: import("vue").PropType<boolean>;
|
|
5226
5666
|
default: boolean;
|
|
5227
5667
|
};
|
|
5668
|
+
showFooter: {
|
|
5669
|
+
type: import("vue").PropType<boolean>;
|
|
5670
|
+
default: boolean;
|
|
5671
|
+
};
|
|
5672
|
+
saveButtonLabel: {
|
|
5673
|
+
type: import("vue").PropType<string>;
|
|
5674
|
+
default: string;
|
|
5675
|
+
};
|
|
5676
|
+
saveButtonLoading: {
|
|
5677
|
+
type: import("vue").PropType<boolean>;
|
|
5678
|
+
default: boolean;
|
|
5679
|
+
};
|
|
5680
|
+
saveButtonColor: {
|
|
5681
|
+
type: import("vue").PropType<string>;
|
|
5682
|
+
default: string;
|
|
5683
|
+
};
|
|
5684
|
+
cancelButtonLabel: {
|
|
5685
|
+
type: import("vue").PropType<string>;
|
|
5686
|
+
default: string;
|
|
5687
|
+
};
|
|
5688
|
+
cancelButtonColor: {
|
|
5689
|
+
type: import("vue").PropType<string>;
|
|
5690
|
+
default: string;
|
|
5691
|
+
};
|
|
5228
5692
|
}>> & {
|
|
5229
5693
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5694
|
+
onCancel?: () => any;
|
|
5230
5695
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
5231
5696
|
onOpen?: () => any;
|
|
5697
|
+
onSave?: () => any;
|
|
5232
5698
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5233
5699
|
"update:modelValue": (value: boolean) => void;
|
|
5234
5700
|
open: () => void;
|
|
5235
5701
|
close: (reason: dialogV3.Reason) => void;
|
|
5702
|
+
save: () => void;
|
|
5703
|
+
cancel: () => void;
|
|
5236
5704
|
}, string, {
|
|
5237
5705
|
title: string;
|
|
5238
5706
|
size: "small" | "medium" | "extraSmall";
|
|
@@ -5247,6 +5715,12 @@ declare const _default: {
|
|
|
5247
5715
|
closeOnClickOutside: boolean;
|
|
5248
5716
|
beforeClose: (show: () => void) => void;
|
|
5249
5717
|
showCloseButton: boolean;
|
|
5718
|
+
showFooter: boolean;
|
|
5719
|
+
saveButtonLabel: string;
|
|
5720
|
+
saveButtonLoading: boolean;
|
|
5721
|
+
saveButtonColor: string;
|
|
5722
|
+
cancelButtonLabel: string;
|
|
5723
|
+
cancelButtonColor: string;
|
|
5250
5724
|
}, {}, string> & {
|
|
5251
5725
|
beforeCreate?: (() => void) | (() => void)[];
|
|
5252
5726
|
created?: (() => void) | (() => void)[];
|
|
@@ -5324,10 +5798,36 @@ declare const _default: {
|
|
|
5324
5798
|
type: import("vue").PropType<boolean>;
|
|
5325
5799
|
default: boolean;
|
|
5326
5800
|
};
|
|
5801
|
+
showFooter: {
|
|
5802
|
+
type: import("vue").PropType<boolean>;
|
|
5803
|
+
default: boolean;
|
|
5804
|
+
};
|
|
5805
|
+
saveButtonLabel: {
|
|
5806
|
+
type: import("vue").PropType<string>;
|
|
5807
|
+
default: string;
|
|
5808
|
+
};
|
|
5809
|
+
saveButtonLoading: {
|
|
5810
|
+
type: import("vue").PropType<boolean>;
|
|
5811
|
+
default: boolean;
|
|
5812
|
+
};
|
|
5813
|
+
saveButtonColor: {
|
|
5814
|
+
type: import("vue").PropType<string>;
|
|
5815
|
+
default: string;
|
|
5816
|
+
};
|
|
5817
|
+
cancelButtonLabel: {
|
|
5818
|
+
type: import("vue").PropType<string>;
|
|
5819
|
+
default: string;
|
|
5820
|
+
};
|
|
5821
|
+
cancelButtonColor: {
|
|
5822
|
+
type: import("vue").PropType<string>;
|
|
5823
|
+
default: string;
|
|
5824
|
+
};
|
|
5327
5825
|
}>> & {
|
|
5328
5826
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5827
|
+
onCancel?: () => any;
|
|
5329
5828
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
5330
5829
|
onOpen?: () => any;
|
|
5830
|
+
onSave?: () => any;
|
|
5331
5831
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
5332
5832
|
__isFragment?: never;
|
|
5333
5833
|
__isTeleport?: never;
|
|
@@ -5389,14 +5889,42 @@ declare const _default: {
|
|
|
5389
5889
|
type: import("vue").PropType<boolean>;
|
|
5390
5890
|
default: boolean;
|
|
5391
5891
|
};
|
|
5892
|
+
showFooter: {
|
|
5893
|
+
type: import("vue").PropType<boolean>;
|
|
5894
|
+
default: boolean;
|
|
5895
|
+
};
|
|
5896
|
+
saveButtonLabel: {
|
|
5897
|
+
type: import("vue").PropType<string>;
|
|
5898
|
+
default: string;
|
|
5899
|
+
};
|
|
5900
|
+
saveButtonLoading: {
|
|
5901
|
+
type: import("vue").PropType<boolean>;
|
|
5902
|
+
default: boolean;
|
|
5903
|
+
};
|
|
5904
|
+
saveButtonColor: {
|
|
5905
|
+
type: import("vue").PropType<string>;
|
|
5906
|
+
default: string;
|
|
5907
|
+
};
|
|
5908
|
+
cancelButtonLabel: {
|
|
5909
|
+
type: import("vue").PropType<string>;
|
|
5910
|
+
default: string;
|
|
5911
|
+
};
|
|
5912
|
+
cancelButtonColor: {
|
|
5913
|
+
type: import("vue").PropType<string>;
|
|
5914
|
+
default: string;
|
|
5915
|
+
};
|
|
5392
5916
|
}>> & {
|
|
5393
5917
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5918
|
+
onCancel?: () => any;
|
|
5394
5919
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
5395
5920
|
onOpen?: () => any;
|
|
5921
|
+
onSave?: () => any;
|
|
5396
5922
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5397
5923
|
"update:modelValue": (value: boolean) => void;
|
|
5398
5924
|
open: () => void;
|
|
5399
5925
|
close: (reason: dialogV3.Reason) => void;
|
|
5926
|
+
save: () => void;
|
|
5927
|
+
cancel: () => void;
|
|
5400
5928
|
}, string, {
|
|
5401
5929
|
title: string;
|
|
5402
5930
|
size: "small" | "medium" | "extraSmall";
|
|
@@ -5411,6 +5939,12 @@ declare const _default: {
|
|
|
5411
5939
|
closeOnClickOutside: boolean;
|
|
5412
5940
|
beforeClose: (show: () => void) => void;
|
|
5413
5941
|
showCloseButton: boolean;
|
|
5942
|
+
showFooter: boolean;
|
|
5943
|
+
saveButtonLabel: string;
|
|
5944
|
+
saveButtonLoading: boolean;
|
|
5945
|
+
saveButtonColor: string;
|
|
5946
|
+
cancelButtonLabel: string;
|
|
5947
|
+
cancelButtonColor: string;
|
|
5414
5948
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
5415
5949
|
$slots: {
|
|
5416
5950
|
header?(_: {}): any;
|
|
@@ -6678,10 +7212,10 @@ declare const _default: {
|
|
|
6678
7212
|
mandatory: boolean;
|
|
6679
7213
|
autoFocus: boolean;
|
|
6680
7214
|
prefix: string;
|
|
6681
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
6682
7215
|
hoverHelpText: string;
|
|
6683
7216
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
6684
7217
|
feedbackText: string;
|
|
7218
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
6685
7219
|
viewOnly: boolean;
|
|
6686
7220
|
labelDirection: "top" | "inside";
|
|
6687
7221
|
hideNumberArrows: boolean;
|
|
@@ -6734,10 +7268,6 @@ declare const _default: {
|
|
|
6734
7268
|
type: import("vue").PropType<string>;
|
|
6735
7269
|
default: string;
|
|
6736
7270
|
};
|
|
6737
|
-
feedbackVariant: {
|
|
6738
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
6739
|
-
default: any;
|
|
6740
|
-
};
|
|
6741
7271
|
hoverHelpText: {
|
|
6742
7272
|
type: import("vue").PropType<string>;
|
|
6743
7273
|
default: string;
|
|
@@ -6750,6 +7280,10 @@ declare const _default: {
|
|
|
6750
7280
|
type: import("vue").PropType<string>;
|
|
6751
7281
|
default: string;
|
|
6752
7282
|
};
|
|
7283
|
+
feedbackVariant: {
|
|
7284
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
7285
|
+
default: any;
|
|
7286
|
+
};
|
|
6753
7287
|
viewOnly: {
|
|
6754
7288
|
type: import("vue").PropType<boolean>;
|
|
6755
7289
|
default: boolean;
|
|
@@ -6797,7 +7331,7 @@ declare const _default: {
|
|
|
6797
7331
|
}>> & {
|
|
6798
7332
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
6799
7333
|
onApply?: () => any;
|
|
6800
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "modelValue" | "placeholder" | "mandatory" | "autoFocus" | "prefix" | "
|
|
7334
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "modelValue" | "placeholder" | "mandatory" | "autoFocus" | "prefix" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "showFeedbackTextIcon">;
|
|
6801
7335
|
$attrs: {
|
|
6802
7336
|
[x: string]: unknown;
|
|
6803
7337
|
};
|
|
@@ -6852,10 +7386,6 @@ declare const _default: {
|
|
|
6852
7386
|
type: import("vue").PropType<string>;
|
|
6853
7387
|
default: string;
|
|
6854
7388
|
};
|
|
6855
|
-
feedbackVariant: {
|
|
6856
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
6857
|
-
default: any;
|
|
6858
|
-
};
|
|
6859
7389
|
hoverHelpText: {
|
|
6860
7390
|
type: import("vue").PropType<string>;
|
|
6861
7391
|
default: string;
|
|
@@ -6868,6 +7398,10 @@ declare const _default: {
|
|
|
6868
7398
|
type: import("vue").PropType<string>;
|
|
6869
7399
|
default: string;
|
|
6870
7400
|
};
|
|
7401
|
+
feedbackVariant: {
|
|
7402
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
7403
|
+
default: any;
|
|
7404
|
+
};
|
|
6871
7405
|
viewOnly: {
|
|
6872
7406
|
type: import("vue").PropType<boolean>;
|
|
6873
7407
|
default: boolean;
|
|
@@ -6931,10 +7465,10 @@ declare const _default: {
|
|
|
6931
7465
|
mandatory: boolean;
|
|
6932
7466
|
autoFocus: boolean;
|
|
6933
7467
|
prefix: string;
|
|
6934
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
6935
7468
|
hoverHelpText: string;
|
|
6936
7469
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
6937
7470
|
feedbackText: string;
|
|
7471
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
6938
7472
|
viewOnly: boolean;
|
|
6939
7473
|
labelDirection: "top" | "inside";
|
|
6940
7474
|
hideNumberArrows: boolean;
|
|
@@ -7007,10 +7541,6 @@ declare const _default: {
|
|
|
7007
7541
|
type: import("vue").PropType<string>;
|
|
7008
7542
|
default: string;
|
|
7009
7543
|
};
|
|
7010
|
-
feedbackVariant: {
|
|
7011
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
7012
|
-
default: any;
|
|
7013
|
-
};
|
|
7014
7544
|
hoverHelpText: {
|
|
7015
7545
|
type: import("vue").PropType<string>;
|
|
7016
7546
|
default: string;
|
|
@@ -7023,6 +7553,10 @@ declare const _default: {
|
|
|
7023
7553
|
type: import("vue").PropType<string>;
|
|
7024
7554
|
default: string;
|
|
7025
7555
|
};
|
|
7556
|
+
feedbackVariant: {
|
|
7557
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
7558
|
+
default: any;
|
|
7559
|
+
};
|
|
7026
7560
|
viewOnly: {
|
|
7027
7561
|
type: import("vue").PropType<boolean>;
|
|
7028
7562
|
default: boolean;
|
|
@@ -7117,10 +7651,6 @@ declare const _default: {
|
|
|
7117
7651
|
type: import("vue").PropType<string>;
|
|
7118
7652
|
default: string;
|
|
7119
7653
|
};
|
|
7120
|
-
feedbackVariant: {
|
|
7121
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
7122
|
-
default: any;
|
|
7123
|
-
};
|
|
7124
7654
|
hoverHelpText: {
|
|
7125
7655
|
type: import("vue").PropType<string>;
|
|
7126
7656
|
default: string;
|
|
@@ -7133,6 +7663,10 @@ declare const _default: {
|
|
|
7133
7663
|
type: import("vue").PropType<string>;
|
|
7134
7664
|
default: string;
|
|
7135
7665
|
};
|
|
7666
|
+
feedbackVariant: {
|
|
7667
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
7668
|
+
default: any;
|
|
7669
|
+
};
|
|
7136
7670
|
viewOnly: {
|
|
7137
7671
|
type: import("vue").PropType<boolean>;
|
|
7138
7672
|
default: boolean;
|
|
@@ -7196,10 +7730,10 @@ declare const _default: {
|
|
|
7196
7730
|
mandatory: boolean;
|
|
7197
7731
|
autoFocus: boolean;
|
|
7198
7732
|
prefix: string;
|
|
7199
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
7200
7733
|
hoverHelpText: string;
|
|
7201
7734
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
7202
7735
|
feedbackText: string;
|
|
7736
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
7203
7737
|
viewOnly: boolean;
|
|
7204
7738
|
labelDirection: "top" | "inside";
|
|
7205
7739
|
hideNumberArrows: boolean;
|
|
@@ -7232,10 +7766,10 @@ declare const _default: {
|
|
|
7232
7766
|
mandatory: boolean;
|
|
7233
7767
|
autoFocus: boolean;
|
|
7234
7768
|
prefix: string;
|
|
7235
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
7236
7769
|
hoverHelpText: string;
|
|
7237
7770
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
7238
7771
|
feedbackText: string;
|
|
7772
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
7239
7773
|
viewOnly: boolean;
|
|
7240
7774
|
labelDirection: "top" | "inside";
|
|
7241
7775
|
hideNumberArrows: boolean;
|
|
@@ -7288,10 +7822,6 @@ declare const _default: {
|
|
|
7288
7822
|
type: import("vue").PropType<string>;
|
|
7289
7823
|
default: string;
|
|
7290
7824
|
};
|
|
7291
|
-
feedbackVariant: {
|
|
7292
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
7293
|
-
default: any;
|
|
7294
|
-
};
|
|
7295
7825
|
hoverHelpText: {
|
|
7296
7826
|
type: import("vue").PropType<string>;
|
|
7297
7827
|
default: string;
|
|
@@ -7304,6 +7834,10 @@ declare const _default: {
|
|
|
7304
7834
|
type: import("vue").PropType<string>;
|
|
7305
7835
|
default: string;
|
|
7306
7836
|
};
|
|
7837
|
+
feedbackVariant: {
|
|
7838
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
7839
|
+
default: any;
|
|
7840
|
+
};
|
|
7307
7841
|
viewOnly: {
|
|
7308
7842
|
type: import("vue").PropType<boolean>;
|
|
7309
7843
|
default: boolean;
|
|
@@ -7351,7 +7885,7 @@ declare const _default: {
|
|
|
7351
7885
|
}>> & {
|
|
7352
7886
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
7353
7887
|
onApply?: () => any;
|
|
7354
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "modelValue" | "placeholder" | "mandatory" | "autoFocus" | "prefix" | "
|
|
7888
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "modelValue" | "placeholder" | "mandatory" | "autoFocus" | "prefix" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "showFeedbackTextIcon">;
|
|
7355
7889
|
$attrs: {
|
|
7356
7890
|
[x: string]: unknown;
|
|
7357
7891
|
};
|
|
@@ -7406,10 +7940,6 @@ declare const _default: {
|
|
|
7406
7940
|
type: import("vue").PropType<string>;
|
|
7407
7941
|
default: string;
|
|
7408
7942
|
};
|
|
7409
|
-
feedbackVariant: {
|
|
7410
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
7411
|
-
default: any;
|
|
7412
|
-
};
|
|
7413
7943
|
hoverHelpText: {
|
|
7414
7944
|
type: import("vue").PropType<string>;
|
|
7415
7945
|
default: string;
|
|
@@ -7422,6 +7952,10 @@ declare const _default: {
|
|
|
7422
7952
|
type: import("vue").PropType<string>;
|
|
7423
7953
|
default: string;
|
|
7424
7954
|
};
|
|
7955
|
+
feedbackVariant: {
|
|
7956
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
7957
|
+
default: any;
|
|
7958
|
+
};
|
|
7425
7959
|
viewOnly: {
|
|
7426
7960
|
type: import("vue").PropType<boolean>;
|
|
7427
7961
|
default: boolean;
|
|
@@ -7485,10 +8019,10 @@ declare const _default: {
|
|
|
7485
8019
|
mandatory: boolean;
|
|
7486
8020
|
autoFocus: boolean;
|
|
7487
8021
|
prefix: string;
|
|
7488
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
7489
8022
|
hoverHelpText: string;
|
|
7490
8023
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
7491
8024
|
feedbackText: string;
|
|
8025
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
7492
8026
|
viewOnly: boolean;
|
|
7493
8027
|
labelDirection: "top" | "inside";
|
|
7494
8028
|
hideNumberArrows: boolean;
|
|
@@ -7561,10 +8095,6 @@ declare const _default: {
|
|
|
7561
8095
|
type: import("vue").PropType<string>;
|
|
7562
8096
|
default: string;
|
|
7563
8097
|
};
|
|
7564
|
-
feedbackVariant: {
|
|
7565
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
7566
|
-
default: any;
|
|
7567
|
-
};
|
|
7568
8098
|
hoverHelpText: {
|
|
7569
8099
|
type: import("vue").PropType<string>;
|
|
7570
8100
|
default: string;
|
|
@@ -7577,6 +8107,10 @@ declare const _default: {
|
|
|
7577
8107
|
type: import("vue").PropType<string>;
|
|
7578
8108
|
default: string;
|
|
7579
8109
|
};
|
|
8110
|
+
feedbackVariant: {
|
|
8111
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
8112
|
+
default: any;
|
|
8113
|
+
};
|
|
7580
8114
|
viewOnly: {
|
|
7581
8115
|
type: import("vue").PropType<boolean>;
|
|
7582
8116
|
default: boolean;
|
|
@@ -7671,10 +8205,6 @@ declare const _default: {
|
|
|
7671
8205
|
type: import("vue").PropType<string>;
|
|
7672
8206
|
default: string;
|
|
7673
8207
|
};
|
|
7674
|
-
feedbackVariant: {
|
|
7675
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
7676
|
-
default: any;
|
|
7677
|
-
};
|
|
7678
8208
|
hoverHelpText: {
|
|
7679
8209
|
type: import("vue").PropType<string>;
|
|
7680
8210
|
default: string;
|
|
@@ -7687,6 +8217,10 @@ declare const _default: {
|
|
|
7687
8217
|
type: import("vue").PropType<string>;
|
|
7688
8218
|
default: string;
|
|
7689
8219
|
};
|
|
8220
|
+
feedbackVariant: {
|
|
8221
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
8222
|
+
default: any;
|
|
8223
|
+
};
|
|
7690
8224
|
viewOnly: {
|
|
7691
8225
|
type: import("vue").PropType<boolean>;
|
|
7692
8226
|
default: boolean;
|
|
@@ -7750,10 +8284,10 @@ declare const _default: {
|
|
|
7750
8284
|
mandatory: boolean;
|
|
7751
8285
|
autoFocus: boolean;
|
|
7752
8286
|
prefix: string;
|
|
7753
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
7754
8287
|
hoverHelpText: string;
|
|
7755
8288
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
7756
8289
|
feedbackText: string;
|
|
8290
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
7757
8291
|
viewOnly: boolean;
|
|
7758
8292
|
labelDirection: "top" | "inside";
|
|
7759
8293
|
hideNumberArrows: boolean;
|
|
@@ -9896,6 +10430,11 @@ declare const _default: {
|
|
|
9896
10430
|
keepOpen: boolean;
|
|
9897
10431
|
autoSize: boolean;
|
|
9898
10432
|
disableKeyboardEvents: boolean;
|
|
10433
|
+
valueToCopy: string;
|
|
10434
|
+
optionNameKey: string;
|
|
10435
|
+
optionImageKey: string;
|
|
10436
|
+
optionIconKey: string;
|
|
10437
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
9899
10438
|
onClear: () => void;
|
|
9900
10439
|
inlineSearchPlaceholder: string;
|
|
9901
10440
|
triggerLabel: string;
|
|
@@ -9903,7 +10442,9 @@ declare const _default: {
|
|
|
9903
10442
|
triggerFeedbackText: string;
|
|
9904
10443
|
triggerFeedbackVariant: "error" | "success" | "warning";
|
|
9905
10444
|
searchAutoFocus: boolean;
|
|
9906
|
-
predefinedTrigger: "default" | "icon-button" | "chip";
|
|
10445
|
+
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
10446
|
+
fullWidth: boolean;
|
|
10447
|
+
optionsListWidth: string;
|
|
9907
10448
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9908
10449
|
theme: {
|
|
9909
10450
|
type: import("vue").PropType<string>;
|
|
@@ -9999,7 +10540,7 @@ declare const _default: {
|
|
|
9999
10540
|
};
|
|
10000
10541
|
onSearch: {
|
|
10001
10542
|
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
10002
|
-
default:
|
|
10543
|
+
default: any;
|
|
10003
10544
|
};
|
|
10004
10545
|
flip: {
|
|
10005
10546
|
type: import("vue").PropType<boolean>;
|
|
@@ -10017,6 +10558,26 @@ declare const _default: {
|
|
|
10017
10558
|
type: import("vue").PropType<boolean>;
|
|
10018
10559
|
default: boolean;
|
|
10019
10560
|
};
|
|
10561
|
+
valueToCopy: {
|
|
10562
|
+
type: import("vue").PropType<string>;
|
|
10563
|
+
default: any;
|
|
10564
|
+
};
|
|
10565
|
+
optionNameKey: {
|
|
10566
|
+
type: import("vue").PropType<string>;
|
|
10567
|
+
default: string;
|
|
10568
|
+
};
|
|
10569
|
+
optionImageKey: {
|
|
10570
|
+
type: import("vue").PropType<string>;
|
|
10571
|
+
default: string;
|
|
10572
|
+
};
|
|
10573
|
+
optionIconKey: {
|
|
10574
|
+
type: import("vue").PropType<string>;
|
|
10575
|
+
default: string;
|
|
10576
|
+
};
|
|
10577
|
+
optionIconType: {
|
|
10578
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
10579
|
+
default: any;
|
|
10580
|
+
};
|
|
10020
10581
|
onClear: {
|
|
10021
10582
|
type: import("vue").PropType<() => void>;
|
|
10022
10583
|
default: () => true;
|
|
@@ -10046,8 +10607,16 @@ declare const _default: {
|
|
|
10046
10607
|
default: boolean;
|
|
10047
10608
|
};
|
|
10048
10609
|
predefinedTrigger: {
|
|
10049
|
-
type: import("vue").PropType<"default" | "icon-button" | "chip">;
|
|
10050
|
-
default: "default" | "icon-button" | "chip";
|
|
10610
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
10611
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
10612
|
+
};
|
|
10613
|
+
fullWidth: {
|
|
10614
|
+
type: import("vue").PropType<boolean>;
|
|
10615
|
+
default: boolean;
|
|
10616
|
+
};
|
|
10617
|
+
optionsListWidth: {
|
|
10618
|
+
type: import("vue").PropType<string>;
|
|
10619
|
+
default: any;
|
|
10051
10620
|
};
|
|
10052
10621
|
}>> & {
|
|
10053
10622
|
onApply?: (value: unknown) => any;
|
|
@@ -10055,7 +10624,7 @@ declare const _default: {
|
|
|
10055
10624
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
10056
10625
|
onOpened?: () => any;
|
|
10057
10626
|
onClosed?: () => any;
|
|
10058
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "size" | "testId" | "placement" | "disabled" | "container" | "popperClass" | "selected" | "modelValue" | "placeholder" | "mandatory" | "isOnTop" | "multi" | "inlineSearch" | "noResultsText" | "defaultOpen" | "distance" | "skidding" | "onSearch" | "flip" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "onClear" | "inlineSearchPlaceholder" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "searchAutoFocus" | "predefinedTrigger">;
|
|
10627
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "size" | "testId" | "placement" | "disabled" | "container" | "popperClass" | "selected" | "modelValue" | "placeholder" | "mandatory" | "isOnTop" | "multi" | "inlineSearch" | "noResultsText" | "defaultOpen" | "distance" | "skidding" | "onSearch" | "flip" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "valueToCopy" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType" | "onClear" | "inlineSearchPlaceholder" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "searchAutoFocus" | "predefinedTrigger" | "fullWidth" | "optionsListWidth">;
|
|
10059
10628
|
$attrs: {
|
|
10060
10629
|
[x: string]: unknown;
|
|
10061
10630
|
};
|
|
@@ -10164,7 +10733,7 @@ declare const _default: {
|
|
|
10164
10733
|
};
|
|
10165
10734
|
onSearch: {
|
|
10166
10735
|
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
10167
|
-
default:
|
|
10736
|
+
default: any;
|
|
10168
10737
|
};
|
|
10169
10738
|
flip: {
|
|
10170
10739
|
type: import("vue").PropType<boolean>;
|
|
@@ -10182,6 +10751,26 @@ declare const _default: {
|
|
|
10182
10751
|
type: import("vue").PropType<boolean>;
|
|
10183
10752
|
default: boolean;
|
|
10184
10753
|
};
|
|
10754
|
+
valueToCopy: {
|
|
10755
|
+
type: import("vue").PropType<string>;
|
|
10756
|
+
default: any;
|
|
10757
|
+
};
|
|
10758
|
+
optionNameKey: {
|
|
10759
|
+
type: import("vue").PropType<string>;
|
|
10760
|
+
default: string;
|
|
10761
|
+
};
|
|
10762
|
+
optionImageKey: {
|
|
10763
|
+
type: import("vue").PropType<string>;
|
|
10764
|
+
default: string;
|
|
10765
|
+
};
|
|
10766
|
+
optionIconKey: {
|
|
10767
|
+
type: import("vue").PropType<string>;
|
|
10768
|
+
default: string;
|
|
10769
|
+
};
|
|
10770
|
+
optionIconType: {
|
|
10771
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
10772
|
+
default: any;
|
|
10773
|
+
};
|
|
10185
10774
|
onClear: {
|
|
10186
10775
|
type: import("vue").PropType<() => void>;
|
|
10187
10776
|
default: () => true;
|
|
@@ -10211,8 +10800,16 @@ declare const _default: {
|
|
|
10211
10800
|
default: boolean;
|
|
10212
10801
|
};
|
|
10213
10802
|
predefinedTrigger: {
|
|
10214
|
-
type: import("vue").PropType<"default" | "icon-button" | "chip">;
|
|
10215
|
-
default: "default" | "icon-button" | "chip";
|
|
10803
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
10804
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
10805
|
+
};
|
|
10806
|
+
fullWidth: {
|
|
10807
|
+
type: import("vue").PropType<boolean>;
|
|
10808
|
+
default: boolean;
|
|
10809
|
+
};
|
|
10810
|
+
optionsListWidth: {
|
|
10811
|
+
type: import("vue").PropType<string>;
|
|
10812
|
+
default: any;
|
|
10216
10813
|
};
|
|
10217
10814
|
}>> & {
|
|
10218
10815
|
onApply?: (value: unknown) => any;
|
|
@@ -10253,6 +10850,11 @@ declare const _default: {
|
|
|
10253
10850
|
keepOpen: boolean;
|
|
10254
10851
|
autoSize: boolean;
|
|
10255
10852
|
disableKeyboardEvents: boolean;
|
|
10853
|
+
valueToCopy: string;
|
|
10854
|
+
optionNameKey: string;
|
|
10855
|
+
optionImageKey: string;
|
|
10856
|
+
optionIconKey: string;
|
|
10857
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
10256
10858
|
onClear: () => void;
|
|
10257
10859
|
inlineSearchPlaceholder: string;
|
|
10258
10860
|
triggerLabel: string;
|
|
@@ -10260,7 +10862,9 @@ declare const _default: {
|
|
|
10260
10862
|
triggerFeedbackText: string;
|
|
10261
10863
|
triggerFeedbackVariant: "error" | "success" | "warning";
|
|
10262
10864
|
searchAutoFocus: boolean;
|
|
10263
|
-
predefinedTrigger: "default" | "icon-button" | "chip";
|
|
10865
|
+
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
10866
|
+
fullWidth: boolean;
|
|
10867
|
+
optionsListWidth: string;
|
|
10264
10868
|
}, {}, string> & {
|
|
10265
10869
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10266
10870
|
created?: (() => void) | (() => void)[];
|
|
@@ -10376,7 +10980,7 @@ declare const _default: {
|
|
|
10376
10980
|
};
|
|
10377
10981
|
onSearch: {
|
|
10378
10982
|
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
10379
|
-
default:
|
|
10983
|
+
default: any;
|
|
10380
10984
|
};
|
|
10381
10985
|
flip: {
|
|
10382
10986
|
type: import("vue").PropType<boolean>;
|
|
@@ -10394,6 +10998,26 @@ declare const _default: {
|
|
|
10394
10998
|
type: import("vue").PropType<boolean>;
|
|
10395
10999
|
default: boolean;
|
|
10396
11000
|
};
|
|
11001
|
+
valueToCopy: {
|
|
11002
|
+
type: import("vue").PropType<string>;
|
|
11003
|
+
default: any;
|
|
11004
|
+
};
|
|
11005
|
+
optionNameKey: {
|
|
11006
|
+
type: import("vue").PropType<string>;
|
|
11007
|
+
default: string;
|
|
11008
|
+
};
|
|
11009
|
+
optionImageKey: {
|
|
11010
|
+
type: import("vue").PropType<string>;
|
|
11011
|
+
default: string;
|
|
11012
|
+
};
|
|
11013
|
+
optionIconKey: {
|
|
11014
|
+
type: import("vue").PropType<string>;
|
|
11015
|
+
default: string;
|
|
11016
|
+
};
|
|
11017
|
+
optionIconType: {
|
|
11018
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
11019
|
+
default: any;
|
|
11020
|
+
};
|
|
10397
11021
|
onClear: {
|
|
10398
11022
|
type: import("vue").PropType<() => void>;
|
|
10399
11023
|
default: () => true;
|
|
@@ -10423,8 +11047,16 @@ declare const _default: {
|
|
|
10423
11047
|
default: boolean;
|
|
10424
11048
|
};
|
|
10425
11049
|
predefinedTrigger: {
|
|
10426
|
-
type: import("vue").PropType<"default" | "icon-button" | "chip">;
|
|
10427
|
-
default: "default" | "icon-button" | "chip";
|
|
11050
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
11051
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
11052
|
+
};
|
|
11053
|
+
fullWidth: {
|
|
11054
|
+
type: import("vue").PropType<boolean>;
|
|
11055
|
+
default: boolean;
|
|
11056
|
+
};
|
|
11057
|
+
optionsListWidth: {
|
|
11058
|
+
type: import("vue").PropType<string>;
|
|
11059
|
+
default: any;
|
|
10428
11060
|
};
|
|
10429
11061
|
}>> & {
|
|
10430
11062
|
onApply?: (value: unknown) => any;
|
|
@@ -10534,7 +11166,7 @@ declare const _default: {
|
|
|
10534
11166
|
};
|
|
10535
11167
|
onSearch: {
|
|
10536
11168
|
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
10537
|
-
default:
|
|
11169
|
+
default: any;
|
|
10538
11170
|
};
|
|
10539
11171
|
flip: {
|
|
10540
11172
|
type: import("vue").PropType<boolean>;
|
|
@@ -10552,6 +11184,26 @@ declare const _default: {
|
|
|
10552
11184
|
type: import("vue").PropType<boolean>;
|
|
10553
11185
|
default: boolean;
|
|
10554
11186
|
};
|
|
11187
|
+
valueToCopy: {
|
|
11188
|
+
type: import("vue").PropType<string>;
|
|
11189
|
+
default: any;
|
|
11190
|
+
};
|
|
11191
|
+
optionNameKey: {
|
|
11192
|
+
type: import("vue").PropType<string>;
|
|
11193
|
+
default: string;
|
|
11194
|
+
};
|
|
11195
|
+
optionImageKey: {
|
|
11196
|
+
type: import("vue").PropType<string>;
|
|
11197
|
+
default: string;
|
|
11198
|
+
};
|
|
11199
|
+
optionIconKey: {
|
|
11200
|
+
type: import("vue").PropType<string>;
|
|
11201
|
+
default: string;
|
|
11202
|
+
};
|
|
11203
|
+
optionIconType: {
|
|
11204
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
11205
|
+
default: any;
|
|
11206
|
+
};
|
|
10555
11207
|
onClear: {
|
|
10556
11208
|
type: import("vue").PropType<() => void>;
|
|
10557
11209
|
default: () => true;
|
|
@@ -10581,8 +11233,16 @@ declare const _default: {
|
|
|
10581
11233
|
default: boolean;
|
|
10582
11234
|
};
|
|
10583
11235
|
predefinedTrigger: {
|
|
10584
|
-
type: import("vue").PropType<"default" | "icon-button" | "chip">;
|
|
10585
|
-
default: "default" | "icon-button" | "chip";
|
|
11236
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
11237
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
11238
|
+
};
|
|
11239
|
+
fullWidth: {
|
|
11240
|
+
type: import("vue").PropType<boolean>;
|
|
11241
|
+
default: boolean;
|
|
11242
|
+
};
|
|
11243
|
+
optionsListWidth: {
|
|
11244
|
+
type: import("vue").PropType<string>;
|
|
11245
|
+
default: any;
|
|
10586
11246
|
};
|
|
10587
11247
|
}>> & {
|
|
10588
11248
|
onApply?: (value: unknown) => any;
|
|
@@ -10623,6 +11283,11 @@ declare const _default: {
|
|
|
10623
11283
|
keepOpen: boolean;
|
|
10624
11284
|
autoSize: boolean;
|
|
10625
11285
|
disableKeyboardEvents: boolean;
|
|
11286
|
+
valueToCopy: string;
|
|
11287
|
+
optionNameKey: string;
|
|
11288
|
+
optionImageKey: string;
|
|
11289
|
+
optionIconKey: string;
|
|
11290
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
10626
11291
|
onClear: () => void;
|
|
10627
11292
|
inlineSearchPlaceholder: string;
|
|
10628
11293
|
triggerLabel: string;
|
|
@@ -10630,7 +11295,9 @@ declare const _default: {
|
|
|
10630
11295
|
triggerFeedbackText: string;
|
|
10631
11296
|
triggerFeedbackVariant: "error" | "success" | "warning";
|
|
10632
11297
|
searchAutoFocus: boolean;
|
|
10633
|
-
predefinedTrigger: "default" | "icon-button" | "chip";
|
|
11298
|
+
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
11299
|
+
fullWidth: boolean;
|
|
11300
|
+
optionsListWidth: string;
|
|
10634
11301
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
10635
11302
|
$slots: {
|
|
10636
11303
|
label?(_: {}): any;
|
|
@@ -10655,17 +11322,22 @@ declare const _default: {
|
|
|
10655
11322
|
testId: string;
|
|
10656
11323
|
loading: boolean;
|
|
10657
11324
|
disabled: boolean;
|
|
10658
|
-
|
|
10659
|
-
options: any;
|
|
11325
|
+
options: unknown[];
|
|
10660
11326
|
singleAppSelection: boolean;
|
|
10661
11327
|
placeholder: string;
|
|
10662
11328
|
open: boolean;
|
|
10663
11329
|
mandatory: boolean;
|
|
10664
|
-
|
|
11330
|
+
multi: boolean;
|
|
11331
|
+
selectedOption: any;
|
|
11332
|
+
brandIconType: "android" | "ios";
|
|
11333
|
+
optionNameKey: string;
|
|
11334
|
+
optionImageKey: string;
|
|
11335
|
+
optionIconKey: string;
|
|
11336
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
10665
11337
|
hoverHelpText: string;
|
|
10666
11338
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
10667
11339
|
feedbackText: string;
|
|
10668
|
-
|
|
11340
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
10669
11341
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10670
11342
|
label: {
|
|
10671
11343
|
type: import("vue").PropType<string>;
|
|
@@ -10688,12 +11360,8 @@ declare const _default: {
|
|
|
10688
11360
|
type: import("vue").PropType<boolean>;
|
|
10689
11361
|
default: boolean;
|
|
10690
11362
|
};
|
|
10691
|
-
selected: {
|
|
10692
|
-
type: import("vue").PropType<unknown>;
|
|
10693
|
-
default: any;
|
|
10694
|
-
};
|
|
10695
11363
|
options: {
|
|
10696
|
-
type: import("vue").PropType<unknown>;
|
|
11364
|
+
type: import("vue").PropType<unknown[]>;
|
|
10697
11365
|
default: any;
|
|
10698
11366
|
};
|
|
10699
11367
|
singleAppSelection: {
|
|
@@ -10713,8 +11381,36 @@ declare const _default: {
|
|
|
10713
11381
|
type: import("vue").PropType<boolean>;
|
|
10714
11382
|
default: boolean;
|
|
10715
11383
|
};
|
|
10716
|
-
|
|
10717
|
-
type: import("vue").PropType<
|
|
11384
|
+
multi: {
|
|
11385
|
+
type: import("vue").PropType<boolean>;
|
|
11386
|
+
default: boolean;
|
|
11387
|
+
};
|
|
11388
|
+
displayValue: {
|
|
11389
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
11390
|
+
required: true;
|
|
11391
|
+
};
|
|
11392
|
+
selectedOption: {
|
|
11393
|
+
type: import("vue").PropType<unknown>;
|
|
11394
|
+
default: any;
|
|
11395
|
+
};
|
|
11396
|
+
brandIconType: {
|
|
11397
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
11398
|
+
default: any;
|
|
11399
|
+
};
|
|
11400
|
+
optionNameKey: {
|
|
11401
|
+
type: import("vue").PropType<string>;
|
|
11402
|
+
default: any;
|
|
11403
|
+
};
|
|
11404
|
+
optionImageKey: {
|
|
11405
|
+
type: import("vue").PropType<string>;
|
|
11406
|
+
default: any;
|
|
11407
|
+
};
|
|
11408
|
+
optionIconKey: {
|
|
11409
|
+
type: import("vue").PropType<string>;
|
|
11410
|
+
default: any;
|
|
11411
|
+
};
|
|
11412
|
+
optionIconType: {
|
|
11413
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
10718
11414
|
default: any;
|
|
10719
11415
|
};
|
|
10720
11416
|
hoverHelpText: {
|
|
@@ -10729,13 +11425,13 @@ declare const _default: {
|
|
|
10729
11425
|
type: import("vue").PropType<string>;
|
|
10730
11426
|
default: string;
|
|
10731
11427
|
};
|
|
10732
|
-
|
|
10733
|
-
type: import("vue").PropType<"
|
|
11428
|
+
feedbackVariant: {
|
|
11429
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
10734
11430
|
default: any;
|
|
10735
11431
|
};
|
|
10736
11432
|
}>> & {
|
|
10737
11433
|
onClick?: () => any;
|
|
10738
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "size" | "testId" | "loading" | "disabled" | "
|
|
11434
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "size" | "testId" | "loading" | "disabled" | "options" | "singleAppSelection" | "placeholder" | "open" | "mandatory" | "multi" | "selectedOption" | "brandIconType" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant">;
|
|
10739
11435
|
$attrs: {
|
|
10740
11436
|
[x: string]: unknown;
|
|
10741
11437
|
};
|
|
@@ -10771,12 +11467,8 @@ declare const _default: {
|
|
|
10771
11467
|
type: import("vue").PropType<boolean>;
|
|
10772
11468
|
default: boolean;
|
|
10773
11469
|
};
|
|
10774
|
-
selected: {
|
|
10775
|
-
type: import("vue").PropType<unknown>;
|
|
10776
|
-
default: any;
|
|
10777
|
-
};
|
|
10778
11470
|
options: {
|
|
10779
|
-
type: import("vue").PropType<unknown>;
|
|
11471
|
+
type: import("vue").PropType<unknown[]>;
|
|
10780
11472
|
default: any;
|
|
10781
11473
|
};
|
|
10782
11474
|
singleAppSelection: {
|
|
@@ -10796,8 +11488,36 @@ declare const _default: {
|
|
|
10796
11488
|
type: import("vue").PropType<boolean>;
|
|
10797
11489
|
default: boolean;
|
|
10798
11490
|
};
|
|
10799
|
-
|
|
10800
|
-
type: import("vue").PropType<
|
|
11491
|
+
multi: {
|
|
11492
|
+
type: import("vue").PropType<boolean>;
|
|
11493
|
+
default: boolean;
|
|
11494
|
+
};
|
|
11495
|
+
displayValue: {
|
|
11496
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
11497
|
+
required: true;
|
|
11498
|
+
};
|
|
11499
|
+
selectedOption: {
|
|
11500
|
+
type: import("vue").PropType<unknown>;
|
|
11501
|
+
default: any;
|
|
11502
|
+
};
|
|
11503
|
+
brandIconType: {
|
|
11504
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
11505
|
+
default: any;
|
|
11506
|
+
};
|
|
11507
|
+
optionNameKey: {
|
|
11508
|
+
type: import("vue").PropType<string>;
|
|
11509
|
+
default: any;
|
|
11510
|
+
};
|
|
11511
|
+
optionImageKey: {
|
|
11512
|
+
type: import("vue").PropType<string>;
|
|
11513
|
+
default: any;
|
|
11514
|
+
};
|
|
11515
|
+
optionIconKey: {
|
|
11516
|
+
type: import("vue").PropType<string>;
|
|
11517
|
+
default: any;
|
|
11518
|
+
};
|
|
11519
|
+
optionIconType: {
|
|
11520
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
10801
11521
|
default: any;
|
|
10802
11522
|
};
|
|
10803
11523
|
hoverHelpText: {
|
|
@@ -10812,8 +11532,8 @@ declare const _default: {
|
|
|
10812
11532
|
type: import("vue").PropType<string>;
|
|
10813
11533
|
default: string;
|
|
10814
11534
|
};
|
|
10815
|
-
|
|
10816
|
-
type: import("vue").PropType<"
|
|
11535
|
+
feedbackVariant: {
|
|
11536
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
10817
11537
|
default: any;
|
|
10818
11538
|
};
|
|
10819
11539
|
}>> & {
|
|
@@ -10826,17 +11546,22 @@ declare const _default: {
|
|
|
10826
11546
|
testId: string;
|
|
10827
11547
|
loading: boolean;
|
|
10828
11548
|
disabled: boolean;
|
|
10829
|
-
|
|
10830
|
-
options: any;
|
|
11549
|
+
options: unknown[];
|
|
10831
11550
|
singleAppSelection: boolean;
|
|
10832
11551
|
placeholder: string;
|
|
10833
11552
|
open: boolean;
|
|
10834
11553
|
mandatory: boolean;
|
|
10835
|
-
|
|
11554
|
+
multi: boolean;
|
|
11555
|
+
selectedOption: any;
|
|
11556
|
+
brandIconType: "android" | "ios";
|
|
11557
|
+
optionNameKey: string;
|
|
11558
|
+
optionImageKey: string;
|
|
11559
|
+
optionIconKey: string;
|
|
11560
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
10836
11561
|
hoverHelpText: string;
|
|
10837
11562
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
10838
11563
|
feedbackText: string;
|
|
10839
|
-
|
|
11564
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
10840
11565
|
}, {}, string> & {
|
|
10841
11566
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10842
11567
|
created?: (() => void) | (() => void)[];
|
|
@@ -10879,12 +11604,8 @@ declare const _default: {
|
|
|
10879
11604
|
type: import("vue").PropType<boolean>;
|
|
10880
11605
|
default: boolean;
|
|
10881
11606
|
};
|
|
10882
|
-
selected: {
|
|
10883
|
-
type: import("vue").PropType<unknown>;
|
|
10884
|
-
default: any;
|
|
10885
|
-
};
|
|
10886
11607
|
options: {
|
|
10887
|
-
type: import("vue").PropType<unknown>;
|
|
11608
|
+
type: import("vue").PropType<unknown[]>;
|
|
10888
11609
|
default: any;
|
|
10889
11610
|
};
|
|
10890
11611
|
singleAppSelection: {
|
|
@@ -10904,8 +11625,36 @@ declare const _default: {
|
|
|
10904
11625
|
type: import("vue").PropType<boolean>;
|
|
10905
11626
|
default: boolean;
|
|
10906
11627
|
};
|
|
10907
|
-
|
|
10908
|
-
type: import("vue").PropType<
|
|
11628
|
+
multi: {
|
|
11629
|
+
type: import("vue").PropType<boolean>;
|
|
11630
|
+
default: boolean;
|
|
11631
|
+
};
|
|
11632
|
+
displayValue: {
|
|
11633
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
11634
|
+
required: true;
|
|
11635
|
+
};
|
|
11636
|
+
selectedOption: {
|
|
11637
|
+
type: import("vue").PropType<unknown>;
|
|
11638
|
+
default: any;
|
|
11639
|
+
};
|
|
11640
|
+
brandIconType: {
|
|
11641
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
11642
|
+
default: any;
|
|
11643
|
+
};
|
|
11644
|
+
optionNameKey: {
|
|
11645
|
+
type: import("vue").PropType<string>;
|
|
11646
|
+
default: any;
|
|
11647
|
+
};
|
|
11648
|
+
optionImageKey: {
|
|
11649
|
+
type: import("vue").PropType<string>;
|
|
11650
|
+
default: any;
|
|
11651
|
+
};
|
|
11652
|
+
optionIconKey: {
|
|
11653
|
+
type: import("vue").PropType<string>;
|
|
11654
|
+
default: any;
|
|
11655
|
+
};
|
|
11656
|
+
optionIconType: {
|
|
11657
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
10909
11658
|
default: any;
|
|
10910
11659
|
};
|
|
10911
11660
|
hoverHelpText: {
|
|
@@ -10920,8 +11669,8 @@ declare const _default: {
|
|
|
10920
11669
|
type: import("vue").PropType<string>;
|
|
10921
11670
|
default: string;
|
|
10922
11671
|
};
|
|
10923
|
-
|
|
10924
|
-
type: import("vue").PropType<"
|
|
11672
|
+
feedbackVariant: {
|
|
11673
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
10925
11674
|
default: any;
|
|
10926
11675
|
};
|
|
10927
11676
|
}>> & {
|
|
@@ -10952,12 +11701,8 @@ declare const _default: {
|
|
|
10952
11701
|
type: import("vue").PropType<boolean>;
|
|
10953
11702
|
default: boolean;
|
|
10954
11703
|
};
|
|
10955
|
-
|
|
10956
|
-
type: import("vue").PropType<unknown>;
|
|
10957
|
-
default: any;
|
|
10958
|
-
};
|
|
10959
|
-
options: {
|
|
10960
|
-
type: import("vue").PropType<unknown>;
|
|
11704
|
+
options: {
|
|
11705
|
+
type: import("vue").PropType<unknown[]>;
|
|
10961
11706
|
default: any;
|
|
10962
11707
|
};
|
|
10963
11708
|
singleAppSelection: {
|
|
@@ -10977,8 +11722,36 @@ declare const _default: {
|
|
|
10977
11722
|
type: import("vue").PropType<boolean>;
|
|
10978
11723
|
default: boolean;
|
|
10979
11724
|
};
|
|
10980
|
-
|
|
10981
|
-
type: import("vue").PropType<
|
|
11725
|
+
multi: {
|
|
11726
|
+
type: import("vue").PropType<boolean>;
|
|
11727
|
+
default: boolean;
|
|
11728
|
+
};
|
|
11729
|
+
displayValue: {
|
|
11730
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
11731
|
+
required: true;
|
|
11732
|
+
};
|
|
11733
|
+
selectedOption: {
|
|
11734
|
+
type: import("vue").PropType<unknown>;
|
|
11735
|
+
default: any;
|
|
11736
|
+
};
|
|
11737
|
+
brandIconType: {
|
|
11738
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
11739
|
+
default: any;
|
|
11740
|
+
};
|
|
11741
|
+
optionNameKey: {
|
|
11742
|
+
type: import("vue").PropType<string>;
|
|
11743
|
+
default: any;
|
|
11744
|
+
};
|
|
11745
|
+
optionImageKey: {
|
|
11746
|
+
type: import("vue").PropType<string>;
|
|
11747
|
+
default: any;
|
|
11748
|
+
};
|
|
11749
|
+
optionIconKey: {
|
|
11750
|
+
type: import("vue").PropType<string>;
|
|
11751
|
+
default: any;
|
|
11752
|
+
};
|
|
11753
|
+
optionIconType: {
|
|
11754
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
10982
11755
|
default: any;
|
|
10983
11756
|
};
|
|
10984
11757
|
hoverHelpText: {
|
|
@@ -10993,8 +11766,8 @@ declare const _default: {
|
|
|
10993
11766
|
type: import("vue").PropType<string>;
|
|
10994
11767
|
default: string;
|
|
10995
11768
|
};
|
|
10996
|
-
|
|
10997
|
-
type: import("vue").PropType<"
|
|
11769
|
+
feedbackVariant: {
|
|
11770
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
10998
11771
|
default: any;
|
|
10999
11772
|
};
|
|
11000
11773
|
}>> & {
|
|
@@ -11007,20 +11780,26 @@ declare const _default: {
|
|
|
11007
11780
|
testId: string;
|
|
11008
11781
|
loading: boolean;
|
|
11009
11782
|
disabled: boolean;
|
|
11010
|
-
|
|
11011
|
-
options: any;
|
|
11783
|
+
options: unknown[];
|
|
11012
11784
|
singleAppSelection: boolean;
|
|
11013
11785
|
placeholder: string;
|
|
11014
11786
|
open: boolean;
|
|
11015
11787
|
mandatory: boolean;
|
|
11016
|
-
|
|
11788
|
+
multi: boolean;
|
|
11789
|
+
selectedOption: any;
|
|
11790
|
+
brandIconType: "android" | "ios";
|
|
11791
|
+
optionNameKey: string;
|
|
11792
|
+
optionImageKey: string;
|
|
11793
|
+
optionIconKey: string;
|
|
11794
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
11017
11795
|
hoverHelpText: string;
|
|
11018
11796
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
11019
11797
|
feedbackText: string;
|
|
11020
|
-
|
|
11798
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
11021
11799
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11022
11800
|
$slots: {
|
|
11023
|
-
|
|
11801
|
+
image?(_: {}): any;
|
|
11802
|
+
"icon-start"?(_: {}): any;
|
|
11024
11803
|
};
|
|
11025
11804
|
});
|
|
11026
11805
|
IconButtonDropdownTrigger: import("vue").DefineComponent<{
|
|
@@ -11136,106 +11915,7 @@ declare const _default: {
|
|
|
11136
11915
|
displayedValue: any;
|
|
11137
11916
|
feedbackVariant: string;
|
|
11138
11917
|
}>;
|
|
11139
|
-
|
|
11140
|
-
label: {
|
|
11141
|
-
type: import("vue").PropType<string>;
|
|
11142
|
-
required: true;
|
|
11143
|
-
default: string;
|
|
11144
|
-
};
|
|
11145
|
-
testId: {
|
|
11146
|
-
type: import("vue").PropType<string>;
|
|
11147
|
-
default: string;
|
|
11148
|
-
};
|
|
11149
|
-
disabled: {
|
|
11150
|
-
type: import("vue").PropType<boolean>;
|
|
11151
|
-
default: boolean;
|
|
11152
|
-
};
|
|
11153
|
-
options: {
|
|
11154
|
-
type: import("vue").PropType<unknown[]>;
|
|
11155
|
-
required: true;
|
|
11156
|
-
};
|
|
11157
|
-
open: {
|
|
11158
|
-
type: import("vue").PropType<boolean>;
|
|
11159
|
-
required: true;
|
|
11160
|
-
default: boolean;
|
|
11161
|
-
};
|
|
11162
|
-
multi: {
|
|
11163
|
-
type: import("vue").PropType<boolean>;
|
|
11164
|
-
required: true;
|
|
11165
|
-
};
|
|
11166
|
-
displayValue: {
|
|
11167
|
-
type: import("vue").PropType<(option: unknown) => string>;
|
|
11168
|
-
required: true;
|
|
11169
|
-
};
|
|
11170
|
-
displayedValue: {
|
|
11171
|
-
type: import("vue").PropType<any>;
|
|
11172
|
-
required: true;
|
|
11173
|
-
default: string;
|
|
11174
|
-
};
|
|
11175
|
-
selectedOption: {
|
|
11176
|
-
type: import("vue").PropType<unknown>;
|
|
11177
|
-
required: true;
|
|
11178
|
-
};
|
|
11179
|
-
feedbackVariant: {
|
|
11180
|
-
type: import("vue").PropType<string>;
|
|
11181
|
-
default: string;
|
|
11182
|
-
};
|
|
11183
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11184
|
-
clear: () => void;
|
|
11185
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11186
|
-
label: {
|
|
11187
|
-
type: import("vue").PropType<string>;
|
|
11188
|
-
required: true;
|
|
11189
|
-
default: string;
|
|
11190
|
-
};
|
|
11191
|
-
testId: {
|
|
11192
|
-
type: import("vue").PropType<string>;
|
|
11193
|
-
default: string;
|
|
11194
|
-
};
|
|
11195
|
-
disabled: {
|
|
11196
|
-
type: import("vue").PropType<boolean>;
|
|
11197
|
-
default: boolean;
|
|
11198
|
-
};
|
|
11199
|
-
options: {
|
|
11200
|
-
type: import("vue").PropType<unknown[]>;
|
|
11201
|
-
required: true;
|
|
11202
|
-
};
|
|
11203
|
-
open: {
|
|
11204
|
-
type: import("vue").PropType<boolean>;
|
|
11205
|
-
required: true;
|
|
11206
|
-
default: boolean;
|
|
11207
|
-
};
|
|
11208
|
-
multi: {
|
|
11209
|
-
type: import("vue").PropType<boolean>;
|
|
11210
|
-
required: true;
|
|
11211
|
-
};
|
|
11212
|
-
displayValue: {
|
|
11213
|
-
type: import("vue").PropType<(option: unknown) => string>;
|
|
11214
|
-
required: true;
|
|
11215
|
-
};
|
|
11216
|
-
displayedValue: {
|
|
11217
|
-
type: import("vue").PropType<any>;
|
|
11218
|
-
required: true;
|
|
11219
|
-
default: string;
|
|
11220
|
-
};
|
|
11221
|
-
selectedOption: {
|
|
11222
|
-
type: import("vue").PropType<unknown>;
|
|
11223
|
-
required: true;
|
|
11224
|
-
};
|
|
11225
|
-
feedbackVariant: {
|
|
11226
|
-
type: import("vue").PropType<string>;
|
|
11227
|
-
default: string;
|
|
11228
|
-
};
|
|
11229
|
-
}>> & {
|
|
11230
|
-
onClear?: () => any;
|
|
11231
|
-
}, {
|
|
11232
|
-
label: string;
|
|
11233
|
-
testId: string;
|
|
11234
|
-
disabled: boolean;
|
|
11235
|
-
open: boolean;
|
|
11236
|
-
displayedValue: any;
|
|
11237
|
-
feedbackVariant: string;
|
|
11238
|
-
}> | ({
|
|
11918
|
+
AppDropdownTrigger: {
|
|
11239
11919
|
new (...args: any[]): {
|
|
11240
11920
|
$: import("vue").ComponentInternalInstance;
|
|
11241
11921
|
$data: {};
|
|
@@ -11245,17 +11925,19 @@ declare const _default: {
|
|
|
11245
11925
|
testId: string;
|
|
11246
11926
|
loading: boolean;
|
|
11247
11927
|
disabled: boolean;
|
|
11248
|
-
|
|
11249
|
-
options: any;
|
|
11928
|
+
options: unknown[];
|
|
11250
11929
|
singleAppSelection: boolean;
|
|
11251
11930
|
placeholder: string;
|
|
11252
11931
|
open: boolean;
|
|
11253
11932
|
mandatory: boolean;
|
|
11254
|
-
|
|
11255
|
-
|
|
11256
|
-
|
|
11257
|
-
feedbackText: string;
|
|
11933
|
+
multi: boolean;
|
|
11934
|
+
valueToCopy: string;
|
|
11935
|
+
selectedOption: any;
|
|
11258
11936
|
brandIconType: "android" | "ios";
|
|
11937
|
+
optionNameKey: string;
|
|
11938
|
+
optionImageKey: string;
|
|
11939
|
+
optionIconKey: string;
|
|
11940
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
11259
11941
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11260
11942
|
label: {
|
|
11261
11943
|
type: import("vue").PropType<string>;
|
|
@@ -11278,12 +11960,8 @@ declare const _default: {
|
|
|
11278
11960
|
type: import("vue").PropType<boolean>;
|
|
11279
11961
|
default: boolean;
|
|
11280
11962
|
};
|
|
11281
|
-
selected: {
|
|
11282
|
-
type: import("vue").PropType<unknown>;
|
|
11283
|
-
default: any;
|
|
11284
|
-
};
|
|
11285
11963
|
options: {
|
|
11286
|
-
type: import("vue").PropType<unknown>;
|
|
11964
|
+
type: import("vue").PropType<unknown[]>;
|
|
11287
11965
|
default: any;
|
|
11288
11966
|
};
|
|
11289
11967
|
singleAppSelection: {
|
|
@@ -11303,29 +11981,45 @@ declare const _default: {
|
|
|
11303
11981
|
type: import("vue").PropType<boolean>;
|
|
11304
11982
|
default: boolean;
|
|
11305
11983
|
};
|
|
11306
|
-
|
|
11307
|
-
type: import("vue").PropType<
|
|
11984
|
+
multi: {
|
|
11985
|
+
type: import("vue").PropType<boolean>;
|
|
11986
|
+
default: boolean;
|
|
11987
|
+
};
|
|
11988
|
+
displayValue: {
|
|
11989
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
11990
|
+
required: true;
|
|
11991
|
+
};
|
|
11992
|
+
valueToCopy: {
|
|
11993
|
+
type: import("vue").PropType<string>;
|
|
11308
11994
|
default: any;
|
|
11309
11995
|
};
|
|
11310
|
-
|
|
11996
|
+
selectedOption: {
|
|
11997
|
+
type: import("vue").PropType<unknown>;
|
|
11998
|
+
default: any;
|
|
11999
|
+
};
|
|
12000
|
+
brandIconType: {
|
|
12001
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
12002
|
+
default: any;
|
|
12003
|
+
};
|
|
12004
|
+
optionNameKey: {
|
|
11311
12005
|
type: import("vue").PropType<string>;
|
|
11312
|
-
default:
|
|
12006
|
+
default: any;
|
|
11313
12007
|
};
|
|
11314
|
-
|
|
11315
|
-
type: import("vue").PropType<
|
|
11316
|
-
default:
|
|
12008
|
+
optionImageKey: {
|
|
12009
|
+
type: import("vue").PropType<string>;
|
|
12010
|
+
default: any;
|
|
11317
12011
|
};
|
|
11318
|
-
|
|
12012
|
+
optionIconKey: {
|
|
11319
12013
|
type: import("vue").PropType<string>;
|
|
11320
|
-
default:
|
|
12014
|
+
default: any;
|
|
11321
12015
|
};
|
|
11322
|
-
|
|
11323
|
-
type: import("vue").PropType<"
|
|
12016
|
+
optionIconType: {
|
|
12017
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
11324
12018
|
default: any;
|
|
11325
12019
|
};
|
|
11326
12020
|
}>> & {
|
|
11327
12021
|
onClick?: () => any;
|
|
11328
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "size" | "testId" | "loading" | "disabled" | "
|
|
12022
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "size" | "testId" | "loading" | "disabled" | "options" | "singleAppSelection" | "placeholder" | "open" | "mandatory" | "multi" | "valueToCopy" | "selectedOption" | "brandIconType" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType">;
|
|
11329
12023
|
$attrs: {
|
|
11330
12024
|
[x: string]: unknown;
|
|
11331
12025
|
};
|
|
@@ -11361,12 +12055,8 @@ declare const _default: {
|
|
|
11361
12055
|
type: import("vue").PropType<boolean>;
|
|
11362
12056
|
default: boolean;
|
|
11363
12057
|
};
|
|
11364
|
-
selected: {
|
|
11365
|
-
type: import("vue").PropType<unknown>;
|
|
11366
|
-
default: any;
|
|
11367
|
-
};
|
|
11368
12058
|
options: {
|
|
11369
|
-
type: import("vue").PropType<unknown>;
|
|
12059
|
+
type: import("vue").PropType<unknown[]>;
|
|
11370
12060
|
default: any;
|
|
11371
12061
|
};
|
|
11372
12062
|
singleAppSelection: {
|
|
@@ -11386,24 +12076,40 @@ declare const _default: {
|
|
|
11386
12076
|
type: import("vue").PropType<boolean>;
|
|
11387
12077
|
default: boolean;
|
|
11388
12078
|
};
|
|
11389
|
-
|
|
11390
|
-
type: import("vue").PropType<
|
|
12079
|
+
multi: {
|
|
12080
|
+
type: import("vue").PropType<boolean>;
|
|
12081
|
+
default: boolean;
|
|
12082
|
+
};
|
|
12083
|
+
displayValue: {
|
|
12084
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
12085
|
+
required: true;
|
|
12086
|
+
};
|
|
12087
|
+
valueToCopy: {
|
|
12088
|
+
type: import("vue").PropType<string>;
|
|
11391
12089
|
default: any;
|
|
11392
12090
|
};
|
|
11393
|
-
|
|
12091
|
+
selectedOption: {
|
|
12092
|
+
type: import("vue").PropType<unknown>;
|
|
12093
|
+
default: any;
|
|
12094
|
+
};
|
|
12095
|
+
brandIconType: {
|
|
12096
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
12097
|
+
default: any;
|
|
12098
|
+
};
|
|
12099
|
+
optionNameKey: {
|
|
11394
12100
|
type: import("vue").PropType<string>;
|
|
11395
|
-
default:
|
|
12101
|
+
default: any;
|
|
11396
12102
|
};
|
|
11397
|
-
|
|
11398
|
-
type: import("vue").PropType<
|
|
11399
|
-
default:
|
|
12103
|
+
optionImageKey: {
|
|
12104
|
+
type: import("vue").PropType<string>;
|
|
12105
|
+
default: any;
|
|
11400
12106
|
};
|
|
11401
|
-
|
|
12107
|
+
optionIconKey: {
|
|
11402
12108
|
type: import("vue").PropType<string>;
|
|
11403
|
-
default:
|
|
12109
|
+
default: any;
|
|
11404
12110
|
};
|
|
11405
|
-
|
|
11406
|
-
type: import("vue").PropType<"
|
|
12111
|
+
optionIconType: {
|
|
12112
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
11407
12113
|
default: any;
|
|
11408
12114
|
};
|
|
11409
12115
|
}>> & {
|
|
@@ -11416,17 +12122,19 @@ declare const _default: {
|
|
|
11416
12122
|
testId: string;
|
|
11417
12123
|
loading: boolean;
|
|
11418
12124
|
disabled: boolean;
|
|
11419
|
-
|
|
11420
|
-
options: any;
|
|
12125
|
+
options: unknown[];
|
|
11421
12126
|
singleAppSelection: boolean;
|
|
11422
12127
|
placeholder: string;
|
|
11423
12128
|
open: boolean;
|
|
11424
12129
|
mandatory: boolean;
|
|
11425
|
-
|
|
11426
|
-
|
|
11427
|
-
|
|
11428
|
-
feedbackText: string;
|
|
12130
|
+
multi: boolean;
|
|
12131
|
+
valueToCopy: string;
|
|
12132
|
+
selectedOption: any;
|
|
11429
12133
|
brandIconType: "android" | "ios";
|
|
12134
|
+
optionNameKey: string;
|
|
12135
|
+
optionImageKey: string;
|
|
12136
|
+
optionIconKey: string;
|
|
12137
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
11430
12138
|
}, {}, string> & {
|
|
11431
12139
|
beforeCreate?: (() => void) | (() => void)[];
|
|
11432
12140
|
created?: (() => void) | (() => void)[];
|
|
@@ -11469,33 +12177,1051 @@ declare const _default: {
|
|
|
11469
12177
|
type: import("vue").PropType<boolean>;
|
|
11470
12178
|
default: boolean;
|
|
11471
12179
|
};
|
|
11472
|
-
selected: {
|
|
11473
|
-
type: import("vue").PropType<unknown>;
|
|
11474
|
-
default: any;
|
|
11475
|
-
};
|
|
11476
12180
|
options: {
|
|
11477
|
-
type: import("vue").PropType<unknown>;
|
|
12181
|
+
type: import("vue").PropType<unknown[]>;
|
|
11478
12182
|
default: any;
|
|
11479
12183
|
};
|
|
11480
12184
|
singleAppSelection: {
|
|
11481
12185
|
type: import("vue").PropType<boolean>;
|
|
11482
12186
|
default: boolean;
|
|
11483
12187
|
};
|
|
11484
|
-
placeholder: {
|
|
12188
|
+
placeholder: {
|
|
12189
|
+
type: import("vue").PropType<string>;
|
|
12190
|
+
default: string;
|
|
12191
|
+
};
|
|
12192
|
+
open: {
|
|
12193
|
+
type: import("vue").PropType<boolean>;
|
|
12194
|
+
required: true;
|
|
12195
|
+
default: boolean;
|
|
12196
|
+
};
|
|
12197
|
+
mandatory: {
|
|
12198
|
+
type: import("vue").PropType<boolean>;
|
|
12199
|
+
default: boolean;
|
|
12200
|
+
};
|
|
12201
|
+
multi: {
|
|
12202
|
+
type: import("vue").PropType<boolean>;
|
|
12203
|
+
default: boolean;
|
|
12204
|
+
};
|
|
12205
|
+
displayValue: {
|
|
12206
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
12207
|
+
required: true;
|
|
12208
|
+
};
|
|
12209
|
+
valueToCopy: {
|
|
12210
|
+
type: import("vue").PropType<string>;
|
|
12211
|
+
default: any;
|
|
12212
|
+
};
|
|
12213
|
+
selectedOption: {
|
|
12214
|
+
type: import("vue").PropType<unknown>;
|
|
12215
|
+
default: any;
|
|
12216
|
+
};
|
|
12217
|
+
brandIconType: {
|
|
12218
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
12219
|
+
default: any;
|
|
12220
|
+
};
|
|
12221
|
+
optionNameKey: {
|
|
12222
|
+
type: import("vue").PropType<string>;
|
|
12223
|
+
default: any;
|
|
12224
|
+
};
|
|
12225
|
+
optionImageKey: {
|
|
12226
|
+
type: import("vue").PropType<string>;
|
|
12227
|
+
default: any;
|
|
12228
|
+
};
|
|
12229
|
+
optionIconKey: {
|
|
12230
|
+
type: import("vue").PropType<string>;
|
|
12231
|
+
default: any;
|
|
12232
|
+
};
|
|
12233
|
+
optionIconType: {
|
|
12234
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
12235
|
+
default: any;
|
|
12236
|
+
};
|
|
12237
|
+
}>> & {
|
|
12238
|
+
onClick?: () => any;
|
|
12239
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
12240
|
+
__isFragment?: never;
|
|
12241
|
+
__isTeleport?: never;
|
|
12242
|
+
__isSuspense?: never;
|
|
12243
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
12244
|
+
label: {
|
|
12245
|
+
type: import("vue").PropType<string>;
|
|
12246
|
+
required: true;
|
|
12247
|
+
default: string;
|
|
12248
|
+
};
|
|
12249
|
+
size: {
|
|
12250
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
12251
|
+
default: string;
|
|
12252
|
+
};
|
|
12253
|
+
testId: {
|
|
12254
|
+
type: import("vue").PropType<string>;
|
|
12255
|
+
default: string;
|
|
12256
|
+
};
|
|
12257
|
+
loading: {
|
|
12258
|
+
type: import("vue").PropType<boolean>;
|
|
12259
|
+
default: boolean;
|
|
12260
|
+
};
|
|
12261
|
+
disabled: {
|
|
12262
|
+
type: import("vue").PropType<boolean>;
|
|
12263
|
+
default: boolean;
|
|
12264
|
+
};
|
|
12265
|
+
options: {
|
|
12266
|
+
type: import("vue").PropType<unknown[]>;
|
|
12267
|
+
default: any;
|
|
12268
|
+
};
|
|
12269
|
+
singleAppSelection: {
|
|
12270
|
+
type: import("vue").PropType<boolean>;
|
|
12271
|
+
default: boolean;
|
|
12272
|
+
};
|
|
12273
|
+
placeholder: {
|
|
12274
|
+
type: import("vue").PropType<string>;
|
|
12275
|
+
default: string;
|
|
12276
|
+
};
|
|
12277
|
+
open: {
|
|
12278
|
+
type: import("vue").PropType<boolean>;
|
|
12279
|
+
required: true;
|
|
12280
|
+
default: boolean;
|
|
12281
|
+
};
|
|
12282
|
+
mandatory: {
|
|
12283
|
+
type: import("vue").PropType<boolean>;
|
|
12284
|
+
default: boolean;
|
|
12285
|
+
};
|
|
12286
|
+
multi: {
|
|
12287
|
+
type: import("vue").PropType<boolean>;
|
|
12288
|
+
default: boolean;
|
|
12289
|
+
};
|
|
12290
|
+
displayValue: {
|
|
12291
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
12292
|
+
required: true;
|
|
12293
|
+
};
|
|
12294
|
+
valueToCopy: {
|
|
12295
|
+
type: import("vue").PropType<string>;
|
|
12296
|
+
default: any;
|
|
12297
|
+
};
|
|
12298
|
+
selectedOption: {
|
|
12299
|
+
type: import("vue").PropType<unknown>;
|
|
12300
|
+
default: any;
|
|
12301
|
+
};
|
|
12302
|
+
brandIconType: {
|
|
12303
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
12304
|
+
default: any;
|
|
12305
|
+
};
|
|
12306
|
+
optionNameKey: {
|
|
12307
|
+
type: import("vue").PropType<string>;
|
|
12308
|
+
default: any;
|
|
12309
|
+
};
|
|
12310
|
+
optionImageKey: {
|
|
12311
|
+
type: import("vue").PropType<string>;
|
|
12312
|
+
default: any;
|
|
12313
|
+
};
|
|
12314
|
+
optionIconKey: {
|
|
12315
|
+
type: import("vue").PropType<string>;
|
|
12316
|
+
default: any;
|
|
12317
|
+
};
|
|
12318
|
+
optionIconType: {
|
|
12319
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
12320
|
+
default: any;
|
|
12321
|
+
};
|
|
12322
|
+
}>> & {
|
|
12323
|
+
onClick?: () => any;
|
|
12324
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12325
|
+
click: () => void;
|
|
12326
|
+
}, string, {
|
|
12327
|
+
label: string;
|
|
12328
|
+
size: "small" | "medium" | "large";
|
|
12329
|
+
testId: string;
|
|
12330
|
+
loading: boolean;
|
|
12331
|
+
disabled: boolean;
|
|
12332
|
+
options: unknown[];
|
|
12333
|
+
singleAppSelection: boolean;
|
|
12334
|
+
placeholder: string;
|
|
12335
|
+
open: boolean;
|
|
12336
|
+
mandatory: boolean;
|
|
12337
|
+
multi: boolean;
|
|
12338
|
+
valueToCopy: string;
|
|
12339
|
+
selectedOption: any;
|
|
12340
|
+
brandIconType: "android" | "ios";
|
|
12341
|
+
optionNameKey: string;
|
|
12342
|
+
optionImageKey: string;
|
|
12343
|
+
optionIconKey: string;
|
|
12344
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
12345
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
12346
|
+
$slots: {
|
|
12347
|
+
image?(_: {}): any;
|
|
12348
|
+
"icon-start"?(_: {}): any;
|
|
12349
|
+
};
|
|
12350
|
+
});
|
|
12351
|
+
DropdownTypes: () => (({
|
|
12352
|
+
new (...args: any[]): {
|
|
12353
|
+
$: import("vue").ComponentInternalInstance;
|
|
12354
|
+
$data: {};
|
|
12355
|
+
$props: Partial<{
|
|
12356
|
+
label: string;
|
|
12357
|
+
size: "small" | "medium" | "large";
|
|
12358
|
+
testId: string;
|
|
12359
|
+
loading: boolean;
|
|
12360
|
+
disabled: boolean;
|
|
12361
|
+
options: unknown[];
|
|
12362
|
+
singleAppSelection: boolean;
|
|
12363
|
+
placeholder: string;
|
|
12364
|
+
open: boolean;
|
|
12365
|
+
mandatory: boolean;
|
|
12366
|
+
multi: boolean;
|
|
12367
|
+
valueToCopy: string;
|
|
12368
|
+
selectedOption: any;
|
|
12369
|
+
brandIconType: "android" | "ios";
|
|
12370
|
+
optionNameKey: string;
|
|
12371
|
+
optionImageKey: string;
|
|
12372
|
+
optionIconKey: string;
|
|
12373
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
12374
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12375
|
+
label: {
|
|
12376
|
+
type: import("vue").PropType<string>;
|
|
12377
|
+
required: true;
|
|
12378
|
+
default: string;
|
|
12379
|
+
};
|
|
12380
|
+
size: {
|
|
12381
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
12382
|
+
default: string;
|
|
12383
|
+
};
|
|
12384
|
+
testId: {
|
|
12385
|
+
type: import("vue").PropType<string>;
|
|
12386
|
+
default: string;
|
|
12387
|
+
};
|
|
12388
|
+
loading: {
|
|
12389
|
+
type: import("vue").PropType<boolean>;
|
|
12390
|
+
default: boolean;
|
|
12391
|
+
};
|
|
12392
|
+
disabled: {
|
|
12393
|
+
type: import("vue").PropType<boolean>;
|
|
12394
|
+
default: boolean;
|
|
12395
|
+
};
|
|
12396
|
+
options: {
|
|
12397
|
+
type: import("vue").PropType<unknown[]>;
|
|
12398
|
+
default: any;
|
|
12399
|
+
};
|
|
12400
|
+
singleAppSelection: {
|
|
12401
|
+
type: import("vue").PropType<boolean>;
|
|
12402
|
+
default: boolean;
|
|
12403
|
+
};
|
|
12404
|
+
placeholder: {
|
|
12405
|
+
type: import("vue").PropType<string>;
|
|
12406
|
+
default: string;
|
|
12407
|
+
};
|
|
12408
|
+
open: {
|
|
12409
|
+
type: import("vue").PropType<boolean>;
|
|
12410
|
+
required: true;
|
|
12411
|
+
default: boolean;
|
|
12412
|
+
};
|
|
12413
|
+
mandatory: {
|
|
12414
|
+
type: import("vue").PropType<boolean>;
|
|
12415
|
+
default: boolean;
|
|
12416
|
+
};
|
|
12417
|
+
multi: {
|
|
12418
|
+
type: import("vue").PropType<boolean>;
|
|
12419
|
+
default: boolean;
|
|
12420
|
+
};
|
|
12421
|
+
displayValue: {
|
|
12422
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
12423
|
+
required: true;
|
|
12424
|
+
};
|
|
12425
|
+
valueToCopy: {
|
|
12426
|
+
type: import("vue").PropType<string>;
|
|
12427
|
+
default: any;
|
|
12428
|
+
};
|
|
12429
|
+
selectedOption: {
|
|
12430
|
+
type: import("vue").PropType<unknown>;
|
|
12431
|
+
default: any;
|
|
12432
|
+
};
|
|
12433
|
+
brandIconType: {
|
|
12434
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
12435
|
+
default: any;
|
|
12436
|
+
};
|
|
12437
|
+
optionNameKey: {
|
|
12438
|
+
type: import("vue").PropType<string>;
|
|
12439
|
+
default: any;
|
|
12440
|
+
};
|
|
12441
|
+
optionImageKey: {
|
|
12442
|
+
type: import("vue").PropType<string>;
|
|
12443
|
+
default: any;
|
|
12444
|
+
};
|
|
12445
|
+
optionIconKey: {
|
|
12446
|
+
type: import("vue").PropType<string>;
|
|
12447
|
+
default: any;
|
|
12448
|
+
};
|
|
12449
|
+
optionIconType: {
|
|
12450
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
12451
|
+
default: any;
|
|
12452
|
+
};
|
|
12453
|
+
}>> & {
|
|
12454
|
+
onClick?: () => any;
|
|
12455
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "size" | "testId" | "loading" | "disabled" | "options" | "singleAppSelection" | "placeholder" | "open" | "mandatory" | "multi" | "valueToCopy" | "selectedOption" | "brandIconType" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType">;
|
|
12456
|
+
$attrs: {
|
|
12457
|
+
[x: string]: unknown;
|
|
12458
|
+
};
|
|
12459
|
+
$refs: {
|
|
12460
|
+
[x: string]: unknown;
|
|
12461
|
+
};
|
|
12462
|
+
$slots: Readonly<{
|
|
12463
|
+
[name: string]: import("vue").Slot;
|
|
12464
|
+
}>;
|
|
12465
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
12466
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
12467
|
+
$emit: (event: "click") => void;
|
|
12468
|
+
$el: any;
|
|
12469
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
12470
|
+
label: {
|
|
12471
|
+
type: import("vue").PropType<string>;
|
|
12472
|
+
required: true;
|
|
12473
|
+
default: string;
|
|
12474
|
+
};
|
|
12475
|
+
size: {
|
|
12476
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
12477
|
+
default: string;
|
|
12478
|
+
};
|
|
12479
|
+
testId: {
|
|
12480
|
+
type: import("vue").PropType<string>;
|
|
12481
|
+
default: string;
|
|
12482
|
+
};
|
|
12483
|
+
loading: {
|
|
12484
|
+
type: import("vue").PropType<boolean>;
|
|
12485
|
+
default: boolean;
|
|
12486
|
+
};
|
|
12487
|
+
disabled: {
|
|
12488
|
+
type: import("vue").PropType<boolean>;
|
|
12489
|
+
default: boolean;
|
|
12490
|
+
};
|
|
12491
|
+
options: {
|
|
12492
|
+
type: import("vue").PropType<unknown[]>;
|
|
12493
|
+
default: any;
|
|
12494
|
+
};
|
|
12495
|
+
singleAppSelection: {
|
|
12496
|
+
type: import("vue").PropType<boolean>;
|
|
12497
|
+
default: boolean;
|
|
12498
|
+
};
|
|
12499
|
+
placeholder: {
|
|
12500
|
+
type: import("vue").PropType<string>;
|
|
12501
|
+
default: string;
|
|
12502
|
+
};
|
|
12503
|
+
open: {
|
|
12504
|
+
type: import("vue").PropType<boolean>;
|
|
12505
|
+
required: true;
|
|
12506
|
+
default: boolean;
|
|
12507
|
+
};
|
|
12508
|
+
mandatory: {
|
|
12509
|
+
type: import("vue").PropType<boolean>;
|
|
12510
|
+
default: boolean;
|
|
12511
|
+
};
|
|
12512
|
+
multi: {
|
|
12513
|
+
type: import("vue").PropType<boolean>;
|
|
12514
|
+
default: boolean;
|
|
12515
|
+
};
|
|
12516
|
+
displayValue: {
|
|
12517
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
12518
|
+
required: true;
|
|
12519
|
+
};
|
|
12520
|
+
valueToCopy: {
|
|
12521
|
+
type: import("vue").PropType<string>;
|
|
12522
|
+
default: any;
|
|
12523
|
+
};
|
|
12524
|
+
selectedOption: {
|
|
12525
|
+
type: import("vue").PropType<unknown>;
|
|
12526
|
+
default: any;
|
|
12527
|
+
};
|
|
12528
|
+
brandIconType: {
|
|
12529
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
12530
|
+
default: any;
|
|
12531
|
+
};
|
|
12532
|
+
optionNameKey: {
|
|
12533
|
+
type: import("vue").PropType<string>;
|
|
12534
|
+
default: any;
|
|
12535
|
+
};
|
|
12536
|
+
optionImageKey: {
|
|
12537
|
+
type: import("vue").PropType<string>;
|
|
12538
|
+
default: any;
|
|
12539
|
+
};
|
|
12540
|
+
optionIconKey: {
|
|
12541
|
+
type: import("vue").PropType<string>;
|
|
12542
|
+
default: any;
|
|
12543
|
+
};
|
|
12544
|
+
optionIconType: {
|
|
12545
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
12546
|
+
default: any;
|
|
12547
|
+
};
|
|
12548
|
+
}>> & {
|
|
12549
|
+
onClick?: () => any;
|
|
12550
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12551
|
+
click: () => void;
|
|
12552
|
+
}, string, {
|
|
12553
|
+
label: string;
|
|
12554
|
+
size: "small" | "medium" | "large";
|
|
12555
|
+
testId: string;
|
|
12556
|
+
loading: boolean;
|
|
12557
|
+
disabled: boolean;
|
|
12558
|
+
options: unknown[];
|
|
12559
|
+
singleAppSelection: boolean;
|
|
12560
|
+
placeholder: string;
|
|
12561
|
+
open: boolean;
|
|
12562
|
+
mandatory: boolean;
|
|
12563
|
+
multi: boolean;
|
|
12564
|
+
valueToCopy: string;
|
|
12565
|
+
selectedOption: any;
|
|
12566
|
+
brandIconType: "android" | "ios";
|
|
12567
|
+
optionNameKey: string;
|
|
12568
|
+
optionImageKey: string;
|
|
12569
|
+
optionIconKey: string;
|
|
12570
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
12571
|
+
}, {}, string> & {
|
|
12572
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
12573
|
+
created?: (() => void) | (() => void)[];
|
|
12574
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
12575
|
+
mounted?: (() => void) | (() => void)[];
|
|
12576
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
12577
|
+
updated?: (() => void) | (() => void)[];
|
|
12578
|
+
activated?: (() => void) | (() => void)[];
|
|
12579
|
+
deactivated?: (() => void) | (() => void)[];
|
|
12580
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
12581
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
12582
|
+
destroyed?: (() => void) | (() => void)[];
|
|
12583
|
+
unmounted?: (() => void) | (() => void)[];
|
|
12584
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
12585
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
12586
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
12587
|
+
};
|
|
12588
|
+
$forceUpdate: () => void;
|
|
12589
|
+
$nextTick: typeof import("vue").nextTick;
|
|
12590
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
12591
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
12592
|
+
label: {
|
|
12593
|
+
type: import("vue").PropType<string>;
|
|
12594
|
+
required: true;
|
|
12595
|
+
default: string;
|
|
12596
|
+
};
|
|
12597
|
+
size: {
|
|
12598
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
12599
|
+
default: string;
|
|
12600
|
+
};
|
|
12601
|
+
testId: {
|
|
12602
|
+
type: import("vue").PropType<string>;
|
|
12603
|
+
default: string;
|
|
12604
|
+
};
|
|
12605
|
+
loading: {
|
|
12606
|
+
type: import("vue").PropType<boolean>;
|
|
12607
|
+
default: boolean;
|
|
12608
|
+
};
|
|
12609
|
+
disabled: {
|
|
12610
|
+
type: import("vue").PropType<boolean>;
|
|
12611
|
+
default: boolean;
|
|
12612
|
+
};
|
|
12613
|
+
options: {
|
|
12614
|
+
type: import("vue").PropType<unknown[]>;
|
|
12615
|
+
default: any;
|
|
12616
|
+
};
|
|
12617
|
+
singleAppSelection: {
|
|
12618
|
+
type: import("vue").PropType<boolean>;
|
|
12619
|
+
default: boolean;
|
|
12620
|
+
};
|
|
12621
|
+
placeholder: {
|
|
12622
|
+
type: import("vue").PropType<string>;
|
|
12623
|
+
default: string;
|
|
12624
|
+
};
|
|
12625
|
+
open: {
|
|
12626
|
+
type: import("vue").PropType<boolean>;
|
|
12627
|
+
required: true;
|
|
12628
|
+
default: boolean;
|
|
12629
|
+
};
|
|
12630
|
+
mandatory: {
|
|
12631
|
+
type: import("vue").PropType<boolean>;
|
|
12632
|
+
default: boolean;
|
|
12633
|
+
};
|
|
12634
|
+
multi: {
|
|
12635
|
+
type: import("vue").PropType<boolean>;
|
|
12636
|
+
default: boolean;
|
|
12637
|
+
};
|
|
12638
|
+
displayValue: {
|
|
12639
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
12640
|
+
required: true;
|
|
12641
|
+
};
|
|
12642
|
+
valueToCopy: {
|
|
12643
|
+
type: import("vue").PropType<string>;
|
|
12644
|
+
default: any;
|
|
12645
|
+
};
|
|
12646
|
+
selectedOption: {
|
|
12647
|
+
type: import("vue").PropType<unknown>;
|
|
12648
|
+
default: any;
|
|
12649
|
+
};
|
|
12650
|
+
brandIconType: {
|
|
12651
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
12652
|
+
default: any;
|
|
12653
|
+
};
|
|
12654
|
+
optionNameKey: {
|
|
12655
|
+
type: import("vue").PropType<string>;
|
|
12656
|
+
default: any;
|
|
12657
|
+
};
|
|
12658
|
+
optionImageKey: {
|
|
12659
|
+
type: import("vue").PropType<string>;
|
|
12660
|
+
default: any;
|
|
12661
|
+
};
|
|
12662
|
+
optionIconKey: {
|
|
12663
|
+
type: import("vue").PropType<string>;
|
|
12664
|
+
default: any;
|
|
12665
|
+
};
|
|
12666
|
+
optionIconType: {
|
|
12667
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
12668
|
+
default: any;
|
|
12669
|
+
};
|
|
12670
|
+
}>> & {
|
|
12671
|
+
onClick?: () => any;
|
|
12672
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
12673
|
+
__isFragment?: never;
|
|
12674
|
+
__isTeleport?: never;
|
|
12675
|
+
__isSuspense?: never;
|
|
12676
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
12677
|
+
label: {
|
|
12678
|
+
type: import("vue").PropType<string>;
|
|
12679
|
+
required: true;
|
|
12680
|
+
default: string;
|
|
12681
|
+
};
|
|
12682
|
+
size: {
|
|
12683
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
12684
|
+
default: string;
|
|
12685
|
+
};
|
|
12686
|
+
testId: {
|
|
12687
|
+
type: import("vue").PropType<string>;
|
|
12688
|
+
default: string;
|
|
12689
|
+
};
|
|
12690
|
+
loading: {
|
|
12691
|
+
type: import("vue").PropType<boolean>;
|
|
12692
|
+
default: boolean;
|
|
12693
|
+
};
|
|
12694
|
+
disabled: {
|
|
12695
|
+
type: import("vue").PropType<boolean>;
|
|
12696
|
+
default: boolean;
|
|
12697
|
+
};
|
|
12698
|
+
options: {
|
|
12699
|
+
type: import("vue").PropType<unknown[]>;
|
|
12700
|
+
default: any;
|
|
12701
|
+
};
|
|
12702
|
+
singleAppSelection: {
|
|
12703
|
+
type: import("vue").PropType<boolean>;
|
|
12704
|
+
default: boolean;
|
|
12705
|
+
};
|
|
12706
|
+
placeholder: {
|
|
12707
|
+
type: import("vue").PropType<string>;
|
|
12708
|
+
default: string;
|
|
12709
|
+
};
|
|
12710
|
+
open: {
|
|
12711
|
+
type: import("vue").PropType<boolean>;
|
|
12712
|
+
required: true;
|
|
12713
|
+
default: boolean;
|
|
12714
|
+
};
|
|
12715
|
+
mandatory: {
|
|
12716
|
+
type: import("vue").PropType<boolean>;
|
|
12717
|
+
default: boolean;
|
|
12718
|
+
};
|
|
12719
|
+
multi: {
|
|
12720
|
+
type: import("vue").PropType<boolean>;
|
|
12721
|
+
default: boolean;
|
|
12722
|
+
};
|
|
12723
|
+
displayValue: {
|
|
12724
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
12725
|
+
required: true;
|
|
12726
|
+
};
|
|
12727
|
+
valueToCopy: {
|
|
12728
|
+
type: import("vue").PropType<string>;
|
|
12729
|
+
default: any;
|
|
12730
|
+
};
|
|
12731
|
+
selectedOption: {
|
|
12732
|
+
type: import("vue").PropType<unknown>;
|
|
12733
|
+
default: any;
|
|
12734
|
+
};
|
|
12735
|
+
brandIconType: {
|
|
12736
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
12737
|
+
default: any;
|
|
12738
|
+
};
|
|
12739
|
+
optionNameKey: {
|
|
12740
|
+
type: import("vue").PropType<string>;
|
|
12741
|
+
default: any;
|
|
12742
|
+
};
|
|
12743
|
+
optionImageKey: {
|
|
12744
|
+
type: import("vue").PropType<string>;
|
|
12745
|
+
default: any;
|
|
12746
|
+
};
|
|
12747
|
+
optionIconKey: {
|
|
12748
|
+
type: import("vue").PropType<string>;
|
|
12749
|
+
default: any;
|
|
12750
|
+
};
|
|
12751
|
+
optionIconType: {
|
|
12752
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
12753
|
+
default: any;
|
|
12754
|
+
};
|
|
12755
|
+
}>> & {
|
|
12756
|
+
onClick?: () => any;
|
|
12757
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12758
|
+
click: () => void;
|
|
12759
|
+
}, string, {
|
|
12760
|
+
label: string;
|
|
12761
|
+
size: "small" | "medium" | "large";
|
|
12762
|
+
testId: string;
|
|
12763
|
+
loading: boolean;
|
|
12764
|
+
disabled: boolean;
|
|
12765
|
+
options: unknown[];
|
|
12766
|
+
singleAppSelection: boolean;
|
|
12767
|
+
placeholder: string;
|
|
12768
|
+
open: boolean;
|
|
12769
|
+
mandatory: boolean;
|
|
12770
|
+
multi: boolean;
|
|
12771
|
+
valueToCopy: string;
|
|
12772
|
+
selectedOption: any;
|
|
12773
|
+
brandIconType: "android" | "ios";
|
|
12774
|
+
optionNameKey: string;
|
|
12775
|
+
optionImageKey: string;
|
|
12776
|
+
optionIconKey: string;
|
|
12777
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
12778
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
12779
|
+
$slots: {
|
|
12780
|
+
image?(_: {}): any;
|
|
12781
|
+
"icon-start"?(_: {}): any;
|
|
12782
|
+
};
|
|
12783
|
+
})) | import("vue").DefineComponent<{
|
|
12784
|
+
label: {
|
|
12785
|
+
type: import("vue").PropType<string>;
|
|
12786
|
+
required: true;
|
|
12787
|
+
default: string;
|
|
12788
|
+
};
|
|
12789
|
+
testId: {
|
|
12790
|
+
type: import("vue").PropType<string>;
|
|
12791
|
+
default: string;
|
|
12792
|
+
};
|
|
12793
|
+
disabled: {
|
|
12794
|
+
type: import("vue").PropType<boolean>;
|
|
12795
|
+
default: boolean;
|
|
12796
|
+
};
|
|
12797
|
+
options: {
|
|
12798
|
+
type: import("vue").PropType<unknown[]>;
|
|
12799
|
+
required: true;
|
|
12800
|
+
};
|
|
12801
|
+
open: {
|
|
12802
|
+
type: import("vue").PropType<boolean>;
|
|
12803
|
+
required: true;
|
|
12804
|
+
default: boolean;
|
|
12805
|
+
};
|
|
12806
|
+
multi: {
|
|
12807
|
+
type: import("vue").PropType<boolean>;
|
|
12808
|
+
required: true;
|
|
12809
|
+
};
|
|
12810
|
+
displayValue: {
|
|
12811
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
12812
|
+
required: true;
|
|
12813
|
+
};
|
|
12814
|
+
displayedValue: {
|
|
12815
|
+
type: import("vue").PropType<any>;
|
|
12816
|
+
required: true;
|
|
12817
|
+
default: string;
|
|
12818
|
+
};
|
|
12819
|
+
selectedOption: {
|
|
12820
|
+
type: import("vue").PropType<unknown>;
|
|
12821
|
+
required: true;
|
|
12822
|
+
};
|
|
12823
|
+
feedbackVariant: {
|
|
12824
|
+
type: import("vue").PropType<string>;
|
|
12825
|
+
default: string;
|
|
12826
|
+
};
|
|
12827
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12828
|
+
clear: () => void;
|
|
12829
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12830
|
+
label: {
|
|
12831
|
+
type: import("vue").PropType<string>;
|
|
12832
|
+
required: true;
|
|
12833
|
+
default: string;
|
|
12834
|
+
};
|
|
12835
|
+
testId: {
|
|
12836
|
+
type: import("vue").PropType<string>;
|
|
12837
|
+
default: string;
|
|
12838
|
+
};
|
|
12839
|
+
disabled: {
|
|
12840
|
+
type: import("vue").PropType<boolean>;
|
|
12841
|
+
default: boolean;
|
|
12842
|
+
};
|
|
12843
|
+
options: {
|
|
12844
|
+
type: import("vue").PropType<unknown[]>;
|
|
12845
|
+
required: true;
|
|
12846
|
+
};
|
|
12847
|
+
open: {
|
|
12848
|
+
type: import("vue").PropType<boolean>;
|
|
12849
|
+
required: true;
|
|
12850
|
+
default: boolean;
|
|
12851
|
+
};
|
|
12852
|
+
multi: {
|
|
12853
|
+
type: import("vue").PropType<boolean>;
|
|
12854
|
+
required: true;
|
|
12855
|
+
};
|
|
12856
|
+
displayValue: {
|
|
12857
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
12858
|
+
required: true;
|
|
12859
|
+
};
|
|
12860
|
+
displayedValue: {
|
|
12861
|
+
type: import("vue").PropType<any>;
|
|
12862
|
+
required: true;
|
|
12863
|
+
default: string;
|
|
12864
|
+
};
|
|
12865
|
+
selectedOption: {
|
|
12866
|
+
type: import("vue").PropType<unknown>;
|
|
12867
|
+
required: true;
|
|
12868
|
+
};
|
|
12869
|
+
feedbackVariant: {
|
|
12870
|
+
type: import("vue").PropType<string>;
|
|
12871
|
+
default: string;
|
|
12872
|
+
};
|
|
12873
|
+
}>> & {
|
|
12874
|
+
onClear?: () => any;
|
|
12875
|
+
}, {
|
|
12876
|
+
label: string;
|
|
12877
|
+
testId: string;
|
|
12878
|
+
disabled: boolean;
|
|
12879
|
+
open: boolean;
|
|
12880
|
+
displayedValue: any;
|
|
12881
|
+
feedbackVariant: string;
|
|
12882
|
+
}> | ({
|
|
12883
|
+
new (...args: any[]): {
|
|
12884
|
+
$: import("vue").ComponentInternalInstance;
|
|
12885
|
+
$data: {};
|
|
12886
|
+
$props: Partial<{
|
|
12887
|
+
label: string;
|
|
12888
|
+
size: "small" | "medium" | "large";
|
|
12889
|
+
testId: string;
|
|
12890
|
+
loading: boolean;
|
|
12891
|
+
disabled: boolean;
|
|
12892
|
+
options: unknown[];
|
|
12893
|
+
singleAppSelection: boolean;
|
|
12894
|
+
placeholder: string;
|
|
12895
|
+
open: boolean;
|
|
12896
|
+
mandatory: boolean;
|
|
12897
|
+
multi: boolean;
|
|
12898
|
+
selectedOption: any;
|
|
12899
|
+
brandIconType: "android" | "ios";
|
|
12900
|
+
optionNameKey: string;
|
|
12901
|
+
optionImageKey: string;
|
|
12902
|
+
optionIconKey: string;
|
|
12903
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
12904
|
+
hoverHelpText: string;
|
|
12905
|
+
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
12906
|
+
feedbackText: string;
|
|
12907
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
12908
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12909
|
+
label: {
|
|
12910
|
+
type: import("vue").PropType<string>;
|
|
12911
|
+
required: true;
|
|
12912
|
+
default: string;
|
|
12913
|
+
};
|
|
12914
|
+
size: {
|
|
12915
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
12916
|
+
default: string;
|
|
12917
|
+
};
|
|
12918
|
+
testId: {
|
|
12919
|
+
type: import("vue").PropType<string>;
|
|
12920
|
+
default: string;
|
|
12921
|
+
};
|
|
12922
|
+
loading: {
|
|
12923
|
+
type: import("vue").PropType<boolean>;
|
|
12924
|
+
default: boolean;
|
|
12925
|
+
};
|
|
12926
|
+
disabled: {
|
|
12927
|
+
type: import("vue").PropType<boolean>;
|
|
12928
|
+
default: boolean;
|
|
12929
|
+
};
|
|
12930
|
+
options: {
|
|
12931
|
+
type: import("vue").PropType<unknown[]>;
|
|
12932
|
+
default: any;
|
|
12933
|
+
};
|
|
12934
|
+
singleAppSelection: {
|
|
12935
|
+
type: import("vue").PropType<boolean>;
|
|
12936
|
+
default: boolean;
|
|
12937
|
+
};
|
|
12938
|
+
placeholder: {
|
|
12939
|
+
type: import("vue").PropType<string>;
|
|
12940
|
+
default: string;
|
|
12941
|
+
};
|
|
12942
|
+
open: {
|
|
12943
|
+
type: import("vue").PropType<boolean>;
|
|
12944
|
+
required: true;
|
|
12945
|
+
default: boolean;
|
|
12946
|
+
};
|
|
12947
|
+
mandatory: {
|
|
12948
|
+
type: import("vue").PropType<boolean>;
|
|
12949
|
+
default: boolean;
|
|
12950
|
+
};
|
|
12951
|
+
multi: {
|
|
12952
|
+
type: import("vue").PropType<boolean>;
|
|
12953
|
+
default: boolean;
|
|
12954
|
+
};
|
|
12955
|
+
displayValue: {
|
|
12956
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
12957
|
+
required: true;
|
|
12958
|
+
};
|
|
12959
|
+
selectedOption: {
|
|
12960
|
+
type: import("vue").PropType<unknown>;
|
|
12961
|
+
default: any;
|
|
12962
|
+
};
|
|
12963
|
+
brandIconType: {
|
|
12964
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
12965
|
+
default: any;
|
|
12966
|
+
};
|
|
12967
|
+
optionNameKey: {
|
|
12968
|
+
type: import("vue").PropType<string>;
|
|
12969
|
+
default: any;
|
|
12970
|
+
};
|
|
12971
|
+
optionImageKey: {
|
|
12972
|
+
type: import("vue").PropType<string>;
|
|
12973
|
+
default: any;
|
|
12974
|
+
};
|
|
12975
|
+
optionIconKey: {
|
|
12976
|
+
type: import("vue").PropType<string>;
|
|
12977
|
+
default: any;
|
|
12978
|
+
};
|
|
12979
|
+
optionIconType: {
|
|
12980
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
12981
|
+
default: any;
|
|
12982
|
+
};
|
|
12983
|
+
hoverHelpText: {
|
|
12984
|
+
type: import("vue").PropType<string>;
|
|
12985
|
+
default: string;
|
|
12986
|
+
};
|
|
12987
|
+
hoverHelpTextPlacement: {
|
|
12988
|
+
type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
12989
|
+
default: string;
|
|
12990
|
+
};
|
|
12991
|
+
feedbackText: {
|
|
12992
|
+
type: import("vue").PropType<string>;
|
|
12993
|
+
default: string;
|
|
12994
|
+
};
|
|
12995
|
+
feedbackVariant: {
|
|
12996
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
12997
|
+
default: any;
|
|
12998
|
+
};
|
|
12999
|
+
}>> & {
|
|
13000
|
+
onClick?: () => any;
|
|
13001
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "size" | "testId" | "loading" | "disabled" | "options" | "singleAppSelection" | "placeholder" | "open" | "mandatory" | "multi" | "selectedOption" | "brandIconType" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant">;
|
|
13002
|
+
$attrs: {
|
|
13003
|
+
[x: string]: unknown;
|
|
13004
|
+
};
|
|
13005
|
+
$refs: {
|
|
13006
|
+
[x: string]: unknown;
|
|
13007
|
+
};
|
|
13008
|
+
$slots: Readonly<{
|
|
13009
|
+
[name: string]: import("vue").Slot;
|
|
13010
|
+
}>;
|
|
13011
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
13012
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
13013
|
+
$emit: (event: "click") => void;
|
|
13014
|
+
$el: any;
|
|
13015
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
13016
|
+
label: {
|
|
13017
|
+
type: import("vue").PropType<string>;
|
|
13018
|
+
required: true;
|
|
13019
|
+
default: string;
|
|
13020
|
+
};
|
|
13021
|
+
size: {
|
|
13022
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
13023
|
+
default: string;
|
|
13024
|
+
};
|
|
13025
|
+
testId: {
|
|
13026
|
+
type: import("vue").PropType<string>;
|
|
13027
|
+
default: string;
|
|
13028
|
+
};
|
|
13029
|
+
loading: {
|
|
13030
|
+
type: import("vue").PropType<boolean>;
|
|
13031
|
+
default: boolean;
|
|
13032
|
+
};
|
|
13033
|
+
disabled: {
|
|
13034
|
+
type: import("vue").PropType<boolean>;
|
|
13035
|
+
default: boolean;
|
|
13036
|
+
};
|
|
13037
|
+
options: {
|
|
13038
|
+
type: import("vue").PropType<unknown[]>;
|
|
13039
|
+
default: any;
|
|
13040
|
+
};
|
|
13041
|
+
singleAppSelection: {
|
|
13042
|
+
type: import("vue").PropType<boolean>;
|
|
13043
|
+
default: boolean;
|
|
13044
|
+
};
|
|
13045
|
+
placeholder: {
|
|
13046
|
+
type: import("vue").PropType<string>;
|
|
13047
|
+
default: string;
|
|
13048
|
+
};
|
|
13049
|
+
open: {
|
|
13050
|
+
type: import("vue").PropType<boolean>;
|
|
13051
|
+
required: true;
|
|
13052
|
+
default: boolean;
|
|
13053
|
+
};
|
|
13054
|
+
mandatory: {
|
|
13055
|
+
type: import("vue").PropType<boolean>;
|
|
13056
|
+
default: boolean;
|
|
13057
|
+
};
|
|
13058
|
+
multi: {
|
|
13059
|
+
type: import("vue").PropType<boolean>;
|
|
13060
|
+
default: boolean;
|
|
13061
|
+
};
|
|
13062
|
+
displayValue: {
|
|
13063
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
13064
|
+
required: true;
|
|
13065
|
+
};
|
|
13066
|
+
selectedOption: {
|
|
13067
|
+
type: import("vue").PropType<unknown>;
|
|
13068
|
+
default: any;
|
|
13069
|
+
};
|
|
13070
|
+
brandIconType: {
|
|
13071
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
13072
|
+
default: any;
|
|
13073
|
+
};
|
|
13074
|
+
optionNameKey: {
|
|
13075
|
+
type: import("vue").PropType<string>;
|
|
13076
|
+
default: any;
|
|
13077
|
+
};
|
|
13078
|
+
optionImageKey: {
|
|
13079
|
+
type: import("vue").PropType<string>;
|
|
13080
|
+
default: any;
|
|
13081
|
+
};
|
|
13082
|
+
optionIconKey: {
|
|
13083
|
+
type: import("vue").PropType<string>;
|
|
13084
|
+
default: any;
|
|
13085
|
+
};
|
|
13086
|
+
optionIconType: {
|
|
13087
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
13088
|
+
default: any;
|
|
13089
|
+
};
|
|
13090
|
+
hoverHelpText: {
|
|
13091
|
+
type: import("vue").PropType<string>;
|
|
13092
|
+
default: string;
|
|
13093
|
+
};
|
|
13094
|
+
hoverHelpTextPlacement: {
|
|
13095
|
+
type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
13096
|
+
default: string;
|
|
13097
|
+
};
|
|
13098
|
+
feedbackText: {
|
|
13099
|
+
type: import("vue").PropType<string>;
|
|
13100
|
+
default: string;
|
|
13101
|
+
};
|
|
13102
|
+
feedbackVariant: {
|
|
13103
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
13104
|
+
default: any;
|
|
13105
|
+
};
|
|
13106
|
+
}>> & {
|
|
13107
|
+
onClick?: () => any;
|
|
13108
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13109
|
+
click: () => void;
|
|
13110
|
+
}, string, {
|
|
13111
|
+
label: string;
|
|
13112
|
+
size: "small" | "medium" | "large";
|
|
13113
|
+
testId: string;
|
|
13114
|
+
loading: boolean;
|
|
13115
|
+
disabled: boolean;
|
|
13116
|
+
options: unknown[];
|
|
13117
|
+
singleAppSelection: boolean;
|
|
13118
|
+
placeholder: string;
|
|
13119
|
+
open: boolean;
|
|
13120
|
+
mandatory: boolean;
|
|
13121
|
+
multi: boolean;
|
|
13122
|
+
selectedOption: any;
|
|
13123
|
+
brandIconType: "android" | "ios";
|
|
13124
|
+
optionNameKey: string;
|
|
13125
|
+
optionImageKey: string;
|
|
13126
|
+
optionIconKey: string;
|
|
13127
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
13128
|
+
hoverHelpText: string;
|
|
13129
|
+
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
13130
|
+
feedbackText: string;
|
|
13131
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
13132
|
+
}, {}, string> & {
|
|
13133
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
13134
|
+
created?: (() => void) | (() => void)[];
|
|
13135
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
13136
|
+
mounted?: (() => void) | (() => void)[];
|
|
13137
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
13138
|
+
updated?: (() => void) | (() => void)[];
|
|
13139
|
+
activated?: (() => void) | (() => void)[];
|
|
13140
|
+
deactivated?: (() => void) | (() => void)[];
|
|
13141
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
13142
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
13143
|
+
destroyed?: (() => void) | (() => void)[];
|
|
13144
|
+
unmounted?: (() => void) | (() => void)[];
|
|
13145
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
13146
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
13147
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
13148
|
+
};
|
|
13149
|
+
$forceUpdate: () => void;
|
|
13150
|
+
$nextTick: typeof import("vue").nextTick;
|
|
13151
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
13152
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
13153
|
+
label: {
|
|
13154
|
+
type: import("vue").PropType<string>;
|
|
13155
|
+
required: true;
|
|
13156
|
+
default: string;
|
|
13157
|
+
};
|
|
13158
|
+
size: {
|
|
13159
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
13160
|
+
default: string;
|
|
13161
|
+
};
|
|
13162
|
+
testId: {
|
|
13163
|
+
type: import("vue").PropType<string>;
|
|
13164
|
+
default: string;
|
|
13165
|
+
};
|
|
13166
|
+
loading: {
|
|
13167
|
+
type: import("vue").PropType<boolean>;
|
|
13168
|
+
default: boolean;
|
|
13169
|
+
};
|
|
13170
|
+
disabled: {
|
|
13171
|
+
type: import("vue").PropType<boolean>;
|
|
13172
|
+
default: boolean;
|
|
13173
|
+
};
|
|
13174
|
+
options: {
|
|
13175
|
+
type: import("vue").PropType<unknown[]>;
|
|
13176
|
+
default: any;
|
|
13177
|
+
};
|
|
13178
|
+
singleAppSelection: {
|
|
13179
|
+
type: import("vue").PropType<boolean>;
|
|
13180
|
+
default: boolean;
|
|
13181
|
+
};
|
|
13182
|
+
placeholder: {
|
|
13183
|
+
type: import("vue").PropType<string>;
|
|
13184
|
+
default: string;
|
|
13185
|
+
};
|
|
13186
|
+
open: {
|
|
13187
|
+
type: import("vue").PropType<boolean>;
|
|
13188
|
+
required: true;
|
|
13189
|
+
default: boolean;
|
|
13190
|
+
};
|
|
13191
|
+
mandatory: {
|
|
13192
|
+
type: import("vue").PropType<boolean>;
|
|
13193
|
+
default: boolean;
|
|
13194
|
+
};
|
|
13195
|
+
multi: {
|
|
13196
|
+
type: import("vue").PropType<boolean>;
|
|
13197
|
+
default: boolean;
|
|
13198
|
+
};
|
|
13199
|
+
displayValue: {
|
|
13200
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
13201
|
+
required: true;
|
|
13202
|
+
};
|
|
13203
|
+
selectedOption: {
|
|
13204
|
+
type: import("vue").PropType<unknown>;
|
|
13205
|
+
default: any;
|
|
13206
|
+
};
|
|
13207
|
+
brandIconType: {
|
|
13208
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
13209
|
+
default: any;
|
|
13210
|
+
};
|
|
13211
|
+
optionNameKey: {
|
|
11485
13212
|
type: import("vue").PropType<string>;
|
|
11486
|
-
default:
|
|
13213
|
+
default: any;
|
|
11487
13214
|
};
|
|
11488
|
-
|
|
11489
|
-
type: import("vue").PropType<
|
|
11490
|
-
|
|
11491
|
-
default: boolean;
|
|
13215
|
+
optionImageKey: {
|
|
13216
|
+
type: import("vue").PropType<string>;
|
|
13217
|
+
default: any;
|
|
11492
13218
|
};
|
|
11493
|
-
|
|
11494
|
-
type: import("vue").PropType<
|
|
11495
|
-
default:
|
|
13219
|
+
optionIconKey: {
|
|
13220
|
+
type: import("vue").PropType<string>;
|
|
13221
|
+
default: any;
|
|
11496
13222
|
};
|
|
11497
|
-
|
|
11498
|
-
type: import("vue").PropType<"
|
|
13223
|
+
optionIconType: {
|
|
13224
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
11499
13225
|
default: any;
|
|
11500
13226
|
};
|
|
11501
13227
|
hoverHelpText: {
|
|
@@ -11510,8 +13236,8 @@ declare const _default: {
|
|
|
11510
13236
|
type: import("vue").PropType<string>;
|
|
11511
13237
|
default: string;
|
|
11512
13238
|
};
|
|
11513
|
-
|
|
11514
|
-
type: import("vue").PropType<"
|
|
13239
|
+
feedbackVariant: {
|
|
13240
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
11515
13241
|
default: any;
|
|
11516
13242
|
};
|
|
11517
13243
|
}>> & {
|
|
@@ -11542,12 +13268,8 @@ declare const _default: {
|
|
|
11542
13268
|
type: import("vue").PropType<boolean>;
|
|
11543
13269
|
default: boolean;
|
|
11544
13270
|
};
|
|
11545
|
-
selected: {
|
|
11546
|
-
type: import("vue").PropType<unknown>;
|
|
11547
|
-
default: any;
|
|
11548
|
-
};
|
|
11549
13271
|
options: {
|
|
11550
|
-
type: import("vue").PropType<unknown>;
|
|
13272
|
+
type: import("vue").PropType<unknown[]>;
|
|
11551
13273
|
default: any;
|
|
11552
13274
|
};
|
|
11553
13275
|
singleAppSelection: {
|
|
@@ -11567,8 +13289,36 @@ declare const _default: {
|
|
|
11567
13289
|
type: import("vue").PropType<boolean>;
|
|
11568
13290
|
default: boolean;
|
|
11569
13291
|
};
|
|
11570
|
-
|
|
11571
|
-
type: import("vue").PropType<
|
|
13292
|
+
multi: {
|
|
13293
|
+
type: import("vue").PropType<boolean>;
|
|
13294
|
+
default: boolean;
|
|
13295
|
+
};
|
|
13296
|
+
displayValue: {
|
|
13297
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
13298
|
+
required: true;
|
|
13299
|
+
};
|
|
13300
|
+
selectedOption: {
|
|
13301
|
+
type: import("vue").PropType<unknown>;
|
|
13302
|
+
default: any;
|
|
13303
|
+
};
|
|
13304
|
+
brandIconType: {
|
|
13305
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
13306
|
+
default: any;
|
|
13307
|
+
};
|
|
13308
|
+
optionNameKey: {
|
|
13309
|
+
type: import("vue").PropType<string>;
|
|
13310
|
+
default: any;
|
|
13311
|
+
};
|
|
13312
|
+
optionImageKey: {
|
|
13313
|
+
type: import("vue").PropType<string>;
|
|
13314
|
+
default: any;
|
|
13315
|
+
};
|
|
13316
|
+
optionIconKey: {
|
|
13317
|
+
type: import("vue").PropType<string>;
|
|
13318
|
+
default: any;
|
|
13319
|
+
};
|
|
13320
|
+
optionIconType: {
|
|
13321
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
11572
13322
|
default: any;
|
|
11573
13323
|
};
|
|
11574
13324
|
hoverHelpText: {
|
|
@@ -11583,8 +13333,8 @@ declare const _default: {
|
|
|
11583
13333
|
type: import("vue").PropType<string>;
|
|
11584
13334
|
default: string;
|
|
11585
13335
|
};
|
|
11586
|
-
|
|
11587
|
-
type: import("vue").PropType<"
|
|
13336
|
+
feedbackVariant: {
|
|
13337
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
11588
13338
|
default: any;
|
|
11589
13339
|
};
|
|
11590
13340
|
}>> & {
|
|
@@ -11597,20 +13347,26 @@ declare const _default: {
|
|
|
11597
13347
|
testId: string;
|
|
11598
13348
|
loading: boolean;
|
|
11599
13349
|
disabled: boolean;
|
|
11600
|
-
|
|
11601
|
-
options: any;
|
|
13350
|
+
options: unknown[];
|
|
11602
13351
|
singleAppSelection: boolean;
|
|
11603
13352
|
placeholder: string;
|
|
11604
13353
|
open: boolean;
|
|
11605
13354
|
mandatory: boolean;
|
|
11606
|
-
|
|
13355
|
+
multi: boolean;
|
|
13356
|
+
selectedOption: any;
|
|
13357
|
+
brandIconType: "android" | "ios";
|
|
13358
|
+
optionNameKey: string;
|
|
13359
|
+
optionImageKey: string;
|
|
13360
|
+
optionIconKey: string;
|
|
13361
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
11607
13362
|
hoverHelpText: string;
|
|
11608
13363
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
11609
13364
|
feedbackText: string;
|
|
11610
|
-
|
|
13365
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
11611
13366
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11612
13367
|
$slots: {
|
|
11613
|
-
|
|
13368
|
+
image?(_: {}): any;
|
|
13369
|
+
"icon-start"?(_: {}): any;
|
|
11614
13370
|
};
|
|
11615
13371
|
})) | import("vue").DefineComponent<{
|
|
11616
13372
|
testId: {
|
|
@@ -11635,6 +13391,10 @@ declare const _default: {
|
|
|
11635
13391
|
subtitle: string;
|
|
11636
13392
|
selectAllOption: boolean;
|
|
11637
13393
|
active: boolean;
|
|
13394
|
+
nameKey: string;
|
|
13395
|
+
imageKey: string;
|
|
13396
|
+
iconKey: string;
|
|
13397
|
+
iconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
11638
13398
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11639
13399
|
option: {
|
|
11640
13400
|
type: import("vue").PropType<unknown>;
|
|
@@ -11663,7 +13423,23 @@ declare const _default: {
|
|
|
11663
13423
|
type: import("vue").PropType<boolean>;
|
|
11664
13424
|
default: any;
|
|
11665
13425
|
};
|
|
11666
|
-
|
|
13426
|
+
nameKey: {
|
|
13427
|
+
type: import("vue").PropType<string>;
|
|
13428
|
+
default: any;
|
|
13429
|
+
};
|
|
13430
|
+
imageKey: {
|
|
13431
|
+
type: import("vue").PropType<string>;
|
|
13432
|
+
default: any;
|
|
13433
|
+
};
|
|
13434
|
+
iconKey: {
|
|
13435
|
+
type: import("vue").PropType<string>;
|
|
13436
|
+
default: any;
|
|
13437
|
+
};
|
|
13438
|
+
iconType: {
|
|
13439
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
13440
|
+
default: any;
|
|
13441
|
+
};
|
|
13442
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "isIndeterminate" | "subtitle" | "selectAllOption" | "active" | "nameKey" | "imageKey" | "iconKey" | "iconType">;
|
|
11667
13443
|
$attrs: {
|
|
11668
13444
|
[x: string]: unknown;
|
|
11669
13445
|
};
|
|
@@ -11705,6 +13481,22 @@ declare const _default: {
|
|
|
11705
13481
|
type: import("vue").PropType<boolean>;
|
|
11706
13482
|
default: any;
|
|
11707
13483
|
};
|
|
13484
|
+
nameKey: {
|
|
13485
|
+
type: import("vue").PropType<string>;
|
|
13486
|
+
default: any;
|
|
13487
|
+
};
|
|
13488
|
+
imageKey: {
|
|
13489
|
+
type: import("vue").PropType<string>;
|
|
13490
|
+
default: any;
|
|
13491
|
+
};
|
|
13492
|
+
iconKey: {
|
|
13493
|
+
type: import("vue").PropType<string>;
|
|
13494
|
+
default: any;
|
|
13495
|
+
};
|
|
13496
|
+
iconType: {
|
|
13497
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
13498
|
+
default: any;
|
|
13499
|
+
};
|
|
11708
13500
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
11709
13501
|
option: any;
|
|
11710
13502
|
disabled: boolean;
|
|
@@ -11712,6 +13504,10 @@ declare const _default: {
|
|
|
11712
13504
|
subtitle: string;
|
|
11713
13505
|
selectAllOption: boolean;
|
|
11714
13506
|
active: boolean;
|
|
13507
|
+
nameKey: string;
|
|
13508
|
+
imageKey: string;
|
|
13509
|
+
iconKey: string;
|
|
13510
|
+
iconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
11715
13511
|
}, {}, string> & {
|
|
11716
13512
|
beforeCreate?: (() => void) | (() => void)[];
|
|
11717
13513
|
created?: (() => void) | (() => void)[];
|
|
@@ -11760,6 +13556,22 @@ declare const _default: {
|
|
|
11760
13556
|
type: import("vue").PropType<boolean>;
|
|
11761
13557
|
default: any;
|
|
11762
13558
|
};
|
|
13559
|
+
nameKey: {
|
|
13560
|
+
type: import("vue").PropType<string>;
|
|
13561
|
+
default: any;
|
|
13562
|
+
};
|
|
13563
|
+
imageKey: {
|
|
13564
|
+
type: import("vue").PropType<string>;
|
|
13565
|
+
default: any;
|
|
13566
|
+
};
|
|
13567
|
+
iconKey: {
|
|
13568
|
+
type: import("vue").PropType<string>;
|
|
13569
|
+
default: any;
|
|
13570
|
+
};
|
|
13571
|
+
iconType: {
|
|
13572
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
13573
|
+
default: any;
|
|
13574
|
+
};
|
|
11763
13575
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
11764
13576
|
__isFragment?: never;
|
|
11765
13577
|
__isTeleport?: never;
|
|
@@ -11792,6 +13604,22 @@ declare const _default: {
|
|
|
11792
13604
|
type: import("vue").PropType<boolean>;
|
|
11793
13605
|
default: any;
|
|
11794
13606
|
};
|
|
13607
|
+
nameKey: {
|
|
13608
|
+
type: import("vue").PropType<string>;
|
|
13609
|
+
default: any;
|
|
13610
|
+
};
|
|
13611
|
+
imageKey: {
|
|
13612
|
+
type: import("vue").PropType<string>;
|
|
13613
|
+
default: any;
|
|
13614
|
+
};
|
|
13615
|
+
iconKey: {
|
|
13616
|
+
type: import("vue").PropType<string>;
|
|
13617
|
+
default: any;
|
|
13618
|
+
};
|
|
13619
|
+
iconType: {
|
|
13620
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
13621
|
+
default: any;
|
|
13622
|
+
};
|
|
11795
13623
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
11796
13624
|
option: any;
|
|
11797
13625
|
disabled: boolean;
|
|
@@ -11799,6 +13627,10 @@ declare const _default: {
|
|
|
11799
13627
|
subtitle: string;
|
|
11800
13628
|
selectAllOption: boolean;
|
|
11801
13629
|
active: boolean;
|
|
13630
|
+
nameKey: string;
|
|
13631
|
+
imageKey: string;
|
|
13632
|
+
iconKey: string;
|
|
13633
|
+
iconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
11802
13634
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11803
13635
|
$slots: {
|
|
11804
13636
|
image?(_: {}): any;
|
|
@@ -11833,6 +13665,11 @@ declare const _default: {
|
|
|
11833
13665
|
keepOpen: boolean;
|
|
11834
13666
|
autoSize: boolean;
|
|
11835
13667
|
disableKeyboardEvents: boolean;
|
|
13668
|
+
valueToCopy: string;
|
|
13669
|
+
optionNameKey: string;
|
|
13670
|
+
optionImageKey: string;
|
|
13671
|
+
optionIconKey: string;
|
|
13672
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
11836
13673
|
onClear: () => void;
|
|
11837
13674
|
inlineSearchPlaceholder: string;
|
|
11838
13675
|
triggerLabel: string;
|
|
@@ -11840,7 +13677,9 @@ declare const _default: {
|
|
|
11840
13677
|
triggerFeedbackText: string;
|
|
11841
13678
|
triggerFeedbackVariant: "error" | "success" | "warning";
|
|
11842
13679
|
searchAutoFocus: boolean;
|
|
11843
|
-
predefinedTrigger: "default" | "icon-button" | "chip";
|
|
13680
|
+
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
13681
|
+
fullWidth: boolean;
|
|
13682
|
+
optionsListWidth: string;
|
|
11844
13683
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11845
13684
|
theme: {
|
|
11846
13685
|
type: import("vue").PropType<string>;
|
|
@@ -11936,7 +13775,7 @@ declare const _default: {
|
|
|
11936
13775
|
};
|
|
11937
13776
|
onSearch: {
|
|
11938
13777
|
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
11939
|
-
default:
|
|
13778
|
+
default: any;
|
|
11940
13779
|
};
|
|
11941
13780
|
flip: {
|
|
11942
13781
|
type: import("vue").PropType<boolean>;
|
|
@@ -11954,6 +13793,26 @@ declare const _default: {
|
|
|
11954
13793
|
type: import("vue").PropType<boolean>;
|
|
11955
13794
|
default: boolean;
|
|
11956
13795
|
};
|
|
13796
|
+
valueToCopy: {
|
|
13797
|
+
type: import("vue").PropType<string>;
|
|
13798
|
+
default: any;
|
|
13799
|
+
};
|
|
13800
|
+
optionNameKey: {
|
|
13801
|
+
type: import("vue").PropType<string>;
|
|
13802
|
+
default: string;
|
|
13803
|
+
};
|
|
13804
|
+
optionImageKey: {
|
|
13805
|
+
type: import("vue").PropType<string>;
|
|
13806
|
+
default: string;
|
|
13807
|
+
};
|
|
13808
|
+
optionIconKey: {
|
|
13809
|
+
type: import("vue").PropType<string>;
|
|
13810
|
+
default: string;
|
|
13811
|
+
};
|
|
13812
|
+
optionIconType: {
|
|
13813
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
13814
|
+
default: any;
|
|
13815
|
+
};
|
|
11957
13816
|
onClear: {
|
|
11958
13817
|
type: import("vue").PropType<() => void>;
|
|
11959
13818
|
default: () => true;
|
|
@@ -11983,8 +13842,16 @@ declare const _default: {
|
|
|
11983
13842
|
default: boolean;
|
|
11984
13843
|
};
|
|
11985
13844
|
predefinedTrigger: {
|
|
11986
|
-
type: import("vue").PropType<"default" | "icon-button" | "chip">;
|
|
11987
|
-
default: "default" | "icon-button" | "chip";
|
|
13845
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
13846
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
13847
|
+
};
|
|
13848
|
+
fullWidth: {
|
|
13849
|
+
type: import("vue").PropType<boolean>;
|
|
13850
|
+
default: boolean;
|
|
13851
|
+
};
|
|
13852
|
+
optionsListWidth: {
|
|
13853
|
+
type: import("vue").PropType<string>;
|
|
13854
|
+
default: any;
|
|
11988
13855
|
};
|
|
11989
13856
|
}>> & {
|
|
11990
13857
|
onApply?: (value: unknown) => any;
|
|
@@ -11992,7 +13859,7 @@ declare const _default: {
|
|
|
11992
13859
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
11993
13860
|
onOpened?: () => any;
|
|
11994
13861
|
onClosed?: () => any;
|
|
11995
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "size" | "testId" | "placement" | "disabled" | "container" | "popperClass" | "selected" | "modelValue" | "placeholder" | "mandatory" | "isOnTop" | "multi" | "inlineSearch" | "noResultsText" | "defaultOpen" | "distance" | "skidding" | "onSearch" | "flip" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "onClear" | "inlineSearchPlaceholder" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "searchAutoFocus" | "predefinedTrigger">;
|
|
13862
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "size" | "testId" | "placement" | "disabled" | "container" | "popperClass" | "selected" | "modelValue" | "placeholder" | "mandatory" | "isOnTop" | "multi" | "inlineSearch" | "noResultsText" | "defaultOpen" | "distance" | "skidding" | "onSearch" | "flip" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "valueToCopy" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType" | "onClear" | "inlineSearchPlaceholder" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "searchAutoFocus" | "predefinedTrigger" | "fullWidth" | "optionsListWidth">;
|
|
11996
13863
|
$attrs: {
|
|
11997
13864
|
[x: string]: unknown;
|
|
11998
13865
|
};
|
|
@@ -12101,7 +13968,7 @@ declare const _default: {
|
|
|
12101
13968
|
};
|
|
12102
13969
|
onSearch: {
|
|
12103
13970
|
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
12104
|
-
default:
|
|
13971
|
+
default: any;
|
|
12105
13972
|
};
|
|
12106
13973
|
flip: {
|
|
12107
13974
|
type: import("vue").PropType<boolean>;
|
|
@@ -12119,6 +13986,26 @@ declare const _default: {
|
|
|
12119
13986
|
type: import("vue").PropType<boolean>;
|
|
12120
13987
|
default: boolean;
|
|
12121
13988
|
};
|
|
13989
|
+
valueToCopy: {
|
|
13990
|
+
type: import("vue").PropType<string>;
|
|
13991
|
+
default: any;
|
|
13992
|
+
};
|
|
13993
|
+
optionNameKey: {
|
|
13994
|
+
type: import("vue").PropType<string>;
|
|
13995
|
+
default: string;
|
|
13996
|
+
};
|
|
13997
|
+
optionImageKey: {
|
|
13998
|
+
type: import("vue").PropType<string>;
|
|
13999
|
+
default: string;
|
|
14000
|
+
};
|
|
14001
|
+
optionIconKey: {
|
|
14002
|
+
type: import("vue").PropType<string>;
|
|
14003
|
+
default: string;
|
|
14004
|
+
};
|
|
14005
|
+
optionIconType: {
|
|
14006
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
14007
|
+
default: any;
|
|
14008
|
+
};
|
|
12122
14009
|
onClear: {
|
|
12123
14010
|
type: import("vue").PropType<() => void>;
|
|
12124
14011
|
default: () => true;
|
|
@@ -12148,8 +14035,16 @@ declare const _default: {
|
|
|
12148
14035
|
default: boolean;
|
|
12149
14036
|
};
|
|
12150
14037
|
predefinedTrigger: {
|
|
12151
|
-
type: import("vue").PropType<"default" | "icon-button" | "chip">;
|
|
12152
|
-
default: "default" | "icon-button" | "chip";
|
|
14038
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
14039
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
14040
|
+
};
|
|
14041
|
+
fullWidth: {
|
|
14042
|
+
type: import("vue").PropType<boolean>;
|
|
14043
|
+
default: boolean;
|
|
14044
|
+
};
|
|
14045
|
+
optionsListWidth: {
|
|
14046
|
+
type: import("vue").PropType<string>;
|
|
14047
|
+
default: any;
|
|
12153
14048
|
};
|
|
12154
14049
|
}>> & {
|
|
12155
14050
|
onApply?: (value: unknown) => any;
|
|
@@ -12190,6 +14085,11 @@ declare const _default: {
|
|
|
12190
14085
|
keepOpen: boolean;
|
|
12191
14086
|
autoSize: boolean;
|
|
12192
14087
|
disableKeyboardEvents: boolean;
|
|
14088
|
+
valueToCopy: string;
|
|
14089
|
+
optionNameKey: string;
|
|
14090
|
+
optionImageKey: string;
|
|
14091
|
+
optionIconKey: string;
|
|
14092
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
12193
14093
|
onClear: () => void;
|
|
12194
14094
|
inlineSearchPlaceholder: string;
|
|
12195
14095
|
triggerLabel: string;
|
|
@@ -12197,7 +14097,9 @@ declare const _default: {
|
|
|
12197
14097
|
triggerFeedbackText: string;
|
|
12198
14098
|
triggerFeedbackVariant: "error" | "success" | "warning";
|
|
12199
14099
|
searchAutoFocus: boolean;
|
|
12200
|
-
predefinedTrigger: "default" | "icon-button" | "chip";
|
|
14100
|
+
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
14101
|
+
fullWidth: boolean;
|
|
14102
|
+
optionsListWidth: string;
|
|
12201
14103
|
}, {}, string> & {
|
|
12202
14104
|
beforeCreate?: (() => void) | (() => void)[];
|
|
12203
14105
|
created?: (() => void) | (() => void)[];
|
|
@@ -12313,7 +14215,7 @@ declare const _default: {
|
|
|
12313
14215
|
};
|
|
12314
14216
|
onSearch: {
|
|
12315
14217
|
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
12316
|
-
default:
|
|
14218
|
+
default: any;
|
|
12317
14219
|
};
|
|
12318
14220
|
flip: {
|
|
12319
14221
|
type: import("vue").PropType<boolean>;
|
|
@@ -12331,6 +14233,26 @@ declare const _default: {
|
|
|
12331
14233
|
type: import("vue").PropType<boolean>;
|
|
12332
14234
|
default: boolean;
|
|
12333
14235
|
};
|
|
14236
|
+
valueToCopy: {
|
|
14237
|
+
type: import("vue").PropType<string>;
|
|
14238
|
+
default: any;
|
|
14239
|
+
};
|
|
14240
|
+
optionNameKey: {
|
|
14241
|
+
type: import("vue").PropType<string>;
|
|
14242
|
+
default: string;
|
|
14243
|
+
};
|
|
14244
|
+
optionImageKey: {
|
|
14245
|
+
type: import("vue").PropType<string>;
|
|
14246
|
+
default: string;
|
|
14247
|
+
};
|
|
14248
|
+
optionIconKey: {
|
|
14249
|
+
type: import("vue").PropType<string>;
|
|
14250
|
+
default: string;
|
|
14251
|
+
};
|
|
14252
|
+
optionIconType: {
|
|
14253
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
14254
|
+
default: any;
|
|
14255
|
+
};
|
|
12334
14256
|
onClear: {
|
|
12335
14257
|
type: import("vue").PropType<() => void>;
|
|
12336
14258
|
default: () => true;
|
|
@@ -12360,8 +14282,16 @@ declare const _default: {
|
|
|
12360
14282
|
default: boolean;
|
|
12361
14283
|
};
|
|
12362
14284
|
predefinedTrigger: {
|
|
12363
|
-
type: import("vue").PropType<"default" | "icon-button" | "chip">;
|
|
12364
|
-
default: "default" | "icon-button" | "chip";
|
|
14285
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
14286
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
14287
|
+
};
|
|
14288
|
+
fullWidth: {
|
|
14289
|
+
type: import("vue").PropType<boolean>;
|
|
14290
|
+
default: boolean;
|
|
14291
|
+
};
|
|
14292
|
+
optionsListWidth: {
|
|
14293
|
+
type: import("vue").PropType<string>;
|
|
14294
|
+
default: any;
|
|
12365
14295
|
};
|
|
12366
14296
|
}>> & {
|
|
12367
14297
|
onApply?: (value: unknown) => any;
|
|
@@ -12471,7 +14401,7 @@ declare const _default: {
|
|
|
12471
14401
|
};
|
|
12472
14402
|
onSearch: {
|
|
12473
14403
|
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
12474
|
-
default:
|
|
14404
|
+
default: any;
|
|
12475
14405
|
};
|
|
12476
14406
|
flip: {
|
|
12477
14407
|
type: import("vue").PropType<boolean>;
|
|
@@ -12489,6 +14419,26 @@ declare const _default: {
|
|
|
12489
14419
|
type: import("vue").PropType<boolean>;
|
|
12490
14420
|
default: boolean;
|
|
12491
14421
|
};
|
|
14422
|
+
valueToCopy: {
|
|
14423
|
+
type: import("vue").PropType<string>;
|
|
14424
|
+
default: any;
|
|
14425
|
+
};
|
|
14426
|
+
optionNameKey: {
|
|
14427
|
+
type: import("vue").PropType<string>;
|
|
14428
|
+
default: string;
|
|
14429
|
+
};
|
|
14430
|
+
optionImageKey: {
|
|
14431
|
+
type: import("vue").PropType<string>;
|
|
14432
|
+
default: string;
|
|
14433
|
+
};
|
|
14434
|
+
optionIconKey: {
|
|
14435
|
+
type: import("vue").PropType<string>;
|
|
14436
|
+
default: string;
|
|
14437
|
+
};
|
|
14438
|
+
optionIconType: {
|
|
14439
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
14440
|
+
default: any;
|
|
14441
|
+
};
|
|
12492
14442
|
onClear: {
|
|
12493
14443
|
type: import("vue").PropType<() => void>;
|
|
12494
14444
|
default: () => true;
|
|
@@ -12518,8 +14468,16 @@ declare const _default: {
|
|
|
12518
14468
|
default: boolean;
|
|
12519
14469
|
};
|
|
12520
14470
|
predefinedTrigger: {
|
|
12521
|
-
type: import("vue").PropType<"default" | "icon-button" | "chip">;
|
|
12522
|
-
default: "default" | "icon-button" | "chip";
|
|
14471
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
14472
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
14473
|
+
};
|
|
14474
|
+
fullWidth: {
|
|
14475
|
+
type: import("vue").PropType<boolean>;
|
|
14476
|
+
default: boolean;
|
|
14477
|
+
};
|
|
14478
|
+
optionsListWidth: {
|
|
14479
|
+
type: import("vue").PropType<string>;
|
|
14480
|
+
default: any;
|
|
12523
14481
|
};
|
|
12524
14482
|
}>> & {
|
|
12525
14483
|
onApply?: (value: unknown) => any;
|
|
@@ -12560,6 +14518,11 @@ declare const _default: {
|
|
|
12560
14518
|
keepOpen: boolean;
|
|
12561
14519
|
autoSize: boolean;
|
|
12562
14520
|
disableKeyboardEvents: boolean;
|
|
14521
|
+
valueToCopy: string;
|
|
14522
|
+
optionNameKey: string;
|
|
14523
|
+
optionImageKey: string;
|
|
14524
|
+
optionIconKey: string;
|
|
14525
|
+
optionIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
12563
14526
|
onClear: () => void;
|
|
12564
14527
|
inlineSearchPlaceholder: string;
|
|
12565
14528
|
triggerLabel: string;
|
|
@@ -12567,7 +14530,9 @@ declare const _default: {
|
|
|
12567
14530
|
triggerFeedbackText: string;
|
|
12568
14531
|
triggerFeedbackVariant: "error" | "success" | "warning";
|
|
12569
14532
|
searchAutoFocus: boolean;
|
|
12570
|
-
predefinedTrigger: "default" | "icon-button" | "chip";
|
|
14533
|
+
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
14534
|
+
fullWidth: boolean;
|
|
14535
|
+
optionsListWidth: string;
|
|
12571
14536
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
12572
14537
|
$slots: {
|
|
12573
14538
|
label?(_: {}): any;
|
|
@@ -12593,6 +14558,10 @@ declare const _default: {
|
|
|
12593
14558
|
subtitle: string;
|
|
12594
14559
|
selectAllOption: boolean;
|
|
12595
14560
|
active: boolean;
|
|
14561
|
+
nameKey: string;
|
|
14562
|
+
imageKey: string;
|
|
14563
|
+
iconKey: string;
|
|
14564
|
+
iconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
12596
14565
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12597
14566
|
option: {
|
|
12598
14567
|
type: import("vue").PropType<unknown>;
|
|
@@ -12621,7 +14590,23 @@ declare const _default: {
|
|
|
12621
14590
|
type: import("vue").PropType<boolean>;
|
|
12622
14591
|
default: any;
|
|
12623
14592
|
};
|
|
12624
|
-
|
|
14593
|
+
nameKey: {
|
|
14594
|
+
type: import("vue").PropType<string>;
|
|
14595
|
+
default: any;
|
|
14596
|
+
};
|
|
14597
|
+
imageKey: {
|
|
14598
|
+
type: import("vue").PropType<string>;
|
|
14599
|
+
default: any;
|
|
14600
|
+
};
|
|
14601
|
+
iconKey: {
|
|
14602
|
+
type: import("vue").PropType<string>;
|
|
14603
|
+
default: any;
|
|
14604
|
+
};
|
|
14605
|
+
iconType: {
|
|
14606
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
14607
|
+
default: any;
|
|
14608
|
+
};
|
|
14609
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "isIndeterminate" | "subtitle" | "selectAllOption" | "active" | "nameKey" | "imageKey" | "iconKey" | "iconType">;
|
|
12625
14610
|
$attrs: {
|
|
12626
14611
|
[x: string]: unknown;
|
|
12627
14612
|
};
|
|
@@ -12663,6 +14648,22 @@ declare const _default: {
|
|
|
12663
14648
|
type: import("vue").PropType<boolean>;
|
|
12664
14649
|
default: any;
|
|
12665
14650
|
};
|
|
14651
|
+
nameKey: {
|
|
14652
|
+
type: import("vue").PropType<string>;
|
|
14653
|
+
default: any;
|
|
14654
|
+
};
|
|
14655
|
+
imageKey: {
|
|
14656
|
+
type: import("vue").PropType<string>;
|
|
14657
|
+
default: any;
|
|
14658
|
+
};
|
|
14659
|
+
iconKey: {
|
|
14660
|
+
type: import("vue").PropType<string>;
|
|
14661
|
+
default: any;
|
|
14662
|
+
};
|
|
14663
|
+
iconType: {
|
|
14664
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
14665
|
+
default: any;
|
|
14666
|
+
};
|
|
12666
14667
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12667
14668
|
option: any;
|
|
12668
14669
|
disabled: boolean;
|
|
@@ -12670,6 +14671,10 @@ declare const _default: {
|
|
|
12670
14671
|
subtitle: string;
|
|
12671
14672
|
selectAllOption: boolean;
|
|
12672
14673
|
active: boolean;
|
|
14674
|
+
nameKey: string;
|
|
14675
|
+
imageKey: string;
|
|
14676
|
+
iconKey: string;
|
|
14677
|
+
iconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
12673
14678
|
}, {}, string> & {
|
|
12674
14679
|
beforeCreate?: (() => void) | (() => void)[];
|
|
12675
14680
|
created?: (() => void) | (() => void)[];
|
|
@@ -12718,6 +14723,22 @@ declare const _default: {
|
|
|
12718
14723
|
type: import("vue").PropType<boolean>;
|
|
12719
14724
|
default: any;
|
|
12720
14725
|
};
|
|
14726
|
+
nameKey: {
|
|
14727
|
+
type: import("vue").PropType<string>;
|
|
14728
|
+
default: any;
|
|
14729
|
+
};
|
|
14730
|
+
imageKey: {
|
|
14731
|
+
type: import("vue").PropType<string>;
|
|
14732
|
+
default: any;
|
|
14733
|
+
};
|
|
14734
|
+
iconKey: {
|
|
14735
|
+
type: import("vue").PropType<string>;
|
|
14736
|
+
default: any;
|
|
14737
|
+
};
|
|
14738
|
+
iconType: {
|
|
14739
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
14740
|
+
default: any;
|
|
14741
|
+
};
|
|
12721
14742
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
12722
14743
|
__isFragment?: never;
|
|
12723
14744
|
__isTeleport?: never;
|
|
@@ -12750,6 +14771,22 @@ declare const _default: {
|
|
|
12750
14771
|
type: import("vue").PropType<boolean>;
|
|
12751
14772
|
default: any;
|
|
12752
14773
|
};
|
|
14774
|
+
nameKey: {
|
|
14775
|
+
type: import("vue").PropType<string>;
|
|
14776
|
+
default: any;
|
|
14777
|
+
};
|
|
14778
|
+
imageKey: {
|
|
14779
|
+
type: import("vue").PropType<string>;
|
|
14780
|
+
default: any;
|
|
14781
|
+
};
|
|
14782
|
+
iconKey: {
|
|
14783
|
+
type: import("vue").PropType<string>;
|
|
14784
|
+
default: any;
|
|
14785
|
+
};
|
|
14786
|
+
iconType: {
|
|
14787
|
+
type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
|
|
14788
|
+
default: any;
|
|
14789
|
+
};
|
|
12753
14790
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12754
14791
|
option: any;
|
|
12755
14792
|
disabled: boolean;
|
|
@@ -12757,6 +14794,10 @@ declare const _default: {
|
|
|
12757
14794
|
subtitle: string;
|
|
12758
14795
|
selectAllOption: boolean;
|
|
12759
14796
|
active: boolean;
|
|
14797
|
+
nameKey: string;
|
|
14798
|
+
imageKey: string;
|
|
14799
|
+
iconKey: string;
|
|
14800
|
+
iconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
|
|
12760
14801
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
12761
14802
|
$slots: {
|
|
12762
14803
|
image?(_: {}): any;
|