@sellmate/design-system-vue 1.14.0 → 1.16.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 +3 -0
- package/lib/components.ts +3 -0
- package/package.json +2 -2
package/dist/components.js
CHANGED
|
@@ -96,6 +96,7 @@ export const SdChip = /*@__PURE__*/ defineContainer('sd-chip', undefined, [
|
|
|
96
96
|
'value',
|
|
97
97
|
'error',
|
|
98
98
|
'disabled',
|
|
99
|
+
'editable',
|
|
99
100
|
'placeholder',
|
|
100
101
|
'rules',
|
|
101
102
|
'sdUpdate',
|
|
@@ -111,6 +112,7 @@ export const SdChip = /*@__PURE__*/ defineContainer('sd-chip', undefined, [
|
|
|
111
112
|
export const SdChipInput = /*@__PURE__*/ defineContainer('sd-chip-input', undefined, [
|
|
112
113
|
'values',
|
|
113
114
|
'errors',
|
|
115
|
+
'disabledChips',
|
|
114
116
|
'size',
|
|
115
117
|
'disabled',
|
|
116
118
|
'placeholder',
|
|
@@ -558,6 +560,7 @@ export const SdSelect = /*@__PURE__*/ defineContainer('sd-select', undefined, [
|
|
|
558
560
|
'value',
|
|
559
561
|
'options',
|
|
560
562
|
'placeholder',
|
|
563
|
+
'dropdownWidth',
|
|
561
564
|
'maxDropdownWidth',
|
|
562
565
|
'dropdownHeight',
|
|
563
566
|
'disabled',
|
package/lib/components.ts
CHANGED
|
@@ -121,6 +121,7 @@ export const SdChip: StencilVueComponent<JSX.SdChip, JSX.SdChip["value"]> = /*@_
|
|
|
121
121
|
'value',
|
|
122
122
|
'error',
|
|
123
123
|
'disabled',
|
|
124
|
+
'editable',
|
|
124
125
|
'placeholder',
|
|
125
126
|
'rules',
|
|
126
127
|
'sdUpdate',
|
|
@@ -139,6 +140,7 @@ export const SdChip: StencilVueComponent<JSX.SdChip, JSX.SdChip["value"]> = /*@_
|
|
|
139
140
|
export const SdChipInput: StencilVueComponent<JSX.SdChipInput, JSX.SdChipInput["values"]> = /*@__PURE__*/ defineContainer<JSX.SdChipInput, JSX.SdChipInput["values"]>('sd-chip-input', undefined, [
|
|
140
141
|
'values',
|
|
141
142
|
'errors',
|
|
143
|
+
'disabledChips',
|
|
142
144
|
'size',
|
|
143
145
|
'disabled',
|
|
144
146
|
'placeholder',
|
|
@@ -658,6 +660,7 @@ export const SdSelect: StencilVueComponent<JSX.SdSelect, JSX.SdSelect["value"]>
|
|
|
658
660
|
'value',
|
|
659
661
|
'options',
|
|
660
662
|
'placeholder',
|
|
663
|
+
'dropdownWidth',
|
|
661
664
|
'maxDropdownWidth',
|
|
662
665
|
'dropdownHeight',
|
|
663
666
|
'disabled',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-vue",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.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.16.0",
|
|
51
51
|
"@stencil/vue-output-target": "^0.11.8"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|