@sellmate/design-system-vue 1.18.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.
- package/dist/components.js +3 -2
- package/lib/components.ts +3 -2
- package/package.json +2 -2
package/dist/components.js
CHANGED
|
@@ -121,6 +121,7 @@ export const SdChipInput = /*@__PURE__*/ defineContainer('sd-chip-input', undefi
|
|
|
121
121
|
'error',
|
|
122
122
|
'useReset',
|
|
123
123
|
'maxCount',
|
|
124
|
+
'duplicateLabel',
|
|
124
125
|
'suggestions',
|
|
125
126
|
'loadingSuggestions',
|
|
126
127
|
'recommendedItems',
|
|
@@ -416,7 +417,7 @@ export const SdInput = /*@__PURE__*/ defineContainer('sd-input', undefined, [
|
|
|
416
417
|
export const SdKeyValueTable = /*@__PURE__*/ defineContainer('sd-key-value-table', undefined, [
|
|
417
418
|
'fields',
|
|
418
419
|
'search',
|
|
419
|
-
'
|
|
420
|
+
'radius',
|
|
420
421
|
'sdChange',
|
|
421
422
|
'sdSearch'
|
|
422
423
|
], [
|
|
@@ -660,7 +661,7 @@ export const SdTable = /*@__PURE__*/ defineContainer('sd-table', undefined, [
|
|
|
660
661
|
'height',
|
|
661
662
|
'stickyHeader',
|
|
662
663
|
'stickyColumn',
|
|
663
|
-
'
|
|
664
|
+
'radius',
|
|
664
665
|
'noDataLabel',
|
|
665
666
|
'isLoading',
|
|
666
667
|
'pagination',
|
package/lib/components.ts
CHANGED
|
@@ -149,6 +149,7 @@ export const SdChipInput: StencilVueComponent<JSX.SdChipInput, JSX.SdChipInput["
|
|
|
149
149
|
'error',
|
|
150
150
|
'useReset',
|
|
151
151
|
'maxCount',
|
|
152
|
+
'duplicateLabel',
|
|
152
153
|
'suggestions',
|
|
153
154
|
'loadingSuggestions',
|
|
154
155
|
'recommendedItems',
|
|
@@ -485,7 +486,7 @@ export const SdInput: StencilVueComponent<JSX.SdInput, JSX.SdInput["value"]> = /
|
|
|
485
486
|
export const SdKeyValueTable: StencilVueComponent<JSX.SdKeyValueTable> = /*@__PURE__*/ defineContainer<JSX.SdKeyValueTable>('sd-key-value-table', undefined, [
|
|
486
487
|
'fields',
|
|
487
488
|
'search',
|
|
488
|
-
'
|
|
489
|
+
'radius',
|
|
489
490
|
'sdChange',
|
|
490
491
|
'sdSearch'
|
|
491
492
|
], [
|
|
@@ -774,7 +775,7 @@ export const SdTable: StencilVueComponent<JSX.SdTable, JSX.SdTable["selected"]>
|
|
|
774
775
|
'height',
|
|
775
776
|
'stickyHeader',
|
|
776
777
|
'stickyColumn',
|
|
777
|
-
'
|
|
778
|
+
'radius',
|
|
778
779
|
'noDataLabel',
|
|
779
780
|
'isLoading',
|
|
780
781
|
'pagination',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-vue",
|
|
3
|
-
"version": "1.
|
|
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.
|
|
50
|
+
"@sellmate/design-system": "^1.19.0",
|
|
51
51
|
"@stencil/vue-output-target": "^0.11.8"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|