@kp-ui/lowcode-pc 1.0.0-alpha.1 → 1.0.0-alpha.2
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/assets/CustomerModal.mjs +3 -91
- package/assets/install.mjs +197 -41
- package/index.js +6 -2
- package/package.json +3 -3
- package/types/index.d.ts +1 -0
- package/types/pc/install.d.ts +9 -0
- package/types/core/src/components/DragBtn.vue.d.ts +0 -7
- package/types/core/src/components/HttpEditor.vue.d.ts +0 -46
- package/types/core/src/components/common/EventItemEditor.vue.d.ts +0 -12
- package/types/core/src/components/common/LowcodeI18nProvider.vue.d.ts +0 -17
- package/types/core/src/components/common/RenderWidgetList.vue.d.ts +0 -16
- package/types/core/src/components/common/desginer/FormWidgetContainer.vue.d.ts +0 -6
- package/types/core/src/components/common/desginer/RenderDesignerWrapper.vue.d.ts +0 -2
- package/types/core/src/components/common/desginer/WidgetWrapper.vue.d.ts +0 -30
- package/types/core/src/components/common/render/ActionButtonListDialog.vue.d.ts +0 -345
- package/types/core/src/components/common/render/Debugger.vue.d.ts +0 -10
- package/types/core/src/components/common/render/LowcodeRenderProvider.vue.d.ts +0 -26
- package/types/core/src/components/common/render/index.d.ts +0 -6
- package/types/core/src/components/common/render/useFormContext.d.ts +0 -148
- package/types/core/src/components/common/render/useFormDataProcessor.d.ts +0 -10
- package/types/core/src/components/contextMenu/WidgetContextMenu.vue.d.ts +0 -21
- package/types/core/src/components/contextMenu/useWidgetContextMenu.d.ts +0 -25
- package/types/core/src/components/index.d.ts +0 -17
- package/types/core/src/components/layout/LowcodeLayout.vue.d.ts +0 -24
- package/types/core/src/components/property-editor/index.d.ts +0 -3
- package/types/core/src/components/property-editor/propertyRegister.d.ts +0 -199
- package/types/core/src/components/property-editor/useEditor.d.ts +0 -19
- package/types/core/src/components/setting-plane/WidgetSettingPlane.vue.d.ts +0 -2
- package/types/core/src/components/setting-plane/form-crud-setting.vue.d.ts +0 -10
- package/types/core/src/components/setting-plane/form-setting.vue.d.ts +0 -332
- package/types/core/src/components/setting-plane/index.d.ts +0 -3
- package/types/core/src/components/setting-plane/index.vue.d.ts +0 -675
- package/types/core/src/components/settings/PanelItemDrag.vue.d.ts +0 -24
- package/types/core/src/components/settings/WidgetPanel.vue.d.ts +0 -20
- package/types/core/src/components/toolbar-panel/index.vue.d.ts +0 -689
- package/types/core/src/constants/EditorTypeEnum.d.ts +0 -151
- package/types/core/src/constants/LayoutTypeEnum.d.ts +0 -5
- package/types/core/src/constants/WidgetTypeEnum.d.ts +0 -65
- package/types/core/src/constants/index.d.ts +0 -12
- package/types/core/src/hooks/index.d.ts +0 -7
- package/types/core/src/hooks/useAppRef.d.ts +0 -9
- package/types/core/src/hooks/useDataHttp.d.ts +0 -207
- package/types/core/src/hooks/useDesigner.d.ts +0 -22
- package/types/core/src/hooks/useField.d.ts +0 -95
- package/types/core/src/hooks/useFormValidation.d.ts +0 -54
- package/types/core/src/hooks/useInputEvent.d.ts +0 -10
- package/types/core/src/hooks/useLowcode.d.ts +0 -22
- package/types/core/src/hooks/useNativeDragAndDrop.d.ts +0 -34
- package/types/core/src/hooks/useWidget.d.ts +0 -5
- package/types/core/src/lang/en-US.d.ts +0 -564
- package/types/core/src/lang/en-US_extension.d.ts +0 -23
- package/types/core/src/lang/en-US_render.d.ts +0 -38
- package/types/core/src/lang/zh-CN.d.ts +0 -584
- package/types/core/src/lang/zh-CN_extension.d.ts +0 -23
- package/types/core/src/lang/zh-CN_render.d.ts +0 -38
- package/types/core/src/types/button.d.ts +0 -17
- package/types/core/src/types/designer.d.ts +0 -74
- package/types/core/src/types/fileObject.d.ts +0 -7
- package/types/core/src/types/global.d.ts +0 -20
- package/types/core/src/types/index.d.ts +0 -8
- package/types/core/src/types/rowSelectionType.d.ts +0 -12
- package/types/core/src/types/schema.d.ts +0 -169
- package/types/core/src/types/widgetProps.d.ts +0 -8
- package/types/core/src/utils/emitter.d.ts +0 -17
- package/types/core/src/utils/event-bus.d.ts +0 -10
- package/types/core/src/utils/file.d.ts +0 -0
- package/types/core/src/utils/format.d.ts +0 -46
- package/types/core/src/utils/getFileName.d.ts +0 -1
- package/types/core/src/utils/i18n.d.ts +0 -27
- package/types/core/src/utils/index.d.ts +0 -7
- package/types/core/src/utils/insertAssetsToBody.d.ts +0 -3
- package/types/core/src/utils/request/handleAxiosError.d.ts +0 -11
- package/types/core/src/utils/request/http.d.ts +0 -4
- package/types/core/src/utils/smart-vue-i18n/index.d.ts +0 -11
- package/types/core/src/utils/transformWidgetList.d.ts +0 -2
- package/types/core/src/utils/useEmitter.d.ts +0 -31
- package/types/core/src/utils/util.d.ts +0 -81
- package/types/core/src/utils/validators.d.ts +0 -25
- package/types/pc/src/components/desginer/form-widget/container-widget/data-table-widget.vue.d.ts +0 -77
- package/types/pc/src/components/desginer/form-widget/container-widget/grid-col-widget.vue.d.ts +0 -16
- package/types/pc/src/components/desginer/form-widget/container-widget/grid-sub-form-widget.vue.d.ts +0 -5
- package/types/pc/src/components/desginer/form-widget/container-widget/grid-widget.vue.d.ts +0 -5
- package/types/pc/src/components/desginer/form-widget/container-widget/index.d.ts +0 -153
- package/types/pc/src/components/desginer/form-widget/container-widget/tab-widget.vue.d.ts +0 -5
- package/types/pc/src/components/desginer/form-widget/container-widget/useTableWidget.d.ts +0 -274
- package/types/pc/src/components/desginer/form-widget/container-widget/vf-box-widget.vue.d.ts +0 -32
- package/types/pc/src/components/desginer/form-widget/container-widget/vf-collapse-widget.vue.d.ts +0 -33
- package/types/pc/src/components/desginer/form-widget/container-widget/vf-dialog-widget.vue.d.ts +0 -4
- package/types/pc/src/components/desginer/form-widget/index.vue.d.ts +0 -171
- package/types/pc/src/components/desginer/index.vue.d.ts +0 -52
- package/types/pc/src/components/desginer/widget-panel/advanced/bpmn-editor.d.ts +0 -13
- package/types/pc/src/components/desginer/widget-panel/advanced/cascader.d.ts +0 -31
- package/types/pc/src/components/desginer/widget-panel/advanced/code-editor.d.ts +0 -18
- package/types/pc/src/components/desginer/widget-panel/advanced/data-table.d.ts +0 -52
- package/types/pc/src/components/desginer/widget-panel/advanced/diy-compontent.d.ts +0 -10
- package/types/pc/src/components/desginer/widget-panel/advanced/file-upload.d.ts +0 -24
- package/types/pc/src/components/desginer/widget-panel/advanced/index.d.ts +0 -8
- package/types/pc/src/components/desginer/widget-panel/advanced/rich-editor.d.ts +0 -22
- package/types/pc/src/components/desginer/widget-panel/advanced/tree-select.d.ts +0 -33
- package/types/pc/src/components/desginer/widget-panel/advanced/tree.d.ts +0 -27
- package/types/pc/src/components/desginer/widget-panel/advancedFieldsEnums.d.ts +0 -11
- package/types/pc/src/components/desginer/widget-panel/basicFields/button.d.ts +0 -17
- package/types/pc/src/components/desginer/widget-panel/basicFields/buttonList.d.ts +0 -22
- package/types/pc/src/components/desginer/widget-panel/basicFields/checkbox.d.ts +0 -27
- package/types/pc/src/components/desginer/widget-panel/basicFields/color.d.ts +0 -16
- package/types/pc/src/components/desginer/widget-panel/basicFields/date.d.ts +0 -29
- package/types/pc/src/components/desginer/widget-panel/basicFields/dateRange.d.ts +0 -29
- package/types/pc/src/components/desginer/widget-panel/basicFields/divider.d.ts +0 -12
- package/types/pc/src/components/desginer/widget-panel/basicFields/dropdown.d.ts +0 -18
- package/types/pc/src/components/desginer/widget-panel/basicFields/htmlText.d.ts +0 -11
- package/types/pc/src/components/desginer/widget-panel/basicFields/input.d.ts +0 -31
- package/types/pc/src/components/desginer/widget-panel/basicFields/number.d.ts +0 -26
- package/types/pc/src/components/desginer/widget-panel/basicFields/radio.d.ts +0 -38
- package/types/pc/src/components/desginer/widget-panel/basicFields/rate.d.ts +0 -23
- package/types/pc/src/components/desginer/widget-panel/basicFields/select.d.ts +0 -35
- package/types/pc/src/components/desginer/widget-panel/basicFields/slider.d.ts +0 -25
- package/types/pc/src/components/desginer/widget-panel/basicFields/staticText.d.ts +0 -11
- package/types/pc/src/components/desginer/widget-panel/basicFields/switch.d.ts +0 -19
- package/types/pc/src/components/desginer/widget-panel/basicFields/textarea.d.ts +0 -35
- package/types/pc/src/components/desginer/widget-panel/basicFields/time.d.ts +0 -26
- package/types/pc/src/components/desginer/widget-panel/basicFields/timeRange.d.ts +0 -27
- package/types/pc/src/components/desginer/widget-panel/basicFieldsEnums.d.ts +0 -38
- package/types/pc/src/components/desginer/widget-panel/containers/grid-col.d.ts +0 -17
- package/types/pc/src/components/desginer/widget-panel/containers/grid-sub-form.d.ts +0 -8
- package/types/pc/src/components/desginer/widget-panel/containers/grid.d.ts +0 -8
- package/types/pc/src/components/desginer/widget-panel/containers/index.d.ts +0 -8
- package/types/pc/src/components/desginer/widget-panel/containers/tab-pane.d.ts +0 -23
- package/types/pc/src/components/desginer/widget-panel/containers/tab.d.ts +0 -9
- package/types/pc/src/components/desginer/widget-panel/containers/vf-box.d.ts +0 -8
- package/types/pc/src/components/desginer/widget-panel/containers/vf-collapse.d.ts +0 -13
- package/types/pc/src/components/desginer/widget-panel/containers/vf-dialog.d.ts +0 -8
- package/types/pc/src/components/desginer/widget-panel/containersEnums.d.ts +0 -1
- package/types/pc/src/components/desginer/widget-panel/index.vue.d.ts +0 -8
- package/types/pc/src/components/desginer/widget-panel/widgetsConfig.d.ts +0 -28
- package/types/pc/src/components/field-widget/hooks/useSelect.d.ts +0 -72
- package/types/pc/src/components/field-widget/index.d.ts +0 -3
- package/types/pc/src/components/field-widget/useField.d.ts +0 -95
- package/types/pc/src/components/form-render/RenderWigetList.vue.d.ts +0 -27
- package/types/pc/src/components/form-render/container-items/data-table-widget.vue.d.ts +0 -95
- package/types/pc/src/components/form-render/container-items/grid-col-widget.vue.d.ts +0 -36
- package/types/pc/src/components/form-render/container-items/grid-sub-form-widget.vue.d.ts +0 -39
- package/types/pc/src/components/form-render/container-items/grid-widget.vue.d.ts +0 -35
- package/types/pc/src/components/form-render/container-items/index.d.ts +0 -255
- package/types/pc/src/components/form-render/container-items/tab-widget.vue.d.ts +0 -5
- package/types/pc/src/components/form-render/container-items/vf-box-widget.vue.d.ts +0 -32
- package/types/pc/src/components/form-render/container-items/vf-collapse-widget.vue.d.ts +0 -33
- package/types/pc/src/components/index.d.ts +0 -4
- package/types/pc/src/components/public/ActionButtonListRender.vue.d.ts +0 -121
- package/types/pc/src/components/public/ConfigView/CustomPageRender.vue.d.ts +0 -16
- package/types/pc/src/components/public/CustomerModal/CustomerModal.vue.d.ts +0 -14
- package/types/pc/src/components/public/CustomerModal/customerModal.d.ts +0 -6
- package/types/pc/src/components/public/CustomerModal/useCustomerModal.d.ts +0 -7
- package/types/pc/src/components/public/DynamicDialog.vue.d.ts +0 -97
- package/types/pc/src/components/render/index.vue.d.ts +0 -82
- package/types/pc/src/components/render/useRenderWidget.d.ts +0 -3
- package/types/pc/src/designer.d.ts +0 -233
- package/types/pc/src/hooks/useLowcode.d.ts +0 -21
- package/types/pc/src/hooks/useWidget.d.ts +0 -7
|
@@ -1,584 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
application: {
|
|
3
|
-
'zh-CN': string;
|
|
4
|
-
'en-US': string;
|
|
5
|
-
productTitle: string;
|
|
6
|
-
github: string;
|
|
7
|
-
document: string;
|
|
8
|
-
};
|
|
9
|
-
designer: {
|
|
10
|
-
showTotal: string;
|
|
11
|
-
outline: string;
|
|
12
|
-
field: string;
|
|
13
|
-
componentLib: string;
|
|
14
|
-
formLib: string;
|
|
15
|
-
containerTitle: string;
|
|
16
|
-
dragHandlerHint: string;
|
|
17
|
-
dragAction: string;
|
|
18
|
-
basicFieldTitle: string;
|
|
19
|
-
advancedFieldTitle: string;
|
|
20
|
-
customFieldTitle: string;
|
|
21
|
-
biComponents: string;
|
|
22
|
-
noWidgetHint: string;
|
|
23
|
-
widgetLabel: {
|
|
24
|
-
grid: string;
|
|
25
|
-
table: string;
|
|
26
|
-
tab: string;
|
|
27
|
-
section: string;
|
|
28
|
-
'sub-form': string;
|
|
29
|
-
'grid-sub-form': string;
|
|
30
|
-
'grid-col': string;
|
|
31
|
-
'table-cell': string;
|
|
32
|
-
'tab-pane': string;
|
|
33
|
-
'data-table': string;
|
|
34
|
-
'vf-dialog': string;
|
|
35
|
-
'vf-collapse': string;
|
|
36
|
-
'vf-drawer': string;
|
|
37
|
-
'vf-box': string;
|
|
38
|
-
input: string;
|
|
39
|
-
textarea: string;
|
|
40
|
-
number: string;
|
|
41
|
-
radio: string;
|
|
42
|
-
checkbox: string;
|
|
43
|
-
select: string;
|
|
44
|
-
time: string;
|
|
45
|
-
'time-range': string;
|
|
46
|
-
date: string;
|
|
47
|
-
'date-range': string;
|
|
48
|
-
switch: string;
|
|
49
|
-
rate: string;
|
|
50
|
-
color: string;
|
|
51
|
-
slider: string;
|
|
52
|
-
'static-text': string;
|
|
53
|
-
'html-text': string;
|
|
54
|
-
button: string;
|
|
55
|
-
divider: string;
|
|
56
|
-
dropdown: string;
|
|
57
|
-
'picture-upload': string;
|
|
58
|
-
'file-upload': string;
|
|
59
|
-
'rich-editor': string;
|
|
60
|
-
cascader: string;
|
|
61
|
-
treeSelect: string;
|
|
62
|
-
tree: string;
|
|
63
|
-
'diy-compontent': string;
|
|
64
|
-
toolbar: string;
|
|
65
|
-
'button-list': string;
|
|
66
|
-
slot: string;
|
|
67
|
-
custom: string;
|
|
68
|
-
'code-editor': string;
|
|
69
|
-
'bpmn-editor': string;
|
|
70
|
-
'echart-bar': string;
|
|
71
|
-
'echart-diy': string;
|
|
72
|
-
'border-01': string;
|
|
73
|
-
'border-02': string;
|
|
74
|
-
'border-03': string;
|
|
75
|
-
'border-04': string;
|
|
76
|
-
'border-05': string;
|
|
77
|
-
'border-06': string;
|
|
78
|
-
'border-07': string;
|
|
79
|
-
'border-08': string;
|
|
80
|
-
'decorative-01': string;
|
|
81
|
-
'decorative-02': string;
|
|
82
|
-
'decorative-03': string;
|
|
83
|
-
'decorative-04': string;
|
|
84
|
-
'decorative-05': string;
|
|
85
|
-
};
|
|
86
|
-
hint: {
|
|
87
|
-
selectParentWidget: string;
|
|
88
|
-
moveUpWidget: string;
|
|
89
|
-
moveDownWidget: string;
|
|
90
|
-
cloneWidget: string;
|
|
91
|
-
insertRow: string;
|
|
92
|
-
insertColumn: string;
|
|
93
|
-
remove: string;
|
|
94
|
-
lock: string;
|
|
95
|
-
unlock: string;
|
|
96
|
-
layer: string;
|
|
97
|
-
bringToFront: string;
|
|
98
|
-
sendToBack: string;
|
|
99
|
-
bringForward: string;
|
|
100
|
-
sendBackward: string;
|
|
101
|
-
cellSetting: string;
|
|
102
|
-
dragHandler: string;
|
|
103
|
-
copyField: string;
|
|
104
|
-
onlyFieldWidgetAcceptable: string;
|
|
105
|
-
moveUpFirstChildHint: string;
|
|
106
|
-
moveDownLastChildHint: string;
|
|
107
|
-
commonProperties: string;
|
|
108
|
-
advancedProperties: string;
|
|
109
|
-
eventProperties: string;
|
|
110
|
-
closePreview: string;
|
|
111
|
-
copyJson: string;
|
|
112
|
-
saveFormJson: string;
|
|
113
|
-
copyVueCode: string;
|
|
114
|
-
copyHtmlCode: string;
|
|
115
|
-
copyJsonSuccess: string;
|
|
116
|
-
importJsonSuccess: string;
|
|
117
|
-
invalidJsonFormat: string;
|
|
118
|
-
jsonVersionMismatch: string;
|
|
119
|
-
copyJsonFail: string;
|
|
120
|
-
copyVueCodeSuccess: string;
|
|
121
|
-
copyVueCodeFail: string;
|
|
122
|
-
copyHtmlCodeSuccess: string;
|
|
123
|
-
copyHtmlCodeFail: string;
|
|
124
|
-
saveVueCode: string;
|
|
125
|
-
saveHtmlCode: string;
|
|
126
|
-
getFormData: string;
|
|
127
|
-
resetForm: string;
|
|
128
|
-
disableForm: string;
|
|
129
|
-
enableForm: string;
|
|
130
|
-
switchReadMode: string;
|
|
131
|
-
exportFormData: string;
|
|
132
|
-
copyFormData: string;
|
|
133
|
-
saveFormData: string;
|
|
134
|
-
copyVue2SFC: string;
|
|
135
|
-
copyVue3SFC: string;
|
|
136
|
-
copySFCFail: string;
|
|
137
|
-
copySFCSuccess: string;
|
|
138
|
-
saveVue2SFC: string;
|
|
139
|
-
saveVue3SFC: string;
|
|
140
|
-
fileNameForSave: string;
|
|
141
|
-
saveFileTitle: string;
|
|
142
|
-
fileNameInputPlaceholder: string;
|
|
143
|
-
sampleLoadedSuccess: string;
|
|
144
|
-
sampleLoadedFail: string;
|
|
145
|
-
loadFormTemplate: string;
|
|
146
|
-
loadFormTemplateHint: string;
|
|
147
|
-
loadFormTemplateSuccess: string;
|
|
148
|
-
loadFormTemplateFailed: string;
|
|
149
|
-
currentNodeCannotBeSelected: string;
|
|
150
|
-
noSelectedWidgetHint: string;
|
|
151
|
-
widgetSetting: string;
|
|
152
|
-
表单设置: string;
|
|
153
|
-
表单api配置: string;
|
|
154
|
-
表单编辑api: string;
|
|
155
|
-
表单详情API: string;
|
|
156
|
-
prompt: string;
|
|
157
|
-
confirm: string;
|
|
158
|
-
cancel: string;
|
|
159
|
-
import: string;
|
|
160
|
-
importJsonHint: string;
|
|
161
|
-
importDSHint: string;
|
|
162
|
-
invalidOptionsData: string;
|
|
163
|
-
lastPaneCannotBeDeleted: string;
|
|
164
|
-
duplicateName: string;
|
|
165
|
-
nameRequired: string;
|
|
166
|
-
numberValidator: string;
|
|
167
|
-
letterValidator: string;
|
|
168
|
-
letterAndNumberValidator: string;
|
|
169
|
-
mobilePhoneValidator: string;
|
|
170
|
-
emailValidator: string;
|
|
171
|
-
urlValidator: string;
|
|
172
|
-
noChineseValidator: string;
|
|
173
|
-
chineseValidator: string;
|
|
174
|
-
rowspanNotConsistentForMergeEntireRow: string;
|
|
175
|
-
colspanNotConsistentForMergeEntireColumn: string;
|
|
176
|
-
rowspanNotConsistentForDeleteEntireRow: string;
|
|
177
|
-
colspanNotConsistentForDeleteEntireColumn: string;
|
|
178
|
-
lastColCannotBeDeleted: string;
|
|
179
|
-
lastRowCannotBeDeleted: string;
|
|
180
|
-
};
|
|
181
|
-
toolbar: {
|
|
182
|
-
undoHint: string;
|
|
183
|
-
redoHint: string;
|
|
184
|
-
pcLayout: string;
|
|
185
|
-
padLayout: string;
|
|
186
|
-
mobileLayout: string;
|
|
187
|
-
nodeTreeHint: string;
|
|
188
|
-
nodeTreeTitle: string;
|
|
189
|
-
clear: string;
|
|
190
|
-
preview: string;
|
|
191
|
-
save: string;
|
|
192
|
-
importJson: string;
|
|
193
|
-
exportJson: string;
|
|
194
|
-
exportCode: string;
|
|
195
|
-
generateCode: string;
|
|
196
|
-
generateSFC: string;
|
|
197
|
-
};
|
|
198
|
-
setting: {
|
|
199
|
-
seq: string;
|
|
200
|
-
containerInputPlaceholder: string;
|
|
201
|
-
langMode: string;
|
|
202
|
-
editAPIConfig: string;
|
|
203
|
-
dataSoureEdit: string;
|
|
204
|
-
lineHeight: string;
|
|
205
|
-
mode: string;
|
|
206
|
-
combobox: string;
|
|
207
|
-
multiple: string;
|
|
208
|
-
tags: string;
|
|
209
|
-
useModal: string;
|
|
210
|
-
resizableColumn: string;
|
|
211
|
-
ellipsisColumn: string;
|
|
212
|
-
treeDefaultExpandAll: string;
|
|
213
|
-
shape: string;
|
|
214
|
-
danger: string;
|
|
215
|
-
ghost: string;
|
|
216
|
-
buttonConfig: string;
|
|
217
|
-
placement: string;
|
|
218
|
-
bottomLeft: string;
|
|
219
|
-
bottomRight: string;
|
|
220
|
-
topLeft: string;
|
|
221
|
-
topRight: string;
|
|
222
|
-
menuList: string;
|
|
223
|
-
pagination: string;
|
|
224
|
-
defaultPageSize: string;
|
|
225
|
-
specifyPageSizeOptions: string;
|
|
226
|
-
hideOnSinglePage: string;
|
|
227
|
-
showQuickJumper: string;
|
|
228
|
-
showSizeChanger: string;
|
|
229
|
-
position: string;
|
|
230
|
-
hasRowSelection: string;
|
|
231
|
-
fixedLeft: string;
|
|
232
|
-
fixedRight: string;
|
|
233
|
-
fixedNull: string;
|
|
234
|
-
preserveSelectedRowKeys: string;
|
|
235
|
-
customColumnWidth: string;
|
|
236
|
-
customColumnTitle: string;
|
|
237
|
-
selectRow: string;
|
|
238
|
-
loadingPage: string;
|
|
239
|
-
delete: string;
|
|
240
|
-
tabBarGutter: string;
|
|
241
|
-
tabPosition: string;
|
|
242
|
-
tabType: string;
|
|
243
|
-
rowKey: string;
|
|
244
|
-
holdHidden: string;
|
|
245
|
-
editFunction: string;
|
|
246
|
-
formCode: string;
|
|
247
|
-
edit: string;
|
|
248
|
-
horizontal: string;
|
|
249
|
-
vertical: string;
|
|
250
|
-
基本属性: string;
|
|
251
|
-
attributeSetting: string;
|
|
252
|
-
常见属性: string;
|
|
253
|
-
高级属性: string;
|
|
254
|
-
事件属性: string;
|
|
255
|
-
uniqueName: string;
|
|
256
|
-
editNameHelp: string;
|
|
257
|
-
label: string;
|
|
258
|
-
displayType: string;
|
|
259
|
-
defaultValue: string;
|
|
260
|
-
placeholder: string;
|
|
261
|
-
startPlaceholder: string;
|
|
262
|
-
endPlaceholder: string;
|
|
263
|
-
widgetColumnWidth: string;
|
|
264
|
-
widgetSize: string;
|
|
265
|
-
widgetFlex: string;
|
|
266
|
-
autoFullWidth: string;
|
|
267
|
-
displayStyle: string;
|
|
268
|
-
inlineLayout: string;
|
|
269
|
-
blockLayout: string;
|
|
270
|
-
buttonStyle: string;
|
|
271
|
-
border: string;
|
|
272
|
-
labelWidth: string;
|
|
273
|
-
rows: string;
|
|
274
|
-
labelHidden: string;
|
|
275
|
-
required: string;
|
|
276
|
-
requiredHint: string;
|
|
277
|
-
validation: string;
|
|
278
|
-
validationHelp: string;
|
|
279
|
-
validationHint: string;
|
|
280
|
-
readonly: string;
|
|
281
|
-
disabled: string;
|
|
282
|
-
hidden: string;
|
|
283
|
-
textContent: string;
|
|
284
|
-
htmlContent: string;
|
|
285
|
-
allowClear: string;
|
|
286
|
-
editable: string;
|
|
287
|
-
format: string;
|
|
288
|
-
valueFormat: string;
|
|
289
|
-
showPassword: string;
|
|
290
|
-
filterable: string;
|
|
291
|
-
allowCreate: string;
|
|
292
|
-
showSearch: string;
|
|
293
|
-
automaticDropdown: string;
|
|
294
|
-
multipleLimit: string;
|
|
295
|
-
checkStrictly: string;
|
|
296
|
-
showAllLevels: string;
|
|
297
|
-
contentPosition: string;
|
|
298
|
-
dividerDirection: string;
|
|
299
|
-
plain: string;
|
|
300
|
-
round: string;
|
|
301
|
-
circle: string;
|
|
302
|
-
icon: string;
|
|
303
|
-
optionsSetting: string;
|
|
304
|
-
addOption: string;
|
|
305
|
-
importOptions: string;
|
|
306
|
-
resetDefault: string;
|
|
307
|
-
uploadSetting: string;
|
|
308
|
-
uploadURL: string;
|
|
309
|
-
uploadTip: string;
|
|
310
|
-
withCredentials: string;
|
|
311
|
-
multipleSelect: string;
|
|
312
|
-
uploadListType: string;
|
|
313
|
-
showFileList: string;
|
|
314
|
-
limit: string;
|
|
315
|
-
fileMaxSize: string;
|
|
316
|
-
fileTypes: string;
|
|
317
|
-
uploadType: string;
|
|
318
|
-
fileTypesHelp: string;
|
|
319
|
-
headers: string;
|
|
320
|
-
cellWidth: string;
|
|
321
|
-
cellHeight: string;
|
|
322
|
-
gridColHeight: string;
|
|
323
|
-
gutter: string;
|
|
324
|
-
columnSetting: string;
|
|
325
|
-
colsOfGrid: string;
|
|
326
|
-
colSpanTitle: string;
|
|
327
|
-
colOffsetTitle: string;
|
|
328
|
-
colPushTitle: string;
|
|
329
|
-
colPullTitle: string;
|
|
330
|
-
addColumn: string;
|
|
331
|
-
responsive: string;
|
|
332
|
-
customRender: string;
|
|
333
|
-
labelBefore: string;
|
|
334
|
-
labelAfter: string;
|
|
335
|
-
tabPaneSetting: string;
|
|
336
|
-
addTabPane: string;
|
|
337
|
-
paneActive: string;
|
|
338
|
-
customLabelIcon: string;
|
|
339
|
-
labelIconClass: string;
|
|
340
|
-
labelIconTooltip: string;
|
|
341
|
-
labelIconPosition: string;
|
|
342
|
-
minValue: string;
|
|
343
|
-
maxValue: string;
|
|
344
|
-
precision: string;
|
|
345
|
-
step: string;
|
|
346
|
-
controlsPosition: string;
|
|
347
|
-
minLength: string;
|
|
348
|
-
maxLength: string;
|
|
349
|
-
showCount: string;
|
|
350
|
-
addonBefore: string;
|
|
351
|
-
inputButton: string;
|
|
352
|
-
appendButton: string;
|
|
353
|
-
appendButtonDisabled: string;
|
|
354
|
-
appendButtonIcon: string;
|
|
355
|
-
buttonIcon: string;
|
|
356
|
-
switchWidth: string;
|
|
357
|
-
checkedValue: string;
|
|
358
|
-
unCheckedValue: string;
|
|
359
|
-
activeColor: string;
|
|
360
|
-
inactiveColor: string;
|
|
361
|
-
maxStars: string;
|
|
362
|
-
lowThreshold: string;
|
|
363
|
-
highThreshold: string;
|
|
364
|
-
allowHalf: string;
|
|
365
|
-
showText: string;
|
|
366
|
-
showScore: string;
|
|
367
|
-
range: string;
|
|
368
|
-
showBlankRow: string;
|
|
369
|
-
showRowNumber: string;
|
|
370
|
-
contentHeight: string;
|
|
371
|
-
insertColumnToLeft: string;
|
|
372
|
-
insertColumnToRight: string;
|
|
373
|
-
insertRowAbove: string;
|
|
374
|
-
insertRowBelow: string;
|
|
375
|
-
mergeLeftColumn: string;
|
|
376
|
-
mergeRightColumn: string;
|
|
377
|
-
mergeEntireRow: string;
|
|
378
|
-
mergeRowAbove: string;
|
|
379
|
-
mergeRowBelow: string;
|
|
380
|
-
mergeEntireColumn: string;
|
|
381
|
-
undoMergeCol: string;
|
|
382
|
-
undoMergeRow: string;
|
|
383
|
-
deleteEntireCol: string;
|
|
384
|
-
deleteEntireRow: string;
|
|
385
|
-
widgetName: string;
|
|
386
|
-
formSize: string;
|
|
387
|
-
labelPosition: string;
|
|
388
|
-
topPosition: string;
|
|
389
|
-
leftPosition: string;
|
|
390
|
-
labelAlign: string;
|
|
391
|
-
buttonList: string;
|
|
392
|
-
buttonListConfig: string;
|
|
393
|
-
buttonPosition: string;
|
|
394
|
-
leftAlign: string;
|
|
395
|
-
centerAlign: string;
|
|
396
|
-
rightAlign: string;
|
|
397
|
-
formCss: string;
|
|
398
|
-
addCss: string;
|
|
399
|
-
customClass: string;
|
|
400
|
-
globalFunctions: string;
|
|
401
|
-
addEventHandler: string;
|
|
402
|
-
editWidgetEventHandler: string;
|
|
403
|
-
editFormEventHandler: string;
|
|
404
|
-
formSFCSetting: string;
|
|
405
|
-
formModelName: string;
|
|
406
|
-
formRefName: string;
|
|
407
|
-
formRulesName: string;
|
|
408
|
-
syntaxCheckWarning: string;
|
|
409
|
-
title: string;
|
|
410
|
-
width: string;
|
|
411
|
-
fullscreen: string;
|
|
412
|
-
showModal: string;
|
|
413
|
-
showClose: string;
|
|
414
|
-
closeOnClickModal: string;
|
|
415
|
-
closeOnPressEscape: string;
|
|
416
|
-
center: string;
|
|
417
|
-
readMode: string;
|
|
418
|
-
disabledMode: string;
|
|
419
|
-
drawSize: string;
|
|
420
|
-
drawDirection: string;
|
|
421
|
-
isEnterSubmit: string;
|
|
422
|
-
autoWidth: string;
|
|
423
|
-
tableWidth: string;
|
|
424
|
-
tableHeight: string;
|
|
425
|
-
showIndex: string;
|
|
426
|
-
showPagination: string;
|
|
427
|
-
smallPagination: string;
|
|
428
|
-
tableColEdit: string;
|
|
429
|
-
tableDataEdit: string;
|
|
430
|
-
showSummary: string;
|
|
431
|
-
stripe: string;
|
|
432
|
-
rowSpacing: string;
|
|
433
|
-
editAction: string;
|
|
434
|
-
columnName: string;
|
|
435
|
-
columnLabel: string;
|
|
436
|
-
titleSuffix: string;
|
|
437
|
-
showTitleSuffix: string;
|
|
438
|
-
columnWidth: string;
|
|
439
|
-
visibleColumn: string;
|
|
440
|
-
sortableColumn: string;
|
|
441
|
-
fixed: string;
|
|
442
|
-
fixedColumn: string;
|
|
443
|
-
autoHeight: string;
|
|
444
|
-
alignTypeOfColumn: string;
|
|
445
|
-
formatOfColumn: string;
|
|
446
|
-
customRenderGroup: string;
|
|
447
|
-
renderFunction: string;
|
|
448
|
-
actionColumn: string;
|
|
449
|
-
addTableColumn: string;
|
|
450
|
-
deleteTableColumn: string;
|
|
451
|
-
addSubsets: string;
|
|
452
|
-
onlyOneColumnCannotBeDeleted: string;
|
|
453
|
-
treeDataEnabled: string;
|
|
454
|
-
rowKeyOfTreeData: string;
|
|
455
|
-
childrenKeyOfTreeData: string;
|
|
456
|
-
showButtonsColumn: string;
|
|
457
|
-
buttonsColumnEdit: string;
|
|
458
|
-
buttonsColumnTitle: string;
|
|
459
|
-
buttonsColumnWidth: string;
|
|
460
|
-
operationButtonsSetting: string;
|
|
461
|
-
operationButtonName: string;
|
|
462
|
-
operationButtonLabel: string;
|
|
463
|
-
operationButtonType: string;
|
|
464
|
-
operationButtonSize: string;
|
|
465
|
-
operationButtonGhost: string;
|
|
466
|
-
operationButtonRound: string;
|
|
467
|
-
operationButtonHidden: string;
|
|
468
|
-
operationButtonDisabled: string;
|
|
469
|
-
addOperationButton: string;
|
|
470
|
-
deleteOperationButtonHint: string;
|
|
471
|
-
operationButtonDuplicatedNameError: string;
|
|
472
|
-
dsEnabled: string;
|
|
473
|
-
dsName: string;
|
|
474
|
-
dataSetName: string;
|
|
475
|
-
labelKeyName: string;
|
|
476
|
-
valueKeyName: string;
|
|
477
|
-
childrenKeyName: string;
|
|
478
|
-
dataSource: string;
|
|
479
|
-
noDataSource: string;
|
|
480
|
-
addDataSource: string;
|
|
481
|
-
importDataSource: string;
|
|
482
|
-
clearExistingDataSource: string;
|
|
483
|
-
remainExistingDataSource: string;
|
|
484
|
-
exportDataSource: string;
|
|
485
|
-
selectDataSourceForExport: string;
|
|
486
|
-
dataSourceChecked: string;
|
|
487
|
-
previewDataSourceExportResult: string;
|
|
488
|
-
dataSourceSetting: string;
|
|
489
|
-
deleteDataSourceHint: string;
|
|
490
|
-
fieldValueRequired: string;
|
|
491
|
-
dsUniqueName: string;
|
|
492
|
-
dsRequestURL: string;
|
|
493
|
-
dsRequestURLType: string;
|
|
494
|
-
dsURLStringType: string;
|
|
495
|
-
dsURLVariableType: string;
|
|
496
|
-
dsDescription: string;
|
|
497
|
-
dsRequestMethod: string;
|
|
498
|
-
dsRequestHeaders: string;
|
|
499
|
-
addRequestHeader: string;
|
|
500
|
-
dsRequestParams: string;
|
|
501
|
-
addRequestParam: string;
|
|
502
|
-
dsRequestData: string;
|
|
503
|
-
addRequestData: string;
|
|
504
|
-
addDataSet: string;
|
|
505
|
-
dsRequestValueStringType: string;
|
|
506
|
-
dsRequestValueNumberType: string;
|
|
507
|
-
dsRequestValueBooleanType: string;
|
|
508
|
-
dsRequestValueVariableType: string;
|
|
509
|
-
dsRequestNameInputPlaceholder: string;
|
|
510
|
-
dsRequestTypeInputPlaceholder: string;
|
|
511
|
-
dsRequestValueInputPlaceholder: string;
|
|
512
|
-
dataSetRemarkInputPlaceholder: string;
|
|
513
|
-
dsConfigHandlerTitle: string;
|
|
514
|
-
dsDataHandlerTitle: string;
|
|
515
|
-
dsErrorHandlerTitle: string;
|
|
516
|
-
dataSetSettingTitle: string;
|
|
517
|
-
dataSetEnabled: string;
|
|
518
|
-
dataSetSetting: string;
|
|
519
|
-
testDataSource: string;
|
|
520
|
-
dsvTitle: string;
|
|
521
|
-
dsRequestResult: string;
|
|
522
|
-
executeDataSource: string;
|
|
523
|
-
clearRequestResult: string;
|
|
524
|
-
dsRequestNumberTypeError: string;
|
|
525
|
-
dsRequestBooleanTypeError: string;
|
|
526
|
-
dsValidationError: string;
|
|
527
|
-
dsDuplicatedNameError: string;
|
|
528
|
-
slotCompontent: string;
|
|
529
|
-
diyCompontent: string;
|
|
530
|
-
top: string;
|
|
531
|
-
right: string;
|
|
532
|
-
bottom: string;
|
|
533
|
-
left: string;
|
|
534
|
-
showBorder: string;
|
|
535
|
-
borderStyle: string;
|
|
536
|
-
solid: string;
|
|
537
|
-
dashed: string;
|
|
538
|
-
dotted: string;
|
|
539
|
-
double: string;
|
|
540
|
-
borderWidth: string;
|
|
541
|
-
colorBlock: string;
|
|
542
|
-
borderRadius: string;
|
|
543
|
-
backgroundColor: string;
|
|
544
|
-
shadow: string;
|
|
545
|
-
enableShadow: string;
|
|
546
|
-
shadowOffsetX: string;
|
|
547
|
-
shadowOffsetY: string;
|
|
548
|
-
shadowBlur: string;
|
|
549
|
-
shadowSpread: string;
|
|
550
|
-
shadowColor: string;
|
|
551
|
-
operationButtonClick: string;
|
|
552
|
-
operationButtonAction: string;
|
|
553
|
-
biProperties: string;
|
|
554
|
-
canvasWidth: string;
|
|
555
|
-
canvasHeight: string;
|
|
556
|
-
scaleMode: string;
|
|
557
|
-
scale: string;
|
|
558
|
-
autoScale: string;
|
|
559
|
-
fixedScale: string;
|
|
560
|
-
};
|
|
561
|
-
};
|
|
562
|
-
是否可勾选: string;
|
|
563
|
-
表格数据变化: string;
|
|
564
|
-
左固定: string;
|
|
565
|
-
默认折叠: string;
|
|
566
|
-
窗体样式: string;
|
|
567
|
-
头部右插槽样式: string;
|
|
568
|
-
折叠时icon: string;
|
|
569
|
-
未折叠时icon: string;
|
|
570
|
-
height: string;
|
|
571
|
-
复制: string;
|
|
572
|
-
编写样式: string;
|
|
573
|
-
盒模型配置: string;
|
|
574
|
-
Margin: string;
|
|
575
|
-
Padding: string;
|
|
576
|
-
参数设置: string;
|
|
577
|
-
是否展示连接线: string;
|
|
578
|
-
是否可选择: string;
|
|
579
|
-
数据源设置: string;
|
|
580
|
-
数据源: string;
|
|
581
|
-
当前位置: string;
|
|
582
|
-
自定义位置: string;
|
|
583
|
-
};
|
|
584
|
-
export default _default;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
extension: {
|
|
3
|
-
widgetLabel: {
|
|
4
|
-
card: string;
|
|
5
|
-
alert: string;
|
|
6
|
-
};
|
|
7
|
-
setting: {
|
|
8
|
-
cardFolded: string;
|
|
9
|
-
cardShowFold: string;
|
|
10
|
-
cardWidth: string;
|
|
11
|
-
cardShadow: string;
|
|
12
|
-
alertTitle: string;
|
|
13
|
-
alertType: string;
|
|
14
|
-
description: string;
|
|
15
|
-
closable: string;
|
|
16
|
-
closeText: string;
|
|
17
|
-
center: string;
|
|
18
|
-
showIcon: string;
|
|
19
|
-
effect: string;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
export default _default;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
render: {
|
|
3
|
-
hint: {
|
|
4
|
-
prompt: string;
|
|
5
|
-
confirm: string;
|
|
6
|
-
cancel: string;
|
|
7
|
-
defaultActiveText: string;
|
|
8
|
-
defaultInactiveText: string;
|
|
9
|
-
selectPlaceholder: string;
|
|
10
|
-
timePlaceholder: string;
|
|
11
|
-
startTimePlaceholder: string;
|
|
12
|
-
endTimePlaceholder: string;
|
|
13
|
-
datePlaceholder: string;
|
|
14
|
-
startDatePlaceholder: string;
|
|
15
|
-
endDatePlaceholder: string;
|
|
16
|
-
blankCellContent: string;
|
|
17
|
-
uploadError: string;
|
|
18
|
-
uploadExceed: string;
|
|
19
|
-
unsupportedFileType: string;
|
|
20
|
-
fileSizeExceed: string;
|
|
21
|
-
refNotFound: string;
|
|
22
|
-
fieldRequired: string;
|
|
23
|
-
invalidNumber: string;
|
|
24
|
-
selectFile: string;
|
|
25
|
-
downloadFile: string;
|
|
26
|
-
removeFile: string;
|
|
27
|
-
validationFailed: string;
|
|
28
|
-
subFormAction: string;
|
|
29
|
-
subFormAddAction: string;
|
|
30
|
-
subFormRowNo: string;
|
|
31
|
-
subFormAddActionHint: string;
|
|
32
|
-
insertSubFormRow: string;
|
|
33
|
-
deleteSubFormRow: string;
|
|
34
|
-
nonSubFormType: string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export interface ActionButton {
|
|
2
|
-
key: string;
|
|
3
|
-
label: string;
|
|
4
|
-
type?: 'primary' | 'default' | 'dashed' | 'link' | 'text';
|
|
5
|
-
danger?: boolean;
|
|
6
|
-
ghost?: boolean;
|
|
7
|
-
size?: 'large' | 'middle' | 'small';
|
|
8
|
-
shape?: 'default' | 'circle' | 'round';
|
|
9
|
-
icon?: string;
|
|
10
|
-
onClick?: string;
|
|
11
|
-
onDisabled?: string;
|
|
12
|
-
onHidden?: string;
|
|
13
|
-
hidden?: 0 | 1;
|
|
14
|
-
disabled?: 0 | 1;
|
|
15
|
-
loading?: boolean;
|
|
16
|
-
name?: 'cancelButton' | 'submitButton';
|
|
17
|
-
}
|