@byteluck-fe/model-driven-shared 2.6.0-alpha.8 → 2.7.0-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/enum.js CHANGED
@@ -101,6 +101,7 @@ export var CONTROL_TYPE;
101
101
  CONTROL_TYPE["GRID"] = 'grid';
102
102
  CONTROL_TYPE["GRID_ROW"] = 'grid-row';
103
103
  CONTROL_TYPE["GRID_TABLE_COLUMN"] = 'grid-table-column';
104
+ CONTROL_TYPE["GRID_LAYOUT_CONTAINER"] = 'grid-layout-container';
104
105
  CONTROL_TYPE["ROW"] = 'row';
105
106
  CONTROL_TYPE["TWO_COLUMNS"] = 'two-columns';
106
107
  CONTROL_TYPE["SUBTABLE_COLUMN"] = 'subtable-column';
@@ -122,6 +123,9 @@ export var CONTROL_TYPE;
122
123
  CONTROL_TYPE["TREE"] = 'tree';
123
124
  CONTROL_TYPE["EMPLOYEE2"] = 'employee2';
124
125
  CONTROL_TYPE["DEPARTMENT2"] = 'department2';
126
+ CONTROL_TYPE[// wrap控件
127
+ // grid_wrap 必须结合 grid-layout-container
128
+ "GRID_LAYOUT_WRAP"] = 'grid-layout-wrap';
125
129
  })(CONTROL_TYPE || (CONTROL_TYPE = {}));
126
130
  export var FieldTypes;
127
131
  (function(FieldTypes) {
@@ -7,6 +7,7 @@
7
7
  "runtimeRequired": "{caption} Required",
8
8
  "pleaseEnterCaption": "Please enter the title",
9
9
  "pleaseEnterCaptionTip":"Please enter the bubble prompt",
10
+ "pleaseEnterRowCaption": "Please enter the row title",
10
11
  "pleaseEnterPlaceholder": "Please enter the prompt text",
11
12
  "pleaseEnterFieldCode": "Please bind data items",
12
13
  "pleaseEnterForm": "Please bind the form",
@@ -45,22 +46,27 @@
45
46
  "pleaseSetTheLogicalRelationshipOfAllRuleConditions": "Please set the logical relationship of all rule conditions",
46
47
  "pleaseCompleteAllRulesAndConditions": "Please complete all rules and conditions",
47
48
  "pleaseSelectControl": "please select control",
48
- "pleaseSelectDashboard": "请选择仪表盘",
49
- "theViewNameCannotBeEmpty": "视图名称不能为空",
50
- "pleaseSelectOcrType": "请选择识别类型",
51
- "pleaseSelectAtLeastOneFieldToFillIn": "请至少选择一个字段进行填充",
52
- "pleaseChooseAtLeastOne": "请至少选择一个",
53
- "pleaseEnterButtonContent": "请输入按钮标题",
54
- "pleaseEnterDataCodeInDataSetting": "请在数据设置中绑定业务模型",
55
- "pleaseEnterValueFieldCodeInDataSetting": "请在数据设置中绑定存储值",
56
- "pleaseEnterSvcCodeInDataSetting": "请在数据设置中绑定服务",
57
- "pleaseBindAtLeastOneDisplayValueInDataSetting": "请在数据设置中至少绑定一个显示值",
58
- "rootNodeIsRequiredInDataSetting": "请在数据设置中选择根节点",
59
- "pleaseEnterMaxHeight": "请输入最大高度",
60
- "pleaseEnter": "输入内容不能为空",
61
- "pleaseEnterWatermark": "水印不能为空",
62
- "pleaseEnterFileName": "文件名称不能为空",
63
- "pleaseUploadAtLeastOnePrintTemplate": "请至少上传一个打印模版!",
64
- "pleaseAssignBusiness":"请选择指定业务部门",
65
- "pleaseAssignExternal":"请选择指定外部组织"
49
+ "pleaseSelectDashboard": "Please select the dashboard",
50
+ "theViewNameCannotBeEmpty": "View name cannot be empty",
51
+ "pleaseSelectOcrType": "Please select recognition type",
52
+ "pleaseSelectAtLeastOneFieldToFillIn": "Please select at least one field to fill in",
53
+ "pleaseChooseAtLeastOne": "Please select at least one",
54
+ "pleaseEnterButtonContent": "Please enter the button title",
55
+ "pleaseEnterDataCodeInDataSetting": "Please bind the business model in the data settings",
56
+ "pleaseEnterValueFieldCodeInDataSetting": "Please bind storage values in data settings",
57
+ "pleaseEnterSvcCodeInDataSetting": "Please bind the service in the data settings",
58
+ "pleaseBindAtLeastOneDisplayValueInDataSetting": "Please bind at least one display value in the data settings",
59
+ "rootNodeIsRequiredInDataSetting": "Please select the root node in the data settings",
60
+ "pleaseEnterMaxHeight": "Please enter the maximum height",
61
+ "pleaseEnter": "The input content cannot be empty",
62
+ "pleaseEnterWatermark": "Watermark cannot be empty",
63
+ "pleaseEnterFileName": "File name cannot be empty",
64
+ "pleaseUploadAtLeastOnePrintTemplate": "Please upload at least one printing template!!",
65
+ "pleaseAssignBusiness":"Please select a specific business department",
66
+ "pleaseAssignExternal":"Please select a specified external organization",
67
+ "pleaseEnterAliasCode":"Please enter a sub table alias",
68
+ "pleaseSelectDataCode":"Please select the associated table to set the business model",
69
+ "pleaseSelectSvcCode":"Please select the association table to set the binding service",
70
+ "pleaseSelectJoinFieldCode":"Select associated sub table fields",
71
+ "pleaseSelectMainFieldCode":"Please select the associated main table field"
66
72
  }
@@ -7,6 +7,7 @@
7
7
  "runtimeRequired": "{caption}必須",
8
8
  "pleaseEnterCaption": "タイトルを入力して下さい",
9
9
  "pleaseEnterCaptionTip":"気泡のヒントを入力してください",
10
+ "pleaseEnterRowCaption":"行ヘッダーを入力してください",
10
11
  "pleaseEnterPlaceholder": "ヒントを入力して下さい",
11
12
  "pleaseEnterFieldCode": "データをリンクして下さい",
12
13
  "pleaseEnterForm": "シートをリンクして下さい",
@@ -45,22 +46,27 @@
45
46
  "pleaseSetTheLogicalRelationshipOfAllRuleConditions": "全ての条件のロジックを設定して下さい",
46
47
  "pleaseCompleteAllRulesAndConditions": "全ての条件を完成させて下さい",
47
48
  "pleaseSelectControl": "please select control",
48
- "pleaseSelectDashboard": "请选择仪表盘",
49
- "theViewNameCannotBeEmpty": "视图名称不能为空",
50
- "pleaseSelectOcrType": "请选择识别类型",
51
- "pleaseSelectAtLeastOneFieldToFillIn": "请至少选择一个字段进行填充",
52
- "pleaseChooseAtLeastOne": "请至少选择一个",
53
- "pleaseEnterButtonContent": "请输入按钮标题",
54
- "pleaseEnterDataCodeInDataSetting": "请在数据设置中绑定业务模型",
55
- "pleaseEnterValueFieldCodeInDataSetting": "请在数据设置中绑定存储值",
56
- "pleaseEnterSvcCodeInDataSetting": "请在数据设置中绑定服务",
57
- "pleaseBindAtLeastOneDisplayValueInDataSetting": "请在数据设置中至少绑定一个显示值",
58
- "rootNodeIsRequiredInDataSetting": "请在数据设置中选择根节点",
59
- "pleaseEnterMaxHeight": "请输入最大高度",
60
- "pleaseEnter": "输入内容不能为空",
61
- "pleaseEnterWatermark": "水印不能为空",
62
- "pleaseEnterFileName": "文件名称不能为空",
63
- "pleaseUploadAtLeastOnePrintTemplate": "请至少上传一个打印模版!",
64
- "pleaseAssignBusiness":"请选择指定业务部门",
65
- "pleaseAssignExternal":"请选择指定外部组织"
49
+ "pleaseSelectDashboard": "ダッシュボードを選択してください",
50
+ "theViewNameCannotBeEmpty": "ビュー名を空白にすることはできません",
51
+ "pleaseSelectOcrType": "識別タイプを選択してください",
52
+ "pleaseSelectAtLeastOneFieldToFillIn": "少なくとも1つのフィールドを選択して入力してください",
53
+ "pleaseChooseAtLeastOne": "少なくとも1つを選択してください",
54
+ "pleaseEnterButtonContent": "ボタンのタイトルを入力してください",
55
+ "pleaseEnterDataCodeInDataSetting": "データ設定でビジネスモデルをバインドしてください",
56
+ "pleaseEnterValueFieldCodeInDataSetting": "データ設定に格納値をバインドしてください",
57
+ "pleaseEnterSvcCodeInDataSetting": "データ設定でサービスをバインドしてください",
58
+ "pleaseBindAtLeastOneDisplayValueInDataSetting": "データ設定に少なくとも1つの表示値をバインドしてください",
59
+ "rootNodeIsRequiredInDataSetting": "データ設定でルートノードを選択してください",
60
+ "pleaseEnterMaxHeight": "最大高さを入力してください",
61
+ "pleaseEnter": "入力内容を空にすることはできません",
62
+ "pleaseEnterWatermark": "透かしを空にすることはできません",
63
+ "pleaseEnterFileName": "ファイル名を空白にすることはできません",
64
+ "pleaseUploadAtLeastOnePrintTemplate": "印刷テンプレートを少なくとも1つアップロードしてください!!",
65
+ "pleaseAssignBusiness":"指定されたビジネス部門を選択してください",
66
+ "pleaseAssignExternal":"外部組織の指定を選択してください",
67
+ "pleaseEnterAliasCode":"サブテーブル別名を入力してください",
68
+ "pleaseSelectDataCode":"関連表を選択してビジネスモデルを設定してください",
69
+ "pleaseSelectSvcCode":"関連テーブル設定バインドサービスを選択してください",
70
+ "pleaseSelectJoinFieldCode":"関連サブテーブルフィールドの選択",
71
+ "pleaseSelectMainFieldCode":"関連マスターテーブルフィールドを選択してください"
66
72
  }
