@formkit/pro 0.125.3 → 0.125.5
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.
- package/colorpicker/colorpicker.ts +1 -0
- package/colorpicker/index.mjs +1 -1
- package/index.cjs +8 -8
- package/index.d.ts +4 -4
- package/index.mjs +9 -9
- package/package.json +3 -3
- package/slider/index.mjs +1 -1
- package/togglebuttons/index.mjs +1 -1
package/index.d.ts
CHANGED
|
@@ -1556,8 +1556,8 @@ declare module '@formkit/inputs' {
|
|
|
1556
1556
|
displayLocale?: string
|
|
1557
1557
|
decimals?: Bool | number | string
|
|
1558
1558
|
minDecimals?: number | string
|
|
1559
|
-
min?: number
|
|
1560
|
-
max?: number
|
|
1559
|
+
min?: number | string
|
|
1560
|
+
max?: number | string
|
|
1561
1561
|
step?: number
|
|
1562
1562
|
// valueLocale?: string
|
|
1563
1563
|
// valueFormat?: string
|
|
@@ -1572,8 +1572,8 @@ declare module '@formkit/inputs' {
|
|
|
1572
1572
|
displayLocale?: string
|
|
1573
1573
|
decimals?: Bool | number | string
|
|
1574
1574
|
minDecimals?: number | string
|
|
1575
|
-
min?: number
|
|
1576
|
-
max?: number
|
|
1575
|
+
min?: number | string
|
|
1576
|
+
max?: number | string
|
|
1577
1577
|
step?: number
|
|
1578
1578
|
// valueLocale?: string
|
|
1579
1579
|
// valueFormat?: string
|