@gct-paas/core-web 0.1.6-dev.9 → 6.0.0-dev.1

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 (515) hide show
  1. package/README.md +164 -0
  2. package/dist/{JsBarcode-DY53cVJ6.js → JsBarcode-BGWngdwS.js} +2 -1
  3. package/dist/{chunk-DPOkwzLC.js → chunk-D81gJz-r.js} +1 -0
  4. package/dist/{cropper-DK_hFgpO.js → cropper-BLPbQquQ.js} +2 -1
  5. package/dist/{de_DE-B3f8kAv-.js → de_DE-lp8nWa1a.js} +2 -1
  6. package/dist/{defineProperty-Co6UJKQ3.js → defineProperty-2KkPQkrT.js} +1 -0
  7. package/dist/{diagram-config-item-C5Ha2XJq.js → diagram-config-item-Dm5lOw7e.js} +2 -1
  8. package/dist/{diagram-config-item-reverse-ChoxnW-Z.js → diagram-config-item-reverse-DybVT1v8.js} +2 -1
  9. package/dist/{diagram-config-item-virtual-Cbmggfwt.js → diagram-config-item-virtual-C_f2G_Vr.js} +2 -1
  10. package/dist/{en_US-BSG3Kz6v.js → en_US-D98QXMl6.js} +2 -1
  11. package/dist/{es_ES-BGP8IOmQ.js → es_ES-B-1BcvDC.js} +2 -1
  12. package/dist/{fr_FR-Y-6CzjUq.js → fr_FR-91OvSlik.js} +2 -1
  13. package/dist/{hooks-yX21uJ6d.js → hooks-CiDkavfj.js} +2 -1
  14. package/dist/icon-next-picker-Doo3lTDT.js +2 -0
  15. package/dist/index.min.css +1 -1
  16. package/dist/{ja_JP-CDlH1v8M.js → ja_JP-B_ODz2ET.js} +2 -1
  17. package/dist/loader.esm.min.js +2 -1
  18. package/dist/monaco-editor-CBTGDYLN.js +2 -0
  19. package/dist/{objectSpread2-DARadIQB.js → objectSpread2-CAbOtJO-.js} +1 -0
  20. package/dist/{overlayscrollbars-vue-Df-3wShc.js → overlayscrollbars-vue-D7zKqFz1.js} +1 -0
  21. package/dist/{pt_PT-N-iIoE2_.js → pt_PT-CWWBKw1i.js} +2 -1
  22. package/dist/{relationship-diagram-config-DstwwXCO.js → relationship-diagram-config-Drq6c8Go.js} +2 -1
  23. package/dist/{rich-editor-DVOriJH0.js → rich-editor-DXy7TVFr.js} +2 -1
  24. package/dist/{ru_RU--ESLRHrj.js → ru_RU-CglPkc-0.js} +2 -1
  25. package/dist/{tr_TR-BOIykdZO.js → tr_TR-OT1CFAsE.js} +2 -1
  26. package/dist/useMonacoEditor-Cy3-Y884.js +2 -0
  27. package/dist/{vi_VN-CmVoM2Rw.js → vi_VN-DX5V7azK.js} +2 -1
  28. package/dist/{zh_CN-DhsO5Qwx.js → zh_CN-gyMknlS7.js} +2 -1
  29. package/dist/{zh_TW-DWdp2kVo.js → zh_TW-CjWZb9t2.js} +2 -1
  30. package/es/components/I18nSelect/src/i18n-select-btn.vue.mjs +2 -2
  31. package/es/components/I18nSelect/src/i18n-select-btn.vue_vue_type_script_setup_true_name_i18n-select-btn_lang.mjs +4 -4
  32. package/es/components/I18nSelect/src/{i18n-select-btn.vue_vue_type_style_index_0_scoped_ab917ea8_lang.css → i18n-select-btn.vue_vue_type_style_index_0_scoped_efd9b5f6_lang.css} +14 -14
  33. package/es/components/I18nSelect/src/i18n-select-input-form.vue_vue_type_script_setup_true_name_i18n-select-input-form_lang.mjs +3 -2
  34. package/es/components/I18nSelect/src/i18n-select-textarea-form.vue_vue_type_script_setup_true_name_i18n-select-input-form_lang.mjs +3 -2
  35. package/es/components/UserPick/src/user-pick.vue.mjs +2 -2
  36. package/es/components/UserPick/src/user-pick.vue_vue_type_script_setup_true_lang.mjs +16 -18
  37. package/es/components/UserPick/src/user-pick.vue_vue_type_style_index_0_scoped_622db2b9_lang.css +56 -0
  38. package/es/components/app-drawer/app-drawer-component.css +82 -0
  39. package/es/components/app-drawer/app-drawer-component.d.ts +26 -0
  40. package/es/components/app-drawer/app-drawer-component.mjs +84 -0
  41. package/es/components/app-popover/app-popover-component.mjs +1 -1
  42. package/es/components/batch-select-list/batch-select-list.css +119 -0
  43. package/es/components/batch-select-list/batch-select-list.d.ts +158 -0
  44. package/es/components/batch-select-list/batch-select-list.mjs +133 -0
  45. package/es/components/design-save-tip/design-save-tip.css +107 -0
  46. package/es/components/design-save-tip/design-save-tip.d.ts +44 -0
  47. package/es/components/design-save-tip/design-save-tip.mjs +81 -0
  48. package/es/components/design-step-check/design-step-check.css +133 -0
  49. package/es/components/design-step-check/design-step-check.d.ts +30 -0
  50. package/es/components/design-step-check/design-step-check.mjs +96 -0
  51. package/es/components/design-view-layout/design-view-layout.css +184 -0
  52. package/es/components/design-view-layout/design-view-layout.d.ts +1 -0
  53. package/es/components/design-view-layout/design-view-layout.mjs +159 -0
  54. package/es/components/field-cascader/index.d.ts +2 -1
  55. package/es/components/field-cascader/src/hooks.d.ts +2 -0
  56. package/es/components/field-tree-select/field-tree-select.vue.mjs +2 -2
  57. package/es/components/field-tree-select/field-tree-select.vue_vue_type_script_setup_true_lang.mjs +2 -2
  58. 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
  59. package/es/components/field-upload/src/FieldUpload.vue_vue_type_script_setup_true_name_FieldUpload_lang.mjs +1 -0
  60. package/es/components/field-upload/src/components/base-upload.vue.mjs +2 -2
  61. package/es/components/field-upload/src/components/base-upload.vue_vue_type_script_name_baseUpload_setup_true_lang.mjs +2 -2
  62. 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
  63. package/es/components/field-upload/src/components/file-list.vue.mjs +2 -2
  64. package/es/components/field-upload/src/components/file-list.vue_vue_type_script_setup_true_name_fileList_lang.mjs +4 -3
  65. package/es/components/field-upload/src/components/{file-list.vue_vue_type_style_index_0_scoped_543b5221_lang.css → file-list.vue_vue_type_style_index_0_scoped_2966d274_lang.css} +25 -25
  66. package/es/components/field-upload/src/types/index.d.ts +1 -4
  67. package/es/components/field-upload/src/types/index.mjs +2 -6
  68. package/es/components/icon-next-picker/icon-next-picker.vue_vue_type_script_setup_true_name_IconNextPicker_lang.mjs +2 -4
  69. package/es/components/image-upload/index.mjs +1 -1
  70. package/es/components/image-upload/src/components/base-upload.vue.mjs +2 -2
  71. package/es/components/image-upload/src/components/base-upload.vue_vue_type_script_name_baseUpload_setup_true_lang.mjs +2 -2
  72. 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
  73. package/es/components/image-upload/src/components/upload-design.vue.mjs +2 -2
  74. package/es/components/image-upload/src/components/upload-design.vue_vue_type_script_name_UploadDesign_setup_true_lang.mjs +3 -2
  75. package/es/components/image-upload/src/components/upload-design.vue_vue_type_style_index_0_scoped_15add37b_lang.css +33 -0
  76. package/es/components/image-upload/src/types/index.d.ts +1 -4
  77. package/es/components/image-upload/src/types/index.mjs +1 -8
  78. package/es/components/index.d.ts +13 -4
  79. package/es/components/index.mjs +31 -3
  80. package/es/components/label-design/components/mr-vue/MrEl.vue.mjs +2 -2
  81. package/es/components/label-design/components/mr-vue/MrEl.vue_vue_type_script_setup_true_name_mr-el_lang.mjs +15 -11
  82. package/es/components/label-design/components/mr-vue/{MrEl.vue_vue_type_style_index_0_scoped_abef86c9_lang.css → MrEl.vue_vue_type_style_index_0_scoped_371e4b06_lang.css} +61 -61
  83. package/es/components/label-design/components/widgets/QrCode.vue.mjs +2 -2
  84. package/es/components/label-design/components/widgets/QrCode.vue_vue_type_script_setup_true_name_QR_CODE_lang.mjs +86 -4
  85. package/es/components/label-design/components/widgets/QrCode.vue_vue_type_style_index_0_scoped_2fb36afd_lang.css +14 -0
  86. package/es/components/label-design/components/widgets/Text.vue.mjs +3 -3
  87. package/es/components/label-design/components/widgets/{Text.vue_vue_type_script_setup_true_lang.mjs → Text.vue_vue_type_script_setup_true_name_TEXT_lang.mjs} +44 -25
  88. package/es/components/label-design/components/widgets/Text.vue_vue_type_style_index_0_scoped_d9ace99f_lang.css +37 -0
  89. package/es/components/label-design/components/widgets/index.mjs +4 -1
  90. package/es/components/label-design/components/widgets/richText.vue.mjs +2 -2
  91. package/es/components/label-design/components/widgets/richText.vue_vue_type_script_setup_true_lang.mjs +4 -3
  92. package/es/components/label-design/components/widgets/{richText.vue_vue_type_style_index_0_scoped_d05f3ffd_lang.css → richText.vue_vue_type_style_index_0_scoped_fc7a37f7_lang.css} +3 -3
  93. package/es/components/label-design/constants/CommonPrintElems.d.ts +41 -4
  94. package/es/components/label-design/constants/CommonPrintElems.mjs +31 -15
  95. package/es/components/label-design/designer.vue.d.ts +2 -0
  96. package/es/components/label-design/designer.vue.mjs +7 -0
  97. package/es/components/label-design/designer.vue_vue_type_script_setup_true_lang.mjs +32 -0
  98. package/es/components/label-design/designer.vue_vue_type_style_index_0_scoped_260222c9_lang.css +32 -0
  99. package/es/components/label-design/header/header.vue.d.ts +6 -0
  100. package/es/components/label-design/header/header.vue.mjs +7 -0
  101. package/es/components/label-design/header/header.vue_vue_type_script_setup_true_lang.mjs +232 -0
  102. package/es/components/label-design/header/header.vue_vue_type_style_index_0_scoped_aa2b4235_lang.css +39 -0
  103. package/es/components/label-design/header/test-var-modal.vue.d.ts +207 -0
  104. package/es/components/label-design/header/test-var-modal.vue.mjs +7 -0
  105. package/es/components/label-design/header/test-var-modal.vue_vue_type_script_setup_true_lang.mjs +202 -0
  106. package/es/components/label-design/header/test-var-modal.vue_vue_type_style_index_0_scoped_972496bb_lang.css +69 -0
  107. package/es/components/label-design/hooks/useDesigner.d.ts +1 -0
  108. package/es/components/label-design/hooks/useDesigner.mjs +19 -1
  109. package/es/components/label-design/hooks/usePage.mjs +16 -2
  110. package/es/components/label-design/hooks/useProp.d.ts +62 -7
  111. package/es/components/label-design/hooks/useProp.mjs +154 -97
  112. package/es/components/label-design/index.d.ts +11 -1
  113. package/es/components/label-design/index.mjs +10 -1
  114. package/es/components/label-design/modal/index.mjs +4 -4
  115. package/es/components/label-design/panels/modals/diff-modal.vue.mjs +2 -2
  116. package/es/components/label-design/panels/modals/diff-modal.vue_vue_type_script_setup_true_lang.mjs +4 -2
  117. package/es/components/label-design/panels/modals/{diff-modal.vue_vue_type_style_index_0_scoped_16a76e9a_lang.css → diff-modal.vue_vue_type_style_index_0_scoped_54211e3c_lang.css} +2 -2
  118. package/es/components/label-design/panels/widget/component-properties.vue.mjs +2 -2
  119. package/es/components/label-design/panels/widget/component-properties.vue_vue_type_script_setup_true_name_component-properties_lang.mjs +38 -7
  120. package/es/components/label-design/panels/widget/{component-properties.vue_vue_type_style_index_0_scoped_4a732e3f_lang.css → component-properties.vue_vue_type_style_index_0_scoped_d6c5e9e9_lang.css} +10 -10
  121. package/es/components/label-design/panels/widget/components/label-params-select.vue.d.ts +35 -0
  122. package/es/components/label-design/panels/widget/controls/AliasInput.vue.mjs +9 -4
  123. package/es/components/label-design/panels/widget/controls/Border.vue.mjs +20 -17
  124. package/es/components/label-design/panels/widget/controls/Border.vue_vue_type_script_lang.mjs +4 -0
  125. package/es/components/label-design/panels/widget/controls/{Border.vue_vue_type_style_index_0_scoped_5d5ceddd_lang.css → Border.vue_vue_type_style_index_0_scoped_5bb46dc4_lang.css} +5 -5
  126. package/es/components/label-design/panels/widget/controls/ExpressionContent.vue_vue_type_script_lang.mjs +2 -1
  127. package/es/components/label-design/panels/widget/controls/FontFamily.vue_vue_type_script_lang.mjs +1 -1
  128. package/es/components/label-design/panels/widget/controls/FontStyle.vue.mjs +12 -8
  129. package/es/components/label-design/panels/widget/controls/FontStyle.vue_vue_type_script_lang.mjs +12 -6
  130. package/es/components/label-design/panels/widget/controls/InputContent.vue.mjs +9 -4
  131. package/es/components/label-design/panels/widget/controls/InputContent.vue_vue_type_script_lang.mjs +4 -0
  132. package/es/components/label-design/panels/widget/controls/LineHeight.vue.mjs +183 -0
  133. package/es/components/label-design/panels/widget/controls/PdfQrConfig.vue.mjs +10 -0
  134. package/es/components/label-design/panels/widget/controls/PdfQrConfig.vue_vue_type_script_setup_true_name_pdf-qr-config_lang.mjs +166 -0
  135. package/es/components/label-design/panels/widget/controls/PdfQrConfig.vue_vue_type_style_index_0_scoped_cd6ec1c2_lang.css +19 -0
  136. package/es/components/label-design/panels/widget/controls/PdfQrConfig.vue_vue_type_style_index_1_lang.css +0 -0
  137. package/es/components/label-design/panels/widget/controls/SelectContent.vue.mjs +20 -5
  138. package/es/components/label-design/panels/widget/controls/StackOrder.vue.mjs +15 -10
  139. package/es/components/label-design/panels/widget/controls/TextAlign.vue.mjs +12 -8
  140. package/es/components/label-design/panels/widget/controls/TextAlign.vue_vue_type_script_lang.mjs +9 -3
  141. package/es/components/label-design/panels/widget/controls/TextVerticalAlign.vue.mjs +9 -6
  142. package/es/components/label-design/panels/widget/controls/TextVerticalAlign.vue_vue_type_script_lang.mjs +9 -3
  143. package/es/components/label-design/panels/widget/controls/VariableSelect.vue.mjs +2 -2
  144. package/es/components/label-design/panels/widget/controls/VariableSelect.vue_vue_type_script_setup_true_name_variable-select_lang.mjs +15 -7
  145. package/es/components/label-design/panels/widget/controls/VariableSelect.vue_vue_type_style_index_0_scoped_8729413a_lang.css +15 -0
  146. package/es/components/label-design/panels/widget/controls/dim-pos.vue.mjs +2 -2
  147. package/es/components/label-design/panels/widget/controls/dim-pos.vue_vue_type_script_setup_true_name_dim-pos_lang.mjs +52 -44
  148. package/es/components/label-design/panels/widget/controls/{dim-pos.vue_vue_type_style_index_0_scoped_a247e0e1_lang.css → dim-pos.vue_vue_type_style_index_0_scoped_16616a25_lang.css} +2 -2
  149. package/es/components/label-design/panels/widget/controls/field-content.vue.mjs +2 -2
  150. package/es/components/label-design/panels/widget/controls/field-content.vue_vue_type_script_setup_true_name_field-content_lang.mjs +5 -4
  151. package/es/components/label-design/panels/widget/controls/field-content.vue_vue_type_style_index_0_scoped_20837fed_lang.css +6 -0
  152. package/es/components/label-design/panels/widget/controls/index.mjs +4 -0
  153. package/es/components/label-design/panels/widget/controls/rich-btn.vue.mjs +1 -1
  154. package/es/components/label-design/panels/widget/controls/rich-btn.vue_vue_type_script_lang.mjs +11 -5
  155. package/es/components/label-design/panels/widget/page-properties.vue.mjs +2 -2
  156. package/es/components/label-design/panels/widget/page-properties.vue_vue_type_script_setup_true_name_page-properties_lang.mjs +3 -2
  157. package/es/components/label-design/panels/widget/{page-properties.vue_vue_type_style_index_0_scoped_ad548f64_lang.css → page-properties.vue_vue_type_style_index_0_scoped_e0675ce4_lang.css} +2 -2
  158. package/es/components/label-design/panels/widget/panel-widget.vue_vue_type_script_setup_true_name_panel-widget_lang.mjs +4 -3
  159. package/es/components/label-design/panels/widget/panel-widget.vue_vue_type_style_index_0_lang.css +5 -5
  160. package/es/components/label-design/stage/StageEl.vue.d.ts +6 -1
  161. package/es/components/label-design/stage/StageEl.vue_vue_type_script_lang.mjs +23 -1
  162. package/es/components/label-design/stage/stage-canvas.vue.d.ts +2 -0
  163. package/es/components/label-design/stage/stage-canvas.vue_vue_type_script_setup_true_lang.mjs +27 -3
  164. package/es/components/label-design/toolkits/toolkit-widgets.vue.mjs +2 -2
  165. package/es/components/label-design/toolkits/toolkit-widgets.vue_vue_type_script_setup_true_name_toolkit-widgets_lang.mjs +4 -3
  166. package/es/components/label-design/toolkits/{toolkit-widgets.vue_vue_type_style_index_0_scoped_a787d212_lang.css → toolkit-widgets.vue_vue_type_style_index_0_scoped_c0634baf_lang.css} +9 -9
  167. package/es/components/label-design/type/index.d.ts +15 -0
  168. package/es/components/label-design/type/index.mjs +11 -0
  169. package/es/components/modal-name-editor/modal-name-editor.css +117 -0
  170. package/es/components/modal-name-editor/modal-name-editor.d.ts +43 -0
  171. package/es/components/modal-name-editor/modal-name-editor.mjs +141 -0
  172. package/es/components/model-cascader/index.d.ts +34 -0
  173. package/es/components/model-cascader/index.mjs +98 -0
  174. package/es/components/model-cascader/style.css +54 -0
  175. package/es/components/model-cascader/util.d.ts +27 -0
  176. package/es/components/model-cascader/util.mjs +74 -0
  177. package/es/components/monaco-editor/monaco-editor.css +70 -0
  178. package/es/components/monaco-editor/monaco-editor.d.ts +22 -0
  179. package/es/components/monaco-editor/monaco-editor.mjs +82 -0
  180. package/es/components/number-range/number-range.vue.mjs +2 -2
  181. package/es/components/number-range/number-range.vue_vue_type_script_setup_true_lang.mjs +1 -1
  182. 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
  183. package/es/components/open-select-user-modal/SelectUserContainer.vue.d.ts +21 -0
  184. package/es/components/open-select-user-modal/SelectUserContainer.vue.mjs +8 -0
  185. package/es/components/open-select-user-modal/SelectUserContainer.vue_vue_type_script_setup_true_name_SelectUserContainer_lang.mjs +383 -0
  186. package/es/components/open-select-user-modal/SelectUserContainer.vue_vue_type_style_index_0_scoped_1fd02207_lang.css +11 -0
  187. package/es/components/open-select-user-modal/SelectUserContainer.vue_vue_type_style_index_1_lang.css +144 -0
  188. package/es/components/open-select-user-modal/component/dynamic.vue.d.ts +12 -0
  189. package/es/components/open-select-user-modal/component/dynamic.vue.mjs +7 -0
  190. package/es/components/open-select-user-modal/component/dynamic.vue_vue_type_script_setup_true_name_waiting-area-dynamic_lang.mjs +143 -0
  191. package/es/components/open-select-user-modal/component/dynamic.vue_vue_type_style_index_0_scoped_e32390db_lang.css +30 -0
  192. package/es/components/open-select-user-modal/component/extra-user.vue.d.ts +16 -0
  193. package/es/components/open-select-user-modal/component/extra-user.vue.mjs +7 -0
  194. 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
  195. package/es/components/open-select-user-modal/component/extra-user.vue_vue_type_style_index_0_scoped_75c9dc57_lang.css +12 -0
  196. package/es/components/open-select-user-modal/component/org.vue.d.ts +11 -0
  197. package/es/components/open-select-user-modal/component/org.vue.mjs +6 -0
  198. package/es/components/open-select-user-modal/component/org.vue_vue_type_script_setup_true_name_waiting-area-org_lang.mjs +87 -0
  199. package/es/components/open-select-user-modal/component/role.vue.d.ts +11 -0
  200. package/es/components/open-select-user-modal/component/role.vue.mjs +6 -0
  201. package/es/components/open-select-user-modal/component/role.vue_vue_type_script_setup_true_name_waiting-area-role_lang.mjs +90 -0
  202. package/es/components/open-select-user-modal/component/role.vue_vue_type_style_index_0_lang.css +114 -0
  203. package/es/components/open-select-user-modal/component/search-input.vue.d.ts +9 -0
  204. package/es/components/open-select-user-modal/component/search-input.vue.mjs +5 -0
  205. package/es/components/open-select-user-modal/component/search-input.vue_vue_type_script_setup_true_name_search-input_lang.mjs +35 -0
  206. package/es/components/open-select-user-modal/component/select-area.vue.d.ts +10 -0
  207. package/es/components/open-select-user-modal/component/select-area.vue.mjs +7 -0
  208. 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
  209. package/es/components/open-select-user-modal/component/select-area.vue_vue_type_style_index_0_scoped_7ba4ab92_lang.css +36 -0
  210. package/es/components/open-select-user-modal/component/user-group.vue.d.ts +11 -0
  211. package/es/components/open-select-user-modal/component/user-group.vue.mjs +6 -0
  212. 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
  213. package/es/components/open-select-user-modal/component/user.vue.d.ts +17 -0
  214. package/es/components/open-select-user-modal/component/user.vue.mjs +8 -0
  215. package/es/components/open-select-user-modal/component/user.vue_vue_type_script_setup_true_name_waiting-area-user_lang.mjs +204 -0
  216. package/es/components/open-select-user-modal/component/user.vue_vue_type_style_index_1_scoped_c546c256_lang.css +45 -0
  217. package/es/components/open-select-user-modal/controller/base-controller.d.ts +21 -0
  218. package/es/components/open-select-user-modal/controller/base-controller.mjs +15 -0
  219. package/es/components/open-select-user-modal/controller/edhr-controller.d.ts +17 -0
  220. package/es/components/open-select-user-modal/controller/edhr-controller.mjs +39 -0
  221. package/es/components/open-select-user-modal/controller/index.d.ts +18 -0
  222. package/es/components/open-select-user-modal/controller/index.mjs +42 -0
  223. package/es/components/open-select-user-modal/controller/paas-controller.d.ts +10 -0
  224. package/es/components/open-select-user-modal/controller/paas-controller.mjs +31 -0
  225. package/es/components/open-select-user-modal/index.d.ts +15 -0
  226. package/es/components/open-select-user-modal/index.mjs +40 -0
  227. package/es/components/open-select-user-modal/type/index.d.ts +7 -0
  228. package/es/components/overlay-scrollbars/gct-overlay-scrollbars.d.ts +2 -3
  229. package/es/components/paas-bpmn-log/components/approval-node.vue.mjs +2 -2
  230. package/es/components/paas-bpmn-log/components/approval-node.vue_vue_type_script_setup_true_lang.mjs +8 -9
  231. package/es/components/paas-bpmn-log/components/{approval-node.vue_vue_type_style_index_0_scoped_a8065b24_lang.css → approval-node.vue_vue_type_style_index_0_scoped_b28cab6b_lang.css} +9 -9
  232. package/es/components/paas-bpmn-log/components/user-list.vue.mjs +2 -2
  233. package/es/components/paas-bpmn-log/components/user-list.vue_vue_type_script_setup_true_lang.mjs +2 -1
  234. 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
  235. package/es/components/paas-bpmn-log/hooks/uselog.mjs +1 -1
  236. package/es/components/paas-bpmn-log/paas-bpmn-log.vue.mjs +2 -2
  237. package/es/components/paas-bpmn-log/paas-bpmn-log.vue_vue_type_script_setup_true_lang.mjs +15 -16
  238. package/es/components/paas-bpmn-log/{paas-bpmn-log.vue_vue_type_style_index_0_scoped_eb574523_lang.css → paas-bpmn-log.vue_vue_type_style_index_0_scoped_359cf19e_lang.css} +9 -9
  239. package/es/components/select-user-modal/select-user-modal.vue.mjs +2 -2
  240. package/es/components/select-user-modal/select-user-modal.vue_vue_type_style_index_0_scoped_8316b821_lang.css +14 -0
  241. package/es/components/serial-number/components/data-field-cascader.vue.d.ts +15 -0
  242. package/es/components/serial-number/components/data-field-cascader.vue.mjs +8 -0
  243. package/es/components/serial-number/components/data-field-cascader.vue_vue_type_script_setup_true_lang.mjs +496 -0
  244. package/es/components/serial-number/components/data-field-cascader.vue_vue_type_style_index_0_scoped_9a2af5c6_lang.css +134 -0
  245. package/es/components/serial-number/components/data-field-cascader.vue_vue_type_style_index_1_lang.css +18 -0
  246. package/es/components/serial-number/serial-number-container.vue.mjs +2 -2
  247. package/es/components/serial-number/serial-number-container.vue_vue_type_script_setup_true_name_serial-number-container_lang.mjs +1 -0
  248. package/es/components/serial-number/{serial-number-container.vue_vue_type_style_index_0_scoped_35a73b4c_lang.css → serial-number-container.vue_vue_type_style_index_0_scoped_28b84222_lang.css} +7 -7
  249. package/es/components/serial-number/serial-number-item.vue.d.ts +28 -1
  250. package/es/components/serial-number/serial-number-item.vue.mjs +2 -2
  251. package/es/components/serial-number/serial-number-item.vue_vue_type_script_setup_true_lang.mjs +30 -23
  252. package/es/components/serial-number/{serial-number-item.vue_vue_type_style_index_0_scoped_f992d0b8_lang.css → serial-number-item.vue_vue_type_style_index_0_scoped_94ffcb8c_lang.css} +16 -16
  253. package/es/components/shrink-panel/shrink-panel.css +130 -0
  254. package/es/components/shrink-panel/shrink-panel.d.ts +23 -0
  255. package/es/components/shrink-panel/shrink-panel.mjs +41 -0
  256. package/es/components/ui/basic-grid/basic-grid.vue.d.ts +81 -0
  257. package/es/components/ui/basic-grid/basic-grid.vue.mjs +7 -0
  258. package/es/components/ui/basic-grid/basic-grid.vue_vue_type_script_setup_true_name_basic-grid_lang.mjs +134 -0
  259. package/es/components/ui/basic-grid/basic-grid.vue_vue_type_style_index_0_scoped_99a4ea49_lang.css +90 -0
  260. package/es/components/ui/basic-grid/index.d.ts +3 -0
  261. package/es/components/ui/basic-grid/index.mjs +1 -0
  262. package/es/components/ui/basic-grid/types.d.ts +6 -0
  263. package/es/components/ui/embed-grid/embed-grid.vue.d.ts +62 -0
  264. package/es/components/ui/embed-grid/embed-grid.vue.mjs +7 -0
  265. package/es/components/ui/embed-grid/embed-grid.vue_vue_type_script_setup_true_name_embed-grid_lang.mjs +73 -0
  266. package/es/components/ui/embed-grid/index.d.ts +3 -0
  267. package/es/components/ui/embed-grid/index.mjs +1 -0
  268. package/es/components/ui/embed-grid/types.d.ts +5 -0
  269. package/es/components/ui/form-alert/form-alert.vue.d.ts +10 -0
  270. package/es/components/ui/form-alert/form-alert.vue.mjs +7 -0
  271. package/es/components/ui/form-alert/form-alert.vue_vue_type_script_setup_true_name_form-alert_lang.mjs +31 -0
  272. package/es/components/ui/form-alert/form-alert.vue_vue_type_style_index_0_scoped_a6bdad9c_lang.css +64 -0
  273. package/es/components/ui/grid-btns/grid-btns.vue.d.ts +2 -0
  274. package/es/components/ui/grid-btns/grid-btns.vue.mjs +7 -0
  275. package/es/components/ui/grid-btns/grid-btns.vue_vue_type_script_setup_true_name_grid-btns_lang.mjs +15 -0
  276. package/es/components/ui/grid-btns/grid-btns.vue_vue_type_style_index_0_scoped_e3385a9e_lang.css +70 -0
  277. package/es/components/ui/grid-pagination/grid-pagination.vue.d.ts +12 -0
  278. package/es/components/ui/grid-pagination/grid-pagination.vue.mjs +7 -0
  279. package/es/components/ui/grid-pagination/grid-pagination.vue_vue_type_script_setup_true_name_grid-pagination_lang.mjs +57 -0
  280. package/es/components/ui/grid-pagination/grid-pagination.vue_vue_type_style_index_0_scoped_4905eabf_lang.css +68 -0
  281. package/es/components/ui/grid-pagination/index.d.ts +3 -0
  282. package/es/components/ui/grid-pagination/index.mjs +1 -0
  283. package/es/components/ui/grid-pagination/types.d.ts +24 -0
  284. package/es/components/{BpmnRuntime/paas/paas-bpmn-runtime.vue.d.ts → ui/highlight/highlight.vue.d.ts} +2 -1
  285. package/es/components/ui/highlight/highlight.vue.mjs +7 -0
  286. package/es/components/ui/highlight/highlight.vue_vue_type_script_setup_true_name_highlight_lang.mjs +30 -0
  287. package/es/components/ui/highlight/highlight.vue_vue_type_style_index_0_scoped_e17c6606_lang.css +6 -0
  288. package/es/components/ui/icon-tooltip/icon-tooltip.vue.d.ts +10 -0
  289. package/es/components/ui/icon-tooltip/icon-tooltip.vue.mjs +7 -0
  290. package/es/components/ui/icon-tooltip/icon-tooltip.vue_vue_type_script_setup_true_name_icon-tooltip_lang.mjs +27 -0
  291. package/es/components/ui/icon-tooltip/icon-tooltip.vue_vue_type_style_index_0_scoped_a35580e4_lang.css +68 -0
  292. package/es/components/ui/index.d.ts +10 -0
  293. package/es/components/ui/index.mjs +12 -0
  294. package/es/components/ui/modal-wrapper/modal-wrapper.vue.d.ts +26 -0
  295. package/es/components/ui/modal-wrapper/modal-wrapper.vue.mjs +7 -0
  296. package/es/components/ui/modal-wrapper/modal-wrapper.vue_vue_type_script_setup_true_name_modal-wrapper_lang.mjs +78 -0
  297. package/es/components/ui/modal-wrapper/modal-wrapper.vue_vue_type_style_index_0_scoped_6b8a9609_lang.css +28 -0
  298. package/es/components/ui/notice/index.d.ts +8 -0
  299. package/es/components/ui/notice/index.mjs +31 -0
  300. package/es/create-app-vue.mjs +6 -4
  301. package/es/hooks/index.d.ts +4 -1
  302. package/es/hooks/index.mjs +4 -1
  303. package/es/hooks/useKeyParser.d.ts +16 -0
  304. package/es/hooks/useKeyParser.mjs +79 -0
  305. package/es/hooks/usePrinter.d.ts +19 -0
  306. package/es/hooks/usePrinter.mjs +50 -0
  307. package/es/hooks/useTag.d.ts +7 -0
  308. package/es/hooks/useTag.mjs +83 -0
  309. package/es/hooks/useTreeList.d.ts +23 -0
  310. package/es/hooks/useTreeList.mjs +160 -0
  311. package/es/index.d.ts +2 -0
  312. package/es/index.mjs +64 -25
  313. package/es/interface/i-view-step/i-view-step.d.ts +32 -0
  314. package/es/interface/index.d.ts +1 -0
  315. package/es/locale/auto-register.d.ts +2 -0
  316. package/es/locale/auto-register.mjs +43 -0
  317. package/es/locale/sys/app.d.ts +4 -0
  318. package/es/locale/sys/app.mjs +6 -0
  319. package/es/locale/sys/appDesigner.d.ts +23 -0
  320. package/es/locale/sys/appDesigner.mjs +35 -0
  321. package/es/locale/sys/cardDesign.d.ts +9 -0
  322. package/es/locale/sys/cardDesign.mjs +11 -0
  323. package/es/locale/sys/component.d.ts +11 -1
  324. package/es/locale/sys/component.mjs +32 -0
  325. package/es/locale/sys/edhr.d.ts +5 -0
  326. package/es/locale/sys/edhr.mjs +9 -0
  327. package/es/locale/sys/expression.d.ts +4 -0
  328. package/es/locale/sys/expression.mjs +6 -0
  329. package/es/locale/sys/i18n.mjs +10 -0
  330. package/es/locale/sys/integration.mjs +6 -0
  331. package/es/locale/sys/ipaas.mjs +6 -0
  332. package/es/locale/sys/model.d.ts +4 -1
  333. package/es/locale/sys/model.mjs +28 -0
  334. package/es/locale/sys/onlineForm.d.ts +5 -0
  335. package/es/locale/sys/onlineForm.mjs +9 -0
  336. package/es/locale/sys/org.d.ts +3 -3
  337. package/es/locale/sys/org.mjs +14 -0
  338. package/es/locale/sys/pageDesigner.d.ts +69 -0
  339. package/es/locale/sys/pageDesigner.mjs +83 -0
  340. package/es/locale/sys/printDesigner.d.ts +123 -0
  341. package/es/locale/sys/printDesigner.mjs +127 -0
  342. package/es/locale/sys/process.mjs +6 -0
  343. package/es/locale/sys/webRender.d.ts +25 -0
  344. package/es/locale/sys/webRender.mjs +33 -0
  345. package/es/locale/sys.d.ts +49 -2
  346. package/es/locale/sys.mjs +71 -0
  347. package/es/modules/category/category-modal.vue.mjs +2 -2
  348. package/es/modules/category/category-modal.vue_vue_type_script_setup_true_name_category-modal_lang.mjs +1 -0
  349. package/es/modules/category/{category-modal.vue_vue_type_style_index_0_scoped_b560615c_lang.css → category-modal.vue_vue_type_style_index_0_scoped_5883fe72_lang.css} +1 -1
  350. package/es/modules/category/category-sider.vue.d.ts +6 -6
  351. package/es/modules/category/category-sider.vue.mjs +2 -2
  352. package/es/modules/category/{category-sider.vue_vue_type_style_index_0_scoped_5af8c1ba_lang.css → category-sider.vue_vue_type_style_index_0_scoped_256dbd12_lang.css} +35 -36
  353. package/es/modules/color-picker/index.mjs +1 -1
  354. package/es/modules/color-picker/src/ColorPicker.vue.mjs +2 -2
  355. package/es/modules/color-picker/src/{ColorPicker.vue_vue_type_style_index_0_scoped_7bfd9ca3_lang.css → ColorPicker.vue_vue_type_style_index_0_scoped_858da81a_lang.css} +3 -3
  356. package/es/modules/data-rules-container/index.d.ts +3 -0
  357. package/es/modules/data-rules-container/index.mjs +3 -0
  358. package/es/modules/data-rules-container/src/components/ndo-select-cmp.vue_vue_type_script_setup_true_lang.mjs +2 -1
  359. package/es/modules/data-rules-container/src/components/perm-action-node.vue.d.ts +1 -1
  360. package/es/modules/data-rules-container/src/components/perm-action-node.vue.mjs +2 -2
  361. package/es/modules/data-rules-container/src/components/{perm-action-node.vue_vue_type_style_index_0_scoped_417c660f_lang.css → perm-action-node.vue_vue_type_style_index_0_scoped_a053095c_lang.css} +17 -17
  362. package/es/modules/data-rules-container/src/components/request-select-cmp.vue_vue_type_script_setup_true_name_request-select-cmp_lang.mjs +17 -0
  363. package/es/modules/data-rules-container/src/components/tree-action-node.vue.d.ts +1 -1
  364. package/es/modules/data-rules-container/src/components/tree-action-node.vue.mjs +2 -2
  365. package/es/modules/data-rules-container/src/components/{tree-action-node.vue_vue_type_style_index_0_scoped_46368089_lang.css → tree-action-node.vue_vue_type_style_index_0_scoped_f37ec578_lang.css} +16 -16
  366. package/es/modules/data-rules-container/src/components/tree-root-node.vue.mjs +2 -2
  367. package/es/modules/data-rules-container/src/components/tree-root-node.vue_vue_type_script_setup_true_name_tree-root-node_lang.mjs +5 -2
  368. package/es/modules/data-rules-container/src/components/{tree-root-node.vue_vue_type_style_index_0_scoped_37e323fb_lang.css → tree-root-node.vue_vue_type_style_index_0_scoped_74e5fbf3_lang.css} +8 -8
  369. package/es/modules/data-rules-container/src/constant/config.mjs +1 -1
  370. package/es/modules/data-rules-container/src/constant/interface.mjs +115 -2
  371. package/es/modules/data-rules-container/src/data-rules-modal.d.ts +75 -0
  372. package/es/modules/data-rules-container/src/data-rules-modal.mjs +105 -0
  373. package/es/modules/data-rules-container/src/hooks/useRole.d.ts +0 -1
  374. package/es/modules/data-rules-container/src/typing.d.ts +1 -1
  375. package/es/modules/gct-dnd/components/gct-dnd-container/gct-dnd-container.mjs +3 -2
  376. package/es/modules/gct-form/components/flex-container/flex-container.d.ts +2 -6
  377. package/es/modules/gct-form/components/flex-container/flex-container.mjs +19 -24
  378. package/es/modules/gct-form/components/flex-item/flex-item.mjs +1 -1
  379. package/es/modules/gct-form/components/grid-container/grid-container.mjs +5 -2
  380. package/es/modules/gct-form/controller/editor-item/editor-item.controller.d.ts +1 -0
  381. package/es/modules/gct-form/controller/editor-item/editor-item.controller.mjs +11 -0
  382. package/es/modules/gct-form/controller/form-edit-item/form-edit-item.controller.d.ts +2 -0
  383. package/es/modules/gct-form/controller/form-edit-item/form-edit-item.controller.mjs +12 -4
  384. package/es/modules/gct-form/controller/form-item-hidden/form-item-hidden.controller.d.ts +2 -2
  385. package/es/modules/gct-form/controller/form-item-hidden/form-item-hidden.controller.mjs +2 -2
  386. package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.css +67 -0
  387. package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.d.ts +50 -0
  388. package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.mjs +62 -0
  389. package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.provider.d.ts +13 -0
  390. package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.provider.mjs +15 -0
  391. package/es/modules/gct-form/editor/gct-form-date-range/index.d.ts +4 -0
  392. package/es/modules/gct-form/editor/gct-form-date-range/index.mjs +8 -0
  393. package/es/modules/gct-form/editor/gct-form-formula/gct-form-formula.mjs +6 -7
  394. package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.mjs +6 -4
  395. package/es/modules/gct-form/editor/gct-form-model-select/gct-form-model-select.mjs +24 -2
  396. package/es/modules/gct-form/editor/gct-form-model-select/select-online-form-model/online-form-model-modal.vue.d.ts +23 -0
  397. package/es/modules/gct-form/editor/gct-form-model-select/select-online-form-model/online-form-model-modal.vue.mjs +7 -0
  398. package/es/modules/gct-form/editor/gct-form-model-select/select-online-form-model/online-form-model-modal.vue_vue_type_script_setup_true_name_online-form-model-modal_lang.mjs +220 -0
  399. package/es/modules/gct-form/editor/gct-form-model-select/select-online-form-model/online-form-model-modal.vue_vue_type_style_index_0_scoped_41c1457b_lang.css +100 -0
  400. package/es/modules/gct-form/editor/gct-form-model-select/select-online-form-model/online-form-model-select.vue.d.ts +21 -0
  401. package/es/modules/gct-form/editor/gct-form-model-select/select-online-form-model/online-form-model-select.vue.mjs +5 -0
  402. package/es/modules/gct-form/editor/gct-form-model-select/select-online-form-model/online-form-model-select.vue_vue_type_script_setup_true_name_online-form-model-select_lang.mjs +116 -0
  403. package/es/modules/gct-form/editor/gct-form-select/gct-form-select.mjs +1 -1
  404. package/es/modules/gct-form/editor/index.mjs +2 -1
  405. package/es/modules/gct-form/hooks/index.d.ts +1 -0
  406. package/es/modules/gct-form/hooks/index.mjs +1 -0
  407. package/es/modules/gct-form/hooks/use-form-value/use-form-value.d.ts +11 -0
  408. package/es/modules/gct-form/hooks/use-form-value/use-form-value.mjs +27 -0
  409. package/es/modules/gct-form/index.mjs +3 -0
  410. package/es/modules/gct-form/interface/i-controller/form-edit-item/form-edit-item.controller.d.ts +7 -0
  411. package/es/modules/gct-form/interface/i-controller/form-hidden-item/form-hidden-item.controller.d.ts +4 -4
  412. package/es/modules/gct-form/interface/i-form/i-form-hidden-item.d.ts +3 -3
  413. package/es/modules/gct-form/interface/i-form/i-form-item-basic.d.ts +8 -0
  414. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.mjs +3 -1
  415. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.mjs +7 -6
  416. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.mjs +2 -2
  417. package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.model.d.ts +2 -2
  418. package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.model.mjs +1 -1
  419. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.css +3 -3
  420. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.mjs +3 -1
  421. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.mjs +7 -6
  422. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.mjs +7 -6
  423. package/es/modules/gct-form/widgets/gct-search-form/form/app-form.css +70 -0
  424. package/es/modules/gct-form/widgets/gct-search-form/form/app-form.d.ts +22 -0
  425. package/es/modules/gct-form/widgets/gct-search-form/form/app-form.mjs +106 -0
  426. package/es/modules/gct-form/widgets/gct-search-form/form-item/form-item.css +73 -0
  427. package/es/modules/gct-form/widgets/gct-search-form/form-item/form-item.d.ts +15 -0
  428. package/es/modules/gct-form/widgets/gct-search-form/form-item/form-item.mjs +22 -0
  429. package/es/modules/gct-form/widgets/gct-search-form/form.controller.d.ts +46 -0
  430. package/es/modules/gct-form/widgets/gct-search-form/form.controller.mjs +69 -0
  431. package/es/modules/gct-form/widgets/gct-search-form/form.state.d.ts +10 -0
  432. package/es/modules/gct-form/widgets/gct-search-form/form.state.mjs +13 -0
  433. package/es/modules/gct-form/widgets/gct-search-form/gct-search-form.css +83 -0
  434. package/es/modules/gct-form/widgets/gct-search-form/gct-search-form.d.ts +33 -0
  435. package/es/modules/gct-form/widgets/gct-search-form/gct-search-form.mjs +56 -0
  436. package/es/modules/global-drawer/index.d.ts +4 -0
  437. package/es/modules/global-drawer/index.mjs +8 -0
  438. package/es/modules/global-drawer/src/BasicDrawer.vue.d.ts +171 -0
  439. package/es/modules/global-drawer/src/BasicDrawer.vue.mjs +6 -0
  440. package/es/modules/global-drawer/src/BasicDrawer.vue_vue_type_script_setup_true_name_BasicDrawer_lang.mjs +145 -0
  441. package/es/modules/global-drawer/src/BasicDrawer.vue_vue_type_style_index_0_lang.css +40 -0
  442. package/es/modules/global-drawer/src/components/DrawerFooter.vue.d.ts +95 -0
  443. package/es/modules/global-drawer/src/components/DrawerFooter.vue.mjs +42 -0
  444. package/es/modules/global-drawer/src/components/DrawerFooter.vue_vue_type_script_lang.mjs +38 -0
  445. package/es/modules/global-drawer/src/components/DrawerFooter.vue_vue_type_style_index_0_lang.css +11 -0
  446. package/es/modules/global-drawer/src/components/DrawerHeader.vue.d.ts +20 -0
  447. package/es/modules/global-drawer/src/components/DrawerHeader.vue.mjs +22 -0
  448. package/es/modules/global-drawer/src/components/DrawerHeader.vue_vue_type_script_lang.mjs +25 -0
  449. package/es/modules/global-drawer/src/components/DrawerHeader.vue_vue_type_style_index_0_lang.css +18 -0
  450. package/es/modules/global-drawer/src/props.d.ts +111 -0
  451. package/es/modules/global-drawer/src/props.mjs +62 -0
  452. package/es/modules/global-drawer/src/typing.d.ts +170 -0
  453. package/es/modules/global-drawer/src/useDrawer.d.ts +6 -0
  454. package/es/modules/global-drawer/src/useDrawer.mjs +6 -0
  455. package/es/modules/global-modal/src/BasicModal.vue.d.ts +56 -2
  456. package/es/modules/global-modal/src/BasicModal.vue_vue_type_script_setup_true_name_BasicModal_lang.mjs +55 -70
  457. package/es/modules/global-modal/src/components/ModalClose.vue_vue_type_style_index_0_lang.css +1 -2
  458. package/es/modules/global-modal/src/components/ModalWrapper.vue.d.ts +28 -1
  459. package/es/modules/global-modal/src/components/ModalWrapper.vue_vue_type_script_lang.mjs +2 -0
  460. package/es/modules/online-control/content.vue.d.ts +8 -0
  461. package/es/modules/online-control/content.vue.mjs +5 -0
  462. package/es/modules/online-control/content.vue_vue_type_script_setup_true_lang.mjs +48 -0
  463. package/es/modules/online-control/index.d.ts +8 -0
  464. package/es/modules/online-control/index.mjs +1 -0
  465. package/es/modules/online-control/model-control.d.ts +25 -0
  466. package/es/modules/online-control/model-control.mjs +61 -0
  467. package/es/modules/online-control/online-broadcast.d.ts +2 -0
  468. package/es/modules/online-control/online-broadcast.mjs +30 -0
  469. package/es/modules/online-control/online-control.const.d.ts +32 -0
  470. package/es/modules/online-control/online-control.const.mjs +36 -0
  471. package/es/modules/online-control/online-control.d.ts +63 -0
  472. package/es/modules/online-control/online-control.interface.d.ts +21 -0
  473. package/es/modules/online-control/online-control.mjs +125 -0
  474. package/es/modules/picture-cropper/src/CopperFreeModal.vue.mjs +2 -2
  475. package/es/modules/picture-cropper/src/CopperFreeModal.vue_vue_type_script_setup_true_name_CropperModal_lang.mjs +5 -0
  476. package/es/modules/picture-cropper/src/{CopperFreeModal.vue_vue_type_style_index_0_scoped_da6428d3_lang.css → CopperFreeModal.vue_vue_type_style_index_0_scoped_dbf8aa60_lang.css} +10 -10
  477. package/es/modules/picture-cropper/src/CopperModal.vue.mjs +2 -2
  478. package/es/modules/picture-cropper/src/CopperModal.vue_vue_type_script_setup_true_name_CropperModal_lang.mjs +1 -1
  479. package/es/modules/picture-cropper/src/{CopperModal.vue_vue_type_style_index_0_scoped_f1134678_lang.css → CopperModal.vue_vue_type_style_index_0_scoped_69bb424d_lang.css} +14 -14
  480. package/es/modules/picture-cropper/src/CropperAvatar.vue.mjs +2 -2
  481. package/es/modules/picture-cropper/src/CropperAvatar.vue_vue_type_script_setup_true_name_CropperAvatar_lang.mjs +7 -7
  482. package/es/modules/picture-cropper/src/{CropperAvatar.vue_vue_type_style_index_0_scoped_ef939ff0_lang.css → CropperAvatar.vue_vue_type_style_index_0_scoped_0523079a_lang.css} +7 -7
  483. package/es/modules/picture-cropper/src/CropperFree.vue.mjs +2 -2
  484. package/es/modules/picture-cropper/src/CropperFree.vue_vue_type_script_setup_true_name_CropperPhoto_lang.mjs +16 -8
  485. 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_c2cff308_lang.css} +16 -16
  486. package/es/modules/relationship-diagram-config/components/diagram-config-item/diagram-config-item.d.ts +12 -0
  487. package/es/setup-app.mjs +2 -1
  488. package/es/types/index.d.ts +1 -1
  489. package/es/utils/confirm-util/confirm-util.d.ts +28 -0
  490. package/es/utils/confirm-util/confirm-util.mjs +79 -0
  491. package/es/utils/index.d.ts +1 -0
  492. package/es/utils/index.mjs +1 -0
  493. package/es/utils/overlay-controller/overlay-controller.d.ts +3 -1
  494. package/es/utils/overlay-controller/overlay-controller.mjs +9 -0
  495. package/package.json +16 -12
  496. package/dist/ColorPicker-BDeYRWA2.js +0 -1
  497. package/dist/_plugin-vue_export-helper-CGzGcWFX.js +0 -1
  498. package/dist/icon-next-picker-DYiHqnNR.js +0 -1
  499. package/dist/monaco-editor-CQJ9TMzD.js +0 -1
  500. package/dist/template-Dt6RJclf.js +0 -1
  501. package/dist/useMonacoEditor-DqSQTg7b.js +0 -1
  502. package/es/assets/svg/image-error.svg.mjs +0 -4
  503. package/es/components/BpmnRuntime/index.d.ts +0 -2
  504. package/es/components/BpmnRuntime/index.mjs +0 -1
  505. package/es/components/BpmnRuntime/paas/paas-bpmn-runtime.vue.mjs +0 -5
  506. package/es/components/BpmnRuntime/paas/paas-bpmn-runtime.vue_vue_type_script_setup_true_lang.mjs +0 -83
  507. package/es/components/UserPick/src/user-pick.vue_vue_type_style_index_0_scoped_a49a84da_lang.css +0 -39
  508. package/es/components/image-upload/src/components/upload-design.vue_vue_type_style_index_0_scoped_575d3a1a_lang.css +0 -33
  509. package/es/components/label-design/components/widgets/QrCode.vue_vue_type_style_index_0_scoped_61b471f2_lang.css +0 -10
  510. package/es/components/label-design/components/widgets/Text.vue_vue_type_style_index_0_scoped_a83957ab_lang.css +0 -32
  511. package/es/components/label-design/panels/widget/controls/VariableSelect.vue_vue_type_style_index_0_scoped_2c6f0905_lang.css +0 -12
  512. package/es/components/label-design/panels/widget/controls/field-content.vue_vue_type_style_index_0_scoped_259bce90_lang.css +0 -6
  513. package/es/components/select-user-modal/select-user-modal.vue_vue_type_style_index_0_scoped_2c0f184c_lang.css +0 -14
  514. package/es/hooks/useTheme.d.ts +0 -8
  515. package/es/hooks/useTheme.mjs +0 -16
