@sellmate/design-system-vue 1.27.0 → 1.28.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.
@@ -151,7 +151,8 @@ export const SdCircleProgress = /*@__PURE__*/ defineContainer('sd-circle-progres
151
151
  'indeterminate',
152
152
  'value',
153
153
  'type',
154
- 'label'
154
+ 'label',
155
+ 'innerValue'
155
156
  ]);
156
157
  export const SdConfirmModal = /*@__PURE__*/ defineContainer('sd-confirm-modal', undefined, [
157
158
  'type',
@@ -289,6 +290,7 @@ export const SdField = /*@__PURE__*/ defineContainer('sd-field', undefined, [
289
290
  'errorMessage',
290
291
  'width',
291
292
  'size',
293
+ 'borderless',
292
294
  'label',
293
295
  'labelWidth',
294
296
  'addonLabel',
@@ -303,6 +305,7 @@ export const SdFilePicker = /*@__PURE__*/ defineContainer('sd-file-picker', unde
303
305
  'disabled',
304
306
  'inline',
305
307
  'multiple',
308
+ 'useMultipleListBox',
306
309
  'accept',
307
310
  'maxFileSize',
308
311
  'maxTotalSize',
@@ -441,9 +444,11 @@ export const SdLoadingModal = /*@__PURE__*/ defineContainer('sd-loading-modal',
441
444
  'width',
442
445
  'height',
443
446
  'progress',
444
- 'sdClick'
447
+ 'sdClick',
448
+ 'sdClose'
445
449
  ], [
446
- 'sdClick'
450
+ 'sdClick',
451
+ 'sdClose'
447
452
  ]);
448
453
  export const SdModalContainer = /*@__PURE__*/ defineContainer('sd-modal-container', undefined, [
449
454
  'autoRemove'
package/lib/components.ts CHANGED
@@ -182,7 +182,8 @@ export const SdCircleProgress: StencilVueComponent<JSX.SdCircleProgress> = /*@__
182
182
  'indeterminate',
183
183
  'value',
184
184
  'type',
185
- 'label'
185
+ 'label',
186
+ 'innerValue'
186
187
  ]);
187
188
 
188
189
 
@@ -340,6 +341,7 @@ export const SdField: StencilVueComponent<JSX.SdField> = /*@__PURE__*/ defineCon
340
341
  'errorMessage',
341
342
  'width',
342
343
  'size',
344
+ 'borderless',
343
345
  'label',
344
346
  'labelWidth',
345
347
  'addonLabel',
@@ -356,6 +358,7 @@ export const SdFilePicker: StencilVueComponent<JSX.SdFilePicker, JSX.SdFilePicke
356
358
  'disabled',
357
359
  'inline',
358
360
  'multiple',
361
+ 'useMultipleListBox',
359
362
  'accept',
360
363
  'maxFileSize',
361
364
  'maxTotalSize',
@@ -516,9 +519,11 @@ export const SdLoadingModal: StencilVueComponent<JSX.SdLoadingModal> = /*@__PURE
516
519
  'width',
517
520
  'height',
518
521
  'progress',
519
- 'sdClick'
522
+ 'sdClick',
523
+ 'sdClose'
520
524
  ], [
521
- 'sdClick'
525
+ 'sdClick',
526
+ 'sdClose'
522
527
  ]);
523
528
 
524
529
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.27.0",
3
+ "version": "1.28.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.27.0",
50
+ "@sellmate/design-system": "^1.28.0",
51
51
  "@stencil/vue-output-target": "^0.11.8"
52
52
  },
53
53
  "peerDependencies": {