@fecp/designer 5.4.108 → 5.4.110

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 (85) hide show
  1. package/es/designer/package.json.mjs +1 -1
  2. package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
  3. package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
  4. package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
  5. package/es/designer.css +5 -5
  6. package/es/node_modules/vxe-table/es/grid/src/grid.mjs +1 -1
  7. package/es/node_modules/vxe-table/es/table/module/custom/hook.mjs +1 -1
  8. package/es/node_modules/vxe-table/es/table/module/custom/panel.mjs +1 -1
  9. package/es/node_modules/vxe-table/es/table/module/edit/hook.mjs +1 -1
  10. package/es/node_modules/vxe-table/es/table/module/export/export-panel.mjs +1 -1
  11. package/es/node_modules/vxe-table/es/table/module/export/hook.mjs +1 -1
  12. package/es/node_modules/vxe-table/es/table/module/export/import-panel.mjs +1 -1
  13. package/es/node_modules/vxe-table/es/table/module/filter/hook.mjs +1 -1
  14. package/es/node_modules/vxe-table/es/table/module/filter/panel.mjs +1 -1
  15. package/es/node_modules/vxe-table/es/table/module/keyboard/hook.mjs +1 -1
  16. package/es/node_modules/vxe-table/es/table/module/menu/hook.mjs +1 -1
  17. package/es/node_modules/vxe-table/es/table/module/menu/panel.mjs +1 -1
  18. package/es/node_modules/vxe-table/es/table/module/validator/hook.mjs +1 -1
  19. package/es/node_modules/vxe-table/es/table/render/index.mjs +1 -1
  20. package/es/node_modules/vxe-table/es/table/src/body.mjs +1 -1
  21. package/es/node_modules/vxe-table/es/table/src/cell.mjs +1 -1
  22. package/es/node_modules/vxe-table/es/table/src/columnInfo.mjs +1 -1
  23. package/es/node_modules/vxe-table/es/table/src/footer.mjs +1 -1
  24. package/es/node_modules/vxe-table/es/table/src/header.mjs +1 -1
  25. package/es/node_modules/vxe-table/es/table/src/table.mjs +1 -1
  26. package/es/node_modules/vxe-table/es/table/src/use/cell-view.mjs +1 -1
  27. package/es/node_modules/vxe-table/es/table/src/util.mjs +1 -1
  28. package/es/node_modules/vxe-table/es/toolbar/src/toolbar.mjs +1 -1
  29. package/es/node_modules/vxe-table/es/ui/src/anime.mjs +1 -1
  30. package/es/node_modules/vxe-table/es/ui/src/dom.mjs +1 -1
  31. package/es/node_modules/vxe-table/es/ui/src/utils.mjs +1 -1
  32. package/es/node_modules/vxe-table/es/ui/src/vn.mjs +1 -1
  33. package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
  34. package/es/packages/mobile/src/components/dataDisplay/table/Table.vue.mjs +2 -1
  35. package/es/packages/mobile/src/components/form/field/Field.vue.mjs +0 -1
  36. package/es/packages/mobile/src/utils/optionUtil.mjs +2 -3
  37. package/es/packages/vue/src/components/forms/form/FormProxy.vue.mjs +13 -0
  38. package/es/packages/vue/src/components/forms/subForm/SubForm.vue.mjs +2 -2
  39. package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +2 -1
  40. package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +2 -1
  41. package/es/packages/vue/src/components/table/Table.vue.mjs +2 -1
  42. package/es/packages/vue/src/components/table/TableColumn.vue.mjs +2 -1
  43. package/lib/designer/package.json.js +1 -1
  44. package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
  45. package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
  46. package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
  47. package/lib/designer.css +5 -5
  48. package/lib/node_modules/vxe-table/es/grid/src/grid.js +41 -41
  49. package/lib/node_modules/vxe-table/es/table/module/custom/hook.js +9 -9
  50. package/lib/node_modules/vxe-table/es/table/module/custom/panel.js +23 -23
  51. package/lib/node_modules/vxe-table/es/table/module/edit/hook.js +28 -28
  52. package/lib/node_modules/vxe-table/es/table/module/export/export-panel.js +6 -6
  53. package/lib/node_modules/vxe-table/es/table/module/export/hook.js +50 -50
  54. package/lib/node_modules/vxe-table/es/table/module/export/import-panel.js +2 -2
  55. package/lib/node_modules/vxe-table/es/table/module/filter/hook.js +2 -2
  56. package/lib/node_modules/vxe-table/es/table/module/filter/panel.js +3 -3
  57. package/lib/node_modules/vxe-table/es/table/module/keyboard/hook.js +6 -6
  58. package/lib/node_modules/vxe-table/es/table/module/menu/hook.js +7 -7
  59. package/lib/node_modules/vxe-table/es/table/module/menu/panel.js +9 -9
  60. package/lib/node_modules/vxe-table/es/table/module/validator/hook.js +26 -26
  61. package/lib/node_modules/vxe-table/es/table/render/index.js +65 -65
  62. package/lib/node_modules/vxe-table/es/table/src/body.js +10 -10
  63. package/lib/node_modules/vxe-table/es/table/src/cell.js +15 -15
  64. package/lib/node_modules/vxe-table/es/table/src/columnInfo.js +12 -12
  65. package/lib/node_modules/vxe-table/es/table/src/footer.js +7 -7
  66. package/lib/node_modules/vxe-table/es/table/src/header.js +12 -12
  67. package/lib/node_modules/vxe-table/es/table/src/table.js +342 -342
  68. package/lib/node_modules/vxe-table/es/table/src/use/cell-view.js +3 -3
  69. package/lib/node_modules/vxe-table/es/table/src/util.js +24 -24
  70. package/lib/node_modules/vxe-table/es/toolbar/src/toolbar.js +23 -23
  71. package/lib/node_modules/vxe-table/es/ui/src/anime.js +7 -7
  72. package/lib/node_modules/vxe-table/es/ui/src/dom.js +5 -5
  73. package/lib/node_modules/vxe-table/es/ui/src/utils.js +4 -4
  74. package/lib/node_modules/vxe-table/es/ui/src/vn.js +2 -2
  75. package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
  76. package/lib/packages/mobile/src/components/dataDisplay/table/Table.vue.js +3 -2
  77. package/lib/packages/mobile/src/components/form/field/Field.vue.js +0 -1
  78. package/lib/packages/mobile/src/utils/optionUtil.js +2 -3
  79. package/lib/packages/vue/src/components/forms/form/FormProxy.vue.js +13 -0
  80. package/lib/packages/vue/src/components/forms/subForm/SubForm.vue.js +2 -2
  81. package/lib/packages/vue/src/components/table/CustomButtons.vue.js +5 -4
  82. package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +27 -26
  83. package/lib/packages/vue/src/components/table/Table.vue.js +5 -4
  84. package/lib/packages/vue/src/components/table/TableColumn.vue.js +17 -16
  85. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- const version = "5.4.108";
