x-runtime-lib 0.6.32 → 0.6.33
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/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7714,6 +7714,7 @@ const yi = {
|
|
|
7714
7714
|
value: "percent",
|
|
7715
7715
|
ui: "percentInput",
|
|
7716
7716
|
validator: Ur,
|
|
7717
|
+
precision: 6,
|
|
7717
7718
|
default: "0%"
|
|
7718
7719
|
}
|
|
7719
7720
|
], Vp = [
|
|
@@ -7737,6 +7738,7 @@ const yi = {
|
|
|
7737
7738
|
value: "percent",
|
|
7738
7739
|
ui: "percentInput",
|
|
7739
7740
|
validator: Ur,
|
|
7741
|
+
precision: 6,
|
|
7740
7742
|
min: 0,
|
|
7741
7743
|
default: "0%"
|
|
7742
7744
|
}
|
|
@@ -7761,6 +7763,7 @@ const yi = {
|
|
|
7761
7763
|
value: "percent",
|
|
7762
7764
|
ui: "percentInput",
|
|
7763
7765
|
validator: Ur,
|
|
7766
|
+
precision: 6,
|
|
7764
7767
|
min: 0,
|
|
7765
7768
|
default: "0%"
|
|
7766
7769
|
}
|