ele-admin-plus 1.4.0-beta.1 → 1.4.1-beta.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 (323) hide show
  1. package/es/ele-admin-layout/components/layout-skeleton.d.ts +9 -3
  2. package/es/ele-admin-layout/components/layout-skeleton.js +11 -5
  3. package/es/ele-admin-layout/components/layout-tabs.d.ts +7 -2
  4. package/es/ele-admin-layout/components/layout-tabs.js +9 -4
  5. package/es/ele-admin-layout/index.js +23 -18
  6. package/es/ele-alert/index.js +7 -8
  7. package/es/ele-app/el.d.ts +3 -1
  8. package/es/ele-app/plus.d.ts +12 -41
  9. package/es/ele-app/plusx.d.ts +40 -0
  10. package/es/ele-app/style/overwrite/date-picker/index.scss +1 -1
  11. package/es/ele-autocomplete/index.d.ts +265 -47
  12. package/es/ele-autocomplete/props.d.ts +124 -22
  13. package/es/ele-avatar-group/types.d.ts +1 -1
  14. package/es/ele-backtop/index.js +7 -8
  15. package/es/ele-basic-select/components/select-view.d.ts +129 -0
  16. package/es/ele-basic-select/components/select-view.js +272 -0
  17. package/es/ele-basic-select/index.d.ts +13 -23
  18. package/es/ele-basic-select/index.js +109 -248
  19. package/es/ele-basic-select/props.d.ts +8 -2
  20. package/es/ele-basic-select/props.js +7 -1
  21. package/es/ele-basic-select/types.d.ts +21 -0
  22. package/es/ele-basic-select/util.js +6 -1
  23. package/es/ele-bottom-bar/index.js +6 -6
  24. package/es/ele-breadcrumb/types.d.ts +1 -1
  25. package/es/ele-cascader/index.d.ts +14 -16
  26. package/es/ele-cascader/props.d.ts +3 -4
  27. package/es/ele-check-card/types.d.ts +1 -1
  28. package/es/ele-checkbox-group/index.d.ts +1 -1
  29. package/es/ele-config-provider/components/receiver-view.d.ts +2 -13
  30. package/es/ele-config-provider/components/receiver-view.js +111 -116
  31. package/es/ele-config-provider/receiver.d.ts +2 -0
  32. package/es/ele-config-provider/receiver.js +8 -1
  33. package/es/ele-cropper/index.d.ts +1 -3
  34. package/es/ele-cropper-modal/index.d.ts +1 -1
  35. package/es/ele-crud/components/page-side.js +1 -4
  36. package/es/ele-crud/types.d.ts +1 -1
  37. package/es/ele-crud/util.d.ts +1 -1
  38. package/es/ele-crud-builder/components/body-header.d.ts +1 -1
  39. package/es/ele-crud-builder/components/code-generator.d.ts +1 -1
  40. package/es/ele-crud-builder/components/code-preview.d.ts +1 -1
  41. package/es/ele-crud-builder/components/form-design-modal.d.ts +1 -1
  42. package/es/ele-crud-builder/components/import-modal.d.ts +1 -1
  43. package/es/ele-crud-builder/components/page-config.d.ts +1 -1
  44. package/es/ele-crud-builder/components/template-list.d.ts +1 -1
  45. package/es/ele-crud-builder/index.d.ts +3 -3
  46. package/es/ele-crud-builder/index.js +3 -3
  47. package/es/ele-crud-builder/props.d.ts +2 -1
  48. package/es/ele-crud-builder/types.d.ts +1 -1
  49. package/es/ele-crud-builder/util.js +2 -2
  50. package/es/ele-data-table/index.d.ts +38 -44
  51. package/es/ele-data-table/index.js +6 -3
  52. package/es/ele-data-table/props.d.ts +39 -45
  53. package/es/ele-drawer/index.d.ts +2 -2
  54. package/es/ele-drawer/index.js +5 -4
  55. package/es/ele-drawer/props.d.ts +6 -0
  56. package/es/ele-drawer/props.js +5 -1
  57. package/es/ele-dropdown/components/pro-dropdown.d.ts +26 -26
  58. package/es/ele-dropdown/index.d.ts +30 -30
  59. package/es/ele-dropdown/props.d.ts +12 -12
  60. package/es/ele-dropdown/types.d.ts +1 -1
  61. package/es/ele-edit-tag/index.d.ts +1 -1
  62. package/es/ele-ellipsis/props.d.ts +1 -1
  63. package/es/ele-file-list/components/file-grid.d.ts +1 -1
  64. package/es/ele-file-list/components/file-grid.js +2 -2
  65. package/es/ele-file-list/components/file-table.d.ts +1 -1
  66. package/es/ele-file-list/components/file-table.js +2 -2
  67. package/es/ele-file-list/icons.js +10 -1
  68. package/es/ele-file-list/types.d.ts +1 -1
  69. package/es/ele-icon-select/index.d.ts +5 -1
  70. package/es/ele-icon-select/index.js +3 -1
  71. package/es/ele-icon-select/props.d.ts +7 -2
  72. package/es/ele-icon-select/props.js +4 -0
  73. package/es/ele-image-viewer/index.d.ts +2 -16
  74. package/es/ele-image-viewer/index.js +13 -15
  75. package/es/ele-image-viewer/props.d.ts +1 -8
  76. package/es/ele-loading/index.js +6 -6
  77. package/es/ele-map-picker/index.d.ts +2 -4
  78. package/es/ele-mention/index.d.ts +29 -8
  79. package/es/ele-mention/props.d.ts +9 -0
  80. package/es/ele-menus/types.d.ts +2 -0
  81. package/es/ele-menus/util.js +1 -1
  82. package/es/ele-modal/index.d.ts +4 -4
  83. package/es/ele-modal/index.js +4 -3
  84. package/es/ele-popconfirm/index.d.ts +95 -96
  85. package/es/ele-popconfirm/index.js +6 -21
  86. package/es/ele-popconfirm/props.d.ts +32 -32
  87. package/es/ele-popover/index.d.ts +72 -72
  88. package/es/ele-printer/index.d.ts +2 -2
  89. package/es/ele-printer/index.js +8 -8
  90. package/es/ele-pro-form/components/render-util.d.ts +2 -2
  91. package/es/ele-pro-form/index.d.ts +2 -2
  92. package/es/ele-pro-form/props.d.ts +1 -1
  93. package/es/ele-pro-form-builder/components/body-form.d.ts +1 -1
  94. package/es/ele-pro-form-builder/components/body-header.d.ts +1 -1
  95. package/es/ele-pro-form-builder/components/code-generator.d.ts +1 -1
  96. package/es/ele-pro-form-builder/components/code-preview.d.ts +1 -1
  97. package/es/ele-pro-form-builder/components/config-form.d.ts +1 -1
  98. package/es/ele-pro-form-builder/components/import-modal.d.ts +1 -1
  99. package/es/ele-pro-form-builder/components/preview-modal.d.ts +1 -1
  100. package/es/ele-pro-form-builder/components/props-form.d.ts +1 -1
  101. package/es/ele-pro-form-builder/components/table-util.js +3 -0
  102. package/es/ele-pro-form-builder/components/template-list.d.ts +1 -1
  103. package/es/ele-pro-form-builder/index.d.ts +1 -1
  104. package/es/ele-pro-form-builder/props.d.ts +2 -1
  105. package/es/ele-pro-form-builder/types.d.ts +1 -1
  106. package/es/ele-pro-layout/index.d.ts +29 -29
  107. package/es/ele-pro-layout/props.d.ts +12 -12
  108. package/es/ele-pro-layout/style/index.scss +0 -2
  109. package/es/ele-pro-layout/types.d.ts +2 -0
  110. package/es/ele-pro-table/components/table-tools.d.ts +1 -1
  111. package/es/ele-pro-table/components/tool-export.d.ts +2 -2
  112. package/es/ele-pro-table/components/tool-print.d.ts +1 -1
  113. package/es/ele-pro-table/index.d.ts +40 -46
  114. package/es/ele-pro-table/index.js +11 -16
  115. package/es/ele-pro-table/props.d.ts +18 -21
  116. package/es/ele-pro-table/style/css-var.scss +4 -0
  117. package/es/ele-pro-table/style/index.scss +2 -2
  118. package/es/ele-radio-group/index.d.ts +2 -2
  119. package/es/ele-segmented/index.d.ts +2 -2
  120. package/es/ele-segmented/props.d.ts +1 -1
  121. package/es/ele-segmented/style/index.scss +1 -0
  122. package/es/ele-select/index.d.ts +9 -9
  123. package/es/ele-select/props.d.ts +1 -1
  124. package/es/ele-select/props.js +2 -2
  125. package/es/ele-select-tree/index.d.ts +7 -7
  126. package/es/ele-select-tree/props.d.ts +1 -1
  127. package/es/ele-select-tree/props.js +2 -2
  128. package/es/ele-split-panel/index.js +2 -2
  129. package/es/ele-steps/types.d.ts +1 -1
  130. package/es/ele-tab-bar/index.d.ts +4 -2
  131. package/es/ele-tab-bar/index.js +1 -0
  132. package/es/ele-tab-bar/props.d.ts +3 -1
  133. package/es/ele-tab-bar/props.js +4 -2
  134. package/es/ele-tab-bar/style/index.scss +1 -0
  135. package/es/ele-table-select/props.d.ts +2 -2
  136. package/es/ele-table-select/props.js +1 -1
  137. package/es/ele-tabs/index.d.ts +16 -12
  138. package/es/ele-tabs/style/index.scss +1 -0
  139. package/es/ele-tabs/types.d.ts +1 -1
  140. package/es/ele-timeline/types.d.ts +3 -3
  141. package/es/ele-tooltip/index.d.ts +53 -53
  142. package/es/ele-tour/index.js +8 -8
  143. package/es/ele-transfer/index.d.ts +1 -1
  144. package/es/ele-tree-select/index.d.ts +1 -1
  145. package/es/ele-tree-select/props.d.ts +1 -1
  146. package/es/ele-upload-list/components/list-item.d.ts +3 -0
  147. package/es/ele-upload-list/components/list-item.js +1 -0
  148. package/es/ele-upload-list/types.d.ts +1 -1
  149. package/es/ele-virtual-table/index.d.ts +38 -44
  150. package/es/ele-virtual-table/props.d.ts +19 -22
  151. package/es/ele-watermark/index.js +9 -6
  152. package/es/ele-watermark/util.d.ts +2 -0
  153. package/es/ele-watermark/util.js +10 -3
  154. package/es/style/themes/default.scss +6 -0
  155. package/es/style/themes/rounded.scss +3 -0
  156. package/es/style/themes/transparent.scss +3 -0
  157. package/es/utils/common.d.ts +10 -0
  158. package/es/utils/common.js +10 -0
  159. package/es/utils/core.d.ts +6 -0
  160. package/es/utils/core.js +10 -1
  161. package/es/utils/menu-util.js +1 -0
  162. package/lib/ele-admin-layout/components/layout-skeleton.cjs +10 -4
  163. package/lib/ele-admin-layout/components/layout-skeleton.d.ts +9 -3
  164. package/lib/ele-admin-layout/components/layout-tabs.cjs +9 -4
  165. package/lib/ele-admin-layout/components/layout-tabs.d.ts +7 -2
  166. package/lib/ele-admin-layout/index.cjs +23 -18
  167. package/lib/ele-alert/index.cjs +6 -7
  168. package/lib/ele-app/el.d.ts +3 -1
  169. package/lib/ele-app/plus.d.ts +12 -41
  170. package/lib/ele-app/plusx.d.ts +40 -0
  171. package/lib/ele-app/style/overwrite/date-picker/index.scss +1 -1
  172. package/lib/ele-autocomplete/index.d.ts +265 -47
  173. package/lib/ele-autocomplete/props.d.ts +124 -22
  174. package/lib/ele-avatar-group/types.d.ts +1 -1
  175. package/lib/ele-backtop/index.cjs +6 -7
  176. package/lib/ele-basic-select/components/select-view.cjs +271 -0
  177. package/lib/ele-basic-select/components/select-view.d.ts +129 -0
  178. package/lib/ele-basic-select/index.cjs +108 -247
  179. package/lib/ele-basic-select/index.d.ts +13 -23
  180. package/lib/ele-basic-select/props.cjs +7 -1
  181. package/lib/ele-basic-select/props.d.ts +8 -2
  182. package/lib/ele-basic-select/types.d.ts +21 -0
  183. package/lib/ele-basic-select/util.cjs +6 -1
  184. package/lib/ele-bottom-bar/index.cjs +5 -5
  185. package/lib/ele-breadcrumb/types.d.ts +1 -1
  186. package/lib/ele-cascader/index.d.ts +14 -16
  187. package/lib/ele-cascader/props.d.ts +3 -4
  188. package/lib/ele-check-card/types.d.ts +1 -1
  189. package/lib/ele-checkbox-group/index.d.ts +1 -1
  190. package/lib/ele-config-provider/components/receiver-view.cjs +2 -2
  191. package/lib/ele-config-provider/components/receiver-view.d.ts +2 -13
  192. package/lib/ele-config-provider/receiver.cjs +10 -1
  193. package/lib/ele-config-provider/receiver.d.ts +2 -0
  194. package/lib/ele-cropper/index.d.ts +1 -3
  195. package/lib/ele-cropper-modal/index.d.ts +1 -1
  196. package/lib/ele-crud/components/page-side.cjs +1 -4
  197. package/lib/ele-crud/types.d.ts +1 -1
  198. package/lib/ele-crud/util.d.ts +1 -1
  199. package/lib/ele-crud-builder/components/body-header.d.ts +1 -1
  200. package/lib/ele-crud-builder/components/code-generator.d.ts +1 -1
  201. package/lib/ele-crud-builder/components/code-preview.d.ts +1 -1
  202. package/lib/ele-crud-builder/components/form-design-modal.d.ts +1 -1
  203. package/lib/ele-crud-builder/components/import-modal.d.ts +1 -1
  204. package/lib/ele-crud-builder/components/page-config.d.ts +1 -1
  205. package/lib/ele-crud-builder/components/template-list.d.ts +1 -1
  206. package/lib/ele-crud-builder/index.cjs +3 -3
  207. package/lib/ele-crud-builder/index.d.ts +3 -3
  208. package/lib/ele-crud-builder/props.d.ts +2 -1
  209. package/lib/ele-crud-builder/types.d.ts +1 -1
  210. package/lib/ele-crud-builder/util.cjs +2 -2
  211. package/lib/ele-data-table/index.cjs +6 -3
  212. package/lib/ele-data-table/index.d.ts +38 -44
  213. package/lib/ele-data-table/props.d.ts +39 -45
  214. package/lib/ele-drawer/index.cjs +15 -14
  215. package/lib/ele-drawer/index.d.ts +2 -2
  216. package/lib/ele-drawer/props.cjs +4 -0
  217. package/lib/ele-drawer/props.d.ts +6 -0
  218. package/lib/ele-dropdown/components/pro-dropdown.d.ts +26 -26
  219. package/lib/ele-dropdown/index.d.ts +30 -30
  220. package/lib/ele-dropdown/props.d.ts +12 -12
  221. package/lib/ele-dropdown/types.d.ts +1 -1
  222. package/lib/ele-edit-tag/index.d.ts +1 -1
  223. package/lib/ele-ellipsis/props.d.ts +1 -1
  224. package/lib/ele-file-list/components/file-grid.cjs +1 -1
  225. package/lib/ele-file-list/components/file-grid.d.ts +1 -1
  226. package/lib/ele-file-list/components/file-table.cjs +1 -1
  227. package/lib/ele-file-list/components/file-table.d.ts +1 -1
  228. package/lib/ele-file-list/icons.cjs +10 -1
  229. package/lib/ele-file-list/types.d.ts +1 -1
  230. package/lib/ele-icon-select/index.cjs +3 -1
  231. package/lib/ele-icon-select/index.d.ts +5 -1
  232. package/lib/ele-icon-select/props.cjs +4 -0
  233. package/lib/ele-icon-select/props.d.ts +7 -2
  234. package/lib/ele-image-viewer/index.cjs +12 -14
  235. package/lib/ele-image-viewer/index.d.ts +2 -16
  236. package/lib/ele-image-viewer/props.d.ts +1 -8
  237. package/lib/ele-loading/index.cjs +5 -5
  238. package/lib/ele-map-picker/index.d.ts +2 -4
  239. package/lib/ele-mention/index.d.ts +29 -8
  240. package/lib/ele-mention/props.d.ts +9 -0
  241. package/lib/ele-menus/types.d.ts +2 -0
  242. package/lib/ele-menus/util.cjs +1 -1
  243. package/lib/ele-modal/index.cjs +36 -35
  244. package/lib/ele-modal/index.d.ts +4 -4
  245. package/lib/ele-popconfirm/index.cjs +5 -20
  246. package/lib/ele-popconfirm/index.d.ts +95 -96
  247. package/lib/ele-popconfirm/props.d.ts +32 -32
  248. package/lib/ele-popover/index.d.ts +72 -72
  249. package/lib/ele-printer/index.cjs +7 -7
  250. package/lib/ele-printer/index.d.ts +2 -2
  251. package/lib/ele-pro-form/components/render-util.d.ts +2 -2
  252. package/lib/ele-pro-form/index.d.ts +2 -2
  253. package/lib/ele-pro-form/props.d.ts +1 -1
  254. package/lib/ele-pro-form-builder/components/body-form.d.ts +1 -1
  255. package/lib/ele-pro-form-builder/components/body-header.d.ts +1 -1
  256. package/lib/ele-pro-form-builder/components/code-generator.d.ts +1 -1
  257. package/lib/ele-pro-form-builder/components/code-preview.d.ts +1 -1
  258. package/lib/ele-pro-form-builder/components/config-form.d.ts +1 -1
  259. package/lib/ele-pro-form-builder/components/import-modal.d.ts +1 -1
  260. package/lib/ele-pro-form-builder/components/preview-modal.d.ts +1 -1
  261. package/lib/ele-pro-form-builder/components/props-form.d.ts +1 -1
  262. package/lib/ele-pro-form-builder/components/table-util.cjs +3 -0
  263. package/lib/ele-pro-form-builder/components/template-list.d.ts +1 -1
  264. package/lib/ele-pro-form-builder/index.d.ts +1 -1
  265. package/lib/ele-pro-form-builder/props.d.ts +2 -1
  266. package/lib/ele-pro-form-builder/types.d.ts +1 -1
  267. package/lib/ele-pro-layout/index.d.ts +29 -29
  268. package/lib/ele-pro-layout/props.d.ts +12 -12
  269. package/lib/ele-pro-layout/style/index.scss +0 -2
  270. package/lib/ele-pro-layout/types.d.ts +2 -0
  271. package/lib/ele-pro-table/components/table-tools.d.ts +1 -1
  272. package/lib/ele-pro-table/components/tool-export.d.ts +2 -2
  273. package/lib/ele-pro-table/components/tool-print.d.ts +1 -1
  274. package/lib/ele-pro-table/index.cjs +10 -15
  275. package/lib/ele-pro-table/index.d.ts +40 -46
  276. package/lib/ele-pro-table/props.d.ts +18 -21
  277. package/lib/ele-pro-table/style/css-var.scss +4 -0
  278. package/lib/ele-pro-table/style/index.scss +2 -2
  279. package/lib/ele-radio-group/index.d.ts +2 -2
  280. package/lib/ele-segmented/index.d.ts +2 -2
  281. package/lib/ele-segmented/props.d.ts +1 -1
  282. package/lib/ele-segmented/style/index.scss +1 -0
  283. package/lib/ele-select/index.d.ts +9 -9
  284. package/lib/ele-select/props.cjs +1 -1
  285. package/lib/ele-select/props.d.ts +1 -1
  286. package/lib/ele-select-tree/index.d.ts +7 -7
  287. package/lib/ele-select-tree/props.cjs +1 -1
  288. package/lib/ele-select-tree/props.d.ts +1 -1
  289. package/lib/ele-split-panel/index.cjs +1 -1
  290. package/lib/ele-steps/types.d.ts +1 -1
  291. package/lib/ele-tab-bar/index.cjs +1 -0
  292. package/lib/ele-tab-bar/index.d.ts +4 -2
  293. package/lib/ele-tab-bar/props.cjs +4 -2
  294. package/lib/ele-tab-bar/props.d.ts +3 -1
  295. package/lib/ele-tab-bar/style/index.scss +1 -0
  296. package/lib/ele-table-select/props.cjs +1 -1
  297. package/lib/ele-table-select/props.d.ts +2 -2
  298. package/lib/ele-tabs/index.d.ts +16 -12
  299. package/lib/ele-tabs/style/index.scss +1 -0
  300. package/lib/ele-tabs/types.d.ts +1 -1
  301. package/lib/ele-timeline/types.d.ts +3 -3
  302. package/lib/ele-tooltip/index.d.ts +53 -53
  303. package/lib/ele-tour/index.cjs +7 -7
  304. package/lib/ele-transfer/index.d.ts +1 -1
  305. package/lib/ele-tree-select/index.d.ts +1 -1
  306. package/lib/ele-tree-select/props.d.ts +1 -1
  307. package/lib/ele-upload-list/components/list-item.cjs +1 -0
  308. package/lib/ele-upload-list/components/list-item.d.ts +3 -0
  309. package/lib/ele-upload-list/types.d.ts +1 -1
  310. package/lib/ele-virtual-table/index.d.ts +38 -44
  311. package/lib/ele-virtual-table/props.d.ts +19 -22
  312. package/lib/ele-watermark/index.cjs +7 -4
  313. package/lib/ele-watermark/util.cjs +12 -3
  314. package/lib/ele-watermark/util.d.ts +2 -0
  315. package/lib/style/themes/default.scss +6 -0
  316. package/lib/style/themes/rounded.scss +3 -0
  317. package/lib/style/themes/transparent.scss +3 -0
  318. package/lib/utils/common.cjs +10 -0
  319. package/lib/utils/common.d.ts +10 -0
  320. package/lib/utils/core.cjs +10 -1
  321. package/lib/utils/core.d.ts +6 -0
  322. package/lib/utils/menu-util.cjs +1 -0
  323. package/package.json +3 -2
@@ -92,8 +92,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
92
92
  }>, {
93
93
  modelValue: import('element-plus').CheckboxGroupValueType;
94
94
  disabled: boolean;
95
- tag: string;
96
95
  validateEvent: boolean;
96
+ tag: string;
97
97
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
98
98
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
99
99
  export default _default;
@@ -1,14 +1,9 @@
1
- declare function __VLS_template(): {
2
- default?(_: {
3
- isDisabled: boolean;
4
- }): any;
5
- };
6
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7
2
  wrapPosition: {
8
3
  type: BooleanConstructor;
9
4
  default: boolean;
10
5
  };
11
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
7
  wrapPosition: {
13
8
  type: BooleanConstructor;
14
9
  default: boolean;
@@ -16,10 +11,4 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
16
11
  }>> & Readonly<{}>, {
17
12
  wrapPosition: boolean;
18
13
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
14
  export default _default;
21
- type __VLS_WithTemplateSlots<T, S> = T & {
22
- new (): {
23
- $slots: S;
24
- };
25
- };
@@ -1,142 +1,137 @@
1
- import { defineComponent as H, ref as Z, computed as X, watch as q, createBlock as JJ, openBlock as UJ, unref as eJ, normalizeStyle as tJ, withCtx as nJ, renderSlot as oJ } from "vue";
2
- import lJ from "../../ele-watermark/index";
3
- import { useReceiver as TJ } from "../receiver";
4
- const cJ = /* @__PURE__ */ H({
1
+ import { defineComponent as S, reactive as A, computed as G, provide as b, watch as z, createVNode as W } from "vue";
2
+ import { localize as j } from "../../utils/common";
3
+ import k from "../../ele-watermark/index";
4
+ import { useReceiver as B, ERROR_MESSAGE as M } from "../receiver";
5
+ const n = (v, u, s) => {
6
+ const Y = (p, D, E) => {
7
+ const l = ((g, R) => {
8
+ const O = g.length - R;
9
+ if (O <= 0)
10
+ return g;
11
+ const N = new Array(g.length);
12
+ for (let w = 0; w < g.length; w++)
13
+ w < R ? N[w] = g[O + w] : N[w] = g[w - R];
14
+ return N;
15
+ })(p.split(""), E).join(""), I = [];
16
+ let m = 0;
17
+ for (; m < l.length; ) {
18
+ let g = m + D;
19
+ g > l.length && (g = l.length);
20
+ const R = l.substring(m, g);
21
+ I.push(R.split("").reverse().join("")), m = g;
22
+ }
23
+ return I.join("");
24
+ }, r = u.indexOf("="), x = r === -1 ? u : u.substring(0, r), c = r === -1 ? "" : u.substring(r), T = (s == null ? x : Y(x, 12, 3) + c).replace(/[^A-Za-z0-9\+\/\=]/g, ""), J = Y(v, 3, 1) + "=";
25
+ let U = "", i, t, C, h, a, d, f, F = 0;
26
+ for (; F < T.length; )
27
+ h = J.indexOf(T.charAt(F++)), a = J.indexOf(T.charAt(F++)), d = J.indexOf(T.charAt(F++)), f = J.indexOf(T.charAt(F++)), i = h << 2 | a >> 4, t = (a & 15) << 4 | d >> 2, C = (d & 3) << 6 | f, U = U + String.fromCharCode(i), d != 64 && (U = U + String.fromCharCode(t)), f != 64 && (U = U + String.fromCharCode(C));
28
+ return U = ((p) => {
29
+ let D = "", E = 0, l = 0, I = 0, m = 0;
30
+ for (; E < p.length; )
31
+ l = p.charCodeAt(E), l < 128 ? (D += String.fromCharCode(l), E++) : l > 191 && l < 224 ? (I = p.charCodeAt(E + 1), D += String.fromCharCode((l & 31) << 6 | I & 63), E += 2) : (I = p.charCodeAt(E + 1), m = p.charCodeAt(E + 2), D += String.fromCharCode((l & 15) << 12 | (I & 63) << 6 | m & 63), E += 3);
32
+ return D;
33
+ })(U), s == null ? decodeURIComponent(U) : U;
34
+ }, o = "BAFEDIHGLKJONMRQPUTSXWVaZYdcbgfejihmlkponsrqvutyxw10z432765+98/C", $ = n(o, "RWxlQWRtaW5QbHVzJUU5JTlDJTgwJUU4JUE2JTgxJUU2JThFJTg4JUU2JTlEJTgzJUU0JUJEJUJGJUU3JTk0JUE4JTJDJUU4JUFGJUI3JUU1JTg5JThEJUU1JUJFJTgwZWxlYWRtaW4uY29tJUU4JUI0JUFEJUU0JUI5JUIwJUU2JThFJTg4JUU2JTlEJTgz="), P = n(o, "JUU4JUFGJUI3JUU1JTg1JTg4JUU5JTg1JThEJUU3JUJEJUFFJUU4JTg3JUFBJUU1JUI3JUIxJUU3JTlBJTg0JUU2JThFJTg4JUU2JTlEJTgzJUU3JUEwJTgxJTNC="), V = n(o, "JUU4JUFGJUI3JUU0JUJEJUJGJUU3JTk0JUE4JUU2JUFEJUEzJUU3JUExJUFFJUU2JUEwJUJDJUU1JUJDJThGJUU3JTlBJTg0JUU2JThFJTg4JUU2JTlEJTgzJUU3JUEwJTgxJTNC="), L = n(o, "JUU2JThFJTg4JUU2JTlEJTgzJUU3JTg5JTg4JUU2JTlDJUFDJUU1JThGJUI3JUU0JUI4JThEJUU1JThDJUI5JUU5JTg1JThEJTJDJTIwJUU2JThFJTg4JUU2JTlEJTgzJUU3JUEwJTgxJUU3JTg5JTg4JUU2JTlDJUFDJTNB="), Q = n(o, "JTJDJTIwJUU1JUFFJTg5JUU4JUEzJTg1JUU3JTg5JTg4JUU2JTlDJUFDJTNB="), y = n(o, "JUU2JThFJTg4JUU2JTlEJTgzJUU1JUI3JUIyJUU1JUE0JUIxJUU2JTk1JTg4JTJDJTIwJUU1JTg4JUIwJUU2JTlDJTlGJUU2JTk3JUI2JUU5JTk3JUI0JTNB="), H = n(o, "JUU1JTlGJTlGJUU1JTkwJThEJUU0JUI4JThEJUU1JThDJUI5JUU5JTg1JThEJTJDJTIwJUU4JUFGJUI3JUU5JTgzJUE4JUU3JUJEJUIyJUU1JTlDJUE4JTNB="), Z = n(o, "JUU0JUI4JThCJTJDJTIwJUU1JUJEJTkzJUU1JTg5JThEJUU1JTlGJTlGJUU1JTkwJThEJTNB="), X = n(o, "RWxlQWRtaW5QbHVz="), q = n(o, "bG9jYWxob3N0="), JJ = n(o, "MTI3LjAuMC4x="), UJ = n(o, "d3d3="), _ = n(o, "MS40="), K = n(o, "MDVmZA="), tJ = n(o, "RUxFJTIwQURNSU4lMjBQTFVT="), rJ = /* @__PURE__ */ S({
5
35
  name: "ReceiverView",
6
- __name: "receiver-view",
7
36
  props: {
8
37
  wrapPosition: {
9
38
  type: Boolean,
10
39
  default: !0
11
40
  }
12
41
  },
13
- setup(z) {
14
- function G(J) {
15
- const T = (E, I, c) => {
16
- const l = ((i, w) => {
17
- const S = i.length - w;
18
- if (S <= 0)
19
- return i;
20
- const x = new Array(i.length);
21
- for (let p = 0; p < i.length; p++)
22
- p < w ? x[p] = i[S + p] : x[p] = i[p - w];
23
- return x;
24
- })(E.split(""), c).join(""), f = [];
25
- let d = 0;
26
- for (; d < l.length; ) {
27
- let i = d + I;
28
- i > l.length && (i = l.length);
29
- const w = l.substring(d, i);
30
- f.push(w.split("").reverse().join("")), d = i;
31
- }
32
- return f.join("");
33
- }, s = "BAFEDIHGLKJONMRQPUTSXWVaZYdcbgfejihmlkponsrqvutyxw10z432765+98/C", r = J.indexOf("="), h = r === -1 ? J : J.substring(0, r), U = r === -1 ? "" : J.substring(r), o = (T(h, 12, 3) + U).replace(/[^A-Za-z0-9\+\/\=]/g, ""), a = T(s, 3, 1) + "=";
34
- let t = "", u, _, R, b, F, D, v, m = 0;
35
- for (; m < o.length; )
36
- b = a.indexOf(o.charAt(m++)), F = a.indexOf(o.charAt(m++)), D = a.indexOf(o.charAt(m++)), v = a.indexOf(o.charAt(m++)), u = b << 2 | F >> 4, _ = (F & 15) << 4 | D >> 2, R = (D & 3) << 6 | v, t = t + String.fromCharCode(u), D != 64 && (t = t + String.fromCharCode(_)), v != 64 && (t = t + String.fromCharCode(R));
37
- return t = ((E) => {
38
- let I = "", c = 0, l = 0, f = 0, d = 0;
39
- for (; c < E.length; )
40
- l = E.charCodeAt(c), l < 128 ? (I += String.fromCharCode(l), c++) : l > 191 && l < 224 ? (f = E.charCodeAt(c + 1), I += String.fromCharCode((l & 31) << 6 | f & 63), c += 2) : (f = E.charCodeAt(c + 1), d = E.charCodeAt(c + 2), I += String.fromCharCode(
41
- (l & 15) << 12 | (f & 63) << 6 | d & 63
42
- ), c += 3);
43
- return I;
44
- })(t), t;
45
- }
46
- function e(J) {
47
- return decodeURIComponent(atob(J));
48
- }
49
- const K = e("RUxFJTIwQURNSU4lMjBQTFVT"), W = e(
50
- "RWxlQWRtaW5QbHVzJUU5JTlDJTgwJUU4JUE2JTgxJUU2JThFJTg4JUU2JTlEJTgzJUU0JUJEJUJGJUU3JTk0JUE4JTJDJUU4JUFGJUI3JUU1JTg5JThEJUU1JUJFJTgwZWxlYWRtaW4uY29tJUU4JUI0JUFEJUU0JUI5JUIwJUU2JThFJTg4JUU2JTlEJTgz"
51
- ), A = e(
52
- "JUU4JUFGJUI3JUU1JTg1JTg4JUU5JTg1JThEJUU3JUJEJUFFJUU4JTg3JUFBJUU1JUI3JUIxJUU3JTlBJTg0JUU2JThFJTg4JUU2JTlEJTgzJUU3JUEwJTgxJTNC"
53
- ), N = e(
54
- "JUU4JUFGJUI3JUU0JUJEJUJGJUU3JTk0JUE4JUU2JUFEJUEzJUU3JUExJUFFJUU2JUEwJUJDJUU1JUJDJThGJUU3JTlBJTg0JUU2JThFJTg4JUU2JTlEJTgzJUU3JUEwJTgxJTNC"
55
- ), B = e(
56
- "JUU2JThFJTg4JUU2JTlEJTgzJUU3JTg5JTg4JUU2JTlDJUFDJUU1JThGJUI3JUU0JUI4JThEJUU1JThDJUI5JUU5JTg1JThEJTJDJTIwJUU2JThFJTg4JUU2JTlEJTgzJUU3JUEwJTgxJUU3JTg5JTg4JUU2JTlDJUFDJTNB"
57
- ), O = e(
58
- "JTJDJTIwJUU1JUFFJTg5JUU4JUEzJTg1JUU3JTg5JTg4JUU2JTlDJUFDJTNB"
59
- ), k = e(
60
- "JUU2JThFJTg4JUU2JTlEJTgzJUU1JUI3JUIyJUU1JUE0JUIxJUU2JTk1JTg4JTJDJTIwJUU1JTg4JUIwJUU2JTlDJTlGJUU2JTk3JUI2JUU5JTk3JUI0JTNB"
61
- ), $ = e(
62
- "JUU1JTlGJTlGJUU1JTkwJThEJUU0JUI4JThEJUU1JThDJUI5JUU5JTg1JThEJTJDJTIwJUU4JUFGJUI3JUU5JTgzJUE4JUU3JUJEJUIyJUU1JTlDJUE4JTNB"
63
- ), j = e(
64
- "JUU0JUI4JThCJTJDJTIwJUU1JUJEJTkzJUU1JTg5JThEJUU1JTlGJTlGJUU1JTkwJThEJTNB"
65
- ), L = e("RWxlQWRtaW5QbHVz"), P = e("bG9jYWxob3N0"), Q = e("MTI3LjAuMC4x"), M = e("d3d3"), Y = e("MS40");
66
- function g(J, T, s, r) {
67
- const h = new Array(60).join("*"), U = [h];
68
- if (U.push(W), J == null && T == null && s == null && r == null && U.push(A), !J && T == null && !s && U.push(N), J && U.push(`${B} ${J}${O} ${Y};`), typeof T == "number") {
42
+ setup(v, {
43
+ slots: u
44
+ }) {
45
+ const s = (e, T, J, U) => {
46
+ const i = new Array(60).join("*"), t = [i];
47
+ if (t.push($), e == null && T == null && J == null && U == null && t.push(P), !e && T == null && !J && t.push(V), e && t.push(`${L} ${e}${Q} ${_};`), typeof T == "number") {
69
48
  const C = new Date(T * 1e3).toLocaleString();
70
- U.push(`${k} ${C};`);
49
+ t.push(`${y} ${C};`);
71
50
  }
72
- s && U.push(`${$} ${s} ${j} ${r};`), U.push(h), console.error(U.join(`
51
+ J && t.push(`${H} ${J} ${Z} ${U};`), t.push(i), console.error(t.join(`
73
52
  `));
74
- }
75
- const V = TJ(), n = Z(!1), y = X(() => {
76
- const J = V.license;
77
- return J ? J.trim() : void 0;
53
+ }, Y = B(), r = A({}), x = G(() => {
54
+ const e = Y.license;
55
+ return e ? e.trim() : void 0;
78
56
  });
79
- return q(
80
- y,
81
- (J) => {
82
- var T;
83
- if (typeof J != "string" || !J) {
84
- n.value = !1, g();
57
+ b(M, r);
58
+ const c = (e, T) => {
59
+ const J = e.subject, U = K.slice(0, K.length - 2) + (J ?? "");
60
+ Object.keys(r).forEach((t) => r[t] = void 0);
61
+ const i = j(J == null ? void 0 : String(J));
62
+ Object.assign(r, {
63
+ text: i,
64
+ froined: !!(T && i),
65
+ viewId: U
66
+ });
67
+ };
68
+ return z(x, (e) => {
69
+ var T;
70
+ if (typeof e != "string" || !e) {
71
+ c({}), s();
72
+ return;
73
+ }
74
+ try {
75
+ const J = JSON.parse(n(o, e, 0)), {
76
+ version: U,
77
+ expiration: i,
78
+ domain: t,
79
+ product: C
80
+ } = J;
81
+ if (U && U !== _) {
82
+ c(J), s(U);
85
83
  return;
86
84
  }
87
- try {
88
- const s = JSON.parse(G(J)), { version: r, expiration: h, domain: U, product: C } = s;
89
- if (r && r !== Y) {
90
- n.value = !1, g(r);
91
- return;
92
- }
93
- if (L !== C) {
94
- n.value = !1, g("");
95
- return;
96
- }
97
- if (h && h < Date.now() / 1e3) {
98
- n.value = !1, g(void 0, h);
85
+ if (X !== C) {
86
+ c(J), s("");
87
+ return;
88
+ }
89
+ if (i && i < Date.now() / 1e3) {
90
+ c(J), s(void 0, i);
91
+ return;
92
+ }
93
+ if (t) {
94
+ const h = (T = window == null ? void 0 : window.location) == null ? void 0 : T.hostname;
95
+ if (!h) {
96
+ c(J), s(void 0, void 0, t, "");
99
97
  return;
100
98
  }
101
- if (U) {
102
- const o = (T = window == null ? void 0 : window.location) == null ? void 0 : T.hostname;
103
- if (!o) {
104
- n.value = !1, g(void 0, void 0, U, "");
105
- return;
106
- }
107
- if (P !== o && Q !== o) {
108
- const a = U.split("."), t = o.split(".");
109
- for (let u = a.length - 1; u >= 0; u--)
110
- if (a[u] !== t[u]) {
111
- n.value = !1, g(void 0, void 0, U, o);
112
- return;
113
- }
114
- if (t.length > a.length && t[t.length - a.length - 1] !== M) {
115
- n.value = !1, g(void 0, void 0, U, o);
99
+ if (q !== h && JJ !== h) {
100
+ const a = t.split("."), d = h.split(".");
101
+ for (let f = a.length - 1; f >= 0; f--)
102
+ if (a[f] !== d[f]) {
103
+ c(J), s(void 0, void 0, t, h);
116
104
  return;
117
105
  }
106
+ if (d.length > a.length && d[d.length - a.length - 1] !== UJ) {
107
+ c(J), s(void 0, void 0, t, h);
108
+ return;
118
109
  }
119
110
  }
120
- } catch (s) {
121
- n.value = !1, console.error(s), g("");
122
- return;
123
111
  }
124
- n.value = !0;
125
- },
126
- { immediate: !0 }
127
- ), (J, T) => (UJ(), JJ(lJ, {
112
+ c(J, !0);
113
+ return;
114
+ } catch (J) {
115
+ console.error(J);
116
+ }
117
+ c({}), s("");
118
+ }, {
119
+ immediate: !0
120
+ }), () => W(k, {
128
121
  wrapPosition: !1,
129
- style: tJ(!z.wrapPosition || n.value ? void 0 : { position: "relative" }),
130
- disabled: n.value,
131
- content: eJ(K)
122
+ style: !v.wrapPosition || r.froined ? void 0 : {
123
+ position: "relative"
124
+ },
125
+ disabled: r.froined,
126
+ content: tJ
132
127
  }, {
133
- default: nJ(() => [
134
- oJ(J.$slots, "default", { isDisabled: n.value })
135
- ]),
136
- _: 3
137
- }, 8, ["style", "disabled", "content"]));
128
+ default: () => {
129
+ var e;
130
+ return [(e = u.default) == null ? void 0 : e.call(u, r)];
131
+ }
132
+ });
138
133
  }
139
134
  });
140
135
  export {
141
- cJ as default
136
+ rJ as default
142
137
  };
@@ -1,6 +1,8 @@
1
1
  import { Ref } from 'vue';
2
+ import { ERROR_MESSAGE_KEY as ERROR_MESSAGE } from '../utils/common';
2
3
  import { GlobalProvide, UseLocaleResult, LocaleProps } from './types';
3
4
 
5
+ export { ERROR_MESSAGE };
4
6
  /**
5
7
  * 获取全局配置
6
8
  */
@@ -1,4 +1,6 @@
1
1
  import { inject, computed } from "vue";
2
+ import { ERROR_MESSAGE_KEY } from "../utils/common";
3
+ import { ERROR_MESSAGE_KEY as ERROR_MESSAGE_KEY2 } from "../utils/common";
2
4
  import { CONFIG_KEY } from "./props";
3
5
  import defaultLocale from "../lang/zh_CN";
4
6
  function useReceiver() {
@@ -13,13 +15,18 @@ function useLocale(name, props) {
13
15
  const lang = computed(() => {
14
16
  const temp = globalConfig.locale ?? defaultLocale;
15
17
  if (name) {
16
- return Object.assign({}, temp[name] ?? {}, props == null ? void 0 : props.locale);
18
+ try {
19
+ return Object.assign({}, temp[name] ?? {}, props == null ? void 0 : props.locale);
20
+ } catch (e) {
21
+ console.error(e, ERROR_MESSAGE_KEY);
22
+ }
17
23
  }
18
24
  return temp;
19
25
  });
20
26
  return { lang, globalConfig };
21
27
  }
22
28
  export {
29
+ ERROR_MESSAGE_KEY2 as ERROR_MESSAGE,
23
30
  useGlobalProps,
24
31
  useLocale,
25
32
  useReceiver
@@ -1,7 +1,5 @@
1
1
  import { CropperOptions } from './types';
2
- import { default as PreviewType } from './components/cropper-preview';
3
2
 
4
- export type PreviewInstance = InstanceType<typeof PreviewType> | null;
5
3
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6
4
  height: StringConstructor;
7
5
  src: StringConstructor;
@@ -85,8 +83,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
85
83
  responsive: boolean;
86
84
  tools: string;
87
85
  preview: boolean;
88
- imageType: string;
89
86
  accept: string;
87
+ imageType: string;
90
88
  previewWidth: number;
91
89
  toBlob: boolean;
92
90
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -99,8 +99,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
99
99
  }>, {
100
100
  modelValue: boolean;
101
101
  tooltip: boolean;
102
- preview: boolean;
103
102
  responsive: boolean;
103
+ preview: boolean;
104
104
  imageType: string;
105
105
  accept: string;
106
106
  tools: string;
@@ -34,10 +34,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
34
34
  if (!searchProps || searchProps === true) {
35
35
  return {};
36
36
  }
37
- return {
38
- class: searchProps.class,
39
- style: searchProps.style
40
- };
37
+ return searchProps;
41
38
  });
42
39
  const setTreeCurrentKey = (key) => {
43
40
  var _a, _b;
@@ -10,13 +10,13 @@ import type {
10
10
  ElePageProps,
11
11
  EleCardProps,
12
12
  EleProTableProps,
13
- EleProFormProps,
14
13
  EleSplitPanelProps,
15
14
  EleLoadingProps,
16
15
  EleModalProps,
17
16
  ElePopconfirmProps,
18
17
  EleMessageBoxOptions
19
18
  } from '../ele-app/plus';
19
+ import type { EleProFormProps } from '../ele-app/plusx';
20
20
  import type { ProFormItemProps } from '../ele-pro-form/types';
21
21
  import type { DataItem, DataKey, Column } from '../ele-data-table/types';
22
22
 
@@ -1,4 +1,4 @@
1
- import { EleProFormProps } from '../ele-app/plus';
1
+ import { EleProFormProps } from '../ele-app/plusx';
2
2
  import { ProFormItemProps } from '../ele-pro-form/types';
3
3
  import { CrudField, SideConfig } from './types';
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { UserComponent } from '../../ele-app/types';
2
- import { EleCrudProps } from '../../ele-app/plus';
2
+ import { EleCrudProps } from '../../ele-app/plusx';
3
3
  import { ProFormItemTypeData, ScreenSize } from '../../ele-pro-form/types';
4
4
  import { HeaderRightToolName } from '../types';
5
5
 
@@ -1,4 +1,4 @@
1
- import { EleCrudProps } from '../../ele-app/plus';
1
+ import { EleCrudProps } from '../../ele-app/plusx';
2
2
 
3
3
  /**
4
4
  * 生成代码
@@ -1,5 +1,5 @@
1
1
  import { UserComponent } from '../../ele-app/types';
2
- import { EleCrudProps } from '../../ele-app/plus';
2
+ import { EleCrudProps } from '../../ele-app/plusx';
3
3
 
4
4
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
5
  /** 弹窗是否打开 */
@@ -1,6 +1,6 @@
1
1
  import { PropType } from 'vue';
2
2
  import { UserComponent } from '../../ele-app/types';
3
- import { EleCrudProps, EleProFormBuilderProps, EleProFormProps } from '../../ele-app/plus';
3
+ import { EleCrudProps, EleProFormBuilderProps, EleProFormProps } from '../../ele-app/plusx';
4
4
  import { ProFormItemTypeData } from '../../ele-pro-form/types';
5
5
  import { FormDesignType } from '../types';
6
6
 
@@ -1,5 +1,5 @@
1
1
  import { UserComponent } from '../../ele-app/types';
2
- import { EleCrudProps } from '../../ele-app/plus';
2
+ import { EleCrudProps } from '../../ele-app/plusx';
3
3
 
4
4
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
5
  /** 弹窗是否打开 */
@@ -1,6 +1,6 @@
1
1
  import { PropType } from 'vue';
2
2
  import { UserComponent } from '../../ele-app/types';
3
- import { EleCrudProps, EleProFormBuilderProps, EleProFormProps } from '../../ele-app/plus';
3
+ import { EleCrudProps, EleProFormBuilderProps, EleProFormProps } from '../../ele-app/plusx';
4
4
  import { ProFormItemTypeData, ProFormItemProps } from '../../ele-pro-form/types';
5
5
  import { FormDesignType } from '../types';
6
6
 
@@ -1,4 +1,4 @@
1
- import { EleCrudProps } from '../../ele-app/plus';
1
+ import { EleCrudProps } from '../../ele-app/plusx';
2
2
  import { TemplateItem } from '../types';
3
3
 
4
4
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
@@ -1,4 +1,4 @@
1
- import { EleCrudProps } from '../ele-app/plus';
1
+ import { EleCrudProps } from '../ele-app/plusx';
2
2
 
3
3
  declare function __VLS_template(): Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>>;
4
4
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -14,7 +14,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
14
14
  crudComponent: import('vue').PropType<import('../ele-app/types').UserComponent>;
15
15
  proFormComponent: import('vue').PropType<import('../ele-app/types').UserComponent>;
16
16
  proFormBuilderComponent: import('vue').PropType<import('../ele-app/types').UserComponent>;
17
- proFormBuilderProps: import('vue').PropType<import('../ele-app/plus').EleProFormBuilderProps>;
17
+ proFormBuilderProps: import('vue').PropType<import('../ele-app/plusx').EleProFormBuilderProps>;
18
18
  codeEditerComponent: import('vue').PropType<import('../ele-app/types').UserComponent>;
19
19
  jsonEditerComponent: import('vue').PropType<import('../ele-app/types').UserComponent>;
20
20
  codeViewerComponent: import('vue').PropType<import('../ele-app/types').UserComponent>;
@@ -35,7 +35,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
35
35
  crudComponent: import('vue').PropType<import('../ele-app/types').UserComponent>;
36
36
  proFormComponent: import('vue').PropType<import('../ele-app/types').UserComponent>;
37
37
  proFormBuilderComponent: import('vue').PropType<import('../ele-app/types').UserComponent>;
38
- proFormBuilderProps: import('vue').PropType<import('../ele-app/plus').EleProFormBuilderProps>;
38
+ proFormBuilderProps: import('vue').PropType<import('../ele-app/plusx').EleProFormBuilderProps>;
39
39
  codeEditerComponent: import('vue').PropType<import('../ele-app/types').UserComponent>;
40
40
  jsonEditerComponent: import('vue').PropType<import('../ele-app/types').UserComponent>;
41
41
  codeViewerComponent: import('vue').PropType<import('../ele-app/types').UserComponent>;
@@ -2,6 +2,7 @@ import { defineComponent, useModel, ref, onBeforeUnmount, resolveComponent, crea
2
2
  import { useMobile } from "../utils/hook";
3
3
  import { eachTree, findTree, omit } from "../utils/common";
4
4
  import EleSplitPanel from "../ele-split-panel/index";
5
+ import EleTabBar from "../ele-tab-bar/index";
5
6
  import { getValue, setValue } from "../ele-pro-form/util";
6
7
  import { deepCloneObject } from "../ele-pro-form-builder/components/build-core";
7
8
  import EleCrud from "../ele-crud/index";
@@ -208,7 +209,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
208
209
  } else if (type === "add") {
209
210
  handleUpdateConfigField("addConfig.formProps", data, false);
210
211
  } else if (type === "edit") {
211
- handleUpdateConfigField("editConfig..formProps", data, false);
212
+ handleUpdateConfigField("editConfig.formProps", data, false);
212
213
  }
213
214
  };
214
215
  const handleUndo = () => {
@@ -246,7 +247,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
246
247
  stopStoreHistoryTimer();
247
248
  });
248
249
  return (_ctx, _cache) => {
249
- const _component_EleTabBar = resolveComponent("EleTabBar");
250
250
  const _component_ElEmpty = resolveComponent("ElEmpty");
251
251
  return openBlock(), createBlock(EleSplitPanel, mergeProps({
252
252
  space: "0px",
@@ -327,7 +327,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
327
327
  default: withCtx(() => {
328
328
  var _a;
329
329
  return [
330
- createVNode(_component_EleTabBar, {
330
+ createVNode(EleTabBar, {
331
331
  modelValue: leftTabActive.value,
332
332
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => leftTabActive.value = $event),
333
333
  items: [
@@ -1,6 +1,7 @@
1
1
  import { PropType, ExtractPropTypes } from 'vue';
2
2
  import { UserComponent } from '../ele-app/types';
3
- import { EleCrudProps, EleProFormBuilderProps, EleSplitPanelProps } from '../ele-app/plus';
3
+ import { EleSplitPanelProps } from '../ele-app/plus';
4
+ import { EleCrudProps, EleProFormBuilderProps } from '../ele-app/plusx';
4
5
  import { ProFormItemProps, ProFormItemTypeData } from '../ele-pro-form/types';
5
6
  import { HeaderRightToolName, TemplateItem } from './types';
6
7
 
@@ -1,5 +1,5 @@
1
1
  import type { UserComponent } from '../ele-app/types';
2
- import type { EleCrudProps } from '../ele-app/plus';
2
+ import type { EleCrudProps } from '../ele-app/plusx';
3
3
 
4
4
  /**
5
5
  * 模板库模板
@@ -804,7 +804,7 @@ const defaultPageConfigFormItems = [
804
804
  children: [
805
805
  {
806
806
  label: "添加表单设计",
807
- prop: "searchFormBuilder",
807
+ prop: "addFormBuilder",
808
808
  type: "crudBuilderFormDesign",
809
809
  itemType: "view",
810
810
  props: { type: "add" }
@@ -896,7 +896,7 @@ const defaultPageConfigFormItems = [
896
896
  children: [
897
897
  {
898
898
  label: "修改表单设计",
899
- prop: "searchFormBuilder",
899
+ prop: "editFormBuilder",
900
900
  type: "crudBuilderFormDesign",
901
901
  itemType: "view",
902
902
  props: { type: "edit" }