@fly-vue/lcdp-iview 1.7.5 → 1.7.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/@types/module/action-nodes/impl/index.d.ts +1 -3
- package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts +3 -3
- package/@types/module/components/components/IvTableGrid/index.vue.d.ts +4 -1
- package/@types/module/components/components/iam/lib/modal.d.ts +1 -1
- package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +6 -3
- package/@types/module/components/components/iam/mixins/build-query-methods.d.ts +6 -19
- package/@types/module/components/for-designer/index.d.ts +2 -2
- package/@types/module/components/for-renderer/data-exporter/csv.d.ts +1 -0
- package/@types/module/components/for-renderer/data-exporter/export-csv.d.ts +1 -0
- package/@types/module/components/for-renderer/data-exporter/index.vue.d.ts +62 -0
- package/@types/module/components/for-renderer/data-exporter/types.d.ts +9 -0
- package/@types/module/components/for-renderer/event-container/context.d.ts +48 -0
- package/@types/module/components/for-renderer/event-container/form-context.d.ts +9 -0
- package/@types/module/components/for-renderer/event-container/index.d.ts +3 -0
- package/@types/module/components/for-renderer/event-container/use-channel.d.ts +4 -0
- package/@types/module/components/for-renderer/event-container/use-form.d.ts +10 -0
- package/@types/module/components/for-renderer/excel-importer/failed-list.vue.d.ts +33 -0
- package/@types/module/components/for-renderer/excel-importer/index.vue.d.ts +166 -0
- package/@types/module/components/for-renderer/excel-importer/successful-list.vue.d.ts +22 -0
- package/@types/module/components/for-renderer/excel-importer/test-data.d.ts +15 -0
- package/@types/module/components/for-renderer/excel-importer/to-import-list.vue.d.ts +29 -0
- package/@types/module/components/for-renderer/excel-importer/types.d.ts +17 -0
- package/@types/module/components/for-renderer/excel-importer/use-check-all.d.ts +4 -0
- package/@types/module/components/for-renderer/excel-importer/use-pager.d.ts +6 -0
- package/@types/module/components/for-renderer/excel-importer/use-records-handler.d.ts +34 -0
- package/@types/module/components/for-renderer/excel-importer/use-urls.d.ts +5 -0
- package/@types/module/components/for-renderer/index.d.ts +7 -1
- package/@types/module/components/for-renderer/layout/iv-header-collapse.vue.d.ts +12 -0
- package/@types/module/components/for-renderer/layout/iv-trigger-container.vue.d.ts +18 -0
- package/@types/module/components/index.d.ts +125 -92
- package/@types/module/components/utils.d.ts +8 -0
- package/@types/module/index.d.ts +2 -1
- package/@types/module/plugins/sub-system-plugin.d.ts +3 -0
- package/@types/module/schema-extend/components/actions.d.ts +1 -21
- package/@types/module/schema-extend/components/excel-importer.d.ts +16 -0
- package/@types/module/schema-extend/components/form.d.ts +7 -12
- package/@types/module/schema-extend/components/iv-table.d.ts +13 -1
- package/@types/module/schema-extend/components/layout.d.ts +1 -7
- package/@types/module/schema-extend/components/lcdp-event-receiver.d.ts +17 -0
- package/@types/module/schema-extend/components/others.d.ts +7 -0
- package/@types/module/schema-extend/components/table.d.ts +5 -0
- package/@types/module/schema-extend/components/tinymce.d.ts +27 -0
- package/@types/module/schema-extend/components/tree.d.ts +3 -0
- package/@types/module/schema-extend/components/upload.d.ts +5 -0
- package/@types/module/validate-processor.d.ts +1 -1
- package/bingo-builder-manifest.json +15 -13
- package/index.js +4 -4
- package/modules/fly_vue_lcdp_iview/assets/css/app.css +2 -2
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.c8863f62.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component-ice.a6489154.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.4fba6e5a.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-renderer-components.2d6051ce.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/vendors~lcdp-iview-component-ice.0609a048.css +1 -0
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.71fdd8a16be619fb2828.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll.js +8 -12
- package/modules/fly_vue_lcdp_iview/lcdp-designer-components.71fdd8a16be619fb2828.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.71fdd8a16be619fb2828.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.71fdd8a16be619fb2828.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component-ice.71fdd8a16be619fb2828.js +1 -0
- package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.e6ed3307f2094e1adbff.js → lcdp-iview-component-region.71fdd8a16be619fb2828.js} +2 -2
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component.71fdd8a16be619fb2828.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.71fdd8a16be619fb2828.js +1 -0
- package/modules/fly_vue_lcdp_iview/vendors~lcdp-iview-component-ice.71fdd8a16be619fb2828.js +1 -0
- package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.71fdd8a16be619fb2828.js +7 -0
- package/package.json +16 -15
- package/@types/module/action-nodes/impl/call-component-method.d.ts +0 -9
- package/@types/module/action-nodes/impl/condition.d.ts +0 -9
- package/@types/module/action-nodes/impl/d-component-emit.d.ts +0 -9
- package/@types/module/action-nodes/impl/data-source-data-reload.d.ts +0 -9
- package/@types/module/action-nodes/impl/foreach.d.ts +0 -6
- package/@types/module/action-nodes/impl/form.d.ts +0 -8
- package/@types/module/action-nodes/impl/http.d.ts +0 -6
- package/@types/module/action-nodes/impl/open-url.d.ts +0 -6
- package/@types/module/action-nodes/impl/output.d.ts +0 -6
- package/@types/module/action-nodes/impl/script.d.ts +0 -6
- package/@types/module/action-nodes/impl/set-page-variable.d.ts +0 -6
- package/@types/module/action-nodes/service-type-transport.d.ts +0 -7
- package/@types/module/components/for-designer/LcdpInlineRenderer.vue.d.ts +0 -2
- package/@types/module/components/for-designer/SlotContainer.vue.d.ts +0 -4
- package/@types/module/components/for-renderer/inline-renderer/index.vue.d.ts +0 -70
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-designer-components.9ef3fc1b.css +0 -1
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.5b64e92e.css +0 -1
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.28c2f15b.css +0 -1
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.e6ed3307f2094e1adbff.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-designer-components.e6ed3307f2094e1adbff.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.e6ed3307f2094e1adbff.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.e6ed3307f2094e1adbff.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.e6ed3307f2094e1adbff.js +0 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
tips: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
};
|
|
5
|
+
darkMode: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
};
|
|
8
|
+
}, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
tips: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
};
|
|
12
|
+
darkMode: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
};
|
|
15
|
+
}>>, {
|
|
16
|
+
darkMode: boolean;
|
|
17
|
+
}>;
|
|
18
|
+
export default _default;
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
/// <reference types="vue-shims" />
|
|
2
2
|
declare const _default: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
DesignPageView: () => Promise<typeof import("*.vue")>;
|
|
4
|
+
LcdpDataImporter: () => Promise<typeof import("./for-renderer/excel-importer/index.vue")>;
|
|
5
|
+
LcdpDataExporter: () => Promise<typeof import("./for-renderer/data-exporter/index.vue")>;
|
|
6
|
+
IvHeaderCollapse: () => Promise<typeof import("./for-renderer/layout/iv-header-collapse.vue")>;
|
|
7
|
+
IvPageLayout: () => Promise<typeof import("*.vue")>;
|
|
8
|
+
IvPageView: () => Promise<typeof import("*.vue")>;
|
|
9
|
+
IvTriggerContainer: () => Promise<typeof import("./for-renderer/layout/iv-trigger-container.vue")>;
|
|
6
10
|
VarInput: () => Promise<typeof import("./attribute/designer/prop-value-editor/var-input/index.vue")>;
|
|
7
11
|
InputSearchTypeAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
8
12
|
DataDictionaryDisabledAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
13
|
+
OneArrayOptionAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
9
14
|
TableFiltersEditor: () => Promise<typeof import("./attribute/prop-value-editor/filters-editor/index.vue")>;
|
|
10
15
|
SimpleJsonEditor: () => Promise<typeof import("./attribute/prop-value-editor/json-editor.vue")>;
|
|
11
16
|
ObjectEditor: () => Promise<typeof import("./attribute/prop-value-editor/object-editor.vue")>;
|
|
@@ -47,74 +52,115 @@ declare const _default: {
|
|
|
47
52
|
FileSizeAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
48
53
|
IvFromRow: () => Promise<typeof import("*.vue")>;
|
|
49
54
|
IvFromCol: () => Promise<typeof import("*.vue")>;
|
|
50
|
-
IvFormItem: () => Promise<
|
|
51
|
-
IvFormTimePicker: () => Promise<
|
|
52
|
-
IvFormSwitch: () => Promise<
|
|
53
|
-
IvFormSelect: () => Promise<
|
|
54
|
-
IvFormRate: () => Promise<
|
|
55
|
-
IvFormRadio: () => Promise<
|
|
56
|
-
IvFormInputNumber: () => Promise<
|
|
57
|
-
IvFormDatePicker: () => Promise<
|
|
58
|
-
IvFormCheckbox: () => Promise<
|
|
59
|
-
IvFormAutoComplete: () => Promise<
|
|
60
|
-
IvFormInput: () => Promise<
|
|
61
|
-
IvModal:
|
|
62
|
-
|
|
63
|
-
|
|
55
|
+
IvFormItem: () => Promise<typeof import("./components/iview/IvFormItem.js")>;
|
|
56
|
+
IvFormTimePicker: () => Promise<typeof import("./components/iview/IvFormTimePicker.js")>;
|
|
57
|
+
IvFormSwitch: () => Promise<typeof import("./components/iview/IvFormSwitch.js")>;
|
|
58
|
+
IvFormSelect: () => Promise<typeof import("./components/iview/IvFormSelect.js")>;
|
|
59
|
+
IvFormRate: () => Promise<typeof import("./components/iview/IvFormRate.js")>;
|
|
60
|
+
IvFormRadio: () => Promise<typeof import("./components/iview/IvFormRadio.js")>;
|
|
61
|
+
IvFormInputNumber: () => Promise<typeof import("./components/iview/IvFormInputNumber.js")>;
|
|
62
|
+
IvFormDatePicker: () => Promise<typeof import("./components/iview/IvFormDatePicker.js")>;
|
|
63
|
+
IvFormCheckbox: () => Promise<typeof import("./components/iview/IvFormCheckbox.js")>;
|
|
64
|
+
IvFormAutoComplete: () => Promise<typeof import("./components/iview/IvFormAutoComplete.js")>;
|
|
65
|
+
IvFormInput: () => Promise<typeof import("./components/iview/IvFormInput.js")>;
|
|
66
|
+
IvModal: {
|
|
67
|
+
name: string;
|
|
68
|
+
inheritAttrs: boolean;
|
|
69
|
+
props: {
|
|
70
|
+
fullscreen: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
fullscreenable: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
height: {
|
|
79
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
80
|
+
};
|
|
81
|
+
headerHide: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
data(): {
|
|
87
|
+
isFullScreen: any;
|
|
88
|
+
};
|
|
89
|
+
computed: {
|
|
90
|
+
calcHei(): string;
|
|
91
|
+
};
|
|
92
|
+
mounted(): void;
|
|
93
|
+
watch: {
|
|
94
|
+
value(newval: any): void;
|
|
95
|
+
fullscreen(val: any): void;
|
|
96
|
+
};
|
|
97
|
+
render(h: any): any;
|
|
98
|
+
methods: {
|
|
99
|
+
isNumber(val: any): boolean;
|
|
100
|
+
handleFullScreen(e: any): void;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
DatePicker: () => Promise<typeof import("*.vue")>;
|
|
104
|
+
TimePicker: () => Promise<typeof import("*.vue")>;
|
|
105
|
+
IvAlert: () => Promise<typeof import("./components/iview/IvAlert.js")>;
|
|
106
|
+
IvAnchor: () => Promise<typeof import("./components/iview/IvAnchor.js")>;
|
|
64
107
|
IvAutoComplete: () => Promise<typeof import("*.vue")>;
|
|
65
|
-
IvAvatar: () => Promise<
|
|
66
|
-
IvAvatarList: () => Promise<
|
|
67
|
-
IvBadge: () => Promise<
|
|
68
|
-
IvBreadcrumb: () => Promise<
|
|
69
|
-
IvButton: () => Promise<
|
|
70
|
-
IvCell: () => Promise<
|
|
71
|
-
IvCheckbox: () => Promise<
|
|
72
|
-
IvCheckboxSingle: () => Promise<
|
|
73
|
-
IvCollapsePanel: () => Promise<
|
|
74
|
-
IvColorPicker: () => Promise<
|
|
75
|
-
IvCountDown: () => Promise<
|
|
76
|
-
IvDescription: () => Promise<
|
|
77
|
-
IvDivider: () => Promise<
|
|
78
|
-
IvDropdown: () => Promise<
|
|
79
|
-
IvDropdownItem: () => Promise<
|
|
80
|
-
IvEllipsis: () => Promise<
|
|
81
|
-
IvGlobalFooter: () => Promise<
|
|
82
|
-
IvListItem: () => Promise<
|
|
108
|
+
IvAvatar: () => Promise<typeof import("./components/iview/IvAvatar.js")>;
|
|
109
|
+
IvAvatarList: () => Promise<typeof import("./components/iview/IvAvatarList.js")>;
|
|
110
|
+
IvBadge: () => Promise<typeof import("./components/iview/IvBadge.js")>;
|
|
111
|
+
IvBreadcrumb: () => Promise<typeof import("./components/iview/IvBreadcrumb.js")>;
|
|
112
|
+
IvButton: () => Promise<typeof import("./components/iview/IvButton.js")>;
|
|
113
|
+
IvCell: () => Promise<typeof import("./components/iview/IvCell.js")>;
|
|
114
|
+
IvCheckbox: () => Promise<typeof import("./components/iview/IvCheckbox.js")>;
|
|
115
|
+
IvCheckboxSingle: () => Promise<typeof import("./components/iview/IvCheckboxSingle.js")>;
|
|
116
|
+
IvCollapsePanel: () => Promise<typeof import("./components/iview/IvCollapsePanel.js")>;
|
|
117
|
+
IvColorPicker: () => Promise<typeof import("./components/iview/IvColorPicker.js")>;
|
|
118
|
+
IvCountDown: () => Promise<typeof import("./components/iview/IvCountDown.js")>;
|
|
119
|
+
IvDescription: () => Promise<typeof import("./components/iview/IvDescription.js")>;
|
|
120
|
+
IvDivider: () => Promise<typeof import("./components/iview/IvDivider.js")>;
|
|
121
|
+
IvDropdown: () => Promise<typeof import("./components/iview/IvDropdown.js")>;
|
|
122
|
+
IvDropdownItem: () => Promise<typeof import("./components/iview/IvDropdownItem.js")>;
|
|
123
|
+
IvEllipsis: () => Promise<typeof import("./components/iview/IvEllipsis.js")>;
|
|
124
|
+
IvGlobalFooter: () => Promise<typeof import("./components/iview/IvGlobalFooter.js")>;
|
|
125
|
+
IvListItem: () => Promise<typeof import("./components/iview/IvListItem.js")>;
|
|
83
126
|
IvMenu: () => Promise<typeof import("*.vue")>;
|
|
84
|
-
IvRadio: () => Promise<
|
|
85
|
-
IvRadioSingle: () => Promise<
|
|
86
|
-
IvSelect: () => Promise<
|
|
87
|
-
IvSpin: () => Promise<
|
|
88
|
-
IvStep: () => Promise<
|
|
127
|
+
IvRadio: () => Promise<typeof import("./components/iview/IvRadio.js")>;
|
|
128
|
+
IvRadioSingle: () => Promise<typeof import("./components/iview/IvRadioSingle.js")>;
|
|
129
|
+
IvSelect: () => Promise<typeof import("./components/iview/IvSelect.js")>;
|
|
130
|
+
IvSpin: () => Promise<typeof import("./components/iview/IvSpin.js")>;
|
|
131
|
+
IvStep: () => Promise<typeof import("./components/iview/IvStep.js")>;
|
|
89
132
|
IvStepPane: () => Promise<typeof import("./components/IvWizard/step-pane.vue")>;
|
|
90
|
-
IvSwitch: () => Promise<
|
|
91
|
-
IvTable: () => Promise<
|
|
92
|
-
|
|
133
|
+
IvSwitch: () => Promise<typeof import("./components/iview/IvSwitch.js")>;
|
|
134
|
+
IvTable: () => Promise<typeof import("./components/iview/IvTable.js")>;
|
|
135
|
+
IvTableFixed: () => Promise<typeof import("*.vue")>;
|
|
136
|
+
IvTag: () => Promise<typeof import("./components/iview/IvTag.js")>;
|
|
93
137
|
IvTagSelect: () => Promise<typeof import("*.vue")>;
|
|
94
|
-
IvTimeline: () => Promise<
|
|
95
|
-
IvTimelineItem: () => Promise<
|
|
138
|
+
IvTimeline: () => Promise<typeof import("./components/iview/IvTimeline.js")>;
|
|
139
|
+
IvTimelineItem: () => Promise<typeof import("./components/iview/IvTimelineItem.js")>;
|
|
96
140
|
IvTooltip: () => Promise<typeof import("*.vue")>;
|
|
97
|
-
IvTreeSelect: () => Promise<
|
|
141
|
+
IvTreeSelect: () => Promise<typeof import("*.vue")>;
|
|
98
142
|
IvUpload: () => Promise<typeof import("*.vue")>;
|
|
99
143
|
Page: () => Promise<typeof import("*.vue")>;
|
|
100
144
|
IvTree: () => Promise<typeof import("*.vue")>;
|
|
101
|
-
IvTransfer: () => Promise<
|
|
102
|
-
IvCarouselItem: () => Promise<
|
|
103
|
-
IvCalendar: () => Promise<
|
|
104
|
-
IvPoptip: () => Promise<
|
|
105
|
-
IvRadioGroup: () => Promise<
|
|
106
|
-
IvCheckboxGroup: () => Promise<
|
|
107
|
-
IvBackTop: () => Promise<
|
|
145
|
+
IvTransfer: () => Promise<typeof import("./components/iview/IvTransfer.js")>;
|
|
146
|
+
IvCarouselItem: () => Promise<typeof import("./components/iview/IvCarouselItem.js")>;
|
|
147
|
+
IvCalendar: () => Promise<typeof import("./components/iview/IvCalendar.js")>;
|
|
148
|
+
IvPoptip: () => Promise<typeof import("./components/iview/IvPoptip.js")>;
|
|
149
|
+
IvRadioGroup: () => Promise<typeof import("./components/iview/IvRadioGroup.js")>;
|
|
150
|
+
IvCheckboxGroup: () => Promise<typeof import("./components/iview/IvCheckboxGroup.js")>;
|
|
151
|
+
IvBackTop: () => Promise<typeof import("./components/iview/IvBackTop.js")>;
|
|
108
152
|
Input: () => Promise<typeof import("*.vue")>;
|
|
109
|
-
|
|
153
|
+
iInput: () => Promise<typeof import("*.vue")>;
|
|
154
|
+
InputNumber: () => Promise<typeof import("*.vue")>;
|
|
155
|
+
Slider: () => Promise<typeof import("*.vue")>;
|
|
156
|
+
Rate: () => Promise<typeof import("*.vue")>;
|
|
157
|
+
Card: () => Promise<typeof import("./components/iview/IvCard.js")>;
|
|
110
158
|
Tabs: () => Promise<typeof import("*.vue")>;
|
|
111
|
-
IvDrawer: () => Promise<
|
|
159
|
+
IvDrawer: () => Promise<typeof import("./components/iview/IvDrawer.js")>;
|
|
112
160
|
Cascader: () => Promise<typeof import("*.vue")>;
|
|
161
|
+
IvSplit: () => Promise<typeof import("*.vue")>;
|
|
113
162
|
IvCrud: () => Promise<typeof import("*.vue")>;
|
|
114
163
|
IvTableGrid: import("vue").DefineComponent<{
|
|
115
|
-
/**
|
|
116
|
-
* @description: // 基础组件
|
|
117
|
-
*/
|
|
118
164
|
pagerProps: {
|
|
119
165
|
type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
|
|
120
166
|
};
|
|
@@ -192,9 +238,6 @@ declare const _default: {
|
|
|
192
238
|
default: boolean;
|
|
193
239
|
};
|
|
194
240
|
showHeader: {
|
|
195
|
-
/**
|
|
196
|
-
* @description: // 基础组件
|
|
197
|
-
*/
|
|
198
241
|
type: BooleanConstructor;
|
|
199
242
|
default: boolean;
|
|
200
243
|
};
|
|
@@ -207,9 +250,6 @@ declare const _default: {
|
|
|
207
250
|
default(): string;
|
|
208
251
|
};
|
|
209
252
|
context: {
|
|
210
|
-
/**
|
|
211
|
-
* @description: // 基础组件
|
|
212
|
-
*/
|
|
213
253
|
type: ObjectConstructor;
|
|
214
254
|
};
|
|
215
255
|
noDataText: {
|
|
@@ -317,17 +357,17 @@ declare const _default: {
|
|
|
317
357
|
deleteRow: (num: number | number[], callback: any) => any;
|
|
318
358
|
getSelectData: (id: any) => any;
|
|
319
359
|
gridTable: import("vue").Ref<any>;
|
|
320
|
-
onContextmenu: (row: any, event: any
|
|
360
|
+
onContextmenu: (row: any, event: any) => void;
|
|
321
361
|
handlePagePrev: (val: any) => void;
|
|
322
362
|
handlePageNext: (val: any) => void;
|
|
323
363
|
handlePageSizeChange: (val: any) => void;
|
|
324
364
|
handlePageChange: (val: any) => void;
|
|
325
365
|
}, {}, {}, {
|
|
326
366
|
onRowClick(selection: any, index: any): void;
|
|
367
|
+
exportCsv(params: any): void;
|
|
368
|
+
clearCurrentRow(): void;
|
|
369
|
+
selectAll(status: any): void;
|
|
327
370
|
}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
328
|
-
/**
|
|
329
|
-
* @description: // 基础组件
|
|
330
|
-
*/
|
|
331
371
|
pagerProps: {
|
|
332
372
|
type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
|
|
333
373
|
};
|
|
@@ -405,9 +445,6 @@ declare const _default: {
|
|
|
405
445
|
default: boolean;
|
|
406
446
|
};
|
|
407
447
|
showHeader: {
|
|
408
|
-
/**
|
|
409
|
-
* @description: // 基础组件
|
|
410
|
-
*/
|
|
411
448
|
type: BooleanConstructor;
|
|
412
449
|
default: boolean;
|
|
413
450
|
};
|
|
@@ -420,9 +457,6 @@ declare const _default: {
|
|
|
420
457
|
default(): string;
|
|
421
458
|
};
|
|
422
459
|
context: {
|
|
423
|
-
/**
|
|
424
|
-
* @description: // 基础组件
|
|
425
|
-
*/
|
|
426
460
|
type: ObjectConstructor;
|
|
427
461
|
};
|
|
428
462
|
noDataText: {
|
|
@@ -530,34 +564,33 @@ declare const _default: {
|
|
|
530
564
|
DynamicInput: () => Promise<typeof import("./components/lab-component/dynamic-input/index.vue")>;
|
|
531
565
|
IvScrollSpy: () => Promise<typeof import("*.vue")>;
|
|
532
566
|
IvScrollSpyItem: () => Promise<typeof import("*.vue")>;
|
|
533
|
-
IvImagePreview: () => Promise<typeof import("*.vue")>;
|
|
534
567
|
IvRegion: () => Promise<typeof import("*.vue")>;
|
|
535
|
-
IvEntityForm: () => Promise<
|
|
536
|
-
IvEntityFormItem: () => Promise<
|
|
537
|
-
IvEntityList: () => Promise<
|
|
538
|
-
IvEntityListItem: () => Promise<
|
|
539
|
-
|
|
540
|
-
IvContainer: () => Promise<
|
|
541
|
-
IvDiv: () => Promise<
|
|
568
|
+
IvEntityForm: () => Promise<typeof import("./components/entity/IvEntityForm.js")>;
|
|
569
|
+
IvEntityFormItem: () => Promise<typeof import("./components/entity/IvEntityFormItem.js")>;
|
|
570
|
+
IvEntityList: () => Promise<typeof import("./components/entity/IvEntityList.js")>;
|
|
571
|
+
IvEntityListItem: () => Promise<typeof import("./components/entity/IvEntityListItem.js")>;
|
|
572
|
+
IvTinymce: () => Promise<typeof import("*.vue")>;
|
|
573
|
+
IvContainer: () => Promise<typeof import("./components/base/IvContainer/index.js")>;
|
|
574
|
+
IvDiv: () => Promise<typeof import("./components/base/IvDiv/index.js")>;
|
|
542
575
|
IvFlex: () => Promise<typeof import("*.vue")>;
|
|
543
576
|
IvFlexItem: () => Promise<typeof import("*.vue")>;
|
|
544
577
|
IvHtml: () => Promise<typeof import("./components/base/IvHtml/index.vue")>;
|
|
545
578
|
IvIframe: () => Promise<typeof import("./components/base/IvIframe/index.vue")>;
|
|
546
579
|
IvImage: () => Promise<typeof import("*.vue")>;
|
|
547
|
-
IvLink: () => Promise<
|
|
580
|
+
IvLink: () => Promise<typeof import("./components/base/IvLink/index.js")>;
|
|
548
581
|
IvSpan: () => Promise<typeof import("*.vue")>;
|
|
549
582
|
IvText: () => Promise<typeof import("./components/base/IvText/index.vue")>;
|
|
550
|
-
IvTitle: () => Promise<
|
|
551
|
-
IvLiList: () => Promise<
|
|
583
|
+
IvTitle: () => Promise<typeof import("./components/base/IvTitle/index.js")>;
|
|
584
|
+
IvLiList: () => Promise<typeof import("./components/base/IvLiList/index.js")>;
|
|
552
585
|
IvLi: () => Promise<typeof import("*.vue")>;
|
|
553
|
-
IvEmpty: () => Promise<
|
|
586
|
+
IvEmpty: () => Promise<typeof import("./components/base/IvEmpty/index.js")>;
|
|
554
587
|
IvLayoutContainer: () => Promise<typeof import("*.vue")>;
|
|
555
|
-
IvLayout: () => Promise<
|
|
556
|
-
IvHeader: () => Promise<
|
|
557
|
-
IvSider: () => Promise<
|
|
558
|
-
IvContent: () => Promise<
|
|
559
|
-
IvFooter: () => Promise<
|
|
560
|
-
IvGrid: () => Promise<
|
|
588
|
+
IvLayout: () => Promise<typeof import("./components/iview/IvLayout/IvLayout.js")>;
|
|
589
|
+
IvHeader: () => Promise<typeof import("./components/iview/IvLayout/IvHeader.js")>;
|
|
590
|
+
IvSider: () => Promise<typeof import("./components/iview/IvLayout/IvSider.js")>;
|
|
591
|
+
IvContent: () => Promise<typeof import("./components/iview/IvLayout/IvContent.js")>;
|
|
592
|
+
IvFooter: () => Promise<typeof import("./components/iview/IvLayout/IvFooter.js")>;
|
|
593
|
+
IvGrid: () => Promise<typeof import("./components/iview/IvLayout/IvGrid.js")>;
|
|
561
594
|
IvTableColumn: any;
|
|
562
595
|
IvTableGridColumn: any;
|
|
563
596
|
IvForm: any;
|
|
@@ -19,3 +19,11 @@ export declare function _removeClass(data: any): any;
|
|
|
19
19
|
* @description: 移除 表单设计器属性
|
|
20
20
|
*/
|
|
21
21
|
export declare function _removeFormProps(data: any): any;
|
|
22
|
+
/**
|
|
23
|
+
* @description: 字符串样式转json
|
|
24
|
+
*/
|
|
25
|
+
export declare function _styleToObj(style: any): {};
|
|
26
|
+
/**
|
|
27
|
+
* @description: 保留表单需要的设计器class
|
|
28
|
+
*/
|
|
29
|
+
export declare function _keepFormClass(data: any): "" | "lcdp-editor-drag-content lcdp-editor-drag-space drawing-item-border le-designer-input";
|
package/@types/module/index.d.ts
CHANGED
|
@@ -8,4 +8,5 @@ export declare const AdaptivePageModule: IWebModule;
|
|
|
8
8
|
export { register as registerActionNodes } from './action-nodes/index';
|
|
9
9
|
export { default as StyleEditor } from './components/attribute/StyleAttrEdit.vue';
|
|
10
10
|
export { validateProcessor } from './validate-processor';
|
|
11
|
-
export { registerServiceTypeTransport } from '
|
|
11
|
+
export { registerServiceTypeTransport } from '@fly-vue/lcdp-schema';
|
|
12
|
+
export * from './components/for-renderer/event-container';
|
|
@@ -1,23 +1,3 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'Action.Script': {
|
|
3
|
-
properties: {
|
|
4
|
-
funcExp: {
|
|
5
|
-
turnOn({ model }: {
|
|
6
|
-
model: any;
|
|
7
|
-
}): boolean;
|
|
8
|
-
};
|
|
9
|
-
script: {
|
|
10
|
-
turnOn({ model }: {
|
|
11
|
-
model: any;
|
|
12
|
-
}): boolean;
|
|
13
|
-
};
|
|
14
|
-
params: {
|
|
15
|
-
turnOn({ model }: {
|
|
16
|
-
model: any;
|
|
17
|
-
}): boolean;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
};
|
|
1
|
+
declare const _default: {};
|
|
22
2
|
/** 操作schema的扩展,用来控制属性的显示和隐藏 */
|
|
23
3
|
export default _default;
|
|
@@ -322,11 +322,14 @@ declare const _default: {
|
|
|
322
322
|
}): boolean;
|
|
323
323
|
};
|
|
324
324
|
options: {
|
|
325
|
+
turnOn({ node }: {
|
|
326
|
+
node: any;
|
|
327
|
+
}): boolean;
|
|
325
328
|
mock: ({ node, service }: {
|
|
326
329
|
node: any;
|
|
327
330
|
service: any;
|
|
328
331
|
}) => {
|
|
329
|
-
disabledDate:
|
|
332
|
+
disabledDate: any;
|
|
330
333
|
shortcuts: any;
|
|
331
334
|
disableDate?: undefined;
|
|
332
335
|
} | {
|
|
@@ -335,7 +338,7 @@ declare const _default: {
|
|
|
335
338
|
disabledDate?: undefined;
|
|
336
339
|
};
|
|
337
340
|
default: {
|
|
338
|
-
disabledDate:
|
|
341
|
+
disabledDate: any;
|
|
339
342
|
shortcuts: any[];
|
|
340
343
|
};
|
|
341
344
|
};
|
|
@@ -455,11 +458,6 @@ declare const _default: {
|
|
|
455
458
|
};
|
|
456
459
|
'Extendable.FormItemInput': {
|
|
457
460
|
properties: {
|
|
458
|
-
maxlength: {
|
|
459
|
-
turnOn({ node }: {
|
|
460
|
-
node: any;
|
|
461
|
-
}): boolean;
|
|
462
|
-
};
|
|
463
461
|
rows: {
|
|
464
462
|
turnOn({ node }: {
|
|
465
463
|
node: any;
|
|
@@ -568,10 +566,9 @@ declare const _default: {
|
|
|
568
566
|
inputType: {
|
|
569
567
|
type: string;
|
|
570
568
|
on: {
|
|
571
|
-
'on-change': ({ node, model
|
|
569
|
+
'on-change': ({ node, model }: {
|
|
572
570
|
node: any;
|
|
573
571
|
model: any;
|
|
574
|
-
service: any;
|
|
575
572
|
}, val: any) => void;
|
|
576
573
|
};
|
|
577
574
|
};
|
|
@@ -592,10 +589,8 @@ declare const _default: {
|
|
|
592
589
|
}): boolean;
|
|
593
590
|
};
|
|
594
591
|
pattern: {
|
|
595
|
-
turnOn({ model
|
|
592
|
+
turnOn({ model }: {
|
|
596
593
|
model: any;
|
|
597
|
-
node: any;
|
|
598
|
-
service: any;
|
|
599
594
|
}): boolean;
|
|
600
595
|
};
|
|
601
596
|
method: {
|
|
@@ -6,13 +6,20 @@ declare const _default: {
|
|
|
6
6
|
model: any;
|
|
7
7
|
}): boolean;
|
|
8
8
|
};
|
|
9
|
+
dataCapacityType: {
|
|
10
|
+
turnOn({ model }: {
|
|
11
|
+
model: any;
|
|
12
|
+
}): boolean;
|
|
13
|
+
};
|
|
9
14
|
sortType: {
|
|
10
15
|
turnOn({ model }: {
|
|
11
16
|
model: any;
|
|
12
17
|
}): boolean;
|
|
13
18
|
};
|
|
14
19
|
sortMethod: {
|
|
15
|
-
turnOn(
|
|
20
|
+
turnOn({ model }: {
|
|
21
|
+
model: any;
|
|
22
|
+
}): boolean;
|
|
16
23
|
};
|
|
17
24
|
tree: {
|
|
18
25
|
turnOn({ model, node }: {
|
|
@@ -20,6 +27,11 @@ declare const _default: {
|
|
|
20
27
|
node: any;
|
|
21
28
|
}): boolean;
|
|
22
29
|
};
|
|
30
|
+
renderExpand: {
|
|
31
|
+
turnOn({ model }: {
|
|
32
|
+
model: any;
|
|
33
|
+
}): boolean;
|
|
34
|
+
};
|
|
23
35
|
};
|
|
24
36
|
changeAttrs({ node, oldNode, service }: {
|
|
25
37
|
node: any;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
movein: boolean;
|
|
33
33
|
moveout: boolean;
|
|
34
34
|
};
|
|
35
|
-
style: string;
|
|
36
35
|
children: {
|
|
37
36
|
type: string;
|
|
38
37
|
designer: {
|
|
@@ -68,7 +67,6 @@ declare const _default: {
|
|
|
68
67
|
movein: boolean;
|
|
69
68
|
moveout: boolean;
|
|
70
69
|
};
|
|
71
|
-
style: string;
|
|
72
70
|
children: ({
|
|
73
71
|
type: string;
|
|
74
72
|
designer: {
|
|
@@ -111,13 +109,10 @@ declare const _default: {
|
|
|
111
109
|
designer: {
|
|
112
110
|
movein: boolean;
|
|
113
111
|
};
|
|
114
|
-
style: string;
|
|
115
112
|
};
|
|
116
113
|
};
|
|
117
114
|
IvContainer: {
|
|
118
|
-
json: {
|
|
119
|
-
style: string;
|
|
120
|
-
};
|
|
115
|
+
json: {};
|
|
121
116
|
};
|
|
122
117
|
Tabs: {
|
|
123
118
|
copying({ node }: {
|
|
@@ -135,7 +130,6 @@ declare const _default: {
|
|
|
135
130
|
}[];
|
|
136
131
|
};
|
|
137
132
|
json(): {
|
|
138
|
-
style: string;
|
|
139
133
|
designer: {
|
|
140
134
|
moveChild: boolean;
|
|
141
135
|
movein: boolean;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
IvTinymce: {
|
|
3
|
+
properties: {
|
|
4
|
+
imagesUploadHandler: {
|
|
5
|
+
mock({ node }: {
|
|
6
|
+
node: any;
|
|
7
|
+
}): Function;
|
|
8
|
+
};
|
|
9
|
+
filePickerCallback: {
|
|
10
|
+
mock({ node }: {
|
|
11
|
+
node: any;
|
|
12
|
+
}): Function;
|
|
13
|
+
};
|
|
14
|
+
headers: {
|
|
15
|
+
default: {
|
|
16
|
+
Authorization: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
json: {
|
|
21
|
+
designer: {
|
|
22
|
+
movein: boolean;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|