1
+ const version = "5.4.110";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -1,4 +1,4 @@
1
- import DialogDialog from "./index.vue2.mjs";
1
+ import DialogDialog from "./index.vue.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogDialog() {
4
4
  const dialogDialogVisible = ref(false);
@@ -1,4 +1,4 @@
1
- import DialogGlobalDialog from "./index.vue2.mjs";
1
+ import DialogGlobalDialog from "./index.vue.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogGlobalDialog() {
4
4
  const dialogGlobalDialogVisible = ref(false);
@@ -52,8 +52,8 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
52
52
  import "../../../components/TemplateSelector.vue.mjs";
53
53
  import "../../table/default.mjs";
54
54
  /* empty css */
55
- /* empty css */
56
- /* empty css */
55
+ /* empty css */
56
+ /* empty css */
57
57
  import "../../../store/index.mjs";
58
58
  /* empty css */
59
59
  import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
package/es/designer.css CHANGED
@@ -6448,6 +6448,11 @@ body,
6448
6448
  }:root,:host{--van-cell-font-size: var(--van-font-size-md);--van-cell-line-height: 24px;--van-cell-vertical-padding: 10px;--van-cell-horizontal-padding: var(--van-padding-md);--van-cell-text-color: var(--van-text-color);--van-cell-background: var(--van-background-2);--van-cell-border-color: var(--van-border-color);--van-cell-active-color: var(--van-active-color);--van-cell-required-color: var(--van-danger-color);--van-cell-label-color: var(--van-text-color-2);--van-cell-label-font-size: var(--van-font-size-sm);--van-cell-label-line-height: var(--van-line-height-sm);--van-cell-label-margin-top: var(--van-padding-base);--van-cell-value-color: var(--van-text-color-2);--van-cell-value-font-size: inherit;--van-cell-icon-size: 16px;--van-cell-right-icon-color: var(--van-gray-6);--van-cell-large-vertical-padding: var(--van-padding-sm);--van-cell-large-title-font-size: var(--van-font-size-lg);--van-cell-large-label-font-size: var(--van-font-size-md);--van-cell-large-value-font-size: inherit}.van-cell{position:relative;display:flex;box-sizing:border-box;width:100%;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);overflow:hidden;color:var(--van-cell-text-color);font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);background:var(--van-cell-background)}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-cell-border-color);transform:scaleY(.5)}.van-cell:last-child:after,.van-cell--borderless:after{display:none}.van-cell__label{margin-top:var(--van-cell-label-margin-top);color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{position:relative;overflow:hidden;color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{height:var(--van-cell-line-height);font-size:var(--van-cell-icon-size);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{margin-left:var(--van-padding-base);color:var(--van-cell-right-icon-color)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:var(--van-padding-xs);color:var(--van-cell-required-color);font-size:var(--van-cell-font-size);content:"*"}.van-cell--center{align-items:center}.van-cell--large{padding-top:var(--van-cell-large-vertical-padding);padding-bottom:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}
6449
6449
  :root,:host{--van-cell-group-background: var(--van-background-2);--van-cell-group-title-color: var(--van-text-color-2);--van-cell-group-title-padding: var(--van-padding-md) var(--van-padding-md);--van-cell-group-title-font-size: var(--van-font-size-md);--van-cell-group-title-line-height: 16px;--van-cell-group-inset-padding: 0 var(--van-padding-md);--van-cell-group-inset-radius: var(--van-radius-lg);--van-cell-group-inset-title-padding: var(--van-padding-md) var(--van-padding-md)}.van-cell-group{background:var(--van-cell-group-background)}.van-cell-group--inset{margin:var(--van-cell-group-inset-padding);border-radius:var(--van-cell-group-inset-radius);overflow:hidden}.van-cell-group__title{padding:var(--van-cell-group-title-padding);color:var(--van-cell-group-title-color);font-size:var(--van-cell-group-title-font-size);line-height:var(--van-cell-group-title-line-height)}.van-cell-group__title--inset{padding:var(--van-cell-group-inset-title-padding)}
6450
6450
  .van-swipe-cell{position:relative;overflow:hidden;cursor:-webkit-grab;cursor:grab}.van-swipe-cell__wrapper{transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-property:transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;transform:translate3d(100%,0,0)}
6451
+ :root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
6452
+ :root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media(max-width:321px){.van-action-bar-button{font-size:13px}}
6453
+ :root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
6454
+ :root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
6455
+ :root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media(max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
6451
6456
 
6452
6457
  .fec-card[data-v-dc24b95f] {
6453
6458
  margin: 12px;
@@ -6456,11 +6461,6 @@ body,
6456
6461
  .fec-swipe-delete-button[data-v-dc24b95f] {
6457
6462
  height: 100%;
6458
6463
  }
6459
- :root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
6460
- :root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media(max-width:321px){.van-action-bar-button{font-size:13px}}
6461
- :root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
6462
- :root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
6463
- :root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media(max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
6464
6464
  :root,:host{--van-image-placeholder-text-color: var(--van-text-color-2);--van-image-placeholder-font-size: var(--van-font-size-md);--van-image-placeholder-background: var(--van-background);--van-image-loading-icon-size: 32px;--van-image-loading-icon-color: var(--van-gray-4);--van-image-error-icon-size: 32px;--van-image-error-icon-color: var(--van-gray-4)}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:var(--van-radius-max)}.van-image--round .van-image__img{border-radius:inherit}.van-image--block{display:block}.van-image__img,.van-image__error,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--van-image-placeholder-text-color);font-size:var(--van-image-placeholder-font-size);background:var(--van-image-placeholder-background)}.van-image__loading-icon{color:var(--van-image-loading-icon-color);font-size:var(--van-image-loading-icon-size)}.van-image__error-icon{color:var(--van-image-error-icon-color);font-size:var(--van-image-error-icon-size)}
6465
6465
 
6466
6466
  .fec-collapse-container[data-v-6037566c] {
@@ -1,6 +1,6 @@
1
1
  import { reactive, ref, computed, nextTick, watch, onMounted, onUnmounted, provide, h } from "vue";
2
2
  import { defineVxeComponent } from "../../ui/src/comp.mjs";
3
- import XEUtils from "../../../../../_virtual/index2.mjs";
3
+ import XEUtils from "xe-utils";
4
4
  import { isEnableConf, getLastZIndex, nextZIndex } from "../../ui/src/utils.mjs";
5
5
  import { toCssUnit, getDomNode, getPaddingTopBottomSize, getOffsetHeight } from "../../ui/src/dom.mjs";
6
6
  import "../../ui/index.mjs";
@@ -1,6 +1,6 @@
1
1
  import { nextTick } from "vue";
2
2
  import "../../../ui/index.mjs";
3
- import XEUtils from "../../../../../../_virtual/index2.mjs";
3
+ import XEUtils from "xe-utils";
4
4
  import { getColumnList } from "../../src/util.mjs";
5
5
  import { VxeUI } from "../../../../../@vxe-ui/core/es/index.esm.mjs";
6
6
  const tableCustomMethodKeys = ["openCustom", "closeCustom", "getCustomVisible", "toggleCustom", "saveCustom", "cancelCustom", "resetCustom", "toggleCustomAllCheckbox", "setCustomAllCheckbox"];
@@ -4,7 +4,7 @@ import "../../../ui/index.mjs";
4
4
  import { formatText } from "../../../ui/src/utils.mjs";
5
5
  import { hasControlKey, removeClass, getTpImg, addClass } from "../../../ui/src/dom.mjs";
6
6
  import { errLog } from "../../../ui/src/log.mjs";
7
- import XEUtils from "../../../../../../_virtual/index2.mjs";
7
+ import XEUtils from "xe-utils";
8
8
  import { VxeUI } from "../../../../../@vxe-ui/core/es/index.esm.mjs";
9
9
  const { getI18n, getIcon, renderEmptyElement } = VxeUI;
10
10
  function createInternalData() {
@@ -1,5 +1,5 @@
1
1
  import { nextTick, reactive } from "vue";
2
- import XEUtils from "../../../../../../_virtual/index2.mjs";
2
+ import XEUtils from "xe-utils";
3
3
  import "../../../ui/index.mjs";
4
4
  import { isEnableConf } from "../../../ui/src/utils.mjs";
5
5
  import { getRowid, setCellValue, getCellValue } from "../../src/util.mjs";
@@ -1,7 +1,7 @@
1
1
  import { inject, reactive, ref, computed, nextTick, h } from "vue";
2
2
  import { defineVxeComponent } from "../../../ui/src/comp.mjs";
3
3
  import "../../../ui/index.mjs";
4
- import XEUtils from "../../../../../../_virtual/index2.mjs";
4
+ import XEUtils from "xe-utils";
5
5
  import { formatText } from "../../../ui/src/utils.mjs";
6
6
  import { errLog } from "../../../ui/src/log.mjs";
7
7
  import { VxeUI } from "../../../../../@vxe-ui/core/es/index.esm.mjs";
@@ -1,5 +1,5 @@
1
1
  import { nextTick } from "vue";
2
- import XEUtils from "../../../../../../_virtual/index2.mjs";
2
+ import XEUtils from "xe-utils";
3
3
  import "../../../ui/index.mjs";
4
4
  import { isColumnInfo, createHandleGetRowId, getCellValue } from "../../src/util.mjs";
5
5
  import { parseFile, formatText, eqEmptyValue } from "../../../ui/src/utils.mjs";
@@ -1,7 +1,7 @@
1
1
  import { inject, reactive, ref, computed, nextTick, h } from "vue";
2
2
  import { defineVxeComponent } from "../../../ui/src/comp.mjs";
3
3
  import "../../../ui/index.mjs";
4
- import XEUtils from "../../../../../../_virtual/index2.mjs";
4
+ import XEUtils from "xe-utils";
5
5
  import { parseFile } from "../../../ui/src/utils.mjs";
6
6
  import { errLog } from "../../../ui/src/log.mjs";
7
7
  import { VxeUI } from "../../../../../@vxe-ui/core/es/index.esm.mjs";
@@ -1,5 +1,5 @@
1
1
  import { nextTick } from "vue";
2
- import XEUtils from "../../../../../../_virtual/index2.mjs";
2
+ import XEUtils from "xe-utils";
3
3
  import "../../../ui/index.mjs";
4
4
  import { handleFieldOrColumn, toFilters, getRefElem } from "../../src/util.mjs";
5
5
  import { triggerEvent, getDomNode, toCssUnit } from "../../../ui/src/dom.mjs";
@@ -5,7 +5,7 @@ import { isEnableConf, formatText } from "../../../ui/src/utils.mjs";
5
5
  import { getPropClass, toCssUnit } from "../../../ui/src/dom.mjs";
6
6
  import { getSlotVNs } from "../../../ui/src/vn.mjs";
7
7
  import { warnLog } from "../../../ui/src/log.mjs";
8
- import XEUtils from "../../../../../../_virtual/index2.mjs";
8
+ import XEUtils from "xe-utils";
9
9
  import { VxeUI } from "../../../../../@vxe-ui/core/es/index.esm.mjs";
10
10
  const { getI18n, getIcon, renderer, renderEmptyElement } = VxeUI;
11
11
  const TableFilterPanelComponent = defineVxeComponent({
@@ -1,4 +1,4 @@
1
- import XEUtils from "../../../../../../_virtual/index2.mjs";
1
+ import XEUtils from "xe-utils";
2
2
  import "../../../ui/index.mjs";
3
3
  import { getRefElem } from "../../src/util.mjs";
4
4
  import { addClass, getAbsolutePos, removeClass, hasControlKey } from "../../../ui/src/dom.mjs";
@@ -1,5 +1,5 @@
1
1
  import { nextTick } from "vue";
2
- import XEUtils from "../../../../../../_virtual/index2.mjs";
2
+ import XEUtils from "xe-utils";
3
3
  import "../../../ui/index.mjs";
4
4
  import { getAbsolutePos, getEventTargetNode, getDomNode } from "../../../ui/src/dom.mjs";
5
5
  import { hasChildrenList, isEnableConf } from "../../../ui/src/utils.mjs";
@@ -1,6 +1,6 @@
1
1
  import { inject, ref, h, Teleport } from "vue";
2
2
  import { defineVxeComponent } from "../../../ui/src/comp.mjs";
3
- import XEUtils from "../../../../../../_virtual/index2.mjs";
3
+ import XEUtils from "xe-utils";
4
4
  import "../../../ui/index.mjs";
5
5
  import { getFuncText } from "../../../ui/src/utils.mjs";
6
6
  import { getSlotVNs } from "../../../ui/src/vn.mjs";
@@ -1,5 +1,5 @@
1
1
  import { nextTick } from "vue";
2
- import XEUtils from "../../../../../../_virtual/index2.mjs";
2
+ import XEUtils from "xe-utils";
3
3
  import "../../../ui/index.mjs";
4
4
  import { getFuncText, eqEmptyValue } from "../../../ui/src/utils.mjs";
5
5
  import { scrollToView } from "../../../ui/src/dom.mjs";
@@ -1,5 +1,5 @@
1
1
  import { h, resolveComponent } from "vue";
2
- import XEUtils from "../../../../../_virtual/index2.mjs";
2
+ import XEUtils from "xe-utils";
3
3
  import "../../ui/index.mjs";
4
4
  import { getCellValue, setCellValue } from "../src/util.mjs";
5
5
  import { getFuncText, isEmptyValue, formatText } from "../../ui/src/utils.mjs";
@@ -1,6 +1,6 @@
1
1
  import { inject, ref, onMounted, nextTick, onUnmounted, h } from "vue";
2
2
  import { defineVxeComponent } from "../../ui/src/comp.mjs";
3
- import XEUtils from "../../../../../_virtual/index2.mjs";
3
+ import XEUtils from "xe-utils";
4
4
  import "../../ui/index.mjs";
5
5
  import { getRowid, createHandleGetRowId, getCellRestHeight } from "./util.mjs";
6
6
  import { getPropClass, updateCellTitle } from "../../ui/src/dom.mjs";
@@ -1,5 +1,5 @@
1
1
  import { h } from "vue";
2
- import XEUtils from "../../../../../_virtual/index2.mjs";
2
+ import XEUtils from "xe-utils";
3
3
  import "../../ui/index.mjs";
4
4
  import { isEnableConf, formatText, eqEmptyValue, getFuncText } from "../../ui/src/utils.mjs";
5
5
  import { updateCellTitle } from "../../ui/src/dom.mjs";
@@ -1,4 +1,4 @@
1
- import XEUtils from "../../../../../_virtual/index2.mjs";
1
+ import XEUtils from "xe-utils";
2
2
  import "../../ui/index.mjs";
3
3
  import { toFilters } from "./util.mjs";
4
4
  import { isEnableConf, getFuncText } from "../../ui/src/utils.mjs";
@@ -1,6 +1,6 @@
1
1
  import { inject, ref, onMounted, nextTick, onUnmounted, h } from "vue";
2
2
  import { defineVxeComponent } from "../../ui/src/comp.mjs";
3
- import XEUtils from "../../../../../_virtual/index2.mjs";
3
+ import XEUtils from "xe-utils";
4
4
  import "../../ui/index.mjs";
5
5
  import { getPropClass, updateCellTitle } from "../../ui/src/dom.mjs";
6
6
  import { getCalcHeight } from "./util.mjs";
@@ -1,6 +1,6 @@
1
1
  import { inject, ref, watch, onMounted, nextTick, onUnmounted, h } from "vue";
2
2
  import { defineVxeComponent } from "../../ui/src/comp.mjs";
3
- import XEUtils from "../../../../../_virtual/index2.mjs";
3
+ import XEUtils from "xe-utils";
4
4
  import "../../ui/index.mjs";
5
5
  import { isEnableConf } from "../../ui/src/utils.mjs";
6
6
  import { convertHeaderColumnToRows, convertHeaderToGridRows, getCalcHeight } from "./util.mjs";
@@ -1,6 +1,6 @@
1
1
  import { inject, reactive, ref, computed, watch, nextTick, onActivated, onDeactivated, onMounted, onBeforeUnmount, onUnmounted, provide, h, Teleport } from "vue";
2
2
  import { defineVxeComponent } from "../../ui/src/comp.mjs";
3
- import XEUtils from "../../../../../_virtual/index2.mjs";
3
+ import XEUtils from "xe-utils";
4
4
  import { initTpImg, getEventTargetNode, hasClass, hasControlKey, isScale, toCssUnit, setScrollLeft, setScrollTop, removeClass, addClass, checkTargetElement, getTpImg, isPx, getPaddingTopBottomSize } from "../../ui/src/dom.mjs";
5
5
  import { isEnableConf, hasChildrenList, getFuncText, eqEmptyValue, getLastZIndex, nextZIndex, formatText } from "../../ui/src/utils.mjs";
6
6
  import "../../ui/index.mjs";
@@ -1,5 +1,5 @@
1
1
  import { computed } from "vue";
2
- import XEUtils from "../../../../../../_virtual/index2.mjs";
2
+ import XEUtils from "xe-utils";
3
3
  function useCellView(props) {
4
4
  const currColumn = computed(() => {
5
5
  const { renderParams } = props;
@@ -1,5 +1,5 @@
1
1
  import { watch, reactive } from "vue";
2
- import XEUtils from "../../../../../_virtual/index2.mjs";
2
+ import XEUtils from "xe-utils";
3
3
  import { ColumnInfo } from "./columnInfo.mjs";
4
4
  import { queryElement, isScale, isPx } from "../../ui/src/dom.mjs";
5
5
  import { eqEmptyValue } from "../../ui/src/utils.mjs";
@@ -1,6 +1,6 @@
1
1
  import { inject, reactive, ref, computed, nextTick, onUnmounted, h, createCommentVNode } from "vue";
2
2
  import { defineVxeComponent } from "../../ui/src/comp.mjs";
3
- import XEUtils from "../../../../../_virtual/index2.mjs";
3
+ import XEUtils from "xe-utils";
4
4
  import "../../ui/index.mjs";
5
5
  import { getSlotVNs } from "../../ui/src/vn.mjs";
6
6
  import { warnLog, errLog } from "../../ui/src/log.mjs";
@@ -1,4 +1,4 @@
1
- import XEUtils from "../../../../../_virtual/index2.mjs";
1
+ import XEUtils from "xe-utils";
2
2
  import { addClass, removeClass } from "./dom.mjs";
3
3
  const rowMoveCls = "row--drag-move";
4
4
  const colMoveClass = "col--drag-move";
@@ -1,4 +1,4 @@
1
- import XEUtils from "../../../../../_virtual/index2.mjs";
1
+ import XEUtils from "xe-utils";
2
2
  const reClsMap = {};
3
3
  let tpImgEl;
4
4
  function initTpImg() {
@@ -1,4 +1,4 @@
1
- import XEUtils from "../../../../../_virtual/index2.mjs";
1
+ import XEUtils from "xe-utils";
2
2
  import { VxeUI } from "../../../../@vxe-ui/core/es/index.esm.mjs";
3
3
  import DomZIndex from "../../../../dom-zindex/es/index.esm.mjs";
4
4
  const { getConfig } = VxeUI;
@@ -1,4 +1,4 @@
1
- import XEUtils from "../../../../../_virtual/index2.mjs";
1
+ import XEUtils from "xe-utils";
2
2
  function getOnName(type) {
3
3
  return "on" + type.substring(0, 1).toLocaleUpperCase() + type.substring(1);
4
4
  }
@@ -6,13 +6,13 @@
6
6
  /* empty css */
7
7
  /* empty css */
8
8
  import { createBlock, openBlock, withCtx, createVNode, renderSlot } from "vue";
9
- /* empty css */
10
- import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
11
9
  /* empty css */
12
10
  /* empty css */
13
11
  /* empty css */
14
12
  /* empty css */
15
13
  /* empty css */
14
+ /* empty css */
15
+ import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
16
16
  import { SwipeCell } from "../../../../node_modules/vant/es/swipe-cell/index.mjs";
17
17
  import { showConfirmDialog } from "../../../../node_modules/vant/es/dialog/function-call.mjs";
18
18
  import "../../../../node_modules/vant/es/dialog/index.mjs";
@@ -3,7 +3,7 @@
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  import { computed, ref, onMounted, createVNode, render, watch, nextTick, createBlock, openBlock, normalizeStyle, normalizeClass, unref, withCtx, isRef, createSlots, createElementBlock, createCommentVNode, Fragment, createElementVNode, renderList, renderSlot } from "vue";
6
- import { VxeGrid } from "vxe-table";
6
+ import "../../../../../../node_modules/vxe-table/es/components.mjs";
7
7
  import { useDataSource } from "../../../utils/dataSourceUtil.mjs";
8
8
  /* empty css */
9
9
  import { textFormatter, dateFormatter, cascadeFormatter, multipleFormatter, selectFormatter } from "../../../utils/formatterUtil.mjs";
@@ -17,6 +17,7 @@ import { textFormatter, dateFormatter, cascadeFormatter, multipleFormatter, sele
17
17
  /* empty css */
18
18
  /* empty css */
19
19
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
20
+ import { VxeGrid } from "../../../../../../node_modules/vxe-table/es/grid/index.mjs";
20
21
  import { SwipeCell } from "../../../../node_modules/vant/es/swipe-cell/index.mjs";
21
22
  import { Button } from "../../../../node_modules/vant/es/button/index.mjs";
22
23
  import { showConfirmDialog } from "../../../../node_modules/vant/es/dialog/function-call.mjs";
@@ -4,7 +4,6 @@
4
4
  /* empty css */
5
5
  /* empty css */
6
6
  import { ref, computed, watch, createElementBlock, openBlock, Fragment, createVNode, withDirectives, renderSlot, mergeProps, unref, isRef, createSlots, renderList, withCtx, createTextVNode, toDisplayString, createElementVNode, vModelText } from "vue";
7
- import "xe-utils";
8
7
  import { getUnit, textFormatter, textFormatter4Input, reverseTextFormatter } from "../../../utils/formatterUtil.mjs";
9
8
  import { useCursor } from "../../../utils/use-cursor.mjs";
10
9
  /* empty css */
@@ -1,4 +1,3 @@
1
- import XEUtils from "xe-utils";
2
1
  import useHttp from "../axios/index.mjs";
3
2
  import { useDataSource } from "./dataSourceUtil.mjs";
4
3
  import envConfig from "./env.mjs";
@@ -26,7 +25,7 @@ const getOptions = ({
26
25
  };
27
26
  });
28
27
  };
29
- if (dicList && !XEUtils.isEmpty(dicList)) {
28
+ if (dicList) {
30
29
  resolve(dicListToOption(dicList));
31
30
  } else {
32
31
  getParmDicMapByKeys(dicKey).then((data) => {
@@ -43,7 +42,7 @@ const getOptions = ({
43
42
  const option = data.map((item) => {
44
43
  return {
45
44
  text: item[optionsFieldNames.text],
46
- value: XEUtils.toValueString(item[optionsFieldNames.value])
45
+ value: item[optionsFieldNames.value] + ""
47
46
  };
48
47
  });
49
48
  resolve(option);
@@ -0,0 +1,13 @@
1
+ import { createBlock, openBlock } from "vue";
2
+ import _Form from "./Form.vue.mjs";
3
+ const _sfc_main = {
4
+ __name: "FormProxy",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(_Form);
8
+ };
9
+ }
10
+ };
11
+ export {
12
+ _sfc_main as default
13
+ };
@@ -1,5 +1,5 @@
1
1
  import { inject, computed, ref, createElementBlock, openBlock, Fragment, createCommentVNode, createVNode, createBlock, unref, isRef } from "vue";
2
- import { Form } from "../form/index.mjs";
2
+ import _sfc_main$1 from "../form/FormProxy.vue.mjs";
3
3
  import { SubTitle } from "../subTitle/index.mjs";
4
4
  import { H2 } from "../h2/index.mjs";
5
5
  import { cloneDeep } from "../../../utils/common.mjs";
@@ -143,7 +143,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
143
143
  config: __props.config
144
144
  }, null, 8, ["config"])) : createCommentVNode("", true)
145
145
  ])) : createCommentVNode("", true),
146
- createVNode(unref(Form), {
146
+ createVNode(_sfc_main$1, {
147
147
  ref_key: "formRef",
148
148
  ref: formRef,
149
149
  templateKey: unref(templateKey),
@@ -2,13 +2,14 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  import { computed, resolveDirective, createElementBlock, openBlock, createCommentVNode, createBlock, createVNode, withCtx, unref, createElementVNode, createTextVNode, toDisplayString, Fragment, renderList, withDirectives } from "vue";
5
- import { VxeToolbar } from "vxe-table";
5
+ import "../../../../../node_modules/vxe-table/es/components.mjs";
6
6
  import { ArrowLeftBold as arrow_left_bold_default, Search as search_default, Edit as edit_default, Delete as delete_default, Plus as plus_default, Setting as setting_default, Download as download_default, Refresh as refresh_default } from "../../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
7
7
  import { getCurrentVueInstance } from "../../utils/getInstance.mjs";
8
8
  import { checkFilterMatch } from "../../utils/parseFilterConfig.mjs";
9
9
  /* empty css */
10
10
  import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
11
11
  import { ElIcon } from "../../../../../node_modules/element-plus/es/components/icon/index.mjs";
12
+ import { VxeToolbar } from "../../../../../node_modules/vxe-table/es/toolbar/index.mjs";
12
13
  import { ElButton } from "../../../../../node_modules/element-plus/es/components/button/index.mjs";
13
14
  const _hoisted_1 = { class: "custom-buttons" };
14
15
  const _hoisted_2 = {
@@ -17,7 +17,7 @@ import "../../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.
17
17
  import "../../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
18
18
  import { computed, ref, watch, resolveDirective, createElementBlock, openBlock, createElementVNode, createVNode, createCommentVNode, withCtx, unref, createTextVNode, toDisplayString, Fragment, renderList, createBlock, createSlots, withDirectives, normalizeStyle, resolveDynamicComponent, mergeProps, vShow } from "vue";
19
19
  import { ArrowLeftBold as arrow_left_bold_default, Search as search_default, Edit as edit_default, Delete as delete_default, Plus as plus_default, Setting as setting_default, Download as download_default, Refresh as refresh_default } from "../../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
20
- import { VxeToolbar } from "vxe-table";
20
+ import "../../../../../node_modules/vxe-table/es/components.mjs";
21
21
  import { Text } from "../forms/text/index.mjs";
22
22
  import { Select } from "../forms/select/index.mjs";
23
23
  import { MultipleSelection } from "../forms/multipleSelection/index.mjs";
@@ -37,6 +37,7 @@ import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/
37
37
  import { ElCheckboxGroup, ElCheckboxButton } from "../../../../../node_modules/element-plus/es/components/checkbox/index.mjs";
38
38
  import { ElDatePicker } from "../../../../../node_modules/element-plus/es/components/date-picker/index.mjs";
39
39
  import { ElInputNumber } from "../../../../../node_modules/element-plus/es/components/input-number/index.mjs";
40
+ import { VxeToolbar } from "../../../../../node_modules/vxe-table/es/toolbar/index.mjs";
40
41
  const _hoisted_1 = { class: "dynamic-mode-config" };
41
42
  const _hoisted_2 = { class: "dynamic-row" };
42
43
  const _hoisted_3 = {
@@ -6,7 +6,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
6
6
  /* empty css */
7
7
  /* empty css */
8
8
  import { ref, getCurrentInstance, computed, reactive, watch, onMounted, onUnmounted, createBlock, openBlock, normalizeClass, withCtx, createElementBlock, createCommentVNode, normalizeStyle, createElementVNode, Fragment, createVNode, unref, createSlots, renderList, renderSlot, normalizeProps, guardReactiveProps } from "vue";
9
- import { VxeTable } from "vxe-table";
9
+ import "../../../../../node_modules/vxe-table/es/components.mjs";
10
10
  import XEUtils from "xe-utils";
11
11
  /* empty css */
12
12
  import { createDataSource } from "../../utils/datasource.mjs";
@@ -44,6 +44,7 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
44
44
  import getJsonAsyncUtil from "../../utils/getJsonAsyncUtil.mjs";
45
45
  /* empty css */
46
46
  import { ElContainer } from "../../../../../node_modules/element-plus/es/components/container/index.mjs";
47
+ import { VxeTable } from "../../../../../node_modules/vxe-table/es/table/index.mjs";
47
48
  import { ElMessage } from "../../../../../node_modules/element-plus/es/components/message/index.mjs";
48
49
  const _hoisted_1 = { class: "fec-vxe-table" };
49
50
  const _sfc_main = /* @__PURE__ */ Object.assign({
@@ -3,7 +3,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  import { getCurrentInstance, computed, createElementBlock, openBlock, createBlock, createCommentVNode, unref, Fragment, renderList, withCtx, renderSlot, toDisplayString, createTextVNode, createVNode } from "vue";
6
- import { VxeColumn } from "vxe-table";
6
+ import "../../../../../node_modules/vxe-table/es/components.mjs";
7
7
  import { CopyDocument as copy_document_default } from "../../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
8
8
  import { checkFilterMatch } from "../../utils/parseFilterConfig.mjs";
9
9
  import { removeEmptyValues } from "../../utils/common.mjs";
@@ -32,6 +32,7 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
32
32
  /* empty css */
33
33
  import { Decimal } from "../../../../../node_modules/decimal.js/decimal.mjs";
34
34
  /* empty css */
35
+ import { VxeColumn } from "../../../../../node_modules/vxe-table/es/column/index.mjs";
35
36
  import { ElLink } from "../../../../../node_modules/element-plus/es/components/link/index.mjs";
36
37
  import { ElIcon } from "../../../../../node_modules/element-plus/es/components/icon/index.mjs";
37
38
  import { ElButton } from "../../../../../node_modules/element-plus/es/components/button/index.mjs";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.4.108";
3
+ const version = "5.4.110";
4
4
  const packageJson = {
5
5
  version
6
6
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index.vue2.js");
3
+ const index = require("./index.vue.js");
4
4
  const vue = require("vue");
5
5
  function useDialogDialog() {
6
6
  const dialogDialogVisible = vue.ref(false);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index.vue2.js");
3
+ const index = require("./index.vue.js");
4
4
  const vue = require("vue");
5
5
  function useDialogGlobalDialog() {
6
6
  const dialogGlobalDialogVisible = vue.ref(false);
@@ -54,8 +54,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
54
54
  require("../../../components/TemplateSelector.vue.js");
55
55
  require("../../table/default.js");
56
56
  ;/* empty css */
57
- ;/* empty css */
58
- ;/* empty css */
57
+ ;/* empty css */
58
+ ;/* empty css */
59
59
  require("../../../store/index.js");
60
60
  ;/* empty css */
61
61
  const index$2 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");