@sellmate/design-system-vue 1.16.0 → 1.18.0
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/dist/components.js +9 -2
- package/lib/components.ts +9 -2
- package/package.json +2 -2
package/dist/components.js
CHANGED
|
@@ -120,6 +120,11 @@ export const SdChipInput = /*@__PURE__*/ defineContainer('sd-chip-input', undefi
|
|
|
120
120
|
'rules',
|
|
121
121
|
'error',
|
|
122
122
|
'useReset',
|
|
123
|
+
'maxCount',
|
|
124
|
+
'suggestions',
|
|
125
|
+
'loadingSuggestions',
|
|
126
|
+
'recommendedItems',
|
|
127
|
+
'loadingRecommendedItems',
|
|
123
128
|
'label',
|
|
124
129
|
'labelWidth',
|
|
125
130
|
'hint',
|
|
@@ -131,11 +136,13 @@ export const SdChipInput = /*@__PURE__*/ defineContainer('sd-chip-input', undefi
|
|
|
131
136
|
'labelTooltipProps',
|
|
132
137
|
'sdUpdate',
|
|
133
138
|
'sdFocus',
|
|
134
|
-
'sdBlur'
|
|
139
|
+
'sdBlur',
|
|
140
|
+
'sdInput'
|
|
135
141
|
], [
|
|
136
142
|
'sdUpdate',
|
|
137
143
|
'sdFocus',
|
|
138
|
-
'sdBlur'
|
|
144
|
+
'sdBlur',
|
|
145
|
+
'sdInput'
|
|
139
146
|
], 'values', 'sdUpdate', undefined);
|
|
140
147
|
export const SdCircleProgress = /*@__PURE__*/ defineContainer('sd-circle-progress', undefined, [
|
|
141
148
|
'indeterminate',
|
package/lib/components.ts
CHANGED
|
@@ -148,6 +148,11 @@ export const SdChipInput: StencilVueComponent<JSX.SdChipInput, JSX.SdChipInput["
|
|
|
148
148
|
'rules',
|
|
149
149
|
'error',
|
|
150
150
|
'useReset',
|
|
151
|
+
'maxCount',
|
|
152
|
+
'suggestions',
|
|
153
|
+
'loadingSuggestions',
|
|
154
|
+
'recommendedItems',
|
|
155
|
+
'loadingRecommendedItems',
|
|
151
156
|
'label',
|
|
152
157
|
'labelWidth',
|
|
153
158
|
'hint',
|
|
@@ -159,11 +164,13 @@ export const SdChipInput: StencilVueComponent<JSX.SdChipInput, JSX.SdChipInput["
|
|
|
159
164
|
'labelTooltipProps',
|
|
160
165
|
'sdUpdate',
|
|
161
166
|
'sdFocus',
|
|
162
|
-
'sdBlur'
|
|
167
|
+
'sdBlur',
|
|
168
|
+
'sdInput'
|
|
163
169
|
], [
|
|
164
170
|
'sdUpdate',
|
|
165
171
|
'sdFocus',
|
|
166
|
-
'sdBlur'
|
|
172
|
+
'sdBlur',
|
|
173
|
+
'sdInput'
|
|
167
174
|
],
|
|
168
175
|
'values', 'sdUpdate', undefined);
|
|
169
176
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-vue",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.18.0",
|
|
4
4
|
"description": "Design System - Vue Component Wrappers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"vue": "^3.4.38"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@sellmate/design-system": "^1.
|
|
50
|
+
"@sellmate/design-system": "^1.18.0",
|
|
51
51
|
"@stencil/vue-output-target": "^0.11.8"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|