@sellmate/design-system-vue 1.27.1 → 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',
@@ -304,6 +305,7 @@ export const SdFilePicker = /*@__PURE__*/ defineContainer('sd-file-picker', unde
304
305
  'disabled',
305
306
  'inline',
306
307
  'multiple',
308
+ 'useMultipleListBox',
307
309
  'accept',
308
310
  'maxFileSize',
309
311
  'maxTotalSize',
@@ -442,9 +444,11 @@ export const SdLoadingModal = /*@__PURE__*/ defineContainer('sd-loading-modal',
442
444
  'width',
443
445
  'height',
444
446
  'progress',
445
- 'sdClick'
447
+ 'sdClick',
448
+ 'sdClose'
446
449
  ], [
447
- 'sdClick'
450
+ 'sdClick',
451
+ 'sdClose'
448
452
  ]);
449
453
  export const SdModalContainer = /*@__PURE__*/ defineContainer('sd-modal-container', undefined, [
450
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
 
@@ -357,6 +358,7 @@ export const SdFilePicker: StencilVueComponent<JSX.SdFilePicker, JSX.SdFilePicke
357
358
  'disabled',
358
359
  'inline',
359
360
  'multiple',
361
+ 'useMultipleListBox',
360
362
  'accept',
361
363
  'maxFileSize',
362
364
  'maxTotalSize',
@@ -517,9 +519,11 @@ export const SdLoadingModal: StencilVueComponent<JSX.SdLoadingModal> = /*@__PURE
517
519
  'width',
518
520
  'height',
519
521
  'progress',
520
- 'sdClick'
522
+ 'sdClick',
523
+ 'sdClose'
521
524
  ], [
522
- 'sdClick'
525
+ 'sdClick',
526
+ 'sdClose'
523
527
  ]);
524
528
 
525
529
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.27.1",
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.1",
50
+ "@sellmate/design-system": "^1.28.0",
51
51
  "@stencil/vue-output-target": "^0.11.8"
52
52
  },
53
53
  "peerDependencies": {