vueless 0.0.286 → 0.0.288
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 -0
- package/package.json +3 -3
- package/service.ui/index.js +3 -6
- package/ui.button/configs/default.config.js +15 -18
- package/ui.button/index.stories.js +6 -2
- package/ui.button/index.vue +98 -76
- package/ui.button-link/composables/attrs.composable.js +18 -28
- package/ui.button-link/configs/default.config.js +8 -6
- package/ui.button-link/index.stories.js +20 -1
- package/ui.button-link/index.vue +21 -26
- package/ui.button-toggle/configs/default.config.js +2 -2
- package/ui.button-toggle/index.stories.js +4 -4
- package/ui.button-toggle/index.vue +7 -7
- package/ui.button-toggle-item/configs/default.config.js +2 -2
- package/ui.button-toggle-item/index.vue +4 -4
- package/ui.container-accordion/configs/default.config.js +1 -1
- package/ui.container-accordion/index.vue +3 -3
- package/ui.container-card/configs/default.config.js +1 -1
- package/ui.container-card/index.stories.js +2 -2
- package/ui.container-card/index.vue +3 -3
- package/ui.container-col/configs/default.config.js +1 -1
- package/ui.container-col/index.vue +3 -3
- package/ui.container-divider/configs/default.config.js +1 -1
- package/ui.container-divider/index.vue +3 -3
- package/ui.container-group/configs/default.config.js +1 -1
- package/ui.container-group/index.vue +3 -3
- package/ui.container-modal/configs/default.config.js +1 -1
- package/ui.container-modal/index.vue +5 -5
- package/ui.container-modal-confirm/configs/default.config.js +1 -1
- package/ui.container-modal-confirm/index.vue +5 -5
- 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 +25 -14
- package/ui.container-row/configs/default.config.js +1 -1
- package/ui.container-row/index.vue +3 -3
- package/ui.data-list/configs/default.config.js +1 -1
- package/ui.data-list/index.vue +8 -8
- package/ui.data-table/components/TableRow.vue +5 -5
- package/ui.data-table/configs/default.config.js +1 -1
- package/ui.data-table/index.stories.js +1 -1
- package/ui.data-table/index.vue +8 -8
- package/ui.dropdown-badge/configs/default.config.js +1 -1
- package/ui.dropdown-badge/index.vue +5 -5
- package/ui.dropdown-button/configs/default.config.js +2 -2
- package/ui.dropdown-button/index.vue +8 -8
- package/ui.dropdown-item/index.vue +3 -3
- package/ui.dropdown-link/configs/default.config.js +1 -1
- package/ui.dropdown-link/index.vue +5 -5
- package/ui.dropdown-list/configs/default.config.js +1 -1
- package/ui.dropdown-list/index.vue +1 -1
- package/ui.form-calendar/configs/default.config.js +1 -1
- package/ui.form-calendar/index.vue +2 -2
- package/ui.form-checkbox/configs/default.config.js +1 -1
- package/ui.form-checkbox/index.vue +4 -4
- package/ui.form-checkbox-group/configs/default.config.js +1 -1
- package/ui.form-checkbox-group/index.vue +4 -4
- package/ui.form-checkbox-multi-state/configs/default.config.js +1 -1
- package/ui.form-checkbox-multi-state/index.vue +2 -2
- package/ui.form-color-picker/configs/default.config.js +1 -1
- package/ui.form-color-picker/index.vue +3 -3
- package/ui.form-date-picker/configs/default.config.js +1 -1
- package/ui.form-date-picker/index.vue +2 -2
- package/ui.form-date-picker-range/configs/default.config.js +1 -1
- package/ui.form-date-picker-range/index.vue +2 -2
- package/ui.form-input/configs/default.config.js +3 -3
- package/ui.form-input/index.vue +4 -4
- package/ui.form-input-file/configs/default.config.js +2 -2
- package/ui.form-input-file/index.vue +21 -20
- package/ui.form-input-money/configs/default.config.js +1 -1
- package/ui.form-input-money/index.vue +3 -3
- package/ui.form-input-number/configs/default.config.js +1 -1
- package/ui.form-input-number/index.vue +7 -7
- package/ui.form-input-rating/configs/default.config.js +1 -1
- package/ui.form-input-rating/index.vue +4 -4
- package/ui.form-input-search/configs/default.config.js +1 -1
- package/ui.form-input-search/index.vue +6 -6
- package/ui.form-label/configs/default.config.js +1 -1
- package/ui.form-label/index.vue +8 -8
- package/ui.form-radio/configs/default.config.js +1 -1
- package/ui.form-radio/index.vue +4 -4
- package/ui.form-radio-group/configs/default.config.js +1 -1
- package/ui.form-radio-group/index.vue +4 -4
- package/ui.form-select/configs/default.config.js +1 -1
- package/ui.form-select/index.vue +3 -3
- package/ui.form-switch/configs/default.config.js +1 -1
- package/ui.form-switch/index.vue +3 -3
- package/ui.form-textarea/configs/default.config.js +1 -1
- package/ui.form-textarea/index.vue +4 -4
- package/ui.image-avatar/configs/default.config.js +1 -1
- package/ui.image-avatar/index.vue +3 -3
- 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 +16 -45
- 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-pagination/index.vue +7 -7
- package/ui.navigation-progress/components/StepperProgress.vue +1 -1
- package/ui.navigation-progress/configs/default.config.js +1 -1
- package/ui.navigation-progress/index.vue +3 -3
- package/ui.navigation-tab/configs/default.config.js +1 -1
- package/ui.navigation-tab/index.vue +3 -3
- package/ui.navigation-tabs/configs/default.config.js +1 -1
- package/ui.navigation-tabs/index.vue +4 -4
- package/ui.other-dot/configs/default.config.js +1 -1
- package/ui.other-dot/index.vue +3 -3
- package/ui.text-alert/configs/default.config.js +1 -1
- package/ui.text-alert/index.vue +4 -4
- package/ui.text-badge/configs/default.config.js +1 -1
- package/ui.text-badge/index.vue +3 -3
- package/ui.text-block/configs/default.config.js +1 -1
- package/ui.text-block/index.vue +3 -3
- 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 +22 -13
- package/ui.text-file/configs/default.config.js +2 -2
- package/ui.text-file/index.vue +3 -3
- package/ui.text-files/configs/default.config.js +1 -1
- package/ui.text-files/index.vue +3 -3
- package/ui.text-header/configs/default.config.js +1 -1
- package/ui.text-header/index.vue +3 -3
- package/ui.text-money/configs/default.config.js +1 -1
- package/ui.text-money/index.vue +3 -3
- package/ui.text-notify/configs/default.config.js +1 -1
- package/ui.text-notify/index.vue +3 -3
- package/web-types.json +169 -150
package/ui.text-money/index.vue
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<slot name="left" />
|
|
6
6
|
</div>
|
|
7
7
|
|
|
8
|
-
<div :data-
|
|
8
|
+
<div :data-test="dataTest" v-bind="sumAttrs">
|
|
9
9
|
<span v-if="currencySymbolPosition.left" v-bind="symbolAttrs">
|
|
10
10
|
{{ symbol + currencySpace }}
|
|
11
11
|
</span>
|
|
@@ -160,9 +160,9 @@ const props = defineProps({
|
|
|
160
160
|
},
|
|
161
161
|
|
|
162
162
|
/**
|
|
163
|
-
*
|
|
163
|
+
* Data-test attribute for automated testing.
|
|
164
164
|
*/
|
|
165
|
-
|
|
165
|
+
dataTest: {
|
|
166
166
|
type: String,
|
|
167
167
|
default: "",
|
|
168
168
|
},
|
package/ui.text-notify/index.vue
CHANGED
|
@@ -13,29 +13,29 @@
|
|
|
13
13
|
>
|
|
14
14
|
<UIcon
|
|
15
15
|
v-if="notification.type === NOTIFY_TYPE.success"
|
|
16
|
-
data-cy="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-cy="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
|
|
37
37
|
v-else-if="notification.type === NOTIFY_TYPE.error"
|
|
38
|
-
data-
|
|
38
|
+
data-test="type-notify"
|
|
39
39
|
color="red"
|
|
40
40
|
variant="light"
|
|
41
41
|
size="md"
|