@sellmate/design-system-vue 0.0.54 → 0.0.55
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.d.ts +1 -0
- package/dist/components.js +31 -0
- package/lib/components.ts +34 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export declare const SdIcon: StencilVueComponent<JSX.SdIcon>;
|
|
|
13
13
|
export declare const SdInput: StencilVueComponent<JSX.SdInput, JSX.SdInput["value"]>;
|
|
14
14
|
export declare const SdLoadingSpinner: StencilVueComponent<JSX.SdLoadingSpinner>;
|
|
15
15
|
export declare const SdModalCard: StencilVueComponent<JSX.SdModalCard>;
|
|
16
|
+
export declare const SdNumberInput: StencilVueComponent<JSX.SdNumberInput, JSX.SdNumberInput["value"]>;
|
|
16
17
|
export declare const SdPagination: StencilVueComponent<JSX.SdPagination>;
|
|
17
18
|
export declare const SdPopover: StencilVueComponent<JSX.SdPopover>;
|
|
18
19
|
export declare const SdPortal: StencilVueComponent<JSX.SdPortal>;
|
package/dist/components.js
CHANGED
|
@@ -141,6 +141,37 @@ export const SdModalCard = /*@__PURE__*/ defineContainer('sd-modal-card', undefi
|
|
|
141
141
|
'sdClose',
|
|
142
142
|
'sdConfirm'
|
|
143
143
|
]);
|
|
144
|
+
export const SdNumberInput = /*@__PURE__*/ defineContainer('sd-number-input', undefined, [
|
|
145
|
+
'min',
|
|
146
|
+
'max',
|
|
147
|
+
'step',
|
|
148
|
+
'useButton',
|
|
149
|
+
'useDecimal',
|
|
150
|
+
'value',
|
|
151
|
+
'label',
|
|
152
|
+
'placeholder',
|
|
153
|
+
'disabled',
|
|
154
|
+
'width',
|
|
155
|
+
'rules',
|
|
156
|
+
'autoFocus',
|
|
157
|
+
'status',
|
|
158
|
+
'inputClass',
|
|
159
|
+
'readonly',
|
|
160
|
+
'inputStyle',
|
|
161
|
+
'sdIncrement',
|
|
162
|
+
'sdDecrement',
|
|
163
|
+
'sdInput',
|
|
164
|
+
'sdChange',
|
|
165
|
+
'sdFocus',
|
|
166
|
+
'sdBlur'
|
|
167
|
+
], [
|
|
168
|
+
'sdIncrement',
|
|
169
|
+
'sdDecrement',
|
|
170
|
+
'sdInput',
|
|
171
|
+
'sdChange',
|
|
172
|
+
'sdFocus',
|
|
173
|
+
'sdBlur'
|
|
174
|
+
], 'value', 'sdInput', undefined);
|
|
144
175
|
export const SdPagination = /*@__PURE__*/ defineContainer('sd-pagination', undefined, [
|
|
145
176
|
'currentPage',
|
|
146
177
|
'lastPage',
|
package/lib/components.ts
CHANGED
|
@@ -175,6 +175,40 @@ export const SdModalCard: StencilVueComponent<JSX.SdModalCard> = /*@__PURE__*/ d
|
|
|
175
175
|
]);
|
|
176
176
|
|
|
177
177
|
|
|
178
|
+
export const SdNumberInput: StencilVueComponent<JSX.SdNumberInput, JSX.SdNumberInput["value"]> = /*@__PURE__*/ defineContainer<JSX.SdNumberInput, JSX.SdNumberInput["value"]>('sd-number-input', undefined, [
|
|
179
|
+
'min',
|
|
180
|
+
'max',
|
|
181
|
+
'step',
|
|
182
|
+
'useButton',
|
|
183
|
+
'useDecimal',
|
|
184
|
+
'value',
|
|
185
|
+
'label',
|
|
186
|
+
'placeholder',
|
|
187
|
+
'disabled',
|
|
188
|
+
'width',
|
|
189
|
+
'rules',
|
|
190
|
+
'autoFocus',
|
|
191
|
+
'status',
|
|
192
|
+
'inputClass',
|
|
193
|
+
'readonly',
|
|
194
|
+
'inputStyle',
|
|
195
|
+
'sdIncrement',
|
|
196
|
+
'sdDecrement',
|
|
197
|
+
'sdInput',
|
|
198
|
+
'sdChange',
|
|
199
|
+
'sdFocus',
|
|
200
|
+
'sdBlur'
|
|
201
|
+
], [
|
|
202
|
+
'sdIncrement',
|
|
203
|
+
'sdDecrement',
|
|
204
|
+
'sdInput',
|
|
205
|
+
'sdChange',
|
|
206
|
+
'sdFocus',
|
|
207
|
+
'sdBlur'
|
|
208
|
+
],
|
|
209
|
+
'value', 'sdInput', undefined);
|
|
210
|
+
|
|
211
|
+
|
|
178
212
|
export const SdPagination: StencilVueComponent<JSX.SdPagination> = /*@__PURE__*/ defineContainer<JSX.SdPagination>('sd-pagination', undefined, [
|
|
179
213
|
'currentPage',
|
|
180
214
|
'lastPage',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.55",
|
|
4
4
|
"description": "Design System - Vue Component Wrappers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"vue": "^3.4.38"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@sellmate/design-system": "^0.0.
|
|
48
|
+
"@sellmate/design-system": "^0.0.54",
|
|
49
49
|
"@stencil/vue-output-target": "^0.11.8"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|