@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
|
@@ -5,10 +5,10 @@ declare const ButtonTypes: () => (({
|
|
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
|
6
6
|
$data: {};
|
|
7
7
|
$props: Partial<{
|
|
8
|
+
variant: "text" | "contained" | "outlined";
|
|
8
9
|
disabled: boolean;
|
|
9
10
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
10
11
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
11
|
-
variant: "text" | "contained" | "outlined";
|
|
12
12
|
content: string;
|
|
13
13
|
loading: boolean;
|
|
14
14
|
testId: string;
|
|
@@ -17,6 +17,10 @@ declare const ButtonTypes: () => (({
|
|
|
17
17
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
18
18
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
19
19
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
variant: {
|
|
21
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
20
24
|
disabled: {
|
|
21
25
|
type: import("vue").PropType<boolean>;
|
|
22
26
|
default: boolean;
|
|
@@ -29,10 +33,6 @@ declare const ButtonTypes: () => (({
|
|
|
29
33
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
30
34
|
default: string;
|
|
31
35
|
};
|
|
32
|
-
variant: {
|
|
33
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
36
|
content: {
|
|
37
37
|
type: import("vue").PropType<string>;
|
|
38
38
|
default: string;
|
|
@@ -61,7 +61,7 @@ declare const ButtonTypes: () => (({
|
|
|
61
61
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
64
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "size" | "color" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
|
|
65
65
|
$attrs: {
|
|
66
66
|
[x: string]: unknown;
|
|
67
67
|
};
|
|
@@ -76,6 +76,10 @@ declare const ButtonTypes: () => (({
|
|
|
76
76
|
$emit: (event: string, ...args: any[]) => void;
|
|
77
77
|
$el: any;
|
|
78
78
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
79
|
+
variant: {
|
|
80
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
79
83
|
disabled: {
|
|
80
84
|
type: import("vue").PropType<boolean>;
|
|
81
85
|
default: boolean;
|
|
@@ -88,10 +92,6 @@ declare const ButtonTypes: () => (({
|
|
|
88
92
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
89
93
|
default: string;
|
|
90
94
|
};
|
|
91
|
-
variant: {
|
|
92
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
93
|
-
default: string;
|
|
94
|
-
};
|
|
95
95
|
content: {
|
|
96
96
|
type: import("vue").PropType<string>;
|
|
97
97
|
default: string;
|
|
@@ -121,10 +121,10 @@ declare const ButtonTypes: () => (({
|
|
|
121
121
|
default: string;
|
|
122
122
|
};
|
|
123
123
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
124
|
+
variant: "text" | "contained" | "outlined";
|
|
124
125
|
disabled: boolean;
|
|
125
126
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
126
127
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
127
|
-
variant: "text" | "contained" | "outlined";
|
|
128
128
|
content: string;
|
|
129
129
|
loading: boolean;
|
|
130
130
|
testId: string;
|
|
@@ -153,6 +153,10 @@ declare const ButtonTypes: () => (({
|
|
|
153
153
|
$nextTick: typeof import("vue").nextTick;
|
|
154
154
|
$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;
|
|
155
155
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
156
|
+
variant: {
|
|
157
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
156
160
|
disabled: {
|
|
157
161
|
type: import("vue").PropType<boolean>;
|
|
158
162
|
default: boolean;
|
|
@@ -165,10 +169,6 @@ declare const ButtonTypes: () => (({
|
|
|
165
169
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
166
170
|
default: string;
|
|
167
171
|
};
|
|
168
|
-
variant: {
|
|
169
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
170
|
-
default: string;
|
|
171
|
-
};
|
|
172
172
|
content: {
|
|
173
173
|
type: import("vue").PropType<string>;
|
|
174
174
|
default: string;
|
|
@@ -202,6 +202,10 @@ declare const ButtonTypes: () => (({
|
|
|
202
202
|
__isTeleport?: never;
|
|
203
203
|
__isSuspense?: never;
|
|
204
204
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
205
|
+
variant: {
|
|
206
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
207
|
+
default: string;
|
|
208
|
+
};
|
|
205
209
|
disabled: {
|
|
206
210
|
type: import("vue").PropType<boolean>;
|
|
207
211
|
default: boolean;
|
|
@@ -214,10 +218,6 @@ declare const ButtonTypes: () => (({
|
|
|
214
218
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
215
219
|
default: string;
|
|
216
220
|
};
|
|
217
|
-
variant: {
|
|
218
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
219
|
-
default: string;
|
|
220
|
-
};
|
|
221
221
|
content: {
|
|
222
222
|
type: import("vue").PropType<string>;
|
|
223
223
|
default: string;
|
|
@@ -247,10 +247,10 @@ declare const ButtonTypes: () => (({
|
|
|
247
247
|
default: string;
|
|
248
248
|
};
|
|
249
249
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
250
|
+
variant: "text" | "contained" | "outlined";
|
|
250
251
|
disabled: boolean;
|
|
251
252
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
252
253
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
253
|
-
variant: "text" | "contained" | "outlined";
|
|
254
254
|
content: string;
|
|
255
255
|
loading: boolean;
|
|
256
256
|
testId: string;
|
|
@@ -269,10 +269,10 @@ declare const ButtonTypes: () => (({
|
|
|
269
269
|
$data: {};
|
|
270
270
|
$props: Partial<{
|
|
271
271
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
272
|
+
variant: "default" | "outlined";
|
|
272
273
|
disabled: boolean;
|
|
273
274
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
274
275
|
color: "default" | "primary" | "error";
|
|
275
|
-
variant: "default" | "outlined";
|
|
276
276
|
testId: string;
|
|
277
277
|
iconName: string;
|
|
278
278
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -280,6 +280,10 @@ declare const ButtonTypes: () => (({
|
|
|
280
280
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
281
281
|
default: string;
|
|
282
282
|
};
|
|
283
|
+
variant: {
|
|
284
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
285
|
+
default: string;
|
|
286
|
+
};
|
|
283
287
|
disabled: {
|
|
284
288
|
type: import("vue").PropType<boolean>;
|
|
285
289
|
default: boolean;
|
|
@@ -292,10 +296,6 @@ declare const ButtonTypes: () => (({
|
|
|
292
296
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
293
297
|
default: string;
|
|
294
298
|
};
|
|
295
|
-
variant: {
|
|
296
|
-
type: import("vue").PropType<"default" | "outlined">;
|
|
297
|
-
default: string;
|
|
298
|
-
};
|
|
299
299
|
testId: {
|
|
300
300
|
type: import("vue").PropType<string>;
|
|
301
301
|
default: string;
|
|
@@ -304,7 +304,7 @@ declare const ButtonTypes: () => (({
|
|
|
304
304
|
type: import("vue").PropType<string>;
|
|
305
305
|
default: string;
|
|
306
306
|
};
|
|
307
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "
|
|
307
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "variant" | "disabled" | "size" | "color" | "testId" | "iconName">;
|
|
308
308
|
$attrs: {
|
|
309
309
|
[x: string]: unknown;
|
|
310
310
|
};
|
|
@@ -323,6 +323,10 @@ declare const ButtonTypes: () => (({
|
|
|
323
323
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
324
324
|
default: string;
|
|
325
325
|
};
|
|
326
|
+
variant: {
|
|
327
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
328
|
+
default: string;
|
|
329
|
+
};
|
|
326
330
|
disabled: {
|
|
327
331
|
type: import("vue").PropType<boolean>;
|
|
328
332
|
default: boolean;
|
|
@@ -335,10 +339,6 @@ declare const ButtonTypes: () => (({
|
|
|
335
339
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
336
340
|
default: string;
|
|
337
341
|
};
|
|
338
|
-
variant: {
|
|
339
|
-
type: import("vue").PropType<"default" | "outlined">;
|
|
340
|
-
default: string;
|
|
341
|
-
};
|
|
342
342
|
testId: {
|
|
343
343
|
type: import("vue").PropType<string>;
|
|
344
344
|
default: string;
|
|
@@ -349,10 +349,10 @@ declare const ButtonTypes: () => (({
|
|
|
349
349
|
};
|
|
350
350
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
351
351
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
352
|
+
variant: "default" | "outlined";
|
|
352
353
|
disabled: boolean;
|
|
353
354
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
354
355
|
color: "default" | "primary" | "error";
|
|
355
|
-
variant: "default" | "outlined";
|
|
356
356
|
testId: string;
|
|
357
357
|
iconName: string;
|
|
358
358
|
}, {}, string> & {
|
|
@@ -380,6 +380,10 @@ declare const ButtonTypes: () => (({
|
|
|
380
380
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
381
381
|
default: string;
|
|
382
382
|
};
|
|
383
|
+
variant: {
|
|
384
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
385
|
+
default: string;
|
|
386
|
+
};
|
|
383
387
|
disabled: {
|
|
384
388
|
type: import("vue").PropType<boolean>;
|
|
385
389
|
default: boolean;
|
|
@@ -392,10 +396,6 @@ declare const ButtonTypes: () => (({
|
|
|
392
396
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
393
397
|
default: string;
|
|
394
398
|
};
|
|
395
|
-
variant: {
|
|
396
|
-
type: import("vue").PropType<"default" | "outlined">;
|
|
397
|
-
default: string;
|
|
398
|
-
};
|
|
399
399
|
testId: {
|
|
400
400
|
type: import("vue").PropType<string>;
|
|
401
401
|
default: string;
|
|
@@ -413,6 +413,10 @@ declare const ButtonTypes: () => (({
|
|
|
413
413
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
414
414
|
default: string;
|
|
415
415
|
};
|
|
416
|
+
variant: {
|
|
417
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
418
|
+
default: string;
|
|
419
|
+
};
|
|
416
420
|
disabled: {
|
|
417
421
|
type: import("vue").PropType<boolean>;
|
|
418
422
|
default: boolean;
|
|
@@ -425,10 +429,6 @@ declare const ButtonTypes: () => (({
|
|
|
425
429
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
426
430
|
default: string;
|
|
427
431
|
};
|
|
428
|
-
variant: {
|
|
429
|
-
type: import("vue").PropType<"default" | "outlined">;
|
|
430
|
-
default: string;
|
|
431
|
-
};
|
|
432
432
|
testId: {
|
|
433
433
|
type: import("vue").PropType<string>;
|
|
434
434
|
default: string;
|
|
@@ -439,10 +439,10 @@ declare const ButtonTypes: () => (({
|
|
|
439
439
|
};
|
|
440
440
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
441
441
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
442
|
+
variant: "default" | "outlined";
|
|
442
443
|
disabled: boolean;
|
|
443
444
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
444
445
|
color: "default" | "primary" | "error";
|
|
445
|
-
variant: "default" | "outlined";
|
|
446
446
|
testId: string;
|
|
447
447
|
iconName: string;
|
|
448
448
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../CheckboxV4.
|
|
4
|
-
const c = /* @__PURE__ */ o
|
|
1
|
+
import o from "./CheckboxV4.vue2.js";
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../CheckboxV4.vue_vue_type_style_index_0_scoped_d25514d1_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-d25514d1"]]);
|
|
5
5
|
export {
|
|
6
6
|
c as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../CheckboxV4.
|
|
1
|
+
import "../../../CheckboxV4.vue_vue_type_style_index_0_scoped_d25514d1_lang.css"; import { defineComponent as D, openBlock as o, createElementBlock as p, mergeProps as r, unref as e, createElementVNode as m, Fragment as x, createBlock as n, createCommentVNode as s, withCtx as V, renderSlot as F, createTextVNode as g, toDisplayString as A, pushScopeId as T, popScopeId as v } from "vue";
|
|
2
2
|
import L from "../../typography/v4/Typography.vue.js";
|
|
3
3
|
import N from "./icons/UncheckedState.vue.js";
|
|
4
4
|
import P from "./icons/CheckedState.vue.js";
|
|
@@ -9,7 +9,7 @@ import K from "./icons/IndeterminateDisabledState.vue.js";
|
|
|
9
9
|
import { CheckboxTestIdModifiers as i } from "../../../testids/index.js";
|
|
10
10
|
import { checkboxCommon as R } from "../common/Checkbox.common.js";
|
|
11
11
|
import { useTestIdAttrs as U } from "../../../utils/testIds.js";
|
|
12
|
-
const M = (t) => (T("data-v-
|
|
12
|
+
const M = (t) => (T("data-v-d25514d1"), t = t(), v(), t), W = ["for"], j = { class: "checkboxes" }, q = ["id", "disabled", "checked", ".indeterminate"], z = /* @__PURE__ */ M(() => /* @__PURE__ */ m("span", { class: "checkbox__inner" }, null, -1)), G = { class: "states" }, de = /* @__PURE__ */ D({
|
|
13
13
|
__name: "CheckboxV4",
|
|
14
14
|
props: {
|
|
15
15
|
isChecked: { type: Boolean },
|
|
@@ -5,27 +5,26 @@ const n = {}, r = {
|
|
|
5
5
|
fill: "none",
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7
7
|
}, s = /* @__PURE__ */ e("rect", {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
rx: "3.5",
|
|
13
|
-
fill: "#EBEBEB"
|
|
8
|
+
width: "16",
|
|
9
|
+
height: "16",
|
|
10
|
+
rx: "4",
|
|
11
|
+
fill: "#F1F1F1"
|
|
14
12
|
}, null, -1), i = /* @__PURE__ */ e("rect", {
|
|
15
13
|
x: "0.5",
|
|
16
14
|
y: "0.5",
|
|
17
15
|
width: "15",
|
|
18
16
|
height: "15",
|
|
19
17
|
rx: "3.5",
|
|
20
|
-
stroke: "
|
|
21
|
-
|
|
18
|
+
stroke: "black",
|
|
19
|
+
"stroke-opacity": "0.05"
|
|
20
|
+
}, null, -1), l = [
|
|
22
21
|
s,
|
|
23
22
|
i
|
|
24
23
|
];
|
|
25
|
-
function
|
|
26
|
-
return t(), o("svg", r,
|
|
24
|
+
function _(h, d) {
|
|
25
|
+
return t(), o("svg", r, l);
|
|
27
26
|
}
|
|
28
|
-
const
|
|
27
|
+
const m = /* @__PURE__ */ c(n, [["render", _]]);
|
|
29
28
|
export {
|
|
30
|
-
|
|
29
|
+
m as default
|
|
31
30
|
};
|
|
@@ -1,31 +1,32 @@
|
|
|
1
|
-
import { openBlock as
|
|
1
|
+
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
2
|
import c from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
const
|
|
3
|
+
const r = {}, n = {
|
|
4
4
|
viewBox: "0 0 16 16",
|
|
5
5
|
fill: "none",
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7
|
-
},
|
|
7
|
+
}, l = /* @__PURE__ */ t("rect", {
|
|
8
8
|
x: "0.5",
|
|
9
9
|
y: "0.5",
|
|
10
10
|
width: "15",
|
|
11
11
|
height: "15",
|
|
12
12
|
rx: "3.5",
|
|
13
|
-
fill: "
|
|
14
|
-
|
|
13
|
+
fill: "black",
|
|
14
|
+
"fill-opacity": "0.05"
|
|
15
|
+
}, null, -1), s = /* @__PURE__ */ t("rect", {
|
|
15
16
|
x: "0.5",
|
|
16
17
|
y: "0.5",
|
|
17
18
|
width: "15",
|
|
18
19
|
height: "15",
|
|
19
20
|
rx: "3.5",
|
|
20
|
-
stroke: "
|
|
21
|
+
stroke: "currentColor"
|
|
21
22
|
}, null, -1), i = [
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
l,
|
|
24
|
+
s
|
|
24
25
|
];
|
|
25
|
-
function
|
|
26
|
-
return
|
|
26
|
+
function _(h, d) {
|
|
27
|
+
return e(), o("svg", n, i);
|
|
27
28
|
}
|
|
28
|
-
const x = /* @__PURE__ */ c(
|
|
29
|
+
const x = /* @__PURE__ */ c(r, [["render", _]]);
|
|
29
30
|
export {
|
|
30
31
|
x as default
|
|
31
32
|
};
|
|
@@ -122,7 +122,7 @@ declare const DialogTypes: () => ({
|
|
|
122
122
|
}>;
|
|
123
123
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
124
124
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
125
|
-
$emit: ((event: "open") => void) & ((event: "
|
|
125
|
+
$emit: ((event: "open") => void) & ((event: "close", reason: import("../v3").Reason) => void) & ((event: "cancel") => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "save") => void);
|
|
126
126
|
$el: any;
|
|
127
127
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
128
128
|
title: {
|