@byteluck-fe/model-driven-settings 4.53.0-lx2 → 4.54.0-lx2

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.
@@ -34,6 +34,7 @@ export var BaseProps = /*#__PURE__*/ function() {
34
34
  "use strict";
35
35
  function BaseProps(props) {
36
36
  _class_call_check(this, BaseProps);
37
+ var _ref, _ref1, _ref2;
37
38
  /**
38
39
  * 显示隐藏
39
40
  * */ _define_property(this, "visible", void 0);
@@ -44,12 +45,9 @@ export var BaseProps = /*#__PURE__*/ function() {
44
45
  *
45
46
  * 是否改变父属性
46
47
  */ _define_property(this, "updateParent", void 0);
47
- var _props_visible;
48
- this.visible = (_props_visible = props === null || props === void 0 ? void 0 : props.visible) !== null && _props_visible !== void 0 ? _props_visible : true;
49
- var _props_expression;
50
- this.expression = (_props_expression = props === null || props === void 0 ? void 0 : props.expression) !== null && _props_expression !== void 0 ? _props_expression : false;
51
- var _props_updateParent;
52
- this.updateParent = (_props_updateParent = props === null || props === void 0 ? void 0 : props.updateParent) !== null && _props_updateParent !== void 0 ? _props_updateParent : false;
48
+ this.visible = (_ref = props === null || props === void 0 ? void 0 : props.visible) !== null && _ref !== void 0 ? _ref : true;
49
+ this.expression = (_ref1 = props === null || props === void 0 ? void 0 : props.expression) !== null && _ref1 !== void 0 ? _ref1 : false;
50
+ this.updateParent = (_ref2 = props === null || props === void 0 ? void 0 : props.updateParent) !== null && _ref2 !== void 0 ? _ref2 : false;
53
51
  }
54
52
  _create_class(BaseProps, [
55
53
  {
@@ -77,11 +77,11 @@ export var CheckboxProps = /*#__PURE__*/ function(BaseProps) {
77
77
  function CheckboxProps(props) {
78
78
  _class_call_check(this, CheckboxProps);
79
79
  var _this;
80
+ var _ref;
80
81
  _this = _call_super(this, CheckboxProps, [
81
82
  props
82
83
  ]), _define_property(_this, "options", void 0);
83
- var _props_options;
84
- _this.options = (_props_options = props === null || props === void 0 ? void 0 : props.options) !== null && _props_options !== void 0 ? _props_options : [];
84
+ _this.options = (_ref = props === null || props === void 0 ? void 0 : props.options) !== null && _ref !== void 0 ? _ref : [];
85
85
  return _this;
86
86
  }
87
87
  return CheckboxProps;
@@ -77,15 +77,13 @@ export var InputNumberProps = /*#__PURE__*/ function(BaseProps) {
77
77
  function InputNumberProps(props) {
78
78
  _class_call_check(this, InputNumberProps);
79
79
  var _this;
80
+ var _ref, _ref1, _ref2;
80
81
  _this = _call_super(this, InputNumberProps, [
81
82
  props
82
83
  ]), _define_property(_this, "max", void 0), _define_property(_this, "min", void 0), _define_property(_this, "placeholder", void 0);
83
- var _props_max;
84
- _this.max = (_props_max = props === null || props === void 0 ? void 0 : props.max) !== null && _props_max !== void 0 ? _props_max : '';
85
- var _props_min;
86
- _this.min = (_props_min = props === null || props === void 0 ? void 0 : props.min) !== null && _props_min !== void 0 ? _props_min : '';
87
- var _props_placeholder;
88
- _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : '';
84
+ _this.max = (_ref = props === null || props === void 0 ? void 0 : props.max) !== null && _ref !== void 0 ? _ref : '';
85
+ _this.min = (_ref1 = props === null || props === void 0 ? void 0 : props.min) !== null && _ref1 !== void 0 ? _ref1 : '';
86
+ _this.placeholder = (_ref2 = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _ref2 !== void 0 ? _ref2 : '';
89
87
  return _this;
90
88
  }
91
89
  return InputNumberProps;
@@ -77,17 +77,14 @@ export var InputProps = /*#__PURE__*/ function(BaseProps) {
77
77
  function InputProps(props) {
78
78
  _class_call_check(this, InputProps);
79
79
  var _this;
80
+ var _ref, _ref1, _ref2, _ref3;
80
81
  _this = _call_super(this, InputProps, [
81
82
  props
82
83
  ]), _define_property(_this, "maxLength", void 0), _define_property(_this, "minLength", void 0), _define_property(_this, "placeholder", void 0), _define_property(_this, "i18n", void 0);
83
- var _props_maxLength;
84
- _this.maxLength = (_props_maxLength = props === null || props === void 0 ? void 0 : props.maxLength) !== null && _props_maxLength !== void 0 ? _props_maxLength : '';
85
- var _props_minLength;
86
- _this.minLength = (_props_minLength = props === null || props === void 0 ? void 0 : props.minLength) !== null && _props_minLength !== void 0 ? _props_minLength : '';
87
- var _props_placeholder;
88
- _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : '';
89
- var _props_i18n;
90
- _this.i18n = (_props_i18n = props === null || props === void 0 ? void 0 : props.i18n) !== null && _props_i18n !== void 0 ? _props_i18n : false;
84
+ _this.maxLength = (_ref = props === null || props === void 0 ? void 0 : props.maxLength) !== null && _ref !== void 0 ? _ref : '';
85
+ _this.minLength = (_ref1 = props === null || props === void 0 ? void 0 : props.minLength) !== null && _ref1 !== void 0 ? _ref1 : '';
86
+ _this.placeholder = (_ref2 = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _ref2 !== void 0 ? _ref2 : '';
87
+ _this.i18n = (_ref3 = props === null || props === void 0 ? void 0 : props.i18n) !== null && _ref3 !== void 0 ? _ref3 : false;
91
88
  return _this;
92
89
  }
93
90
  return InputProps;
@@ -77,13 +77,12 @@ export var RadioProps = /*#__PURE__*/ function(BaseProps) {
77
77
  function RadioProps(props) {
78
78
  _class_call_check(this, RadioProps);
79
79
  var _this;
80
+ var _ref, _ref1;
80
81
  _this = _call_super(this, RadioProps, [
81
82
  props
82
83
  ]), _define_property(_this, "options", void 0), _define_property(_this, "showType", void 0);
83
- var _props_options;
84
- _this.options = (_props_options = props === null || props === void 0 ? void 0 : props.options) !== null && _props_options !== void 0 ? _props_options : [];
85
- var _props_showType;
86
- _this.showType = (_props_showType = props === null || props === void 0 ? void 0 : props.showType) !== null && _props_showType !== void 0 ? _props_showType : 'outline';
84
+ _this.options = (_ref = props === null || props === void 0 ? void 0 : props.options) !== null && _ref !== void 0 ? _ref : [];
85
+ _this.showType = (_ref1 = props === null || props === void 0 ? void 0 : props.showType) !== null && _ref1 !== void 0 ? _ref1 : 'outline';
87
86
  return _this;
88
87
  }
89
88
  return RadioProps;
@@ -77,13 +77,12 @@ export var SelectProps = /*#__PURE__*/ function(BaseProps) {
77
77
  function SelectProps(props) {
78
78
  _class_call_check(this, SelectProps);
79
79
  var _this;
80
+ var _ref, _ref1;
80
81
  _this = _call_super(this, SelectProps, [
81
82
  props
82
83
  ]), _define_property(_this, "placeholder", void 0), _define_property(_this, "options", void 0);
83
- var _props_placeholder;
84
- _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : '';
85
- var _props_options;
86
- _this.options = (_props_options = props === null || props === void 0 ? void 0 : props.options) !== null && _props_options !== void 0 ? _props_options : [];
84
+ _this.placeholder = (_ref = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _ref !== void 0 ? _ref : '';
85
+ _this.options = (_ref1 = props === null || props === void 0 ? void 0 : props.options) !== null && _ref1 !== void 0 ? _ref1 : [];
87
86
  return _this;
88
87
  }
89
88
  return SelectProps;
@@ -77,15 +77,13 @@ export var SwitchProps = /*#__PURE__*/ function(BaseProps) {
77
77
  function SwitchProps(props) {
78
78
  _class_call_check(this, SwitchProps);
79
79
  var _this;
80
+ var _ref, _ref1, _ref2;
80
81
  _this = _call_super(this, SwitchProps, [
81
82
  props
82
83
  ]), _define_property(_this, "showType", void 0), _define_property(_this, "tips", void 0), _define_property(_this, "disabled", void 0);
83
- var _props_showType;
84
- _this.showType = (_props_showType = props === null || props === void 0 ? void 0 : props.showType) !== null && _props_showType !== void 0 ? _props_showType : 'switch';
85
- var _props_tips;
86
- _this.tips = (_props_tips = props === null || props === void 0 ? void 0 : props.tips) !== null && _props_tips !== void 0 ? _props_tips : '';
87
- var _props_disabled;
88
- _this.disabled = (_props_disabled = props === null || props === void 0 ? void 0 : props.disabled) !== null && _props_disabled !== void 0 ? _props_disabled : false;
84
+ _this.showType = (_ref = props === null || props === void 0 ? void 0 : props.showType) !== null && _ref !== void 0 ? _ref : 'switch';
85
+ _this.tips = (_ref1 = props === null || props === void 0 ? void 0 : props.tips) !== null && _ref1 !== void 0 ? _ref1 : '';
86
+ _this.disabled = (_ref2 = props === null || props === void 0 ? void 0 : props.disabled) !== null && _ref2 !== void 0 ? _ref2 : false;
89
87
  return _this;
90
88
  }
91
89
  return SwitchProps;
@@ -77,21 +77,16 @@ export var TextareaProps = /*#__PURE__*/ function(BaseProps) {
77
77
  function TextareaProps(props) {
78
78
  _class_call_check(this, TextareaProps);
79
79
  var _this;
80
+ var _ref, _ref1, _ref2, _ref3, _ref4, _ref5;
80
81
  _this = _call_super(this, TextareaProps, [
81
82
  props
82
83
  ]), _define_property(_this, "maxLength", void 0), _define_property(_this, "minLength", void 0), _define_property(_this, "placeholder", void 0), _define_property(_this, "i18n", void 0), _define_property(_this, "maxRows", void 0), _define_property(_this, "minRows", void 0);
83
- var _props_maxLength;
84
- _this.maxLength = (_props_maxLength = props === null || props === void 0 ? void 0 : props.maxLength) !== null && _props_maxLength !== void 0 ? _props_maxLength : '';
85
- var _props_minLength;
86
- _this.minLength = (_props_minLength = props === null || props === void 0 ? void 0 : props.minLength) !== null && _props_minLength !== void 0 ? _props_minLength : '';
87
- var _props_placeholder;
88
- _this.placeholder = (_props_placeholder = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _props_placeholder !== void 0 ? _props_placeholder : '';
89
- var _props_maxRows;
90
- _this.maxRows = (_props_maxRows = props === null || props === void 0 ? void 0 : props.maxRows) !== null && _props_maxRows !== void 0 ? _props_maxRows : '';
91
- var _props_minRows;
92
- _this.minRows = (_props_minRows = props === null || props === void 0 ? void 0 : props.minRows) !== null && _props_minRows !== void 0 ? _props_minRows : '';
93
- var _props_i18n;
94
- _this.i18n = (_props_i18n = props === null || props === void 0 ? void 0 : props.i18n) !== null && _props_i18n !== void 0 ? _props_i18n : false;
84
+ _this.maxLength = (_ref = props === null || props === void 0 ? void 0 : props.maxLength) !== null && _ref !== void 0 ? _ref : '';
85
+ _this.minLength = (_ref1 = props === null || props === void 0 ? void 0 : props.minLength) !== null && _ref1 !== void 0 ? _ref1 : '';
86
+ _this.placeholder = (_ref2 = props === null || props === void 0 ? void 0 : props.placeholder) !== null && _ref2 !== void 0 ? _ref2 : '';
87
+ _this.maxRows = (_ref3 = props === null || props === void 0 ? void 0 : props.maxRows) !== null && _ref3 !== void 0 ? _ref3 : '';
88
+ _this.minRows = (_ref4 = props === null || props === void 0 ? void 0 : props.minRows) !== null && _ref4 !== void 0 ? _ref4 : '';
89
+ _this.i18n = (_ref5 = props === null || props === void 0 ? void 0 : props.i18n) !== null && _ref5 !== void 0 ? _ref5 : false;
95
90
  return _this;
96
91
  }
97
92
  return TextareaProps;
@@ -19,6 +19,7 @@ function _define_property(obj, key, value) {
19
19
  export var Group = function Group(schema) {
20
20
  "use strict";
21
21
  _class_call_check(this, Group);
22
+ var _schema_title, _schema_required;
22
23
  _define_property(this, "type", 'group');
23
24
  _define_property(this, "title", void 0);
24
25
  _define_property(this, "required", void 0);
@@ -26,9 +27,7 @@ export var Group = function Group(schema) {
26
27
  _define_property(this, "tips", void 0);
27
28
  _define_property(this, "fromId", void 0);
28
29
  _define_property(this, "visible", void 0);
29
- var _schema_title;
30
30
  this.title = (_schema_title = schema.title) !== null && _schema_title !== void 0 ? _schema_title : '';
31
- var _schema_required;
32
31
  this.required = (_schema_required = schema.required) !== null && _schema_required !== void 0 ? _schema_required : false;
33
32
  this.items = schema.items;
34
33
  this.tips = schema.tips;
@@ -36,6 +36,7 @@ export var Setting = /*#__PURE__*/ function() {
36
36
  "use strict";
37
37
  function Setting(schema) {
38
38
  _class_call_check(this, Setting);
39
+ var _schema_effect, _schema_scopeEffect, _schema_props;
39
40
  _define_property(this, "type", void 0);
40
41
  _define_property(this, "label", void 0);
41
42
  _define_property(this, "key", void 0);
@@ -50,13 +51,10 @@ export var Setting = /*#__PURE__*/ function() {
50
51
  this.label = schema.label;
51
52
  this.key = schema.key;
52
53
  this.component = schema.component;
53
- var _schema_effect;
54
54
  this.effect = (_schema_effect = schema.effect) !== null && _schema_effect !== void 0 ? _schema_effect : {};
55
- var _schema_scopeEffect;
56
55
  this.scopeEffect = (_schema_scopeEffect = schema.scopeEffect) !== null && _schema_scopeEffect !== void 0 ? _schema_scopeEffect : noop;
57
56
  this.defaultValue = schema.defaultValue;
58
57
  this.validator = schema.validator;
59
- var _schema_props;
60
58
  this.props = (_schema_props = schema.props) !== null && _schema_props !== void 0 ? _schema_props : new BaseProps();
61
59
  // private init
62
60
  this.effectKeys = Object.keys(this.effect);
package/dist/index.umd.js CHANGED
@@ -1,2 +1,2 @@
1
- var Nn=Object.defineProperty,zn=Object.defineProperties;var qn=Object.getOwnPropertyDescriptors;var K=Object.getOwnPropertySymbols;var jn=Object.prototype.hasOwnProperty,Kn=Object.prototype.propertyIsEnumerable;var V=(l,c,o)=>c in l?Nn(l,c,{enumerable:!0,configurable:!0,writable:!0,value:o}):l[c]=o,y=(l,c)=>{for(var o in c||(c={}))jn.call(c,o)&&V(l,o,c[o]);if(K)for(var o of K(c))Kn.call(c,o)&&V(l,o,c[o]);return l},D=(l,c)=>zn(l,qn(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(u){return u}class o{constructor(e){var t,a,n;this.visible=(t=e==null?void 0:e.visible)!=null?t:!0,this.expression=(a=e==null?void 0:e.expression)!=null?a:!1,this.updateParent=(n=e==null?void 0:e.updateParent)!=null?n:!1}get isAtomicComponent(){return!0}}var G="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",W="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",U="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",H="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",J="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",Q="{caption}\u5FC5\u586B",Z="\u8BF7\u8F93\u5165\u6807\u9898",X="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Y="\u8BF7\u8F93\u5165\u884C\u6807\u9898",ee="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",ue="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",te="\u8BF7\u7ED1\u5B9A\u8868\u5355",ae="\u8BF7\u7ED1\u5B9A\u5217\u8868",ne="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",re="\u8BF7\u8F93\u5165\u663E\u793A\u503C",ie="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",le="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",se="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",oe="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",ce="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Ee="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",pe="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",he="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",Be="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Fe="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",de="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",me="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",ve="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",fe="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Ce="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",ge="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Ae="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",ye="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",De="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",be="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Se="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",$e="\u8BF7\u7ED1\u5B9A\u670D\u52A1",_e="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Te="\u8BF7\u9009\u62E9\u7701",we="\u8BF7\u9009\u62E9\u5E02",Pe="\u8BF7\u9009\u62E9\u533A",Le="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Oe="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Re="\u8BF7\u8F93\u5165\u5217\u5BBD",Ie="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Me="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",xe="\u8BF7\u9009\u62E9\u63A7\u4EF6",ke="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Ne="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",ze="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",qe="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",je="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ke="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Ve="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Ge="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",We="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Ue="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",He="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Je="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Qe="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Ze="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Xe="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Ye="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",eu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",uu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",tu="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",au="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",nu="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",ru="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",iu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",lu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",su="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",ou="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",cu="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",Eu={isNotNumber:G,isNotString:W,isNotObject:U,isNotArray:H,isNotBoolean:J,runtimeRequired:Q,pleaseEnterCaption:Z,pleaseEnterCaptionTip:X,pleaseEnterRowCaption:Y,pleaseEnterPlaceholder:ee,pleaseEnterFieldCode:ue,pleaseEnterForm:te,pleaseEnterList:ae,pleaseEnterProcess:ne,pleaseEnterLabel:re,pleaseEnterValue:ie,bizKeyNotBindFiled:le,pleaseSelectOneField:se,pleaseEnterNumberRange:oe,pleaseEnterAValueGreaterThanMin:ce,pleaseEnterAValueLessThanMax:Ee,numberRangeSetError:pe,stringRangeError:he,attachmentMaxSize:Be,pleaseEnterTotalScoreSetting:Fe,theTotalScoreMustNotBeLessThan1:de,scoreDefaultValueRange:me,attachmentLimitError:ve,PleaseReselectTheOptionalQuantity:fe,TheMaximumLengthIsGreaterThanTheMinimumLength:Ce,TheMinimumLengthIsGreaterThanTheMaximumLength:ge,PleaseSelectTheCorrectOptionSettings:Ae,optionIdIsRepeat:ye,optionIsRequired:De,pleaseEnterDataCode:be,pleaseEnterValueFieldCode:Se,pleaseEnterSvcCode:$e,pleaseBindAtLeastOneDisplayValue:_e,pleaseSelectProvince:Te,pleaseSelectCity:we,pleaseSelectDistrict:Pe,limitRowsCannotBeLessThan0:Le,TheNumberOfRowsCannotBeLessThanMinRows:Oe,pleaseEnterColumnWidth:Re,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ie,pleaseCompleteAllRulesAndConditions:Me,pleaseSelectControl:xe,pleaseSelectAtLeastOneColumn:ke,pleaseSelectFillBackMode:Ne,pleaseSelectDashboard:ze,rootNodeIsRequired:qe,theViewNameCannotBeEmpty:je,pleaseSelectOcrType:Ke,pleaseSelectAtLeastOneFieldToFillIn:Ve,pleaseChooseAtLeastOne:Ge,pleaseEnterButtonContent:We,pleaseEnterDataCodeInDataSetting:Ue,pleaseEnterValueFieldCodeInDataSetting:He,pleaseEnterSvcCodeInDataSetting:Je,pleaseBindAtLeastOneDisplayValueInDataSetting:Qe,rootNodeIsRequiredInDataSetting:Ze,pleaseEnterMaxHeight:Xe,pleaseEnter:Ye,pleaseEnterWatermark:eu,pleaseEnterFileName:uu,pleaseUploadAtLeastOnePrintTemplate:tu,pleaseAssignBusiness:au,pleaseAssignExternal:nu,pleaseEnterAliasCode:ru,pleaseSelectDataCode:iu,pleaseSelectSvcCode:lu,pleaseSelectJoinFieldCode:su,pleaseSelectMainFieldCode:ou,pleaseSelectSortFieldCode:cu},pu="Please enter a number",hu="Please enter a string",Bu="Please enter an object",Fu="Please enter an array",du="Please enter a boolean",mu="{caption} Required",vu="Please enter the title",fu="Please enter the bubble prompt",Cu="Please enter the row title",gu="Please enter the prompt text",Au="Please bind data items",yu="Please bind the form",Du="Please bind the list",bu="Please bind the process",Su="Please enter the displayed value",$u="Please enter the stored value",_u="The document number is not bound to the data item",Tu="Please select at least one display field",wu="Please enter a value greater than or equal to {min} and less than or equal to {max}",Pu="Please enter a value greater than or equal to {min}",Lu="Please enter a value less than or equal to {max}",Ou="The value range is set incorrectly",Ru="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Iu="The attachment size must be between 0MB and 1000MB",Mu="Please fill in the total score setting",xu="The total score cannot be less than 1",ku="The default value must be between {min} and {max}",Nu="The number of attachments uploaded must be between {min} and {max}",zu="Please re-select the optional quantity",qu="The maximum length of the control must be greater than the minimum length",ju="The minimum length of the control must be less than the maximum length",Ku="Please select the correct option setting",Vu="Option ID cannot be repeated",Gu="Please enter at least one option",Wu="Please bind the data source",Uu="Please bind the stored value",Hu="Please bind the service",Ju="At least one display value must be bound",Qu="Please select a province",Zu="Please select a city",Xu="Please select a district",Yu="The minimum number of lines to fill in cannot be less than 0",et="The number of rows cannot be less than {min} rows",ut="Please enter the column width",tt="Please set the logical relationship of all rule conditions",at="Please complete all rules and conditions",nt="please select control",rt="Please select the dashboard",it="View name cannot be empty",lt="Please select recognition type",st="Please select at least one field to fill in",ot="Please select at least one",ct="Please enter the button title",Et="Please bind the business model in the data settings",pt="Please bind storage values in data settings",ht="Please bind the service in the data settings",Bt="Please bind at least one display value in the data settings",Ft="Please select the root node in the data settings",dt="Please enter the maximum height",mt="The input content cannot be empty",vt="Watermark cannot be empty",ft="File name cannot be empty",Ct="Please upload at least one printing template!\uFF01",gt="Please select a specific business department",At="Please select a specified external organization",yt="Please enter a sub table alias",Dt="Please select the associated table to set the business model",bt="Please select the association table to set the binding service",St="Select associated sub table fields",$t="Please select the associated main table field",_t="Please select the sort field",Tt={isNotNumber:pu,isNotString:hu,isNotObject:Bu,isNotArray:Fu,isNotBoolean:du,runtimeRequired:mu,pleaseEnterCaption:vu,pleaseEnterCaptionTip:fu,pleaseEnterRowCaption:Cu,pleaseEnterPlaceholder:gu,pleaseEnterFieldCode:Au,pleaseEnterForm:yu,pleaseEnterList:Du,pleaseEnterProcess:bu,pleaseEnterLabel:Su,pleaseEnterValue:$u,bizKeyNotBindFiled:_u,pleaseSelectOneField:Tu,pleaseEnterNumberRange:wu,pleaseEnterAValueGreaterThanMin:Pu,pleaseEnterAValueLessThanMax:Lu,numberRangeSetError:Ou,stringRangeError:Ru,attachmentMaxSize:Iu,pleaseEnterTotalScoreSetting:Mu,theTotalScoreMustNotBeLessThan1:xu,scoreDefaultValueRange:ku,attachmentLimitError:Nu,PleaseReselectTheOptionalQuantity:zu,TheMaximumLengthIsGreaterThanTheMinimumLength:qu,TheMinimumLengthIsGreaterThanTheMaximumLength:ju,PleaseSelectTheCorrectOptionSettings:Ku,optionIdIsRepeat:Vu,optionIsRequired:Gu,pleaseEnterDataCode:Wu,pleaseEnterValueFieldCode:Uu,pleaseEnterSvcCode:Hu,pleaseBindAtLeastOneDisplayValue:Ju,pleaseSelectProvince:Qu,pleaseSelectCity:Zu,pleaseSelectDistrict:Xu,limitRowsCannotBeLessThan0:Yu,TheNumberOfRowsCannotBeLessThanMinRows:et,pleaseEnterColumnWidth:ut,pleaseSetTheLogicalRelationshipOfAllRuleConditions:tt,pleaseCompleteAllRulesAndConditions:at,pleaseSelectControl:nt,pleaseSelectDashboard:rt,theViewNameCannotBeEmpty:it,pleaseSelectOcrType:lt,pleaseSelectAtLeastOneFieldToFillIn:st,pleaseChooseAtLeastOne:ot,pleaseEnterButtonContent:ct,pleaseEnterDataCodeInDataSetting:Et,pleaseEnterValueFieldCodeInDataSetting:pt,pleaseEnterSvcCodeInDataSetting:ht,pleaseBindAtLeastOneDisplayValueInDataSetting:Bt,rootNodeIsRequiredInDataSetting:Ft,pleaseEnterMaxHeight:dt,pleaseEnter:mt,pleaseEnterWatermark:vt,pleaseEnterFileName:ft,pleaseUploadAtLeastOnePrintTemplate:Ct,pleaseAssignBusiness:gt,pleaseAssignExternal:At,pleaseEnterAliasCode:yt,pleaseSelectDataCode:Dt,pleaseSelectSvcCode:bt,pleaseSelectJoinFieldCode:St,pleaseSelectMainFieldCode:$t,pleaseSelectSortFieldCode:_t},wt="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Pt="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Lt="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ot="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Rt="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",It="{caption}\u5FC5\u9808",Mt="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xt="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",kt="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Nt="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",zt="\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",Vt="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Gt="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Wt="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Ut="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ht="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Jt="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Qt="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Zt="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",Xt="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Yt="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ea="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ua="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ta="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",aa="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",na="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ra="\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",ia="\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",la="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",sa="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",oa="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",ca="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ea="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",pa="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ha="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",Ba="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Fa="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",da="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ma="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",va="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",fa="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ca="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ga="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Aa="please select control",ya="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Da="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",ba="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Sa="\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",_a="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ta="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",wa="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Pa="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",La="\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",Oa="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ra="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ia="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ma="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",xa="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",ka="\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",Na="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",za="\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",Va="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Ga="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Wa="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ua={isNotNumber:wt,isNotString:Pt,isNotObject:Lt,isNotArray:Ot,isNotBoolean:Rt,runtimeRequired:It,pleaseEnterCaption:Mt,pleaseEnterCaptionTip:xt,pleaseEnterRowCaption:kt,pleaseEnterPlaceholder:Nt,pleaseEnterFieldCode:zt,pleaseEnterForm:qt,pleaseEnterList:jt,pleaseEnterProcess:Kt,pleaseEnterLabel:Vt,pleaseEnterValue:Gt,bizKeyNotBindFiled:Wt,pleaseSelectOneField:Ut,pleaseEnterNumberRange:Ht,pleaseEnterAValueGreaterThanMin:Jt,pleaseEnterAValueLessThanMax:Qt,numberRangeSetError:Zt,stringRangeError:Xt,attachmentMaxSize:Yt,pleaseEnterTotalScoreSetting:ea,theTotalScoreMustNotBeLessThan1:ua,scoreDefaultValueRange:ta,attachmentLimitError:aa,PleaseReselectTheOptionalQuantity:na,TheMaximumLengthIsGreaterThanTheMinimumLength:ra,TheMinimumLengthIsGreaterThanTheMaximumLength:ia,PleaseSelectTheCorrectOptionSettings:la,optionIdIsRepeat:sa,optionIsRequired:oa,pleaseEnterDataCode:ca,pleaseEnterValueFieldCode:Ea,pleaseEnterSvcCode:pa,pleaseBindAtLeastOneDisplayValue:ha,pleaseSelectProvince:Ba,pleaseSelectCity:Fa,pleaseSelectDistrict:da,limitRowsCannotBeLessThan0:ma,TheNumberOfRowsCannotBeLessThanMinRows:va,pleaseEnterColumnWidth:fa,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ca,pleaseCompleteAllRulesAndConditions:ga,pleaseSelectControl:Aa,pleaseSelectDashboard:ya,theViewNameCannotBeEmpty:Da,pleaseSelectOcrType:ba,pleaseSelectAtLeastOneFieldToFillIn:Sa,pleaseChooseAtLeastOne:$a,pleaseEnterButtonContent:_a,pleaseEnterDataCodeInDataSetting:Ta,pleaseEnterValueFieldCodeInDataSetting:wa,pleaseEnterSvcCodeInDataSetting:Pa,pleaseBindAtLeastOneDisplayValueInDataSetting:La,rootNodeIsRequiredInDataSetting:Oa,pleaseEnterMaxHeight:Ra,pleaseEnter:Ia,pleaseEnterWatermark:Ma,pleaseEnterFileName:xa,pleaseUploadAtLeastOnePrintTemplate:ka,pleaseAssignBusiness:Na,pleaseAssignExternal:za,pleaseEnterAliasCode:qa,pleaseSelectDataCode:ja,pleaseSelectSvcCode:Ka,pleaseSelectJoinFieldCode:Va,pleaseSelectMainFieldCode:Ga,pleaseSelectSortFieldCode:Wa},Ha={zhCN:Eu,enUS:Tt,jaJP:Ua},Ja="zh-CN",Qa=function(){};function B(u,e,t){return e in u?Object.defineProperty(u,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):u[e]=t,u}var p;p={},B(p,"array","array-column"),B(p,"auto_number","auto-number-column"),B(p,"decimal","decimal-column"),B(p,"department","department-column"),B(p,"file","file-column"),B(p,"image","image-column"),B(p,"location","location-column"),B(p,"people","employee-column"),B(p,"text","text-column"),B(p,"timescope","timescope-column"),B(p,"timestamp","timestamp-column"),B(p,"varchar","varchar-column"),B(p,"relation","varchar-column");function Za(u){if(u===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return u}function Xa(u,e,t){return e=v(e),tn(u,S()?Reflect.construct(e,t||[],v(u).constructor):e.apply(u,t))}function Ya(u,e){if(!(u instanceof e))throw new TypeError("Cannot call a class as a function")}function g(u,e,t){return S()?g=Reflect.construct:g=function(n,s,E){var h=[null];h.push.apply(h,s);var m=Function.bind.apply(n,h),A=new m;return E&&f(A,E.prototype),A},g.apply(null,arguments)}function v(u){return v=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},v(u)}function en(u,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");u.prototype=Object.create(e&&e.prototype,{constructor:{value:u,writable:!0,configurable:!0}}),e&&f(u,e)}function un(u){return Function.toString.call(u).indexOf("[native code]")!==-1}function tn(u,e){return e&&(an(e)==="object"||typeof e=="function")?e:Za(u)}function f(u,e){return f=Object.setPrototypeOf||function(a,n){return a.__proto__=n,a},f(u,e)}function an(u){return u&&typeof Symbol!="undefined"&&u.constructor===Symbol?"symbol":typeof u}function b(u){var e=typeof Map=="function"?new Map:void 0;return b=function(a){if(a===null||!un(a))return a;if(typeof a!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(a))return e.get(a);e.set(a,n)}function n(){return g(a,arguments,v(this).constructor)}return n.prototype=Object.create(a.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),f(n,a)},b(u)}function S(){try{var u=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(S=function(){return!!u})()}function nn(u){return u+" \u{1F41B}\u{1F41B}\u{1F41B}"}var rn=function(u){en(e,u);function e(t){Ya(this,e);var a;return a=Xa(this,e,[t]),a.name="\u{1F4A5} Driven Error",a.message=t?nn(t):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",a}return e}(b(Error));function ln(u){throw new rn(u)}var sn=Object.prototype.toString;function w(u,e){return sn.call(u)==="[object "+e+"]"}function on(u){return w(u,"String")}function cn(u){return w(u,"Promise")}var En=function(){function u(e){var t,a;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((a=(t=e.messages)!==null&&t!==void 0?t:this.getPreImport(e.locale))!==null&&a!==void 0?a:{}),e.variableRegExp&&(this.variableRegExp=e.variableRegExp),this.setLocale(e.locale)}return u.prototype.setLocale=function(e){var t=this;this.locale=e,this._messageCache.clear();var a=this.getMessageData();cn(a)?a.then(function(n){t._messageCache.clear(),t.messages[t.localeInMessageKey]=n}):this.messages[this.localeInMessageKey]=a},u.prototype.getMessageData=function(){var e=this._messages[this.localeInMessageKey];return typeof e=="function"?e():e},u.prototype.translate=function(e,t,a){var n=this.getMessage(e);return n?this.formatMessage(n,a):this.formatMessage(t,a)},u.prototype.getMessage=function(e){if(this._messageCache.has(e))return this._messageCache.get(e);var t=this.getPathArray(e),a=t.reduce(function(n,s,E,h){if(n!==void 0){var m=n[s];if(!(E===h.length-1&&!on(m)))return m}},this.message);return this._messageCache.set(e,a),a},u.prototype.formatMessage=function(e,t){return t?e.replace(this.variableRegExp,function(a,n){var s=t[n];return s!==void 0?String(s):a}):e},u.prototype.getPreImport=function(e){var t;if(window.okI18nPreImport){var a=this.getLocaleInMessageKey(e);return window.okI18nPreImport.hasOwnProperty(a)?window.okI18nPreImport:(t={},t[a]=window.okI18nPreImport,t)}},u.prototype.getPathArray=function(e){return e.split(".")},u.prototype.getLocaleInMessageKey=function(e){return e.replace(/-/g,"")},Object.defineProperty(u.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(u.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(u.prototype,"message",{get:function(){var e;return(e=this.messages[this.localeInMessageKey])!==null&&e!==void 0?e:{}},enumerable:!1,configurable:!0}),u}();function pn(u,e){if(!(u instanceof e))throw new TypeError("Cannot call a class as a function")}function P(u,e){for(var t=0;t<e.length;t++){var a=e[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(u,a.key,a)}}function hn(u,e,t){return e&&P(u.prototype,e),t&&P(u,t),u}function Bn(u,e,t){return e in u?Object.defineProperty(u,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):u[e]=t,u}var L=function(){function u(){pn(this,u)}return hn(u,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]:Ja;return new En({locale:t,messages:Ha})}},{key:"setLocale",value:function(t){return this.$i18n.setLocale(t)}}]),u}();Bn(L,"$i18n",L.resetI18n());var Fn=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},dn={exports:{}};(function(u){(function(e){var t=function(r,i,F){if(!A(i)||In(i)||Mn(i)||xn(i)||m(i))return i;var d,C=0,j=0;if(Rn(i))for(d=[],j=i.length;C<j;C++)d.push(t(r,i[C],F));else{d={};for(var T in i)Object.prototype.hasOwnProperty.call(i,T)&&(d[r(T,F)]=t(r,i[T],F))}return d},a=function(r,i){i=i||{};var F=i.separator||"_",d=i.split||/(?=[A-Z])/;return r.split(d).join(F)},n=function(r){return kn(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)},E=function(r,i){return a(r,i).toLowerCase()},h=Object.prototype.toString,m=function(r){return typeof r=="function"},A=function(r){return r===Object(r)},Rn=function(r){return h.call(r)=="[object Array]"},In=function(r){return h.call(r)=="[object Date]"},Mn=function(r){return h.call(r)=="[object RegExp]"},xn=function(r){return h.call(r)=="[object Boolean]"},kn=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(d,C){return F(d,r,C)}},q={camelize:n,decamelize:E,pascalize:s,depascalize:E,camelizeKeys:function(r,i){return t(_(n,i),r)},decamelizeKeys:function(r,i){return t(_(E,i),r,i)},pascalizeKeys:function(r,i){return t(_(s,i),r)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};u.exports?u.exports=q:e.humps=q})(Fn)})(dn);var O={};Object.defineProperty(O,"__esModule",{value:!0});function $(u){if(typeof u!="object"||u===null)return u;if(Array.isArray(u))return u.map(e=>typeof e!="object"||e===null?e:$(e));{const e={};for(const t in u){const a=u[t];e[t]=typeof a!="object"||a===null?a:$(a)}return e}}O.default=$;function R(u){return Object.prototype.toString.call(u)==="[object Object]"}function mn(u,e){if(!(u instanceof e))throw new TypeError("Cannot call a class as a function")}function I(u,e){for(var t=0;t<e.length;t++){var a=e[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(u,a.key,a)}}function vn(u,e,t){return e&&I(u.prototype,e),t&&I(u,t),u}function fn(u,e,t){return e in u?Object.defineProperty(u,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):u[e]=t,u}var Cn=[{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"},{key:"on_list_after_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u540E",code:"list-after-import"}],gn=function(){function u(){mn(this,u)}return vn(u,null,[{key:"getEventsFromKeys",value:function(t){var a=typeof t=="string"?[t]:t;return u.events.filter(function(n){return a.includes(n.key)})}},{key:"getEventsFromControl",value:function(t){var a=[],n=t.eventKeys;a=a.concat(u.events.filter(function(E){return n.includes(E.key)}));var s=t.customEvents.map(function(E){var h=E.key;return{key:h,code:E.key,name:E.name}});return a=a.concat(s),a}}]),u}();fn(gn,"events",Cn);class M{constructor(e){var t,a,n;this.type=e.type,this.label=e.label,this.key=e.key,this.component=e.component,this.effect=(t=e.effect)!=null?t:{},this.scopeEffect=(a=e.scopeEffect)!=null?a:Qa,this.defaultValue=e.defaultValue,this.validator=e.validator,this.props=(n=e.props)!=null?n:new o,this.effectKeys=Object.keys(this.effect)}filterEffects(e){return e===""?Object.values(this.effect):this.effectKeys.filter(t=>new RegExp(`^${t}(\\.\\w+)*$`).test(e)).map(t=>this.effect[t])}callEffectFn(e,t){try{const a=e.apply(null,t);R(a)&&Object.assign(this.props,a)}catch(a){ln(`effect error
2
- ${a}`)}}callEffect(e,...t){this.filterEffects(e).forEach(a=>this.callEffectFn(a,t))}callScopeEffect(...e){this.callEffectFn(this.scopeEffect,e)}}class x{constructor(e){var t,a;this.type="group",this.title=(t=e.title)!=null?t:"",this.required=(a=e.required)!=null?a:!1,this.items=e.items,this.tips=e.tips,this.visible=e.items.some(n=>{var s;return(s=n.props)==null?void 0:s.visible})}}function k(u){return"type"in u&&u.type==="tab"}class N{constructor(e){this.type="tab",this.title=e.title,this.items=e.items}}class An extends o{constructor(e){super(e),R(e)&&Object.entries(e).forEach(([t,a])=>{this[t]=a})}}class yn extends o{constructor(e){var t,a,n,s;super(e),this.maxLength=(t=e==null?void 0:e.maxLength)!=null?t:"",this.minLength=(a=e==null?void 0:e.minLength)!=null?a:"",this.placeholder=(n=e==null?void 0:e.placeholder)!=null?n:"",this.i18n=(s=e==null?void 0:e.i18n)!=null?s:!1}}class Dn extends o{constructor(e){var t,a,n;super(e),this.max=(t=e==null?void 0:e.max)!=null?t:"",this.min=(a=e==null?void 0:e.min)!=null?a:"",this.placeholder=(n=e==null?void 0:e.placeholder)!=null?n:""}}class bn extends o{constructor(e){var t,a,n;super(e),this.showType=(t=e==null?void 0:e.showType)!=null?t:"switch",this.tips=(a=e==null?void 0:e.tips)!=null?a:"",this.disabled=(n=e==null?void 0:e.disabled)!=null?n:!1}}class Sn extends o{constructor(e){var t;super(e),this.options=(t=e==null?void 0:e.options)!=null?t:[]}}class $n extends o{constructor(e){var t,a;super(e),this.placeholder=(t=e==null?void 0:e.placeholder)!=null?t:"",this.options=(a=e==null?void 0:e.options)!=null?a:[]}}class _n extends o{constructor(e){var t,a;super(e),this.options=(t=e==null?void 0:e.options)!=null?t:[],this.showType=(a=e==null?void 0:e.showType)!=null?a:"outline"}}class Tn extends o{constructor(e){var t,a,n,s,E,h;super(e),this.maxLength=(t=e==null?void 0:e.maxLength)!=null?t:"",this.minLength=(a=e==null?void 0:e.minLength)!=null?a:"",this.placeholder=(n=e==null?void 0:e.placeholder)!=null?n:"",this.maxRows=(s=e==null?void 0:e.maxRows)!=null?s:"",this.minRows=(E=e==null?void 0:e.minRows)!=null?E:"",this.i18n=(h=e==null?void 0:e.i18n)!=null?h:!1}}function wn(u,e){switch(u){case"input":return new yn(e);case"textarea":return new Tn(e);case"input-number":return new Dn(e);case"switch":return new bn(e);case"radio":return new _n(e);case"checkbox":return new Sn(e);case"select":return new $n(e);default:return new An(e)}}function Pn(u){return function(e){const t=u.get(e);if(!!t)return new M(D(y({},t),{props:wn(t.component,"props"in t?t.props:void 0)}))}}function Ln(u){const e=u.fields.reduce((n,s)=>(n.set(s.key,s),n),new Map);function t(n){return new x(D(y({},n),{items:n.items.map(Pn(e)).filter(Boolean)}))}function a(n){return n.map(t)}return u.groups.map(n=>k(n)?new N(D(y({},n),{items:a(n.items)})):t(n))}function z(){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(u,e){const{oldParent:t,newParent:a,instance:n}=e;if((t==null?void 0:t.type)==="advanced-container"&&a.type==="positioning-container"&&(u.setInstance(n,"style.width",""),u.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(u,e){const{oldParent:t,newParent:a,instance:n}=e;if((t==null?void 0:t.type)==="advanced-container"&&a.type==="positioning-container"&&(u.setInstance(n,"style.height",""),u.setInstance(n,"style.heightConfig","fill")),e.newParent)return{visible:e.newParent.type==="advanced-container"}}}]}function On(u){return[...z(),{type:"DataBind",key:"dataBind",component:"data-bind",defaultValue:u==null?void 0:u.dataBind},{key:"caption",type:"string",component:"input",props:{maxLength:80,i18n:!0},defaultValue:u==null?void 0:u.caption,validator(e){if(!e)return"\u6807\u9898\u5FC5\u586B"}},{label:"\u9690\u85CF\u6807\u9898",key:"isHideCaption",type:"boolean",component:"switch",defaultValue:u==null?void 0:u.isHideCaption,props:{showType:"checkbox"},scopeEffect(e,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"&&e.setInstance(t.control,"isHideCaption",!0),{visible:t.current.type!=="subtable"}}},{key:"labelPosition",type:"string",component:"radio",defaultValue:u==null?void 0:u.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:u==null?void 0:u.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:u==null?void 0:u.required},{label:"\u63D0\u793A\u6587\u5B57",key:"placeholder",type:"string",component:"input",defaultValue:u==null?void 0:u.placeholder,props:{maxLength:80,i18n:!0}}]}l.Group=x,l.Setting=M,l.Tab=N,l.createBaseFields=z,l.createFormBaseFields=On,l.defineInstance=c,l.initSettings=Ln,l.isTabSchema=k,Object.defineProperty(l,"__esModule",{value:!0})});
1
+ var Na=Object.defineProperty,za=Object.defineProperties;var qa=Object.getOwnPropertyDescriptors;var K=Object.getOwnPropertySymbols;var ja=Object.prototype.hasOwnProperty,Ka=Object.prototype.propertyIsEnumerable;var V=(l,c,o)=>c in l?Na(l,c,{enumerable:!0,configurable:!0,writable:!0,value:o}):l[c]=o,y=(l,c)=>{for(var o in c||(c={}))ja.call(c,o)&&V(l,o,c[o]);if(K)for(var o of K(c))Ka.call(c,o)&&V(l,o,c[o]);return l},D=(l,c)=>za(l,qa(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(u){return u}class o{constructor(e){var t,n,a;this.visible=(t=e==null?void 0:e.visible)!=null?t:!0,this.expression=(n=e==null?void 0:e.expression)!=null?n:!1,this.updateParent=(a=e==null?void 0:e.updateParent)!=null?a:!1}get isAtomicComponent(){return!0}}var G="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",W="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",U="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",H="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",J="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",Q="{caption}\u5FC5\u586B",Z="\u8BF7\u8F93\u5165\u6807\u9898",X="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Y="\u8BF7\u8F93\u5165\u884C\u6807\u9898",ee="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",ue="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",te="\u8BF7\u7ED1\u5B9A\u8868\u5355",ne="\u8BF7\u7ED1\u5B9A\u5217\u8868",ae="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",re="\u8BF7\u8F93\u5165\u663E\u793A\u503C",ie="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",le="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",se="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",oe="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",ce="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Ee="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",pe="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",he="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",Be="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Fe="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",de="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",me="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",ve="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",fe="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Ce="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",ge="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Ae="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",ye="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",De="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",be="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Se="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",$e="\u8BF7\u7ED1\u5B9A\u670D\u52A1",_e="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Te="\u8BF7\u9009\u62E9\u7701",we="\u8BF7\u9009\u62E9\u5E02",Pe="\u8BF7\u9009\u62E9\u533A",Le="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Oe="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Re="\u8BF7\u8F93\u5165\u5217\u5BBD",Ie="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Me="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",xe="\u8BF7\u9009\u62E9\u63A7\u4EF6",ke="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Ne="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",ze="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",qe="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",je="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ke="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Ve="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Ge="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",We="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Ue="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",He="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Je="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Qe="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Ze="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Xe="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Ye="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",eu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",uu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",tu="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",nu="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",au="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",ru="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",iu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",lu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",su="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",ou="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",cu="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",Eu={isNotNumber:G,isNotString:W,isNotObject:U,isNotArray:H,isNotBoolean:J,runtimeRequired:Q,pleaseEnterCaption:Z,pleaseEnterCaptionTip:X,pleaseEnterRowCaption:Y,pleaseEnterPlaceholder:ee,pleaseEnterFieldCode:ue,pleaseEnterForm:te,pleaseEnterList:ne,pleaseEnterProcess:ae,pleaseEnterLabel:re,pleaseEnterValue:ie,bizKeyNotBindFiled:le,pleaseSelectOneField:se,pleaseEnterNumberRange:oe,pleaseEnterAValueGreaterThanMin:ce,pleaseEnterAValueLessThanMax:Ee,numberRangeSetError:pe,stringRangeError:he,attachmentMaxSize:Be,pleaseEnterTotalScoreSetting:Fe,theTotalScoreMustNotBeLessThan1:de,scoreDefaultValueRange:me,attachmentLimitError:ve,PleaseReselectTheOptionalQuantity:fe,TheMaximumLengthIsGreaterThanTheMinimumLength:Ce,TheMinimumLengthIsGreaterThanTheMaximumLength:ge,PleaseSelectTheCorrectOptionSettings:Ae,optionIdIsRepeat:ye,optionIsRequired:De,pleaseEnterDataCode:be,pleaseEnterValueFieldCode:Se,pleaseEnterSvcCode:$e,pleaseBindAtLeastOneDisplayValue:_e,pleaseSelectProvince:Te,pleaseSelectCity:we,pleaseSelectDistrict:Pe,limitRowsCannotBeLessThan0:Le,TheNumberOfRowsCannotBeLessThanMinRows:Oe,pleaseEnterColumnWidth:Re,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ie,pleaseCompleteAllRulesAndConditions:Me,pleaseSelectControl:xe,pleaseSelectAtLeastOneColumn:ke,pleaseSelectFillBackMode:Ne,pleaseSelectDashboard:ze,rootNodeIsRequired:qe,theViewNameCannotBeEmpty:je,pleaseSelectOcrType:Ke,pleaseSelectAtLeastOneFieldToFillIn:Ve,pleaseChooseAtLeastOne:Ge,pleaseEnterButtonContent:We,pleaseEnterDataCodeInDataSetting:Ue,pleaseEnterValueFieldCodeInDataSetting:He,pleaseEnterSvcCodeInDataSetting:Je,pleaseBindAtLeastOneDisplayValueInDataSetting:Qe,rootNodeIsRequiredInDataSetting:Ze,pleaseEnterMaxHeight:Xe,pleaseEnter:Ye,pleaseEnterWatermark:eu,pleaseEnterFileName:uu,pleaseUploadAtLeastOnePrintTemplate:tu,pleaseAssignBusiness:nu,pleaseAssignExternal:au,pleaseEnterAliasCode:ru,pleaseSelectDataCode:iu,pleaseSelectSvcCode:lu,pleaseSelectJoinFieldCode:su,pleaseSelectMainFieldCode:ou,pleaseSelectSortFieldCode:cu},pu="Please enter a number",hu="Please enter a string",Bu="Please enter an object",Fu="Please enter an array",du="Please enter a boolean",mu="{caption} Required",vu="Please enter the title",fu="Please enter the bubble prompt",Cu="Please enter the row title",gu="Please enter the prompt text",Au="Please bind data items",yu="Please bind the form",Du="Please bind the list",bu="Please bind the process",Su="Please enter the displayed value",$u="Please enter the stored value",_u="The document number is not bound to the data item",Tu="Please select at least one display field",wu="Please enter a value greater than or equal to {min} and less than or equal to {max}",Pu="Please enter a value greater than or equal to {min}",Lu="Please enter a value less than or equal to {max}",Ou="The value range is set incorrectly",Ru="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Iu="The attachment size must be between 0MB and 1000MB",Mu="Please fill in the total score setting",xu="The total score cannot be less than 1",ku="The default value must be between {min} and {max}",Nu="The number of attachments uploaded must be between {min} and {max}",zu="Please re-select the optional quantity",qu="The maximum length of the control must be greater than the minimum length",ju="The minimum length of the control must be less than the maximum length",Ku="Please select the correct option setting",Vu="Option ID cannot be repeated",Gu="Please enter at least one option",Wu="Please bind the data source",Uu="Please bind the stored value",Hu="Please bind the service",Ju="At least one display value must be bound",Qu="Please select a province",Zu="Please select a city",Xu="Please select a district",Yu="The minimum number of lines to fill in cannot be less than 0",et="The number of rows cannot be less than {min} rows",ut="Please enter the column width",tt="Please set the logical relationship of all rule conditions",nt="Please complete all rules and conditions",at="please select control",rt="Please select the dashboard",it="View name cannot be empty",lt="Please select recognition type",st="Please select at least one field to fill in",ot="Please select at least one",ct="Please enter the button title",Et="Please bind the business model in the data settings",pt="Please bind storage values in data settings",ht="Please bind the service in the data settings",Bt="Please bind at least one display value in the data settings",Ft="Please select the root node in the data settings",dt="Please enter the maximum height",mt="The input content cannot be empty",vt="Watermark cannot be empty",ft="File name cannot be empty",Ct="Please upload at least one printing template!\uFF01",gt="Please select a specific business department",At="Please select a specified external organization",yt="Please enter a sub table alias",Dt="Please select the associated table to set the business model",bt="Please select the association table to set the binding service",St="Select associated sub table fields",$t="Please select the associated main table field",_t="Please select the sort field",Tt={isNotNumber:pu,isNotString:hu,isNotObject:Bu,isNotArray:Fu,isNotBoolean:du,runtimeRequired:mu,pleaseEnterCaption:vu,pleaseEnterCaptionTip:fu,pleaseEnterRowCaption:Cu,pleaseEnterPlaceholder:gu,pleaseEnterFieldCode:Au,pleaseEnterForm:yu,pleaseEnterList:Du,pleaseEnterProcess:bu,pleaseEnterLabel:Su,pleaseEnterValue:$u,bizKeyNotBindFiled:_u,pleaseSelectOneField:Tu,pleaseEnterNumberRange:wu,pleaseEnterAValueGreaterThanMin:Pu,pleaseEnterAValueLessThanMax:Lu,numberRangeSetError:Ou,stringRangeError:Ru,attachmentMaxSize:Iu,pleaseEnterTotalScoreSetting:Mu,theTotalScoreMustNotBeLessThan1:xu,scoreDefaultValueRange:ku,attachmentLimitError:Nu,PleaseReselectTheOptionalQuantity:zu,TheMaximumLengthIsGreaterThanTheMinimumLength:qu,TheMinimumLengthIsGreaterThanTheMaximumLength:ju,PleaseSelectTheCorrectOptionSettings:Ku,optionIdIsRepeat:Vu,optionIsRequired:Gu,pleaseEnterDataCode:Wu,pleaseEnterValueFieldCode:Uu,pleaseEnterSvcCode:Hu,pleaseBindAtLeastOneDisplayValue:Ju,pleaseSelectProvince:Qu,pleaseSelectCity:Zu,pleaseSelectDistrict:Xu,limitRowsCannotBeLessThan0:Yu,TheNumberOfRowsCannotBeLessThanMinRows:et,pleaseEnterColumnWidth:ut,pleaseSetTheLogicalRelationshipOfAllRuleConditions:tt,pleaseCompleteAllRulesAndConditions:nt,pleaseSelectControl:at,pleaseSelectDashboard:rt,theViewNameCannotBeEmpty:it,pleaseSelectOcrType:lt,pleaseSelectAtLeastOneFieldToFillIn:st,pleaseChooseAtLeastOne:ot,pleaseEnterButtonContent:ct,pleaseEnterDataCodeInDataSetting:Et,pleaseEnterValueFieldCodeInDataSetting:pt,pleaseEnterSvcCodeInDataSetting:ht,pleaseBindAtLeastOneDisplayValueInDataSetting:Bt,rootNodeIsRequiredInDataSetting:Ft,pleaseEnterMaxHeight:dt,pleaseEnter:mt,pleaseEnterWatermark:vt,pleaseEnterFileName:ft,pleaseUploadAtLeastOnePrintTemplate:Ct,pleaseAssignBusiness:gt,pleaseAssignExternal:At,pleaseEnterAliasCode:yt,pleaseSelectDataCode:Dt,pleaseSelectSvcCode:bt,pleaseSelectJoinFieldCode:St,pleaseSelectMainFieldCode:$t,pleaseSelectSortFieldCode:_t},wt="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Pt="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Lt="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ot="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Rt="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",It="{caption}\u5FC5\u9808",Mt="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xt="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",kt="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Nt="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",zt="\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",Vt="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Gt="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Wt="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Ut="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ht="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Jt="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Qt="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Zt="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",Xt="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Yt="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",en="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",un="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",tn="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",nn="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",an="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",rn="\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",ln="\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",sn="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",on="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",cn="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",En="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",pn="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",hn="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Bn="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",Fn="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",dn="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",mn="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",vn="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",fn="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Cn="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",gn="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",An="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",yn="please select control",Dn="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",bn="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Sn="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",$n="\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",_n="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Tn="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",wn="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Pn="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ln="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",On="\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",Rn="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",In="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Mn="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",xn="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",kn="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Nn="\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",zn="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",qn="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",jn="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Kn="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Vn="\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",Gn="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Wn="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Un="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Hn={isNotNumber:wt,isNotString:Pt,isNotObject:Lt,isNotArray:Ot,isNotBoolean:Rt,runtimeRequired:It,pleaseEnterCaption:Mt,pleaseEnterCaptionTip:xt,pleaseEnterRowCaption:kt,pleaseEnterPlaceholder:Nt,pleaseEnterFieldCode:zt,pleaseEnterForm:qt,pleaseEnterList:jt,pleaseEnterProcess:Kt,pleaseEnterLabel:Vt,pleaseEnterValue:Gt,bizKeyNotBindFiled:Wt,pleaseSelectOneField:Ut,pleaseEnterNumberRange:Ht,pleaseEnterAValueGreaterThanMin:Jt,pleaseEnterAValueLessThanMax:Qt,numberRangeSetError:Zt,stringRangeError:Xt,attachmentMaxSize:Yt,pleaseEnterTotalScoreSetting:en,theTotalScoreMustNotBeLessThan1:un,scoreDefaultValueRange:tn,attachmentLimitError:nn,PleaseReselectTheOptionalQuantity:an,TheMaximumLengthIsGreaterThanTheMinimumLength:rn,TheMinimumLengthIsGreaterThanTheMaximumLength:ln,PleaseSelectTheCorrectOptionSettings:sn,optionIdIsRepeat:on,optionIsRequired:cn,pleaseEnterDataCode:En,pleaseEnterValueFieldCode:pn,pleaseEnterSvcCode:hn,pleaseBindAtLeastOneDisplayValue:Bn,pleaseSelectProvince:Fn,pleaseSelectCity:dn,pleaseSelectDistrict:mn,limitRowsCannotBeLessThan0:vn,TheNumberOfRowsCannotBeLessThanMinRows:fn,pleaseEnterColumnWidth:Cn,pleaseSetTheLogicalRelationshipOfAllRuleConditions:gn,pleaseCompleteAllRulesAndConditions:An,pleaseSelectControl:yn,pleaseSelectDashboard:Dn,theViewNameCannotBeEmpty:bn,pleaseSelectOcrType:Sn,pleaseSelectAtLeastOneFieldToFillIn:$n,pleaseChooseAtLeastOne:_n,pleaseEnterButtonContent:Tn,pleaseEnterDataCodeInDataSetting:wn,pleaseEnterValueFieldCodeInDataSetting:Pn,pleaseEnterSvcCodeInDataSetting:Ln,pleaseBindAtLeastOneDisplayValueInDataSetting:On,rootNodeIsRequiredInDataSetting:Rn,pleaseEnterMaxHeight:In,pleaseEnter:Mn,pleaseEnterWatermark:xn,pleaseEnterFileName:kn,pleaseUploadAtLeastOnePrintTemplate:Nn,pleaseAssignBusiness:zn,pleaseAssignExternal:qn,pleaseEnterAliasCode:jn,pleaseSelectDataCode:Kn,pleaseSelectSvcCode:Vn,pleaseSelectJoinFieldCode:Gn,pleaseSelectMainFieldCode:Wn,pleaseSelectSortFieldCode:Un},Jn={zhCN:Eu,enUS:Tt,jaJP:Hn},Qn="zh-CN",Zn=function(){};function B(u,e,t){return e in u?Object.defineProperty(u,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):u[e]=t,u}var p;p={},B(p,"array","array-column"),B(p,"auto_number","auto-number-column"),B(p,"decimal","decimal-column"),B(p,"department","department-column"),B(p,"file","file-column"),B(p,"image","image-column"),B(p,"location","location-column"),B(p,"people","employee-column"),B(p,"text","text-column"),B(p,"timescope","timescope-column"),B(p,"timestamp","timestamp-column"),B(p,"varchar","varchar-column"),B(p,"relation","varchar-column");function Xn(u){if(u===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return u}function Yn(u,e,t){return e=v(e),na(u,S()?Reflect.construct(e,t||[],v(u).constructor):e.apply(u,t))}function ea(u,e){if(!(u instanceof e))throw new TypeError("Cannot call a class as a function")}function g(u,e,t){return S()?g=Reflect.construct:g=function(a,s,E){var h=[null];h.push.apply(h,s);var m=Function.bind.apply(a,h),A=new m;return E&&f(A,E.prototype),A},g.apply(null,arguments)}function v(u){return v=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},v(u)}function ua(u,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");u.prototype=Object.create(e&&e.prototype,{constructor:{value:u,writable:!0,configurable:!0}}),e&&f(u,e)}function ta(u){return Function.toString.call(u).indexOf("[native code]")!==-1}function na(u,e){return e&&(aa(e)==="object"||typeof e=="function")?e:Xn(u)}function f(u,e){return f=Object.setPrototypeOf||function(n,a){return n.__proto__=a,n},f(u,e)}function aa(u){return u&&typeof Symbol!="undefined"&&u.constructor===Symbol?"symbol":typeof u}function b(u){var e=typeof Map=="function"?new Map:void 0;return b=function(n){if(n===null||!ta(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(n))return e.get(n);e.set(n,a)}function a(){return g(n,arguments,v(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),f(a,n)},b(u)}function S(){try{var u=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(S=function(){return!!u})()}function ra(u){return u+" \u{1F41B}\u{1F41B}\u{1F41B}"}var ia=function(u){ua(e,u);function e(t){ea(this,e);var n;return n=Yn(this,e,[t]),n.name="\u{1F4A5} Driven Error",n.message=t?ra(t):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",n}return e}(b(Error));function la(u){throw new ia(u)}var sa=Object.prototype.toString;function w(u,e){return sa.call(u)==="[object "+e+"]"}function oa(u){return w(u,"String")}function ca(u){return w(u,"Promise")}var Ea=function(){function u(e){var t,n;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((n=(t=e.messages)!==null&&t!==void 0?t:this.getPreImport(e.locale))!==null&&n!==void 0?n:{}),e.variableRegExp&&(this.variableRegExp=e.variableRegExp),this.setLocale(e.locale)}return u.prototype.setLocale=function(e){var t=this;this.locale=e,this._messageCache.clear();var n=this.getMessageData();ca(n)?n.then(function(a){t._messageCache.clear(),t.messages[t.localeInMessageKey]=a}):this.messages[this.localeInMessageKey]=n},u.prototype.getMessageData=function(){var e=this._messages[this.localeInMessageKey];return typeof e=="function"?e():e},u.prototype.translate=function(e,t,n){var a=this.getMessage(e);return a?this.formatMessage(a,n):this.formatMessage(t,n)},u.prototype.getMessage=function(e){if(this._messageCache.has(e))return this._messageCache.get(e);var t=this.getPathArray(e),n=t.reduce(function(a,s,E,h){if(a!==void 0){var m=a[s];if(!(E===h.length-1&&!oa(m)))return m}},this.message);return this._messageCache.set(e,n),n},u.prototype.formatMessage=function(e,t){return t?e.replace(this.variableRegExp,function(n,a){var s=t[a];return s!==void 0?String(s):n}):e},u.prototype.getPreImport=function(e){var t;if(window.okI18nPreImport){var n=this.getLocaleInMessageKey(e);return window.okI18nPreImport.hasOwnProperty(n)?window.okI18nPreImport:(t={},t[n]=window.okI18nPreImport,t)}},u.prototype.getPathArray=function(e){return e.split(".")},u.prototype.getLocaleInMessageKey=function(e){return e.replace(/-/g,"")},Object.defineProperty(u.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(u.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(u.prototype,"message",{get:function(){var e;return(e=this.messages[this.localeInMessageKey])!==null&&e!==void 0?e:{}},enumerable:!1,configurable:!0}),u}();function pa(u,e){if(!(u instanceof e))throw new TypeError("Cannot call a class as a function")}function P(u,e){for(var t=0;t<e.length;t++){var n=e[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(u,n.key,n)}}function ha(u,e,t){return e&&P(u.prototype,e),t&&P(u,t),u}function Ba(u,e,t){return e in u?Object.defineProperty(u,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):u[e]=t,u}var L=function(){function u(){pa(this,u)}return ha(u,null,[{key:"getMessage",value:function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(t,"",n)}},{key:"resetI18n",value:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Qn;return new Ea({locale:t,messages:Jn})}},{key:"setLocale",value:function(t){return this.$i18n.setLocale(t)}}]),u}();Ba(L,"$i18n",L.resetI18n());var Fa=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},da={exports:{}};(function(u){(function(e){var t=function(r,i,F){if(!A(i)||Ia(i)||Ma(i)||xa(i)||m(i))return i;var d,C=0,j=0;if(Ra(i))for(d=[],j=i.length;C<j;C++)d.push(t(r,i[C],F));else{d={};for(var T in i)Object.prototype.hasOwnProperty.call(i,T)&&(d[r(T,F)]=t(r,i[T],F))}return d},n=function(r,i){i=i||{};var F=i.separator||"_",d=i.split||/(?=[A-Z])/;return r.split(d).join(F)},a=function(r){return ka(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=a(r);return i.substr(0,1).toUpperCase()+i.substr(1)},E=function(r,i){return n(r,i).toLowerCase()},h=Object.prototype.toString,m=function(r){return typeof r=="function"},A=function(r){return r===Object(r)},Ra=function(r){return h.call(r)=="[object Array]"},Ia=function(r){return h.call(r)=="[object Date]"},Ma=function(r){return h.call(r)=="[object RegExp]"},xa=function(r){return h.call(r)=="[object Boolean]"},ka=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(d,C){return F(d,r,C)}},q={camelize:a,decamelize:E,pascalize:s,depascalize:E,camelizeKeys:function(r,i){return t(_(a,i),r)},decamelizeKeys:function(r,i){return t(_(E,i),r,i)},pascalizeKeys:function(r,i){return t(_(s,i),r)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};u.exports?u.exports=q:e.humps=q})(Fa)})(da);var O={};Object.defineProperty(O,"__esModule",{value:!0});function $(u){if(typeof u!="object"||u===null)return u;if(Array.isArray(u))return u.map(e=>typeof e!="object"||e===null?e:$(e));{const e={};for(const t in u){const n=u[t];e[t]=typeof n!="object"||n===null?n:$(n)}return e}}O.default=$;function R(u){return Object.prototype.toString.call(u)==="[object Object]"}function ma(u,e){if(!(u instanceof e))throw new TypeError("Cannot call a class as a function")}function I(u,e){for(var t=0;t<e.length;t++){var n=e[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(u,n.key,n)}}function va(u,e,t){return e&&I(u.prototype,e),t&&I(u,t),u}function fa(u,e,t){return e in u?Object.defineProperty(u,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):u[e]=t,u}var Ca=[{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"},{key:"on_list_after_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u540E",code:"list-after-import"},{key:"on_sublist_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"sublist-actions"}],ga=function(){function u(){ma(this,u)}return va(u,null,[{key:"getEventsFromKeys",value:function(t){var n=typeof t=="string"?[t]:t;return u.events.filter(function(a){return n.includes(a.key)})}},{key:"getEventsFromControl",value:function(t){var n=[],a=t.eventKeys;n=n.concat(u.events.filter(function(E){return a.includes(E.key)}));var s=t.customEvents.map(function(E){var h=E.key;return{key:h,code:E.key,name:E.name}});return n=n.concat(s),n}}]),u}();fa(ga,"events",Ca);class M{constructor(e){var t,n,a;this.type=e.type,this.label=e.label,this.key=e.key,this.component=e.component,this.effect=(t=e.effect)!=null?t:{},this.scopeEffect=(n=e.scopeEffect)!=null?n:Zn,this.defaultValue=e.defaultValue,this.validator=e.validator,this.props=(a=e.props)!=null?a:new o,this.effectKeys=Object.keys(this.effect)}filterEffects(e){return e===""?Object.values(this.effect):this.effectKeys.filter(t=>new RegExp(`^${t}(\\.\\w+)*$`).test(e)).map(t=>this.effect[t])}callEffectFn(e,t){try{const n=e.apply(null,t);R(n)&&Object.assign(this.props,n)}catch(n){la(`effect error
2
+ ${n}`)}}callEffect(e,...t){this.filterEffects(e).forEach(n=>this.callEffectFn(n,t))}callScopeEffect(...e){this.callEffectFn(this.scopeEffect,e)}}class x{constructor(e){var t,n;this.type="group",this.title=(t=e.title)!=null?t:"",this.required=(n=e.required)!=null?n:!1,this.items=e.items,this.tips=e.tips,this.visible=e.items.some(a=>{var s;return(s=a.props)==null?void 0:s.visible})}}function k(u){return"type"in u&&u.type==="tab"}class N{constructor(e){this.type="tab",this.title=e.title,this.items=e.items}}class Aa extends o{constructor(e){super(e),R(e)&&Object.entries(e).forEach(([t,n])=>{this[t]=n})}}class ya extends o{constructor(e){var t,n,a,s;super(e),this.maxLength=(t=e==null?void 0:e.maxLength)!=null?t:"",this.minLength=(n=e==null?void 0:e.minLength)!=null?n:"",this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:"",this.i18n=(s=e==null?void 0:e.i18n)!=null?s:!1}}class Da extends o{constructor(e){var t,n,a;super(e),this.max=(t=e==null?void 0:e.max)!=null?t:"",this.min=(n=e==null?void 0:e.min)!=null?n:"",this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:""}}class ba extends o{constructor(e){var t,n,a;super(e),this.showType=(t=e==null?void 0:e.showType)!=null?t:"switch",this.tips=(n=e==null?void 0:e.tips)!=null?n:"",this.disabled=(a=e==null?void 0:e.disabled)!=null?a:!1}}class Sa extends o{constructor(e){var t;super(e),this.options=(t=e==null?void 0:e.options)!=null?t:[]}}class $a extends o{constructor(e){var t,n;super(e),this.placeholder=(t=e==null?void 0:e.placeholder)!=null?t:"",this.options=(n=e==null?void 0:e.options)!=null?n:[]}}class _a extends o{constructor(e){var t,n;super(e),this.options=(t=e==null?void 0:e.options)!=null?t:[],this.showType=(n=e==null?void 0:e.showType)!=null?n:"outline"}}class Ta extends o{constructor(e){var t,n,a,s,E,h;super(e),this.maxLength=(t=e==null?void 0:e.maxLength)!=null?t:"",this.minLength=(n=e==null?void 0:e.minLength)!=null?n:"",this.placeholder=(a=e==null?void 0:e.placeholder)!=null?a:"",this.maxRows=(s=e==null?void 0:e.maxRows)!=null?s:"",this.minRows=(E=e==null?void 0:e.minRows)!=null?E:"",this.i18n=(h=e==null?void 0:e.i18n)!=null?h:!1}}function wa(u,e){switch(u){case"input":return new ya(e);case"textarea":return new Ta(e);case"input-number":return new Da(e);case"switch":return new ba(e);case"radio":return new _a(e);case"checkbox":return new Sa(e);case"select":return new $a(e);default:return new Aa(e)}}function Pa(u){return function(e){const t=u.get(e);if(!!t)return new M(D(y({},t),{props:wa(t.component,"props"in t?t.props:void 0)}))}}function La(u){const e=u.fields.reduce((a,s)=>(a.set(s.key,s),a),new Map);function t(a){return new x(D(y({},a),{items:a.items.map(Pa(e)).filter(Boolean)}))}function n(a){return a.map(t)}return u.groups.map(a=>k(a)?new N(D(y({},a),{items:n(a.items)})):t(a))}function z(){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(u,e){const{oldParent:t,newParent:n,instance:a}=e;if((t==null?void 0:t.type)==="advanced-container"&&n.type==="positioning-container"&&(u.setInstance(a,"style.width",""),u.setInstance(a,"style.widthConfig","fill")),n)return{visible:n.type==="advanced-container"}}},{key:"style.height",component:"styleComponent",props:{configKey:"style.heightConfig",options:["px","%","fill","hug"]},scopeEffect(u,e){const{oldParent:t,newParent:n,instance:a}=e;if((t==null?void 0:t.type)==="advanced-container"&&n.type==="positioning-container"&&(u.setInstance(a,"style.height",""),u.setInstance(a,"style.heightConfig","fill")),e.newParent)return{visible:e.newParent.type==="advanced-container"}}}]}function Oa(u){return[...z(),{type:"DataBind",key:"dataBind",component:"data-bind",defaultValue:u==null?void 0:u.dataBind},{key:"caption",type:"string",component:"input",props:{maxLength:80,i18n:!0},defaultValue:u==null?void 0:u.caption,validator(e){if(!e)return"\u6807\u9898\u5FC5\u586B"}},{label:"\u9690\u85CF\u6807\u9898",key:"isHideCaption",type:"boolean",component:"switch",defaultValue:u==null?void 0:u.isHideCaption,props:{showType:"checkbox"},scopeEffect(e,t){var n,a;if(((n=t.current)==null?void 0:n.type)!==((a=t.from)==null?void 0:a.type))return t.current.type==="subtable"&&e.setInstance(t.control,"isHideCaption",!0),{visible:t.current.type!=="subtable"}}},{key:"labelPosition",type:"string",component:"radio",defaultValue:u==null?void 0:u.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:u==null?void 0:u.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:u==null?void 0:u.required},{label:"\u63D0\u793A\u6587\u5B57",key:"placeholder",type:"string",component:"input",defaultValue:u==null?void 0:u.placeholder,props:{maxLength:80,i18n:!0}}]}l.Group=x,l.Setting=M,l.Tab=N,l.createBaseFields=z,l.createFormBaseFields=Oa,l.defineInstance=c,l.initSettings=La,l.isTabSchema=k,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": "4.53.0-lx2",
3
+ "version": "4.54.0-lx2",
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": "4.53.0-lx2",
30
- "@byteluck-fe/model-driven-shared": "4.53.0-lx2",
29
+ "@byteluck-fe/model-driven-core": "4.54.0-lx2",
30
+ "@byteluck-fe/model-driven-shared": "4.54.0-lx2",
31
31
  "tslib": "^2.1.0"
32
32
  },
33
- "gitHead": "26c8bebdaa6082a901eb1c4a2824422956b57906"
33
+ "gitHead": "ae1ecda2984d1ba75b25c7d0fd2fa470e5a3213a"
34
34
  }