@gct-paas/core 0.1.4-dev.8 → 0.1.5-dev.0

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 (361) hide show
  1. package/dist/index.esm.min.js +1 -0
  2. package/es/constants/core.mjs +5 -4
  3. package/es/constants/default-date-type/default-date-type.d.ts +70 -0
  4. package/es/constants/default-date-type/default-date-type.mjs +74 -0
  5. package/es/constants/editor-register/editor-register.mjs +17 -5
  6. package/es/constants/expression-type/BuiltOperators.d.ts +20 -0
  7. package/es/constants/expression-type/BuiltOperators.mjs +156 -0
  8. package/es/constants/expression-type/FunctionKeys.d.ts +1 -0
  9. package/es/constants/expression-type/FunctionKeys.mjs +77 -0
  10. package/es/constants/expression-type/editor.d.ts +8 -0
  11. package/es/constants/expression-type/editor.mjs +11 -0
  12. package/es/constants/expression-type/function.d.ts +7 -0
  13. package/es/constants/expression-type/function.mjs +864 -0
  14. package/es/constants/expression-type/index.d.ts +42 -0
  15. package/es/constants/expression-type/index.mjs +118 -0
  16. package/es/constants/expression-type/modeCfg.d.ts +30 -0
  17. package/es/constants/expression-type/modeCfg.mjs +261 -0
  18. package/es/constants/expression-type/variable.d.ts +12 -0
  19. package/es/constants/expression-type/variable.mjs +46 -0
  20. package/es/constants/form-container-type/form-container-type.mjs +17 -5
  21. package/es/constants/index.d.ts +8 -1
  22. package/es/constants/index.mjs +32 -5
  23. package/es/constants/page-designer/model.d.ts +4 -0
  24. package/es/constants/page-designer/model.mjs +17 -0
  25. package/es/constants/page-designer/regex.d.ts +2 -0
  26. package/es/constants/page-designer/regex.mjs +5 -0
  27. package/es/create-app-vue.mjs +15 -16
  28. package/es/enums/app-designer/index.d.ts +19 -0
  29. package/es/enums/app-designer/index.mjs +131 -63
  30. package/es/enums/appEnum.d.ts +5 -0
  31. package/es/enums/appEnum.mjs +682 -356
  32. package/es/enums/appStateEnum.mjs +17 -10
  33. package/es/enums/authActionEnum.mjs +63 -51
  34. package/es/enums/breakpointEnum.mjs +27 -26
  35. package/es/enums/cacheEnum.d.ts +0 -1
  36. package/es/enums/cacheEnum.mjs +22 -22
  37. package/es/enums/designEnum.d.ts +9 -3
  38. package/es/enums/designEnum.mjs +111 -69
  39. package/es/enums/developer-center/index.d.ts +1 -0
  40. package/es/enums/developer-center/integration.d.ts +4 -0
  41. package/es/enums/developer-center/integration.mjs +8 -0
  42. package/es/enums/exceptionEnum.mjs +21 -17
  43. package/es/enums/expressionEnum.d.ts +130 -0
  44. package/es/enums/expressionEnum.mjs +82 -0
  45. package/es/enums/globalEnum.d.ts +15 -0
  46. package/es/enums/globalEnum.mjs +60 -25
  47. package/es/enums/httpEnum.mjs +71 -61
  48. package/es/enums/index.d.ts +11 -5
  49. package/es/enums/index.mjs +45 -17
  50. package/es/enums/menuEnum.mjs +42 -38
  51. package/es/enums/page-designer/designer.d.ts +7 -8
  52. package/es/enums/page-designer/designer.mjs +404 -403
  53. package/es/enums/page-designer/index.d.ts +1 -0
  54. package/es/enums/page-designer/index.mjs +5 -0
  55. package/es/enums/page-designer/layout.d.ts +12 -0
  56. package/es/enums/page-designer/layout.mjs +17 -0
  57. package/es/enums/page-designer/panel.d.ts +78 -7
  58. package/es/enums/page-designer/panel.mjs +342 -195
  59. package/es/enums/page-designer/toolkit.mjs +13 -12
  60. package/es/enums/page-designer/widget.d.ts +5 -0
  61. package/es/enums/page-designer/widget.mjs +426 -334
  62. package/es/enums/pageEnum.mjs +14 -13
  63. package/es/enums/plugin-enum.d.ts +8 -4
  64. package/es/enums/plugin-enum.mjs +27 -7
  65. package/es/enums/processEnum.d.ts +54 -0
  66. package/es/enums/processEnum.mjs +96 -26
  67. package/es/enums/roleEnum.mjs +7 -6
  68. package/es/enums/sizeEnum.d.ts +18 -0
  69. package/es/enums/sizeEnum.mjs +28 -8
  70. package/es/global/gct/gct.d.ts +245 -13
  71. package/es/global/gct/gct.mjs +98 -95
  72. package/es/global/index.mjs +1 -0
  73. package/es/hooks/index.d.ts +0 -3
  74. package/es/hooks/index.mjs +4 -0
  75. package/es/hooks/use-app-inst/use-app-inst.mjs +11 -5
  76. package/es/hooks/use-modal/use-modal.mjs +16 -10
  77. package/es/hooks/use-sub-app-utils/use-sub-app-utils.d.ts +8 -12
  78. package/es/hooks/use-sub-app-utils/use-sub-app-utils.mjs +45 -25
  79. package/es/hooks/useCopyToClipboard.mjs +50 -50
  80. package/es/index.d.ts +2 -10
  81. package/es/index.mjs +130 -119
  82. package/es/interface/i-dictionary/i-dictionary-item.d.ts +6 -0
  83. package/es/interface/i-global-register/i-global-register.d.ts +8 -0
  84. package/es/interface/i-kit-info/i-kit-info.d.ts +20 -0
  85. package/es/interface/i-pinia-action/i-global-actions.d.ts +4 -6
  86. package/es/interface/i-pinia-getter/i-global-getters.d.ts +2 -0
  87. package/es/interface/i-pinia-state/i-global-state.d.ts +12 -12
  88. package/es/interface/index.d.ts +5 -10
  89. package/es/interface/model-designer/entity.d.ts +110 -0
  90. package/es/interface/open-util/i-message-util/i-message-util.d.ts +54 -0
  91. package/es/interface/{i-modal → open-util/i-modal}/i-modal.d.ts +9 -10
  92. package/es/interface/{i-modal-data → open-util/i-modal-data}/i-modal-data.d.ts +6 -0
  93. package/es/interface/open-util/i-modal-options/i-modal-options.d.ts +12 -0
  94. package/es/interface/open-util/i-overlay-container/i-overlay-container.d.ts +36 -0
  95. package/es/interface/open-util/i-overlay-controller/i-overlay-controller.d.ts +36 -0
  96. package/es/interface/open-util/index.d.ts +7 -0
  97. package/es/interface/provider/index.d.ts +0 -2
  98. package/es/locale/index.d.ts +11 -3
  99. package/es/locale/index.mjs +75 -56
  100. package/es/modules/env-manager/env-manager.const.mjs +16 -8
  101. package/es/modules/env-manager/env-manager.d.ts +2 -0
  102. package/es/modules/env-manager/env-manager.interface.d.ts +2 -0
  103. package/es/modules/env-manager/env-manager.interface.mjs +14 -7
  104. package/es/modules/env-manager/env-manager.mjs +108 -107
  105. package/es/modules/error-handler/error-handler.const.mjs +11 -16
  106. package/es/modules/error-handler/error-strategy.mjs +199 -175
  107. package/es/modules/error-handler/index.mjs +120 -106
  108. package/es/modules/mqtt/constants/mqtt.const.d.ts +33 -0
  109. package/es/modules/mqtt/constants/mqtt.const.mjs +24 -0
  110. package/es/modules/mqtt/enums/mqtt-status.enum.d.ts +20 -0
  111. package/es/modules/mqtt/enums/mqtt-status.enum.mjs +24 -0
  112. package/es/modules/mqtt/index.d.ts +5 -0
  113. package/es/modules/mqtt/index.mjs +4 -0
  114. package/es/modules/mqtt/interfaces/i-mqtt.d.ts +139 -0
  115. package/es/modules/mqtt/mqtt-client.d.ts +117 -0
  116. package/es/modules/mqtt/mqtt-client.mjs +229 -0
  117. package/es/modules/mqtt/mqtt-manager.d.ts +87 -0
  118. package/es/modules/mqtt/mqtt-manager.mjs +118 -0
  119. package/es/modules/platform-config/constants/index.mjs +4 -0
  120. package/es/modules/platform-config/constants/login.const.mjs +48 -45
  121. package/es/modules/platform-config/constants/org.const.mjs +57 -52
  122. package/es/modules/platform-config/constants/theme.const.mjs +11 -4
  123. package/es/modules/platform-config/constants/watermark.const.mjs +17 -12
  124. package/es/modules/platform-config/enums/deploy.enum.mjs +13 -6
  125. package/es/modules/platform-config/enums/login.enum.mjs +29 -15
  126. package/es/modules/platform-config/enums/platform.enum.d.ts +0 -15
  127. package/es/modules/platform-config/enums/platform.enum.mjs +17 -26
  128. package/es/modules/platform-config/index.d.ts +1 -1
  129. package/es/modules/platform-config/index.mjs +9 -0
  130. package/es/modules/platform-config/interfaces/index.d.ts +0 -1
  131. package/es/modules/platform-config/store.d.ts +5 -1
  132. package/es/modules/platform-config/store.mjs +68 -76
  133. package/es/modules/platform-config/useBasicSetting.mjs +47 -35
  134. package/es/modules/platform-config/useDeploySetting.mjs +29 -21
  135. package/es/modules/platform-config/useLoginSetting.mjs +151 -173
  136. package/es/modules/platform-config/useOrgSetting.mjs +63 -62
  137. package/es/modules/platform-config/useProjectSetting.mjs +14 -6
  138. package/es/modules/platform-config/useSecuritySetting.d.ts +1 -0
  139. package/es/modules/platform-config/useSecuritySetting.mjs +81 -56
  140. package/es/modules/platform-config/useThemeSetting.mjs +78 -59
  141. package/es/modules/platform-config/useWatermarkSetting.mjs +37 -23
  142. package/es/modules/user-stores/index.mjs +3 -0
  143. package/es/modules/user-stores/store/permission.store.mjs +27 -36
  144. package/es/modules/user-stores/store/tenant.store.mjs +20 -22
  145. package/es/modules/user-stores/store/user.store.d.ts +149 -1
  146. package/es/modules/user-stores/store/user.store.mjs +97 -94
  147. package/es/modules/user-stores/types/user.d.ts +1 -0
  148. package/es/router/index.mjs +25 -28
  149. package/es/setup-app.d.ts +8 -0
  150. package/es/setup-app.mjs +24 -0
  151. package/es/state/global-pinia-state/global-pinia-state.d.ts +15 -7
  152. package/es/state/global-pinia-state/global-pinia-state.mjs +43 -57
  153. package/es/state/index.d.ts +0 -9
  154. package/es/state/index.mjs +1 -0
  155. package/es/store/global-store.mjs +44 -51
  156. package/es/store/index.d.ts +8 -0
  157. package/es/store/index.mjs +35 -19
  158. package/es/store/storage-store.d.ts +9 -0
  159. package/es/store/storage-store.mjs +10 -0
  160. package/es/types/index.d.ts +22 -0
  161. package/es/utils/axios/interceptors.mjs +22 -18
  162. package/es/utils/cache-adapter/cache-adapter.d.ts +2 -0
  163. package/es/utils/cache-adapter/cache-adapter.mjs +64 -0
  164. package/es/utils/css-loader/css-loader.d.ts +36 -0
  165. package/es/utils/css-loader/css-loader.mjs +82 -0
  166. package/es/utils/design/design.d.ts +11 -0
  167. package/es/utils/design/design.mjs +21 -0
  168. package/es/utils/deviceFingerprint.mjs +77 -63
  169. package/es/utils/dictionary/dictionary.mjs +142 -145
  170. package/es/utils/file/base64Conver.d.ts +9 -0
  171. package/es/utils/file/base64Conver.mjs +40 -0
  172. package/es/utils/file/download.d.ts +44 -0
  173. package/es/utils/file/download.mjs +101 -0
  174. package/es/utils/file/parser.d.ts +3 -0
  175. package/es/utils/file/parser.mjs +29 -0
  176. package/es/utils/i18n/index.mjs +14 -3
  177. package/es/utils/index.d.ts +20 -5
  178. package/es/utils/index.mjs +34 -0
  179. package/es/utils/is-sort-filed/is-sort-filed.d.ts +10 -0
  180. package/es/utils/is-sort-filed/is-sort-filed.mjs +45 -0
  181. package/es/utils/kit-pkg-util/kit-pkg-util.d.ts +32 -0
  182. package/es/utils/kit-pkg-util/kit-pkg-util.mjs +73 -0
  183. package/es/utils/linked-list/linked-list.mjs +115 -118
  184. package/es/utils/linked-node/linked-node.mjs +41 -31
  185. package/es/utils/lowcode/utils.d.ts +1 -0
  186. package/es/utils/lowcode/utils.mjs +15 -0
  187. package/es/utils/lowcode/validate.d.ts +13 -0
  188. package/es/utils/lowcode/validate.mjs +23 -0
  189. package/es/utils/mitt/mitt.mjs +4 -4
  190. package/es/utils/model-loader/model-loader.mjs +288 -325
  191. package/es/utils/namespace/namespace.d.ts +8 -0
  192. package/es/utils/namespace/namespace.mjs +180 -163
  193. package/es/utils/openUtil/index.d.ts +2 -0
  194. package/es/utils/openUtil/index.mjs +2 -0
  195. package/es/utils/openUtil/modal/modal.d.ts +61 -0
  196. package/es/utils/openUtil/modal/modal.mjs +73 -0
  197. package/es/utils/openUtil/overlay-container/overlay-container.d.ts +100 -0
  198. package/es/utils/openUtil/overlay-container/overlay-container.mjs +145 -0
  199. package/es/utils/permission.d.ts +19 -0
  200. package/es/utils/permission.mjs +34 -0
  201. package/es/utils/plugin-pkg-util/plugin-pkg-util.d.ts +63 -0
  202. package/es/utils/plugin-pkg-util/plugin-pkg-util.mjs +119 -0
  203. package/es/utils/plugin-static-resource/plugin-static-resource.d.ts +2 -27
  204. package/es/utils/plugin-static-resource/plugin-static-resource.mjs +19 -42
  205. package/es/utils/style/index.mjs +94 -138
  206. package/es/utils/tools/tools.d.ts +12 -10
  207. package/es/utils/tools/tools.mjs +128 -53
  208. package/es/utils/treeHelper/treeHelper.d.ts +10 -9
  209. package/es/utils/treeHelper/treeHelper.mjs +205 -219
  210. package/es/utils/uploader/uploader.d.ts +20 -0
  211. package/es/utils/uploader/uploader.mjs +86 -0
  212. package/es/utils/useUUid.d.ts +41 -0
  213. package/es/utils/useUUid.mjs +85 -0
  214. package/es/utils/util.mjs +55 -35
  215. package/es/utils/uuid/uuid.d.ts +5 -0
  216. package/es/utils/uuid/uuid.mjs +38 -0
  217. package/es/utils/validate.d.ts +5 -0
  218. package/es/utils/validate.mjs +21 -0
  219. package/es/utils/value-helper/value-helper.mjs +113 -96
  220. package/package.json +19 -27
  221. package/dist/index.esm.min.mjs +0 -6103
  222. package/dist/index.min.cjs +0 -14
  223. package/dist/index.system.min.js +0 -14
  224. package/es/constants/editor-type/editor-type.d.ts +0 -244
  225. package/es/constants/editor-type/editor-type.mjs +0 -63
  226. package/es/controller/edit-form/edit-form.controller.d.ts +0 -28
  227. package/es/controller/edit-form/edit-form.controller.mjs +0 -47
  228. package/es/controller/editor/color-editor.controller.d.ts +0 -13
  229. package/es/controller/editor/color-editor.controller.mjs +0 -6
  230. package/es/controller/editor/length-unit-editor.controller.d.ts +0 -13
  231. package/es/controller/editor/length-unit-editor.controller.mjs +0 -6
  232. package/es/controller/editor-item/editor-item.controller.d.ts +0 -14
  233. package/es/controller/editor-item/editor-item.controller.mjs +0 -8
  234. package/es/controller/form/form.controller.d.ts +0 -76
  235. package/es/controller/form/form.controller.mjs +0 -147
  236. package/es/controller/form-collapse/form-collapse.controller.d.ts +0 -18
  237. package/es/controller/form-collapse/form-collapse.controller.mjs +0 -14
  238. package/es/controller/form-collapse-pane/form-collapse-pane.controller.d.ts +0 -18
  239. package/es/controller/form-collapse-pane/form-collapse-pane.controller.mjs +0 -14
  240. package/es/controller/form-edit-item/form-edit-item.controller.d.ts +0 -27
  241. package/es/controller/form-edit-item/form-edit-item.controller.mjs +0 -74
  242. package/es/controller/form-group/form-group.controller.d.ts +0 -18
  243. package/es/controller/form-group/form-group.controller.mjs +0 -14
  244. package/es/controller/form-item/form-item.controller.d.ts +0 -21
  245. package/es/controller/form-item/form-item.controller.mjs +0 -43
  246. package/es/controller/form-item-basic/form-item-basic.controller.d.ts +0 -57
  247. package/es/controller/form-item-basic/form-item-basic.controller.mjs +0 -49
  248. package/es/controller/form-item-hidden/form-item-hidden.controller.d.ts +0 -17
  249. package/es/controller/form-item-hidden/form-item-hidden.controller.mjs +0 -7
  250. package/es/controller/form-tab/form-tab.controller.d.ts +0 -18
  251. package/es/controller/form-tab/form-tab.controller.mjs +0 -14
  252. package/es/controller/form-tab-pane/form-tab-pane.controller.d.ts +0 -18
  253. package/es/controller/form-tab-pane/form-tab-pane.controller.mjs +0 -14
  254. package/es/controller/gct-form/gct-form.controller.d.ts +0 -101
  255. package/es/controller/gct-form/gct-form.controller.mjs +0 -214
  256. package/es/controller/index.d.ts +0 -15
  257. package/es/hooks/use-form/use-form.d.ts +0 -10
  258. package/es/hooks/use-form/use-form.mjs +0 -8
  259. package/es/hooks/use-gct-form-value/use-gct-form-value.d.ts +0 -22
  260. package/es/hooks/use-gct-form-value/use-gct-form-value.mjs +0 -89
  261. package/es/hooks/use-namespace/use-namespace.d.ts +0 -9
  262. package/es/hooks/use-namespace/use-namespace.mjs +0 -18
  263. package/es/interface/controller/edit-form/edit-form.controller.d.ts +0 -26
  264. package/es/interface/controller/editor/i-color-editor.controller.d.ts +0 -11
  265. package/es/interface/controller/editor/i-length-unit-editor.controller.d.ts +0 -11
  266. package/es/interface/controller/editor-item/editor-item.controller.d.ts +0 -19
  267. package/es/interface/controller/form/form.controller.d.ts +0 -121
  268. package/es/interface/controller/form-collapse/form-collapse.controller.d.ts +0 -23
  269. package/es/interface/controller/form-collapse-pane/form-collapse-pane.controller.d.ts +0 -23
  270. package/es/interface/controller/form-edit-item/form-edit-item.controller.d.ts +0 -59
  271. package/es/interface/controller/form-group/form-group.controller.d.ts +0 -24
  272. package/es/interface/controller/form-hidden-item/form-hidden-item.controller.d.ts +0 -24
  273. package/es/interface/controller/form-item/form-item.controller.d.ts +0 -40
  274. package/es/interface/controller/form-item-basic/form-item-basic.controller.d.ts +0 -51
  275. package/es/interface/controller/form-tab/form-tab.controller.d.ts +0 -23
  276. package/es/interface/controller/form-tab-pane/form-tab-pane.controller.d.ts +0 -23
  277. package/es/interface/controller/index.d.ts +0 -14
  278. package/es/interface/events/form/i-form.event.d.ts +0 -11
  279. package/es/interface/events/index.d.ts +0 -1
  280. package/es/interface/form/i-editor/i-check-switch.d.ts +0 -29
  281. package/es/interface/form/i-editor/i-checkbox-editor.d.ts +0 -9
  282. package/es/interface/form/i-editor/i-color-editor.d.ts +0 -13
  283. package/es/interface/form/i-editor/i-editor-basic.d.ts +0 -87
  284. package/es/interface/form/i-editor/i-icon-select-editor.d.ts +0 -21
  285. package/es/interface/form/i-editor/i-info-editor.d.ts +0 -21
  286. package/es/interface/form/i-editor/i-length-unit-editor.d.ts +0 -13
  287. package/es/interface/form/i-editor/i-model-field-select-editor.d.ts +0 -18
  288. package/es/interface/form/i-editor/i-number-editor.d.ts +0 -21
  289. package/es/interface/form/i-editor/i-picker-editor.d.ts +0 -30
  290. package/es/interface/form/i-editor/i-radio-editor.d.ts +0 -21
  291. package/es/interface/form/i-editor/i-select-editor.d.ts +0 -14
  292. package/es/interface/form/i-editor/i-span-editor.d.ts +0 -30
  293. package/es/interface/form/i-editor/i-switch-editor.d.ts +0 -14
  294. package/es/interface/form/i-editor/i-text-editor.d.ts +0 -46
  295. package/es/interface/form/i-editor/i-textarea-editor.d.ts +0 -25
  296. package/es/interface/form/i-form/i-edit-form.d.ts +0 -48
  297. package/es/interface/form/i-form/i-form-collapse-pane.d.ts +0 -30
  298. package/es/interface/form/i-form/i-form-collapse.d.ts +0 -35
  299. package/es/interface/form/i-form/i-form-container.d.ts +0 -53
  300. package/es/interface/form/i-form/i-form-edit-item.d.ts +0 -140
  301. package/es/interface/form/i-form/i-form-group-container.d.ts +0 -24
  302. package/es/interface/form/i-form/i-form-group.d.ts +0 -35
  303. package/es/interface/form/i-form/i-form-hidden-item.d.ts +0 -11
  304. package/es/interface/form/i-form/i-form-item-basic.d.ts +0 -126
  305. package/es/interface/form/i-form/i-form-item.d.ts +0 -11
  306. package/es/interface/form/i-form/i-form-tab-pane.d.ts +0 -23
  307. package/es/interface/form/i-form/i-form-tab.d.ts +0 -21
  308. package/es/interface/form/i-form/i-form.d.ts +0 -79
  309. package/es/interface/form/index.d.ts +0 -29
  310. package/es/interface/i-message-util/i-message-util.d.ts +0 -78
  311. package/es/interface/layout/i-flex-layout/i-flex-container.d.ts +0 -75
  312. package/es/interface/layout/i-flex-layout/i-flex-item.d.ts +0 -51
  313. package/es/interface/layout/i-grid-layout/i-grid-container.d.ts +0 -29
  314. package/es/interface/layout/i-grid-layout/i-grid-item-span.d.ts +0 -54
  315. package/es/interface/layout/i-grid-layout/i-grid-item.d.ts +0 -37
  316. package/es/interface/layout/i-layout-basis/i-layout-container-basis.d.ts +0 -11
  317. package/es/interface/layout/index.d.ts +0 -6
  318. package/es/interface/provider/i-editor-provider/i-editor-provider.d.ts +0 -24
  319. package/es/interface/provider/i-form-item-provider/i-form-item-provider.d.ts +0 -44
  320. package/es/interface/state/form/form.state.d.ts +0 -53
  321. package/es/interface/state/form-collapse/form-collapse.state.d.ts +0 -11
  322. package/es/interface/state/form-collapse-pane/form-collapse-pane.state.d.ts +0 -11
  323. package/es/interface/state/form-edit-item/form-edit-item.state.d.ts +0 -38
  324. package/es/interface/state/form-group/form-group.state.d.ts +0 -21
  325. package/es/interface/state/form-hidden-item/form-hidden-item.state.d.ts +0 -5
  326. package/es/interface/state/form-item/form-item.state.d.ts +0 -20
  327. package/es/interface/state/form-item-basic/form-item-basic.state.d.ts +0 -63
  328. package/es/interface/state/form-tab/form-tab.state.d.ts +0 -19
  329. package/es/interface/state/form-tab-pane/form-tab-pane.state.d.ts +0 -11
  330. package/es/interface/state/index.d.ts +0 -10
  331. package/es/modules/platform-config/interfaces/global-setting.interface.d.ts +0 -7
  332. package/es/register/editor-register/editor-register.d.ts +0 -49
  333. package/es/register/editor-register/editor-register.mjs +0 -57
  334. package/es/register/form-item-register/form-item-register.d.ts +0 -36
  335. package/es/register/form-item-register/form-item-register.mjs +0 -42
  336. package/es/register/index.d.ts +0 -21
  337. package/es/register/render-register/render-register.d.ts +0 -59
  338. package/es/register/render-register/render-register.mjs +0 -63
  339. package/es/state/form/form.state.d.ts +0 -24
  340. package/es/state/form/form.state.mjs +0 -16
  341. package/es/state/form-collapse/form-collapse.state.d.ts +0 -14
  342. package/es/state/form-collapse/form-collapse.state.mjs +0 -6
  343. package/es/state/form-collapse-pane/form-collapse-pane.state.d.ts +0 -14
  344. package/es/state/form-collapse-pane/form-collapse-pane.state.mjs +0 -6
  345. package/es/state/form-edit-item/form-edit-item.state.d.ts +0 -17
  346. package/es/state/form-edit-item/form-edit-item.state.mjs +0 -10
  347. package/es/state/form-group/form-group.state.d.ts +0 -21
  348. package/es/state/form-group/form-group.state.mjs +0 -14
  349. package/es/state/form-item/form-item.state.d.ts +0 -14
  350. package/es/state/form-item/form-item.state.mjs +0 -6
  351. package/es/state/form-item-basic/form-item-basic.state.d.ts +0 -17
  352. package/es/state/form-item-basic/form-item-basic.state.mjs +0 -9
  353. package/es/state/form-tab/form-tab.state.d.ts +0 -15
  354. package/es/state/form-tab/form-tab.state.mjs +0 -7
  355. package/es/state/form-tab-pane/form-tab-pane.state.d.ts +0 -14
  356. package/es/state/form-tab-pane/form-tab-pane.state.mjs +0 -6
  357. package/es/utils/props/gct-form-item/gct-form-item.props.d.ts +0 -63
  358. package/es/utils/props/gct-form-item/gct-form-item.props.mjs +0 -66
  359. package/es/utils/props/index.d.ts +0 -1
  360. package/es/utils/width-install/width-install.d.ts +0 -17
  361. package/es/utils/width-install/width-install.mjs +0 -19
