@fly-vue/lcdp-iview 1.8.4-2 → 1.8.4-3

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.
Files changed (160) hide show
  1. package/@types/module/action-nodes/impl/back.d.ts +6 -6
  2. package/@types/module/action-nodes/impl/clipboard.d.ts +6 -6
  3. package/@types/module/action-nodes/impl/confirm.d.ts +6 -6
  4. package/@types/module/action-nodes/impl/end.d.ts +4 -4
  5. package/@types/module/action-nodes/impl/http-download.d.ts +6 -6
  6. package/@types/module/action-nodes/impl/iam-member-select.d.ts +6 -6
  7. package/@types/module/action-nodes/impl/iam-org-select.d.ts +6 -6
  8. package/@types/module/action-nodes/impl/index.d.ts +2 -2
  9. package/@types/module/action-nodes/impl/message.d.ts +6 -6
  10. package/@types/module/action-nodes/impl/notice.d.ts +6 -6
  11. package/@types/module/action-nodes/impl/open-in-dialog.d.ts +10 -10
  12. package/@types/module/action-nodes/impl/open-in-drawer.d.ts +16 -16
  13. package/@types/module/action-nodes/impl/open-picker.d.ts +10 -10
  14. package/@types/module/action-nodes/impl/read-file.d.ts +6 -6
  15. package/@types/module/action-nodes/impl/start.d.ts +4 -4
  16. package/@types/module/action-nodes/impl/table-grid.d.ts +8 -8
  17. package/@types/module/action-nodes/impl/wizard.d.ts +8 -8
  18. package/@types/module/action-nodes/index.d.ts +6 -6
  19. package/@types/module/components/attribute/TableColAttrEditMockData.vue.d.ts +39 -39
  20. package/@types/module/components/attribute/base-attr-components.d.ts +48 -48
  21. package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts +66 -66
  22. package/@types/module/components/attribute/prop-value-editor/array-editor/create-edit-dialog.d.ts +10 -10
  23. package/@types/module/components/attribute/prop-value-editor/array-editor/index.vue.d.ts +114 -114
  24. package/@types/module/components/attribute/prop-value-editor/array-editor/use-array-updater.d.ts +10 -10
  25. package/@types/module/components/attribute/prop-value-editor/base-props.d.ts +28 -28
  26. package/@types/module/components/attribute/prop-value-editor/common/use-input-type.d.ts +8 -8
  27. package/@types/module/components/attribute/prop-value-editor/designer-props.d.ts +17 -17
  28. package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/create-selectdsfields-dialog.d.ts +7 -7
  29. package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/fields-editor.vue.d.ts +61 -61
  30. package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/index.vue.d.ts +56 -56
  31. package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/select-ds-fields.vue.d.ts +24 -24
  32. package/@types/module/components/attribute/prop-value-editor/filters-editor/common-props.d.ts +19 -19
  33. package/@types/module/components/attribute/prop-value-editor/filters-editor/filter.vue.d.ts +97 -97
  34. package/@types/module/components/attribute/prop-value-editor/filters-editor/filters.vue.d.ts +103 -103
  35. package/@types/module/components/attribute/prop-value-editor/filters-editor/index.vue.d.ts +63 -63
  36. package/@types/module/components/attribute/prop-value-editor/filters-editor/operators.d.ts +4 -4
  37. package/@types/module/components/attribute/prop-value-editor/filters-editor/types.d.ts +11 -11
  38. package/@types/module/components/attribute/prop-value-editor/index.d.ts +12 -12
  39. package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +67 -67
  40. package/@types/module/components/attribute/prop-value-editor/name-values-editor.vue.d.ts +58 -58
  41. package/@types/module/components/attribute/prop-value-editor/object-editor.vue.d.ts +59 -59
  42. package/@types/module/components/attribute/tableDictionary.d.ts +6 -6
  43. package/@types/module/components/components/IvTableGrid/cols.d.ts +22 -22
  44. package/@types/module/components/components/IvTableGrid/index.vue.d.ts +436 -436
  45. package/@types/module/components/components/IvTableGrid/pager-props.d.ts +19 -19
  46. package/@types/module/components/components/IvTableGrid/table-props.d.ts +103 -103
  47. package/@types/module/components/components/IvTableGrid/use-pager-events.d.ts +8 -8
  48. package/@types/module/components/components/IvTableGrid/use-table-events.d.ts +8 -8
  49. package/@types/module/components/components/IvTableGrid/utils.d.ts +1 -1
  50. package/@types/module/components/components/IvWizard/index.vue.d.ts +26 -26
  51. package/@types/module/components/components/IvWizard/step-pane.vue.d.ts +24 -24
  52. package/@types/module/components/components/base/IvIframe/index.vue.d.ts +35 -35
  53. package/@types/module/components/components/base/IvText/index.vue.d.ts +43 -43
  54. package/@types/module/components/components/iam/lib/modal.d.ts +2 -2
  55. package/@types/module/components/components/iam/lib/query-methods-builder-old.d.ts +18 -18
  56. package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +25 -25
  57. package/@types/module/components/components/iam/lib/tree.d.ts +10 -10
  58. package/@types/module/components/components/iam/mixins/build-query-methods.d.ts +60 -60
  59. package/@types/module/components/components/iview.d.ts +12 -12
  60. package/@types/module/components/components/lab-component/dynamic-input/index.vue.d.ts +40 -40
  61. package/@types/module/components/for-designer/index.d.ts +5 -5
  62. package/@types/module/components/for-renderer/data-exporter/csv.d.ts +1 -1
  63. package/@types/module/components/for-renderer/data-exporter/export-csv.d.ts +1 -1
  64. package/@types/module/components/for-renderer/data-exporter/index.vue.d.ts +62 -62
  65. package/@types/module/components/for-renderer/data-exporter/types.d.ts +9 -9
  66. package/@types/module/components/for-renderer/event-container/context.d.ts +48 -48
  67. package/@types/module/components/for-renderer/event-container/form-context.d.ts +9 -9
  68. package/@types/module/components/for-renderer/event-container/index.d.ts +3 -3
  69. package/@types/module/components/for-renderer/event-container/use-channel.d.ts +4 -4
  70. package/@types/module/components/for-renderer/event-container/use-form.d.ts +10 -10
  71. package/@types/module/components/for-renderer/excel-importer/failed-list.vue.d.ts +33 -33
  72. package/@types/module/components/for-renderer/excel-importer/index.vue.d.ts +166 -166
  73. package/@types/module/components/for-renderer/excel-importer/successful-list.vue.d.ts +22 -22
  74. package/@types/module/components/for-renderer/excel-importer/test-data.d.ts +15 -15
  75. package/@types/module/components/for-renderer/excel-importer/to-import-list.vue.d.ts +29 -29
  76. package/@types/module/components/for-renderer/excel-importer/types.d.ts +17 -17
  77. package/@types/module/components/for-renderer/excel-importer/use-check-all.d.ts +4 -4
  78. package/@types/module/components/for-renderer/excel-importer/use-pager.d.ts +6 -6
  79. package/@types/module/components/for-renderer/excel-importer/use-records-handler.d.ts +34 -34
  80. package/@types/module/components/for-renderer/excel-importer/use-urls.d.ts +5 -5
  81. package/@types/module/components/for-renderer/index.d.ts +16 -16
  82. package/@types/module/components/for-renderer/layout/iv-header-collapse.vue.d.ts +12 -12
  83. package/@types/module/components/for-renderer/layout/iv-trigger-container.vue.d.ts +35 -35
  84. package/@types/module/components/index.d.ts +252 -252
  85. package/@types/module/components/utils.d.ts +41 -41
  86. package/@types/module/index.d.ts +12 -12
  87. package/@types/module/plugins/index.d.ts +1 -1
  88. package/@types/module/plugins/use-services.d.ts +6 -6
  89. package/@types/module/schema-extend/components/IvPageLayout.d.ts +34 -34
  90. package/@types/module/schema-extend/components/actions.d.ts +13 -13
  91. package/@types/module/schema-extend/components/badge.d.ts +63 -63
  92. package/@types/module/schema-extend/components/carousel.d.ts +54 -54
  93. package/@types/module/schema-extend/components/cascader.d.ts +65 -65
  94. package/@types/module/schema-extend/components/checkbox.d.ts +53 -53
  95. package/@types/module/schema-extend/components/collapse.d.ts +38 -38
  96. package/@types/module/schema-extend/components/color-picker.d.ts +16 -16
  97. package/@types/module/schema-extend/components/data-picker.d.ts +139 -139
  98. package/@types/module/schema-extend/components/description-list.d.ts +39 -39
  99. package/@types/module/schema-extend/components/divider.d.ts +22 -22
  100. package/@types/module/schema-extend/components/drawer.d.ts +55 -55
  101. package/@types/module/schema-extend/components/ellipsis.d.ts +47 -47
  102. package/@types/module/schema-extend/components/excel-importer.d.ts +16 -16
  103. package/@types/module/schema-extend/components/footer.d.ts +37 -37
  104. package/@types/module/schema-extend/components/form.d.ts +658 -658
  105. package/@types/module/schema-extend/components/globalfooter.d.ts +23 -23
  106. package/@types/module/schema-extend/components/grid.d.ts +44 -44
  107. package/@types/module/schema-extend/components/iam-org-tree.d.ts +10 -10
  108. package/@types/module/schema-extend/components/image.d.ts +22 -22
  109. package/@types/module/schema-extend/components/imagePreview.d.ts +50 -50
  110. package/@types/module/schema-extend/components/input.d.ts +10 -10
  111. package/@types/module/schema-extend/components/iv-header.d.ts +24 -24
  112. package/@types/module/schema-extend/components/iv-table.d.ts +303 -303
  113. package/@types/module/schema-extend/components/iv-text.d.ts +12 -12
  114. package/@types/module/schema-extend/components/ivlink.d.ts +27 -27
  115. package/@types/module/schema-extend/components/layout.d.ts +137 -137
  116. package/@types/module/schema-extend/components/lcdp-event-receiver.d.ts +17 -17
  117. package/@types/module/schema-extend/components/li-list.d.ts +33 -33
  118. package/@types/module/schema-extend/components/list.d.ts +81 -81
  119. package/@types/module/schema-extend/components/modal.d.ts +55 -55
  120. package/@types/module/schema-extend/components/numberInfo.d.ts +10 -10
  121. package/@types/module/schema-extend/components/others.d.ts +338 -338
  122. package/@types/module/schema-extend/components/page.d.ts +60 -60
  123. package/@types/module/schema-extend/components/poptip.d.ts +22 -22
  124. package/@types/module/schema-extend/components/radio.d.ts +82 -82
  125. package/@types/module/schema-extend/components/region.d.ts +18 -18
  126. package/@types/module/schema-extend/components/result.d.ts +10 -10
  127. package/@types/module/schema-extend/components/scroll.d.ts +30 -30
  128. package/@types/module/schema-extend/components/scrollspy.d.ts +58 -58
  129. package/@types/module/schema-extend/components/steps.d.ts +38 -38
  130. package/@types/module/schema-extend/components/table.d.ts +153 -153
  131. package/@types/module/schema-extend/components/tag-select.d.ts +43 -43
  132. package/@types/module/schema-extend/components/tag.d.ts +18 -18
  133. package/@types/module/schema-extend/components/timeline.d.ts +39 -39
  134. package/@types/module/schema-extend/components/tinymce.d.ts +27 -27
  135. package/@types/module/schema-extend/components/title.d.ts +18 -18
  136. package/@types/module/schema-extend/components/tooltips.d.ts +10 -10
  137. package/@types/module/schema-extend/components/transfer.d.ts +65 -65
  138. package/@types/module/schema-extend/components/tree.d.ts +53 -53
  139. package/@types/module/schema-extend/components/upload.d.ts +43 -43
  140. package/@types/module/schema-extend/components/wizard.d.ts +62 -62
  141. package/@types/module/schema-extend/index.d.ts +1 -1
  142. package/@types/module/schema-extend/iview-schema.d.ts +2 -2
  143. package/@types/module/schema-extend/utils.d.ts +45 -45
  144. package/@types/module/validate-processor.d.ts +6 -6
  145. package/bingo-builder-manifest.json +3 -3
  146. package/index.js +1 -1
  147. package/modules/fly_vue_lcdp_iview/{chunk-732b533d.4a79b87023e4c6be276d.js → chunk-732b533d.d0a144d1ab28575f4614.js} +1 -1
  148. package/modules/fly_vue_lcdp_iview/dll.js +3 -3
  149. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.d0a144d1ab28575f4614.js +1 -0
  150. package/modules/fly_vue_lcdp_iview/{lcdp-renderer-components.4a79b87023e4c6be276d.js → lcdp-renderer-components.d0a144d1ab28575f4614.js} +1 -1
  151. package/package.json +1 -1
  152. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.4a79b87023e4c6be276d.js +0 -1
  153. /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.4a79b87023e4c6be276d.js → lcdp-designer-components.d0a144d1ab28575f4614.js} +0 -0
  154. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-attrcomponent.4a79b87023e4c6be276d.js → lcdp-iview-attrcomponent.d0a144d1ab28575f4614.js} +0 -0
  155. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-basecomponent.4a79b87023e4c6be276d.js → lcdp-iview-basecomponent.d0a144d1ab28575f4614.js} +0 -0
  156. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-ice.4a79b87023e4c6be276d.js → lcdp-iview-component-ice.d0a144d1ab28575f4614.js} +0 -0
  157. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.4a79b87023e4c6be276d.js → lcdp-iview-component-region.d0a144d1ab28575f4614.js} +0 -0
  158. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.4a79b87023e4c6be276d.js → vendors~lcdp-iview-component-ice.d0a144d1ab28575f4614.js} +0 -0
  159. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component.4a79b87023e4c6be276d.js → vendors~lcdp-iview-component.d0a144d1ab28575f4614.js} +0 -0
  160. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-renderer-components.4a79b87023e4c6be276d.js → vendors~lcdp-renderer-components.d0a144d1ab28575f4614.js} +0 -0
