@sellmate/design-system-vue 1.0.39 → 1.0.41

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.
@@ -1,6 +1,7 @@
1
1
  import { type StencilVueComponent } from '@stencil/vue-output-target/runtime';
2
2
  import type { JSX } from '@sellmate/design-system';
3
3
  export declare const SdBadge: StencilVueComponent<JSX.SdBadge>;
4
+ export declare const SdBarcodeInput: StencilVueComponent<JSX.SdBarcodeInput, JSX.SdBarcodeInput["value"]>;
4
5
  export declare const SdButton: StencilVueComponent<JSX.SdButton>;
5
6
  export declare const SdButtonV2: StencilVueComponent<JSX.SdButtonV2>;
6
7
  export declare const SdCalendar: StencilVueComponent<JSX.SdCalendar>;
@@ -20,7 +21,6 @@ export declare const SdIcon: StencilVueComponent<JSX.SdIcon>;
20
21
  export declare const SdInput: StencilVueComponent<JSX.SdInput, JSX.SdInput["value"]>;
21
22
  export declare const SdLoadingSpinner: StencilVueComponent<JSX.SdLoadingSpinner>;
22
23
  export declare const SdModalContainer: StencilVueComponent<JSX.SdModalContainer>;
23
- export declare const SdNoticeModal: StencilVueComponent<JSX.SdNoticeModal>;
24
24
  export declare const SdNumberInput: StencilVueComponent<JSX.SdNumberInput, JSX.SdNumberInput["value"]>;
25
25
  export declare const SdPagination: StencilVueComponent<JSX.SdPagination, JSX.SdPagination["currentPage"]>;
26
26
  export declare const SdPopover: StencilVueComponent<JSX.SdPopover>;
@@ -44,6 +44,7 @@ export declare const SdSelectV2Listbox: StencilVueComponent<JSX.SdSelectV2Listbo
44
44
  export declare const SdSelectV2Trigger: StencilVueComponent<JSX.SdSelectV2Trigger>;
45
45
  export declare const SdTabs: StencilVueComponent<JSX.SdTabs, JSX.SdTabs["value"]>;
46
46
  export declare const SdTag: StencilVueComponent<JSX.SdTag>;
47
+ export declare const SdTextLink: StencilVueComponent<JSX.SdTextLink>;
47
48
  export declare const SdTextarea: StencilVueComponent<JSX.SdTextarea, JSX.SdTextarea["value"]>;
48
49
  export declare const SdToast: StencilVueComponent<JSX.SdToast>;
49
50
  export declare const SdToastContainer: StencilVueComponent<JSX.SdToastContainer>;
@@ -6,6 +6,37 @@ export const SdBadge = /*@__PURE__*/ defineContainer('sd-badge', undefined, [
6
6
  'color',
7
7
  'label'
8
8
  ]);
