@sellmate/design-system-vue 1.17.0 → 1.19.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.
@@ -120,6 +120,12 @@ export const SdChipInput = /*@__PURE__*/ defineContainer('sd-chip-input', undefi
120
120
  'rules',
121
121
  'error',
122
122
  'useReset',
123
+ 'maxCount',
124
+ 'duplicateLabel',
125
+ 'suggestions',
126
+ 'loadingSuggestions',
127
+ 'recommendedItems',
128
+ 'loadingRecommendedItems',
123
129
  'label',
124
130
  'labelWidth',
125
131
  'hint',
@@ -131,11 +137,13 @@ export const SdChipInput = /*@__PURE__*/ defineContainer('sd-chip-input', undefi
131
137
  'labelTooltipProps',
132
138
  'sdUpdate',
133
139
  'sdFocus',
134
- 'sdBlur'
140
+ 'sdBlur',
141
+ 'sdInput'
135
142
  ], [
136
143
  'sdUpdate',
137
144
  'sdFocus',
138
- 'sdBlur'
145
+ 'sdBlur',
146
+ 'sdInput'
139
147
  ], 'values', 'sdUpdate', undefined);
140
148
  export const SdCircleProgress = /*@__PURE__*/ defineContainer('sd-circle-progress', undefined, [
141
149
  'indeterminate',
@@ -409,7 +417,7 @@ export const SdInput = /*@__PURE__*/ defineContainer('sd-input', undefined, [
409
417
  export const SdKeyValueTable = /*@__PURE__*/ defineContainer('sd-key-value-table', undefined, [
410
418
  'fields',
411
419
  'search',
412
- 'useTop',
420
+ 'radius',
413
421
  'sdChange',
414
422
  'sdSearch'
415
423
  ], [
@@ -653,7 +661,7 @@ export const SdTable = /*@__PURE__*/ defineContainer('sd-table', undefined, [
653
661
  'height',
654
662
  'stickyHeader',
655
663
  'stickyColumn',
656
- 'useTop',
664
+ 'radius',
657
665
  'noDataLabel',
658
666
  'isLoading',
659
667
  'pagination',
package/lib/components.ts CHANGED
@@ -148,6 +148,12 @@ export const SdChipInput: StencilVueComponent<JSX.SdChipInput, JSX.SdChipInput["
148
148
  'rules',
149
149
  'error',
150
150
  'useReset',
151
+ 'maxCount',
152
+ 'duplicateLabel',
153
+ 'suggestions',
154
+ 'loadingSuggestions',
155
+ 'recommendedItems',
156
+ 'loadingRecommendedItems',
151
157
  'label',
152
158
  'labelWidth',
153
159
  'hint',
@@ -159,11 +165,13 @@ export const SdChipInput: StencilVueComponent<JSX.SdChipInput, JSX.SdChipInput["
159
165
  'labelTooltipProps',
160
166
  'sdUpdate',
161
167
  'sdFocus',
162
- 'sdBlur'
168
+ 'sdBlur',
169
+ 'sdInput'
163
170
  ], [
164
171
  'sdUpdate',
165
172
  'sdFocus',
166
- 'sdBlur'
173
+ 'sdBlur',
174
+ 'sdInput'
167
175
  ],
168
176
  'values', 'sdUpdate', undefined);
169
177
 
@@ -478,7 +486,7 @@ export const SdInput: StencilVueComponent<JSX.SdInput, JSX.SdInput["value"]> = /
478
486
  export const SdKeyValueTable: StencilVueComponent<JSX.SdKeyValueTable> = /*@__PURE__*/ defineContainer<JSX.SdKeyValueTable>('sd-key-value-table', undefined, [
479
487
  'fields',
480
488
  'search',
481
- 'useTop',
489
+ 'radius',
482
490
  'sdChange',
483
491
  'sdSearch'
484
492
  ], [
@@ -767,7 +775,7 @@ export const SdTable: StencilVueComponent<JSX.SdTable, JSX.SdTable["selected"]>
767
775
  'height',
768
776
  'stickyHeader',
769
777
  'stickyColumn',
770
- 'useTop',
778
+ 'radius',
771
779
  'noDataLabel',
772
780
  'isLoading',
773
781
  'pagination',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.17.0",
3
+ "version": "1.19.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.17.0",
50
+ "@sellmate/design-system": "^1.19.0",
51
51
  "@stencil/vue-output-target": "^0.11.8"
52
52
  },
53
53
  "peerDependencies": {