@sellmate/design-system-vue 1.0.63 → 1.0.64
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 +13 -0
- package/lib/components.ts +13 -0
- package/package.json +2 -2
package/dist/components.js
CHANGED
|
@@ -34,6 +34,7 @@ export const SdBarcodeInput = /*@__PURE__*/ defineContainer('sd-barcode-input',
|
|
|
34
34
|
'focused',
|
|
35
35
|
'hovered',
|
|
36
36
|
'label',
|
|
37
|
+
'labelWidth',
|
|
37
38
|
'icon',
|
|
38
39
|
'labelTooltip',
|
|
39
40
|
'labelTooltipProps',
|
|
@@ -149,6 +150,7 @@ export const SdDatePicker = /*@__PURE__*/ defineContainer('sd-date-picker', unde
|
|
|
149
150
|
'disabled',
|
|
150
151
|
'width',
|
|
151
152
|
'label',
|
|
153
|
+
'labelWidth',
|
|
152
154
|
'addonLabel',
|
|
153
155
|
'hint',
|
|
154
156
|
'errorMessage',
|
|
@@ -191,6 +193,7 @@ export const SdDateRangePicker = /*@__PURE__*/ defineContainer('sd-date-range-pi
|
|
|
191
193
|
'disabled',
|
|
192
194
|
'width',
|
|
193
195
|
'label',
|
|
196
|
+
'labelWidth',
|
|
194
197
|
'addonLabel',
|
|
195
198
|
'hint',
|
|
196
199
|
'errorMessage',
|
|
@@ -240,6 +243,7 @@ export const SdField = /*@__PURE__*/ defineContainer('sd-field', undefined, [
|
|
|
240
243
|
'width',
|
|
241
244
|
'size',
|
|
242
245
|
'label',
|
|
246
|
+
'labelWidth',
|
|
243
247
|
'addonLabel',
|
|
244
248
|
'icon',
|
|
245
249
|
'labelTooltip',
|
|
@@ -257,6 +261,7 @@ export const SdFilePicker = /*@__PURE__*/ defineContainer('sd-file-picker', unde
|
|
|
257
261
|
'maxFiles',
|
|
258
262
|
'name',
|
|
259
263
|
'label',
|
|
264
|
+
'labelWidth',
|
|
260
265
|
'addonLabel',
|
|
261
266
|
'hint',
|
|
262
267
|
'errorMessage',
|
|
@@ -346,6 +351,7 @@ export const SdInput = /*@__PURE__*/ defineContainer('sd-input', undefined, [
|
|
|
346
351
|
'focused',
|
|
347
352
|
'hovered',
|
|
348
353
|
'label',
|
|
354
|
+
'labelWidth',
|
|
349
355
|
'icon',
|
|
350
356
|
'labelTooltip',
|
|
351
357
|
'labelTooltipProps',
|
|
@@ -379,6 +385,7 @@ export const SdNumberInput = /*@__PURE__*/ defineContainer('sd-number-input', un
|
|
|
379
385
|
'useDecimal',
|
|
380
386
|
'value',
|
|
381
387
|
'label',
|
|
388
|
+
'labelWidth',
|
|
382
389
|
'addonLabel',
|
|
383
390
|
'placeholder',
|
|
384
391
|
'disabled',
|
|
@@ -488,6 +495,7 @@ export const SdSelect = /*@__PURE__*/ defineContainer('sd-select', undefined, [
|
|
|
488
495
|
'clearable',
|
|
489
496
|
'searchable',
|
|
490
497
|
'label',
|
|
498
|
+
'labelWidth',
|
|
491
499
|
'addonLabel',
|
|
492
500
|
'icon',
|
|
493
501
|
'labelTooltip',
|
|
@@ -531,6 +539,7 @@ export const SdSelectGroup = /*@__PURE__*/ defineContainer('sd-select-group', un
|
|
|
531
539
|
'clearable',
|
|
532
540
|
'searchable',
|
|
533
541
|
'label',
|
|
542
|
+
'labelWidth',
|
|
534
543
|
'addonLabel',
|
|
535
544
|
'icon',
|
|
536
545
|
'labelTooltip',
|
|
@@ -563,6 +572,7 @@ export const SdSelectMultiple = /*@__PURE__*/ defineContainer('sd-select-multipl
|
|
|
563
572
|
'useAll',
|
|
564
573
|
'useCheckbox',
|
|
565
574
|
'label',
|
|
575
|
+
'labelWidth',
|
|
566
576
|
'icon',
|
|
567
577
|
'labelTooltip',
|
|
568
578
|
'labelTooltipProps',
|
|
@@ -590,6 +600,7 @@ export const SdSelectMultipleGroup = /*@__PURE__*/ defineContainer('sd-select-mu
|
|
|
590
600
|
'allCheckedLabel',
|
|
591
601
|
'allCheckOptionLabel',
|
|
592
602
|
'label',
|
|
603
|
+
'labelWidth',
|
|
593
604
|
'icon',
|
|
594
605
|
'labelTooltip',
|
|
595
606
|
'labelTooltipProps',
|
|
@@ -651,6 +662,7 @@ export const SdSelectV2 = /*@__PURE__*/ defineContainer('sd-select-v2', undefine
|
|
|
651
662
|
'dropdownHeight',
|
|
652
663
|
'disabled',
|
|
653
664
|
'label',
|
|
665
|
+
'labelWidth',
|
|
654
666
|
'addonLabel',
|
|
655
667
|
'error',
|
|
656
668
|
'hint',
|
|
@@ -798,6 +810,7 @@ export const SdTextarea = /*@__PURE__*/ defineContainer('sd-textarea', undefined
|
|
|
798
810
|
'spellcheck',
|
|
799
811
|
'width',
|
|
800
812
|
'label',
|
|
813
|
+
'labelWidth',
|
|
801
814
|
'addonLabel',
|
|
802
815
|
'hint',
|
|
803
816
|
'errorMessage',
|
package/lib/components.ts
CHANGED
|
@@ -44,6 +44,7 @@ export const SdBarcodeInput: StencilVueComponent<JSX.SdBarcodeInput, JSX.SdBarco
|
|
|
44
44
|
'focused',
|
|
45
45
|
'hovered',
|
|
46
46
|
'label',
|
|
47
|
+
'labelWidth',
|
|
47
48
|
'icon',
|
|
48
49
|
'labelTooltip',
|
|
49
50
|
'labelTooltipProps',
|
|
@@ -179,6 +180,7 @@ export const SdDatePicker: StencilVueComponent<JSX.SdDatePicker, JSX.SdDatePicke
|
|
|
179
180
|
'disabled',
|
|
180
181
|
'width',
|
|
181
182
|
'label',
|
|
183
|
+
'labelWidth',
|
|
182
184
|
'addonLabel',
|
|
183
185
|
'hint',
|
|
184
186
|
'errorMessage',
|
|
@@ -228,6 +230,7 @@ export const SdDateRangePicker: StencilVueComponent<JSX.SdDateRangePicker, JSX.S
|
|
|
228
230
|
'disabled',
|
|
229
231
|
'width',
|
|
230
232
|
'label',
|
|
233
|
+
'labelWidth',
|
|
231
234
|
'addonLabel',
|
|
232
235
|
'hint',
|
|
233
236
|
'errorMessage',
|
|
@@ -284,6 +287,7 @@ export const SdField: StencilVueComponent<JSX.SdField> = /*@__PURE__*/ defineCon
|
|
|
284
287
|
'width',
|
|
285
288
|
'size',
|
|
286
289
|
'label',
|
|
290
|
+
'labelWidth',
|
|
287
291
|
'addonLabel',
|
|
288
292
|
'icon',
|
|
289
293
|
'labelTooltip',
|
|
@@ -303,6 +307,7 @@ export const SdFilePicker: StencilVueComponent<JSX.SdFilePicker, JSX.SdFilePicke
|
|
|
303
307
|
'maxFiles',
|
|
304
308
|
'name',
|
|
305
309
|
'label',
|
|
310
|
+
'labelWidth',
|
|
306
311
|
'addonLabel',
|
|
307
312
|
'hint',
|
|
308
313
|
'errorMessage',
|
|
@@ -405,6 +410,7 @@ export const SdInput: StencilVueComponent<JSX.SdInput, JSX.SdInput["value"]> = /
|
|
|
405
410
|
'focused',
|
|
406
411
|
'hovered',
|
|
407
412
|
'label',
|
|
413
|
+
'labelWidth',
|
|
408
414
|
'icon',
|
|
409
415
|
'labelTooltip',
|
|
410
416
|
'labelTooltipProps',
|
|
@@ -447,6 +453,7 @@ export const SdNumberInput: StencilVueComponent<JSX.SdNumberInput, JSX.SdNumberI
|
|
|
447
453
|
'useDecimal',
|
|
448
454
|
'value',
|
|
449
455
|
'label',
|
|
456
|
+
'labelWidth',
|
|
450
457
|
'addonLabel',
|
|
451
458
|
'placeholder',
|
|
452
459
|
'disabled',
|
|
@@ -577,6 +584,7 @@ export const SdSelect: StencilVueComponent<JSX.SdSelect, JSX.SdSelect["value"]>
|
|
|
577
584
|
'clearable',
|
|
578
585
|
'searchable',
|
|
579
586
|
'label',
|
|
587
|
+
'labelWidth',
|
|
580
588
|
'addonLabel',
|
|
581
589
|
'icon',
|
|
582
590
|
'labelTooltip',
|
|
@@ -625,6 +633,7 @@ export const SdSelectGroup: StencilVueComponent<JSX.SdSelectGroup> = /*@__PURE__
|
|
|
625
633
|
'clearable',
|
|
626
634
|
'searchable',
|
|
627
635
|
'label',
|
|
636
|
+
'labelWidth',
|
|
628
637
|
'addonLabel',
|
|
629
638
|
'icon',
|
|
630
639
|
'labelTooltip',
|
|
@@ -659,6 +668,7 @@ export const SdSelectMultiple: StencilVueComponent<JSX.SdSelectMultiple, JSX.SdS
|
|
|
659
668
|
'useAll',
|
|
660
669
|
'useCheckbox',
|
|
661
670
|
'label',
|
|
671
|
+
'labelWidth',
|
|
662
672
|
'icon',
|
|
663
673
|
'labelTooltip',
|
|
664
674
|
'labelTooltipProps',
|
|
@@ -689,6 +699,7 @@ export const SdSelectMultipleGroup: StencilVueComponent<JSX.SdSelectMultipleGrou
|
|
|
689
699
|
'allCheckedLabel',
|
|
690
700
|
'allCheckOptionLabel',
|
|
691
701
|
'label',
|
|
702
|
+
'labelWidth',
|
|
692
703
|
'icon',
|
|
693
704
|
'labelTooltip',
|
|
694
705
|
'labelTooltipProps',
|
|
@@ -759,6 +770,7 @@ export const SdSelectV2: StencilVueComponent<JSX.SdSelectV2, JSX.SdSelectV2["val
|
|
|
759
770
|
'dropdownHeight',
|
|
760
771
|
'disabled',
|
|
761
772
|
'label',
|
|
773
|
+
'labelWidth',
|
|
762
774
|
'addonLabel',
|
|
763
775
|
'error',
|
|
764
776
|
'hint',
|
|
@@ -934,6 +946,7 @@ export const SdTextarea: StencilVueComponent<JSX.SdTextarea, JSX.SdTextarea["val
|
|
|
934
946
|
'spellcheck',
|
|
935
947
|
'width',
|
|
936
948
|
'label',
|
|
949
|
+
'labelWidth',
|
|
937
950
|
'addonLabel',
|
|
938
951
|
'hint',
|
|
939
952
|
'errorMessage',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.64",
|
|
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.
|
|
48
|
+
"@sellmate/design-system": "^1.0.64",
|
|
49
49
|
"@stencil/vue-output-target": "^0.11.8"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|