9
+ export const SdBarcodeInput = /*@__PURE__*/ defineContainer('sd-barcode-input', undefined, [
10
+ 'value',
11
+ 'size',
12
+ 'addonLabel',
13
+ 'placeholder',
14
+ 'disabled',
15
+ 'clearable',
16
+ 'width',
17
+ 'rules',
18
+ 'autoFocus',
19
+ 'status',
20
+ 'hint',
21
+ 'errorMessage',
22
+ 'inputClass',
23
+ 'readonly',
24
+ 'error',
25
+ 'focused',
26
+ 'hovered',
27
+ 'label',
28
+ 'icon',
29
+ 'labelTooltip',
30
+ 'labelTooltipProps',
31
+ 'inputStyle',
32
+ 'sdUpdate',
33
+ 'sdFocus',
34
+ 'sdBlur'
35
+ ], [
36
+ 'sdUpdate',
37
+ 'sdFocus',
38
+ 'sdBlur'
39
+ ], 'value', 'sdUpdate', undefined);
9
40
  export const SdButton = /*@__PURE__*/ defineContainer('sd-button', undefined, [
10
41
  'variant',
11
42
  'size',
@@ -136,6 +167,9 @@ export const SdField = /*@__PURE__*/ defineContainer('sd-field', undefined, [
136
167
  'hovered',
137
168
  'focused',
138
169
  'status',
170
+ 'hint',
171
+ 'errorMessage',
172
+ 'width',
139
173
  'label',
140
174
  'addonLabel',
141
175
  'icon',
@@ -200,6 +234,8 @@ export const SdInput = /*@__PURE__*/ defineContainer('sd-input', undefined, [
200
234
  'rules',
201
235
  'autoFocus',
202
236
  'status',
237
+ 'hint',
238
+ 'errorMessage',
203
239
  'inputClass',
204
240
  'readonly',
205
241
  'error',
@@ -222,23 +258,6 @@ export const SdLoadingSpinner = /*@__PURE__*/ defineContainer('sd-loading-spinne
222
258
  'color'
223
259
  ]);
224
260
  export const SdModalContainer = /*@__PURE__*/ defineContainer('sd-modal-container', undefined);
225
- export const SdNoticeModal = /*@__PURE__*/ defineContainer('sd-notice-modal', undefined, [
226
- 'modalTitle',
227
- 'titleClass',
228
- 'topMessage',
229
- 'bottomMessage',
230
- 'mainButtonLabel',
231
- 'subButtonLabel',
232
- 'tagPreset',
233
- 'tagLabel',
234
- 'slotLabel',
235
- 'tagContents',
236
- 'sdClose',
237
- 'sdConfirm'
238
- ], [
239
- 'sdClose',
240
- 'sdConfirm'
241
- ]);
242
261
  export const SdNumberInput = /*@__PURE__*/ defineContainer('sd-number-input', undefined, [
243
262
  'min',
244
263
  'max',
@@ -254,6 +273,8 @@ export const SdNumberInput = /*@__PURE__*/ defineContainer('sd-number-input', un
254
273
  'rules',
255
274
  'autoFocus',
256
275
  'status',
276
+ 'hint',
277
+ 'errorMessage',
257
278
  'inputClass',
258
279
  'readonly',
259
280
  'inputStyle',
@@ -517,6 +538,8 @@ export const SdSelectV2 = /*@__PURE__*/ defineContainer('sd-select-v2', undefine
517
538
  'label',
518
539
  'addonLabel',
519
540
  'error',
541
+ 'hint',
542
+ 'errorMessage',
520
543
  'fieldName',
521
544
  'rules',
522
545
  'icon',
@@ -585,6 +608,17 @@ export const SdTag = /*@__PURE__*/ defineContainer('sd-tag', undefined, [
585
608
  'icon',
586
609
  'isLeft'
587
610
  ]);
611
+ export const SdTextLink = /*@__PURE__*/ defineContainer('sd-text-link', undefined, [
612
+ 'label',
613
+ 'icon',
614
+ 'iconColor',
615
+ 'useArrow',
616
+ 'underline',
617
+ 'disabled',
618
+ 'sdClick'
619
+ ], [
620
+ 'sdClick'
621
+ ]);
588
622
  export const SdTextarea = /*@__PURE__*/ defineContainer('sd-textarea', undefined, [
589
623
  'value',
590
624
  'name',
package/lib/components.ts CHANGED
@@ -14,6 +14,40 @@ export const SdBadge: StencilVueComponent<JSX.SdBadge> = /*@__PURE__*/ defineCon
14
14
  ]);
15
15
 
16
16
 
17
+ export const SdBarcodeInput: StencilVueComponent<JSX.SdBarcodeInput, JSX.SdBarcodeInput["value"]> = /*@__PURE__*/ defineContainer<JSX.SdBarcodeInput, JSX.SdBarcodeInput["value"]>('sd-barcode-input', undefined, [
18
+ 'value',
19
+ 'size',
20
+ 'addonLabel',
21
+ 'placeholder',
22
+ 'disabled',
23
+ 'clearable',
24
+ 'width',
25
+ 'rules',
26
+ 'autoFocus',
27
+ 'status',
28
+ 'hint',
29
+ 'errorMessage',
30
+ 'inputClass',
31
+ 'readonly',
32
+ 'error',
33
+ 'focused',
34
+ 'hovered',
35
+ 'label',
36
+ 'icon',
37
+ 'labelTooltip',
38
+ 'labelTooltipProps',
39
+ 'inputStyle',
40
+ 'sdUpdate',
41
+ 'sdFocus',
42
+ 'sdBlur'
43
+ ], [
44
+ 'sdUpdate',
45
+ 'sdFocus',
46
+ 'sdBlur'
47
+ ],
48
+ 'value', 'sdUpdate', undefined);
49
+
50
+
17
51
  export const SdButton: StencilVueComponent<JSX.SdButton> = /*@__PURE__*/ defineContainer<JSX.SdButton>('sd-button', undefined, [
18
52
  'variant',
19
53
  'size',
@@ -167,6 +201,9 @@ export const SdField: StencilVueComponent<JSX.SdField> = /*@__PURE__*/ defineCon
167
201
  'hovered',
168
202
  'focused',
169
203
  'status',
204
+ 'hint',
205
+ 'errorMessage',
206
+ 'width',
170
207
  'label',
171
208
  'addonLabel',
172
209
  'icon',
@@ -244,6 +281,8 @@ export const SdInput: StencilVueComponent<JSX.SdInput, JSX.SdInput["value"]> = /
244
281
  'rules',
245
282
  'autoFocus',
246
283
  'status',
284
+ 'hint',
285
+ 'errorMessage',
247
286
  'inputClass',
248
287
  'readonly',
249
288
  'error',
@@ -273,25 +312,6 @@ export const SdLoadingSpinner: StencilVueComponent<JSX.SdLoadingSpinner> = /*@__
273
312
  export const SdModalContainer: StencilVueComponent<JSX.SdModalContainer> = /*@__PURE__*/ defineContainer<JSX.SdModalContainer>('sd-modal-container', undefined);
274
313
 
275
314
 
276
- export const SdNoticeModal: StencilVueComponent<JSX.SdNoticeModal> = /*@__PURE__*/ defineContainer<JSX.SdNoticeModal>('sd-notice-modal', undefined, [
277
- 'modalTitle',
278
- 'titleClass',
279
- 'topMessage',
280
- 'bottomMessage',
281
- 'mainButtonLabel',
282
- 'subButtonLabel',
283
- 'tagPreset',
284
- 'tagLabel',
285
- 'slotLabel',
286
- 'tagContents',
287
- 'sdClose',
288
- 'sdConfirm'
289
- ], [
290
- 'sdClose',
291
- 'sdConfirm'
292
- ]);
293
-
294
-
295
315
  export const SdNumberInput: StencilVueComponent<JSX.SdNumberInput, JSX.SdNumberInput["value"]> = /*@__PURE__*/ defineContainer<JSX.SdNumberInput, JSX.SdNumberInput["value"]>('sd-number-input', undefined, [
296
316
  'min',
297
317
  'max',
@@ -307,6 +327,8 @@ export const SdNumberInput: StencilVueComponent<JSX.SdNumberInput, JSX.SdNumberI
307
327
  'rules',
308
328
  'autoFocus',
309
329
  'status',
330
+ 'hint',
331
+ 'errorMessage',
310
332
  'inputClass',
311
333
  'readonly',
312
334
  'inputStyle',
@@ -610,6 +632,8 @@ export const SdSelectV2: StencilVueComponent<JSX.SdSelectV2, JSX.SdSelectV2["val
610
632
  'label',
611
633
  'addonLabel',
612
634
  'error',
635
+ 'hint',
636
+ 'errorMessage',
613
637
  'fieldName',
614
638
  'rules',
615
639
  'icon',
@@ -694,6 +718,19 @@ export const SdTag: StencilVueComponent<JSX.SdTag> = /*@__PURE__*/ defineContain
694
718
  ]);
695
719
 
696
720
 
721
+ export const SdTextLink: StencilVueComponent<JSX.SdTextLink> = /*@__PURE__*/ defineContainer<JSX.SdTextLink>('sd-text-link', undefined, [
722
+ 'label',
723
+ 'icon',
724
+ 'iconColor',
725
+ 'useArrow',
726
+ 'underline',
727
+ 'disabled',
728
+ 'sdClick'
729
+ ], [
730
+ 'sdClick'
731
+ ]);
732
+
733
+
697
734
  export const SdTextarea: StencilVueComponent<JSX.SdTextarea, JSX.SdTextarea["value"]> = /*@__PURE__*/ defineContainer<JSX.SdTextarea, JSX.SdTextarea["value"]>('sd-textarea', undefined, [
698
735
  'value',
699
736
  'name',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
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": "^1.0.39",
48
+ "@sellmate/design-system": "^1.0.41",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {