@gct-paas/core-web 0.1.6-dev.2 → 0.1.6-dev.20

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 (514) hide show
  1. package/dist/{JsBarcode-DlXSdlvD.js → JsBarcode-CWEjFQCg.js} +2 -1
  2. package/dist/_plugin-vue_export-helper-B35LNlRD.js +2 -0
  3. package/dist/{chunk-DPOkwzLC.js → chunk-HpW8Sg8U.js} +1 -0
  4. package/dist/components-BpPyUpai.js +2 -0
  5. package/dist/{cropper-tw7tUDDe.js → cropper-C1mu2QTr.js} +2 -1
  6. package/dist/{de_DE-BnwOalCV.js → de_DE-YNwX-fX4.js} +2 -1
  7. package/dist/{defineProperty-Co6UJKQ3.js → defineProperty-CD2ak0EA.js} +1 -0
  8. package/dist/diagram-config-item-BJKwQqe9.js +2 -0
  9. package/dist/diagram-config-item-reverse-BOzMIA4L.js +2 -0
  10. package/dist/diagram-config-item-virtual-B5LubVsO.js +2 -0
  11. package/dist/{en_US-6Hw6WWah.js → en_US-g6FEYBCI.js} +2 -1
  12. package/dist/{es_ES-tAqXFGrR.js → es_ES-Z0GZKMlm.js} +2 -1
  13. package/dist/{fr_FR-BkDgVS_P.js → fr_FR-CZj5WUAk.js} +2 -1
  14. package/dist/hooks-DeDowLcc.js +2 -0
  15. package/dist/icon-next-picker-CFq-lz_9.js +2 -0
  16. package/dist/index.min.css +1 -1
  17. package/dist/{ja_JP-AsmV92nC.js → ja_JP-cdVlm4zt.js} +2 -1
  18. package/dist/loader.esm.min.js +2 -1
  19. package/dist/{monaco-editor-CgESUPw_.js → monaco-editor-WsT5HN4r.js} +2 -1
  20. package/dist/{objectSpread2-DxfE1S3_.js → objectSpread2-BX5mxK8X.js} +1 -0
  21. package/dist/{overlayscrollbars-vue-DtKFrHnA.js → overlayscrollbars-vue-Bw-ehDVl.js} +1 -0
  22. package/dist/{pt_PT-CCVWOJzE.js → pt_PT-D8jH_j8r.js} +2 -1
  23. package/dist/relationship-diagram-config-DfoqF9pQ.js +2 -0
  24. package/dist/{rich-editor-K2Pv0Uja.js → rich-editor-D9LLUpvZ.js} +2 -1
  25. package/dist/{ru_RU-w4sUgbzL.js → ru_RU-BKz2q-Am.js} +2 -1
  26. package/dist/template-nL-36e2v.js +2 -0
  27. package/dist/{tr_TR-CGZch3eB.js → tr_TR-BkdCTVee.js} +2 -1
  28. package/dist/{useMonacoEditor-BO2ALW-7.js → useMonacoEditor-CtC6CTAo.js} +2 -1
  29. package/dist/{vi_VN-DONxIDR7.js → vi_VN-D_2pTOUH.js} +2 -1
  30. package/dist/{zh_CN-BxdD8hqG.js → zh_CN-CdoQJ08C.js} +2 -1
  31. package/dist/{zh_TW-D5Y8j-oG.js → zh_TW-8IvF8KDZ.js} +2 -1
  32. package/es/components/I18nSelect/src/i18n-select-btn.vue.mjs +2 -2
  33. package/es/components/I18nSelect/src/i18n-select-btn.vue_vue_type_script_setup_true_name_i18n-select-btn_lang.mjs +4 -1
  34. package/es/components/I18nSelect/src/{i18n-select-btn.vue_vue_type_style_index_0_scoped_b86f4068_lang.css → i18n-select-btn.vue_vue_type_style_index_0_scoped_ab917ea8_lang.css} +18 -13
  35. package/es/components/I18nSelect/src/i18n-select-input-form.vue_vue_type_script_setup_true_name_i18n-select-input-form_lang.mjs +3 -2
  36. package/es/components/I18nSelect/src/i18n-select-textarea-form.vue_vue_type_script_setup_true_name_i18n-select-input-form_lang.mjs +3 -2
  37. package/es/components/UserPick/src/user-pick.vue.mjs +2 -2
  38. package/es/components/UserPick/src/user-pick.vue_vue_type_script_setup_true_lang.mjs +16 -18
  39. package/es/components/UserPick/src/user-pick.vue_vue_type_style_index_0_scoped_9902632a_lang.css +62 -0
  40. package/es/components/app-drawer/app-drawer-component.css +82 -0
  41. package/es/components/app-drawer/app-drawer-component.d.ts +26 -0
  42. package/es/components/app-drawer/app-drawer-component.mjs +84 -0
  43. package/es/components/base-button/base-button.vue.mjs +1 -1
  44. package/es/components/batch-select-list/batch-select-list.css +119 -0
  45. package/es/components/batch-select-list/batch-select-list.d.ts +158 -0
  46. package/es/components/batch-select-list/batch-select-list.mjs +133 -0
  47. package/es/components/data-rules-modal/data-rules-modal.d.ts +67 -0
  48. package/es/components/data-rules-modal/data-rules-modal.mjs +99 -0
  49. package/es/components/design-save-tip/design-save-tip.css +107 -0
  50. package/es/components/design-save-tip/design-save-tip.d.ts +44 -0
  51. package/es/components/design-save-tip/design-save-tip.mjs +81 -0
  52. package/es/components/design-step-check/design-step-check.css +133 -0
  53. package/es/components/design-step-check/design-step-check.d.ts +30 -0
  54. package/es/components/design-step-check/design-step-check.mjs +96 -0
  55. package/es/components/design-view-layout/design-view-layout.css +181 -0
  56. package/es/components/design-view-layout/design-view-layout.d.ts +1 -0
  57. package/es/components/design-view-layout/design-view-layout.mjs +149 -0
  58. package/es/components/field-cascader/index.d.ts +2 -1
  59. package/es/components/field-cascader/src/hooks.d.ts +1 -0
  60. package/es/components/field-tree-select/field-tree-select.vue.mjs +2 -2
  61. package/es/components/field-tree-select/field-tree-select.vue_vue_type_script_setup_true_lang.mjs +2 -2
  62. package/es/components/field-tree-select/{field-tree-select.vue_vue_type_style_index_0_scoped_898030d3_lang.css → field-tree-select.vue_vue_type_style_index_0_scoped_24efd443_lang.css} +20 -20
  63. package/es/components/field-upload/src/FieldUpload.vue_vue_type_script_setup_true_name_FieldUpload_lang.mjs +1 -0
  64. package/es/components/field-upload/src/components/base-upload.vue.mjs +2 -2
  65. package/es/components/field-upload/src/components/base-upload.vue_vue_type_script_name_baseUpload_setup_true_lang.mjs +2 -2
  66. package/es/components/field-upload/src/components/{base-upload.vue_vue_type_style_index_0_scoped_65872e0a_lang.css → base-upload.vue_vue_type_style_index_0_scoped_6f57e635_lang.css} +18 -18
  67. package/es/components/field-upload/src/components/file-list.vue_vue_type_script_setup_true_name_fileList_lang.mjs +1 -0
  68. package/es/components/field-upload/src/types/index.d.ts +1 -4
  69. package/es/components/field-upload/src/types/index.mjs +2 -6
  70. package/es/components/icon-next-picker/icon-next-picker.vue_vue_type_script_setup_true_name_IconNextPicker_lang.mjs +6 -3
  71. package/es/components/icon-next-picker/icon-next-picker.vue_vue_type_style_index_0_lang.css +3 -0
  72. package/es/components/image-upload/src/components/base-upload.vue.mjs +2 -2
  73. package/es/components/image-upload/src/components/base-upload.vue_vue_type_script_name_baseUpload_setup_true_lang.mjs +2 -2
  74. package/es/components/image-upload/src/components/{base-upload.vue_vue_type_style_index_0_scoped_2a928323_lang.css → base-upload.vue_vue_type_style_index_0_scoped_9b34005c_lang.css} +17 -17
  75. package/es/components/image-upload/src/components/upload-design.vue.mjs +2 -2
  76. package/es/components/image-upload/src/components/upload-design.vue_vue_type_script_name_UploadDesign_setup_true_lang.mjs +3 -2
  77. package/es/components/image-upload/src/components/upload-design.vue_vue_type_style_index_0_scoped_15add37b_lang.css +33 -0
  78. package/es/components/image-upload/src/types/index.d.ts +1 -4
  79. package/es/components/image-upload/src/types/index.mjs +1 -8
  80. package/es/components/index.d.ts +13 -3
  81. package/es/components/index.mjs +32 -2
  82. package/es/components/label-design/designer.vue.d.ts +2 -0
  83. package/es/components/label-design/designer.vue.mjs +7 -0
  84. package/es/components/label-design/designer.vue_vue_type_script_setup_true_lang.mjs +32 -0
  85. package/es/components/label-design/designer.vue_vue_type_style_index_0_scoped_260222c9_lang.css +32 -0
  86. package/es/components/label-design/header/header.vue.d.ts +6 -0
  87. package/es/components/label-design/header/header.vue.mjs +7 -0
  88. package/es/components/label-design/header/header.vue_vue_type_script_setup_true_lang.mjs +232 -0
  89. package/es/components/label-design/header/header.vue_vue_type_style_index_0_scoped_aa2b4235_lang.css +39 -0
  90. package/es/components/label-design/header/test-var-modal.vue.d.ts +204 -0
  91. package/es/components/label-design/header/test-var-modal.vue.mjs +7 -0
  92. package/es/components/label-design/header/test-var-modal.vue_vue_type_script_setup_true_lang.mjs +202 -0
  93. package/es/components/label-design/header/test-var-modal.vue_vue_type_style_index_0_scoped_972496bb_lang.css +69 -0
  94. package/es/components/label-design/index.d.ts +11 -1
  95. package/es/components/label-design/index.mjs +9 -0
  96. package/es/components/label-design/modal/index.d.ts +1 -1
  97. package/es/components/label-design/modal/index.mjs +3 -3
  98. package/es/components/label-design/modal/template.vue_vue_type_script_setup_true_lang.mjs +2 -2
  99. package/es/components/label-design/panels/modals/diff-modal.vue_vue_type_script_setup_true_lang.mjs +2 -2
  100. package/es/components/label-design/panels/panel.vue_vue_type_script_setup_true_lang.mjs +2 -2
  101. package/es/components/label-design/panels/widget/components/label-params-select.vue.d.ts +35 -0
  102. package/es/components/label-design/panels/widget/controls/VariableSelect.vue_vue_type_script_setup_true_name_variable-select_lang.mjs +1 -1
  103. package/es/components/label-design/panels/widget/controls/labelTemplate.vue.mjs +2 -2
  104. package/es/components/label-design/panels/widget/controls/labelTemplate.vue_vue_type_script_setup_true_lang.mjs +1 -16
  105. package/es/components/label-design/panels/widget/controls/labelTemplate.vue_vue_type_style_index_0_scoped_c628d318_lang.css +10 -0
  106. package/es/components/label-design/stage/stage.vue.d.ts +9 -0
  107. package/es/components/label-design/stage/stage.vue.mjs +2 -2
  108. package/es/components/label-design/stage/stage.vue_vue_type_script_setup_true_lang.mjs +3 -2
  109. package/es/components/label-design/stage/{stage.vue_vue_type_style_index_0_scoped_53b1f897_lang.css → stage.vue_vue_type_style_index_0_scoped_9275e9fb_lang.css} +8 -8
  110. package/es/components/label-design/type/index.d.ts +15 -0
  111. package/es/components/label-design/type/index.mjs +11 -0
  112. package/es/components/layout/view-container/view-container.d.ts +1 -11
  113. package/es/components/layout/view-container/view-container.mjs +10 -14
  114. package/es/components/modal-name-editor/modal-name-editor.css +117 -0
  115. package/es/components/modal-name-editor/modal-name-editor.d.ts +34 -0
  116. package/es/components/modal-name-editor/modal-name-editor.mjs +124 -0
  117. package/es/components/model-cascader/index.d.ts +34 -0
  118. package/es/components/model-cascader/index.mjs +98 -0
  119. package/es/components/model-cascader/style.css +54 -0
  120. package/es/components/model-cascader/util.d.ts +27 -0
  121. package/es/components/model-cascader/util.mjs +73 -0
  122. package/es/components/monaco-editor/monaco-editor.d.ts +22 -0
  123. package/es/components/number-range/number-range.vue.mjs +2 -2
  124. package/es/components/number-range/number-range.vue_vue_type_script_setup_true_lang.mjs +1 -1
  125. package/es/components/number-range/{number-range.vue_vue_type_style_index_0_scoped_283a5280_lang.css → number-range.vue_vue_type_style_index_0_scoped_9970d677_lang.css} +2 -2
  126. package/es/components/open-select-user-modal/SelectUserContainer.vue.d.ts +20 -0
  127. package/es/components/open-select-user-modal/SelectUserContainer.vue.mjs +8 -0
  128. package/es/components/open-select-user-modal/SelectUserContainer.vue_vue_type_script_setup_true_name_SelectUserContainer_lang.mjs +381 -0
  129. package/es/components/open-select-user-modal/SelectUserContainer.vue_vue_type_style_index_0_scoped_64a9b545_lang.css +11 -0
  130. package/es/components/open-select-user-modal/SelectUserContainer.vue_vue_type_style_index_1_lang.css +144 -0
  131. package/es/components/open-select-user-modal/component/dynamic.vue.d.ts +12 -0
  132. package/es/components/open-select-user-modal/component/dynamic.vue.mjs +7 -0
  133. package/es/components/open-select-user-modal/component/dynamic.vue_vue_type_script_setup_true_name_waiting-area-dynamic_lang.mjs +143 -0
  134. package/es/components/open-select-user-modal/component/dynamic.vue_vue_type_style_index_0_scoped_e32390db_lang.css +30 -0
  135. package/es/components/open-select-user-modal/component/extra-user.vue.d.ts +16 -0
  136. package/es/components/open-select-user-modal/component/extra-user.vue.mjs +7 -0
  137. package/es/components/open-select-user-modal/component/extra-user.vue_vue_type_script_setup_true_name_waiting-area-extra-user_lang.mjs +80 -0
  138. package/es/components/open-select-user-modal/component/extra-user.vue_vue_type_style_index_0_scoped_75c9dc57_lang.css +12 -0
  139. package/es/components/open-select-user-modal/component/org.vue.d.ts +11 -0
  140. package/es/components/open-select-user-modal/component/org.vue.mjs +6 -0
  141. package/es/components/open-select-user-modal/component/org.vue_vue_type_script_setup_true_name_waiting-area-org_lang.mjs +87 -0
  142. package/es/components/open-select-user-modal/component/org.vue_vue_type_style_index_0_lang.css +114 -0
  143. package/es/components/open-select-user-modal/component/role.vue.d.ts +11 -0
  144. package/es/components/open-select-user-modal/component/role.vue.mjs +6 -0
  145. package/es/components/open-select-user-modal/component/role.vue_vue_type_script_setup_true_name_waiting-area-role_lang.mjs +90 -0
  146. package/es/components/open-select-user-modal/component/search-input.vue.d.ts +9 -0
  147. package/es/components/open-select-user-modal/component/search-input.vue.mjs +5 -0
  148. package/es/components/open-select-user-modal/component/search-input.vue_vue_type_script_setup_true_name_search-input_lang.mjs +35 -0
  149. package/es/components/open-select-user-modal/component/select-area.vue.d.ts +10 -0
  150. package/es/components/open-select-user-modal/component/select-area.vue.mjs +7 -0
  151. package/es/components/open-select-user-modal/component/select-area.vue_vue_type_script_setup_true_name_waiting-area-select-area_lang.mjs +125 -0
  152. package/es/components/open-select-user-modal/component/select-area.vue_vue_type_style_index_0_scoped_7ba4ab92_lang.css +36 -0
  153. package/es/components/open-select-user-modal/component/user-group.vue.d.ts +11 -0
  154. package/es/components/open-select-user-modal/component/user-group.vue.mjs +6 -0
  155. package/es/components/open-select-user-modal/component/user-group.vue_vue_type_script_setup_true_name_waiting-area-user-group_lang.mjs +87 -0
  156. package/es/components/open-select-user-modal/component/user.vue.d.ts +17 -0
  157. package/es/components/open-select-user-modal/component/user.vue.mjs +8 -0
  158. package/es/components/open-select-user-modal/component/user.vue_vue_type_script_setup_true_name_waiting-area-user_lang.mjs +204 -0
  159. package/es/components/open-select-user-modal/component/user.vue_vue_type_style_index_1_scoped_c546c256_lang.css +45 -0
  160. package/es/components/open-select-user-modal/controller/base-controller.d.ts +21 -0
  161. package/es/components/open-select-user-modal/controller/base-controller.mjs +15 -0
  162. package/es/components/open-select-user-modal/controller/edhr-controller.d.ts +17 -0
  163. package/es/components/open-select-user-modal/controller/edhr-controller.mjs +39 -0
  164. package/es/components/open-select-user-modal/controller/index.d.ts +18 -0
  165. package/es/components/open-select-user-modal/controller/index.mjs +42 -0
  166. package/es/components/open-select-user-modal/controller/paas-controller.d.ts +10 -0
  167. package/es/components/open-select-user-modal/controller/paas-controller.mjs +31 -0
  168. package/es/components/open-select-user-modal/index.d.ts +15 -0
  169. package/es/components/open-select-user-modal/index.mjs +41 -0
  170. package/es/components/open-select-user-modal/type/index.d.ts +7 -0
  171. package/es/components/overlay-scrollbars/gct-overlay-scrollbars.d.ts +2 -3
  172. package/es/components/paas-bpmn-log/components/approval-node.vue.mjs +2 -2
  173. package/es/components/paas-bpmn-log/components/approval-node.vue_vue_type_script_setup_true_lang.mjs +6 -7
  174. package/es/components/paas-bpmn-log/components/{approval-node.vue_vue_type_style_index_0_scoped_a88d7ef9_lang.css → approval-node.vue_vue_type_style_index_0_scoped_1ee4a0bd_lang.css} +9 -9
  175. package/es/components/paas-bpmn-log/components/user-list.vue.mjs +2 -2
  176. package/es/components/paas-bpmn-log/components/user-list.vue_vue_type_script_setup_true_lang.mjs +2 -1
  177. package/es/components/paas-bpmn-log/components/{user-list.vue_vue_type_style_index_0_scoped_27aa2bf0_lang.css → user-list.vue_vue_type_style_index_0_scoped_80624e20_lang.css} +3 -3
  178. package/es/components/paas-bpmn-log/paas-bpmn-log.vue.mjs +2 -2
  179. package/es/components/paas-bpmn-log/paas-bpmn-log.vue_vue_type_script_setup_true_lang.mjs +13 -14
  180. package/es/components/paas-bpmn-log/{paas-bpmn-log.vue_vue_type_style_index_0_scoped_c85122b0_lang.css → paas-bpmn-log.vue_vue_type_style_index_0_scoped_3882c856_lang.css} +9 -9
  181. package/es/components/select-user-modal/deptUser.vue.d.ts +9 -0
  182. package/es/components/select-user-modal/deptUser.vue.mjs +7 -0
  183. package/es/components/select-user-modal/deptUser.vue_vue_type_script_setup_true_name_deptUser_lang.mjs +296 -0
  184. package/es/components/select-user-modal/deptUser.vue_vue_type_style_index_0_scoped_02dff7bf_lang.css +40 -0
  185. package/es/components/select-user-modal/index.d.ts +2 -0
  186. package/es/components/select-user-modal/index.mjs +1 -0
  187. package/es/components/select-user-modal/range-role.vue.d.ts +9 -0
  188. package/es/components/select-user-modal/range-role.vue.mjs +7 -0
  189. package/es/components/select-user-modal/range-role.vue_vue_type_script_setup_true_name_role_lang.mjs +137 -0
  190. package/es/components/select-user-modal/range-role.vue_vue_type_style_index_0_scoped_1241bcdf_lang.css +34 -0
  191. package/es/components/select-user-modal/select-user-modal.vue.d.ts +12 -0
  192. package/es/components/select-user-modal/select-user-modal.vue.mjs +7 -0
  193. package/es/components/select-user-modal/select-user-modal.vue_vue_type_script_setup_true_name_select-user-modal_lang.mjs +123 -0
  194. package/es/components/select-user-modal/select-user-modal.vue_vue_type_style_index_0_scoped_8316b821_lang.css +14 -0
  195. package/es/components/select-user-modal/userGroup.vue.d.ts +9 -0
  196. package/es/components/select-user-modal/userGroup.vue.mjs +7 -0
  197. package/es/components/select-user-modal/userGroup.vue_vue_type_script_setup_true_name_userGroup_lang.mjs +149 -0
  198. package/es/components/select-user-modal/userGroup.vue_vue_type_style_index_0_scoped_47d1cbaa_lang.css +19 -0
  199. package/es/components/serial-number/serial-number-item.vue.mjs +2 -2
  200. package/es/components/serial-number/serial-number-item.vue_vue_type_script_setup_true_lang.mjs +1 -1
  201. package/es/components/serial-number/serial-number-item.vue_vue_type_style_index_0_scoped_f992d0b8_lang.css +67 -0
  202. package/es/components/shrink-panel/shrink-panel.css +130 -0
  203. package/es/components/shrink-panel/shrink-panel.d.ts +23 -0
  204. package/es/components/shrink-panel/shrink-panel.mjs +41 -0
  205. package/es/components/ui/basic-grid/basic-grid.vue.d.ts +81 -0
  206. package/es/components/ui/basic-grid/basic-grid.vue.mjs +7 -0
  207. package/es/components/ui/basic-grid/basic-grid.vue_vue_type_script_setup_true_name_basic-grid_lang.mjs +134 -0
  208. package/es/components/ui/basic-grid/basic-grid.vue_vue_type_style_index_0_scoped_99a4ea49_lang.css +90 -0
  209. package/es/components/ui/basic-grid/index.d.ts +3 -0
  210. package/es/components/ui/basic-grid/index.mjs +1 -0
  211. package/es/components/ui/basic-grid/types.d.ts +6 -0
  212. package/es/components/ui/embed-grid/embed-grid.vue.d.ts +62 -0
  213. package/es/components/ui/embed-grid/embed-grid.vue.mjs +7 -0
  214. package/es/components/ui/embed-grid/embed-grid.vue_vue_type_script_setup_true_name_embed-grid_lang.mjs +73 -0
  215. package/es/components/ui/embed-grid/index.d.ts +3 -0
  216. package/es/components/ui/embed-grid/index.mjs +1 -0
  217. package/es/components/ui/embed-grid/types.d.ts +5 -0
  218. package/es/components/ui/form-alert/form-alert.vue.d.ts +10 -0
  219. package/es/components/ui/form-alert/form-alert.vue.mjs +7 -0
  220. package/es/components/ui/form-alert/form-alert.vue_vue_type_script_setup_true_name_form-alert_lang.mjs +31 -0
  221. package/es/components/ui/form-alert/form-alert.vue_vue_type_style_index_0_scoped_a6bdad9c_lang.css +64 -0
  222. package/es/components/ui/grid-btns/grid-btns.vue.d.ts +2 -0
  223. package/es/components/ui/grid-btns/grid-btns.vue.mjs +7 -0
  224. package/es/components/ui/grid-btns/grid-btns.vue_vue_type_script_setup_true_name_grid-btns_lang.mjs +15 -0
  225. package/es/components/ui/grid-btns/grid-btns.vue_vue_type_style_index_0_scoped_e3385a9e_lang.css +70 -0
  226. package/es/components/ui/grid-pagination/grid-pagination.vue.d.ts +12 -0
  227. package/es/components/ui/grid-pagination/grid-pagination.vue.mjs +7 -0
  228. package/es/components/ui/grid-pagination/grid-pagination.vue_vue_type_script_setup_true_name_grid-pagination_lang.mjs +57 -0
  229. package/es/components/ui/grid-pagination/grid-pagination.vue_vue_type_style_index_0_scoped_4905eabf_lang.css +68 -0
  230. package/es/components/ui/grid-pagination/index.d.ts +3 -0
  231. package/es/components/ui/grid-pagination/index.mjs +1 -0
  232. package/es/components/ui/grid-pagination/types.d.ts +24 -0
  233. package/es/components/{BpmnRuntime/paas/paas-bpmn-runtime.vue.d.ts → ui/highlight/highlight.vue.d.ts} +2 -1
  234. package/es/components/ui/highlight/highlight.vue.mjs +7 -0
  235. package/es/components/ui/highlight/highlight.vue_vue_type_script_setup_true_name_highlight_lang.mjs +30 -0
  236. package/es/components/ui/highlight/highlight.vue_vue_type_style_index_0_scoped_e17c6606_lang.css +6 -0
  237. package/es/components/ui/icon-tooltip/icon-tooltip.vue.d.ts +10 -0
  238. package/es/components/ui/icon-tooltip/icon-tooltip.vue.mjs +7 -0
  239. package/es/components/ui/icon-tooltip/icon-tooltip.vue_vue_type_script_setup_true_name_icon-tooltip_lang.mjs +27 -0
  240. package/es/components/ui/icon-tooltip/icon-tooltip.vue_vue_type_style_index_0_scoped_a35580e4_lang.css +68 -0
  241. package/es/components/ui/index.d.ts +10 -0
  242. package/es/components/ui/index.mjs +12 -0
  243. package/es/components/ui/modal-wrapper/modal-wrapper.vue.d.ts +26 -0
  244. package/es/components/ui/modal-wrapper/modal-wrapper.vue.mjs +7 -0
  245. package/es/components/ui/modal-wrapper/modal-wrapper.vue_vue_type_script_setup_true_name_modal-wrapper_lang.mjs +78 -0
  246. package/es/components/ui/modal-wrapper/modal-wrapper.vue_vue_type_style_index_0_scoped_6b8a9609_lang.css +28 -0
  247. package/es/components/ui/notice/index.d.ts +8 -0
  248. package/es/components/ui/notice/index.mjs +31 -0
  249. package/es/create-app-vue.d.ts +2 -2
  250. package/es/create-app-vue.mjs +10 -6
  251. package/es/hooks/index.d.ts +3 -0
  252. package/es/hooks/index.mjs +3 -0
  253. package/es/hooks/useKeyParser.d.ts +16 -0
  254. package/es/hooks/useKeyParser.mjs +79 -0
  255. package/es/hooks/usePrinter.d.ts +19 -0
  256. package/es/hooks/usePrinter.mjs +50 -0
  257. package/es/hooks/useTreeList.d.ts +23 -0
  258. package/es/hooks/useTreeList.mjs +160 -0
  259. package/es/index.d.ts +6 -1
  260. package/es/index.mjs +70 -26
  261. package/es/interface/i-view-step/i-view-step.d.ts +32 -0
  262. package/es/interface/index.d.ts +1 -0
  263. package/es/locale/sys/appDesigner.d.ts +20 -0
  264. package/es/locale/sys/component.d.ts +7 -1
  265. package/es/locale/sys/edhr.d.ts +5 -0
  266. package/es/locale/sys/expression.d.ts +4 -0
  267. package/es/locale/sys/i18n.d.ts +1 -1
  268. package/es/locale/sys/model.d.ts +6 -1
  269. package/es/locale/sys/onlineForm.d.ts +5 -0
  270. package/es/locale/sys/org.d.ts +2 -2
  271. package/es/locale/sys/pageDesigner.d.ts +41 -0
  272. package/es/locale/sys/printDesigner.d.ts +9 -0
  273. package/es/locale/sys/webRender.d.ts +25 -0
  274. package/es/locale/sys.d.ts +32 -5
  275. package/es/modules/category/category-modal.vue.d.ts +11 -0
  276. package/es/modules/category/category-modal.vue.mjs +7 -0
  277. package/es/modules/category/category-modal.vue_vue_type_script_setup_true_name_category-modal_lang.mjs +53 -0
  278. package/es/modules/category/category-modal.vue_vue_type_style_index_0_scoped_b560615c_lang.css +67 -0
  279. package/es/modules/category/category-sider.vue.d.ts +337 -0
  280. package/es/modules/category/category-sider.vue.mjs +7 -0
  281. package/es/modules/category/category-sider.vue_vue_type_script_setup_true_name_category-sider_lang.mjs +239 -0
  282. package/es/modules/category/category-sider.vue_vue_type_style_index_0_scoped_67c7b3e4_lang.css +211 -0
  283. package/es/modules/category/hooks/useCategory.d.ts +20 -0
  284. package/es/modules/category/hooks/useCategory.mjs +139 -0
  285. package/es/modules/category/index.d.ts +2 -0
  286. package/es/modules/category/index.mjs +2 -0
  287. package/es/modules/category/type.d.ts +8 -0
  288. package/es/modules/color-picker/index.mjs +1 -1
  289. package/es/modules/color-picker/src/color-editor.vue.mjs +1 -1
  290. package/es/modules/data-rules-container/index.d.ts +5 -0
  291. package/es/modules/data-rules-container/index.mjs +4 -0
  292. package/es/modules/data-rules-container/src/components/header-action.vue.d.ts +10 -0
  293. package/es/modules/data-rules-container/src/components/header-action.vue.mjs +7 -0
  294. package/es/modules/data-rules-container/src/components/header-action.vue_vue_type_script_setup_true_name_header-action_lang.mjs +36 -0
  295. package/es/modules/data-rules-container/src/components/header-action.vue_vue_type_style_index_0_scoped_4e281013_lang.css +32 -0
  296. package/es/modules/data-rules-container/src/components/ndo-select-cmp.vue.d.ts +8 -0
  297. package/es/modules/data-rules-container/src/components/ndo-select-cmp.vue.mjs +5 -0
  298. package/es/modules/data-rules-container/src/components/ndo-select-cmp.vue_vue_type_script_setup_true_lang.mjs +266 -0
  299. package/es/modules/data-rules-container/src/components/perm-action-node.vue.d.ts +22 -0
  300. package/es/modules/data-rules-container/src/components/perm-action-node.vue.mjs +7 -0
  301. package/es/modules/data-rules-container/src/components/perm-action-node.vue_vue_type_script_setup_true_name_perm-action-node_lang.mjs +384 -0
  302. package/es/modules/data-rules-container/src/components/perm-action-node.vue_vue_type_style_index_0_scoped_a053095c_lang.css +73 -0
  303. package/es/modules/data-rules-container/src/components/perm-root-node.vue.d.ts +3 -0
  304. package/es/modules/data-rules-container/src/components/perm-root-node.vue.mjs +7 -0
  305. package/es/modules/data-rules-container/src/components/perm-root-node.vue_vue_type_script_setup_true_name_perm-root-node_lang.mjs +61 -0
  306. package/es/modules/data-rules-container/src/components/perm-root-node.vue_vue_type_style_index_0_scoped_ca5c9d20_lang.css +74 -0
  307. package/es/modules/data-rules-container/src/components/rdo-select-cmp.vue.d.ts +11 -0
  308. package/es/modules/data-rules-container/src/components/rdo-select-cmp.vue.mjs +5 -0
  309. package/es/modules/data-rules-container/src/components/rdo-select-cmp.vue_vue_type_script_setup_true_lang.mjs +93 -0
  310. package/es/modules/data-rules-container/src/components/request-select-cmp.vue.d.ts +9 -0
  311. package/es/modules/data-rules-container/src/components/request-select-cmp.vue.mjs +5 -0
  312. package/es/modules/data-rules-container/src/components/request-select-cmp.vue_vue_type_script_setup_true_name_request-select-cmp_lang.mjs +117 -0
  313. package/es/modules/data-rules-container/src/components/request-tree-select-cmp.vue.d.ts +3 -0
  314. package/es/modules/data-rules-container/src/components/request-tree-select-cmp.vue.mjs +6 -0
  315. package/es/modules/data-rules-container/src/components/request-tree-select-cmp.vue_vue_type_script_name_gct-select_setup_true_lang.mjs +100 -0
  316. package/es/modules/data-rules-container/src/components/request-tree-select-cmp.vue_vue_type_style_index_0_lang.css +21 -0
  317. package/es/modules/data-rules-container/src/components/select-modal-cmp.vue.d.ts +32 -0
  318. package/es/modules/data-rules-container/src/components/select-modal-cmp.vue.mjs +5 -0
  319. package/es/modules/data-rules-container/src/components/select-modal-cmp.vue_vue_type_script_setup_true_name_select-modal-cmp_lang.mjs +268 -0
  320. package/es/modules/data-rules-container/src/components/select-more.vue.d.ts +8 -0
  321. package/es/modules/data-rules-container/src/components/select-more.vue.mjs +5 -0
  322. package/es/modules/data-rules-container/src/components/select-more.vue_vue_type_script_setup_true_lang.mjs +26 -0
  323. package/es/modules/data-rules-container/src/components/select-userdep-cmp.vue.d.ts +12 -0
  324. package/es/modules/data-rules-container/src/components/select-userdep-cmp.vue.mjs +5 -0
  325. package/es/modules/data-rules-container/src/components/select-userdep-cmp.vue_vue_type_script_setup_true_name_select-userdep-cmp_lang.mjs +103 -0
  326. package/es/modules/data-rules-container/src/components/tree-action-node.vue.d.ts +25 -0
  327. package/es/modules/data-rules-container/src/components/tree-action-node.vue.mjs +7 -0
  328. package/es/modules/data-rules-container/src/components/tree-action-node.vue_vue_type_script_setup_true_name_tree-action-node_lang.mjs +544 -0
  329. package/es/modules/data-rules-container/src/components/tree-action-node.vue_vue_type_style_index_0_scoped_f37ec578_lang.css +67 -0
  330. package/es/modules/data-rules-container/src/components/tree-root-node.vue.d.ts +3 -0
  331. package/es/modules/data-rules-container/src/components/tree-root-node.vue.mjs +7 -0
  332. package/es/modules/data-rules-container/src/components/tree-root-node.vue_vue_type_script_setup_true_name_tree-root-node_lang.mjs +108 -0
  333. package/es/modules/data-rules-container/src/components/tree-root-node.vue_vue_type_style_index_0_scoped_74e5fbf3_lang.css +29 -0
  334. package/es/modules/data-rules-container/src/components/tree-select-cmp.vue.d.ts +3 -0
  335. package/es/modules/data-rules-container/src/components/tree-select-cmp.vue.mjs +5 -0
  336. package/es/modules/data-rules-container/src/components/tree-select-cmp.vue_vue_type_script_name_gct-select_setup_true_lang.mjs +89 -0
  337. package/es/modules/data-rules-container/src/constant/config.d.ts +146 -0
  338. package/es/modules/data-rules-container/src/constant/config.mjs +548 -0
  339. package/es/modules/data-rules-container/src/constant/interface.d.ts +85 -0
  340. package/es/modules/data-rules-container/src/constant/interface.mjs +149 -0
  341. package/es/modules/data-rules-container/src/data-rules-container.vue.d.ts +45 -0
  342. package/es/modules/data-rules-container/src/data-rules-container.vue.mjs +6 -0
  343. package/es/modules/data-rules-container/src/data-rules-container.vue_vue_type_script_setup_true_name_data-rules-container_lang.mjs +234 -0
  344. package/es/modules/data-rules-container/src/data-rules-container.vue_vue_type_style_index_0_lang.css +149 -0
  345. package/es/modules/data-rules-container/src/field-role-container.vue.d.ts +14 -0
  346. package/es/modules/data-rules-container/src/field-role-container.vue.mjs +5 -0
  347. package/es/modules/data-rules-container/src/field-role-container.vue_vue_type_script_setup_true_name_field-role-container_lang.mjs +73 -0
  348. package/es/modules/data-rules-container/src/hooks/useDataRulesTree.d.ts +30 -0
  349. package/es/modules/data-rules-container/src/hooks/useDataRulesTree.mjs +317 -0
  350. package/es/modules/data-rules-container/src/hooks/useEmitter.d.ts +10 -0
  351. package/es/modules/data-rules-container/src/hooks/useRdoHooks.d.ts +37 -0
  352. package/es/modules/data-rules-container/src/hooks/useRdoHooks.mjs +144 -0
  353. package/es/modules/data-rules-container/src/hooks/useRole.d.ts +8 -0
  354. package/es/modules/data-rules-container/src/typing.d.ts +40 -0
  355. package/es/modules/gct-form/components/flex-item/flex-item.mjs +1 -1
  356. package/es/modules/gct-form/components/grid-container/grid-container.mjs +1 -2
  357. package/es/modules/gct-form/controller/editor-item/editor-item.controller.d.ts +1 -0
  358. package/es/modules/gct-form/controller/editor-item/editor-item.controller.mjs +11 -0
  359. package/es/modules/gct-form/controller/form-item-basic/form-item-basic.controller.mjs +2 -0
  360. package/es/modules/gct-form/controller/gct-form/gct-form.controller.mjs +1 -0
  361. package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.css +67 -0
  362. package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.d.ts +50 -0
  363. package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.mjs +61 -0
  364. package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.provider.d.ts +13 -0
  365. package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.provider.mjs +15 -0
  366. package/es/modules/gct-form/editor/gct-form-date-range/index.d.ts +4 -0
  367. package/es/modules/gct-form/editor/gct-form-date-range/index.mjs +8 -0
  368. package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.mjs +2 -2
  369. package/es/modules/gct-form/editor/gct-form-select/gct-form-select.mjs +1 -1
  370. package/es/modules/gct-form/editor/index.mjs +2 -1
  371. package/es/modules/gct-form/hooks/index.d.ts +1 -0
  372. package/es/modules/gct-form/hooks/index.mjs +1 -0
  373. package/es/modules/gct-form/hooks/use-form-value/use-form-value.d.ts +11 -0
  374. package/es/modules/gct-form/hooks/use-form-value/use-form-value.mjs +27 -0
  375. package/es/modules/gct-form/index.mjs +3 -0
  376. package/es/modules/gct-form/interface/i-form/i-form-item-basic.d.ts +8 -0
  377. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.mjs +3 -1
  378. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.mjs +7 -6
  379. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.mjs +3 -1
  380. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.mjs +7 -6
  381. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.mjs +7 -6
  382. package/es/modules/gct-form/widgets/gct-search-form/form/app-form.css +70 -0
  383. package/es/modules/gct-form/widgets/gct-search-form/form/app-form.d.ts +22 -0
  384. package/es/modules/gct-form/widgets/gct-search-form/form/app-form.mjs +106 -0
  385. package/es/modules/gct-form/widgets/gct-search-form/form-item/form-item.css +73 -0
  386. package/es/modules/gct-form/widgets/gct-search-form/form-item/form-item.d.ts +15 -0
  387. package/es/modules/gct-form/widgets/gct-search-form/form-item/form-item.mjs +22 -0
  388. package/es/modules/gct-form/widgets/gct-search-form/form.controller.d.ts +46 -0
  389. package/es/modules/gct-form/widgets/gct-search-form/form.controller.mjs +69 -0
  390. package/es/modules/gct-form/widgets/gct-search-form/form.state.d.ts +10 -0
  391. package/es/modules/gct-form/widgets/gct-search-form/form.state.mjs +13 -0
  392. package/es/modules/gct-form/widgets/gct-search-form/gct-search-form.css +83 -0
  393. package/es/modules/gct-form/widgets/gct-search-form/gct-search-form.d.ts +33 -0
  394. package/es/modules/gct-form/widgets/gct-search-form/gct-search-form.mjs +56 -0
  395. package/es/modules/gct-table/controller/gct-table/gct-table.controller.mjs +1 -0
  396. package/es/modules/gct-table/controller/table-item/table-item.controller.mjs +2 -0
  397. package/es/modules/gct-table/controller/table-row/table-row.controller.mjs +3 -0
  398. package/es/modules/global-drawer/index.d.ts +4 -0
  399. package/es/modules/global-drawer/index.mjs +8 -0
  400. package/es/modules/global-drawer/src/BasicDrawer.vue.d.ts +171 -0
  401. package/es/modules/global-drawer/src/BasicDrawer.vue.mjs +6 -0
  402. package/es/modules/global-drawer/src/BasicDrawer.vue_vue_type_script_setup_true_name_BasicDrawer_lang.mjs +145 -0
  403. package/es/modules/global-drawer/src/BasicDrawer.vue_vue_type_style_index_0_lang.css +40 -0
  404. package/es/modules/global-drawer/src/components/DrawerFooter.vue.d.ts +95 -0
  405. package/es/modules/global-drawer/src/components/DrawerFooter.vue.mjs +42 -0
  406. package/es/modules/global-drawer/src/components/DrawerFooter.vue_vue_type_script_lang.mjs +38 -0
  407. package/es/modules/global-drawer/src/components/DrawerFooter.vue_vue_type_style_index_0_lang.css +11 -0
  408. package/es/modules/global-drawer/src/components/DrawerHeader.vue.d.ts +20 -0
  409. package/es/modules/global-drawer/src/components/DrawerHeader.vue.mjs +22 -0
  410. package/es/modules/global-drawer/src/components/DrawerHeader.vue_vue_type_script_lang.mjs +25 -0
  411. package/es/modules/global-drawer/src/components/DrawerHeader.vue_vue_type_style_index_0_lang.css +18 -0
  412. package/es/modules/global-drawer/src/props.d.ts +111 -0
  413. package/es/modules/global-drawer/src/props.mjs +62 -0
  414. package/es/modules/global-drawer/src/typing.d.ts +170 -0
  415. package/es/modules/global-drawer/src/useDrawer.d.ts +6 -0
  416. package/es/modules/global-drawer/src/useDrawer.mjs +6 -0
  417. package/es/modules/global-modal/src/BasicModal.vue.d.ts +56 -2
  418. package/es/modules/global-modal/src/BasicModal.vue_vue_type_script_setup_true_name_BasicModal_lang.mjs +55 -70
  419. package/es/modules/global-modal/src/components/ModalWrapper.vue.d.ts +28 -1
  420. package/es/modules/global-modal/src/components/ModalWrapper.vue_vue_type_script_lang.mjs +3 -4
  421. package/es/modules/picture-cropper/src/CropperFree.vue.mjs +2 -2
  422. package/es/modules/picture-cropper/src/CropperFree.vue_vue_type_script_setup_true_name_CropperPhoto_lang.mjs +1 -1
  423. package/es/modules/picture-cropper/src/{CropperFree.vue_vue_type_style_index_0_scoped_c85d53db_lang.css → CropperFree.vue_vue_type_style_index_0_scoped_840e141f_lang.css} +16 -16
  424. package/es/modules/print-tmpl/icon-print-folder.svg.mjs +4 -0
  425. package/es/modules/print-tmpl/icon-print-printer.svg.mjs +4 -0
  426. package/es/modules/print-tmpl/index.d.ts +2 -0
  427. package/es/modules/print-tmpl/index.mjs +1 -0
  428. package/es/modules/print-tmpl/print-tmpl-modal.vue.d.ts +31 -0
  429. package/es/modules/print-tmpl/print-tmpl-modal.vue.mjs +7 -0
  430. package/es/modules/print-tmpl/print-tmpl-modal.vue_vue_type_script_setup_true_name_print-tmpl-modal_lang.mjs +593 -0
  431. package/es/modules/print-tmpl/print-tmpl-modal.vue_vue_type_style_index_0_scoped_d94551a9_lang.css +143 -0
  432. package/es/modules/relationship-diagram-config/cache.controller.d.ts +70 -0
  433. package/es/modules/relationship-diagram-config/cache.controller.mjs +128 -0
  434. package/es/modules/relationship-diagram-config/components/diagram-config-item/diagram-config-item.css +123 -0
  435. package/es/modules/relationship-diagram-config/components/diagram-config-item/diagram-config-item.d.ts +381 -0
  436. package/es/modules/relationship-diagram-config/components/diagram-config-item/diagram-config-item.mjs +98 -0
  437. package/es/modules/relationship-diagram-config/components/diagram-config-item-container/diagram-config-item-container.css +71 -0
  438. package/es/modules/relationship-diagram-config/components/diagram-config-item-container/diagram-config-item-container.d.ts +28 -0
  439. package/es/modules/relationship-diagram-config/components/diagram-config-item-container/diagram-config-item-container.mjs +53 -0
  440. package/es/modules/relationship-diagram-config/components/diagram-config-item-info/diagram-config-item-info.d.ts +27 -0
  441. package/es/modules/relationship-diagram-config/components/diagram-config-item-info/diagram-config-item-info.mjs +2 -0
  442. package/es/modules/relationship-diagram-config/components/diagram-config-item-reverse/diagram-config-item-reverse.css +107 -0
  443. package/es/modules/relationship-diagram-config/components/diagram-config-item-reverse/diagram-config-item-reverse.d.ts +34 -0
  444. package/es/modules/relationship-diagram-config/components/diagram-config-item-reverse/diagram-config-item-reverse.mjs +198 -0
  445. package/es/modules/relationship-diagram-config/components/diagram-config-item-virtual/diagram-config-item-virtual.css +68 -0
  446. package/es/modules/relationship-diagram-config/components/diagram-config-item-virtual/diagram-config-item-virtual.d.ts +31 -0
  447. package/es/modules/relationship-diagram-config/components/diagram-config-item-virtual/diagram-config-item-virtual.mjs +53 -0
  448. package/es/modules/relationship-diagram-config/components/index.d.ts +5 -0
  449. package/es/modules/relationship-diagram-config/components/index.mjs +5 -0
  450. package/es/modules/relationship-diagram-config/constant/index.d.ts +72 -0
  451. package/es/modules/relationship-diagram-config/constant/index.mjs +70 -0
  452. package/es/modules/relationship-diagram-config/hooks/index.d.ts +10 -0
  453. package/es/modules/relationship-diagram-config/hooks/index.mjs +19 -0
  454. package/es/modules/relationship-diagram-config/index.d.ts +6 -0
  455. package/es/modules/relationship-diagram-config/index.mjs +28 -0
  456. package/es/modules/relationship-diagram-config/interface/i-link-provider/i-link-provider.d.ts +57 -0
  457. package/es/modules/relationship-diagram-config/interface/i-node-provider/i-node-provider.d.ts +18 -0
  458. package/es/modules/relationship-diagram-config/interface/i-relationship-diagram-link/i-relationship-diagram-link.d.ts +80 -0
  459. package/es/modules/relationship-diagram-config/interface/i-relationship-diagram-node/i-relationship-diagram-node.d.ts +82 -0
  460. package/es/modules/relationship-diagram-config/interface/i-relationship-diagram-options/i-relationship-diagram-options.d.ts +51 -0
  461. package/es/modules/relationship-diagram-config/interface/i-rule-config/i-rule-config.d.ts +135 -0
  462. package/es/modules/relationship-diagram-config/interface/index.d.ts +6 -0
  463. package/es/modules/relationship-diagram-config/link.controller.d.ts +75 -0
  464. package/es/modules/relationship-diagram-config/link.controller.mjs +121 -0
  465. package/es/modules/relationship-diagram-config/node.controller.d.ts +102 -0
  466. package/es/modules/relationship-diagram-config/node.controller.mjs +189 -0
  467. package/es/modules/relationship-diagram-config/plumb-plugin/arrow-endpoint.d.ts +23 -0
  468. package/es/modules/relationship-diagram-config/plumb-plugin/arrow-endpoint.mjs +33 -0
  469. package/es/modules/relationship-diagram-config/plumb-plugin/blank-endpoint-renderer.d.ts +1 -0
  470. package/es/modules/relationship-diagram-config/plumb-plugin/blank-endpoint-renderer.mjs +27 -0
  471. package/es/modules/relationship-diagram-config/plumb-plugin/index.d.ts +3 -0
  472. package/es/modules/relationship-diagram-config/plumb-plugin/index.mjs +2 -0
  473. package/es/modules/relationship-diagram-config/providers/default-link-provider/default-link-provider.css +132 -0
  474. package/es/modules/relationship-diagram-config/providers/default-link-provider/default-link-provider.d.ts +21 -0
  475. package/es/modules/relationship-diagram-config/providers/default-link-provider/default-link-provider.mjs +184 -0
  476. package/es/modules/relationship-diagram-config/providers/default-node-provider/default-node-provider.d.ts +14 -0
  477. package/es/modules/relationship-diagram-config/providers/default-node-provider/default-node-provider.mjs +17 -0
  478. package/es/modules/relationship-diagram-config/providers/index.d.ts +5 -0
  479. package/es/modules/relationship-diagram-config/providers/index.mjs +5 -0
  480. package/es/modules/relationship-diagram-config/providers/reverse-node-provider/reverse-node-provider.d.ts +14 -0
  481. package/es/modules/relationship-diagram-config/providers/reverse-node-provider/reverse-node-provider.mjs +17 -0
  482. package/es/modules/relationship-diagram-config/providers/virtual-link-provider/virtual-link-provider.d.ts +16 -0
  483. package/es/modules/relationship-diagram-config/providers/virtual-link-provider/virtual-link-provider.mjs +26 -0
  484. package/es/modules/relationship-diagram-config/providers/virtual-node-provider/virtual-node-provider.d.ts +14 -0
  485. package/es/modules/relationship-diagram-config/providers/virtual-node-provider/virtual-node-provider.mjs +17 -0
  486. package/es/modules/relationship-diagram-config/relationship-diagram-config.controller.d.ts +119 -0
  487. package/es/modules/relationship-diagram-config/relationship-diagram-config.controller.mjs +199 -0
  488. package/es/modules/relationship-diagram-config/relationship-diagram-config.css +113 -0
  489. package/es/modules/relationship-diagram-config/relationship-diagram-config.d.ts +102 -0
  490. package/es/modules/relationship-diagram-config/relationship-diagram-config.mjs +104 -0
  491. package/es/modules/relationship-diagram-config/relationship-diagram-config.state.d.ts +44 -0
  492. package/es/modules/relationship-diagram-config/relationship-diagram-config.state.mjs +46 -0
  493. package/es/modules/relationship-diagram-config/utils/index.d.ts +1 -0
  494. package/es/modules/relationship-diagram-config/utils/register/register.d.ts +71 -0
  495. package/es/modules/relationship-diagram-config/utils/register/register.mjs +81 -0
  496. package/es/styles/index.css +263 -0
  497. package/es/types/index.d.ts +1 -1
  498. package/es/utils/overlay-controller/overlay-controller.d.ts +3 -1
  499. package/es/utils/overlay-controller/overlay-controller.mjs +9 -0
  500. package/es/utils/recursive.mjs +1 -0
  501. package/package.json +16 -11
  502. package/dist/_plugin-vue_export-helper-59SbqtUR.js +0 -1
  503. package/dist/components-pQ55MIpq.js +0 -1
  504. package/dist/icon-next-picker-CvCosnvS.js +0 -1
  505. package/dist/template-6yiNrzBh.js +0 -1
  506. package/es/components/BpmnRuntime/index.d.ts +0 -2
  507. package/es/components/BpmnRuntime/index.mjs +0 -1
  508. package/es/components/BpmnRuntime/paas/paas-bpmn-runtime.vue.mjs +0 -5
  509. package/es/components/BpmnRuntime/paas/paas-bpmn-runtime.vue_vue_type_script_setup_true_lang.mjs +0 -83
  510. package/es/components/UserPick/src/user-pick.vue_vue_type_style_index_0_scoped_a49a84da_lang.css +0 -39
  511. package/es/components/image-upload/src/components/upload-design.vue_vue_type_style_index_0_scoped_575d3a1a_lang.css +0 -33
  512. package/es/components/label-design/panels/widget/controls/labelTemplate.vue_vue_type_style_index_0_scoped_992e00bb_lang.css +0 -10
  513. package/es/components/paas-bpmn-log/hooks/useObserver.mjs +0 -46
  514. package/es/components/serial-number/serial-number-item.vue_vue_type_style_index_0_scoped_7baf8e25_lang.css +0 -67
