@ironsource/shared-ui 2.1.3-rc.0 → 2.1.3-rc.10
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/Alert.vue_vue_type_style_index_0_scoped_203b6bd1_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_95908b8d_lang.css +1 -0
- package/CardPanel.vue_vue_type_style_index_0_scoped_7d0acb11_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_d25514d1_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_4baf9e57_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_13f1ce76_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_06751538_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_31bfb722_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_5c2a70ad_lang.css +1 -0
- package/FieldMaxLength.vue_vue_type_style_index_0_scoped_f3c4001a_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_276bd901_lang.css +1 -0
- package/FormRow.vue_vue_type_style_index_0_scoped_c5265707_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_2a9e8782_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_cb3a12c6_lang.css +1 -0
- package/TextArea.vue_vue_type_style_index_0_scoped_eb62e4c0_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_dca4c102_lang.css +1 -0
- package/components/alert/Alert.vue.d.ts +68 -0
- package/components/alert/Alert.vue.js +7 -0
- package/components/alert/Alert.vue2.js +86 -0
- package/components/alert/index.d.ts +82 -0
- package/components/alert/index.js +6 -0
- package/components/appHeader/AppHeader.vue.js +3 -3
- package/components/appHeader/AppHeader.vue2.js +42 -35
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/ButtonBase.vue.d.ts +1 -1
- package/components/button/v3/IconButton.vue.d.ts +1 -1
- package/components/button/v3/index.d.ts +34 -34
- package/components/button/v4/ButtonV4.vue.d.ts +1 -1
- package/components/button/v4/IconButtonV4.vue.d.ts +1 -1
- package/components/button/v4/index.d.ts +40 -40
- package/components/checkbox/v4/CheckboxV4.vue.js +4 -4
- package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +11 -12
- package/components/checkbox/v4/icons/UncheckedState.vue.js +12 -11
- package/components/dialog/v4/index.d.ts +1 -1
- package/components/dropdown/common/Dropdown.common.js +93 -92
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +15 -0
- package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
- package/components/emptyState/v4/EmptyStateV4.vue2.js +41 -27
- package/components/emptyState/v4/index.d.ts +58 -1
- package/components/forms/CardPanel.vue.d.ts +20 -0
- package/components/forms/CardPanel.vue.js +2 -2
- package/components/forms/CardPanel.vue2.js +26 -14
- package/components/forms/FormCard.vue.d.ts +5 -0
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +62 -36
- package/components/forms/FormRow.vue.d.ts +10 -0
- package/components/forms/FormRow.vue.js +3 -3
- package/components/forms/FormRow.vue2.js +22 -29
- package/components/forms/index.d.ts +136 -3
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +22 -21
- package/components/inlineCopy/index.d.ts +9 -0
- 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 +83 -90
- package/components/input/v4/index.d.ts +20 -20
- package/components/radioButton/v4/RadioButtonV4.vue.js +4 -4
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/search/v3/Search.vue.d.ts +1 -1
- package/components/search/v3/index.d.ts +9 -9
- package/components/shared/FieldLabel.vue.d.ts +5 -0
- package/components/shared/FieldLabel.vue.js +3 -3
- package/components/shared/FieldLabel.vue2.js +63 -46
- package/components/shared/FieldMaxLength.vue.d.ts +34 -0
- package/components/shared/FieldMaxLength.vue.js +7 -0
- package/components/shared/FieldMaxLength.vue2.js +24 -0
- package/components/skeleton/v4/index.d.ts +2 -2
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +12 -12
- package/components/table/common/Table.common.d.ts +1 -0
- package/components/table/common/Table.common.js +64 -60
- package/components/table/common/TableContext.d.ts +1 -0
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +71 -69
- package/components/table/v4/DataGridMenu.vue.d.ts +5 -5
- package/components/table/v4/DataGridMenu.vue.js +4 -4
- package/components/table/v4/DataGridMenu.vue2.js +46 -47
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +15 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
- package/components/table/v4/DataGridRowsCounter.vue2.js +22 -19
- package/components/table/v4/index.d.ts +32 -5
- package/components/table-cells/common/Editable.common.js +15 -15
- package/components/table-cells/v4/EditableV4.vue.d.ts +10 -0
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +31 -22
- package/components/table-cells/v4/index.d.ts +43 -1
- package/components/tabs/v3/Tabs.vue.d.ts +1 -1
- package/components/tabs/v3/index.d.ts +20 -20
- package/components/textArea/v3/TextArea.vue.js +7 -0
- package/components/textArea/{TextArea.vue2.js → v3/TextArea.vue2.js} +4 -4
- package/components/textArea/v4/TextAreaV4.vue.d.ts +100 -0
- package/components/textArea/v4/TextAreaV4.vue.js +7 -0
- package/components/textArea/v4/TextAreaV4.vue2.js +74 -0
- package/components/textArea/v4/index.d.ts +136 -0
- package/components/textArea/v4/index.js +6 -0
- package/components/typography/index.d.ts +12 -12
- package/index.d.ts +679 -141
- package/index.js +113 -109
- package/package.json +7 -2
- package/testids/index.d.ts +7 -0
- package/testids/index.js +26 -25
- package/AppHeader.vue_vue_type_style_index_0_scoped_aa538d40_lang.css +0 -1
- package/CardPanel.vue_vue_type_style_index_0_scoped_d2b5d12f_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_ee3e6d82_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_d5635f1b_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_92d83650_lang.css +0 -1
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_9e366543_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_df325b51_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_b8373c2d_lang.css +0 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_526af548_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_ad5e4be0_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_017dc22e_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_117ac157_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_14be812e_lang.css +0 -1
- package/TextArea.vue_vue_type_style_index_0_scoped_889b62ac_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css +0 -1
- package/components/textArea/TextArea.vue.js +0 -7
- /package/components/textArea/{TextArea.vue.d.ts → v3/TextArea.vue.d.ts} +0 -0
- /package/components/textArea/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/textArea/{index.js → v3/index.js} +0 -0
package/index.d.ts
CHANGED
|
@@ -72,6 +72,10 @@ declare const _default: {
|
|
|
72
72
|
required: true;
|
|
73
73
|
default: boolean;
|
|
74
74
|
};
|
|
75
|
+
iconSize: {
|
|
76
|
+
type: import("vue").PropType<string>;
|
|
77
|
+
default: any;
|
|
78
|
+
};
|
|
75
79
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
80
|
text: {
|
|
77
81
|
type: import("vue").PropType<string>;
|
|
@@ -93,11 +97,16 @@ declare const _default: {
|
|
|
93
97
|
required: true;
|
|
94
98
|
default: boolean;
|
|
95
99
|
};
|
|
100
|
+
iconSize: {
|
|
101
|
+
type: import("vue").PropType<string>;
|
|
102
|
+
default: any;
|
|
103
|
+
};
|
|
96
104
|
}>>, {
|
|
97
105
|
text: string;
|
|
98
106
|
size: "small" | "medium";
|
|
99
107
|
testId: string;
|
|
100
108
|
hideTextValue: boolean;
|
|
109
|
+
iconSize: string;
|
|
101
110
|
}>;
|
|
102
111
|
InlineCopyTypes: () => import("vue").DefineComponent<{
|
|
103
112
|
text: {
|
|
@@ -120,6 +129,10 @@ declare const _default: {
|
|
|
120
129
|
required: true;
|
|
121
130
|
default: boolean;
|
|
122
131
|
};
|
|
132
|
+
iconSize: {
|
|
133
|
+
type: import("vue").PropType<string>;
|
|
134
|
+
default: any;
|
|
135
|
+
};
|
|
123
136
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
124
137
|
text: {
|
|
125
138
|
type: import("vue").PropType<string>;
|
|
@@ -141,11 +154,16 @@ declare const _default: {
|
|
|
141
154
|
required: true;
|
|
142
155
|
default: boolean;
|
|
143
156
|
};
|
|
157
|
+
iconSize: {
|
|
158
|
+
type: import("vue").PropType<string>;
|
|
159
|
+
default: any;
|
|
160
|
+
};
|
|
144
161
|
}>>, {
|
|
145
162
|
text: string;
|
|
146
163
|
size: "small" | "medium";
|
|
147
164
|
testId: string;
|
|
148
165
|
hideTextValue: boolean;
|
|
166
|
+
iconSize: string;
|
|
149
167
|
}>[];
|
|
150
168
|
AppHeader: import("vue").DefineComponent<{
|
|
151
169
|
name: {
|
|
@@ -1100,6 +1118,274 @@ declare const _default: {
|
|
|
1100
1118
|
default?(_: {}): any;
|
|
1101
1119
|
};
|
|
1102
1120
|
})))[];
|
|
1121
|
+
TextArea: import("vue").DefineComponent<{
|
|
1122
|
+
label: {
|
|
1123
|
+
type: import("vue").PropType<string>;
|
|
1124
|
+
default: string;
|
|
1125
|
+
};
|
|
1126
|
+
disabled: {
|
|
1127
|
+
type: import("vue").PropType<boolean>;
|
|
1128
|
+
default: boolean;
|
|
1129
|
+
};
|
|
1130
|
+
height: {
|
|
1131
|
+
type: import("vue").PropType<string>;
|
|
1132
|
+
default: any;
|
|
1133
|
+
};
|
|
1134
|
+
resize: {
|
|
1135
|
+
type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
1136
|
+
default: string;
|
|
1137
|
+
};
|
|
1138
|
+
mandatory: {
|
|
1139
|
+
type: import("vue").PropType<boolean>;
|
|
1140
|
+
default: boolean;
|
|
1141
|
+
};
|
|
1142
|
+
testId: {
|
|
1143
|
+
type: import("vue").PropType<string>;
|
|
1144
|
+
default: string;
|
|
1145
|
+
};
|
|
1146
|
+
modelValue: {
|
|
1147
|
+
type: import("vue").PropType<string>;
|
|
1148
|
+
default: string;
|
|
1149
|
+
};
|
|
1150
|
+
placeholder: {
|
|
1151
|
+
type: import("vue").PropType<string>;
|
|
1152
|
+
default: string;
|
|
1153
|
+
};
|
|
1154
|
+
hoverHelpText: {
|
|
1155
|
+
type: import("vue").PropType<string>;
|
|
1156
|
+
default: string;
|
|
1157
|
+
};
|
|
1158
|
+
hoverHelpTextPlacement: {
|
|
1159
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
1160
|
+
default: string;
|
|
1161
|
+
};
|
|
1162
|
+
feedbackText: {
|
|
1163
|
+
type: import("vue").PropType<string>;
|
|
1164
|
+
default: string;
|
|
1165
|
+
};
|
|
1166
|
+
feedbackVariant: {
|
|
1167
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
1168
|
+
default: any;
|
|
1169
|
+
};
|
|
1170
|
+
maxLength: {
|
|
1171
|
+
type: import("vue").PropType<number>;
|
|
1172
|
+
default: any;
|
|
1173
|
+
};
|
|
1174
|
+
showFeedbackTextIcon: {
|
|
1175
|
+
type: import("vue").PropType<boolean>;
|
|
1176
|
+
default: boolean;
|
|
1177
|
+
};
|
|
1178
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1179
|
+
"update:modelValue": (value: string) => void;
|
|
1180
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1181
|
+
label: {
|
|
1182
|
+
type: import("vue").PropType<string>;
|
|
1183
|
+
default: string;
|
|
1184
|
+
};
|
|
1185
|
+
disabled: {
|
|
1186
|
+
type: import("vue").PropType<boolean>;
|
|
1187
|
+
default: boolean;
|
|
1188
|
+
};
|
|
1189
|
+
height: {
|
|
1190
|
+
type: import("vue").PropType<string>;
|
|
1191
|
+
default: any;
|
|
1192
|
+
};
|
|
1193
|
+
resize: {
|
|
1194
|
+
type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
1195
|
+
default: string;
|
|
1196
|
+
};
|
|
1197
|
+
mandatory: {
|
|
1198
|
+
type: import("vue").PropType<boolean>;
|
|
1199
|
+
default: boolean;
|
|
1200
|
+
};
|
|
1201
|
+
testId: {
|
|
1202
|
+
type: import("vue").PropType<string>;
|
|
1203
|
+
default: string;
|
|
1204
|
+
};
|
|
1205
|
+
modelValue: {
|
|
1206
|
+
type: import("vue").PropType<string>;
|
|
1207
|
+
default: string;
|
|
1208
|
+
};
|
|
1209
|
+
placeholder: {
|
|
1210
|
+
type: import("vue").PropType<string>;
|
|
1211
|
+
default: string;
|
|
1212
|
+
};
|
|
1213
|
+
hoverHelpText: {
|
|
1214
|
+
type: import("vue").PropType<string>;
|
|
1215
|
+
default: string;
|
|
1216
|
+
};
|
|
1217
|
+
hoverHelpTextPlacement: {
|
|
1218
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
1219
|
+
default: string;
|
|
1220
|
+
};
|
|
1221
|
+
feedbackText: {
|
|
1222
|
+
type: import("vue").PropType<string>;
|
|
1223
|
+
default: string;
|
|
1224
|
+
};
|
|
1225
|
+
feedbackVariant: {
|
|
1226
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
1227
|
+
default: any;
|
|
1228
|
+
};
|
|
1229
|
+
maxLength: {
|
|
1230
|
+
type: import("vue").PropType<number>;
|
|
1231
|
+
default: any;
|
|
1232
|
+
};
|
|
1233
|
+
showFeedbackTextIcon: {
|
|
1234
|
+
type: import("vue").PropType<boolean>;
|
|
1235
|
+
default: boolean;
|
|
1236
|
+
};
|
|
1237
|
+
}>> & {
|
|
1238
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
1239
|
+
}, {
|
|
1240
|
+
label: string;
|
|
1241
|
+
disabled: boolean;
|
|
1242
|
+
height: string;
|
|
1243
|
+
resize: "both" | "none" | "horizontal" | "vertical";
|
|
1244
|
+
mandatory: boolean;
|
|
1245
|
+
testId: string;
|
|
1246
|
+
modelValue: string;
|
|
1247
|
+
placeholder: string;
|
|
1248
|
+
hoverHelpText: string;
|
|
1249
|
+
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
1250
|
+
feedbackText: string;
|
|
1251
|
+
feedbackVariant: "success" | "warning" | "error";
|
|
1252
|
+
maxLength: number;
|
|
1253
|
+
showFeedbackTextIcon: boolean;
|
|
1254
|
+
}>;
|
|
1255
|
+
TextAreaTypes: () => import("vue").DefineComponent<{
|
|
1256
|
+
label: {
|
|
1257
|
+
type: import("vue").PropType<string>;
|
|
1258
|
+
default: string;
|
|
1259
|
+
};
|
|
1260
|
+
disabled: {
|
|
1261
|
+
type: import("vue").PropType<boolean>;
|
|
1262
|
+
default: boolean;
|
|
1263
|
+
};
|
|
1264
|
+
height: {
|
|
1265
|
+
type: import("vue").PropType<string>;
|
|
1266
|
+
default: any;
|
|
1267
|
+
};
|
|
1268
|
+
resize: {
|
|
1269
|
+
type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
1270
|
+
default: string;
|
|
1271
|
+
};
|
|
1272
|
+
mandatory: {
|
|
1273
|
+
type: import("vue").PropType<boolean>;
|
|
1274
|
+
default: boolean;
|
|
1275
|
+
};
|
|
1276
|
+
testId: {
|
|
1277
|
+
type: import("vue").PropType<string>;
|
|
1278
|
+
default: string;
|
|
1279
|
+
};
|
|
1280
|
+
modelValue: {
|
|
1281
|
+
type: import("vue").PropType<string>;
|
|
1282
|
+
default: string;
|
|
1283
|
+
};
|
|
1284
|
+
placeholder: {
|
|
1285
|
+
type: import("vue").PropType<string>;
|
|
1286
|
+
default: string;
|
|
1287
|
+
};
|
|
1288
|
+
hoverHelpText: {
|
|
1289
|
+
type: import("vue").PropType<string>;
|
|
1290
|
+
default: string;
|
|
1291
|
+
};
|
|
1292
|
+
hoverHelpTextPlacement: {
|
|
1293
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
1294
|
+
default: string;
|
|
1295
|
+
};
|
|
1296
|
+
feedbackText: {
|
|
1297
|
+
type: import("vue").PropType<string>;
|
|
1298
|
+
default: string;
|
|
1299
|
+
};
|
|
1300
|
+
feedbackVariant: {
|
|
1301
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
1302
|
+
default: any;
|
|
1303
|
+
};
|
|
1304
|
+
maxLength: {
|
|
1305
|
+
type: import("vue").PropType<number>;
|
|
1306
|
+
default: any;
|
|
1307
|
+
};
|
|
1308
|
+
showFeedbackTextIcon: {
|
|
1309
|
+
type: import("vue").PropType<boolean>;
|
|
1310
|
+
default: boolean;
|
|
1311
|
+
};
|
|
1312
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1313
|
+
"update:modelValue": (value: string) => void;
|
|
1314
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1315
|
+
label: {
|
|
1316
|
+
type: import("vue").PropType<string>;
|
|
1317
|
+
default: string;
|
|
1318
|
+
};
|
|
1319
|
+
disabled: {
|
|
1320
|
+
type: import("vue").PropType<boolean>;
|
|
1321
|
+
default: boolean;
|
|
1322
|
+
};
|
|
1323
|
+
height: {
|
|
1324
|
+
type: import("vue").PropType<string>;
|
|
1325
|
+
default: any;
|
|
1326
|
+
};
|
|
1327
|
+
resize: {
|
|
1328
|
+
type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
1329
|
+
default: string;
|
|
1330
|
+
};
|
|
1331
|
+
mandatory: {
|
|
1332
|
+
type: import("vue").PropType<boolean>;
|
|
1333
|
+
default: boolean;
|
|
1334
|
+
};
|
|
1335
|
+
testId: {
|
|
1336
|
+
type: import("vue").PropType<string>;
|
|
1337
|
+
default: string;
|
|
1338
|
+
};
|
|
1339
|
+
modelValue: {
|
|
1340
|
+
type: import("vue").PropType<string>;
|
|
1341
|
+
default: string;
|
|
1342
|
+
};
|
|
1343
|
+
placeholder: {
|
|
1344
|
+
type: import("vue").PropType<string>;
|
|
1345
|
+
default: string;
|
|
1346
|
+
};
|
|
1347
|
+
hoverHelpText: {
|
|
1348
|
+
type: import("vue").PropType<string>;
|
|
1349
|
+
default: string;
|
|
1350
|
+
};
|
|
1351
|
+
hoverHelpTextPlacement: {
|
|
1352
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
1353
|
+
default: string;
|
|
1354
|
+
};
|
|
1355
|
+
feedbackText: {
|
|
1356
|
+
type: import("vue").PropType<string>;
|
|
1357
|
+
default: string;
|
|
1358
|
+
};
|
|
1359
|
+
feedbackVariant: {
|
|
1360
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
1361
|
+
default: any;
|
|
1362
|
+
};
|
|
1363
|
+
maxLength: {
|
|
1364
|
+
type: import("vue").PropType<number>;
|
|
1365
|
+
default: any;
|
|
1366
|
+
};
|
|
1367
|
+
showFeedbackTextIcon: {
|
|
1368
|
+
type: import("vue").PropType<boolean>;
|
|
1369
|
+
default: boolean;
|
|
1370
|
+
};
|
|
1371
|
+
}>> & {
|
|
1372
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
1373
|
+
}, {
|
|
1374
|
+
label: string;
|
|
1375
|
+
disabled: boolean;
|
|
1376
|
+
height: string;
|
|
1377
|
+
resize: "both" | "none" | "horizontal" | "vertical";
|
|
1378
|
+
mandatory: boolean;
|
|
1379
|
+
testId: string;
|
|
1380
|
+
modelValue: string;
|
|
1381
|
+
placeholder: string;
|
|
1382
|
+
hoverHelpText: string;
|
|
1383
|
+
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
1384
|
+
feedbackText: string;
|
|
1385
|
+
feedbackVariant: "success" | "warning" | "error";
|
|
1386
|
+
maxLength: number;
|
|
1387
|
+
showFeedbackTextIcon: boolean;
|
|
1388
|
+
}>[];
|
|
1103
1389
|
Checkbox: {
|
|
1104
1390
|
new (...args: any[]): {
|
|
1105
1391
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -1407,7 +1693,7 @@ declare const _default: {
|
|
|
1407
1693
|
destroy: () => boolean;
|
|
1408
1694
|
};
|
|
1409
1695
|
snackbarTypes: readonly ["success", "info", "error"];
|
|
1410
|
-
|
|
1696
|
+
SkeletonTypes: () => ({
|
|
1411
1697
|
new (...args: any[]): {
|
|
1412
1698
|
$: import("vue").ComponentInternalInstance;
|
|
1413
1699
|
$data: {};
|
|
@@ -1498,8 +1784,8 @@ declare const _default: {
|
|
|
1498
1784
|
$slots: {
|
|
1499
1785
|
default?(_: {}): any;
|
|
1500
1786
|
};
|
|
1501
|
-
});
|
|
1502
|
-
|
|
1787
|
+
}))[];
|
|
1788
|
+
Skeleton: {
|
|
1503
1789
|
new (...args: any[]): {
|
|
1504
1790
|
$: import("vue").ComponentInternalInstance;
|
|
1505
1791
|
$data: {};
|
|
@@ -1590,7 +1876,7 @@ declare const _default: {
|
|
|
1590
1876
|
$slots: {
|
|
1591
1877
|
default?(_: {}): any;
|
|
1592
1878
|
};
|
|
1593
|
-
})
|
|
1879
|
+
});
|
|
1594
1880
|
EmptyState: {
|
|
1595
1881
|
new (...args: any[]): {
|
|
1596
1882
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -1598,7 +1884,10 @@ declare const _default: {
|
|
|
1598
1884
|
$props: Partial<{
|
|
1599
1885
|
title: string;
|
|
1600
1886
|
variant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1887
|
+
iconName: string;
|
|
1888
|
+
iconSize: string;
|
|
1601
1889
|
subtitle: string;
|
|
1890
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1602
1891
|
buttonText: string;
|
|
1603
1892
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1604
1893
|
title: {
|
|
@@ -1609,17 +1898,29 @@ declare const _default: {
|
|
|
1609
1898
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1610
1899
|
default: string;
|
|
1611
1900
|
};
|
|
1901
|
+
iconName: {
|
|
1902
|
+
type: import("vue").PropType<string>;
|
|
1903
|
+
default: any;
|
|
1904
|
+
};
|
|
1905
|
+
iconSize: {
|
|
1906
|
+
type: import("vue").PropType<string>;
|
|
1907
|
+
default: string;
|
|
1908
|
+
};
|
|
1612
1909
|
subtitle: {
|
|
1613
1910
|
type: import("vue").PropType<string>;
|
|
1614
1911
|
default: any;
|
|
1615
1912
|
};
|
|
1913
|
+
iconType: {
|
|
1914
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1915
|
+
default: string;
|
|
1916
|
+
};
|
|
1616
1917
|
buttonText: {
|
|
1617
1918
|
type: import("vue").PropType<string>;
|
|
1618
1919
|
default: any;
|
|
1619
1920
|
};
|
|
1620
1921
|
}>> & {
|
|
1621
1922
|
onClick?: () => any;
|
|
1622
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "variant" | "subtitle" | "buttonText">;
|
|
1923
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "variant" | "iconName" | "iconSize" | "subtitle" | "iconType" | "buttonText">;
|
|
1623
1924
|
$attrs: {
|
|
1624
1925
|
[x: string]: unknown;
|
|
1625
1926
|
};
|
|
@@ -1642,10 +1943,22 @@ declare const _default: {
|
|
|
1642
1943
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1643
1944
|
default: string;
|
|
1644
1945
|
};
|
|
1946
|
+
iconName: {
|
|
1947
|
+
type: import("vue").PropType<string>;
|
|
1948
|
+
default: any;
|
|
1949
|
+
};
|
|
1950
|
+
iconSize: {
|
|
1951
|
+
type: import("vue").PropType<string>;
|
|
1952
|
+
default: string;
|
|
1953
|
+
};
|
|
1645
1954
|
subtitle: {
|
|
1646
1955
|
type: import("vue").PropType<string>;
|
|
1647
1956
|
default: any;
|
|
1648
1957
|
};
|
|
1958
|
+
iconType: {
|
|
1959
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1960
|
+
default: string;
|
|
1961
|
+
};
|
|
1649
1962
|
buttonText: {
|
|
1650
1963
|
type: import("vue").PropType<string>;
|
|
1651
1964
|
default: any;
|
|
@@ -1657,7 +1970,10 @@ declare const _default: {
|
|
|
1657
1970
|
}, string, {
|
|
1658
1971
|
title: string;
|
|
1659
1972
|
variant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1973
|
+
iconName: string;
|
|
1974
|
+
iconSize: string;
|
|
1660
1975
|
subtitle: string;
|
|
1976
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1661
1977
|
buttonText: string;
|
|
1662
1978
|
}, {}, string> & {
|
|
1663
1979
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -1688,10 +2004,22 @@ declare const _default: {
|
|
|
1688
2004
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1689
2005
|
default: string;
|
|
1690
2006
|
};
|
|
2007
|
+
iconName: {
|
|
2008
|
+
type: import("vue").PropType<string>;
|
|
2009
|
+
default: any;
|
|
2010
|
+
};
|
|
2011
|
+
iconSize: {
|
|
2012
|
+
type: import("vue").PropType<string>;
|
|
2013
|
+
default: string;
|
|
2014
|
+
};
|
|
1691
2015
|
subtitle: {
|
|
1692
2016
|
type: import("vue").PropType<string>;
|
|
1693
2017
|
default: any;
|
|
1694
2018
|
};
|
|
2019
|
+
iconType: {
|
|
2020
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2021
|
+
default: string;
|
|
2022
|
+
};
|
|
1695
2023
|
buttonText: {
|
|
1696
2024
|
type: import("vue").PropType<string>;
|
|
1697
2025
|
default: any;
|
|
@@ -1711,10 +2039,22 @@ declare const _default: {
|
|
|
1711
2039
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1712
2040
|
default: string;
|
|
1713
2041
|
};
|
|
2042
|
+
iconName: {
|
|
2043
|
+
type: import("vue").PropType<string>;
|
|
2044
|
+
default: any;
|
|
2045
|
+
};
|
|
2046
|
+
iconSize: {
|
|
2047
|
+
type: import("vue").PropType<string>;
|
|
2048
|
+
default: string;
|
|
2049
|
+
};
|
|
1714
2050
|
subtitle: {
|
|
1715
2051
|
type: import("vue").PropType<string>;
|
|
1716
2052
|
default: any;
|
|
1717
2053
|
};
|
|
2054
|
+
iconType: {
|
|
2055
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2056
|
+
default: string;
|
|
2057
|
+
};
|
|
1718
2058
|
buttonText: {
|
|
1719
2059
|
type: import("vue").PropType<string>;
|
|
1720
2060
|
default: any;
|
|
@@ -1726,7 +2066,10 @@ declare const _default: {
|
|
|
1726
2066
|
}, string, {
|
|
1727
2067
|
title: string;
|
|
1728
2068
|
variant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2069
|
+
iconName: string;
|
|
2070
|
+
iconSize: string;
|
|
1729
2071
|
subtitle: string;
|
|
2072
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1730
2073
|
buttonText: string;
|
|
1731
2074
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1732
2075
|
$slots: {
|
|
@@ -1741,7 +2084,10 @@ declare const _default: {
|
|
|
1741
2084
|
$props: Partial<{
|
|
1742
2085
|
title: string;
|
|
1743
2086
|
variant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2087
|
+
iconName: string;
|
|
2088
|
+
iconSize: string;
|
|
1744
2089
|
subtitle: string;
|
|
2090
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1745
2091
|
buttonText: string;
|
|
1746
2092
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1747
2093
|
title: {
|
|
@@ -1752,17 +2098,29 @@ declare const _default: {
|
|
|
1752
2098
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1753
2099
|
default: string;
|
|
1754
2100
|
};
|
|
2101
|
+
iconName: {
|
|
2102
|
+
type: import("vue").PropType<string>;
|
|
2103
|
+
default: any;
|
|
2104
|
+
};
|
|
2105
|
+
iconSize: {
|
|
2106
|
+
type: import("vue").PropType<string>;
|
|
2107
|
+
default: string;
|
|
2108
|
+
};
|
|
1755
2109
|
subtitle: {
|
|
1756
2110
|
type: import("vue").PropType<string>;
|
|
1757
2111
|
default: any;
|
|
1758
2112
|
};
|
|
2113
|
+
iconType: {
|
|
2114
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2115
|
+
default: string;
|
|
2116
|
+
};
|
|
1759
2117
|
buttonText: {
|
|
1760
2118
|
type: import("vue").PropType<string>;
|
|
1761
2119
|
default: any;
|
|
1762
2120
|
};
|
|
1763
2121
|
}>> & {
|
|
1764
2122
|
onClick?: () => any;
|
|
1765
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "variant" | "subtitle" | "buttonText">;
|
|
2123
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "variant" | "iconName" | "iconSize" | "subtitle" | "iconType" | "buttonText">;
|
|
1766
2124
|
$attrs: {
|
|
1767
2125
|
[x: string]: unknown;
|
|
1768
2126
|
};
|
|
@@ -1785,10 +2143,22 @@ declare const _default: {
|
|
|
1785
2143
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1786
2144
|
default: string;
|
|
1787
2145
|
};
|
|
2146
|
+
iconName: {
|
|
2147
|
+
type: import("vue").PropType<string>;
|
|
2148
|
+
default: any;
|
|
2149
|
+
};
|
|
2150
|
+
iconSize: {
|
|
2151
|
+
type: import("vue").PropType<string>;
|
|
2152
|
+
default: string;
|
|
2153
|
+
};
|
|
1788
2154
|
subtitle: {
|
|
1789
2155
|
type: import("vue").PropType<string>;
|
|
1790
2156
|
default: any;
|
|
1791
2157
|
};
|
|
2158
|
+
iconType: {
|
|
2159
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2160
|
+
default: string;
|
|
2161
|
+
};
|
|
1792
2162
|
buttonText: {
|
|
1793
2163
|
type: import("vue").PropType<string>;
|
|
1794
2164
|
default: any;
|
|
@@ -1800,7 +2170,10 @@ declare const _default: {
|
|
|
1800
2170
|
}, string, {
|
|
1801
2171
|
title: string;
|
|
1802
2172
|
variant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2173
|
+
iconName: string;
|
|
2174
|
+
iconSize: string;
|
|
1803
2175
|
subtitle: string;
|
|
2176
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1804
2177
|
buttonText: string;
|
|
1805
2178
|
}, {}, string> & {
|
|
1806
2179
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -1831,10 +2204,22 @@ declare const _default: {
|
|
|
1831
2204
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1832
2205
|
default: string;
|
|
1833
2206
|
};
|
|
2207
|
+
iconName: {
|
|
2208
|
+
type: import("vue").PropType<string>;
|
|
2209
|
+
default: any;
|
|
2210
|
+
};
|
|
2211
|
+
iconSize: {
|
|
2212
|
+
type: import("vue").PropType<string>;
|
|
2213
|
+
default: string;
|
|
2214
|
+
};
|
|
1834
2215
|
subtitle: {
|
|
1835
2216
|
type: import("vue").PropType<string>;
|
|
1836
2217
|
default: any;
|
|
1837
2218
|
};
|
|
2219
|
+
iconType: {
|
|
2220
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2221
|
+
default: string;
|
|
2222
|
+
};
|
|
1838
2223
|
buttonText: {
|
|
1839
2224
|
type: import("vue").PropType<string>;
|
|
1840
2225
|
default: any;
|
|
@@ -1854,10 +2239,22 @@ declare const _default: {
|
|
|
1854
2239
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1855
2240
|
default: string;
|
|
1856
2241
|
};
|
|
2242
|
+
iconName: {
|
|
2243
|
+
type: import("vue").PropType<string>;
|
|
2244
|
+
default: any;
|
|
2245
|
+
};
|
|
2246
|
+
iconSize: {
|
|
2247
|
+
type: import("vue").PropType<string>;
|
|
2248
|
+
default: string;
|
|
2249
|
+
};
|
|
1857
2250
|
subtitle: {
|
|
1858
2251
|
type: import("vue").PropType<string>;
|
|
1859
2252
|
default: any;
|
|
1860
2253
|
};
|
|
2254
|
+
iconType: {
|
|
2255
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2256
|
+
default: string;
|
|
2257
|
+
};
|
|
1861
2258
|
buttonText: {
|
|
1862
2259
|
type: import("vue").PropType<string>;
|
|
1863
2260
|
default: any;
|
|
@@ -1869,7 +2266,10 @@ declare const _default: {
|
|
|
1869
2266
|
}, string, {
|
|
1870
2267
|
title: string;
|
|
1871
2268
|
variant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2269
|
+
iconName: string;
|
|
2270
|
+
iconSize: string;
|
|
1872
2271
|
subtitle: string;
|
|
2272
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1873
2273
|
buttonText: string;
|
|
1874
2274
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1875
2275
|
$slots: {
|
|
@@ -1882,14 +2282,25 @@ declare const _default: {
|
|
|
1882
2282
|
$: import("vue").ComponentInternalInstance;
|
|
1883
2283
|
$data: {};
|
|
1884
2284
|
$props: Partial<{
|
|
2285
|
+
type: "input" | "dropdown";
|
|
1885
2286
|
cell: string;
|
|
2287
|
+
displayValue: (option: unknown) => unknown;
|
|
1886
2288
|
validateFunction: (value: unknown) => string | boolean;
|
|
1887
2289
|
isLoading: boolean;
|
|
1888
2290
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2291
|
+
type: {
|
|
2292
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2293
|
+
required: true;
|
|
2294
|
+
default: string;
|
|
2295
|
+
};
|
|
1889
2296
|
cell: {
|
|
1890
2297
|
type: import("vue").PropType<string>;
|
|
1891
2298
|
default: string;
|
|
1892
2299
|
};
|
|
2300
|
+
displayValue: {
|
|
2301
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2302
|
+
default: (cell: unknown) => unknown;
|
|
2303
|
+
};
|
|
1893
2304
|
validateFunction: {
|
|
1894
2305
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
1895
2306
|
default: () => false;
|
|
@@ -1906,7 +2317,7 @@ declare const _default: {
|
|
|
1906
2317
|
type: import("vue").PropType<number>;
|
|
1907
2318
|
required: true;
|
|
1908
2319
|
};
|
|
1909
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "cell" | "validateFunction" | "isLoading">;
|
|
2320
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "displayValue" | "validateFunction" | "isLoading">;
|
|
1910
2321
|
$attrs: {
|
|
1911
2322
|
[x: string]: unknown;
|
|
1912
2323
|
};
|
|
@@ -1921,10 +2332,19 @@ declare const _default: {
|
|
|
1921
2332
|
$emit: (event: string, ...args: any[]) => void;
|
|
1922
2333
|
$el: any;
|
|
1923
2334
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2335
|
+
type: {
|
|
2336
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2337
|
+
required: true;
|
|
2338
|
+
default: string;
|
|
2339
|
+
};
|
|
1924
2340
|
cell: {
|
|
1925
2341
|
type: import("vue").PropType<string>;
|
|
1926
2342
|
default: string;
|
|
1927
2343
|
};
|
|
2344
|
+
displayValue: {
|
|
2345
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2346
|
+
default: (cell: unknown) => unknown;
|
|
2347
|
+
};
|
|
1928
2348
|
validateFunction: {
|
|
1929
2349
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
1930
2350
|
default: () => false;
|
|
@@ -1942,7 +2362,9 @@ declare const _default: {
|
|
|
1942
2362
|
required: true;
|
|
1943
2363
|
};
|
|
1944
2364
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2365
|
+
type: "input" | "dropdown";
|
|
1945
2366
|
cell: string;
|
|
2367
|
+
displayValue: (option: unknown) => unknown;
|
|
1946
2368
|
validateFunction: (value: unknown) => string | boolean;
|
|
1947
2369
|
isLoading: boolean;
|
|
1948
2370
|
}, {}, string> & {
|
|
@@ -1966,10 +2388,19 @@ declare const _default: {
|
|
|
1966
2388
|
$nextTick: typeof import("vue").nextTick;
|
|
1967
2389
|
$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;
|
|
1968
2390
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
2391
|
+
type: {
|
|
2392
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2393
|
+
required: true;
|
|
2394
|
+
default: string;
|
|
2395
|
+
};
|
|
1969
2396
|
cell: {
|
|
1970
2397
|
type: import("vue").PropType<string>;
|
|
1971
2398
|
default: string;
|
|
1972
2399
|
};
|
|
2400
|
+
displayValue: {
|
|
2401
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2402
|
+
default: (cell: unknown) => unknown;
|
|
2403
|
+
};
|
|
1973
2404
|
validateFunction: {
|
|
1974
2405
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
1975
2406
|
default: () => false;
|
|
@@ -1991,10 +2422,19 @@ declare const _default: {
|
|
|
1991
2422
|
__isTeleport?: never;
|
|
1992
2423
|
__isSuspense?: never;
|
|
1993
2424
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2425
|
+
type: {
|
|
2426
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2427
|
+
required: true;
|
|
2428
|
+
default: string;
|
|
2429
|
+
};
|
|
1994
2430
|
cell: {
|
|
1995
2431
|
type: import("vue").PropType<string>;
|
|
1996
2432
|
default: string;
|
|
1997
2433
|
};
|
|
2434
|
+
displayValue: {
|
|
2435
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2436
|
+
default: (cell: unknown) => unknown;
|
|
2437
|
+
};
|
|
1998
2438
|
validateFunction: {
|
|
1999
2439
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
2000
2440
|
default: () => false;
|
|
@@ -2012,7 +2452,9 @@ declare const _default: {
|
|
|
2012
2452
|
required: true;
|
|
2013
2453
|
};
|
|
2014
2454
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2455
|
+
type: "input" | "dropdown";
|
|
2015
2456
|
cell: string;
|
|
2457
|
+
displayValue: (option: unknown) => unknown;
|
|
2016
2458
|
validateFunction: (value: unknown) => string | boolean;
|
|
2017
2459
|
isLoading: boolean;
|
|
2018
2460
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -2026,14 +2468,25 @@ declare const _default: {
|
|
|
2026
2468
|
$: import("vue").ComponentInternalInstance;
|
|
2027
2469
|
$data: {};
|
|
2028
2470
|
$props: Partial<{
|
|
2471
|
+
type: "input" | "dropdown";
|
|
2029
2472
|
cell: string;
|
|
2473
|
+
displayValue: (option: unknown) => unknown;
|
|
2030
2474
|
validateFunction: (value: unknown) => string | boolean;
|
|
2031
2475
|
isLoading: boolean;
|
|
2032
2476
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2477
|
+
type: {
|
|
2478
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2479
|
+
required: true;
|
|
2480
|
+
default: string;
|
|
2481
|
+
};
|
|
2033
2482
|
cell: {
|
|
2034
2483
|
type: import("vue").PropType<string>;
|
|
2035
2484
|
default: string;
|
|
2036
2485
|
};
|
|
2486
|
+
displayValue: {
|
|
2487
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2488
|
+
default: (cell: unknown) => unknown;
|
|
2489
|
+
};
|
|
2037
2490
|
validateFunction: {
|
|
2038
2491
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
2039
2492
|
default: () => false;
|
|
@@ -2050,7 +2503,7 @@ declare const _default: {
|
|
|
2050
2503
|
type: import("vue").PropType<number>;
|
|
2051
2504
|
required: true;
|
|
2052
2505
|
};
|
|
2053
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "cell" | "validateFunction" | "isLoading">;
|
|
2506
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "displayValue" | "validateFunction" | "isLoading">;
|
|
2054
2507
|
$attrs: {
|
|
2055
2508
|
[x: string]: unknown;
|
|
2056
2509
|
};
|
|
@@ -2065,10 +2518,19 @@ declare const _default: {
|
|
|
2065
2518
|
$emit: (event: string, ...args: any[]) => void;
|
|
2066
2519
|
$el: any;
|
|
2067
2520
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2521
|
+
type: {
|
|
2522
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2523
|
+
required: true;
|
|
2524
|
+
default: string;
|
|
2525
|
+
};
|
|
2068
2526
|
cell: {
|
|
2069
2527
|
type: import("vue").PropType<string>;
|
|
2070
2528
|
default: string;
|
|
2071
2529
|
};
|
|
2530
|
+
displayValue: {
|
|
2531
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2532
|
+
default: (cell: unknown) => unknown;
|
|
2533
|
+
};
|
|
2072
2534
|
validateFunction: {
|
|
2073
2535
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
2074
2536
|
default: () => false;
|
|
@@ -2086,7 +2548,9 @@ declare const _default: {
|
|
|
2086
2548
|
required: true;
|
|
2087
2549
|
};
|
|
2088
2550
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2551
|
+
type: "input" | "dropdown";
|
|
2089
2552
|
cell: string;
|
|
2553
|
+
displayValue: (option: unknown) => unknown;
|
|
2090
2554
|
validateFunction: (value: unknown) => string | boolean;
|
|
2091
2555
|
isLoading: boolean;
|
|
2092
2556
|
}, {}, string> & {
|
|
@@ -2110,10 +2574,19 @@ declare const _default: {
|
|
|
2110
2574
|
$nextTick: typeof import("vue").nextTick;
|
|
2111
2575
|
$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;
|
|
2112
2576
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
2577
|
+
type: {
|
|
2578
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2579
|
+
required: true;
|
|
2580
|
+
default: string;
|
|
2581
|
+
};
|
|
2113
2582
|
cell: {
|
|
2114
2583
|
type: import("vue").PropType<string>;
|
|
2115
2584
|
default: string;
|
|
2116
2585
|
};
|
|
2586
|
+
displayValue: {
|
|
2587
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2588
|
+
default: (cell: unknown) => unknown;
|
|
2589
|
+
};
|
|
2117
2590
|
validateFunction: {
|
|
2118
2591
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
2119
2592
|
default: () => false;
|
|
@@ -2135,10 +2608,19 @@ declare const _default: {
|
|
|
2135
2608
|
__isTeleport?: never;
|
|
2136
2609
|
__isSuspense?: never;
|
|
2137
2610
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2611
|
+
type: {
|
|
2612
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2613
|
+
required: true;
|
|
2614
|
+
default: string;
|
|
2615
|
+
};
|
|
2138
2616
|
cell: {
|
|
2139
2617
|
type: import("vue").PropType<string>;
|
|
2140
2618
|
default: string;
|
|
2141
2619
|
};
|
|
2620
|
+
displayValue: {
|
|
2621
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2622
|
+
default: (cell: unknown) => unknown;
|
|
2623
|
+
};
|
|
2142
2624
|
validateFunction: {
|
|
2143
2625
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
2144
2626
|
default: () => false;
|
|
@@ -2156,7 +2638,9 @@ declare const _default: {
|
|
|
2156
2638
|
required: true;
|
|
2157
2639
|
};
|
|
2158
2640
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2641
|
+
type: "input" | "dropdown";
|
|
2159
2642
|
cell: string;
|
|
2643
|
+
displayValue: (option: unknown) => unknown;
|
|
2160
2644
|
validateFunction: (value: unknown) => string | boolean;
|
|
2161
2645
|
isLoading: boolean;
|
|
2162
2646
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -2786,8 +3270,8 @@ declare const _default: {
|
|
|
2786
3270
|
};
|
|
2787
3271
|
});
|
|
2788
3272
|
DataGridMenu: import("vue").DefineComponent<{
|
|
2789
|
-
|
|
2790
|
-
type: import("vue").PropType<
|
|
3273
|
+
rowIndex: {
|
|
3274
|
+
type: import("vue").PropType<number>;
|
|
2791
3275
|
default: any;
|
|
2792
3276
|
};
|
|
2793
3277
|
menuItems: {
|
|
@@ -2798,8 +3282,8 @@ declare const _default: {
|
|
|
2798
3282
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2799
3283
|
selected: (option: unknown) => void;
|
|
2800
3284
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2801
|
-
|
|
2802
|
-
type: import("vue").PropType<
|
|
3285
|
+
rowIndex: {
|
|
3286
|
+
type: import("vue").PropType<number>;
|
|
2803
3287
|
default: any;
|
|
2804
3288
|
};
|
|
2805
3289
|
menuItems: {
|
|
@@ -2810,7 +3294,7 @@ declare const _default: {
|
|
|
2810
3294
|
}>> & {
|
|
2811
3295
|
onSelected?: (option: unknown) => any;
|
|
2812
3296
|
}, {
|
|
2813
|
-
|
|
3297
|
+
rowIndex: number;
|
|
2814
3298
|
menuItems: tableV4.MenuItem[];
|
|
2815
3299
|
}>;
|
|
2816
3300
|
DataGridRowsCounter: import("vue").DefineComponent<{
|
|
@@ -2822,6 +3306,18 @@ declare const _default: {
|
|
|
2822
3306
|
type: import("vue").PropType<number>;
|
|
2823
3307
|
default: number;
|
|
2824
3308
|
};
|
|
3309
|
+
displayingText: {
|
|
3310
|
+
type: import("vue").PropType<string>;
|
|
3311
|
+
default: string;
|
|
3312
|
+
};
|
|
3313
|
+
outOfText: {
|
|
3314
|
+
type: import("vue").PropType<string>;
|
|
3315
|
+
default: string;
|
|
3316
|
+
};
|
|
3317
|
+
totalText: {
|
|
3318
|
+
type: import("vue").PropType<string>;
|
|
3319
|
+
default: string;
|
|
3320
|
+
};
|
|
2825
3321
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2826
3322
|
count: {
|
|
2827
3323
|
type: import("vue").PropType<number>;
|
|
@@ -2831,9 +3327,24 @@ declare const _default: {
|
|
|
2831
3327
|
type: import("vue").PropType<number>;
|
|
2832
3328
|
default: number;
|
|
2833
3329
|
};
|
|
3330
|
+
displayingText: {
|
|
3331
|
+
type: import("vue").PropType<string>;
|
|
3332
|
+
default: string;
|
|
3333
|
+
};
|
|
3334
|
+
outOfText: {
|
|
3335
|
+
type: import("vue").PropType<string>;
|
|
3336
|
+
default: string;
|
|
3337
|
+
};
|
|
3338
|
+
totalText: {
|
|
3339
|
+
type: import("vue").PropType<string>;
|
|
3340
|
+
default: string;
|
|
3341
|
+
};
|
|
2834
3342
|
}>>, {
|
|
2835
3343
|
count: number;
|
|
2836
3344
|
totalCount: number;
|
|
3345
|
+
displayingText: string;
|
|
3346
|
+
outOfText: string;
|
|
3347
|
+
totalText: string;
|
|
2837
3348
|
}>;
|
|
2838
3349
|
DataGridTypes: () => (({
|
|
2839
3350
|
new (...args: any[]): {
|
|
@@ -3453,8 +3964,8 @@ declare const _default: {
|
|
|
3453
3964
|
footer?(_: {}): any;
|
|
3454
3965
|
};
|
|
3455
3966
|
})) | import("vue").DefineComponent<{
|
|
3456
|
-
|
|
3457
|
-
type: import("vue").PropType<
|
|
3967
|
+
rowIndex: {
|
|
3968
|
+
type: import("vue").PropType<number>;
|
|
3458
3969
|
default: any;
|
|
3459
3970
|
};
|
|
3460
3971
|
menuItems: {
|
|
@@ -3465,8 +3976,8 @@ declare const _default: {
|
|
|
3465
3976
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3466
3977
|
selected: (option: unknown) => void;
|
|
3467
3978
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3468
|
-
|
|
3469
|
-
type: import("vue").PropType<
|
|
3979
|
+
rowIndex: {
|
|
3980
|
+
type: import("vue").PropType<number>;
|
|
3470
3981
|
default: any;
|
|
3471
3982
|
};
|
|
3472
3983
|
menuItems: {
|
|
@@ -3477,7 +3988,7 @@ declare const _default: {
|
|
|
3477
3988
|
}>> & {
|
|
3478
3989
|
onSelected?: (option: unknown) => any;
|
|
3479
3990
|
}, {
|
|
3480
|
-
|
|
3991
|
+
rowIndex: number;
|
|
3481
3992
|
menuItems: tableV4.MenuItem[];
|
|
3482
3993
|
}> | import("vue").DefineComponent<{
|
|
3483
3994
|
count: {
|
|
@@ -3488,6 +3999,18 @@ declare const _default: {
|
|
|
3488
3999
|
type: import("vue").PropType<number>;
|
|
3489
4000
|
default: number;
|
|
3490
4001
|
};
|
|
4002
|
+
displayingText: {
|
|
4003
|
+
type: import("vue").PropType<string>;
|
|
4004
|
+
default: string;
|
|
4005
|
+
};
|
|
4006
|
+
outOfText: {
|
|
4007
|
+
type: import("vue").PropType<string>;
|
|
4008
|
+
default: string;
|
|
4009
|
+
};
|
|
4010
|
+
totalText: {
|
|
4011
|
+
type: import("vue").PropType<string>;
|
|
4012
|
+
default: string;
|
|
4013
|
+
};
|
|
3491
4014
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3492
4015
|
count: {
|
|
3493
4016
|
type: import("vue").PropType<number>;
|
|
@@ -3497,9 +4020,24 @@ declare const _default: {
|
|
|
3497
4020
|
type: import("vue").PropType<number>;
|
|
3498
4021
|
default: number;
|
|
3499
4022
|
};
|
|
4023
|
+
displayingText: {
|
|
4024
|
+
type: import("vue").PropType<string>;
|
|
4025
|
+
default: string;
|
|
4026
|
+
};
|
|
4027
|
+
outOfText: {
|
|
4028
|
+
type: import("vue").PropType<string>;
|
|
4029
|
+
default: string;
|
|
4030
|
+
};
|
|
4031
|
+
totalText: {
|
|
4032
|
+
type: import("vue").PropType<string>;
|
|
4033
|
+
default: string;
|
|
4034
|
+
};
|
|
3500
4035
|
}>>, {
|
|
3501
4036
|
count: number;
|
|
3502
4037
|
totalCount: number;
|
|
4038
|
+
displayingText: string;
|
|
4039
|
+
outOfText: string;
|
|
4040
|
+
totalText: string;
|
|
3503
4041
|
}>)[];
|
|
3504
4042
|
Table: {
|
|
3505
4043
|
new (...args: any[]): {
|
|
@@ -5594,7 +6132,7 @@ declare const _default: {
|
|
|
5594
6132
|
}>;
|
|
5595
6133
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5596
6134
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5597
|
-
$emit: ((event: "open") => void) & ((event: "
|
|
6135
|
+
$emit: ((event: "open") => void) & ((event: "close", reason: dialogV3.Reason) => void) & ((event: "cancel") => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "save") => void);
|
|
5598
6136
|
$el: any;
|
|
5599
6137
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5600
6138
|
title: {
|
|
@@ -6063,7 +6601,7 @@ declare const _default: {
|
|
|
6063
6601
|
}>;
|
|
6064
6602
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6065
6603
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6066
|
-
$emit: ((event: "open") => void) & ((event: "
|
|
6604
|
+
$emit: ((event: "open") => void) & ((event: "close", reason: dialogV3.Reason) => void) & ((event: "cancel") => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "save") => void);
|
|
6067
6605
|
$el: any;
|
|
6068
6606
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6069
6607
|
title: {
|
|
@@ -7676,13 +8214,13 @@ declare const _default: {
|
|
|
7676
8214
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
7677
8215
|
feedbackText: string;
|
|
7678
8216
|
feedbackVariant: "success" | "warning" | "error";
|
|
8217
|
+
maxLength: number;
|
|
7679
8218
|
viewOnly: boolean;
|
|
7680
8219
|
labelDirection: "top" | "inside";
|
|
7681
8220
|
hideNumberArrows: boolean;
|
|
7682
8221
|
step: number;
|
|
7683
8222
|
onlyDigits: boolean;
|
|
7684
8223
|
suffix: string;
|
|
7685
|
-
maxLength: number;
|
|
7686
8224
|
showApply: boolean;
|
|
7687
8225
|
inlineError: boolean;
|
|
7688
8226
|
inlineErrorText: string;
|
|
@@ -7744,6 +8282,10 @@ declare const _default: {
|
|
|
7744
8282
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
7745
8283
|
default: any;
|
|
7746
8284
|
};
|
|
8285
|
+
maxLength: {
|
|
8286
|
+
type: import("vue").PropType<number>;
|
|
8287
|
+
default: any;
|
|
8288
|
+
};
|
|
7747
8289
|
viewOnly: {
|
|
7748
8290
|
type: import("vue").PropType<boolean>;
|
|
7749
8291
|
default: boolean;
|
|
@@ -7768,10 +8310,6 @@ declare const _default: {
|
|
|
7768
8310
|
type: import("vue").PropType<string>;
|
|
7769
8311
|
default: string;
|
|
7770
8312
|
};
|
|
7771
|
-
maxLength: {
|
|
7772
|
-
type: import("vue").PropType<number>;
|
|
7773
|
-
default: any;
|
|
7774
|
-
};
|
|
7775
8313
|
showApply: {
|
|
7776
8314
|
type: import("vue").PropType<boolean>;
|
|
7777
8315
|
default: boolean;
|
|
@@ -7791,7 +8329,7 @@ declare const _default: {
|
|
|
7791
8329
|
}>> & {
|
|
7792
8330
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
7793
8331
|
onApply?: () => any;
|
|
7794
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "modelValue" | "placeholder" | "autoFocus" | "prefix" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "suffix" | "
|
|
8332
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "modelValue" | "placeholder" | "autoFocus" | "prefix" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "maxLength" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "showFeedbackTextIcon">;
|
|
7795
8333
|
$attrs: {
|
|
7796
8334
|
[x: string]: unknown;
|
|
7797
8335
|
};
|
|
@@ -7862,6 +8400,10 @@ declare const _default: {
|
|
|
7862
8400
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
7863
8401
|
default: any;
|
|
7864
8402
|
};
|
|
8403
|
+
maxLength: {
|
|
8404
|
+
type: import("vue").PropType<number>;
|
|
8405
|
+
default: any;
|
|
8406
|
+
};
|
|
7865
8407
|
viewOnly: {
|
|
7866
8408
|
type: import("vue").PropType<boolean>;
|
|
7867
8409
|
default: boolean;
|
|
@@ -7886,10 +8428,6 @@ declare const _default: {
|
|
|
7886
8428
|
type: import("vue").PropType<string>;
|
|
7887
8429
|
default: string;
|
|
7888
8430
|
};
|
|
7889
|
-
maxLength: {
|
|
7890
|
-
type: import("vue").PropType<number>;
|
|
7891
|
-
default: any;
|
|
7892
|
-
};
|
|
7893
8431
|
showApply: {
|
|
7894
8432
|
type: import("vue").PropType<boolean>;
|
|
7895
8433
|
default: boolean;
|
|
@@ -7929,13 +8467,13 @@ declare const _default: {
|
|
|
7929
8467
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
7930
8468
|
feedbackText: string;
|
|
7931
8469
|
feedbackVariant: "success" | "warning" | "error";
|
|
8470
|
+
maxLength: number;
|
|
7932
8471
|
viewOnly: boolean;
|
|
7933
8472
|
labelDirection: "top" | "inside";
|
|
7934
8473
|
hideNumberArrows: boolean;
|
|
7935
8474
|
step: number;
|
|
7936
8475
|
onlyDigits: boolean;
|
|
7937
8476
|
suffix: string;
|
|
7938
|
-
maxLength: number;
|
|
7939
8477
|
showApply: boolean;
|
|
7940
8478
|
inlineError: boolean;
|
|
7941
8479
|
inlineErrorText: string;
|
|
@@ -8017,6 +8555,10 @@ declare const _default: {
|
|
|
8017
8555
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
8018
8556
|
default: any;
|
|
8019
8557
|
};
|
|
8558
|
+
maxLength: {
|
|
8559
|
+
type: import("vue").PropType<number>;
|
|
8560
|
+
default: any;
|
|
8561
|
+
};
|
|
8020
8562
|
viewOnly: {
|
|
8021
8563
|
type: import("vue").PropType<boolean>;
|
|
8022
8564
|
default: boolean;
|
|
@@ -8041,10 +8583,6 @@ declare const _default: {
|
|
|
8041
8583
|
type: import("vue").PropType<string>;
|
|
8042
8584
|
default: string;
|
|
8043
8585
|
};
|
|
8044
|
-
maxLength: {
|
|
8045
|
-
type: import("vue").PropType<number>;
|
|
8046
|
-
default: any;
|
|
8047
|
-
};
|
|
8048
8586
|
showApply: {
|
|
8049
8587
|
type: import("vue").PropType<boolean>;
|
|
8050
8588
|
default: boolean;
|
|
@@ -8127,6 +8665,10 @@ declare const _default: {
|
|
|
8127
8665
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
8128
8666
|
default: any;
|
|
8129
8667
|
};
|
|
8668
|
+
maxLength: {
|
|
8669
|
+
type: import("vue").PropType<number>;
|
|
8670
|
+
default: any;
|
|
8671
|
+
};
|
|
8130
8672
|
viewOnly: {
|
|
8131
8673
|
type: import("vue").PropType<boolean>;
|
|
8132
8674
|
default: boolean;
|
|
@@ -8151,10 +8693,6 @@ declare const _default: {
|
|
|
8151
8693
|
type: import("vue").PropType<string>;
|
|
8152
8694
|
default: string;
|
|
8153
8695
|
};
|
|
8154
|
-
maxLength: {
|
|
8155
|
-
type: import("vue").PropType<number>;
|
|
8156
|
-
default: any;
|
|
8157
|
-
};
|
|
8158
8696
|
showApply: {
|
|
8159
8697
|
type: import("vue").PropType<boolean>;
|
|
8160
8698
|
default: boolean;
|
|
@@ -8194,13 +8732,13 @@ declare const _default: {
|
|
|
8194
8732
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
8195
8733
|
feedbackText: string;
|
|
8196
8734
|
feedbackVariant: "success" | "warning" | "error";
|
|
8735
|
+
maxLength: number;
|
|
8197
8736
|
viewOnly: boolean;
|
|
8198
8737
|
labelDirection: "top" | "inside";
|
|
8199
8738
|
hideNumberArrows: boolean;
|
|
8200
8739
|
step: number;
|
|
8201
8740
|
onlyDigits: boolean;
|
|
8202
8741
|
suffix: string;
|
|
8203
|
-
maxLength: number;
|
|
8204
8742
|
showApply: boolean;
|
|
8205
8743
|
inlineError: boolean;
|
|
8206
8744
|
inlineErrorText: string;
|
|
@@ -8230,13 +8768,13 @@ declare const _default: {
|
|
|
8230
8768
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
8231
8769
|
feedbackText: string;
|
|
8232
8770
|
feedbackVariant: "success" | "warning" | "error";
|
|
8771
|
+
maxLength: number;
|
|
8233
8772
|
viewOnly: boolean;
|
|
8234
8773
|
labelDirection: "top" | "inside";
|
|
8235
8774
|
hideNumberArrows: boolean;
|
|
8236
8775
|
step: number;
|
|
8237
8776
|
onlyDigits: boolean;
|
|
8238
8777
|
suffix: string;
|
|
8239
|
-
maxLength: number;
|
|
8240
8778
|
showApply: boolean;
|
|
8241
8779
|
inlineError: boolean;
|
|
8242
8780
|
inlineErrorText: string;
|
|
@@ -8298,6 +8836,10 @@ declare const _default: {
|
|
|
8298
8836
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
8299
8837
|
default: any;
|
|
8300
8838
|
};
|
|
8839
|
+
maxLength: {
|
|
8840
|
+
type: import("vue").PropType<number>;
|
|
8841
|
+
default: any;
|
|
8842
|
+
};
|
|
8301
8843
|
viewOnly: {
|
|
8302
8844
|
type: import("vue").PropType<boolean>;
|
|
8303
8845
|
default: boolean;
|
|
@@ -8322,10 +8864,6 @@ declare const _default: {
|
|
|
8322
8864
|
type: import("vue").PropType<string>;
|
|
8323
8865
|
default: string;
|
|
8324
8866
|
};
|
|
8325
|
-
maxLength: {
|
|
8326
|
-
type: import("vue").PropType<number>;
|
|
8327
|
-
default: any;
|
|
8328
|
-
};
|
|
8329
8867
|
showApply: {
|
|
8330
8868
|
type: import("vue").PropType<boolean>;
|
|
8331
8869
|
default: boolean;
|
|
@@ -8345,7 +8883,7 @@ declare const _default: {
|
|
|
8345
8883
|
}>> & {
|
|
8346
8884
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
8347
8885
|
onApply?: () => any;
|
|
8348
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "modelValue" | "placeholder" | "autoFocus" | "prefix" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "suffix" | "
|
|
8886
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "modelValue" | "placeholder" | "autoFocus" | "prefix" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "maxLength" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "showFeedbackTextIcon">;
|
|
8349
8887
|
$attrs: {
|
|
8350
8888
|
[x: string]: unknown;
|
|
8351
8889
|
};
|
|
@@ -8416,6 +8954,10 @@ declare const _default: {
|
|
|
8416
8954
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
8417
8955
|
default: any;
|
|
8418
8956
|
};
|
|
8957
|
+
maxLength: {
|
|
8958
|
+
type: import("vue").PropType<number>;
|
|
8959
|
+
default: any;
|
|
8960
|
+
};
|
|
8419
8961
|
viewOnly: {
|
|
8420
8962
|
type: import("vue").PropType<boolean>;
|
|
8421
8963
|
default: boolean;
|
|
@@ -8440,10 +8982,6 @@ declare const _default: {
|
|
|
8440
8982
|
type: import("vue").PropType<string>;
|
|
8441
8983
|
default: string;
|
|
8442
8984
|
};
|
|
8443
|
-
maxLength: {
|
|
8444
|
-
type: import("vue").PropType<number>;
|
|
8445
|
-
default: any;
|
|
8446
|
-
};
|
|
8447
8985
|
showApply: {
|
|
8448
8986
|
type: import("vue").PropType<boolean>;
|
|
8449
8987
|
default: boolean;
|
|
@@ -8483,13 +9021,13 @@ declare const _default: {
|
|
|
8483
9021
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
8484
9022
|
feedbackText: string;
|
|
8485
9023
|
feedbackVariant: "success" | "warning" | "error";
|
|
9024
|
+
maxLength: number;
|
|
8486
9025
|
viewOnly: boolean;
|
|
8487
9026
|
labelDirection: "top" | "inside";
|
|
8488
9027
|
hideNumberArrows: boolean;
|
|
8489
9028
|
step: number;
|
|
8490
9029
|
onlyDigits: boolean;
|
|
8491
9030
|
suffix: string;
|
|
8492
|
-
maxLength: number;
|
|
8493
9031
|
showApply: boolean;
|
|
8494
9032
|
inlineError: boolean;
|
|
8495
9033
|
inlineErrorText: string;
|
|
@@ -8571,6 +9109,10 @@ declare const _default: {
|
|
|
8571
9109
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
8572
9110
|
default: any;
|
|
8573
9111
|
};
|
|
9112
|
+
maxLength: {
|
|
9113
|
+
type: import("vue").PropType<number>;
|
|
9114
|
+
default: any;
|
|
9115
|
+
};
|
|
8574
9116
|
viewOnly: {
|
|
8575
9117
|
type: import("vue").PropType<boolean>;
|
|
8576
9118
|
default: boolean;
|
|
@@ -8595,10 +9137,6 @@ declare const _default: {
|
|
|
8595
9137
|
type: import("vue").PropType<string>;
|
|
8596
9138
|
default: string;
|
|
8597
9139
|
};
|
|
8598
|
-
maxLength: {
|
|
8599
|
-
type: import("vue").PropType<number>;
|
|
8600
|
-
default: any;
|
|
8601
|
-
};
|
|
8602
9140
|
showApply: {
|
|
8603
9141
|
type: import("vue").PropType<boolean>;
|
|
8604
9142
|
default: boolean;
|
|
@@ -8681,6 +9219,10 @@ declare const _default: {
|
|
|
8681
9219
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
8682
9220
|
default: any;
|
|
8683
9221
|
};
|
|
9222
|
+
maxLength: {
|
|
9223
|
+
type: import("vue").PropType<number>;
|
|
9224
|
+
default: any;
|
|
9225
|
+
};
|
|
8684
9226
|
viewOnly: {
|
|
8685
9227
|
type: import("vue").PropType<boolean>;
|
|
8686
9228
|
default: boolean;
|
|
@@ -8705,10 +9247,6 @@ declare const _default: {
|
|
|
8705
9247
|
type: import("vue").PropType<string>;
|
|
8706
9248
|
default: string;
|
|
8707
9249
|
};
|
|
8708
|
-
maxLength: {
|
|
8709
|
-
type: import("vue").PropType<number>;
|
|
8710
|
-
default: any;
|
|
8711
|
-
};
|
|
8712
9250
|
showApply: {
|
|
8713
9251
|
type: import("vue").PropType<boolean>;
|
|
8714
9252
|
default: boolean;
|
|
@@ -8748,13 +9286,13 @@ declare const _default: {
|
|
|
8748
9286
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
8749
9287
|
feedbackText: string;
|
|
8750
9288
|
feedbackVariant: "success" | "warning" | "error";
|
|
9289
|
+
maxLength: number;
|
|
8751
9290
|
viewOnly: boolean;
|
|
8752
9291
|
labelDirection: "top" | "inside";
|
|
8753
9292
|
hideNumberArrows: boolean;
|
|
8754
9293
|
step: number;
|
|
8755
9294
|
onlyDigits: boolean;
|
|
8756
9295
|
suffix: string;
|
|
8757
|
-
maxLength: number;
|
|
8758
9296
|
showApply: boolean;
|
|
8759
9297
|
inlineError: boolean;
|
|
8760
9298
|
inlineErrorText: string;
|
|
@@ -15542,10 +16080,10 @@ declare const _default: {
|
|
|
15542
16080
|
$: import("vue").ComponentInternalInstance;
|
|
15543
16081
|
$data: {};
|
|
15544
16082
|
$props: Partial<{
|
|
16083
|
+
variant: "text" | "contained" | "outlined";
|
|
15545
16084
|
disabled: boolean;
|
|
15546
16085
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
15547
16086
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
15548
|
-
variant: "text" | "contained" | "outlined";
|
|
15549
16087
|
content: string;
|
|
15550
16088
|
loading: boolean;
|
|
15551
16089
|
testId: string;
|
|
@@ -15554,6 +16092,10 @@ declare const _default: {
|
|
|
15554
16092
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15555
16093
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15556
16094
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
16095
|
+
variant: {
|
|
16096
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
16097
|
+
default: string;
|
|
16098
|
+
};
|
|
15557
16099
|
disabled: {
|
|
15558
16100
|
type: import("vue").PropType<boolean>;
|
|
15559
16101
|
default: boolean;
|
|
@@ -15566,10 +16108,6 @@ declare const _default: {
|
|
|
15566
16108
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
15567
16109
|
default: string;
|
|
15568
16110
|
};
|
|
15569
|
-
variant: {
|
|
15570
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
15571
|
-
default: string;
|
|
15572
|
-
};
|
|
15573
16111
|
content: {
|
|
15574
16112
|
type: import("vue").PropType<string>;
|
|
15575
16113
|
default: string;
|
|
@@ -15598,7 +16136,7 @@ declare const _default: {
|
|
|
15598
16136
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15599
16137
|
default: string;
|
|
15600
16138
|
};
|
|
15601
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
16139
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "size" | "color" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
|
|
15602
16140
|
$attrs: {
|
|
15603
16141
|
[x: string]: unknown;
|
|
15604
16142
|
};
|
|
@@ -15613,6 +16151,10 @@ declare const _default: {
|
|
|
15613
16151
|
$emit: (event: string, ...args: any[]) => void;
|
|
15614
16152
|
$el: any;
|
|
15615
16153
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
16154
|
+
variant: {
|
|
16155
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
16156
|
+
default: string;
|
|
16157
|
+
};
|
|
15616
16158
|
disabled: {
|
|
15617
16159
|
type: import("vue").PropType<boolean>;
|
|
15618
16160
|
default: boolean;
|
|
@@ -15625,10 +16167,6 @@ declare const _default: {
|
|
|
15625
16167
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
15626
16168
|
default: string;
|
|
15627
16169
|
};
|
|
15628
|
-
variant: {
|
|
15629
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
15630
|
-
default: string;
|
|
15631
|
-
};
|
|
15632
16170
|
content: {
|
|
15633
16171
|
type: import("vue").PropType<string>;
|
|
15634
16172
|
default: string;
|
|
@@ -15658,10 +16196,10 @@ declare const _default: {
|
|
|
15658
16196
|
default: string;
|
|
15659
16197
|
};
|
|
15660
16198
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
16199
|
+
variant: "text" | "contained" | "outlined";
|
|
15661
16200
|
disabled: boolean;
|
|
15662
16201
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
15663
16202
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
15664
|
-
variant: "text" | "contained" | "outlined";
|
|
15665
16203
|
content: string;
|
|
15666
16204
|
loading: boolean;
|
|
15667
16205
|
testId: string;
|
|
@@ -15690,6 +16228,10 @@ declare const _default: {
|
|
|
15690
16228
|
$nextTick: typeof import("vue").nextTick;
|
|
15691
16229
|
$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;
|
|
15692
16230
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
16231
|
+
variant: {
|
|
16232
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
16233
|
+
default: string;
|
|
16234
|
+
};
|
|
15693
16235
|
disabled: {
|
|
15694
16236
|
type: import("vue").PropType<boolean>;
|
|
15695
16237
|
default: boolean;
|
|
@@ -15702,10 +16244,6 @@ declare const _default: {
|
|
|
15702
16244
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
15703
16245
|
default: string;
|
|
15704
16246
|
};
|
|
15705
|
-
variant: {
|
|
15706
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
15707
|
-
default: string;
|
|
15708
|
-
};
|
|
15709
16247
|
content: {
|
|
15710
16248
|
type: import("vue").PropType<string>;
|
|
15711
16249
|
default: string;
|
|
@@ -15739,6 +16277,10 @@ declare const _default: {
|
|
|
15739
16277
|
__isTeleport?: never;
|
|
15740
16278
|
__isSuspense?: never;
|
|
15741
16279
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
16280
|
+
variant: {
|
|
16281
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
16282
|
+
default: string;
|
|
16283
|
+
};
|
|
15742
16284
|
disabled: {
|
|
15743
16285
|
type: import("vue").PropType<boolean>;
|
|
15744
16286
|
default: boolean;
|
|
@@ -15751,10 +16293,6 @@ declare const _default: {
|
|
|
15751
16293
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
15752
16294
|
default: string;
|
|
15753
16295
|
};
|
|
15754
|
-
variant: {
|
|
15755
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
15756
|
-
default: string;
|
|
15757
|
-
};
|
|
15758
16296
|
content: {
|
|
15759
16297
|
type: import("vue").PropType<string>;
|
|
15760
16298
|
default: string;
|
|
@@ -15784,10 +16322,10 @@ declare const _default: {
|
|
|
15784
16322
|
default: string;
|
|
15785
16323
|
};
|
|
15786
16324
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
16325
|
+
variant: "text" | "contained" | "outlined";
|
|
15787
16326
|
disabled: boolean;
|
|
15788
16327
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
15789
16328
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
15790
|
-
variant: "text" | "contained" | "outlined";
|
|
15791
16329
|
content: string;
|
|
15792
16330
|
loading: boolean;
|
|
15793
16331
|
testId: string;
|
|
@@ -15807,10 +16345,10 @@ declare const _default: {
|
|
|
15807
16345
|
$data: {};
|
|
15808
16346
|
$props: Partial<{
|
|
15809
16347
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16348
|
+
variant: "default" | "outlined";
|
|
15810
16349
|
disabled: boolean;
|
|
15811
16350
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
15812
16351
|
color: "default" | "primary" | "error";
|
|
15813
|
-
variant: "default" | "outlined";
|
|
15814
16352
|
testId: string;
|
|
15815
16353
|
iconName: string;
|
|
15816
16354
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -15818,6 +16356,10 @@ declare const _default: {
|
|
|
15818
16356
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15819
16357
|
default: string;
|
|
15820
16358
|
};
|
|
16359
|
+
variant: {
|
|
16360
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
16361
|
+
default: string;
|
|
16362
|
+
};
|
|
15821
16363
|
disabled: {
|
|
15822
16364
|
type: import("vue").PropType<boolean>;
|
|
15823
16365
|
default: boolean;
|
|
@@ -15830,10 +16372,6 @@ declare const _default: {
|
|
|
15830
16372
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
15831
16373
|
default: string;
|
|
15832
16374
|
};
|
|
15833
|
-
variant: {
|
|
15834
|
-
type: import("vue").PropType<"default" | "outlined">;
|
|
15835
|
-
default: string;
|
|
15836
|
-
};
|
|
15837
16375
|
testId: {
|
|
15838
16376
|
type: import("vue").PropType<string>;
|
|
15839
16377
|
default: string;
|
|
@@ -15842,7 +16380,7 @@ declare const _default: {
|
|
|
15842
16380
|
type: import("vue").PropType<string>;
|
|
15843
16381
|
default: string;
|
|
15844
16382
|
};
|
|
15845
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "
|
|
16383
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "variant" | "disabled" | "size" | "color" | "testId" | "iconName">;
|
|
15846
16384
|
$attrs: {
|
|
15847
16385
|
[x: string]: unknown;
|
|
15848
16386
|
};
|
|
@@ -15861,6 +16399,10 @@ declare const _default: {
|
|
|
15861
16399
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15862
16400
|
default: string;
|
|
15863
16401
|
};
|
|
16402
|
+
variant: {
|
|
16403
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
16404
|
+
default: string;
|
|
16405
|
+
};
|
|
15864
16406
|
disabled: {
|
|
15865
16407
|
type: import("vue").PropType<boolean>;
|
|
15866
16408
|
default: boolean;
|
|
@@ -15873,10 +16415,6 @@ declare const _default: {
|
|
|
15873
16415
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
15874
16416
|
default: string;
|
|
15875
16417
|
};
|
|
15876
|
-
variant: {
|
|
15877
|
-
type: import("vue").PropType<"default" | "outlined">;
|
|
15878
|
-
default: string;
|
|
15879
|
-
};
|
|
15880
16418
|
testId: {
|
|
15881
16419
|
type: import("vue").PropType<string>;
|
|
15882
16420
|
default: string;
|
|
@@ -15887,10 +16425,10 @@ declare const _default: {
|
|
|
15887
16425
|
};
|
|
15888
16426
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
15889
16427
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16428
|
+
variant: "default" | "outlined";
|
|
15890
16429
|
disabled: boolean;
|
|
15891
16430
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
15892
16431
|
color: "default" | "primary" | "error";
|
|
15893
|
-
variant: "default" | "outlined";
|
|
15894
16432
|
testId: string;
|
|
15895
16433
|
iconName: string;
|
|
15896
16434
|
}, {}, string> & {
|
|
@@ -15918,6 +16456,10 @@ declare const _default: {
|
|
|
15918
16456
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15919
16457
|
default: string;
|
|
15920
16458
|
};
|
|
16459
|
+
variant: {
|
|
16460
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
16461
|
+
default: string;
|
|
16462
|
+
};
|
|
15921
16463
|
disabled: {
|
|
15922
16464
|
type: import("vue").PropType<boolean>;
|
|
15923
16465
|
default: boolean;
|
|
@@ -15930,10 +16472,6 @@ declare const _default: {
|
|
|
15930
16472
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
15931
16473
|
default: string;
|
|
15932
16474
|
};
|
|
15933
|
-
variant: {
|
|
15934
|
-
type: import("vue").PropType<"default" | "outlined">;
|
|
15935
|
-
default: string;
|
|
15936
|
-
};
|
|
15937
16475
|
testId: {
|
|
15938
16476
|
type: import("vue").PropType<string>;
|
|
15939
16477
|
default: string;
|
|
@@ -15951,6 +16489,10 @@ declare const _default: {
|
|
|
15951
16489
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15952
16490
|
default: string;
|
|
15953
16491
|
};
|
|
16492
|
+
variant: {
|
|
16493
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
16494
|
+
default: string;
|
|
16495
|
+
};
|
|
15954
16496
|
disabled: {
|
|
15955
16497
|
type: import("vue").PropType<boolean>;
|
|
15956
16498
|
default: boolean;
|
|
@@ -15963,10 +16505,6 @@ declare const _default: {
|
|
|
15963
16505
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
15964
16506
|
default: string;
|
|
15965
16507
|
};
|
|
15966
|
-
variant: {
|
|
15967
|
-
type: import("vue").PropType<"default" | "outlined">;
|
|
15968
|
-
default: string;
|
|
15969
|
-
};
|
|
15970
16508
|
testId: {
|
|
15971
16509
|
type: import("vue").PropType<string>;
|
|
15972
16510
|
default: string;
|
|
@@ -15977,10 +16515,10 @@ declare const _default: {
|
|
|
15977
16515
|
};
|
|
15978
16516
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
15979
16517
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16518
|
+
variant: "default" | "outlined";
|
|
15980
16519
|
disabled: boolean;
|
|
15981
16520
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
15982
16521
|
color: "default" | "primary" | "error";
|
|
15983
|
-
variant: "default" | "outlined";
|
|
15984
16522
|
testId: string;
|
|
15985
16523
|
iconName: string;
|
|
15986
16524
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -15993,10 +16531,10 @@ declare const _default: {
|
|
|
15993
16531
|
$: import("vue").ComponentInternalInstance;
|
|
15994
16532
|
$data: {};
|
|
15995
16533
|
$props: Partial<{
|
|
16534
|
+
variant: "text" | "contained" | "outlined";
|
|
15996
16535
|
disabled: boolean;
|
|
15997
16536
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
15998
16537
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
15999
|
-
variant: "text" | "contained" | "outlined";
|
|
16000
16538
|
content: string;
|
|
16001
16539
|
loading: boolean;
|
|
16002
16540
|
testId: string;
|
|
@@ -16005,6 +16543,10 @@ declare const _default: {
|
|
|
16005
16543
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16006
16544
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16007
16545
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
16546
|
+
variant: {
|
|
16547
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
16548
|
+
default: string;
|
|
16549
|
+
};
|
|
16008
16550
|
disabled: {
|
|
16009
16551
|
type: import("vue").PropType<boolean>;
|
|
16010
16552
|
default: boolean;
|
|
@@ -16017,10 +16559,6 @@ declare const _default: {
|
|
|
16017
16559
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
16018
16560
|
default: string;
|
|
16019
16561
|
};
|
|
16020
|
-
variant: {
|
|
16021
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
16022
|
-
default: string;
|
|
16023
|
-
};
|
|
16024
16562
|
content: {
|
|
16025
16563
|
type: import("vue").PropType<string>;
|
|
16026
16564
|
default: string;
|
|
@@ -16049,7 +16587,7 @@ declare const _default: {
|
|
|
16049
16587
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16050
16588
|
default: string;
|
|
16051
16589
|
};
|
|
16052
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
16590
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "size" | "color" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
|
|
16053
16591
|
$attrs: {
|
|
16054
16592
|
[x: string]: unknown;
|
|
16055
16593
|
};
|
|
@@ -16064,6 +16602,10 @@ declare const _default: {
|
|
|
16064
16602
|
$emit: (event: string, ...args: any[]) => void;
|
|
16065
16603
|
$el: any;
|
|
16066
16604
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
16605
|
+
variant: {
|
|
16606
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
16607
|
+
default: string;
|
|
16608
|
+
};
|
|
16067
16609
|
disabled: {
|
|
16068
16610
|
type: import("vue").PropType<boolean>;
|
|
16069
16611
|
default: boolean;
|
|
@@ -16076,10 +16618,6 @@ declare const _default: {
|
|
|
16076
16618
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
16077
16619
|
default: string;
|
|
16078
16620
|
};
|
|
16079
|
-
variant: {
|
|
16080
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
16081
|
-
default: string;
|
|
16082
|
-
};
|
|
16083
16621
|
content: {
|
|
16084
16622
|
type: import("vue").PropType<string>;
|
|
16085
16623
|
default: string;
|
|
@@ -16109,10 +16647,10 @@ declare const _default: {
|
|
|
16109
16647
|
default: string;
|
|
16110
16648
|
};
|
|
16111
16649
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
16650
|
+
variant: "text" | "contained" | "outlined";
|
|
16112
16651
|
disabled: boolean;
|
|
16113
16652
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
16114
16653
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
16115
|
-
variant: "text" | "contained" | "outlined";
|
|
16116
16654
|
content: string;
|
|
16117
16655
|
loading: boolean;
|
|
16118
16656
|
testId: string;
|
|
@@ -16141,6 +16679,10 @@ declare const _default: {
|
|
|
16141
16679
|
$nextTick: typeof import("vue").nextTick;
|
|
16142
16680
|
$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;
|
|
16143
16681
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
16682
|
+
variant: {
|
|
16683
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
16684
|
+
default: string;
|
|
16685
|
+
};
|
|
16144
16686
|
disabled: {
|
|
16145
16687
|
type: import("vue").PropType<boolean>;
|
|
16146
16688
|
default: boolean;
|
|
@@ -16153,10 +16695,6 @@ declare const _default: {
|
|
|
16153
16695
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
16154
16696
|
default: string;
|
|
16155
16697
|
};
|
|
16156
|
-
variant: {
|
|
16157
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
16158
|
-
default: string;
|
|
16159
|
-
};
|
|
16160
16698
|
content: {
|
|
16161
16699
|
type: import("vue").PropType<string>;
|
|
16162
16700
|
default: string;
|
|
@@ -16190,6 +16728,10 @@ declare const _default: {
|
|
|
16190
16728
|
__isTeleport?: never;
|
|
16191
16729
|
__isSuspense?: never;
|
|
16192
16730
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
16731
|
+
variant: {
|
|
16732
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
16733
|
+
default: string;
|
|
16734
|
+
};
|
|
16193
16735
|
disabled: {
|
|
16194
16736
|
type: import("vue").PropType<boolean>;
|
|
16195
16737
|
default: boolean;
|
|
@@ -16202,10 +16744,6 @@ declare const _default: {
|
|
|
16202
16744
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
16203
16745
|
default: string;
|
|
16204
16746
|
};
|
|
16205
|
-
variant: {
|
|
16206
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
16207
|
-
default: string;
|
|
16208
|
-
};
|
|
16209
16747
|
content: {
|
|
16210
16748
|
type: import("vue").PropType<string>;
|
|
16211
16749
|
default: string;
|
|
@@ -16235,10 +16773,10 @@ declare const _default: {
|
|
|
16235
16773
|
default: string;
|
|
16236
16774
|
};
|
|
16237
16775
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
16776
|
+
variant: "text" | "contained" | "outlined";
|
|
16238
16777
|
disabled: boolean;
|
|
16239
16778
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
16240
16779
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
16241
|
-
variant: "text" | "contained" | "outlined";
|
|
16242
16780
|
content: string;
|
|
16243
16781
|
loading: boolean;
|
|
16244
16782
|
testId: string;
|
|
@@ -16257,10 +16795,10 @@ declare const _default: {
|
|
|
16257
16795
|
$data: {};
|
|
16258
16796
|
$props: Partial<{
|
|
16259
16797
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16798
|
+
variant: "default" | "outlined";
|
|
16260
16799
|
disabled: boolean;
|
|
16261
16800
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
16262
16801
|
color: "default" | "primary" | "error";
|
|
16263
|
-
variant: "default" | "outlined";
|
|
16264
16802
|
testId: string;
|
|
16265
16803
|
iconName: string;
|
|
16266
16804
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -16268,6 +16806,10 @@ declare const _default: {
|
|
|
16268
16806
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16269
16807
|
default: string;
|
|
16270
16808
|
};
|
|
16809
|
+
variant: {
|
|
16810
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
16811
|
+
default: string;
|
|
16812
|
+
};
|
|
16271
16813
|
disabled: {
|
|
16272
16814
|
type: import("vue").PropType<boolean>;
|
|
16273
16815
|
default: boolean;
|
|
@@ -16280,10 +16822,6 @@ declare const _default: {
|
|
|
16280
16822
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
16281
16823
|
default: string;
|
|
16282
16824
|
};
|
|
16283
|
-
variant: {
|
|
16284
|
-
type: import("vue").PropType<"default" | "outlined">;
|
|
16285
|
-
default: string;
|
|
16286
|
-
};
|
|
16287
16825
|
testId: {
|
|
16288
16826
|
type: import("vue").PropType<string>;
|
|
16289
16827
|
default: string;
|
|
@@ -16292,7 +16830,7 @@ declare const _default: {
|
|
|
16292
16830
|
type: import("vue").PropType<string>;
|
|
16293
16831
|
default: string;
|
|
16294
16832
|
};
|
|
16295
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "
|
|
16833
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "variant" | "disabled" | "size" | "color" | "testId" | "iconName">;
|
|
16296
16834
|
$attrs: {
|
|
16297
16835
|
[x: string]: unknown;
|
|
16298
16836
|
};
|
|
@@ -16311,6 +16849,10 @@ declare const _default: {
|
|
|
16311
16849
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16312
16850
|
default: string;
|
|
16313
16851
|
};
|
|
16852
|
+
variant: {
|
|
16853
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
16854
|
+
default: string;
|
|
16855
|
+
};
|
|
16314
16856
|
disabled: {
|
|
16315
16857
|
type: import("vue").PropType<boolean>;
|
|
16316
16858
|
default: boolean;
|
|
@@ -16323,10 +16865,6 @@ declare const _default: {
|
|
|
16323
16865
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
16324
16866
|
default: string;
|
|
16325
16867
|
};
|
|
16326
|
-
variant: {
|
|
16327
|
-
type: import("vue").PropType<"default" | "outlined">;
|
|
16328
|
-
default: string;
|
|
16329
|
-
};
|
|
16330
16868
|
testId: {
|
|
16331
16869
|
type: import("vue").PropType<string>;
|
|
16332
16870
|
default: string;
|
|
@@ -16337,10 +16875,10 @@ declare const _default: {
|
|
|
16337
16875
|
};
|
|
16338
16876
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
16339
16877
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16878
|
+
variant: "default" | "outlined";
|
|
16340
16879
|
disabled: boolean;
|
|
16341
16880
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
16342
16881
|
color: "default" | "primary" | "error";
|
|
16343
|
-
variant: "default" | "outlined";
|
|
16344
16882
|
testId: string;
|
|
16345
16883
|
iconName: string;
|
|
16346
16884
|
}, {}, string> & {
|
|
@@ -16368,6 +16906,10 @@ declare const _default: {
|
|
|
16368
16906
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16369
16907
|
default: string;
|
|
16370
16908
|
};
|
|
16909
|
+
variant: {
|
|
16910
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
16911
|
+
default: string;
|
|
16912
|
+
};
|
|
16371
16913
|
disabled: {
|
|
16372
16914
|
type: import("vue").PropType<boolean>;
|
|
16373
16915
|
default: boolean;
|
|
@@ -16380,10 +16922,6 @@ declare const _default: {
|
|
|
16380
16922
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
16381
16923
|
default: string;
|
|
16382
16924
|
};
|
|
16383
|
-
variant: {
|
|
16384
|
-
type: import("vue").PropType<"default" | "outlined">;
|
|
16385
|
-
default: string;
|
|
16386
|
-
};
|
|
16387
16925
|
testId: {
|
|
16388
16926
|
type: import("vue").PropType<string>;
|
|
16389
16927
|
default: string;
|
|
@@ -16401,6 +16939,10 @@ declare const _default: {
|
|
|
16401
16939
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16402
16940
|
default: string;
|
|
16403
16941
|
};
|
|
16942
|
+
variant: {
|
|
16943
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
16944
|
+
default: string;
|
|
16945
|
+
};
|
|
16404
16946
|
disabled: {
|
|
16405
16947
|
type: import("vue").PropType<boolean>;
|
|
16406
16948
|
default: boolean;
|
|
@@ -16413,10 +16955,6 @@ declare const _default: {
|
|
|
16413
16955
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
16414
16956
|
default: string;
|
|
16415
16957
|
};
|
|
16416
|
-
variant: {
|
|
16417
|
-
type: import("vue").PropType<"default" | "outlined">;
|
|
16418
|
-
default: string;
|
|
16419
|
-
};
|
|
16420
16958
|
testId: {
|
|
16421
16959
|
type: import("vue").PropType<string>;
|
|
16422
16960
|
default: string;
|
|
@@ -16427,10 +16965,10 @@ declare const _default: {
|
|
|
16427
16965
|
};
|
|
16428
16966
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
16429
16967
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16968
|
+
variant: "default" | "outlined";
|
|
16430
16969
|
disabled: boolean;
|
|
16431
16970
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
16432
16971
|
color: "default" | "primary" | "error";
|
|
16433
|
-
variant: "default" | "outlined";
|
|
16434
16972
|
testId: string;
|
|
16435
16973
|
iconName: string;
|
|
16436
16974
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -17088,10 +17626,10 @@ declare const _default: {
|
|
|
17088
17626
|
}))[];
|
|
17089
17627
|
};
|
|
17090
17628
|
export default _default;
|
|
17091
|
-
export * from '@/components/textArea';
|
|
17092
17629
|
export * from '@/composables/useToggle';
|
|
17093
17630
|
export * from '@/composables/useSearch';
|
|
17094
17631
|
export * from '@/composables/useFormValidation';
|
|
17095
17632
|
export * from '@/components/dateRange';
|
|
17096
17633
|
export * from '@/components/datePicker';
|
|
17097
17634
|
export * from '@/components/banner';
|
|
17635
|
+
export * from '@/components/alert';
|