vueless 0.0.287 → 0.0.289
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/composable.ui/index.js +3 -2
- package/constants/index.js +2 -1
- package/directive.tooltip/index.js +1 -2
- package/package.json +3 -3
- package/service.ui/index.js +3 -6
- package/ui.button/configs/default.config.js +4 -4
- package/ui.button/index.vue +1 -1
- package/ui.button-link/composables/attrs.composable.js +18 -28
- package/ui.button-link/configs/default.config.js +9 -7
- package/ui.button-link/index.stories.js +20 -1
- package/ui.button-link/index.vue +21 -28
- package/ui.button-toggle/configs/default.config.js +1 -1
- package/ui.button-toggle-item/configs/default.config.js +1 -1
- package/ui.container-accordion/configs/default.config.js +1 -1
- package/ui.container-card/configs/default.config.js +1 -1
- package/ui.container-card/index.stories.js +2 -2
- package/ui.container-col/configs/default.config.js +1 -1
- package/ui.container-divider/configs/default.config.js +1 -1
- package/ui.container-group/configs/default.config.js +1 -1
- package/ui.container-modal/configs/default.config.js +1 -1
- package/ui.container-modal/index.vue +1 -1
- package/ui.container-modal-confirm/configs/default.config.js +1 -1
- package/ui.container-page/configs/default.config.js +2 -2
- package/ui.container-page/index.stories.js +2 -2
- package/ui.container-page/index.vue +22 -11
- package/ui.container-row/configs/default.config.js +1 -1
- package/ui.data-list/configs/default.config.js +1 -1
- package/ui.data-table/configs/default.config.js +1 -1
- package/ui.data-table/index.stories.js +1 -1
- package/ui.dropdown-badge/composables/attrs.composable.js +4 -4
- package/ui.dropdown-badge/configs/default.config.js +14 -4
- package/ui.dropdown-badge/index.vue +4 -4
- package/ui.dropdown-button/composables/attrs.composable.js +4 -4
- package/ui.dropdown-button/configs/default.config.js +3 -3
- package/ui.dropdown-link/composables/attrs.composable.js +4 -4
- package/ui.dropdown-link/configs/default.config.js +3 -3
- package/ui.dropdown-list/configs/default.config.js +1 -1
- package/ui.form-calendar/configs/default.config.js +1 -1
- package/ui.form-checkbox/configs/default.config.js +1 -1
- package/ui.form-checkbox-group/configs/default.config.js +1 -1
- package/ui.form-checkbox-multi-state/configs/default.config.js +1 -1
- package/ui.form-color-picker/configs/default.config.js +1 -1
- package/ui.form-date-picker/configs/default.config.js +1 -1
- package/ui.form-date-picker-range/configs/default.config.js +1 -1
- package/ui.form-input/configs/default.config.js +1 -1
- package/ui.form-input-file/configs/default.config.js +2 -2
- package/ui.form-input-file/index.vue +14 -13
- package/ui.form-input-money/configs/default.config.js +1 -1
- package/ui.form-input-number/configs/default.config.js +1 -1
- package/ui.form-input-rating/configs/default.config.js +1 -1
- package/ui.form-input-search/configs/default.config.js +1 -1
- package/ui.form-label/configs/default.config.js +1 -1
- package/ui.form-radio/configs/default.config.js +1 -1
- package/ui.form-radio-group/configs/default.config.js +1 -1
- package/ui.form-select/composables/attrs.composable.js +10 -22
- package/ui.form-select/configs/default.config.js +7 -10
- package/ui.form-select/index.vue +37 -36
- package/ui.form-switch/configs/default.config.js +1 -1
- package/ui.form-textarea/configs/default.config.js +1 -1
- package/ui.image-avatar/configs/default.config.js +1 -1
- package/ui.image-icon/configs/default.config.js +4 -48
- package/ui.image-icon/index.stories.js +0 -3
- package/ui.image-icon/index.vue +14 -42
- package/ui.loader/configs/default.config.js +1 -1
- package/ui.loader-rendering/configs/default.config.js +1 -1
- package/ui.loader-top/configs/default.config.js +1 -1
- package/ui.navigation-pagination/configs/default.config.js +1 -1
- package/ui.navigation-progress/configs/default.config.js +1 -1
- package/ui.navigation-tab/configs/default.config.js +1 -1
- package/ui.navigation-tabs/configs/default.config.js +1 -1
- package/ui.other-dot/configs/default.config.js +1 -1
- package/ui.text-alert/configs/default.config.js +5 -8
- package/ui.text-alert/index.vue +27 -11
- package/ui.text-badge/configs/default.config.js +8 -8
- package/ui.text-badge/index.vue +3 -3
- package/ui.text-block/configs/default.config.js +1 -1
- package/ui.text-empty/configs/default.config.js +14 -4
- package/ui.text-empty/index.stories.js +0 -1
- package/ui.text-empty/index.vue +19 -10
- package/ui.text-file/configs/default.config.js +2 -2
- package/ui.text-file/index.vue +1 -1
- package/ui.text-files/configs/default.config.js +1 -1
- package/ui.text-header/configs/default.config.js +1 -1
- package/ui.text-money/configs/default.config.js +1 -1
- package/ui.text-notify/configs/default.config.js +1 -1
- package/ui.text-notify/index.vue +2 -2
- package/web-types.json +38 -46
|
@@ -1,45 +1,7 @@
|
|
|
1
1
|
export default /*tw*/ {
|
|
2
|
-
|
|
3
|
-
base: "flex w-fit",
|
|
4
|
-
variants: {
|
|
5
|
-
round: {
|
|
6
|
-
true: "rounded-full bg-{color}-600/5",
|
|
7
|
-
},
|
|
8
|
-
},
|
|
9
|
-
compoundVariants: [
|
|
10
|
-
{ round: true, size: "4xs", class: "p-0.5" },
|
|
11
|
-
{ round: true, size: "3xs", class: "p-1" },
|
|
12
|
-
{ round: true, size: "2xs", class: "p-1" },
|
|
13
|
-
{ round: true, size: "xs", class: "p-2" },
|
|
14
|
-
{ round: true, size: "sm", class: "p-2" },
|
|
15
|
-
{ round: true, size: "md", class: "p-3" },
|
|
16
|
-
{ round: true, size: "lg", class: "p-3" },
|
|
17
|
-
{ round: true, size: "xl", class: "p-4" },
|
|
18
|
-
{ round: true, size: "2xl", class: "p-4" },
|
|
19
|
-
{ round: true, size: "3xl", class: "p-4" },
|
|
20
|
-
{ round: true, size: "4xl", class: "p-5" },
|
|
21
|
-
{ round: true, size: "5xl", class: "p-5" },
|
|
22
|
-
{ round: true, color: "white", class: "bg-white/5" },
|
|
23
|
-
{ round: true, color: "grayscale", class: "bg-gray-700/5" },
|
|
24
|
-
],
|
|
25
|
-
},
|
|
26
|
-
container: {
|
|
27
|
-
base: "fill-current outline-0",
|
|
2
|
+
icon: {
|
|
3
|
+
base: "flex w-fit fill-current outline-0",
|
|
28
4
|
variants: {
|
|
29
|
-
size: {
|
|
30
|
-
"4xs": "size-2.5",
|
|
31
|
-
"3xs": "size-3",
|
|
32
|
-
"2xs": "size-3.5",
|
|
33
|
-
xs: "size-4",
|
|
34
|
-
sm: "size-5",
|
|
35
|
-
md: "size-6",
|
|
36
|
-
lg: "size-8",
|
|
37
|
-
xl: "size-10",
|
|
38
|
-
"2xl": "size-12",
|
|
39
|
-
"3xl": "size-14",
|
|
40
|
-
"4xl": "size-16",
|
|
41
|
-
"5xl": "size-20",
|
|
42
|
-
},
|
|
43
5
|
variant: {
|
|
44
6
|
light: "text-{color}-400",
|
|
45
7
|
default: "text-{color}-600",
|
|
@@ -50,12 +12,8 @@ export default /*tw*/ {
|
|
|
50
12
|
grayscale: "text-gray-900",
|
|
51
13
|
},
|
|
52
14
|
interactive: {
|
|
53
|
-
true: "cursor-pointer
|
|
15
|
+
true: "cursor-pointer",
|
|
54
16
|
},
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
icon: {
|
|
58
|
-
variants: {
|
|
59
17
|
size: {
|
|
60
18
|
"4xs": "size-2.5",
|
|
61
19
|
"3xs": "size-3",
|
|
@@ -72,7 +30,7 @@ export default /*tw*/ {
|
|
|
72
30
|
},
|
|
73
31
|
},
|
|
74
32
|
},
|
|
75
|
-
|
|
33
|
+
defaults: {
|
|
76
34
|
name: "",
|
|
77
35
|
library: "@material-symbols",
|
|
78
36
|
weight: 500,
|
|
@@ -81,10 +39,8 @@ export default /*tw*/ {
|
|
|
81
39
|
size: "md",
|
|
82
40
|
variant: "default",
|
|
83
41
|
interactive: false,
|
|
84
|
-
round: false,
|
|
85
42
|
},
|
|
86
43
|
safelist: (colors) => [
|
|
87
|
-
{ pattern: `bg-(${colors})-600` },
|
|
88
44
|
{ pattern: `text-(${colors})-400` },
|
|
89
45
|
{ pattern: `text-(${colors})-600` },
|
|
90
46
|
{ pattern: `text-(${colors})-800` },
|
package/ui.image-icon/index.vue
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<
|
|
2
|
+
<component
|
|
3
|
+
:is="dynamicComponent"
|
|
3
4
|
v-tooltip="tooltipConfig"
|
|
5
|
+
tabindex="-1"
|
|
6
|
+
v-bind="iconAttrs"
|
|
4
7
|
:data-test="dataTest"
|
|
5
|
-
v-bind="wrapperAttrs"
|
|
6
|
-
@focus="onFocus"
|
|
7
|
-
@blur="onBlur"
|
|
8
8
|
@click="onClick"
|
|
9
|
-
|
|
10
|
-
<div v-bind="containerAttrs">
|
|
11
|
-
<component :is="dynamicComponent" v-bind="iconAttrs" />
|
|
12
|
-
</div>
|
|
13
|
-
</div>
|
|
9
|
+
/>
|
|
14
10
|
</template>
|
|
15
11
|
|
|
16
12
|
<script setup>
|
|
@@ -64,14 +60,6 @@ const props = defineProps({
|
|
|
64
60
|
default: getDefault(defaultConfig, UIcon).size,
|
|
65
61
|
},
|
|
66
62
|
|
|
67
|
-
/**
|
|
68
|
-
* Set round mild semi-transparent background and solid colour icon.
|
|
69
|
-
*/
|
|
70
|
-
round: {
|
|
71
|
-
type: Boolean,
|
|
72
|
-
default: getDefault(defaultConfig, UIcon).round,
|
|
73
|
-
},
|
|
74
|
-
|
|
75
63
|
/**
|
|
76
64
|
* Icon variant.
|
|
77
65
|
* @values light, default, dark
|
|
@@ -137,19 +125,9 @@ const emit = defineEmits([
|
|
|
137
125
|
* Triggers when the icon is clicked.
|
|
138
126
|
*/
|
|
139
127
|
"click",
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* Triggers when the icon is focused.
|
|
143
|
-
*/
|
|
144
|
-
"focus",
|
|
145
|
-
|
|
146
|
-
/**
|
|
147
|
-
* Triggers when the icon loses focus.
|
|
148
|
-
*/
|
|
149
|
-
"blur",
|
|
150
128
|
]);
|
|
151
129
|
|
|
152
|
-
const { config,
|
|
130
|
+
const { config, iconAttrs } = useAttrs(props);
|
|
153
131
|
|
|
154
132
|
const generatedIcons = computed(() => {
|
|
155
133
|
return (
|
|
@@ -163,11 +141,11 @@ const dynamicComponent = computed(() => {
|
|
|
163
141
|
const FILL_SUFFIX = "-fill";
|
|
164
142
|
|
|
165
143
|
const isDefaultIcon = Boolean(generatedIcons.value.find(([path]) => path.includes(props.name)));
|
|
166
|
-
const userLibrary = config.value.
|
|
144
|
+
const userLibrary = config.value.defaults.library;
|
|
167
145
|
|
|
168
146
|
const library = props.internal && isDefaultIcon ? "vueless" : userLibrary;
|
|
169
|
-
const weight = config.value.
|
|
170
|
-
const style = config.value.
|
|
147
|
+
const weight = config.value.defaults.weight;
|
|
148
|
+
const style = config.value.defaults.style;
|
|
171
149
|
const isFill = props.name.endsWith(FILL_SUFFIX);
|
|
172
150
|
const name = props.name;
|
|
173
151
|
const src = props.src;
|
|
@@ -219,19 +197,13 @@ const dynamicComponent = computed(() => {
|
|
|
219
197
|
return defineAsyncComponent(libraries[library]);
|
|
220
198
|
});
|
|
221
199
|
|
|
222
|
-
const tooltipConfig = computed(() => {
|
|
223
|
-
|
|
224
|
-
|
|
200
|
+
const tooltipConfig = computed(() => ({
|
|
201
|
+
onShow: () => !!props.tooltip,
|
|
202
|
+
...props.tooltipSettings,
|
|
203
|
+
content: props.tooltip,
|
|
204
|
+
}));
|
|
225
205
|
|
|
226
206
|
function onClick(event) {
|
|
227
207
|
emit("click", event);
|
|
228
208
|
}
|
|
229
|
-
|
|
230
|
-
function onFocus() {
|
|
231
|
-
emit("focus");
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
function onBlur(event) {
|
|
235
|
-
emit("blur", event);
|
|
236
|
-
}
|
|
237
209
|
</script>
|
|
@@ -27,7 +27,7 @@ export default /*tw*/ {
|
|
|
27
27
|
],
|
|
28
28
|
},
|
|
29
29
|
text: "{UText}",
|
|
30
|
-
body: "flex items-
|
|
30
|
+
body: "flex items-start justify-between",
|
|
31
31
|
content: "",
|
|
32
32
|
innerWrapper: "flex gap-2",
|
|
33
33
|
title: {
|
|
@@ -42,13 +42,10 @@ export default /*tw*/ {
|
|
|
42
42
|
},
|
|
43
43
|
},
|
|
44
44
|
description: "",
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
icon: "{UIcon}",
|
|
50
|
-
iconName: "close",
|
|
51
|
-
defaultVariants: {
|
|
45
|
+
closeButton: "{UButton}",
|
|
46
|
+
closeIcon: "{UIcon}",
|
|
47
|
+
defaults: {
|
|
48
|
+
closeIcon: "close",
|
|
52
49
|
variant: "primary",
|
|
53
50
|
color: "brand",
|
|
54
51
|
size: "md",
|
package/ui.text-alert/index.vue
CHANGED
|
@@ -43,19 +43,19 @@
|
|
|
43
43
|
v-if="closable"
|
|
44
44
|
square
|
|
45
45
|
no-ring
|
|
46
|
-
size="
|
|
47
|
-
:color="
|
|
46
|
+
size="xs"
|
|
47
|
+
:color="closeButtonColor"
|
|
48
48
|
variant="thirdary"
|
|
49
|
-
v-bind="
|
|
49
|
+
v-bind="closeButtonAttrs"
|
|
50
50
|
@click="onClickClose"
|
|
51
51
|
>
|
|
52
52
|
<UIcon
|
|
53
53
|
internal
|
|
54
|
-
size="
|
|
54
|
+
:size="closeIconSize"
|
|
55
55
|
:color="iconColor"
|
|
56
|
-
:name="config.
|
|
56
|
+
:name="config.defaults.closeIcon"
|
|
57
57
|
:data-test="`${dataTest}-button`"
|
|
58
|
-
v-bind="
|
|
58
|
+
v-bind="closeIconAttrs"
|
|
59
59
|
/>
|
|
60
60
|
</UButton>
|
|
61
61
|
</div>
|
|
@@ -181,8 +181,8 @@ const {
|
|
|
181
181
|
textAttrs,
|
|
182
182
|
titleAttrs,
|
|
183
183
|
descriptionAttrs,
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
closeButtonAttrs,
|
|
185
|
+
closeIconAttrs,
|
|
186
186
|
innerWrapperAttrs,
|
|
187
187
|
hasSlotContent,
|
|
188
188
|
} = useAttrs(props);
|
|
@@ -198,10 +198,26 @@ function onClickClose() {
|
|
|
198
198
|
emit("hidden");
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
+
const closeIconSize = computed(() => {
|
|
202
|
+
const sizes = {
|
|
203
|
+
xs: "3xs",
|
|
204
|
+
sm: "2xs",
|
|
205
|
+
md: "xs",
|
|
206
|
+
lg: "sm",
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
return sizes[props.size];
|
|
210
|
+
});
|
|
211
|
+
|
|
212
|
+
const closeButtonColor = computed(() => {
|
|
213
|
+
if (props.color === "grayscale") return "white";
|
|
214
|
+
if (props.color === "white") return "grayscale";
|
|
215
|
+
|
|
216
|
+
return props.color;
|
|
217
|
+
});
|
|
218
|
+
|
|
201
219
|
const iconColor = computed(() => {
|
|
202
|
-
if (props.color === "white")
|
|
203
|
-
return "gray";
|
|
204
|
-
}
|
|
220
|
+
if (props.color === "white") return "gray";
|
|
205
221
|
|
|
206
222
|
return props.variant === "primary" ? "white" : props.color;
|
|
207
223
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default /*tw*/ {
|
|
2
2
|
wrapper: {
|
|
3
|
-
base: "border
|
|
3
|
+
base: "border rounded-full inline-block py-1 !leading-none",
|
|
4
4
|
variants: {
|
|
5
5
|
variant: {
|
|
6
6
|
primary: "bg-{color}-50 text-{color}-600 border-transparent",
|
|
@@ -8,9 +8,9 @@ export default /*tw*/ {
|
|
|
8
8
|
thirdary: "text-{color}-600 border-transparent",
|
|
9
9
|
},
|
|
10
10
|
size: {
|
|
11
|
-
sm: "px-2
|
|
12
|
-
md: "px-2
|
|
13
|
-
lg: "px-3
|
|
11
|
+
sm: "px-2 text-2xs",
|
|
12
|
+
md: "px-2.5 text-xs",
|
|
13
|
+
lg: "px-3 text-sm",
|
|
14
14
|
},
|
|
15
15
|
weight: {
|
|
16
16
|
regular: "font-normal",
|
|
@@ -31,15 +31,15 @@ export default /*tw*/ {
|
|
|
31
31
|
base: "flex items-center",
|
|
32
32
|
variants: {
|
|
33
33
|
size: {
|
|
34
|
-
sm: "
|
|
35
|
-
md: "
|
|
36
|
-
lg: "
|
|
34
|
+
sm: "gap-0.5",
|
|
35
|
+
md: "gap-x-0.5",
|
|
36
|
+
lg: "gap-x-0.5",
|
|
37
37
|
},
|
|
38
38
|
},
|
|
39
39
|
},
|
|
40
40
|
leftIcon: "{UIcon}",
|
|
41
41
|
rightIcon: "{UIcon}",
|
|
42
|
-
|
|
42
|
+
defaults: {
|
|
43
43
|
color: "brand",
|
|
44
44
|
size: "md",
|
|
45
45
|
weight: "medium",
|
package/ui.text-badge/index.vue
CHANGED
|
@@ -10,10 +10,19 @@ export default /*tw*/ {
|
|
|
10
10
|
},
|
|
11
11
|
},
|
|
12
12
|
},
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
emptyIconWrapper: {
|
|
14
|
+
base: "rounded-full bg-gray-700/5",
|
|
15
|
+
variants: {
|
|
16
|
+
size: {
|
|
17
|
+
sm: "p-4",
|
|
18
|
+
md: "p-5",
|
|
19
|
+
lg: "p-6",
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
emptyIcon: "{UIcon}",
|
|
16
24
|
title: "{UHeader}",
|
|
25
|
+
footer: "mt-4 flex justify-center",
|
|
17
26
|
description: {
|
|
18
27
|
base: "text-center",
|
|
19
28
|
variants: {
|
|
@@ -24,7 +33,8 @@ export default /*tw*/ {
|
|
|
24
33
|
},
|
|
25
34
|
},
|
|
26
35
|
},
|
|
27
|
-
|
|
36
|
+
defaults: {
|
|
28
37
|
size: "md",
|
|
38
|
+
emptyIcon: "emoji_food_beverage",
|
|
29
39
|
},
|
|
30
40
|
};
|
package/ui.text-empty/index.vue
CHANGED
|
@@ -3,14 +3,15 @@
|
|
|
3
3
|
<div v-bind="headerAttrs">
|
|
4
4
|
<!-- @slot Use it to add something to the header. -->
|
|
5
5
|
<slot name="header">
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
6
|
+
<div v-bind="emptyIconWrapperAttrs">
|
|
7
|
+
<UIcon
|
|
8
|
+
internal
|
|
9
|
+
:name="config.defaults.emptyIcon"
|
|
10
|
+
color="gray"
|
|
11
|
+
:size="iconSize"
|
|
12
|
+
v-bind="emptyIconAttrs"
|
|
13
|
+
/>
|
|
14
|
+
</div>
|
|
14
15
|
</slot>
|
|
15
16
|
</div>
|
|
16
17
|
|
|
@@ -84,8 +85,16 @@ const props = defineProps({
|
|
|
84
85
|
},
|
|
85
86
|
});
|
|
86
87
|
|
|
87
|
-
const {
|
|
88
|
-
|
|
88
|
+
const {
|
|
89
|
+
config,
|
|
90
|
+
titleAttrs,
|
|
91
|
+
descriptionAttrs,
|
|
92
|
+
wrapperAttrs,
|
|
93
|
+
headerAttrs,
|
|
94
|
+
footerAttrs,
|
|
95
|
+
emptyIconWrapperAttrs,
|
|
96
|
+
emptyIconAttrs,
|
|
97
|
+
} = useAttrs(props);
|
|
89
98
|
|
|
90
99
|
const iconSize = computed(() => {
|
|
91
100
|
const sizes = {
|
package/ui.text-file/index.vue
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<ULink :
|
|
2
|
+
<ULink :href="url" no-ring target-blank :data-test="dataTest" v-bind="fileAttrs">
|
|
3
3
|
<slot name="left" :file="{ id, label, url, imageUrl }" />
|
|
4
4
|
|
|
5
5
|
<slot :file="{ id, label, url, imageUrl, iconName: config.iconName }">
|
package/ui.text-notify/index.vue
CHANGED
|
@@ -13,24 +13,24 @@
|
|
|
13
13
|
>
|
|
14
14
|
<UIcon
|
|
15
15
|
v-if="notification.type === NOTIFY_TYPE.success"
|
|
16
|
-
data-test="type-notify"
|
|
17
16
|
color="green"
|
|
18
17
|
variant="light"
|
|
19
18
|
size="md"
|
|
20
19
|
internal
|
|
21
20
|
:name="config.successIconName"
|
|
22
21
|
v-bind="successIconAttrs"
|
|
22
|
+
data-test="type-notify"
|
|
23
23
|
/>
|
|
24
24
|
|
|
25
25
|
<UIcon
|
|
26
26
|
v-else-if="notification.type === NOTIFY_TYPE.warning"
|
|
27
|
-
data-test="type-notify"
|
|
28
27
|
color="orange"
|
|
29
28
|
variant="light"
|
|
30
29
|
size="md"
|
|
31
30
|
internal
|
|
32
31
|
:name="config.warningIconName"
|
|
33
32
|
v-bind="warningIconAttrs"
|
|
33
|
+
data-test="type-notify"
|
|
34
34
|
/>
|
|
35
35
|
|
|
36
36
|
<UIcon
|