@@ -1,146 +1,143 @@
1
- class DictionaryUtil {
2
- /**
3
- * 代码表配置
4
- *
5
- * @author zhanghanrui
6
- * @date 2024-03-27 13:03:59
7
- * @private
8
- * @type {Map<string, IDictionary>}
9
- */
10
- configs = /* @__PURE__ */ new Map();
11
- /**
12
- * 已经加载的代码表缓存
13
- *
14
- * @author zhanghanrui
15
- * @date 2024-03-27 13:03:14
16
- * @private
17
- * @type {Map<string, IDictionaryItem[]>}
18
- */
19
- cache = /* @__PURE__ */ new Map();
20
- /**
21
- * 获取代码表配置
22
- *
23
- * @author zhanghanrui
24
- * @date 2024-04-02 13:04:32
25
- * @param {string} tag
26
- * @return {*} {(IDictionary | undefined)}
27
- */
28
- getConfig(tag) {
29
- return this.configs.get(tag);
30
- }
31
- /**
32
- * 注册写的代码表配置
33
- *
34
- * @author zhanghanrui
35
- * @date 2024-03-27 13:03:17
36
- * @param {IDictionary} config
37
- */
38
- register(config) {
39
- this.configs.set(config.tag, config);
40
- if (config.items) {
41
- this.cache.set(config.tag, config.items);
42
- }
43
- }
44
- /**
45
- * 取消注册代码表
46
- *
47
- * @author zhanghanrui
48
- * @date 2024-03-27 13:03:58
49
- * @param {string} tag
50
- */
51
- unregister(tag) {
52
- this.configs.delete(tag);
53
- this.cache.delete(tag);
54
- }
55
- /**
56
- * 获取代码表配置
57
- *
58
- * @author zhanghanrui
59
- * @date 2024-03-27 13:03:06
60
- * @param {string} codeTag
61
- * @return {*} {IDictionaryItem[]}
62
- */
63
- get(codeTag) {
64
- return this.cache.get(codeTag) || [];
65
- }
66
- /**
67
- * 动态请求代码表
68
- *
69
- * @author zhanghanrui
70
- * @date 2024-03-27 13:03:14
71
- * @param {string} codeTag
72
- * @param {IParams} [params]
73
- * @return {*} {Promise<IDictionaryItem[]>}
74
- */
75
- async asyncGet(codeTag, params) {
76
- const config = this.configs.get(codeTag);
77
- if (!config) {
78
- return [];
79
- }
80
- if (config.mode === "static") {
81
- return this.getByConfig(config);
82
- }
83
- if (config.mode === "async") {
84
- if (this.cache.has(codeTag)) {
85
- return this.cache.get(codeTag) || [];
86
- }
87
- return this.asyncGetByConfig(config, params);
88
- }
89
- return [];
90
- }
91
- /**
92
- * 根据配置获取代码表
93
- *
94
- * @author zhanghanrui
95
- * @date 2024-04-02 21:04:25
96
- * @param {IDictionary} config
97
- * @return {*} {IDictionaryItem[]}
98
- */
99
- getByConfig(config) {
100
- return config.items || [];
101
- }
102
- /**
103
- * 根据配置获取异步代码表
104
- *
105
- * @author zhanghanrui
106
- * @date 2024-04-02 21:04:00
107
- * @param {IDictionary} config
108
- * @param {IParams} [params={}]
109
- * @return {*} {Promise<IDictionaryItem[]>}
110
- */
111
- async asyncGetByConfig(config, params = {}) {
112
- if (config.fetch) {
113
- const items = await config.fetch(params || {});
114
- if (items) {
115
- const [key, value] = config.keys || ["name", "id"];
116
- return this.deepFormat(items, key, value);
117
- }
118
- }
119
- return [];
120
- }
121
- /**
122
- * 递归格式化代码表
123
- *
124
- * @author zhanghanrui
125
- * @date 2024-04-02 22:04:03
126
- * @protected
127
- * @param {IData[]} items
128
- * @param {string} key
129
- * @param {string} value
130
- * @return {*} {IDictionaryItem[]}
131
- */
132
- deepFormat(items, key, value) {
133
- return items.map((item) => {
134
- const config = {
135
- label: item[key],
136
- value: item[value]
137
- };
138
- if (item.children && item.children.length > 0) {
139
- config.options = this.deepFormat(item.children, key, value);
140
- }
141
- return config;
142
- });
143
- }
144
- }
145
-
1
+ //#region src/utils/dictionary/dictionary.ts
2
+ /**
3
+ * 数据字典工具类
4
+ *
5
+ * @export
6
+ * @class DictionaryService
7
+ */
8
+ var DictionaryUtil = class {
9
+ /**
10
+ * 代码表配置
11
+ *
12
+ * @author zhanghanrui
13
+ * @date 2024-03-27 13:03:59
14
+ * @private
15
+ * @type {Map<string, IDictionary>}
16
+ */
17
+ configs = /* @__PURE__ */ new Map();
18
+ /**
19
+ * 已经加载的代码表缓存
20
+ *
21
+ * @author zhanghanrui
22
+ * @date 2024-03-27 13:03:14
23
+ * @private
24
+ * @type {Map<string, IDictionaryItem[]>}
25
+ */
26
+ cache = /* @__PURE__ */ new Map();
27
+ /**
28
+ * 获取代码表配置
29
+ *
30
+ * @author zhanghanrui
31
+ * @date 2024-04-02 13:04:32
32
+ * @param {string} tag
33
+ * @return {*} {(IDictionary | undefined)}
34
+ */
35
+ getConfig(tag) {
36
+ return this.configs.get(tag);
37
+ }
38
+ /**
39
+ * 注册写的代码表配置
40
+ *
41
+ * @author zhanghanrui
42
+ * @date 2024-03-27 13:03:17
43
+ * @param {IDictionary} config
44
+ */
45
+ register(config) {
46
+ this.configs.set(config.tag, config);
47
+ if (config.items) this.cache.set(config.tag, config.items);
48
+ }
49
+ /**
50
+ * 取消注册代码表
51
+ *
52
+ * @author zhanghanrui
53
+ * @date 2024-03-27 13:03:58
54
+ * @param {string} tag
55
+ */
56
+ unregister(tag) {
57
+ this.configs.delete(tag);
58
+ this.cache.delete(tag);
59
+ }
60
+ /**
61
+ * 获取代码表配置
62
+ *
63
+ * @author zhanghanrui
64
+ * @date 2024-03-27 13:03:06
65
+ * @param {string} codeTag
66
+ * @return {*} {IDictionaryItem[]}
67
+ */
68
+ get(codeTag) {
69
+ return this.cache.get(codeTag) || [];
70
+ }
71
+ /**
72
+ * 动态请求代码表
73
+ *
74
+ * @author zhanghanrui
75
+ * @date 2024-03-27 13:03:14
76
+ * @param {string} codeTag
77
+ * @param {IParams} [params]
78
+ * @return {*} {Promise<IDictionaryItem[]>}
79
+ */
80
+ async asyncGet(codeTag, params) {
81
+ const config = this.configs.get(codeTag);
82
+ if (!config) return [];
83
+ if (config.mode === "static") return this.getByConfig(config);
84
+ if (config.mode === "async") {
85
+ if (this.cache.has(codeTag)) return this.cache.get(codeTag) || [];
86
+ return this.asyncGetByConfig(config, params);
87
+ }
88
+ return [];
89
+ }
90
+ /**
91
+ * 根据配置获取代码表
92
+ *
93
+ * @author zhanghanrui
94
+ * @date 2024-04-02 21:04:25
95
+ * @param {IDictionary} config
96
+ * @return {*} {IDictionaryItem[]}
97
+ */
98
+ getByConfig(config) {
99
+ return config.items || [];
100
+ }
101
+ /**
102
+ * 根据配置获取异步代码表
103
+ *
104
+ * @author zhanghanrui
105
+ * @date 2024-04-02 21:04:00
106
+ * @param {IDictionary} config
107
+ * @param {IParams} [params={}]
108
+ * @return {*} {Promise<IDictionaryItem[]>}
109
+ */
110
+ async asyncGetByConfig(config, params = {}) {
111
+ if (config.fetch) {
112
+ const items = await config.fetch(params || {});
113
+ if (items) {
114
+ const [key, value] = config.keys || ["name", "id"];
115
+ return this.deepFormat(items, key, value);
116
+ }
117
+ }
118
+ return [];
119
+ }
120
+ /**
121
+ * 递归格式化代码表
122
+ *
123
+ * @author zhanghanrui
124
+ * @date 2024-04-02 22:04:03
125
+ * @protected
126
+ * @param {IData[]} items
127
+ * @param {string} key
128
+ * @param {string} value
129
+ * @return {*} {IDictionaryItem[]}
130
+ */
131
+ deepFormat(items, key, value) {
132
+ return items.map((item) => {
133
+ const config = {
134
+ label: item[key],
135
+ value: item[value]
136
+ };
137
+ if (item.children && item.children.length > 0) config.options = this.deepFormat(item.children, key, value);
138
+ return config;
139
+ });
140
+ }
141
+ };
142
+ //#endregion
146
143
  export { DictionaryUtil };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @description: base64 to blob