@@ -0,0 +1,70 @@
1
+ @charset "UTF-8";
2
+ /* stylelint-disable scss/no-global-function-names */
3
+ /* bem('block', 'element', 'modifier') => 'ibiz-block__element--modifier' */
4
+ /**
5
+ * 定义 Block 块
6
+ * @param {String} $block - Block 块名称
7
+ * @example
8
+ * @include b('button') {
9
+ * padding: 10px;
10
+ * }
11
+ */
12
+ /**
13
+ * 定义 Element 元素
14
+ * @param {String|List} $element - Element 元素名称,支持单个或多个
15
+ * @example
16
+ * @include b('button') {
17
+ * @include e('text') {
18
+ * color: #000;
19
+ * }
20
+ * }
21
+ * // 或传入多个元素
22
+ * @include b('button') {
23
+ * @include e(('text', 'icon')) {
24
+ * margin: 5px;
25
+ * }
26
+ * }
27
+ */
28
+ /**
29
+ * 定义 Modifier 修饰符
30
+ * @param {String|List} $modifier - Modifier 修饰符名称,支持单个或多个
31
+ * @example
32
+ * @include b('button') {
33
+ * @include m('primary') {
34
+ * background: blue;
35
+ * }
36
+ * }
37
+ * // 或传入多个修饰符
38
+ * @include b('button') {
39
+ * @include m(('primary', 'large')) {
40
+ * background: blue;
41
+ * font-size: 16px;
42
+ * }
43
+ * }
44
+ */
45
+ /**
46
+ * 定义状态选择器
47
+ * @param {String} $state - 状态名称
48
+ * @example
49
+ * @include b('button') {
50
+ * @include when('disabled') {
51
+ * opacity: 0.5;
52
+ * }
53
+ * }
54
+ */
55
+ /**
56
+ * 深色主题样式
57
+ * @param {String} $block - Block 块名称
58
+ * @example
59
+ * @include dark('button') {
60
+ * background: #333;
61
+ * color: #fff;
62
+ * }
63
+ */
64
+ /* stylelint-disable scss/no-global-function-names */
65
+ .gct-grid-btns[data-v-e3385a9e] .ant-btn.ant-btn-sm {
66
+ padding: 0;
67
+ }
68
+ .gct-grid-btns[data-v-e3385a9e] .ant-dropdown-trigger {
69
+ transform: rotate(90deg);
70
+ }
@@ -0,0 +1,12 @@
1
+ import { GridPaginationValue } from './types';
2
+ type __VLS_Props = {
3
+ value?: GridPaginationValue;
4
+ };
5
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
6
+ "update:value": (value: GridPaginationValue) => any;
7
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
8
+ "onUpdate:value"?: ((value: GridPaginationValue) => any) | undefined;
9
+ }>, {
10
+ value: GridPaginationValue;
11
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
2
+ import grid_pagination_vue_vue_type_script_setup_true_name_grid_pagination_lang_default from "./grid-pagination.vue_vue_type_script_setup_true_name_grid-pagination_lang.mjs";
3
+ import './grid-pagination.vue_vue_type_style_index_0_scoped_4905eabf_lang.css';/* empty css */
4
+ //#region src/components/ui/grid-pagination/grid-pagination.vue
5
+ var grid_pagination_default = /* @__PURE__ */ _plugin_vue_export_helper_default(grid_pagination_vue_vue_type_script_setup_true_name_grid_pagination_lang_default, [["__scopeId", "data-v-4905eabf"]]);
6
+ //#endregion
7
+ export { grid_pagination_default as default };
@@ -0,0 +1,57 @@
1
+ import { createBlock, defineComponent, mergeProps, openBlock, resolveComponent, unref } from "vue";
2
+ import { computedEx, t, useNamespace } from "@gct-paas/core";
3
+ //#region src/components/ui/grid-pagination/grid-pagination.vue?vue&type=script&setup=true&name=grid-pagination&lang.ts
4
+ var grid_pagination_vue_vue_type_script_setup_true_name_grid_pagination_lang_default = /* @__PURE__ */ defineComponent({
5
+ __name: "grid-pagination",
6
+ props: { value: { default: () => ({
7
+ current: 1,
8
+ pageSize: 10,
9
+ total: 0
10
+ }) } },
11
+ emits: ["update:value"],
12
+ setup(__props, { emit: __emit }) {
13
+ const ns = useNamespace("grid-pagination");
14
+ const props = __props;
15
+ const styleAttr = {
16
+ class: "ant-pagination mini ant-table-pagination ant-table-pagination-right",
17
+ size: "small",
18
+ showSizeChanger: true,
19
+ pageSizeOptions: [
20
+ "10",
21
+ "20",
22
+ "30",
23
+ "40",
24
+ "50"
25
+ ],
26
+ showTotal: (total) => t("sys.component.table.total", { total })
27
+ };
28
+ const emit = __emit;
29
+ const local = computedEx({
30
+ get: () => {
31
+ return props.value;
32
+ },
33
+ set: (v) => {
34
+ emit("update:value", v);
35
+ },
36
+ deep: true
37
+ });
38
+ return (_ctx, _cache) => {
39
+ const _component_a_pagination = resolveComponent("a-pagination");
40
+ return openBlock(), createBlock(_component_a_pagination, mergeProps({
41
+ current: unref(local).current,
42
+ "onUpdate:current": _cache[0] || (_cache[0] = ($event) => unref(local).current = $event),
43
+ "page-size": unref(local).pageSize,
44
+ "onUpdate:pageSize": _cache[1] || (_cache[1] = ($event) => unref(local).pageSize = $event),
45
+ class: [unref(ns).b()],
46
+ total: unref(local).total
47
+ }, styleAttr), null, 16, [
48
+ "current",
49
+ "page-size",
50
+ "class",
51
+ "total"
52
+ ]);
53
+ };
54
+ }
55
+ });
56
+ //#endregion
57
+ export { grid_pagination_vue_vue_type_script_setup_true_name_grid_pagination_lang_default as default };
@@ -0,0 +1,68 @@
1
+ @charset "UTF-8";
2
+ /* stylelint-disable scss/no-global-function-names */
3
+ /* bem('block', 'element', 'modifier') => 'ibiz-block__element--modifier' */
4
+ /**
5
+ * 定义 Block 块
6
+ * @param {String} $block - Block 块名称
7
+ * @example
8
+ * @include b('button') {
9
+ * padding: 10px;
10
+ * }
11
+ */
12
+ /**
13
+ * 定义 Element 元素
14
+ * @param {String|List} $element - Element 元素名称,支持单个或多个
15
+ * @example
16
+ * @include b('button') {
17
+ * @include e('text') {
18
+ * color: #000;
19
+ * }
20
+ * }
21
+ * // 或传入多个元素
22
+ * @include b('button') {
23
+ * @include e(('text', 'icon')) {
24
+ * margin: 5px;
25
+ * }
26
+ * }
27
+ */
28
+ /**
29
+ * 定义 Modifier 修饰符
30
+ * @param {String|List} $modifier - Modifier 修饰符名称,支持单个或多个
31
+ * @example
32
+ * @include b('button') {
33
+ * @include m('primary') {
34
+ * background: blue;
35
+ * }
36
+ * }
37
+ * // 或传入多个修饰符
38
+ * @include b('button') {
39
+ * @include m(('primary', 'large')) {
40
+ * background: blue;
41
+ * font-size: 16px;
42
+ * }
43
+ * }
44
+ */
45
+ /**
46
+ * 定义状态选择器
47
+ * @param {String} $state - 状态名称
48
+ * @example
49
+ * @include b('button') {
50
+ * @include when('disabled') {
51
+ * opacity: 0.5;
52
+ * }
53
+ * }
54
+ */
55
+ /**
56
+ * 深色主题样式
57
+ * @param {String} $block - Block 块名称
58
+ * @example
59
+ * @include dark('button') {
60
+ * background: #333;
61
+ * color: #fff;
62
+ * }
63
+ */
64
+ /* stylelint-disable scss/no-global-function-names */
65
+ .gct-grid-pagination.ant-table-pagination.ant-pagination[data-v-4905eabf] {
66
+ margin: 0;
67
+ padding: 16px 0;
68
+ }
@@ -0,0 +1,3 @@
1
+ import { default as GridPagination } from './grid-pagination.vue';
2
+ export * from './types';
3
+ export { GridPagination };
@@ -0,0 +1 @@
1
+ import "./grid-pagination.vue.mjs";
@@ -0,0 +1,24 @@
1
+ /**
2
+ * 表格分页数据
3
+ *
4
+ * @export
5
+ * @interface GridPaginationValue
6
+ */
7
+ export interface GridPaginationValue {
8
+ /**
9
+ * total number of data items
10
+ * @default 0
11
+ * @type number
12
+ */
13
+ total?: number;
14
+ /**
15
+ * current page number
16
+ * @type number
17
+ */
18
+ current?: number;
19
+ /**
20
+ * number of data items per page
21
+ * @type number
22
+ */
23
+ pageSize?: number;
24
+ }
@@ -1,5 +1,6 @@
1
1
  type __VLS_Props = {
2
- instanceId: string;
2
+ text: string;
3
+ keyword: string;
3
4
  };
4
5
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
5
6
  export default _default;
@@ -0,0 +1,7 @@
1
+ import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
2
+ import highlight_vue_vue_type_script_setup_true_name_highlight_lang_default from "./highlight.vue_vue_type_script_setup_true_name_highlight_lang.mjs";
3
+ import './highlight.vue_vue_type_style_index_0_scoped_e17c6606_lang.css';/* empty css */
4
+ //#region src/components/ui/highlight/highlight.vue
5
+ var highlight_default = /* @__PURE__ */ _plugin_vue_export_helper_default(highlight_vue_vue_type_script_setup_true_name_highlight_lang_default, [["__scopeId", "data-v-e17c6606"]]);
6
+ //#endregion
7
+ export { highlight_default as default };
@@ -0,0 +1,30 @@
1
+ import { Fragment, computed, createElementBlock, createTextVNode, defineComponent, normalizeClass, openBlock, renderList, toDisplayString } from "vue";
2
+ //#region src/components/ui/highlight/highlight.vue?vue&type=script&setup=true&name=highlight&lang.ts
3
+ var _hoisted_1 = { class: /* @__PURE__ */ normalizeClass(["highlight"]) };
4
+ var _hoisted_2 = {
5
+ key: 0,
6
+ class: "highlight__keyword"
7
+ };
8
+ var highlight_vue_vue_type_script_setup_true_name_highlight_lang_default = /* @__PURE__ */ defineComponent({
9
+ __name: "highlight",
10
+ props: {
11
+ text: {},
12
+ keyword: {}
13
+ },
14
+ setup(__props) {
15
+ const props = __props;
16
+ const keyword = computed(() => props.keyword);
17
+ const arr = computed(() => {
18
+ if (!props.keyword) return [props.text];
19
+ const regex = new RegExp(`(${props.keyword})`, "gi");
20
+ return props.text.split(regex).filter(Boolean);
21
+ });
22
+ return (_ctx, _cache) => {
23
+ return openBlock(), createElementBlock("div", _hoisted_1, [(openBlock(true), createElementBlock(Fragment, null, renderList(arr.value, (part, index) => {
24
+ return openBlock(), createElementBlock(Fragment, { key: index }, [part.toLowerCase() === keyword.value.toLowerCase() ? (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(part), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [createTextVNode(toDisplayString(part), 1)], 64))], 64);
25
+ }), 128))]);
26
+ };
27
+ }
28
+ });
29
+ //#endregion
30
+ export { highlight_vue_vue_type_script_setup_true_name_highlight_lang_default as default };
@@ -0,0 +1,6 @@
1
+ .highlight[data-v-e17c6606] {
2
+ --highlight-keyword-color: #026ac8;
3
+ }
4
+ .highlight__keyword[data-v-e17c6606] {
5
+ color: var(--highlight-keyword-color);
6
+ }
@@ -0,0 +1,10 @@
1
+ type __VLS_Props = {
2
+ /** 图标 */
3
+ icon?: string;
4
+ /** 提示文本 */
5
+ tooltip: string;
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ icon: string;
9
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
2
+ import icon_tooltip_vue_vue_type_script_setup_true_name_icon_tooltip_lang_default from "./icon-tooltip.vue_vue_type_script_setup_true_name_icon-tooltip_lang.mjs";
3
+ import './icon-tooltip.vue_vue_type_style_index_0_scoped_a35580e4_lang.css';/* empty css */
4
+ //#region src/components/ui/icon-tooltip/icon-tooltip.vue
5
+ var icon_tooltip_default = /* @__PURE__ */ _plugin_vue_export_helper_default(icon_tooltip_vue_vue_type_script_setup_true_name_icon_tooltip_lang_default, [["__scopeId", "data-v-a35580e4"]]);
6
+ //#endregion
7
+ export { icon_tooltip_default as default };
@@ -0,0 +1,27 @@
1
+ import { createBlock, createTextVNode, createVNode, defineComponent, normalizeClass, openBlock, resolveComponent, toDisplayString, unref, withCtx } from "vue";
2
+ import { useNamespace } from "@gct-paas/core";
3
+ import { IconNext } from "@gct-paas/core-components";
4
+ //#region src/components/ui/icon-tooltip/icon-tooltip.vue?vue&type=script&setup=true&name=icon-tooltip&lang.ts
5
+ var icon_tooltip_vue_vue_type_script_setup_true_name_icon_tooltip_lang_default = /* @__PURE__ */ defineComponent({
6
+ __name: "icon-tooltip",
7
+ props: {
8
+ icon: { default: "icon-bangzhu" },
9
+ tooltip: {}
10
+ },
11
+ setup(__props) {
12
+ const ns = useNamespace("icon-tooltip");
13
+ return (_ctx, _cache) => {
14
+ const _component_a_tooltip = resolveComponent("a-tooltip");
15
+ return openBlock(), createBlock(_component_a_tooltip, { class: normalizeClass([unref(ns).b()]) }, {
16
+ title: withCtx(() => [createTextVNode(toDisplayString(__props.tooltip), 1)]),
17
+ default: withCtx(() => [createVNode(unref(IconNext), {
18
+ value: __props.icon,
19
+ color: "#9a9a9a"
20
+ }, null, 8, ["value"])]),
21
+ _: 1
22
+ }, 8, ["class"]);
23
+ };
24
+ }
25
+ });
26
+ //#endregion
27
+ export { icon_tooltip_vue_vue_type_script_setup_true_name_icon_tooltip_lang_default as default };
@@ -0,0 +1,68 @@
1
+ @charset "UTF-8";
2
+ /* stylelint-disable scss/no-global-function-names */
3
+ /* bem('block', 'element', 'modifier') => 'ibiz-block__element--modifier' */
4
+ /**
5
+ * 定义 Block 块
6
+ * @param {String} $block - Block 块名称
7
+ * @example
8
+ * @include b('button') {
9
+ * padding: 10px;
10
+ * }
11
+ */
12
+ /**
13
+ * 定义 Element 元素
14
+ * @param {String|List} $element - Element 元素名称,支持单个或多个
15
+ * @example
16
+ * @include b('button') {
17
+ * @include e('text') {
18
+ * color: #000;
19
+ * }
20
+ * }
21
+ * // 或传入多个元素
22
+ * @include b('button') {
23
+ * @include e(('text', 'icon')) {
24
+ * margin: 5px;
25
+ * }
26
+ * }
27
+ */
28
+ /**
29
+ * 定义 Modifier 修饰符
30
+ * @param {String|List} $modifier - Modifier 修饰符名称,支持单个或多个
31
+ * @example
32
+ * @include b('button') {
33
+ * @include m('primary') {
34
+ * background: blue;
35
+ * }
36
+ * }
37
+ * // 或传入多个修饰符
38
+ * @include b('button') {
39
+ * @include m(('primary', 'large')) {
40
+ * background: blue;
41
+ * font-size: 16px;
42
+ * }
43
+ * }
44
+ */
45
+ /**
46
+ * 定义状态选择器
47
+ * @param {String} $state - 状态名称
48
+ * @example
49
+ * @include b('button') {
50
+ * @include when('disabled') {
51
+ * opacity: 0.5;
52
+ * }
53
+ * }
54
+ */
55
+ /**
56
+ * 深色主题样式
57
+ * @param {String} $block - Block 块名称
58
+ * @example
59
+ * @include dark('button') {
60
+ * background: #333;
61
+ * color: #fff;
62
+ * }
63
+ */
64
+ /* stylelint-disable scss/no-global-function-names */
65
+ .gct-icon-tooltip[data-v-a35580e4] {
66
+ vertical-align: middle;
67
+ cursor: pointer;
68
+ }
@@ -0,0 +1,10 @@
1
+ import { default as FormAlert } from './form-alert/form-alert.vue';
2
+ import { default as GridBtns } from './grid-btns/grid-btns.vue';
3
+ import { default as IconTooltip } from './icon-tooltip/icon-tooltip.vue';
4
+ import { default as ModalWrapper } from './modal-wrapper/modal-wrapper.vue';
5
+ import { default as HightLight } from './highlight/highlight.vue';
6
+ export * from './basic-grid';
7
+ export * from './embed-grid';
8
+ export * from './grid-pagination';
9
+ export * from './notice';
10
+ export { GridBtns, FormAlert, IconTooltip, ModalWrapper, HightLight };
@@ -0,0 +1,12 @@
1
+ import "./form-alert/form-alert.vue.mjs";
2
+ import "./grid-btns/grid-btns.vue.mjs";
3
+ import "./icon-tooltip/icon-tooltip.vue.mjs";
4
+ import "./modal-wrapper/modal-wrapper.vue.mjs";
5
+ import "./highlight/highlight.vue.mjs";
6
+ import "./grid-pagination/grid-pagination.vue.mjs";
7
+ import "./grid-pagination/index.mjs";
8
+ import "./basic-grid/basic-grid.vue.mjs";
9
+ import "./basic-grid/index.mjs";
10
+ import "./embed-grid/embed-grid.vue.mjs";
11
+ import "./embed-grid/index.mjs";
12
+ import "./notice/index.mjs";
@@ -0,0 +1,26 @@
1
+ import { IModalData, IModalOptions } from '@gct-paas/core';
2
+ type __VLS_Props = {
3
+ opts?: IModalOptions;
4
+ disabledOk?: boolean;
5
+ doCancel?: () => Promise<boolean>;
6
+ doOk?: () => Promise<false | IModalData>;
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: HTMLDivElement;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
+ opts: IModalOptions;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,7 @@
1
+ import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
2
+ import modal_wrapper_vue_vue_type_script_setup_true_name_modal_wrapper_lang_default from "./modal-wrapper.vue_vue_type_script_setup_true_name_modal-wrapper_lang.mjs";
3
+ import './modal-wrapper.vue_vue_type_style_index_0_scoped_6b8a9609_lang.css';/* empty css */
4
+ //#region src/components/ui/modal-wrapper/modal-wrapper.vue
5
+ var modal_wrapper_default = /* @__PURE__ */ _plugin_vue_export_helper_default(modal_wrapper_vue_vue_type_script_setup_true_name_modal_wrapper_lang_default, [["__scopeId", "data-v-6b8a9609"]]);
6
+ //#endregion
7
+ export { modal_wrapper_default as default };
@@ -0,0 +1,78 @@
1
+ import { computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, defineComponent, inject, normalizeClass, openBlock, renderSlot, resolveComponent, toDisplayString, watch, withCtx } from "vue";
2
+ import { t } from "@gct-paas/core";
3
+ //#region src/components/ui/modal-wrapper/modal-wrapper.vue?vue&type=script&setup=true&name=modal-wrapper&lang.ts
4
+ var _hoisted_1 = { class: "modal-wrapper__content" };
5
+ var _hoisted_2 = {
6
+ key: 0,
7
+ class: "modal-wrapper__footer"
8
+ };
9
+ /** 模态控制器 */
10
+ var modal_wrapper_vue_vue_type_script_setup_true_name_modal_wrapper_lang_default = /* @__PURE__ */ defineComponent({
11
+ __name: "modal-wrapper",
12
+ props: {
13
+ opts: { default: () => ({}) },
14
+ disabledOk: { type: Boolean },
15
+ doCancel: {},
16
+ doOk: {}
17
+ },
18
+ setup(__props) {
19
+ const modal = inject("modal");
20
+ if (!modal) console.error("modal不存在");
21
+ const props = __props;
22
+ /** 是否显示底部按钮 */
23
+ const showFooter = computed(() => {
24
+ return props.opts.showFooter !== false;
25
+ });
26
+ const _options = computed(() => {
27
+ return {
28
+ okText: t("sys.okText"),
29
+ cancelText: t("sys.cancelText"),
30
+ showOkBtn: true,
31
+ showCancelBtn: true,
32
+ ...props.opts,
33
+ showFooter: false
34
+ };
35
+ });
36
+ watch(() => _options.value, (val) => {
37
+ if (val) modal.setOptions(val);
38
+ }, {
39
+ immediate: true,
40
+ deep: true
41
+ });
42
+ /** 触发取消模态 */
43
+ const onCancel = async () => {
44
+ if (props.doCancel) {
45
+ if (!await props.doCancel()) return;
46
+ }
47
+ modal.dismiss();
48
+ };
49
+ /** 触发确认模态 */
50
+ const onOk = async () => {
51
+ if (props.doOk) {
52
+ const data = await props.doOk();
53
+ if (!data) return;
54
+ modal.dismiss(data);
55
+ }
56
+ };
57
+ return (_ctx, _cache) => {
58
+ const _component_a_button = resolveComponent("a-button");
59
+ return openBlock(), createElementBlock("div", { class: normalizeClass(["modal-wrapper", _options.value.height && "modal-wrapper--has-height"]) }, [createElementVNode("div", _hoisted_1, [renderSlot(_ctx.$slots, "default", {}, void 0, true)]), showFooter.value ? (openBlock(), createElementBlock("div", _hoisted_2, [_options.value.showCancelBtn ? (openBlock(), createBlock(_component_a_button, {
60
+ key: 0,
61
+ onClick: onCancel
62
+ }, {
63
+ default: withCtx(() => [createTextVNode(toDisplayString(_options.value.cancelText), 1)]),
64
+ _: 1
65
+ })) : createCommentVNode("", true), _options.value.showOkBtn ? (openBlock(), createBlock(_component_a_button, {
66
+ key: 1,
67
+ disabled: __props.disabledOk,
68
+ type: "primary",
69
+ onClick: onOk
70
+ }, {
71
+ default: withCtx(() => [createTextVNode(toDisplayString(_options.value.okText), 1)]),
72
+ _: 1
73
+ }, 8, ["disabled"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 2);
74
+ };
75
+ }
76
+ });
77
+ //#endregion
78
+ export { modal_wrapper_vue_vue_type_script_setup_true_name_modal_wrapper_lang_default as default };
@@ -0,0 +1,28 @@
1
+ .modal-wrapper[data-v-6b8a9609] {
2
+ height: 100%;
3
+ display: flex;
4
+ flex-direction: column;
5
+ }
6
+ .modal-wrapper--has-height .modal-wrapper__content[data-v-6b8a9609] {
7
+ height: 1px;
8
+ }
9
+ .modal-wrapper__content[data-v-6b8a9609] {
10
+ flex-grow: 1;
11
+ }
12
+ .modal-wrapper__footer[data-v-6b8a9609] {
13
+ flex-shrink: 0;
14
+ flex-grow: 0;
15
+ border-top: 1px solid #e0e3eb;
16
+ height: 64px;
17
+ display: flex;
18
+ justify-content: flex-end;
19
+ align-items: center;
20
+ }
21
+ .modal-wrapper__footer[data-v-6b8a9609] .ant-btn {
22
+ margin-right: 16px;
23
+ }
24
+ .modal-wrapper__footer[data-v-6b8a9609] .ant-btn.ant-btn-primary[disabled] {
25
+ background: #bfd8f2;
26
+ border-color: #bfd8f2 !important;
27
+ color: #ffffff;
28
+ }
@@ -0,0 +1,8 @@
1
+ import { ModalFuncProps } from 'ant-design-vue';
2
+ /**
3
+ * ant确认提示框样式封装
4
+ * @export
5
+ * @param arg
6
+ * @return {*}
7
+ */
8
+ export declare function modalConfirm(arg: ModalFuncProps): Promise<boolean>;
@@ -0,0 +1,31 @@
1
+ import { createVNode } from "vue";
2
+ import { t } from "@gct-paas/core";
3
+ import { Modal as Modal$1 } from "ant-design-vue";
4
+ import { ExclamationCircleFilled } from "@ant-design/icons-vue";
5
+ //#region src/components/ui/notice/index.ts
6
+ /**
7
+ * ant确认提示框样式封装
8
+ * @export
9
+ * @param arg
10
+ * @return {*}
11
+ */
12
+ function modalConfirm(arg) {
13
+ return new Promise((resolve) => {
14
+ Modal$1.confirm({
15
+ icon: createVNode(ExclamationCircleFilled),
16
+ okText: t("sys.ok2"),
17
+ cancelText: t("sys.cancel"),
18
+ closable: false,
19
+ centered: true,
20
+ ...arg,
21
+ onOk: async () => {
22
+ resolve(true);
23
+ },
24
+ onCancel: () => {
25
+ resolve(false);
26
+ }
27
+ });
28
+ });
29
+ }
30
+ //#endregion
31
+ export { modalConfirm };
@@ -4,6 +4,6 @@ import { App } from 'vue';
4
4
  *
5
5
  * @export
6
6
  * @param {App} app
7
- * @return {*} {Promise<void>}
7
+ * @return {*} {void}
8
8
  */
9
- export declare function coreWebCreateAppVue(app: App): Promise<void>;
9
+ export declare function coreWebCreateAppVue(app: App): void;