@@ -7,6 +7,7 @@
7
7
  "runtimeRequired": "{caption}必填",
8
8
  "pleaseEnterCaption": "请输入标题",
9
9
  "pleaseEnterCaptionTip": "请输入气泡提示语",
10
+ "pleaseEnterRowCaption": "请输入行标题",
10
11
  "pleaseEnterPlaceholder": "请输入提示文字",
11
12
  "pleaseEnterFieldCode": "请绑定数据项",
12
13
  "pleaseEnterForm": "请绑定表单",
@@ -65,5 +66,10 @@
65
66
  "pleaseEnterFileName": "文件名称不能为空",
66
67
  "pleaseUploadAtLeastOnePrintTemplate": "请至少上传一个打印模版!",
67
68
  "pleaseAssignBusiness":"请选择指定业务部门",
68
- "pleaseAssignExternal":"请选择指定外部组织"
69
+ "pleaseAssignExternal":"请选择指定外部组织",
70
+ "pleaseEnterAliasCode":"请输入子表别名",
71
+ "pleaseSelectDataCode":"请选择关联表设置业务模型",
72
+ "pleaseSelectSvcCode":"请选择关联表设置绑定服务",
73
+ "pleaseSelectJoinFieldCode":"请选择关联子表字段",
74
+ "pleaseSelectMainFieldCode":"请选择关联主表字段"
69
75
  }
@@ -20,7 +20,7 @@ import { warn } from './log';
20
20
  warn("Can not set ".concat(key, "'s ").concat(current, " property in current %o, Because there is no ").concat(current, " property on the %o"), props, props);
21
21
  return;
22
22
  }