@@ -1,6 +1,6 @@
1
- import { ActionContext } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => Promise<void>;
5
- };
6
- export default _default;
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<void>;
5
+ };
6
+ export default _default;
@@ -1,6 +1,6 @@
1
- import { ActionContext } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => void;
5
- };
6
- export default _default;
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => void;
5
+ };
6
+ export default _default;
@@ -1,6 +1,6 @@
1
- import { ActionContext } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => Promise<unknown>;
5
- };
6
- export default _default;
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<unknown>;
5
+ };
6
+ export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: {
2
- id: string;
3
- };
4
- export default _default;
1
+ declare const _default: {
2
+ id: string;
3
+ };
4
+ export default _default;
@@ -1,6 +1,6 @@
1
- import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => Promise<ActionResult>;
5
- };
6
- export default _default;
1
+ import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
5
+ };
6
+ export default _default;
@@ -1,6 +1,6 @@
1
- import { ActionContext } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => Promise<unknown>;
5
- };
6
- export default _default;
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<unknown>;
5
+ };
6
+ export default _default;
@@ -1,6 +1,6 @@
1
- import { ActionContext } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => Promise<unknown>;
5
- };
6
- export default _default;
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<unknown>;
5
+ };
6
+ export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: any[];
2
- export default _default;
1
+ declare const _default: any[];
2
+ export default _default;
@@ -1,6 +1,6 @@
1
- import { ActionContext } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => void;
5
- };
6
- export default _default;
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => void;
5
+ };
6
+ export default _default;
@@ -1,6 +1,6 @@
1
- import { ActionContext } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => void;
5
- };
6
- export default _default;
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => void;
5
+ };
6
+ export default _default;
@@ -1,10 +1,10 @@
1
- import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => Promise<ActionResult>;
5
- };
6
- export default _default;
7
- export declare const closeDialog: {
8
- id: string;
9
- func: (actionContext: ActionContext) => Promise<ActionResult>;
10
- };
1
+ import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
5
+ };
6
+ export default _default;
7
+ export declare const closeDialog: {
8
+ id: string;
9
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
10
+ };
@@ -1,16 +1,16 @@
1
- import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => Promise<ActionResult>;
5
- };
6
- /**
7
- * 抽屉打开页面
8
- */
9
- export default _default;
10
- /**
11
- * 关闭抽屉
12
- */
13
- export declare const closeDrawer: {
14
- id: string;
15
- func: (actionContext: ActionContext) => Promise<ActionResult>;
16
- };
1
+ import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
5
+ };
6
+ /**
7
+ * 抽屉打开页面
8
+ */
9
+ export default _default;
10
+ /**
11
+ * 关闭抽屉
12
+ */
13
+ export declare const closeDrawer: {
14
+ id: string;
15
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
16
+ };
@@ -1,10 +1,10 @@
1
- import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => Promise<ActionResult>;
5
- };
6
- export default _default;
7
- export declare const closePicker: {
8
- id: string;
9
- func: (actionContext: ActionContext) => Promise<ActionResult>;
10
- };
1
+ import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
5
+ };
6
+ export default _default;
7
+ export declare const closePicker: {
8
+ id: string;
9
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
10
+ };
@@ -1,6 +1,6 @@
1
- import { ActionContext } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => Promise<unknown>;
5
- };
6
- export default _default;
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<unknown>;
5
+ };
6
+ export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: {
2
- id: string;
3
- };
4
- export default _default;
1
+ declare const _default: {
2
+ id: string;
3
+ };
4
+ export default _default;
@@ -1,8 +1,8 @@
1
- import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
- /**
3
- * 表格选中项
4
- */
5
- export declare const tableSelect: {
6
- id: string;
7
- func: (actionContext: ActionContext) => Promise<ActionResult>;
8
- };
1
+ import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
+ /**
3
+ * 表格选中项
4
+ */
5
+ export declare const tableSelect: {
6
+ id: string;
7
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
8
+ };
@@ -1,8 +1,8 @@
1
- import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
- /**
3
- * 向导上下步
4
- */
5
- export declare const wizardChangeStep: {
6
- id: string;
7
- func: (actionContext: ActionContext) => Promise<ActionResult>;
8
- };
1
+ import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
+ /**
3
+ * 向导上下步
4
+ */
5
+ export declare const wizardChangeStep: {
6
+ id: string;
7
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
8
+ };
@@ -1,6 +1,6 @@
1
- import { ClientNodeSchema } from 'maple-client-orchestration-runtime';
2
- /**
3
- * 注册所有前端编排运行时所需的节点
4
- * @param filter 如果指定了filter,将只注册filter返回true的节点
5
- */
6
- export declare function register(filter?: (node: ClientNodeSchema) => boolean): void;
1
+ import { ClientNodeSchema } from 'maple-client-orchestration-runtime';
2
+ /**
3
+ * 注册所有前端编排运行时所需的节点
4
+ * @param filter 如果指定了filter,将只注册filter返回true的节点
5
+ */
6
+ export declare function register(filter?: (node: ClientNodeSchema) => boolean): void;
@@ -1,39 +1,39 @@
1
- import { PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{
3
- service: {
4
- type: ObjectConstructor;
5
- default: () => {};
6
- };
7
- node: {
8
- type: ObjectConstructor;
9
- default: () => {};
10
- };
11
- columns: {
12
- type: PropType<any[]>;
13
- required: true;
14
- };
15
- }, {
16
- isShowModal: import("vue").Ref<boolean>;
17
- isShow: (col: any) => boolean;
18
- showModal: () => void;
19
- clone: <T>(value: T) => T;
20
- data: import("vue").Ref<any[]>;
21
- onOk: () => void;
22
- }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
23
- service: {
24
- type: ObjectConstructor;
25
- default: () => {};
26
- };
27
- node: {
28
- type: ObjectConstructor;
29
- default: () => {};
30
- };
31
- columns: {
32
- type: PropType<any[]>;
33
- required: true;
34
- };
35
- }>>, {
36
- service: Record<string, any>;
37
- node: Record<string, any>;
38
- }>;
39
- export default _default;
1
+ import { PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ service: {
4
+ type: ObjectConstructor;
5
+ default: () => {};
6
+ };
7
+ node: {
8
+ type: ObjectConstructor;
9
+ default: () => {};
10
+ };
11
+ columns: {
12
+ type: PropType<any[]>;
13
+ required: true;
14
+ };
15
+ }, {
16
+ isShowModal: import("vue").Ref<boolean>;
17
+ isShow: (col: any) => boolean;
18
+ showModal: () => void;
19
+ clone: <T>(value: T) => T;
20
+ data: import("vue").Ref<any[]>;
21
+ onOk: () => void;
22
+ }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
23
+ service: {
24
+ type: ObjectConstructor;
25
+ default: () => {};
26
+ };
27
+ node: {
28
+ type: ObjectConstructor;
29
+ default: () => {};
30
+ };
31
+ columns: {
32
+ type: PropType<any[]>;
33
+ required: true;
34
+ };
35
+ }>>, {
36
+ service: Record<string, any>;
37
+ node: Record<string, any>;
38
+ }>;
39
+ export default _default;
@@ -1,48 +1,48 @@
1
- declare const _default: {
2
- SingleLineText: {
3
- functional: boolean;
4
- props: string[];
5
- render(createElement: any, context: any): any;
6
- };
7
- /**
8
- * @description: 数字类型输入框
9
- */
10
- Number: {
11
- functional: boolean;
12
- props: string[];
13
- render(createElement: any, context: any): any;
14
- };
15
- /**
16
- * @description: 数字类型输入框
17
- */
18
- /**
19
- * @description: 布朗类型切换
20
- */
21
- Boolean: {
22
- functional: boolean;
23
- props: string[];
24
- render(createElement: any, context: any): any;
25
- };
26
- /**
27
- * @description: 下拉单选
28
- */
29
- SingleSelect: {
30
- functional: boolean;
31
- props: string[];
32
- render(createElement: any, context: any): any;
33
- };
34
- /**
35
- * @description: 下拉多选
36
- */
37
- MultipleSelect: {
38
- functional: boolean;
39
- props: string[];
40
- render(createElement: any, context: any): any;
41
- };
42
- TitleAttrEdit: {
43
- functional: boolean;
44
- props: string[];
45
- render(createElement: any, context: any): any;
46
- };
47
- };
48
- export default _default;
1
+ declare const _default: {
2
+ SingleLineText: {
3
+ functional: boolean;
4
+ props: string[];
5
+ render(createElement: any, context: any): any;
6
+ };
7
+ /**
8
+ * @description: 数字类型输入框
9
+ */
10
+ Number: {
11
+ functional: boolean;
12
+ props: string[];
13
+ render(createElement: any, context: any): any;
14
+ };
15
+ /**
16
+ * @description: 数字类型输入框
17
+ */
18
+ /**
19
+ * @description: 布朗类型切换
20
+ */
21
+ Boolean: {
22
+ functional: boolean;
23
+ props: string[];
24
+ render(createElement: any, context: any): any;
25
+ };
26
+ /**
27
+ * @description: 下拉单选
28
+ */
29
+ SingleSelect: {
30
+ functional: boolean;
31
+ props: string[];
32
+ render(createElement: any, context: any): any;
33
+ };
34
+ /**
35
+ * @description: 下拉多选
36
+ */
37
+ MultipleSelect: {
38
+ functional: boolean;
39
+ props: string[];
40
+ render(createElement: any, context: any): any;
41
+ };
42
+ TitleAttrEdit: {
43
+ functional: boolean;
44
+ props: string[];
45
+ render(createElement: any, context: any): any;
46
+ };
47
+ };
48
+ export default _default;
@@ -1,66 +1,66 @@
1
- import { PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{
3
- value: {
4
- type: (BooleanConstructor | StringConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
5
- };
6
- showBindInput: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- showBindBtn: {
11
- type: BooleanConstructor;
12
- default: boolean;
13
- };
14
- clearable: {
15
- type: BooleanConstructor;
16
- default: boolean;
17
- };
18
- /**
19
- * showVarBindModal参数扩展 例如附加变量等
20
- * @param params
21
- * @returns void
22
- */
23
- beforeShowVarBindModal: {
24
- type: PropType<(params: any) => void>;
25
- };
26
- service: {
27
- type: PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
28
- };
29
- }, {
30
- slots: import("vue/types/v3-setup-context").Slots;
31
- innerValue: import("vue").Ref<string | number | boolean | Record<string, any> | unknown[]>;
32
- showVarBindModal: () => void;
33
- isValueExpr(value: any): any;
34
- }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
35
- value: {
36
- type: (BooleanConstructor | StringConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
37
- };
38
- showBindInput: {
39
- type: BooleanConstructor;
40
- default: boolean;
41
- };
42
- showBindBtn: {
43
- type: BooleanConstructor;
44
- default: boolean;
45
- };
46
- clearable: {
47
- type: BooleanConstructor;
48
- default: boolean;
49
- };
50
- /**
51
- * showVarBindModal参数扩展 例如附加变量等
52
- * @param params
53
- * @returns void
54
- */
55
- beforeShowVarBindModal: {
56
- type: PropType<(params: any) => void>;
57
- };
58
- service: {
59
- type: PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
60
- };
61
- }>>, {
62
- showBindInput: boolean;
63
- showBindBtn: boolean;
64
- clearable: boolean;
65
- }>;
66
- export default _default;
1
+ import { PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ value: {
4
+ type: (BooleanConstructor | NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
5
+ };
6
+ showBindInput: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ showBindBtn: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ clearable: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ /**
19
+ * showVarBindModal参数扩展 例如附加变量等
20
+ * @param params
21
+ * @returns void
22
+ */
23
+ beforeShowVarBindModal: {
24
+ type: PropType<(params: any) => void>;
25
+ };
26
+ service: {
27
+ type: PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
28
+ };
29
+ }, {
30
+ slots: import("vue/types/v3-setup-context").Slots;
31
+ innerValue: import("vue").Ref<string | number | boolean | Record<string, any> | unknown[]>;
32
+ showVarBindModal: () => void;
33
+ isValueExpr(value: any): any;
34
+ }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
35
+ value: {
36
+ type: (BooleanConstructor | NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
37
+ };
38
+ showBindInput: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ showBindBtn: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ clearable: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ /**
51
+ * showVarBindModal参数扩展 例如附加变量等
52
+ * @param params
53
+ * @returns void
54
+ */
55
+ beforeShowVarBindModal: {
56
+ type: PropType<(params: any) => void>;
57
+ };
58
+ service: {
59
+ type: PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
60
+ };
61
+ }>>, {
62
+ showBindInput: boolean;
63
+ showBindBtn: boolean;
64
+ clearable: boolean;
65
+ }>;
66
+ export default _default;
@@ -1,10 +1,10 @@
1
- export declare type CreateEditDialogOpts = {
2
- title: string;
3
- editModel: any;
4
- schemas: any;
5
- node: any;
6
- service: any;
7
- properties: any;
8
- onConfirm: (model: any) => void;
9
- };
10
- export declare function createEditDialog(opts: CreateEditDialogOpts): void;
1
+ export declare type CreateEditDialogOpts = {
2
+ title: string;
3
+ editModel: any;
4
+ schemas: any;
5
+ node: any;
6
+ service: any;
7
+ properties: any;
8
+ onConfirm: (model: any) => void;
9
+ };
10
+ export declare function createEditDialog(opts: CreateEditDialogOpts): void;