yy-forms 1.0.44 → 1.0.45

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.esm.js CHANGED
@@ -2564,7 +2564,7 @@ var USelements = [{
2564
2564
  "title": "Single Select",
2565
2565
  "type": "string",
2566
2566
  "enum": ["a", "b", "c"],
2567
- "enumNames": ["Morning", "Noon", "Evening"],
2567
+ "enumNames": ["tiktok", "youtube", "facebook"],
2568
2568
  "widget": "select"
2569
2569
  },
2570
2570
  "setting": {
@@ -2605,7 +2605,7 @@ var USelements = [{
2605
2605
  "title": "Radio Buttons",
2606
2606
  "type": "string",
2607
2607
  "enum": ["a", "b", "c"],
2608
- "enumNames": ["Morning", "Noon", "Evening"],
2608
+ "enumNames": ["tiktok", "youtube", "facebook"],
2609
2609
  "widget": "radio"
2610
2610
  },
2611
2611
  "setting": {
@@ -2650,7 +2650,7 @@ var USelements = [{
2650
2650
  "type": "string"
2651
2651
  },
2652
2652
  "enum": ["A", "B", "C", "D"],
2653
- "enumNames": ["Hangzhou", "Wuhan", "Huzhou", "Guiyang"],
2653
+ "enumNames": ["Acupressure", "Long Gliding Strokes", "Passive Stretching"],
2654
2654
  "widget": "multiSelect"
2655
2655
  },
2656
2656
  "setting": {
@@ -2700,7 +2700,7 @@ var USelements = [{
2700
2700
  "type": "string"
2701
2701
  },
2702
2702
  "enum": ["A", "B", "C", "D"],
2703
- "enumNames": ["Hangzhou", "Wuhan", "Huzhou", "Guiyang"]
2703
+ "enumNames": ["Acupressure", "Long Gliding Strokes", "Passive Stretching"]
2704
2704
  },
2705
2705
  "setting": {
2706
2706
  "default": {
@@ -3979,6 +3979,7 @@ function ItemSettings(_ref) {
3979
3979
  schema: settingSchema,
3980
3980
  widgets: _objectSpread2(_objectSpread2({}, _widgets), widgets),
3981
3981
  mapping: globalMapping,
3982
+ locale: "en",
3982
3983
  watch: {
3983
3984
  '#': function _(v) {
3984
3985
  return setTimeout(function () {
package/dist/index.js CHANGED
@@ -2591,7 +2591,7 @@ var USelements = [{
2591
2591
  "title": "Single Select",
2592
2592
  "type": "string",
2593
2593
  "enum": ["a", "b", "c"],
2594
- "enumNames": ["Morning", "Noon", "Evening"],
2594
+ "enumNames": ["tiktok", "youtube", "facebook"],
2595
2595
  "widget": "select"
2596
2596
  },
2597
2597
  "setting": {
@@ -2632,7 +2632,7 @@ var USelements = [{
2632
2632
  "title": "Radio Buttons",
2633
2633
  "type": "string",
2634
2634
  "enum": ["a", "b", "c"],
2635
- "enumNames": ["Morning", "Noon", "Evening"],
2635
+ "enumNames": ["tiktok", "youtube", "facebook"],
2636
2636
  "widget": "radio"
2637
2637
  },
2638
2638
  "setting": {
@@ -2677,7 +2677,7 @@ var USelements = [{
2677
2677
  "type": "string"
2678
2678
  },
2679
2679
  "enum": ["A", "B", "C", "D"],
2680
- "enumNames": ["Hangzhou", "Wuhan", "Huzhou", "Guiyang"],
2680
+ "enumNames": ["Acupressure", "Long Gliding Strokes", "Passive Stretching"],
2681
2681
  "widget": "multiSelect"
2682
2682
  },
2683
2683
  "setting": {
@@ -2727,7 +2727,7 @@ var USelements = [{
2727
2727
  "type": "string"
2728
2728
  },
2729
2729
  "enum": ["A", "B", "C", "D"],
2730
- "enumNames": ["Hangzhou", "Wuhan", "Huzhou", "Guiyang"]
2730
+ "enumNames": ["Acupressure", "Long Gliding Strokes", "Passive Stretching"]
2731
2731
  },
2732
2732
  "setting": {
2733
2733
  "default": {
@@ -4006,6 +4006,7 @@ function ItemSettings(_ref) {
4006
4006
  schema: settingSchema,
4007
4007
  widgets: _objectSpread2(_objectSpread2({}, _widgets), widgets),
4008
4008
  mapping: globalMapping,
4009
+ locale: "en",
4009
4010
  watch: {
4010
4011
  '#': function _(v) {
4011
4012
  return setTimeout(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yy-forms",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -145,6 +145,7 @@ export default function ItemSettings({ widgets }) {
145
145
  schema={settingSchema}
146
146
  widgets={{ ..._widgets, ...widgets }}
147
147
  mapping={globalMapping}
148
+ locale='en'
148
149
  watch={{
149
150
  '#': v => setTimeout(() => onDataChange(v), 0),
150
151
  }}
@@ -754,7 +754,7 @@ export const USelements = [
754
754
  "title": "Single Select",
755
755
  "type": "string",
756
756
  "enum": ["a", "b", "c"],
757
- "enumNames": ["Morning", "Noon", "Evening"],
757
+ "enumNames": ["tiktok", "youtube", "facebook"],
758
758
  "widget": "select"
759
759
  },
760
760
  "setting": {
@@ -796,7 +796,7 @@ export const USelements = [
796
796
  "title": "Radio Buttons",
797
797
  "type": "string",
798
798
  "enum": ["a", "b", "c"],
799
- "enumNames": ["Morning", "Noon", "Evening"],
799
+ "enumNames": ["tiktok", "youtube", "facebook"],
800
800
  "widget": "radio"
801
801
  },
802
802
  "setting": {
@@ -842,7 +842,7 @@ export const USelements = [
842
842
  "type": "string"
843
843
  },
844
844
  "enum": ["A", "B", "C", "D"],
845
- "enumNames": ["Hangzhou", "Wuhan", "Huzhou", "Guiyang"],
845
+ "enumNames": ["Acupressure", "Long Gliding Strokes", "Passive Stretching"],
846
846
  "widget": "multiSelect"
847
847
  },
848
848
  "setting": {
@@ -893,7 +893,7 @@ export const USelements = [
893
893
  "type": "string"
894
894
  },
895
895
  "enum": ["A", "B", "C", "D"],
896
- "enumNames": ["Hangzhou", "Wuhan", "Huzhou", "Guiyang"]
896
+ "enumNames": ["Acupressure", "Long Gliding Strokes", "Passive Stretching"]
897
897
  },
898
898
  "setting": {
899
899
  "default": {