23
- // 设置值,如果值一致则不触发
23
+ // 设置值, 如果值一致则不触发
24
24
  if (index === arr.length - 1 && !Object.is(nowProps[current], value)) {
25
25
  nowProps[current] = value;
26
26
  result = true;
package/dist/index.umd.js CHANGED
@@ -1 +1 @@
1
- var te=(n,A,m)=>new Promise((f,g)=>{var b=B=>{try{h(m.next(B))}catch(d){g(d)}},S=B=>{try{h(m.throw(B))}catch(d){g(d)}},h=B=>B.done?f(B.value):Promise.resolve(B.value).then(b,S);h((m=m.apply(n,A)).next())});(function(n,A){typeof exports=="object"&&typeof module!="undefined"?A(exports):typeof define=="function"&&define.amd?define(["exports"],A):(n=typeof globalThis!="undefined"?globalThis:n||self,A(n.modelDrivenShared={}))})(this,function(n){"use strict";class A{}class m{}var f="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",g="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",b="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",S="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",h="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",B="{caption}\u5FC5\u586B",d="\u8BF7\u8F93\u5165\u6807\u9898",ae="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",ne="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",re="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",se="\u8BF7\u7ED1\u5B9A\u8868\u5355",le="\u8BF7\u7ED1\u5B9A\u5217\u8868",ie="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",oe="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Ee="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",ce="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",Be="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Fe="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Ae="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",me="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",pe="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",he="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",de="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",ve="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",De="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",ge="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Ce="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",fe="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",be="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Se="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Ie="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",ye="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Me="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",$e="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",we="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Le="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Ne="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",_e="\u8BF7\u9009\u62E9\u7701",Re="\u8BF7\u9009\u62E9\u5E02",Ue="\u8BF7\u9009\u62E9\u533A",Ve="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",ke="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Te="\u8BF7\u8F93\u5165\u5217\u5BBD",ze="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",je="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Ge="\u8BF7\u9009\u62E9\u63A7\u4EF6",xe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Ke="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",He="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",qe="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",We="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Pe="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Xe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Je="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Oe="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Qe="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Ze="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Ye="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",eu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",uu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",tu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",au="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",nu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",ru="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",su="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",lu="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",iu="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",ou={isNotNumber:f,isNotString:g,isNotObject:b,isNotArray:S,isNotBoolean:h,runtimeRequired:B,pleaseEnterCaption:d,pleaseEnterCaptionTip:ae,pleaseEnterPlaceholder:ne,pleaseEnterFieldCode:re,pleaseEnterForm:se,pleaseEnterList:le,pleaseEnterProcess:ie,pleaseEnterLabel:oe,pleaseEnterValue:Ee,bizKeyNotBindFiled:ce,pleaseSelectOneField:Be,pleaseEnterNumberRange:Fe,pleaseEnterAValueGreaterThanMin:Ae,pleaseEnterAValueLessThanMax:me,numberRangeSetError:pe,stringRangeError:he,attachmentMaxSize:de,pleaseEnterTotalScoreSetting:ve,theTotalScoreMustNotBeLessThan1:De,scoreDefaultValueRange:ge,attachmentLimitError:Ce,PleaseReselectTheOptionalQuantity:fe,TheMaximumLengthIsGreaterThanTheMinimumLength:be,TheMinimumLengthIsGreaterThanTheMaximumLength:Se,PleaseSelectTheCorrectOptionSettings:Ie,optionIdIsRepeat:ye,optionIsRequired:Me,pleaseEnterDataCode:$e,pleaseEnterValueFieldCode:we,pleaseEnterSvcCode:Le,pleaseBindAtLeastOneDisplayValue:Ne,pleaseSelectProvince:_e,pleaseSelectCity:Re,pleaseSelectDistrict:Ue,limitRowsCannotBeLessThan0:Ve,TheNumberOfRowsCannotBeLessThanMinRows:ke,pleaseEnterColumnWidth:Te,pleaseSetTheLogicalRelationshipOfAllRuleConditions:ze,pleaseCompleteAllRulesAndConditions:je,pleaseSelectControl:Ge,pleaseSelectAtLeastOneColumn:xe,pleaseSelectFillBackMode:Ke,pleaseSelectDashboard:He,rootNodeIsRequired:qe,theViewNameCannotBeEmpty:We,pleaseSelectOcrType:Pe,pleaseSelectAtLeastOneFieldToFillIn:Xe,pleaseChooseAtLeastOne:Je,pleaseEnterButtonContent:Oe,pleaseEnterDataCodeInDataSetting:Qe,pleaseEnterValueFieldCodeInDataSetting:Ze,pleaseEnterSvcCodeInDataSetting:Ye,pleaseBindAtLeastOneDisplayValueInDataSetting:eu,rootNodeIsRequiredInDataSetting:uu,pleaseEnterMaxHeight:tu,pleaseEnter:au,pleaseEnterWatermark:nu,pleaseEnterFileName:ru,pleaseUploadAtLeastOnePrintTemplate:su,pleaseAssignBusiness:lu,pleaseAssignExternal:iu},Eu="Please enter a number",cu="Please enter a string",Bu="Please enter an object",Fu="Please enter an array",Au="Please enter a boolean",mu="{caption} Required",pu="Please enter the title",hu="Please enter the bubble prompt",du="Please enter the prompt text",vu="Please bind data items",Du="Please bind the form",gu="Please bind the list",Cu="Please bind the process",fu="Please enter the displayed value",bu="Please enter the stored value",Su="The document number is not bound to the data item",Iu="Please select at least one display field",yu="Please enter a value greater than or equal to {min} and less than or equal to {max}",Mu="Please enter a value greater than or equal to {min}",$u="Please enter a value less than or equal to {max}",wu="The value range is set incorrectly",Lu="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Nu="The attachment size must be between 0MB and 1000MB",_u="Please fill in the total score setting",Ru="The total score cannot be less than 1",Uu="The default value must be between {min} and {max}",Vu="The number of attachments uploaded must be between {min} and {max}",ku="Please re-select the optional quantity",Tu="The maximum length of the control must be greater than the minimum length",zu="The minimum length of the control must be less than the maximum length",ju="Please select the correct option setting",Gu="Option ID cannot be repeated",xu="Please enter at least one option",Ku="Please bind the data source",Hu="Please bind the stored value",qu="Please bind the service",Wu="At least one display value must be bound",Pu="Please select a province",Xu="Please select a city",Ju="Please select a district",Ou="The minimum number of lines to fill in cannot be less than 0",Qu="The number of rows cannot be less than {min} rows",Zu="Please enter the column width",Yu="Please set the logical relationship of all rule conditions",et="Please complete all rules and conditions",ut="please select control",tt="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",at="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",nt="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",rt="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",st="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",lt="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",it="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",ot="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Et="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",ct="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Bt="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Ft="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",At="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",mt="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",pt="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",ht="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",dt="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",vt="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Dt={isNotNumber:Eu,isNotString:cu,isNotObject:Bu,isNotArray:Fu,isNotBoolean:Au,runtimeRequired:mu,pleaseEnterCaption:pu,pleaseEnterCaptionTip:hu,pleaseEnterPlaceholder:du,pleaseEnterFieldCode:vu,pleaseEnterForm:Du,pleaseEnterList:gu,pleaseEnterProcess:Cu,pleaseEnterLabel:fu,pleaseEnterValue:bu,bizKeyNotBindFiled:Su,pleaseSelectOneField:Iu,pleaseEnterNumberRange:yu,pleaseEnterAValueGreaterThanMin:Mu,pleaseEnterAValueLessThanMax:$u,numberRangeSetError:wu,stringRangeError:Lu,attachmentMaxSize:Nu,pleaseEnterTotalScoreSetting:_u,theTotalScoreMustNotBeLessThan1:Ru,scoreDefaultValueRange:Uu,attachmentLimitError:Vu,PleaseReselectTheOptionalQuantity:ku,TheMaximumLengthIsGreaterThanTheMinimumLength:Tu,TheMinimumLengthIsGreaterThanTheMaximumLength:zu,PleaseSelectTheCorrectOptionSettings:ju,optionIdIsRepeat:Gu,optionIsRequired:xu,pleaseEnterDataCode:Ku,pleaseEnterValueFieldCode:Hu,pleaseEnterSvcCode:qu,pleaseBindAtLeastOneDisplayValue:Wu,pleaseSelectProvince:Pu,pleaseSelectCity:Xu,pleaseSelectDistrict:Ju,limitRowsCannotBeLessThan0:Ou,TheNumberOfRowsCannotBeLessThanMinRows:Qu,pleaseEnterColumnWidth:Zu,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Yu,pleaseCompleteAllRulesAndConditions:et,pleaseSelectControl:ut,pleaseSelectDashboard:tt,theViewNameCannotBeEmpty:at,pleaseSelectOcrType:nt,pleaseSelectAtLeastOneFieldToFillIn:rt,pleaseChooseAtLeastOne:st,pleaseEnterButtonContent:lt,pleaseEnterDataCodeInDataSetting:it,pleaseEnterValueFieldCodeInDataSetting:ot,pleaseEnterSvcCodeInDataSetting:Et,pleaseBindAtLeastOneDisplayValueInDataSetting:ct,rootNodeIsRequiredInDataSetting:Bt,pleaseEnterMaxHeight:Ft,pleaseEnter:At,pleaseEnterWatermark:mt,pleaseEnterFileName:pt,pleaseUploadAtLeastOnePrintTemplate:ht,pleaseAssignBusiness:dt,pleaseAssignExternal:vt},gt="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ct="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ft="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",bt="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",St="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",It="{caption}\u5FC5\u9808",yt="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Mt="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",$t="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",wt="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Lt="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Nt="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",_t="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Rt="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ut="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Vt="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",kt="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Tt="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",zt="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",jt="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Gt="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",xt="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Kt="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Ht="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",qt="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Wt="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Pt="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Xt="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Jt="\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",Ot="\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",Qt="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Zt="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Yt="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",ea="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ua="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ta="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",aa="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",na="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ra="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",sa="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",la="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ia="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",oa="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ea="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ca="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Ba="please select control",Fa="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Aa="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",ma="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",pa="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",ha="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",da="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",va="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Da="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",ga="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Ca="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",fa="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",ba="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Sa="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Ia="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",ya="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ma="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",$a="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",wa="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",La={isNotNumber:gt,isNotString:Ct,isNotObject:ft,isNotArray:bt,isNotBoolean:St,runtimeRequired:It,pleaseEnterCaption:yt,pleaseEnterCaptionTip:Mt,pleaseEnterPlaceholder:$t,pleaseEnterFieldCode:wt,pleaseEnterForm:Lt,pleaseEnterList:Nt,pleaseEnterProcess:_t,pleaseEnterLabel:Rt,pleaseEnterValue:Ut,bizKeyNotBindFiled:Vt,pleaseSelectOneField:kt,pleaseEnterNumberRange:Tt,pleaseEnterAValueGreaterThanMin:zt,pleaseEnterAValueLessThanMax:jt,numberRangeSetError:Gt,stringRangeError:xt,attachmentMaxSize:Kt,pleaseEnterTotalScoreSetting:Ht,theTotalScoreMustNotBeLessThan1:qt,scoreDefaultValueRange:Wt,attachmentLimitError:Pt,PleaseReselectTheOptionalQuantity:Xt,TheMaximumLengthIsGreaterThanTheMinimumLength:Jt,TheMinimumLengthIsGreaterThanTheMaximumLength:Ot,PleaseSelectTheCorrectOptionSettings:Qt,optionIdIsRepeat:Zt,optionIsRequired:Yt,pleaseEnterDataCode:ea,pleaseEnterValueFieldCode:ua,pleaseEnterSvcCode:ta,pleaseBindAtLeastOneDisplayValue:aa,pleaseSelectProvince:na,pleaseSelectCity:ra,pleaseSelectDistrict:sa,limitRowsCannotBeLessThan0:la,TheNumberOfRowsCannotBeLessThanMinRows:ia,pleaseEnterColumnWidth:oa,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ea,pleaseCompleteAllRulesAndConditions:ca,pleaseSelectControl:Ba,pleaseSelectDashboard:Fa,theViewNameCannotBeEmpty:Aa,pleaseSelectOcrType:ma,pleaseSelectAtLeastOneFieldToFillIn:pa,pleaseChooseAtLeastOne:ha,pleaseEnterButtonContent:da,pleaseEnterDataCodeInDataSetting:va,pleaseEnterValueFieldCodeInDataSetting:Da,pleaseEnterSvcCodeInDataSetting:ga,pleaseBindAtLeastOneDisplayValueInDataSetting:Ca,rootNodeIsRequiredInDataSetting:fa,pleaseEnterMaxHeight:ba,pleaseEnter:Sa,pleaseEnterWatermark:Ia,pleaseEnterFileName:ya,pleaseUploadAtLeastOnePrintTemplate:Ma,pleaseAssignBusiness:$a,pleaseAssignExternal:wa},Na={zhCN:ou,enUS:Dt,jaJP:La},V=(e=>(e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable",e))(V||{}),k=(e=>(e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN",e))(k||{});class _a{constructor(u){var t,a,l,o,i,E;this.name=(t=u==null?void 0:u.name)!=null?t:"",this.id=(a=u==null?void 0:u.id)!=null?a:"",this.type=(l=u==null?void 0:u.type)!=null?l:"Number",this.subTableId=(o=u==null?void 0:u.subTableId)!=null?o:void 0,this.subTableName=(i=u==null?void 0:u.subTableId)!=null?i:void 0,this.aggregateType=(E=u==null?void 0:u.aggregateType)!=null?E:void 0}}const T="zh-CN",Ra=()=>{};var z=(e=>(e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search",e))(z||{}),I=(e=>(e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e))(I||{}),j=(e=>(e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.RELATION="relation",e.LIST="list",e.RELATION_FIELD="relation-field",e.REFERENCE_FIELD="reference-field",e.CALC_FIELD="calc",e.JSON="json",e.BIGINT="bigint",e.ANY="ANY",e.ENCRYPTED_FIELD="encrypted_field",e))(j||{});const Ua={array:"array-column",auto_number:"auto-number-column",decimal:"decimal-column",department:"department-column",file:"file-column",image:"image-column",location:"location-column",people:"employee-column",text:"text-column",timescope:"timescope-column",timestamp:"timestamp-column",varchar:"varchar-column",relation:"varchar-column"};var G=(e=>(e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime",e))(G||{});const x="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Va=x+"0123456789";function ka(e=15){let u="";for(let t=0;t<e;t++){const a=t===0?x:Va,l=Math.random()*a.length;u+=a[parseInt(String(l),10)]}return u}const y=console;function K(...e){const u=e.slice(1);y.warn("\u{1F9D0} Driven Warning:"+e[0],...u)}function M(...e){const u=e.slice(1);y.log("\u{1F680} Driven Log:"+e[0],...u)}function Ta(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}class $ extends Error{constructor(u){super(u);this.name="\u{1F4A5} Driven Error",this.message=u?Ta(u):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}"}}class za extends ${constructor(u){super(u);this.name="\u{1F6A8} Driven Reference Error"}}function ja(e){throw new $(e)}function Ga(e){throw new za(e)}function H(e){y.error(new $(e))}function w(e,u){Array.isArray(e)&&e.map(t=>{switch(t.controlType){case"layout":w(t==null?void 0:t.children,u);break;case"search":w(t==null?void 0:t.children,u);break;case"form":u(t)}})}var xa=Object.prototype.toString;function q(e,u){return xa.call(e)==="[object "+u+"]"}function Ka(e){return q(e,"String")}function Ha(e){return q(e,"Promise")}var qa=function(){function e(u){var t,a;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((a=(t=u.messages)!==null&&t!==void 0?t:this.getPreImport(u.locale))!==null&&a!==void 0?a:{}),u.variableRegExp&&(this.variableRegExp=u.variableRegExp),this.setLocale(u.locale)}return e.prototype.setLocale=function(u){var t=this;this.locale=u,this._messageCache.clear();var a=this.getMessageData();Ha(a)?a.then(function(l){t._messageCache.clear(),t.messages[t.localeInMessageKey]=l}):this.messages[this.localeInMessageKey]=a},e.prototype.getMessageData=function(){var u=this._messages[this.localeInMessageKey];return typeof u=="function"?u():u},e.prototype.translate=function(u,t,a){var l=this.getMessage(u);return l?this.formatMessage(l,a):this.formatMessage(t,a)},e.prototype.getMessage=function(u){if(this._messageCache.has(u))return this._messageCache.get(u);var t=this.getPathArray(u),a=t.reduce(function(l,o,i,E){if(l!==void 0){var p=l[o];if(!(i===E.length-1&&!Ka(p)))return p}},this.message);return this._messageCache.set(u,a),a},e.prototype.formatMessage=function(u,t){return t?u.replace(this.variableRegExp,function(a,l){var o=t[l];return o!==void 0?String(o):a}):u},e.prototype.getPreImport=function(u){var t;if(window.okI18nPreImport){var a=this.getLocaleInMessageKey(u);return window.okI18nPreImport.hasOwnProperty(a)?window.okI18nPreImport:(t={},t[a]=window.okI18nPreImport,t)}},e.prototype.getPathArray=function(u){return u.split(".")},e.prototype.getLocaleInMessageKey=function(u){return u.replace(/-/g,"")},Object.defineProperty(e.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){var u;return(u=this.messages[this.localeInMessageKey])!==null&&u!==void 0?u:{}},enumerable:!1,configurable:!0}),e}();const W=class{static getMessage(e,u={}){return this.$i18n.$t(e,"",u)}static resetI18n(e=T){return new qa({locale:e,messages:Na})}static setLocale(e){return this.$i18n.setLocale(e)}};let P=W;P.$i18n=W.resetI18n();function Wa(e,u,t){const a=u.replace(/\[(\d)]/g,(o,i)=>"."+i).split(".");let l=!1;return a.reduce((o,i,E,p)=>{const v=o;if(!!o){if(!Object.prototype.hasOwnProperty.call(o,i)){K(`Can not set ${u}'s ${i} property in current %o, Because there is no ${i} property on the %o`,o,o);return}return E===p.length-1&&!Object.is(v[i],t)&&(v[i]=t,l=!0),v[i]}},e),l}var Pa=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},L={exports:{}};(function(e){(function(u){var t=function(r,s,c){if(!v(s)||mn(s)||pn(s)||hn(s)||p(s))return s;var F,D=0,ue=0;if(An(s))for(F=[],ue=s.length;D<ue;D++)F.push(t(r,s[D],c));else{F={};for(var U in s)Object.prototype.hasOwnProperty.call(s,U)&&(F[r(U,c)]=t(r,s[U],c))}return F},a=function(r,s){s=s||{};var c=s.separator||"_",F=s.split||/(?=[A-Z])/;return r.split(F).join(c)},l=function(r){return dn(r)?r:(r=r.replace(/[\-_\s]+(.)?/g,function(s,c){return c?c.toUpperCase():""}),r.substr(0,1).toLowerCase()+r.substr(1))},o=function(r){var s=l(r);return s.substr(0,1).toUpperCase()+s.substr(1)},i=function(r,s){return a(r,s).toLowerCase()},E=Object.prototype.toString,p=function(r){return typeof r=="function"},v=function(r){return r===Object(r)},An=function(r){return E.call(r)=="[object Array]"},mn=function(r){return E.call(r)=="[object Date]"},pn=function(r){return E.call(r)=="[object RegExp]"},hn=function(r){return E.call(r)=="[object Boolean]"},dn=function(r){return r=r-0,r===r},R=function(r,s){var c=s&&"process"in s?s.process:s;return typeof c!="function"?r:function(F,D){return c(F,r,D)}},ee={camelize:l,decamelize:i,pascalize:o,depascalize:i,camelizeKeys:function(r,s){return t(R(l,s),r)},decamelizeKeys:function(r,s){return t(R(i,s),r,s)},pascalizeKeys:function(r,s){return t(R(o,s),r)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=ee:u.humps=ee})(Pa)})(L);var X={};Object.defineProperty(X,"__esModule",{value:!0});function N(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(u=>typeof u!="object"||u===null?u:N(u));{const u={};for(const t in e){const a=e[t];u[t]=typeof a!="object"||a===null?a:N(a)}return u}}var Xa=X.default=N;function Ja(e){if(e!==void 0)return typeof e=="object"?Xa(e):e}function Oa(e){return J(e)&&"zh"in e}function J(e){return Object.prototype.toString.call(e)==="[object Object]"}function Qa(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function C(e){return Array.isArray(e)}function O(e){return typeof e=="string"}function _(e){return typeof e=="number"}function Za(e){return typeof e=="function"}function Ya(e){return C(e)&&e.every(u=>O(u))}function en(e){return C(e)&&e.every(u=>_(u))}function un(e){return C(e)&&e.every(u=>_(u)||u==="")}function tn(e){return/^\[.*?]$/.test(e)}function an(e){return/^{.*?}$/.test(e)}function nn(e){return isNaN(parseFloat(e))?"":Number(e)}function rn(e){return e.reduce((u,t)=>(u.includes(t)||u.push(t),u),[])}function sn(e,u=500){let t;return function(...a){t||(t=setTimeout(()=>{e.apply(this,a),clearTimeout(t),t=null},u))}}function ln(e=0){return new Promise(u=>{setTimeout(u,e)})}function Q(e,u){let t=[];return Array.isArray(e)&&(t=e.map(a=>{let l=a;return Array.isArray(a==null?void 0:a.children)&&(l.children=Q(a.children,u)),u(l)})),t}function on(e){return L.exports.camelizeKeys(e)}function En(e){return L.exports.decamelizeKeys(e)}function cn(e){return Object.values(I).includes(e)}class Bn{constructor(){this._events=new Map,this.debug=!1}emit(u,...t){return te(this,null,function*(){const a=this._events.get(u),l=[];if(a){const o=a.slice();for(const i of o)if(!!a.includes(i))try{this.debug&&M(`\u6B63\u5728\u6267\u884C ${u} \u4E8B\u4EF6: ${i.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+i.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${t.map(()=>"%o").join(",")}\u3002`,...t);const E=yield i.apply(null,[...t]);if(this.debug&&M(`\u6B63\u5728\u6267\u884C ${u} \u4E8B\u4EF6: ${i.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+i.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${t.map(()=>"%o").join(",")}; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o`,...t,E),l.push(E),E===!1)break}catch(E){H(String(E)+":"+String(E.stack))}}return l})}on(u,t){var a;this._events.has(u)?(a=this._events.get(u))==null||a.push(t):this._events.set(u,[t])}off(u,t){if(this._events.has(u)){const a=this._events.get(u),l=a==null?void 0:a.indexOf(t);a==null||a.splice(l,1)}}delete(u){this._events.has(u)&&this._events.delete(u)}clear(){this._events=new Map}}const Fn=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],Z=class{getEventsFromKeys(e){const u=typeof e=="string"?[e]:e;return Z.events.filter(t=>u.includes(t.key))}};let Y=Z;Y.events=Fn,n.CALC_AGGREGATE_TYPE=k,n.CALC_TOKEN_TYPE=V,n.CONTROL_BASE_TYPE=z,n.CONTROL_TYPE=I,n.CalcScriptEchoItem=_a,n.DEFAULT_LOCALE=T,n.DateType=G,n.DepartmentEntity=A,n.EventLogic=Y,n.FieldTypeToColumnType=Ua,n.FieldTypes=j,n.JSONCopy=Ja,n.RulesMessage=P,n.UserEntity=m,n.Watcher=Bn,n.camelizeKeys=on,n.debounce=sn,n.decamelizeKeys=En,n.error=ja,n.genNonDuplicateId=ka,n.getNotRepeatItems=rn,n.isArray=C,n.isBuiltInControls=cn,n.isFunction=Za,n.isJSONArray=tn,n.isJSONObject=an,n.isLanguageObject=Oa,n.isNumber=_,n.isNumberAndEmptyStringArray=un,n.isNumberArray=en,n.isObject=Qa,n.isPlainObject=J,n.isString=O,n.isStringArray=Ya,n.log=M,n.logerror=H,n.loop=Q,n.loopFormSchema=w,n.noop=Ra,n.referenceError=Ga,n.toNumberOrEmpty=nn,n.updateValueFromKeys=Wa,n.wait=ln,n.warn=K,Object.defineProperty(n,"__esModule",{value:!0})});
1
+ var te=(n,F,m)=>new Promise((f,D)=>{var S=B=>{try{d(m.next(B))}catch(h){D(h)}},b=B=>{try{d(m.throw(B))}catch(h){D(h)}},d=B=>B.done?f(B.value):Promise.resolve(B.value).then(S,b);d((m=m.apply(n,F)).next())});(function(n,F){typeof exports=="object"&&typeof module!="undefined"?F(exports):typeof define=="function"&&define.amd?define(["exports"],F):(n=typeof globalThis!="undefined"?globalThis:n||self,F(n.modelDrivenShared={}))})(this,function(n){"use strict";class F{}class m{}var f="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",D="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",S="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",b="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",d="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",B="{caption}\u5FC5\u586B",h="\u8BF7\u8F93\u5165\u6807\u9898",ae="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",ne="\u8BF7\u8F93\u5165\u884C\u6807\u9898",re="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",se="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",le="\u8BF7\u7ED1\u5B9A\u8868\u5355",ie="\u8BF7\u7ED1\u5B9A\u5217\u8868",oe="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",ce="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Ee="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Be="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",pe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Fe="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",me="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Ae="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",de="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",he="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",ve="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Ce="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",De="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",ge="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",fe="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Se="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",be="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Ie="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",ye="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Me="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",$e="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",we="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Re="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Le="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Ne="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",_e="\u8BF7\u9009\u62E9\u7701",Ue="\u8BF7\u9009\u62E9\u5E02",Ve="\u8BF7\u9009\u62E9\u533A",ke="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Pe="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Te="\u8BF7\u8F93\u5165\u5217\u5BBD",ze="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",je="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Ge="\u8BF7\u9009\u62E9\u63A7\u4EF6",xe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Ke="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",He="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",We="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",qe="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Je="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Xe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Oe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Qe="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Ze="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Ye="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",eu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",uu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",tu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",au="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",nu="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",ru="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",su="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",lu="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",iu="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",ou="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",cu="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Eu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Bu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",pu="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",Fu="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",mu={isNotNumber:f,isNotString:D,isNotObject:S,isNotArray:b,isNotBoolean:d,runtimeRequired:B,pleaseEnterCaption:h,pleaseEnterCaptionTip:ae,pleaseEnterRowCaption:ne,pleaseEnterPlaceholder:re,pleaseEnterFieldCode:se,pleaseEnterForm:le,pleaseEnterList:ie,pleaseEnterProcess:oe,pleaseEnterLabel:ce,pleaseEnterValue:Ee,bizKeyNotBindFiled:Be,pleaseSelectOneField:pe,pleaseEnterNumberRange:Fe,pleaseEnterAValueGreaterThanMin:me,pleaseEnterAValueLessThanMax:Ae,numberRangeSetError:de,stringRangeError:he,attachmentMaxSize:ve,pleaseEnterTotalScoreSetting:Ce,theTotalScoreMustNotBeLessThan1:De,scoreDefaultValueRange:ge,attachmentLimitError:fe,PleaseReselectTheOptionalQuantity:Se,TheMaximumLengthIsGreaterThanTheMinimumLength:be,TheMinimumLengthIsGreaterThanTheMaximumLength:Ie,PleaseSelectTheCorrectOptionSettings:ye,optionIdIsRepeat:Me,optionIsRequired:$e,pleaseEnterDataCode:we,pleaseEnterValueFieldCode:Re,pleaseEnterSvcCode:Le,pleaseBindAtLeastOneDisplayValue:Ne,pleaseSelectProvince:_e,pleaseSelectCity:Ue,pleaseSelectDistrict:Ve,limitRowsCannotBeLessThan0:ke,TheNumberOfRowsCannotBeLessThanMinRows:Pe,pleaseEnterColumnWidth:Te,pleaseSetTheLogicalRelationshipOfAllRuleConditions:ze,pleaseCompleteAllRulesAndConditions:je,pleaseSelectControl:Ge,pleaseSelectAtLeastOneColumn:xe,pleaseSelectFillBackMode:Ke,pleaseSelectDashboard:He,rootNodeIsRequired:We,theViewNameCannotBeEmpty:qe,pleaseSelectOcrType:Je,pleaseSelectAtLeastOneFieldToFillIn:Xe,pleaseChooseAtLeastOne:Oe,pleaseEnterButtonContent:Qe,pleaseEnterDataCodeInDataSetting:Ze,pleaseEnterValueFieldCodeInDataSetting:Ye,pleaseEnterSvcCodeInDataSetting:eu,pleaseBindAtLeastOneDisplayValueInDataSetting:uu,rootNodeIsRequiredInDataSetting:tu,pleaseEnterMaxHeight:au,pleaseEnter:nu,pleaseEnterWatermark:ru,pleaseEnterFileName:su,pleaseUploadAtLeastOnePrintTemplate:lu,pleaseAssignBusiness:iu,pleaseAssignExternal:ou,pleaseEnterAliasCode:cu,pleaseSelectDataCode:Eu,pleaseSelectSvcCode:Bu,pleaseSelectJoinFieldCode:pu,pleaseSelectMainFieldCode:Fu},Au="Please enter a number",du="Please enter a string",hu="Please enter an object",vu="Please enter an array",Cu="Please enter a boolean",Du="{caption} Required",gu="Please enter the title",fu="Please enter the bubble prompt",Su="Please enter the row title",bu="Please enter the prompt text",Iu="Please bind data items",yu="Please bind the form",Mu="Please bind the list",$u="Please bind the process",wu="Please enter the displayed value",Ru="Please enter the stored value",Lu="The document number is not bound to the data item",Nu="Please select at least one display field",_u="Please enter a value greater than or equal to {min} and less than or equal to {max}",Uu="Please enter a value greater than or equal to {min}",Vu="Please enter a value less than or equal to {max}",ku="The value range is set incorrectly",Pu="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Tu="The attachment size must be between 0MB and 1000MB",zu="Please fill in the total score setting",ju="The total score cannot be less than 1",Gu="The default value must be between {min} and {max}",xu="The number of attachments uploaded must be between {min} and {max}",Ku="Please re-select the optional quantity",Hu="The maximum length of the control must be greater than the minimum length",Wu="The minimum length of the control must be less than the maximum length",qu="Please select the correct option setting",Ju="Option ID cannot be repeated",Xu="Please enter at least one option",Ou="Please bind the data source",Qu="Please bind the stored value",Zu="Please bind the service",Yu="At least one display value must be bound",et="Please select a province",ut="Please select a city",tt="Please select a district",at="The minimum number of lines to fill in cannot be less than 0",nt="The number of rows cannot be less than {min} rows",rt="Please enter the column width",st="Please set the logical relationship of all rule conditions",lt="Please complete all rules and conditions",it="please select control",ot="Please select the dashboard",ct="View name cannot be empty",Et="Please select recognition type",Bt="Please select at least one field to fill in",pt="Please select at least one",Ft="Please enter the button title",mt="Please bind the business model in the data settings",At="Please bind storage values in data settings",dt="Please bind the service in the data settings",ht="Please bind at least one display value in the data settings",vt="Please select the root node in the data settings",Ct="Please enter the maximum height",Dt="The input content cannot be empty",gt="Watermark cannot be empty",ft="File name cannot be empty",St="Please upload at least one printing template!\uFF01",bt="Please select a specific business department",It="Please select a specified external organization",yt="Please enter a sub table alias",Mt="Please select the associated table to set the business model",$t="Please select the association table to set the binding service",wt="Select associated sub table fields",Rt="Please select the associated main table field",Lt={isNotNumber:Au,isNotString:du,isNotObject:hu,isNotArray:vu,isNotBoolean:Cu,runtimeRequired:Du,pleaseEnterCaption:gu,pleaseEnterCaptionTip:fu,pleaseEnterRowCaption:Su,pleaseEnterPlaceholder:bu,pleaseEnterFieldCode:Iu,pleaseEnterForm:yu,pleaseEnterList:Mu,pleaseEnterProcess:$u,pleaseEnterLabel:wu,pleaseEnterValue:Ru,bizKeyNotBindFiled:Lu,pleaseSelectOneField:Nu,pleaseEnterNumberRange:_u,pleaseEnterAValueGreaterThanMin:Uu,pleaseEnterAValueLessThanMax:Vu,numberRangeSetError:ku,stringRangeError:Pu,attachmentMaxSize:Tu,pleaseEnterTotalScoreSetting:zu,theTotalScoreMustNotBeLessThan1:ju,scoreDefaultValueRange:Gu,attachmentLimitError:xu,PleaseReselectTheOptionalQuantity:Ku,TheMaximumLengthIsGreaterThanTheMinimumLength:Hu,TheMinimumLengthIsGreaterThanTheMaximumLength:Wu,PleaseSelectTheCorrectOptionSettings:qu,optionIdIsRepeat:Ju,optionIsRequired:Xu,pleaseEnterDataCode:Ou,pleaseEnterValueFieldCode:Qu,pleaseEnterSvcCode:Zu,pleaseBindAtLeastOneDisplayValue:Yu,pleaseSelectProvince:et,pleaseSelectCity:ut,pleaseSelectDistrict:tt,limitRowsCannotBeLessThan0:at,TheNumberOfRowsCannotBeLessThanMinRows:nt,pleaseEnterColumnWidth:rt,pleaseSetTheLogicalRelationshipOfAllRuleConditions:st,pleaseCompleteAllRulesAndConditions:lt,pleaseSelectControl:it,pleaseSelectDashboard:ot,theViewNameCannotBeEmpty:ct,pleaseSelectOcrType:Et,pleaseSelectAtLeastOneFieldToFillIn:Bt,pleaseChooseAtLeastOne:pt,pleaseEnterButtonContent:Ft,pleaseEnterDataCodeInDataSetting:mt,pleaseEnterValueFieldCodeInDataSetting:At,pleaseEnterSvcCodeInDataSetting:dt,pleaseBindAtLeastOneDisplayValueInDataSetting:ht,rootNodeIsRequiredInDataSetting:vt,pleaseEnterMaxHeight:Ct,pleaseEnter:Dt,pleaseEnterWatermark:gt,pleaseEnterFileName:ft,pleaseUploadAtLeastOnePrintTemplate:St,pleaseAssignBusiness:bt,pleaseAssignExternal:It,pleaseEnterAliasCode:yt,pleaseSelectDataCode:Mt,pleaseSelectSvcCode:$t,pleaseSelectJoinFieldCode:wt,pleaseSelectMainFieldCode:Rt},Nt="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",_t="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ut="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Vt="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",kt="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Pt="{caption}\u5FC5\u9808",Tt="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",zt="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",jt="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Gt="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xt="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Kt="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ht="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Wt="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qt="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Jt="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Xt="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Ot="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Qt="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Zt="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Yt="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ea="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",ua="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ta="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",aa="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",na="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ra="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",sa="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",la="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ia="\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",oa="\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",ca="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ea="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Ba="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",pa="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Fa="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ma="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Aa="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",da="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ha="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",va="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ca="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Da="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",ga="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",fa="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Sa="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",ba="please select control",Ia="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ya="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ma="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",$a="\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",wa="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ra="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",La="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Na="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",_a="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ua="\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",Va="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ka="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Pa="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ta="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",za="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",ja="\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",Ga="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xa="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ka="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ha="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Wa="\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",qa="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Ja="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Xa={isNotNumber:Nt,isNotString:_t,isNotObject:Ut,isNotArray:Vt,isNotBoolean:kt,runtimeRequired:Pt,pleaseEnterCaption:Tt,pleaseEnterCaptionTip:zt,pleaseEnterRowCaption:jt,pleaseEnterPlaceholder:Gt,pleaseEnterFieldCode:xt,pleaseEnterForm:Kt,pleaseEnterList:Ht,pleaseEnterProcess:Wt,pleaseEnterLabel:qt,pleaseEnterValue:Jt,bizKeyNotBindFiled:Xt,pleaseSelectOneField:Ot,pleaseEnterNumberRange:Qt,pleaseEnterAValueGreaterThanMin:Zt,pleaseEnterAValueLessThanMax:Yt,numberRangeSetError:ea,stringRangeError:ua,attachmentMaxSize:ta,pleaseEnterTotalScoreSetting:aa,theTotalScoreMustNotBeLessThan1:na,scoreDefaultValueRange:ra,attachmentLimitError:sa,PleaseReselectTheOptionalQuantity:la,TheMaximumLengthIsGreaterThanTheMinimumLength:ia,TheMinimumLengthIsGreaterThanTheMaximumLength:oa,PleaseSelectTheCorrectOptionSettings:ca,optionIdIsRepeat:Ea,optionIsRequired:Ba,pleaseEnterDataCode:pa,pleaseEnterValueFieldCode:Fa,pleaseEnterSvcCode:ma,pleaseBindAtLeastOneDisplayValue:Aa,pleaseSelectProvince:da,pleaseSelectCity:ha,pleaseSelectDistrict:va,limitRowsCannotBeLessThan0:Ca,TheNumberOfRowsCannotBeLessThanMinRows:Da,pleaseEnterColumnWidth:ga,pleaseSetTheLogicalRelationshipOfAllRuleConditions:fa,pleaseCompleteAllRulesAndConditions:Sa,pleaseSelectControl:ba,pleaseSelectDashboard:Ia,theViewNameCannotBeEmpty:ya,pleaseSelectOcrType:Ma,pleaseSelectAtLeastOneFieldToFillIn:$a,pleaseChooseAtLeastOne:wa,pleaseEnterButtonContent:Ra,pleaseEnterDataCodeInDataSetting:La,pleaseEnterValueFieldCodeInDataSetting:Na,pleaseEnterSvcCodeInDataSetting:_a,pleaseBindAtLeastOneDisplayValueInDataSetting:Ua,rootNodeIsRequiredInDataSetting:Va,pleaseEnterMaxHeight:ka,pleaseEnter:Pa,pleaseEnterWatermark:Ta,pleaseEnterFileName:za,pleaseUploadAtLeastOnePrintTemplate:ja,pleaseAssignBusiness:Ga,pleaseAssignExternal:xa,pleaseEnterAliasCode:Ka,pleaseSelectDataCode:Ha,pleaseSelectSvcCode:Wa,pleaseSelectJoinFieldCode:qa,pleaseSelectMainFieldCode:Ja},Oa={zhCN:mu,enUS:Lt,jaJP:Xa},V=(e=>(e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable",e))(V||{}),k=(e=>(e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN",e))(k||{});class Qa{constructor(u){var t,a,l,o,i,c;this.name=(t=u==null?void 0:u.name)!=null?t:"",this.id=(a=u==null?void 0:u.id)!=null?a:"",this.type=(l=u==null?void 0:u.type)!=null?l:"Number",this.subTableId=(o=u==null?void 0:u.subTableId)!=null?o:void 0,this.subTableName=(i=u==null?void 0:u.subTableId)!=null?i:void 0,this.aggregateType=(c=u==null?void 0:u.aggregateType)!=null?c:void 0}}const P="zh-CN",Za=()=>{};var T=(e=>(e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search",e))(T||{}),I=(e=>(e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap",e))(I||{}),z=(e=>(e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.RELATION="relation",e.LIST="list",e.RELATION_FIELD="relation-field",e.REFERENCE_FIELD="reference-field",e.CALC_FIELD="calc",e.JSON="json",e.BIGINT="bigint",e.ANY="ANY",e.ENCRYPTED_FIELD="encrypted_field",e))(z||{});const Ya={array:"array-column",auto_number:"auto-number-column",decimal:"decimal-column",department:"department-column",file:"file-column",image:"image-column",location:"location-column",people:"employee-column",text:"text-column",timescope:"timescope-column",timestamp:"timestamp-column",varchar:"varchar-column",relation:"varchar-column"};var j=(e=>(e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime",e))(j||{});const G="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",en=G+"0123456789";function un(e=15){let u="";for(let t=0;t<e;t++){const a=t===0?G:en,l=Math.random()*a.length;u+=a[parseInt(String(l),10)]}return u}const y=console;function x(...e){const u=e.slice(1);y.warn("\u{1F9D0} Driven Warning:"+e[0],...u)}function M(...e){const u=e.slice(1);y.log("\u{1F680} Driven Log:"+e[0],...u)}function tn(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}class $ extends Error{constructor(u){super(u);this.name="\u{1F4A5} Driven Error",this.message=u?tn(u):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}"}}class an extends ${constructor(u){super(u);this.name="\u{1F6A8} Driven Reference Error"}}function nn(e){throw new $(e)}function rn(e){throw new an(e)}function K(e){y.error(new $(e))}function w(e,u){Array.isArray(e)&&e.map(t=>{switch(t.controlType){case"layout":w(t==null?void 0:t.children,u);break;case"search":w(t==null?void 0:t.children,u);break;case"form":u(t)}})}var sn=Object.prototype.toString;function H(e,u){return sn.call(e)==="[object "+u+"]"}function ln(e){return H(e,"String")}function on(e){return H(e,"Promise")}var cn=function(){function e(u){var t,a;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((a=(t=u.messages)!==null&&t!==void 0?t:this.getPreImport(u.locale))!==null&&a!==void 0?a:{}),u.variableRegExp&&(this.variableRegExp=u.variableRegExp),this.setLocale(u.locale)}return e.prototype.setLocale=function(u){var t=this;this.locale=u,this._messageCache.clear();var a=this.getMessageData();on(a)?a.then(function(l){t._messageCache.clear(),t.messages[t.localeInMessageKey]=l}):this.messages[this.localeInMessageKey]=a},e.prototype.getMessageData=function(){var u=this._messages[this.localeInMessageKey];return typeof u=="function"?u():u},e.prototype.translate=function(u,t,a){var l=this.getMessage(u);return l?this.formatMessage(l,a):this.formatMessage(t,a)},e.prototype.getMessage=function(u){if(this._messageCache.has(u))return this._messageCache.get(u);var t=this.getPathArray(u),a=t.reduce(function(l,o,i,c){if(l!==void 0){var A=l[o];if(!(i===c.length-1&&!ln(A)))return A}},this.message);return this._messageCache.set(u,a),a},e.prototype.formatMessage=function(u,t){return t?u.replace(this.variableRegExp,function(a,l){var o=t[l];return o!==void 0?String(o):a}):u},e.prototype.getPreImport=function(u){var t;if(window.okI18nPreImport){var a=this.getLocaleInMessageKey(u);return window.okI18nPreImport.hasOwnProperty(a)?window.okI18nPreImport:(t={},t[a]=window.okI18nPreImport,t)}},e.prototype.getPathArray=function(u){return u.split(".")},e.prototype.getLocaleInMessageKey=function(u){return u.replace(/-/g,"")},Object.defineProperty(e.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){var u;return(u=this.messages[this.localeInMessageKey])!==null&&u!==void 0?u:{}},enumerable:!1,configurable:!0}),e}();const W=class{static getMessage(e,u={}){return this.$i18n.$t(e,"",u)}static resetI18n(e=P){return new cn({locale:e,messages:Oa})}static setLocale(e){return this.$i18n.setLocale(e)}};let q=W;q.$i18n=W.resetI18n();function En(e,u,t){const a=u.replace(/\[(\d)]/g,(o,i)=>"."+i).split(".");let l=!1;return a.reduce((o,i,c,A)=>{const v=o;if(!!o){if(!Object.prototype.hasOwnProperty.call(o,i)){x(`Can not set ${u}'s ${i} property in current %o, Because there is no ${i} property on the %o`,o,o);return}return c===A.length-1&&!Object.is(v[i],t)&&(v[i]=t,l=!0),v[i]}},e),l}var Bn=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},R={exports:{}};(function(e){(function(u){var t=function(r,s,E){if(!v(s)||Nn(s)||_n(s)||Un(s)||A(s))return s;var p,C=0,ue=0;if(Ln(s))for(p=[],ue=s.length;C<ue;C++)p.push(t(r,s[C],E));else{p={};for(var U in s)Object.prototype.hasOwnProperty.call(s,U)&&(p[r(U,E)]=t(r,s[U],E))}return p},a=function(r,s){s=s||{};var E=s.separator||"_",p=s.split||/(?=[A-Z])/;return r.split(p).join(E)},l=function(r){return Vn(r)?r:(r=r.replace(/[\-_\s]+(.)?/g,function(s,E){return E?E.toUpperCase():""}),r.substr(0,1).toLowerCase()+r.substr(1))},o=function(r){var s=l(r);return s.substr(0,1).toUpperCase()+s.substr(1)},i=function(r,s){return a(r,s).toLowerCase()},c=Object.prototype.toString,A=function(r){return typeof r=="function"},v=function(r){return r===Object(r)},Ln=function(r){return c.call(r)=="[object Array]"},Nn=function(r){return c.call(r)=="[object Date]"},_n=function(r){return c.call(r)=="[object RegExp]"},Un=function(r){return c.call(r)=="[object Boolean]"},Vn=function(r){return r=r-0,r===r},_=function(r,s){var E=s&&"process"in s?s.process:s;return typeof E!="function"?r:function(p,C){return E(p,r,C)}},ee={camelize:l,decamelize:i,pascalize:o,depascalize:i,camelizeKeys:function(r,s){return t(_(l,s),r)},decamelizeKeys:function(r,s){return t(_(i,s),r,s)},pascalizeKeys:function(r,s){return t(_(o,s),r)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=ee:u.humps=ee})(Bn)})(R);var J={};Object.defineProperty(J,"__esModule",{value:!0});function L(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(u=>typeof u!="object"||u===null?u:L(u));{const u={};for(const t in e){const a=e[t];u[t]=typeof a!="object"||a===null?a:L(a)}return u}}var pn=J.default=L;function Fn(e){if(e!==void 0)return typeof e=="object"?pn(e):e}function mn(e){return X(e)&&"zh"in e}function X(e){return Object.prototype.toString.call(e)==="[object Object]"}function An(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function g(e){return Array.isArray(e)}function O(e){return typeof e=="string"}function N(e){return typeof e=="number"}function dn(e){return typeof e=="function"}function hn(e){return g(e)&&e.every(u=>O(u))}function vn(e){return g(e)&&e.every(u=>N(u))}function Cn(e){return g(e)&&e.every(u=>N(u)||u==="")}function Dn(e){return/^\[.*?]$/.test(e)}function gn(e){return/^{.*?}$/.test(e)}function fn(e){return isNaN(parseFloat(e))?"":Number(e)}function Sn(e){return e.reduce((u,t)=>(u.includes(t)||u.push(t),u),[])}function bn(e,u=500){let t;return function(...a){t||(t=setTimeout(()=>{e.apply(this,a),clearTimeout(t),t=null},u))}}function In(e=0){return new Promise(u=>{setTimeout(u,e)})}function Q(e,u){let t=[];return Array.isArray(e)&&(t=e.map(a=>{let l=a;return Array.isArray(a==null?void 0:a.children)&&(l.children=Q(a.children,u)),u(l)})),t}function yn(e){return R.exports.camelizeKeys(e)}function Mn(e){return R.exports.decamelizeKeys(e)}function $n(e){return Object.values(I).includes(e)}class wn{constructor(){this._events=new Map,this.debug=!1}emit(u,...t){return te(this,null,function*(){const a=this._events.get(u),l=[];if(a){const o=a.slice();for(const i of o)if(!!a.includes(i))try{this.debug&&M(`\u6B63\u5728\u6267\u884C ${u} \u4E8B\u4EF6: ${i.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+i.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${t.map(()=>"%o").join(",")}\u3002`,...t);const c=yield i.apply(null,[...t]);if(this.debug&&M(`\u6B63\u5728\u6267\u884C ${u} \u4E8B\u4EF6: ${i.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+i.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${t.map(()=>"%o").join(",")}; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o`,...t,c),l.push(c),c===!1)break}catch(c){K(String(c)+":"+String(c.stack))}}return l})}on(u,t){var a;this._events.has(u)?(a=this._events.get(u))==null||a.push(t):this._events.set(u,[t])}off(u,t){if(this._events.has(u)){const a=this._events.get(u),l=a==null?void 0:a.indexOf(t);a==null||a.splice(l,1)}}delete(u){this._events.has(u)&&this._events.delete(u)}clear(){this._events=new Map}}const Rn=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],Z=class{getEventsFromKeys(e){const u=typeof e=="string"?[e]:e;return Z.events.filter(t=>u.includes(t.key))}};let Y=Z;Y.events=Rn,n.CALC_AGGREGATE_TYPE=k,n.CALC_TOKEN_TYPE=V,n.CONTROL_BASE_TYPE=T,n.CONTROL_TYPE=I,n.CalcScriptEchoItem=Qa,n.DEFAULT_LOCALE=P,n.DateType=j,n.DepartmentEntity=F,n.EventLogic=Y,n.FieldTypeToColumnType=Ya,n.FieldTypes=z,n.JSONCopy=Fn,n.RulesMessage=q,n.UserEntity=m,n.Watcher=wn,n.camelizeKeys=yn,n.debounce=bn,n.decamelizeKeys=Mn,n.error=nn,n.genNonDuplicateId=un,n.getNotRepeatItems=Sn,n.isArray=g,n.isBuiltInControls=$n,n.isFunction=dn,n.isJSONArray=Dn,n.isJSONObject=gn,n.isLanguageObject=mn,n.isNumber=N,n.isNumberAndEmptyStringArray=Cn,n.isNumberArray=vn,n.isObject=An,n.isPlainObject=X,n.isString=O,n.isStringArray=hn,n.log=M,n.logerror=K,n.loop=Q,n.loopFormSchema=w,n.noop=Za,n.referenceError=rn,n.toNumberOrEmpty=fn,n.updateValueFromKeys=En,n.wait=In,n.warn=x,Object.defineProperty(n,"__esModule",{value:!0})});
@@ -82,6 +82,7 @@ export declare enum CONTROL_TYPE {
82
82
  GRID = "grid",
83
83
  GRID_ROW = "grid-row",
84
84
  GRID_TABLE_COLUMN = "grid-table-column",
85
+ GRID_LAYOUT_CONTAINER = "grid-layout-container",
85
86
  ROW = "row",
86
87
  TWO_COLUMNS = "two-columns",
87
88
  SUBTABLE_COLUMN = "subtable-column",
@@ -100,7 +101,8 @@ export declare enum CONTROL_TYPE {
100
101
  DASHBOARD = "dashboard",
101
102
  TREE = "tree",
102
103
  EMPLOYEE2 = "employee2",
103
- DEPARTMENT2 = "department2"
104
+ DEPARTMENT2 = "department2",
105
+ GRID_LAYOUT_WRAP = "grid-layout-wrap"
104
106
  }
105
107
  export declare enum FieldTypes {
106
108
  /**
@@ -8,6 +8,7 @@ declare const _default: {
8
8
  runtimeRequired: string;
9
9
  pleaseEnterCaption: string;
10
10
  pleaseEnterCaptionTip: string;
11
+ pleaseEnterRowCaption: string;
11
12
  pleaseEnterPlaceholder: string;
12
13
  pleaseEnterFieldCode: string;
13
14
  pleaseEnterForm: string;
@@ -67,6 +68,11 @@ declare const _default: {
67
68
  pleaseUploadAtLeastOnePrintTemplate: string;
68
69
  pleaseAssignBusiness: string;
69
70
  pleaseAssignExternal: string;
71
+ pleaseEnterAliasCode: string;
72
+ pleaseSelectDataCode: string;
73
+ pleaseSelectSvcCode: string;
74
+ pleaseSelectJoinFieldCode: string;
75
+ pleaseSelectMainFieldCode: string;
70
76
  };
71
77
  enUS: {
72
78
  isNotNumber: string;
@@ -77,6 +83,7 @@ declare const _default: {
77
83
  runtimeRequired: string;
78
84
  pleaseEnterCaption: string;
79
85
  pleaseEnterCaptionTip: string;
86
+ pleaseEnterRowCaption: string;
80
87
  pleaseEnterPlaceholder: string;
81
88
  pleaseEnterFieldCode: string;
82
89
  pleaseEnterForm: string;
@@ -133,6 +140,11 @@ declare const _default: {
133
140
  pleaseUploadAtLeastOnePrintTemplate: string;
134
141
  pleaseAssignBusiness: string;
135
142
  pleaseAssignExternal: string;
143
+ pleaseEnterAliasCode: string;
144
+ pleaseSelectDataCode: string;
145
+ pleaseSelectSvcCode: string;
146
+ pleaseSelectJoinFieldCode: string;
147
+ pleaseSelectMainFieldCode: string;
136
148
  };
137
149
  jaJP: {
138
150
  isNotNumber: string;
@@ -143,6 +155,7 @@ declare const _default: {
143
155
  runtimeRequired: string;
144
156
  pleaseEnterCaption: string;
145
157
  pleaseEnterCaptionTip: string;
158
+ pleaseEnterRowCaption: string;
146
159
  pleaseEnterPlaceholder: string;
147
160
  pleaseEnterFieldCode: string;
148
161
  pleaseEnterForm: string;
@@ -199,6 +212,11 @@ declare const _default: {
199
212
  pleaseUploadAtLeastOnePrintTemplate: string;
200
213
  pleaseAssignBusiness: string;
201
214
  pleaseAssignExternal: string;
215
+ pleaseEnterAliasCode: string;
216
+ pleaseSelectDataCode: string;
217
+ pleaseSelectSvcCode: string;
218
+ pleaseSelectJoinFieldCode: string;
219
+ pleaseSelectMainFieldCode: string;
202
220
  };
203
221
  };
204
222
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-shared",
3
- "version": "2.6.0-alpha.8",
3
+ "version": "2.7.0-alpha.11",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -30,5 +30,5 @@
30
30
  "humps": "^2.0.1",
31
31
  "ok-i18n": "^3.0.0"
32
32
  },
33
- "gitHead": "c5d5b083b6ddcef1b76656ed36bb92632d718947"
33
+ "gitHead": "09fe794a5dc59a03df59b966288eadab76cd99a6"
34
34
  }