vueless 0.0.394 → 0.0.396

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.
Files changed (58) hide show
  1. package/package.json +21 -2
  2. package/ui.button/UButton.vue +1 -1
  3. package/ui.button-link/ULink.vue +1 -1
  4. package/ui.button-toggle/UToggle.vue +1 -1
  5. package/ui.button-toggle-item/UToggleItem.vue +1 -1
  6. package/ui.container-card/UCard.vue +2 -2
  7. package/ui.container-col/UCol.vue +1 -1
  8. package/ui.container-divider/UDivider.vue +12 -46
  9. package/ui.container-divider/config.js +19 -20
  10. package/ui.container-divider/storybook/stories.js +6 -32
  11. package/ui.container-divider/useAttrs.js +6 -1
  12. package/ui.container-group/UGroup.vue +2 -2
  13. package/ui.container-modal/UModal.vue +2 -8
  14. package/ui.container-modal-confirm/UModalConfirm.vue +1 -1
  15. package/ui.container-page/UPage.vue +1 -1
  16. package/ui.container-row/URow.vue +1 -1
  17. package/ui.data-list/UDataList.vue +2 -2
  18. package/ui.data-table/UTable.vue +1 -1
  19. package/ui.dropdown-badge/UDropdownBadge.vue +1 -1
  20. package/ui.dropdown-button/UDropdownButton.vue +1 -1
  21. package/ui.dropdown-link/UDropdownLink.vue +1 -1
  22. package/ui.dropdown-list/UDropdownList.vue +1 -1
  23. package/ui.form-calendar/UCalendar.vue +1 -1
  24. package/ui.form-checkbox/UCheckbox.vue +1 -1
  25. package/ui.form-checkbox-group/UCheckboxGroup.vue +1 -1
  26. package/ui.form-checkbox-multi-state/UCheckboxMultiState.vue +1 -1
  27. package/ui.form-color-picker/UColorPicker.vue +1 -1
  28. package/ui.form-date-picker/UDatePicker.vue +1 -1
  29. package/ui.form-date-picker-range/UDatePickerRange.vue +1 -1
  30. package/ui.form-input/UInput.vue +1 -1
  31. package/ui.form-input-file/UInputFile.vue +1 -1
  32. package/ui.form-input-money/UInputMoney.vue +1 -1
  33. package/ui.form-input-number/UInputNumber.vue +1 -1
  34. package/ui.form-input-rating/UInputRating.vue +1 -1
  35. package/ui.form-input-search/UInputSearch.vue +1 -1
  36. package/ui.form-label/ULabel.vue +1 -1
  37. package/ui.form-radio/URadio.vue +1 -1
  38. package/ui.form-radio-group/URadioGroup.vue +1 -1
  39. package/ui.form-select/USelect.vue +1 -1
  40. package/ui.form-switch/USwitch.vue +1 -1
  41. package/ui.form-textarea/UTextarea.vue +1 -1
  42. package/ui.image-avatar/UAvatar.vue +1 -1
  43. package/ui.image-icon/UIcon.vue +1 -1
  44. package/ui.navigation-pagination/UPagination.vue +1 -1
  45. package/ui.navigation-progress/UProgress.vue +1 -1
  46. package/ui.navigation-tab/UTab.vue +1 -1
  47. package/ui.navigation-tabs/UTabs.vue +1 -1
  48. package/ui.other-dot/UDot.vue +1 -1
  49. package/ui.text-alert/UAlert.vue +1 -1
  50. package/ui.text-badge/UBadge.vue +1 -1
  51. package/ui.text-block/UText.vue +1 -1
  52. package/ui.text-empty/UEmpty.vue +1 -1
  53. package/ui.text-file/UFile.vue +1 -1
  54. package/ui.text-files/UFiles.vue +1 -1
  55. package/ui.text-header/UHeader.vue +1 -1
  56. package/ui.text-money/UMoney.vue +1 -1
  57. package/ui.text-notify/UNotify.vue +1 -1
  58. package/web-types.json +64 -100
