@fly-vue/lcdp-iview 1.7.6 → 1.7.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. package/@types/module/action-nodes/impl/index.d.ts +1 -3
  2. package/@types/module/action-nodes/impl/{open-url.d.ts → read-file.d.ts} +1 -1
  3. package/@types/module/components/components/IvTableGrid/index.vue.d.ts +5 -2
  4. package/@types/module/components/components/base/IvIframe/index.vue.d.ts +1 -1
  5. package/@types/module/components/components/iam/lib/modal.d.ts +1 -1
  6. package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +5 -3
  7. package/@types/module/components/components/iam/mixins/build-query-methods.d.ts +30 -0
  8. package/@types/module/components/for-designer/index.d.ts +1 -4
  9. package/@types/module/components/for-renderer/index.d.ts +8 -4
  10. package/@types/module/components/for-renderer/layout/iv-header-collapse.vue.d.ts +12 -0
  11. package/@types/module/components/{for-designer/event-container/channel.vue.d.ts → for-renderer/layout/iv-trigger-container.vue.d.ts} +12 -16
  12. package/@types/module/components/index.d.ts +27 -35
  13. package/@types/module/components/utils.d.ts +6 -0
  14. package/@types/module/index.d.ts +2 -2
  15. package/@types/module/schema-extend/components/IvPageLayout.d.ts +34 -0
  16. package/@types/module/schema-extend/components/actions.d.ts +1 -21
  17. package/@types/module/schema-extend/components/form.d.ts +1 -6
  18. package/@types/module/schema-extend/components/iv-header.d.ts +24 -0
  19. package/@types/module/schema-extend/components/iv-table.d.ts +30 -1
  20. package/@types/module/schema-extend/components/others.d.ts +12 -1
  21. package/@types/module/schema-extend/components/table.d.ts +5 -0
  22. package/@types/module/schema-extend/components/tree.d.ts +2 -0
  23. package/@types/module/schema-extend/components/upload.d.ts +6 -1
  24. package/@types/module/validate-processor.d.ts +1 -1
  25. package/bingo-builder-manifest.json +16 -16
  26. package/index.js +4 -4
  27. package/modules/fly_vue_lcdp_iview/assets/css/app.css +2 -2
  28. package/modules/fly_vue_lcdp_iview/assets/css/{lcdp-iview-attrcomponent.c8863f62.css → lcdp-iview-attrcomponent.ec1e349d.css} +1 -1
  29. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.0e011fec.css +1 -0
  30. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-renderer-components.64065619.css +1 -0
  31. package/modules/fly_vue_lcdp_iview/assets/css/vendors~lcdp-iview-component-ice.0609a048.css +1 -0
  32. package/modules/fly_vue_lcdp_iview/assets/img/avatar.f96d8608.svg +23 -0
  33. package/modules/fly_vue_lcdp_iview/assets/img/empty-add.a73f4d5c.svg +36 -0
  34. package/modules/fly_vue_lcdp_iview/assets/img/empty-comp.b4b13d9b.svg +39 -0
  35. package/modules/fly_vue_lcdp_iview/assets/img/empty-data.b280771f.svg +32 -0
  36. package/modules/fly_vue_lcdp_iview/assets/svg/avatar.svg +23 -0
  37. package/modules/fly_vue_lcdp_iview/assets/svg/empty-add.svg +36 -0
  38. package/modules/fly_vue_lcdp_iview/assets/svg/empty-comp.svg +39 -0
  39. package/modules/fly_vue_lcdp_iview/assets/svg/empty-data.svg +32 -0
  40. package/modules/fly_vue_lcdp_iview/assets/svg/empty.svg +40 -1
  41. package/modules/fly_vue_lcdp_iview/chunk-732b533d.1fd0a1e92a54b7b1f65f.js +1 -0
  42. package/modules/fly_vue_lcdp_iview/dll.js +8 -12
  43. package/modules/fly_vue_lcdp_iview/lcdp-designer-components.1fd0a1e92a54b7b1f65f.js +1 -0
  44. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.1fd0a1e92a54b7b1f65f.js +1 -0
  45. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.1fd0a1e92a54b7b1f65f.js +1 -0
  46. package/modules/fly_vue_lcdp_iview/lcdp-iview-component-ice.1fd0a1e92a54b7b1f65f.js +1 -0
  47. package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.084b452e18e2a435fae5.js → lcdp-iview-component-region.1fd0a1e92a54b7b1f65f.js} +1 -1
  48. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.1fd0a1e92a54b7b1f65f.js +1 -0
  49. package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.1fd0a1e92a54b7b1f65f.js +1 -0
  50. package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.1fd0a1e92a54b7b1f65f.js +7 -0
  51. package/package.json +15 -15
  52. package/@types/module/action-nodes/impl/call-component-method.d.ts +0 -9
  53. package/@types/module/action-nodes/impl/condition.d.ts +0 -9
  54. package/@types/module/action-nodes/impl/d-component-emit.d.ts +0 -9
  55. package/@types/module/action-nodes/impl/data-source-data-reload.d.ts +0 -9
  56. package/@types/module/action-nodes/impl/foreach.d.ts +0 -6
  57. package/@types/module/action-nodes/impl/form.d.ts +0 -8
  58. package/@types/module/action-nodes/impl/http.d.ts +0 -10
  59. package/@types/module/action-nodes/impl/output.d.ts +0 -6
  60. package/@types/module/action-nodes/impl/script.d.ts +0 -6
  61. package/@types/module/action-nodes/impl/set-page-variable.d.ts +0 -6
  62. package/@types/module/action-nodes/service-type-transport.d.ts +0 -12
  63. package/@types/module/components/for-designer/LcdpInlineRenderer.vue.d.ts +0 -2
  64. package/@types/module/components/for-designer/SlotContainer.vue.d.ts +0 -4
  65. package/@types/module/components/for-renderer/event-container/channel.vue.d.ts +0 -41
  66. package/@types/module/components/for-renderer/event-container/form-dispatcher.vue.d.ts +0 -24
  67. package/@types/module/components/for-renderer/event-container/form-receiver.vue.d.ts +0 -51
  68. package/@types/module/components/for-renderer/inline-renderer/index.vue.d.ts +0 -78
  69. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-designer-components.9ef3fc1b.css +0 -1
  70. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.cb2d58ef.css +0 -1
  71. package/modules/fly_vue_lcdp_iview/assets/css/vendors~lcdp-iview-component-ice.e98f8f0c.css +0 -1
  72. package/modules/fly_vue_lcdp_iview/assets/img/empty.96eaa57f.svg +0 -1
  73. package/modules/fly_vue_lcdp_iview/chunk-732b533d.084b452e18e2a435fae5.js +0 -1
  74. package/modules/fly_vue_lcdp_iview/lcdp-designer-components.084b452e18e2a435fae5.js +0 -1
  75. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.084b452e18e2a435fae5.js +0 -1
  76. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.084b452e18e2a435fae5.js +0 -1
  77. package/modules/fly_vue_lcdp_iview/lcdp-iview-component-ice.084b452e18e2a435fae5.js +0 -1
  78. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.084b452e18e2a435fae5.js +0 -1
  79. package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.084b452e18e2a435fae5.js +0 -1
  80. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.084b452e18e2a435fae5.js → vendors~lcdp-iview-component-ice.1fd0a1e92a54b7b1f65f.js} +0 -0
