@fecp/designer 5.5.29 → 5.5.30

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.
@@ -1,4 +1,4 @@
1
- const version = "5.5.29";
1
+ const version = "5.5.30";
2
2
  const packageJson = {
3
3
  version
4
4
  };
package/es/designer.css CHANGED
@@ -6458,6 +6458,11 @@ body,
6458
6458
  }: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)}
6459
6459
  :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)}
6460
6460
  .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)}
6461
+ :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)}
6462
+ :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}}
6463
+ :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)}
6464
+ :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)}
6465
+ :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}
6461
6466
 
6462
6467
  .fec-card[data-v-dc24b95f] {
6463
6468
  margin: 12px;
@@ -6466,11 +6471,6 @@ body,
6466
6471
  .fec-swipe-delete-button[data-v-dc24b95f] {
6467
6472
  height: 100%;
6468
6473
  }
6469
- :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)}
6470
- :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}}
6471
- :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)}
6472
- :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)}
6473
- :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}
6474
6474
  :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)}
6475
6475
 
6476
6476
  .fec-collapse-container[data-v-6037566c] {
@@ -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 "../../../../../../node_modules/vxe-table/es/components.mjs";
6
+ import { VxeGrid } from "vxe-table";
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,7 +17,6 @@ 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";
21
20
  import { SwipeCell } from "../../../../node_modules/vant/es/swipe-cell/index.mjs";
22
21
  import { Button } from "../../../../node_modules/vant/es/button/index.mjs";
23
22
  import { showConfirmDialog } from "../../../../node_modules/vant/es/dialog/function-call.mjs";
@@ -2,7 +2,7 @@ import * as all from "./src/components/all.mjs";
2
2
  import * as index from "../mobile/index.mjs";
3
3
  import zh_cn_default from "../../node_modules/element-plus/es/locale/lang/zh-cn.mjs";
4
4
  import element_plus_default from "../../node_modules/element-plus/es/index.mjs";
5
- import * as components from "../../node_modules/vxe-pc-ui/es/components.mjs";
5
+ import VxeUIBase from "vxe-pc-ui";
6
6
  /* empty css */
7
7
  /* empty css */
8
8
  import layout from "./src/directive/layout.mjs";
@@ -20,7 +20,7 @@ const fecVue = {
20
20
  app.use(element_plus_default, {
21
21
  locale: zh_cn_default
22
22
  });
23
- app.use(components);
23
+ app.use(VxeUIBase);
24
24
  app.use(layout);
25
25
  app.use(auth);
26
26
  }
@@ -2,14 +2,13 @@ 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 "../../../../../node_modules/vxe-table/es/components.mjs";
5
+ import { VxeToolbar } from "vxe-table";
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";
13
12
  import { ElButton } from "../../../../../node_modules/element-plus/es/components/button/index.mjs";
14
13
  const _hoisted_1 = { class: "custom-buttons" };
15
14
  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 "../../../../../node_modules/vxe-table/es/components.mjs";
20
+ import { VxeToolbar } from "vxe-table";
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,7 +37,6 @@ 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";
41
40
  const _hoisted_1 = { class: "dynamic-mode-config" };
42
41
  const _hoisted_2 = { class: "dynamic-row" };
43
42
  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 "../../../../../node_modules/vxe-table/es/components.mjs";
9
+ import { VxeTable } from "vxe-table";
10
10
  import XEUtils from "xe-utils";
11
11
  /* empty css */
12
12
  import { createDataSource } from "../../utils/datasource.mjs";
@@ -42,7 +42,6 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
42
42
  import getJsonAsyncUtil from "../../utils/getJsonAsyncUtil.mjs";
43
43
  /* empty css */
44
44
  import { ElContainer } from "../../../../../node_modules/element-plus/es/components/container/index.mjs";
45
- import { VxeTable } from "../../../../../node_modules/vxe-table/es/table/index.mjs";
46
45
  import { ElMessage } from "../../../../../node_modules/element-plus/es/components/message/index.mjs";
47
46
  const _hoisted_1 = { class: "fec-vxe-table" };
48
47
  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 "../../../../../node_modules/vxe-table/es/components.mjs";
6
+ import { VxeColumn } from "vxe-table";
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";
@@ -30,7 +30,6 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
30
30
  /* empty css */
31
31
  import { Decimal } from "../../../../../node_modules/decimal.js/decimal.mjs";
32
32
  /* empty css */
33
- import { VxeColumn } from "../../../../../node_modules/vxe-table/es/column/index.mjs";
34
33
  import { ElLink } from "../../../../../node_modules/element-plus/es/components/link/index.mjs";
35
34
  import { ElIcon } from "../../../../../node_modules/element-plus/es/components/icon/index.mjs";
36
35
  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.5.29";
3
+ const version = "5.5.30";
4
4
  const packageJson = {
5
5
  version
6
6
  };
package/lib/designer.css CHANGED
@@ -6458,6 +6458,11 @@ body,
6458
6458
  }: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)}
