@synergy-design-system/vue 2.31.0-numeric.3 → 2.31.0-numeric.4
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.
|
@@ -165,7 +165,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
165
165
|
- Values are clamped to the nearest min or max value.
|
|
166
166
|
- Stepping is inclusive to the provided min and max values.
|
|
167
167
|
- Provided stepping is no longer used in validation.
|
|
168
|
-
- Advanced number formatting is enabled.
|
|
169
168
|
- An object that matches the `NumericStrategy` type.
|
|
170
169
|
* Note this can only be set via `property`, not as an `attribute`!
|
|
171
170
|
*/
|
|
@@ -350,7 +349,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
350
349
|
- Values are clamped to the nearest min or max value.
|
|
351
350
|
- Stepping is inclusive to the provided min and max values.
|
|
352
351
|
- Provided stepping is no longer used in validation.
|
|
353
|
-
- Advanced number formatting is enabled.
|
|
354
352
|
- An object that matches the `NumericStrategy` type.
|
|
355
353
|
* Note this can only be set via `property`, not as an `attribute`!
|
|
356
354
|
*/
|
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.31.0-numeric.
|
|
7
|
+
"@synergy-design-system/components": "^2.31.0-numeric.4"
|
|
8
8
|
},
|
|
9
9
|
"description": "Vue3 wrappers for the Synergy Design System",
|
|
10
10
|
"exports": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"directory": "packages/vue"
|
|
41
41
|
},
|
|
42
42
|
"type": "module",
|
|
43
|
-
"version": "2.31.0-numeric.
|
|
43
|
+
"version": "2.31.0-numeric.4",
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
46
46
|
"@vue/tsconfig": "^0.7.0",
|
|
@@ -262,7 +262,6 @@ You may provide this as one of the following values:
|
|
|
262
262
|
- Values are clamped to the nearest min or max value.
|
|
263
263
|
- Stepping is inclusive to the provided min and max values.
|
|
264
264
|
- Provided stepping is no longer used in validation.
|
|
265
|
-
- Advanced number formatting is enabled.
|
|
266
265
|
- An object that matches the `NumericStrategy` type.
|
|
267
266
|
* Note this can only be set via `property`, not as an `attribute`!
|
|
268
267
|
*/
|