@synergy-design-system/vue 2.8.1 → 2.9.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.
@@ -66,6 +66,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
66
66
  capture?: SynFile["capture"];
67
67
  /**
68
68
  * Indicates whether the user can select more than one file.
69
+ Has no effect if webkitdirectory is set.
69
70
  [see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#multiple)
70
71
  */
71
72
  multiple?: SynFile["multiple"];
@@ -162,6 +163,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
162
163
  capture?: SynFile["capture"];
163
164
  /**
164
165
  * Indicates whether the user can select more than one file.
166
+ Has no effect if webkitdirectory is set.
165
167
  [see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#multiple)
166
168
  */
167
169
  multiple?: SynFile["multiple"];
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "url": "https://www.sick.com"
5
5
  },
6
6
  "dependencies": {
7
- "@synergy-design-system/components": "^2.8.1"
7
+ "@synergy-design-system/components": "^2.9.0"
8
8
  },
9
9
  "description": "Vue3 wrappers for the Synergy Design System",
10
10
  "exports": {
@@ -40,12 +40,12 @@
40
40
  "directory": "packages/vue"
41
41
  },
42
42
  "type": "module",
43
- "version": "2.8.1",
43
+ "version": "2.9.0",
44
44
  "devDependencies": {
45
45
  "@vue/tsconfig": "^0.5.1",
46
46
  "vue": "^3.4.38"
47
47
  },
48
48
  "peerDependencies": {
49
- "@synergy-design-system/tokens": "^2.10.0"
49
+ "@synergy-design-system/tokens": "^2.11.0"
50
50
  }
51
51
  }
@@ -135,6 +135,7 @@ Works only when not using a droparea!
135
135
 
136
136
  /**
137
137
  * Indicates whether the user can select more than one file.
138
+ Has no effect if webkitdirectory is set.
138
139
  [see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#multiple)
139
140
  */
140
141
  multiple?: SynFile['multiple'];