@fly-vue/lcdp-iview 1.7.3 → 1.7.5-1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (146) hide show
  1. package/@types/module/action-nodes/impl/back.d.ts +6 -6
  2. package/@types/module/action-nodes/impl/call-component-method.d.ts +9 -9
  3. package/@types/module/action-nodes/impl/condition.d.ts +9 -9
  4. package/@types/module/action-nodes/impl/confirm.d.ts +6 -6
  5. package/@types/module/action-nodes/impl/d-component-emit.d.ts +9 -9
  6. package/@types/module/action-nodes/impl/data-source-data-reload.d.ts +9 -6
  7. package/@types/module/action-nodes/impl/end.d.ts +4 -4
  8. package/@types/module/action-nodes/impl/foreach.d.ts +6 -6
  9. package/@types/module/action-nodes/impl/form.d.ts +8 -8
  10. package/@types/module/action-nodes/impl/http-download.d.ts +6 -6
  11. package/@types/module/action-nodes/impl/http.d.ts +6 -6
  12. package/@types/module/action-nodes/impl/iam-member-select.d.ts +6 -6
  13. package/@types/module/action-nodes/impl/iam-org-select.d.ts +6 -6
  14. package/@types/module/action-nodes/impl/index.d.ts +4 -4
  15. package/@types/module/action-nodes/impl/message.d.ts +6 -6
  16. package/@types/module/action-nodes/impl/notice.d.ts +6 -6
  17. package/@types/module/action-nodes/impl/open-in-dialog.d.ts +10 -10
  18. package/@types/module/action-nodes/impl/open-url.d.ts +6 -6
  19. package/@types/module/action-nodes/impl/output.d.ts +6 -6
  20. package/@types/module/action-nodes/impl/script.d.ts +6 -6
  21. package/@types/module/action-nodes/impl/set-page-variable.d.ts +6 -6
  22. package/@types/module/action-nodes/impl/start.d.ts +4 -4
  23. package/@types/module/action-nodes/impl/table-grid.d.ts +8 -8
  24. package/@types/module/action-nodes/impl/wizard.d.ts +8 -8
  25. package/@types/module/action-nodes/index.d.ts +6 -6
  26. package/@types/module/action-nodes/service-type-transport.d.ts +7 -0
  27. package/@types/module/components/attribute/TableColAttrEditMockData.vue.d.ts +39 -39
  28. package/@types/module/components/attribute/base-attr-components.d.ts +48 -51
  29. package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts +66 -60
  30. package/@types/module/components/attribute/prop-value-editor/array-editor/create-edit-dialog.d.ts +10 -10
  31. package/@types/module/components/attribute/prop-value-editor/array-editor/index.vue.d.ts +114 -114
  32. package/@types/module/components/attribute/prop-value-editor/array-editor/use-array-updater.d.ts +10 -10
  33. package/@types/module/components/attribute/prop-value-editor/base-props.d.ts +28 -28
  34. package/@types/module/components/attribute/prop-value-editor/common/use-input-type.d.ts +8 -8
  35. package/@types/module/components/attribute/prop-value-editor/designer-props.d.ts +17 -17
  36. package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/create-selectdsfields-dialog.d.ts +7 -7
  37. package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/fields-editor.vue.d.ts +61 -61
  38. package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/index.vue.d.ts +56 -56
  39. package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/select-ds-fields.vue.d.ts +24 -24
  40. package/@types/module/components/attribute/prop-value-editor/filters-editor/common-props.d.ts +19 -19
  41. package/@types/module/components/attribute/prop-value-editor/filters-editor/filter.vue.d.ts +97 -97
  42. package/@types/module/components/attribute/prop-value-editor/filters-editor/filters.vue.d.ts +103 -103
  43. package/@types/module/components/attribute/prop-value-editor/filters-editor/index.vue.d.ts +63 -63
  44. package/@types/module/components/attribute/prop-value-editor/filters-editor/operators.d.ts +4 -4
  45. package/@types/module/components/attribute/prop-value-editor/filters-editor/types.d.ts +11 -11
  46. package/@types/module/components/attribute/prop-value-editor/index.d.ts +12 -11
  47. package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +67 -67
  48. package/@types/module/components/attribute/prop-value-editor/name-values-editor.vue.d.ts +58 -58
  49. package/@types/module/components/attribute/prop-value-editor/object-editor.vue.d.ts +59 -59
  50. package/@types/module/components/attribute/tableDictionary.d.ts +6 -6
  51. package/@types/module/components/components/IvTableGrid/cols.d.ts +20 -20
  52. package/@types/module/components/components/IvTableGrid/index.vue.d.ts +403 -401
  53. package/@types/module/components/components/IvTableGrid/pager-props.d.ts +19 -19
  54. package/@types/module/components/components/IvTableGrid/table-props.d.ts +103 -103
  55. package/@types/module/components/components/IvTableGrid/use-pager-events.d.ts +8 -8
  56. package/@types/module/components/components/IvTableGrid/use-table-events.d.ts +9 -9
  57. package/@types/module/components/components/IvTableGrid/utils.d.ts +1 -1
  58. package/@types/module/components/components/IvWizard/index.vue.d.ts +26 -26
  59. package/@types/module/components/components/IvWizard/step-pane.vue.d.ts +24 -24
  60. package/@types/module/components/components/base/IvHtml/index.vue.d.ts +14 -14
  61. package/@types/module/components/components/base/IvIframe/index.vue.d.ts +35 -35
  62. package/@types/module/components/components/base/IvText/index.vue.d.ts +43 -43
  63. package/@types/module/components/components/iam/lib/modal.d.ts +2 -2
  64. package/@types/module/components/components/iam/lib/query-methods-builder-old.d.ts +18 -18
  65. package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +24 -23
  66. package/@types/module/components/components/iam/lib/tree.d.ts +10 -10
  67. package/@types/module/components/components/iam/mixins/build-query-methods.d.ts +53 -52
  68. package/@types/module/components/components/iview.d.ts +12 -11
  69. package/@types/module/components/components/lab-component/dynamic-input/index.vue.d.ts +40 -40
  70. package/@types/module/components/for-designer/LcdpInlineRenderer.vue.d.ts +2 -2
  71. package/@types/module/components/for-designer/SlotContainer.vue.d.ts +4 -4
  72. package/@types/module/components/for-designer/index.d.ts +5 -5
  73. package/@types/module/components/for-renderer/index.d.ts +4 -4
  74. package/@types/module/components/for-renderer/inline-renderer/index.vue.d.ts +70 -43
  75. package/@types/module/components/index.d.ts +597 -584
  76. package/@types/module/components/utils.d.ts +21 -21
  77. package/@types/module/index.d.ts +11 -10
  78. package/@types/module/plugins/index.d.ts +1 -1
  79. package/@types/module/plugins/use-services.d.ts +6 -6
  80. package/@types/module/schema-extend/components/actions.d.ts +23 -23
  81. package/@types/module/schema-extend/components/badge.d.ts +63 -63
  82. package/@types/module/schema-extend/components/carousel.d.ts +54 -54
  83. package/@types/module/schema-extend/components/cascader.d.ts +62 -56
  84. package/@types/module/schema-extend/components/checkbox.d.ts +53 -53
  85. package/@types/module/schema-extend/components/collapse.d.ts +38 -38
  86. package/@types/module/schema-extend/components/color-picker.d.ts +16 -12
  87. package/@types/module/schema-extend/components/description-list.d.ts +39 -39
  88. package/@types/module/schema-extend/components/divider.d.ts +22 -0
  89. package/@types/module/schema-extend/components/drawer.d.ts +55 -40
  90. package/@types/module/schema-extend/components/ellipsis.d.ts +47 -47
  91. package/@types/module/schema-extend/components/footer.d.ts +37 -37
  92. package/@types/module/schema-extend/components/form.d.ts +609 -527
  93. package/@types/module/schema-extend/components/globalfooter.d.ts +23 -17
  94. package/@types/module/schema-extend/components/grid.d.ts +44 -44
  95. package/@types/module/schema-extend/components/iam-org-tree.d.ts +10 -0
  96. package/@types/module/schema-extend/components/image.d.ts +22 -22
  97. package/@types/module/schema-extend/components/imagePreview.d.ts +50 -44
  98. package/@types/module/schema-extend/components/input.d.ts +10 -10
  99. package/@types/module/schema-extend/components/iv-table.d.ts +243 -244
  100. package/@types/module/schema-extend/components/iv-text.d.ts +12 -12
  101. package/@types/module/schema-extend/components/ivlink.d.ts +27 -27
  102. package/@types/module/schema-extend/components/layout.d.ts +185 -178
  103. package/@types/module/schema-extend/components/li-list.d.ts +33 -33
  104. package/@types/module/schema-extend/components/list.d.ts +81 -81
  105. package/@types/module/schema-extend/components/modal.d.ts +55 -55
  106. package/@types/module/schema-extend/components/numberInfo.d.ts +10 -10
  107. package/@types/module/schema-extend/components/others.d.ts +320 -277
  108. package/@types/module/schema-extend/components/page.d.ts +60 -60
  109. package/@types/module/schema-extend/components/poptip.d.ts +22 -22
  110. package/@types/module/schema-extend/components/radio.d.ts +82 -82
  111. package/@types/module/schema-extend/components/region.d.ts +18 -18
  112. package/@types/module/schema-extend/components/scrollspy.d.ts +58 -58
  113. package/@types/module/schema-extend/components/steps.d.ts +38 -38
  114. package/@types/module/schema-extend/components/table.d.ts +146 -146
  115. package/@types/module/schema-extend/components/tag-select.d.ts +43 -32
  116. package/@types/module/schema-extend/components/tag.d.ts +18 -18
  117. package/@types/module/schema-extend/components/timeline.d.ts +39 -39
  118. package/@types/module/schema-extend/components/title.d.ts +18 -18
  119. package/@types/module/schema-extend/components/tooltips.d.ts +10 -10
  120. package/@types/module/schema-extend/components/transfer.d.ts +65 -59
  121. package/@types/module/schema-extend/components/tree.d.ts +48 -42
  122. package/@types/module/schema-extend/components/upload.d.ts +33 -33
  123. package/@types/module/schema-extend/components/wizard.d.ts +62 -62
  124. package/@types/module/schema-extend/index.d.ts +1 -1
  125. package/@types/module/schema-extend/iview-schema.d.ts +2 -2
  126. package/@types/module/schema-extend/utils.d.ts +45 -45
  127. package/@types/module/validate-processor.d.ts +6 -6
  128. package/bingo-builder-manifest.json +17 -11
  129. package/index.js +4 -4
  130. package/modules/fly_vue_lcdp_iview/assets/css/app.css +2 -2
  131. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.5b64e92e.css +1 -0
  132. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.28c2f15b.css +1 -0
  133. package/modules/fly_vue_lcdp_iview/chunk-732b533d.0193ef2cd1f12c021194.js +1 -0
  134. package/modules/fly_vue_lcdp_iview/dll.js +10 -10
  135. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.0193ef2cd1f12c021194.js +1 -0
  136. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.0193ef2cd1f12c021194.js +1 -0
  137. package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.80f9d81a9469d8a73b41.js → lcdp-iview-component.0193ef2cd1f12c021194.js} +2 -2
  138. package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.0193ef2cd1f12c021194.js +1 -0
  139. package/package.json +14 -11
  140. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.3d277742.css +0 -1
  141. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.1e9d6064.css +0 -1
  142. package/modules/fly_vue_lcdp_iview/chunk-732b533d.80f9d81a9469d8a73b41.js +0 -1
  143. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.80f9d81a9469d8a73b41.js +0 -1
  144. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.80f9d81a9469d8a73b41.js +0 -1
  145. package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.80f9d81a9469d8a73b41.js +0 -1
  146. /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.80f9d81a9469d8a73b41.js → lcdp-designer-components.0193ef2cd1f12c021194.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,9 +1,9 @@
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;
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;
@@ -1,9 +1,9 @@
1
- import { ActionContext } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => Promise<false | {
5
- branch: number;
6
- data: {};
7
- }>;
8
- };
9
- export default _default;
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<false | {
5
+ branch: number;
6
+ data: {};
7
+ }>;
8
+ };
9
+ 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,9 +1,9 @@
1
- import { ActionContext } from 'maple-client-orchestration-runtime';
2
- declare const _default: {
3
- id: string;
4
- func: (actionContext: ActionContext) => Promise<void>;
5
- };
6
- /**
7
- * 在线制作低代码组件时专用:用来定义低代码组件抛给外部的事件
8
- */
9
- 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
+ /**
7
+ * 在线制作低代码组件时专用:用来定义低代码组件抛给外部的事件
8
+ */
9
+ export default _default;
@@ -1,6 +1,9 @@
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
+ export declare const dataSourceDataReload: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
5
+ };
6
+ export declare const dataSourcesDataReload: {
7
+ id: string;
8
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
9
+ };
@@ -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,8 +1,8 @@
1
- import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
- /**
3
- * 校验表单
4
- */
5
- export declare const validate: {
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 validate: {
6
+ id: string;
7
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
8
+ };
@@ -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, 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,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 } 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,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) => 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) => Promise<any>;
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<any>;
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<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,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;
@@ -0,0 +1,7 @@
1
+ import { AxiosRequestConfig } from 'axios';
2
+ export declare type ServiceTypeTransport = (config: AxiosRequestConfig) => {
3
+ data: any;
4
+ error: boolean;
5
+ };
6
+ export declare function registerServiceTypeTransport(serviceType: string, transport: ServiceTypeTransport): void;
7
+ export declare function getServiceTypeTransport(serviceType: string): ServiceTypeTransport;
@@ -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,51 +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
- /**
11
- * @description: 数字类型输入框
12
- */
13
- Number: {
14
- functional: boolean;
15
- props: string[];
16
- render(createElement: any, context: any): any;
17
- };
18
- /**
19
- * @description: 数字类型输入框
20
- */
21
- /**
22
- * @description: 布朗类型切换
23
- */
24
- Boolean: {
25
- functional: boolean;
26
- props: string[];
27
- render(createElement: any, context: any): any;
28
- };
29
- /**
30
- * @description: 下拉单选
31
- */
32
- SingleSelect: {
33
- functional: boolean;
34
- props: string[];
35
- render(createElement: any, context: any): any;
36
- };
37
- /**
38
- * @description: 下拉多选
39
- */
40
- MultipleSelect: {
41
- functional: boolean;
42
- props: string[];
43
- render(createElement: any, context: any): any;
44
- };
45
- TitleAttrEdit: {
46
- functional: boolean;
47
- props: string[];
48
- render(createElement: any, context: any): any;
49
- };
50
- };
51
- 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;