@@ -136,7 +136,7 @@ const props = defineProps({
136
136
  },
137
137
 
138
138
  /**
139
- * Sets component ui config object.
139
+ * Component config object.
140
140
  */
141
141
  config: {
142
142
  type: Object,
@@ -179,7 +179,7 @@ const props = defineProps({
179
179
  },
180
180
 
181
181
  /**
182
- * Sets component ui config object.
182
+ * Component config object.
183
183
  */
184
184
  config: {
185
185
  type: Object,
@@ -106,7 +106,7 @@ const props = defineProps({
106
106
  },
107
107
 
108
108
  /**
109
- * Component ui config object.
109
+ * Component config object.
110
110
  */
111
111
  config: {
112
112
  type: Object,
@@ -91,7 +91,7 @@ const props = defineProps({
91
91
  },
92
92
 
93
93
  /**
94
- * Component ui config object.
94
+ * Component config object.
95
95
  */
96
96
  config: {
97
97
  type: Object,
@@ -268,7 +268,7 @@ const props = defineProps({
268
268
  },
269
269
 
270
270
  /**
271
- * Component ui config object.
271
+ * Component config object.
272
272
  */
273
273
  config: {
274
274
  type: Object,
@@ -117,7 +117,7 @@ const props = defineProps({
117
117
  },
118
118
 
119
119
  /**
120
- * Component ui config object.
120
+ * Component config object.
121
121
  */
122
122
  config: {
123
123
  type: Object,
@@ -49,7 +49,7 @@ const props = defineProps({
49
49
  },
50
50
 
51
51
  /**
52
- * Component ui config object.
52
+ * Component config object.
53
53
  */
54
54
  config: {
55
55
  type: Object,
@@ -69,7 +69,7 @@ const props = defineProps({
69
69
  },
70
70
 
71
71
  /**
72
- * Component ui config object.
72
+ * Component config object.
73
73
  */
74
74
  config: {
75
75
  type: Object,
@@ -31,7 +31,7 @@ const props = defineProps({
31
31
  },
32
32
 
33
33
  /**
34
- * Component ui config object.
34
+ * Component config object.
35
35
  */
36
36
  config: {
37
37
  type: Object,
@@ -159,7 +159,7 @@ const props = defineProps({
159
159
  },
160
160
 
161
161
  /**
162
- * Component ui config object.
162
+ * Component config object.
163
163
  */
164
164
  config: {
165
165
  type: Object,
@@ -171,7 +171,7 @@ const props = defineProps({
171
171
  },
172
172
 
173
173
  /**
174
- * Component ui config object.
174
+ * Component config object.
175
175
  */
176
176
  config: {
177
177
  type: Object,
@@ -51,7 +51,7 @@ const props = defineProps({
51
51
  },
52
52
 
53
53
  /**
54
- * Component ui config object.
54
+ * Component config object.
55
55
  */
56
56
  config: {
57
57
  type: Object,
@@ -68,7 +68,7 @@ const props = defineProps({
68
68
  },
69
69
 
70
70
  /**
71
- * Component ui config object.
71
+ * Component config object.
72
72
  */
73
73
  config: {
74
74
  type: Object,
@@ -83,7 +83,7 @@ const props = defineProps({
83
83
  },
84
84
 
85
85
  /**
86
- * Component ui config object.
86
+ * Component config object.
87
87
  */
88
88
  config: {
89
89
  type: Object,
@@ -95,7 +95,7 @@ const props = defineProps({
95
95
  },
96
96
 
97
97
  /**
98
- * Component ui config object.
98
+ * Component config object.
99
99
  */
100
100
  config: {
101
101
  type: Object,
@@ -65,7 +65,7 @@ const props = defineProps({
65
65
  },
66
66
 
67
67
  /**
68
- * Component ui config object.
68
+ * Component config object.
69
69
  */
70
70
  config: {
71
71
  type: Object,
@@ -151,7 +151,7 @@ const props = defineProps({
151
151
  },
152
152
 
153
153
  /**
154
- * Component ui config object.
154
+ * Component config object.
155
155
  */
156
156
  config: {
157
157
  type: Object,
@@ -119,7 +119,7 @@ const props = defineProps({
119
119
  },
120
120
 
121
121
  /**
122
- * Sets component ui config object.
122
+ * Component config object.
123
123
  */
124
124
  config: {
125
125
  type: Object,