@byteluck-fe/model-driven-core 7.0.0-props.1 → 7.0.0-props.15

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.
@@ -134,29 +134,17 @@ var PropertyRuntimeRules = /*#__PURE__*/ function(Array1) {
134
134
  return PropertyRuntimeRules;
135
135
  }(_wrap_native_super(Array));
136
136
  /**
137
- * 全局属性
137
+ * 属性实现
138
138
  * @public
139
139
  */ var Property = function Property(props) {
140
140
  "use strict";
141
141
  var caption = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : '';
142
142
  _class_call_check(this, Property);
143
- /**
144
- * 是否隐藏
145
- * @public
146
- * @defaultValue false
147
- */ _define_property(this, "isHide", void 0);
143
+ _define_property(this, "isHide", void 0);
148
144
  _define_property(this, "className", void 0);
149
145
  _define_property(this, "style", void 0);
150
- /**
151
- * 标题
152
- * @public
153
- * @defaultValue ''
154
- */ _define_property(this, "caption", void 0);
155
- /**
156
- * 标题
157
- * @public
158
- * @defaultValue ''
159
- */ _define_property(this, "defaultState", void 0);
146
+ _define_property(this, "caption", void 0);
147
+ _define_property(this, "defaultState", void 0);
160
148
  var _props_isHide;
161
149
  this.isHide = (_props_isHide = props === null || props === void 0 ? void 0 : props.isHide) !== null && _props_isHide !== void 0 ? _props_isHide : false;
162
150
  this.style = new BaseStyle(props === null || props === void 0 ? void 0 : props.style);
@@ -107,32 +107,7 @@ var ColumnControlPropertyRules = /*#__PURE__*/ function(PropertyRules) {
107
107
  var _this;
108
108
  _this = _call_super(this, ColumnControlProperty, [
109
109
  props
110
- ]), /**
111
- * 宽度类型
112
- * @defaultValue 'auto'
113
- */ _define_property(_this, "widthType", void 0), /**
114
- * 宽度
115
- * @defaultValue 150
116
- */ _define_property(_this, "width", void 0), /**
117
- * 标题
118
- */ _define_property(_this, "caption", void 0), /**
119
- * 绑定数据项
120
- */ _define_property(_this, "dataBind", void 0), /**
121
- * 自适应页面宽度
122
- */ _define_property(_this, "autoWidth", void 0), /**
123
- * 冻结
124
- * @defaultValue 'none'
125
- */ _define_property(_this, "fixed", void 0), /**
126
- * 表头排序
127
- * @defaultValue true
128
- */ _define_property(_this, "sort", void 0), /**
129
- * 对齐
130
- */ _define_property(_this, "align", void 0), /**
131
- * @internal
132
- */ _define_property(_this, "colSpan", void 0), /**
133
- * 自动高度
134
- * @defaultValue false
135
- */ _define_property(_this, "autoHeight", void 0), _define_property(_this, "children", void 0);
110
+ ]), _define_property(_this, "widthType", void 0), _define_property(_this, "width", void 0), _define_property(_this, "caption", void 0), _define_property(_this, "dataBind", void 0), _define_property(_this, "autoWidth", void 0), _define_property(_this, "fixed", void 0), _define_property(_this, "sort", void 0), _define_property(_this, "align", void 0), _define_property(_this, "colSpan", void 0), _define_property(_this, "autoHeight", void 0), _define_property(_this, "children", void 0);
136
111
  var _props_width;
137
112
  _this.width = (_props_width = props === null || props === void 0 ? void 0 : props.width) !== null && _props_width !== void 0 ? _props_width : 150;
138
113
  _this.widthType = (props === null || props === void 0 ? void 0 : props.widthType) || 'auto';
@@ -195,60 +195,7 @@ var BaseControlPropertyRuntimeRules = /*#__PURE__*/ function(PropertyRuntimeRule
195
195
  var _this;
196
196
  _this = _call_super(this, BaseControlProperty, [
197
197
  props
198
- ]), /**
199
- * 标题
200
- * @defaultValue ''
201
- * @public
202
- */ _define_property(_this, "caption", void 0), /**
203
- * 标题大小
204
- * @defaultValue ''
205
- * @public
206
- */ _define_property(_this, "captionSize", void 0), /**
207
- * 标题颜色
208
- * @defaultValue ''
209
- * @public
210
- */ _define_property(_this, "captionColor", void 0), /**
211
- * 标题斜体
212
- * @defaultValue false
213
- * @public
214
- */ _define_property(_this, "isCaptionItalic", void 0), /**
215
- * 隐藏标题
216
- * @defaultValue false
217
- * @public
218
- */ _define_property(_this, "isHideCaption", void 0), /**
219
- * 显示气泡提示
220
- * @defaultValue false
221
- * @public
222
- */ _define_property(_this, "isShowCaptionTip", void 0), /**
223
- * 气泡提示语
224
- * @defaultValue ''
225
- * @public
226
- */ _define_property(_this, "captionTip", void 0), /**
227
- * 标题布局
228
- * @defaultValue ''
229
- * @public
230
- */ _define_property(_this, "labelPosition", void 0), /**
231
- * 绑定数据项
232
- * @public
233
- */ _define_property(_this, "dataBind", void 0), /**
234
- * 默认值
235
- * @public
236
- */ _define_property(_this, "defaultValue", void 0), /**
237
- * 提示文字
238
- * @defaultValue ''
239
- * @public
240
- */ _define_property(_this, "placeholder", void 0), /**
241
- * 默认状态
242
- * @defaultValue 'default'
243
- * @public
244
- */ _define_property(_this, "defaultState", void 0), /**
245
- * 必填
246
- * @defaultValue false
247
- * @public
248
- */ _define_property(_this, "required", void 0), /**
249
- * 必填提示文案
250
- * @defaultValue ''
251
- */ _define_property(_this, "requiredMessage", void 0);
198
+ ]), _define_property(_this, "caption", void 0), _define_property(_this, "captionSize", void 0), _define_property(_this, "captionColor", void 0), _define_property(_this, "isCaptionItalic", void 0), _define_property(_this, "isHideCaption", void 0), _define_property(_this, "isShowCaptionTip", void 0), _define_property(_this, "captionTip", void 0), _define_property(_this, "labelPosition", void 0), _define_property(_this, "dataBind", void 0), _define_property(_this, "defaultValue", void 0), _define_property(_this, "placeholder", void 0), _define_property(_this, "defaultState", void 0), _define_property(_this, "required", void 0), _define_property(_this, "requiredMessage", void 0);
252
199
  var _props_caption;
253
200
  _this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : '';
254
201
  var _props_captionSize;
@@ -1262,6 +1262,7 @@ export var AMOUNT_TYPE = /*#__PURE__*/ function(AMOUNT_TYPE) {
1262
1262
  COMMON_SETTING_TYPE["CAPTION_SIZE"] = "captionSize";
1263
1263
  COMMON_SETTING_TYPE["CAPTION_COLOR"] = "captionColor";
1264
1264
  COMMON_SETTING_TYPE["IS_CAPTION_ITALIC"] = "isCaptionItalic";
1265
+ COMMON_SETTING_TYPE["CAPTION_FONT_WEIGHT"] = "captionFontWeight";
1265
1266
  COMMON_SETTING_TYPE["SHOW_TABLE_INDEX"] = "showTableIndex";
1266
1267
  return COMMON_SETTING_TYPE;
1267
1268
  }({});