3
+ */
4
+ export declare function dataURLtoBlob(base64Buf: string): Blob;
5
+ /**
6
+ * img url to base64
7
+ * @param url
8
+ */
9
+ export declare function urlToBase64(url: string, mineType?: string): Promise<string>;
@@ -0,0 +1,40 @@
1
+ //#region src/utils/file/base64Conver.ts
2
+ /**
3
+ * @description: base64 to blob
4
+ */
5
+ function dataURLtoBlob(base64Buf) {
6
+ const arr = base64Buf.split(",");
7
+ const mime = arr[0].match(/:(.*?);/)[1];
8
+ const bstr = window.atob(arr[1]);
9
+ let n = bstr.length;
10
+ const u8arr = new Uint8Array(n);
11
+ while (n > 0) {
12
+ n -= 1;
13
+ u8arr[n] = bstr.charCodeAt(n);
14
+ }
15
+ return new Blob([u8arr], { type: mime });
16
+ }
17
+ /**
18
+ * img url to base64
19
+ * @param url
20
+ */
21
+ function urlToBase64(url, mineType) {
22
+ return new Promise((resolve, reject) => {
23
+ let canvas = document.createElement("CANVAS");
24
+ const ctx = canvas.getContext("2d");
25
+ const img = new Image();
26
+ img.crossOrigin = "";
27
+ img.onload = function() {
28
+ if (!canvas || !ctx) return reject();
29
+ canvas.height = img.height;
30
+ canvas.width = img.width;
31
+ ctx.drawImage(img, 0, 0);
32
+ const dataURL = canvas.toDataURL(mineType || "image/png");
33
+ canvas = null;
34
+ resolve(dataURL);
35
+ };
36
+ img.src = url;
37
+ });
38
+ }
39
+ //#endregion
40
+ export { dataURLtoBlob, urlToBase64 };
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Download online pictures
3
+ * @param url
4
+ * @param filename
5
+ * @param mime
6
+ * @param bom
7
+ */
8
+ export declare function downloadByOnlineUrl(url: string, filename: string, mime?: string, bom?: BlobPart): void;
9
+ /**
10
+ * Download pictures based on base64
11
+ * @param buf
12
+ * @param filename
13
+ * @param mime
14
+ * @param bom
15
+ */
16
+ export declare function downloadByBase64(buf: string, filename: string, mime?: string, bom?: BlobPart): void;
17
+ export declare function uploaderFiles({ multiple, accept }?: {
18
+ multiple?: boolean | undefined;
19
+ accept?: string | undefined;
20
+ }): Promise<File[]>;
21
+ /**
22
+ * Download according to the background interface file stream
23
+ * @param {*} data
24
+ * @param {*} opts
25
+ * @param {*} opts.filename 文件名
26
+ * @param {*} opts.timestamp 是否需要在文件名后面自动加上时间戳
27
+ * @param {*} opts.mime
28
+ * @param {*} opts.bom
29
+ */
30
+ export declare function downloadByData(data: BlobPart, { filename, timestamp, mime, bom, }: {
31
+ filename?: string;
32
+ timestamp?: boolean;
33
+ mime?: string;
34
+ bom?: BlobPart;
35
+ }): void;
36
+ /**
37
+ * Download file according to file address
38
+ * @param {*} sUrl
39
+ */
40
+ export declare function downloadByUrl({ url, target, fileName, }: {
41
+ url: string;
42
+ target?: string;
43
+ fileName?: string;
44
+ }): boolean;
@@ -0,0 +1,101 @@
1
+ import { openWindow } from "../util.mjs";
2
+ import { dataURLtoBlob, urlToBase64 } from "./base64Conver.mjs";
3
+ import dayjs from "dayjs";
4
+ //#region src/utils/file/download.ts
5
+ /**
6
+ * Download online pictures
7
+ * @param url
8
+ * @param filename
9
+ * @param mime
10
+ * @param bom
11
+ */
12
+ function downloadByOnlineUrl(url, filename, mime, bom) {
13
+ urlToBase64(url).then((base64) => {
14
+ downloadByBase64(base64, filename, mime, bom);
15
+ });
16
+ }
17
+ /**
18
+ * Download pictures based on base64
19
+ * @param buf
20
+ * @param filename
21
+ * @param mime
22
+ * @param bom
23
+ */
24
+ function downloadByBase64(buf, filename, mime, bom) {
25
+ downloadByData(dataURLtoBlob(buf), {
26
+ filename,
27
+ mime,
28
+ bom
29
+ });
30
+ }
31
+ function uploaderFiles({ multiple = false, accept = "*" } = {}) {
32
+ const input = document.createElement("input");
33
+ input.type = "file";
34
+ input.multiple = !!multiple;
35
+ input.accept = accept;
36
+ input.click();
37
+ return new Promise((resolve, reject) => {
38
+ input.onchange = async () => {
39
+ const filelist = input.files || [];
40
+ resolve(Object.values(filelist));
41
+ };
42
+ input.onerror = async () => {
43
+ reject();
44
+ };
45
+ });
46
+ }
47
+ /**
48
+ * Download according to the background interface file stream
49
+ * @param {*} data
50
+ * @param {*} opts
51
+ * @param {*} opts.filename 文件名
52
+ * @param {*} opts.timestamp 是否需要在文件名后面自动加上时间戳
53
+ * @param {*} opts.mime
54
+ * @param {*} opts.bom
55
+ */
56
+ function downloadByData(data, { filename = "file", timestamp = false, mime, bom }) {
57
+ if (timestamp) {
58
+ const ext = filename.split(".").pop();
59
+ filename = `${filename.replace(/\.[^/.]+$/, "")}${dayjs(/* @__PURE__ */ new Date()).format("YYYYMMDDHHmmss")}.${ext}`;
60
+ }
61
+ const blob = new Blob(typeof bom !== "undefined" ? [bom, data] : [data], { type: mime || "application/octet-stream" });
62
+ const blobURL = window.URL.createObjectURL(blob);
63
+ const tempLink = document.createElement("a");
64
+ tempLink.style.display = "none";
65
+ tempLink.href = blobURL;
66
+ tempLink.setAttribute("download", filename);
67
+ if (typeof tempLink.download === "undefined") tempLink.setAttribute("target", "_blank");
68
+ document.body.appendChild(tempLink);
69
+ tempLink.click();
70
+ document.body.removeChild(tempLink);
71
+ window.URL.revokeObjectURL(blobURL);
72
+ }
73
+ /**
74
+ * Download file according to file address
75
+ * @param {*} sUrl
76
+ */
77
+ function downloadByUrl({ url, target = "_blank", fileName }) {
78
+ const isChrome = window.navigator.userAgent.toLowerCase().indexOf("chrome") > -1;
79
+ const isSafari = window.navigator.userAgent.toLowerCase().indexOf("safari") > -1;
80
+ if (/(iP)/g.test(window.navigator.userAgent)) {
81
+ console.error("Your browser does not support download!");
82
+ return false;
83
+ }
84
+ if (isChrome || isSafari) {
85
+ const link = document.createElement("a");
86
+ link.href = url;
87
+ link.target = target;
88
+ if (link.download !== void 0) link.download = fileName || url.substring(url.lastIndexOf("/") + 1, url.length);
89
+ if (document.createEvent) {
90
+ const e = document.createEvent("MouseEvents");
91
+ e.initEvent("click", true, true);
92
+ link.dispatchEvent(e);
93
+ return true;
94
+ }
95
+ }
96
+ if (url.indexOf("?") === -1) url += "?download";
97
+ openWindow(url, { target });
98
+ return true;
99
+ }
100
+ //#endregion
101
+ export { downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, uploaderFiles };
@@ -0,0 +1,3 @@
1
+ import { UploadTypeEnum } from '../../enums';
2
+ export declare const sizeParser: (size: number) => string;
3
+ export declare const typeParser: (fileName: string) => "attachment" | "img" | UploadTypeEnum.JPG | UploadTypeEnum.JPEG | UploadTypeEnum.PNG | UploadTypeEnum.BMP | UploadTypeEnum.DOCX | UploadTypeEnum.XLSX | UploadTypeEnum.DOC | UploadTypeEnum.MP4 | UploadTypeEnum.AVI | UploadTypeEnum.PPT | UploadTypeEnum.GIF | "MP4" | "PDF" | "ssl";
@@ -0,0 +1,29 @@
1
+ import { UploadTypeEnum } from "../../enums/sizeEnum.mjs";
2
+ import "../../enums/index.mjs";
3
+ //#region src/utils/file/parser.ts
4
+ var sizeParser = (size) => {
5
+ if (size / 1024 < 1) return (size / 1024).toFixed(2) + "K";
6
+ if (size / 1024 / 10 < 1) return (size / 1024).toFixed(1) + "K";
7
+ if (size / 1024 / 1024 < 1) return (size / 1024).toFixed(0) + "K";
8
+ if (size / 1024 / 1024 / 10 < 1) return (size / 1024 / 1024).toFixed(2) + "M";
9
+ return (size / 1024 / 1024).toFixed(2) + "M";
10
+ };
11
+ var typeParser = (fileName) => {
12
+ const arr = fileName?.split(".") ?? [];
13
+ const type = (arr[arr.length - 1] || "png").toLowerCase();
14
+ if ([
15
+ UploadTypeEnum.PNG,
16
+ UploadTypeEnum.JPG,
17
+ UploadTypeEnum.JPEG,
18
+ UploadTypeEnum.BMP,
19
+ UploadTypeEnum.GIF
20
+ ].includes(type)) return "img";
21
+ if ([UploadTypeEnum.DOCX, UploadTypeEnum.DOC].includes(type)) return UploadTypeEnum.DOC;
22
+ if ([UploadTypeEnum.MP4, UploadTypeEnum.AVI].includes(type)) return "MP4";
23
+ if (type === UploadTypeEnum.PDF) return "PDF";
24
+ if (type === UploadTypeEnum.CER) return "ssl";
25
+ if (Object.values(UploadTypeEnum).includes(type)) return type;
26
+ return "attachment";
27
+ };
28
+ //#endregion
29
+ export { sizeParser, typeParser };
@@ -1,5 +1,16 @@
1
- const t = (...args) => {
2
- return _gct.i18n.global.t(...args);
1
+ //#region src/utils/i18n/index.ts
2
+ /**
3
+ * 多语言转换
4
+ *
5
+ * @author chitanda
6
+ * @date 2025-08-13 13:08:28
7
+ * @export
8
+ * @param {string} key
9
+ * @param {string} [def]
10
+ * @returns {*} {string}
11
+ */
12
+ var t = (...args) => {
13
+ return _gct.i18n.global.t(...args);
3
14
  };
4
-
15
+ //#endregion
5
16
  export { t };
@@ -1,17 +1,32 @@
1
+ export { cssLoader } from './css-loader/css-loader';
2
+ export { gctMemoizeAsync } from './cache-adapter/cache-adapter';
1
3
  export { DictionaryUtil } from './dictionary/dictionary';
2
4
  export { t } from './i18n';
3
5
  export { LinkedList } from './linked-list/linked-list';
4
6
  export { LinkedNode } from './linked-node/linked-node';
7
+ export { insertCustomCssToHead } from './lowcode/utils';
8
+ export { buildItemRules } from './lowcode/validate';
5
9
  export { mitt } from './mitt/mitt';
6
10
  export { modelLoader } from './model-loader/model-loader';
7
- export { Namespace } from './namespace/namespace';
11
+ export { Namespace, useNamespace } from './namespace/namespace';
12
+ export * from './openUtil';
13
+ export { KitPkgUtil } from './kit-pkg-util/kit-pkg-util';
14
+ export { PluginPgkUtil, type IModuleMap, type LoadPluginResult, } from './plugin-pkg-util/plugin-pkg-util';
8
15
  export { PluginStaticResource } from './plugin-static-resource/plugin-static-resource';
9
- export { gctFormItemEditorProps } from './props';
10
- export { getToken, setToken, getTenant, getTimezone, isMobile, setTenant, deepMerge, stringifyMatrixParams, parseMatrixParams, } from './tools/tools';
16
+ export { getToken, setToken, getTenant, isMobile, setTenant, deepMerge, stringifyMatrixParams, parseMatrixParams, createWhiteImageWithText, } from './tools/tools';
17
+ export * from './uuid/uuid';
11
18
  export * from './value-helper/value-helper';
12
- export { widthEditorInstall } from './width-install/width-install';
13
19
  export { interceptors } from './axios/interceptors';
14
- export { getDeviceFingerprint, getPageIdentification, } from './deviceFingerprint';
20
+ export { getDeviceFingerprint, getPageIdentification, getMobileBrowserFingerprint, } from './deviceFingerprint';
15
21
  export { TreeHelper } from './treeHelper/treeHelper';
16
22
  export * from './style';
17
23
  export * from './util';
24
+ export { isSortFiled } from './is-sort-filed/is-sort-filed';
25
+ export { useUUid, randomUUID } from './useUUid';
26
+ export * from './validate';
27
+ export * from './uploader/uploader';
28
+ export * from './file/download';
29
+ export * from './file/base64Conver';
30
+ export * from './file/parser';
31
+ export * from './design/design';
32
+ export { permission } from './permission';
@@ -0,0 +1,34 @@
1
+ import "./css-loader/css-loader.mjs";
2
+ import "./cache-adapter/cache-adapter.mjs";
3
+ import "./dictionary/dictionary.mjs";
4
+ import "./i18n/index.mjs";
5
+ import "./linked-node/linked-node.mjs";
6
+ import "./linked-list/linked-list.mjs";
7
+ import "./lowcode/utils.mjs";
8
+ import "./lowcode/validate.mjs";
9
+ import "./mitt/mitt.mjs";
10
+ import "./model-loader/model-loader.mjs";
11
+ import "./namespace/namespace.mjs";
12
+ import "./openUtil/modal/modal.mjs";
13
+ import "./openUtil/overlay-container/overlay-container.mjs";
14
+ import "./openUtil/index.mjs";
15
+ import "./kit-pkg-util/kit-pkg-util.mjs";
16
+ import "./plugin-pkg-util/plugin-pkg-util.mjs";
17
+ import "./plugin-static-resource/plugin-static-resource.mjs";
18
+ import "./tools/tools.mjs";
19
+ import "./uuid/uuid.mjs";
20
+ import "./value-helper/value-helper.mjs";
21
+ import "./axios/interceptors.mjs";
22
+ import "./deviceFingerprint.mjs";
23
+ import "./treeHelper/treeHelper.mjs";
24
+ import "./style/index.mjs";
25
+ import "./util.mjs";
26
+ import "./is-sort-filed/is-sort-filed.mjs";
27
+ import "./useUUid.mjs";
28
+ import "./validate.mjs";
29
+ import "./uploader/uploader.mjs";
30
+ import "./file/base64Conver.mjs";
31
+ import "./file/download.mjs";
32
+ import "./file/parser.mjs";
33
+ import "./design/design.mjs";
34
+ import "./permission.mjs";
@@ -0,0 +1,10 @@
1
+ /**
2
+ *
3
+ *
4
+ * @author zhanghanrui
5
+ * @date 2024-09-04 09:09:08
6
+ * @export
7
+ * @param {string} fieldType 字段类型, 只支持[文本、整数、长整数、小数、精度小数、日期、时间、日期时间、布尔、人员关联、人员多选、部门关联、部门多选、枚举关联、枚举多选、模型关联、模型多选、版本模型关联、公式、汇总、序列号]
8
+ * @return {*} {boolean}
9
+ */
10
+ export declare function isSortFiled(fieldType: string): boolean;