@@ -1,4 +1,2 @@
1
- declare const _default: {
2
- id: string;
3
- }[];
1
+ declare const _default: any[];
4
2
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { ActionContext } from 'maple-client-orchestration-runtime';
2
2
  declare const _default: {
3
3
  id: string;
4
- func: (actionContext: ActionContext) => Promise<void>;
4
+ func: (actionContext: ActionContext) => Promise<unknown>;
5
5
  };
6
6
  export default _default;
@@ -168,7 +168,7 @@ declare const _default: import("vue").DefineComponent<{
168
168
  }, {
169
169
  ivTableGridRef: import("vue").Ref<string>;
170
170
  allTableColumn: import("vue").ComputedRef<any[]>;
171
- tableColumns: import("vue").ComputedRef<any[]>;
171
+ tableColumns: import("vue").ComputedRef<any>;
172
172
  filterTableColumn: import("vue").Ref<any[]>;
173
173
  pager: TablePager;
174
174
  pagerPropsNew: import("vue").Ref<{
@@ -201,7 +201,7 @@ declare const _default: import("vue").DefineComponent<{
201
201
  deleteRow: (num: number | number[], callback: any) => any;
202
202
  getSelectData: (id: any) => any;
203
203
  gridTable: import("vue").Ref<any>;
204
- onContextmenu: (row: any, event: any, position: any) => void;
204
+ onContextmenu: (row: any, event: any) => void;
205
205
  handlePagePrev: (val: any) => void;
206
206
  handlePageNext: (val: any) => void;
207
207
  handlePageSizeChange: (val: any) => void;
@@ -213,6 +213,9 @@ declare const _default: import("vue").DefineComponent<{
213
213
  * @param {*} index: 选中行
214
214
  */
215
215
  onRowClick(selection: any, index: any): void;
216
+ exportCsv(params: any): void;
217
+ clearCurrentRow(): void;
218
+ selectAll(status: any): void;
216
219
  }, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
217
220
  pagerProps: {
218
221
  type: PropType<PagerProps>;
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
29
29
  type: StringConstructor;
30
30
  };
31
31
  }>>, {
32
- width: string;
33
32
  height: string;
33
+ width: string;
34
34
  }>;
35
35
  export default _default;
@@ -1,2 +1,2 @@
1
1
  export declare function modalHeight(bias: any, width: any): number;
2
- export declare function modalWidth(): 90 | 70 | 80 | 60;
2
+ export declare function modalWidth(): 80 | 60 | 70 | 90;
@@ -1,12 +1,14 @@
1
- declare function build(userApiUrl: any, orgApiUrl: any, userSelectOptions?: any, orgSelectOptions?: any, globalQueryOptions?: any, globalConfig?: any): {
1
+ declare function build(userApiUrl: any, orgApiUrl: any, userSelectOptions?: any, orgSelectOptions?: any, globalQueryOptions?: any, globalConfig?: any, inboundOrgUrl?: any): {
2
2
  queryExternalOrg: () => any;
3
3
  queryRootOrg: () => any;
4
4
  queryRootOrgByUrl: (url: any) => Promise<{
5
5
  data: any;
6
6
  hasMoreData: boolean;
7
7
  }>;
8
- queryOrgByParent: (parentId: any) => any;
9
- queryOrgByKeyword: (keyword: any, orgIds: any) => Promise<unknown>;
8
+ queryOrgByParent: (parentId: any, queryOptions?: {
9
+ filters: string;
10
+ }, rebuildFilters?: boolean) => any;
11
+ queryOrgByKeyword: (keyword: any, initOrgId: any, rootOrg: any) => Promise<unknown>;
10
12
  queryOrgByIds: (orgIds: any) => any;
11
13
  queryOrgTotal: () => Promise<{
12
14
  activeCount: number;
@@ -12,6 +12,12 @@ declare const _default: {
12
12
  userUrl: {
13
13
  type: StringConstructor;
14
14
  };
15
+ /**
16
+ * 外部企业基础地址,不传会读取默认的
17
+ */
18
+ inboundOrgUrl: {
19
+ type: StringConstructor;
20
+ };
15
21
  };
16
22
  methods: {
17
23
  buildQueryMethods(globalQueryOptions?: any, globalConfig?: any): {
@@ -27,6 +33,30 @@ declare const _default: {
27
33
  getOrgParentField: () => any;
28
34
  userOptions: any;
29
35
  orgOptions: any;
36
+ } | {
37
+ queryExternalOrg: () => any;
38
+ queryRootOrg: () => any;
39
+ queryRootOrgByUrl: (url: any) => Promise<{
40
+ data: any;
41
+ hasMoreData: boolean;
42
+ }>;
43
+ queryOrgByParent: (parentId: any, queryOptions?: {
44
+ filters: string;
45
+ }, rebuildFilters?: boolean) => any;
46
+ queryOrgByKeyword: (keyword: any, initOrgId: any, rootOrg: any) => Promise<unknown>;
47
+ queryOrgByIds: (orgIds: any) => any;
48
+ queryOrgTotal: () => Promise<{
49
+ activeCount: number;
50
+ delCount: number;
51
+ }>;
52
+ queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
53
+ queryUserByIds: (userIds: any) => any;
54
+ pageQueryUserByOrg: (orgId: any, userIds: any, params: any) => Promise<unknown>;
55
+ pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
56
+ getOrgIdField: () => any;
57
+ getOrgParentField: () => any;
58
+ userOptions: any;
59
+ orgOptions: any;
30
60
  };
31
61
  validateProps(queryMethods: any): void;
32
62
  };
@@ -1,8 +1,5 @@
1
1
  /// <reference types="vue-shims" />
2
2
  declare const _default: {
3
- DesignSlotContainer: () => Promise<typeof import("./SlotContainer.vue")>;
4
- DesignLcdpInlineRenderer: () => Promise<typeof import("./LcdpInlineRenderer.vue")>;
5
- DesignLcdpChannel: () => Promise<typeof import("./event-container/channel.vue")>;
6
- DesignCommonContainer: () => Promise<typeof import("*.vue")>;
3
+ DesignPageView: () => Promise<typeof import("*.vue")>;
7
4
  };
8
5
  export default _default;
@@ -1,9 +1,13 @@
1
+ /// <reference types="vue-shims" />
1
2
  declare const _default: {
2
- LcdpInlineRenderer: () => Promise<typeof import("./inline-renderer/index.vue")>;
3
- LcdpFormEventDispatcher: () => Promise<typeof import("./event-container/form-dispatcher.vue")>;
4
- LcdpFormEventReceiver: () => Promise<typeof import("./event-container/form-receiver.vue")>;
5
- LcdpChannel: () => Promise<typeof import("./event-container/channel.vue")>;
6
3
  LcdpDataImporter: () => Promise<typeof import("./excel-importer/index.vue")>;
7
4
  LcdpDataExporter: () => Promise<typeof import("./data-exporter/index.vue")>;
5
+ IvHeaderCollapse: () => Promise<typeof import("./layout/iv-header-collapse.vue")>;
6
+ IvPageLayout: () => Promise<typeof import("*.vue")>;
7
+ IvPageView: () => Promise<typeof import("*.vue")>;
8
+ IvTriggerContainer: () => Promise<typeof import("./layout/iv-trigger-container.vue")>;
9
+ IvHeaderLeft: () => Promise<typeof import("*.vue")>;
10
+ IvHeaderCenter: () => Promise<typeof import("*.vue")>;
11
+ IvHeaderRight: () => Promise<typeof import("*.vue")>;
8
12
  };
9
13
  export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ darkMode: {
3
+ type: BooleanConstructor;
4
+ };
5
+ }, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
6
+ darkMode: {
7
+ type: BooleanConstructor;
8
+ };
9
+ }>>, {
10
+ darkMode: boolean;
11
+ }>;
12
+ export default _default;
@@ -1,30 +1,26 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
- channelId: {
3
- default: any;
2
+ tips: {
3
+ type: StringConstructor;
4
4
  };
5
- message: {
6
- default: any;
5
+ highlightPath: {
6
+ type: StringConstructor;
7
7
  };
8
- autoSend: {
8
+ darkMode: {
9
9
  type: BooleanConstructor;
10
- default: boolean;
11
10
  };
12
11
  }, {
13
- __sfc: boolean;
12
+ highlight: import("vue").Ref<boolean>;
14
13
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
15
- channelId: {
16
- default: any;
14
+ tips: {
15
+ type: StringConstructor;
17
16
  };
18
- message: {
19
- default: any;
17
+ highlightPath: {
18
+ type: StringConstructor;
20
19
  };
21
- autoSend: {
20
+ darkMode: {
22
21
  type: BooleanConstructor;
23
- default: boolean;
24
22
  };
25
23
  }>>, {
26
- channelId: any;
27
- message: any;
28
- autoSend: boolean;
24
+ darkMode: boolean;
29
25
  }>;
30
26
  export default _default;
@@ -1,15 +1,15 @@
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
- DesignLcdpChannel: () => Promise<typeof import("./for-designer/event-container/channel.vue")>;
6
- DesignCommonContainer: () => Promise<typeof import("*.vue")>;
7
- LcdpInlineRenderer: () => Promise<typeof import("./for-renderer/inline-renderer/index.vue")>;
8
- LcdpFormEventDispatcher: () => Promise<typeof import("./for-renderer/event-container/form-dispatcher.vue")>;
9
- LcdpFormEventReceiver: () => Promise<typeof import("./for-renderer/event-container/form-receiver.vue")>;
10
- LcdpChannel: () => Promise<typeof import("./for-renderer/event-container/channel.vue")>;
3
+ DesignPageView: () => Promise<typeof import("*.vue")>;
11
4
  LcdpDataImporter: () => Promise<typeof import("./for-renderer/excel-importer/index.vue")>;
12
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")>;
10
+ IvHeaderLeft: () => Promise<typeof import("*.vue")>;
11
+ IvHeaderCenter: () => Promise<typeof import("*.vue")>;
12
+ IvHeaderRight: () => Promise<typeof import("*.vue")>;
13
13
  VarInput: () => Promise<typeof import("./attribute/designer/prop-value-editor/var-input/index.vue")>;
14
14
  InputSearchTypeAttrEdit: () => Promise<typeof import("*.vue")>;
15
15
  DataDictionaryDisabledAttrEdit: () => Promise<typeof import("*.vue")>;
@@ -53,6 +53,7 @@ declare const _default: {
53
53
  MenuTreeAttrEdit: () => Promise<typeof import("*.vue")>;
54
54
  FileTypeAttrEdit: () => Promise<typeof import("*.vue")>;
55
55
  FileSizeAttrEdit: () => Promise<typeof import("*.vue")>;
56
+ TabPane: () => Promise<typeof import("*.vue")>;
56
57
  IvFromRow: () => Promise<typeof import("*.vue")>;
57
58
  IvFromCol: () => Promise<typeof import("*.vue")>;
58
59
  IvFormItem: () => Promise<typeof import("./components/iview/IvFormItem.js")>;
@@ -85,7 +86,9 @@ declare const _default: {
85
86
  type: BooleanConstructor;
86
87
  default: boolean;
87
88
  };
88
- };
89
+ }; /**
90
+ * @description: // 基础组件
91
+ */
89
92
  data(): {
90
93
  isFullScreen: any;
91
94
  };
@@ -93,19 +96,19 @@ declare const _default: {
93
96
  calcHei(): string;
94
97
  };
95
98
  mounted(): void;
96
- /**
97
- * @description: // 基础组件
98
- */
99
99
  watch: {
100
- value(newval: any): void;
100
+ value(newVal: any): void;
101
101
  fullscreen(val: any): void;
102
102
  };
103
103
  render(h: any): any;
104
104
  methods: {
105
105
  isNumber(val: any): boolean;
106
106
  handleFullScreen(e: any): void;
107
+ getFitWindow(): any;
107
108
  };
108
109
  };
110
+ DatePicker: () => Promise<typeof import("*.vue")>;
111
+ TimePicker: () => Promise<typeof import("*.vue")>;
109
112
  IvAlert: () => Promise<typeof import("./components/iview/IvAlert.js")>;
110
113
  IvAnchor: () => Promise<typeof import("./components/iview/IvAnchor.js")>;
111
114
  IvAutoComplete: () => Promise<typeof import("*.vue")>;
@@ -123,6 +126,7 @@ declare const _default: {
123
126
  IvDescription: () => Promise<typeof import("./components/iview/IvDescription.js")>;
124
127
  IvDivider: () => Promise<typeof import("./components/iview/IvDivider.js")>;
125
128
  IvDropdown: () => Promise<typeof import("./components/iview/IvDropdown.js")>;
129
+ IvDropdownFixed: () => Promise<typeof import("*.vue")>;
126
130
  IvDropdownItem: () => Promise<typeof import("./components/iview/IvDropdownItem.js")>;
127
131
  IvEllipsis: () => Promise<typeof import("./components/iview/IvEllipsis.js")>;
128
132
  IvGlobalFooter: () => Promise<typeof import("./components/iview/IvGlobalFooter.js")>;
@@ -130,7 +134,7 @@ declare const _default: {
130
134
  IvMenu: () => Promise<typeof import("*.vue")>;
131
135
  IvRadio: () => Promise<typeof import("./components/iview/IvRadio.js")>;
132
136
  IvRadioSingle: () => Promise<typeof import("./components/iview/IvRadioSingle.js")>;
133
- IvSelect: () => Promise<typeof import("./components/iview/IvSelect.js")>;
137
+ IvSelect: () => Promise<typeof import("*.vue")>;
134
138
  IvSpin: () => Promise<typeof import("./components/iview/IvSpin.js")>;
135
139
  IvStep: () => Promise<typeof import("./components/iview/IvStep.js")>;
136
140
  IvStepPane: () => Promise<typeof import("./components/IvWizard/step-pane.vue")>;
@@ -154,6 +158,10 @@ declare const _default: {
154
158
  IvCheckboxGroup: () => Promise<typeof import("./components/iview/IvCheckboxGroup.js")>;
155
159
  IvBackTop: () => Promise<typeof import("./components/iview/IvBackTop.js")>;
156
160
  Input: () => Promise<typeof import("*.vue")>;
161
+ iInput: () => Promise<typeof import("*.vue")>;
162
+ InputNumber: () => Promise<typeof import("*.vue")>;
163
+ Slider: () => Promise<typeof import("*.vue")>;
164
+ Rate: () => Promise<typeof import("*.vue")>;
157
165
  Card: () => Promise<typeof import("./components/iview/IvCard.js")>;
158
166
  Tabs: () => Promise<typeof import("*.vue")>;
159
167
  IvDrawer: () => Promise<typeof import("./components/iview/IvDrawer.js")>;
@@ -161,9 +169,6 @@ declare const _default: {
161
169
  IvSplit: () => Promise<typeof import("*.vue")>;
162
170
  IvCrud: () => Promise<typeof import("*.vue")>;
163
171
  IvTableGrid: import("vue").DefineComponent<{
164
- /**
165
- * @description: // 基础组件
166
- */
167
172
  pagerProps: {
168
173
  type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
169
174
  };
@@ -241,9 +246,6 @@ declare const _default: {
241
246
  default: boolean;
242
247
  };
243
248
  showHeader: {
244
- /**
245
- * @description: // 基础组件
246
- */
247
249
  type: BooleanConstructor;
248
250
  default: boolean;
249
251
  };
@@ -256,9 +258,6 @@ declare const _default: {
256
258
  default(): string;
257
259
  };
258
260
  context: {
259
- /**
260
- * @description: // 基础组件
261
- */
262
261
  type: ObjectConstructor;
263
262
  };
264
263
  noDataText: {
@@ -333,7 +332,7 @@ declare const _default: {
333
332
  }, {
334
333
  ivTableGridRef: import("vue").Ref<string>;
335
334
  allTableColumn: import("vue").ComputedRef<any[]>;
336
- tableColumns: import("vue").ComputedRef<any[]>;
335
+ tableColumns: import("vue").ComputedRef<any>;
337
336
  filterTableColumn: import("vue").Ref<any[]>;
338
337
  pager: import("./components/IvTableGrid/use-pager-events").TablePager;
339
338
  pagerPropsNew: import("vue").Ref<{
@@ -366,17 +365,17 @@ declare const _default: {
366
365
  deleteRow: (num: number | number[], callback: any) => any;
367
366
  getSelectData: (id: any) => any;
368
367
  gridTable: import("vue").Ref<any>;
369
- onContextmenu: (row: any, event: any, position: any) => void;
368
+ onContextmenu: (row: any, event: any) => void;
370
369
  handlePagePrev: (val: any) => void;
371
370
  handlePageNext: (val: any) => void;
372
371
  handlePageSizeChange: (val: any) => void;
373
372
  handlePageChange: (val: any) => void;
374
373
  }, {}, {}, {
375
374
  onRowClick(selection: any, index: any): void;
375
+ exportCsv(params: any): void;
376
+ clearCurrentRow(): void;
377
+ selectAll(status: any): void;
376
378
  }, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
377
- /**
378
- * @description: // 基础组件
379
- */
380
379
  pagerProps: {
381
380
  type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
382
381
  };
@@ -454,9 +453,6 @@ declare const _default: {
454
453
  default: boolean;
455
454
  };
456
455
  showHeader: {
457
- /**
458
- * @description: // 基础组件
459
- */
460
456
  type: BooleanConstructor;
461
457
  default: boolean;
462
458
  };
@@ -469,9 +465,6 @@ declare const _default: {
469
465
  default(): string;
470
466
  };
471
467
  context: {
472
- /**
473
- * @description: // 基础组件
474
- */
475
468
  type: ObjectConstructor;
476
469
  };
477
470
  noDataText: {
@@ -579,7 +572,6 @@ declare const _default: {
579
572
  DynamicInput: () => Promise<typeof import("./components/lab-component/dynamic-input/index.vue")>;
580
573
  IvScrollSpy: () => Promise<typeof import("*.vue")>;
581
574
  IvScrollSpyItem: () => Promise<typeof import("*.vue")>;
582
- IvImagePreview: () => Promise<typeof import("*.vue")>;
583
575
  IvRegion: () => Promise<typeof import("*.vue")>;
584
576
  IvEntityForm: () => Promise<typeof import("./components/entity/IvEntityForm.js")>;
585
577
  IvEntityFormItem: () => Promise<typeof import("./components/entity/IvEntityFormItem.js")>;
@@ -27,3 +27,9 @@ export declare function _styleToObj(style: any): {};
27
27
  * @description: 保留表单需要的设计器class
28
28
  */
29
29
  export declare function _keepFormClass(data: any): "" | "lcdp-editor-drag-content lcdp-editor-drag-space drawing-item-border le-designer-input";
30
+ /**
31
+ * @description: 获取setting里面的全局配置
32
+ * @param componentName 组件的名称
33
+ * @param prop 组件里面的属性
34
+ */
35
+ export declare function _getGlobalUiConfig(componentName: any, prop: any): any;
@@ -4,9 +4,9 @@ import './components/styles/index.less';
4
4
  import './styles/index.less';
5
5
  import './styles/windi.css';
6
6
  import 'windi.css';
7
- export declare const AdaptivePageModule: IWebModule;
7
+ export declare const LcdpIViewModule: 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
12
  export * from './components/for-renderer/event-container';
@@ -0,0 +1,34 @@
1
+ declare const _default: {
2
+ IvPageLayout: {
3
+ properties: {
4
+ sideTitle: {
5
+ turnOn({ node }: {
6
+ node: any;
7
+ }): boolean;
8
+ };
9
+ sideToSubHeader: {
10
+ turnOn({ node }: {
11
+ node: any;
12
+ }): boolean;
13
+ };
14
+ };
15
+ json: {
16
+ slots: {
17
+ content: {
18
+ children: {
19
+ type: string;
20
+ }[];
21
+ designer: {
22
+ move: boolean;
23
+ copy: boolean;
24
+ moveSibling: boolean;
25
+ select: boolean;
26
+ del: boolean;
27
+ dynamic: boolean;
28
+ };
29
+ };
30
+ };
31
+ };
32
+ };
33
+ };
34
+ export default _default;
@@ -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;
@@ -424,7 +424,7 @@ declare const _default: {
424
424
  mock: ({ node, service }: {
425
425
  node: any;
426
426
  service: any;
427
- }) => any;
427
+ }) => any[];
428
428
  default: any[];
429
429
  };
430
430
  keyNames: {
@@ -458,11 +458,6 @@ declare const _default: {
458
458
  };
459
459
  'Extendable.FormItemInput': {
460
460
  properties: {
461
- maxlength: {
462
- turnOn({ node }: {
463
- node: any;
464
- }): boolean;
465
- };
466
461
  rows: {
467
462
  turnOn({ node }: {
468
463
  node: any;
@@ -0,0 +1,24 @@
1
+ declare const _default: {
2
+ IvHeaderLeft: {
3
+ json(): {
4
+ designer: {
5
+ movein: boolean;
6
+ };
7
+ };
8
+ };
9
+ IvHeaderCenter: {
10
+ json(): {
11
+ designer: {
12
+ movein: boolean;
13
+ };
14
+ };
15
+ };
16
+ IvHeaderRight: {
17
+ json(): {
18
+ designer: {
19
+ movein: boolean;
20
+ };
21
+ };
22
+ };
23
+ };
24
+ export default _default;
@@ -17,7 +17,9 @@ declare const _default: {
17
17
  }): boolean;
18
18
  };
19
19
  sortMethod: {
20
- turnOn(param: any): boolean;
20
+ turnOn({ model }: {
21
+ model: any;
22
+ }): boolean;
21
23
  };
22
24
  tree: {
23
25
  turnOn({ model, node }: {
@@ -25,6 +27,11 @@ declare const _default: {
25
27
  node: any;
26
28
  }): boolean;
27
29
  };
30
+ renderExpand: {
31
+ turnOn({ model }: {
32
+ model: any;
33
+ }): boolean;
34
+ };
28
35
  };
29
36
  changeAttrs({ node, oldNode, service }: {
30
37
  node: any;
@@ -244,5 +251,27 @@ declare const _default: {
244
251
  };
245
252
  };
246
253
  };
254
+ IvTableGridColChildrenOption: {
255
+ properties: {
256
+ dataTimeType: {
257
+ turnOn({ model }: {
258
+ model: any;
259
+ }): boolean;
260
+ };
261
+ sortType: {
262
+ turnOn({ model }: {
263
+ model: any;
264
+ }): boolean;
265
+ };
266
+ sortMethod: {
267
+ turnOn(param: any): boolean;
268
+ };
269
+ renderExpand: {
270
+ turnOn({ model }: {
271
+ model: any;
272
+ }): boolean;
273
+ };
274
+ };
275
+ };
247
276
  };
248
277
  export default _default;
@@ -39,8 +39,16 @@ declare const _default: {
39
39
  node: any;
40
40
  }): boolean;
41
41
  };
42
+ visible: {
43
+ turnOn({ node }: {
44
+ node: any;
45
+ }): boolean;
46
+ };
42
47
  data: {
43
- mock: () => any[];
48
+ mock: () => {
49
+ label: string;
50
+ value: string;
51
+ }[];
44
52
  default: {
45
53
  label: string;
46
54
  value: string;
@@ -280,6 +288,9 @@ declare const _default: {
280
288
  node: any;
281
289
  }): boolean;
282
290
  };
291
+ loadData: {
292
+ mock: Function;
293
+ };
283
294
  };
284
295
  };
285
296
  IvAnchor: {
@@ -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: {
@@ -12,6 +12,7 @@ declare const _default: {
12
12
  children: ({
13
13
  title: string;
14
14
  expand: boolean;
15
+ contextmenu: boolean;
15
16
  children: ({
16
17
  title: string;
17
18
  children?: undefined;
@@ -24,6 +25,7 @@ declare const _default: {
24
25
  } | {
25
26
  title: string;
26
27
  expand: boolean;
28
+ contextmenu?: undefined;
27
29
  children?: undefined;
28
30
  })[];
29
31
  }[];
@@ -7,7 +7,12 @@ declare const _default: {
7
7
  value: {
8
8
  mock({ node }: {
9
9
  node: any;
10
- }): any[] | "";
10
+ }): any[];
11
+ };
12
+ valueToEntries: {
13
+ turnOn({ node }: {
14
+ node: any;
15
+ }): boolean;
11
16
  };
12
17
  beforeUpload: {
13
18
  mock(): any;
@@ -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[];