@byteluck-fe/model-driven-settings 2.7.0-alpha.28a → 2.7.0-alpha.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.
@@ -23,9 +23,8 @@ export function createBaseFields() {
23
23
  ]
24
24
  },
25
25
  scopeEffect: function scopeEffect(driven, payload) {
26
- var _oldParent;
27
26
  var oldParent = payload.oldParent, newParent = payload.newParent, instance = payload.instance;
28
- if (((_oldParent = oldParent) === null || _oldParent === void 0 ? void 0 : _oldParent.type) === "advanced-container" && newParent.type === "positioning-container") {
27
+ if ((oldParent === null || oldParent === void 0 ? void 0 : oldParent.type) === "advanced-container" && newParent.type === "positioning-container") {
29
28
  driven.setInstance(instance, "style.width", "");
30
29
  driven.setInstance(instance, "style.widthConfig", "fill");
31
30
  }
@@ -49,9 +48,8 @@ export function createBaseFields() {
49
48
  ]
50
49
  },
51
50
  scopeEffect: function scopeEffect(driven, payload) {
52
- var _oldParent;
53
51
  var oldParent = payload.oldParent, newParent = payload.newParent, instance = payload.instance;
54
- if (((_oldParent = oldParent) === null || _oldParent === void 0 ? void 0 : _oldParent.type) === "advanced-container" && newParent.type === "positioning-container") {
52
+ if ((oldParent === null || oldParent === void 0 ? void 0 : oldParent.type) === "advanced-container" && newParent.type === "positioning-container") {
55
53
  driven.setInstance(instance, "style.height", "");
56
54
  driven.setInstance(instance, "style.heightConfig", "fill");
57
55
  }
@@ -25,13 +25,12 @@ function _unsupported_iterable_to_array(o, minLen) {
25
25
  }
26
26
  import { createBaseFields } from "./createBaseFields";
27
27
  export function createFormBaseFields(defaultValues) {
28
- var _defaultValues, _defaultValues1, _defaultValues2, _defaultValues3, _defaultValues4, _defaultValues5, _defaultValues6;
29
28
  return _to_consumable_array(createBaseFields()).concat([
30
29
  {
31
30
  type: "DataBind",
32
31
  key: "dataBind",
33
32
  component: "data-bind",
34
- defaultValue: (_defaultValues = defaultValues) === null || _defaultValues === void 0 ? void 0 : _defaultValues.dataBind
33
+ defaultValue: defaultValues === null || defaultValues === void 0 ? void 0 : defaultValues.dataBind
35
34
  },
36
35
  {
37
36
  key: "caption",
@@ -41,7 +40,7 @@ export function createFormBaseFields(defaultValues) {
41
40
  maxLength: 80,
42
41
  i18n: true
43
42
  },
44
- defaultValue: (_defaultValues1 = defaultValues) === null || _defaultValues1 === void 0 ? void 0 : _defaultValues1.caption,
43
+ defaultValue: defaultValues === null || defaultValues === void 0 ? void 0 : defaultValues.caption,
45
44
  validator: function validator(value) {
46
45
  if (!value) {
47
46
  return "标题必填";
@@ -53,7 +52,7 @@ export function createFormBaseFields(defaultValues) {
53
52
  key: "isHideCaption",
54
53
  type: "boolean",
55
54
  component: "switch",
56
- defaultValue: (_defaultValues2 = defaultValues) === null || _defaultValues2 === void 0 ? void 0 : _defaultValues2.isHideCaption,
55
+ defaultValue: defaultValues === null || defaultValues === void 0 ? void 0 : defaultValues.isHideCaption,
57
56
  props: {
58
57
  showType: "checkbox"
59
58
  },
@@ -75,7 +74,7 @@ export function createFormBaseFields(defaultValues) {
75
74
  key: "labelPosition",
76
75
  type: "string",
77
76
  component: "radio",
78
- defaultValue: (_defaultValues3 = defaultValues) === null || _defaultValues3 === void 0 ? void 0 : _defaultValues3.labelPosition,
77
+ defaultValue: defaultValues === null || defaultValues === void 0 ? void 0 : defaultValues.labelPosition,
79
78
  props: {
80
79
  showType: "solid",
81
80
  options: [
@@ -94,7 +93,7 @@ export function createFormBaseFields(defaultValues) {
94
93
  key: "defaultState",
95
94
  type: "string",
96
95
  component: "radio",
97
- defaultValue: (_defaultValues4 = defaultValues) === null || _defaultValues4 === void 0 ? void 0 : _defaultValues4.defaultState,
96
+ defaultValue: defaultValues === null || defaultValues === void 0 ? void 0 : defaultValues.defaultState,
98
97
  props: {
99
98
  showType: "solid",
100
99
  options: [
@@ -114,14 +113,14 @@ export function createFormBaseFields(defaultValues) {
114
113
  key: "required",
115
114
  type: "boolean",
116
115
  component: "switch",
117
- defaultValue: (_defaultValues5 = defaultValues) === null || _defaultValues5 === void 0 ? void 0 : _defaultValues5.required
116
+ defaultValue: defaultValues === null || defaultValues === void 0 ? void 0 : defaultValues.required
118
117
  },
119
118
  {
120
119
  label: "提示文字",
121
120
  key: "placeholder",
122
121
  type: "string",
123
122
  component: "input",
124
- defaultValue: (_defaultValues6 = defaultValues) === null || _defaultValues6 === void 0 ? void 0 : _defaultValues6.placeholder,
123
+ defaultValue: defaultValues === null || defaultValues === void 0 ? void 0 : defaultValues.placeholder,
125
124
  props: {
126
125
  maxLength: 80,
127
126
  i18n: true
@@ -34,7 +34,6 @@ export var BaseProps = /*#__PURE__*/ function() {
34
34
  "use strict";
35
35
  function BaseProps(props) {
36
36
  _class_call_check(this, BaseProps);
37
- var _props, _props1, _props2;
38
37
  /**
39
38
  * 显示隐藏
40
39
  * */ _define_property(this, "visible", void 0);
@@ -46,11 +45,11 @@ export var BaseProps = /*#__PURE__*/ function() {
46
45
  * 是否改变父属性
47
46
  */ _define_property(this, "updateParent", void 0);
48
47
  var _props_visible;
49
- this.visible = (_props_visible = (_props = props) === null || _props === void 0 ? void 0 : _props.visible) !== null && _props_visible !== void 0 ? _props_visible : true;
48
+ this.visible = (_props_visible = props === null || props === void 0 ? void 0 : props.visible) !== null && _props_visible !== void 0 ? _props_visible : true;
50
49
  var _props_expression;
51
- this.expression = (_props_expression = (_props1 = props) === null || _props1 === void 0 ? void 0 : _props1.expression) !== null && _props_expression !== void 0 ? _props_expression : false;
50
+ this.expression = (_props_expression = props === null || props === void 0 ? void 0 : props.expression) !== null && _props_expression !== void 0 ? _props_expression : false;
52
51
  var _props_updateParent;
53
- this.updateParent = (_props_updateParent = (_props2 = props) === null || _props2 === void 0 ? void 0 : _props2.updateParent) !== null && _props_updateParent !== void 0 ? _props_updateParent : false;
52
+ this.updateParent = (_props_updateParent = props === null || props === void 0 ? void 0 : props.updateParent) !== null && _props_updateParent !== void 0 ? _props_updateParent : false;
54
53
  }
55
54
  _create_class(BaseProps, [
56
55
  {
@@ -90,11 +90,10 @@ export var CheckboxProps = /*#__PURE__*/ function(BaseProps) {
90
90
  function CheckboxProps(props) {
91
91
  _class_call_check(this, CheckboxProps);
92
92
  var _this;
93
- var _props;
94
93
  _this = _super.call(this, props);
95
94
  _define_property(_assert_this_initialized(_this), "options", void 0);
96
95
  var _props_options;
97
- _this.options = (_props_options = (_props = props) === null || _props === void 0 ? void 0 : _props.options) !== null && _props_options !== void 0 ? _props_options : [];
96
+ _this.options = (_props_options = props === null || props === void 0 ? void 0 : props.options) !== null && _props_options !== void 0 ? _props_options : [];
98
97
  return _this;
99
98
  }
100
99
  return CheckboxProps;
@@ -90,17 +90,16 @@ export var InputNumberProps = /*#__PURE__*/ function(BaseProps) {
90
90
  function InputNumberProps(props) {
91
91
  _class_call_check(this, InputNumberProps);
92
92
  var _this;
93
- var _props, _props1, _props2;
94
93
  _this = _super.call(this, props);
95
94
  _define_property(_assert_this_initialized(_this), "max", void 0);
96
95
  _define_property(_assert_this_initialized(_this), "min", void 0);
97
96
  _define_property(_assert_this_initialized(_this), "placeholder", void 0);
98
97
  var _props_max;
99
- _this.max = (_props_max = (_props = props) === null || _props === void 0 ? void 0 : _props.max) !== null && _props_max !== void 0 ? _props_max : "";
98
+ _this.max = (_props_max = props === null || props === void 0 ? void 0 : props.max) !== null && _props_max !== void 0 ? _props_max : "";
100
99
  var _props_min;
101
- _this.min = (_props_min = (_props1 = props) === null || _props1 === void 0 ? void 0 : _props1.min) !== null && _props_min !== void 0 ? _props_min : "";
100
+ _this.min = (_props_min = props === null || props === void 0 ? void 0 : props.min) !== null && _props_min !== void 0 ? _props_min : "";
102
101
  var _props_placeholder;
103
- _this.placeholder = (_props_placeholder = (_props2 = props) === null || _props2 === void 0 ? void 0 : _props2.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : "";
102
+ _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : "";
104
103
  return _this;
105
104
  }
106
105
  return InputNumberProps;
@@ -90,20 +90,19 @@ export var InputProps = /*#__PURE__*/ function(BaseProps) {
90
90
  function InputProps(props) {
91
91
  _class_call_check(this, InputProps);
92
92
  var _this;
93
- var _props, _props1, _props2, _props3;
94
93
  _this = _super.call(this, props);
95
94
  _define_property(_assert_this_initialized(_this), "maxLength", void 0);
96
95
  _define_property(_assert_this_initialized(_this), "minLength", void 0);
97
96
  _define_property(_assert_this_initialized(_this), "placeholder", void 0);
98
97
  _define_property(_assert_this_initialized(_this), "i18n", void 0);
99
98
  var _props_maxLength;
100
- _this.maxLength = (_props_maxLength = (_props = props) === null || _props === void 0 ? void 0 : _props.maxLength) !== null && _props_maxLength !== void 0 ? _props_maxLength : "";
99
+ _this.maxLength = (_props_maxLength = props === null || props === void 0 ? void 0 : props.maxLength) !== null && _props_maxLength !== void 0 ? _props_maxLength : "";
101
100
  var _props_minLength;
102
- _this.minLength = (_props_minLength = (_props1 = props) === null || _props1 === void 0 ? void 0 : _props1.minLength) !== null && _props_minLength !== void 0 ? _props_minLength : "";
101
+ _this.minLength = (_props_minLength = props === null || props === void 0 ? void 0 : props.minLength) !== null && _props_minLength !== void 0 ? _props_minLength : "";
103
102
  var _props_placeholder;
104
- _this.placeholder = (_props_placeholder = (_props2 = props) === null || _props2 === void 0 ? void 0 : _props2.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : "";
103
+ _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : "";
105
104
  var _props_i18n;
106
- _this.i18n = (_props_i18n = (_props3 = props) === null || _props3 === void 0 ? void 0 : _props3.i18n) !== null && _props_i18n !== void 0 ? _props_i18n : false;
105
+ _this.i18n = (_props_i18n = props === null || props === void 0 ? void 0 : props.i18n) !== null && _props_i18n !== void 0 ? _props_i18n : false;
107
106
  return _this;
108
107
  }
109
108
  return InputProps;
@@ -90,14 +90,13 @@ export var RadioProps = /*#__PURE__*/ function(BaseProps) {
90
90
  function RadioProps(props) {
91
91
  _class_call_check(this, RadioProps);
92
92
  var _this;
93
- var _props, _props1;
94
93
  _this = _super.call(this, props);
95
94
  _define_property(_assert_this_initialized(_this), "options", void 0);
96
95
  _define_property(_assert_this_initialized(_this), "showType", void 0);
97
96
  var _props_options;
98
- _this.options = (_props_options = (_props = props) === null || _props === void 0 ? void 0 : _props.options) !== null && _props_options !== void 0 ? _props_options : [];
97
+ _this.options = (_props_options = props === null || props === void 0 ? void 0 : props.options) !== null && _props_options !== void 0 ? _props_options : [];
99
98
  var _props_showType;
100
- _this.showType = (_props_showType = (_props1 = props) === null || _props1 === void 0 ? void 0 : _props1.showType) !== null && _props_showType !== void 0 ? _props_showType : "outline";
99
+ _this.showType = (_props_showType = props === null || props === void 0 ? void 0 : props.showType) !== null && _props_showType !== void 0 ? _props_showType : "outline";
101
100
  return _this;
102
101
  }
103
102
  return RadioProps;
@@ -90,14 +90,13 @@ export var SelectProps = /*#__PURE__*/ function(BaseProps) {
90
90
  function SelectProps(props) {
91
91
  _class_call_check(this, SelectProps);
92
92
  var _this;
93
- var _props, _props1;
94
93
  _this = _super.call(this, props);
95
94
  _define_property(_assert_this_initialized(_this), "placeholder", void 0);
96
95
  _define_property(_assert_this_initialized(_this), "options", void 0);
97
96
  var _props_placeholder;
98
- _this.placeholder = (_props_placeholder = (_props = props) === null || _props === void 0 ? void 0 : _props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : "";
97
+ _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : "";
99
98
  var _props_options;
100
- _this.options = (_props_options = (_props1 = props) === null || _props1 === void 0 ? void 0 : _props1.options) !== null && _props_options !== void 0 ? _props_options : [];
99
+ _this.options = (_props_options = props === null || props === void 0 ? void 0 : props.options) !== null && _props_options !== void 0 ? _props_options : [];
101
100
  return _this;
102
101
  }
103
102
  return SelectProps;
@@ -90,17 +90,16 @@ export var SwitchProps = /*#__PURE__*/ function(BaseProps) {
90
90
  function SwitchProps(props) {
91
91
  _class_call_check(this, SwitchProps);
92
92
  var _this;
93
- var _props, _props1, _props2;
94
93
  _this = _super.call(this, props);
95
94
  _define_property(_assert_this_initialized(_this), "showType", void 0);
96
95
  _define_property(_assert_this_initialized(_this), "tips", void 0);
97
96
  _define_property(_assert_this_initialized(_this), "disabled", void 0);
98
97
  var _props_showType;
99
- _this.showType = (_props_showType = (_props = props) === null || _props === void 0 ? void 0 : _props.showType) !== null && _props_showType !== void 0 ? _props_showType : "switch";
98
+ _this.showType = (_props_showType = props === null || props === void 0 ? void 0 : props.showType) !== null && _props_showType !== void 0 ? _props_showType : "switch";
100
99
  var _props_tips;
101
- _this.tips = (_props_tips = (_props1 = props) === null || _props1 === void 0 ? void 0 : _props1.tips) !== null && _props_tips !== void 0 ? _props_tips : "";
100
+ _this.tips = (_props_tips = props === null || props === void 0 ? void 0 : props.tips) !== null && _props_tips !== void 0 ? _props_tips : "";
102
101
  var _props_disabled;
103
- _this.disabled = (_props_disabled = (_props2 = props) === null || _props2 === void 0 ? void 0 : _props2.disabled) !== null && _props_disabled !== void 0 ? _props_disabled : false;
102
+ _this.disabled = (_props_disabled = props === null || props === void 0 ? void 0 : props.disabled) !== null && _props_disabled !== void 0 ? _props_disabled : false;
104
103
  return _this;
105
104
  }
106
105
  return SwitchProps;
@@ -90,7 +90,6 @@ export var TextareaProps = /*#__PURE__*/ function(BaseProps) {
90
90
  function TextareaProps(props) {
91
91
  _class_call_check(this, TextareaProps);
92
92
  var _this;
93
- var _props, _props1, _props2, _props3, _props4, _props5;
94
93
  _this = _super.call(this, props);
95
94
  _define_property(_assert_this_initialized(_this), "maxLength", void 0);
96
95
  _define_property(_assert_this_initialized(_this), "minLength", void 0);
@@ -99,17 +98,17 @@ export var TextareaProps = /*#__PURE__*/ function(BaseProps) {
99
98
  _define_property(_assert_this_initialized(_this), "maxRows", void 0);
100
99
  _define_property(_assert_this_initialized(_this), "minRows", void 0);
101
100
  var _props_maxLength;
102
- _this.maxLength = (_props_maxLength = (_props = props) === null || _props === void 0 ? void 0 : _props.maxLength) !== null && _props_maxLength !== void 0 ? _props_maxLength : "";
101
+ _this.maxLength = (_props_maxLength = props === null || props === void 0 ? void 0 : props.maxLength) !== null && _props_maxLength !== void 0 ? _props_maxLength : "";
103
102
  var _props_minLength;
104
- _this.minLength = (_props_minLength = (_props1 = props) === null || _props1 === void 0 ? void 0 : _props1.minLength) !== null && _props_minLength !== void 0 ? _props_minLength : "";
103
+ _this.minLength = (_props_minLength = props === null || props === void 0 ? void 0 : props.minLength) !== null && _props_minLength !== void 0 ? _props_minLength : "";
105
104
  var _props_placeholder;
106
- _this.placeholder = (_props_placeholder = (_props2 = props) === null || _props2 === void 0 ? void 0 : _props2.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : "";
105
+ _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : "";
107
106
  var _props_maxRows;
108
- _this.maxRows = (_props_maxRows = (_props3 = props) === null || _props3 === void 0 ? void 0 : _props3.maxRows) !== null && _props_maxRows !== void 0 ? _props_maxRows : "";
107
+ _this.maxRows = (_props_maxRows = props === null || props === void 0 ? void 0 : props.maxRows) !== null && _props_maxRows !== void 0 ? _props_maxRows : "";
109
108
  var _props_minRows;
110
- _this.minRows = (_props_minRows = (_props4 = props) === null || _props4 === void 0 ? void 0 : _props4.minRows) !== null && _props_minRows !== void 0 ? _props_minRows : "";
109
+ _this.minRows = (_props_minRows = props === null || props === void 0 ? void 0 : props.minRows) !== null && _props_minRows !== void 0 ? _props_minRows : "";
111
110
  var _props_i18n;
112
- _this.i18n = (_props_i18n = (_props5 = props) === null || _props5 === void 0 ? void 0 : _props5.i18n) !== null && _props_i18n !== void 0 ? _props_i18n : false;
111
+ _this.i18n = (_props_i18n = props === null || props === void 0 ? void 0 : props.i18n) !== null && _props_i18n !== void 0 ? _props_i18n : false;
113
112
  return _this;
114
113
  }
115
114
  return TextareaProps;
package/dist/index.umd.js CHANGED
@@ -1,2 +1,2 @@
1
- var zn=Object.defineProperty,Hn=Object.defineProperties;var On=Object.getOwnPropertyDescriptors;var X=Object.getOwnPropertySymbols;var qn=Object.prototype.hasOwnProperty,jn=Object.prototype.propertyIsEnumerable;var J=(l,c,o)=>c in l?zn(l,c,{enumerable:!0,configurable:!0,writable:!0,value:o}):l[c]=o,S=(l,c)=>{for(var o in c||(c={}))qn.call(c,o)&&J(l,o,c[o]);if(X)for(var o of X(c))jn.call(c,o)&&J(l,o,c[o]);return l},y=(l,c)=>Hn(l,On(c));(function(l,c){typeof exports=="object"&&typeof module!="undefined"?c(exports):typeof define=="function"&&define.amd?define(["exports"],c):(l=typeof globalThis!="undefined"?globalThis:l||self,c(l.modelDrivenSettings={}))})(this,function(l){"use strict";function c(e){return e}class o{constructor(u){var t,a,n;this.visible=(t=u==null?void 0:u.visible)!=null?t:!0,this.expression=(a=u==null?void 0:u.expression)!=null?a:!1,this.updateParent=(n=u==null?void 0:u.updateParent)!=null?n:!1}get isAtomicComponent(){return!0}}var Q="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Z="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Y="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",ee="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",ue="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",te="{caption}\u5FC5\u586B",ae="\u8BF7\u8F93\u5165\u6807\u9898",ne="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",re="\u8BF7\u8F93\u5165\u884C\u6807\u9898",ie="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",le="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",se="\u8BF7\u7ED1\u5B9A\u8868\u5355",oe="\u8BF7\u7ED1\u5B9A\u5217\u8868",ce="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Ee="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Be="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",he="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",pe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",me="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",de="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Ae="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Fe="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",fe="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",ve="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Ce="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",ge="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",De="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",be="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Se="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",ye="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Ie="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Me="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",$e="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",we="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",_e="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Re="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Le="\u8BF7\u7ED1\u5B9A\u670D\u52A1",xe="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Ue="\u8BF7\u9009\u62E9\u7701",Ne="\u8BF7\u9009\u62E9\u5E02",ke="\u8BF7\u9009\u62E9\u533A",Pe="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Te="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Ve="\u8BF7\u8F93\u5165\u5217\u5BBD",Ge="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",ze="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",He="\u8BF7\u9009\u62E9\u63A7\u4EF6",Oe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",qe="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",je="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Ke="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",We="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Xe="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Je="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Qe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Ze="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Ye="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",eu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",uu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",tu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",au="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",nu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",ru="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",iu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",lu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",su="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",ou="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",cu="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Eu="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Bu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",hu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",pu="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",mu="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",du={isNotNumber:Q,isNotString:Z,isNotObject:Y,isNotArray:ee,isNotBoolean:ue,runtimeRequired:te,pleaseEnterCaption:ae,pleaseEnterCaptionTip:ne,pleaseEnterRowCaption:re,pleaseEnterPlaceholder:ie,pleaseEnterFieldCode:le,pleaseEnterForm:se,pleaseEnterList:oe,pleaseEnterProcess:ce,pleaseEnterLabel:Ee,pleaseEnterValue:Be,bizKeyNotBindFiled:he,pleaseSelectOneField:pe,pleaseEnterNumberRange:me,pleaseEnterAValueGreaterThanMin:de,pleaseEnterAValueLessThanMax:Ae,numberRangeSetError:Fe,stringRangeError:fe,attachmentMaxSize:ve,pleaseEnterTotalScoreSetting:Ce,theTotalScoreMustNotBeLessThan1:ge,scoreDefaultValueRange:De,attachmentLimitError:be,PleaseReselectTheOptionalQuantity:Se,TheMaximumLengthIsGreaterThanTheMinimumLength:ye,TheMinimumLengthIsGreaterThanTheMaximumLength:Ie,PleaseSelectTheCorrectOptionSettings:Me,optionIdIsRepeat:$e,optionIsRequired:we,pleaseEnterDataCode:_e,pleaseEnterValueFieldCode:Re,pleaseEnterSvcCode:Le,pleaseBindAtLeastOneDisplayValue:xe,pleaseSelectProvince:Ue,pleaseSelectCity:Ne,pleaseSelectDistrict:ke,limitRowsCannotBeLessThan0:Pe,TheNumberOfRowsCannotBeLessThanMinRows:Te,pleaseEnterColumnWidth:Ve,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ge,pleaseCompleteAllRulesAndConditions:ze,pleaseSelectControl:He,pleaseSelectAtLeastOneColumn:Oe,pleaseSelectFillBackMode:qe,pleaseSelectDashboard:je,rootNodeIsRequired:Ke,theViewNameCannotBeEmpty:We,pleaseSelectOcrType:Xe,pleaseSelectAtLeastOneFieldToFillIn:Je,pleaseChooseAtLeastOne:Qe,pleaseEnterButtonContent:Ze,pleaseEnterDataCodeInDataSetting:Ye,pleaseEnterValueFieldCodeInDataSetting:eu,pleaseEnterSvcCodeInDataSetting:uu,pleaseBindAtLeastOneDisplayValueInDataSetting:tu,rootNodeIsRequiredInDataSetting:au,pleaseEnterMaxHeight:nu,pleaseEnter:ru,pleaseEnterWatermark:iu,pleaseEnterFileName:lu,pleaseUploadAtLeastOnePrintTemplate:su,pleaseAssignBusiness:ou,pleaseAssignExternal:cu,pleaseEnterAliasCode:Eu,pleaseSelectDataCode:Bu,pleaseSelectSvcCode:hu,pleaseSelectJoinFieldCode:pu,pleaseSelectMainFieldCode:mu},Au="Please enter a number",Fu="Please enter a string",fu="Please enter an object",vu="Please enter an array",Cu="Please enter a boolean",gu="{caption} Required",Du="Please enter the title",bu="Please enter the bubble prompt",Su="Please enter the row title",yu="Please enter the prompt text",Iu="Please bind data items",Mu="Please bind the form",$u="Please bind the list",wu="Please bind the process",_u="Please enter the displayed value",Ru="Please enter the stored value",Lu="The document number is not bound to the data item",xu="Please select at least one display field",Uu="Please enter a value greater than or equal to {min} and less than or equal to {max}",Nu="Please enter a value greater than or equal to {min}",ku="Please enter a value less than or equal to {max}",Pu="The value range is set incorrectly",Tu="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Vu="The attachment size must be between 0MB and 1000MB",Gu="Please fill in the total score setting",zu="The total score cannot be less than 1",Hu="The default value must be between {min} and {max}",Ou="The number of attachments uploaded must be between {min} and {max}",qu="Please re-select the optional quantity",ju="The maximum length of the control must be greater than the minimum length",Ku="The minimum length of the control must be less than the maximum length",Wu="Please select the correct option setting",Xu="Option ID cannot be repeated",Ju="Please enter at least one option",Qu="Please bind the data source",Zu="Please bind the stored value",Yu="Please bind the service",et="At least one display value must be bound",ut="Please select a province",tt="Please select a city",at="Please select a district",nt="The minimum number of lines to fill in cannot be less than 0",rt="The number of rows cannot be less than {min} rows",it="Please enter the column width",lt="Please set the logical relationship of all rule conditions",st="Please complete all rules and conditions",ot="please select control",ct="Please select the dashboard",Et="View name cannot be empty",Bt="Please select recognition type",ht="Please select at least one field to fill in",pt="Please select at least one",mt="Please enter the button title",dt="Please bind the business model in the data settings",At="Please bind storage values in data settings",Ft="Please bind the service in the data settings",ft="Please bind at least one display value in the data settings",vt="Please select the root node in the data settings",Ct="Please enter the maximum height",gt="The input content cannot be empty",Dt="Watermark cannot be empty",bt="File name cannot be empty",St="Please upload at least one printing template!\uFF01",yt="Please select a specific business department",It="Please select a specified external organization",Mt="Please enter a sub table alias",$t="Please select the associated table to set the business model",wt="Please select the association table to set the binding service",_t="Select associated sub table fields",Rt="Please select the associated main table field",Lt={isNotNumber:Au,isNotString:Fu,isNotObject:fu,isNotArray:vu,isNotBoolean:Cu,runtimeRequired:gu,pleaseEnterCaption:Du,pleaseEnterCaptionTip:bu,pleaseEnterRowCaption:Su,pleaseEnterPlaceholder:yu,pleaseEnterFieldCode:Iu,pleaseEnterForm:Mu,pleaseEnterList:$u,pleaseEnterProcess:wu,pleaseEnterLabel:_u,pleaseEnterValue:Ru,bizKeyNotBindFiled:Lu,pleaseSelectOneField:xu,pleaseEnterNumberRange:Uu,pleaseEnterAValueGreaterThanMin:Nu,pleaseEnterAValueLessThanMax:ku,numberRangeSetError:Pu,stringRangeError:Tu,attachmentMaxSize:Vu,pleaseEnterTotalScoreSetting:Gu,theTotalScoreMustNotBeLessThan1:zu,scoreDefaultValueRange:Hu,attachmentLimitError:Ou,PleaseReselectTheOptionalQuantity:qu,TheMaximumLengthIsGreaterThanTheMinimumLength:ju,TheMinimumLengthIsGreaterThanTheMaximumLength:Ku,PleaseSelectTheCorrectOptionSettings:Wu,optionIdIsRepeat:Xu,optionIsRequired:Ju,pleaseEnterDataCode:Qu,pleaseEnterValueFieldCode:Zu,pleaseEnterSvcCode:Yu,pleaseBindAtLeastOneDisplayValue:et,pleaseSelectProvince:ut,pleaseSelectCity:tt,pleaseSelectDistrict:at,limitRowsCannotBeLessThan0:nt,TheNumberOfRowsCannotBeLessThanMinRows:rt,pleaseEnterColumnWidth:it,pleaseSetTheLogicalRelationshipOfAllRuleConditions:lt,pleaseCompleteAllRulesAndConditions:st,pleaseSelectControl:ot,pleaseSelectDashboard:ct,theViewNameCannotBeEmpty:Et,pleaseSelectOcrType:Bt,pleaseSelectAtLeastOneFieldToFillIn:ht,pleaseChooseAtLeastOne:pt,pleaseEnterButtonContent:mt,pleaseEnterDataCodeInDataSetting:dt,pleaseEnterValueFieldCodeInDataSetting:At,pleaseEnterSvcCodeInDataSetting:Ft,pleaseBindAtLeastOneDisplayValueInDataSetting:ft,rootNodeIsRequiredInDataSetting:vt,pleaseEnterMaxHeight:Ct,pleaseEnter:gt,pleaseEnterWatermark:Dt,pleaseEnterFileName:bt,pleaseUploadAtLeastOnePrintTemplate:St,pleaseAssignBusiness:yt,pleaseAssignExternal:It,pleaseEnterAliasCode:Mt,pleaseSelectDataCode:$t,pleaseSelectSvcCode:wt,pleaseSelectJoinFieldCode:_t,pleaseSelectMainFieldCode:Rt},xt="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ut="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Nt="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",kt="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Pt="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Tt="{caption}\u5FC5\u9808",Vt="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Gt="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",zt="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ht="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ot="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qt="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",jt="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Kt="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Wt="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Xt="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Jt="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Qt="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Zt="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Yt="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ea="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ua="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",ta="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",aa="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",na="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ra="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ia="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",la="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",sa="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",oa="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5927\u5024\u306F\u6700\u5C0F\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ca="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5C0F\u5024\u306F\u6700\u5927\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Ea="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ba="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",ha="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",pa="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ma="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",da="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Aa="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",Fa="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",fa="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",va="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ca="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ga="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Da="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ba="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Sa="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",ya="please select control",Ia="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ma="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",$a="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",wa="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",_a="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ra="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",La="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",xa="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ua="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Na="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",ka="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Pa="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ta="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Va="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ga="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",za="\u5370\u5237\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u5C11\u306A\u304F\u3068\u30821\u3064\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01\uFF01",Ha="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Oa="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",qa="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ja="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Ka="\u95A2\u9023\u30C6\u30FC\u30D6\u30EB\u8A2D\u5B9A\u30D0\u30A4\u30F3\u30C9\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Wa="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Xa="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ja={isNotNumber:xt,isNotString:Ut,isNotObject:Nt,isNotArray:kt,isNotBoolean:Pt,runtimeRequired:Tt,pleaseEnterCaption:Vt,pleaseEnterCaptionTip:Gt,pleaseEnterRowCaption:zt,pleaseEnterPlaceholder:Ht,pleaseEnterFieldCode:Ot,pleaseEnterForm:qt,pleaseEnterList:jt,pleaseEnterProcess:Kt,pleaseEnterLabel:Wt,pleaseEnterValue:Xt,bizKeyNotBindFiled:Jt,pleaseSelectOneField:Qt,pleaseEnterNumberRange:Zt,pleaseEnterAValueGreaterThanMin:Yt,pleaseEnterAValueLessThanMax:ea,numberRangeSetError:ua,stringRangeError:ta,attachmentMaxSize:aa,pleaseEnterTotalScoreSetting:na,theTotalScoreMustNotBeLessThan1:ra,scoreDefaultValueRange:ia,attachmentLimitError:la,PleaseReselectTheOptionalQuantity:sa,TheMaximumLengthIsGreaterThanTheMinimumLength:oa,TheMinimumLengthIsGreaterThanTheMaximumLength:ca,PleaseSelectTheCorrectOptionSettings:Ea,optionIdIsRepeat:Ba,optionIsRequired:ha,pleaseEnterDataCode:pa,pleaseEnterValueFieldCode:ma,pleaseEnterSvcCode:da,pleaseBindAtLeastOneDisplayValue:Aa,pleaseSelectProvince:Fa,pleaseSelectCity:fa,pleaseSelectDistrict:va,limitRowsCannotBeLessThan0:Ca,TheNumberOfRowsCannotBeLessThanMinRows:ga,pleaseEnterColumnWidth:Da,pleaseSetTheLogicalRelationshipOfAllRuleConditions:ba,pleaseCompleteAllRulesAndConditions:Sa,pleaseSelectControl:ya,pleaseSelectDashboard:Ia,theViewNameCannotBeEmpty:Ma,pleaseSelectOcrType:$a,pleaseSelectAtLeastOneFieldToFillIn:wa,pleaseChooseAtLeastOne:_a,pleaseEnterButtonContent:Ra,pleaseEnterDataCodeInDataSetting:La,pleaseEnterValueFieldCodeInDataSetting:xa,pleaseEnterSvcCodeInDataSetting:Ua,pleaseBindAtLeastOneDisplayValueInDataSetting:Na,rootNodeIsRequiredInDataSetting:ka,pleaseEnterMaxHeight:Pa,pleaseEnter:Ta,pleaseEnterWatermark:Va,pleaseEnterFileName:Ga,pleaseUploadAtLeastOnePrintTemplate:za,pleaseAssignBusiness:Ha,pleaseAssignExternal:Oa,pleaseEnterAliasCode:qa,pleaseSelectDataCode:ja,pleaseSelectSvcCode:Ka,pleaseSelectJoinFieldCode:Wa,pleaseSelectMainFieldCode:Xa},Qa={zhCN:du,enUS:Lt,jaJP:Ja},_;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(_||(_={}));var R;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(R||(R={}));var Za="zh-CN",Ya=function(){};function p(e,u,t){return u in e?Object.defineProperty(e,u,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[u]=t,e}var L;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(L||(L={}));var E;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap"})(E||(E={}));var B;(function(e){e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.RELATION="relation",e.LIST="list",e.RELATION_FIELD="relation-field",e.REFERENCE_FIELD="reference-field",e.CALC_FIELD="calc",e.JSON="json",e.BIGINT="bigint",e.ANY="ANY",e.ENCRYPTED_FIELD="encrypted_field"})(B||(B={}));var h;h={},p(h,B.ARRAY,E.ARRAY_COLUMN),p(h,B.AUTO_NUMBER,E.AUTO_NUMBER_COLUMN),p(h,B.DECIMAL,E.DECIMAL_COLUMN),p(h,B.DEPARTMENTS,E.DEPARTMENT_COLUMN),p(h,B.FILE,E.FILE_COLUMN),p(h,B.IMAGE,E.IMAGE_COLUMN),p(h,B.ADDRESS,E.LOCATION_COLUMN),p(h,B.EMPLOYEES,E.EMPLOYEE_COLUMN),p(h,B.TEXT,E.TEXT_COLUMN),p(h,B.TIMESCOPE,E.TIMESCOPE_COLUMN),p(h,B.TIMESTAMP,E.TIMESTAMP_COLUMN),p(h,B.VARCHAR,E.VARCHAR_COLUMN),p(h,B.RELATION,E.VARCHAR_COLUMN);var x;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime"})(x||(x={}));function en(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function un(e,u){if(!(e instanceof u))throw new TypeError("Cannot call a class as a function")}function D(e,u,t){return U()?D=Reflect.construct:D=function(n,s,d){var m=[null];m.push.apply(m,s);var f=Function.bind.apply(n,m),b=new f;return d&&C(b,d.prototype),b},D.apply(null,arguments)}function v(e){return v=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},v(e)}function tn(e,u){if(typeof u!="function"&&u!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(u&&u.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),u&&C(e,u)}function an(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function nn(e,u){return u&&(rn(u)==="object"||typeof u=="function")?u:en(e)}function C(e,u){return C=Object.setPrototypeOf||function(a,n){return a.__proto__=n,a},C(e,u)}function rn(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function I(e){var u=typeof Map=="function"?new Map:void 0;return I=function(a){if(a===null||!an(a))return a;if(typeof a!="function")throw new TypeError("Super expression must either be null or a function");if(typeof u!="undefined"){if(u.has(a))return u.get(a);u.set(a,n)}function n(){return D(a,arguments,v(this).constructor)}return n.prototype=Object.create(a.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),C(n,a)},I(e)}function U(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function ln(e){var u=U();return function(){var a=v(e),n;if(u){var s=v(this).constructor;n=Reflect.construct(a,arguments,s)}else n=a.apply(this,arguments);return nn(this,n)}}function sn(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var on=function(e){tn(t,e);var u=ln(t);function t(a){un(this,t);var n;return n=u.call(this,a),n.name="\u{1F4A5} Driven Error",n.message=a?sn(a):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",n}return t}(I(Error));function cn(e){throw new on(e)}var En=Object.prototype.toString;function N(e,u){return En.call(e)==="[object "+u+"]"}function Bn(e){return N(e,"String")}function hn(e){return N(e,"Promise")}var pn=function(){function e(u){var t,a;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((a=(t=u.messages)!==null&&t!==void 0?t:this.getPreImport(u.locale))!==null&&a!==void 0?a:{}),u.variableRegExp&&(this.variableRegExp=u.variableRegExp),this.setLocale(u.locale)}return e.prototype.setLocale=function(u){var t=this;this.locale=u,this._messageCache.clear();var a=this.getMessageData();hn(a)?a.then(function(n){t._messageCache.clear(),t.messages[t.localeInMessageKey]=n}):this.messages[this.localeInMessageKey]=a},e.prototype.getMessageData=function(){var u=this._messages[this.localeInMessageKey];return typeof u=="function"?u():u},e.prototype.translate=function(u,t,a){var n=this.getMessage(u);return n?this.formatMessage(n,a):this.formatMessage(t,a)},e.prototype.getMessage=function(u){if(this._messageCache.has(u))return this._messageCache.get(u);var t=this.getPathArray(u),a=t.reduce(function(n,s,d,m){if(n!==void 0){var f=n[s];if(!(d===m.length-1&&!Bn(f)))return f}},this.message);return this._messageCache.set(u,a),a},e.prototype.formatMessage=function(u,t){return t?u.replace(this.variableRegExp,function(a,n){var s=t[n];return s!==void 0?String(s):a}):u},e.prototype.getPreImport=function(u){var t;if(window.okI18nPreImport){var a=this.getLocaleInMessageKey(u);return window.okI18nPreImport.hasOwnProperty(a)?window.okI18nPreImport:(t={},t[a]=window.okI18nPreImport,t)}},e.prototype.getPathArray=function(u){return u.split(".")},e.prototype.getLocaleInMessageKey=function(u){return u.replace(/-/g,"")},Object.defineProperty(e.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){var u;return(u=this.messages[this.localeInMessageKey])!==null&&u!==void 0?u:{}},enumerable:!1,configurable:!0}),e}();function mn(e,u){if(!(e instanceof u))throw new TypeError("Cannot call a class as a function")}function k(e,u){for(var t=0;t<u.length;t++){var a=u[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function dn(e,u,t){return u&&k(e.prototype,u),t&&k(e,t),e}function An(e,u,t){return u in e?Object.defineProperty(e,u,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[u]=t,e}var P=function(){function e(){mn(this,e)}return dn(e,null,[{key:"getMessage",value:function(t){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(t,"",a)}},{key:"resetI18n",value:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Za;return new pn({locale:t,messages:Qa})}},{key:"setLocale",value:function(t){return this.$i18n.setLocale(t)}}]),e}();An(P,"$i18n",P.resetI18n());var Fn=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},fn={exports:{}};(function(e){(function(u){var t=function(r,i,A){if(!b(i)||Pn(i)||Tn(i)||Vn(i)||f(i))return i;var F,g=0,W=0;if(kn(i))for(F=[],W=i.length;g<W;g++)F.push(t(r,i[g],A));else{F={};for(var w in i)Object.prototype.hasOwnProperty.call(i,w)&&(F[r(w,A)]=t(r,i[w],A))}return F},a=function(r,i){i=i||{};var A=i.separator||"_",F=i.split||/(?=[A-Z])/;return r.split(F).join(A)},n=function(r){return Gn(r)?r:(r=r.replace(/[\-_\s]+(.)?/g,function(i,A){return A?A.toUpperCase():""}),r.substr(0,1).toLowerCase()+r.substr(1))},s=function(r){var i=n(r);return i.substr(0,1).toUpperCase()+i.substr(1)},d=function(r,i){return a(r,i).toLowerCase()},m=Object.prototype.toString,f=function(r){return typeof r=="function"},b=function(r){return r===Object(r)},kn=function(r){return m.call(r)=="[object Array]"},Pn=function(r){return m.call(r)=="[object Date]"},Tn=function(r){return m.call(r)=="[object RegExp]"},Vn=function(r){return m.call(r)=="[object Boolean]"},Gn=function(r){return r=r-0,r===r},$=function(r,i){var A=i&&"process"in i?i.process:i;return typeof A!="function"?r:function(F,g){return A(F,r,g)}},K={camelize:n,decamelize:d,pascalize:s,depascalize:d,camelizeKeys:function(r,i){return t($(n,i),r)},decamelizeKeys:function(r,i){return t($(d,i),r,i)},pascalizeKeys:function(r,i){return t($(s,i),r)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=K:u.humps=K})(Fn)})(fn);var T={};Object.defineProperty(T,"__esModule",{value:!0});function M(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(u=>typeof u!="object"||u===null?u:M(u));{const u={};for(const t in e){const a=e[t];u[t]=typeof a!="object"||a===null?a:M(a)}return u}}T.default=M;function V(e){return Object.prototype.toString.call(e)==="[object Object]"}function vn(e,u){if(!(e instanceof u))throw new TypeError("Cannot call a class as a function")}function G(e,u){for(var t=0;t<u.length;t++){var a=u[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function Cn(e,u,t){return u&&G(e.prototype,u),t&&G(e,t),e}function gn(e,u,t){return u in e?Object.defineProperty(e,u,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[u]=t,e}var Dn=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],bn=function(){function e(){vn(this,e)}return Cn(e,[{key:"getEventsFromKeys",value:function(t){var a=typeof t=="string"?[t]:t;return e.events.filter(function(n){return a.includes(n.key)})}}]),e}();gn(bn,"events",Dn);class z{constructor(u){var t,a,n;this.type=u.type,this.label=u.label,this.key=u.key,this.component=u.component,this.effect=(t=u.effect)!=null?t:{},this.scopeEffect=(a=u.scopeEffect)!=null?a:Ya,this.defaultValue=u.defaultValue,this.validator=u.validator,this.props=(n=u.props)!=null?n:new o,this.effectKeys=Object.keys(this.effect)}filterEffects(u){return u===""?Object.values(this.effect):this.effectKeys.filter(t=>new RegExp(`^${t}(\\.\\w+)*$`).test(u)).map(t=>this.effect[t])}callEffectFn(u,t){try{const a=u.apply(null,t);V(a)&&Object.assign(this.props,a)}catch(a){cn(`effect error
2
- ${a}`)}}callEffect(u,...t){this.filterEffects(u).forEach(a=>this.callEffectFn(a,t))}callScopeEffect(...u){this.callEffectFn(this.scopeEffect,u)}}class H{constructor(u){var t,a;this.type="group",this.title=(t=u.title)!=null?t:"",this.required=(a=u.required)!=null?a:!1,this.items=u.items,this.tips=u.tips,this.visible=u.items.some(n=>{var s;return(s=n.props)==null?void 0:s.visible})}}function O(e){return"type"in e&&e.type==="tab"}class q{constructor(u){this.type="tab",this.title=u.title,this.items=u.items}}class Sn extends o{constructor(u){super(u),V(u)&&Object.entries(u).forEach(([t,a])=>{this[t]=a})}}class yn extends o{constructor(u){var t,a,n,s;super(u),this.maxLength=(t=u==null?void 0:u.maxLength)!=null?t:"",this.minLength=(a=u==null?void 0:u.minLength)!=null?a:"",this.placeholder=(n=u==null?void 0:u.placeholder)!=null?n:"",this.i18n=(s=u==null?void 0:u.i18n)!=null?s:!1}}class In extends o{constructor(u){var t,a,n;super(u),this.max=(t=u==null?void 0:u.max)!=null?t:"",this.min=(a=u==null?void 0:u.min)!=null?a:"",this.placeholder=(n=u==null?void 0:u.placeholder)!=null?n:""}}class Mn extends o{constructor(u){var t,a,n;super(u),this.showType=(t=u==null?void 0:u.showType)!=null?t:"switch",this.tips=(a=u==null?void 0:u.tips)!=null?a:"",this.disabled=(n=u==null?void 0:u.disabled)!=null?n:!1}}class $n extends o{constructor(u){var t;super(u),this.options=(t=u==null?void 0:u.options)!=null?t:[]}}class wn extends o{constructor(u){var t,a;super(u),this.placeholder=(t=u==null?void 0:u.placeholder)!=null?t:"",this.options=(a=u==null?void 0:u.options)!=null?a:[]}}class _n extends o{constructor(u){var t,a;super(u),this.options=(t=u==null?void 0:u.options)!=null?t:[],this.showType=(a=u==null?void 0:u.showType)!=null?a:"outline"}}class Rn extends o{constructor(u){var t,a,n,s,d,m;super(u),this.maxLength=(t=u==null?void 0:u.maxLength)!=null?t:"",this.minLength=(a=u==null?void 0:u.minLength)!=null?a:"",this.placeholder=(n=u==null?void 0:u.placeholder)!=null?n:"",this.maxRows=(s=u==null?void 0:u.maxRows)!=null?s:"",this.minRows=(d=u==null?void 0:u.minRows)!=null?d:"",this.i18n=(m=u==null?void 0:u.i18n)!=null?m:!1}}function Ln(e,u){switch(e){case"input":return new yn(u);case"textarea":return new Rn(u);case"input-number":return new In(u);case"switch":return new Mn(u);case"radio":return new _n(u);case"checkbox":return new $n(u);case"select":return new wn(u);default:return new Sn(u)}}function xn(e){return function(u){const t=e.get(u);if(!!t)return new z(y(S({},t),{props:Ln(t.component,"props"in t?t.props:void 0)}))}}function Un(e){const u=e.fields.reduce((n,s)=>(n.set(s.key,s),n),new Map);function t(n){return new H(y(S({},n),{items:n.items.map(xn(u)).filter(Boolean)}))}function a(n){return n.map(t)}return e.groups.map(n=>O(n)?new q(y(S({},n),{items:a(n.items)})):t(n))}function j(){return[{label:"\u9690\u85CF",key:"isHide",type:"boolean",component:"switch"},{key:"superSetting",component:"super-setting"},{key:"style.width",component:"styleComponent",props:{configKey:"style.widthConfig",options:["px","%","fill","hug"]},scopeEffect(e,u){const{oldParent:t,newParent:a,instance:n}=u;if((t==null?void 0:t.type)==="advanced-container"&&a.type==="positioning-container"&&(e.setInstance(n,"style.width",""),e.setInstance(n,"style.widthConfig","fill")),a)return{visible:a.type==="advanced-container"}}},{key:"style.height",component:"styleComponent",props:{configKey:"style.heightConfig",options:["px","%","fill","hug"]},scopeEffect(e,u){const{oldParent:t,newParent:a,instance:n}=u;if((t==null?void 0:t.type)==="advanced-container"&&a.type==="positioning-container"&&(e.setInstance(n,"style.height",""),e.setInstance(n,"style.heightConfig","fill")),u.newParent)return{visible:u.newParent.type==="advanced-container"}}}]}function Nn(e){return[...j(),{type:"DataBind",key:"dataBind",component:"data-bind",defaultValue:e==null?void 0:e.dataBind},{key:"caption",type:"string",component:"input",props:{maxLength:80,i18n:!0},defaultValue:e==null?void 0:e.caption,validator(u){if(!u)return"\u6807\u9898\u5FC5\u586B"}},{label:"\u9690\u85CF\u6807\u9898",key:"isHideCaption",type:"boolean",component:"switch",defaultValue:e==null?void 0:e.isHideCaption,props:{showType:"checkbox"},scopeEffect(u,t){var a,n;if(((a=t.current)==null?void 0:a.type)!==((n=t.from)==null?void 0:n.type))return t.current.type==="subtable"&&u.setInstance(t.control,"isHideCaption",!0),{visible:t.current.type!=="subtable"}}},{key:"labelPosition",type:"string",component:"radio",defaultValue:e==null?void 0:e.labelPosition,props:{showType:"solid",options:[{label:"\u4E0A\u4E0B\u5E03\u5C40",value:"top"},{label:"\u5DE6\u53F3\u5E03\u5C40",value:"left"}]}},{key:"defaultState",type:"string",component:"radio",defaultValue:e==null?void 0:e.defaultState,props:{showType:"solid",options:[{label:"\u666E\u901A",value:"default"},{label:"\u53EA\u8BFB",value:"readonly"}]}},{label:"\u5FC5\u586B",key:"required",type:"boolean",component:"switch",defaultValue:e==null?void 0:e.required},{label:"\u63D0\u793A\u6587\u5B57",key:"placeholder",type:"string",component:"input",defaultValue:e==null?void 0:e.placeholder,props:{maxLength:80,i18n:!0}}]}l.Group=H,l.Setting=z,l.Tab=q,l.createBaseFields=j,l.createFormBaseFields=Nn,l.defineInstance=c,l.initSettings=Un,l.isTabSchema=O,Object.defineProperty(l,"__esModule",{value:!0})});
1
+ var qn=Object.defineProperty,jn=Object.defineProperties;var Kn=Object.getOwnPropertyDescriptors;var X=Object.getOwnPropertySymbols;var Wn=Object.prototype.hasOwnProperty,Xn=Object.prototype.propertyIsEnumerable;var J=(l,c,o)=>c in l?qn(l,c,{enumerable:!0,configurable:!0,writable:!0,value:o}):l[c]=o,S=(l,c)=>{for(var o in c||(c={}))Wn.call(c,o)&&J(l,o,c[o]);if(X)for(var o of X(c))Xn.call(c,o)&&J(l,o,c[o]);return l},y=(l,c)=>jn(l,Kn(c));(function(l,c){typeof exports=="object"&&typeof module!="undefined"?c(exports):typeof define=="function"&&define.amd?define(["exports"],c):(l=typeof globalThis!="undefined"?globalThis:l||self,c(l.modelDrivenSettings={}))})(this,function(l){"use strict";function c(e){return e}class o{constructor(u){var t,a,n;this.visible=(t=u==null?void 0:u.visible)!=null?t:!0,this.expression=(a=u==null?void 0:u.expression)!=null?a:!1,this.updateParent=(n=u==null?void 0:u.updateParent)!=null?n:!1}get isAtomicComponent(){return!0}}var Q="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Z="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Y="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",ee="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",ue="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",te="{caption}\u5FC5\u586B",ae="\u8BF7\u8F93\u5165\u6807\u9898",ne="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",re="\u8BF7\u8F93\u5165\u884C\u6807\u9898",ie="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",le="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",se="\u8BF7\u7ED1\u5B9A\u8868\u5355",oe="\u8BF7\u7ED1\u5B9A\u5217\u8868",ce="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Ee="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Be="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",he="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",pe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",me="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",de="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Fe="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Ae="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",ve="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",fe="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Ce="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",ge="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",De="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",be="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Se="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",ye="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Ie="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Me="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",$e="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",we="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",_e="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Re="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Le="\u8BF7\u7ED1\u5B9A\u670D\u52A1",xe="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Ue="\u8BF7\u9009\u62E9\u7701",Ne="\u8BF7\u9009\u62E9\u5E02",ke="\u8BF7\u9009\u62E9\u533A",Pe="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Te="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Ve="\u8BF7\u8F93\u5165\u5217\u5BBD",Ge="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",ze="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",He="\u8BF7\u9009\u62E9\u63A7\u4EF6",Oe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",qe="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",je="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Ke="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",We="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Xe="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Je="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Qe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Ze="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Ye="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",eu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",uu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",tu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",au="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",nu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",ru="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",iu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",lu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",su="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",ou="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",cu="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Eu="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Bu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",hu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",pu="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",mu="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",du="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",Fu={isNotNumber:Q,isNotString:Z,isNotObject:Y,isNotArray:ee,isNotBoolean:ue,runtimeRequired:te,pleaseEnterCaption:ae,pleaseEnterCaptionTip:ne,pleaseEnterRowCaption:re,pleaseEnterPlaceholder:ie,pleaseEnterFieldCode:le,pleaseEnterForm:se,pleaseEnterList:oe,pleaseEnterProcess:ce,pleaseEnterLabel:Ee,pleaseEnterValue:Be,bizKeyNotBindFiled:he,pleaseSelectOneField:pe,pleaseEnterNumberRange:me,pleaseEnterAValueGreaterThanMin:de,pleaseEnterAValueLessThanMax:Fe,numberRangeSetError:Ae,stringRangeError:ve,attachmentMaxSize:fe,pleaseEnterTotalScoreSetting:Ce,theTotalScoreMustNotBeLessThan1:ge,scoreDefaultValueRange:De,attachmentLimitError:be,PleaseReselectTheOptionalQuantity:Se,TheMaximumLengthIsGreaterThanTheMinimumLength:ye,TheMinimumLengthIsGreaterThanTheMaximumLength:Ie,PleaseSelectTheCorrectOptionSettings:Me,optionIdIsRepeat:$e,optionIsRequired:we,pleaseEnterDataCode:_e,pleaseEnterValueFieldCode:Re,pleaseEnterSvcCode:Le,pleaseBindAtLeastOneDisplayValue:xe,pleaseSelectProvince:Ue,pleaseSelectCity:Ne,pleaseSelectDistrict:ke,limitRowsCannotBeLessThan0:Pe,TheNumberOfRowsCannotBeLessThanMinRows:Te,pleaseEnterColumnWidth:Ve,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ge,pleaseCompleteAllRulesAndConditions:ze,pleaseSelectControl:He,pleaseSelectAtLeastOneColumn:Oe,pleaseSelectFillBackMode:qe,pleaseSelectDashboard:je,rootNodeIsRequired:Ke,theViewNameCannotBeEmpty:We,pleaseSelectOcrType:Xe,pleaseSelectAtLeastOneFieldToFillIn:Je,pleaseChooseAtLeastOne:Qe,pleaseEnterButtonContent:Ze,pleaseEnterDataCodeInDataSetting:Ye,pleaseEnterValueFieldCodeInDataSetting:eu,pleaseEnterSvcCodeInDataSetting:uu,pleaseBindAtLeastOneDisplayValueInDataSetting:tu,rootNodeIsRequiredInDataSetting:au,pleaseEnterMaxHeight:nu,pleaseEnter:ru,pleaseEnterWatermark:iu,pleaseEnterFileName:lu,pleaseUploadAtLeastOnePrintTemplate:su,pleaseAssignBusiness:ou,pleaseAssignExternal:cu,pleaseEnterAliasCode:Eu,pleaseSelectDataCode:Bu,pleaseSelectSvcCode:hu,pleaseSelectJoinFieldCode:pu,pleaseSelectMainFieldCode:mu,pleaseSelectSortFieldCode:du},Au="Please enter a number",vu="Please enter a string",fu="Please enter an object",Cu="Please enter an array",gu="Please enter a boolean",Du="{caption} Required",bu="Please enter the title",Su="Please enter the bubble prompt",yu="Please enter the row title",Iu="Please enter the prompt text",Mu="Please bind data items",$u="Please bind the form",wu="Please bind the list",_u="Please bind the process",Ru="Please enter the displayed value",Lu="Please enter the stored value",xu="The document number is not bound to the data item",Uu="Please select at least one display field",Nu="Please enter a value greater than or equal to {min} and less than or equal to {max}",ku="Please enter a value greater than or equal to {min}",Pu="Please enter a value less than or equal to {max}",Tu="The value range is set incorrectly",Vu="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Gu="The attachment size must be between 0MB and 1000MB",zu="Please fill in the total score setting",Hu="The total score cannot be less than 1",Ou="The default value must be between {min} and {max}",qu="The number of attachments uploaded must be between {min} and {max}",ju="Please re-select the optional quantity",Ku="The maximum length of the control must be greater than the minimum length",Wu="The minimum length of the control must be less than the maximum length",Xu="Please select the correct option setting",Ju="Option ID cannot be repeated",Qu="Please enter at least one option",Zu="Please bind the data source",Yu="Please bind the stored value",et="Please bind the service",ut="At least one display value must be bound",tt="Please select a province",at="Please select a city",nt="Please select a district",rt="The minimum number of lines to fill in cannot be less than 0",it="The number of rows cannot be less than {min} rows",lt="Please enter the column width",st="Please set the logical relationship of all rule conditions",ot="Please complete all rules and conditions",ct="please select control",Et="Please select the dashboard",Bt="View name cannot be empty",ht="Please select recognition type",pt="Please select at least one field to fill in",mt="Please select at least one",dt="Please enter the button title",Ft="Please bind the business model in the data settings",At="Please bind storage values in data settings",vt="Please bind the service in the data settings",ft="Please bind at least one display value in the data settings",Ct="Please select the root node in the data settings",gt="Please enter the maximum height",Dt="The input content cannot be empty",bt="Watermark cannot be empty",St="File name cannot be empty",yt="Please upload at least one printing template!\uFF01",It="Please select a specific business department",Mt="Please select a specified external organization",$t="Please enter a sub table alias",wt="Please select the associated table to set the business model",_t="Please select the association table to set the binding service",Rt="Select associated sub table fields",Lt="Please select the associated main table field",xt="Please select the sort field",Ut={isNotNumber:Au,isNotString:vu,isNotObject:fu,isNotArray:Cu,isNotBoolean:gu,runtimeRequired:Du,pleaseEnterCaption:bu,pleaseEnterCaptionTip:Su,pleaseEnterRowCaption:yu,pleaseEnterPlaceholder:Iu,pleaseEnterFieldCode:Mu,pleaseEnterForm:$u,pleaseEnterList:wu,pleaseEnterProcess:_u,pleaseEnterLabel:Ru,pleaseEnterValue:Lu,bizKeyNotBindFiled:xu,pleaseSelectOneField:Uu,pleaseEnterNumberRange:Nu,pleaseEnterAValueGreaterThanMin:ku,pleaseEnterAValueLessThanMax:Pu,numberRangeSetError:Tu,stringRangeError:Vu,attachmentMaxSize:Gu,pleaseEnterTotalScoreSetting:zu,theTotalScoreMustNotBeLessThan1:Hu,scoreDefaultValueRange:Ou,attachmentLimitError:qu,PleaseReselectTheOptionalQuantity:ju,TheMaximumLengthIsGreaterThanTheMinimumLength:Ku,TheMinimumLengthIsGreaterThanTheMaximumLength:Wu,PleaseSelectTheCorrectOptionSettings:Xu,optionIdIsRepeat:Ju,optionIsRequired:Qu,pleaseEnterDataCode:Zu,pleaseEnterValueFieldCode:Yu,pleaseEnterSvcCode:et,pleaseBindAtLeastOneDisplayValue:ut,pleaseSelectProvince:tt,pleaseSelectCity:at,pleaseSelectDistrict:nt,limitRowsCannotBeLessThan0:rt,TheNumberOfRowsCannotBeLessThanMinRows:it,pleaseEnterColumnWidth:lt,pleaseSetTheLogicalRelationshipOfAllRuleConditions:st,pleaseCompleteAllRulesAndConditions:ot,pleaseSelectControl:ct,pleaseSelectDashboard:Et,theViewNameCannotBeEmpty:Bt,pleaseSelectOcrType:ht,pleaseSelectAtLeastOneFieldToFillIn:pt,pleaseChooseAtLeastOne:mt,pleaseEnterButtonContent:dt,pleaseEnterDataCodeInDataSetting:Ft,pleaseEnterValueFieldCodeInDataSetting:At,pleaseEnterSvcCodeInDataSetting:vt,pleaseBindAtLeastOneDisplayValueInDataSetting:ft,rootNodeIsRequiredInDataSetting:Ct,pleaseEnterMaxHeight:gt,pleaseEnter:Dt,pleaseEnterWatermark:bt,pleaseEnterFileName:St,pleaseUploadAtLeastOnePrintTemplate:yt,pleaseAssignBusiness:It,pleaseAssignExternal:Mt,pleaseEnterAliasCode:$t,pleaseSelectDataCode:wt,pleaseSelectSvcCode:_t,pleaseSelectJoinFieldCode:Rt,pleaseSelectMainFieldCode:Lt,pleaseSelectSortFieldCode:xt},Nt="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",kt="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Pt="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Tt="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Vt="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Gt="{caption}\u5FC5\u9808",zt="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ht="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ot="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",qt="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",jt="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Kt="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Wt="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Xt="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Jt="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Qt="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Zt="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Yt="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ea="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ua="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ta="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",aa="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",na="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ra="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ia="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",la="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",sa="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",oa="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",ca="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ea="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5927\u5024\u306F\u6700\u5C0F\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Ba="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5C0F\u5024\u306F\u6700\u5927\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ha="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",pa="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",ma="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",da="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Fa="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Aa="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",va="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",fa="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ca="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ga="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Da="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ba="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Sa="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ya="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Ia="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Ma="please select control",$a="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",wa="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",_a="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ra="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",La="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xa="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ua="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Na="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",ka="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Pa="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ta="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Va="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ga="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",za="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ha="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Oa="\u5370\u5237\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u5C11\u306A\u304F\u3068\u30821\u3064\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01\uFF01",qa="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ja="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ka="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Wa="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Xa="\u95A2\u9023\u30C6\u30FC\u30D6\u30EB\u8A2D\u5B9A\u30D0\u30A4\u30F3\u30C9\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ja="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Qa="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Za="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ya={isNotNumber:Nt,isNotString:kt,isNotObject:Pt,isNotArray:Tt,isNotBoolean:Vt,runtimeRequired:Gt,pleaseEnterCaption:zt,pleaseEnterCaptionTip:Ht,pleaseEnterRowCaption:Ot,pleaseEnterPlaceholder:qt,pleaseEnterFieldCode:jt,pleaseEnterForm:Kt,pleaseEnterList:Wt,pleaseEnterProcess:Xt,pleaseEnterLabel:Jt,pleaseEnterValue:Qt,bizKeyNotBindFiled:Zt,pleaseSelectOneField:Yt,pleaseEnterNumberRange:ea,pleaseEnterAValueGreaterThanMin:ua,pleaseEnterAValueLessThanMax:ta,numberRangeSetError:aa,stringRangeError:na,attachmentMaxSize:ra,pleaseEnterTotalScoreSetting:ia,theTotalScoreMustNotBeLessThan1:la,scoreDefaultValueRange:sa,attachmentLimitError:oa,PleaseReselectTheOptionalQuantity:ca,TheMaximumLengthIsGreaterThanTheMinimumLength:Ea,TheMinimumLengthIsGreaterThanTheMaximumLength:Ba,PleaseSelectTheCorrectOptionSettings:ha,optionIdIsRepeat:pa,optionIsRequired:ma,pleaseEnterDataCode:da,pleaseEnterValueFieldCode:Fa,pleaseEnterSvcCode:Aa,pleaseBindAtLeastOneDisplayValue:va,pleaseSelectProvince:fa,pleaseSelectCity:Ca,pleaseSelectDistrict:ga,limitRowsCannotBeLessThan0:Da,TheNumberOfRowsCannotBeLessThanMinRows:ba,pleaseEnterColumnWidth:Sa,pleaseSetTheLogicalRelationshipOfAllRuleConditions:ya,pleaseCompleteAllRulesAndConditions:Ia,pleaseSelectControl:Ma,pleaseSelectDashboard:$a,theViewNameCannotBeEmpty:wa,pleaseSelectOcrType:_a,pleaseSelectAtLeastOneFieldToFillIn:Ra,pleaseChooseAtLeastOne:La,pleaseEnterButtonContent:xa,pleaseEnterDataCodeInDataSetting:Ua,pleaseEnterValueFieldCodeInDataSetting:Na,pleaseEnterSvcCodeInDataSetting:ka,pleaseBindAtLeastOneDisplayValueInDataSetting:Pa,rootNodeIsRequiredInDataSetting:Ta,pleaseEnterMaxHeight:Va,pleaseEnter:Ga,pleaseEnterWatermark:za,pleaseEnterFileName:Ha,pleaseUploadAtLeastOnePrintTemplate:Oa,pleaseAssignBusiness:qa,pleaseAssignExternal:ja,pleaseEnterAliasCode:Ka,pleaseSelectDataCode:Wa,pleaseSelectSvcCode:Xa,pleaseSelectJoinFieldCode:Ja,pleaseSelectMainFieldCode:Qa,pleaseSelectSortFieldCode:Za},en={zhCN:Fu,enUS:Ut,jaJP:Ya},_;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(_||(_={}));var R;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(R||(R={}));var un="zh-CN",tn=function(){};function p(e,u,t){return u in e?Object.defineProperty(e,u,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[u]=t,e}var L;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(L||(L={}));var E;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap"})(E||(E={}));var B;(function(e){e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.RELATION="relation",e.LIST="list",e.RELATION_FIELD="relation-field",e.REFERENCE_FIELD="reference-field",e.CALC_FIELD="calc",e.JSON="json",e.BIGINT="bigint",e.ANY="ANY",e.ENCRYPTED_FIELD="encrypted_field"})(B||(B={}));var h;h={},p(h,B.ARRAY,E.ARRAY_COLUMN),p(h,B.AUTO_NUMBER,E.AUTO_NUMBER_COLUMN),p(h,B.DECIMAL,E.DECIMAL_COLUMN),p(h,B.DEPARTMENTS,E.DEPARTMENT_COLUMN),p(h,B.FILE,E.FILE_COLUMN),p(h,B.IMAGE,E.IMAGE_COLUMN),p(h,B.ADDRESS,E.LOCATION_COLUMN),p(h,B.EMPLOYEES,E.EMPLOYEE_COLUMN),p(h,B.TEXT,E.TEXT_COLUMN),p(h,B.TIMESCOPE,E.TIMESCOPE_COLUMN),p(h,B.TIMESTAMP,E.TIMESTAMP_COLUMN),p(h,B.VARCHAR,E.VARCHAR_COLUMN),p(h,B.RELATION,E.VARCHAR_COLUMN);var x;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime"})(x||(x={}));function an(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function nn(e,u){if(!(e instanceof u))throw new TypeError("Cannot call a class as a function")}function D(e,u,t){return U()?D=Reflect.construct:D=function(n,s,d){var m=[null];m.push.apply(m,s);var v=Function.bind.apply(n,m),b=new v;return d&&C(b,d.prototype),b},D.apply(null,arguments)}function f(e){return f=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},f(e)}function rn(e,u){if(typeof u!="function"&&u!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(u&&u.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),u&&C(e,u)}function ln(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function sn(e,u){return u&&(on(u)==="object"||typeof u=="function")?u:an(e)}function C(e,u){return C=Object.setPrototypeOf||function(a,n){return a.__proto__=n,a},C(e,u)}function on(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function I(e){var u=typeof Map=="function"?new Map:void 0;return I=function(a){if(a===null||!ln(a))return a;if(typeof a!="function")throw new TypeError("Super expression must either be null or a function");if(typeof u!="undefined"){if(u.has(a))return u.get(a);u.set(a,n)}function n(){return D(a,arguments,f(this).constructor)}return n.prototype=Object.create(a.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),C(n,a)},I(e)}function U(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function cn(e){var u=U();return function(){var a=f(e),n;if(u){var s=f(this).constructor;n=Reflect.construct(a,arguments,s)}else n=a.apply(this,arguments);return sn(this,n)}}function En(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Bn=function(e){rn(t,e);var u=cn(t);function t(a){nn(this,t);var n;return n=u.call(this,a),n.name="\u{1F4A5} Driven Error",n.message=a?En(a):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",n}return t}(I(Error));function hn(e){throw new Bn(e)}var pn=Object.prototype.toString;function N(e,u){return pn.call(e)==="[object "+u+"]"}function mn(e){return N(e,"String")}function dn(e){return N(e,"Promise")}var Fn=function(){function e(u){var t,a;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((a=(t=u.messages)!==null&&t!==void 0?t:this.getPreImport(u.locale))!==null&&a!==void 0?a:{}),u.variableRegExp&&(this.variableRegExp=u.variableRegExp),this.setLocale(u.locale)}return e.prototype.setLocale=function(u){var t=this;this.locale=u,this._messageCache.clear();var a=this.getMessageData();dn(a)?a.then(function(n){t._messageCache.clear(),t.messages[t.localeInMessageKey]=n}):this.messages[this.localeInMessageKey]=a},e.prototype.getMessageData=function(){var u=this._messages[this.localeInMessageKey];return typeof u=="function"?u():u},e.prototype.translate=function(u,t,a){var n=this.getMessage(u);return n?this.formatMessage(n,a):this.formatMessage(t,a)},e.prototype.getMessage=function(u){if(this._messageCache.has(u))return this._messageCache.get(u);var t=this.getPathArray(u),a=t.reduce(function(n,s,d,m){if(n!==void 0){var v=n[s];if(!(d===m.length-1&&!mn(v)))return v}},this.message);return this._messageCache.set(u,a),a},e.prototype.formatMessage=function(u,t){return t?u.replace(this.variableRegExp,function(a,n){var s=t[n];return s!==void 0?String(s):a}):u},e.prototype.getPreImport=function(u){var t;if(window.okI18nPreImport){var a=this.getLocaleInMessageKey(u);return window.okI18nPreImport.hasOwnProperty(a)?window.okI18nPreImport:(t={},t[a]=window.okI18nPreImport,t)}},e.prototype.getPathArray=function(u){return u.split(".")},e.prototype.getLocaleInMessageKey=function(u){return u.replace(/-/g,"")},Object.defineProperty(e.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){var u;return(u=this.messages[this.localeInMessageKey])!==null&&u!==void 0?u:{}},enumerable:!1,configurable:!0}),e}();function An(e,u){if(!(e instanceof u))throw new TypeError("Cannot call a class as a function")}function k(e,u){for(var t=0;t<u.length;t++){var a=u[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function vn(e,u,t){return u&&k(e.prototype,u),t&&k(e,t),e}function fn(e,u,t){return u in e?Object.defineProperty(e,u,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[u]=t,e}var P=function(){function e(){An(this,e)}return vn(e,null,[{key:"getMessage",value:function(t){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(t,"",a)}},{key:"resetI18n",value:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:un;return new Fn({locale:t,messages:en})}},{key:"setLocale",value:function(t){return this.$i18n.setLocale(t)}}]),e}();fn(P,"$i18n",P.resetI18n());var Cn=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},gn={exports:{}};(function(e){(function(u){var t=function(r,i,F){if(!b(i)||Gn(i)||zn(i)||Hn(i)||v(i))return i;var A,g=0,W=0;if(Vn(i))for(A=[],W=i.length;g<W;g++)A.push(t(r,i[g],F));else{A={};for(var w in i)Object.prototype.hasOwnProperty.call(i,w)&&(A[r(w,F)]=t(r,i[w],F))}return A},a=function(r,i){i=i||{};var F=i.separator||"_",A=i.split||/(?=[A-Z])/;return r.split(A).join(F)},n=function(r){return On(r)?r:(r=r.replace(/[\-_\s]+(.)?/g,function(i,F){return F?F.toUpperCase():""}),r.substr(0,1).toLowerCase()+r.substr(1))},s=function(r){var i=n(r);return i.substr(0,1).toUpperCase()+i.substr(1)},d=function(r,i){return a(r,i).toLowerCase()},m=Object.prototype.toString,v=function(r){return typeof r=="function"},b=function(r){return r===Object(r)},Vn=function(r){return m.call(r)=="[object Array]"},Gn=function(r){return m.call(r)=="[object Date]"},zn=function(r){return m.call(r)=="[object RegExp]"},Hn=function(r){return m.call(r)=="[object Boolean]"},On=function(r){return r=r-0,r===r},$=function(r,i){var F=i&&"process"in i?i.process:i;return typeof F!="function"?r:function(A,g){return F(A,r,g)}},K={camelize:n,decamelize:d,pascalize:s,depascalize:d,camelizeKeys:function(r,i){return t($(n,i),r)},decamelizeKeys:function(r,i){return t($(d,i),r,i)},pascalizeKeys:function(r,i){return t($(s,i),r)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=K:u.humps=K})(Cn)})(gn);var T={};Object.defineProperty(T,"__esModule",{value:!0});function M(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(u=>typeof u!="object"||u===null?u:M(u));{const u={};for(const t in e){const a=e[t];u[t]=typeof a!="object"||a===null?a:M(a)}return u}}T.default=M;function V(e){return Object.prototype.toString.call(e)==="[object Object]"}function Dn(e,u){if(!(e instanceof u))throw new TypeError("Cannot call a class as a function")}function G(e,u){for(var t=0;t<u.length;t++){var a=u[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function bn(e,u,t){return u&&G(e.prototype,u),t&&G(e,t),e}function Sn(e,u,t){return u in e?Object.defineProperty(e,u,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[u]=t,e}var yn=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],In=function(){function e(){Dn(this,e)}return bn(e,[{key:"getEventsFromKeys",value:function(t){var a=typeof t=="string"?[t]:t;return e.events.filter(function(n){return a.includes(n.key)})}}]),e}();Sn(In,"events",yn);class z{constructor(u){var t,a,n;this.type=u.type,this.label=u.label,this.key=u.key,this.component=u.component,this.effect=(t=u.effect)!=null?t:{},this.scopeEffect=(a=u.scopeEffect)!=null?a:tn,this.defaultValue=u.defaultValue,this.validator=u.validator,this.props=(n=u.props)!=null?n:new o,this.effectKeys=Object.keys(this.effect)}filterEffects(u){return u===""?Object.values(this.effect):this.effectKeys.filter(t=>new RegExp(`^${t}(\\.\\w+)*$`).test(u)).map(t=>this.effect[t])}callEffectFn(u,t){try{const a=u.apply(null,t);V(a)&&Object.assign(this.props,a)}catch(a){hn(`effect error
2
+ ${a}`)}}callEffect(u,...t){this.filterEffects(u).forEach(a=>this.callEffectFn(a,t))}callScopeEffect(...u){this.callEffectFn(this.scopeEffect,u)}}class H{constructor(u){var t,a;this.type="group",this.title=(t=u.title)!=null?t:"",this.required=(a=u.required)!=null?a:!1,this.items=u.items,this.tips=u.tips,this.visible=u.items.some(n=>{var s;return(s=n.props)==null?void 0:s.visible})}}function O(e){return"type"in e&&e.type==="tab"}class q{constructor(u){this.type="tab",this.title=u.title,this.items=u.items}}class Mn extends o{constructor(u){super(u),V(u)&&Object.entries(u).forEach(([t,a])=>{this[t]=a})}}class $n extends o{constructor(u){var t,a,n,s;super(u),this.maxLength=(t=u==null?void 0:u.maxLength)!=null?t:"",this.minLength=(a=u==null?void 0:u.minLength)!=null?a:"",this.placeholder=(n=u==null?void 0:u.placeholder)!=null?n:"",this.i18n=(s=u==null?void 0:u.i18n)!=null?s:!1}}class wn extends o{constructor(u){var t,a,n;super(u),this.max=(t=u==null?void 0:u.max)!=null?t:"",this.min=(a=u==null?void 0:u.min)!=null?a:"",this.placeholder=(n=u==null?void 0:u.placeholder)!=null?n:""}}class _n extends o{constructor(u){var t,a,n;super(u),this.showType=(t=u==null?void 0:u.showType)!=null?t:"switch",this.tips=(a=u==null?void 0:u.tips)!=null?a:"",this.disabled=(n=u==null?void 0:u.disabled)!=null?n:!1}}class Rn extends o{constructor(u){var t;super(u),this.options=(t=u==null?void 0:u.options)!=null?t:[]}}class Ln extends o{constructor(u){var t,a;super(u),this.placeholder=(t=u==null?void 0:u.placeholder)!=null?t:"",this.options=(a=u==null?void 0:u.options)!=null?a:[]}}class xn extends o{constructor(u){var t,a;super(u),this.options=(t=u==null?void 0:u.options)!=null?t:[],this.showType=(a=u==null?void 0:u.showType)!=null?a:"outline"}}class Un extends o{constructor(u){var t,a,n,s,d,m;super(u),this.maxLength=(t=u==null?void 0:u.maxLength)!=null?t:"",this.minLength=(a=u==null?void 0:u.minLength)!=null?a:"",this.placeholder=(n=u==null?void 0:u.placeholder)!=null?n:"",this.maxRows=(s=u==null?void 0:u.maxRows)!=null?s:"",this.minRows=(d=u==null?void 0:u.minRows)!=null?d:"",this.i18n=(m=u==null?void 0:u.i18n)!=null?m:!1}}function Nn(e,u){switch(e){case"input":return new $n(u);case"textarea":return new Un(u);case"input-number":return new wn(u);case"switch":return new _n(u);case"radio":return new xn(u);case"checkbox":return new Rn(u);case"select":return new Ln(u);default:return new Mn(u)}}function kn(e){return function(u){const t=e.get(u);if(!!t)return new z(y(S({},t),{props:Nn(t.component,"props"in t?t.props:void 0)}))}}function Pn(e){const u=e.fields.reduce((n,s)=>(n.set(s.key,s),n),new Map);function t(n){return new H(y(S({},n),{items:n.items.map(kn(u)).filter(Boolean)}))}function a(n){return n.map(t)}return e.groups.map(n=>O(n)?new q(y(S({},n),{items:a(n.items)})):t(n))}function j(){return[{label:"\u9690\u85CF",key:"isHide",type:"boolean",component:"switch"},{key:"superSetting",component:"super-setting"},{key:"style.width",component:"styleComponent",props:{configKey:"style.widthConfig",options:["px","%","fill","hug"]},scopeEffect(e,u){const{oldParent:t,newParent:a,instance:n}=u;if((t==null?void 0:t.type)==="advanced-container"&&a.type==="positioning-container"&&(e.setInstance(n,"style.width",""),e.setInstance(n,"style.widthConfig","fill")),a)return{visible:a.type==="advanced-container"}}},{key:"style.height",component:"styleComponent",props:{configKey:"style.heightConfig",options:["px","%","fill","hug"]},scopeEffect(e,u){const{oldParent:t,newParent:a,instance:n}=u;if((t==null?void 0:t.type)==="advanced-container"&&a.type==="positioning-container"&&(e.setInstance(n,"style.height",""),e.setInstance(n,"style.heightConfig","fill")),u.newParent)return{visible:u.newParent.type==="advanced-container"}}}]}function Tn(e){return[...j(),{type:"DataBind",key:"dataBind",component:"data-bind",defaultValue:e==null?void 0:e.dataBind},{key:"caption",type:"string",component:"input",props:{maxLength:80,i18n:!0},defaultValue:e==null?void 0:e.caption,validator(u){if(!u)return"\u6807\u9898\u5FC5\u586B"}},{label:"\u9690\u85CF\u6807\u9898",key:"isHideCaption",type:"boolean",component:"switch",defaultValue:e==null?void 0:e.isHideCaption,props:{showType:"checkbox"},scopeEffect(u,t){var a,n;if(((a=t.current)==null?void 0:a.type)!==((n=t.from)==null?void 0:n.type))return t.current.type==="subtable"&&u.setInstance(t.control,"isHideCaption",!0),{visible:t.current.type!=="subtable"}}},{key:"labelPosition",type:"string",component:"radio",defaultValue:e==null?void 0:e.labelPosition,props:{showType:"solid",options:[{label:"\u4E0A\u4E0B\u5E03\u5C40",value:"top"},{label:"\u5DE6\u53F3\u5E03\u5C40",value:"left"}]}},{key:"defaultState",type:"string",component:"radio",defaultValue:e==null?void 0:e.defaultState,props:{showType:"solid",options:[{label:"\u666E\u901A",value:"default"},{label:"\u53EA\u8BFB",value:"readonly"}]}},{label:"\u5FC5\u586B",key:"required",type:"boolean",component:"switch",defaultValue:e==null?void 0:e.required},{label:"\u63D0\u793A\u6587\u5B57",key:"placeholder",type:"string",component:"input",defaultValue:e==null?void 0:e.placeholder,props:{maxLength:80,i18n:!0}}]}l.Group=H,l.Setting=z,l.Tab=q,l.createBaseFields=j,l.createFormBaseFields=Tn,l.defineInstance=c,l.initSettings=Pn,l.isTabSchema=O,Object.defineProperty(l,"__esModule",{value:!0})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-settings",
3
- "version": "2.7.0-alpha.28a",
3
+ "version": "2.7.0-alpha.33",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,9 +26,9 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-core": "2.7.0-alpha.28a",
30
- "@byteluck-fe/model-driven-shared": "2.7.0-alpha.28a",
29
+ "@byteluck-fe/model-driven-core": "2.7.0-alpha.33",
30
+ "@byteluck-fe/model-driven-shared": "2.7.0-alpha.33",
31
31
  "tslib": "^2.1.0"
32
32
  },
33
- "gitHead": "1df9d067f5922d80dfbbd0430f36671b2f8250c1"
33
+ "gitHead": "4c6fd6233229bac018b336bf24aac232cc5875de"
34
34
  }