@kp-ui/lowcode 1.0.30 → 1.0.32
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/_virtual/virtual_svg-icons-register.js +2 -2
- package/index.js +0 -2
- package/package.json +1 -1
- package/render.js +73 -64
- package/src/components/CustomRender/components/AttachmentRender.vue.js +1 -1
- package/src/components/CustomRender/components/AttachmentRender.vue2.js +25 -12
- package/src/components/CustomRender/components/index.js +10 -0
- package/src/components/CustomRender/useCustomRender.js +68 -0
- package/src/components/code-editor/index.vue.js +3 -167
- package/src/components/code-editor/index.vue2.js +166 -0
- package/src/components/form-designer/form-widget/container-widget/data-table-widget.vue.js +234 -104
- package/src/components/form-designer/form-widget/container-widget/data-table-widget.vue3.js +105 -0
- package/src/components/form-designer/form-widget/container-widget/grid-col-widget.vue.js +3 -1
- package/src/components/form-designer/form-widget/container-widget/grid-sub-form-widget.vue.js +3 -1
- package/src/components/form-designer/form-widget/container-widget/{grid-widget.vue.js → grid-widget.vue2.js} +1 -1
- package/src/components/form-designer/form-widget/container-widget/index.js +4 -4
- package/src/components/form-designer/form-widget/container-widget/sub-form-widget.vue.js +3 -1
- package/src/components/form-designer/form-widget/container-widget/tab-widget.vue.js +3 -1
- package/src/components/form-designer/form-widget/container-widget/table-cell-widget.vue.js +3 -1
- package/src/components/form-designer/form-widget/container-widget/{table-widget.vue.js → table-widget.vue2.js} +1 -1
- package/src/components/form-designer/form-widget/container-widget/vf-box-item.vue.js +4 -3
- package/src/components/form-designer/form-widget/container-widget/vf-box-widget.vue.js +6 -3
- package/src/components/form-designer/form-widget/container-widget/vf-collapse-widget.vue.js +126 -156
- package/src/components/form-designer/form-widget/container-widget/vf-collapse-widget.vue4.js +158 -0
- package/src/components/form-designer/form-widget/container-widget/vf-dialog-widget.vue.js +3 -1
- package/src/components/form-designer/form-widget/container-widget/vf-drawer-widget.vue.js +3 -1
- package/src/components/form-designer/form-widget/field-widget/attachment-render-widget.vue.js +1 -3
- package/src/components/form-designer/form-widget/field-widget/diy-compontent-widget.vue.js +103 -0
- package/src/components/form-designer/form-widget/field-widget/file-upload-widget.vue.js +1 -1
- package/src/components/form-designer/form-widget/field-widget/file-upload-widget.vue2.js +25 -19
- package/src/components/form-designer/form-widget/field-widget/index.js +3 -1
- package/src/components/form-designer/form-widget/field-widget/slot-widget.vue.js +6 -6
- package/src/components/form-designer/form-widget/index.vue.js +7 -5
- package/src/components/form-designer/setting-panel/option-items-setting.vue.js +5 -3
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-showButtonsColumn-editor.vue.js +4 -3
- package/src/components/form-designer/setting-panel/property-editor/container-grid/gutter-editor.vue.js +3 -2
- package/src/components/form-designer/setting-panel/property-editor/container-tab/tab-customClass-editor.vue.js +4 -3
- package/src/components/form-designer/setting-panel/property-editor/diy-compontent-editor.vue.js +33 -0
- package/src/components/form-designer/setting-panel/property-editor/index.js +2 -1
- package/src/components/form-designer/setting-panel/propertyRegister.js +1 -0
- package/src/components/form-designer/toolbar-panel/index.vue.js +7 -784
- package/src/components/form-designer/toolbar-panel/widgetList.js +780 -0
- package/src/components/form-designer/widget-panel/advanced/attachment-render.js +3 -3
- package/src/components/form-designer/widget-panel/advanced/diy-compontent.js +24 -0
- package/src/components/form-designer/widget-panel/advanced/slot.js +1 -1
- package/src/components/form-designer/widget-panel/advancedFieldsEnums.js +4 -2
- package/src/components/form-designer/widget-panel/index.vue.js +3 -2
- package/src/components/form-render/container-item/index.js +1 -1
- package/src/components/form-render/container-item/{table-item.vue2.js → table-item.vue.js} +1 -1
- package/src/components/form-render/container-item/vf-collapse-item.vue.js +4 -3
- package/src/components/form-render/dynamic-dialog.vue.js +7 -2
- package/src/components/form-render/dynamic-drawer.vue.js +5 -2
- package/src/lang/zh-CN.js +4 -5
- package/src/mixins/useDataTableMixin.js +1 -1
- package/src/utils/config.js +0 -2
- package/styles/style.css +1 -1
- package/types/install.d.ts.map +1 -1
- package/types/src/components/CustomRender/components/AttachmentRender.d.ts +31 -0
- package/types/src/components/CustomRender/components/AttachmentRender.d.ts.map +1 -0
- package/types/src/components/CustomRender/components/index.d.ts +2 -0
- package/types/src/components/CustomRender/components/index.d.ts.map +1 -0
- package/types/src/components/CustomRender/{index.d.ts → useCustomRender.d.ts} +2 -2
- package/types/src/components/CustomRender/useCustomRender.d.ts.map +1 -0
- package/types/src/components/code-editor/code-modal-editor.d.ts +1 -1
- package/types/src/components/code-editor/index.d.ts +41 -55
- package/types/src/components/code-editor/index.d.ts.map +1 -1
- package/types/src/components/form-designer/setting-panel/index.d.ts +1 -0
- package/types/src/components/form-designer/toolbar-panel/index.d.ts +1 -1
- package/types/src/components/form-designer/toolbar-panel/widgetList.d.ts +556 -0
- package/types/src/components/form-designer/toolbar-panel/widgetList.d.ts.map +1 -0
- package/types/src/components/form-designer/widget-panel/advanced/attachment-render.d.ts +2 -14
- package/types/src/components/form-designer/widget-panel/advanced/attachment-render.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/advanced/bpmn-editor.d.ts +2 -15
- package/types/src/components/form-designer/widget-panel/advanced/bpmn-editor.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/advanced/cascader.d.ts +2 -55
- package/types/src/components/form-designer/widget-panel/advanced/cascader.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/advanced/code-editor.d.ts +2 -25
- package/types/src/components/form-designer/widget-panel/advanced/code-editor.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/advanced/diy-compontent.d.ts +9 -0
- package/types/src/components/form-designer/widget-panel/advanced/diy-compontent.d.ts.map +1 -0
- package/types/src/components/form-designer/widget-panel/advanced/file-upload.d.ts +2 -29
- package/types/src/components/form-designer/widget-panel/advanced/file-upload.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/advanced/rich-editor.d.ts +2 -26
- package/types/src/components/form-designer/widget-panel/advanced/rich-editor.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/advanced/slot.d.ts +2 -9
- package/types/src/components/form-designer/widget-panel/advanced/slot.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/advanced/tree-select.d.ts +2 -56
- package/types/src/components/form-designer/widget-panel/advanced/tree-select.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/advancedFieldsEnums.d.ts +75 -0
- package/types/src/components/form-designer/widget-panel/advancedFieldsEnums.d.ts.map +1 -0
- package/types/src/components/form-designer/widget-panel/basicFields/button.d.ts +2 -19
- package/types/src/components/form-designer/widget-panel/basicFields/button.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/checkbox.d.ts +2 -40
- package/types/src/components/form-designer/widget-panel/basicFields/checkbox.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/color.d.ts +2 -26
- package/types/src/components/form-designer/widget-panel/basicFields/color.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/date.d.ts +2 -36
- package/types/src/components/form-designer/widget-panel/basicFields/date.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/dateRange.d.ts +2 -36
- package/types/src/components/form-designer/widget-panel/basicFields/dateRange.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/divider.d.ts +2 -13
- package/types/src/components/form-designer/widget-panel/basicFields/divider.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/dropdown.d.ts +2 -24
- package/types/src/components/form-designer/widget-panel/basicFields/dropdown.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/htmlText.d.ts +2 -11
- package/types/src/components/form-designer/widget-panel/basicFields/htmlText.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/input.d.ts +2 -37
- package/types/src/components/form-designer/widget-panel/basicFields/input.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/number.d.ts +2 -33
- package/types/src/components/form-designer/widget-panel/basicFields/number.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/radio.d.ts +2 -44
- package/types/src/components/form-designer/widget-panel/basicFields/radio.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/rate.d.ts +2 -28
- package/types/src/components/form-designer/widget-panel/basicFields/rate.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/select.d.ts +2 -51
- package/types/src/components/form-designer/widget-panel/basicFields/select.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/slider.d.ts +2 -30
- package/types/src/components/form-designer/widget-panel/basicFields/slider.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/staticText.d.ts +2 -11
- package/types/src/components/form-designer/widget-panel/basicFields/staticText.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/switch.d.ts +2 -24
- package/types/src/components/form-designer/widget-panel/basicFields/switch.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/textarea.d.ts +2 -35
- package/types/src/components/form-designer/widget-panel/basicFields/textarea.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/time.d.ts +2 -33
- package/types/src/components/form-designer/widget-panel/basicFields/time.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/basicFields/timeRange.d.ts +2 -34
- package/types/src/components/form-designer/widget-panel/basicFields/timeRange.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/business/department-select.d.ts +2 -51
- package/types/src/components/form-designer/widget-panel/business/department-select.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/business/material-select.d.ts +2 -51
- package/types/src/components/form-designer/widget-panel/business/material-select.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/business/operation-select.d.ts +2 -51
- package/types/src/components/form-designer/widget-panel/business/operation-select.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/business/post-select.d.ts +2 -53
- package/types/src/components/form-designer/widget-panel/business/post-select.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/business/project-group-select.d.ts +2 -51
- package/types/src/components/form-designer/widget-panel/business/project-group-select.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/business/project-select.d.ts +2 -51
- package/types/src/components/form-designer/widget-panel/business/project-select.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/business/user-select.d.ts +2 -54
- package/types/src/components/form-designer/widget-panel/business/user-select.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/containers/data-table.d.ts +2 -90
- package/types/src/components/form-designer/widget-panel/containers/data-table.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/containers/grid-col.d.ts +2 -14
- package/types/src/components/form-designer/widget-panel/containers/grid-col.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/containers/grid-sub-form.d.ts +2 -8
- package/types/src/components/form-designer/widget-panel/containers/grid-sub-form.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/containers/grid.d.ts +2 -8
- package/types/src/components/form-designer/widget-panel/containers/grid.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/containers/tab.d.ts +2 -12
- package/types/src/components/form-designer/widget-panel/containers/tab.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/containers/vf-box.d.ts +2 -6
- package/types/src/components/form-designer/widget-panel/containers/vf-box.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/containers/vf-collapse.d.ts +2 -12
- package/types/src/components/form-designer/widget-panel/containers/vf-collapse.d.ts.map +1 -1
- package/types/src/components/form-designer/widget-panel/containers/vf-dialog.d.ts +2 -22
- package/types/src/components/form-designer/widget-panel/containers/vf-dialog.d.ts.map +1 -1
- package/types/src/components/form-render/index.d.ts +4 -0
- package/types/src/components/form-render/index.d.ts.map +1 -1
- package/types/src/components/lowcodeCompontent/index.d.ts +6 -0
- package/types/src/components/lowcodeCompontent/index.d.ts.map +1 -0
- package/types/src/components/svg-icon/index.d.ts +47 -0
- package/types/src/components/svg-icon/index.d.ts.map +1 -0
- package/src/components/CustomRender/index.js +0 -52
- package/src/components/form-designer/form-widget/container-widget/data-table-widget.vue2.js +0 -235
- package/src/components/form-designer/form-widget/container-widget/vf-collapse-widget.vue2.js +0 -126
- package/stats.html +0 -4949
- package/types/src/components/CustomRender/index.d.ts.map +0 -1
|
@@ -1,33 +1,10 @@
|
|
|
1
|
-
export declare const codeEditor: (ops?:
|
|
1
|
+
export declare const codeEditor: (ops?: any) => {
|
|
2
2
|
key: string;
|
|
3
3
|
id: any;
|
|
4
4
|
showName: string;
|
|
5
5
|
type: string;
|
|
6
6
|
icon: string;
|
|
7
7
|
formItemFlag: boolean;
|
|
8
|
-
options:
|
|
9
|
-
name: string;
|
|
10
|
-
label: string;
|
|
11
|
-
labelAlign: string;
|
|
12
|
-
defaultValue: string;
|
|
13
|
-
columnWidth: string;
|
|
14
|
-
labelWidth: null;
|
|
15
|
-
labelHidden: boolean;
|
|
16
|
-
readonly: boolean;
|
|
17
|
-
hidden: boolean;
|
|
18
|
-
holdHidden: boolean;
|
|
19
|
-
allowClear: boolean;
|
|
20
|
-
required: boolean;
|
|
21
|
-
requiredHint: string;
|
|
22
|
-
mode: string;
|
|
23
|
-
customClass: never[];
|
|
24
|
-
onCreated: string;
|
|
25
|
-
onMounted: string;
|
|
26
|
-
onInput: string;
|
|
27
|
-
onChange: string;
|
|
28
|
-
onFocus: string;
|
|
29
|
-
onBlur: string;
|
|
30
|
-
onValidate: string;
|
|
31
|
-
};
|
|
8
|
+
options: any;
|
|
32
9
|
};
|
|
33
10
|
//# sourceMappingURL=code-editor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-editor.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/advanced/code-editor.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"code-editor.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/advanced/code-editor.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,GAAI,MAAY,GAAG;;;;;;;;CAsCzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"diy-compontent.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/advanced/diy-compontent.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,GAAI,MAAY,GAAG;;;;;;;CAmB5C,CAAC"}
|
|
@@ -1,35 +1,8 @@
|
|
|
1
|
-
export declare const fileUpload: (ops?:
|
|
1
|
+
export declare const fileUpload: (ops?: any) => {
|
|
2
2
|
type: string;
|
|
3
3
|
icon: string;
|
|
4
4
|
formItemFlag: boolean;
|
|
5
5
|
id: any;
|
|
6
|
-
options:
|
|
7
|
-
name: string;
|
|
8
|
-
label: string;
|
|
9
|
-
labelAlign: string;
|
|
10
|
-
labelWidth: null;
|
|
11
|
-
labelHidden: boolean;
|
|
12
|
-
columnWidth: string;
|
|
13
|
-
multiple: boolean;
|
|
14
|
-
uploadListType: string;
|
|
15
|
-
accept: string[];
|
|
16
|
-
maxSize: number;
|
|
17
|
-
disabled: boolean;
|
|
18
|
-
hidden: boolean;
|
|
19
|
-
required: boolean;
|
|
20
|
-
requiredHint: string;
|
|
21
|
-
validation: string;
|
|
22
|
-
validationHint: string;
|
|
23
|
-
showFileList: boolean;
|
|
24
|
-
limit: number;
|
|
25
|
-
customClass: never[];
|
|
26
|
-
labelIconClass: null;
|
|
27
|
-
labelIconPosition: string;
|
|
28
|
-
labelTooltip: null;
|
|
29
|
-
onCreated: string;
|
|
30
|
-
onMounted: string;
|
|
31
|
-
onBeforeUpload: string;
|
|
32
|
-
onValidate: string;
|
|
33
|
-
};
|
|
6
|
+
options: any;
|
|
34
7
|
};
|
|
35
8
|
//# sourceMappingURL=file-upload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-upload.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/advanced/file-upload.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"file-upload.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/advanced/file-upload.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,GAAI,MAAY,GAAG;;;;;;CAoCzC,CAAC"}
|
|
@@ -1,32 +1,8 @@
|
|
|
1
|
-
export declare const richEditor: (ops?:
|
|
1
|
+
export declare const richEditor: (ops?: any) => {
|
|
2
2
|
type: string;
|
|
3
3
|
icon: string;
|
|
4
4
|
id: any;
|
|
5
5
|
formItemFlag: boolean;
|
|
6
|
-
options:
|
|
7
|
-
name: string;
|
|
8
|
-
label: string;
|
|
9
|
-
labelAlign: string;
|
|
10
|
-
placeholder: string;
|
|
11
|
-
labelWidth: null;
|
|
12
|
-
labelHidden: boolean;
|
|
13
|
-
columnWidth: string;
|
|
14
|
-
contentHeight: string;
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
hidden: boolean;
|
|
17
|
-
required: boolean;
|
|
18
|
-
requiredHint: string;
|
|
19
|
-
validation: string;
|
|
20
|
-
validationHint: string;
|
|
21
|
-
customClass: never[];
|
|
22
|
-
labelIconClass: null;
|
|
23
|
-
labelIconPosition: string;
|
|
24
|
-
labelTooltip: null;
|
|
25
|
-
maxLength: null;
|
|
26
|
-
showCount: boolean;
|
|
27
|
-
onCreated: string;
|
|
28
|
-
onMounted: string;
|
|
29
|
-
onValidate: string;
|
|
30
|
-
};
|
|
6
|
+
options: any;
|
|
31
7
|
};
|
|
32
8
|
//# sourceMappingURL=rich-editor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rich-editor.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/advanced/rich-editor.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"rich-editor.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/advanced/rich-editor.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,GAAI,MAAY,GAAG;;;;;;CAiCzC,CAAC"}
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
export declare const slot: (ops?:
|
|
1
|
+
export declare const slot: (ops?: any) => {
|
|
2
2
|
key: string;
|
|
3
3
|
id: any;
|
|
4
4
|
type: string;
|
|
5
5
|
icon: string;
|
|
6
6
|
formItemFlag: boolean;
|
|
7
|
-
options:
|
|
8
|
-
name: string;
|
|
9
|
-
slotCompontent: string;
|
|
10
|
-
hidden: boolean;
|
|
11
|
-
holdHidden: boolean;
|
|
12
|
-
onCreated: string;
|
|
13
|
-
onMounted: string;
|
|
14
|
-
};
|
|
7
|
+
options: any;
|
|
15
8
|
};
|
|
16
9
|
//# sourceMappingURL=slot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slot.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/advanced/slot.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"slot.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/advanced/slot.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,GAAI,MAAY,GAAG;;;;;;;CAiBnC,CAAC"}
|
|
@@ -1,63 +1,9 @@
|
|
|
1
|
-
export declare const treeSelect: (ops?:
|
|
1
|
+
export declare const treeSelect: (ops?: any) => {
|
|
2
2
|
key: string;
|
|
3
3
|
type: string;
|
|
4
4
|
icon: string;
|
|
5
5
|
id: any;
|
|
6
6
|
formItemFlag: boolean;
|
|
7
|
-
options:
|
|
8
|
-
name: string;
|
|
9
|
-
label: string;
|
|
10
|
-
labelAlign: string;
|
|
11
|
-
defaultValue: string;
|
|
12
|
-
placeholder: string;
|
|
13
|
-
size: string;
|
|
14
|
-
labelWidth: null;
|
|
15
|
-
labelHidden: boolean;
|
|
16
|
-
columnWidth: string;
|
|
17
|
-
disabled: boolean;
|
|
18
|
-
hidden: boolean;
|
|
19
|
-
holdHidden: boolean;
|
|
20
|
-
allowClear: boolean;
|
|
21
|
-
multiple: boolean;
|
|
22
|
-
treeDefaultExpandAll: boolean;
|
|
23
|
-
dsEnabled: boolean;
|
|
24
|
-
labelKey: string;
|
|
25
|
-
valueKey: string;
|
|
26
|
-
childrenKey: string;
|
|
27
|
-
http: {
|
|
28
|
-
url: string;
|
|
29
|
-
method: string;
|
|
30
|
-
data: {};
|
|
31
|
-
params: {};
|
|
32
|
-
};
|
|
33
|
-
optionItems: ({
|
|
34
|
-
label: string;
|
|
35
|
-
value: string;
|
|
36
|
-
children: {
|
|
37
|
-
label: string;
|
|
38
|
-
value: number;
|
|
39
|
-
}[];
|
|
40
|
-
} | {
|
|
41
|
-
label: string;
|
|
42
|
-
value: string;
|
|
43
|
-
children?: undefined;
|
|
44
|
-
})[];
|
|
45
|
-
dataHandlerCode: string;
|
|
46
|
-
dataReqHandlerCode: string;
|
|
47
|
-
required: boolean;
|
|
48
|
-
requiredHint: string;
|
|
49
|
-
validation: string;
|
|
50
|
-
validationHint: string;
|
|
51
|
-
customClass: never[];
|
|
52
|
-
labelIconClass: null;
|
|
53
|
-
labelIconPosition: string;
|
|
54
|
-
labelTooltip: null;
|
|
55
|
-
onCreated: string;
|
|
56
|
-
onMounted: string;
|
|
57
|
-
onChange: string;
|
|
58
|
-
onFocus: string;
|
|
59
|
-
onBlur: string;
|
|
60
|
-
onValidate: string;
|
|
61
|
-
};
|
|
7
|
+
options: any;
|
|
62
8
|
};
|
|
63
9
|
//# sourceMappingURL=tree-select.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tree-select.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/advanced/tree-select.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"tree-select.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/advanced/tree-select.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,GAAI,MAAY,GAAG;;;;;;;CA0DzC,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
export declare const advancedFieldsEnums: {
|
|
2
|
+
slot: (ops?: any) => {
|
|
3
|
+
key: string;
|
|
4
|
+
id: any;
|
|
5
|
+
type: string;
|
|
6
|
+
icon: string;
|
|
7
|
+
formItemFlag: boolean;
|
|
8
|
+
options: any;
|
|
9
|
+
};
|
|
10
|
+
diyCompontent: (ops?: any) => {
|
|
11
|
+
key: string;
|
|
12
|
+
id: any;
|
|
13
|
+
type: string;
|
|
14
|
+
icon: string;
|
|
15
|
+
formItemFlag: boolean;
|
|
16
|
+
options: any;
|
|
17
|
+
};
|
|
18
|
+
toolbar: (ops?: any) => {
|
|
19
|
+
key: string;
|
|
20
|
+
id: any;
|
|
21
|
+
type: string;
|
|
22
|
+
icon: string;
|
|
23
|
+
formItemFlag: boolean;
|
|
24
|
+
options: any;
|
|
25
|
+
};
|
|
26
|
+
cascader: (ops?: any) => {
|
|
27
|
+
key: string;
|
|
28
|
+
type: string;
|
|
29
|
+
icon: string;
|
|
30
|
+
id: any;
|
|
31
|
+
formItemFlag: boolean;
|
|
32
|
+
options: any;
|
|
33
|
+
};
|
|
34
|
+
treeSelect: (ops?: any) => {
|
|
35
|
+
key: string;
|
|
36
|
+
type: string;
|
|
37
|
+
icon: string;
|
|
38
|
+
id: any;
|
|
39
|
+
formItemFlag: boolean;
|
|
40
|
+
options: any;
|
|
41
|
+
};
|
|
42
|
+
richEditor: (ops?: any) => {
|
|
43
|
+
type: string;
|
|
44
|
+
icon: string;
|
|
45
|
+
id: any;
|
|
46
|
+
formItemFlag: boolean;
|
|
47
|
+
options: any;
|
|
48
|
+
};
|
|
49
|
+
codeEditor: (ops?: any) => {
|
|
50
|
+
key: string;
|
|
51
|
+
id: any;
|
|
52
|
+
showName: string;
|
|
53
|
+
type: string;
|
|
54
|
+
icon: string;
|
|
55
|
+
formItemFlag: boolean;
|
|
56
|
+
options: any;
|
|
57
|
+
};
|
|
58
|
+
fileUpload: (ops?: any) => {
|
|
59
|
+
type: string;
|
|
60
|
+
icon: string;
|
|
61
|
+
formItemFlag: boolean;
|
|
62
|
+
id: any;
|
|
63
|
+
options: any;
|
|
64
|
+
};
|
|
65
|
+
bpmnEditor: (ops?: any) => {
|
|
66
|
+
key: string;
|
|
67
|
+
id: any;
|
|
68
|
+
showName: string;
|
|
69
|
+
type: string;
|
|
70
|
+
icon: string;
|
|
71
|
+
formItemFlag: boolean;
|
|
72
|
+
options: any;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
//# sourceMappingURL=advancedFieldsEnums.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"advancedFieldsEnums.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-designer/widget-panel/advancedFieldsEnums.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAU/B,CAAC"}
|
|
@@ -1,26 +1,9 @@
|
|
|
1
|
-
export declare const button: (ops?:
|
|
1
|
+
export declare const button: (ops?: any) => {
|
|
2
2
|
key: string;
|
|
3
3
|
id: any;
|
|
4
4
|
type: string;
|
|
5
5
|
icon: string;
|
|
6
6
|
formItemFlag: boolean;
|
|
7
|
-
options:
|
|
8
|
-
name: string;
|
|
9
|
-
label: string;
|
|
10
|
-
size: string;
|
|
11
|
-
displayStyle: string;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
hidden: boolean;
|
|
14
|
-
holdHidden: boolean;
|
|
15
|
-
type: string;
|
|
16
|
-
shape: string;
|
|
17
|
-
danger: boolean;
|
|
18
|
-
ghost: boolean;
|
|
19
|
-
icon: null;
|
|
20
|
-
customClass: never[];
|
|
21
|
-
onCreated: string;
|
|
22
|
-
onMounted: string;
|
|
23
|
-
onClick: string;
|
|
24
|
-
};
|
|
7
|
+
options: any;
|
|
25
8
|
};
|
|
26
9
|
//# sourceMappingURL=button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/button.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/button.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,GAAI,MAAY,GAAG;;;;;;;CA6BrC,CAAC"}
|
|
@@ -1,47 +1,9 @@
|
|
|
1
|
-
export declare const checkbox: (ops?:
|
|
1
|
+
export declare const checkbox: (ops?: any) => {
|
|
2
2
|
key: string;
|
|
3
3
|
id: any;
|
|
4
4
|
type: string;
|
|
5
5
|
icon: string;
|
|
6
6
|
formItemFlag: boolean;
|
|
7
|
-
options:
|
|
8
|
-
name: string;
|
|
9
|
-
label: string;
|
|
10
|
-
labelAlign: string;
|
|
11
|
-
defaultValue: never[];
|
|
12
|
-
columnWidth: string;
|
|
13
|
-
size: string;
|
|
14
|
-
labelWidth: null;
|
|
15
|
-
labelHidden: boolean;
|
|
16
|
-
disabled: boolean;
|
|
17
|
-
hidden: boolean;
|
|
18
|
-
holdHidden: boolean;
|
|
19
|
-
labelKey: string;
|
|
20
|
-
valueKey: string;
|
|
21
|
-
optionItems: {
|
|
22
|
-
label: string;
|
|
23
|
-
value: number;
|
|
24
|
-
}[];
|
|
25
|
-
http: {
|
|
26
|
-
url: string;
|
|
27
|
-
method: string;
|
|
28
|
-
data: {};
|
|
29
|
-
params: {};
|
|
30
|
-
};
|
|
31
|
-
dataHandlerCode: string;
|
|
32
|
-
dataReqHandlerCode: string;
|
|
33
|
-
required: boolean;
|
|
34
|
-
requiredHint: string;
|
|
35
|
-
validation: string;
|
|
36
|
-
validationHint: string;
|
|
37
|
-
customClass: never[];
|
|
38
|
-
labelIconClass: null;
|
|
39
|
-
labelIconPosition: string;
|
|
40
|
-
labelTooltip: null;
|
|
41
|
-
onCreated: string;
|
|
42
|
-
onMounted: string;
|
|
43
|
-
onChange: string;
|
|
44
|
-
onValidate: string;
|
|
45
|
-
};
|
|
7
|
+
options: any;
|
|
46
8
|
};
|
|
47
9
|
//# sourceMappingURL=checkbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/checkbox.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/checkbox.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,GAAI,MAAY,GAAG;;;;;;;CAoDvC,CAAC"}
|
|
@@ -1,33 +1,9 @@
|
|
|
1
|
-
export declare const color: (ops?:
|
|
1
|
+
export declare const color: (ops?: any) => {
|
|
2
2
|
key: string;
|
|
3
3
|
id: any;
|
|
4
4
|
type: string;
|
|
5
5
|
icon: string;
|
|
6
6
|
formItemFlag: boolean;
|
|
7
|
-
options:
|
|
8
|
-
name: string;
|
|
9
|
-
label: string;
|
|
10
|
-
labelAlign: string;
|
|
11
|
-
defaultValue: null;
|
|
12
|
-
columnWidth: string;
|
|
13
|
-
size: string;
|
|
14
|
-
labelWidth: null;
|
|
15
|
-
labelHidden: boolean;
|
|
16
|
-
disabled: boolean;
|
|
17
|
-
hidden: boolean;
|
|
18
|
-
holdHidden: boolean;
|
|
19
|
-
required: boolean;
|
|
20
|
-
requiredHint: string;
|
|
21
|
-
validation: string;
|
|
22
|
-
validationHint: string;
|
|
23
|
-
customClass: never[];
|
|
24
|
-
labelIconClass: null;
|
|
25
|
-
labelIconPosition: string;
|
|
26
|
-
labelTooltip: null;
|
|
27
|
-
onCreated: string;
|
|
28
|
-
onMounted: string;
|
|
29
|
-
onChange: string;
|
|
30
|
-
onValidate: string;
|
|
31
|
-
};
|
|
7
|
+
options: any;
|
|
32
8
|
};
|
|
33
9
|
//# sourceMappingURL=color.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/color.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/color.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,GAAI,MAAY,GAAG;;;;;;;CAoCpC,CAAC"}
|
|
@@ -1,43 +1,9 @@
|
|
|
1
|
-
export declare const date: (ops?:
|
|
1
|
+
export declare const date: (ops?: any) => {
|
|
2
2
|
key: string;
|
|
3
3
|
id: any;
|
|
4
4
|
type: string;
|
|
5
5
|
icon: string;
|
|
6
6
|
formItemFlag: boolean;
|
|
7
|
-
options:
|
|
8
|
-
name: string;
|
|
9
|
-
label: string;
|
|
10
|
-
labelAlign: string;
|
|
11
|
-
type: string;
|
|
12
|
-
defaultValue: null;
|
|
13
|
-
placeholder: string;
|
|
14
|
-
columnWidth: string;
|
|
15
|
-
size: string;
|
|
16
|
-
autoFullWidth: boolean;
|
|
17
|
-
labelWidth: null;
|
|
18
|
-
labelHidden: boolean;
|
|
19
|
-
readonly: boolean;
|
|
20
|
-
disabled: boolean;
|
|
21
|
-
hidden: boolean;
|
|
22
|
-
holdHidden: boolean;
|
|
23
|
-
allowClear: boolean;
|
|
24
|
-
showTime: boolean;
|
|
25
|
-
format: string;
|
|
26
|
-
valueFormat: string;
|
|
27
|
-
required: boolean;
|
|
28
|
-
requiredHint: string;
|
|
29
|
-
validation: string;
|
|
30
|
-
validationHint: string;
|
|
31
|
-
customClass: never[];
|
|
32
|
-
labelIconClass: null;
|
|
33
|
-
labelIconPosition: string;
|
|
34
|
-
labelTooltip: null;
|
|
35
|
-
onCreated: string;
|
|
36
|
-
onMounted: string;
|
|
37
|
-
onChange: string;
|
|
38
|
-
onFocus: string;
|
|
39
|
-
onBlur: string;
|
|
40
|
-
onValidate: string;
|
|
41
|
-
};
|
|
7
|
+
options: any;
|
|
42
8
|
};
|
|
43
9
|
//# sourceMappingURL=date.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/date.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/date.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,GAAI,MAAY,GAAG;;;;;;;CA8CnC,CAAC"}
|
|
@@ -1,43 +1,9 @@
|
|
|
1
|
-
export declare const dateRange: (ops?:
|
|
1
|
+
export declare const dateRange: (ops?: any) => {
|
|
2
2
|
key: string;
|
|
3
3
|
id: any;
|
|
4
4
|
type: string;
|
|
5
5
|
icon: string;
|
|
6
6
|
formItemFlag: boolean;
|
|
7
|
-
options:
|
|
8
|
-
name: string;
|
|
9
|
-
label: string;
|
|
10
|
-
labelAlign: string;
|
|
11
|
-
defaultValue: null;
|
|
12
|
-
startPlaceholder: string;
|
|
13
|
-
endPlaceholder: string;
|
|
14
|
-
columnWidth: string;
|
|
15
|
-
size: string;
|
|
16
|
-
autoFullWidth: boolean;
|
|
17
|
-
labelWidth: null;
|
|
18
|
-
labelHidden: boolean;
|
|
19
|
-
readonly: boolean;
|
|
20
|
-
disabled: boolean;
|
|
21
|
-
hidden: boolean;
|
|
22
|
-
holdHidden: boolean;
|
|
23
|
-
allowClear: boolean;
|
|
24
|
-
showTime: boolean;
|
|
25
|
-
format: string;
|
|
26
|
-
valueFormat: string;
|
|
27
|
-
required: boolean;
|
|
28
|
-
requiredHint: string;
|
|
29
|
-
validation: string;
|
|
30
|
-
validationHint: string;
|
|
31
|
-
customClass: never[];
|
|
32
|
-
labelIconClass: null;
|
|
33
|
-
labelIconPosition: string;
|
|
34
|
-
labelTooltip: null;
|
|
35
|
-
onCreated: string;
|
|
36
|
-
onMounted: string;
|
|
37
|
-
onChange: string;
|
|
38
|
-
onFocus: string;
|
|
39
|
-
onBlur: string;
|
|
40
|
-
onValidate: string;
|
|
41
|
-
};
|
|
7
|
+
options: any;
|
|
42
8
|
};
|
|
43
9
|
//# sourceMappingURL=dateRange.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dateRange.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/dateRange.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"dateRange.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/dateRange.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,GAAI,MAAY,GAAG;;;;;;;CA8CxC,CAAC"}
|
|
@@ -1,20 +1,9 @@
|
|
|
1
|
-
export declare const divider: (ops?:
|
|
1
|
+
export declare const divider: (ops?: any) => {
|
|
2
2
|
key: string;
|
|
3
3
|
id: any;
|
|
4
4
|
type: string;
|
|
5
5
|
icon: string;
|
|
6
6
|
formItemFlag: boolean;
|
|
7
|
-
options:
|
|
8
|
-
name: string;
|
|
9
|
-
label: string;
|
|
10
|
-
columnWidth: string;
|
|
11
|
-
direction: string;
|
|
12
|
-
contentPosition: string;
|
|
13
|
-
hidden: boolean;
|
|
14
|
-
holdHidden: boolean;
|
|
15
|
-
customClass: never[];
|
|
16
|
-
onCreated: string;
|
|
17
|
-
onMounted: string;
|
|
18
|
-
};
|
|
7
|
+
options: any;
|
|
19
8
|
};
|
|
20
9
|
//# sourceMappingURL=divider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/divider.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/divider.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,GAAI,MAAY,GAAG;;;;;;;CAuBtC,CAAC"}
|
|
@@ -1,31 +1,9 @@
|
|
|
1
|
-
export declare const dropdown: (ops?:
|
|
1
|
+
export declare const dropdown: (ops?: any) => {
|
|
2
2
|
key: string;
|
|
3
3
|
id: any;
|
|
4
4
|
type: string;
|
|
5
5
|
icon: string;
|
|
6
6
|
formItemFlag: boolean;
|
|
7
|
-
options:
|
|
8
|
-
name: string;
|
|
9
|
-
label: string;
|
|
10
|
-
size: string;
|
|
11
|
-
displayStyle: string;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
hidden: boolean;
|
|
14
|
-
holdHidden: boolean;
|
|
15
|
-
type: string;
|
|
16
|
-
shape: string;
|
|
17
|
-
danger: boolean;
|
|
18
|
-
ghost: boolean;
|
|
19
|
-
placement: string;
|
|
20
|
-
menuList: {
|
|
21
|
-
value: string;
|
|
22
|
-
label: string;
|
|
23
|
-
}[];
|
|
24
|
-
customClass: never[];
|
|
25
|
-
onCreated: string;
|
|
26
|
-
onMounted: string;
|
|
27
|
-
onClick: string;
|
|
28
|
-
onMenuClick: string;
|
|
29
|
-
};
|
|
7
|
+
options: any;
|
|
30
8
|
};
|
|
31
9
|
//# sourceMappingURL=dropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/dropdown.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/dropdown.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,GAAI,MAAY,GAAG;;;;;;;CAmCvC,CAAC"}
|
|
@@ -1,18 +1,9 @@
|
|
|
1
|
-
export declare const htmlText: (ops?:
|
|
1
|
+
export declare const htmlText: (ops?: any) => {
|
|
2
2
|
key: string;
|
|
3
3
|
id: any;
|
|
4
4
|
type: string;
|
|
5
5
|
icon: string;
|
|
6
6
|
formItemFlag: boolean;
|
|
7
|
-
options:
|
|
8
|
-
name: string;
|
|
9
|
-
columnWidth: string;
|
|
10
|
-
hidden: boolean;
|
|
11
|
-
holdHidden: boolean;
|
|
12
|
-
htmlContent: string;
|
|
13
|
-
customClass: never[];
|
|
14
|
-
onCreated: string;
|
|
15
|
-
onMounted: string;
|
|
16
|
-
};
|
|
7
|
+
options: any;
|
|
17
8
|
};
|
|
18
9
|
//# sourceMappingURL=htmlText.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"htmlText.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/htmlText.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"htmlText.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/form-designer/widget-panel/basicFields/htmlText.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,GAAI,MAAY,GAAG;;;;;;;CAqBvC,CAAC"}
|