@fly-vue/lcdp-iview 1.7.5 → 1.7.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. package/@types/module/action-nodes/impl/index.d.ts +1 -3
  2. package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts +3 -3
  3. package/@types/module/components/components/IvTableGrid/index.vue.d.ts +4 -1
  4. package/@types/module/components/components/iam/lib/modal.d.ts +1 -1
  5. package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +6 -3
  6. package/@types/module/components/components/iam/mixins/build-query-methods.d.ts +6 -19
  7. package/@types/module/components/for-designer/index.d.ts +2 -2
  8. package/@types/module/components/for-renderer/data-exporter/csv.d.ts +1 -0
  9. package/@types/module/components/for-renderer/data-exporter/export-csv.d.ts +1 -0
  10. package/@types/module/components/for-renderer/data-exporter/index.vue.d.ts +62 -0
  11. package/@types/module/components/for-renderer/data-exporter/types.d.ts +9 -0
  12. package/@types/module/components/for-renderer/event-container/context.d.ts +48 -0
  13. package/@types/module/components/for-renderer/event-container/form-context.d.ts +9 -0
  14. package/@types/module/components/for-renderer/event-container/index.d.ts +3 -0
  15. package/@types/module/components/for-renderer/event-container/use-channel.d.ts +4 -0
  16. package/@types/module/components/for-renderer/event-container/use-form.d.ts +10 -0
  17. package/@types/module/components/for-renderer/excel-importer/failed-list.vue.d.ts +33 -0
  18. package/@types/module/components/for-renderer/excel-importer/index.vue.d.ts +166 -0
  19. package/@types/module/components/for-renderer/excel-importer/successful-list.vue.d.ts +22 -0
  20. package/@types/module/components/for-renderer/excel-importer/test-data.d.ts +15 -0
  21. package/@types/module/components/for-renderer/excel-importer/to-import-list.vue.d.ts +29 -0
  22. package/@types/module/components/for-renderer/excel-importer/types.d.ts +17 -0
  23. package/@types/module/components/for-renderer/excel-importer/use-check-all.d.ts +4 -0
  24. package/@types/module/components/for-renderer/excel-importer/use-pager.d.ts +6 -0
  25. package/@types/module/components/for-renderer/excel-importer/use-records-handler.d.ts +34 -0
  26. package/@types/module/components/for-renderer/excel-importer/use-urls.d.ts +5 -0
  27. package/@types/module/components/for-renderer/index.d.ts +7 -1
  28. package/@types/module/components/for-renderer/layout/iv-header-collapse.vue.d.ts +12 -0
  29. package/@types/module/components/for-renderer/layout/iv-trigger-container.vue.d.ts +18 -0
  30. package/@types/module/components/index.d.ts +125 -92
  31. package/@types/module/components/utils.d.ts +8 -0
  32. package/@types/module/index.d.ts +2 -1
  33. package/@types/module/plugins/sub-system-plugin.d.ts +3 -0
  34. package/@types/module/schema-extend/components/actions.d.ts +1 -21
  35. package/@types/module/schema-extend/components/excel-importer.d.ts +16 -0
  36. package/@types/module/schema-extend/components/form.d.ts +7 -12
  37. package/@types/module/schema-extend/components/iv-table.d.ts +13 -1
  38. package/@types/module/schema-extend/components/layout.d.ts +1 -7
  39. package/@types/module/schema-extend/components/lcdp-event-receiver.d.ts +17 -0
  40. package/@types/module/schema-extend/components/others.d.ts +7 -0
  41. package/@types/module/schema-extend/components/table.d.ts +5 -0
  42. package/@types/module/schema-extend/components/tinymce.d.ts +27 -0
  43. package/@types/module/schema-extend/components/tree.d.ts +3 -0
  44. package/@types/module/schema-extend/components/upload.d.ts +5 -0
  45. package/@types/module/validate-processor.d.ts +1 -1
  46. package/bingo-builder-manifest.json +15 -13
  47. package/index.js +4 -4
  48. package/modules/fly_vue_lcdp_iview/assets/css/app.css +2 -2
  49. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.c8863f62.css +1 -0
  50. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component-ice.a6489154.css +1 -0
  51. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.4fba6e5a.css +1 -0
  52. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-renderer-components.2d6051ce.css +1 -0
  53. package/modules/fly_vue_lcdp_iview/assets/css/vendors~lcdp-iview-component-ice.0609a048.css +1 -0
  54. package/modules/fly_vue_lcdp_iview/chunk-732b533d.71fdd8a16be619fb2828.js +1 -0
  55. package/modules/fly_vue_lcdp_iview/dll.js +8 -12
  56. package/modules/fly_vue_lcdp_iview/lcdp-designer-components.71fdd8a16be619fb2828.js +1 -0
  57. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.71fdd8a16be619fb2828.js +1 -0
  58. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.71fdd8a16be619fb2828.js +1 -0
  59. package/modules/fly_vue_lcdp_iview/lcdp-iview-component-ice.71fdd8a16be619fb2828.js +1 -0
  60. package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.e6ed3307f2094e1adbff.js → lcdp-iview-component-region.71fdd8a16be619fb2828.js} +2 -2
  61. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.71fdd8a16be619fb2828.js +1 -0
  62. package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.71fdd8a16be619fb2828.js +1 -0
  63. package/modules/fly_vue_lcdp_iview/vendors~lcdp-iview-component-ice.71fdd8a16be619fb2828.js +1 -0
  64. package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.71fdd8a16be619fb2828.js +7 -0
  65. package/package.json +16 -15
  66. package/@types/module/action-nodes/impl/call-component-method.d.ts +0 -9
  67. package/@types/module/action-nodes/impl/condition.d.ts +0 -9
  68. package/@types/module/action-nodes/impl/d-component-emit.d.ts +0 -9
  69. package/@types/module/action-nodes/impl/data-source-data-reload.d.ts +0 -9
  70. package/@types/module/action-nodes/impl/foreach.d.ts +0 -6
  71. package/@types/module/action-nodes/impl/form.d.ts +0 -8
  72. package/@types/module/action-nodes/impl/http.d.ts +0 -6
  73. package/@types/module/action-nodes/impl/open-url.d.ts +0 -6
  74. package/@types/module/action-nodes/impl/output.d.ts +0 -6
  75. package/@types/module/action-nodes/impl/script.d.ts +0 -6
  76. package/@types/module/action-nodes/impl/set-page-variable.d.ts +0 -6
  77. package/@types/module/action-nodes/service-type-transport.d.ts +0 -7
  78. package/@types/module/components/for-designer/LcdpInlineRenderer.vue.d.ts +0 -2
  79. package/@types/module/components/for-designer/SlotContainer.vue.d.ts +0 -4
  80. package/@types/module/components/for-renderer/inline-renderer/index.vue.d.ts +0 -70
  81. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-designer-components.9ef3fc1b.css +0 -1
  82. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.5b64e92e.css +0 -1
  83. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.28c2f15b.css +0 -1
  84. package/modules/fly_vue_lcdp_iview/chunk-732b533d.e6ed3307f2094e1adbff.js +0 -1
  85. package/modules/fly_vue_lcdp_iview/lcdp-designer-components.e6ed3307f2094e1adbff.js +0 -1
  86. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.e6ed3307f2094e1adbff.js +0 -1
  87. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.e6ed3307f2094e1adbff.js +0 -1
  88. 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
