@ironsource/shared-ui 2.1.10-rc.4 → 2.1.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/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_2d635802_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_058de532_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +1 -0
- package/{RadioButtonV4.vue_vue_type_style_index_0_scoped_aafd69f5_lang.css → RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css} +1 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +1 -0
- package/components/alert/Alert.vue2.js +3 -2
- package/components/autocomplete/Autocomplete.vue.d.ts +1 -1
- package/components/autocomplete/index.d.ts +20 -20
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +65 -0
- package/components/button/v4/ToggleButtonGroupAB.vue.js +7 -0
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +95 -0
- package/components/button/v4/index.d.ts +170 -1
- package/components/button/v4/index.js +10 -3
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +9 -8
- package/components/dateRange/v4/DateRangeV4.vue2.js +21 -20
- package/components/dialog/v3/Dialog.vue.d.ts +1 -1
- package/components/dialog/v3/index.d.ts +5 -5
- package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
- package/components/dialog/v4/DialogV4.vue2.js +6 -5
- package/components/dialog/v4/index.d.ts +5 -5
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +51 -51
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +17 -11
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +17 -9
- package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -2
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +6 -5
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +4 -3
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +1 -1
- package/components/dropdown/v4/index.d.ts +63 -63
- package/components/emptyState/v4/EmptyStateV4.vue2.js +13 -12
- package/components/forms/FormCard.vue2.js +13 -12
- package/components/includeExclude/index.d.ts +56 -56
- package/components/input/v3/Input.vue.d.ts +1 -1
- package/components/input/v3/index.d.ts +32 -32
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/index.d.ts +20 -20
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/MultiBar.vue2.js +3 -2
- package/components/multibar/index.d.ts +9 -9
- package/components/popover/v3/Popover.vue.d.ts +1 -1
- package/components/popover/v3/index.d.ts +20 -20
- package/components/popover/v4/PopoverV4.vue.d.ts +7 -3
- package/components/popover/v4/PopoverV4.vue.js +3 -3
- package/components/popover/v4/PopoverV4.vue2.js +23 -20
- package/components/popover/v4/index.d.ts +36 -24
- package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
- package/components/radioButton/v3/index.d.ts +6 -6
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +2 -2
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
- package/components/radioButton/v4/index.d.ts +6 -6
- package/components/snackbar/v4/SnackbarV4.vue2.js +7 -6
- package/components/sortableList/SortableItem.vue.d.ts +1 -1
- package/components/switch/v3/index.d.ts +16 -16
- package/components/switch/v4/SwitchV4.vue2.js +6 -5
- package/components/switch/v4/index.d.ts +8 -8
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +5 -5
- package/components/table/v4/ExpandRowToggle.vue2.js +6 -5
- package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
- package/components/textArea/v4/index.d.ts +9 -9
- package/components/toggle/v3/index.d.ts +8 -8
- package/components/toggle/v4/index.d.ts +16 -16
- package/index.d.ts +941 -434
- package/index.js +1 -1
- package/package.json +2 -2
- package/testids/index.d.ts +6 -0
- package/testids/index.js +14 -13
- package/utils/testIds.d.ts +1 -1
- package/utils/testIds.js +6 -6
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_92101a6c_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_899679d0_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_f61be399_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +0 -1
|
@@ -10,8 +10,8 @@ declare const PopoverTypes: () => ({
|
|
|
10
10
|
distance: number;
|
|
11
11
|
popperClass: string;
|
|
12
12
|
autoHide: boolean;
|
|
13
|
-
skidding: number;
|
|
14
13
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
14
|
+
skidding: number;
|
|
15
15
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
16
16
|
testId: {
|
|
17
17
|
type: import("vue").PropType<string>;
|
|
@@ -37,15 +37,17 @@ declare const PopoverTypes: () => ({
|
|
|
37
37
|
type: import("vue").PropType<boolean>;
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
|
-
skidding: {
|
|
41
|
-
type: import("vue").PropType<number>;
|
|
42
|
-
default: number;
|
|
43
|
-
};
|
|
44
40
|
trigger: {
|
|
45
41
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
46
42
|
default: string;
|
|
47
43
|
};
|
|
48
|
-
|
|
44
|
+
skidding: {
|
|
45
|
+
type: import("vue").PropType<number>;
|
|
46
|
+
default: number;
|
|
47
|
+
};
|
|
48
|
+
}>> & {
|
|
49
|
+
onIsOpen?: (value: boolean) => any;
|
|
50
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "popperClass" | "autoHide" | "trigger" | "skidding">;
|
|
49
51
|
$attrs: {
|
|
50
52
|
[x: string]: unknown;
|
|
51
53
|
};
|
|
@@ -57,7 +59,7 @@ declare const PopoverTypes: () => ({
|
|
|
57
59
|
}>;
|
|
58
60
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
59
61
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
60
|
-
$emit: (event:
|
|
62
|
+
$emit: (event: "isOpen", value: boolean) => void;
|
|
61
63
|
$el: any;
|
|
62
64
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
63
65
|
testId: {
|
|
@@ -84,23 +86,27 @@ declare const PopoverTypes: () => ({
|
|
|
84
86
|
type: import("vue").PropType<boolean>;
|
|
85
87
|
default: boolean;
|
|
86
88
|
};
|
|
87
|
-
skidding: {
|
|
88
|
-
type: import("vue").PropType<number>;
|
|
89
|
-
default: number;
|
|
90
|
-
};
|
|
91
89
|
trigger: {
|
|
92
90
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
93
91
|
default: string;
|
|
94
92
|
};
|
|
95
|
-
|
|
93
|
+
skidding: {
|
|
94
|
+
type: import("vue").PropType<number>;
|
|
95
|
+
default: number;
|
|
96
|
+
};
|
|
97
|
+
}>> & {
|
|
98
|
+
onIsOpen?: (value: boolean) => any;
|
|
99
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
100
|
+
isOpen: (value: boolean) => void;
|
|
101
|
+
}, string, {
|
|
96
102
|
testId: string;
|
|
97
103
|
placement: import("floating-vue").Placement;
|
|
98
104
|
disabled: boolean;
|
|
99
105
|
distance: number;
|
|
100
106
|
popperClass: string;
|
|
101
107
|
autoHide: boolean;
|
|
102
|
-
skidding: number;
|
|
103
108
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
109
|
+
skidding: number;
|
|
104
110
|
}, {}, string> & {
|
|
105
111
|
beforeCreate?: (() => void) | (() => void)[];
|
|
106
112
|
created?: (() => void) | (() => void)[];
|
|
@@ -146,15 +152,17 @@ declare const PopoverTypes: () => ({
|
|
|
146
152
|
type: import("vue").PropType<boolean>;
|
|
147
153
|
default: boolean;
|
|
148
154
|
};
|
|
149
|
-
skidding: {
|
|
150
|
-
type: import("vue").PropType<number>;
|
|
151
|
-
default: number;
|
|
152
|
-
};
|
|
153
155
|
trigger: {
|
|
154
156
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
155
157
|
default: string;
|
|
156
158
|
};
|
|
157
|
-
|
|
159
|
+
skidding: {
|
|
160
|
+
type: import("vue").PropType<number>;
|
|
161
|
+
default: number;
|
|
162
|
+
};
|
|
163
|
+
}>> & {
|
|
164
|
+
onIsOpen?: (value: boolean) => any;
|
|
165
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
158
166
|
__isFragment?: never;
|
|
159
167
|
__isTeleport?: never;
|
|
160
168
|
__isSuspense?: never;
|
|
@@ -183,23 +191,27 @@ declare const PopoverTypes: () => ({
|
|
|
183
191
|
type: import("vue").PropType<boolean>;
|
|
184
192
|
default: boolean;
|
|
185
193
|
};
|
|
186
|
-
skidding: {
|
|
187
|
-
type: import("vue").PropType<number>;
|
|
188
|
-
default: number;
|
|
189
|
-
};
|
|
190
194
|
trigger: {
|
|
191
195
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
192
196
|
default: string;
|
|
193
197
|
};
|
|
194
|
-
|
|
198
|
+
skidding: {
|
|
199
|
+
type: import("vue").PropType<number>;
|
|
200
|
+
default: number;
|
|
201
|
+
};
|
|
202
|
+
}>> & {
|
|
203
|
+
onIsOpen?: (value: boolean) => any;
|
|
204
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
205
|
+
isOpen: (value: boolean) => void;
|
|
206
|
+
}, string, {
|
|
195
207
|
testId: string;
|
|
196
208
|
placement: import("floating-vue").Placement;
|
|
197
209
|
disabled: boolean;
|
|
198
210
|
distance: number;
|
|
199
211
|
popperClass: string;
|
|
200
212
|
autoHide: boolean;
|
|
201
|
-
skidding: number;
|
|
202
213
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
214
|
+
skidding: number;
|
|
203
215
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
204
216
|
$slots: {
|
|
205
217
|
trigger?(_: {}): any;
|
|
@@ -13,8 +13,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
13
13
|
modelValue: any;
|
|
14
14
|
testId: string;
|
|
15
15
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
-
change: (...args: any[]) => void;
|
|
17
16
|
"update:modelValue": (...args: any[]) => void;
|
|
17
|
+
change: (...args: any[]) => void;
|
|
18
18
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
19
19
|
label: string;
|
|
20
20
|
name?: string;
|
|
@@ -11,8 +11,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
11
11
|
row: boolean;
|
|
12
12
|
testId: string;
|
|
13
13
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
-
change: (...args: any[]) => void;
|
|
15
14
|
"update:modelValue": (...args: any[]) => void;
|
|
15
|
+
change: (...args: any[]) => void;
|
|
16
16
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
17
17
|
name?: string;
|
|
18
18
|
disabled?: boolean;
|
|
@@ -52,7 +52,7 @@ declare const RadioButtonTypes: () => (({
|
|
|
52
52
|
}>;
|
|
53
53
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
54
54
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
55
|
-
$emit: ((event: "
|
|
55
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
56
56
|
$el: any;
|
|
57
57
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
58
58
|
name: {
|
|
@@ -84,8 +84,8 @@ declare const RadioButtonTypes: () => (({
|
|
|
84
84
|
onChange?: (...args: any[]) => any;
|
|
85
85
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
86
86
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
87
|
-
change: (...args: any[]) => void;
|
|
88
87
|
"update:modelValue": (...args: any[]) => void;
|
|
88
|
+
change: (...args: any[]) => void;
|
|
89
89
|
}, string, {
|
|
90
90
|
name: string;
|
|
91
91
|
label: string;
|
|
@@ -176,8 +176,8 @@ declare const RadioButtonTypes: () => (({
|
|
|
176
176
|
onChange?: (...args: any[]) => any;
|
|
177
177
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
178
178
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
179
|
-
change: (...args: any[]) => void;
|
|
180
179
|
"update:modelValue": (...args: any[]) => void;
|
|
180
|
+
change: (...args: any[]) => void;
|
|
181
181
|
}, string, {
|
|
182
182
|
name: string;
|
|
183
183
|
label: string;
|
|
@@ -234,7 +234,7 @@ declare const RadioButtonTypes: () => (({
|
|
|
234
234
|
}>;
|
|
235
235
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
236
236
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
237
|
-
$emit: ((event: "
|
|
237
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
238
238
|
$el: any;
|
|
239
239
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
240
240
|
name: {
|
|
@@ -261,8 +261,8 @@ declare const RadioButtonTypes: () => (({
|
|
|
261
261
|
onChange?: (...args: any[]) => any;
|
|
262
262
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
263
263
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
264
|
-
change: (...args: any[]) => void;
|
|
265
264
|
"update:modelValue": (...args: any[]) => void;
|
|
265
|
+
change: (...args: any[]) => void;
|
|
266
266
|
}, string, {
|
|
267
267
|
name: string;
|
|
268
268
|
testId: string;
|
|
@@ -341,8 +341,8 @@ declare const RadioButtonTypes: () => (({
|
|
|
341
341
|
onChange?: (...args: any[]) => any;
|
|
342
342
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
343
343
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
344
|
-
change: (...args: any[]) => void;
|
|
345
344
|
"update:modelValue": (...args: any[]) => void;
|
|
345
|
+
change: (...args: any[]) => void;
|
|
346
346
|
}, string, {
|
|
347
347
|
name: string;
|
|
348
348
|
testId: string;
|
|
@@ -12,8 +12,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
12
12
|
testId: string;
|
|
13
13
|
labelDescription: string;
|
|
14
14
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
-
change: (...args: any[]) => void;
|
|
16
15
|
"update:modelValue": (...args: any[]) => void;
|
|
16
|
+
change: (...args: any[]) => void;
|
|
17
17
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
18
18
|
value: unknown;
|
|
19
19
|
label: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./RadioButtonV4.vue2.js";
|
|
2
2
|
/* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../RadioButtonV4.
|
|
4
|
-
const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-05c7bca2"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../RadioButtonV4.
|
|
1
|
+
import "../../../RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css"; import { defineComponent as R, ref as g, inject as k, computed as c, openBlock as b, createElementBlock as B, normalizeClass as v, unref as e, createElementVNode as l, withDirectives as w, mergeProps as m, isRef as C, vModelRadio as L, renderSlot as N, createVNode as T, withCtx as V, createTextVNode as h, toDisplayString as y, createBlock as A, createCommentVNode as x } from "vue";
|
|
2
2
|
import I from "../../typography/v4/Typography.vue.js";
|
|
3
3
|
import { radioGroupKey as G } from "../common/useRadio.js";
|
|
4
4
|
import { RadioTestIdModifiers as r } from "../../../testids/index.js";
|
|
@@ -11,8 +11,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
11
11
|
row: boolean;
|
|
12
12
|
testId: string;
|
|
13
13
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
-
change: (...args: any[]) => void;
|
|
15
14
|
"update:modelValue": (...args: any[]) => void;
|
|
15
|
+
change: (...args: any[]) => void;
|
|
16
16
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
17
17
|
name?: string;
|
|
18
18
|
disabled?: boolean;
|
|
@@ -51,7 +51,7 @@ declare const RadioButtonTypes: () => (({
|
|
|
51
51
|
}>;
|
|
52
52
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
53
53
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
54
|
-
$emit: ((event: "
|
|
54
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
55
55
|
$el: any;
|
|
56
56
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
57
57
|
value: {
|
|
@@ -83,8 +83,8 @@ declare const RadioButtonTypes: () => (({
|
|
|
83
83
|
onChange?: (...args: any[]) => any;
|
|
84
84
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
85
85
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
86
|
-
change: (...args: any[]) => void;
|
|
87
86
|
"update:modelValue": (...args: any[]) => void;
|
|
87
|
+
change: (...args: any[]) => void;
|
|
88
88
|
}, string, {
|
|
89
89
|
name: string;
|
|
90
90
|
label: string;
|
|
@@ -174,8 +174,8 @@ declare const RadioButtonTypes: () => (({
|
|
|
174
174
|
onChange?: (...args: any[]) => any;
|
|
175
175
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
176
176
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
177
|
-
change: (...args: any[]) => void;
|
|
178
177
|
"update:modelValue": (...args: any[]) => void;
|
|
178
|
+
change: (...args: any[]) => void;
|
|
179
179
|
}, string, {
|
|
180
180
|
name: string;
|
|
181
181
|
label: string;
|
|
@@ -231,7 +231,7 @@ declare const RadioButtonTypes: () => (({
|
|
|
231
231
|
}>;
|
|
232
232
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
233
233
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
234
|
-
$emit: ((event: "
|
|
234
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
235
235
|
$el: any;
|
|
236
236
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
237
237
|
name: {
|
|
@@ -258,8 +258,8 @@ declare const RadioButtonTypes: () => (({
|
|
|
258
258
|
onChange?: (...args: any[]) => any;
|
|
259
259
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
260
260
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
261
|
-
change: (...args: any[]) => void;
|
|
262
261
|
"update:modelValue": (...args: any[]) => void;
|
|
262
|
+
change: (...args: any[]) => void;
|
|
263
263
|
}, string, {
|
|
264
264
|
name: string;
|
|
265
265
|
testId: string;
|
|
@@ -338,8 +338,8 @@ declare const RadioButtonTypes: () => (({
|
|
|
338
338
|
onChange?: (...args: any[]) => any;
|
|
339
339
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
340
340
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
341
|
-
change: (...args: any[]) => void;
|
|
342
341
|
"update:modelValue": (...args: any[]) => void;
|
|
342
|
+
change: (...args: any[]) => void;
|
|
343
343
|
}, string, {
|
|
344
344
|
name: string;
|
|
345
345
|
testId: string;
|
|
@@ -4,6 +4,7 @@ import "../../icon/v4/IconFlag.vue.js";
|
|
|
4
4
|
import D from "../../button/v4/ButtonV4.vue.js";
|
|
5
5
|
import H from "../../button/v4/IconButtonV4.vue.js";
|
|
6
6
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
7
|
+
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
7
8
|
import S from "../../typography/v4/Typography.vue.js";
|
|
8
9
|
import { snackbarCommon as F } from "../common/snackbar.common.js";
|
|
9
10
|
import { useTestIdAttrs as G } from "../../../utils/testIds.js";
|
|
@@ -11,7 +12,7 @@ import { SnackbarTestIdModifiers as i } from "../../../testids/index.js";
|
|
|
11
12
|
const P = ["id"], R = { class: "container" }, j = { class: "texts" }, q = { class: "message" }, J = { class: "action-wrapper" }, K = {
|
|
12
13
|
key: 0,
|
|
13
14
|
class: "actions"
|
|
14
|
-
}, Q = { class: "close-button-wrapper" },
|
|
15
|
+
}, Q = { class: "close-button-wrapper" }, ae = /* @__PURE__ */ M({
|
|
15
16
|
__name: "SnackbarV4",
|
|
16
17
|
props: {
|
|
17
18
|
customClass: null,
|
|
@@ -34,8 +35,8 @@ const P = ["id"], R = { class: "container" }, j = { class: "texts" }, q = { clas
|
|
|
34
35
|
setup(t) {
|
|
35
36
|
const u = t, {
|
|
36
37
|
visible: b,
|
|
37
|
-
horizontalClass:
|
|
38
|
-
positionStyle:
|
|
38
|
+
horizontalClass: p,
|
|
39
|
+
positionStyle: w,
|
|
39
40
|
clearTimer: k,
|
|
40
41
|
startTimer: C,
|
|
41
42
|
close: L
|
|
@@ -61,8 +62,8 @@ const P = ["id"], R = { class: "container" }, j = { class: "texts" }, q = { clas
|
|
|
61
62
|
default: f(() => [
|
|
62
63
|
g(a("div", l({
|
|
63
64
|
id: t.id,
|
|
64
|
-
class: ["snackbar light-theme-v4", [t.customClass, e(
|
|
65
|
-
style: e(
|
|
65
|
+
class: ["snackbar light-theme-v4", [t.customClass, e(p)]],
|
|
66
|
+
style: e(w),
|
|
66
67
|
role: "alert"
|
|
67
68
|
}, e(r)[e(i).CONTAINER], {
|
|
68
69
|
onMouseenter: o[0] || (o[0] = //@ts-ignore
|
|
@@ -136,5 +137,5 @@ const P = ["id"], R = { class: "container" }, j = { class: "texts" }, q = { clas
|
|
|
136
137
|
}
|
|
137
138
|
});
|
|
138
139
|
export {
|
|
139
|
-
|
|
140
|
+
ae as default
|
|
140
141
|
};
|
|
@@ -42,8 +42,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
42
42
|
onToggle?: (value: boolean) => any;
|
|
43
43
|
onSelectChild?: (childItem: SortableListItem) => any;
|
|
44
44
|
}, {
|
|
45
|
-
index: number;
|
|
46
45
|
isOpen: boolean;
|
|
46
|
+
index: number;
|
|
47
47
|
isSelected: boolean;
|
|
48
48
|
searchQuery: string;
|
|
49
49
|
selectedChildId: string | number;
|
|
@@ -14,14 +14,14 @@ declare const SwitchTypes: () => ({
|
|
|
14
14
|
type: import("vue").PropType<"sm" | "lg">;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
|
-
options: {
|
|
18
|
-
type: import("vue").PropType<string[]>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
17
|
modelValue: {
|
|
22
18
|
type: import("vue").PropType<string>;
|
|
23
19
|
required: true;
|
|
24
20
|
};
|
|
21
|
+
options: {
|
|
22
|
+
type: import("vue").PropType<string[]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
25
|
}>> & {
|
|
26
26
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
27
27
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "size">;
|
|
@@ -47,14 +47,14 @@ declare const SwitchTypes: () => ({
|
|
|
47
47
|
type: import("vue").PropType<"sm" | "lg">;
|
|
48
48
|
default: string;
|
|
49
49
|
};
|
|
50
|
-
options: {
|
|
51
|
-
type: import("vue").PropType<string[]>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
50
|
modelValue: {
|
|
55
51
|
type: import("vue").PropType<string>;
|
|
56
52
|
required: true;
|
|
57
53
|
};
|
|
54
|
+
options: {
|
|
55
|
+
type: import("vue").PropType<string[]>;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
58
58
|
}>> & {
|
|
59
59
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
60
60
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -91,14 +91,14 @@ declare const SwitchTypes: () => ({
|
|
|
91
91
|
type: import("vue").PropType<"sm" | "lg">;
|
|
92
92
|
default: string;
|
|
93
93
|
};
|
|
94
|
-
options: {
|
|
95
|
-
type: import("vue").PropType<string[]>;
|
|
96
|
-
required: true;
|
|
97
|
-
};
|
|
98
94
|
modelValue: {
|
|
99
95
|
type: import("vue").PropType<string>;
|
|
100
96
|
required: true;
|
|
101
97
|
};
|
|
98
|
+
options: {
|
|
99
|
+
type: import("vue").PropType<string[]>;
|
|
100
|
+
required: true;
|
|
101
|
+
};
|
|
102
102
|
}>> & {
|
|
103
103
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
104
104
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -114,14 +114,14 @@ declare const SwitchTypes: () => ({
|
|
|
114
114
|
type: import("vue").PropType<"sm" | "lg">;
|
|
115
115
|
default: string;
|
|
116
116
|
};
|
|
117
|
-
options: {
|
|
118
|
-
type: import("vue").PropType<string[]>;
|
|
119
|
-
required: true;
|
|
120
|
-
};
|
|
121
117
|
modelValue: {
|
|
122
118
|
type: import("vue").PropType<string>;
|
|
123
119
|
required: true;
|
|
124
120
|
};
|
|
121
|
+
options: {
|
|
122
|
+
type: import("vue").PropType<string[]>;
|
|
123
|
+
required: true;
|
|
124
|
+
};
|
|
125
125
|
}>> & {
|
|
126
126
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
127
127
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -3,8 +3,9 @@ import { useVModel as C } from "@vueuse/core";
|
|
|
3
3
|
import "../../button/v4/ButtonV4.vue.js";
|
|
4
4
|
import $ from "../../button/v4/IconButtonV4.vue.js";
|
|
5
5
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
6
|
+
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
6
7
|
import { SwitchTestIdModifiers as r } from "../../../testids/index.js";
|
|
7
|
-
const w = ["data-testid"],
|
|
8
|
+
const w = ["data-testid"], S = /* @__PURE__ */ p({
|
|
8
9
|
__name: "SwitchV4",
|
|
9
10
|
props: {
|
|
10
11
|
options: null,
|
|
@@ -13,15 +14,15 @@ const w = ["data-testid"], R = /* @__PURE__ */ p({
|
|
|
13
14
|
iconKey: { default: "icon" }
|
|
14
15
|
},
|
|
15
16
|
emits: ["update:modelValue"],
|
|
16
|
-
setup(e, { emit:
|
|
17
|
-
const o = e, n = k(),
|
|
17
|
+
setup(e, { emit: m }) {
|
|
18
|
+
const o = e, n = k(), u = C(o, "modelValue", m);
|
|
18
19
|
v(() => {
|
|
19
20
|
n.value = o.options.findIndex(
|
|
20
21
|
(t) => t === o.modelValue
|
|
21
22
|
);
|
|
22
23
|
});
|
|
23
24
|
const f = (t, i) => {
|
|
24
|
-
n.value = i,
|
|
25
|
+
n.value = i, u.value = t;
|
|
25
26
|
};
|
|
26
27
|
return (t, i) => (a(), d("div", {
|
|
27
28
|
class: "switch",
|
|
@@ -39,5 +40,5 @@ const w = ["data-testid"], R = /* @__PURE__ */ p({
|
|
|
39
40
|
}
|
|
40
41
|
});
|
|
41
42
|
export {
|
|
42
|
-
|
|
43
|
+
S as default
|
|
43
44
|
};
|
|
@@ -3,14 +3,14 @@ declare const SwitchTypes: () => import("vue").DefineComponent<{
|
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
|
-
options: {
|
|
7
|
-
type: import("vue").PropType<unknown[]>;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
6
|
modelValue: {
|
|
11
7
|
type: import("vue").PropType<unknown>;
|
|
12
8
|
required: true;
|
|
13
9
|
};
|
|
10
|
+
options: {
|
|
11
|
+
type: import("vue").PropType<unknown[]>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
14
|
iconKey: {
|
|
15
15
|
type: import("vue").PropType<string>;
|
|
16
16
|
default: string;
|
|
@@ -22,14 +22,14 @@ declare const SwitchTypes: () => import("vue").DefineComponent<{
|
|
|
22
22
|
type: import("vue").PropType<string>;
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
25
|
-
options: {
|
|
26
|
-
type: import("vue").PropType<unknown[]>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
25
|
modelValue: {
|
|
30
26
|
type: import("vue").PropType<unknown>;
|
|
31
27
|
required: true;
|
|
32
28
|
};
|
|
29
|
+
options: {
|
|
30
|
+
type: import("vue").PropType<unknown[]>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
33
|
iconKey: {
|
|
34
34
|
type: import("vue").PropType<string>;
|
|
35
35
|
default: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./DataGrid.vue2.js";
|
|
2
2
|
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../DataGrid.
|
|
4
|
-
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-0cd8af73"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../DataGrid.
|
|
1
|
+
import "../../../DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css"; import { defineComponent as de, useCssVars as oe, unref as t, useSlots as ne, computed as v, openBlock as l, createElementBlock as d, createElementVNode as u, normalizeStyle as T, normalizeClass as f, renderSlot as c, createVNode as h, withCtx as w, createTextVNode as E, toDisplayString as B, isRef as ce, createCommentVNode as r, Fragment as I, renderList as A, createBlock as K, mergeProps as re } from "vue";
|
|
2
2
|
import V from "../../typography/v4/Typography.vue.js";
|
|
3
3
|
import ue from "../../skeleton/v4/SkeletonV4.vue.js";
|
|
4
4
|
import he from "../../emptyState/v4/EmptyStateV4.vue.js";
|
|
@@ -67,10 +67,10 @@ const ve = ["data-testid"], be = ["data-testid"], $e = ["data-testid"], Re = ["d
|
|
|
67
67
|
setup(s, { expose: k, emit: y }) {
|
|
68
68
|
const i = s;
|
|
69
69
|
oe((a) => ({
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
70
|
+
"158e1032": s.zIndexBase,
|
|
71
|
+
db8e3dca: t(X),
|
|
72
|
+
a15dcd58: t(P),
|
|
73
|
+
f7400c48: t(J)
|
|
74
74
|
}));
|
|
75
75
|
const b = ne(), U = (a) => i.rowCustomClassKey && i.rows[a] ? i.rows[a][i.rowCustomClassKey] : "", {
|
|
76
76
|
list: M,
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
import "../../../ExpandRowToggle.vue_vue_type_style_index_0_scoped_b053baa6_lang.css"; import { defineComponent as
|
|
1
|
+
import "../../../ExpandRowToggle.vue_vue_type_style_index_0_scoped_b053baa6_lang.css"; import { defineComponent as r, openBlock as a, createElementBlock as c, createVNode as p, unref as l } from "vue";
|
|
2
2
|
import "../../button/v4/ButtonV4.vue.js";
|
|
3
3
|
import i from "../../button/v4/IconButtonV4.vue.js";
|
|
4
4
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
5
|
-
|
|
5
|
+
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
6
|
+
const g = /* @__PURE__ */ r({
|
|
6
7
|
__name: "ExpandRowToggle",
|
|
7
8
|
props: {
|
|
8
9
|
expanded: { type: Boolean, default: !1 }
|
|
9
10
|
},
|
|
10
11
|
emits: ["click"],
|
|
11
12
|
setup(o, { emit: n }) {
|
|
12
|
-
return (
|
|
13
|
+
return (m, e) => (a(), c("div", {
|
|
13
14
|
class: "expand-row-toggle",
|
|
14
15
|
onClick: e[0] || (e[0] = (t) => n("click", t))
|
|
15
16
|
}, [
|
|
16
|
-
l(
|
|
17
|
+
p(l(i), {
|
|
17
18
|
class: "expand-button",
|
|
18
19
|
"icon-name": o.expanded ? "caret-down" : "caret-right"
|
|
19
20
|
}, null, 8, ["icon-name"])
|
|
@@ -21,5 +22,5 @@ const x = /* @__PURE__ */ a({
|
|
|
21
22
|
}
|
|
22
23
|
});
|
|
23
24
|
export {
|
|
24
|
-
|
|
25
|
+
g as default
|
|
25
26
|
};
|
|
@@ -75,10 +75,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
75
75
|
height: string;
|
|
76
76
|
resize: 'none' | 'vertical' | 'horizontal' | 'both';
|
|
77
77
|
mandatory: boolean;
|
|
78
|
+
modelValue: string;
|
|
78
79
|
hoverHelpText: string;
|
|
79
80
|
hoverHelpTextPlacement: TooltipPositions;
|
|
80
81
|
maxLength: number;
|
|
81
|
-
modelValue: string;
|
|
82
82
|
placeholder: string;
|
|
83
83
|
maxLengthCounterPosition: MaxLengthCounterPositions;
|
|
84
84
|
feedbackText: string;
|
|
@@ -23,6 +23,10 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
23
23
|
type: import("vue").PropType<boolean>;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
+
modelValue: {
|
|
27
|
+
type: import("vue").PropType<string>;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
26
30
|
hoverHelpText: {
|
|
27
31
|
type: import("vue").PropType<string>;
|
|
28
32
|
default: string;
|
|
@@ -35,10 +39,6 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
35
39
|
type: import("vue").PropType<number>;
|
|
36
40
|
default: any;
|
|
37
41
|
};
|
|
38
|
-
modelValue: {
|
|
39
|
-
type: import("vue").PropType<string>;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
42
|
placeholder: {
|
|
43
43
|
type: import("vue").PropType<string>;
|
|
44
44
|
default: string;
|
|
@@ -86,6 +86,10 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
86
86
|
type: import("vue").PropType<boolean>;
|
|
87
87
|
default: boolean;
|
|
88
88
|
};
|
|
89
|
+
modelValue: {
|
|
90
|
+
type: import("vue").PropType<string>;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
89
93
|
hoverHelpText: {
|
|
90
94
|
type: import("vue").PropType<string>;
|
|
91
95
|
default: string;
|
|
@@ -98,10 +102,6 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
98
102
|
type: import("vue").PropType<number>;
|
|
99
103
|
default: any;
|
|
100
104
|
};
|
|
101
|
-
modelValue: {
|
|
102
|
-
type: import("vue").PropType<string>;
|
|
103
|
-
default: string;
|
|
104
|
-
};
|
|
105
105
|
placeholder: {
|
|
106
106
|
type: import("vue").PropType<string>;
|
|
107
107
|
default: string;
|
|
@@ -131,10 +131,10 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
131
131
|
height: string;
|
|
132
132
|
resize: "both" | "none" | "horizontal" | "vertical";
|
|
133
133
|
mandatory: boolean;
|
|
134
|
+
modelValue: string;
|
|
134
135
|
hoverHelpText: string;
|
|
135
136
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
136
137
|
maxLength: number;
|
|
137
|
-
modelValue: string;
|
|
138
138
|
placeholder: string;
|
|
139
139
|
maxLengthCounterPosition: "inside" | "outside";
|
|
140
140
|
feedbackText: string;
|