@synergy-design-system/vue 2.31.0-numeric.2 → 2.31.0-numeric.3
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.
|
@@ -140,12 +140,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
140
140
|
inputmode?: SynInput["inputmode"];
|
|
141
141
|
/**
|
|
142
142
|
* The minimal amount of fraction digits to use for numeric values.
|
|
143
|
-
Used to format the number when the input type is `number
|
|
143
|
+
Used to format the number when the input type is `number`.
|
|
144
144
|
*/
|
|
145
145
|
minFractionDigits?: SynInput["minFractionDigits"];
|
|
146
146
|
/**
|
|
147
147
|
* The maximal amount of fraction digits to use for numeric values.
|
|
148
|
-
Used to format the number when the input type is `number
|
|
148
|
+
Used to format the number when the input type is `number`.
|
|
149
149
|
*/
|
|
150
150
|
maxFractionDigits?: SynInput["maxFractionDigits"];
|
|
151
151
|
/**
|
|
@@ -155,7 +155,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
155
155
|
Includes the following configuration options:
|
|
156
156
|
|
|
157
157
|
- **autoClamp**: If true, the input will clamp the value to the min and max attributes.
|
|
158
|
-
- **enableNumberFormat**: If true, the input will format the value using a `NumberFormatter`.
|
|
159
158
|
- **noStepAlign**: If true, the input will not align the value to the step attribute.
|
|
160
159
|
- **noStepValidation**: If true, the input will not validate the value against the step attribute.
|
|
161
160
|
|
|
@@ -173,7 +172,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
173
172
|
numericStrategy?: SynInput["numericStrategy"];
|
|
174
173
|
/**
|
|
175
174
|
* Optional options that should be passed to the `NumberFormatter` when formatting the value.
|
|
176
|
-
This is used to format the number when the input type is `number
|
|
175
|
+
This is used to format the number when the input type is `number`.
|
|
177
176
|
Note this can only be set via `property`, not as an `attribute`!
|
|
178
177
|
*/
|
|
179
178
|
numberFormatterOptions?: SynInput["numberFormatterOptions"];
|
|
@@ -326,12 +325,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
326
325
|
inputmode?: SynInput["inputmode"];
|
|
327
326
|
/**
|
|
328
327
|
* The minimal amount of fraction digits to use for numeric values.
|
|
329
|
-
Used to format the number when the input type is `number
|
|
328
|
+
Used to format the number when the input type is `number`.
|
|
330
329
|
*/
|
|
331
330
|
minFractionDigits?: SynInput["minFractionDigits"];
|
|
332
331
|
/**
|
|
333
332
|
* The maximal amount of fraction digits to use for numeric values.
|
|
334
|
-
Used to format the number when the input type is `number
|
|
333
|
+
Used to format the number when the input type is `number`.
|
|
335
334
|
*/
|
|
336
335
|
maxFractionDigits?: SynInput["maxFractionDigits"];
|
|
337
336
|
/**
|
|
@@ -341,7 +340,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
341
340
|
Includes the following configuration options:
|
|
342
341
|
|
|
343
342
|
- **autoClamp**: If true, the input will clamp the value to the min and max attributes.
|
|
344
|
-
- **enableNumberFormat**: If true, the input will format the value using a `NumberFormatter`.
|
|
345
343
|
- **noStepAlign**: If true, the input will not align the value to the step attribute.
|
|
346
344
|
- **noStepValidation**: If true, the input will not validate the value against the step attribute.
|
|
347
345
|
|
|
@@ -359,7 +357,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
359
357
|
numericStrategy?: SynInput["numericStrategy"];
|
|
360
358
|
/**
|
|
361
359
|
* Optional options that should be passed to the `NumberFormatter` when formatting the value.
|
|
362
|
-
This is used to format the number when the input type is `number
|
|
360
|
+
This is used to format the number when the input type is `number`.
|
|
363
361
|
Note this can only be set via `property`, not as an `attribute`!
|
|
364
362
|
*/
|
|
365
363
|
numberFormatterOptions?: SynInput["numberFormatterOptions"];
|
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.3"
|
|
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.3",
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
46
46
|
"@vue/tsconfig": "^0.7.0",
|
|
@@ -51,6 +51,8 @@
|
|
|
51
51
|
* @csspart filtered-listbox - The container that wraps the filtered options.
|
|
52
52
|
* @csspart clear-button - The clear button.
|
|
53
53
|
* @csspart expand-icon - The container that wraps the expand icon.
|
|
54
|
+
* @csspart popup - The popup's exported `popup` part.
|
|
55
|
+
* Use this to target the tooltip's popup container.
|
|
54
56
|
*
|
|
55
57
|
* @animation combobox.show - The animation to use when showing the combobox.
|
|
56
58
|
* @animation combobox.hide - The animation to use when hiding the combobox.
|
|
@@ -235,13 +235,13 @@ keyboard on supportive devices.
|
|
|
235
235
|
|
|
236
236
|
/**
|
|
237
237
|
* The minimal amount of fraction digits to use for numeric values.
|
|
238
|
-
Used to format the number when the input type is `number
|
|
238
|
+
Used to format the number when the input type is `number`.
|
|
239
239
|
*/
|
|
240
240
|
minFractionDigits?: SynInput['minFractionDigits'];
|
|
241
241
|
|
|
242
242
|
/**
|
|
243
243
|
* The maximal amount of fraction digits to use for numeric values.
|
|
244
|
-
Used to format the number when the input type is `number
|
|
244
|
+
Used to format the number when the input type is `number`.
|
|
245
245
|
*/
|
|
246
246
|
maxFractionDigits?: SynInput['maxFractionDigits'];
|
|
247
247
|
|
|
@@ -252,7 +252,6 @@ This is used to determine how the input behaves when the user interacts with it.
|
|
|
252
252
|
Includes the following configuration options:
|
|
253
253
|
|
|
254
254
|
- **autoClamp**: If true, the input will clamp the value to the min and max attributes.
|
|
255
|
-
- **enableNumberFormat**: If true, the input will format the value using a `NumberFormatter`.
|
|
256
255
|
- **noStepAlign**: If true, the input will not align the value to the step attribute.
|
|
257
256
|
- **noStepValidation**: If true, the input will not validate the value against the step attribute.
|
|
258
257
|
|
|
@@ -271,7 +270,7 @@ You may provide this as one of the following values:
|
|
|
271
270
|
|
|
272
271
|
/**
|
|
273
272
|
* Optional options that should be passed to the `NumberFormatter` when formatting the value.
|
|
274
|
-
This is used to format the number when the input type is `number
|
|
273
|
+
This is used to format the number when the input type is `number`.
|
|
275
274
|
Note this can only be set via `property`, not as an `attribute`!
|
|
276
275
|
*/
|
|
277
276
|
numberFormatterOptions?: SynInput['numberFormatterOptions'];
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
* @csspart tag__remove-button__base - The tag's remove button base part.
|
|
52
52
|
* @csspart clear-button - The clear button.
|
|
53
53
|
* @csspart expand-icon - The container that wraps the expand icon.
|
|
54
|
+
* @csspart popup - The popup's exported `popup` part. Use this to target the tooltip's popup container.
|
|
54
55
|
*/
|
|
55
56
|
import { computed, ref } from 'vue';
|
|
56
57
|
import '@synergy-design-system/components/components/select/select.js';
|