- DesignSlotContainer: () => Promise<typeof import("./for-designer/SlotContainer.vue")>;
4
- DesignLcdpInlineRenderer: () => Promise<typeof import("./for-designer/LcdpInlineRenderer.vue")>;
5
- LcdpInlineRenderer: () => Promise<typeof import("./for-renderer/inline-renderer/index.vue")>;
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<any>;
51
- IvFormTimePicker: () => Promise<any>;
52
- IvFormSwitch: () => Promise<any>;
53
- IvFormSelect: () => Promise<any>;
54
- IvFormRate: () => Promise<any>;
55
- IvFormRadio: () => Promise<any>;
56
- IvFormInputNumber: () => Promise<any>;
57
- IvFormDatePicker: () => Promise<any>;
58
- IvFormCheckbox: () => Promise<any>;
59
- IvFormAutoComplete: () => Promise<any>;
60
- IvFormInput: () => Promise<any>;
61
- IvModal: any;
62
- IvAlert: () => Promise<any>;
63
- IvAnchor: () => Promise<any>;
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<any>;
66
- IvAvatarList: () => Promise<any>;
67
- IvBadge: () => Promise<any>;
68
- IvBreadcrumb: () => Promise<any>;
69
- IvButton: () => Promise<any>;
70
- IvCell: () => Promise<any>;
71
- IvCheckbox: () => Promise<any>;
72
- IvCheckboxSingle: () => Promise<any>;
73
- IvCollapsePanel: () => Promise<any>;
74
- IvColorPicker: () => Promise<any>;
75
- IvCountDown: () => Promise<any>;
76
- IvDescription: () => Promise<any>;
77
- IvDivider: () => Promise<any>;
78
- IvDropdown: () => Promise<any>;
79
- IvDropdownItem: () => Promise<any>;
80
- IvEllipsis: () => Promise<any>;
81
- IvGlobalFooter: () => Promise<any>;
82
- IvListItem: () => Promise<any>;
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<any>;
85
- IvRadioSingle: () => Promise<any>;
86
- IvSelect: () => Promise<any>;
87
- IvSpin: () => Promise<any>;
88
- IvStep: () => Promise<any>;
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<any>;
91
- IvTable: () => Promise<any>;
92
- IvTag: () => Promise<any>;
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<any>;
95
- IvTimelineItem: () => Promise<any>;
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<any>;
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<any>;
102
- IvCarouselItem: () => Promise<any>;
103
- IvCalendar: () => Promise<any>;
104
- IvPoptip: () => Promise<any>;
105
- IvRadioGroup: () => Promise<any>;
106
- IvCheckboxGroup: () => Promise<any>;
107
- IvBackTop: () => Promise<any>;
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
- Card: () => Promise<any>;
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<any>;
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, position: any) => void;
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<any>;
536
- IvEntityFormItem: () => Promise<any>;
537
- IvEntityList: () => Promise<any>;
538
- IvEntityListItem: () => Promise<any>;
539
- IvSplit: () => Promise<typeof import("*.vue")>;
540
- IvContainer: () => Promise<any>;
541
- IvDiv: () => Promise<any>;
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<any>;
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<any>;
551
- IvLiList: () => Promise<any>;
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<any>;
586
+ IvEmpty: () => Promise<typeof import("./components/base/IvEmpty/index.js")>;
554
587
  IvLayoutContainer: () => Promise<typeof import("*.vue")>;