6459
6459
  :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)}
6460
6460
  .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)}
6461
+ :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)}
6462
+ :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}}
6463
+ :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)}
6464
+ :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)}
6465
+ :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}
6461
6466
 
6462
6467
  .fec-card[data-v-dc24b95f] {
6463
6468
  margin: 12px;
@@ -6466,11 +6471,6 @@ body,
6466
6471
  .fec-swipe-delete-button[data-v-dc24b95f] {
6467
6472
  height: 100%;
6468
6473
  }
6469
- :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)}
6470
- :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}}
6471
- :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)}
6472
- :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)}
6473
- :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}
6474
6474
  :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)}
6475
6475
 
6476
6476
  .fec-collapse-container[data-v-6037566c] {
@@ -8,13 +8,13 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
8
8
  ;/* empty css */
9
9
  ;/* empty css */
10
10
  const vue = require("vue");
11
- ;/* empty css */
12
- const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
13
11
  ;/* empty css */
14
12
  ;/* empty css */
15
13
  ;/* empty css */
16
14
  ;/* empty css */
17
15
  ;/* empty css */
16
+ ;/* empty css */
17
+ const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
18
18
  const index$1 = require("../../../../node_modules/vant/es/swipe-cell/index.js");
19
19
  const functionCall = require("../../../../node_modules/vant/es/dialog/function-call.js");
20
20
  require("../../../../node_modules/vant/es/dialog/index.js");
@@ -5,7 +5,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
5
5
  ;/* empty css */
6
6
  ;/* empty css */
7
7
  const vue = require("vue");
8
- require("../../../../../../node_modules/vxe-table/es/components.js");
8
+ const vxeTable = require("vxe-table");
9
9
  const dataSourceUtil = require("../../../utils/dataSourceUtil.js");
10
10
  ;/* empty css */
11
11
  const formatterUtil = require("../../../utils/formatterUtil.js");
@@ -19,7 +19,6 @@ const formatterUtil = require("../../../utils/formatterUtil.js");
19
19
  ;/* empty css */
20
20
  ;/* empty css */
21
21
  const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
22
- const index$4 = require("../../../../../../node_modules/vxe-table/es/grid/index.js");
23
22
  const index = require("../../../../node_modules/vant/es/swipe-cell/index.js");
24
23
  const index$1 = require("../../../../node_modules/vant/es/button/index.js");
25
24
  const functionCall = require("../../../../node_modules/vant/es/dialog/function-call.js");
@@ -456,7 +455,7 @@ const _sfc_main = {
456
455
  onLoad
457
456
  }, {
458
457
  default: vue.withCtx(() => [
459
- vue.createVNode(vue.unref(index$4.VxeGrid), {
458
+ vue.createVNode(vue.unref(vxeTable.VxeGrid), {
460
459
  ref_key: "gridRef",
461
460
  ref: gridRef,
462
461
  class: "fec-table",
@@ -4,7 +4,7 @@ const all = require("./src/components/all.js");
4
4
  const index$u = require("../mobile/index.js");
5
5
  const zhCn = require("../../node_modules/element-plus/es/locale/lang/zh-cn.js");
6
6
  const index$v = require("../../node_modules/element-plus/es/index.js");
7
- const components = require("../../node_modules/vxe-pc-ui/es/components.js");
7
+ const VxeUIBase = require("vxe-pc-ui");
8
8
  ;/* empty css */
9
9
  ;/* empty css */
10
10
  const layout = require("./src/directive/layout.js");
@@ -22,7 +22,7 @@ const fecVue = {
22
22
  app.use(index$v.default, {
23
23
  locale: zhCn.default
24
24
  });
25
- app.use(components);
25
+ app.use(VxeUIBase);
26
26
  app.use(layout.default);
27
27
  app.use(auth.default);
28
28
  }
@@ -4,15 +4,14 @@ require("../../../../../node_modules/element-plus/es/index.js");
4
4
  ;/* empty css */
5
5
  ;/* empty css */
6
6
  const vue = require("vue");
7
- require("../../../../../node_modules/vxe-table/es/components.js");
7
+ const vxeTable = require("vxe-table");
8
8
  const index$1 = require("../../../../../node_modules/@element-plus/icons-vue/dist/index.js");
9
9
  const getInstance = require("../../utils/getInstance.js");
10
10
  const parseFilterConfig = require("../../utils/parseFilterConfig.js");
11
11
  ;/* empty css */
12
12
  const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_export-helper.js");
13
13
  const index = require("../../../../../node_modules/element-plus/es/components/icon/index.js");
14
- const index$2 = require("../../../../../node_modules/vxe-table/es/toolbar/index.js");
15
- const index$3 = require("../../../../../node_modules/element-plus/es/components/button/index.js");
14
+ const index$2 = require("../../../../../node_modules/element-plus/es/components/button/index.js");
16
15
  const _hoisted_1 = { class: "custom-buttons" };
17
16
  const _hoisted_2 = {
18
17
  key: 1,
@@ -110,7 +109,7 @@ const _sfc_main = {
110
109
  }
111
110
  return (_ctx, _cache) => {
112
111
  const _component_el_icon = index.ElIcon;
113
- const _component_el_button = index$3.ElButton;
112
+ const _component_el_button = index$2.ElButton;
114
113
  const _directive_fec_auth = vue.resolveDirective("fec-auth");
115
114
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
116
115
  __props.localConfig.showReturn ? (vue.openBlock(), vue.createElementBlock("div", {
@@ -129,7 +128,7 @@ const _sfc_main = {
129
128
  _cache[0] || (_cache[0] = vue.createElementVNode("div", { class: "template-name-line" }, null, -1)),
130
129
  vue.createTextVNode(" " + vue.toDisplayString(__props.localConfig.templateName), 1)
131
130
  ])) : vue.createCommentVNode("", true),
132
- !__props.readOnly && !__props.isSubTable && hasButtons.value ? (vue.openBlock(), vue.createBlock(vue.unref(index$2.VxeToolbar), {
131
+ !__props.readOnly && !__props.isSubTable && hasButtons.value ? (vue.openBlock(), vue.createBlock(vue.unref(vxeTable.VxeToolbar), {
133
132
  key: 2,
134
133
  ref: "toolbarRef",
135
134
  style: { "flex": "1", "margin-bottom": "0", "padding": "0" }
@@ -19,12 +19,12 @@ require("../../../../../node_modules/element-plus/theme-chalk/el-date-picker.css
19
19
  require("../../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
20
20
  const vue = require("vue");
21
21
  const index$1 = require("../../../../../node_modules/@element-plus/icons-vue/dist/index.js");
22
- require("../../../../../node_modules/vxe-table/es/components.js");
23
- const index$f = require("../forms/text/index.js");
24
- const index$b = require("../forms/select/index.js");
25
- const index$c = require("../forms/multipleSelection/index.js");
26
- const index$e = require("../forms/date/index.js");
27
- const index$d = require("../forms/number/index.js");
22
+ const vxeTable = require("vxe-table");
23
+ const index$e = require("../forms/text/index.js");
24
+ const index$a = require("../forms/select/index.js");
25
+ const index$b = require("../forms/multipleSelection/index.js");
26
+ const index$d = require("../forms/date/index.js");
27
+ const index$c = require("../forms/number/index.js");
28
28
  const common = require("../../utils/common.js");
29
29
  const parseFilterConfig = require("../../utils/parseFilterConfig.js");
30
30
  const getInstance = require("../../utils/getInstance.js");
@@ -34,12 +34,11 @@ const index = require("../../../../../node_modules/element-plus/es/components/ic
34
34
  const index$2 = require("../../../../../node_modules/element-plus/es/components/tabs/index.js");
35
35
  const index$3 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
36
36
  const index$4 = require("../../../../../node_modules/element-plus/es/components/button/index.js");
37
- const index$6 = require("../../../../../node_modules/element-plus/es/components/collapse-transition/index.js");
38
- const index$7 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
39
- const index$8 = require("../../../../../node_modules/element-plus/es/components/checkbox/index.js");
40
- const index$9 = require("../../../../../node_modules/element-plus/es/components/date-picker/index.js");
41
- const index$a = require("../../../../../node_modules/element-plus/es/components/input-number/index.js");
42
- const index$5 = require("../../../../../node_modules/vxe-table/es/toolbar/index.js");
37
+ const index$5 = require("../../../../../node_modules/element-plus/es/components/collapse-transition/index.js");
38
+ const index$6 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
39
+ const index$7 = require("../../../../../node_modules/element-plus/es/components/checkbox/index.js");
40
+ const index$8 = require("../../../../../node_modules/element-plus/es/components/date-picker/index.js");
41
+ const index$9 = require("../../../../../node_modules/element-plus/es/components/input-number/index.js");
43
42
  const _hoisted_1 = { class: "dynamic-mode-config" };
44
43
  const _hoisted_2 = { class: "dynamic-row" };
45
44
  const _hoisted_3 = {
@@ -237,14 +236,14 @@ const _sfc_main = {
237
236
  );
238
237
  const getFilterComponent = (fieldType) => {
239
238
  const componentMap = {
240
- text: index$f.Text,
241
- select: index$b.Select,
242
- date: index$e.Date,
243
- number: index$d.Number,
244
- multipleSelection: index$c.MultipleSelection,
245
- switch: index$b.Select
239
+ text: index$e.Text,
240
+ select: index$a.Select,
241
+ date: index$d.Date,
242
+ number: index$c.Number,
243
+ multipleSelection: index$b.MultipleSelection,
244
+ switch: index$a.Select
246
245
  };
247
- return componentMap[fieldType] || index$f.Text;
246
+ return componentMap[fieldType] || index$e.Text;
248
247
  };
249
248
  const getComponentConfig = (field) => {
250
249
  return { ...field };
@@ -275,13 +274,13 @@ const _sfc_main = {
275
274
  const _component_el_tabs = index$2.ElTabs;
276
275
  const _component_el_button = index$4.ElButton;
277
276
  const _component_el_input = index$3.ElInput;
278
- const _component_el_checkbox_button = index$8.ElCheckboxButton;
279
- const _component_el_checkbox_group = index$8.ElCheckboxGroup;
280
- const _component_el_date_picker = index$9.ElDatePicker;
281
- const _component_el_input_number = index$a.ElInputNumber;
282
- const _component_el_form_item = index$7.ElFormItem;
283
- const _component_el_form = index$7.ElForm;
284
- const _component_el_collapse_transition = index$6.ElCollapseTransition;
277
+ const _component_el_checkbox_button = index$7.ElCheckboxButton;
278
+ const _component_el_checkbox_group = index$7.ElCheckboxGroup;
279
+ const _component_el_date_picker = index$8.ElDatePicker;
280
+ const _component_el_input_number = index$9.ElInputNumber;
281
+ const _component_el_form_item = index$6.ElFormItem;
282
+ const _component_el_form = index$6.ElForm;
283
+ const _component_el_collapse_transition = index$5.ElCollapseTransition;
285
284
  const _directive_fec_auth = vue.resolveDirective("fec-auth");
286
285
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
287
286
  vue.createElementVNode("div", _hoisted_2, [
@@ -355,7 +354,7 @@ const _sfc_main = {
355
354
  } : void 0
356
355
  ]), 1032, ["modelValue"])
357
356
  ])) : vue.createCommentVNode("", true),
358
- !__props.readOnly && !__props.isSubTable && rightButtons.value.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(index$5.VxeToolbar), {
357
+ !__props.readOnly && !__props.isSubTable && rightButtons.value.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(vxeTable.VxeToolbar), {
359
358
  key: 1,
360
359
  ref: "toolbarRef"
361
360
  }, {
@@ -8,7 +8,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
8
8
  ;/* empty css */
9
9
  ;/* empty css */
10
10
  const vue = require("vue");
11
- require("../../../../../node_modules/vxe-table/es/components.js");
11
+ const vxeTable = require("vxe-table");
12
12
  const XEUtils = require("xe-utils");
13
13
  ;/* empty css */
14
14
  const datasource = require("../../utils/datasource.js");
@@ -44,8 +44,7 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
44
44
  const getJsonAsyncUtil = require("../../utils/getJsonAsyncUtil.js");
45
45
  ;/* empty css */
46
46
  const index = require("../../../../../node_modules/element-plus/es/components/container/index.js");
47
- const index$1 = require("../../../../../node_modules/vxe-table/es/table/index.js");
48
- const index$2 = require("../../../../../node_modules/element-plus/es/components/message/index.js");
47
+ const index$1 = require("../../../../../node_modules/element-plus/es/components/message/index.js");
49
48
  const _hoisted_1 = { class: "fec-vxe-table" };
50
49
  const _sfc_main = /* @__PURE__ */ Object.assign({
51
50
  inheritAttrs: false
@@ -745,7 +744,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
745
744
  emit("loaded", option);
746
745
  } catch (error) {
747
746
  console.error("加载配置失败:", error);
748
- index$2.ElMessage.error("加载配置失败");
747
+ index$1.ElMessage.error("加载配置失败");
749
748
  } finally {
750
749
  configLoading.value = false;
751
750
  }
@@ -848,7 +847,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
848
847
  hiddenFormData: hiddenFormData.value
849
848
  }, null, 8, ["readonly", "isSubTable", "localConfig", "fields-data", "isCache", "hiddenFormData"])) : vue.createCommentVNode("", true),
850
849
  vue.createElementVNode("div", _hoisted_1, [
851
- vue.createVNode(vue.unref(index$1.VxeTable), {
850
+ vue.createVNode(vue.unref(vxeTable.VxeTable), {
852
851
  ref_key: "tableRef",
853
852
  ref: tableRef,
854
853
  "show-header": "",
@@ -5,8 +5,8 @@ require("../../../../../node_modules/element-plus/es/index.js");
5
5
  ;/* empty css */
6
6
  ;/* empty css */
7
7
  const vue = require("vue");
8
- require("../../../../../node_modules/vxe-table/es/components.js");
9
- const index$3 = require("../../../../../node_modules/@element-plus/icons-vue/dist/index.js");
8
+ const vxeTable = require("vxe-table");
9
+ const index$2 = require("../../../../../node_modules/@element-plus/icons-vue/dist/index.js");
10
10
  const parseFilterConfig = require("../../utils/parseFilterConfig.js");
11
11
  const common = require("../../utils/common.js");
12
12
  ;/* empty css */
@@ -32,11 +32,10 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
32
32
  ;/* empty css */
33
33
  const decimal = require("../../../../../node_modules/decimal.js/decimal.js");
34
34
  ;/* empty css */
35
- const index = require("../../../../../node_modules/vxe-table/es/column/index.js");
36
- const index$1 = require("../../../../../node_modules/element-plus/es/components/link/index.js");
37
- const index$2 = require("../../../../../node_modules/element-plus/es/components/icon/index.js");
38
- const index$4 = require("../../../../../node_modules/element-plus/es/components/button/index.js");
39
- const index$5 = require("../../../../../node_modules/element-plus/es/components/message/index.js");
35
+ const index = require("../../../../../node_modules/element-plus/es/components/link/index.js");
36
+ const index$1 = require("../../../../../node_modules/element-plus/es/components/icon/index.js");
37
+ const index$3 = require("../../../../../node_modules/element-plus/es/components/button/index.js");
38
+ const index$4 = require("../../../../../node_modules/element-plus/es/components/message/index.js");
40
39
  const _hoisted_1 = { class: "table-column-manager" };
41
40
  const _hoisted_2 = {
42
41
  key: 0,
@@ -254,7 +253,7 @@ const _sfc_main = {
254
253
  const handleCopy = (row, field) => {
255
254
  const value = row[field.fieldName];
256
255
  navigator.clipboard.writeText(value).then(() => {
257
- index$5.ElMessage.success("复制成功");
256
+ index$4.ElMessage.success("复制成功");
258
257
  });
259
258
  };
260
259
  const getVisibleOptBtns = (row) => {
@@ -340,18 +339,18 @@ const _sfc_main = {
340
339
  }
341
340
  }
342
341
  return (_ctx, _cache) => {
343
- const _component_el_link = index$1.ElLink;
344
- const _component_el_icon = index$2.ElIcon;
345
- const _component_el_button = index$4.ElButton;
342
+ const _component_el_link = index.ElLink;
343
+ const _component_el_icon = index$1.ElIcon;
344
+ const _component_el_button = index$3.ElButton;
346
345
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
347
- !__props.readonly && __props.selectMode === "multiple" ? (vue.openBlock(), vue.createBlock(vue.unref(index.VxeColumn), {
346
+ !__props.readonly && __props.selectMode === "multiple" ? (vue.openBlock(), vue.createBlock(vue.unref(vxeTable.VxeColumn), {
348
347
  key: 0,
349
348
  type: "checkbox",
350
349
  width: 50,
351
350
  fixed: "left",
352
351
  align: "center"
353
352
  })) : vue.createCommentVNode("", true),
354
- !__props.readonly && __props.selectMode === "single" ? (vue.openBlock(), vue.createBlock(vue.unref(index.VxeColumn), {
353
+ !__props.readonly && __props.selectMode === "single" ? (vue.openBlock(), vue.createBlock(vue.unref(vxeTable.VxeColumn), {
355
354
  key: 1,
356
355
  type: "radio",
357
356
  title: " ",
@@ -359,7 +358,7 @@ const _sfc_main = {
359
358
  align: "center",
360
359
  fixed: "left"
361
360
  })) : vue.createCommentVNode("", true),
362
- __props.showIndex ? (vue.openBlock(), vue.createBlock(vue.unref(index.VxeColumn), {
361
+ __props.showIndex ? (vue.openBlock(), vue.createBlock(vue.unref(vxeTable.VxeColumn), {
363
362
  key: 2,
364
363
  type: "seq",
365
364
  title: "序号",
@@ -368,7 +367,7 @@ const _sfc_main = {
368
367
  fixed: "left"
369
368
  })) : vue.createCommentVNode("", true),
370
369
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(visibleFields.value, (field) => {
371
- return vue.openBlock(), vue.createBlock(vue.unref(index.VxeColumn), {
370
+ return vue.openBlock(), vue.createBlock(vue.unref(vxeTable.VxeColumn), {
372
371
  key: field.id,
373
372
  field: field.fieldName,
374
373
  title: field.label,
@@ -410,7 +409,7 @@ const _sfc_main = {
410
409
  onClick: ($event) => handleCopy(row, field)
411
410
  }, {
412
411
  default: vue.withCtx(() => [
413
- vue.createVNode(vue.unref(index$3.CopyDocument))
412
+ vue.createVNode(vue.unref(index$2.CopyDocument))
414
413
  ]),
415
414
  _: 2
416
415
  }, 1032, ["onClick"])) : vue.createCommentVNode("", true)
@@ -419,7 +418,7 @@ const _sfc_main = {
419
418
  _: 2
420
419
  }, 1032, ["field", "title", "width", "min-width", "fixed", "align", "header-align", "sortable", "show-overflow", "header-class-name"]);
421
420
  }), 128)),
422
- !__props.readonly && shouldShowOptColumn.value ? (vue.openBlock(), vue.createBlock(vue.unref(index.VxeColumn), {
421
+ !__props.readonly && shouldShowOptColumn.value ? (vue.openBlock(), vue.createBlock(vue.unref(vxeTable.VxeColumn), {
423
422
  key: 3,
424
423
  title: "操作",
425
424
  width: optColumnWidth.value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.5.29",
3
+ "version": "5.5.30",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [