@gct-paas/core 0.0.1-dev.6 → 0.0.1-dev.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.min.cjs +1 -1
- package/dist/index.system.min.js +1 -1
- package/es/_virtual/_commonjsHelpers.mjs +40 -0
- package/es/_virtual/index.mjs +7 -0
- package/es/constants/index.d.ts +1 -1
- package/es/constants/index.mjs +1 -1
- package/es/enums/app-designer/index.d.ts +80 -0
- package/es/enums/app-designer/index.mjs +58 -0
- package/es/enums/appEnum.d.ts +605 -0
- package/es/enums/appEnum.mjs +356 -0
- package/es/enums/appStateEnum.d.ts +14 -0
- package/es/enums/appStateEnum.mjs +12 -0
- package/es/enums/authActionEnum.d.ts +50 -0
- package/es/enums/authActionEnum.mjs +55 -0
- package/es/enums/breakpointEnum.d.ts +18 -0
- package/es/enums/breakpointEnum.mjs +28 -0
- package/es/enums/cacheEnum.d.ts +19 -0
- package/es/enums/cacheEnum.mjs +23 -0
- package/es/enums/designEnum.d.ts +82 -0
- package/es/enums/designEnum.mjs +72 -0
- package/es/enums/exceptionEnum.d.ts +17 -0
- package/es/enums/exceptionEnum.mjs +19 -0
- package/es/enums/httpEnum.d.ts +65 -0
- package/es/enums/httpEnum.mjs +63 -0
- package/es/enums/index.d.ts +15 -0
- package/es/enums/index.mjs +21 -0
- package/es/enums/menuEnum.d.ts +35 -0
- package/es/enums/menuEnum.mjs +40 -0
- package/es/enums/page-designer/designer.d.ts +277 -0
- package/es/enums/page-designer/designer.mjs +330 -0
- package/es/enums/page-designer/index.d.ts +4 -0
- package/es/enums/page-designer/index.mjs +6 -0
- package/es/enums/page-designer/panel.d.ts +243 -0
- package/es/enums/page-designer/panel.mjs +195 -0
- package/es/enums/page-designer/toolkit.d.ts +10 -0
- package/es/enums/page-designer/toolkit.mjs +14 -0
- package/es/enums/page-designer/widget.d.ts +316 -0
- package/es/enums/page-designer/widget.mjs +335 -0
- package/es/enums/pageEnum.d.ts +11 -0
- package/es/enums/pageEnum.mjs +15 -0
- package/es/enums/processEnum.d.ts +35 -0
- package/es/enums/processEnum.mjs +28 -0
- package/es/enums/roleEnum.d.ts +4 -0
- package/es/enums/roleEnum.mjs +8 -0
- package/es/enums/sizeEnum.d.ts +5 -0
- package/es/enums/sizeEnum.mjs +9 -0
- package/es/global/gct/gct.d.ts +47 -0
- package/es/global/gct/gct.mjs +49 -0
- package/es/global/index.d.ts +1 -0
- package/es/global/index.mjs +3 -0
- package/es/index.d.ts +14 -0
- package/es/index.mjs +41 -0
- package/es/interface/controller/i-designer-controller.d.ts +116 -0
- package/es/interface/controller/i-designer-controller.mjs +1 -0
- package/es/interface/controller/index.d.ts +1 -0
- package/es/interface/controller/index.mjs +1 -0
- package/es/interface/hooks/i-designer-hooks.d.ts +26 -0
- package/es/interface/hooks/i-designer-hooks.mjs +3 -0
- package/es/interface/hooks/index.d.ts +1 -0
- package/es/interface/hooks/index.mjs +1 -0
- package/es/interface/i-import-style-map/i-import-style-map.d.ts +15 -0
- package/es/interface/i-import-style-map/i-import-style-map.mjs +1 -0
- package/es/interface/i-pinia-action/i-global-actions.d.ts +14 -0
- package/es/interface/i-pinia-action/i-global-actions.mjs +1 -0
- package/es/interface/i-pinia-getter/i-global-getters.d.ts +16 -0
- package/es/interface/i-pinia-getter/i-global-getters.mjs +1 -0
- package/es/interface/i-pinia-state/i-global-state.d.ts +15 -0
- package/es/interface/i-pinia-state/i-global-state.mjs +1 -0
- package/es/interface/index.d.ts +8 -0
- package/es/interface/index.mjs +6 -0
- package/es/interface/low-code-types/index.d.ts +4 -0
- package/es/interface/low-code-types/index.mjs +5 -0
- package/es/interface/low-code-types/modal-types.d.ts +67 -0
- package/es/interface/low-code-types/modal-types.mjs +3 -0
- package/es/interface/low-code-types/model/index.d.ts +5338 -0
- package/es/interface/low-code-types/model/index.mjs +1 -0
- package/es/interface/low-code-types/schema/index.d.ts +12 -0
- package/es/interface/low-code-types/schema/index.mjs +1 -0
- package/es/interface/low-code-types/widget-basic-types.d.ts +655 -0
- package/es/interface/low-code-types/widget-basic-types.mjs +3 -0
- package/es/interface/state/i-designer-state.d.ts +39 -0
- package/es/interface/state/i-designer-state.mjs +1 -0
- package/es/interface/state/index.d.ts +1 -0
- package/es/interface/state/index.mjs +1 -0
- package/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +541 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/hook/async-series-hook/async-series-hook.mjs +73 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/hook/index.mjs +2 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/hook/sync-series-hook/sync-series-hook.mjs +100 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/index.mjs +2 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/array/array.mjs +47 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/index.mjs +5 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/object/object.mjs +24 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/qx-event/qx-event.mjs +94 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/qx-event-emitter/qx-event-emitter.mjs +146 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/type-util/type-util.mjs +149 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/util/util.mjs +227 -0
- package/es/provider/i-designer-provider/i-designer-provider.d.ts +102 -0
- package/es/provider/i-designer-provider/i-designer-provider.mjs +1 -0
- package/es/provider/index.d.ts +1 -0
- package/es/provider/index.mjs +1 -0
- package/es/register/designer-register/designer-register.d.ts +58 -0
- package/es/register/designer-register/designer-register.mjs +70 -0
- package/es/register/index.d.ts +2 -0
- package/es/register/index.mjs +4 -0
- package/es/register/render-register/render-register.d.ts +59 -0
- package/es/register/render-register/render-register.mjs +65 -0
- package/es/state/global-pinia-state/global-pinia-state.d.ts +16 -0
- package/es/state/global-pinia-state/global-pinia-state.mjs +11 -0
- package/es/state/index.d.ts +1 -0
- package/es/state/index.mjs +3 -0
- package/es/store/global-store.d.ts +2 -0
- package/es/store/global-store.mjs +22 -0
- package/es/store/index.d.ts +20 -0
- package/es/store/index.mjs +21 -0
- package/es/types/index.d.ts +46 -0
- package/es/utils/index.d.ts +2 -0
- package/es/utils/index.mjs +2 -0
- package/es/utils/plugin-pkg-util/plugin-pkg-util.d.ts +17 -0
- package/es/utils/plugin-pkg-util/plugin-pkg-util.mjs +27 -0
- package/es/utils/plugin-static-resource/plugin-static-resource.d.ts +41 -0
- package/es/utils/plugin-static-resource/plugin-static-resource.mjs +46 -0
- package/package.json +15 -5
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
import { FIELD_TYPE } from '../appEnum.mjs';
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
var SCOPE = /* @__PURE__ */ ((SCOPE2) => {
|
|
5
|
+
SCOPE2["PAGE"] = "page";
|
|
6
|
+
SCOPE2["MODAL"] = "modal";
|
|
7
|
+
return SCOPE2;
|
|
8
|
+
})(SCOPE || {});
|
|
9
|
+
var FormComponents = /* @__PURE__ */ ((FormComponents2) => {
|
|
10
|
+
FormComponents2["RdoInput"] = "rdo-input";
|
|
11
|
+
FormComponents2["Input"] = "input";
|
|
12
|
+
FormComponents2["ElectronicSignature"] = "electronic-signature";
|
|
13
|
+
FormComponents2["UseinfoButton"] = "useinfo-button";
|
|
14
|
+
FormComponents2["ModelingButton"] = "modeling-button";
|
|
15
|
+
FormComponents2["ImportButton"] = "gc-import-button";
|
|
16
|
+
FormComponents2["ExportButton"] = "gc-export-button";
|
|
17
|
+
FormComponents2["DocumentPrintButton"] = "document-print-button";
|
|
18
|
+
FormComponents2["SubmitButton"] = "submit-button";
|
|
19
|
+
FormComponents2["BatchDeleteButton"] = "batchdelete-button";
|
|
20
|
+
FormComponents2["CustomButton"] = "custom-button";
|
|
21
|
+
FormComponents2["TableLinkButton"] = "table-link-button";
|
|
22
|
+
FormComponents2["TableInfoButton"] = "table-info-button";
|
|
23
|
+
FormComponents2["TableApproveButton"] = "table-approve-button";
|
|
24
|
+
FormComponents2["OpeButton"] = "ope-button";
|
|
25
|
+
FormComponents2["ResetButton"] = "reset-button";
|
|
26
|
+
FormComponents2["RdoSaveButton"] = "rdo-save-button";
|
|
27
|
+
FormComponents2["LabelPrintButton"] = "labelprint-button";
|
|
28
|
+
FormComponents2["ProcessButton"] = "process-button";
|
|
29
|
+
FormComponents2["ProcessApproveButton"] = "process-approve-button";
|
|
30
|
+
FormComponents2["CreateButton"] = "create-button";
|
|
31
|
+
FormComponents2["DeleteButton"] = "delete-button";
|
|
32
|
+
FormComponents2["CopyButton"] = "copy-button";
|
|
33
|
+
FormComponents2["RefreshButton"] = "refresh-button";
|
|
34
|
+
FormComponents2["CreateVersionButton"] = "create-version-button";
|
|
35
|
+
FormComponents2["CopyVersionButton"] = "copy-version-button";
|
|
36
|
+
FormComponents2["Checkbox"] = "checkbox";
|
|
37
|
+
FormComponents2["DataTable"] = "data-table";
|
|
38
|
+
FormComponents2["TreeTable"] = "tree-table";
|
|
39
|
+
FormComponents2["DataTableColumn"] = "data-table-column";
|
|
40
|
+
FormComponents2["RefDataTable"] = "ref-data-table";
|
|
41
|
+
FormComponents2["DataList"] = "data-list";
|
|
42
|
+
FormComponents2["RdoDataList"] = "rdo-data-list";
|
|
43
|
+
FormComponents2["DataTableOpe"] = "data-table-ope";
|
|
44
|
+
FormComponents2["DataTableFormula"] = "data-table-formula";
|
|
45
|
+
FormComponents2["Datepicker"] = "datepicker";
|
|
46
|
+
FormComponents2["DateTimepicker"] = "datetimepicker";
|
|
47
|
+
FormComponents2["Department"] = "department";
|
|
48
|
+
FormComponents2["Form"] = "form";
|
|
49
|
+
FormComponents2["RdoForm"] = "rdo-form";
|
|
50
|
+
FormComponents2["RdoTable"] = "rdo-table";
|
|
51
|
+
FormComponents2["MedProRdoForm"] = "medprordo-form";
|
|
52
|
+
FormComponents2["MedProRdoTable"] = "medprordo-table";
|
|
53
|
+
FormComponents2["FormProcess"] = "form-process";
|
|
54
|
+
FormComponents2["Inputmoney"] = "inputmoney";
|
|
55
|
+
FormComponents2["Inputnumber"] = "inputnumber";
|
|
56
|
+
FormComponents2["InputDouble"] = "inputdouble";
|
|
57
|
+
FormComponents2["Radio"] = "radio";
|
|
58
|
+
FormComponents2["Select"] = "select";
|
|
59
|
+
FormComponents2["RdoSelect"] = "rdo-select";
|
|
60
|
+
FormComponents2["Switch"] = "switch";
|
|
61
|
+
FormComponents2["Textarea"] = "textarea";
|
|
62
|
+
FormComponents2["Timepicker"] = "timepicker";
|
|
63
|
+
FormComponents2["Userpicker"] = "userpicker";
|
|
64
|
+
FormComponents2["Search"] = "search";
|
|
65
|
+
FormComponents2["SelectSearch"] = "select-search";
|
|
66
|
+
FormComponents2["QuickSearch"] = "quick-search";
|
|
67
|
+
FormComponents2["LayoutContainer"] = "layout-container";
|
|
68
|
+
FormComponents2["ButtonContainer"] = "button-container";
|
|
69
|
+
FormComponents2["ButtonProcessContainer"] = "button-process-container";
|
|
70
|
+
FormComponents2["BottomButtonContainer"] = "bottom-button-container";
|
|
71
|
+
FormComponents2["Grid"] = "grid";
|
|
72
|
+
FormComponents2["GridCol"] = "grid-col";
|
|
73
|
+
FormComponents2["Tabs"] = "tabs";
|
|
74
|
+
FormComponents2["TabPane"] = "tab-pane";
|
|
75
|
+
FormComponents2["LeftRightColumns"] = "left-right-columns";
|
|
76
|
+
FormComponents2["TopBottomColumns"] = "top-bottom-columns";
|
|
77
|
+
FormComponents2["LeftLayoutThree"] = "left-layout-three";
|
|
78
|
+
FormComponents2["TopLayoutThree"] = "top-layout-three";
|
|
79
|
+
FormComponents2["UploadFile"] = "upload-file";
|
|
80
|
+
FormComponents2["UploadImage"] = "upload-image";
|
|
81
|
+
FormComponents2["SubTable"] = "sub-table";
|
|
82
|
+
FormComponents2["SubTableOpe"] = "sub-table-ope";
|
|
83
|
+
FormComponents2["SubTableAddBtn"] = "sub-table-add-button";
|
|
84
|
+
FormComponents2["SubTableCopyBtn"] = "sub-table-copy-button";
|
|
85
|
+
FormComponents2["SubTableEditBtn"] = "sub-table-edit-button";
|
|
86
|
+
FormComponents2["SubTableDeleteBtn"] = "sub-table-delete-button";
|
|
87
|
+
FormComponents2["LinkPageBtn"] = "link-page-button";
|
|
88
|
+
FormComponents2["Collapse"] = "collapse";
|
|
89
|
+
FormComponents2["CardList"] = "card-list";
|
|
90
|
+
FormComponents2["CardHeaderLeft"] = "card-header-left";
|
|
91
|
+
FormComponents2["CardHeaderRight"] = "card-header-right";
|
|
92
|
+
FormComponents2["CardContent"] = "card-content";
|
|
93
|
+
FormComponents2["CardOpeBtn"] = "card-ope-btn";
|
|
94
|
+
FormComponents2["BaseButton"] = "base-button";
|
|
95
|
+
FormComponents2["ReadonlyCmp"] = "readonlycmp";
|
|
96
|
+
FormComponents2["TableSelect"] = "table-select";
|
|
97
|
+
FormComponents2["GenCheckbox"] = "gen-checkbox";
|
|
98
|
+
FormComponents2["GenRadio"] = "gen-radio";
|
|
99
|
+
FormComponents2["GenSwitch"] = "gen-switch";
|
|
100
|
+
FormComponents2["WorkflowNodes"] = "workflow-nodes";
|
|
101
|
+
FormComponents2["WorkflowNodeModal"] = "workflow-node-modal";
|
|
102
|
+
FormComponents2["ESOP"] = "e-sop";
|
|
103
|
+
FormComponents2["EXPRESSION"] = "expression";
|
|
104
|
+
FormComponents2["ExpressionCondition"] = "expression-condition";
|
|
105
|
+
FormComponents2["AGG"] = "agg";
|
|
106
|
+
FormComponents2["DynamicFormType"] = "dynamic-form-type";
|
|
107
|
+
FormComponents2["DynamicFormValue"] = "dynamic-form-value";
|
|
108
|
+
FormComponents2["DynamicFormOpts"] = "dynamic-form-options";
|
|
109
|
+
FormComponents2["DynamicFormShowType"] = "dynamic-form-show-type";
|
|
110
|
+
FormComponents2["DynamicTable"] = "dynamic-table";
|
|
111
|
+
FormComponents2["Transaction"] = "transaction";
|
|
112
|
+
FormComponents2["SerialRule"] = "serial-rule";
|
|
113
|
+
FormComponents2["LabelTemplate"] = "label-template";
|
|
114
|
+
FormComponents2["LabelTemplateRef"] = "label-template-ref";
|
|
115
|
+
FormComponents2["DocumentTemplate"] = "document-template";
|
|
116
|
+
FormComponents2["Wacom"] = "wacom";
|
|
117
|
+
FormComponents2["Text"] = "text";
|
|
118
|
+
FormComponents2["CustomField"] = "custom-field";
|
|
119
|
+
FormComponents2["Printer"] = "printer";
|
|
120
|
+
FormComponents2["Descriptions"] = "descriptions";
|
|
121
|
+
FormComponents2["RangeUser"] = "range-user";
|
|
122
|
+
FormComponents2["GenImage"] = "gen-image";
|
|
123
|
+
FormComponents2["TestButton"] = "test-button";
|
|
124
|
+
FormComponents2["Iframe"] = "iframe";
|
|
125
|
+
FormComponents2["ExcuteButton"] = "medproexcute-button";
|
|
126
|
+
FormComponents2["SubDataTable"] = "sub-data-table";
|
|
127
|
+
FormComponents2["Signature"] = "signature";
|
|
128
|
+
FormComponents2["OnlineForm"] = "online-form";
|
|
129
|
+
FormComponents2["TmplTreeSelect"] = "tmpl-tree-select";
|
|
130
|
+
FormComponents2["Boolean"] = "boolean";
|
|
131
|
+
FormComponents2["BizProcess"] = "biz-process";
|
|
132
|
+
FormComponents2["ApprovalHistory"] = "approval-history";
|
|
133
|
+
FormComponents2["FlowDiagram"] = "flow-diagram";
|
|
134
|
+
return FormComponents2;
|
|
135
|
+
})(FormComponents || {});
|
|
136
|
+
var SearchComponents = /* @__PURE__ */ ((SearchComponents2) => {
|
|
137
|
+
SearchComponents2["SearchInput"] = "SearchInput";
|
|
138
|
+
SearchComponents2["SearchNumberInput"] = "SearchNumberInput";
|
|
139
|
+
SearchComponents2["SearchStringNumberInput"] = "SearchStringNumberInput";
|
|
140
|
+
SearchComponents2["SearchSwitch"] = "SearchSwitch";
|
|
141
|
+
SearchComponents2["SearchDate"] = "SearchDate";
|
|
142
|
+
SearchComponents2["SearchDateTime"] = "SearchDateTime";
|
|
143
|
+
SearchComponents2["SearchTime"] = "SearchTime";
|
|
144
|
+
SearchComponents2["SearchSelect"] = "SearchSelect";
|
|
145
|
+
SearchComponents2["SearchRdoSelect"] = "SearchRdoSelect";
|
|
146
|
+
SearchComponents2["SearchTransaction"] = "SearchTransaction";
|
|
147
|
+
SearchComponents2["SearchTmplTreeSelect"] = "SearchTmplTreeSelect";
|
|
148
|
+
SearchComponents2["SearchPrinter"] = "SearchPrinter";
|
|
149
|
+
SearchComponents2["SearchBizProcess"] = "SearchBizProcess";
|
|
150
|
+
return SearchComponents2;
|
|
151
|
+
})(SearchComponents || {});
|
|
152
|
+
var tableColumnWidthEnum = /* @__PURE__ */ ((tableColumnWidthEnum2) => {
|
|
153
|
+
tableColumnWidthEnum2["ATUO"] = "selfAdaption";
|
|
154
|
+
tableColumnWidthEnum2["ENUMERATION"] = "fixed";
|
|
155
|
+
tableColumnWidthEnum2["PERCENTAGE"] = "percentage";
|
|
156
|
+
return tableColumnWidthEnum2;
|
|
157
|
+
})(tableColumnWidthEnum || {});
|
|
158
|
+
var controlConfigEnum = /* @__PURE__ */ ((controlConfigEnum2) => {
|
|
159
|
+
controlConfigEnum2["NULL"] = "NULL";
|
|
160
|
+
controlConfigEnum2["STRING"] = "\u7A7A\u5B57\u7B26\u4E32";
|
|
161
|
+
controlConfigEnum2["ZERO"] = "0";
|
|
162
|
+
return controlConfigEnum2;
|
|
163
|
+
})(controlConfigEnum || {});
|
|
164
|
+
var statisticalMethodEnum = /* @__PURE__ */ ((statisticalMethodEnum2) => {
|
|
165
|
+
statisticalMethodEnum2["TOTAL"] = "total";
|
|
166
|
+
statisticalMethodEnum2["AVERAGE"] = "average";
|
|
167
|
+
return statisticalMethodEnum2;
|
|
168
|
+
})(statisticalMethodEnum || {});
|
|
169
|
+
var fixedAlignENUM = /* @__PURE__ */ ((fixedAlignENUM2) => {
|
|
170
|
+
fixedAlignENUM2["RIGHT"] = "right";
|
|
171
|
+
fixedAlignENUM2["NONE"] = "";
|
|
172
|
+
fixedAlignENUM2["LEFT"] = "left";
|
|
173
|
+
return fixedAlignENUM2;
|
|
174
|
+
})(fixedAlignENUM || {});
|
|
175
|
+
var tableColumnTypeEnum = /* @__PURE__ */ ((tableColumnTypeEnum2) => {
|
|
176
|
+
tableColumnTypeEnum2["COLUMN_TEXT"] = "COLUMN_TEXT";
|
|
177
|
+
tableColumnTypeEnum2["COLUMN_NUMBER"] = "COLUMN_NUMBER";
|
|
178
|
+
tableColumnTypeEnum2["COLUMNTEXT_DATA"] = "COLUMNTEXT_DATA";
|
|
179
|
+
tableColumnTypeEnum2["COLUMNTEXT_REF"] = "COLUMNTEXT_REF";
|
|
180
|
+
tableColumnTypeEnum2["COLUMNTEXT_ENUM"] = "COLUMNTEXT_ENUM";
|
|
181
|
+
tableColumnTypeEnum2["COLUMNTEXT_ORG"] = "COLUMNTEXT_ORG";
|
|
182
|
+
tableColumnTypeEnum2["COLUMNTEXT_USER"] = "COLUMNTEXT_USER";
|
|
183
|
+
tableColumnTypeEnum2["COLUMNTEXT_BOOLEAN"] = "COLUMNTEXT_BOOLEAN";
|
|
184
|
+
tableColumnTypeEnum2["COLUMNTEXT_IMAGE"] = "COLUMNTEXT_IMAGE";
|
|
185
|
+
return tableColumnTypeEnum2;
|
|
186
|
+
})(tableColumnTypeEnum || {});
|
|
187
|
+
var tabsTypeENUM = /* @__PURE__ */ ((tabsTypeENUM2) => {
|
|
188
|
+
tabsTypeENUM2["LINE"] = "line";
|
|
189
|
+
tabsTypeENUM2["CARD"] = "card";
|
|
190
|
+
tabsTypeENUM2["TEXt"] = "text";
|
|
191
|
+
tabsTypeENUM2["CAPSULE"] = "capsule";
|
|
192
|
+
tabsTypeENUM2["CUSTOM"] = "custom";
|
|
193
|
+
return tabsTypeENUM2;
|
|
194
|
+
})(tabsTypeENUM || {});
|
|
195
|
+
var sortTypeEnum = /* @__PURE__ */ ((sortTypeEnum2) => {
|
|
196
|
+
sortTypeEnum2["ASC"] = "asc";
|
|
197
|
+
sortTypeEnum2["DESC"] = "desc";
|
|
198
|
+
return sortTypeEnum2;
|
|
199
|
+
})(sortTypeEnum || {});
|
|
200
|
+
var BindCmpStyleEnum = /* @__PURE__ */ ((BindCmpStyleEnum2) => {
|
|
201
|
+
BindCmpStyleEnum2["CMP_TEXT"] = "TEXT";
|
|
202
|
+
BindCmpStyleEnum2["CMP_TEXTAREA"] = "TEXTAREA";
|
|
203
|
+
BindCmpStyleEnum2["CMP_ELECTRONICSIGNATURE"] = "ELECTRONICSIGNATURE";
|
|
204
|
+
BindCmpStyleEnum2["CMP_BOOLEAN"] = "BOOLEAN";
|
|
205
|
+
BindCmpStyleEnum2["CMP_SELECT_LIST"] = "SELECT_LIST";
|
|
206
|
+
BindCmpStyleEnum2["CMP_RADIO"] = "RADIO";
|
|
207
|
+
BindCmpStyleEnum2["CMP_CHECKBOX"] = "CHECKBOX";
|
|
208
|
+
BindCmpStyleEnum2["CMP_DROPDOWN_SELECT"] = "dropdownSelection";
|
|
209
|
+
BindCmpStyleEnum2["CMP_MODAL"] = "modalBoxSelection";
|
|
210
|
+
BindCmpStyleEnum2["CMP_TREE_SELECTION"] = "treeSelection";
|
|
211
|
+
BindCmpStyleEnum2["CMP_NUMBER"] = "NUMBER";
|
|
212
|
+
BindCmpStyleEnum2["CMP_CURRENCY"] = "CURRENCY";
|
|
213
|
+
BindCmpStyleEnum2["CMP_TIME"] = "TIME";
|
|
214
|
+
return BindCmpStyleEnum2;
|
|
215
|
+
})(BindCmpStyleEnum || {});
|
|
216
|
+
const Ch_BindCmpStyleEnum = {
|
|
217
|
+
["TEXT" /* CMP_TEXT */]: "sys.pageDesigner.bindCmpStyle.bindText",
|
|
218
|
+
["TEXTAREA" /* CMP_TEXTAREA */]: "sys.pageDesigner.bindCmpStyle.bindTextarea",
|
|
219
|
+
["ELECTRONICSIGNATURE" /* CMP_ELECTRONICSIGNATURE */]: "sys.pageDesigner.bindCmpStyle.electronicSignature",
|
|
220
|
+
["BOOLEAN" /* CMP_BOOLEAN */]: "sys.pageDesigner.bindCmpStyle.bindBoolean",
|
|
221
|
+
["SELECT_LIST" /* CMP_SELECT_LIST */]: "sys.pageDesigner.bindCmpStyle.bindSelectList",
|
|
222
|
+
["RADIO" /* CMP_RADIO */]: "sys.pageDesigner.bindCmpStyle.bindRadio",
|
|
223
|
+
["CHECKBOX" /* CMP_CHECKBOX */]: "sys.pageDesigner.bindCmpStyle.bindCheckbox",
|
|
224
|
+
["dropdownSelection" /* CMP_DROPDOWN_SELECT */]: "sys.pageDesigner.bindCmpStyle.bindDropdownSelect",
|
|
225
|
+
["modalBoxSelection" /* CMP_MODAL */]: "sys.pageDesigner.bindCmpStyle.bindModal",
|
|
226
|
+
["treeSelection" /* CMP_TREE_SELECTION */]: "sys.pageDesigner.bindCmpStyle.bindTreeSelection",
|
|
227
|
+
["NUMBER" /* CMP_NUMBER */]: "sys.pageDesigner.bindCmpStyle.bindNumber",
|
|
228
|
+
["CURRENCY" /* CMP_CURRENCY */]: "sys.pageDesigner.bindCmpStyle.bindCurrency",
|
|
229
|
+
["TIME" /* CMP_TIME */]: "sys.pageDesigner.bindCmpStyle.bindTime"
|
|
230
|
+
};
|
|
231
|
+
var BindCmpStyleTypeEnum = /* @__PURE__ */ ((BindCmpStyleTypeEnum2) => {
|
|
232
|
+
BindCmpStyleTypeEnum2["BindText"] = "bindText";
|
|
233
|
+
BindCmpStyleTypeEnum2["BindLongText"] = "BindLongText";
|
|
234
|
+
BindCmpStyleTypeEnum2["BindBool"] = "bindBool";
|
|
235
|
+
BindCmpStyleTypeEnum2["BindPerson"] = "bindPerson";
|
|
236
|
+
BindCmpStyleTypeEnum2["BindDept"] = "bindDept";
|
|
237
|
+
BindCmpStyleTypeEnum2["BindLink"] = "bindLink";
|
|
238
|
+
BindCmpStyleTypeEnum2["BindMulti"] = "bindMulti";
|
|
239
|
+
BindCmpStyleTypeEnum2["BindNum"] = "bindNum";
|
|
240
|
+
BindCmpStyleTypeEnum2["BindDecimal"] = "bindDecimal";
|
|
241
|
+
return BindCmpStyleTypeEnum2;
|
|
242
|
+
})(BindCmpStyleTypeEnum || {});
|
|
243
|
+
const transformBindCmp2CmpType = {
|
|
244
|
+
["TEXT" /* CMP_TEXT */]: "input" /* Input */,
|
|
245
|
+
["TEXTAREA" /* CMP_TEXTAREA */]: "textarea" /* Textarea */,
|
|
246
|
+
["ELECTRONICSIGNATURE" /* CMP_ELECTRONICSIGNATURE */]: "electronic-signature" /* ElectronicSignature */,
|
|
247
|
+
["SELECT_LIST" /* CMP_SELECT_LIST */]: "select" /* Select */,
|
|
248
|
+
["RADIO" /* CMP_RADIO */]: "radio" /* Radio */,
|
|
249
|
+
["CHECKBOX" /* CMP_CHECKBOX */]: "checkbox" /* Checkbox */
|
|
250
|
+
};
|
|
251
|
+
const bindCmpStyleMap = {
|
|
252
|
+
["bindText" /* BindText */]: [
|
|
253
|
+
"TEXT" /* CMP_TEXT */,
|
|
254
|
+
"TEXTAREA" /* CMP_TEXTAREA */
|
|
255
|
+
],
|
|
256
|
+
["BindLongText" /* BindLongText */]: [
|
|
257
|
+
"TEXT" /* CMP_TEXT */,
|
|
258
|
+
"TEXTAREA" /* CMP_TEXTAREA */,
|
|
259
|
+
"ELECTRONICSIGNATURE" /* CMP_ELECTRONICSIGNATURE */
|
|
260
|
+
],
|
|
261
|
+
["bindBool" /* BindBool */]: [
|
|
262
|
+
"BOOLEAN" /* CMP_BOOLEAN */,
|
|
263
|
+
"SELECT_LIST" /* CMP_SELECT_LIST */,
|
|
264
|
+
"RADIO" /* CMP_RADIO */,
|
|
265
|
+
"CHECKBOX" /* CMP_CHECKBOX */
|
|
266
|
+
],
|
|
267
|
+
["bindPerson" /* BindPerson */]: [
|
|
268
|
+
"dropdownSelection" /* CMP_DROPDOWN_SELECT */,
|
|
269
|
+
"modalBoxSelection" /* CMP_MODAL */
|
|
270
|
+
],
|
|
271
|
+
["bindDept" /* BindDept */]: [
|
|
272
|
+
"treeSelection" /* CMP_TREE_SELECTION */,
|
|
273
|
+
"modalBoxSelection" /* CMP_MODAL */
|
|
274
|
+
],
|
|
275
|
+
["bindLink" /* BindLink */]: [
|
|
276
|
+
"SELECT_LIST" /* CMP_SELECT_LIST */,
|
|
277
|
+
"RADIO" /* CMP_RADIO */
|
|
278
|
+
],
|
|
279
|
+
["bindMulti" /* BindMulti */]: [
|
|
280
|
+
"SELECT_LIST" /* CMP_SELECT_LIST */,
|
|
281
|
+
"CHECKBOX" /* CMP_CHECKBOX */
|
|
282
|
+
],
|
|
283
|
+
["bindNum" /* BindNum */]: [
|
|
284
|
+
"NUMBER" /* CMP_NUMBER */,
|
|
285
|
+
"CURRENCY" /* CMP_CURRENCY */,
|
|
286
|
+
"TIME" /* CMP_TIME */
|
|
287
|
+
],
|
|
288
|
+
["bindDecimal" /* BindDecimal */]: [
|
|
289
|
+
"NUMBER" /* CMP_NUMBER */,
|
|
290
|
+
"CURRENCY" /* CMP_CURRENCY */
|
|
291
|
+
]
|
|
292
|
+
};
|
|
293
|
+
var buttonShowType = /* @__PURE__ */ ((buttonShowType2) => {
|
|
294
|
+
buttonShowType2["FOLD_ALL"] = "foldAll";
|
|
295
|
+
buttonShowType2["FOLD_PART"] = "foldPart";
|
|
296
|
+
return buttonShowType2;
|
|
297
|
+
})(buttonShowType || {});
|
|
298
|
+
const searchListByFieldType = [
|
|
299
|
+
FIELD_TYPE.BOOLEAN,
|
|
300
|
+
FIELD_TYPE.DATE,
|
|
301
|
+
FIELD_TYPE.DATE_TIME,
|
|
302
|
+
FIELD_TYPE.DECIMAL,
|
|
303
|
+
FIELD_TYPE.DOUBLE,
|
|
304
|
+
FIELD_TYPE.ENUM,
|
|
305
|
+
FIELD_TYPE.ENUM_MULTI,
|
|
306
|
+
FIELD_TYPE.INTEGER,
|
|
307
|
+
FIELD_TYPE.LONG,
|
|
308
|
+
FIELD_TYPE.LONG_TEXT,
|
|
309
|
+
FIELD_TYPE.TEXT,
|
|
310
|
+
FIELD_TYPE.USER_MULTI,
|
|
311
|
+
FIELD_TYPE.USER,
|
|
312
|
+
FIELD_TYPE.TIME,
|
|
313
|
+
FIELD_TYPE.REF_MULTI,
|
|
314
|
+
FIELD_TYPE.REF,
|
|
315
|
+
FIELD_TYPE.RDO_REF,
|
|
316
|
+
FIELD_TYPE.ORG_MULTI,
|
|
317
|
+
FIELD_TYPE.ORG,
|
|
318
|
+
// FIELD_TYPE.MASTERSLAVE,
|
|
319
|
+
FIELD_TYPE.AGG,
|
|
320
|
+
FIELD_TYPE.EXPRESSION,
|
|
321
|
+
FIELD_TYPE.SERIAL,
|
|
322
|
+
FIELD_TYPE.ONLINE_FORM_TEMPLATE,
|
|
323
|
+
FIELD_TYPE.E_DHR_TEMPLATE,
|
|
324
|
+
FIELD_TYPE.PRINTER,
|
|
325
|
+
FIELD_TYPE.LABEL_TEMPLATE_REF,
|
|
326
|
+
FIELD_TYPE.Biz_Process,
|
|
327
|
+
FIELD_TYPE.DOCUMENT_TEMPLATE
|
|
328
|
+
];
|
|
329
|
+
|
|
330
|
+
export { BindCmpStyleEnum, BindCmpStyleTypeEnum, Ch_BindCmpStyleEnum, FormComponents, SCOPE, SearchComponents, bindCmpStyleMap, buttonShowType, controlConfigEnum, fixedAlignENUM, searchListByFieldType, sortTypeEnum, statisticalMethodEnum, tableColumnTypeEnum, tableColumnWidthEnum, tabsTypeENUM, transformBindCmp2CmpType };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { ASSIGNMENTSTRATEGY_ENUM, BorderStyle, COLUMNS_TYPE, Dependency_ENUM, DisplayType, EventCategory, GLOBAL_TYPE, GLOBAL_VAR_TYPE, INNER_EVENT, PanelEnum, Postion, ProgressTypeEnum, PropGroup, SUB_TABLE_EDIT_MODE, SUB_TABLE_OPE_EVENT_TYPE, SUB_TABLE_OPE_EVENT_TYPE_INLINE, StyleGroup, TagTypeEnum, TextAlign, TextDecoration, VERIFICATIONCONDITIONS_TYPE, tagEnum } from './panel.mjs';
|
|
2
|
+
export { ToolkitEnum } from './toolkit.mjs';
|
|
3
|
+
export { BuiltinType, ButtonColorTheme, ButtonColorType, ButtonGroupType, ButtonSize, ButtonStyle, ButtonType, ButtonTypeGroup, ButtonType_vant, CURRENCY_ENUM, CURRENCY_LANG_ENUM, CategoryTypeEnum, DatasourceTypeEnum, DateRangeEnums, DisplayEnums, KeyMode, ListTreeSearchTypeEnum, Platform, PrintModeEnums, ResetRuleType, RowSelectionTypeEnums, SelectPickerEnums, SignatureTypeEnum, StatisticalMethodEnums, TIMETYPE_ENUM, TIMETYPE_LANG_ENUM, TableEditingMethodEnum, TableSearchTypeEnum, TableTypeEnum, TransactionMode, WidgetInScopeEnum, openWindowEnums, operateSysEnums } from './widget.mjs';
|
|
4
|
+
export { BindCmpStyleEnum, BindCmpStyleTypeEnum, Ch_BindCmpStyleEnum, FormComponents, SCOPE, SearchComponents, bindCmpStyleMap, buttonShowType, controlConfigEnum, fixedAlignENUM, searchListByFieldType, sortTypeEnum, statisticalMethodEnum, tableColumnTypeEnum, tableColumnWidthEnum, tabsTypeENUM, transformBindCmp2CmpType } from './designer.mjs';
|
|
5
|
+
|
|
6
|
+
"use strict";
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
export declare enum PanelEnum {
|
|
2
|
+
PAGE = "page",
|
|
3
|
+
HISTORY = "history",
|
|
4
|
+
GLOBAL = "global",
|
|
5
|
+
WIDGET = "widget",
|
|
6
|
+
CHANGE_DESIGN = "changeDesign"
|
|
7
|
+
}
|
|
8
|
+
export declare enum Postion {
|
|
9
|
+
STATIC = "static",
|
|
10
|
+
RELATIVE = "relative",
|
|
11
|
+
ABSOLUTE = "absolute",
|
|
12
|
+
FIXED = "fixed",
|
|
13
|
+
STICKY = "sticky"
|
|
14
|
+
}
|
|
15
|
+
export declare enum BorderStyle {
|
|
16
|
+
NONE = "none",
|
|
17
|
+
SOLID = "solid",
|
|
18
|
+
DOTTED = "dotted",
|
|
19
|
+
DASHED = "dashed",
|
|
20
|
+
DOUBLE = "double"
|
|
21
|
+
}
|
|
22
|
+
export declare enum TextAlign {
|
|
23
|
+
LEFT = "left",
|
|
24
|
+
CENTER = "center",
|
|
25
|
+
RIGHT = "right",
|
|
26
|
+
JUSTIFY = "justify"
|
|
27
|
+
}
|
|
28
|
+
export declare enum TextDecoration {
|
|
29
|
+
LINETHROUGH = "line-through",
|
|
30
|
+
UNDERLINE = "underline",
|
|
31
|
+
NONE = "none"
|
|
32
|
+
}
|
|
33
|
+
export declare enum EventCategory {
|
|
34
|
+
INNER = "inner",
|
|
35
|
+
JS = "js",
|
|
36
|
+
LO = "lo"
|
|
37
|
+
}
|
|
38
|
+
export declare enum PropGroup {
|
|
39
|
+
/**基础属性 */
|
|
40
|
+
BASIC = "basic",
|
|
41
|
+
/**高级属性 */
|
|
42
|
+
ADVANCED = "advance",
|
|
43
|
+
/**显隐配置 */
|
|
44
|
+
DISPLAY = "display",
|
|
45
|
+
/**标签 */
|
|
46
|
+
LABEL = "label",
|
|
47
|
+
/**字段列表 */
|
|
48
|
+
FIELD = "field",
|
|
49
|
+
/**数据相关 */
|
|
50
|
+
DATA = "data",
|
|
51
|
+
/**其他属性 */
|
|
52
|
+
OTHER = "other",
|
|
53
|
+
/**列表配置 */
|
|
54
|
+
LIST = "list",
|
|
55
|
+
/**表格配置 */
|
|
56
|
+
Table = "table",
|
|
57
|
+
/**提交配置 */
|
|
58
|
+
SUBMIT_RULE = "submitRule",
|
|
59
|
+
/**列表数据 */
|
|
60
|
+
LISTDATA = "listdata",
|
|
61
|
+
/**显示 */
|
|
62
|
+
SHOW = "show",
|
|
63
|
+
/** 字段配置 */
|
|
64
|
+
FIELD_CONFIG = "fieldConfig",
|
|
65
|
+
/** 表单配置 */
|
|
66
|
+
FORM_CONFIG = "formConfig",
|
|
67
|
+
/** 字段布局 */
|
|
68
|
+
FIELD_LAYOUT = "FieldLayout",
|
|
69
|
+
/**选择器配置 */
|
|
70
|
+
TABLESELECT_CONFIG = "tableSelect",
|
|
71
|
+
/**单选框配置 */
|
|
72
|
+
GENRADIO = "genRadio",
|
|
73
|
+
/**复选框配置 */
|
|
74
|
+
GENCHECKBOX = "genCheckbox",
|
|
75
|
+
/**开关配置 */
|
|
76
|
+
GENSWITCH = "genSwitch",
|
|
77
|
+
/**选项卡配置 */
|
|
78
|
+
OPTIONS = "options",
|
|
79
|
+
/**面板配置 */
|
|
80
|
+
COLLAPSE = "collapse",
|
|
81
|
+
/**iframe配置 */
|
|
82
|
+
IFRAME = "iframe",
|
|
83
|
+
/**文档集配置 */
|
|
84
|
+
FILECOLLECT = "fileCollect",
|
|
85
|
+
/**卡片列表配置 */
|
|
86
|
+
CARDLIST = "cardList",
|
|
87
|
+
/**按钮配置 */
|
|
88
|
+
BUTTON = "button",
|
|
89
|
+
/**按钮 */
|
|
90
|
+
Button = "Button",
|
|
91
|
+
/**按钮显示 */
|
|
92
|
+
ButtonShow = "ButtonShow",
|
|
93
|
+
/**按钮显示 */
|
|
94
|
+
ButtonStyle = "ButtonStyle",
|
|
95
|
+
/**列表按钮 */
|
|
96
|
+
LISTBUTTON = "listButton",
|
|
97
|
+
/** 模态框配置 */
|
|
98
|
+
MODAL = "modal",
|
|
99
|
+
/** 弹框宽度 */
|
|
100
|
+
MODALWIDTH = "modalWidth",
|
|
101
|
+
/** 弹框高度 */
|
|
102
|
+
MODALHEIGHT = "modalHeight",
|
|
103
|
+
/** 标题配置 */
|
|
104
|
+
MODALTITLECONFIG = "modalTitleConfig",
|
|
105
|
+
/**搜索配置 */
|
|
106
|
+
SEARCH = "search",
|
|
107
|
+
/** 查询配置 */
|
|
108
|
+
QUERY = "query",
|
|
109
|
+
/** 输入配置 */
|
|
110
|
+
INPUT_CONFIG = "inputConfig",
|
|
111
|
+
/** 数据联动 */
|
|
112
|
+
DATALINKAGE = "dataLinkage",
|
|
113
|
+
/**权限配置 */
|
|
114
|
+
PERMISSION = "permission",
|
|
115
|
+
/**数据源 */
|
|
116
|
+
DATASOURCE = "dataSource",
|
|
117
|
+
/**验证规则 */
|
|
118
|
+
VALIDATERULE = "validaterule",
|
|
119
|
+
/**文本配置 */
|
|
120
|
+
TEXT = "text",
|
|
121
|
+
/**栅格容器配置 */
|
|
122
|
+
GRID_CONFIG = "gridConfig",
|
|
123
|
+
COL_CONFIG = "colConfig",
|
|
124
|
+
/**组件依赖 */
|
|
125
|
+
COMPONENTDEPENDENCY = "componentDependency",
|
|
126
|
+
/**图片配置 */
|
|
127
|
+
GENIMAGE = "genImage",
|
|
128
|
+
/**数据范围 */
|
|
129
|
+
DATARANGE = "dataRange",
|
|
130
|
+
/**算子配置 */
|
|
131
|
+
OPERATOR_CONFIG = "operatorConfig",
|
|
132
|
+
/**业务配置 */
|
|
133
|
+
BUSINESS_CONFIG = "businessConfig"
|
|
134
|
+
}
|
|
135
|
+
export declare enum StyleGroup {
|
|
136
|
+
/**布局 */
|
|
137
|
+
LAYOUT = "layout",
|
|
138
|
+
/**样式 */
|
|
139
|
+
STYLE = "style",
|
|
140
|
+
/**背景 */
|
|
141
|
+
BACKGROUND = "background",
|
|
142
|
+
/**边距 */
|
|
143
|
+
MARGIN = "margin",
|
|
144
|
+
/**边框 */
|
|
145
|
+
BORDER = "border",
|
|
146
|
+
/**
|
|
147
|
+
* 标题栏配置
|
|
148
|
+
*/
|
|
149
|
+
HEADER = "header"
|
|
150
|
+
}
|
|
151
|
+
export declare enum tagEnum {
|
|
152
|
+
TAG = "tag",
|
|
153
|
+
PROGRESS = "progress"
|
|
154
|
+
}
|
|
155
|
+
export declare enum TagTypeEnum {
|
|
156
|
+
RADIUS = "radius",
|
|
157
|
+
LINEAR_RADIUS = "linear_radius",
|
|
158
|
+
BIG_RADIUS = "big_radius",
|
|
159
|
+
LINEAR_BIG_RADIUS = "linear_big_radius",
|
|
160
|
+
DASHED_RADIUS = "dashed_radius",
|
|
161
|
+
STATUS = "status"
|
|
162
|
+
}
|
|
163
|
+
export declare enum ProgressTypeEnum {
|
|
164
|
+
/**圆形 */
|
|
165
|
+
CIRCLE = "circle",
|
|
166
|
+
/**线条 */
|
|
167
|
+
LINE = "line"
|
|
168
|
+
}
|
|
169
|
+
export declare enum DisplayType {
|
|
170
|
+
/** 显影控制-规则 */
|
|
171
|
+
RULE = "rule",
|
|
172
|
+
/** 显影控制-配置 */
|
|
173
|
+
CONFIG = "config"
|
|
174
|
+
}
|
|
175
|
+
export declare enum GLOBAL_VAR_TYPE {
|
|
176
|
+
STRING = "string",
|
|
177
|
+
NUMBER = "number",
|
|
178
|
+
BOOLEAN = "boolean",
|
|
179
|
+
OBJECT = "object",
|
|
180
|
+
ARRAY = "array",
|
|
181
|
+
NULL = "NULL",
|
|
182
|
+
DATE = "date",
|
|
183
|
+
DATETIME = "datetime",
|
|
184
|
+
TIME = "time"
|
|
185
|
+
}
|
|
186
|
+
export declare enum GLOBAL_TYPE {
|
|
187
|
+
MODAL = "modal",
|
|
188
|
+
EVENT = "event",
|
|
189
|
+
VAR = "var"
|
|
190
|
+
}
|
|
191
|
+
export declare enum COLUMNS_TYPE {
|
|
192
|
+
LEFT = "left",
|
|
193
|
+
CENTER = "center",
|
|
194
|
+
RIGHT = "right",
|
|
195
|
+
TOP = "top",
|
|
196
|
+
BOTTOM = "bottom"
|
|
197
|
+
}
|
|
198
|
+
/**内置事件类型 */
|
|
199
|
+
export declare enum INNER_EVENT {
|
|
200
|
+
CLOSE_MODAL = "__CLOSEMODAL__",
|
|
201
|
+
OPEN_MODAL = "__OPENMODAL__",
|
|
202
|
+
REFRESH_TABLE = "__REFRESHTABLE__"
|
|
203
|
+
}
|
|
204
|
+
export declare enum SUB_TABLE_EDIT_MODE {
|
|
205
|
+
/** 行内 */
|
|
206
|
+
INLINE = "inline",
|
|
207
|
+
/** 模态框 */
|
|
208
|
+
MODAL = "modal"
|
|
209
|
+
}
|
|
210
|
+
export declare enum SUB_TABLE_OPE_EVENT_TYPE_INLINE {
|
|
211
|
+
DELETE = "delete",
|
|
212
|
+
COPY = "copy"
|
|
213
|
+
}
|
|
214
|
+
export declare enum SUB_TABLE_OPE_EVENT_TYPE {
|
|
215
|
+
DELETE = "delete",
|
|
216
|
+
EDIT = "edit",
|
|
217
|
+
COPY = "copy"
|
|
218
|
+
}
|
|
219
|
+
export declare enum VERIFICATIONCONDITIONS_TYPE {
|
|
220
|
+
JS = "js"
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* 新值赋值策略
|
|
224
|
+
*/
|
|
225
|
+
export declare enum ASSIGNMENTSTRATEGY_ENUM {
|
|
226
|
+
/**始终覆盖 */
|
|
227
|
+
alwaysCover = "alwaysCover",
|
|
228
|
+
/**不覆盖已修改 */
|
|
229
|
+
notCovered = "notCovered"
|
|
230
|
+
}
|
|
231
|
+
/**组件依赖枚举 */
|
|
232
|
+
export declare enum Dependency_ENUM {
|
|
233
|
+
/**隐藏 */
|
|
234
|
+
HIDDEN = "hidden",
|
|
235
|
+
/**只读 */
|
|
236
|
+
READONLY = "readonly",
|
|
237
|
+
/**禁用 */
|
|
238
|
+
DISABLED = "disabled",
|
|
239
|
+
/**必填 */
|
|
240
|
+
REQUIRED = "required",
|
|
241
|
+
/**赋值 */
|
|
242
|
+
ASSIGNMENT = "assignment"
|
|
243
|
+
}
|