555
- IvLayout: () => Promise<any>;
556
- IvHeader: () => Promise<any>;
557
- IvSider: () => Promise<any>;
558
- IvContent: () => Promise<any>;
559
- IvFooter: () => Promise<any>;
560
- IvGrid: () => Promise<any>;
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";
@@ -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 './action-nodes/service-type-transport';
11
+ export { registerServiceTypeTransport } from '@fly-vue/lcdp-schema';
12
+ export * from './components/for-renderer/event-container';
@@ -0,0 +1,3 @@
1
+ /** 支持定义插件,例如扩展全局函数等 */
2
+ import { LcdpRendererPlugin } from '@fly-vue/lcdp-engine';
3
+ export declare const subSystemPlugin: LcdpRendererPlugin;
@@ -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;
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ LcdpDataImporter: {
3
+ properties: {
4
+ entityName: {
5
+ mock(): string;
6
+ };
7
+ excelTemplateUrl: {
8
+ mock(): string;
9
+ };
10
+ importUrl: {
11
+ mock(): string;
12
+ };
13
+ };
14
+ };
15
+ };
16
+ 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: Function;
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: string;
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, service }: {
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, node, service }: {
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(param: any): boolean;
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,17 @@
1
+ declare const _default: {
2
+ LcdpEventReceiver: {
3
+ properties: {
4
+ events: {
5
+ mock: () => any[];
6
+ };
7
+ };
8
+ };
9
+ LcdpFormEventReceiver: {
10
+ properties: {
11
+ events: {
12
+ mock: () => any[];
13
+ };
14
+ };
15
+ };
16
+ };
17
+ export default _default;
@@ -316,5 +316,12 @@ declare const _default: {
316
316
  };
317
317
  };
318
318
  };
319
+ IvTinymce: {
320
+ json: {
321
+ designer: {
322
+ movein: boolean;
323
+ };
324
+ };
325
+ };
319
326
  };
320
327
  export default _default;
@@ -26,6 +26,11 @@ declare const _default: {
26
26
  model: any;
27
27
  }): boolean;
28
28
  };
29
+ renderExpand: {
30
+ turnOn({ model }: {
31
+ model: any;
32
+ }): boolean;
33
+ };
29
34
  };
30
35
  };
31
36
  TableColumn: {
@@ -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;
@@ -37,6 +37,9 @@ declare const _default: {
37
37
  node: any;
38
38
  }): boolean;
39
39
  };
40
+ loadData: {
41
+ mock: Function;
42
+ };
40
43
  };
41
44
  json: {
42
45
  designer: {
@@ -4,6 +4,11 @@ declare const _default: {
4
4
  disabled: {
5
5
  mock(): boolean;
6
6
  };
7
+ value: {
8
+ mock({ node }: {
9
+ node: any;
10
+ }): any[];
11
+ };
7
12
  beforeUpload: {
8
13
  mock(): any;
9
14
  };
@@ -3,4 +3,4 @@
3
3
  * @param { Array } rules: 设计器验证规则
4
4
  * @return { Array }: 转化后 iview 验证规则
5
5
  */
6
- export declare function validateProcessor(rules: Array<any>): any[];
6
+ export declare function validateProcessor(rules?: Array<any>): any[];