package/dist/index.umd.js CHANGED
@@ -1 +1 @@
1
- var b3=Object.defineProperty,w3=Object.defineProperties;var S3=Object.getOwnPropertyDescriptors;var iu=Object.getOwnPropertySymbols,$3=Object.getPrototypeOf,R3=Object.prototype.hasOwnProperty,L3=Object.prototype.propertyIsEnumerable,P3=Reflect.get;var ru=(l,o,w)=>o in l?b3(l,o,{enumerable:!0,configurable:!0,writable:!0,value:w}):l[o]=w,W=(l,o)=>{for(var w in o||(o={}))R3.call(o,w)&&ru(l,w,o[w]);if(iu)for(var w of iu(o))L3.call(o,w)&&ru(l,w,o[w]);return l},ae=(l,o)=>w3(l,S3(o));var st=(l,o,w)=>P3($3(l),w,o);var ie=(l,o,w)=>new Promise((Fe,re)=>{var ge=M=>{try{U(w.next(M))}catch(Q){re(Q)}},De=M=>{try{U(w.throw(M))}catch(Q){re(Q)}},U=M=>M.done?Fe(M.value):Promise.resolve(M.value).then(ge,De);U((w=w.apply(l,o)).next())});(function(l,o){typeof exports=="object"&&typeof module!="undefined"?o(exports):typeof define=="function"&&define.amd?define(["exports"],o):(l=typeof globalThis!="undefined"?globalThis:l||self,o(l.modelDrivenCore={}))})(this,function(l){"use strict";const o=(t,e,u)=>{if(!t)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const n=t.split(".");let a;const i=(window.baitedaWorkers||{}).languageMessages||{};n.forEach((s,h)=>{h===0?a=i[s]:a&&(a=a[s])});let r="";return a&&(r=a),e&&Object.keys(e).forEach(s=>{const h=e[s];r=r.replace(new RegExp(`\\{\\s*${s}\\s*\\}`,"g"),h)}),r||(u?r=u:r=t),r};var w="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Fe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",re="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",ge="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",De="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",U="{caption}\u5FC5\u586B",M="\u8BF7\u8F93\u5165\u6807\u9898",Q="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",lu="\u8BF7\u8F93\u5165\u884C\u6807\u9898",su="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",ou="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",cu="\u8BF7\u7ED1\u5B9A\u8868\u5355",du="\u8BF7\u7ED1\u5B9A\u5217\u8868",hu="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",fu="\u8BF7\u8F93\u5165\u663E\u793A\u503C",vu="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",mu="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",Eu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Cu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Bu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",yu="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Fu="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",gu="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",Du="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Au="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",bu="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",wu="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Su="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",$u="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Ru="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Lu="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Pu="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Iu="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Ou="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",_u="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Mu="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Tu="\u8BF7\u7ED1\u5B9A\u670D\u52A1",qu="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",xu="\u8BF7\u9009\u62E9\u7701",Vu="\u8BF7\u9009\u62E9\u5E02",Nu="\u8BF7\u9009\u62E9\u533A",ku="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",ju="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Wu="\u8BF7\u8F93\u5165\u5217\u5BBD",Hu="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",zu="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Ku="\u8BF7\u9009\u62E9\u63A7\u4EF6",Ju="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Uu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Qu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Zu="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Xu="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Gu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Yu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",pu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",en="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",tn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",un="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",nn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",an="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",rn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",ln="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",sn="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",on="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",cn="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",dn="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",hn="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",fn="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",vn="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",mn="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",En="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",Cn="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",Bn="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",yn="\u6279\u91CF\u5220\u9664",Fn="\u6279\u91CF\u6253\u5370",gn="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Dn="\u6309\u94AE",An="\u521B\u5EFA\u5355\u636E",bn="\u4EEA\u8868\u76D8",wn="\u5206\u5272\u7EBF",Sn="\u5BFC\u51FA",$n="\u8868\u5355\u64CD\u4F5C",Rn="\u5BFC\u5165",Ln="\u53D1\u7968\u8BC6\u522B",Pn="\u94FE\u63A5",In="\u5217\u8868\u9009\u62E9",On="\u5217\u8868\u89C6\u56FE",_n="\u64CD\u4F5C\u6309\u94AE",Mn="\u5206\u9875",Tn="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",qn="\u8BF4\u660E\u6587\u5B57",xn="\u6587\u5B57\u8BC6\u522B",Vn="\u6807\u9898\u7EC4\u4EF6",Nn="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",kn="\u6570\u7EC4",jn="\u81EA\u52A8\u7F16\u53F7",Wn="\u81EA\u5B9A\u4E49",Hn="\u6570\u503C",zn="\u90E8\u95E8",Kn="\u4EBA\u5458",Jn="\u9644\u4EF6",Un="\u56FE\u7247",Qn="\u5730\u5740",Zn="\u64CD\u4F5C",Xn="\u5E8F\u53F7",Gn="\u4EBA\u5458",Yn="\u957F\u6587\u672C",pn="\u65E5\u671F\u533A\u95F4",ea="\u65E5\u671F",ta="\u77ED\u6587\u672C",ua="\u6362\u884C\u5BB9\u5668Wrap",na="\u8868\u683C",aa="\u660E\u7EC6\u5B50\u8868",ia="\u5730\u5740",ra="\u91D1\u989D",la="\u8BA1\u7B97\u516C\u5F0F",sa="\u591A\u9009",oa="\u7535\u5B50\u7B7E\u7AE0",ca="\u5355\u884C\u6587\u672C",da="\u6570\u5B57",ha="\u4E1A\u52A1\u7EC4\u7EC7",fa="\u5355\u9009",va="\u5BCC\u6587\u672C",ma="\u8BC4\u5206",Ea="\u6570\u5B57\u533A\u95F4",Ca="\u4E0B\u62C9\u5355\u9009",Ba="\u4E0B\u62C9\u591A\u9009",ya="\u5173\u8054\u5355\u9009",Fa="\u591A\u884C\u6587\u672C",ga="\u6811",Da="Vue\u5BB9\u5668",Aa="Vue\u9875\u9762",ba="\u5728\u7EBF\u6587\u6863",wa="\u6309\u94AE\u64CD\u4F5C\u680F",Sa="\u9AD8\u7EA7\u5BB9\u5668",$a="\u5206\u7EC4",Ra="\u6805\u683C\u5217",La="\u6570\u636E\u5BB9\u5668",Pa="\u753B\u5E03",Ia="\u6362\u884C\u5BB9\u5668",Oa="\u6805\u683C\u7B49\u5206\u884C",_a="\u5217\u8868\u5BB9\u5668",Ma="\u81EA\u7531\u9875\u9762",Ta="\u5B9A\u4F4D\u5B50\u5BB9\u5668",qa="\u5B9A\u4F4D\u5BB9\u5668",xa="\u6805\u683C\u5E03\u5C40",Va="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Na="\u660E\u7EC6\u5B50\u8868\u884C",ka="\u6807\u7B7E\u9875",ja="\u6807\u7B7E\u5355\u5143",Wa="\u5DE5\u5177\u680F",Ha="\u6279\u91CF\u63D0\u4EA4",za="\u5BFC\u51FA\u8BB0\u5F55",Ka="\u5217\u8868\u89C6\u56FE",Ja="\u7ED3\u675F\u65F6\u95F4",Ua="\u5F00\u59CB\u65F6\u95F4",Qa="\u5355\u4F4D",Za="\u7ED3\u679C",Xa="\u5E01\u79CD",Ga="\u7ED3\u675F\u65E5\u671F",Ya="\u5F00\u59CB\u65E5\u671F",pa="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",ei="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",ti="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",ui="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",ni="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",ai="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",ii="\u8BF7\u9009\u62E9",ri="\u8BF7\u9009\u62E9\u7EC4\u7EC7",li="\u8BF7\u9009\u62E9\u90E8\u95E8",si="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",oi="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",ci="\u8BF7\u9009\u62E9\u5730\u5740",di="\u5F39\u7A97\u786E\u8BA4\u65F6",hi="\u6807\u7B7E\u9875\u5207\u6362\u65F6",fi="\u884C\u9009\u4E2D\u65F6",vi="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",mi="\u884C\u5220\u9664\u524D",Ei="\u884C\u70B9\u51FB\u65F6",Ci="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",Bi="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",yi="\u91CD\u547D\u540D\u65F6",Fi="\u4FDD\u5B58\u6587\u4EF6\u65F6",gi="\u6253\u5F00\u6587\u4EF6\u65F6",Di="\u83B7\u53D6\u7126\u70B9\u65F6",Ai="\u5931\u53BB\u7126\u70B9\u65F6",bi="\u7528\u6237\u8F93\u5165\u65F6",wi="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",Si="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",$i="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",Ri="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",Li="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",Pi="\u641C\u7D22\u65F6",Ii="\u503C\u53D1\u751F\u53D8\u5316\u65F6",Oi="\u6267\u884C\u5B8C\u6210\u65F6",_i="\u70B9\u51FB\u65F6",Mi="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",Ti="\u8BF7\u8F93\u5165\u65E5\u671F",qi="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",xi="\u8BF7\u8F93\u5165",Vi="\u9ED8\u8BA4\u6A21\u7248",Ni="\u5DE6\u53F3\u5E03\u5C40",ki="\u4E0A\u4E0B\u5E03\u5C40",ji="\u53EA\u8BFB",Wi="\u5FC5\u586B",Hi="\u63D0\u793A\u6587\u5B57",zi="\u9690\u85CF\u6807\u9898",Ki="\u6807\u9898\u5FC5\u586B",Ji="\u7EC4\u7EC7\u5F62\u6001",Ui="\u4E1A\u52A1\u7C7B\u578B",Qi="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",Zi="\u9690\u85CF",Xi="\u6D41\u7A0B\u72B6\u6001",Gi="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",Yi="\u5220\u9664",pi="\u7F16\u8F91",er="\u67E5\u770B",tr="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",ur="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",nr="\u5145\u6EE1\u6574\u884C",ar="\u6700\u5C0F\u503C",ir="\u6700\u5927\u503C",rr="\u65B0\u5EFA\u6587\u6863",lr="\u91CD\u7F6E",sr="\u67E5\u8BE2",or="\u660E\u7EC6",cr="\u6253\u5370",dr="\u4FDD\u5B58\u8349\u7A3F",hr="\u4FDD\u5B58",fr="\u53D6\u6D88",vr="\u4E0A\u4F20\u56FE\u7247",mr="\u53D1\u8D77\u7B7E\u7F72",Er="\u4E0A\u4F20\u9644\u4EF6",Cr="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",Br="\u5F15\u7528\u5217\u8868",yr="\u9009\u9879\u4E00",Fr="\u9009\u9879\u4E8C",gr="\u9009\u9879\u4E09",Dr={isNotNumber:w,isNotString:Fe,isNotObject:re,isNotArray:ge,isNotBoolean:De,runtimeRequired:U,pleaseEnterCaption:M,pleaseEnterCaptionTip:Q,pleaseEnterRowCaption:lu,pleaseEnterPlaceholder:su,pleaseEnterFieldCode:ou,pleaseEnterForm:cu,pleaseEnterList:du,pleaseEnterProcess:hu,pleaseEnterLabel:fu,pleaseEnterValue:vu,bizKeyNotBindFiled:mu,pleaseSelectOneField:Eu,pleaseEnterNumberRange:Cu,pleaseEnterAValueGreaterThanMin:Bu,pleaseEnterAValueLessThanMax:yu,numberRangeSetError:Fu,stringRangeError:gu,attachmentMaxSize:Du,pleaseEnterTotalScoreSetting:Au,theTotalScoreMustNotBeLessThan1:bu,scoreDefaultValueRange:wu,attachmentLimitError:Su,PleaseReselectTheOptionalQuantity:$u,TheMaximumLengthIsGreaterThanTheMinimumLength:Ru,TheMinimumLengthIsGreaterThanTheMaximumLength:Lu,PleaseSelectTheCorrectOptionSettings:Pu,optionIdIsRepeat:Iu,optionIsRequired:Ou,pleaseEnterDataCode:_u,pleaseEnterValueFieldCode:Mu,pleaseEnterSvcCode:Tu,pleaseBindAtLeastOneDisplayValue:qu,pleaseSelectProvince:xu,pleaseSelectCity:Vu,pleaseSelectDistrict:Nu,limitRowsCannotBeLessThan0:ku,TheNumberOfRowsCannotBeLessThanMinRows:ju,pleaseEnterColumnWidth:Wu,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Hu,pleaseCompleteAllRulesAndConditions:zu,pleaseSelectControl:Ku,pleaseSelectAtLeastOneColumn:Ju,pleaseSelectFillBackMode:Uu,pleaseSelectDashboard:Qu,rootNodeIsRequired:Zu,theViewNameCannotBeEmpty:Xu,pleaseSelectOcrType:Gu,pleaseSelectAtLeastOneFieldToFillIn:Yu,pleaseChooseAtLeastOne:pu,pleaseEnterButtonContent:en,pleaseEnterDataCodeInDataSetting:tn,pleaseEnterValueFieldCodeInDataSetting:un,pleaseEnterSvcCodeInDataSetting:nn,pleaseBindAtLeastOneDisplayValueInDataSetting:an,rootNodeIsRequiredInDataSetting:rn,pleaseEnterMaxHeight:ln,pleaseEnterWatermark:sn,pleaseEnterFileName:on,pleaseUploadAtLeastOnePrintTemplate:cn,pleaseAssignBusiness:dn,pleaseAssignExternal:hn,pleaseEnterAliasCode:fn,pleaseSelectDataCode:vn,pleaseSelectSvcCode:mn,pleaseSelectJoinFieldCode:En,pleaseSelectMainFieldCode:Cn,pleaseSelectSortFieldCode:Bn,batchDeleteButton:yn,batchPrintListButton:Fn,batchPrintRecordList:gn,button:Dn,createFormListButton:An,dashboard:bn,divider:wn,exportListButton:Sn,formSelectButton:$n,importRecordListButton:Rn,invoiceCheckButton:Ln,link:Pn,listSelectButton:In,ListViewSelect:On,operationButton:_n,pagination:Mn,submissionRecordListButton:Tn,text:qn,textOcrButton:xn,title:Vn,approvalStatusColumn:Nn,array:kn,autoNumber:jn,custom:Wn,decimal:Hn,department:zn,employee:Kn,file:Jn,image:Un,location:Qn,operation:Zn,order:Xn,people:Gn,long:Yn,timescope:pn,timestamp:ea,varchar:ta,gridLayoutWrap:ua,gridTable:na,subTable:aa,address:ia,amount:ra,calc:la,checkBox:sa,electronicSignature:oa,input:ca,number:da,organizationSelection:ha,radio:fa,richText:va,score:ma,searchNumberRange:Ea,select:Ca,selectMultiple:Ba,selectRelation:ya,textarea:Fa,tree:ga,vueFormItem:Da,vuePage:Aa,WPS:ba,actionBar:wa,advancedContainer:Sa,cardGroup:$a,col:Ra,dataView:La,grid:Pa,gridLayoutContainer:Ia,gridRow:Oa,listView:_a,page:Ma,position:Ta,positioningContainer:qa,row:xa,subtableColumn:Va,subtableRow:Na,tab:ka,tabPane:ja,toolbox:Wa,batchSubmissionListButton:Ha,exportRecordListButton:za,listViewSelect:Ka,endTime:Ja,startTime:Ua,unit:Qa,result:Za,currency:Xa,endDate:Ga,startDate:Ya,pleaseSelectCompanyName:pa,pleaseSelectPhoneOrEmail:ei,pleaseSelectSignType:ti,pleaseSelectSigner:ui,pleaseSelectOnlyOne:ni,pleaseSelectSignFile:ai,pleaseSelect:ii,pleaseSelectOrg:ri,pleaseSelectDept:li,pleaseSelectEndDate:si,pleaseSelectStartDate:oi,pleaseChooseAddress:ci,modalConfirm:di,tabChange:hi,rowSelected:fi,listDataImport:vi,rowDelete:mi,rowClick:Ei,cellRender:Ci,onClickBtn:Bi,rename:yi,onSaveFile:Fi,onOpenFile:gi,onFocus:Di,onBlur:Ai,onInput:bi,listDataAdd:wi,listDataDelete:Si,listDataBack:$i,listDataCreate:Ri,listDataChange:Li,search:Pi,valueChange:Ii,finished:Oi,click:_i,pleaseEnterNameorEmail:Mi,pleaseEnterDate:Ti,pleaseEnterAutonumber:qi,pleaseEnter:xi,defaultTemplate:Vi,left:Ni,top:ki,default:"\u666E\u901A",readonly:ji,required:Wi,textTip:Hi,hideCaption:zi,titleRequired:Ki,organizationalForm:Ji,businessType:Ui,deleteConfirm:Qi,hide:Zi,processStatus:Xi,approvedDocuments:Gi,delete:Yi,edit:pi,view:er,loadCtrlErrorTip:tr,loadCtrlError:ur,fullLine:nr,min:ar,max:ir,createWPS:rr,reset:lr,query:sr,detailed:or,print:cr,draft:dr,save:hr,cancel:fr,uploadImg:vr,signature:mr,uploadFile:Er,linkContent:Cr,referenceList:Br,optionOne:yr,optionTwo:Fr,optionThird:gr},Ar="Please enter a number",br="Please enter a string",wr="Please enter an object",Sr="Please enter an array",$r="Please enter a boolean",Rr="{caption} Required",Lr="Please enter the title",Pr="Please enter the bubble prompt",Ir="Please enter the row title",Or="Please enter the prompt text",_r="Please bind data items",Mr="Please bind the form",Tr="Please bind the list",qr="Please bind the process",xr="Please enter the displayed value",Vr="Please enter the stored value",Nr="The document number is not bound to the data item",kr="Please select at least one display field",jr="Please enter a value greater than or equal to {min} and less than or equal to {max}",Wr="Please enter a value greater than or equal to {min}",Hr="Please enter a value less than or equal to {max}",zr="The value range is set incorrectly",Kr="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Jr="The attachment size must be between 0MB and 1000MB",Ur="Please fill in the total score setting",Qr="The total score cannot be less than 1",Zr="The default value must be between {min} and {max}",Xr="The number of attachment uploads exceeds the limit",Gr="Please re-select the optional quantity",Yr="The maximum length of the control must be greater than the minimum length",pr="The minimum length of the control must be less than the maximum length",el="Please select the correct option setting",tl="Option ID cannot be repeated",ul="Please enter at least one option",nl="Please bind the data source",al="Please bind the stored value",il="Please bind the service",rl="At least one display value must be bound",ll="Please select a province",sl="Please select a city",ol="Please select a district",cl="The minimum number of lines to fill in cannot be less than 0",dl="The number of rows cannot be less than {min} rows",hl="Please enter the column width",fl="Please set the logical relationship of all rule conditions",vl="Please complete all rules and conditions",ml="please select control",El="Please select the dashboard",Cl="View name cannot be empty",Bl="Please select recognition type",yl="Please select at least one field to fill in",Fl="Please select at least one",gl="Please enter the button title",Dl="Please bind the business model in the data settings",Al="Please bind storage values in data settings",bl="Please bind the service in the data settings",wl="Please bind at least one display value in the data settings",Sl="Please select the root node in the data settings",$l="Please enter the maximum height",Rl="The input content cannot be empty",Ll="Watermark cannot be empty",Pl="File name cannot be empty",Il="Please upload at least one printing template!\uFF01",Ol="Please select a specific business department",_l="Please select a specified external organization",Ml="Please enter a sub table alias",Tl="Please select the associated table to set the business model",ql="Please select the association table to set the binding service",xl="Select associated sub table fields",Vl="Please select the associated main table field",Nl="Please select the sort field",kl="\u6279\u91CF\u5220\u9664",jl="\u6279\u91CF\u6253\u5370",Wl="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Hl="\u6309\u94AE",zl="\u521B\u5EFA\u5355\u636E",Kl="\u4EEA\u8868\u76D8",Jl="\u5206\u5272\u7EBF",Ul="\u5BFC\u51FA",Ql="\u8868\u5355\u64CD\u4F5C",Zl="\u5BFC\u5165",Xl="\u53D1\u7968\u8BC6\u522B",Gl="\u94FE\u63A5",Yl="\u5217\u8868\u9009\u62E9",pl="\u5217\u8868\u89C6\u56FE",es="\u64CD\u4F5C\u6309\u94AE",ts="\u5206\u9875",us="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",ns="\u8BF4\u660E\u6587\u5B57",as="\u6587\u5B57\u8BC6\u522B",is="\u6807\u9898\u7EC4\u4EF6",rs="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",ls="\u6570\u7EC4",ss="\u81EA\u52A8\u7F16\u53F7",os="\u81EA\u5B9A\u4E49",cs="\u6570\u503C",ds="\u90E8\u95E8",hs="\u4EBA\u5458",fs="\u9644\u4EF6",vs="\u56FE\u7247",ms="\u5730\u5740",Es="\u64CD\u4F5C",Cs="\u5E8F\u53F7",Bs="\u4EBA\u5458",ys="\u957F\u6587\u672C",Fs="\u65E5\u671F\u533A\u95F4",gs="\u65E5\u671F",Ds="\u77ED\u6587\u672C",As="\u6362\u884C\u5BB9\u5668Wrap",bs="\u8868\u683C",ws="\u660E\u7EC6\u5B50\u8868",Ss="\u5730\u5740",$s="\u91D1\u989D",Rs="\u8BA1\u7B97\u516C\u5F0F",Ls="\u591A\u9009",Ps="\u7535\u5B50\u7B7E\u7AE0",Is="\u5355\u884C\u6587\u672C",Os="\u6570\u5B57",_s="\u4E1A\u52A1\u7EC4\u7EC7",Ms="\u5355\u9009",Ts="\u5BCC\u6587\u672C",qs="\u8BC4\u5206",xs="\u6570\u5B57\u533A\u95F4",Vs="\u4E0B\u62C9\u5355\u9009",Ns="\u4E0B\u62C9\u591A\u9009",ks="\u5173\u8054\u5355\u9009",js="\u591A\u884C\u6587\u672C",Ws="\u6811",Hs="Vue\u5BB9\u5668",zs="Vue\u9875\u9762",Ks="\u5728\u7EBF\u6587\u6863",Js="\u6309\u94AE\u64CD\u4F5C\u680F",Us="\u9AD8\u7EA7\u5BB9\u5668",Qs="\u5206\u7EC4",Zs="\u6805\u683C\u5217",Xs="\u6570\u636E\u5BB9\u5668",Gs="\u753B\u5E03",Ys="\u6362\u884C\u5BB9\u5668",ps="\u6805\u683C\u7B49\u5206\u884C",eo="\u5217\u8868\u5BB9\u5668",to="\u81EA\u7531\u9875\u9762",uo="\u5B9A\u4F4D\u5B50\u5BB9\u5668",no="\u5B9A\u4F4D\u5BB9\u5668",ao="\u6805\u683C\u5E03\u5C40",io="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",ro="\u660E\u7EC6\u5B50\u8868\u884C",lo="\u6807\u7B7E\u9875",so="\u6807\u7B7E\u5355\u5143",oo="\u5DE5\u5177\u680F",co="\u6279\u91CF\u63D0\u4EA4",ho="\u5BFC\u51FA\u8BB0\u5F55",fo="\u5217\u8868\u89C6\u56FE",vo="\u5F15\u7528\u5217\u8868",mo="\u9009\u9879\u4E00",Eo="\u9009\u9879\u4E8C",Co="\u9009\u9879\u4E09",Bo={isNotNumber:Ar,isNotString:br,isNotObject:wr,isNotArray:Sr,isNotBoolean:$r,runtimeRequired:Rr,pleaseEnterCaption:Lr,pleaseEnterCaptionTip:Pr,pleaseEnterRowCaption:Ir,pleaseEnterPlaceholder:Or,pleaseEnterFieldCode:_r,pleaseEnterForm:Mr,pleaseEnterList:Tr,pleaseEnterProcess:qr,pleaseEnterLabel:xr,pleaseEnterValue:Vr,bizKeyNotBindFiled:Nr,pleaseSelectOneField:kr,pleaseEnterNumberRange:jr,pleaseEnterAValueGreaterThanMin:Wr,pleaseEnterAValueLessThanMax:Hr,numberRangeSetError:zr,stringRangeError:Kr,attachmentMaxSize:Jr,pleaseEnterTotalScoreSetting:Ur,theTotalScoreMustNotBeLessThan1:Qr,scoreDefaultValueRange:Zr,attachmentLimitError:Xr,PleaseReselectTheOptionalQuantity:Gr,TheMaximumLengthIsGreaterThanTheMinimumLength:Yr,TheMinimumLengthIsGreaterThanTheMaximumLength:pr,PleaseSelectTheCorrectOptionSettings:el,optionIdIsRepeat:tl,optionIsRequired:ul,pleaseEnterDataCode:nl,pleaseEnterValueFieldCode:al,pleaseEnterSvcCode:il,pleaseBindAtLeastOneDisplayValue:rl,pleaseSelectProvince:ll,pleaseSelectCity:sl,pleaseSelectDistrict:ol,limitRowsCannotBeLessThan0:cl,TheNumberOfRowsCannotBeLessThanMinRows:dl,pleaseEnterColumnWidth:hl,pleaseSetTheLogicalRelationshipOfAllRuleConditions:fl,pleaseCompleteAllRulesAndConditions:vl,pleaseSelectControl:ml,pleaseSelectDashboard:El,theViewNameCannotBeEmpty:Cl,pleaseSelectOcrType:Bl,pleaseSelectAtLeastOneFieldToFillIn:yl,pleaseChooseAtLeastOne:Fl,pleaseEnterButtonContent:gl,pleaseEnterDataCodeInDataSetting:Dl,pleaseEnterValueFieldCodeInDataSetting:Al,pleaseEnterSvcCodeInDataSetting:bl,pleaseBindAtLeastOneDisplayValueInDataSetting:wl,rootNodeIsRequiredInDataSetting:Sl,pleaseEnterMaxHeight:$l,pleaseEnter:Rl,pleaseEnterWatermark:Ll,pleaseEnterFileName:Pl,pleaseUploadAtLeastOnePrintTemplate:Il,pleaseAssignBusiness:Ol,pleaseAssignExternal:_l,pleaseEnterAliasCode:Ml,pleaseSelectDataCode:Tl,pleaseSelectSvcCode:ql,pleaseSelectJoinFieldCode:xl,pleaseSelectMainFieldCode:Vl,pleaseSelectSortFieldCode:Nl,batchDeleteButton:kl,batchPrintListButton:jl,batchPrintRecordList:Wl,button:Hl,createFormListButton:zl,dashboard:Kl,divider:Jl,exportListButton:Ul,formSelectButton:Ql,importRecordListButton:Zl,invoiceCheckButton:Xl,link:Gl,listSelectButton:Yl,ListViewSelect:pl,operationButton:es,pagination:ts,submissionRecordListButton:us,text:ns,textOcrButton:as,title:is,approvalStatusColumn:rs,array:ls,autoNumber:ss,custom:os,decimal:cs,department:ds,employee:hs,file:fs,image:vs,location:ms,operation:Es,order:Cs,people:Bs,long:ys,timescope:Fs,timestamp:gs,varchar:Ds,gridLayoutWrap:As,gridTable:bs,subTable:ws,address:Ss,amount:$s,calc:Rs,checkBox:Ls,electronicSignature:Ps,input:Is,number:Os,organizationSelection:_s,radio:Ms,richText:Ts,score:qs,searchNumberRange:xs,select:Vs,selectMultiple:Ns,selectRelation:ks,textarea:js,tree:Ws,vueFormItem:Hs,vuePage:zs,WPS:Ks,actionBar:Js,advancedContainer:Us,cardGroup:Qs,col:Zs,dataView:Xs,grid:Gs,gridLayoutContainer:Ys,gridRow:ps,listView:eo,page:to,position:uo,positioningContainer:no,row:ao,subtableColumn:io,subtableRow:ro,tab:lo,tabPane:so,toolbox:oo,batchSubmissionListButton:co,exportRecordListButton:ho,listViewSelect:fo,referenceList:vo,optionOne:mo,optionTwo:Eo,optionThird:Co},yo="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Fo="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",go="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Do="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ao="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",bo="{caption}\u5FC5\u9808",wo="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",So="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",$o="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ro="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Lo="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Po="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Io="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Oo="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",_o="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Mo="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",To="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",qo="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xo="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Vo="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",No="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ko="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",jo="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Wo="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Ho="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",zo="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Ko="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Jo="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",Uo="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Qo="\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",Zo="\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",Xo="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Go="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Yo="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",po="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ec="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",tc="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",uc="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",nc="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ac="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ic="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",rc="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",lc="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",sc="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",oc="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",cc="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",dc="please select control",hc="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",fc="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",vc="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",mc="\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",Ec="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Cc="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Bc="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",yc="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Fc="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",gc="\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",Dc="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ac="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",bc="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",wc="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Sc="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",$c="\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",Rc="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Lc="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Pc="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ic="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Oc="\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",_c="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Mc="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Tc="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",qc="\u6279\u91CF\u5220\u9664",xc="\u6279\u91CF\u6253\u5370",Vc="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Nc="\u6309\u94AE",kc="\u521B\u5EFA\u5355\u636E",jc="\u4EEA\u8868\u76D8",Wc="\u5206\u5272\u7EBF",Hc="\u5BFC\u51FA",zc="\u8868\u5355\u64CD\u4F5C",Kc="\u5BFC\u5165",Jc="\u53D1\u7968\u8BC6\u522B",Uc="\u94FE\u63A5",Qc="\u5217\u8868\u9009\u62E9",Zc="\u5217\u8868\u89C6\u56FE",Xc="\u64CD\u4F5C\u6309\u94AE",Gc="\u5206\u9875",Yc="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",pc="\u8BF4\u660E\u6587\u5B57",e0="\u6587\u5B57\u8BC6\u522B",t0="\u6807\u9898\u7EC4\u4EF6",u0="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",n0="\u6570\u7EC4",a0="\u81EA\u52A8\u7F16\u53F7",i0="\u81EA\u5B9A\u4E49",r0="\u6570\u503C",l0="\u90E8\u95E8",s0="\u4EBA\u5458",o0="\u9644\u4EF6",c0="\u56FE\u7247",d0="\u5730\u5740",h0="\u64CD\u4F5C",f0="\u5E8F\u53F7",v0="\u4EBA\u5458",m0="\u957F\u6587\u672C",E0="\u65E5\u671F\u533A\u95F4",C0="\u65E5\u671F",B0="\u77ED\u6587\u672C",y0="\u6362\u884C\u5BB9\u5668Wrap",F0="\u8868\u683C",g0="\u660E\u7EC6\u5B50\u8868",D0="\u5730\u5740",A0="\u91D1\u989D",b0="\u8BA1\u7B97\u516C\u5F0F",w0="\u591A\u9009",S0="\u7535\u5B50\u7B7E\u7AE0",$0="\u5355\u884C\u6587\u672C",R0="\u6570\u5B57",L0="\u4E1A\u52A1\u7EC4\u7EC7",P0="\u5355\u9009",I0="\u5BCC\u6587\u672C",O0="\u8BC4\u5206",_0="\u6570\u5B57\u533A\u95F4",M0="\u4E0B\u62C9\u5355\u9009",T0="\u4E0B\u62C9\u591A\u9009",q0="\u5173\u8054\u5355\u9009",x0="\u591A\u884C\u6587\u672C",V0="\u6811",N0="Vue\u5BB9\u5668",k0="Vue\u9875\u9762",j0="\u5728\u7EBF\u6587\u6863",W0="\u6309\u94AE\u64CD\u4F5C\u680F",H0="\u9AD8\u7EA7\u5BB9\u5668",z0="\u5206\u7EC4",K0="\u6805\u683C\u5217",J0="\u6570\u636E\u5BB9\u5668",U0="\u753B\u5E03",Q0="\u6362\u884C\u5BB9\u5668",Z0="\u6805\u683C\u7B49\u5206\u884C",X0="\u5217\u8868\u5BB9\u5668",G0="\u81EA\u7531\u9875\u9762",Y0="\u5B9A\u4F4D\u5B50\u5BB9\u5668",p0="\u5B9A\u4F4D\u5BB9\u5668",ed="\u6805\u683C\u5E03\u5C40",td="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",ud="\u660E\u7EC6\u5B50\u8868\u884C",nd="\u6807\u7B7E\u9875",ad="\u6807\u7B7E\u5355\u5143",id="\u5DE5\u5177\u680F",rd="\u6279\u91CF\u63D0\u4EA4",ld="\u5BFC\u51FA\u8BB0\u5F55",sd="\u5217\u8868\u89C6\u56FE",od="\u5F15\u7528\u5217\u8868",cd="\u9009\u9879\u4E00",dd="\u9009\u9879\u4E8C",hd="\u9009\u9879\u4E09",fd={isNotNumber:yo,isNotString:Fo,isNotObject:go,isNotArray:Do,isNotBoolean:Ao,runtimeRequired:bo,pleaseEnterCaption:wo,pleaseEnterCaptionTip:So,pleaseEnterRowCaption:$o,pleaseEnterPlaceholder:Ro,pleaseEnterFieldCode:Lo,pleaseEnterForm:Po,pleaseEnterList:Io,pleaseEnterProcess:Oo,pleaseEnterLabel:_o,pleaseEnterValue:Mo,bizKeyNotBindFiled:To,pleaseSelectOneField:qo,pleaseEnterNumberRange:xo,pleaseEnterAValueGreaterThanMin:Vo,pleaseEnterAValueLessThanMax:No,numberRangeSetError:ko,stringRangeError:jo,attachmentMaxSize:Wo,pleaseEnterTotalScoreSetting:Ho,theTotalScoreMustNotBeLessThan1:zo,scoreDefaultValueRange:Ko,attachmentLimitError:Jo,PleaseReselectTheOptionalQuantity:Uo,TheMaximumLengthIsGreaterThanTheMinimumLength:Qo,TheMinimumLengthIsGreaterThanTheMaximumLength:Zo,PleaseSelectTheCorrectOptionSettings:Xo,optionIdIsRepeat:Go,optionIsRequired:Yo,pleaseEnterDataCode:po,pleaseEnterValueFieldCode:ec,pleaseEnterSvcCode:tc,pleaseBindAtLeastOneDisplayValue:uc,pleaseSelectProvince:nc,pleaseSelectCity:ac,pleaseSelectDistrict:ic,limitRowsCannotBeLessThan0:rc,TheNumberOfRowsCannotBeLessThanMinRows:lc,pleaseEnterColumnWidth:sc,pleaseSetTheLogicalRelationshipOfAllRuleConditions:oc,pleaseCompleteAllRulesAndConditions:cc,pleaseSelectControl:dc,pleaseSelectDashboard:hc,theViewNameCannotBeEmpty:fc,pleaseSelectOcrType:vc,pleaseSelectAtLeastOneFieldToFillIn:mc,pleaseChooseAtLeastOne:Ec,pleaseEnterButtonContent:Cc,pleaseEnterDataCodeInDataSetting:Bc,pleaseEnterValueFieldCodeInDataSetting:yc,pleaseEnterSvcCodeInDataSetting:Fc,pleaseBindAtLeastOneDisplayValueInDataSetting:gc,rootNodeIsRequiredInDataSetting:Dc,pleaseEnterMaxHeight:Ac,pleaseEnter:bc,pleaseEnterWatermark:wc,pleaseEnterFileName:Sc,pleaseUploadAtLeastOnePrintTemplate:$c,pleaseAssignBusiness:Rc,pleaseAssignExternal:Lc,pleaseEnterAliasCode:Pc,pleaseSelectDataCode:Ic,pleaseSelectSvcCode:Oc,pleaseSelectJoinFieldCode:_c,pleaseSelectMainFieldCode:Mc,pleaseSelectSortFieldCode:Tc,batchDeleteButton:qc,batchPrintListButton:xc,batchPrintRecordList:Vc,button:Nc,createFormListButton:kc,dashboard:jc,divider:Wc,exportListButton:Hc,formSelectButton:zc,importRecordListButton:Kc,invoiceCheckButton:Jc,link:Uc,listSelectButton:Qc,ListViewSelect:Zc,operationButton:Xc,pagination:Gc,submissionRecordListButton:Yc,text:pc,textOcrButton:e0,title:t0,approvalStatusColumn:u0,array:n0,autoNumber:a0,custom:i0,decimal:r0,department:l0,employee:s0,file:o0,image:c0,location:d0,operation:h0,order:f0,people:v0,long:m0,timescope:E0,timestamp:C0,varchar:B0,gridLayoutWrap:y0,gridTable:F0,subTable:g0,address:D0,amount:A0,calc:b0,checkBox:w0,electronicSignature:S0,input:$0,number:R0,organizationSelection:L0,radio:P0,richText:I0,score:O0,searchNumberRange:_0,select:M0,selectMultiple:T0,selectRelation:q0,textarea:x0,tree:V0,vueFormItem:N0,vuePage:k0,WPS:j0,actionBar:W0,advancedContainer:H0,cardGroup:z0,col:K0,dataView:J0,grid:U0,gridLayoutContainer:Q0,gridRow:Z0,listView:X0,page:G0,position:Y0,positioningContainer:p0,row:ed,subtableColumn:td,subtableRow:ud,tab:nd,tabPane:ad,toolbox:id,batchSubmissionListButton:rd,exportRecordListButton:ld,listViewSelect:sd,referenceList:od,optionOne:cd,optionTwo:dd,optionThird:hd},Ae={zhCN:Dr,enUS:Bo,jaJP:fd},be,vd=(be=window.localStorage.getItem("locale"))!==null&&be!==void 0?be:"zh-CN",le=function(t){return t.BASE="base",t.FORM="form",t.LAYOUT="layout",t.WRAP="wrap",t.COLUMN="column",t.LIST="list",t.SEARCH="search",t}({}),we=function(t){return t.VARCHAR="varchar",t.TEXT="text",t.ARRAY="array",t.ADDRESS="location",t.DECIMAL="decimal",t.DECIMAL_RANGE="decimal_range",t.TIMESTAMP="timestamp",t.EMPLOYEES="people",t.DEPARTMENTS="department",t.MONEY="money",t.TIMESCOPE="timescope",t.FILE="file",t.IMAGE="image",t.AUTO_NUMBER="auto_number",t.CALC="calc",t.LIST="list",t.JSON="json",t.ANY="ANY",t}({}),ot="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",md=ot+"0123456789";function V(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",u=0;u<t;u++){var n=u===0?ot:md,a=Math.random()*n.length;e+=n[parseInt(String(a),10)]}return e}function Se(t,e){(e==null||e>t.length)&&(e=t.length);for(var u=0,n=new Array(e);u<e;u++)n[u]=t[u];return n}function Ed(t){if(Array.isArray(t))return Se(t)}function Cd(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ct(t,e,u){return e=Z(e),gd(t,Re()?Reflect.construct(e,u||[],Z(t).constructor):e.apply(t,u))}function dt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function se(t,e,u){return Re()?se=Reflect.construct:se=function(a,i,r){var s=[null];s.push.apply(s,i);var h=Function.bind.apply(a,s),d=new h;return r&&X(d,r.prototype),d},se.apply(null,arguments)}function Z(t){return Z=Object.setPrototypeOf?Object.getPrototypeOf:function(u){return u.__proto__||Object.getPrototypeOf(u)},Z(t)}function ht(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&X(t,e)}function Bd(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function yd(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Fd(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function gd(t,e){return e&&(Dd(e)==="object"||typeof e=="function")?e:Cd(t)}function X(t,e){return X=Object.setPrototypeOf||function(n,a){return n.__proto__=a,n},X(t,e)}function ft(t){return Ed(t)||yd(t)||Ad(t)||Fd()}function Dd(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Ad(t,e){if(!!t){if(typeof t=="string")return Se(t,e);var u=Object.prototype.toString.call(t).slice(8,-1);if(u==="Object"&&t.constructor&&(u=t.constructor.name),u==="Map"||u==="Set")return Array.from(u);if(u==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(u))return Se(t,e)}}function $e(t){var e=typeof Map=="function"?new Map:void 0;return $e=function(n){if(n===null||!Bd(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 se(n,arguments,Z(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),X(a,n)},$e(t)}function Re(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Re=function(){return!!t})()}var Le=console;function Pe(){for(var t=arguments.length,e=new Array(t),u=0;u<t;u++)e[u]=arguments[u];var n,a=e.slice(1);(n=Le).warn.apply(n,["\u{1F9D0} Driven Warning:"+e[0]].concat(ft(a)))}function vt(){for(var t=arguments.length,e=new Array(t),u=0;u<t;u++)e[u]=arguments[u];var n,a=e.slice(1);(n=Le).log.apply(n,["\u{1F680} Driven Log:"+e[0]].concat(ft(a)))}function bd(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Ie=function(t){ht(e,t);function e(u){dt(this,e);var n;return n=ct(this,e,[u]),n.name="\u{1F4A5} Driven Error",n.message=u?bd(u):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",n}return e}($e(Error)),wd=function(t){ht(e,t);function e(u){dt(this,e);var n;return n=ct(this,e,[u]),n.name="\u{1F6A8} Driven Reference Error",n}return e}(Ie);function Oe(t){throw new Ie(t)}function mt(t){throw new wd(t)}function Sd(t){Le.error(new Ie(t))}function $d(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Et(t,e){for(var u=0;u<e.length;u++){var n=e[u];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function Rd(t,e,u){return e&&Et(t.prototype,e),u&&Et(t,u),t}function Ld(t,e,u){return e in t?Object.defineProperty(t,e,{value:u,enumerable:!0,configurable:!0,writable:!0}):t[e]=u,t}var Ct=function(){function t(){$d(this,t)}return Rd(t,null,[{key:"getMessage",value:function(u){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a;return o("CMD."+u,n,Ae==null||(a=Ae[vd.split("-").join("")])===null||a===void 0?void 0:a[u])}},{key:"resetI18n",value:function(){}},{key:"setLocale",value:function(u,n){}}]),t}();Ld(Ct,"$i18n",Ct.resetI18n());function Pd(t,e,u){var n=e.replace(/\[(\d)]/g,function(i,r){return"."+r}).split("."),a=!1;return n.reduce(function(i,r,s,h){var d=i;if(!!i){if(!Object.prototype.hasOwnProperty.call(i,r)){Pe("Can not set ".concat(e,"'s ").concat(r," property in current %o, Because there is no ").concat(r," property on the %o"),i,i);return}return s===h.length-1&&!Object.is(d[r],u)&&(d[r]=u,a=!0),d[r]}},t),a}var Id=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},Od={exports:{}};(function(t){(function(e){var u=function(c,f,R){if(!d(f)||C(f)||y(f)||g(f)||h(f))return f;var A,b=0,O=0;if(m(f))for(A=[],O=f.length;b<O;b++)A.push(u(c,f[b],R));else{A={};for(var F in f)Object.prototype.hasOwnProperty.call(f,F)&&(A[c(F,R)]=u(c,f[F],R))}return A},n=function(c,f){f=f||{};var R=f.separator||"_",A=f.split||/(?=[A-Z])/;return c.split(A).join(R)},a=function(c){return B(c)?c:(c=c.replace(/[\-_\s]+(.)?/g,function(f,R){return R?R.toUpperCase():""}),c.substr(0,1).toLowerCase()+c.substr(1))},i=function(c){var f=a(c);return f.substr(0,1).toUpperCase()+f.substr(1)},r=function(c,f){return n(c,f).toLowerCase()},s=Object.prototype.toString,h=function(c){return typeof c=="function"},d=function(c){return c===Object(c)},m=function(c){return s.call(c)=="[object Array]"},C=function(c){return s.call(c)=="[object Date]"},y=function(c){return s.call(c)=="[object RegExp]"},g=function(c){return s.call(c)=="[object Boolean]"},B=function(c){return c=c-0,c===c},v=function(c,f){var R=f&&"process"in f?f.process:f;return typeof R!="function"?c:function(A,b){return R(A,c,b)}},D={camelize:a,decamelize:r,pascalize:i,depascalize:r,camelizeKeys:function(c,f){return u(v(a,f),c)},decamelizeKeys:function(c,f){return u(v(r,f),c,f)},pascalizeKeys:function(c,f){return u(v(i,f),c)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=D:e.humps=D})(Id)})(Od);var Bt={};Object.defineProperty(Bt,"__esModule",{value:!0});function _e(t){if(typeof t!="object"||t===null)return t;if(Array.isArray(t))return t.map(e=>typeof e!="object"||e===null?e:_e(e));{const e={};for(const u in t){const n=t[u];e[u]=typeof n!="object"||n===null?n:_e(n)}return e}}var _d=Bt.default=_e;function Md(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function T(t){if(t!==void 0)return(typeof t=="undefined"?"undefined":Md(t))==="object"?_d(t):t}function Td(t){return Object.prototype.toString.call(t)==="[object Object]"}function qd(t){return Array.isArray(t)}function xd(t){return t.reduce(function(e,u){return e.includes(u)||e.push(u),e},[])}function Me(t,e){(e==null||e>t.length)&&(e=t.length);for(var u=0,n=new Array(e);u<e;u++)n[u]=t[u];return n}function Vd(t){if(Array.isArray(t))return Me(t)}function yt(t,e,u,n,a,i,r){try{var s=t[i](r),h=s.value}catch(d){u(d);return}s.done?e(h):Promise.resolve(h).then(n,a)}function Nd(t){return function(){var e=this,u=arguments;return new Promise(function(n,a){var i=t.apply(e,u);function r(h){yt(i,n,a,r,s,"next",h)}function s(h){yt(i,n,a,r,s,"throw",h)}r(void 0)})}}function kd(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ft(t,e){for(var u=0;u<e.length;u++){var n=e[u];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function jd(t,e,u){return e&&Ft(t.prototype,e),u&&Ft(t,u),t}function gt(t,e,u){return e in t?Object.defineProperty(t,e,{value:u,enumerable:!0,configurable:!0,writable:!0}):t[e]=u,t}function Wd(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Hd(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Te(t){return Vd(t)||Wd(t)||zd(t)||Hd()}function zd(t,e){if(!!t){if(typeof t=="string")return Me(t,e);var u=Object.prototype.toString.call(t).slice(8,-1);if(u==="Object"&&t.constructor&&(u=t.constructor.name),u==="Map"||u==="Set")return Array.from(u);if(u==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(u))return Me(t,e)}}function Kd(t,e){var u,n,a,i={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return r.next=s(0),r.throw=s(1),r.return=s(2),typeof Symbol=="function"&&(r[Symbol.iterator]=function(){return this}),r;function s(d){return function(m){return h([d,m])}}function h(d){if(u)throw new TypeError("Generator is already executing.");for(;r&&(r=0,d[0]&&(i=0)),i;)try{if(u=1,n&&(a=d[0]&2?n.return:d[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,d[1])).done)return a;switch(n=0,a&&(d=[d[0]&2,a.value]),d[0]){case 0:case 1:a=d;break;case 4:return i.label++,{value:d[1],done:!1};case 5:i.label++,n=d[1],d=[0];continue;case 7:d=i.ops.pop(),i.trys.pop();continue;default:if(a=i.trys,!(a=a.length>0&&a[a.length-1])&&(d[0]===6||d[0]===2)){i=0;continue}if(d[0]===3&&(!a||d[1]>a[0]&&d[1]<a[3])){i.label=d[1];break}if(d[0]===6&&i.label<a[1]){i.label=a[1],a=d;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(d);break}a[2]&&i.ops.pop(),i.trys.pop();continue}d=e.call(t,i)}catch(m){d=[6,m],n=0}finally{u=a=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var Jd=function(){function t(){kd(this,t),gt(this,"_events",new Map),gt(this,"debug",!1)}return jd(t,[{key:"emit",value:function(u){for(var n=arguments.length,a=new Array(n>1?n-1:0),i=1;i<n;i++)a[i-1]=arguments[i];return Nd(function(){var r,s,h,d,m,C,y,g,B,v,D,c;return Kd(this,function(f){switch(f.label){case 0:if(r=this._events.get(u),s=[],!r)return[3,10];h=r.slice(),d=!0,m=!1,C=void 0,f.label=1;case 1:f.trys.push([1,8,9,10]),y=h[Symbol.iterator](),f.label=2;case 2:if(d=(g=y.next()).done)return[3,7];if(B=g.value,!r.includes(B))return[3,6];f.label=3;case 3:return f.trys.push([3,5,,6]),this.debug&&vt.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(u," \u4E8B\u4EF6: ").concat(B.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+B.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(a.map(function(){return"%o"}).join(","),"\u3002")].concat(Te(a))),[4,B.apply(null,Te(a))];case 4:return v=f.sent(),this.debug&&vt.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(u," \u4E8B\u4EF6: ").concat(B.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+B.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(a.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Te(a),[v])),s.push(v),v===!1?[3,7]:[3,6];case 5:return D=f.sent(),Sd(String(D)+":"+String(D.stack)),[3,6];case 6:return d=!0,[3,2];case 7:return[3,10];case 8:return c=f.sent(),m=!0,C=c,[3,10];case 9:try{!d&&y.return!=null&&y.return()}finally{if(m)throw C}return[7];case 10:return[2,s]}})}).call(this)}},{key:"on",value:function(u,n){if(this._events.has(u)){var a;(a=this._events.get(u))===null||a===void 0||a.push(n)}else this._events.set(u,[n])}},{key:"off",value:function(u,n){if(this._events.has(u)){var a=this._events.get(u),i=a==null?void 0:a.indexOf(n);a==null||a.splice(i,1)}}},{key:"delete",value:function(u){this._events.has(u)&&this._events.delete(u)}},{key:"clear",value:function(){this._events=new Map}}]),t}();function Ud(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Dt(t,e){for(var u=0;u<e.length;u++){var n=e[u];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function Qd(t,e,u){return e&&Dt(t.prototype,e),u&&Dt(t,u),t}function Zd(t,e,u){return e in t?Object.defineProperty(t,e,{value:u,enumerable:!0,configurable:!0,writable:!0}):t[e]=u,t}var Xd=[{key:"on_click",name:o("CMD.click",null,"\u70B9\u51FB\u65F6"),code:"click"},{key:"on_click_finish",name:o("CMD.finished",null,"\u6267\u884C\u5B8C\u6210\u65F6"),code:"click-finish"},{key:"on_change",name:o("CMD.valueChange",null,"\u503C\u53D1\u751F\u53D8\u5316\u65F6"),code:"change"},{key:"on_search",name:o("CMD.search",null,"\u641C\u7D22\u65F6"),code:"search"},{key:"on_file_actions",name:o("CMD.onClickFileBtn",null,"\u70B9\u51FB\u6587\u4EF6\u6309\u94AE\u65F6"),code:"file-actions"},{key:"on_list_change",name:o("CMD.listDataChange",null,"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"list-change"},{key:"on_list_search",name:o("CMD.listDataCreate",null,"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"list-search"},{key:"on_list_mounted",name:o("CMD.listDataBack",null,"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6"),code:"list-mounted"},{key:"on_list_delete",name:o("CMD.listDataDelete",null,"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6"),code:"list-delete"},{key:"on_list_before_insert",name:o("CMD.listDataAdd",null,"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D"),code:"list-before-insert"},{key:"on_input",name:o("CMD.onInput",null,"\u7528\u6237\u8F93\u5165\u65F6"),code:"input"},{key:"on_blur",name:o("CMD.onBlur",null,"\u5931\u53BB\u7126\u70B9\u65F6"),code:"blur"},{key:"on_focus",name:o("CMD.onFocus",null,"\u83B7\u53D6\u7126\u70B9\u65F6"),code:"focus"},{key:"on_wps_open",name:o("CMD.onOpenFile",null,"\u6253\u5F00\u6587\u4EF6\u65F6"),code:"wps-open"},{key:"on_wps_save",name:o("CMD.onSaveFile",null,"\u4FDD\u5B58\u6587\u4EF6\u65F6"),code:"wps-save"},{key:"on_wps_rename",name:o("CMD.rename",null,"\u91CD\u547D\u540D\u65F6"),code:"wps-rename"},{key:"on_list_actions",name:o("CMD.onClickBtn",null,"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6"),code:"list-actions"},{key:"on_list_render_operation",name:o("CMD.cellRender",null,"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6"),code:"list-render-operation"},{key:"on_list_rowclick",name:o("CMD.rowClick",null,"\u884C\u70B9\u51FB\u65F6"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:o("CMD.rowDelete",null,"\u884C\u5220\u9664\u524D"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:o("CMD.listDataImport",null,"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D"),code:"list-before-import"},{key:"on_list_rows_checked",name:o("CMD.rowSelected",null,"\u884C\u9009\u4E2D\u65F6"),code:"list-rows-checked"},{key:"on_change_tab",name:o("CMD.tabChange",null,"\u6807\u7B7E\u9875\u5207\u6362\u65F6"),code:"change-tab"},{key:"on_modal_ok",name:o("CMD.modalConfirm",null,"\u5F39\u7A97\u786E\u8BA4\u65F6"),code:"modal-ok"},{key:"on_change_steps",name:o("CMD.stepsChange",null,"\u6B65\u9AA4\u5207\u6362\u65F6"),code:"change-steps"},{key:"on_option_selected",name:o("CMD.optionSelected",null,"DOM\u70B9\u51FBoption\u4E8B\u4EF6"),code:"option_selected"}],Gd=function(){function t(){Ud(this,t)}return Qd(t,null,[{key:"getEventsFromKeys",value:function(u){var n=typeof u=="string"?[u]:u;return t.events.filter(function(a){return n.includes(a.key)})}},{key:"getEventsFromControl",value:function(u){var n=[],a=u.eventKeys;n=n.concat(t.events.filter(function(r){return a.includes(r.key)}));var i=u.customEvents.map(function(r){var s=r.key;return r.namespace!==void 0&&r.namespace!==null&&r.namespace!==""&&(s=r.namespace+":"+r.key),{key:s,code:r.key,name:r.name}});return n=n.concat(i),n}}]),t}();Zd(Gd,"events",Xd);function oe(t,e){var u;(u=Object.getOwnPropertyDescriptors(t)[e])!=null&&u.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function qe(t,e,u){u!=="Runtime"&&(t.parent=e,oe(t,"parent"))}function At(t,e,u){t.forEach(n=>{qe(n,e,u)})}const bt=Symbol("targetKey");function wt(t){var e;return(e=t[bt])!=null?e:t}function St(t,e,u){return At(t,e,u),new Proxy(t,{get(n,a,...i){return a===bt?n:Reflect.get(n,a,...i)},set(n,a,i,...r){if(qd(t)&&a==="length"&&i===t.length)return!0;const s=Reflect.set(n,a,i,...r);return Td(i)&&qe(i,e,u),s}})}function N(t,e,u,n,a){const i=n!=null?n:t;let r=St(wt(u!=null?u:[]),i,a);Object.defineProperty(t,e,{get(){return r},set(s){r=St(wt(s),i,a)},enumerable:!0})}const $t=[],xe=class{constructor(t){this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=t,this._initControls(t)}static staticGetRules(t,e){const u=xe.staticControlsRuntimeRules.get(t);let n=[];if(u){const a=new u(e);n=Array.from(a)}return n}registerControlConfig(t,e){return this.controlConfigMap.set(t,e),this}getControlConfig(t){return this.controlConfigMap.get(t)}static register(t,e){const{Designer:u,Runtime:n,Property:a}=t;(!u||!n||!u.__is_control__||!n.__is_control__)&&Oe(`${t} is can't register as a Control`);const i=this.staticControls.findIndex(r=>r.Designer.controlType===u.controlType);return i>-1&&(Pe(`The ${u.controlType} is repeat register, So it overwrites the one that was registered before.`),this.staticControls.splice(i,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(t),a.mode=e,this}getControls(){return this._controls}register(t){t.__is_control__||Oe(`${t.name} is not a Control`);const e=this._controls.findIndex(u=>u.controlType===t.controlType);return e>-1&&(Pe(`The ${t.controlType} is repeat register, So it overwrites the one that was registered before.`),this._controls.splice(e,1)),this.registeredControlTypes.add(t.controlType),this._controls.push(t),this}isLayoutControl(t){return t.controlType===le.LAYOUT}isFormControl(t){return t.controlType===le.FORM}isListControl(t){return t.controlType===le.LIST}isColumnControl(t){return t.controlType===le.COLUMN}createControl(t,e){if(Array.isArray(t))return t.map(n=>this.createControl(n,e));if(t.children&&(t.children=t.children.map(n=>this.createControl(n,e))),this.isListControl(t)){const n=t.props;n.headers&&(n.headers=n.headers.map(a=>this.createControl(a,e)))}const u=this.getControlFormType(t.type);if(u){let n=t;if(typeof e=="function"){const i=e(n);i&&(n=i)}let a;return u.mode==="Runtime"?(a=n,a.fieldType=u.controlFieldType,this._setParentPrototypeToSchema(a,this)):a=new u(n),a}else Oe(`The constructor of ${t.type} could not be found, please confirm that the constructor has been registered`)}resetInstanceParent(t,e){delete t.parent,Object.defineProperty(t,"parent",{configurable:!0,get(){return e}}),oe(t,"parent")}_setParentPrototypeToSchema(t,e){e._type==="Runtime"&&(Object.defineProperty(t,"parent",{configurable:!0,get(){const u=t.id,n=e._controlParentIdMap,a=e.instanceMap;if(!n||!a)return;const i=n[u],r=a[u];if(!i&&!r)return;const s=r.findIndex(m=>m==t),h=a[i]||[];let d;return h.length!==r.length?d=h[0]:d=h[s],d}}),oe(t,"parent"))}createControlInstance(t,e){const u=this.getControlFormType(t);if(u)return new u(e)}getControlFormType(t){return this._controls.find(e=>e.controlType===t)}_initControls(t){this.constructor.staticControls.forEach(e=>{this.register(e[t]),xe.staticControlsRuntimeRules.set(e.Runtime.controlType,e.Property.RuntimeRules),e.Property.mode=t})}};let G=xe;G.staticControlsRuntimeRules=new Map,G.staticControls=$t,G.staticRegisteredTypes=new Set($t.map(t=>t.Designer.controlType)),G.staticRegisteredConfigs=new Map;class P{constructor(e){var u,n,a;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:"",this.aliasCode=e==null?void 0:e.aliasCode}}class Ve{constructor(e){var u,n;this.minWidth=(u=e==null?void 0:e.minWidth)!=null?u:150,this.maxWidth=e==null?void 0:e.maxWidth,this.flex=(n=e==null?void 0:e.flex)!=null?n:1}}class Ne{constructor(e){var u,n,a,i;this.rowHeightType=(u=e==null?void 0:e.rowHeightType)!=null?u:"fixed",this.minRows=(n=e==null?void 0:e.minRows)!=null?n:4,this.maxRows=(a=e==null?void 0:e.maxRows)!=null?a:20,this.fiexdRow=(i=e==null?void 0:e.fiexdRow)!=null?i:4}}class Yd{constructor(e){this.pc=new Ne(e==null?void 0:e.pc),this.mobile=new Ne(e==null?void 0:e.mobile)}}class ce extends Ve{constructor(e){var u,n;super(e),this.width=(u=e==null?void 0:e.width)!=null?u:240,this.widthType=(n=e==null?void 0:e.widthType)!=null?n:"auto"}}class pd{constructor(e){this.pc=new ce(e==null?void 0:e.pc),this.mobile=e!=null&&e.mobile?new ce(e==null?void 0:e.mobile):new ce({width:130,minWidth:180})}}class e5{constructor(e){var u,n;this.type=(u=e==null?void 0:e.type)!=null?u:"firstThree",this.customOptions=(n=e==null?void 0:e.customOptions)!=null?n:[]}}class de{constructor(e){var u,n,a;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.formKey=(n=e==null?void 0:e.formKey)!=null?n:"",this.appId=(a=e==null?void 0:e.appId)!=null?a:""}}class t5 extends de{constructor(e){var u;super(e),this.primaryControlId=(u=e==null?void 0:e.primaryControlId)!=null?u:""}}class Rt{constructor(e){var u,n;this.fieldCode=(u=e==null?void 0:e.fieldCode)!=null?u:"",this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:""}}class u5{constructor(e){var u,n,a,i;this.appId=(u=e==null?void 0:e.appId)!=null?u:"",this.formKey=(n=e==null?void 0:e.formKey)!=null?n:"",this.headers=(i=(a=e==null?void 0:e.headers)==null?void 0:a.map(r=>new Rt(r)))!=null?i:[]}}class Lt{constructor(e){var u,n,a;this.fieldName=(u=e==null?void 0:e.fieldName)!=null?u:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:we.VARCHAR}}class Pt extends de{constructor(e){var u,n,a,i;super(e),this.title=(u=e==null?void 0:e.title)!=null?u:"",this.svcCode=(n=e==null?void 0:e.svcCode)!=null?n:"",this.isOpenFilter=(a=e==null?void 0:e.isOpenFilter)!=null?a:!1,this.filters=(i=e==null?void 0:e.filters)!=null?i:[]}}class n5{constructor(e){var u,n,a,i;this.type="sublist-page",this.formBind=new de(e==null?void 0:e.formBind),this.displayFields=(n=(u=e==null?void 0:e.displayFields)==null?void 0:u.map(r=>new Lt(r)))!=null?n:[],this.sublists=(i=(a=e==null?void 0:e.sublists)==null?void 0:a.map(r=>new Pt(r)))!=null?i:[]}}class It{constructor(e){this.type=e==null?void 0:e.type,this.value=e==null?void 0:e.value,this.dataCode=e==null?void 0:e.dataCode}}class he{constructor(e){var u,n,a;this.type=(u=e==null?void 0:e.type)!=null?u:"custom",this.value=(n=e==null?void 0:e.value)!=null?n:[],this.displayBos=(a=e==null?void 0:e.displayBos)!=null?a:[]}}class H{constructor(e){var u,n,a,i;this.type="conditions",this.id=(u=e==null?void 0:e.id)!=null?u:V(),this.ruleId=(n=e==null?void 0:e.ruleId)!=null?n:new Date().valueOf(),this.level=(a=e==null?void 0:e.level)!=null?a:0,this.value=(i=e==null?void 0:e.value)!=null?i:"and",this.children=[],Array.isArray(e==null?void 0:e.children)&&(e==null||e.children.map(r=>{var s,h;if(r.children!==void 0){const d=new H(r);(s=this.children)==null||s.push(d)}else{const d=new Y(r);(h=this.children)==null||h.push(d)}}))}}class Y{constructor(e){var u,n,a,i,r;this.type="condition",this.id=(u=e==null?void 0:e.id)!=null?u:V(),this.ruleId=(n=e==null?void 0:e.ruleId)!=null?n:new Date().valueOf(),this.symbol=(a=e==null?void 0:e.symbol)!=null?a:"",this.checked=(i=e==null?void 0:e.checked)!=null?i:!1,this.describe=(r=e==null?void 0:e.describe)!=null?r:"",this.leftVariableBo=new It(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new he(e==null?void 0:e.rightVariableBo)}}class a5{constructor(e){var u,n;this.aliasCode=(u=e==null?void 0:e.aliasCode)!=null?u:"",this.datasourceBind=new p(e==null?void 0:e.datasourceBind),this.relationFields=(n=e==null?void 0:e.relationFields)!=null?n:[]}}class Ot{constructor(e){var u,n,a,i;this.controlId=(u=e==null?void 0:e.controlId)!=null?u:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:"",this.propName=(i=e==null?void 0:e.propName)!=null?i:""}}class ke{constructor(e){var u,n;this.type=(u=e==null?void 0:e.type)!=null?u:"FIELD",this.value=(n=e==null?void 0:e.value)!=null?n:"",this.fieldType=e==null?void 0:e.fieldType}}class i5{constructor(e){var u,n;this.title=(u=e==null?void 0:e.title)!=null?u:"",this.displayBoList=(n=e==null?void 0:e.displayBoList)!=null?n:[]}}class je{constructor(e){var u,n;this.columnName=(u=e.columnName)!=null?u:"",this.desc=(n=e.desc)!=null?n:!1}}class _t{constructor(e){var u,n,a;this.code=(u=e.code)!=null?u:"",this.value=(n=e.value)!=null?n:"",this.field_type=(a=e.field_type)!=null?a:we.ANY}}class r5{constructor(e){var u,n,a,i,r,s,h;this.id=(u=e.id)!=null?u:"",this.limit=(n=e.limit)!=null?n:20,this.formKey=(a=e.formKey)!=null?a:"",this.orders=(r=(i=e.orders)==null?void 0:i.map(d=>new je(d)))!=null?r:[],this.dataSet=(h=(s=e.dataSet)==null?void 0:s.map(d=>new _t(d)))!=null?h:[]}}function We(t){var e,u,n,a,i,r;this.filters=(u=(e=t==null?void 0:t.filters)==null?void 0:e.map(s=>s.children!==void 0?new H(s):new Y(s)))!=null?u:[],this.viewFilters=(a=(n=t==null?void 0:t.viewFilters)==null?void 0:n.map(s=>s.children!==void 0?new H(s):new Y(s)))!=null?a:[],this.orders=(r=(i=t==null?void 0:t.orders)==null?void 0:i.map(s=>new je(s)))!=null?r:[]}class p{constructor(e){var u,n,a,i,r,s,h,d;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.appId=(n=e==null?void 0:e.appId)!=null?n:"",this.valueFieldCode=(a=e==null?void 0:e.valueFieldCode)!=null?a:"",this.displayBoList=[],this.isOpenViewFilters=(i=e==null?void 0:e.isOpenViewFilters)!=null?i:0,Array.isArray(e==null?void 0:e.displayBoList)&&(e==null||e.displayBoList.map(m=>{var C;(C=this.displayBoList)==null||C.push(new ke(m))})),this.keywordMapping=(r=e==null?void 0:e.keywordMapping)!=null?r:"",this.showOrder=(s=e==null?void 0:e.showOrder)!=null?s:!0,this.svcCode=(h=e==null?void 0:e.svcCode)!=null?h:"",this.assignDepartment=new he(e==null?void 0:e.assignDepartment),this.openAssignDepartment=(d=e==null?void 0:e.openAssignDepartment)!=null?d:!1,We.call(this,e)}}class l5{constructor(e){var u,n;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.displayBoList=(n=e==null?void 0:e.displayBoList)!=null?n:[]}}class s5{constructor(e){var u,n,a,i,r,s,h,d,m,C;this.code=(u=e==null?void 0:e.code)!=null?u:"view",this.color=(n=e==null?void 0:e.color)!=null?n:"primary",this.command=(a=e==null?void 0:e.command)!=null?a:"view",this.confirmMessage=(i=e==null?void 0:e.confirmMessage)!=null?i:void 0,this.defaultState=(r=e==null?void 0:e.defaultState)!=null?r:"default",this.formKey=(s=e==null?void 0:e.formKey)!=null?s:void 0,this.formType=e==null?void 0:e.formType,this.icon=(h=e==null?void 0:e.icon)!=null?h:"iconliulan1",this.needConfirm=(d=e==null?void 0:e.needConfirm)!=null?d:!1,this.openType=(m=e==null?void 0:e.openType)!=null?m:"modal",this.priorityProcess=(C=e==null?void 0:e.priorityProcess)!=null?C:!0}}class He{constructor(e){var u,n,a,i;this.name=(u=e==null?void 0:e.name)!=null?u:"",this.key=(n=e==null?void 0:e.key)!=null?n:"",this.value=(i=(a=e==null?void 0:e.value)==null?void 0:a.map(r=>new ke(r)))!=null?i:[]}}class Mt extends p{constructor(e){var u,n;super(e),this.attributes=(n=(u=e==null?void 0:e.attributes)==null?void 0:u.map(a=>new He(a)))!=null?n:[]}}class o5 extends p{constructor(e){var u,n,a;super(e),this.attributes=(n=(u=e==null?void 0:e.attributes)==null?void 0:u.map(i=>new He(i)))!=null?n:[],this.formCode=(a=e==null?void 0:e.formCode)!=null?a:""}}class c5 extends Mt{constructor(e){var u;super(e),this.rootNode=new he(e==null?void 0:e.rootNode),this.filterCode=(u=e==null?void 0:e.filterCode)!=null?u:""}}class Tt{constructor(e){var u,n,a,i;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.appId=(n=e==null?void 0:e.appId)!=null?n:"",this.fillList=(i=(a=e==null?void 0:e.fillList)==null?void 0:a.map(r=>new Ot(r)))!=null?i:[]}}class d5 extends Tt{constructor(e){super(e),We.call(this,e)}}class h5 extends Tt{constructor(e){var u,n;super(e),this.mode=(u=e==null?void 0:e.mode)!=null?u:"current",this.multiple=(n=e==null?void 0:e.multiple)!=null?n:!1}}class f5{constructor(e){var u,n,a;this.zh=(u=e==null?void 0:e.zh)!=null?u:"",this.en=(n=e==null?void 0:e.en)!=null?n:"",this.ja=(a=e==null?void 0:e.ja)!=null?a:""}}class v5{constructor(e){var u,n,a;this.stencilName=(u=e==null?void 0:e.stencilName)!=null?u:"",this.expression=(n=e==null?void 0:e.expression)!=null?n:"",this.errMessage=(a=e==null?void 0:e.errMessage)!=null?a:""}}class fe{constructor(e){var u,n,a,i;this.id=(u=e==null?void 0:e.id)!=null?u:V(8),this.label=(n=e==null?void 0:e.label)!=null?n:"",this.value=(a=e==null?void 0:e.value)!=null?a:this.label,this.color=(i=e==null?void 0:e.color)!=null?i:""}}class qt extends fe{constructor(e){var u,n;super(e),this.image=(u=e==null?void 0:e.image)!=null?u:"",this.type=(n=e==null?void 0:e.type)!=null?n:"src"}}class xt extends fe{constructor(e){var u,n;super(e),this.cueWord=(u=e==null?void 0:e.cueWord)!=null?u:"",this.checked=(n=e==null?void 0:e.checked)!=null?n:!1}}function m5(t){var e;return(e=t==null?void 0:t.map(u=>new fe(u)))!=null?e:[]}function E5(t){var e;return(e=t==null?void 0:t.map(u=>new qt(u)))!=null?e:[]}function C5(t){var e;return(e=t==null?void 0:t.map(u=>new xt(u)))!=null?e:[]}class ve{}class B5 extends ve{constructor(e){super(),this.amount=new P(e==null?void 0:e.amount),this.currency=new P(e==null?void 0:e.currency)}}class y5{constructor(e){var u,n;this.amount=(u=e==null?void 0:e.amount)!=null?u:"",this.currency=(n=e==null?void 0:e.currency)!=null?n:ze.CNY}}class F5 extends ve{constructor(e){super(),this.min=new P(e==null?void 0:e.min),this.max=new P(e==null?void 0:e.max)}}class g5{constructor(e){var u,n;this.min=(u=e==null?void 0:e.min)!=null?u:"",this.max=(n=e==null?void 0:e.max)!=null?n:""}}class D5{constructor(e){var u,n,a,i,r,s;this.city=(u=e==null?void 0:e.city)!=null?u:"",this.cityDisplay=(n=e==null?void 0:e.cityDisplay)!=null?n:"",this.district=(a=e==null?void 0:e.district)!=null?a:"",this.districtDisplay=(i=e==null?void 0:e.districtDisplay)!=null?i:"",this.province=(r=e==null?void 0:e.province)!=null?r:"",this.provinceDisplay=(s=e==null?void 0:e.provinceDisplay)!=null?s:""}}class A5 extends ve{constructor(e){super(),this.result=new P(e==null?void 0:e.result),this.unit=new P(e==null?void 0:e.unit)}}class b5{constructor(e){var u,n;this.result=(u=e==null?void 0:e.result)!=null?u:0,this.unit=(n=e==null?void 0:e.unit)!=null?n:""}}var ze=(t=>(t.CNY="CNY",t.USD="USD",t.JPY="JPY",t.EUR="EUR",t.INR="INR",t.IDR="IDR",t.BRL="BRL",t.AED="AED",t.AUD="AUD",t.CAD="CAD",t.EGP="EGP",t.GBP="GBP",t.ZAR="ZAR",t.KRW="KRW",t.MAD="MAD",t.MXN="MXN",t.MYR="MYR",t.PHP="PHP",t.PLN="PLN",t.RUB="RUB",t.SGD="SGD",t.THB="THB",t.TRY="TRY",t.TWD="TWD",t.VND="VND",t.HKD="HKD",t.IEP="IEP",t))(ze||{}),Vt=(t=>(t.DEFAULT_DISPLAY="defaultDisplay",t.REQUIRED="required",t.IS_HIDE="isHide",t.IS_SHOW_UNIT="isShowUnit",t.IMD_SEARCH="immediatelySearch",t.MULTIPLE="multiple",t.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",t.CAPTION="caption",t.IS_HIDE_CAPTION="isHideCaption",t.DEFAULT_SHOW_OPTIONS="defaultShowOptions",t.CAN_SEARCH="canSearch",t.CAN_CHECK="canCheck",t.CAN_EDIT="canEdit",t.CAN_DELETE="canDelete",t.SHOW_UPPER_CASE="showUpperCase",t.MICROMETER="micrometer",t.PRECISION="precision",t.PERCENTAGE="percentage",t.OPTIONAL_LEVEL="optionalLevel",t.CONTAINS_SUB_NODE="containsSubNode",t.DEFAULT_COLLAPSE="defaultCollapse",t.CAN_VIEW_FORM="canViewForm",t.VIEW_FORM_MODEL_TYPE="viewFormModelType",t.SERVER_PAGINATION="serverPagination",t.IS_SHOW_CAPTION_TIP="isShowCaptionTip",t.IS_SHOW_WATERMARK="isShowWatermark",t.ENCRYPTED="encrypted",t.IS_INLINE_EDIT="isInlineEdit",t.REVISIONS_MODE="revisionsMode",t.ALLOW_COPY_OPTIONS="allowCopyOptions",t.IS_PASTE="isPaste",t.SORTABLE="sortable",t.IS_SHOW_SIMPLE_SEARCH="isShowSimpleSearch",t.IS_SHOW_TOOL_BAE="isShowToolbar",t.MAIN_DEPT_FLAG="mainDeptFlag",t.IS_INTERNATIONAL="isInternational",t.CAPTION_SIZE="captionSize",t.CAPTION_COLOR="captionColor",t.IS_CAPTION_ITALIC="isCaptionItalic",t.SHOW_TABLE_INDEX="showTableIndex",t))(Vt||{}),Ke=(t=>(t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT",t))(Ke||{});class w5{constructor(e){var u,n,a,i,r,s;this.isShow=(u=e==null?void 0:e.isShow)!=null?u:!0,this.content=(n=e==null?void 0:e.content)!=null?n:"",this.formKey=(a=e==null?void 0:e.formKey)!=null?a:"",this.openType=(i=e==null?void 0:e.openType)!=null?i:"modal",this.type=(r=e==null?void 0:e.type)!=null?r:"",this.priorityProcess=(s=e==null?void 0:e.priorityProcess)!=null?s:!1}}class S5{constructor(e){var u,n,a,i;this.id=(u=e==null?void 0:e.id)!=null?u:V(8),this.title=(n=e==null?void 0:e.title)!=null?n:"",this.headers=(i=(a=e==null?void 0:e.headers)==null?void 0:a.map(r=>new Rt(r)))!=null?i:[],We.call(this,e)}}class $5{constructor(e){var u,n;this.key=(u=e.key)!=null?u:V(8),this.caption=(n=e.caption)!=null?n:""}}class Nt{constructor(e){var u,n,a,i;this.width=(u=e==null?void 0:e.width)!=null?u:"",this.height=(n=e==null?void 0:e.height)!=null?n:"",this.widthConfig=(a=e==null?void 0:e.widthConfig)!=null?a:"fill",this.heightConfig=(i=e==null?void 0:e.heightConfig)!=null?i:"fill"}}class R5{constructor(e){var u,n;this.optCode=(u=e==null?void 0:e.optCode)!=null?u:"",this.optType=(n=e==null?void 0:e.optType)!=null?n:""}}class kt{constructor(e){var u,n,a,i,r,s;this.id=(u=e==null?void 0:e.id)!=null?u:V(),this.name=(n=e==null?void 0:e.name)!=null?n:"",this.filters=(i=(a=e==null?void 0:e.filters)==null?void 0:a.map(h=>h.children!==void 0?new H(h):new Y(h)))!=null?i:[],this.settings=(e==null?void 0:e.settings)&&Array.isArray(e==null?void 0:e.settings)?(s=(r=e==null?void 0:e.settings)==null?void 0:r.map(h=>new jt(h)))!=null?s:[]:[],this.script=e==null?void 0:e.script}}class jt{constructor(e){var u,n,a,i;this.type=(u=e.type)!=null?u:"background",this.fieldCodes=(n=e.fieldCodes)!=null?n:[],this.color=(a=e.color)!=null?a:"theme",this.scope=(i=e.scope)!=null?i:"row"}}class L5{constructor(e){var u,n,a,i;this.type=(u=e==null?void 0:e.type)!=null?u:"none",this.interval=(n=e==null?void 0:e.interval)!=null?n:{color:""},this.rules=(e==null?void 0:e.rules)&&Array.isArray(e==null?void 0:e.rules)?(i=(a=e==null?void 0:e.rules)==null?void 0:a.map(r=>new kt(r)))!=null?i:[]:[]}}class P5{constructor(e){var u,n,a,i,r;this.groupDefaultExpanded=(u=e==null?void 0:e.groupDefaultExpanded)!=null?u:!1,this.suppressCount=(n=e==null?void 0:e.suppressCount)!=null?n:!1,this.groupFields=(a=e==null?void 0:e.groupFields)!=null?a:[],this.groupHeaderName=(i=e==null?void 0:e.groupHeaderName)!=null?i:"",this.showFooterStatistics=(r=e==null?void 0:e.showFooterStatistics)!=null?r:!1}}class I5{constructor(e){var u;this.datasourceBind=new p(e==null?void 0:e.datasourceBind),this.headers=(u=e==null?void 0:e.headers)!=null?u:[]}}class O5{constructor(e){var u,n,a,i;this.marginTop=(u=e==null?void 0:e.marginTop)!=null?u:"",this.marginRight=(n=e==null?void 0:e.marginRight)!=null?n:"",this.marginBottom=(a=e==null?void 0:e.marginBottom)!=null?a:"",this.marginLeft=(i=e==null?void 0:e.marginLeft)!=null?i:""}}class _5{constructor(e){var u,n,a,i;this.paddingTop=(u=e==null?void 0:e.paddingTop)!=null?u:"",this.paddingRight=(n=e==null?void 0:e.paddingRight)!=null?n:"",this.paddingBottom=(a=e==null?void 0:e.paddingBottom)!=null?a:"",this.paddingLeft=(i=e==null?void 0:e.paddingLeft)!=null?i:""}}class Wt{constructor(e){var u,n;this.icon=(u=e==null?void 0:e.icon)!=null?u:"iconleft",this.label=(n=e==null?void 0:e.label)!=null?n:"\u4E0A\u4E00\u6B65"}}class Ht{constructor(e){var u,n;this.icon=(u=e==null?void 0:e.icon)!=null?u:"iconxiangyou",this.label=(n=e==null?void 0:e.label)!=null?n:"\u4E0B\u4E00\u6B65"}}class M5{constructor(e){this.prev=new Wt(e==null?void 0:e.prev),this.next=new Ht(e==null?void 0:e.next)}}class me{constructor(e){this.isHide={type:"boolean"}}}class Je extends Array{constructor(e){super()}}class q{constructor(e,u=""){var n,a;this.isHide=(n=e==null?void 0:e.isHide)!=null?n:!1,this.style=new Nt(e==null?void 0:e.style),this.caption=(a=e==null?void 0:e.caption)!=null?a:u}}q.Rules=me,q.RuntimeRules=Je;function I(){return I=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var u=arguments[e];for(var n in u)Object.prototype.hasOwnProperty.call(u,n)&&(t[n]=u[n])}return t},I.apply(this,arguments)}function T5(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function Ue(t){return Ue=Object.setPrototypeOf?Object.getPrototypeOf:function(u){return u.__proto__||Object.getPrototypeOf(u)},Ue(t)}function Ee(t,e){return Ee=Object.setPrototypeOf||function(n,a){return n.__proto__=a,n},Ee(t,e)}function q5(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}function Ce(t,e,u){return q5()?Ce=Reflect.construct:Ce=function(a,i,r){var s=[null];s.push.apply(s,i);var h=Function.bind.apply(a,s),d=new h;return r&&Ee(d,r.prototype),d},Ce.apply(null,arguments)}function x5(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Qe(t){var e=typeof Map=="function"?new Map:void 0;return Qe=function(n){if(n===null||!x5(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 Ce(n,arguments,Ue(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Ee(a,n)},Qe(t)}var V5=/%[sdj%]/g,zt=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(zt=function(e,u){typeof console!="undefined"&&console.warn&&u.every(function(n){return typeof n=="string"})&&console.warn(e,u)});function Ze(t){if(!t||!t.length)return null;var e={};return t.forEach(function(u){var n=u.field;e[n]=e[n]||[],e[n].push(u)}),e}function L(){for(var t=arguments.length,e=new Array(t),u=0;u<t;u++)e[u]=arguments[u];var n=1,a=e[0],i=e.length;if(typeof a=="function")return a.apply(null,e.slice(1));if(typeof a=="string"){var r=String(a).replace(V5,function(s){if(s==="%%")return"%";if(n>=i)return s;switch(s){case"%s":return String(e[n++]);case"%d":return Number(e[n++]);case"%j":try{return JSON.stringify(e[n++])}catch(h){return"[Circular]"}break;default:return s}});return r}return a}function N5(t){return t==="string"||t==="url"||t==="hex"||t==="email"||t==="date"||t==="pattern"}function S(t,e){return!!(t==null||e==="array"&&Array.isArray(t)&&!t.length||N5(e)&&typeof t=="string"&&!t)}function k5(t,e,u){var n=[],a=0,i=t.length;function r(s){n.push.apply(n,s),a++,a===i&&u(n)}t.forEach(function(s){e(s,r)})}function Kt(t,e,u){var n=0,a=t.length;function i(r){if(r&&r.length){u(r);return}var s=n;n=n+1,s<a?e(t[s],i):u([])}i([])}function j5(t){var e=[];return Object.keys(t).forEach(function(u){e.push.apply(e,t[u])}),e}var Jt=function(t){T5(e,t);function e(u,n){var a;return a=t.call(this,"Async Validation Error")||this,a.errors=u,a.fields=n,a}return e}(Qe(Error));function W5(t,e,u,n){if(e.first){var a=new Promise(function(C,y){var g=function(D){return n(D),D.length?y(new Jt(D,Ze(D))):C()},B=j5(t);Kt(B,u,g)});return a.catch(function(C){return C}),a}var i=e.firstFields||[];i===!0&&(i=Object.keys(t));var r=Object.keys(t),s=r.length,h=0,d=[],m=new Promise(function(C,y){var g=function(v){if(d.push.apply(d,v),h++,h===s)return n(d),d.length?y(new Jt(d,Ze(d))):C()};r.length||(n(d),C()),r.forEach(function(B){var v=t[B];i.indexOf(B)!==-1?Kt(v,u,g):k5(v,u,g)})});return m.catch(function(C){return C}),m}function Ut(t){return function(e){return e&&e.message?(e.field=e.field||t.fullField,e):{message:typeof e=="function"?e():e,field:e.field||t.fullField}}}function Qt(t,e){if(e){for(var u in e)if(e.hasOwnProperty(u)){var n=e[u];typeof n=="object"&&typeof t[u]=="object"?t[u]=I(I({},t[u]),n):t[u]=n}}return t}function Zt(t,e,u,n,a,i){t.required&&(!u.hasOwnProperty(t.field)||S(e,i||t.type))&&n.push(L(a.messages.required,t.fullField))}function H5(t,e,u,n,a){(/^\s+$/.test(e)||e==="")&&n.push(L(a.messages.whitespace,t.fullField))}var Xe={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},ee={integer:function(e){return ee.number(e)&&parseInt(e,10)===e},float:function(e){return ee.number(e)&&!ee.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(u){return!1}},date:function(e){return typeof e.getTime=="function"&&typeof e.getMonth=="function"&&typeof e.getYear=="function"&&!isNaN(e.getTime())},number:function(e){return isNaN(e)?!1:typeof e=="number"},object:function(e){return typeof e=="object"&&!ee.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(Xe.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(Xe.url)},hex:function(e){return typeof e=="string"&&!!e.match(Xe.hex)}};function z5(t,e,u,n,a){if(t.required&&e===void 0){Zt(t,e,u,n,a);return}var i=["integer","float","array","regexp","object","method","email","number","date","url","hex"],r=t.type;i.indexOf(r)>-1?ee[r](e)||n.push(L(a.messages.types[r],t.fullField,t.type)):r&&typeof e!==t.type&&n.push(L(a.messages.types[r],t.fullField,t.type))}function K5(t,e,u,n,a){var i=typeof t.len=="number",r=typeof t.min=="number",s=typeof t.max=="number",h=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,d=e,m=null,C=typeof e=="number",y=typeof e=="string",g=Array.isArray(e);if(C?m="number":y?m="string":g&&(m="array"),!m)return!1;g&&(d=e.length),y&&(d=e.replace(h,"_").length),i?d!==t.len&&n.push(L(a.messages[m].len,t.fullField,t.len)):r&&!s&&d<t.min?n.push(L(a.messages[m].min,t.fullField,t.min)):s&&!r&&d>t.max?n.push(L(a.messages[m].max,t.fullField,t.max)):r&&s&&(d<t.min||d>t.max)&&n.push(L(a.messages[m].range,t.fullField,t.min,t.max))}var z="enum";function J5(t,e,u,n,a){t[z]=Array.isArray(t[z])?t[z]:[],t[z].indexOf(e)===-1&&n.push(L(a.messages[z],t.fullField,t[z].join(", ")))}function U5(t,e,u,n,a){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||n.push(L(a.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var i=new RegExp(t.pattern);i.test(e)||n.push(L(a.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var E={required:Zt,whitespace:H5,type:z5,range:K5,enum:J5,pattern:U5};function Q5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e,"string")&&!t.required)return u();E.required(t,e,n,i,a,"string"),S(e,"string")||(E.type(t,e,n,i,a),E.range(t,e,n,i,a),E.pattern(t,e,n,i,a),t.whitespace===!0&&E.whitespace(t,e,n,i,a))}u(i)}function Z5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&E.type(t,e,n,i,a)}u(i)}function X5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(e===""&&(e=void 0),S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&(E.type(t,e,n,i,a),E.range(t,e,n,i,a))}u(i)}function G5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&E.type(t,e,n,i,a)}u(i)}function Y5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),S(e)||E.type(t,e,n,i,a)}u(i)}function p5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&(E.type(t,e,n,i,a),E.range(t,e,n,i,a))}u(i)}function e3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&(E.type(t,e,n,i,a),E.range(t,e,n,i,a))}u(i)}function t3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(e==null&&!t.required)return u();E.required(t,e,n,i,a,"array"),e!=null&&(E.type(t,e,n,i,a),E.range(t,e,n,i,a))}u(i)}function u3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&E.type(t,e,n,i,a)}u(i)}var n3="enum";function a3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&E[n3](t,e,n,i,a)}u(i)}function i3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e,"string")&&!t.required)return u();E.required(t,e,n,i,a),S(e,"string")||E.pattern(t,e,n,i,a)}u(i)}function r3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e,"date")&&!t.required)return u();if(E.required(t,e,n,i,a),!S(e,"date")){var s;e instanceof Date?s=e:s=new Date(e),E.type(t,s,n,i,a),s&&E.range(t,s.getTime(),n,i,a)}}u(i)}function l3(t,e,u,n,a){var i=[],r=Array.isArray(e)?"array":typeof e;E.required(t,e,n,i,a,r),u(i)}function Ge(t,e,u,n,a){var i=t.type,r=[],s=t.required||!t.required&&n.hasOwnProperty(t.field);if(s){if(S(e,i)&&!t.required)return u();E.required(t,e,n,r,a,i),S(e,i)||E.type(t,e,n,r,a)}u(r)}function s3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a)}u(i)}var te={string:Q5,method:Z5,number:X5,boolean:G5,regexp:Y5,integer:p5,float:e3,array:t3,object:u3,enum:a3,pattern:i3,date:r3,url:Ge,hex:Ge,email:Ge,required:l3,any:s3};function Ye(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var pe=Ye();function k(t){this.rules=null,this._messages=pe,this.define(t)}k.prototype={messages:function(e){return e&&(this._messages=Qt(Ye(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if(typeof e!="object"||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var u,n;for(u in e)e.hasOwnProperty(u)&&(n=e[u],this.rules[u]=Array.isArray(n)?n:[n])},validate:function(e,u,n){var a=this;u===void 0&&(u={}),n===void 0&&(n=function(){});var i=e,r=u,s=n;if(typeof r=="function"&&(s=r,r={}),!this.rules||Object.keys(this.rules).length===0)return s&&s(),Promise.resolve();function h(v){var D,c=[],f={};function R(A){if(Array.isArray(A)){var b;c=(b=c).concat.apply(b,A)}else c.push(A)}for(D=0;D<v.length;D++)R(v[D]);c.length?f=Ze(c):(c=null,f=null),s(c,f)}if(r.messages){var d=this.messages();d===pe&&(d=Ye()),Qt(d,r.messages),r.messages=d}else r.messages=this.messages();var m,C,y={},g=r.keys||Object.keys(this.rules);g.forEach(function(v){m=a.rules[v],C=i[v],m.forEach(function(D){var c=D;typeof c.transform=="function"&&(i===e&&(i=I({},i)),C=i[v]=c.transform(C)),typeof c=="function"?c={validator:c}:c=I({},c),c.validator=a.getValidationMethod(c),c.field=v,c.fullField=c.fullField||v,c.type=a.getType(c),c.validator&&(y[v]=y[v]||[],y[v].push({rule:c,value:C,source:i,field:v}))})});var B={};return W5(y,r,function(v,D){var c=v.rule,f=(c.type==="object"||c.type==="array")&&(typeof c.fields=="object"||typeof c.defaultField=="object");f=f&&(c.required||!c.required&&v.value),c.field=v.field;function R(O,F){return I(I({},F),{},{fullField:c.fullField+"."+O})}function A(O){O===void 0&&(O=[]);var F=O;if(Array.isArray(F)||(F=[F]),!r.suppressWarning&&F.length&&k.warning("async-validator:",F),F.length&&c.message!==void 0&&(F=[].concat(c.message)),F=F.map(Ut(c)),r.first&&F.length)return B[c.field]=1,D(F);if(!f)D(F);else{if(c.required&&!v.value)return c.message!==void 0?F=[].concat(c.message).map(Ut(c)):r.error&&(F=[r.error(c,L(r.messages.required,c.field))]),D(F);var _={};if(c.defaultField)for(var nu in v.value)v.value.hasOwnProperty(nu)&&(_[nu]=c.defaultField);_=I(I({},_),v.rule.fields);for(var K in _)if(_.hasOwnProperty(K)){var A3=Array.isArray(_[K])?_[K]:[_[K]];_[K]=A3.map(R.bind(null,K))}var au=new k(_);au.messages(r.messages),v.rule.options&&(v.rule.options.messages=r.messages,v.rule.options.error=r.error),au.validate(v.value,v.rule.options||r,function(lt){var J=[];F&&F.length&&J.push.apply(J,F),lt&&lt.length&&J.push.apply(J,lt),D(J.length?J:null)})}}var b;c.asyncValidator?b=c.asyncValidator(c,v.value,A,v.source,r):c.validator&&(b=c.validator(c,v.value,A,v.source,r),b===!0?A():b===!1?A(c.message||c.field+" fails"):b instanceof Array?A(b):b instanceof Error&&A(b.message)),b&&b.then&&b.then(function(){return A()},function(O){return A(O)})},function(v){h(v)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!te.hasOwnProperty(e.type))throw new Error(L("Unknown rule type %s",e.type));return e.type||"string"},getValidationMethod:function(e){if(typeof e.validator=="function")return e.validator;var u=Object.keys(e),n=u.indexOf("message");return n!==-1&&u.splice(n,1),u.length===1&&u[0]==="required"?te.required:te[this.getType(e)]||!1}},k.register=function(e,u){if(typeof u!="function")throw new Error("Cannot register a validator by type, validator is not a function");te[e]=u},k.warning=zt,k.messages=pe,k.validators=te;const o3={required:o("CMD.aad41751712156995"),maxLength:o("CMD.890d1751712141808"),minLength:o("CMD.bb9b1751712143625"),string:{range:o("CMD.f7131751712147855")}};function Xt(t,e={}){const u=new k(t);return u.messages(Object.assign(o3,e)),u}const Gt=new Jd;class ${constructor(e){var y,g,B,v;this.setting=[],this.eventKeys=[],this.customEvents=[],this.parent=null,this.updateSetting=pt,this.removeSetting=Yt,this._callControlHooks("preInstance",e);const{controlName:u,controlIcon:n,controlType:a,controlFieldType:i,controlEventKeys:r,controlCustomEvents:s,name:h,setting:d,slots:m,slotPosition:C}=new.target;u&&n&&a||mt(`The ${h} controlName,controlIcon,controlType is not define`),this.id=(y=e==null?void 0:e.id)!=null?y:V(10),this.name=u,this.icon=n,this.type=(g=e==null?void 0:e.type)!=null?g:a,this.props=new q(e==null?void 0:e.props,new.target.controlName),this.controlType=(B=e==null?void 0:e.controlType)!=null?B:"base",this.setting=T(d),this.fieldType=(v=e==null?void 0:e.fieldType)!=null?v:i,this.eventKeys=T(r),this.customEvents=T(s),this.slots=T(m),this.slotPosition=T(C),Promise.resolve().then(()=>{this._callControlHooks("postInstance",e)})}get rules(){const e=this.props.constructor.Rules;return e?new e(this.props):{}}_callControlHooks(...e){const[u,...n]=e;return Gt.emit(u,this,...n)}preUpdate(e,u){this._callControlHooks("preUpdateProps",e,u)}postUpdate(e,u){this._callControlHooks("postUpdateProps",e,u)}updateProps(e,u){this.preUpdate(e,u),Pd(this.props,e,u),this.postUpdate(e,u)}preValidate(){return ie(this,null,function*(){const e=W({},this.rules),u=yield this._callControlHooks("preValidate",e),n=u[u.length-1];return n===!1?void 0:n})}validate(e,u){return ie(this,null,function*(){const n=yield this.preValidate(),a=n!==void 0?n:W({},this.rules);Array.isArray(u)&&u.forEach(r=>{a.hasOwnProperty(r)&&delete a[r]});const i=Xt(a,e);try{return yield i.validate(this.props),!0}catch(r){throw r.control||(r.control=this),r}})}toDataBindModel(e=null){const u=this.fieldType,n=this.id,a=this.type,{dataBind:i,datasourceBind:r,optionConfig:s,caption:h,required:d,maxLength:m,options:C,encrypted:y,encryptedMode:g}=this.props;if(!u&&!i&&!r)return;const B={parentId:e,fieldType:u,controlId:n,caption:h,type:a,props:{}};switch(i&&(B.dataBind=i),s){case"datasource":case void 0:r&&(B.datasourceBind=r);break;case"custom":B.props.options=C;break}return d!==void 0&&(B.required=d),m!==void 0&&(B.maxLength=m),y!==void 0&&(B.encrypted=y),g!==void 0&&(B.encryptedMode=g),B}preToSchema(){this._callControlHooks("preToSchema",this)}toSchema(){return this.preToSchema(),{id:this.id,type:this.type,props:T(this.props),fieldType:this.fieldType,controlType:this.controlType}}static updateBasicControl(e,u){e==="setting"&&(u.add&&this.setting.push(...u.add),u.remove&&this.removeSettingItem(u.remove),u.update)}}$.mode="Designer",$.controlName=o("CMD.7baf1751712168384"),$.controlIcon="icon",$.controlType="control",$.controlEventKeys=[],$.controlCustomEvents=[],$.setting=[],$.__is_control__=!0,$.removeSettingItem=Yt,$.updateSettingItem=pt;function Yt(t){(Array.isArray(t)?t:[t]).forEach(u=>{var i,r,s;const n=typeof u!="string",a=(i=this.setting)==null?void 0:i.findIndex(h=>h.key===(n?u.key:u));a!==-1&&(n?this.setting[a].showItems=(r=this.setting[a].showItems)==null?void 0:r.filter(h=>!u.hideItems.includes(h)):this.setting.splice(a,1),n&&!((s=this.setting[a].showItems)!=null&&s.length)&&this.setting.splice(a,1))})}function pt(t,e){(typeof t=="string"?[t]:t).forEach(n=>{var i;const a=this.setting.find(r=>r.key===n);a&&(typeof e=="boolean"?a.visible=e:typeof e=="object"&&(((i=e.type)!=null?i:"replace")==="replace"?a.showItems=e.showItems:a.showItems.push(...e.showItems)))})}class x{constructor(e){var r,s,h,d,m;this.customEvents=[],this.parent=null;const{controlType:u,controlFieldType:n,name:a,controlCustomEvents:i}=new.target;u||mt(`The ${a} controlType is not define`),this.id=(r=e==null?void 0:e.id)!=null?r:V(10),this.type=(s=e==null?void 0:e.type)!=null?s:u,this.props=new q(e==null?void 0:e.props),this.customEvents=i,this.controlType=(h=e==null?void 0:e.controlType)!=null?h:"base",this.fieldType=(d=e==null?void 0:e.fieldType)!=null?d:n,this.pageStatus=(m=e==null?void 0:e.pageStatus)!=null?m:Ke.UNKNOWN}get rules(){const e=this.props.constructor.RuntimeRules;if(e){const u=new e(this.props);return Array.from(u)}return[]}}x.mode="Runtime",x.controlType="control",x.__is_control__=!0,x.controlCustomEvents=[];function et(t){t.hasOwnProperty("optionConfig")||(this.optionConfig={type:"any"}),t.hasOwnProperty("options")||(this.options={type:"any"}),t.hasOwnProperty("datasourceBind")||(this.datasourceBind={type:"any"}),t.hasOwnProperty("options")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="custom")?this.options=[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:o("CMD.pleaseEnterLabel",null,"\u8BF7\u8F93\u5165\u663E\u793A\u503C")},value:{type:"string",required:!0,message:o("CMD.pleaseEnterValue",null,"\u8BF7\u8F93\u5165\u5B58\u50A8\u503C")}}}},{type:"array",validator(e,u,n){u.length===0&&n(o("CMD.optionIsRequired",null,"\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879")),n()}},{type:"array",validator(e,u,n){const a=u.map(r=>r.value),i=xd(a);a.length!==i.length?n(o("CMD.optionIdIsRepeat",null,"\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D")):n()},message:o("CMD.optionIdIsRepeat",null,"\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:o("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:o("CMD.pleaseEnterDataCode",null,"\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B")},valueFieldCode:{type:"string",required:!0,message:o("CMD.pleaseEnterValueFieldCode",null,"\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C")},svcCode:{type:"string",required:!0,message:o("CMD.pleaseEnterSvcCode",null,"\u8BF7\u7ED1\u5B9A\u670D\u52A1")},displayBoList:[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",validator(e,u,n){u.length===0&&n(o("CMD.pleaseBindAtLeastOneDisplayValue",null,"\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C")),n()},message:o("CMD.pleaseBindAtLeastOneDisplayValue",null,"\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C")}],orders:[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},desc:{type:"boolean",message:o("CMD.isNotBoolean",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14")}}}}]}}])}function c3(t,e,u=!1){this.datasourceBind=[{type:"object",message:o("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:o(u?"CMD.pleaseEnterDataCodeInDataSetting":"CMD.pleaseEnterDataCode",null,o(u?"CMD.c4901751712137782":"CMD.8e161751712150947"))},valueFieldCode:{type:"string",required:!0,message:o(u?"CMD.pleaseEnterValueFieldCodeInDataSetting":"CMD.pleaseEnterValueFieldCode",null,o(u?"CMD.9af91751712139782":"CMD.92701751712154242"))},svcCode:{type:"string",required:!0,message:o(u?"CMD.pleaseEnterSvcCodeInDataSetting":"CMD.pleaseEnterSvcCode",null,o(u?"CMD.203c1751712145631":"CMD.9d361751712158465"))},attributes:[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:o("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},key:{type:"string",required:!0,message:o("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},value:[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",validator(n,a,i){a.length===0&&i(o(u?"CMD.pleaseBindAtLeastOneDisplayValueInDataSetting":"CMD.pleaseBindAtLeastOneDisplayValue",null,o(u?"CMD.6a071751712131459":"CMD.52351751712149286"))),i()},message:o(u?"CMD.pleaseBindAtLeastOneDisplayValueInDataSetting":"CMD.pleaseBindAtLeastOneDisplayValue",null,o(u?"CMD.6a071751712131459":"CMD.52351751712149286"))}]}}}],orders:[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},desc:{type:"boolean",message:o("CMD.isNotBoolean",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14")}}}}]}}]}function eu(t){return(t==null?void 0:t.dataCode)!==void 0&&(t==null?void 0:t.fieldCode)!==void 0}class tt extends me{constructor(e){super(e),this.dataBind={},this.caption={type:"string",required:!0,message:o("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.defaultState={type:"enum",enum:["default","readonly"]},this.required={type:"boolean"},this.captionTip={type:"string",required:!1,message:o("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")};const u={fieldCode:{type:"string",required:!0,message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},dataCode:{type:"string",required:!0,message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}};if(eu(e.dataBind))this.dataBind={type:"object",required:!0,fields:T(u),message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};else{let n={type:"object",required:!0,fields:{},message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};Object.keys(e.dataBind).forEach(a=>{n.fields[a]={type:"object",required:!0,fields:T(u),message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}}),this.dataBind=n}e.isShowCaptionTip&&(this.captionTip.required=!0)}}class tu extends Je{constructor(e){super(e);const u=e.isHide?!1:e.required;u&&this.push({type:"string",required:u,message:e.requiredMessage!==""?e.requiredMessage:o("CMD.runtimeRequired",{caption:e.caption},"{caption}\u5FC5\u586B")})}}class ue extends q{constructor(e){var u,n,a,i,r,s,h,d,m,C,y,g,B;super(e),this.caption=(u=e==null?void 0:e.caption)!=null?u:"",this.captionSize=(n=e==null?void 0:e.captionSize)!=null?n:"",this.captionColor=(a=e==null?void 0:e.captionColor)!=null?a:"",this.isCaptionItalic=(i=e==null?void 0:e.isCaptionItalic)!=null?i:!1,this.isHideCaption=(r=e==null?void 0:e.isHideCaption)!=null?r:!1,this.isShowCaptionTip=(s=e==null?void 0:e.isShowCaptionTip)!=null?s:!1,this.captionTip=(h=e==null?void 0:e.captionTip)!=null?h:"",this.defaultState=(d=e==null?void 0:e.defaultState)!=null?d:"default",this.labelPosition=(m=e==null?void 0:e.labelPosition)!=null?m:"top",this.placeholder=(C=e==null?void 0:e.placeholder)!=null?C:"",this.required=(y=e==null?void 0:e.required)!=null?y:!1,this.requiredMessage=(g=e==null?void 0:e.requiredMessage)!=null?g:"",this.dataBind=new P(e==null?void 0:e.dataBind),this.defaultValue=(B=e==null?void 0:e.defaultValue)!=null?B:""}}ue.Rules=tt,ue.RuntimeRules=tu;class d3 extends tt{constructor(e){super(e),this.optionConfig={type:"enum",enum:["custom","datasource"],message:o("CMD.PleaseSelectTheCorrectOptionSettings",null,"\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E")},this.options=[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")}],this.datasourceBind=[{type:"object",message:o("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],et.call(this,e)}}class uu extends ${constructor(e){super(e),this.controlType="form",this.props=new ue(e==null?void 0:e.props)}}uu.controlEventKeys=["on_change","on_focus","on_blur"];class h3 extends x{constructor(e){super(e),this.controlType="form",this.props=new ue(e==null?void 0:e.props)}}class ne extends q{constructor(e){super(e)}}const f3=1e4;class j extends ${constructor(e){super(e),this.controlType="layout";const{excludes:u,childrenMaxLength:n}=new.target;this.props=new ne(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Designer"),this.excludes=T(u),this.childrenMaxLength=n}judgeExcludesChildren(e){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(e)}judgeJoinChildren(e){const u=this.judgeExcludesChildren(e);return u&&this.childrenMaxLength>this.children.length}validate(e,u){return ie(this,null,function*(){return yield st(j.prototype,this,"validate").call(this,e,u),yield Promise.all(this.children.map(n=>n.validate(e,u))),!0})}toDataBindModel(e=null){const u=super.toDataBindModel(),n=u?[u]:[];return this.children.reduce((a,i)=>{const r=i.toDataBindModel(e);if(Array.isArray(r)){const s=r.filter(h=>!!h);return[...a,...s]}return r&&a.push(r),a},n)}toSchema(){const e=super.toSchema(),u=this.children.map(n=>n.toSchema());return ae(W({},e),{children:u})}}j.excludes=!1,j.childrenMaxLength=f3;class ut extends x{constructor(e){super(e),this.controlType="layout",this.props=new ne(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}class nt extends q{constructor(e,u,n){var a,i,r,s;super(u),N(this,"headers",u==null?void 0:u.headers,e,n),N(this,"footers",u==null?void 0:u.footers,e),this.pageIndex=(a=u==null?void 0:u.pageIndex)!=null?a:1,this.pageSize=(i=u==null?void 0:u.pageSize)!=null?i:20,this.pageSizeOptions=(r=u==null?void 0:u.pageSizeOptions)!=null?r:[20],this.totalCount=(s=u==null?void 0:u.totalCount)!=null?s:0}}class Be extends ${constructor(e){super(e),this.controlType="list",this.props=new nt(this,e==null?void 0:e.props,"Designer")}validate(e,u){return ie(this,null,function*(){return yield st(Be.prototype,this,"validate").call(this,e),yield Promise.all(this.props.headers.map(n=>n.validate(e,u))),!0})}toDataBindModel(){const e=super.toDataBindModel(),u=e?[e]:[],n=this.id;return this.props.headers.reduce((a,i)=>{const r=i.toDataBindModel(n);if(Array.isArray(r)){const s=r.filter(h=>!!h);return[...a,...s]}return r&&a.push(r),a},u)}toSchema(){const e=super.toSchema(),u=this.props.headers.map(n=>n.toSchema());return ae(W({},e),{props:ae(W({},this.props),{headers:u})})}}Be.controlFieldType=we.LIST;class v3 extends x{constructor(e){super(e),this.controlType="list",this.props=new nt(this,e==null?void 0:e.props,"Runtime"),N(this,"children",e==null?void 0:e.children,void 0,"Runtime")}get length(){return this.children.length}}class at extends me{constructor(e){super(e),this.caption={type:"string",required:!0,message:o("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.width={type:"number",required:!1,message:o("CMD.pleaseEnterColumnWidth",null,"\u8BF7\u8F93\u5165\u5217\u5BBD")},this.width.required=e.widthType==="px"}}class ye extends q{constructor(e){var u,n,a,i,r;super(e),this.width=(u=e==null?void 0:e.width)!=null?u:150,this.widthType=(e==null?void 0:e.widthType)||"auto",this.caption=(n=e==null?void 0:e.caption)!=null?n:"",this.fixed=(a=e==null?void 0:e.fixed)!=null?a:"none",this.autoWidth=new Ve(e==null?void 0:e.autoWidth),this.dataBind=new P(e==null?void 0:e.dataBind),this.sort=(i=e==null?void 0:e.sort)!=null?i:!0,this.align=e==null?void 0:e.align,this.colSpan=e==null?void 0:e.colSpan,this.autoHeight=(r=e==null?void 0:e.autoHeight)!=null?r:!1}}ye.Rules=at;class m3 extends at{constructor(e){super(e),this.optionConfig={type:"enum",enum:["custom","datasource","none"],message:o("CMD.PleaseSelectTheCorrectOptionSettings",null,"\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E")},this.options=[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")}],this.datasourceBind=[{type:"object",message:o("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],et.call(this,e)}}class E3 extends ${constructor(e){super(e),this.controlType="column",this.props=new ye(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Designer")}toSchema(){const e=super.toSchema();return ae(W({},e),{children:this.children?this.children.map(u=>u.toSchema()):[]})}}class C3 extends x{constructor(e){super(e),this.controlType="column",this.props=new ye(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}class it extends ne{constructor(e){super(e),this.dataBind=new P(e==null?void 0:e.dataBind)}}class B3 extends j{constructor(e){super(e),this.controlType="search",this.props=new it(e==null?void 0:e.props)}}class y3 extends ut{constructor(e){super(e),this.controlType="search",this.props=new it(e==null?void 0:e.props)}}class rt extends ne{constructor(e){super(e)}}class F3 extends j{constructor(e){super(e),this.controlType="wrap",this.props=new rt(e==null?void 0:e.props)}}class g3 extends ut{constructor(e){super(e),this.controlType="wrap",this.props=new rt(e==null?void 0:e.props)}}function D3(t){t.hasOwnProperty("linkOperationOption")&&t.hasOwnProperty("showLinkOperation")&&t.showLinkOperation&&(this.linkOperationOption=[{type:"object",fields:{formKey:{type:"string",required:!0,message:o("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}}])}l.AMOUNT_TYPE=ze,l.AddressValue=D5,l.AiOptionSetting=xt,l.AmountDataBind=B5,l.AmountValue=y5,l.AutoWidth=Ve,l.BaseControlProperty=ue,l.BaseControlPropertyRules=tt,l.BaseControlPropertyRuntimeRules=tu,l.BaseStyle=Nt,l.COMMON_SETTING_TYPE=Vt,l.CalcDataBind=A5,l.CalcValue=b5,l.ColumnControlProperty=ye,l.ColumnControlPropertyRules=at,l.ColumnOptionAndDataSourcePropertyRules=m3,l.CustomAttributeItem=He,l.CustomPermissionItem=$5,l.DataBind=P,l.DataSourceBind=p,l.DataSourceDataSetValue=_t,l.DataSourceOrderItem=je,l.DataSourceParamItem=r5,l.DataStorageDoc=e5,l.DesignerColumnControl=E3,l.DesignerControl=$,l.DesignerFormControl=uu,l.DesignerLayoutControl=j,l.DesignerListControl=Be,l.DesignerSearchControl=B3,l.DesignerWrapControl=F3,l.DisplayBoListItem=ke,l.FieldBindItem=Lt,l.FieldFilterCondition=Y,l.FieldFilterConditions=H,l.FillBackBind=h5,l.FillPayloadBind=d5,l.FormBind=de,l.FormSelectBind=t5,l.ImageOptionSetting=qt,l.JoinRelation=a5,l.Language=f5,l.LayoutControlProperty=ne,l.LeftVariable=It,l.LinkOperationOption=s5,l.ListBind=u5,l.ListControlProperty=nt,l.ListTreeData=P5,l.Margin=O5,l.MasterDetail=I5,l.MetaAutoWidth=pd,l.MetaRowHeight=Yd,l.MetaWidth=ce,l.MultistageFillingItem=Ot,l.ObjectDataBind=ve,l.OperationItem=w5,l.OptObject=R5,l.OptionAndDataSourcePropertyRules=d3,l.OptionDisplayConfigItem=i5,l.OptionSetting=fe,l.OrganizationDataSourceBind=o5,l.PAGE_STATUS=Ke,l.Padding=_5,l.Property=q,l.PropertyRules=me,l.PropertyRuntimeRules=Je,l.RangeDataBind=F5,l.RangeDateValue=g5,l.RegisterControls=G,l.RegularRules=v5,l.RightVariable=he,l.RowHeight=Ne,l.RowStyle=L5,l.RowStyleRule=kt,l.RowStyleSettings=jt,l.RuntimeColumnControl=C3,l.RuntimeControl=x,l.RuntimeFormControl=h3,l.RuntimeLayoutControl=ut,l.RuntimeListControl=v3,l.RuntimeSearchControl=y3,l.RuntimeWrapControl=g3,l.SearchControlProperty=it,l.SelectedContentConfig=l5,l.StepButtonNext=Ht,l.StepButtonPrev=Wt,l.StepButtons=M5,l.SubListItem=Pt,l.SubListPageConfig=n5,l.SuperDataSourceBind=Mt,l.TreeDataSourceBind=c5,l.ViewOperationItem=S5,l.WrapControlProperty=rt,l.controlHooksEmitter=Gt,l.createValidator=Xt,l.defineArrayParent=At,l.defineControlArrayToProperty=N,l.defineParent=qe,l.initAiOptions=C5,l.initImageOptions=E5,l.initLinkOperationRules=D3,l.initOptionAndDataSourceRules=et,l.initOptions=m5,l.initSuperDataSourceRules=c3,l.isDataBind=eu,l.setPropertyDontEnum=oe,Object.defineProperty(l,"__esModule",{value:!0})});
1
+ var b3=Object.defineProperty,w3=Object.defineProperties;var S3=Object.getOwnPropertyDescriptors;var iu=Object.getOwnPropertySymbols,$3=Object.getPrototypeOf,R3=Object.prototype.hasOwnProperty,L3=Object.prototype.propertyIsEnumerable,P3=Reflect.get;var ru=(l,o,w)=>o in l?b3(l,o,{enumerable:!0,configurable:!0,writable:!0,value:w}):l[o]=w,W=(l,o)=>{for(var w in o||(o={}))R3.call(o,w)&&ru(l,w,o[w]);if(iu)for(var w of iu(o))L3.call(o,w)&&ru(l,w,o[w]);return l},ae=(l,o)=>w3(l,S3(o));var st=(l,o,w)=>P3($3(l),w,o);var ie=(l,o,w)=>new Promise((Fe,re)=>{var ge=M=>{try{U(w.next(M))}catch(Q){re(Q)}},De=M=>{try{U(w.throw(M))}catch(Q){re(Q)}},U=M=>M.done?Fe(M.value):Promise.resolve(M.value).then(ge,De);U((w=w.apply(l,o)).next())});(function(l,o){typeof exports=="object"&&typeof module!="undefined"?o(exports):typeof define=="function"&&define.amd?define(["exports"],o):(l=typeof globalThis!="undefined"?globalThis:l||self,o(l.modelDrivenCore={}))})(this,function(l){"use strict";const o=(t,e,u)=>{if(!t)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const n=t.split(".");let a;const i=(window.baitedaWorkers||{}).languageMessages||{};n.forEach((s,h)=>{h===0?a=i[s]:a&&(a=a[s])});let r="";return a&&(r=a),e&&Object.keys(e).forEach(s=>{const h=e[s];r=r.replace(new RegExp(`\\{\\s*${s}\\s*\\}`,"g"),h)}),r||(u?r=u:r=t),r};var w="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Fe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",re="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",ge="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",De="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",U="{caption}\u5FC5\u586B",M="\u8BF7\u8F93\u5165\u6807\u9898",Q="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",lu="\u8BF7\u8F93\u5165\u884C\u6807\u9898",su="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",ou="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",cu="\u8BF7\u7ED1\u5B9A\u8868\u5355",du="\u8BF7\u7ED1\u5B9A\u5217\u8868",hu="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",fu="\u8BF7\u8F93\u5165\u663E\u793A\u503C",vu="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",mu="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",Eu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Cu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Bu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",yu="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Fu="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",gu="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",Du="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Au="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",bu="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",wu="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Su="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",$u="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Ru="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Lu="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Pu="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Iu="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Ou="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",_u="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Mu="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Tu="\u8BF7\u7ED1\u5B9A\u670D\u52A1",qu="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",xu="\u8BF7\u9009\u62E9\u7701",Vu="\u8BF7\u9009\u62E9\u5E02",Nu="\u8BF7\u9009\u62E9\u533A",ku="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",ju="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Wu="\u8BF7\u8F93\u5165\u5217\u5BBD",Hu="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",zu="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Ku="\u8BF7\u9009\u62E9\u63A7\u4EF6",Ju="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Uu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Qu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Zu="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Xu="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Gu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Yu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",pu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",en="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",tn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",un="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",nn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",an="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",rn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",ln="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",sn="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",on="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",cn="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",dn="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",hn="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",fn="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",vn="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",mn="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",En="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",Cn="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",Bn="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",yn="\u6279\u91CF\u5220\u9664",Fn="\u6279\u91CF\u6253\u5370",gn="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Dn="\u6309\u94AE",An="\u521B\u5EFA\u5355\u636E",bn="\u4EEA\u8868\u76D8",wn="\u5206\u5272\u7EBF",Sn="\u5BFC\u51FA",$n="\u8868\u5355\u64CD\u4F5C",Rn="\u5BFC\u5165",Ln="\u53D1\u7968\u8BC6\u522B",Pn="\u94FE\u63A5",In="\u5217\u8868\u9009\u62E9",On="\u5217\u8868\u89C6\u56FE",_n="\u64CD\u4F5C\u6309\u94AE",Mn="\u5206\u9875",Tn="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",qn="\u8BF4\u660E\u6587\u5B57",xn="\u6587\u5B57\u8BC6\u522B",Vn="\u6807\u9898\u7EC4\u4EF6",Nn="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",kn="\u6570\u7EC4",jn="\u81EA\u52A8\u7F16\u53F7",Wn="\u81EA\u5B9A\u4E49",Hn="\u6570\u503C",zn="\u90E8\u95E8",Kn="\u4EBA\u5458",Jn="\u9644\u4EF6",Un="\u56FE\u7247",Qn="\u5730\u5740",Zn="\u64CD\u4F5C",Xn="\u5E8F\u53F7",Gn="\u4EBA\u5458",Yn="\u957F\u6587\u672C",pn="\u65E5\u671F\u533A\u95F4",ea="\u65E5\u671F",ta="\u77ED\u6587\u672C",ua="\u6362\u884C\u5BB9\u5668Wrap",na="\u8868\u683C",aa="\u660E\u7EC6\u5B50\u8868",ia="\u5730\u5740",ra="\u91D1\u989D",la="\u8BA1\u7B97\u516C\u5F0F",sa="\u591A\u9009",oa="\u7535\u5B50\u7B7E\u7AE0",ca="\u5355\u884C\u6587\u672C",da="\u6570\u5B57",ha="\u4E1A\u52A1\u7EC4\u7EC7",fa="\u5355\u9009",va="\u5BCC\u6587\u672C",ma="\u8BC4\u5206",Ea="\u6570\u5B57\u533A\u95F4",Ca="\u4E0B\u62C9\u5355\u9009",Ba="\u4E0B\u62C9\u591A\u9009",ya="\u5173\u8054\u5355\u9009",Fa="\u591A\u884C\u6587\u672C",ga="\u6811",Da="Vue\u5BB9\u5668",Aa="Vue\u9875\u9762",ba="\u5728\u7EBF\u6587\u6863",wa="\u6309\u94AE\u64CD\u4F5C\u680F",Sa="\u9AD8\u7EA7\u5BB9\u5668",$a="\u5206\u7EC4",Ra="\u6805\u683C\u5217",La="\u6570\u636E\u5BB9\u5668",Pa="\u753B\u5E03",Ia="\u6362\u884C\u5BB9\u5668",Oa="\u6805\u683C\u7B49\u5206\u884C",_a="\u5217\u8868\u5BB9\u5668",Ma="\u81EA\u7531\u9875\u9762",Ta="\u5B9A\u4F4D\u5B50\u5BB9\u5668",qa="\u5B9A\u4F4D\u5BB9\u5668",xa="\u6805\u683C\u5E03\u5C40",Va="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Na="\u660E\u7EC6\u5B50\u8868\u884C",ka="\u6807\u7B7E\u9875",ja="\u6807\u7B7E\u5355\u5143",Wa="\u5DE5\u5177\u680F",Ha="\u6279\u91CF\u63D0\u4EA4",za="\u5BFC\u51FA\u8BB0\u5F55",Ka="\u5217\u8868\u89C6\u56FE",Ja="\u7ED3\u675F\u65F6\u95F4",Ua="\u5F00\u59CB\u65F6\u95F4",Qa="\u5355\u4F4D",Za="\u7ED3\u679C",Xa="\u5E01\u79CD",Ga="\u7ED3\u675F\u65E5\u671F",Ya="\u5F00\u59CB\u65E5\u671F",pa="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",ei="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",ti="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",ui="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",ni="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",ai="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",ii="\u8BF7\u9009\u62E9",ri="\u8BF7\u9009\u62E9\u7EC4\u7EC7",li="\u8BF7\u9009\u62E9\u90E8\u95E8",si="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",oi="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",ci="\u8BF7\u9009\u62E9\u5730\u5740",di="\u5F39\u7A97\u786E\u8BA4\u65F6",hi="\u6807\u7B7E\u9875\u5207\u6362\u65F6",fi="\u884C\u9009\u4E2D\u65F6",vi="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",mi="\u884C\u5220\u9664\u524D",Ei="\u884C\u70B9\u51FB\u65F6",Ci="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",Bi="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",yi="\u91CD\u547D\u540D\u65F6",Fi="\u4FDD\u5B58\u6587\u4EF6\u65F6",gi="\u6253\u5F00\u6587\u4EF6\u65F6",Di="\u83B7\u53D6\u7126\u70B9\u65F6",Ai="\u5931\u53BB\u7126\u70B9\u65F6",bi="\u7528\u6237\u8F93\u5165\u65F6",wi="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",Si="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",$i="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",Ri="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",Li="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",Pi="\u641C\u7D22\u65F6",Ii="\u503C\u53D1\u751F\u53D8\u5316\u65F6",Oi="\u6267\u884C\u5B8C\u6210\u65F6",_i="\u70B9\u51FB\u65F6",Mi="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",Ti="\u8BF7\u8F93\u5165\u65E5\u671F",qi="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",xi="\u8BF7\u8F93\u5165",Vi="\u9ED8\u8BA4\u6A21\u7248",Ni="\u5DE6\u53F3\u5E03\u5C40",ki="\u4E0A\u4E0B\u5E03\u5C40",ji="\u53EA\u8BFB",Wi="\u5FC5\u586B",Hi="\u63D0\u793A\u6587\u5B57",zi="\u9690\u85CF\u6807\u9898",Ki="\u6807\u9898\u5FC5\u586B",Ji="\u7EC4\u7EC7\u5F62\u6001",Ui="\u4E1A\u52A1\u7C7B\u578B",Qi="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",Zi="\u9690\u85CF",Xi="\u6D41\u7A0B\u72B6\u6001",Gi="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",Yi="\u5220\u9664",pi="\u7F16\u8F91",er="\u67E5\u770B",tr="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",ur="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",nr="\u5145\u6EE1\u6574\u884C",ar="\u6700\u5C0F\u503C",ir="\u6700\u5927\u503C",rr="\u65B0\u5EFA\u6587\u6863",lr="\u91CD\u7F6E",sr="\u67E5\u8BE2",or="\u660E\u7EC6",cr="\u6253\u5370",dr="\u4FDD\u5B58\u8349\u7A3F",hr="\u4FDD\u5B58",fr="\u53D6\u6D88",vr="\u4E0A\u4F20\u56FE\u7247",mr="\u53D1\u8D77\u7B7E\u7F72",Er="\u4E0A\u4F20\u9644\u4EF6",Cr="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",Br="\u5F15\u7528\u5217\u8868",yr="\u9009\u9879\u4E00",Fr="\u9009\u9879\u4E8C",gr="\u9009\u9879\u4E09",Dr={isNotNumber:w,isNotString:Fe,isNotObject:re,isNotArray:ge,isNotBoolean:De,runtimeRequired:U,pleaseEnterCaption:M,pleaseEnterCaptionTip:Q,pleaseEnterRowCaption:lu,pleaseEnterPlaceholder:su,pleaseEnterFieldCode:ou,pleaseEnterForm:cu,pleaseEnterList:du,pleaseEnterProcess:hu,pleaseEnterLabel:fu,pleaseEnterValue:vu,bizKeyNotBindFiled:mu,pleaseSelectOneField:Eu,pleaseEnterNumberRange:Cu,pleaseEnterAValueGreaterThanMin:Bu,pleaseEnterAValueLessThanMax:yu,numberRangeSetError:Fu,stringRangeError:gu,attachmentMaxSize:Du,pleaseEnterTotalScoreSetting:Au,theTotalScoreMustNotBeLessThan1:bu,scoreDefaultValueRange:wu,attachmentLimitError:Su,PleaseReselectTheOptionalQuantity:$u,TheMaximumLengthIsGreaterThanTheMinimumLength:Ru,TheMinimumLengthIsGreaterThanTheMaximumLength:Lu,PleaseSelectTheCorrectOptionSettings:Pu,optionIdIsRepeat:Iu,optionIsRequired:Ou,pleaseEnterDataCode:_u,pleaseEnterValueFieldCode:Mu,pleaseEnterSvcCode:Tu,pleaseBindAtLeastOneDisplayValue:qu,pleaseSelectProvince:xu,pleaseSelectCity:Vu,pleaseSelectDistrict:Nu,limitRowsCannotBeLessThan0:ku,TheNumberOfRowsCannotBeLessThanMinRows:ju,pleaseEnterColumnWidth:Wu,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Hu,pleaseCompleteAllRulesAndConditions:zu,pleaseSelectControl:Ku,pleaseSelectAtLeastOneColumn:Ju,pleaseSelectFillBackMode:Uu,pleaseSelectDashboard:Qu,rootNodeIsRequired:Zu,theViewNameCannotBeEmpty:Xu,pleaseSelectOcrType:Gu,pleaseSelectAtLeastOneFieldToFillIn:Yu,pleaseChooseAtLeastOne:pu,pleaseEnterButtonContent:en,pleaseEnterDataCodeInDataSetting:tn,pleaseEnterValueFieldCodeInDataSetting:un,pleaseEnterSvcCodeInDataSetting:nn,pleaseBindAtLeastOneDisplayValueInDataSetting:an,rootNodeIsRequiredInDataSetting:rn,pleaseEnterMaxHeight:ln,pleaseEnterWatermark:sn,pleaseEnterFileName:on,pleaseUploadAtLeastOnePrintTemplate:cn,pleaseAssignBusiness:dn,pleaseAssignExternal:hn,pleaseEnterAliasCode:fn,pleaseSelectDataCode:vn,pleaseSelectSvcCode:mn,pleaseSelectJoinFieldCode:En,pleaseSelectMainFieldCode:Cn,pleaseSelectSortFieldCode:Bn,batchDeleteButton:yn,batchPrintListButton:Fn,batchPrintRecordList:gn,button:Dn,createFormListButton:An,dashboard:bn,divider:wn,exportListButton:Sn,formSelectButton:$n,importRecordListButton:Rn,invoiceCheckButton:Ln,link:Pn,listSelectButton:In,ListViewSelect:On,operationButton:_n,pagination:Mn,submissionRecordListButton:Tn,text:qn,textOcrButton:xn,title:Vn,approvalStatusColumn:Nn,array:kn,autoNumber:jn,custom:Wn,decimal:Hn,department:zn,employee:Kn,file:Jn,image:Un,location:Qn,operation:Zn,order:Xn,people:Gn,long:Yn,timescope:pn,timestamp:ea,varchar:ta,gridLayoutWrap:ua,gridTable:na,subTable:aa,address:ia,amount:ra,calc:la,checkBox:sa,electronicSignature:oa,input:ca,number:da,organizationSelection:ha,radio:fa,richText:va,score:ma,searchNumberRange:Ea,select:Ca,selectMultiple:Ba,selectRelation:ya,textarea:Fa,tree:ga,vueFormItem:Da,vuePage:Aa,WPS:ba,actionBar:wa,advancedContainer:Sa,cardGroup:$a,col:Ra,dataView:La,grid:Pa,gridLayoutContainer:Ia,gridRow:Oa,listView:_a,page:Ma,position:Ta,positioningContainer:qa,row:xa,subtableColumn:Va,subtableRow:Na,tab:ka,tabPane:ja,toolbox:Wa,batchSubmissionListButton:Ha,exportRecordListButton:za,listViewSelect:Ka,endTime:Ja,startTime:Ua,unit:Qa,result:Za,currency:Xa,endDate:Ga,startDate:Ya,pleaseSelectCompanyName:pa,pleaseSelectPhoneOrEmail:ei,pleaseSelectSignType:ti,pleaseSelectSigner:ui,pleaseSelectOnlyOne:ni,pleaseSelectSignFile:ai,pleaseSelect:ii,pleaseSelectOrg:ri,pleaseSelectDept:li,pleaseSelectEndDate:si,pleaseSelectStartDate:oi,pleaseChooseAddress:ci,modalConfirm:di,tabChange:hi,rowSelected:fi,listDataImport:vi,rowDelete:mi,rowClick:Ei,cellRender:Ci,onClickBtn:Bi,rename:yi,onSaveFile:Fi,onOpenFile:gi,onFocus:Di,onBlur:Ai,onInput:bi,listDataAdd:wi,listDataDelete:Si,listDataBack:$i,listDataCreate:Ri,listDataChange:Li,search:Pi,valueChange:Ii,finished:Oi,click:_i,pleaseEnterNameorEmail:Mi,pleaseEnterDate:Ti,pleaseEnterAutonumber:qi,pleaseEnter:xi,defaultTemplate:Vi,left:Ni,top:ki,default:"\u666E\u901A",readonly:ji,required:Wi,textTip:Hi,hideCaption:zi,titleRequired:Ki,organizationalForm:Ji,businessType:Ui,deleteConfirm:Qi,hide:Zi,processStatus:Xi,approvedDocuments:Gi,delete:Yi,edit:pi,view:er,loadCtrlErrorTip:tr,loadCtrlError:ur,fullLine:nr,min:ar,max:ir,createWPS:rr,reset:lr,query:sr,detailed:or,print:cr,draft:dr,save:hr,cancel:fr,uploadImg:vr,signature:mr,uploadFile:Er,linkContent:Cr,referenceList:Br,optionOne:yr,optionTwo:Fr,optionThird:gr},Ar="Please enter a number",br="Please enter a string",wr="Please enter an object",Sr="Please enter an array",$r="Please enter a boolean",Rr="{caption} Required",Lr="Please enter the title",Pr="Please enter the bubble prompt",Ir="Please enter the row title",Or="Please enter the prompt text",_r="Please bind data items",Mr="Please bind the form",Tr="Please bind the list",qr="Please bind the process",xr="Please enter the displayed value",Vr="Please enter the stored value",Nr="The document number is not bound to the data item",kr="Please select at least one display field",jr="Please enter a value greater than or equal to {min} and less than or equal to {max}",Wr="Please enter a value greater than or equal to {min}",Hr="Please enter a value less than or equal to {max}",zr="The value range is set incorrectly",Kr="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Jr="The attachment size must be between 0MB and 1000MB",Ur="Please fill in the total score setting",Qr="The total score cannot be less than 1",Zr="The default value must be between {min} and {max}",Xr="The number of attachment uploads exceeds the limit",Gr="Please re-select the optional quantity",Yr="The maximum length of the control must be greater than the minimum length",pr="The minimum length of the control must be less than the maximum length",el="Please select the correct option setting",tl="Option ID cannot be repeated",ul="Please enter at least one option",nl="Please bind the data source",al="Please bind the stored value",il="Please bind the service",rl="At least one display value must be bound",ll="Please select a province",sl="Please select a city",ol="Please select a district",cl="The minimum number of lines to fill in cannot be less than 0",dl="The number of rows cannot be less than {min} rows",hl="Please enter the column width",fl="Please set the logical relationship of all rule conditions",vl="Please complete all rules and conditions",ml="please select control",El="Please select the dashboard",Cl="View name cannot be empty",Bl="Please select recognition type",yl="Please select at least one field to fill in",Fl="Please select at least one",gl="Please enter the button title",Dl="Please bind the business model in the data settings",Al="Please bind storage values in data settings",bl="Please bind the service in the data settings",wl="Please bind at least one display value in the data settings",Sl="Please select the root node in the data settings",$l="Please enter the maximum height",Rl="The input content cannot be empty",Ll="Watermark cannot be empty",Pl="File name cannot be empty",Il="Please upload at least one printing template!\uFF01",Ol="Please select a specific business department",_l="Please select a specified external organization",Ml="Please enter a sub table alias",Tl="Please select the associated table to set the business model",ql="Please select the association table to set the binding service",xl="Select associated sub table fields",Vl="Please select the associated main table field",Nl="Please select the sort field",kl="\u6279\u91CF\u5220\u9664",jl="\u6279\u91CF\u6253\u5370",Wl="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Hl="\u6309\u94AE",zl="\u521B\u5EFA\u5355\u636E",Kl="\u4EEA\u8868\u76D8",Jl="\u5206\u5272\u7EBF",Ul="\u5BFC\u51FA",Ql="\u8868\u5355\u64CD\u4F5C",Zl="\u5BFC\u5165",Xl="\u53D1\u7968\u8BC6\u522B",Gl="\u94FE\u63A5",Yl="\u5217\u8868\u9009\u62E9",pl="\u5217\u8868\u89C6\u56FE",es="\u64CD\u4F5C\u6309\u94AE",ts="\u5206\u9875",us="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",ns="\u8BF4\u660E\u6587\u5B57",as="\u6587\u5B57\u8BC6\u522B",is="\u6807\u9898\u7EC4\u4EF6",rs="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",ls="\u6570\u7EC4",ss="\u81EA\u52A8\u7F16\u53F7",os="\u81EA\u5B9A\u4E49",cs="\u6570\u503C",ds="\u90E8\u95E8",hs="\u4EBA\u5458",fs="\u9644\u4EF6",vs="\u56FE\u7247",ms="\u5730\u5740",Es="\u64CD\u4F5C",Cs="\u5E8F\u53F7",Bs="\u4EBA\u5458",ys="\u957F\u6587\u672C",Fs="\u65E5\u671F\u533A\u95F4",gs="\u65E5\u671F",Ds="\u77ED\u6587\u672C",As="\u6362\u884C\u5BB9\u5668Wrap",bs="\u8868\u683C",ws="\u660E\u7EC6\u5B50\u8868",Ss="\u5730\u5740",$s="\u91D1\u989D",Rs="\u8BA1\u7B97\u516C\u5F0F",Ls="\u591A\u9009",Ps="\u7535\u5B50\u7B7E\u7AE0",Is="\u5355\u884C\u6587\u672C",Os="\u6570\u5B57",_s="\u4E1A\u52A1\u7EC4\u7EC7",Ms="\u5355\u9009",Ts="\u5BCC\u6587\u672C",qs="\u8BC4\u5206",xs="\u6570\u5B57\u533A\u95F4",Vs="\u4E0B\u62C9\u5355\u9009",Ns="\u4E0B\u62C9\u591A\u9009",ks="\u5173\u8054\u5355\u9009",js="\u591A\u884C\u6587\u672C",Ws="\u6811",Hs="Vue\u5BB9\u5668",zs="Vue\u9875\u9762",Ks="\u5728\u7EBF\u6587\u6863",Js="\u6309\u94AE\u64CD\u4F5C\u680F",Us="\u9AD8\u7EA7\u5BB9\u5668",Qs="\u5206\u7EC4",Zs="\u6805\u683C\u5217",Xs="\u6570\u636E\u5BB9\u5668",Gs="\u753B\u5E03",Ys="\u6362\u884C\u5BB9\u5668",ps="\u6805\u683C\u7B49\u5206\u884C",eo="\u5217\u8868\u5BB9\u5668",to="\u81EA\u7531\u9875\u9762",uo="\u5B9A\u4F4D\u5B50\u5BB9\u5668",no="\u5B9A\u4F4D\u5BB9\u5668",ao="\u6805\u683C\u5E03\u5C40",io="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",ro="\u660E\u7EC6\u5B50\u8868\u884C",lo="\u6807\u7B7E\u9875",so="\u6807\u7B7E\u5355\u5143",oo="\u5DE5\u5177\u680F",co="\u6279\u91CF\u63D0\u4EA4",ho="\u5BFC\u51FA\u8BB0\u5F55",fo="\u5217\u8868\u89C6\u56FE",vo="\u5F15\u7528\u5217\u8868",mo="\u9009\u9879\u4E00",Eo="\u9009\u9879\u4E8C",Co="\u9009\u9879\u4E09",Bo={isNotNumber:Ar,isNotString:br,isNotObject:wr,isNotArray:Sr,isNotBoolean:$r,runtimeRequired:Rr,pleaseEnterCaption:Lr,pleaseEnterCaptionTip:Pr,pleaseEnterRowCaption:Ir,pleaseEnterPlaceholder:Or,pleaseEnterFieldCode:_r,pleaseEnterForm:Mr,pleaseEnterList:Tr,pleaseEnterProcess:qr,pleaseEnterLabel:xr,pleaseEnterValue:Vr,bizKeyNotBindFiled:Nr,pleaseSelectOneField:kr,pleaseEnterNumberRange:jr,pleaseEnterAValueGreaterThanMin:Wr,pleaseEnterAValueLessThanMax:Hr,numberRangeSetError:zr,stringRangeError:Kr,attachmentMaxSize:Jr,pleaseEnterTotalScoreSetting:Ur,theTotalScoreMustNotBeLessThan1:Qr,scoreDefaultValueRange:Zr,attachmentLimitError:Xr,PleaseReselectTheOptionalQuantity:Gr,TheMaximumLengthIsGreaterThanTheMinimumLength:Yr,TheMinimumLengthIsGreaterThanTheMaximumLength:pr,PleaseSelectTheCorrectOptionSettings:el,optionIdIsRepeat:tl,optionIsRequired:ul,pleaseEnterDataCode:nl,pleaseEnterValueFieldCode:al,pleaseEnterSvcCode:il,pleaseBindAtLeastOneDisplayValue:rl,pleaseSelectProvince:ll,pleaseSelectCity:sl,pleaseSelectDistrict:ol,limitRowsCannotBeLessThan0:cl,TheNumberOfRowsCannotBeLessThanMinRows:dl,pleaseEnterColumnWidth:hl,pleaseSetTheLogicalRelationshipOfAllRuleConditions:fl,pleaseCompleteAllRulesAndConditions:vl,pleaseSelectControl:ml,pleaseSelectDashboard:El,theViewNameCannotBeEmpty:Cl,pleaseSelectOcrType:Bl,pleaseSelectAtLeastOneFieldToFillIn:yl,pleaseChooseAtLeastOne:Fl,pleaseEnterButtonContent:gl,pleaseEnterDataCodeInDataSetting:Dl,pleaseEnterValueFieldCodeInDataSetting:Al,pleaseEnterSvcCodeInDataSetting:bl,pleaseBindAtLeastOneDisplayValueInDataSetting:wl,rootNodeIsRequiredInDataSetting:Sl,pleaseEnterMaxHeight:$l,pleaseEnter:Rl,pleaseEnterWatermark:Ll,pleaseEnterFileName:Pl,pleaseUploadAtLeastOnePrintTemplate:Il,pleaseAssignBusiness:Ol,pleaseAssignExternal:_l,pleaseEnterAliasCode:Ml,pleaseSelectDataCode:Tl,pleaseSelectSvcCode:ql,pleaseSelectJoinFieldCode:xl,pleaseSelectMainFieldCode:Vl,pleaseSelectSortFieldCode:Nl,batchDeleteButton:kl,batchPrintListButton:jl,batchPrintRecordList:Wl,button:Hl,createFormListButton:zl,dashboard:Kl,divider:Jl,exportListButton:Ul,formSelectButton:Ql,importRecordListButton:Zl,invoiceCheckButton:Xl,link:Gl,listSelectButton:Yl,ListViewSelect:pl,operationButton:es,pagination:ts,submissionRecordListButton:us,text:ns,textOcrButton:as,title:is,approvalStatusColumn:rs,array:ls,autoNumber:ss,custom:os,decimal:cs,department:ds,employee:hs,file:fs,image:vs,location:ms,operation:Es,order:Cs,people:Bs,long:ys,timescope:Fs,timestamp:gs,varchar:Ds,gridLayoutWrap:As,gridTable:bs,subTable:ws,address:Ss,amount:$s,calc:Rs,checkBox:Ls,electronicSignature:Ps,input:Is,number:Os,organizationSelection:_s,radio:Ms,richText:Ts,score:qs,searchNumberRange:xs,select:Vs,selectMultiple:Ns,selectRelation:ks,textarea:js,tree:Ws,vueFormItem:Hs,vuePage:zs,WPS:Ks,actionBar:Js,advancedContainer:Us,cardGroup:Qs,col:Zs,dataView:Xs,grid:Gs,gridLayoutContainer:Ys,gridRow:ps,listView:eo,page:to,position:uo,positioningContainer:no,row:ao,subtableColumn:io,subtableRow:ro,tab:lo,tabPane:so,toolbox:oo,batchSubmissionListButton:co,exportRecordListButton:ho,listViewSelect:fo,referenceList:vo,optionOne:mo,optionTwo:Eo,optionThird:Co},yo="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Fo="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",go="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Do="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ao="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",bo="{caption}\u5FC5\u9808",wo="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",So="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",$o="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ro="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Lo="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Po="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Io="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Oo="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",_o="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Mo="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",To="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",qo="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xo="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Vo="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",No="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ko="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",jo="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Wo="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Ho="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",zo="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Ko="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Jo="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",Uo="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Qo="\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",Zo="\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",Xo="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Go="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Yo="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",po="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ec="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",tc="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",uc="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",nc="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ac="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ic="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",rc="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",lc="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",sc="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",oc="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",cc="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",dc="please select control",hc="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",fc="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",vc="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",mc="\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",Ec="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Cc="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Bc="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",yc="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Fc="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",gc="\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",Dc="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ac="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",bc="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",wc="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Sc="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",$c="\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",Rc="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Lc="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Pc="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ic="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Oc="\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",_c="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Mc="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Tc="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",qc="\u6279\u91CF\u5220\u9664",xc="\u6279\u91CF\u6253\u5370",Vc="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Nc="\u6309\u94AE",kc="\u521B\u5EFA\u5355\u636E",jc="\u4EEA\u8868\u76D8",Wc="\u5206\u5272\u7EBF",Hc="\u5BFC\u51FA",zc="\u8868\u5355\u64CD\u4F5C",Kc="\u5BFC\u5165",Jc="\u53D1\u7968\u8BC6\u522B",Uc="\u94FE\u63A5",Qc="\u5217\u8868\u9009\u62E9",Zc="\u5217\u8868\u89C6\u56FE",Xc="\u64CD\u4F5C\u6309\u94AE",Gc="\u5206\u9875",Yc="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",pc="\u8BF4\u660E\u6587\u5B57",e0="\u6587\u5B57\u8BC6\u522B",t0="\u6807\u9898\u7EC4\u4EF6",u0="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",n0="\u6570\u7EC4",a0="\u81EA\u52A8\u7F16\u53F7",i0="\u81EA\u5B9A\u4E49",r0="\u6570\u503C",l0="\u90E8\u95E8",s0="\u4EBA\u5458",o0="\u9644\u4EF6",c0="\u56FE\u7247",d0="\u5730\u5740",h0="\u64CD\u4F5C",f0="\u5E8F\u53F7",v0="\u4EBA\u5458",m0="\u957F\u6587\u672C",E0="\u65E5\u671F\u533A\u95F4",C0="\u65E5\u671F",B0="\u77ED\u6587\u672C",y0="\u6362\u884C\u5BB9\u5668Wrap",F0="\u8868\u683C",g0="\u660E\u7EC6\u5B50\u8868",D0="\u5730\u5740",A0="\u91D1\u989D",b0="\u8BA1\u7B97\u516C\u5F0F",w0="\u591A\u9009",S0="\u7535\u5B50\u7B7E\u7AE0",$0="\u5355\u884C\u6587\u672C",R0="\u6570\u5B57",L0="\u4E1A\u52A1\u7EC4\u7EC7",P0="\u5355\u9009",I0="\u5BCC\u6587\u672C",O0="\u8BC4\u5206",_0="\u6570\u5B57\u533A\u95F4",M0="\u4E0B\u62C9\u5355\u9009",T0="\u4E0B\u62C9\u591A\u9009",q0="\u5173\u8054\u5355\u9009",x0="\u591A\u884C\u6587\u672C",V0="\u6811",N0="Vue\u5BB9\u5668",k0="Vue\u9875\u9762",j0="\u5728\u7EBF\u6587\u6863",W0="\u6309\u94AE\u64CD\u4F5C\u680F",H0="\u9AD8\u7EA7\u5BB9\u5668",z0="\u5206\u7EC4",K0="\u6805\u683C\u5217",J0="\u6570\u636E\u5BB9\u5668",U0="\u753B\u5E03",Q0="\u6362\u884C\u5BB9\u5668",Z0="\u6805\u683C\u7B49\u5206\u884C",X0="\u5217\u8868\u5BB9\u5668",G0="\u81EA\u7531\u9875\u9762",Y0="\u5B9A\u4F4D\u5B50\u5BB9\u5668",p0="\u5B9A\u4F4D\u5BB9\u5668",ed="\u6805\u683C\u5E03\u5C40",td="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",ud="\u660E\u7EC6\u5B50\u8868\u884C",nd="\u6807\u7B7E\u9875",ad="\u6807\u7B7E\u5355\u5143",id="\u5DE5\u5177\u680F",rd="\u6279\u91CF\u63D0\u4EA4",ld="\u5BFC\u51FA\u8BB0\u5F55",sd="\u5217\u8868\u89C6\u56FE",od="\u5F15\u7528\u5217\u8868",cd="\u9009\u9879\u4E00",dd="\u9009\u9879\u4E8C",hd="\u9009\u9879\u4E09",fd={isNotNumber:yo,isNotString:Fo,isNotObject:go,isNotArray:Do,isNotBoolean:Ao,runtimeRequired:bo,pleaseEnterCaption:wo,pleaseEnterCaptionTip:So,pleaseEnterRowCaption:$o,pleaseEnterPlaceholder:Ro,pleaseEnterFieldCode:Lo,pleaseEnterForm:Po,pleaseEnterList:Io,pleaseEnterProcess:Oo,pleaseEnterLabel:_o,pleaseEnterValue:Mo,bizKeyNotBindFiled:To,pleaseSelectOneField:qo,pleaseEnterNumberRange:xo,pleaseEnterAValueGreaterThanMin:Vo,pleaseEnterAValueLessThanMax:No,numberRangeSetError:ko,stringRangeError:jo,attachmentMaxSize:Wo,pleaseEnterTotalScoreSetting:Ho,theTotalScoreMustNotBeLessThan1:zo,scoreDefaultValueRange:Ko,attachmentLimitError:Jo,PleaseReselectTheOptionalQuantity:Uo,TheMaximumLengthIsGreaterThanTheMinimumLength:Qo,TheMinimumLengthIsGreaterThanTheMaximumLength:Zo,PleaseSelectTheCorrectOptionSettings:Xo,optionIdIsRepeat:Go,optionIsRequired:Yo,pleaseEnterDataCode:po,pleaseEnterValueFieldCode:ec,pleaseEnterSvcCode:tc,pleaseBindAtLeastOneDisplayValue:uc,pleaseSelectProvince:nc,pleaseSelectCity:ac,pleaseSelectDistrict:ic,limitRowsCannotBeLessThan0:rc,TheNumberOfRowsCannotBeLessThanMinRows:lc,pleaseEnterColumnWidth:sc,pleaseSetTheLogicalRelationshipOfAllRuleConditions:oc,pleaseCompleteAllRulesAndConditions:cc,pleaseSelectControl:dc,pleaseSelectDashboard:hc,theViewNameCannotBeEmpty:fc,pleaseSelectOcrType:vc,pleaseSelectAtLeastOneFieldToFillIn:mc,pleaseChooseAtLeastOne:Ec,pleaseEnterButtonContent:Cc,pleaseEnterDataCodeInDataSetting:Bc,pleaseEnterValueFieldCodeInDataSetting:yc,pleaseEnterSvcCodeInDataSetting:Fc,pleaseBindAtLeastOneDisplayValueInDataSetting:gc,rootNodeIsRequiredInDataSetting:Dc,pleaseEnterMaxHeight:Ac,pleaseEnter:bc,pleaseEnterWatermark:wc,pleaseEnterFileName:Sc,pleaseUploadAtLeastOnePrintTemplate:$c,pleaseAssignBusiness:Rc,pleaseAssignExternal:Lc,pleaseEnterAliasCode:Pc,pleaseSelectDataCode:Ic,pleaseSelectSvcCode:Oc,pleaseSelectJoinFieldCode:_c,pleaseSelectMainFieldCode:Mc,pleaseSelectSortFieldCode:Tc,batchDeleteButton:qc,batchPrintListButton:xc,batchPrintRecordList:Vc,button:Nc,createFormListButton:kc,dashboard:jc,divider:Wc,exportListButton:Hc,formSelectButton:zc,importRecordListButton:Kc,invoiceCheckButton:Jc,link:Uc,listSelectButton:Qc,ListViewSelect:Zc,operationButton:Xc,pagination:Gc,submissionRecordListButton:Yc,text:pc,textOcrButton:e0,title:t0,approvalStatusColumn:u0,array:n0,autoNumber:a0,custom:i0,decimal:r0,department:l0,employee:s0,file:o0,image:c0,location:d0,operation:h0,order:f0,people:v0,long:m0,timescope:E0,timestamp:C0,varchar:B0,gridLayoutWrap:y0,gridTable:F0,subTable:g0,address:D0,amount:A0,calc:b0,checkBox:w0,electronicSignature:S0,input:$0,number:R0,organizationSelection:L0,radio:P0,richText:I0,score:O0,searchNumberRange:_0,select:M0,selectMultiple:T0,selectRelation:q0,textarea:x0,tree:V0,vueFormItem:N0,vuePage:k0,WPS:j0,actionBar:W0,advancedContainer:H0,cardGroup:z0,col:K0,dataView:J0,grid:U0,gridLayoutContainer:Q0,gridRow:Z0,listView:X0,page:G0,position:Y0,positioningContainer:p0,row:ed,subtableColumn:td,subtableRow:ud,tab:nd,tabPane:ad,toolbox:id,batchSubmissionListButton:rd,exportRecordListButton:ld,listViewSelect:sd,referenceList:od,optionOne:cd,optionTwo:dd,optionThird:hd},Ae={zhCN:Dr,enUS:Bo,jaJP:fd},be,vd=(be=window.localStorage.getItem("locale"))!==null&&be!==void 0?be:"zh-CN",le=function(t){return t.BASE="base",t.FORM="form",t.LAYOUT="layout",t.WRAP="wrap",t.COLUMN="column",t.LIST="list",t.SEARCH="search",t}({}),we=function(t){return t.VARCHAR="varchar",t.TEXT="text",t.ARRAY="array",t.ADDRESS="location",t.DECIMAL="decimal",t.DECIMAL_RANGE="decimal_range",t.TIMESTAMP="timestamp",t.EMPLOYEES="people",t.DEPARTMENTS="department",t.MONEY="money",t.TIMESCOPE="timescope",t.FILE="file",t.IMAGE="image",t.AUTO_NUMBER="auto_number",t.CALC="calc",t.LIST="list",t.JSON="json",t.ANY="ANY",t}({}),ot="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",md=ot+"0123456789";function V(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",u=0;u<t;u++){var n=u===0?ot:md,a=Math.random()*n.length;e+=n[parseInt(String(a),10)]}return e}function Se(t,e){(e==null||e>t.length)&&(e=t.length);for(var u=0,n=new Array(e);u<e;u++)n[u]=t[u];return n}function Ed(t){if(Array.isArray(t))return Se(t)}function Cd(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ct(t,e,u){return e=Z(e),gd(t,Re()?Reflect.construct(e,u||[],Z(t).constructor):e.apply(t,u))}function dt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function se(t,e,u){return Re()?se=Reflect.construct:se=function(a,i,r){var s=[null];s.push.apply(s,i);var h=Function.bind.apply(a,s),d=new h;return r&&X(d,r.prototype),d},se.apply(null,arguments)}function Z(t){return Z=Object.setPrototypeOf?Object.getPrototypeOf:function(u){return u.__proto__||Object.getPrototypeOf(u)},Z(t)}function ht(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&X(t,e)}function Bd(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function yd(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Fd(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function gd(t,e){return e&&(Dd(e)==="object"||typeof e=="function")?e:Cd(t)}function X(t,e){return X=Object.setPrototypeOf||function(n,a){return n.__proto__=a,n},X(t,e)}function ft(t){return Ed(t)||yd(t)||Ad(t)||Fd()}function Dd(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function Ad(t,e){if(!!t){if(typeof t=="string")return Se(t,e);var u=Object.prototype.toString.call(t).slice(8,-1);if(u==="Object"&&t.constructor&&(u=t.constructor.name),u==="Map"||u==="Set")return Array.from(u);if(u==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(u))return Se(t,e)}}function $e(t){var e=typeof Map=="function"?new Map:void 0;return $e=function(n){if(n===null||!Bd(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 se(n,arguments,Z(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),X(a,n)},$e(t)}function Re(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Re=function(){return!!t})()}var Le=console;function Pe(){for(var t=arguments.length,e=new Array(t),u=0;u<t;u++)e[u]=arguments[u];var n,a=e.slice(1);(n=Le).warn.apply(n,["\u{1F9D0} Driven Warning:"+e[0]].concat(ft(a)))}function vt(){for(var t=arguments.length,e=new Array(t),u=0;u<t;u++)e[u]=arguments[u];var n,a=e.slice(1);(n=Le).log.apply(n,["\u{1F680} Driven Log:"+e[0]].concat(ft(a)))}function bd(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Ie=function(t){ht(e,t);function e(u){dt(this,e);var n;return n=ct(this,e,[u]),n.name="\u{1F4A5} Driven Error",n.message=u?bd(u):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",n}return e}($e(Error)),wd=function(t){ht(e,t);function e(u){dt(this,e);var n;return n=ct(this,e,[u]),n.name="\u{1F6A8} Driven Reference Error",n}return e}(Ie);function Oe(t){throw new Ie(t)}function mt(t){throw new wd(t)}function Sd(t){Le.error(new Ie(t))}function $d(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Et(t,e){for(var u=0;u<e.length;u++){var n=e[u];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function Rd(t,e,u){return e&&Et(t.prototype,e),u&&Et(t,u),t}function Ld(t,e,u){return e in t?Object.defineProperty(t,e,{value:u,enumerable:!0,configurable:!0,writable:!0}):t[e]=u,t}var Ct=function(){function t(){$d(this,t)}return Rd(t,null,[{key:"getMessage",value:function(u){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a;return o("CMD."+u,n,Ae==null||(a=Ae[vd.split("-").join("")])===null||a===void 0?void 0:a[u])}},{key:"resetI18n",value:function(){}},{key:"setLocale",value:function(u,n){}}]),t}();Ld(Ct,"$i18n",Ct.resetI18n());function Pd(t,e,u){var n=e.replace(/\[(\d)]/g,function(i,r){return"."+r}).split("."),a=!1;return n.reduce(function(i,r,s,h){var d=i;if(!!i){if(!Object.prototype.hasOwnProperty.call(i,r)){Pe("Can not set ".concat(e,"'s ").concat(r," property in current %o, Because there is no ").concat(r," property on the %o"),i,i);return}return s===h.length-1&&!Object.is(d[r],u)&&(d[r]=u,a=!0),d[r]}},t),a}var Id=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},Od={exports:{}};(function(t){(function(e){var u=function(c,f,R){if(!d(f)||C(f)||y(f)||g(f)||h(f))return f;var A,b=0,O=0;if(m(f))for(A=[],O=f.length;b<O;b++)A.push(u(c,f[b],R));else{A={};for(var F in f)Object.prototype.hasOwnProperty.call(f,F)&&(A[c(F,R)]=u(c,f[F],R))}return A},n=function(c,f){f=f||{};var R=f.separator||"_",A=f.split||/(?=[A-Z])/;return c.split(A).join(R)},a=function(c){return B(c)?c:(c=c.replace(/[\-_\s]+(.)?/g,function(f,R){return R?R.toUpperCase():""}),c.substr(0,1).toLowerCase()+c.substr(1))},i=function(c){var f=a(c);return f.substr(0,1).toUpperCase()+f.substr(1)},r=function(c,f){return n(c,f).toLowerCase()},s=Object.prototype.toString,h=function(c){return typeof c=="function"},d=function(c){return c===Object(c)},m=function(c){return s.call(c)=="[object Array]"},C=function(c){return s.call(c)=="[object Date]"},y=function(c){return s.call(c)=="[object RegExp]"},g=function(c){return s.call(c)=="[object Boolean]"},B=function(c){return c=c-0,c===c},v=function(c,f){var R=f&&"process"in f?f.process:f;return typeof R!="function"?c:function(A,b){return R(A,c,b)}},D={camelize:a,decamelize:r,pascalize:i,depascalize:r,camelizeKeys:function(c,f){return u(v(a,f),c)},decamelizeKeys:function(c,f){return u(v(r,f),c,f)},pascalizeKeys:function(c,f){return u(v(i,f),c)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=D:e.humps=D})(Id)})(Od);var Bt={};Object.defineProperty(Bt,"__esModule",{value:!0});function _e(t){if(typeof t!="object"||t===null)return t;if(Array.isArray(t))return t.map(e=>typeof e!="object"||e===null?e:_e(e));{const e={};for(const u in t){const n=t[u];e[u]=typeof n!="object"||n===null?n:_e(n)}return e}}var _d=Bt.default=_e;function Md(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function T(t){if(t!==void 0)return(typeof t=="undefined"?"undefined":Md(t))==="object"?_d(t):t}function Td(t){return Object.prototype.toString.call(t)==="[object Object]"}function qd(t){return Array.isArray(t)}function xd(t){return t.reduce(function(e,u){return e.includes(u)||e.push(u),e},[])}function Me(t,e){(e==null||e>t.length)&&(e=t.length);for(var u=0,n=new Array(e);u<e;u++)n[u]=t[u];return n}function Vd(t){if(Array.isArray(t))return Me(t)}function yt(t,e,u,n,a,i,r){try{var s=t[i](r),h=s.value}catch(d){u(d);return}s.done?e(h):Promise.resolve(h).then(n,a)}function Nd(t){return function(){var e=this,u=arguments;return new Promise(function(n,a){var i=t.apply(e,u);function r(h){yt(i,n,a,r,s,"next",h)}function s(h){yt(i,n,a,r,s,"throw",h)}r(void 0)})}}function kd(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ft(t,e){for(var u=0;u<e.length;u++){var n=e[u];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function jd(t,e,u){return e&&Ft(t.prototype,e),u&&Ft(t,u),t}function gt(t,e,u){return e in t?Object.defineProperty(t,e,{value:u,enumerable:!0,configurable:!0,writable:!0}):t[e]=u,t}function Wd(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Hd(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Te(t){return Vd(t)||Wd(t)||zd(t)||Hd()}function zd(t,e){if(!!t){if(typeof t=="string")return Me(t,e);var u=Object.prototype.toString.call(t).slice(8,-1);if(u==="Object"&&t.constructor&&(u=t.constructor.name),u==="Map"||u==="Set")return Array.from(u);if(u==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(u))return Me(t,e)}}function Kd(t,e){var u,n,a,i={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return r.next=s(0),r.throw=s(1),r.return=s(2),typeof Symbol=="function"&&(r[Symbol.iterator]=function(){return this}),r;function s(d){return function(m){return h([d,m])}}function h(d){if(u)throw new TypeError("Generator is already executing.");for(;r&&(r=0,d[0]&&(i=0)),i;)try{if(u=1,n&&(a=d[0]&2?n.return:d[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,d[1])).done)return a;switch(n=0,a&&(d=[d[0]&2,a.value]),d[0]){case 0:case 1:a=d;break;case 4:return i.label++,{value:d[1],done:!1};case 5:i.label++,n=d[1],d=[0];continue;case 7:d=i.ops.pop(),i.trys.pop();continue;default:if(a=i.trys,!(a=a.length>0&&a[a.length-1])&&(d[0]===6||d[0]===2)){i=0;continue}if(d[0]===3&&(!a||d[1]>a[0]&&d[1]<a[3])){i.label=d[1];break}if(d[0]===6&&i.label<a[1]){i.label=a[1],a=d;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(d);break}a[2]&&i.ops.pop(),i.trys.pop();continue}d=e.call(t,i)}catch(m){d=[6,m],n=0}finally{u=a=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}var Jd=function(){function t(){kd(this,t),gt(this,"_events",new Map),gt(this,"debug",!1)}return jd(t,[{key:"emit",value:function(u){for(var n=arguments.length,a=new Array(n>1?n-1:0),i=1;i<n;i++)a[i-1]=arguments[i];return Nd(function(){var r,s,h,d,m,C,y,g,B,v,D,c;return Kd(this,function(f){switch(f.label){case 0:if(r=this._events.get(u),s=[],!r)return[3,10];h=r.slice(),d=!0,m=!1,C=void 0,f.label=1;case 1:f.trys.push([1,8,9,10]),y=h[Symbol.iterator](),f.label=2;case 2:if(d=(g=y.next()).done)return[3,7];if(B=g.value,!r.includes(B))return[3,6];f.label=3;case 3:return f.trys.push([3,5,,6]),this.debug&&vt.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(u," \u4E8B\u4EF6: ").concat(B.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+B.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(a.map(function(){return"%o"}).join(","),"\u3002")].concat(Te(a))),[4,B.apply(null,Te(a))];case 4:return v=f.sent(),this.debug&&vt.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(u," \u4E8B\u4EF6: ").concat(B.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+B.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(a.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Te(a),[v])),s.push(v),v===!1?[3,7]:[3,6];case 5:return D=f.sent(),Sd(String(D)+":"+String(D.stack)),[3,6];case 6:return d=!0,[3,2];case 7:return[3,10];case 8:return c=f.sent(),m=!0,C=c,[3,10];case 9:try{!d&&y.return!=null&&y.return()}finally{if(m)throw C}return[7];case 10:return[2,s]}})}).call(this)}},{key:"on",value:function(u,n){if(this._events.has(u)){var a;(a=this._events.get(u))===null||a===void 0||a.push(n)}else this._events.set(u,[n])}},{key:"off",value:function(u,n){if(this._events.has(u)){var a=this._events.get(u),i=a==null?void 0:a.indexOf(n);a==null||a.splice(i,1)}}},{key:"delete",value:function(u){this._events.has(u)&&this._events.delete(u)}},{key:"clear",value:function(){this._events=new Map}}]),t}();function Ud(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Dt(t,e){for(var u=0;u<e.length;u++){var n=e[u];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function Qd(t,e,u){return e&&Dt(t.prototype,e),u&&Dt(t,u),t}function Zd(t,e,u){return e in t?Object.defineProperty(t,e,{value:u,enumerable:!0,configurable:!0,writable:!0}):t[e]=u,t}var Xd=[{key:"on_click",name:o("CMD.click",null,"\u70B9\u51FB\u65F6"),code:"click"},{key:"on_click_finish",name:o("CMD.finished",null,"\u6267\u884C\u5B8C\u6210\u65F6"),code:"click-finish"},{key:"on_change",name:o("CMD.valueChange",null,"\u503C\u53D1\u751F\u53D8\u5316\u65F6"),code:"change"},{key:"on_search",name:o("CMD.search",null,"\u641C\u7D22\u65F6"),code:"search"},{key:"on_file_actions",name:o("CMD.onClickFileBtn",null,"\u70B9\u51FB\u6587\u4EF6\u6309\u94AE\u65F6"),code:"file-actions"},{key:"on_tree_search",name:o("CMD.treeDataCreate",null,"\u6811\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"tree-search"},{key:"on_list_change",name:o("CMD.listDataChange",null,"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"list-change"},{key:"on_list_search",name:o("CMD.listDataCreate",null,"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"list-search"},{key:"on_list_mounted",name:o("CMD.listDataBack",null,"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6"),code:"list-mounted"},{key:"on_list_delete",name:o("CMD.listDataDelete",null,"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6"),code:"list-delete"},{key:"on_list_before_insert",name:o("CMD.listDataAdd",null,"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D"),code:"list-before-insert"},{key:"on_input",name:o("CMD.onInput",null,"\u7528\u6237\u8F93\u5165\u65F6"),code:"input"},{key:"on_blur",name:o("CMD.onBlur",null,"\u5931\u53BB\u7126\u70B9\u65F6"),code:"blur"},{key:"on_focus",name:o("CMD.onFocus",null,"\u83B7\u53D6\u7126\u70B9\u65F6"),code:"focus"},{key:"on_wps_open",name:o("CMD.onOpenFile",null,"\u6253\u5F00\u6587\u4EF6\u65F6"),code:"wps-open"},{key:"on_wps_save",name:o("CMD.onSaveFile",null,"\u4FDD\u5B58\u6587\u4EF6\u65F6"),code:"wps-save"},{key:"on_wps_rename",name:o("CMD.rename",null,"\u91CD\u547D\u540D\u65F6"),code:"wps-rename"},{key:"on_list_actions",name:o("CMD.onClickBtn",null,"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6"),code:"list-actions"},{key:"on_list_render_operation",name:o("CMD.cellRender",null,"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6"),code:"list-render-operation"},{key:"on_list_rowclick",name:o("CMD.rowClick",null,"\u884C\u70B9\u51FB\u65F6"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:o("CMD.rowDelete",null,"\u884C\u5220\u9664\u524D"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:o("CMD.listDataImport",null,"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D"),code:"list-before-import"},{key:"on_list_rows_checked",name:o("CMD.rowSelected",null,"\u884C\u9009\u4E2D\u65F6"),code:"list-rows-checked"},{key:"on_change_tab",name:o("CMD.tabChange",null,"\u6807\u7B7E\u9875\u5207\u6362\u65F6"),code:"change-tab"},{key:"on_modal_ok",name:o("CMD.modalConfirm",null,"\u5F39\u7A97\u786E\u8BA4\u65F6"),code:"modal-ok"},{key:"on_change_steps",name:o("CMD.stepsChange",null,"\u6B65\u9AA4\u5207\u6362\u65F6"),code:"change-steps"},{key:"on_option_selected",name:o("CMD.optionSelected",null,"DOM\u70B9\u51FBoption\u4E8B\u4EF6"),code:"option_selected"}],Gd=function(){function t(){Ud(this,t)}return Qd(t,null,[{key:"getEventsFromKeys",value:function(u){var n=typeof u=="string"?[u]:u;return t.events.filter(function(a){return n.includes(a.key)})}},{key:"getEventsFromControl",value:function(u){var n=[],a=u.eventKeys;n=n.concat(t.events.filter(function(r){return a.includes(r.key)}));var i=u.customEvents.map(function(r){var s=r.key;return r.namespace!==void 0&&r.namespace!==null&&r.namespace!==""&&(s=r.namespace+":"+r.key),{key:s,code:r.key,name:r.name}});return n=n.concat(i),n}}]),t}();Zd(Gd,"events",Xd);function oe(t,e){var u;(u=Object.getOwnPropertyDescriptors(t)[e])!=null&&u.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function qe(t,e,u){u!=="Runtime"&&(t.parent=e,oe(t,"parent"))}function At(t,e,u){t.forEach(n=>{qe(n,e,u)})}const bt=Symbol("targetKey");function wt(t){var e;return(e=t[bt])!=null?e:t}function St(t,e,u){return At(t,e,u),new Proxy(t,{get(n,a,...i){return a===bt?n:Reflect.get(n,a,...i)},set(n,a,i,...r){if(qd(t)&&a==="length"&&i===t.length)return!0;const s=Reflect.set(n,a,i,...r);return Td(i)&&qe(i,e,u),s}})}function N(t,e,u,n,a){const i=n!=null?n:t;let r=St(wt(u!=null?u:[]),i,a);Object.defineProperty(t,e,{get(){return r},set(s){r=St(wt(s),i,a)},enumerable:!0})}const $t=[],xe=class{constructor(t){this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=t,this._initControls(t)}static staticGetRules(t,e){const u=xe.staticControlsRuntimeRules.get(t);let n=[];if(u){const a=new u(e);n=Array.from(a)}return n}registerControlConfig(t,e){return this.controlConfigMap.set(t,e),this}getControlConfig(t){return this.controlConfigMap.get(t)}static register(t,e){const{Designer:u,Runtime:n,Property:a}=t;(!u||!n||!u.__is_control__||!n.__is_control__)&&Oe(`${t} is can't register as a Control`);const i=this.staticControls.findIndex(r=>r.Designer.controlType===u.controlType);return i>-1&&(Pe(`The ${u.controlType} is repeat register, So it overwrites the one that was registered before.`),this.staticControls.splice(i,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(t),a.mode=e,this}getControls(){return this._controls}register(t){t.__is_control__||Oe(`${t.name} is not a Control`);const e=this._controls.findIndex(u=>u.controlType===t.controlType);return e>-1&&(Pe(`The ${t.controlType} is repeat register, So it overwrites the one that was registered before.`),this._controls.splice(e,1)),this.registeredControlTypes.add(t.controlType),this._controls.push(t),this}isLayoutControl(t){return t.controlType===le.LAYOUT}isFormControl(t){return t.controlType===le.FORM}isListControl(t){return t.controlType===le.LIST}isColumnControl(t){return t.controlType===le.COLUMN}createControl(t,e){if(Array.isArray(t))return t.map(n=>this.createControl(n,e));if(t.children&&(t.children=t.children.map(n=>this.createControl(n,e))),this.isListControl(t)){const n=t.props;n.headers&&(n.headers=n.headers.map(a=>this.createControl(a,e)))}const u=this.getControlFormType(t.type);if(u){let n=t;if(typeof e=="function"){const i=e(n);i&&(n=i)}let a;return u.mode==="Runtime"?(a=n,a.fieldType=u.controlFieldType,this._setParentPrototypeToSchema(a,this)):a=new u(n),a}else Oe(`The constructor of ${t.type} could not be found, please confirm that the constructor has been registered`)}resetInstanceParent(t,e){delete t.parent,Object.defineProperty(t,"parent",{configurable:!0,get(){return e}}),oe(t,"parent")}_setParentPrototypeToSchema(t,e){e._type==="Runtime"&&(Object.defineProperty(t,"parent",{configurable:!0,get(){const u=t.id,n=e._controlParentIdMap,a=e.instanceMap;if(!n||!a)return;const i=n[u],r=a[u];if(!i&&!r)return;const s=r.findIndex(m=>m==t),h=a[i]||[];let d;return h.length!==r.length?d=h[0]:d=h[s],d}}),oe(t,"parent"))}createControlInstance(t,e){const u=this.getControlFormType(t);if(u)return new u(e)}getControlFormType(t){return this._controls.find(e=>e.controlType===t)}_initControls(t){this.constructor.staticControls.forEach(e=>{this.register(e[t]),xe.staticControlsRuntimeRules.set(e.Runtime.controlType,e.Property.RuntimeRules),e.Property.mode=t})}};let G=xe;G.staticControlsRuntimeRules=new Map,G.staticControls=$t,G.staticRegisteredTypes=new Set($t.map(t=>t.Designer.controlType)),G.staticRegisteredConfigs=new Map;class P{constructor(e){var u,n,a;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:"",this.aliasCode=e==null?void 0:e.aliasCode}}class Ve{constructor(e){var u,n;this.minWidth=(u=e==null?void 0:e.minWidth)!=null?u:150,this.maxWidth=e==null?void 0:e.maxWidth,this.flex=(n=e==null?void 0:e.flex)!=null?n:1}}class Ne{constructor(e){var u,n,a,i;this.rowHeightType=(u=e==null?void 0:e.rowHeightType)!=null?u:"fixed",this.minRows=(n=e==null?void 0:e.minRows)!=null?n:4,this.maxRows=(a=e==null?void 0:e.maxRows)!=null?a:20,this.fiexdRow=(i=e==null?void 0:e.fiexdRow)!=null?i:4}}class Yd{constructor(e){this.pc=new Ne(e==null?void 0:e.pc),this.mobile=new Ne(e==null?void 0:e.mobile)}}class ce extends Ve{constructor(e){var u,n;super(e),this.width=(u=e==null?void 0:e.width)!=null?u:240,this.widthType=(n=e==null?void 0:e.widthType)!=null?n:"auto"}}class pd{constructor(e){this.pc=new ce(e==null?void 0:e.pc),this.mobile=e!=null&&e.mobile?new ce(e==null?void 0:e.mobile):new ce({width:130,minWidth:180})}}class e5{constructor(e){var u,n;this.type=(u=e==null?void 0:e.type)!=null?u:"firstThree",this.customOptions=(n=e==null?void 0:e.customOptions)!=null?n:[]}}class de{constructor(e){var u,n,a;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.formKey=(n=e==null?void 0:e.formKey)!=null?n:"",this.appId=(a=e==null?void 0:e.appId)!=null?a:""}}class t5 extends de{constructor(e){var u;super(e),this.primaryControlId=(u=e==null?void 0:e.primaryControlId)!=null?u:""}}class Rt{constructor(e){var u,n;this.fieldCode=(u=e==null?void 0:e.fieldCode)!=null?u:"",this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:""}}class u5{constructor(e){var u,n,a,i;this.appId=(u=e==null?void 0:e.appId)!=null?u:"",this.formKey=(n=e==null?void 0:e.formKey)!=null?n:"",this.headers=(i=(a=e==null?void 0:e.headers)==null?void 0:a.map(r=>new Rt(r)))!=null?i:[]}}class Lt{constructor(e){var u,n,a;this.fieldName=(u=e==null?void 0:e.fieldName)!=null?u:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:we.VARCHAR}}class Pt extends de{constructor(e){var u,n,a,i;super(e),this.title=(u=e==null?void 0:e.title)!=null?u:"",this.svcCode=(n=e==null?void 0:e.svcCode)!=null?n:"",this.isOpenFilter=(a=e==null?void 0:e.isOpenFilter)!=null?a:!1,this.filters=(i=e==null?void 0:e.filters)!=null?i:[]}}class n5{constructor(e){var u,n,a,i;this.type="sublist-page",this.formBind=new de(e==null?void 0:e.formBind),this.displayFields=(n=(u=e==null?void 0:e.displayFields)==null?void 0:u.map(r=>new Lt(r)))!=null?n:[],this.sublists=(i=(a=e==null?void 0:e.sublists)==null?void 0:a.map(r=>new Pt(r)))!=null?i:[]}}class It{constructor(e){this.type=e==null?void 0:e.type,this.value=e==null?void 0:e.value,this.dataCode=e==null?void 0:e.dataCode}}class he{constructor(e){var u,n,a;this.type=(u=e==null?void 0:e.type)!=null?u:"custom",this.value=(n=e==null?void 0:e.value)!=null?n:[],this.displayBos=(a=e==null?void 0:e.displayBos)!=null?a:[]}}class H{constructor(e){var u,n,a,i;this.type="conditions",this.id=(u=e==null?void 0:e.id)!=null?u:V(),this.ruleId=(n=e==null?void 0:e.ruleId)!=null?n:new Date().valueOf(),this.level=(a=e==null?void 0:e.level)!=null?a:0,this.value=(i=e==null?void 0:e.value)!=null?i:"and",this.children=[],Array.isArray(e==null?void 0:e.children)&&(e==null||e.children.map(r=>{var s,h;if(r.children!==void 0){const d=new H(r);(s=this.children)==null||s.push(d)}else{const d=new Y(r);(h=this.children)==null||h.push(d)}}))}}class Y{constructor(e){var u,n,a,i,r;this.type="condition",this.id=(u=e==null?void 0:e.id)!=null?u:V(),this.ruleId=(n=e==null?void 0:e.ruleId)!=null?n:new Date().valueOf(),this.symbol=(a=e==null?void 0:e.symbol)!=null?a:"",this.checked=(i=e==null?void 0:e.checked)!=null?i:!1,this.describe=(r=e==null?void 0:e.describe)!=null?r:"",this.leftVariableBo=new It(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new he(e==null?void 0:e.rightVariableBo)}}class a5{constructor(e){var u,n;this.aliasCode=(u=e==null?void 0:e.aliasCode)!=null?u:"",this.datasourceBind=new p(e==null?void 0:e.datasourceBind),this.relationFields=(n=e==null?void 0:e.relationFields)!=null?n:[]}}class Ot{constructor(e){var u,n,a,i;this.controlId=(u=e==null?void 0:e.controlId)!=null?u:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:"",this.propName=(i=e==null?void 0:e.propName)!=null?i:""}}class ke{constructor(e){var u,n;this.type=(u=e==null?void 0:e.type)!=null?u:"FIELD",this.value=(n=e==null?void 0:e.value)!=null?n:"",this.fieldType=e==null?void 0:e.fieldType}}class i5{constructor(e){var u,n;this.title=(u=e==null?void 0:e.title)!=null?u:"",this.displayBoList=(n=e==null?void 0:e.displayBoList)!=null?n:[]}}class je{constructor(e){var u,n;this.columnName=(u=e.columnName)!=null?u:"",this.desc=(n=e.desc)!=null?n:!1}}class _t{constructor(e){var u,n,a;this.code=(u=e.code)!=null?u:"",this.value=(n=e.value)!=null?n:"",this.field_type=(a=e.field_type)!=null?a:we.ANY}}class r5{constructor(e){var u,n,a,i,r,s,h;this.id=(u=e.id)!=null?u:"",this.limit=(n=e.limit)!=null?n:20,this.formKey=(a=e.formKey)!=null?a:"",this.orders=(r=(i=e.orders)==null?void 0:i.map(d=>new je(d)))!=null?r:[],this.dataSet=(h=(s=e.dataSet)==null?void 0:s.map(d=>new _t(d)))!=null?h:[]}}function We(t){var e,u,n,a,i,r;this.filters=(u=(e=t==null?void 0:t.filters)==null?void 0:e.map(s=>s.children!==void 0?new H(s):new Y(s)))!=null?u:[],this.viewFilters=(a=(n=t==null?void 0:t.viewFilters)==null?void 0:n.map(s=>s.children!==void 0?new H(s):new Y(s)))!=null?a:[],this.orders=(r=(i=t==null?void 0:t.orders)==null?void 0:i.map(s=>new je(s)))!=null?r:[]}class p{constructor(e){var u,n,a,i,r,s,h,d;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.appId=(n=e==null?void 0:e.appId)!=null?n:"",this.valueFieldCode=(a=e==null?void 0:e.valueFieldCode)!=null?a:"",this.displayBoList=[],this.isOpenViewFilters=(i=e==null?void 0:e.isOpenViewFilters)!=null?i:0,Array.isArray(e==null?void 0:e.displayBoList)&&(e==null||e.displayBoList.map(m=>{var C;(C=this.displayBoList)==null||C.push(new ke(m))})),this.keywordMapping=(r=e==null?void 0:e.keywordMapping)!=null?r:"",this.showOrder=(s=e==null?void 0:e.showOrder)!=null?s:!0,this.svcCode=(h=e==null?void 0:e.svcCode)!=null?h:"",this.assignDepartment=new he(e==null?void 0:e.assignDepartment),this.openAssignDepartment=(d=e==null?void 0:e.openAssignDepartment)!=null?d:!1,We.call(this,e)}}class l5{constructor(e){var u,n;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.displayBoList=(n=e==null?void 0:e.displayBoList)!=null?n:[]}}class s5{constructor(e){var u,n,a,i,r,s,h,d,m,C;this.code=(u=e==null?void 0:e.code)!=null?u:"view",this.color=(n=e==null?void 0:e.color)!=null?n:"primary",this.command=(a=e==null?void 0:e.command)!=null?a:"view",this.confirmMessage=(i=e==null?void 0:e.confirmMessage)!=null?i:void 0,this.defaultState=(r=e==null?void 0:e.defaultState)!=null?r:"default",this.formKey=(s=e==null?void 0:e.formKey)!=null?s:void 0,this.formType=e==null?void 0:e.formType,this.icon=(h=e==null?void 0:e.icon)!=null?h:"iconliulan1",this.needConfirm=(d=e==null?void 0:e.needConfirm)!=null?d:!1,this.openType=(m=e==null?void 0:e.openType)!=null?m:"modal",this.priorityProcess=(C=e==null?void 0:e.priorityProcess)!=null?C:!0}}class He{constructor(e){var u,n,a,i;this.name=(u=e==null?void 0:e.name)!=null?u:"",this.key=(n=e==null?void 0:e.key)!=null?n:"",this.value=(i=(a=e==null?void 0:e.value)==null?void 0:a.map(r=>new ke(r)))!=null?i:[]}}class Mt extends p{constructor(e){var u,n;super(e),this.attributes=(n=(u=e==null?void 0:e.attributes)==null?void 0:u.map(a=>new He(a)))!=null?n:[]}}class o5 extends p{constructor(e){var u,n,a;super(e),this.attributes=(n=(u=e==null?void 0:e.attributes)==null?void 0:u.map(i=>new He(i)))!=null?n:[],this.formCode=(a=e==null?void 0:e.formCode)!=null?a:""}}class c5 extends Mt{constructor(e){var u;super(e),this.rootNode=new he(e==null?void 0:e.rootNode),this.filterCode=(u=e==null?void 0:e.filterCode)!=null?u:""}}class Tt{constructor(e){var u,n,a,i;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.appId=(n=e==null?void 0:e.appId)!=null?n:"",this.fillList=(i=(a=e==null?void 0:e.fillList)==null?void 0:a.map(r=>new Ot(r)))!=null?i:[]}}class d5 extends Tt{constructor(e){super(e),We.call(this,e)}}class h5 extends Tt{constructor(e){var u,n;super(e),this.mode=(u=e==null?void 0:e.mode)!=null?u:"current",this.multiple=(n=e==null?void 0:e.multiple)!=null?n:!1}}class f5{constructor(e){var u,n,a;this.zh=(u=e==null?void 0:e.zh)!=null?u:"",this.en=(n=e==null?void 0:e.en)!=null?n:"",this.ja=(a=e==null?void 0:e.ja)!=null?a:""}}class v5{constructor(e){var u,n,a;this.stencilName=(u=e==null?void 0:e.stencilName)!=null?u:"",this.expression=(n=e==null?void 0:e.expression)!=null?n:"",this.errMessage=(a=e==null?void 0:e.errMessage)!=null?a:""}}class fe{constructor(e){var u,n,a,i;this.id=(u=e==null?void 0:e.id)!=null?u:V(8),this.label=(n=e==null?void 0:e.label)!=null?n:"",this.value=(a=e==null?void 0:e.value)!=null?a:this.label,this.color=(i=e==null?void 0:e.color)!=null?i:""}}class qt extends fe{constructor(e){var u,n;super(e),this.image=(u=e==null?void 0:e.image)!=null?u:"",this.type=(n=e==null?void 0:e.type)!=null?n:"src"}}class xt extends fe{constructor(e){var u,n;super(e),this.cueWord=(u=e==null?void 0:e.cueWord)!=null?u:"",this.checked=(n=e==null?void 0:e.checked)!=null?n:!1}}function m5(t){var e;return(e=t==null?void 0:t.map(u=>new fe(u)))!=null?e:[]}function E5(t){var e;return(e=t==null?void 0:t.map(u=>new qt(u)))!=null?e:[]}function C5(t){var e;return(e=t==null?void 0:t.map(u=>new xt(u)))!=null?e:[]}class ve{}class B5 extends ve{constructor(e){super(),this.amount=new P(e==null?void 0:e.amount),this.currency=new P(e==null?void 0:e.currency)}}class y5{constructor(e){var u,n;this.amount=(u=e==null?void 0:e.amount)!=null?u:"",this.currency=(n=e==null?void 0:e.currency)!=null?n:ze.CNY}}class F5 extends ve{constructor(e){super(),this.min=new P(e==null?void 0:e.min),this.max=new P(e==null?void 0:e.max)}}class g5{constructor(e){var u,n;this.min=(u=e==null?void 0:e.min)!=null?u:"",this.max=(n=e==null?void 0:e.max)!=null?n:""}}class D5{constructor(e){var u,n,a,i,r,s;this.city=(u=e==null?void 0:e.city)!=null?u:"",this.cityDisplay=(n=e==null?void 0:e.cityDisplay)!=null?n:"",this.district=(a=e==null?void 0:e.district)!=null?a:"",this.districtDisplay=(i=e==null?void 0:e.districtDisplay)!=null?i:"",this.province=(r=e==null?void 0:e.province)!=null?r:"",this.provinceDisplay=(s=e==null?void 0:e.provinceDisplay)!=null?s:""}}class A5 extends ve{constructor(e){super(),this.result=new P(e==null?void 0:e.result),this.unit=new P(e==null?void 0:e.unit)}}class b5{constructor(e){var u,n;this.result=(u=e==null?void 0:e.result)!=null?u:0,this.unit=(n=e==null?void 0:e.unit)!=null?n:""}}var ze=(t=>(t.CNY="CNY",t.USD="USD",t.JPY="JPY",t.EUR="EUR",t.INR="INR",t.IDR="IDR",t.BRL="BRL",t.AED="AED",t.AUD="AUD",t.CAD="CAD",t.EGP="EGP",t.GBP="GBP",t.ZAR="ZAR",t.KRW="KRW",t.MAD="MAD",t.MXN="MXN",t.MYR="MYR",t.PHP="PHP",t.PLN="PLN",t.RUB="RUB",t.SGD="SGD",t.THB="THB",t.TRY="TRY",t.TWD="TWD",t.VND="VND",t.HKD="HKD",t.IEP="IEP",t))(ze||{}),Vt=(t=>(t.DEFAULT_DISPLAY="defaultDisplay",t.REQUIRED="required",t.IS_HIDE="isHide",t.IS_SHOW_UNIT="isShowUnit",t.IMD_SEARCH="immediatelySearch",t.MULTIPLE="multiple",t.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",t.CAPTION="caption",t.IS_HIDE_CAPTION="isHideCaption",t.DEFAULT_SHOW_OPTIONS="defaultShowOptions",t.CAN_SEARCH="canSearch",t.CAN_CHECK="canCheck",t.CAN_EDIT="canEdit",t.CAN_DELETE="canDelete",t.SHOW_UPPER_CASE="showUpperCase",t.MICROMETER="micrometer",t.PRECISION="precision",t.PERCENTAGE="percentage",t.OPTIONAL_LEVEL="optionalLevel",t.CONTAINS_SUB_NODE="containsSubNode",t.DEFAULT_COLLAPSE="defaultCollapse",t.CAN_VIEW_FORM="canViewForm",t.VIEW_FORM_MODEL_TYPE="viewFormModelType",t.SERVER_PAGINATION="serverPagination",t.IS_SHOW_CAPTION_TIP="isShowCaptionTip",t.IS_SHOW_WATERMARK="isShowWatermark",t.ENCRYPTED="encrypted",t.IS_INLINE_EDIT="isInlineEdit",t.REVISIONS_MODE="revisionsMode",t.ALLOW_COPY_OPTIONS="allowCopyOptions",t.IS_PASTE="isPaste",t.SORTABLE="sortable",t.IS_SHOW_SIMPLE_SEARCH="isShowSimpleSearch",t.IS_SHOW_TOOL_BAE="isShowToolbar",t.MAIN_DEPT_FLAG="mainDeptFlag",t.IS_INTERNATIONAL="isInternational",t.CAPTION_SIZE="captionSize",t.CAPTION_COLOR="captionColor",t.IS_CAPTION_ITALIC="isCaptionItalic",t.CAPTION_FONT_WEIGHT="captionFontWeight",t.SHOW_TABLE_INDEX="showTableIndex",t))(Vt||{}),Ke=(t=>(t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT",t))(Ke||{});class w5{constructor(e){var u,n,a,i,r,s;this.isShow=(u=e==null?void 0:e.isShow)!=null?u:!0,this.content=(n=e==null?void 0:e.content)!=null?n:"",this.formKey=(a=e==null?void 0:e.formKey)!=null?a:"",this.openType=(i=e==null?void 0:e.openType)!=null?i:"modal",this.type=(r=e==null?void 0:e.type)!=null?r:"",this.priorityProcess=(s=e==null?void 0:e.priorityProcess)!=null?s:!1}}class S5{constructor(e){var u,n,a,i;this.id=(u=e==null?void 0:e.id)!=null?u:V(8),this.title=(n=e==null?void 0:e.title)!=null?n:"",this.headers=(i=(a=e==null?void 0:e.headers)==null?void 0:a.map(r=>new Rt(r)))!=null?i:[],We.call(this,e)}}class $5{constructor(e){var u,n;this.key=(u=e.key)!=null?u:V(8),this.caption=(n=e.caption)!=null?n:""}}class Nt{constructor(e){var u,n,a,i;this.width=(u=e==null?void 0:e.width)!=null?u:"",this.height=(n=e==null?void 0:e.height)!=null?n:"",this.widthConfig=(a=e==null?void 0:e.widthConfig)!=null?a:"fill",this.heightConfig=(i=e==null?void 0:e.heightConfig)!=null?i:"fill"}}class R5{constructor(e){var u,n;this.optCode=(u=e==null?void 0:e.optCode)!=null?u:"",this.optType=(n=e==null?void 0:e.optType)!=null?n:""}}class kt{constructor(e){var u,n,a,i,r,s;this.id=(u=e==null?void 0:e.id)!=null?u:V(),this.name=(n=e==null?void 0:e.name)!=null?n:"",this.filters=(i=(a=e==null?void 0:e.filters)==null?void 0:a.map(h=>h.children!==void 0?new H(h):new Y(h)))!=null?i:[],this.settings=(e==null?void 0:e.settings)&&Array.isArray(e==null?void 0:e.settings)?(s=(r=e==null?void 0:e.settings)==null?void 0:r.map(h=>new jt(h)))!=null?s:[]:[],this.script=e==null?void 0:e.script}}class jt{constructor(e){var u,n,a,i;this.type=(u=e.type)!=null?u:"background",this.fieldCodes=(n=e.fieldCodes)!=null?n:[],this.color=(a=e.color)!=null?a:"theme",this.scope=(i=e.scope)!=null?i:"row"}}class L5{constructor(e){var u,n,a,i;this.type=(u=e==null?void 0:e.type)!=null?u:"none",this.interval=(n=e==null?void 0:e.interval)!=null?n:{color:""},this.rules=(e==null?void 0:e.rules)&&Array.isArray(e==null?void 0:e.rules)?(i=(a=e==null?void 0:e.rules)==null?void 0:a.map(r=>new kt(r)))!=null?i:[]:[]}}class P5{constructor(e){var u,n,a,i,r;this.groupDefaultExpanded=(u=e==null?void 0:e.groupDefaultExpanded)!=null?u:!1,this.suppressCount=(n=e==null?void 0:e.suppressCount)!=null?n:!1,this.groupFields=(a=e==null?void 0:e.groupFields)!=null?a:[],this.groupHeaderName=(i=e==null?void 0:e.groupHeaderName)!=null?i:"",this.showFooterStatistics=(r=e==null?void 0:e.showFooterStatistics)!=null?r:!1}}class I5{constructor(e){var u;this.datasourceBind=new p(e==null?void 0:e.datasourceBind),this.headers=(u=e==null?void 0:e.headers)!=null?u:[]}}class O5{constructor(e){var u,n,a,i;this.marginTop=(u=e==null?void 0:e.marginTop)!=null?u:"",this.marginRight=(n=e==null?void 0:e.marginRight)!=null?n:"",this.marginBottom=(a=e==null?void 0:e.marginBottom)!=null?a:"",this.marginLeft=(i=e==null?void 0:e.marginLeft)!=null?i:""}}class _5{constructor(e){var u,n,a,i;this.paddingTop=(u=e==null?void 0:e.paddingTop)!=null?u:"",this.paddingRight=(n=e==null?void 0:e.paddingRight)!=null?n:"",this.paddingBottom=(a=e==null?void 0:e.paddingBottom)!=null?a:"",this.paddingLeft=(i=e==null?void 0:e.paddingLeft)!=null?i:""}}class Wt{constructor(e){var u,n;this.icon=(u=e==null?void 0:e.icon)!=null?u:"iconleft",this.label=(n=e==null?void 0:e.label)!=null?n:"\u4E0A\u4E00\u6B65"}}class Ht{constructor(e){var u,n;this.icon=(u=e==null?void 0:e.icon)!=null?u:"iconxiangyou",this.label=(n=e==null?void 0:e.label)!=null?n:"\u4E0B\u4E00\u6B65"}}class M5{constructor(e){this.prev=new Wt(e==null?void 0:e.prev),this.next=new Ht(e==null?void 0:e.next)}}class me{constructor(e){this.isHide={type:"boolean"}}}class Je extends Array{constructor(e){super()}}class q{constructor(e,u=""){var n,a;this.isHide=(n=e==null?void 0:e.isHide)!=null?n:!1,this.style=new Nt(e==null?void 0:e.style),this.caption=(a=e==null?void 0:e.caption)!=null?a:u}}q.Rules=me,q.RuntimeRules=Je;function I(){return I=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var u=arguments[e];for(var n in u)Object.prototype.hasOwnProperty.call(u,n)&&(t[n]=u[n])}return t},I.apply(this,arguments)}function T5(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function Ue(t){return Ue=Object.setPrototypeOf?Object.getPrototypeOf:function(u){return u.__proto__||Object.getPrototypeOf(u)},Ue(t)}function Ee(t,e){return Ee=Object.setPrototypeOf||function(n,a){return n.__proto__=a,n},Ee(t,e)}function q5(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}function Ce(t,e,u){return q5()?Ce=Reflect.construct:Ce=function(a,i,r){var s=[null];s.push.apply(s,i);var h=Function.bind.apply(a,s),d=new h;return r&&Ee(d,r.prototype),d},Ce.apply(null,arguments)}function x5(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Qe(t){var e=typeof Map=="function"?new Map:void 0;return Qe=function(n){if(n===null||!x5(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 Ce(n,arguments,Ue(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Ee(a,n)},Qe(t)}var V5=/%[sdj%]/g,zt=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(zt=function(e,u){typeof console!="undefined"&&console.warn&&u.every(function(n){return typeof n=="string"})&&console.warn(e,u)});function Ze(t){if(!t||!t.length)return null;var e={};return t.forEach(function(u){var n=u.field;e[n]=e[n]||[],e[n].push(u)}),e}function L(){for(var t=arguments.length,e=new Array(t),u=0;u<t;u++)e[u]=arguments[u];var n=1,a=e[0],i=e.length;if(typeof a=="function")return a.apply(null,e.slice(1));if(typeof a=="string"){var r=String(a).replace(V5,function(s){if(s==="%%")return"%";if(n>=i)return s;switch(s){case"%s":return String(e[n++]);case"%d":return Number(e[n++]);case"%j":try{return JSON.stringify(e[n++])}catch(h){return"[Circular]"}break;default:return s}});return r}return a}function N5(t){return t==="string"||t==="url"||t==="hex"||t==="email"||t==="date"||t==="pattern"}function S(t,e){return!!(t==null||e==="array"&&Array.isArray(t)&&!t.length||N5(e)&&typeof t=="string"&&!t)}function k5(t,e,u){var n=[],a=0,i=t.length;function r(s){n.push.apply(n,s),a++,a===i&&u(n)}t.forEach(function(s){e(s,r)})}function Kt(t,e,u){var n=0,a=t.length;function i(r){if(r&&r.length){u(r);return}var s=n;n=n+1,s<a?e(t[s],i):u([])}i([])}function j5(t){var e=[];return Object.keys(t).forEach(function(u){e.push.apply(e,t[u])}),e}var Jt=function(t){T5(e,t);function e(u,n){var a;return a=t.call(this,"Async Validation Error")||this,a.errors=u,a.fields=n,a}return e}(Qe(Error));function W5(t,e,u,n){if(e.first){var a=new Promise(function(C,y){var g=function(D){return n(D),D.length?y(new Jt(D,Ze(D))):C()},B=j5(t);Kt(B,u,g)});return a.catch(function(C){return C}),a}var i=e.firstFields||[];i===!0&&(i=Object.keys(t));var r=Object.keys(t),s=r.length,h=0,d=[],m=new Promise(function(C,y){var g=function(v){if(d.push.apply(d,v),h++,h===s)return n(d),d.length?y(new Jt(d,Ze(d))):C()};r.length||(n(d),C()),r.forEach(function(B){var v=t[B];i.indexOf(B)!==-1?Kt(v,u,g):k5(v,u,g)})});return m.catch(function(C){return C}),m}function Ut(t){return function(e){return e&&e.message?(e.field=e.field||t.fullField,e):{message:typeof e=="function"?e():e,field:e.field||t.fullField}}}function Qt(t,e){if(e){for(var u in e)if(e.hasOwnProperty(u)){var n=e[u];typeof n=="object"&&typeof t[u]=="object"?t[u]=I(I({},t[u]),n):t[u]=n}}return t}function Zt(t,e,u,n,a,i){t.required&&(!u.hasOwnProperty(t.field)||S(e,i||t.type))&&n.push(L(a.messages.required,t.fullField))}function H5(t,e,u,n,a){(/^\s+$/.test(e)||e==="")&&n.push(L(a.messages.whitespace,t.fullField))}var Xe={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},ee={integer:function(e){return ee.number(e)&&parseInt(e,10)===e},float:function(e){return ee.number(e)&&!ee.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(u){return!1}},date:function(e){return typeof e.getTime=="function"&&typeof e.getMonth=="function"&&typeof e.getYear=="function"&&!isNaN(e.getTime())},number:function(e){return isNaN(e)?!1:typeof e=="number"},object:function(e){return typeof e=="object"&&!ee.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(Xe.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(Xe.url)},hex:function(e){return typeof e=="string"&&!!e.match(Xe.hex)}};function z5(t,e,u,n,a){if(t.required&&e===void 0){Zt(t,e,u,n,a);return}var i=["integer","float","array","regexp","object","method","email","number","date","url","hex"],r=t.type;i.indexOf(r)>-1?ee[r](e)||n.push(L(a.messages.types[r],t.fullField,t.type)):r&&typeof e!==t.type&&n.push(L(a.messages.types[r],t.fullField,t.type))}function K5(t,e,u,n,a){var i=typeof t.len=="number",r=typeof t.min=="number",s=typeof t.max=="number",h=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,d=e,m=null,C=typeof e=="number",y=typeof e=="string",g=Array.isArray(e);if(C?m="number":y?m="string":g&&(m="array"),!m)return!1;g&&(d=e.length),y&&(d=e.replace(h,"_").length),i?d!==t.len&&n.push(L(a.messages[m].len,t.fullField,t.len)):r&&!s&&d<t.min?n.push(L(a.messages[m].min,t.fullField,t.min)):s&&!r&&d>t.max?n.push(L(a.messages[m].max,t.fullField,t.max)):r&&s&&(d<t.min||d>t.max)&&n.push(L(a.messages[m].range,t.fullField,t.min,t.max))}var z="enum";function J5(t,e,u,n,a){t[z]=Array.isArray(t[z])?t[z]:[],t[z].indexOf(e)===-1&&n.push(L(a.messages[z],t.fullField,t[z].join(", ")))}function U5(t,e,u,n,a){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||n.push(L(a.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var i=new RegExp(t.pattern);i.test(e)||n.push(L(a.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var E={required:Zt,whitespace:H5,type:z5,range:K5,enum:J5,pattern:U5};function Q5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e,"string")&&!t.required)return u();E.required(t,e,n,i,a,"string"),S(e,"string")||(E.type(t,e,n,i,a),E.range(t,e,n,i,a),E.pattern(t,e,n,i,a),t.whitespace===!0&&E.whitespace(t,e,n,i,a))}u(i)}function Z5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&E.type(t,e,n,i,a)}u(i)}function X5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(e===""&&(e=void 0),S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&(E.type(t,e,n,i,a),E.range(t,e,n,i,a))}u(i)}function G5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&E.type(t,e,n,i,a)}u(i)}function Y5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),S(e)||E.type(t,e,n,i,a)}u(i)}function p5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&(E.type(t,e,n,i,a),E.range(t,e,n,i,a))}u(i)}function e3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&(E.type(t,e,n,i,a),E.range(t,e,n,i,a))}u(i)}function t3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(e==null&&!t.required)return u();E.required(t,e,n,i,a,"array"),e!=null&&(E.type(t,e,n,i,a),E.range(t,e,n,i,a))}u(i)}function u3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&E.type(t,e,n,i,a)}u(i)}var n3="enum";function a3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a),e!==void 0&&E[n3](t,e,n,i,a)}u(i)}function i3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e,"string")&&!t.required)return u();E.required(t,e,n,i,a),S(e,"string")||E.pattern(t,e,n,i,a)}u(i)}function r3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e,"date")&&!t.required)return u();if(E.required(t,e,n,i,a),!S(e,"date")){var s;e instanceof Date?s=e:s=new Date(e),E.type(t,s,n,i,a),s&&E.range(t,s.getTime(),n,i,a)}}u(i)}function l3(t,e,u,n,a){var i=[],r=Array.isArray(e)?"array":typeof e;E.required(t,e,n,i,a,r),u(i)}function Ge(t,e,u,n,a){var i=t.type,r=[],s=t.required||!t.required&&n.hasOwnProperty(t.field);if(s){if(S(e,i)&&!t.required)return u();E.required(t,e,n,r,a,i),S(e,i)||E.type(t,e,n,r,a)}u(r)}function s3(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();E.required(t,e,n,i,a)}u(i)}var te={string:Q5,method:Z5,number:X5,boolean:G5,regexp:Y5,integer:p5,float:e3,array:t3,object:u3,enum:a3,pattern:i3,date:r3,url:Ge,hex:Ge,email:Ge,required:l3,any:s3};function Ye(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var pe=Ye();function k(t){this.rules=null,this._messages=pe,this.define(t)}k.prototype={messages:function(e){return e&&(this._messages=Qt(Ye(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if(typeof e!="object"||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var u,n;for(u in e)e.hasOwnProperty(u)&&(n=e[u],this.rules[u]=Array.isArray(n)?n:[n])},validate:function(e,u,n){var a=this;u===void 0&&(u={}),n===void 0&&(n=function(){});var i=e,r=u,s=n;if(typeof r=="function"&&(s=r,r={}),!this.rules||Object.keys(this.rules).length===0)return s&&s(),Promise.resolve();function h(v){var D,c=[],f={};function R(A){if(Array.isArray(A)){var b;c=(b=c).concat.apply(b,A)}else c.push(A)}for(D=0;D<v.length;D++)R(v[D]);c.length?f=Ze(c):(c=null,f=null),s(c,f)}if(r.messages){var d=this.messages();d===pe&&(d=Ye()),Qt(d,r.messages),r.messages=d}else r.messages=this.messages();var m,C,y={},g=r.keys||Object.keys(this.rules);g.forEach(function(v){m=a.rules[v],C=i[v],m.forEach(function(D){var c=D;typeof c.transform=="function"&&(i===e&&(i=I({},i)),C=i[v]=c.transform(C)),typeof c=="function"?c={validator:c}:c=I({},c),c.validator=a.getValidationMethod(c),c.field=v,c.fullField=c.fullField||v,c.type=a.getType(c),c.validator&&(y[v]=y[v]||[],y[v].push({rule:c,value:C,source:i,field:v}))})});var B={};return W5(y,r,function(v,D){var c=v.rule,f=(c.type==="object"||c.type==="array")&&(typeof c.fields=="object"||typeof c.defaultField=="object");f=f&&(c.required||!c.required&&v.value),c.field=v.field;function R(O,F){return I(I({},F),{},{fullField:c.fullField+"."+O})}function A(O){O===void 0&&(O=[]);var F=O;if(Array.isArray(F)||(F=[F]),!r.suppressWarning&&F.length&&k.warning("async-validator:",F),F.length&&c.message!==void 0&&(F=[].concat(c.message)),F=F.map(Ut(c)),r.first&&F.length)return B[c.field]=1,D(F);if(!f)D(F);else{if(c.required&&!v.value)return c.message!==void 0?F=[].concat(c.message).map(Ut(c)):r.error&&(F=[r.error(c,L(r.messages.required,c.field))]),D(F);var _={};if(c.defaultField)for(var nu in v.value)v.value.hasOwnProperty(nu)&&(_[nu]=c.defaultField);_=I(I({},_),v.rule.fields);for(var K in _)if(_.hasOwnProperty(K)){var A3=Array.isArray(_[K])?_[K]:[_[K]];_[K]=A3.map(R.bind(null,K))}var au=new k(_);au.messages(r.messages),v.rule.options&&(v.rule.options.messages=r.messages,v.rule.options.error=r.error),au.validate(v.value,v.rule.options||r,function(lt){var J=[];F&&F.length&&J.push.apply(J,F),lt&&lt.length&&J.push.apply(J,lt),D(J.length?J:null)})}}var b;c.asyncValidator?b=c.asyncValidator(c,v.value,A,v.source,r):c.validator&&(b=c.validator(c,v.value,A,v.source,r),b===!0?A():b===!1?A(c.message||c.field+" fails"):b instanceof Array?A(b):b instanceof Error&&A(b.message)),b&&b.then&&b.then(function(){return A()},function(O){return A(O)})},function(v){h(v)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!te.hasOwnProperty(e.type))throw new Error(L("Unknown rule type %s",e.type));return e.type||"string"},getValidationMethod:function(e){if(typeof e.validator=="function")return e.validator;var u=Object.keys(e),n=u.indexOf("message");return n!==-1&&u.splice(n,1),u.length===1&&u[0]==="required"?te.required:te[this.getType(e)]||!1}},k.register=function(e,u){if(typeof u!="function")throw new Error("Cannot register a validator by type, validator is not a function");te[e]=u},k.warning=zt,k.messages=pe,k.validators=te;const o3={required:o("CMD.aad41751712156995"),maxLength:o("CMD.890d1751712141808"),minLength:o("CMD.bb9b1751712143625"),string:{range:o("CMD.f7131751712147855")}};function Xt(t,e={}){const u=new k(t);return u.messages(Object.assign(o3,e)),u}const Gt=new Jd;class ${constructor(e){var y,g,B,v;this.setting=[],this.eventKeys=[],this.customEvents=[],this.parent=null,this.updateSetting=pt,this.removeSetting=Yt,this._callControlHooks("preInstance",e);const{controlName:u,controlIcon:n,controlType:a,controlFieldType:i,controlEventKeys:r,controlCustomEvents:s,name:h,setting:d,slots:m,slotPosition:C}=new.target;u&&n&&a||mt(`The ${h} controlName,controlIcon,controlType is not define`),this.id=(y=e==null?void 0:e.id)!=null?y:V(10),this.name=u,this.icon=n,this.type=(g=e==null?void 0:e.type)!=null?g:a,this.props=new q(e==null?void 0:e.props,new.target.controlName),this.controlType=(B=e==null?void 0:e.controlType)!=null?B:"base",this.setting=T(d),this.fieldType=(v=e==null?void 0:e.fieldType)!=null?v:i,this.eventKeys=T(r),this.customEvents=T(s),this.slots=T(m),this.slotPosition=T(C),Promise.resolve().then(()=>{this._callControlHooks("postInstance",e)})}get rules(){const e=this.props.constructor.Rules;return e?new e(this.props):{}}_callControlHooks(...e){const[u,...n]=e;return Gt.emit(u,this,...n)}preUpdate(e,u){this._callControlHooks("preUpdateProps",e,u)}postUpdate(e,u){this._callControlHooks("postUpdateProps",e,u)}updateProps(e,u){this.preUpdate(e,u),Pd(this.props,e,u),this.postUpdate(e,u)}preValidate(){return ie(this,null,function*(){const e=W({},this.rules),u=yield this._callControlHooks("preValidate",e),n=u[u.length-1];return n===!1?void 0:n})}validate(e,u){return ie(this,null,function*(){const n=yield this.preValidate(),a=n!==void 0?n:W({},this.rules);Array.isArray(u)&&u.forEach(r=>{a.hasOwnProperty(r)&&delete a[r]});const i=Xt(a,e);try{return yield i.validate(this.props),!0}catch(r){throw r.control||(r.control=this),r}})}toDataBindModel(e=null){const u=this.fieldType,n=this.id,a=this.type,{dataBind:i,datasourceBind:r,optionConfig:s,caption:h,required:d,maxLength:m,options:C,encrypted:y,encryptedMode:g}=this.props;if(!u&&!i&&!r)return;const B={parentId:e,fieldType:u,controlId:n,caption:h,type:a,props:{}};switch(i&&(B.dataBind=i),s){case"datasource":case void 0:r&&(B.datasourceBind=r);break;case"custom":B.props.options=C;break}return d!==void 0&&(B.required=d),m!==void 0&&(B.maxLength=m),y!==void 0&&(B.encrypted=y),g!==void 0&&(B.encryptedMode=g),B}preToSchema(){this._callControlHooks("preToSchema",this)}toSchema(){return this.preToSchema(),{id:this.id,type:this.type,props:T(this.props),fieldType:this.fieldType,controlType:this.controlType}}static updateBasicControl(e,u){e==="setting"&&(u.add&&this.setting.push(...u.add),u.remove&&this.removeSettingItem(u.remove),u.update)}}$.mode="Designer",$.controlName=o("CMD.7baf1751712168384"),$.controlIcon="icon",$.controlType="control",$.controlEventKeys=[],$.controlCustomEvents=[],$.setting=[],$.__is_control__=!0,$.removeSettingItem=Yt,$.updateSettingItem=pt;function Yt(t){(Array.isArray(t)?t:[t]).forEach(u=>{var i,r,s;const n=typeof u!="string",a=(i=this.setting)==null?void 0:i.findIndex(h=>h.key===(n?u.key:u));a!==-1&&(n?this.setting[a].showItems=(r=this.setting[a].showItems)==null?void 0:r.filter(h=>!u.hideItems.includes(h)):this.setting.splice(a,1),n&&!((s=this.setting[a].showItems)!=null&&s.length)&&this.setting.splice(a,1))})}function pt(t,e){(typeof t=="string"?[t]:t).forEach(n=>{var i;const a=this.setting.find(r=>r.key===n);a&&(typeof e=="boolean"?a.visible=e:typeof e=="object"&&(((i=e.type)!=null?i:"replace")==="replace"?a.showItems=e.showItems:a.showItems.push(...e.showItems)))})}class x{constructor(e){var r,s,h,d,m;this.customEvents=[],this.parent=null;const{controlType:u,controlFieldType:n,name:a,controlCustomEvents:i}=new.target;u||mt(`The ${a} controlType is not define`),this.id=(r=e==null?void 0:e.id)!=null?r:V(10),this.type=(s=e==null?void 0:e.type)!=null?s:u,this.props=new q(e==null?void 0:e.props),this.customEvents=i,this.controlType=(h=e==null?void 0:e.controlType)!=null?h:"base",this.fieldType=(d=e==null?void 0:e.fieldType)!=null?d:n,this.pageStatus=(m=e==null?void 0:e.pageStatus)!=null?m:Ke.UNKNOWN}get rules(){const e=this.props.constructor.RuntimeRules;if(e){const u=new e(this.props);return Array.from(u)}return[]}}x.mode="Runtime",x.controlType="control",x.__is_control__=!0,x.controlCustomEvents=[];function et(t){t.hasOwnProperty("optionConfig")||(this.optionConfig={type:"any"}),t.hasOwnProperty("options")||(this.options={type:"any"}),t.hasOwnProperty("datasourceBind")||(this.datasourceBind={type:"any"}),t.hasOwnProperty("options")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="custom")?this.options=[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:o("CMD.pleaseEnterLabel",null,"\u8BF7\u8F93\u5165\u663E\u793A\u503C")},value:{type:"string",required:!0,message:o("CMD.pleaseEnterValue",null,"\u8BF7\u8F93\u5165\u5B58\u50A8\u503C")}}}},{type:"array",validator(e,u,n){u.length===0&&n(o("CMD.optionIsRequired",null,"\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879")),n()}},{type:"array",validator(e,u,n){const a=u.map(r=>r.value),i=xd(a);a.length!==i.length?n(o("CMD.optionIdIsRepeat",null,"\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D")):n()},message:o("CMD.optionIdIsRepeat",null,"\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:o("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:o("CMD.pleaseEnterDataCode",null,"\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B")},valueFieldCode:{type:"string",required:!0,message:o("CMD.pleaseEnterValueFieldCode",null,"\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C")},svcCode:{type:"string",required:!0,message:o("CMD.pleaseEnterSvcCode",null,"\u8BF7\u7ED1\u5B9A\u670D\u52A1")},displayBoList:[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",validator(e,u,n){u.length===0&&n(o("CMD.pleaseBindAtLeastOneDisplayValue",null,"\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C")),n()},message:o("CMD.pleaseBindAtLeastOneDisplayValue",null,"\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C")}],orders:[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},desc:{type:"boolean",message:o("CMD.isNotBoolean",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14")}}}}]}}])}function c3(t,e,u=!1){this.datasourceBind=[{type:"object",message:o("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:o(u?"CMD.pleaseEnterDataCodeInDataSetting":"CMD.pleaseEnterDataCode",null,o(u?"CMD.c4901751712137782":"CMD.8e161751712150947"))},valueFieldCode:{type:"string",required:!0,message:o(u?"CMD.pleaseEnterValueFieldCodeInDataSetting":"CMD.pleaseEnterValueFieldCode",null,o(u?"CMD.9af91751712139782":"CMD.92701751712154242"))},svcCode:{type:"string",required:!0,message:o(u?"CMD.pleaseEnterSvcCodeInDataSetting":"CMD.pleaseEnterSvcCode",null,o(u?"CMD.203c1751712145631":"CMD.9d361751712158465"))},attributes:[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:o("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},key:{type:"string",required:!0,message:o("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},value:[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",validator(n,a,i){a.length===0&&i(o(u?"CMD.pleaseBindAtLeastOneDisplayValueInDataSetting":"CMD.pleaseBindAtLeastOneDisplayValue",null,o(u?"CMD.6a071751712131459":"CMD.52351751712149286"))),i()},message:o(u?"CMD.pleaseBindAtLeastOneDisplayValueInDataSetting":"CMD.pleaseBindAtLeastOneDisplayValue",null,o(u?"CMD.6a071751712131459":"CMD.52351751712149286"))}]}}}],orders:[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},desc:{type:"boolean",message:o("CMD.isNotBoolean",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14")}}}}]}}]}function eu(t){return(t==null?void 0:t.dataCode)!==void 0&&(t==null?void 0:t.fieldCode)!==void 0}class tt extends me{constructor(e){super(e),this.dataBind={},this.caption={type:"string",required:!0,message:o("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.defaultState={type:"enum",enum:["default","readonly"]},this.required={type:"boolean"},this.captionTip={type:"string",required:!1,message:o("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")};const u={fieldCode:{type:"string",required:!0,message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},dataCode:{type:"string",required:!0,message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}};if(eu(e.dataBind))this.dataBind={type:"object",required:!0,fields:T(u),message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};else{let n={type:"object",required:!0,fields:{},message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};Object.keys(e.dataBind).forEach(a=>{n.fields[a]={type:"object",required:!0,fields:T(u),message:o("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}}),this.dataBind=n}e.isShowCaptionTip&&(this.captionTip.required=!0)}}class tu extends Je{constructor(e){super(e);const u=e.isHide?!1:e.required;u&&this.push({type:"string",required:u,message:e.requiredMessage!==""?e.requiredMessage:o("CMD.runtimeRequired",{caption:e.caption},"{caption}\u5FC5\u586B")})}}class ue extends q{constructor(e){var u,n,a,i,r,s,h,d,m,C,y,g,B;super(e),this.caption=(u=e==null?void 0:e.caption)!=null?u:"",this.captionSize=(n=e==null?void 0:e.captionSize)!=null?n:"",this.captionColor=(a=e==null?void 0:e.captionColor)!=null?a:"",this.isCaptionItalic=(i=e==null?void 0:e.isCaptionItalic)!=null?i:!1,this.isHideCaption=(r=e==null?void 0:e.isHideCaption)!=null?r:!1,this.isShowCaptionTip=(s=e==null?void 0:e.isShowCaptionTip)!=null?s:!1,this.captionTip=(h=e==null?void 0:e.captionTip)!=null?h:"",this.defaultState=(d=e==null?void 0:e.defaultState)!=null?d:"default",this.labelPosition=(m=e==null?void 0:e.labelPosition)!=null?m:"top",this.placeholder=(C=e==null?void 0:e.placeholder)!=null?C:"",this.required=(y=e==null?void 0:e.required)!=null?y:!1,this.requiredMessage=(g=e==null?void 0:e.requiredMessage)!=null?g:"",this.dataBind=new P(e==null?void 0:e.dataBind),this.defaultValue=(B=e==null?void 0:e.defaultValue)!=null?B:""}}ue.Rules=tt,ue.RuntimeRules=tu;class d3 extends tt{constructor(e){super(e),this.optionConfig={type:"enum",enum:["custom","datasource"],message:o("CMD.PleaseSelectTheCorrectOptionSettings",null,"\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E")},this.options=[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")}],this.datasourceBind=[{type:"object",message:o("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],et.call(this,e)}}class uu extends ${constructor(e){super(e),this.controlType="form",this.props=new ue(e==null?void 0:e.props)}}uu.controlEventKeys=["on_change","on_focus","on_blur"];class h3 extends x{constructor(e){super(e),this.controlType="form",this.props=new ue(e==null?void 0:e.props)}}class ne extends q{constructor(e){super(e)}}const f3=1e4;class j extends ${constructor(e){super(e),this.controlType="layout";const{excludes:u,childrenMaxLength:n}=new.target;this.props=new ne(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Designer"),this.excludes=T(u),this.childrenMaxLength=n}judgeExcludesChildren(e){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(e)}judgeJoinChildren(e){const u=this.judgeExcludesChildren(e);return u&&this.childrenMaxLength>this.children.length}validate(e,u){return ie(this,null,function*(){return yield st(j.prototype,this,"validate").call(this,e,u),yield Promise.all(this.children.map(n=>n.validate(e,u))),!0})}toDataBindModel(e=null){const u=super.toDataBindModel(),n=u?[u]:[];return this.children.reduce((a,i)=>{const r=i.toDataBindModel(e);if(Array.isArray(r)){const s=r.filter(h=>!!h);return[...a,...s]}return r&&a.push(r),a},n)}toSchema(){const e=super.toSchema(),u=this.children.map(n=>n.toSchema());return ae(W({},e),{children:u})}}j.excludes=!1,j.childrenMaxLength=f3;class ut extends x{constructor(e){super(e),this.controlType="layout",this.props=new ne(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}class nt extends q{constructor(e,u,n){var a,i,r,s;super(u),N(this,"headers",u==null?void 0:u.headers,e,n),N(this,"footers",u==null?void 0:u.footers,e),this.pageIndex=(a=u==null?void 0:u.pageIndex)!=null?a:1,this.pageSize=(i=u==null?void 0:u.pageSize)!=null?i:20,this.pageSizeOptions=(r=u==null?void 0:u.pageSizeOptions)!=null?r:[20],this.totalCount=(s=u==null?void 0:u.totalCount)!=null?s:0}}class Be extends ${constructor(e){super(e),this.controlType="list",this.props=new nt(this,e==null?void 0:e.props,"Designer")}validate(e,u){return ie(this,null,function*(){return yield st(Be.prototype,this,"validate").call(this,e),yield Promise.all(this.props.headers.map(n=>n.validate(e,u))),!0})}toDataBindModel(){const e=super.toDataBindModel(),u=e?[e]:[],n=this.id;return this.props.headers.reduce((a,i)=>{const r=i.toDataBindModel(n);if(Array.isArray(r)){const s=r.filter(h=>!!h);return[...a,...s]}return r&&a.push(r),a},u)}toSchema(){const e=super.toSchema(),u=this.props.headers.map(n=>n.toSchema());return ae(W({},e),{props:ae(W({},this.props),{headers:u})})}}Be.controlFieldType=we.LIST;class v3 extends x{constructor(e){super(e),this.controlType="list",this.props=new nt(this,e==null?void 0:e.props,"Runtime"),N(this,"children",e==null?void 0:e.children,void 0,"Runtime")}get length(){return this.children.length}}class at extends me{constructor(e){super(e),this.caption={type:"string",required:!0,message:o("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.width={type:"number",required:!1,message:o("CMD.pleaseEnterColumnWidth",null,"\u8BF7\u8F93\u5165\u5217\u5BBD")},this.width.required=e.widthType==="px"}}class ye extends q{constructor(e){var u,n,a,i,r;super(e),this.width=(u=e==null?void 0:e.width)!=null?u:150,this.widthType=(e==null?void 0:e.widthType)||"auto",this.caption=(n=e==null?void 0:e.caption)!=null?n:"",this.fixed=(a=e==null?void 0:e.fixed)!=null?a:"none",this.autoWidth=new Ve(e==null?void 0:e.autoWidth),this.dataBind=new P(e==null?void 0:e.dataBind),this.sort=(i=e==null?void 0:e.sort)!=null?i:!0,this.align=e==null?void 0:e.align,this.colSpan=e==null?void 0:e.colSpan,this.autoHeight=(r=e==null?void 0:e.autoHeight)!=null?r:!1}}ye.Rules=at;class m3 extends at{constructor(e){super(e),this.optionConfig={type:"enum",enum:["custom","datasource","none"],message:o("CMD.PleaseSelectTheCorrectOptionSettings",null,"\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E")},this.options=[{type:"array",message:o("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")}],this.datasourceBind=[{type:"object",message:o("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],et.call(this,e)}}class E3 extends ${constructor(e){super(e),this.controlType="column",this.props=new ye(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Designer")}toSchema(){const e=super.toSchema();return ae(W({},e),{children:this.children?this.children.map(u=>u.toSchema()):[]})}}class C3 extends x{constructor(e){super(e),this.controlType="column",this.props=new ye(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}class it extends ne{constructor(e){super(e),this.dataBind=new P(e==null?void 0:e.dataBind)}}class B3 extends j{constructor(e){super(e),this.controlType="search",this.props=new it(e==null?void 0:e.props)}}class y3 extends ut{constructor(e){super(e),this.controlType="search",this.props=new it(e==null?void 0:e.props)}}class rt extends ne{constructor(e){super(e)}}class F3 extends j{constructor(e){super(e),this.controlType="wrap",this.props=new rt(e==null?void 0:e.props)}}class g3 extends ut{constructor(e){super(e),this.controlType="wrap",this.props=new rt(e==null?void 0:e.props)}}function D3(t){t.hasOwnProperty("linkOperationOption")&&t.hasOwnProperty("showLinkOperation")&&t.showLinkOperation&&(this.linkOperationOption=[{type:"object",fields:{formKey:{type:"string",required:!0,message:o("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}}])}l.AMOUNT_TYPE=ze,l.AddressValue=D5,l.AiOptionSetting=xt,l.AmountDataBind=B5,l.AmountValue=y5,l.AutoWidth=Ve,l.BaseControlProperty=ue,l.BaseControlPropertyRules=tt,l.BaseControlPropertyRuntimeRules=tu,l.BaseStyle=Nt,l.COMMON_SETTING_TYPE=Vt,l.CalcDataBind=A5,l.CalcValue=b5,l.ColumnControlProperty=ye,l.ColumnControlPropertyRules=at,l.ColumnOptionAndDataSourcePropertyRules=m3,l.CustomAttributeItem=He,l.CustomPermissionItem=$5,l.DataBind=P,l.DataSourceBind=p,l.DataSourceDataSetValue=_t,l.DataSourceOrderItem=je,l.DataSourceParamItem=r5,l.DataStorageDoc=e5,l.DesignerColumnControl=E3,l.DesignerControl=$,l.DesignerFormControl=uu,l.DesignerLayoutControl=j,l.DesignerListControl=Be,l.DesignerSearchControl=B3,l.DesignerWrapControl=F3,l.DisplayBoListItem=ke,l.FieldBindItem=Lt,l.FieldFilterCondition=Y,l.FieldFilterConditions=H,l.FillBackBind=h5,l.FillPayloadBind=d5,l.FormBind=de,l.FormSelectBind=t5,l.ImageOptionSetting=qt,l.JoinRelation=a5,l.Language=f5,l.LayoutControlProperty=ne,l.LeftVariable=It,l.LinkOperationOption=s5,l.ListBind=u5,l.ListControlProperty=nt,l.ListTreeData=P5,l.Margin=O5,l.MasterDetail=I5,l.MetaAutoWidth=pd,l.MetaRowHeight=Yd,l.MetaWidth=ce,l.MultistageFillingItem=Ot,l.ObjectDataBind=ve,l.OperationItem=w5,l.OptObject=R5,l.OptionAndDataSourcePropertyRules=d3,l.OptionDisplayConfigItem=i5,l.OptionSetting=fe,l.OrganizationDataSourceBind=o5,l.PAGE_STATUS=Ke,l.Padding=_5,l.Property=q,l.PropertyRules=me,l.PropertyRuntimeRules=Je,l.RangeDataBind=F5,l.RangeDateValue=g5,l.RegisterControls=G,l.RegularRules=v5,l.RightVariable=he,l.RowHeight=Ne,l.RowStyle=L5,l.RowStyleRule=kt,l.RowStyleSettings=jt,l.RuntimeColumnControl=C3,l.RuntimeControl=x,l.RuntimeFormControl=h3,l.RuntimeLayoutControl=ut,l.RuntimeListControl=v3,l.RuntimeSearchControl=y3,l.RuntimeWrapControl=g3,l.SearchControlProperty=it,l.SelectedContentConfig=l5,l.StepButtonNext=Ht,l.StepButtonPrev=Wt,l.StepButtons=M5,l.SubListItem=Pt,l.SubListPageConfig=n5,l.SuperDataSourceBind=Mt,l.TreeDataSourceBind=c5,l.ViewOperationItem=S5,l.WrapControlProperty=rt,l.controlHooksEmitter=Gt,l.createValidator=Xt,l.defineArrayParent=At,l.defineControlArrayToProperty=N,l.defineParent=qe,l.initAiOptions=C5,l.initImageOptions=E5,l.initLinkOperationRules=D3,l.initOptionAndDataSourceRules=et,l.initOptions=m5,l.initSuperDataSourceRules=c3,l.isDataBind=eu,l.setPropertyDontEnum=oe,Object.defineProperty(l,"__esModule",{value:!0})});
@@ -11,13 +11,9 @@ declare class PropertyRuntimeRules extends Array<RuleItem> {
11
11
  constructor(props: Property);
12
12
  }
13
13
  /**
14
- * 全局属性
15
- * @public
14
+ * 属性定义
16
15
  */
17
- declare class Property {
18
- static mode: MODE;
19
- static readonly Rules: typeof PropertyRules;
20
- static readonly RuntimeRules: typeof PropertyRuntimeRules;
16
+ interface PropertyInterface {
21
17
  /**
22
18
  * 是否隐藏
23
19
  * @public
@@ -38,7 +34,21 @@ declare class Property {
38
34
  * @defaultValue ''
39
35
  */
40
36
  defaultState: 'readonly' | 'default';
37
+ }
38
+ /**
39
+ * 属性实现
40
+ * @public
41
+ */
42
+ declare class Property implements PropertyInterface {
43
+ static mode: MODE;
44
+ static readonly Rules: typeof PropertyRules;
45
+ static readonly RuntimeRules: typeof PropertyRuntimeRules;
46
+ isHide: boolean;
47
+ className?: string[];
48
+ style: BaseStyle;
49
+ caption: string;
50
+ defaultState: 'readonly' | 'default';
41
51
  constructor(props?: Partial<Property>, caption?: string);
42
52
  }
43
53
  export default Property;
44
- export { Property, PropertyRules, PropertyRuntimeRules };
54
+ export { Property, PropertyInterface, PropertyRules, PropertyRuntimeRules };
@@ -1,4 +1,4 @@
1
- import { Property, PropertyRules, RuntimeControl } from '../BaseControl';
1
+ import { Property, PropertyInterface, PropertyRules, RuntimeControl } from '../BaseControl';
2
2
  import { RuleItem } from 'async-validator';
3
3
  import { DataBind, DataSourceBind, OptionSetting, AutoWidth } from '../../framework';
4
4
  declare class ColumnControlPropertyRules extends PropertyRules {
@@ -6,12 +6,7 @@ declare class ColumnControlPropertyRules extends PropertyRules {
6
6
  width: RuleItem;
7
7
  constructor(props: ColumnControlProperty);
8
8
  }
9
- /**
10
- * 列基本属性
11
- * @public
12
- */
13
- declare class ColumnControlProperty extends Property {
14
- static readonly Rules: typeof ColumnControlPropertyRules;
9
+ interface ColumnControlPropertyInterface extends PropertyInterface {
15
10
  /**
16
11
  * 宽度类型
17
12
  * @defaultValue 'auto'
@@ -58,6 +53,24 @@ declare class ColumnControlProperty extends Property {
58
53
  */
59
54
  autoHeight: boolean;
60
55
  children: RuntimeControl[];
56
+ }
57
+ /**
58
+ * 列基本属性
59
+ * @public
60
+ */
61
+ declare class ColumnControlProperty extends Property implements ColumnControlPropertyInterface {
62
+ static readonly Rules: typeof ColumnControlPropertyRules;
63
+ widthType: 'px' | 'auto' | 'percent';
64
+ width: number;
65
+ caption: string;
66
+ dataBind: DataBind;
67
+ autoWidth: AutoWidth;
68
+ fixed: 'left' | 'right' | 'none';
69
+ sort: boolean;
70
+ align?: 'left' | 'right' | 'center';
71
+ colSpan?: string;
72
+ autoHeight: boolean;
73
+ children: RuntimeControl[];
61
74
  constructor(props?: Partial<ColumnControlProperty>);
62
75
  }
63
76
  declare class ColumnOptionAndDataSourcePropertyRules extends ColumnControlPropertyRules {
@@ -71,4 +84,4 @@ declare class ColumnOptionAndDataSourcePropertyRules extends ColumnControlProper
71
84
  });
72
85
  }
73
86
  export default ColumnControlProperty;
74
- export { ColumnControlProperty, ColumnControlPropertyRules, ColumnOptionAndDataSourcePropertyRules, };
87
+ export { ColumnControlProperty, ColumnControlPropertyInterface, ColumnControlPropertyRules, ColumnOptionAndDataSourcePropertyRules, };
@@ -1,4 +1,4 @@
1
- import { Property, PropertyRules, PropertyRuntimeRules } from '../BaseControl';
1
+ import { Property, PropertyInterface, PropertyRules, PropertyRuntimeRules } from '../BaseControl';
2
2
  import { RuleItem } from '../Validator';
3
3
  import { DataBind, DataSourceBind, ObjectDataBind, OptionSetting } from '../../framework';
4
4
  declare class BaseControlPropertyRules extends PropertyRules {
@@ -14,7 +14,7 @@ declare class BaseControlPropertyRules extends PropertyRules {
14
14
  declare class BaseControlPropertyRuntimeRules extends PropertyRuntimeRules {
15
15
  constructor(props: BaseControlProperty);
16
16
  }
17
- type BaseControlPropertyTypes = {
17
+ interface BaseControlPropertyInterface extends PropertyInterface {
18
18
  /**
19
19
  * 标题
20
20
  * @defaultValue ''
@@ -96,94 +96,27 @@ type BaseControlPropertyTypes = {
96
96
  * @defaultValue ''
97
97
  */
98
98
  requiredMessage: string;
99
- };
99
+ }
100
100
  /**
101
101
  * 表单控件公共属性
102
102
  * @public
103
103
  */
104
- declare class BaseControlProperty extends Property implements BaseControlPropertyTypes {
104
+ declare class BaseControlProperty extends Property implements BaseControlPropertyInterface {
105
105
  static readonly Rules: typeof BaseControlPropertyRules;
106
106
  static readonly RuntimeRules: typeof BaseControlPropertyRuntimeRules;
107
- /**
108
- * 标题
109
- * @defaultValue ''
110
- * @public
111
- */
112
107
  caption: string;
113
- /**
114
- * 标题大小
115
- * @defaultValue ''
116
- * @public
117
- */
118
108
  captionSize: string;
119
- /**
120
- * 标题颜色
121
- * @defaultValue ''
122
- * @public
123
- */
124
109
  captionColor: string;
125
- /**
126
- * 标题斜体
127
- * @defaultValue false
128
- * @public
129
- */
130
110
  isCaptionItalic: boolean;
131
- /**
132
- * 隐藏标题
133
- * @defaultValue false
134
- * @public
135
- */
136
111
  isHideCaption: boolean;
137
- /**
138
- * 显示气泡提示
139
- * @defaultValue false
140
- * @public
141
- */
142
112
  isShowCaptionTip: boolean;
143
- /**
144
- * 气泡提示语
145
- * @defaultValue ''
146
- * @public
147
- */
148
113
  captionTip: string;
149
- /**
150
- * 标题布局
151
- * @defaultValue ''
152
- * @public
153
- */
154
114
  labelPosition: 'top' | 'left';
155
- /**
156
- * 绑定数据项
157
- * @public
158
- */
159
115
  dataBind: DataBind | ObjectDataBind;
160
- /**
161
- * 默认值
162
- * @public
163
- */
164
116
  defaultValue: string | number | string[] | number[] | unknown;
165
- /**
166
- * 提示文字
167
- * @defaultValue ''
168
- * @public
169
- */
170
117
  placeholder: string;
171
- /**
172
- * 默认状态
173
- * @defaultValue 'default'
174
- * @public
175
- */
176
118
  defaultState: 'default' | 'readonly';
177
- /**
178
- * 必填
179
- * @defaultValue false
180
- * @public
181
- */
182
119
  required: boolean;
183
- /**
184
- * 必填提示文案
185
- * @defaultValue ''
186
- */
187
120
  requiredMessage: string;
188
121
  constructor(props?: Partial<BaseControlProperty>);
189
122
  }
@@ -198,4 +131,4 @@ declare class OptionAndDataSourcePropertyRules extends BaseControlPropertyRules
198
131
  });
199
132
  }
200
133
  export default BaseControlProperty;
201
- export { BaseControlProperty, BaseControlPropertyTypes, BaseControlPropertyRules, BaseControlPropertyRuntimeRules, OptionAndDataSourcePropertyRules, };
134
+ export { BaseControlProperty, BaseControlPropertyInterface, BaseControlPropertyRules, BaseControlPropertyRuntimeRules, OptionAndDataSourcePropertyRules, };
@@ -1,6 +1,8 @@
1
- import { Property } from '../BaseControl';
2
- declare class LayoutControlProperty extends Property {
1
+ import { Property, PropertyInterface } from '../BaseControl';
2
+ interface LayoutControlPropertyInterface extends PropertyInterface {
3
+ }
4
+ declare class LayoutControlProperty extends Property implements LayoutControlPropertyInterface {
3
5
  constructor(props?: Partial<LayoutControlProperty>);
4
6
  }
5
7
  export default LayoutControlProperty;
6
- export { LayoutControlProperty };
8
+ export { LayoutControlProperty, LayoutControlPropertyInterface };
@@ -1,8 +1,17 @@
1
- import { DesignerControl, Property, RuntimeControl } from '../BaseControl';
1
+ import { DesignerControl, Property, PropertyInterface, RuntimeControl } from '../BaseControl';
2
2
  import { ControlsKeys, BaseControlSchema, MODE } from '../../type';
3
3
  import { DesignerListControl } from './designer';
4
4
  import { RuntimeListControl } from './runtime';
5
- declare class ListControlProperty<Mode extends MODE | 'Schema', Control extends object = Mode extends 'Runtime' ? RuntimeControl : Mode extends 'Designer' ? DesignerControl : BaseControlSchema<ControlsKeys, any>> extends Property {
5
+ type ControlType<Mode extends MODE | 'Schema'> = Mode extends 'Runtime' ? RuntimeControl : Mode extends 'Designer' ? DesignerControl : BaseControlSchema<ControlsKeys, any>;
6
+ interface ListControlPropertyInterface<Mode extends MODE | 'Schema', Control extends object = ControlType<Mode>> extends PropertyInterface {
7
+ headers: Control[];
8
+ footers?: Control[];
9
+ pageIndex: number;
10
+ pageSize: number;
11
+ pageSizeOptions: number[];
12
+ totalCount: number;
13
+ }
14
+ declare class ListControlProperty<Mode extends MODE | 'Schema', Control extends object = ControlType<Mode>> extends Property implements ListControlPropertyInterface<Mode, Control> {
6
15
  headers: Control[];
7
16
  footers?: Control[];
8
17
  pageIndex: number;
@@ -15,4 +24,4 @@ declare class ListControlProperty<Mode extends MODE | 'Schema', Control extends
15
24
  }>, mode?: MODE);
16
25
  }
17
26
  export default ListControlProperty;
18
- export { ListControlProperty };
27
+ export { ListControlProperty, ListControlPropertyInterface };
@@ -1,8 +1,11 @@
1
- import { LayoutControlProperty } from '../LayoutControl';
1
+ import { LayoutControlProperty, LayoutControlPropertyInterface } from '../LayoutControl';
2
2
  import { DataBind } from '../../framework';
3
- declare class SearchControlProperty extends LayoutControlProperty {
3
+ interface SearchControlPropertyInterface extends LayoutControlPropertyInterface {
4
+ dataBind: DataBind;
5
+ }
6
+ declare class SearchControlProperty extends LayoutControlProperty implements SearchControlPropertyInterface {
4
7
  dataBind: DataBind;
5
8
  constructor(props?: Partial<SearchControlProperty>);
6
9
  }
7
10
  export default SearchControlProperty;
8
- export { SearchControlProperty };
11
+ export { SearchControlProperty, SearchControlPropertyInterface };
@@ -1,6 +1,8 @@
1
- import { LayoutControlProperty } from '../LayoutControl';
2
- declare class WrapControlProperty extends LayoutControlProperty {
1
+ import { LayoutControlProperty, LayoutControlPropertyInterface } from '../LayoutControl';
2
+ interface WrapControlPropertyInterface extends LayoutControlPropertyInterface {
3
+ }
4
+ declare class WrapControlProperty extends LayoutControlProperty implements WrapControlPropertyInterface {
3
5
  constructor(props?: Partial<WrapControlProperty>);
4
6
  }
5
7
  export default WrapControlProperty;
6
- export { WrapControlProperty };
8
+ export { WrapControlProperty, WrapControlPropertyInterface };
@@ -574,7 +574,7 @@ export declare class OptionSetting {
574
574
  * @defaultValue
575
575
  * @public
576
576
  */
577
- color: string;
577
+ color?: string;
578
578
  constructor(props?: Partial<OptionSetting>);
579
579
  }
580
580
  export declare class ImageOptionSetting extends OptionSetting {
@@ -811,6 +811,7 @@ export declare enum COMMON_SETTING_TYPE {
811
811
  CAPTION_SIZE = "captionSize",
812
812
  CAPTION_COLOR = "captionColor",
813
813
  IS_CAPTION_ITALIC = "isCaptionItalic",
814
+ CAPTION_FONT_WEIGHT = "captionFontWeight",
814
815
  SHOW_TABLE_INDEX = "showTableIndex"
815
816
  }
816
817
  export declare enum PAGE_STATUS {
@@ -959,6 +960,7 @@ export declare class ListTreeData {
959
960
  groupFields: {
960
961
  field: string;
961
962
  orderType: 'desc' | 'asc';
963
+ columnType: string;
962
964
  }[];
963
965
  groupHeaderName: any;
964
966
  showFooterStatistics: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-core",
3
- "version": "7.0.0-props.1",
3
+ "version": "7.0.0-props.15",
4
4
  "description": "model engine core",
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-shared": "7.0.0-props.1",
29
+ "@byteluck-fe/model-driven-shared": "7.0.0-props.15",
30
30
  "async-validator": "3.5.1",
31
31
  "tslib": "^2.1.0"
32
32
  },
33
- "gitHead": "c3fbedbd71dd7e651bff25a86e3a781287b6a1e8"
33
+ "gitHead": "81fe8a604f5ea178d38eabab85ba6c6a8e0feb53"
34
34
  }