@@ -1 +0,0 @@
1
- import{i as e,n as t,r as n,t as r}from"./chunk-DPOkwzLC.js";import{t as o}from"./defineProperty-Co6UJKQ3.js";import{Modal as i,OverlayContainer as a,OverlayPopoverContainer as s,t as c,useNamespace as u}from"@gct-paas/core";import*as l from"vue";import{Fragment as f,computed as d,createVNode as h,defineComponent as g,getCurrentInstance as p,getCurrentScope as v,h as m,hasInjectionContext as y,inject as w,isRef as b,isVNode as O,nextTick as S,onBeforeMount as D,onBeforeUnmount as T,onMounted as I,onScopeDispose as E,onUnmounted as x,provide as C,reactive as P,ref as j,resolveComponent as R,shallowReadonly as A,shallowRef as N,toRaw as k,toRef as M,toRefs as L,toValue as _,unref as F,watch as H,watchEffect as W}from"vue";import{isFunction as U,isNumber as V,isString as z,merge as B}from"lodash-es";import{ConfigProvider as $,message as q}from"ant-design-vue";function Y(e,t){return!!v()&&(E(e,t),!0)}var X=/* @__PURE__ */new WeakMap,G="undefined"!=typeof window&&"undefined"!=typeof document,K=("undefined"!=typeof WorkerGlobalScope&&(globalThis,WorkerGlobalScope),e=>null!=e),J=Object.prototype.toString,Z=()=>{},Q=/* @__PURE__ */ee();function ee(){var e,t,n;return G&&!!(null===(e=window)||void 0===e||null===(e=e.navigator)||void 0===e?void 0:e.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||(null===(t=window)||void 0===t||null===(t=t.navigator)||void 0===t?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(null===(n=window)||void 0===n?void 0:n.navigator.userAgent))}function te(e,t){return function(...n){return new Promise((r,o)=>{Promise.resolve(e(()=>t.apply(this,n),{fn:t,thisArg:this,args:n})).then(r).catch(o)})}}var ne=e=>e();function re(e,t={}){let n,r,o=Z;const i=e=>{clearTimeout(e),o(),o=Z};let a;return s=>{const c=_(e),u=_(t.maxWait);return n&&i(n),c<=0||void 0!==u&&u<=0?(r&&(i(r),r=void 0),Promise.resolve(s())):new Promise((e,l)=>{o=t.rejectOnCancel?l:e,a=s,u&&!r&&(r=setTimeout(()=>{n&&i(n),r=void 0,e(a())},u)),n=setTimeout(()=>{r&&i(r),r=void 0,e(s())},c)})}}function oe(e){return e.endsWith("rem")?16*Number.parseFloat(e):Number.parseFloat(e)}function ie(e){return Array.isArray(e)?e:[e]}function ae(e){const t=Object.create(null);return n=>t[n]||(t[n]=e(n))}var se=/\B([A-Z])/g,ce=(ae(e=>e.replace(se,"-$1").toLowerCase()),/-(\w)/g);function ue(e){return e||p()}function le(e,t=200,n={}){return te(re(t,n),e)}function fe(e,t=!0,n){ue(n)?I(e,n):t?e():S(e)}function de(e,t){ue(t)&&x(e,t)}function he(e,t,n={}){const{immediate:r=!0,immediateCallback:o=!1}=n,i=N(!1);let a;function s(){a&&(clearTimeout(a),a=void 0)}function c(){i.value=!1,s()}function u(...n){o&&e(),s(),i.value=!0,a=setTimeout(()=>{i.value=!1,a=void 0,e(...n)},_(t))}return r&&(i.value=!0,G&&u()),Y(c),{isPending:A(i),start:u,stop:c}}function ge(e,t,n={}){const{debounce:r=0,maxWait:o,...i}=n;return function(e,t,n={}){const{eventFilter:r=ne,...o}=n;return H(e,te(r,t),o)}(e,t,{...i,eventFilter:re(r,{maxWait:o})})}ae(e=>e.replace(ce,(e,t)=>t?t.toUpperCase():""));var pe=G?window:void 0,ve=G?window.document:void 0;function me(e){var t;const n=_(e);return null!==(t=null==n?void 0:n.$el)&&void 0!==t?t:n}function ye(...e){const t=d(()=>{const t=ie(_(e[0])).filter(e=>null!=e);return t.every(e=>"string"!=typeof e)?t:void 0});return n=([e,t,n,r],o,i)=>{if(!(null==e?void 0:e.length)||!(null==t?void 0:t.length)||!(null==n?void 0:n.length))return;const a=(s=r,"[object Object]"===J.call(s)?{...r}:r);var s;const c=e.flatMap(e=>t.flatMap(t=>n.map(n=>((e,t,n,r)=>(e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)))(e,t,n,a))));i(()=>{c.forEach(e=>e())})},r={flush:"post"},H(()=>{var n,r;return[null!==(n=null===(r=t.value)||void 0===r?void 0:r.map(e=>me(e)))&&void 0!==n?n:[pe].filter(e=>null!=e),ie(_(t.value?e[1]:e[0])),ie(F(t.value?e[2]:e[1])),_(t.value?e[3]:e[2])]},n,{...r,immediate:!0});var n,r}G&&window.navigator,G&&window.location;var we=!1;function be(e,t,n={}){const{window:r=pe,ignore:o=[],capture:i=!0,detectIframe:a=!1,controls:s=!1}=n;if(!r)return s?{stop:Z,cancel:Z,trigger:Z}:Z;if(Q&&!we){we=!0;const e={passive:!0};Array.from(r.document.body.children).forEach(t=>t.addEventListener("click",Z,e)),r.document.documentElement.addEventListener("click",Z,e)}let c=!0;const u=e=>_(o).some(t=>{if("string"==typeof t)return Array.from(r.document.querySelectorAll(t)).some(t=>t===e.target||e.composedPath().includes(t));{const n=me(t);return n&&(e.target===n||e.composedPath().includes(n))}}),l=n=>{const r=me(e);null!=n.target&&(r instanceof Element||!function(e){const t=_(e);return t&&16===t.$.subTree.shapeFlag}(e)||!function(e,t){const n=_(e),r=n.$.subTree&&n.$.subTree.children;return!(null==r||!Array.isArray(r))&&r.some(e=>e.el===t.target||t.composedPath().includes(e.el))}(e,n))&&r&&r!==n.target&&!n.composedPath().includes(r)&&("detail"in n&&0===n.detail&&(c=!u(n)),c?t(n):c=!0)};let f=!1;const d=[ye(r,"click",e=>{f||(f=!0,setTimeout(()=>{f=!1},0),l(e))},{passive:!0,capture:i}),ye(r,"pointerdown",t=>{const n=me(e);c=!u(t)&&!(!n||t.composedPath().includes(n))},{passive:!0}),a&&ye(r,"blur",n=>{setTimeout(()=>{var o;const i=me(e);"IFRAME"!==(null===(o=r.document.activeElement)||void 0===o?void 0:o.tagName)||(null==i?void 0:i.contains(r.document.activeElement))||t(n)},0)},{passive:!0})].filter(Boolean),h=()=>d.forEach(e=>e());return s?{stop:h,cancel:()=>{c=!1},trigger:e=>{c=!0,l(e),c=!1}}:h}function Oe(e){const t=function(){const e=N(!1),t=p();return t&&I(()=>{e.value=!0},t),e}();return d(()=>(t.value,Boolean(e())))}function Se(e,t,n={}){const{window:r=pe,...o}=n;let i;const a=/* @__PURE__ */Oe(()=>r&&"MutationObserver"in r),s=()=>{i&&(i.disconnect(),i=void 0)},c=H(d(()=>{const t=ie(_(e)).map(me).filter(K);return new Set(t)}),e=>{s(),a.value&&e.size&&(i=new MutationObserver(t),e.forEach(e=>i.observe(e,o)))},{immediate:!0,flush:"post"}),u=()=>{c(),s()};return Y(u),{isSupported:a,stop:u,takeRecords:()=>null==i?void 0:i.takeRecords()}}var De=Symbol("vueuse-ssr-width");function Te(){const e=y()?((...e)=>{var t;const n=e[0],r=null===(t=p())||void 0===t?void 0:t.proxy,o=null!=r?r:v();if(null==o&&!y())throw new Error("injectLocal must be called in setup");return o&&X.has(o)&&n in X.get(o)?X.get(o)[n]:w(...e)})(De,null):null;return"number"==typeof e?e:void 0}function Ie(e,t,n={}){const{window:r=pe,...o}=n;let i;const a=/* @__PURE__ */Oe(()=>r&&"ResizeObserver"in r),s=()=>{i&&(i.disconnect(),i=void 0)},c=H(d(()=>{const t=_(e);return Array.isArray(t)?t.map(e=>me(e)):[me(t)]}),e=>{if(s(),a.value&&r){i=new ResizeObserver(t);for(const t of e)t&&i.observe(t,o)}},{immediate:!0,flush:"post"}),u=()=>{s(),c()};return Y(u),{isSupported:a,stop:u}}function Ee(e,t,n={}){const{root:r,rootMargin:o,threshold:i=0,window:a=pe,immediate:s=!0}=n,c=/* @__PURE__ */Oe(()=>a&&"IntersectionObserver"in a),u=d(()=>ie(_(e)).map(me).filter(K));let l=Z;const f=N(s),h=c.value?H(()=>[u.value,me(r),_(o),f.value],([e,n,r])=>{if(l(),!f.value)return;if(!e.length)return;const o=new IntersectionObserver(t,{root:me(n),rootMargin:r,threshold:i});e.forEach(e=>e&&o.observe(e)),l=()=>{o.disconnect(),l=Z}},{immediate:s,flush:"post"}):Z,g=()=>{l(),h(),f.value=!1};return Y(g),{isSupported:c,isActive:f,pause(){l(),f.value=!1},resume(){f.value=!0},stop:g}}function xe(e,t={}){const{window:n=pe,scrollTarget:r,threshold:o=0,rootMargin:i,once:a=!1,initialValue:s=!1}=t,c=N(s),{stop:u}=Ee(e,e=>{let t=c.value,n=0;for(const r of e)r.time>=n&&(n=r.time,t=r.isIntersecting);c.value=t,a&&H(c,()=>{u()},{once:!0})},{root:r,window:n,threshold:o,rootMargin:i});return c}var Ce=["fullscreenchange","webkitfullscreenchange","webkitendfullscreen","mozfullscreenchange","MSFullscreenChange"];function Pe(e,t={}){const{document:n=ve,autoExit:r=!1}=t,o=d(()=>{var t;return null!==(t=me(e))&&void 0!==t?t:null==n?void 0:n.documentElement}),i=N(!1),a=d(()=>["requestFullscreen","webkitRequestFullscreen","webkitEnterFullscreen","webkitEnterFullScreen","webkitRequestFullScreen","mozRequestFullScreen","msRequestFullscreen"].find(e=>n&&e in n||o.value&&e in o.value)),s=d(()=>["exitFullscreen","webkitExitFullscreen","webkitExitFullScreen","webkitCancelFullScreen","mozCancelFullScreen","msExitFullscreen"].find(e=>n&&e in n||o.value&&e in o.value)),c=d(()=>["fullScreen","webkitIsFullScreen","webkitDisplayingFullscreen","mozFullScreen","msFullscreenElement"].find(e=>n&&e in n||o.value&&e in o.value)),u=["fullscreenElement","webkitFullscreenElement","mozFullScreenElement","msFullscreenElement"].find(e=>n&&e in n),l=/* @__PURE__ */Oe(()=>o.value&&n&&void 0!==a.value&&void 0!==s.value&&void 0!==c.value),f=()=>{if(c.value){if(n&&null!=n[c.value])return n[c.value];{const e=o.value;if(null!=(null==e?void 0:e[c.value]))return Boolean(e[c.value])}}return!1};async function h(){if(l.value&&i.value){if(s.value)if(null!=(null==n?void 0:n[s.value]))await n[s.value]();else{const e=o.value;null!=(null==e?void 0:e[s.value])&&await e[s.value]()}i.value=!1}}async function g(){if(!l.value||i.value)return;f()&&await h();const e=o.value;a.value&&null!=(null==e?void 0:e[a.value])&&(await e[a.value](),i.value=!0)}const p=()=>{const e=f();(!e||e&&u&&(null==n?void 0:n[u])===o.value)&&(i.value=e)},v={capture:!1,passive:!0};return ye(n,Ce,p,v),ye(()=>me(o),Ce,p,v),fe(p,!1),r&&Y(h),{isSupported:l,isFullscreen:i,enter:g,exit:h,toggle:async function(){await(i.value?h():g())}}}function je(e,t,n={}){var r;const{direction:o="bottom",interval:i=100,canLoadMore:a=()=>!0}=n,s=P(function(e,t={}){const{throttle:n=0,idle:r=200,onStop:o=Z,onScroll:i=Z,offset:a={left:0,right:0,top:0,bottom:0},observe:s={mutation:!1},eventListenerOptions:c={capture:!1,passive:!0},behavior:u="auto",window:l=pe,onError:f=e=>{console.error(e)}}=t,h="boolean"==typeof s?{mutation:s}:s,g=N(0),p=N(0),v=d({get:()=>g.value,set(e){y(e,void 0)}}),m=d({get:()=>p.value,set(e){y(void 0,e)}});function y(t,n){var r,o,i,a;if(!l)return;const s=_(e);if(!s)return;null===(r=s instanceof Document?l.document.body:s)||void 0===r||r.scrollTo({top:null!==(o=_(n))&&void 0!==o?o:m.value,left:null!==(i=_(t))&&void 0!==i?i:v.value,behavior:_(u)});const c=(null==s||null===(a=s.document)||void 0===a?void 0:a.documentElement)||(null==s?void 0:s.documentElement)||s;null!=v&&(g.value=c.scrollLeft),null!=m&&(p.value=c.scrollTop)}const w=N(!1),O=P({left:!0,right:!1,top:!0,bottom:!1}),S=P({left:!1,right:!1,top:!1,bottom:!1}),D=e=>{w.value&&(w.value=!1,S.left=!1,S.right=!1,S.top=!1,S.bottom=!1,o(e))},T=le(D,n+r),I=e=>{var t;if(!l)return;const n=(null==e||null===(t=e.document)||void 0===t?void 0:t.documentElement)||(null==e?void 0:e.documentElement)||me(e),{display:r,flexDirection:o,direction:i}=l.getComputedStyle(n),s="rtl"===i?-1:1,c=n.scrollLeft;S.left=c<g.value,S.right=c>g.value;const u=Math.abs(c*s)<=(a.left||0),f=Math.abs(c*s)+n.clientWidth>=n.scrollWidth-(a.right||0)-1;"flex"===r&&"row-reverse"===o?(O.left=f,O.right=u):(O.left=u,O.right=f),g.value=c;let d=n.scrollTop;e!==l.document||d||(d=l.document.body.scrollTop),S.top=d<p.value,S.bottom=d>p.value;const h=Math.abs(d)<=(a.top||0),v=Math.abs(d)+n.clientHeight>=n.scrollHeight-(a.bottom||0)-1;"flex"===r&&"column-reverse"===o?(O.top=v,O.bottom=h):(O.top=h,O.bottom=v),p.value=d},E=e=>{var t;l&&(I(null!==(t=e.target.documentElement)&&void 0!==t?t:e.target),w.value=!0,T(e),i(e))};return ye(e,"scroll",n?function(e,t=200,n=!1,r=!0,o=!1){return te(function(...e){let t,n,r,o,i,a,s=0,c=!0,u=Z;b(e[0])||"object"!=typeof e[0]?[r,o=!0,i=!0,a=!1]=e:({delay:r,trailing:o=!0,leading:i=!0,rejectOnCancel:a=!1}=e[0]);const l=()=>{t&&(clearTimeout(t),t=void 0,u(),u=Z)};return e=>{const f=_(r),d=Date.now()-s,h=()=>n=e();return l(),f<=0?(s=Date.now(),h()):(d>f?(s=Date.now(),!i&&c||h()):o&&(n=new Promise((e,n)=>{u=a?n:e,t=setTimeout(()=>{s=Date.now(),c=!0,e(h()),l()},Math.max(0,f-d))})),i||t||(t=setTimeout(()=>c=!0,f)),c=!1,n)}}(t,n,r,o),e)}(E,n,!0,!1):E,c),fe(()=>{try{const t=_(e);if(!t)return;I(t)}catch(t){f(t)}}),(null==h?void 0:h.mutation)&&null!=e&&e!==l&&e!==document&&Se(e,()=>{const t=_(e);t&&I(t)},{attributes:!0,childList:!0,subtree:!0}),ye(e,"scrollend",D,c),{x:v,y:m,isScrolling:w,arrivedState:O,directions:S,measure(){const t=_(e);l&&t&&I(t)}}}(e,{...n,offset:{[o]:null!==(r=n.distance)&&void 0!==r?r:0,...n.offset}})),c=j(),u=d(()=>!!c.value),l=d(()=>{return t=_(e),"undefined"!=typeof Window&&t instanceof Window?t.document.documentElement:"undefined"!=typeof Document&&t instanceof Document?t.documentElement:t;var t}),f=xe(l),h=d(()=>!!l.value&&a(l.value));function g(){if(s.measure(),!l.value||!f.value||!h.value||c.value)return;const{scrollHeight:e,clientHeight:n,scrollWidth:r,clientWidth:a}=l.value,u="bottom"===o||"top"===o?e<=n:r<=a;(s.arrivedState[o]||u)&&(c.value=Promise.all([t(s),new Promise(e=>setTimeout(e,i))]).finally(()=>{c.value=null,S(()=>g())}))}return de(H(()=>[s.arrivedState[o],f.value,h.value],g,{immediate:!0,flush:"post"})),{isLoading:u,reset(){S(()=>g())}}}function Re(e,t){const{containerStyle:n,wrapperProps:r,scrollTo:o,calculateRange:i,currentList:a,containerRef:s}="itemHeight"in t?function(e,t){const n=Ae(t),{state:r,source:o,currentList:i,size:a,containerRef:s}=n,{itemHeight:c,overscan:u=5}=e,l=Ne(r,o,c),f=Me("vertical",u,ke(o,c),l,n),h=Le(c,o),g=d(()=>h(r.value.start)),p=Fe(c,o);return _e(a,t,s,f),{calculateRange:f,scrollTo:We("vertical",f,h,s),containerStyle:{overflowY:"auto"},wrapperProps:d(()=>({style:{width:"100%",height:p.value-g.value+"px",marginTop:`${g.value}px`}})),currentList:i,containerRef:s}}(t,e):function(e,t){const n=Ae(t),{state:r,source:o,currentList:i,size:a,containerRef:s}=n,{itemWidth:c,overscan:u=5}=e,l=Ne(r,o,c),f=Me("horizontal",u,ke(o,c),l,n),h=Le(c,o),g=d(()=>h(r.value.start)),p=Fe(c,o);return _e(a,t,s,f),{scrollTo:We("horizontal",f,h,s),calculateRange:f,wrapperProps:d(()=>({style:{height:"100%",width:p.value-g.value+"px",marginLeft:`${g.value}px`,display:"flex"}})),containerStyle:{overflowX:"auto"},currentList:i,containerRef:s}}(t,e);return{list:a,scrollTo:o,containerProps:{ref:s,onScroll:()=>{i()},style:n},wrapperProps:r}}function Ae(e){const t=N(null),n=function(e,t={width:0,height:0},n={}){const{window:r=pe,box:o="content-box"}=n,i=d(()=>{var t;return null===(t=me(e))||void 0===t||null===(t=t.namespaceURI)||void 0===t?void 0:t.includes("svg")}),a=N(t.width),s=N(t.height),{stop:c}=Ie(e,([t])=>{const n="border-box"===o?t.borderBoxSize:"content-box"===o?t.contentBoxSize:t.devicePixelContentBoxSize;if(r&&i.value){const t=me(e);if(t){const e=t.getBoundingClientRect();a.value=e.width,s.value=e.height}}else if(n){const e=ie(n);a.value=e.reduce((e,{inlineSize:t})=>e+t,0),s.value=e.reduce((e,{blockSize:t})=>e+t,0)}else a.value=t.contentRect.width,s.value=t.contentRect.height},n);fe(()=>{const n=me(e);n&&(a.value="offsetWidth"in n?n.offsetWidth:t.width,s.value="offsetHeight"in n?n.offsetHeight:t.height)});const u=H(()=>me(e),e=>{a.value=e?t.width:0,s.value=e?t.height:0});return{width:a,height:s,stop:function(){c(),u()}}}(t),r=j([]),o=N(e);return{state:j({start:0,end:10}),source:o,currentList:r,size:n,containerRef:t}}function Ne(e,t,n){return r=>{if("number"==typeof n)return Math.ceil(r/n);const{start:o=0}=e.value;let i=0,a=0;for(let e=o;e<t.value.length&&(i+=n(e),a=e,!(i>r));e++);return a-o}}function ke(e,t){return n=>{if("number"==typeof t)return Math.floor(n/t)+1;let r=0,o=0;for(let i=0;i<e.value.length;i++)if(r+=t(i),r>=n){o=i;break}return o+1}}function Me(e,t,n,r,{containerRef:o,state:i,currentList:a,source:s}){return()=>{const c=o.value;if(c){const o=n("vertical"===e?c.scrollTop:c.scrollLeft),u=r("vertical"===e?c.clientHeight:c.clientWidth),l=o-t,f=o+u+t;i.value={start:l<0?0:l,end:f>s.value.length?s.value.length:f},a.value=s.value.slice(i.value.start,i.value.end).map((e,t)=>({data:e,index:t+i.value.start}))}}}function Le(e,t){return n=>"number"==typeof e?n*e:t.value.slice(0,n).reduce((t,n,r)=>t+e(r),0)}function _e(e,t,n,r){H([e.width,e.height,()=>_(t),n],()=>{r()})}function Fe(e,t){return d(()=>"number"==typeof e?t.value.length*e:t.value.reduce((t,n,r)=>t+e(r),0))}Number.POSITIVE_INFINITY;var He={horizontal:"scrollLeft",vertical:"scrollTop"};function We(e,t,n,r){return o=>{r.value&&(r.value[He[e]]=n(o),t())}}function Ue(e={}){const{window:t=pe,initialWidth:n=Number.POSITIVE_INFINITY,initialHeight:r=Number.POSITIVE_INFINITY,listenOrientation:o=!0,includeScrollbar:i=!0,type:a="inner"}=e,s=N(n),c=N(r),u=()=>{if(t)if("outer"===a)s.value=t.outerWidth,c.value=t.outerHeight;else if("visual"===a&&t.visualViewport){const{width:e,height:n,scale:r}=t.visualViewport;s.value=Math.round(e*r),c.value=Math.round(n*r)}else i?(s.value=t.innerWidth,c.value=t.innerHeight):(s.value=t.document.documentElement.clientWidth,c.value=t.document.documentElement.clientHeight)};u(),fe(u);const l={passive:!0};return ye("resize",u,l),t&&"visual"===a&&t.visualViewport&&ye(t.visualViewport,"resize",u,l),o&&H(function(e,t={}){const{window:n=pe,ssrWidth:r=/* @__PURE__ */Te()}=t,o=/* @__PURE__ */Oe(()=>n&&"matchMedia"in n&&"function"==typeof n.matchMedia),i=N("number"==typeof r),a=N(),s=N(!1);return W(()=>{if(i.value)return i.value=!o.value,void(s.value=_(e).split(",").some(e=>{const t=e.includes("not all"),n=e.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/),o=e.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);let i=Boolean(n||o);return n&&i&&(i=r>=oe(n[1])),o&&i&&(i=r<=oe(o[1])),t?!i:i}));o.value&&(a.value=n.matchMedia(_(e)),s.value=a.value.matches)}),ye(a,"change",e=>{s.value=e.matches},{passive:!0}),d(()=>s.value)}("(orientation: portrait)"),()=>u()),{width:s,height:c}}var Ve=class{info(e,t){return new Promise(n=>{q.info(e,null==t?void 0:t.duration,n)})}success(e,t){return new Promise(n=>{q.success(e,null==t?void 0:t.duration,n)})}warning(e,t){return new Promise(n=>{q.warning(e,null==t?void 0:t.duration,n)})}error(e,t){return new Promise(n=>{q.error(e,null==t?void 0:t.duration,n)})}};function ze(e,t,n){const{minValue:r,maxValue:o}=n.specificConfig||{};return"number"==typeof r&&"number"==typeof o&&r>o?Promise.reject(/* @__PURE__ */new Error("MinValue cannot be greater than MaxValue")):Promise.resolve()}function Be(e,t,n,r){if(!t)return Promise.resolve();const{minValue:o,maxValue:i}=n.specificConfig||{},a=i??(null==r?void 0:r.end),s=t.length;return"number"==typeof o&&s<o?Promise.reject(`${c("sys.model.minLengthDefault")}${o}`):"number"==typeof a&&s>a?Promise.reject(`${c("sys.model.maxLengthDefault")}${a}`):Promise.resolve()}function $e(e,t,n,r){if(null==t||""===t)return Promise.resolve();const{minValue:o,maxValue:i}=n.specificConfig||{},a=i??(null==r?void 0:r.end),s=Number(t);return"number"==typeof o&&s<o?Promise.reject(`${c("sys.model.minNumDefault")}${o}`):"number"==typeof a&&s>a?Promise.reject(`${c("sys.model.maxNumDefault")}${a}`):Promise.resolve()}function qe(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Ye(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Xe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Ge(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Xe(Object(n),!0).forEach(function(t){Ye(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Xe(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Ke(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Je(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Ze(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Je(Object(n),!0).forEach(function(t){Ke(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Je(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Qe(e){return function t(){for(var n=this,r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return o.length>=e.length?e.apply(this,o):function(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];return t.apply(n,[].concat(o,r))}}}function et(e){return{}.toString.call(e).includes("Object")}function tt(e){return"function"==typeof e}var nt=Qe(function(e,t){throw new Error(e[t]||e.default)})({initialIsRequired:"initial state is required",initialType:"initial state should be an object",initialContent:"initial state shouldn't be an empty object",handlerType:"handler should be an object or a function",handlersType:"all handlers should be a functions",selectorType:"selector should be a function",changeType:"provided value of changes should be an object",changeField:'it seams you want to change a field in the state which is not specified in the "initial" state',default:"an unknown error accured in `state-local` package"}),rt=function(e,t){return et(t)||nt("changeType"),Object.keys(t).some(function(t){return n=e,r=t,!Object.prototype.hasOwnProperty.call(n,r);var n,r})&&nt("changeField"),t},ot=function(e){tt(e)||nt("selectorType")},it=function(e){tt(e)||et(e)||nt("handlerType"),et(e)&&Object.values(e).some(function(e){return!tt(e)})&&nt("handlersType")},at=function(e){var t;e||nt("initialIsRequired"),et(e)||nt("initialType"),t=e,Object.keys(t).length||nt("initialContent")};function st(e,t){return tt(t)?t(e.current):t}function ct(e,t){return e.current=Ze(Ze({},e.current),t),t}function ut(e,t,n){return tt(t)?t(e.current):Object.keys(n).forEach(function(n){var r;return null===(r=t[n])||void 0===r?void 0:r.call(t,e.current[n])}),n}var lt,ft=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};at(e),it(t);var n={current:e},r=Qe(ut)(n,t),o=Qe(ct)(n),i=Qe(rt)(e),a=Qe(st)(n);return[function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(e){return e};return ot(e),e(n.current)},function(e){!function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){return t.reduceRight(function(e,t){return t(e)},e)}}(r,o,i,a)(e)}]},dt={configIsRequired:"the configuration object is required",configType:"the configuration object should be an object",default:"an unknown error accured in `@monaco-editor/loader` package",deprecation:"Deprecation warning!\n You are using deprecated way of configuration.\n\n Instead of using\n monaco.config({ urls: { monacoBase: '...' } })\n use\n monaco.config({ paths: { vs: '...' } })\n\n For more please check the link https://github.com/suren-atoyan/monaco-loader#config\n "},ht=(lt=function(e,t){throw new Error(e[t]||e.default)},function e(){for(var t=this,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return r.length>=lt.length?lt.apply(this,r):function(){for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];return e.apply(t,[].concat(r,o))}})(dt),gt=function(e){var t;return e||ht("configIsRequired"),t=e,{}.toString.call(t).includes("Object")||ht("configType"),e.urls?(console.warn(dt.deprecation),{paths:{vs:e.urls.monacoBase}}):e};function pt(e,t){return Object.keys(t).forEach(function(n){t[n]instanceof Object&&e[n]&&Object.assign(t[n],pt(e[n],t[n]))}),Ge(Ge({},e),t)}var vt={type:"cancelation",msg:"operation is manually canceled"};function mt(e){var t=!1,n=new Promise(function(n,r){e.then(function(e){return t?r(vt):n(e)}),e.catch(r)});return n.cancel=function(){return t=!0},n}var yt,wt=["monaco"],bt=function(e){if(Array.isArray(e))return e}(yt=ft({config:{paths:{vs:"https://cdn.jsdelivr.net/npm/monaco-editor@0.55.1/min/vs"}},isInitialized:!1,resolve:null,reject:null,monaco:null}))||function(e){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,r,o,i,a=[],s=!0,c=!1;try{for(o=(t=t.call(e)).next,!2;!(s=(n=o.call(t)).done)&&(a.push(n.value),2!==a.length);s=!0);}catch(e){c=!0,r=e}finally{try{if(!s&&null!=t.return&&(i=t.return(),Object(i)!==i))return}finally{if(c)throw r}}return a}}(yt)||function(e){if(e){if("string"==typeof e)return qe(e,2);var t={}.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?qe(e,2):void 0}}(yt)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),Ot=bt[0],St=bt[1];function Dt(e){return document.body.appendChild(e)}function Tt(e){var t,n,r=Ot(function(e){return{config:e.config,reject:e.reject}}),o=(t="".concat(r.config.paths.vs,"/loader.js"),n=document.createElement("script"),t&&(n.src=t),n);return o.onload=function(){return e()},o.onerror=r.reject,o}function It(){var e=Ot(function(e){return{config:e.config,resolve:e.resolve,reject:e.reject}}),t=window.require;t.config(e.config),t(["vs/editor/editor.main"],function(t){var n=t.m||t;Et(n),e.resolve(n)},function(t){e.reject(t)})}function Et(e){Ot().monaco||St({monaco:e})}var xt=new Promise(function(e,t){return St({resolve:e,reject:t})}),Ct={config:function(e){var t=gt(e),n=t.monaco,r=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}(t,wt);St(function(e){return{config:pt(e.config,r),monaco:n}})},init:function(){var e=Ot(function(e){return{monaco:e.monaco,isInitialized:e.isInitialized,resolve:e.resolve}});if(!e.isInitialized){if(St({isInitialized:!0}),e.monaco)return e.resolve(e.monaco),mt(xt);if(window.monaco&&window.monaco.editor)return Et(window.monaco),e.resolve(window.monaco),mt(xt);!function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){return t.reduceRight(function(e,t){return t(e)},e)}}(Dt,Tt)(It)}return mt(xt)},__getMonacoInstance:function(){return Ot(function(e){return e.monaco})}},Pt=new class{constructor(){o(this,"_monacoInstance",null),o(this,"_loadingPromise",null),this._configureLoader()}_configureLoader(){Ct.config({paths:{vs:location.origin+"/extras/monaco-editor/0.55.1/min/vs"}})}async loadMonaco(){if(this._monacoInstance)return this._monacoInstance;if(this._loadingPromise)return this._loadingPromise;this._loadingPromise=Ct.init();try{return this._monacoInstance=await this._loadingPromise,console.info("✓ Monaco Editor loaded successfully"),this._monacoInstance}catch(e){throw console.error("✗ Failed to load Monaco Editor:",e),this._loadingPromise=null,e}}getMonaco(){return this._monacoInstance}isMonacoLoaded(){return null!==this._monacoInstance}async createMonacoEditor(e,t){return(await this.loadMonaco()).editor.create(e,t)}async createMonacoDiffEditor(e,t){return(await this.loadMonaco()).editor.createDiffEditor(e,t)}async createMonacoModel(e,t,n){return(await this.loadMonaco()).editor.createModel(e,t,n)}},jt=/* @__PURE__ */t({Vue:()=>l,Vue2:()=>{},del:()=>kt,install:()=>At,isVue2:()=>!1,isVue3:()=>!0,set:()=>Nt});import*as Rt from"vue";function At(){}function Nt(e,t,n){return Array.isArray(e)?(e.length=Math.max(e.length,t),e.splice(t,1,n),n):(e[t]=n,n)}function kt(e,t){Array.isArray(e)?e.splice(t,1):delete e[t]}n(jt,Rt);var Mt=Symbol.for("DndContextType");function Lt(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var _t="function"==typeof Symbol&&Symbol.observable||"@@observable",Ft=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ht={INIT:"@@redux/INIT"+Ft(),REPLACE:"@@redux/REPLACE"+Ft(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ft()}};function Wt(e,t,n){var r;if("function"==typeof t&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(Lt(0));if("function"==typeof t&&void 0===n&&(n=t,t=void 0),void 0!==n){if("function"!=typeof n)throw new Error(Lt(1));return n(Wt)(e,t)}if("function"!=typeof e)throw new Error(Lt(2));var o=e,i=t,a=[],s=a,c=!1;function u(){s===a&&(s=a.slice())}function l(){if(c)throw new Error(Lt(3));return i}function f(e){if("function"!=typeof e)throw new Error(Lt(4));if(c)throw new Error(Lt(5));var t=!0;return u(),s.push(e),function(){if(t){if(c)throw new Error(Lt(6));t=!1,u();var n=s.indexOf(e);s.splice(n,1),a=null}}}function d(e){if(!function(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}(e))throw new Error(Lt(7));if(void 0===e.type)throw new Error(Lt(8));if(c)throw new Error(Lt(9));try{c=!0,i=o(i,e)}finally{c=!1}for(var t=a=s,n=0;n<t.length;n++)(0,t[n])();return e}return d({type:Ht.INIT}),(r={dispatch:d,subscribe:f,getState:l,replaceReducer:function(e){if("function"!=typeof e)throw new Error(Lt(10));o=e,d({type:Ht.REPLACE})}})[_t]=function(){var e,t=f;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(Lt(11));function n(){e.next&&e.next(l())}return n(),{unsubscribe:t(n)}}})[_t]=function(){return this},e},r}function Ut(e,t,...n){if("undefined"!=typeof process&&void 0===t)throw new Error("invariant requires an error message argument");if(!e){let e;if(void 0===t)e=/* @__PURE__ */new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{let r=0;e=new Error(t.replace(/%s/g,function(){return n[r++]})),e.name="Invariant Violation"}throw e.framesToPop=1,e}}function Vt(e){return"object"==typeof e}var zt="dnd-core/INIT_COORDS",Bt="dnd-core/BEGIN_DRAG",$t="dnd-core/PUBLISH_DRAG_SOURCE",qt="dnd-core/HOVER",Yt="dnd-core/DROP",Xt="dnd-core/END_DRAG";function Gt(e,t){return{type:zt,payload:{sourceClientOffset:t||null,clientOffset:e||null}}}var Kt={type:zt,payload:{clientOffset:null,sourceClientOffset:null}};function Jt(e){return function(t=[],n={publishSource:!0}){const{publishSource:r=!0,clientOffset:o,getSourceClientOffset:i}=n,a=e.getMonitor(),s=e.getRegistry();e.dispatch(Gt(o)),function(e,t,n){Ut(!t.isDragging(),"Cannot call beginDrag while dragging."),e.forEach(function(e){Ut(n.getSource(e),"Expected sourceIds to be registered.")})}(t,a,s);const c=function(e,t){let n=null;for(let r=e.length-1;r>=0;r--)if(t.canDragSource(e[r])){n=e[r];break}return n}(t,a);if(null==c)return void e.dispatch(Kt);let u=null;if(o){if(!i)throw new Error("getSourceClientOffset must be defined");!function(e){Ut("function"==typeof e,"When clientOffset is provided, getSourceClientOffset must be a function.")}(i),u=i(c)}e.dispatch(Gt(o,u));const l=s.getSource(c).beginDrag(a,c);return null!=l?(function(e){Ut(Vt(e),"Item must be an object.")}(l),s.pinSource(c),{type:Bt,payload:{itemType:s.getSourceType(c),item:l,sourceId:c,clientOffset:o||null,sourceClientOffset:u||null,isSourcePublic:!!r}}):void 0}}function Zt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Qt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){Zt(e,t,n[t])})}return e}function en(e){return function(t={}){const n=e.getMonitor(),r=e.getRegistry();!function(e){Ut(e.isDragging(),"Cannot call drop while not dragging."),Ut(!e.didDrop(),"Cannot call drop twice during one drag operation.")}(n),function(e){const t=e.getTargetIds().filter(e.canDropOnTarget,e);return t.reverse(),t}(n).forEach((o,i)=>{const a={type:Yt,payload:{dropResult:Qt({},t,tn(o,i,r,n))}};e.dispatch(a)})}}function tn(e,t,n,r){const o=n.getTarget(e);let i=o?o.drop(r,e):void 0;return function(e){Ut(void 0===e||Vt(e),"Drop result must either be an object or undefined.")}(i),void 0===i&&(i=0===t?{}:r.getDropResult()),i}function nn(e){return function(){const t=e.getMonitor(),n=e.getRegistry();!function(e){Ut(e.isDragging(),"Cannot call endDrag while not dragging.")}(t);const r=t.getSourceId();return null!=r&&(n.getSource(r,!0).endDrag(t,r),n.unpinSource()),{type:Xt}}}function rn(e,t){return null===t?null===e:Array.isArray(e)?e.some(e=>e===t):e===t}function on(e){return function(t,{clientOffset:n}={}){!function(e){Ut(Array.isArray(e),"Expected targetIds to be an array.")}(t);const r=t.slice(0),o=e.getMonitor(),i=e.getRegistry();return function(e,t,n){for(let r=e.length-1;r>=0;r--){const o=e[r];rn(t.getTargetType(o),n)||e.splice(r,1)}}(r,i,o.getItemType()),function(e,t,n){Ut(t.isDragging(),"Cannot call hover while not dragging."),Ut(!t.didDrop(),"Cannot call hover after drop.");for(let r=0;r<e.length;r++){const t=e[r];Ut(e.lastIndexOf(t)===r,"Expected targetIds to be unique in the passed array."),Ut(n.getTarget(t),"Expected targetIds to be registered.")}}(r,o,i),function(e,t,n){e.forEach(function(e){n.getTarget(e).hover(t,e)})}(r,o,i),{type:qt,payload:{targetIds:r,clientOffset:n||null}}}}function an(e){return function(){if(e.getMonitor().isDragging())return{type:$t}}}var sn=class{receiveBackend(e){this.backend=e}getMonitor(){return this.monitor}getBackend(){return this.backend}getRegistry(){return this.monitor.registry}getActions(){const e=this,{dispatch:t}=this.store,n=function(e){return{beginDrag:Jt(e),publishDragSource:an(e),hover:on(e),drop:en(e),endDrag:nn(e)}}(this);return Object.keys(n).reduce((r,o)=>{const i=n[o];var a;return r[o]=(a=i,(...n)=>{const r=a.apply(e,n);void 0!==r&&t(r)}),r},{})}dispatch(e){this.store.dispatch(e)}constructor(e,t){this.isSetUp=!1,this.handleRefCountChange=()=>{const e=this.store.getState().refCount>0;this.backend&&(e&&!this.isSetUp?(this.backend.setup(),this.isSetUp=!0):!e&&this.isSetUp&&(this.backend.teardown(),this.isSetUp=!1))},this.store=e,this.monitor=t,e.subscribe(this.handleRefCountChange)}};function cn(e,t){return{x:e.x-t.x,y:e.y-t.y}}var un=[],ln=[];un.__IS_NONE__=!0,ln.__IS_ALL__=!0;var fn=class{subscribeToStateChange(e,t={}){const{handlerIds:n}=t;Ut("function"==typeof e,"listener must be a function."),Ut(void 0===n||Array.isArray(n),"handlerIds, when specified, must be an array of strings.");let r=this.store.getState().stateId;return this.store.subscribe(()=>{const t=this.store.getState(),o=t.stateId;try{o===r||o===r+1&&!function(e,t){return e!==un&&(e===ln||void 0===t||(n=t,r=e,n.filter(e=>r.indexOf(e)>-1)).length>0);var n,r}(t.dirtyHandlerIds,n)||e()}finally{r=o}})}subscribeToOffsetChange(e){Ut("function"==typeof e,"listener must be a function.");let t=this.store.getState().dragOffset;return this.store.subscribe(()=>{const n=this.store.getState().dragOffset;n!==t&&(t=n,e())})}canDragSource(e){if(!e)return!1;const t=this.registry.getSource(e);return Ut(t,`Expected to find a valid source. sourceId=${e}`),!this.isDragging()&&t.canDrag(this,e)}canDropOnTarget(e){if(!e)return!1;const t=this.registry.getTarget(e);return Ut(t,`Expected to find a valid target. targetId=${e}`),!(!this.isDragging()||this.didDrop())&&rn(this.registry.getTargetType(e),this.getItemType())&&t.canDrop(this,e)}isDragging(){return Boolean(this.getItemType())}isDraggingSource(e){if(!e)return!1;const t=this.registry.getSource(e,!0);return Ut(t,`Expected to find a valid source. sourceId=${e}`),!(!this.isDragging()||!this.isSourcePublic())&&this.registry.getSourceType(e)===this.getItemType()&&t.isDragging(this,e)}isOverTarget(e,t={shallow:!1}){if(!e)return!1;const{shallow:n}=t;if(!this.isDragging())return!1;const r=this.registry.getTargetType(e),o=this.getItemType();if(o&&!rn(r,o))return!1;const i=this.getTargetIds();if(!i.length)return!1;const a=i.indexOf(e);return n?a===i.length-1:a>-1}getItemType(){return this.store.getState().dragOperation.itemType}getItem(){return this.store.getState().dragOperation.item}getSourceId(){return this.store.getState().dragOperation.sourceId}getTargetIds(){return this.store.getState().dragOperation.targetIds}getDropResult(){return this.store.getState().dragOperation.dropResult}didDrop(){return this.store.getState().dragOperation.didDrop}isSourcePublic(){return Boolean(this.store.getState().dragOperation.isSourcePublic)}getInitialClientOffset(){return this.store.getState().dragOffset.initialClientOffset}getInitialSourceClientOffset(){return this.store.getState().dragOffset.initialSourceClientOffset}getClientOffset(){return this.store.getState().dragOffset.clientOffset}getSourceClientOffset(){return function(e){const{clientOffset:t,initialClientOffset:n,initialSourceClientOffset:r}=e;return t&&n&&r?cn((i=r,{x:(o=t).x+i.x,y:o.y+i.y}),n):null;var o,i}(this.store.getState().dragOffset)}getDifferenceFromInitialOffset(){return function(e){const{clientOffset:t,initialClientOffset:n}=e;return t&&n?cn(t,n):null}(this.store.getState().dragOffset)}constructor(e,t){this.store=e,this.registry=t}},dn="undefined"!=typeof global?global:self,hn=dn.MutationObserver||dn.WebKitMutationObserver;function gn(e){return function(){const t=setTimeout(r,0),n=setInterval(r,50);function r(){clearTimeout(t),clearInterval(n),e()}}}var pn,vn="function"==typeof hn?function(e){let t=1;const n=new hn(e),r=document.createTextNode("");return n.observe(r,{characterData:!0}),function(){t=-t,r.data=t}}:gn,mn=class{call(){try{this.task&&this.task()}catch(e){this.onError(e)}finally{this.task=null,this.release(this)}}constructor(e,t){this.onError=e,this.release=t,this.task=null}},yn=new class{enqueueTask(e){const{queue:t,requestFlush:n}=this;t.length||(n(),this.flushing=!0),t[t.length]=e}constructor(){this.queue=[],this.pendingErrors=[],this.flushing=!1,this.index=0,this.capacity=1024,this.flush=()=>{const{queue:e}=this;for(;this.index<e.length;){const t=this.index;if(this.index++,e[t].call(),this.index>this.capacity){for(let t=0,n=e.length-this.index;t<n;t++)e[t]=e[t+this.index];e.length-=this.index,this.index=0}}e.length=0,this.index=0,this.flushing=!1},this.registerPendingError=e=>{this.pendingErrors.push(e),this.requestErrorThrow()},this.requestFlush=vn(this.flush),this.requestErrorThrow=gn(()=>{if(this.pendingErrors.length)throw this.pendingErrors.shift()})}},wn=new class{create(e){const t=this.freeTasks,n=t.length?t.pop():new mn(this.onError,e=>t[t.length]=e);return n.task=e,n}constructor(e){this.onError=e,this.freeTasks=[]}}(yn.registerPendingError),bn="dnd-core/ADD_SOURCE",On="dnd-core/ADD_TARGET",Sn="dnd-core/REMOVE_SOURCE",Dn="dnd-core/REMOVE_TARGET";function Tn(e,t){t&&Array.isArray(e)?e.forEach(e=>Tn(e,!1)):Ut("string"==typeof e||"symbol"==typeof e,t?"Type can only be a string, a symbol, or an array of either.":"Type can only be a string or a symbol.")}!function(e){e.SOURCE="SOURCE",e.TARGET="TARGET"}(pn||(pn={}));var In=0;function En(e){switch(e[0]){case"S":return pn.SOURCE;case"T":return pn.TARGET;default:throw new Error(`Cannot parse handler ID: ${e}`)}}function xn(e,t){const n=e.entries();let r=!1;do{const{done:e,value:[,o]}=n.next();if(o===t)return!0;r=!!e}while(!r);return!1}var Cn=class{addSource(e,t){Tn(e),function(e){Ut("function"==typeof e.canDrag,"Expected canDrag to be a function."),Ut("function"==typeof e.beginDrag,"Expected beginDrag to be a function."),Ut("function"==typeof e.endDrag,"Expected endDrag to be a function.")}(t);const n=this.addHandler(pn.SOURCE,e,t);return this.store.dispatch(function(e){return{type:bn,payload:{sourceId:e}}}(n)),n}addTarget(e,t){Tn(e,!0),function(e){Ut("function"==typeof e.canDrop,"Expected canDrop to be a function."),Ut("function"==typeof e.hover,"Expected hover to be a function."),Ut("function"==typeof e.drop,"Expected beginDrag to be a function.")}(t);const n=this.addHandler(pn.TARGET,e,t);return this.store.dispatch(function(e){return{type:On,payload:{targetId:e}}}(n)),n}containsHandler(e){return xn(this.dragSources,e)||xn(this.dropTargets,e)}getSource(e,t=!1){return Ut(this.isSourceId(e),"Expected a valid source ID."),t&&e===this.pinnedSourceId?this.pinnedSource:this.dragSources.get(e)}getTarget(e){return Ut(this.isTargetId(e),"Expected a valid target ID."),this.dropTargets.get(e)}getSourceType(e){return Ut(this.isSourceId(e),"Expected a valid source ID."),this.types.get(e)}getTargetType(e){return Ut(this.isTargetId(e),"Expected a valid target ID."),this.types.get(e)}isSourceId(e){return En(e)===pn.SOURCE}isTargetId(e){return En(e)===pn.TARGET}removeSource(e){var t;Ut(this.getSource(e),"Expected an existing source."),this.store.dispatch(function(e){return{type:Sn,payload:{sourceId:e}}}(e)),t=()=>{this.dragSources.delete(e),this.types.delete(e)},yn.enqueueTask(wn.create(t))}removeTarget(e){Ut(this.getTarget(e),"Expected an existing target."),this.store.dispatch(function(e){return{type:Dn,payload:{targetId:e}}}(e)),this.dropTargets.delete(e),this.types.delete(e)}pinSource(e){const t=this.getSource(e);Ut(t,"Expected an existing source."),this.pinnedSourceId=e,this.pinnedSource=t}unpinSource(){Ut(this.pinnedSource,"No source is pinned at the time."),this.pinnedSourceId=null,this.pinnedSource=null}addHandler(e,t,n){const r=function(e){const t=(In++).toString();switch(e){case pn.SOURCE:return`S${t}`;case pn.TARGET:return`T${t}`;default:throw new Error(`Unknown Handler Role: ${e}`)}}(e);return this.types.set(r,t),e===pn.SOURCE?this.dragSources.set(r,n):e===pn.TARGET&&this.dropTargets.set(r,n),r}constructor(e){this.types=/* @__PURE__ */new Map,this.dragSources=/* @__PURE__ */new Map,this.dropTargets=/* @__PURE__ */new Map,this.pinnedSourceId=null,this.pinnedSource=null,this.store=e}},Pn=(e,t)=>e===t;function jn(e=un,t){switch(t.type){case qt:break;case bn:case On:case Dn:case Sn:return un;default:return ln}const{targetIds:n=[],prevTargetIds:r=[]}=t.payload,o=function(e,t){const n=/* @__PURE__ */new Map,r=e=>{n.set(e,n.has(e)?n.get(e)+1:1)};e.forEach(r),t.forEach(r);const o=[];return n.forEach((e,t)=>{1===e&&o.push(t)}),o}(n,r);if(!(o.length>0)&&function(e,t,n=Pn){if(e.length!==t.length)return!1;for(let r=0;r<e.length;++r)if(!n(e[r],t[r]))return!1;return!0}(n,r))return un;const i=r[r.length-1],a=n[n.length-1];return i!==a&&(i&&o.push(i),a&&o.push(a)),o}function Rn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var An={initialSourceClientOffset:null,initialClientOffset:null,clientOffset:null};function Nn(e=An,t){const{payload:n}=t;switch(t.type){case zt:case Bt:return{initialSourceClientOffset:n.sourceClientOffset,initialClientOffset:n.clientOffset,clientOffset:n.clientOffset};case qt:return r=e.clientOffset,o=n.clientOffset,!r&&!o||r&&o&&r.x===o.x&&r.y===o.y?e:function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){Rn(e,t,n[t])})}return e}({},e,{clientOffset:n.clientOffset});case Xt:case Yt:return An;default:return e}var r,o}function kn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Mn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){kn(e,t,n[t])})}return e}var Ln={itemType:null,item:null,sourceId:null,targetIds:[],dropResult:null,didDrop:!1,isSourcePublic:null};function _n(e=Ln,t){const{payload:n}=t;switch(t.type){case Bt:return Mn({},e,{itemType:n.itemType,item:n.item,sourceId:n.sourceId,isSourcePublic:n.isSourcePublic,dropResult:null,didDrop:!1});case $t:return Mn({},e,{isSourcePublic:!0});case qt:return Mn({},e,{targetIds:n.targetIds});case Dn:return-1===e.targetIds.indexOf(n.targetId)?e:Mn({},e,{targetIds:(r=e.targetIds,o=n.targetId,r.filter(e=>e!==o))});case Yt:return Mn({},e,{dropResult:n.dropResult,didDrop:!0,targetIds:[]});case Xt:return Mn({},e,{itemType:null,item:null,sourceId:null,dropResult:null,didDrop:!1,isSourcePublic:null,targetIds:[]});default:return e}var r,o}function Fn(e=0,t){switch(t.type){case bn:case On:return e+1;case Sn:case Dn:return e-1;default:return e}}function Hn(e=0){return e+1}function Wn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Un(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){Wn(e,t,n[t])})}return e}function Vn(e={},t){return{dirtyHandlerIds:jn(e.dirtyHandlerIds,{type:t.type,payload:Un({},t.payload,{prevTargetIds:(n=e,r=[],"dragOperation.targetIds".split(".").reduce((e,t)=>e&&e[t]?e[t]:r||null,n))})}),dragOffset:Nn(e.dragOffset,t),refCount:Fn(e.refCount,t),dragOperation:_n(e.dragOperation,t),stateId:Hn(e.stateId)};var n,r}function zn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Bn=0,$n=Symbol.for("__VUE_DND_CONTEXT_INSTANCE__");function qn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Yn(),n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0,o=t;return o[$n]||(o[$n]=function(e,t,n={},r=!1){const o=function(e){const t="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION__;return Wt(Vn,e&&t&&t({name:"dnd-core",instanceId:"dnd-core"}))}(r),i=new sn(o,new fn(o,new Cn(o))),a=e(i,t,n);return i.receiveBackend(a),i}(e,t,n,r)),o[$n]}function Yn(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof global?global:window}var Xn=(0,jt.defineComponent)({name:"DndProvider",props:{manager:{type:Object},backend:{type:Function},context:{type:Object},options:{type:Object},debugMode:{type:Boolean}},setup:function(e,t){var n,r,o,i,a=t.slots,s=(o=function(e){return function(e){return"manager"in e&&e.manager}(e)?[e.manager,!1]:[qn(e.backend,e.context,e.options,e.debugMode),!e.context]}(e),i=2,function(e){if(Array.isArray(e))return e}(o)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(c){s=!0,o=c}finally{try{a||null==n.return||n.return()}finally{if(s)throw o}}return i}}(o,i)||function(e,t){if(e){if("string"==typeof e)return zn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?zn(e,t):void 0}}(o,i)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),c=s[0],u=s[1];return u&&++Bn,(0,jt.onUnmounted)(function(){if(u){var e=Yn();0===--Bn&&(e[$n]=null)}}),n=c,(0,jt.provide)(Mt,n),function(){var e;return null!==(r=null===(e=a.default)||void 0===e?void 0:e.call(a))&&void 0!==r?r:null}}});(0,jt.defineComponent)({props:{connect:{type:Function,required:!0},src:{type:String,required:!0}},setup:function(e){return(0,jt.watchEffect)(function(){if("undefined"!=typeof Image){var t=!1,n=new Image;return n.src=e.src,n.onload=function(){e.connect(n),t=!0},function(){t&&e.connect(null)}}}),function(){return null}}});var Gn=!1,Kn=!1,Jn=/* @__PURE__ */function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.sourceId=null,this.internalMonitor=t.getMonitor()}var t=e.prototype;return t.receiveHandlerId=function(e){this.sourceId=e},t.getHandlerId=function(){return this.sourceId},t.canDrag=function(){Ut(!Gn,"You may not call monitor.canDrag() inside your canDrag() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source-monitor");try{return Gn=!0,this.internalMonitor.canDragSource(this.sourceId)}finally{Gn=!1}},t.isDragging=function(){if(!this.sourceId)return!1;Ut(!Kn,"You may not call monitor.isDragging() inside your isDragging() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source-monitor");try{return Kn=!0,this.internalMonitor.isDraggingSource(this.sourceId)}finally{Kn=!1}},t.subscribeToStateChange=function(e,t){return this.internalMonitor.subscribeToStateChange(e,t)},t.isDraggingSource=function(e){return this.internalMonitor.isDraggingSource(e)},t.isOverTarget=function(e,t){return this.internalMonitor.isOverTarget(e,t)},t.getTargetIds=function(){return this.internalMonitor.getTargetIds()},t.isSourcePublic=function(){return this.internalMonitor.isSourcePublic()},t.getSourceId=function(){return this.internalMonitor.getSourceId()},t.subscribeToOffsetChange=function(e){return this.internalMonitor.subscribeToOffsetChange(e)},t.canDragSource=function(e){return this.internalMonitor.canDragSource(e)},t.canDropOnTarget=function(e){return this.internalMonitor.canDropOnTarget(e)},t.getItemType=function(){return this.internalMonitor.getItemType()},t.getItem=function(){return this.internalMonitor.getItem()},t.getDropResult=function(){return this.internalMonitor.getDropResult()},t.didDrop=function(){return this.internalMonitor.didDrop()},t.getInitialClientOffset=function(){return this.internalMonitor.getInitialClientOffset()},t.getInitialSourceClientOffset=function(){return this.internalMonitor.getInitialSourceClientOffset()},t.getSourceClientOffset=function(){return this.internalMonitor.getSourceClientOffset()},t.getClientOffset=function(){return this.internalMonitor.getClientOffset()},t.getDifferenceFromInitialOffset=function(){return this.internalMonitor.getDifferenceFromInitialOffset()},e}(),Zn=!1,Qn=/* @__PURE__ */function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.targetId=null,this.internalMonitor=t.getMonitor()}var t=e.prototype;return t.receiveHandlerId=function(e){this.targetId=e},t.getHandlerId=function(){return this.targetId},t.subscribeToStateChange=function(e,t){return this.internalMonitor.subscribeToStateChange(e,t)},t.canDrop=function(){if(!this.targetId)return!1;Ut(!Zn,"You may not call monitor.canDrop() inside your canDrop() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drop-target-monitor");try{return Zn=!0,this.internalMonitor.canDropOnTarget(this.targetId)}finally{Zn=!1}},t.isOver=function(e){return!!this.targetId&&this.internalMonitor.isOverTarget(this.targetId,e)},t.getItemType=function(){return this.internalMonitor.getItemType()},t.getItem=function(){return this.internalMonitor.getItem()},t.getDropResult=function(){return this.internalMonitor.getDropResult()},t.didDrop=function(){return this.internalMonitor.didDrop()},t.getInitialClientOffset=function(){return this.internalMonitor.getInitialClientOffset()},t.getInitialSourceClientOffset=function(){return this.internalMonitor.getInitialSourceClientOffset()},t.getSourceClientOffset=function(){return this.internalMonitor.getSourceClientOffset()},t.getClientOffset=function(){return this.internalMonitor.getClientOffset()},t.getDifferenceFromInitialOffset=function(){return this.internalMonitor.getDifferenceFromInitialOffset()},e}();function er(e){return function(){var t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if((t=n)&&t.__v_skip&&function(){throw new Error("Only native element nodes can now be passed to Vue DnD connectors.You can either wrap Component into a <div>, or turn it into a drag source or a drop target itself.")}(),!function(e){return!!(n=e)&&!0===n.__v_isVNode&&"symbol"!=((t=e.type)&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t);var t,n}(n)){var o=n;return e(o,r),o}}}function tr(e){var t={};return Object.keys(e).forEach(function(n){var r=e[n];if(n.endsWith("Ref"))t[n]=e[n];else{var o=er(r);t[n]=function(){return o}}}),t}function nr(e,t,n,r){let o=n?n.call(r,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;const i=Object.keys(e),a=Object.keys(t);if(i.length!==a.length)return!1;const s=Object.prototype.hasOwnProperty.bind(t);for(let c=0;c<i.length;c++){const a=i[c];if(!s(a))return!1;const u=e[a],l=t[a];if(o=n?n.call(r,u,l,a):void 0,!1===o||void 0===o&&u!==l)return!1}return!0}function rr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var or=/* @__PURE__ */function(){function e(t){var n=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.hooks=tr({dragSource:function(e,t){n.clearDragSource(),n.dragSourceOptions=t||null,n.dragSourceNode=e,n.reconnectDragSource()},dragPreview:function(e,t){n.clearDragPreview(),n.dragPreviewOptions=t||null,n.dragPreviewNode=e,n.reconnectDragPreview()}}),this.handlerId=null,this.dragSourceOptionsInternal=null,this.dragPreviewOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDragSource=null,this.lastConnectedDragSourceOptions=null,this.lastConnectedDragPreview=null,this.lastConnectedDragPreviewOptions=null,this.backend=t}var t,n,r=e.prototype;return r.receiveHandlerId=function(e){this.handlerId!==e&&(this.handlerId=e,this.reconnect())},r.reconnect=function(){var e=this.reconnectDragSource();this.reconnectDragPreview(e)},r.reconnectDragSource=function(){var e=this.dragSource,t=this.didHandlerIdChange()||this.didConnectedDragSourceChange()||this.didDragSourceOptionsChange();return t&&this.disconnectDragSource(),this.handlerId?e?(t&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragSource=e,this.lastConnectedDragSourceOptions=this.dragSourceOptions,this.dragSourceUnsubscribe=this.backend.connectDragSource(this.handlerId,e,this.dragSourceOptions)),t):(this.lastConnectedDragSource=e,t):t},r.reconnectDragPreview=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.dragPreview,n=e||this.didHandlerIdChange()||this.didConnectedDragPreviewChange()||this.didDragPreviewOptionsChange();n&&this.disconnectDragPreview(),this.handlerId&&(t?n&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragPreview=t,this.lastConnectedDragPreviewOptions=this.dragPreviewOptions,this.dragPreviewUnsubscribe=this.backend.connectDragPreview(this.handlerId,t,this.dragPreviewOptions)):this.lastConnectedDragPreview=t)},r.didHandlerIdChange=function(){return this.lastConnectedHandlerId!==this.handlerId},r.didConnectedDragSourceChange=function(){return this.lastConnectedDragSource!==this.dragSource},r.didConnectedDragPreviewChange=function(){return this.lastConnectedDragPreview!==this.dragPreview},r.didDragSourceOptionsChange=function(){return!nr(this.lastConnectedDragSourceOptions,this.dragSourceOptions)},r.didDragPreviewOptionsChange=function(){return!nr(this.lastConnectedDragPreviewOptions,this.dragPreviewOptions)},r.disconnectDragSource=function(){this.dragSourceUnsubscribe&&(this.dragSourceUnsubscribe(),this.dragSourceUnsubscribe=void 0)},r.disconnectDragPreview=function(){this.dragPreviewUnsubscribe&&(this.dragPreviewUnsubscribe(),this.dragPreviewUnsubscribe=void 0,this.dragPreviewNode=null)},r.clearDragSource=function(){this.dragSourceNode=null},r.clearDragPreview=function(){this.dragPreviewNode=null},t=e,(n=[{key:"connectTarget",get:function(){return this.dragSource}},{key:"dragSourceOptions",get:function(){return this.dragSourceOptionsInternal},set:function(e){this.dragSourceOptionsInternal=e}},{key:"dragPreviewOptions",get:function(){return this.dragPreviewOptionsInternal},set:function(e){this.dragPreviewOptionsInternal=e}},{key:"dragSource",get:function(){return this.dragSourceNode}},{key:"dragPreview",get:function(){return this.dragPreviewNode}}])&&rr(t.prototype,n),e}();function ir(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var ar=/* @__PURE__ */function(){function e(t){var n=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.hooks=tr({dropTarget:function(e,t){n.clearDropTarget(),n.dropTargetOptions=t,(0,jt.isRef)(e)?n.dropTargetRef=e:n.dropTargetNode=e,n.reconnect()}}),this.handlerId=null,this.dropTargetRef=null,this.dropTargetOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDropTarget=null,this.lastConnectedDropTargetOptions=null,this.backend=t}var t,n,r=e.prototype;return r.reconnect=function(){var e=this.didHandlerIdChange()||this.didDropTargetChange()||this.didOptionsChange();e&&this.disconnectDropTarget();var t=this.dropTarget;this.handlerId&&(t?e&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDropTarget=t,this.lastConnectedDropTargetOptions=this.dropTargetOptions,this.unsubscribeDropTarget=this.backend.connectDropTarget(this.handlerId,t,this.dropTargetOptions)):this.lastConnectedDropTarget=t)},r.receiveHandlerId=function(e){e!==this.handlerId&&(this.handlerId=e,this.reconnect())},r.didHandlerIdChange=function(){return this.lastConnectedHandlerId!==this.handlerId},r.didDropTargetChange=function(){return this.lastConnectedDropTarget!==this.dropTarget},r.didOptionsChange=function(){return!nr(this.lastConnectedDropTargetOptions,this.dropTargetOptions)},r.disconnectDropTarget=function(){this.unsubscribeDropTarget&&(this.unsubscribeDropTarget(),this.unsubscribeDropTarget=void 0)},r.clearDropTarget=function(){this.dropTargetRef=null,this.dropTargetNode=null},t=e,(n=[{key:"connectTarget",get:function(){return this.dropTarget}},{key:"dropTargetOptions",get:function(){return this.dropTargetOptionsInternal},set:function(e){this.dropTargetOptionsInternal=e}},{key:"dropTarget",get:function(){return this.dropTargetNode||this.dropTargetRef&&this.dropTargetRef.value}}])&&ir(t.prototype,n),e}(),sr=/* @__PURE__ */function(){function e(t,n,r){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.spec=t,this.monitor=n,this.connector=r}var t=e.prototype;return t.beginDrag=function(){var e,t=this.spec,n=this.monitor;return null!=(e="object"==typeof t.item?t.item:"function"==typeof t.item?t.item(n):{})?e:null},t.canDrag=function(){var e=this.spec,t=this.monitor;return"boolean"==typeof e.canDrag?e.canDrag:"function"!=typeof e.canDrag||e.canDrag(t)},t.isDragging=function(e,t){var n=this.spec,r=this.monitor,o=n.isDragging;return o?o(r):t===e.getSourceId()},t.endDrag=function(){var e=this.spec,t=this.monitor,n=this.connector,r=e.end;r&&r(t.getItem(),t),n.reconnect()},e}();function cr(){var e=(0,jt.inject)(Mt);return Ut(null!=e,"Expected drag drop context"),e}function ur(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function lr(e,t,n){var r=cr(),o=function(e,t,n){var r=(0,jt.computed)(function(){return new sr((0,jt.unref)(e),(0,jt.unref)(t),(0,jt.unref)(n))});return(0,jt.watchEffect)(function(){r.value.spec=(0,jt.unref)(e)}),r}(e,t,n),i=function(e){return(0,jt.computed)(function(){var t=(0,jt.unref)(e).type;return Ut(null!=t,"spec.type must be defined"),t})}(e);(0,jt.watchEffect)(function(e){if(null!=(0,jt.unref)(i)){var a=(u=function(e,t,n){var r=n.getRegistry(),o=r.addSource(e,t);return[o,function(){return r.removeSource(o)}]}((0,jt.unref)(i),(0,jt.unref)(o),(0,jt.unref)(r)),l=2,function(e){if(Array.isArray(e))return e}(u)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(c){s=!0,o=c}finally{try{a||null==n.return||n.return()}finally{if(s)throw o}}return i}}(u,l)||function(e,t){if(e){if("string"==typeof e)return ur(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ur(e,t):void 0}}(u,l)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),s=a[0],c=a[1];(0,jt.unref)(t).receiveHandlerId(s),(0,jt.unref)(n).receiveHandlerId(s),e(c)}var u,l})}function fr(e){return(0,jt.computed)(function(){return"function"==typeof e?e():e})}var dr=/* @__PURE__ */e(/* @__PURE__ */r((e,t)=>{t.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;var r,o,i;if(Array.isArray(t)){if((r=t.length)!=n.length)return!1;for(o=r;0!==o--;)if(!e(t[o],n[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if((r=(i=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(o=r;0!==o--;)if(!Object.prototype.hasOwnProperty.call(n,i[o]))return!1;for(o=r;0!==o--;){var a=i[o];if(!e(t[a],n[a]))return!1}return!0}return t!=t&&n!=n}})());function hr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function gr(e,t,n){var r,o,i=(r=function(e,t,n){var r=(0,jt.ref)((0,jt.unref)(t)((0,jt.unref)(e))),o=function(){var o=(0,jt.unref)(t)((0,jt.unref)(e));(0,dr.default)(r.value,o)||(r.value=o,n&&n())};return(0,jt.watchEffect)(o),[r,o]}(e,t,n),o=2,function(e){if(Array.isArray(e))return e}(r)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(c){s=!0,o=c}finally{try{a||null==n.return||n.return()}finally{if(s)throw o}}return i}}(r,o)||function(e,t){if(e){if("string"==typeof e)return hr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?hr(e,t):void 0}}(r,o)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),a=i[0],s=i[1];return(0,jt.watchEffect)(function(t){var n=(0,jt.unref)(e).getHandlerId();null!=n&&t((0,jt.unref)(e).subscribeToStateChange(s,{handlerIds:[n]}))}),a}function pr(e,t,n){return gr(t,e||function(){return{}},function(){return(0,jt.unref)(n).reconnect()})}function vr(e,t){var n=(0,jt.reactive)({el:null,options:(0,jt.unref)(t)});return(0,jt.watchEffect)(function(){e(n)},{flush:"post"}),function(e,r){Nt(n,"el",e);var o=(0,jt.unref)(t)||r;return(0,dr.default)(n.options,o)||Nt(n,"options",o),(0,jt.unref)(e)}}function mr(e,t){return vr(function(t){(0,jt.unref)(e).hooks.dragSource()(t.el,t.options)},(0,jt.computed)(function(){return(0,jt.unref)(t).options}))}function yr(e,t){return vr(function(t){(0,jt.unref)(e).hooks.dragPreview()(t.el,t.options)},(0,jt.computed)(function(){return(0,jt.unref)(t).previewOptions}))}function wr(e){var t,n=fr(e),r=(t=cr(),(0,jt.computed)(function(){return new Jn((0,jt.unref)(t))})),o=function(e,t){var n=cr(),r=(0,jt.computed)(function(){return new or((0,jt.unref)(n).getBackend())});return(0,jt.watchEffect)(function(t){r.value.dragSourceOptions=(0,jt.unref)(e)||null,(0,jt.unref)(r).reconnect(),t(function(){r.value.disconnectDragSource()})}),(0,jt.watchEffect)(function(e){r.value.dragPreviewOptions=(0,jt.unref)(t)||null,(0,jt.unref)(r).reconnect(),e(function(){r.value.disconnectDragPreview()})}),r}((0,jt.computed)(function(){return(0,jt.unref)(n).options}),(0,jt.computed)(function(){return(0,jt.unref)(n).previewOptions}));return lr(n,r,o),[pr((0,jt.computed)(function(){return(0,jt.unref)(n).collect||function(){return{}}}),r,o),mr(o,n),yr(o,n)]}var br=/* @__PURE__ */function(){function e(t,n){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.spec=t,this.monitor=n}var t=e.prototype;return t.canDrop=function(){var e=this.spec,t=this.monitor;return!e.canDrop||e.canDrop(t.getItem(),t)},t.hover=function(){var e=this.spec,t=this.monitor;e.hover&&e.hover(t.getItem(),t)},t.drop=function(){var e=this.spec,t=this.monitor;if(e.drop)return e.drop(t.getItem(),t)},e}();function Or(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Sr(e,t,n){var r=cr(),o=function(e,t){var n=(0,jt.computed)(function(){return new br((0,jt.unref)(e),(0,jt.unref)(t))});return(0,jt.watchEffect)(function(){n.value.spec=(0,jt.unref)(e)}),n}(e,t),i=function(e){return(0,jt.computed)(function(){var t=(0,jt.unref)(e).accept;return Ut(null!=t,"accept must be defined"),Array.isArray(t)?t:[t]})}(e);(0,jt.watchEffect)(function(e){var a,s,c=(a=function(e,t,n){var r=(0,jt.unref)(n).getRegistry(),o=r.addTarget((0,jt.unref)(e),(0,jt.unref)(t));return[o,function(){return r.removeTarget(o)}]}(i,o,r),s=2,function(e){if(Array.isArray(e))return e}(a)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(c){s=!0,o=c}finally{try{a||null==n.return||n.return()}finally{if(s)throw o}}return i}}(a,s)||function(e,t){if(e){if("string"==typeof e)return Or(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Or(e,t):void 0}}(a,s)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),u=c[0],l=c[1];(0,jt.unref)(t).receiveHandlerId(u),(0,jt.unref)(n).receiveHandlerId(u),e(l)})}function Dr(e,t){return vr(function(t){(0,jt.unref)(e).hooks.dropTarget()(t.el,t.options)},(0,jt.computed)(function(){return(0,jt.unref)(t).options}))}function Tr(e){var t,n=fr(e),r=(t=cr(),(0,jt.computed)(function(){return new Qn((0,jt.unref)(t))})),o=function(e){var t=cr(),n=(0,jt.computed)(function(){return new ar((0,jt.unref)(t).getBackend())});return(0,jt.watchEffect)(function(t){n.value.dropTargetOptions=(0,jt.unref)(e)||null,n.value.reconnect(),t(function(){return n.value.disconnectDropTarget()})}),n}((0,jt.computed)(function(){return(0,jt.unref)(n).options}));return Sr(n,r,o),[pr((0,jt.computed)(function(){return(0,jt.unref)(n).collect||function(){return{}}}),r,o),Dr(o,n)]}function Ir(e){let t=null;return()=>(null==t&&(t=e()),t)}var Er=class{enter(e){const t=this.entered.length;return this.entered=function(e,t){const n=/* @__PURE__ */new Set,r=e=>n.add(e);e.forEach(r),t.forEach(r);const o=[];return n.forEach(e=>o.push(e)),o}(this.entered.filter(t=>this.isNodeInDocument(t)&&(!t.contains||t.contains(e))),[e]),0===t&&this.entered.length>0}leave(e){const t=this.entered.length;var n,r;return this.entered=(n=this.entered.filter(this.isNodeInDocument),r=e,n.filter(e=>e!==r)),t>0&&0===this.entered.length}reset(){this.entered=[]}constructor(e){this.entered=[],this.isNodeInDocument=e}},xr=class{initializeExposedProperties(){Object.keys(this.config.exposeProperties).forEach(e=>{Object.defineProperty(this.item,e,{configurable:!0,enumerable:!0,get:()=>(console.warn(`Browser doesn't allow reading "${e}" until the drop event.`),null)})})}loadDataTransfer(e){if(e){const t={};Object.keys(this.config.exposeProperties).forEach(n=>{const r=this.config.exposeProperties[n];null!=r&&(t[n]={value:r(e,this.config.matchesTypes),configurable:!0,enumerable:!0})}),Object.defineProperties(this.item,t)}}canDrag(){return!0}beginDrag(){return this.item}isDragging(e,t){return t===e.getSourceId()}endDrag(){}constructor(e){this.config=e,this.item={},this.initializeExposedProperties()}},Cr=/* @__PURE__ */t({FILE:()=>Pr,HTML:()=>Ar,TEXT:()=>Rr,URL:()=>jr}),Pr="__NATIVE_FILE__",jr="__NATIVE_URL__",Rr="__NATIVE_TEXT__",Ar="__NATIVE_HTML__";function Nr(e,t,n){const r=t.reduce((t,n)=>t||e.getData(n),"");return null!=r?r:n}var kr={[Pr]:{exposeProperties:{files:e=>Array.prototype.slice.call(e.files),items:e=>e.items,dataTransfer:e=>e},matchesTypes:["Files"]},[Ar]:{exposeProperties:{html:(e,t)=>Nr(e,t,""),dataTransfer:e=>e},matchesTypes:["Html","text/html"]},[jr]:{exposeProperties:{urls:(e,t)=>Nr(e,t,"").split("\n"),dataTransfer:e=>e},matchesTypes:["Url","text/uri-list"]},[Rr]:{exposeProperties:{text:(e,t)=>Nr(e,t,""),dataTransfer:e=>e},matchesTypes:["Text","text/plain"]}};function Mr(e){if(!e)return null;const t=Array.prototype.slice.call(e.types||[]);return Object.keys(kr).filter(e=>{const n=kr[e];return!!(null==n?void 0:n.matchesTypes)&&n.matchesTypes.some(e=>t.indexOf(e)>-1)})[0]||null}var Lr=Ir(()=>/firefox/i.test(navigator.userAgent)),_r=Ir(()=>Boolean(window.safari)),Fr=class{interpolate(e){const{xs:t,ys:n,c1s:r,c2s:o,c3s:i}=this;let a=t.length-1;if(e===t[a])return n[a];let s,c=0,u=i.length-1;for(;c<=u;){s=Math.floor(.5*(c+u));const r=t[s];if(r<e)c=s+1;else{if(!(r>e))return n[s];u=s-1}}a=Math.max(0,u);const l=e-t[a],f=l*l;return n[a]+r[a]*l+o[a]*f+i[a]*l*f}constructor(e,t){const{length:n}=e,r=[];for(let h=0;h<n;h++)r.push(h);r.sort((t,n)=>e[t]<e[n]?-1:1);const o=[],i=[],a=[];let s,c;for(let h=0;h<n-1;h++)s=e[h+1]-e[h],c=t[h+1]-t[h],i.push(s),o.push(c),a.push(c/s);const u=[a[0]];for(let h=0;h<i.length-1;h++){const e=a[h],t=a[h+1];if(e*t<=0)u.push(0);else{s=i[h];const n=i[h+1],r=s+n;u.push(3*r/((r+n)/e+(r+s)/t))}}u.push(a[a.length-1]);const l=[],f=[];let d;for(let h=0;h<u.length-1;h++){d=a[h];const e=u[h],t=1/i[h],n=e+u[h+1]-d-d;l.push((d-e-n)*t),f.push(n*t*t)}this.xs=e,this.ys=t,this.c1s=u,this.c2s=l,this.c3s=f}};function Hr(e){const t=1===e.nodeType?e:e.parentElement;if(!t)return null;const{top:n,left:r}=t.getBoundingClientRect();return{x:r,y:n}}function Wr(e){return{x:e.clientX,y:e.clientY}}var Ur=class{get window(){return this.globalContext?this.globalContext:"undefined"!=typeof window?window:void 0}get document(){var e;return(null===(e=this.globalContext)||void 0===e?void 0:e.document)?this.globalContext.document:this.window?this.window.document:void 0}get rootElement(){var e;return(null===(e=this.optionsArgs)||void 0===e?void 0:e.rootElement)||this.window}constructor(e,t){this.ownerDocument=null,this.globalContext=e,this.optionsArgs=t}};function Vr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function zr(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){Vr(e,t,n[t])})}return e}var Br=class{profile(){var e,t;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:(null===(e=this.dragStartSourceIds)||void 0===e?void 0:e.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:(null===(t=this.dragOverTargetIds)||void 0===t?void 0:t.length)||0}}get window(){return this.options.window}get document(){return this.options.document}get rootElement(){return this.options.rootElement}setup(){const e=this.rootElement;if(void 0!==e){if(e.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");e.__isReactDndBackendSetUp=!0,this.addEventListeners(e)}}teardown(){const e=this.rootElement;var t;void 0!==e&&(e.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId&&(null===(t=this.window)||void 0===t||t.cancelAnimationFrame(this.asyncEndDragFrameId)))}connectDragPreview(e,t,n){return this.sourcePreviewNodeOptions.set(e,n),this.sourcePreviewNodes.set(e,t),()=>{this.sourcePreviewNodes.delete(e),this.sourcePreviewNodeOptions.delete(e)}}connectDragSource(e,t,n){this.sourceNodes.set(e,t),this.sourceNodeOptions.set(e,n);const r=t=>this.handleDragStart(t,e),o=e=>this.handleSelectStart(e);return t.setAttribute("draggable","true"),t.addEventListener("dragstart",r),t.addEventListener("selectstart",o),()=>{this.sourceNodes.delete(e),this.sourceNodeOptions.delete(e),t.removeEventListener("dragstart",r),t.removeEventListener("selectstart",o),t.setAttribute("draggable","false")}}connectDropTarget(e,t){const n=t=>this.handleDragEnter(t,e),r=t=>this.handleDragOver(t,e),o=t=>this.handleDrop(t,e);return t.addEventListener("dragenter",n),t.addEventListener("dragover",r),t.addEventListener("drop",o),()=>{t.removeEventListener("dragenter",n),t.removeEventListener("dragover",r),t.removeEventListener("drop",o)}}addEventListeners(e){e.addEventListener&&(e.addEventListener("dragstart",this.handleTopDragStart),e.addEventListener("dragstart",this.handleTopDragStartCapture,!0),e.addEventListener("dragend",this.handleTopDragEndCapture,!0),e.addEventListener("dragenter",this.handleTopDragEnter),e.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),e.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),e.addEventListener("dragover",this.handleTopDragOver),e.addEventListener("dragover",this.handleTopDragOverCapture,!0),e.addEventListener("drop",this.handleTopDrop),e.addEventListener("drop",this.handleTopDropCapture,!0))}removeEventListeners(e){e.removeEventListener&&(e.removeEventListener("dragstart",this.handleTopDragStart),e.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),e.removeEventListener("dragend",this.handleTopDragEndCapture,!0),e.removeEventListener("dragenter",this.handleTopDragEnter),e.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),e.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),e.removeEventListener("dragover",this.handleTopDragOver),e.removeEventListener("dragover",this.handleTopDragOverCapture,!0),e.removeEventListener("drop",this.handleTopDrop),e.removeEventListener("drop",this.handleTopDropCapture,!0))}getCurrentSourceNodeOptions(){const e=this.monitor.getSourceId(),t=this.sourceNodeOptions.get(e);return zr({dropEffect:this.altKeyPressed?"copy":"move"},t||{})}getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}getCurrentSourcePreviewNodeOptions(){const e=this.monitor.getSourceId();return zr({anchorX:.5,anchorY:.5,captureDraggingState:!1},this.sourcePreviewNodeOptions.get(e)||{})}isDraggingNativeItem(){const e=this.monitor.getItemType();return Object.keys(Cr).some(t=>Cr[t]===e)}beginDragNativeItem(e,t){this.clearCurrentDragSourceNode(),this.currentNativeSource=function(e,t){const n=kr[e];if(!n)throw new Error(`native type ${e} has no configuration`);const r=new xr(n);return r.loadDataTransfer(t),r}(e,t),this.currentNativeHandle=this.registry.addSource(e,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}setCurrentDragSourceNode(e){this.clearCurrentDragSourceNode(),this.currentDragSourceNode=e,this.mouseMoveTimeoutTimer=setTimeout(()=>{var e;return null===(e=this.rootElement)||void 0===e?void 0:e.addEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)},1e3)}clearCurrentDragSourceNode(){var e;return!!this.currentDragSourceNode&&(this.currentDragSourceNode=null,this.rootElement&&(null===(e=this.window)||void 0===e||e.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)),this.mouseMoveTimeoutTimer=null,!0)}handleDragStart(e,t){e.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(t))}handleDragEnter(e,t){this.dragEnterTargetIds.unshift(t)}handleDragOver(e,t){null===this.dragOverTargetIds&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(t)}handleDrop(e,t){this.dropTargetIds.unshift(t)}constructor(e,t,n){this.sourcePreviewNodes=/* @__PURE__ */new Map,this.sourcePreviewNodeOptions=/* @__PURE__ */new Map,this.sourceNodes=/* @__PURE__ */new Map,this.sourceNodeOptions=/* @__PURE__ */new Map,this.dragStartSourceIds=null,this.dropTargetIds=[],this.dragEnterTargetIds=[],this.currentNativeSource=null,this.currentNativeHandle=null,this.currentDragSourceNode=null,this.altKeyPressed=!1,this.mouseMoveTimeoutTimer=null,this.asyncEndDragFrameId=null,this.dragOverTargetIds=null,this.lastClientOffset=null,this.hoverRafId=null,this.getSourceClientOffset=e=>{const t=this.sourceNodes.get(e);return t&&Hr(t)||null},this.endDragNativeItem=()=>{this.isDraggingNativeItem()&&(this.actions.endDrag(),this.currentNativeHandle&&this.registry.removeSource(this.currentNativeHandle),this.currentNativeHandle=null,this.currentNativeSource=null)},this.isNodeInDocument=e=>Boolean(e&&this.document&&this.document.body&&this.document.body.contains(e)),this.endDragIfSourceWasRemovedFromDOM=()=>{const e=this.currentDragSourceNode;null==e||this.isNodeInDocument(e)||(this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover())},this.scheduleHover=e=>{null===this.hoverRafId&&"undefined"!=typeof requestAnimationFrame&&(this.hoverRafId=requestAnimationFrame(()=>{this.monitor.isDragging()&&this.actions.hover(e||[],{clientOffset:this.lastClientOffset}),this.hoverRafId=null}))},this.cancelHover=()=>{null!==this.hoverRafId&&"undefined"!=typeof cancelAnimationFrame&&(cancelAnimationFrame(this.hoverRafId),this.hoverRafId=null)},this.handleTopDragStartCapture=()=>{this.clearCurrentDragSourceNode(),this.dragStartSourceIds=[]},this.handleTopDragStart=e=>{if(e.defaultPrevented)return;const{dragStartSourceIds:t}=this;this.dragStartSourceIds=null;const n=Wr(e);this.monitor.isDragging()&&(this.actions.endDrag(),this.cancelHover()),this.actions.beginDrag(t||[],{publishSource:!1,getSourceClientOffset:this.getSourceClientOffset,clientOffset:n});const{dataTransfer:r}=e,o=Mr(r);if(this.monitor.isDragging()){if(r&&"function"==typeof r.setDragImage){const e=this.monitor.getSourceId(),t=this.sourceNodes.get(e),o=this.sourcePreviewNodes.get(e)||t;if(o){const{anchorX:e,anchorY:i,offsetX:a,offsetY:s}=this.getCurrentSourcePreviewNodeOptions(),c=function(e,t,n,r,o){const i=function(e){var t;return"IMG"===e.nodeName&&(Lr()||!(null===(t=document.documentElement)||void 0===t?void 0:t.contains(e)))}(t),a=Hr(i?e:t),s={x:n.x-a.x,y:n.y-a.y},{offsetWidth:c,offsetHeight:u}=e,{anchorX:l,anchorY:f}=r,{dragPreviewWidth:d,dragPreviewHeight:h}=function(e,t,n,r){let o=e?t.width:n,i=e?t.height:r;return _r()&&e&&(i/=window.devicePixelRatio,o/=window.devicePixelRatio),{dragPreviewWidth:o,dragPreviewHeight:i}}(i,t,c,u),{offsetX:g,offsetY:p}=o,v=0===p||p;return{x:0===g||g?g:new Fr([0,.5,1],[s.x,s.x/c*d,s.x+d-c]).interpolate(l),y:v?p:(()=>{let e=new Fr([0,.5,1],[s.y,s.y/u*h,s.y+h-u]).interpolate(f);return _r()&&i&&(e+=(window.devicePixelRatio-1)*h),e})()}}(t,o,n,{anchorX:e,anchorY:i},{offsetX:a,offsetY:s});r.setDragImage(o,c.x,c.y)}}try{null==r||r.setData("application/json",{})}catch(i){}this.setCurrentDragSourceNode(e.target);const{captureDraggingState:t}=this.getCurrentSourcePreviewNodeOptions();t?this.actions.publishDragSource():setTimeout(()=>this.actions.publishDragSource(),0)}else if(o)this.beginDragNativeItem(o);else{if(r&&!r.types&&(e.target&&!e.target.hasAttribute||!e.target.hasAttribute("draggable")))return;e.preventDefault()}},this.handleTopDragEndCapture=()=>{this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleTopDragEnterCapture=e=>{var t;if(this.dragEnterTargetIds=[],this.isDraggingNativeItem()&&(null===(t=this.currentNativeSource)||void 0===t||t.loadDataTransfer(e.dataTransfer)),!this.enterLeaveCounter.enter(e.target)||this.monitor.isDragging())return;const{dataTransfer:n}=e,r=Mr(n);r&&this.beginDragNativeItem(r,n)},this.handleTopDragEnter=e=>{const{dragEnterTargetIds:t}=this;this.dragEnterTargetIds=[],this.monitor.isDragging()&&(this.altKeyPressed=e.altKey,t.length>0&&this.actions.hover(t,{clientOffset:Wr(e)}),t.some(e=>this.monitor.canDropOnTarget(e))&&(e.preventDefault(),e.dataTransfer&&(e.dataTransfer.dropEffect=this.getCurrentDropEffect())))},this.handleTopDragOverCapture=e=>{var t;this.dragOverTargetIds=[],this.isDraggingNativeItem()&&(null===(t=this.currentNativeSource)||void 0===t||t.loadDataTransfer(e.dataTransfer))},this.handleTopDragOver=e=>{const{dragOverTargetIds:t}=this;if(this.dragOverTargetIds=[],!this.monitor.isDragging())return e.preventDefault(),void(e.dataTransfer&&(e.dataTransfer.dropEffect="none"));this.altKeyPressed=e.altKey,this.lastClientOffset=Wr(e),this.scheduleHover(t),(t||[]).some(e=>this.monitor.canDropOnTarget(e))?(e.preventDefault(),e.dataTransfer&&(e.dataTransfer.dropEffect=this.getCurrentDropEffect())):this.isDraggingNativeItem()?e.preventDefault():(e.preventDefault(),e.dataTransfer&&(e.dataTransfer.dropEffect="none"))},this.handleTopDragLeaveCapture=e=>{this.isDraggingNativeItem()&&e.preventDefault(),this.enterLeaveCounter.leave(e.target)&&(this.isDraggingNativeItem()&&setTimeout(()=>this.endDragNativeItem(),0),this.cancelHover())},this.handleTopDropCapture=e=>{var t;this.dropTargetIds=[],this.isDraggingNativeItem()?(e.preventDefault(),null===(t=this.currentNativeSource)||void 0===t||t.loadDataTransfer(e.dataTransfer)):Mr(e.dataTransfer)&&e.preventDefault(),this.enterLeaveCounter.reset()},this.handleTopDrop=e=>{const{dropTargetIds:t}=this;this.dropTargetIds=[],this.actions.hover(t,{clientOffset:Wr(e)}),this.actions.drop({dropEffect:this.getCurrentDropEffect()}),this.isDraggingNativeItem()?this.endDragNativeItem():this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleSelectStart=e=>{const t=e.target;"function"==typeof t.dragDrop&&("INPUT"===t.tagName||"SELECT"===t.tagName||"TEXTAREA"===t.tagName||t.isContentEditable||(e.preventDefault(),t.dragDrop()))},this.options=new Ur(t,n),this.actions=e.getActions(),this.monitor=e.getMonitor(),this.registry=e.getRegistry(),this.enterLeaveCounter=new Er(this.isNodeInDocument)}},$r=function(e,t,n){return new Br(e,t,n)},qr={"zh-CN":()=>import("./zh_CN-DhsO5Qwx.js"),"en-US":()=>import("./en_US-BSG3Kz6v.js"),"pt-PT":()=>import("./pt_PT-N-iIoE2_.js"),"tr-TR":()=>import("./tr_TR-BOIykdZO.js"),"zh-TW":()=>import("./zh_TW-DWdp2kVo.js"),"ja-JP":()=>import("./ja_JP-CDlH1v8M.js"),"vi-VN":()=>import("./vi_VN-CmVoM2Rw.js"),"de-GE":()=>import("./de_DE-B3f8kAv-.js"),"fr-FR":()=>import("./fr_FR-Y-6CzjUq.js"),"es-ES":()=>import("./es_ES-BGP8IOmQ.js"),"ru-RU":()=>import("./ru_RU--ESLRHrj.js")},Yr=j({locale:""});function Xr(){if(Yr.value.locale!==_gct.i18n.global.locale.value){const e=qr[_gct.i18n.global.locale.value];e&&e().then(e=>{Yr.value=e.default})}return{getAntdLocale:Yr}}var Gr=P({});function Kr(){return{themeVars:Gr,setPrimaryColor:function(e){Gr.primaryColor=e,$.config({theme:{primaryColor:e}})}}}function Jr(e,t,n={}){const r=n.minValue??10,o=j(e),i=P({offset:"offsetWidth",client:"clientX",clientMove:0,rowType:t,offsetWidth:2e3});function a(e){const t=e-i.clientMove;o.value=s(s(o.value)+t),i.clientMove=e}function s(e){return"right"===i.rowType||"bottom"===i.rowType?i.offsetWidth-e:e}return{moveDomDown:function(e,t,n){const r=t,o=e;i.offsetWidth=r[i.offset]??0,i.clientMove=o[i.client]??0,e.preventDefault(),document.onmousemove=e=>{a(e[i.client]??0)},document.onmouseup=()=>{document.onmouseup=null,document.onmousemove=null,null==n||n()}},moveMobileDomDown:function(e,t,n){const r=t,o=e.touches[0];o&&(i.offsetWidth=r[i.offset]??0,i.clientMove=o[i.client]??0,e.preventDefault(),document.ontouchmove=e=>{a(e.touches[0][i.client]??0)},document.ontouchend=()=>{document.ontouchend=null,document.ontouchmove=null,null==n||n()})},start:d({get:()=>o.value<r?r:o.value>i.offsetWidth-r?i.offsetWidth-r:o.value,set(e){o.value=e}})}}var Zr=/* @__PURE__ */g({props:{opts:{type:Object,default:()=>({})}},setup(e,t){const n=u("modal"),r=j(!1),o=j(!!e.opts.defaultFullscreen),a=()=>{o.value=!o.value},s=j({});e.opts&&Object.assign(s.value,e.opts);let c=null;const l=new i({dismiss:e=>{r.value=!1,c=e,t.emit("dismiss",c)},setOptions(e){Object.assign(s.value,e)}});C("modal",l);const f=e=>l.dismiss(e);t.expose({present:()=>{r.value=!0},dismiss:f});const d=j(!1),g=async()=>{if(l.ok)try{d.value=!0;const e=await l.ok();d.value=!1,!e||!0!==e.ok&&!0!==e.close||f(e)}finally{d.value=!1}else console.warn("打开模态未实现ok方法")},p=async()=>{l.cancel&&!1===await l.cancel()||f()},{getAntdLocale:v}=Xr();return()=>{var e,i;let c;const u=null===(e=(i=t.slots).default)||void 0===e?void 0:e.call(i);return u&&u.length>0&&(u[0].props.modal=l),h($,{locale:v.value},{default:()=>{return[h(Xn,{backend:$r},(e=c=m(R("a-modal"),{visible:r.value,class:[n.b(),s.value.placement&&n.m(s.value.placement),s.value.modalClass,n.is("hidden-footer",!1===s.value.showFooter),n.is("hidden-close-btn",!1===s.value.showCloseBtn),n.is("hidden-cancel-btn",!1===s.value.showCancelBtn),n.is("full-screen",o.value)],centered:!0,onOk:g,confirmLoading:d.value,onCancel:p,okText:"确认",okButtonProps:{disabled:l.state.okDisabled},...s.value},[!1!==s.value.canFullscreen?h("div",{class:n.e("full-screen"),onClick:a},[h("i",{class:"iconfont "+(o.value?"icon-tuichuquanping":"icon-quanping")},null)]):null,u]),"function"==typeof e||"[object Object]"===Object.prototype.toString.call(e)&&!O(e)?c:{default:()=>[c]}))];var e}})}}}),Qr=Math.min,eo=Math.max,to=Math.round,no=Math.floor,ro=e=>({x:e,y:e}),oo={left:"right",right:"left",bottom:"top",top:"bottom"};function io(e,t,n){return eo(e,Qr(t,n))}function ao(e,t){return"function"==typeof e?e(t):e}function so(e){return e.split("-")[0]}function co(e){return e.split("-")[1]}function uo(e){return"x"===e?"y":"x"}function lo(e){return"y"===e?"height":"width"}function fo(e){const t=e[0];return"t"===t||"b"===t?"y":"x"}function ho(e){return uo(fo(e))}function go(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}var po=["left","right"],vo=["right","left"],mo=["top","bottom"],yo=["bottom","top"];function wo(e){const t=so(e);return oo[t]+e.slice(t.length)}function bo(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function Oo(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}function So(e,t,n){let{reference:r,floating:o}=e;const i=fo(t),a=ho(t),s=lo(a),c=so(t),u="y"===i,l=r.x+r.width/2-o.width/2,f=r.y+r.height/2-o.height/2,d=r[s]/2-o[s]/2;let h;switch(c){case"top":h={x:l,y:r.y-o.height};break;case"bottom":h={x:l,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:f};break;case"left":h={x:r.x-o.width,y:f};break;default:h={x:r.x,y:r.y}}switch(co(t)){case"start":h[a]-=d*(n&&u?-1:1);break;case"end":h[a]+=d*(n&&u?-1:1)}return h}async function Do(e,t){var n;void 0===t&&(t={});const{x:r,y:o,platform:i,rects:a,elements:s,strategy:c}=e,{boundary:u="clippingAncestors",rootBoundary:l="viewport",elementContext:f="floating",altBoundary:d=!1,padding:h=0}=ao(t,e),g=bo(h),p=s[d?"floating"===f?"reference":"floating":f],v=Oo(await i.getClippingRect({element:null==(n=await(null==i.isElement?void 0:i.isElement(p)))||n?p:p.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(s.floating)),boundary:u,rootBoundary:l,strategy:c})),m="floating"===f?{x:r,y:o,width:a.floating.width,height:a.floating.height}:a.reference,y=await(null==i.getOffsetParent?void 0:i.getOffsetParent(s.floating)),w=await(null==i.isElement?void 0:i.isElement(y))&&await(null==i.getScale?void 0:i.getScale(y))||{x:1,y:1},b=Oo(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:m,offsetParent:y,strategy:c}):m);return{top:(v.top-b.top+g.top)/w.y,bottom:(b.bottom-v.bottom+g.bottom)/w.y,left:(v.left-b.left+g.left)/w.x,right:(b.right-v.right+g.right)/w.x}}var To=/* @__PURE__ */new Set(["left","top"]);function Io(){return"undefined"!=typeof window}function Eo(e){return Po(e)?(e.nodeName||"").toLowerCase():"#document"}function xo(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Co(e){var t;return null==(t=(Po(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function Po(e){return!!Io()&&(e instanceof Node||e instanceof xo(e).Node)}function jo(e){return!!Io()&&(e instanceof Element||e instanceof xo(e).Element)}function Ro(e){return!!Io()&&(e instanceof HTMLElement||e instanceof xo(e).HTMLElement)}function Ao(e){return!(!Io()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof xo(e).ShadowRoot)}function No(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=zo(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&"inline"!==o&&"contents"!==o}function ko(e){return/^(table|td|th)$/.test(Eo(e))}function Mo(e){try{if(e.matches(":popover-open"))return!0}catch(t){}try{return e.matches(":modal")}catch(t){return!1}}var Lo,_o=/transform|translate|scale|rotate|perspective|filter/,Fo=/paint|layout|strict|content/,Ho=e=>!!e&&"none"!==e;function Wo(e){const t=jo(e)?zo(e):e;return Ho(t.transform)||Ho(t.translate)||Ho(t.scale)||Ho(t.rotate)||Ho(t.perspective)||!Uo()&&(Ho(t.backdropFilter)||Ho(t.filter))||_o.test(t.willChange||"")||Fo.test(t.contain||"")}function Uo(){return null==Lo&&(Lo="undefined"!=typeof CSS&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Lo}function Vo(e){return/^(html|body|#document)$/.test(Eo(e))}function zo(e){return xo(e).getComputedStyle(e)}function Bo(e){return jo(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function $o(e){if("html"===Eo(e))return e;const t=e.assignedSlot||e.parentNode||Ao(e)&&e.host||Co(e);return Ao(t)?t.host:t}function qo(e){const t=$o(e);return Vo(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ro(t)&&No(t)?t:qo(t)}function Yo(e,t,n){var r;void 0===t&&(t=[]),void 0===n&&(n=!0);const o=qo(e),i=o===(null==(r=e.ownerDocument)?void 0:r.body),a=xo(o);if(i){const e=Xo(a);return t.concat(a,a.visualViewport||[],No(o)?o:[],e&&n?Yo(e):[])}return t.concat(o,Yo(o,[],n))}function Xo(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Go(e){const t=zo(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=Ro(e),i=o?e.offsetWidth:n,a=o?e.offsetHeight:r,s=to(n)!==i||to(r)!==a;return s&&(n=i,r=a),{width:n,height:r,$:s}}function Ko(e){return jo(e)?e:e.contextElement}function Jo(e){const t=Ko(e);if(!Ro(t))return ro(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:i}=Go(t);let a=(i?to(n.width):n.width)/r,s=(i?to(n.height):n.height)/o;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}var Zo=/* @__PURE__ */ro(0);function Qo(e){const t=xo(e);return Uo()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:Zo}function ei(e,t,n,r){void 0===t&&(t=!1),void 0===n&&(n=!1);const o=e.getBoundingClientRect(),i=Ko(e);let a=ro(1);t&&(r?jo(r)&&(a=Jo(r)):a=Jo(e));const s=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==xo(e))&&t}(i,n,r)?Qo(i):ro(0);let c=(o.left+s.x)/a.x,u=(o.top+s.y)/a.y,l=o.width/a.x,f=o.height/a.y;if(i){const e=xo(i),t=r&&jo(r)?xo(r):r;let n=e,o=Xo(n);for(;o&&r&&t!==n;){const e=Jo(o),t=o.getBoundingClientRect(),r=zo(o),i=t.left+(o.clientLeft+parseFloat(r.paddingLeft))*e.x,a=t.top+(o.clientTop+parseFloat(r.paddingTop))*e.y;c*=e.x,u*=e.y,l*=e.x,f*=e.y,c+=i,u+=a,n=xo(o),o=Xo(n)}}return Oo({width:l,height:f,x:c,y:u})}function ti(e,t){const n=Bo(e).scrollLeft;return t?t.left+n:ei(Co(e)).left+n}function ni(e,t){const n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-ti(e,n),y:n.top+t.scrollTop}}function ri(e,t,n){let r;if("viewport"===t)r=function(e,t){const n=xo(e),r=Co(e),o=n.visualViewport;let i=r.clientWidth,a=r.clientHeight,s=0,c=0;if(o){i=o.width,a=o.height;const e=Uo();(!e||e&&"fixed"===t)&&(s=o.offsetLeft,c=o.offsetTop)}const u=ti(r);if(u<=0){const e=r.ownerDocument,t=e.body,n=getComputedStyle(t),o="CSS1Compat"===e.compatMode&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,a=Math.abs(r.clientWidth-t.clientWidth-o);a<=25&&(i-=a)}else u<=25&&(i+=u);return{width:i,height:a,x:s,y:c}}(e,n);else if("document"===t)r=function(e){const t=Co(e),n=Bo(e),r=e.ownerDocument.body,o=eo(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),i=eo(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+ti(e);const s=-n.scrollTop;return"rtl"===zo(r).direction&&(a+=eo(t.clientWidth,r.clientWidth)-o),{width:o,height:i,x:a,y:s}}(Co(e));else if(jo(t))r=function(e,t){const n=ei(e,!0,"fixed"===t),r=n.top+e.clientTop,o=n.left+e.clientLeft,i=Ro(e)?Jo(e):ro(1);return{width:e.clientWidth*i.x,height:e.clientHeight*i.y,x:o*i.x,y:r*i.y}}(t,n);else{const n=Qo(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return Oo(r)}function oi(e,t){const n=$o(e);return!(n===t||!jo(n)||Vo(n))&&("fixed"===zo(n).position||oi(n,t))}function ii(e,t){const n=t.get(e);if(n)return n;let r=Yo(e,[],!1).filter(e=>jo(e)&&"body"!==Eo(e)),o=null;const i="fixed"===zo(e).position;let a=i?$o(e):e;for(;jo(a)&&!Vo(a);){const t=zo(a),n=Wo(a);n||"fixed"!==t.position||(o=null),(i?!n&&!o:!n&&"static"===t.position&&o&&("absolute"===o.position||"fixed"===o.position)||No(a)&&!n&&oi(e,a))?r=r.filter(e=>e!==a):o=t,a=$o(a)}return t.set(e,r),r}function ai(e,t,n){const r=Ro(t),o=Co(t),i="fixed"===n,a=ei(e,!0,i,t);let s={scrollLeft:0,scrollTop:0};const c=ro(0);function u(){c.x=ti(o)}if(r||!r&&!i)if(("body"!==Eo(t)||No(o))&&(s=Bo(t)),r){const e=ei(t,!0,i,t);c.x=e.x+t.clientLeft,c.y=e.y+t.clientTop}else o&&u();i&&!r&&o&&u();const l=!o||r||i?ro(0):ni(o,s);return{x:a.left+s.scrollLeft-c.x-l.x,y:a.top+s.scrollTop-c.y-l.y,width:a.width,height:a.height}}function si(e){return"static"===zo(e).position}function ci(e,t){if(!Ro(e)||"fixed"===zo(e).position)return null;if(t)return t(e);let n=e.offsetParent;return Co(e)===n&&(n=n.ownerDocument.body),n}function ui(e,t){const n=xo(e);if(Mo(e))return n;if(!Ro(e)){let t=$o(e);for(;t&&!Vo(t);){if(jo(t)&&!si(t))return t;t=$o(t)}return n}let r=ci(e,t);for(;r&&ko(r)&&si(r);)r=ci(r,t);return r&&Vo(r)&&si(r)&&!Wo(r)?n:r||function(e){let t=$o(e);for(;Ro(t)&&!Vo(t);){if(Wo(t))return t;if(Mo(t))return null;t=$o(t)}return null}(e)||n}var li={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const i="fixed"===o,a=Co(r),s=!!t&&Mo(t.floating);if(r===a||s&&i)return n;let c={scrollLeft:0,scrollTop:0},u=ro(1);const l=ro(0),f=Ro(r);if((f||!f&&!i)&&(("body"!==Eo(r)||No(a))&&(c=Bo(r)),f)){const e=ei(r);u=Jo(r),l.x=e.x+r.clientLeft,l.y=e.y+r.clientTop}const d=!a||f||i?ro(0):ni(a,c);return{width:n.width*u.x,height:n.height*u.y,x:n.x*u.x-c.scrollLeft*u.x+l.x+d.x,y:n.y*u.y-c.scrollTop*u.y+l.y+d.y}},getDocumentElement:Co,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const i=[..."clippingAncestors"===n?Mo(t)?[]:ii(t,this._c):[].concat(n),r],a=ri(t,i[0],o);let s=a.top,c=a.right,u=a.bottom,l=a.left;for(let f=1;f<i.length;f++){const e=ri(t,i[f],o);s=eo(e.top,s),c=Qr(e.right,c),u=Qr(e.bottom,u),l=eo(e.left,l)}return{width:c-l,height:u-s,x:l,y:s}},getOffsetParent:ui,getElementRects:async function(e){const t=this.getOffsetParent||ui,n=this.getDimensions,r=await n(e.floating);return{reference:ai(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:n}=Go(e);return{width:t,height:n}},getScale:Jo,isElement:jo,isRTL:function(e){return"rtl"===zo(e).direction}};function fi(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}var di=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:o,y:i,placement:a,middlewareData:s}=t,c=await async function(e,t){const{placement:n,platform:r,elements:o}=e,i=await(null==r.isRTL?void 0:r.isRTL(o.floating)),a=so(n),s=co(n),c="y"===fo(n),u=To.has(a)?-1:1,l=i&&c?-1:1,f=ao(t,e);let{mainAxis:d,crossAxis:h,alignmentAxis:g}="number"==typeof f?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return s&&"number"==typeof g&&(h="end"===s?-1*g:g),c?{x:h*l,y:d*u}:{x:d*u,y:h*l}}(t,e);return a===(null==(n=s.offset)?void 0:n.placement)&&null!=(r=s.arrow)&&r.alignmentOffset?{}:{x:o+c.x,y:i+c.y,data:{...c,placement:a}}}}},hi=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o,platform:i}=t,{mainAxis:a=!0,crossAxis:s=!1,limiter:c={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...u}=ao(e,t),l={x:n,y:r},f=await i.detectOverflow(t,u),d=fo(so(o)),h=uo(d);let g=l[h],p=l[d];if(a){const e="y"===h?"bottom":"right";g=io(g+f["y"===h?"top":"left"],g,g-f[e])}if(s){const e="y"===d?"bottom":"right";p=io(p+f["y"===d?"top":"left"],p,p-f[e])}const v=c.fn({...t,[h]:g,[d]:p});return{...v,data:{x:v.x-n,y:v.y-r,enabled:{[h]:a,[d]:s}}}}}},gi=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:i,rects:a,initialPlacement:s,platform:c,elements:u}=t,{mainAxis:l=!0,crossAxis:f=!0,fallbackPlacements:d,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:p=!0,...v}=ao(e,t);if(null!=(n=i.arrow)&&n.alignmentOffset)return{};const m=so(o),y=fo(s),w=so(s)===s,b=await(null==c.isRTL?void 0:c.isRTL(u.floating)),O=d||(w||!p?[wo(s)]:function(e){const t=wo(e);return[go(e),t,go(t)]}(s)),S="none"!==g;!d&&S&&O.push(...function(e,t,n,r){const o=co(e);let i=function(e,t,n){switch(e){case"top":case"bottom":return n?t?vo:po:t?po:vo;case"left":case"right":return t?mo:yo;default:return[]}}(so(e),"start"===n,r);return o&&(i=i.map(e=>e+"-"+o),t&&(i=i.concat(i.map(go)))),i}(s,p,g,b));const D=[s,...O],T=await c.detectOverflow(t,v),I=[];let E=(null==(r=i.flip)?void 0:r.overflows)||[];if(l&&I.push(T[m]),f){const e=function(e,t,n){void 0===n&&(n=!1);const r=co(e),o=ho(e),i=lo(o);let a="x"===o?r===(n?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[i]>t.floating[i]&&(a=wo(a)),[a,wo(a)]}(o,a,b);I.push(T[e[0]],T[e[1]])}if(E=[...E,{placement:o,overflows:I}],!I.every(e=>e<=0)){var x,C;const e=((null==(x=i.flip)?void 0:x.index)||0)+1,t=D[e];if(t&&("alignment"!==f||y===fo(t)||E.every(e=>fo(e.placement)!==y||e.overflows[0]>0)))return{data:{index:e,overflows:E},reset:{placement:t}};let n=null==(C=E.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:C.placement;if(!n)switch(h){case"bestFit":{var P;const e=null==(P=E.filter(e=>{if(S){const t=fo(e.placement);return t===y||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:P[0];e&&(n=e);break}case"initialPlacement":n=s}if(o!==n)return{reset:{placement:n}}}return{}}}},pi=/* @__PURE__ */g({props:{opts:{type:Object,default:()=>({})}},setup(e,t){const n=u("popover"),r=j(!1),o=j(),a=j(),s=P({}),{width:c,height:l,maxHeight:f}=e.opts;c&&(V(c)?s.width=`${c}px`:s.width=c),l&&(V(l)?s.height=`${l}px`:s.height=l),f&&(V(f)?s.maxHeight=`${f}px`:s.maxHeight=f);const d=new i({dismiss:e=>{t.emit("dismiss",e)}});function g(e){return d.dismiss(e)}let p=()=>{};x(()=>{p()}),be(o,()=>{g({ok:!1})}),t.expose({present:async function(t){r.value=!0,p=function(e,t,n,r){void 0===r&&(r={});const{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:s="function"==typeof IntersectionObserver,animationFrame:c=!1}=r,u=Ko(e),l=o||i?[...u?Yo(u):[],...t?Yo(t):[]]:[];l.forEach(e=>{o&&e.addEventListener("scroll",n,{passive:!0}),i&&e.addEventListener("resize",n)});const f=u&&s?function(e,t){let n,r=null;const o=Co(e);function i(){var e;clearTimeout(n),null==(e=r)||e.disconnect(),r=null}return function a(s,c){void 0===s&&(s=!1),void 0===c&&(c=1),i();const u=e.getBoundingClientRect(),{left:l,top:f,width:d,height:h}=u;if(s||t(),!d||!h)return;const g={rootMargin:-no(f)+"px "+-no(o.clientWidth-(l+d))+"px "+-no(o.clientHeight-(f+h))+"px "+-no(l)+"px",threshold:eo(0,Qr(1,c))||1};let p=!0;function v(t){const r=t[0].intersectionRatio;if(r!==c){if(!p)return a();r?a(!1,r):n=setTimeout(()=>{a(!1,1e-7)},1e3)}1!==r||fi(u,e.getBoundingClientRect())||a(),p=!1}try{r=new IntersectionObserver(v,{...g,root:o.ownerDocument})}catch(m){r=new IntersectionObserver(v,g)}r.observe(e)}(!0),i}(u,n):null;let d,h=-1,g=null;a&&(g=new ResizeObserver(e=>{let[r]=e;r&&r.target===u&&g&&t&&(g.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var e;null==(e=g)||e.observe(t)})),n()}),u&&!c&&g.observe(u),t&&g.observe(t));let p=c?ei(e):null;return c&&function t(){const r=ei(e);p&&!fi(p,r)&&n(),p=r,d=requestAnimationFrame(t)}(),n(),()=>{var e;l.forEach(e=>{o&&e.removeEventListener("scroll",n),i&&e.removeEventListener("resize",n)}),null==f||f(),null==(e=g)||e.disconnect(),g=null,c&&cancelAnimationFrame(d)}}(t,o.value,()=>async function(e,t,n,r){const o=[di(r.offsetOpts||6),gi(),hi()];r.noArrow||o.push((e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:o,rects:i,platform:a,elements:s,middlewareData:c}=t,{element:u,padding:l=0}=ao(e,t)||{};if(null==u)return{};const f=bo(l),d={x:n,y:r},h=ho(o),g=lo(h),p=await a.getDimensions(u),v="y"===h,m=v?"top":"left",y=v?"bottom":"right",w=v?"clientHeight":"clientWidth",b=i.reference[g]+i.reference[h]-d[h]-i.floating[g],O=d[h]-i.reference[h],S=await(null==a.getOffsetParent?void 0:a.getOffsetParent(u));let D=S?S[w]:0;D&&await(null==a.isElement?void 0:a.isElement(S))||(D=s.floating[w]||i.floating[g]);const T=b/2-O/2,I=D/2-p[g]/2-1,E=Qr(f[m],I),x=Qr(f[y],I),C=E,P=D-p[g]-x,j=D/2-p[g]/2+T,R=io(C,j,P),A=!c.arrow&&null!=co(o)&&j!==R&&i.reference[g]/2-(j<C?E:x)-p[g]/2<0,N=A?j<C?j-C:j-P:0;return{[h]:d[h]+N,data:{[h]:R,centerOffset:j-R-N,...A&&{alignmentOffset:N}},reset:A}}}))({element:n}));const i={placement:r.placement,strategy:"absolute",middleware:o};r.options&&Object.assign(i,r.options);const a=await((e,t,n)=>{const r=/* @__PURE__ */new Map,o={platform:li,...n},i={...o.platform,_c:r};return(async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:i=[],platform:a}=n,s=a.detectOverflow?a:{...a,detectOverflow:Do},c=await(null==a.isRTL?void 0:a.isRTL(t));let u=await a.getElementRects({reference:e,floating:t,strategy:o}),{x:l,y:f}=So(u,r,c),d=r,h=0;const g={};for(let p=0;p<i.length;p++){const n=i[p];if(!n)continue;const{name:v,fn:m}=n,{x:y,y:w,data:b,reset:O}=await m({x:l,y:f,initialPlacement:r,placement:d,strategy:o,middlewareData:g,rects:u,platform:s,elements:{reference:e,floating:t}});l=null!=y?y:l,f=null!=w?w:f,g[v]={...g[v],...b},O&&h<50&&(h++,"object"==typeof O&&(O.placement&&(d=O.placement),O.rects&&(u=!0===O.rects?await a.getElementRects({reference:e,floating:t,strategy:o}):O.rects),({x:l,y:f}=So(u,d,c))),p=-1)}return{x:l,y:f,placement:d,strategy:o,middlewareData:g}})(e,t,{...o,platform:i})})(e,t,i);{const{x:e,y:o,placement:i,middlewareData:s}=a,{style:c}=t;if(c.left=`${e}px`,c.top=`${o}px`,!r.noArrow){const{x:e,y:t}=s.arrow,r={top:"bottom",right:"left",bottom:"top",left:"right"}[i.split("-")[0]];Object.assign(n.style,{left:null!=e?`${e}px`:"",top:null!=t?`${t}px`:"",right:"",bottom:"",[r]:"-4px"})}}}(t,o.value,a.value,e.opts))},dismiss:g});const{getAntdLocale:v}=Xr();return()=>{var i,c;const u=null===(i=(c=t.slots).default)||void 0===i?void 0:i.call(c);u&&u.length>0&&u[0].props&&(u[0].props.modal=d);const l=h("div",{class:[n.b(),n.is("show",r.value),e.opts.className],ref:o,style:s,onClick:e=>{e.stopPropagation()}},[!e.opts.noArrow&&h("div",{class:[n.e("arrow")],ref:a},null),u]);return!0===e.opts.autoClose?h("div",{class:[n.e("overlay")],onClick:()=>{!0===e.opts.autoClose&&g()}},[l]):h($,{locale:v.value},{default:()=>{return[h(Xn,{backend:$r},(e=l,"function"==typeof e||"[object Object]"===Object.prototype.toString.call(e)&&!O(e)?l:{default:()=>[l]}))];var e}})}}}),vi=/* @__PURE__ */g({name:"AppFullScreenContainer",props:{opts:{type:Object,default:()=>({})}},setup(e,t){const n=u("app-full-screen-container"),r=j(!1),o=j({});e.opts&&Object.assign(o.value,e.opts);let a=null;const s=new i({dismiss:e=>{r.value=!1,a=e,t.emit("dismiss",a)}});C("modal",s);const c=e=>s.dismiss(e);t.expose({present:()=>{r.value=!0},dismiss:c,ok:async()=>{if(s.ok){const e=await s.ok();e&&e.ok&&c(e)}else console.warn("打开模态未实现ok方法")},cancel:()=>s.cancel?s.cancel():c()});const{getAntdLocale:l}=Xr();return()=>{var e,i;let a;const c=null===(e=(i=t.slots).default)||void 0===e?void 0:e.call(i);return c&&c.length>0&&c[0].props&&(c[0].props.modal=s),h($,{locale:l.value},{default:()=>{return[h(Xn,{backend:$r},(e=a=m("div",{class:[n.b(),n.is("is-hidden",!0!==r.value),o.value.containerClass],...o.value},[c]),"function"==typeof e||"[object Object]"===Object.prototype.toString.call(e)&&!O(e)?a:{default:()=>[a]}))];var e}})}}});function mi(e){return z(e)?R(e):e}var yi=class{async modal(e,t,n){const r=this.createModal(e,t,n);return r.present(),r.onWillDismiss()}createModal(e,t,n){return function(e,t){return new a(Zr,e,t)}(U(e)?e:()=>m(mi(e),{...t}),n)}popover(e,t,n,r){const o=this.createPopover(t,n,r);return o.present(e),o.onWillDismiss()}createPopover(e,t,n){return function(e,t){return new s(pi,e,t)}(U(e)?e:()=>m(mi(e),{...t}),n)}fullScreen(e,t,n){const r=this.createFullScreen(e,t,n);return r.present(),r.onWillDismiss()}createFullScreen(e,t,n){return function(e,t){return new a(vi,e,t)}(U(e)?e:()=>m(mi(e),{...t}),n)}},wi=new yi,bi=(e,t)=>(e.install=n=>{const r=e.name||e.displayName||e.__name;r&&(n.component(r,e),t&&(n.config.globalProperties[t]=e))},e),Oi={childrenFields:["children"]},Si=/* @__PURE__ */new Error("中断操作");function Di(e,t){for(const n of t){const t=e[n];if(Array.isArray(t)&&t.length>0)return t}}function Ti(e,t,n,r){const{childrenFields:o}=B({},Oi,r||{});if(null==t?void 0:t.length)for(let i=0;i<t.length;i++){const a=t[i];if(n({item:a,index:i,parent:e}))throw Si;const s=Di(a,o);(null==s?void 0:s.length)&&Ti(a,s,n,r)}}function Ii(e,t,n){const{childrenFields:r}=B({},Oi,n||{});try{const o=Array.isArray(e)?void 0:e,i=Array.isArray(e)?e:Di(e,r);(null==i?void 0:i.length)?Ti(o,i,t,n):console.warn("没有可遍历的数组",e,n)}catch(o){if(o!==Si)throw o}}var Ei={...Oi,compareField:"id",compareCallback:({item:e,key:t,compareField:n})=>e[n]===t};function xi(e,t,n){const{compareField:r,compareCallback:o}=B({},Ei,n||{});let i,a;return Ii(e,e=>{if(o({...e,key:t,compareField:r}))return i=e.item,a=e.parent,!0},n),i?{child:i,parent:a}:void 0}function Ci(e,t){const n=e=>Ci(e,t);return e.map(e=>t(e,n))}function Pi(e,t,n){const{childrenFields:r}=B({},Oi,n||{});return function e(n,o){return n.filter(n=>{console.log("item",n.title);const i=Di(n,r);let a=[];return(null==i?void 0:i.length)&&(a=e(i,n)),n[r[0]]=a,!!a.length||t(n,o)})}(e)}var ji=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n};export{he as A,Ee as C,Ue as D,Re as E,de as O,je as S,Ie as T,$e as _,Ci as a,be as b,wi as c,Xr as d,Tr as f,Be as g,Ct as h,Ii as i,ge as j,le as k,Jr as l,Pt as m,Pi as n,bi as o,wr as p,xi as r,yi as s,ji as t,Kr as u,ze as v,Se as w,Pe as x,Ve as y};
@@ -1 +0,0 @@
1
- import{usePlatformConfigStore as e}from"@gct-paas/core";import{Fragment as l,computed as a,createBlock as o,createCommentVNode as n,createElementBlock as t,createElementVNode as i,createVNode as c,defineComponent as u,nextTick as r,normalizeClass as s,normalizeStyle as d,openBlock as v,ref as p,renderList as k,resolveComponent as _,toDisplayString as g,unref as m,vModelText as f,withCtx as y,withDirectives as h}from"vue";import{cloneDeep as b,debounce as C}from"lodash-es";import{Empty as x,Form as F}from"ant-design-vue";import{IconNamespaceEnum as w,IconNext as I,useIconAsset as S,useIconPark as E,useIconPlatform as B}from"@gct-paas/core-components";var A={class:"icon-picker-next"},V={class:"p-12px"},z={class:"flex icon-picker-next__container"},P={class:"icon-picker-next__cats"},j=["title","data-id","onClick"],D={class:"icon-picker-next__panel"},R={class:"icon-picker-next__icons"},U={class:"icon__list"},L=["title","data-id","onClick"],M={key:0,class:"color__setting"},N={class:"color__list"},O=["onClick"],T={class:"color__input"},q={key:1,class:"color__setting"},G={class:"color__list"},W=["onClick"],H={class:"color__input"},J={key:1,class:"flex items-center justify-center h-full"},K="#FFFFFF",Q=/* @__PURE__ */u({__name:"icon-next-picker",props:{value:{type:String,required:!0},disabled:{type:Boolean,default:!1},color:{type:String,default:"#FFFFFF"},size:{type:Number,default:30},showColor:{type:Boolean,default:!1},background:{type:String},showBackground:{type:Boolean,default:!1}},emits:["update:value","update:color","update:background"],setup(u,{emit:Q}){const{themeSetting:X}=e(),Y=u,Z=Q,{getIconAssetCats:$}=S(),{getIconParkCats:ee}=E(),{getIconPlatformCats:le}=B(),{onFieldChange:ae}=F.useInjectFormItemContext(),oe=p(),ne=p(),te=p(!1),ie=["#3370FF","#0DAA9C","#EF3232","#EFA332","#18C8D3","#A33FF2"],ce=[K,...ie],ue=["transparent",...ie],re=p(K),se=p(!1),de=p(K),ve=p(!1);let pe=[];const ke=p([]),_e=p([]),ge=p([]),me=p(""),fe=a(()=>_e.value.length>0&&!_e.value[0].id.startsWith(w.Asset)),ye=()=>{let e,l=ke.value[0]||{};var a;l&&(e=l.icons?l:null===(a=l.children)||void 0===a?void 0:a[0]),e?(ge.value=[e.id],_e.value=e.icons):(ge.value=[],_e.value=[])},he=async e=>{if(e){if(te.value=!0,pe.length>0)ke.value=pe;else{const e=ee(),l=await $(),a=le();pe=l.concat(e).concat(a),ke.value=pe}Y.color?ce.includes(Y.color)?(re.value=K,se.value=!1):(re.value=Y.color,se.value=!0):Z("update:color",K),Y.background?ue.includes(Y.background)?(de.value=K,ve.value=!1):(de.value=Y.background,ve.value=!0):Z("update:background","#3370FF"),(async()=>{if(Y.value){let a=ke.value.reduce((e,l)=>("children"in l?e.push(...l.children):e.push(l),e),[]).find(e=>e.icons.map(e=>e.id).includes(Y.value));var e,l;a?(ge.value=[a.id],_e.value=a.icons,await r(),null===(e=oe.value)||void 0===e||null===(e=e.getElement())||void 0===e||e.scrollIntoView({block:"center"}),null===(l=ne.value)||void 0===l||null===(l=l.getElement())||void 0===l||l.scrollIntoView({block:"center"})):ye()}else ye()})(),te.value=!1}else me.value=""};function be(e,l){return e.map(e=>{const a=["children","icons"].find(l=>!!e[l]);return a?(e[a]=be(e[a],l),e[a].length>0?e:void 0):e._filter_.some(e=>e.includes(l))?e:void 0}).filter(Boolean)}const Ce=C(e=>{var l;te.value=!0;const a=null===(l=e.target.value)||void 0===l?void 0:l.trim();ke.value=a?be(b(pe),a):pe,ye(),te.value=!1},500),xe=(e,l=!1)=>{se.value=l,Z("update:color",e),ae()},Fe=()=>{se.value&&(Z("update:color",re.value),ae())},we=(e,l=!1)=>{ve.value=l,Z("update:background",e),ae()},Ie=()=>{ve.value&&(Z("update:background",de.value),ae())};return(e,a)=>{const r=_("a-input"),p=_("a-tree"),b=_("OverlayScrollbarsComponent"),C=_("overlayScrollbarsComponent"),F=_("CheckOutlined"),w=_("a-empty"),S=_("a-spin"),E=_("a-popover");return v(),t("div",A,[c(E,{placement:"bottomLeft",trigger:"click","overlay-class-name":"icon-picker-next__popover",onVisibleChange:he},{content:y(()=>[i("div",V,[c(r,{value:me.value,"onUpdate:value":a[0]||(a[0]=e=>me.value=e),class:"icon-picker-next__search",placeholder:"搜索图标","allow-clear":"",onChange:a[1]||(a[1]=e=>{te.value=!0,m(Ce)(e)})},{prefix:y(()=>[...a[6]||(a[6]=[i("i",{class:"iconfont icon-sousuo1"},null,-1)])]),_:1},8,["value"])]),c(S,{spinning:te.value},{default:y(()=>{var e;return[i("div",z,[i("div",P,[c(b,{ref_key:"TreeScrollRef",ref:oe,class:"icon-picker-next__scrollbar"},{default:y(()=>[ke.value.length>0?(v(),o(p,{key:0,"selected-keys":ge.value,"default-expand-all":"","block-node":"","field-names":{children:"children",title:"name",key:"id"},"tree-data":ke.value},{title:y(({data:e})=>[i("div",{class:"ell",title:e.name,"data-id":e.id,onClick:l=>(e=>{(null==e?void 0:e.children)&&(null==e?void 0:e.children.length)||(_e.value=e.icons??[],ge.value=[e.id])})(e)},g(e.name),9,j)]),_:1},8,["selected-keys","tree-data"])):n("",!0)]),_:1},512)]),i("div",D,[(null===(e=_e.value)||void 0===e?void 0:e.length)>0?(v(),t(l,{key:0},[i("div",R,[c(C,{ref_key:"IconsScrollRef",ref:ne,class:"icon-picker-next__scrollbar"},{default:y(()=>[i("ul",U,[(v(!0),t(l,null,k(_e.value,e=>(v(),t("li",{key:e.name,style:d({"--background":u.background||m(X).themeColor}),class:s({"icon-picker-next--selected":e.id===u.value}),title:e.name,"data-id":e.id,onClick:l=>function(e){Z("update:value",e),ae()}(e.id)},[c(m(I),{value:e.id,color:e.id===u.value?u.color:K},null,8,["value","color"])],14,L))),128))])]),_:1},512)]),u.showBackground?(v(),t("div",M,[a[7]||(a[7]=i("div",{class:"color__title"},"背景颜色",-1)),i("div",N,[(v(),t(l,null,k(ue,e=>i("span",{key:e,class:s(["color__item","color__item--"+e]),style:d({backgroundColor:e}),onClick:()=>we(e)},[u.background===e?(v(),o(F,{key:0})):n("",!0)],14,O)),64))]),i("div",T,[i("div",{class:"color__preview",style:d({"--custom-bg":de.value}),onClick:a[2]||(a[2]=()=>we(de.value,!0))},[ve.value?(v(),o(F,{key:0})):n("",!0)],4),h(i("input",{"onUpdate:modelValue":a[3]||(a[3]=e=>de.value=e),type:"text",onBlur:Ie},null,544),[[f,de.value]])])])):n("",!0),u.showColor&&fe.value?(v(),t("div",q,[a[8]||(a[8]=i("div",{class:"color__title"},"图标色",-1)),i("div",G,[(v(),t(l,null,k(ce,e=>i("span",{key:e,class:"color__item",style:d({backgroundColor:e}),onClick:()=>xe(e)},[u.color===e?(v(),o(F,{key:0})):n("",!0)],12,W)),64))]),i("div",H,[i("div",{class:"color__preview",style:d({"--custom-bg":re.value}),onClick:a[4]||(a[4]=()=>xe(re.value,!0))},[se.value?(v(),o(F,{key:0})):n("",!0)],4),h(i("input",{"onUpdate:modelValue":a[5]||(a[5]=e=>re.value=e),type:"text",onBlur:Fe},null,544),[[f,re.value]])])])):n("",!0)],64)):(v(),t("div",J,[c(w,{image:m(x).PRESENTED_IMAGE_SIMPLE,description:null},null,8,["image"])]))])])]}),_:1},8,["spinning"])]),default:y(()=>[i("div",{class:s(["icon-picker-next__trigger cursor-pointer",{"icon-picker-next--selected":u.value}]),style:d({"--background":u.background||m(X).themeColor})},[u.value?(v(),o(m(I),{key:0,value:u.value,size:u.size,color:u.color},null,8,["value","size","color"])):n("",!0),a[9]||(a[9]=i("div",null,[i("i",{class:"iconfont icon-bianji"})],-1))],6)]),_:1})])}}});export{Q as default};
@@ -1 +0,0 @@
1
- import{m as e,t}from"./_plugin-vue_export-helper-CGzGcWFX.js";import{r as o}from"./useMonacoEditor-DqSQTg7b.js";import{computed as n,createBlock as a,createCommentVNode as l,createElementBlock as i,createElementVNode as r,createTextVNode as u,createVNode as c,defineComponent as s,normalizeClass as d,normalizeStyle as f,onMounted as g,onUnmounted as m,openBlock as v,ref as p,renderSlot as w,resolveComponent as h,toDisplayString as M,unref as C,watch as b,withCtx as y}from"vue";import{ClearOutlined as x,CloudDownloadOutlined as k,DownCircleOutlined as E,FormatPainterOutlined as L,RobotOutlined as _,SearchOutlined as V,UpCircleOutlined as R}from"@ant-design/icons-vue";var B={class:"hex-monaco-editor m-e w-full h-full overflow-hidden"},S={class:"m-e-main"},O=/* @__PURE__ */t(/* @__PURE__ */s({__name:"monaco-editor",props:{value:{default:""},title:{default:""},language:{default:"typescript"},theme:{default:o.DARK},readonly:{type:Boolean,default:!1},direction:{default:"bottom"},gapVal:{default:20}},emits:["update:value","change","editor-mounted","blur","focus","chat-bot-click"],setup(t,{expose:s,emit:O}){const D=t,N=p(!1);let T=null;b(()=>D.language,async e=>{A&&A.getModel()&&T&&T.editor.setModelLanguage(A.getModel(),e)});const F=O,W=p();let A;const j=p(!0),I=p(!1),q=p(!1),U=p(!1),$=p(!1),K=n(()=>({color:q.value?"#000":"#fff",marginRight:D.gapVal+"px"}));D.theme===o.VS&&(q.value=!0);let z={value:D.value??"",language:D.language,automaticLayout:!0,theme:D.theme,readOnly:D.readonly,wordWrap:j.value?"on":"off",scrollBeyondLastLine:!1,minimap:{enabled:!0},tabSize:2,autoClosingBrackets:"always",autoClosingDelete:"always",autoClosingOvertype:"always",autoClosingQuotes:"always",comments:{ignoreEmptyLines:!0,insertSpace:!0},columnSelection:!1,folding:!0,fixedOverflowWidgets:!0,hover:{sticky:!0,above:!1}};function P(e){A.setValue(e),F("change",Q()),F("update:value",Q())}function Q(){return A.getValue()}function G(){if(T)try{A.focus(),A.setSelection(new T.Range(1,9999,1,1e4)),A.trigger("","actions.find",null)}catch(e){console.error(e)}else console.warn("[MonacoEditor] Monaco editor is not available for findByKeyword")}function H(){A.setScrollPosition({scrollTop:0})}function J(){A.revealLine(A.getModel().getLineCount())}function X(){!function(e,t){const o=window.URL||window.webkitURL||window,n=new Blob([t]),a=document.createEvent("MouseEvents");a.initMouseEvent("click",!0,!1,window,0,0,0,0,0,!1,!1,!1,!1,0,null);const l=document.createElementNS("http://www.w3.org/1999/xhtml","a");l.href=o.createObjectURL(n),l.download=e,l.dispatchEvent(a)}(D.title,A.getValue())}async function Y(){if("sql"==D.language){const e=Q(),{format:t}=await import("sql-formatter"),o=t(e);A.setValue(o)}else A.getAction("editor.action.formatDocument").run();const e=Q();F("change",e),F("update:value",e)}function Z(){P("")}function ee(){U.value=!U.value,F("chat-bot-click")}function te(){A&&A.dispose()}return g(()=>{!async function(){T=await e.loadMonaco(),te(),T?(A=T.editor.create(W.value,z),"bottom"===D.direction?J():"top"===D.direction&&H(),A.onDidChangeModelContent(()=>{F("change",Q()),F("update:value",Q())}),A.onDidBlurEditorText(()=>{F("blur",Q()),F("update:value",Q())}),A.onDidFocusEditorText(()=>{F("focus")}),N.value=!0,F("editor-mounted",A)):console.warn("[MonacoEditor] Monaco editor is not available for initEditor"),D.value&&Y()}()}),m(()=>{te()}),async function(){1==await _api.apaas.basicConfig.getAiRagEnabled()?$.value=!0:$.value=!1}(),s({isMonacoReady:N,reload(e){null!=A?A.setValue(e||""):console.warn("[MonacoEditor] Monaco editor is not available for reload")},getMonacoEditor:function(){return A},setEditorContent:P,getEditorContent:Q,scrollToTop:H,scrollToBottom:J,setEditorWordWrap:function(){j.value=!j.value,j.value?A.updateOptions({wordWrap:"on"}):A.updateOptions({wordWrap:"off"})},setEditorTheme:function(){q.value=!q.value,q.value?A.updateOptions({theme:"vs"}):A.updateOptions({theme:"vs-dark"})},handleFullScreenClick:function(){W.value.fullscreenElement?(W.value.exitFullscreen(),I.value=!1):(W.value.requestFullscreen(),I.value=!0)},handleDownloadLogClick:X,getEditorMarkers:function(){if(!T)return console.warn("[MonacoEditor] Monaco editor is not available for getEditorMarkers"),[];const e=A.getModel();return e?T.editor.getModelMarkers({resource:e.uri}):[]},handleFormatCodeClick:Y,getValue:function(){return A.getValue()},setValue:function(e){const t=A.getModel();if(!t)return;const o=t.getFullModelRange();A.executeEdits("setValue",[{range:o,text:e,forceMoveMarkers:!1}]),F("change",Q()),F("update:value",Q())},getSelectCode:function(){const e=A.getSelection();if(e){var t;const o=null===(t=A.getModel())||void 0===t?void 0:t.getValueInRange(e),n=e.startLineNumber,a=e.startColumn,l=e.endLineNumber,i=e.endColumn,r={startLineNumber:1,startColumn:1,endLineNumber:n,endColumn:a},u=A.getModel().getValueInRange(r),c={startLineNumber:l,startColumn:i,endLineNumber:A.getModel().getLineCount(),endColumn:A.getModel().getLineMaxColumn(A.getModel().getLineCount())};return{text:o,textBefore:u,textAfter:A.getModel().getValueInRange(c)}}return{}},isChatBotActive:U,handleChatBotClick:ee}),(e,o)=>{const n=h("a-col"),s=h("a-row");return v(),i("div",B,[w(e.$slots,"header",{},void 0,!0),r("div",S,[c(s,{class:"m-e-main_toolbar w-full flex",type:"flex",justify:"space-between",style:f(q.value?"background-color: #fff; box-shadow: 0px 2px 5px #ddd;":"background-color: #1e1e1e; box-shadow: 0px 2px 5px #111;")},{default:y(()=>[c(n,{class:"m-e-main_toolbar_left flex-1",style:f(q.value?"color: #000":"color: #fff")},{default:y(()=>[r("span",null,[w(e.$slots,"title",{},()=>[u(M(t.title),1)],!0)])]),_:3},8,["style"]),c(n,{class:"m-e-main_toolbar_right",style:f(K.value)},{default:y(()=>[c(C(V),{class:"icon",onClick:G}),c(C(R),{class:"icon",onClick:H}),c(C(E),{class:"icon",onClick:J}),c(C(L),{class:"icon",onClick:Y}),c(C(k),{class:"icon",onClick:X}),c(C(x),{class:"icon",onClick:Z}),$.value?(v(),a(C(_),{key:0,title:"聊天机器人",class:d(["icon",{"icon-active":U.value}]),onClick:ee},null,8,["class"])):l("",!0)]),_:1},8,["style"])]),_:3},8,["style"]),r("div",{ref_key:"Editor",ref:W,class:"m-e-main_container"},null,512)]),w(e.$slots,"footer",{},void 0,!0)])}}}),[["__scopeId","data-v-ccf22884"]]);export{O as default};