@fecp/designer 5.4.124 → 5.4.126

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.4.124";
1
+ const version = "5.4.126";
2
2
  const packageJson = {
3
3
  version
4
4
  };
package/es/designer.css CHANGED
@@ -5924,22 +5924,25 @@ body,
5924
5924
  width: 80px;
5925
5925
  font-size: var(--el-font-size-extra-small);
5926
5926
  }
5927
- .fec-form[data-v-cd5951a2] {
5927
+ .fec-form[data-v-df445e35] {
5928
5928
  height: 100%;
5929
5929
  }
5930
- [data-v-cd5951a2] .vgl-item {
5930
+ [data-v-df445e35] .vgl-layout {
5931
+ position: relative;
5932
+ }
5933
+ [data-v-df445e35] .vgl-item {
5931
5934
  transition: none;
5932
5935
  }
5933
- [data-v-cd5951a2] .vgl-item > .el-form-item {
5936
+ [data-v-df445e35] .vgl-item > .el-form-item {
5934
5937
  width: 100%;
5935
5938
  padding: 6px 8px 0 8px;
5936
5939
  height: calc(100% - 15px);
5937
5940
  display: flex;
5938
5941
  }
5939
- [data-v-cd5951a2] .vgl-item > .el-form-item.el-form-item--label-top {
5942
+ [data-v-df445e35] .vgl-item > .el-form-item.el-form-item--label-top {
5940
5943
  flex-direction: column;
5941
5944
  }
5942
- [data-v-cd5951a2] .vgl-item > .el-form-item .el-form-item__label {
5945
+ [data-v-df445e35] .vgl-item > .el-form-item .el-form-item__label {
5943
5946
  line-height: 20px;
5944
5947
  display: flex;
5945
5948
  align-items: center;
@@ -5948,12 +5951,12 @@ body,
5948
5951
  flex-wrap: wrap;
5949
5952
  white-space: normal;
5950
5953
  }
5951
- [data-v-cd5951a2] .vgl-item > .el-form-item {
5954
+ [data-v-df445e35] .vgl-item > .el-form-item {
5952
5955
  /* .el-form-item__error {
5953
5956
  padding-top: 10px;
5954
5957
  } */
5955
5958
  }
5956
- [data-v-cd5951a2] .vgl-item > .el-container {
5959
+ [data-v-df445e35] .vgl-item > .el-container {
5957
5960
  height: auto !important;
5958
5961
  }.table-pagination[data-v-e5b4b4a4] {
5959
5962
  display: flex;
@@ -6307,12 +6310,12 @@ body,
6307
6310
  }
6308
6311
  [data-v-9e44c27e] .el-checkbox-group .el-checkbox-button__inner {
6309
6312
  border-radius: 4px;
6310
- }.fec-table[data-v-c35f81ee] {
6313
+ }.fec-table[data-v-8db5496b] {
6311
6314
  height: 100%;
6312
6315
  flex-grow: 1;
6313
6316
  padding: 0 16px;
6314
6317
  }
6315
- .fec-table-container[data-v-c35f81ee] {
6318
+ .fec-table-container[data-v-8db5496b] {
6316
6319
  width: 100%;
6317
6320
  background: #fff;
6318
6321
  box-sizing: border-box;
@@ -6322,79 +6325,82 @@ body,
6322
6325
  overflow: hidden;
6323
6326
  flex-grow: 1;
6324
6327
  }
6325
- .fec-table-container .fec-vxe-table[data-v-c35f81ee] {
6328
+ .fec-table-container .fec-vxe-table[data-v-8db5496b] {
6326
6329
  flex: 1;
6327
6330
  min-height: 0;
6328
6331
  overflow: hidden;
6329
6332
  margin-bottom: 16px;
6330
6333
  }
6331
- .fec-table-container[data-v-c35f81ee] .vxe-table {
6334
+ .fec-table-container[data-v-8db5496b] .vxe-table {
6332
6335
  font-size: 14px;
6333
6336
  font-family: inherit;
6334
6337
  }
6335
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-sort--asc-btn,
6336
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-sort--desc-btn {
6338
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-sort--asc-btn,
6339
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-sort--desc-btn {
6337
6340
  color: #dcdcdc;
6338
6341
  }
6339
- .fec-table-container[data-v-c35f81ee] .vxe-table .serverSort .vxe-sort--asc-btn,
6340
- .fec-table-container[data-v-c35f81ee] .vxe-table .serverSort .vxe-sort--desc-btn {
6342
+ .fec-table-container[data-v-8db5496b] .vxe-table .serverSort .vxe-sort--asc-btn,
6343
+ .fec-table-container[data-v-8db5496b] .vxe-table .serverSort .vxe-sort--desc-btn {
6341
6344
  color: #d3edf9;
6342
6345
  }
6343
- .fec-table-container[data-v-c35f81ee] .vxe-table .serverSort .sort--active {
6346
+ .fec-table-container[data-v-8db5496b] .vxe-table .serverSort .sort--active {
6344
6347
  color: var(--el-color-primary);
6345
6348
  }
6346
- .fec-table-container[data-v-c35f81ee] .vxe-table .sort--active {
6349
+ .fec-table-container[data-v-8db5496b] .vxe-table .sort--active {
6347
6350
  color: var(--el-color-primary);
6348
6351
  }
6349
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--body-wrapper {
6352
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--body-wrapper {
6350
6353
  overflow: auto;
6351
6354
  }
6352
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column {
6355
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--body {
6356
+ width: 100% !important;
6357
+ }
6358
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column {
6353
6359
  background-color: #fff;
6354
6360
  }
6355
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column .vxe-cell {
6361
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column .vxe-cell {
6356
6362
  height: 40px !important;
6357
6363
  min-height: 40px !important;
6358
6364
  color: #333;
6359
6365
  }
6360
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--header-inner-wrapper {
6366
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--header-inner-wrapper {
6361
6367
  height: 40px !important;
6362
6368
  }
6363
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column .vxe-cell {
6369
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column .vxe-cell {
6364
6370
  padding: 6px !important;
6365
6371
  min-height: 32px !important;
6366
6372
  color: #666;
6367
6373
  font-size: 13px;
6368
6374
  }
6369
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column .c--tooltip,
6370
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column .c--title {
6375
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column .c--tooltip,
6376
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column .c--title {
6371
6377
  height: 32px !important;
6372
6378
  min-height: 32px !important;
6373
6379
  }
6374
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--border-line {
6380
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--border-line {
6375
6381
  border: none;
6376
6382
  border-bottom: 1px solid #ebeef5;
6377
6383
  border-top: 1px solid #ebeef5;
6378
6384
  }
6379
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--scroll-y-handle-appearance,
6380
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--scroll-y-wrapper:after {
6385
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--scroll-y-handle-appearance,
6386
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--scroll-y-wrapper:after {
6381
6387
  border: none !important;
6382
6388
  }
6383
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--scroll-y-top-corner {
6389
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--scroll-y-top-corner {
6384
6390
  display: none !important;
6385
6391
  }
6386
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-cell--sort {
6392
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-cell--sort {
6387
6393
  font-size: 14px;
6388
6394
  }
6389
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column,
6390
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-footer--column,
6391
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column,
6392
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column,
6393
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-footer--column,
6394
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column {
6395
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column,
6396
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-footer--column,
6397
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column,
6398
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column,
6399
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-footer--column,
6400
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column {
6395
6401
  background-image: linear-gradient(#ebeef5, #ebeef5) !important;
6396
6402
  }
6397
- .fec-table-sub[data-v-c35f81ee] .vxe-table .vxe-table--border-line {
6403
+ .fec-table-sub[data-v-8db5496b] .vxe-table .vxe-table--border-line {
6398
6404
  border-top: none;
6399
6405
  }
6400
6406
  .fec-layout-card[data-v-c90689d4] {
@@ -6448,11 +6454,6 @@ body,
6448
6454
  }: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
6455
  :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
6456
  .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}
6456
6457
 
6457
6458
  .fec-card[data-v-dc24b95f] {
6458
6459
  margin: 12px;
@@ -6461,6 +6462,11 @@ body,
6461
6462
  .fec-swipe-delete-button[data-v-dc24b95f] {
6462
6463
  height: 100%;
6463
6464
  }
6465
+ :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)}
6466
+ :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}}
6467
+ :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)}
6468
+ :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)}
6469
+ :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
6470
  :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
6471
 
6466
6472
  .fec-collapse-container[data-v-6037566c] {
@@ -1,4 +1,4 @@
1
- import { withInstall, withNoopInstall } from "../../utils/vue/install.mjs";
1
+ import { withNoopInstall, withInstall } from "../../utils/vue/install.mjs";
2
2
  import container_default from "./src/container.mjs";
3
3
  import aside_default from "./src/aside.mjs";
4
4
  import footer_default from "./src/footer.mjs";
@@ -1,4 +1,4 @@
1
- import { withInstall, withNoopInstall } from "../../utils/vue/install.mjs";
1
+ import { withNoopInstall, withInstall } from "../../utils/vue/install.mjs";
2
2
  import form_default from "./src/form2.mjs";
3
3
  import form_item_default from "./src/form-item2.mjs";
4
4
  const ElForm = withInstall(form_default, { FormItem: form_item_default });
@@ -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";
9
11
  /* empty css */
10
12
  /* empty css */
11
13
  /* empty css */
12
14
  /* empty css */
13
15
  /* 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";
@@ -1094,7 +1094,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1094
1094
  };
1095
1095
  }
1096
1096
  });
1097
- const Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-cd5951a2"]]);
1097
+ const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-df445e35"]]);
1098
1098
  export {
1099
- Form as default
1099
+ _Form as default
1100
1100
  };
@@ -1,6 +1,6 @@
1
- import Form$1 from "./Form.vue.mjs";
1
+ import _Form from "./Form.vue.mjs";
2
2
  import install from "../../../utils/install.mjs";
3
- const Form = install.withInstall("Form", Form$1);
3
+ const Form = install.withInstall("Form", _Form);
4
4
  export {
5
5
  Form,
6
6
  Form as default
@@ -1,5 +1,3 @@
1
- import { Form } from "./form/index.mjs";
2
- import { FormItem } from "./formItem/index.mjs";
3
1
  import { Text } from "./text/index.mjs";
4
2
  import { Textarea } from "./textarea/index.mjs";
5
3
  import { Number } from "./number/index.mjs";
@@ -24,8 +22,6 @@ export {
24
22
  Cascader,
25
23
  Checkbox,
26
24
  Date,
27
- Form,
28
- FormItem,
29
25
  H2,
30
26
  Industry,
31
27
  MultipleSelection,
@@ -6,7 +6,7 @@ import { ArrowRight as arrow_right_default } from "../../../../../../node_module
6
6
  import { customDialog } from "../../dialog/customDialog/index.mjs";
7
7
  import api from "../../../api/index.mjs";
8
8
  import { getCurrentVueInstance } from "../../../utils/getInstance.mjs";
9
- import Form from "../../forms/form/Form.vue.mjs";
9
+ import _Form from "../../forms/form/Form.vue.mjs";
10
10
  import _Table from "../../table/Table.vue.mjs";
11
11
  import { cloneDeep, loadComponentByPath } from "../../../utils/common.mjs";
12
12
  /* empty css */
@@ -78,7 +78,7 @@ const _sfc_main = {
78
78
  }).then((res) => {
79
79
  const data = JSON.parse(res);
80
80
  if (data.formMode) {
81
- currentComponent.value = Form;
81
+ currentComponent.value = _Form;
82
82
  currentParams.value.modelValue = cloneDeep(props.morePageParams);
83
83
  } else {
84
84
  currentComponent.value = _Table;
@@ -896,7 +896,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
896
896
  };
897
897
  }
898
898
  });
899
- const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c35f81ee"]]);
899
+ const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8db5496b"]]);
900
900
  export {
901
901
  _Table as default
902
902
  };
@@ -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.124";
3
+ const version = "5.4.126";
4
4
  const packageJson = {
5
5
  version
6
6
  };
package/lib/designer.css CHANGED
@@ -5924,22 +5924,25 @@ body,
5924
5924
  width: 80px;
5925
5925
  font-size: var(--el-font-size-extra-small);
5926
5926
  }
5927
- .fec-form[data-v-cd5951a2] {
5927
+ .fec-form[data-v-df445e35] {
5928
5928
  height: 100%;
5929
5929
  }
5930
- [data-v-cd5951a2] .vgl-item {
5930
+ [data-v-df445e35] .vgl-layout {
5931
+ position: relative;
5932
+ }
5933
+ [data-v-df445e35] .vgl-item {
5931
5934
  transition: none;
5932
5935
  }
5933
- [data-v-cd5951a2] .vgl-item > .el-form-item {
5936
+ [data-v-df445e35] .vgl-item > .el-form-item {
5934
5937
  width: 100%;
5935
5938
  padding: 6px 8px 0 8px;
5936
5939
  height: calc(100% - 15px);
5937
5940
  display: flex;
5938
5941
  }
5939
- [data-v-cd5951a2] .vgl-item > .el-form-item.el-form-item--label-top {
5942
+ [data-v-df445e35] .vgl-item > .el-form-item.el-form-item--label-top {
5940
5943
  flex-direction: column;
5941
5944
  }
5942
- [data-v-cd5951a2] .vgl-item > .el-form-item .el-form-item__label {
5945
+ [data-v-df445e35] .vgl-item > .el-form-item .el-form-item__label {
5943
5946
  line-height: 20px;
5944
5947
  display: flex;
5945
5948
  align-items: center;
@@ -5948,12 +5951,12 @@ body,
5948
5951
  flex-wrap: wrap;
5949
5952
  white-space: normal;
5950
5953
  }
5951
- [data-v-cd5951a2] .vgl-item > .el-form-item {
5954
+ [data-v-df445e35] .vgl-item > .el-form-item {
5952
5955
  /* .el-form-item__error {
5953
5956
  padding-top: 10px;
5954
5957
  } */
5955
5958
  }
5956
- [data-v-cd5951a2] .vgl-item > .el-container {
5959
+ [data-v-df445e35] .vgl-item > .el-container {
5957
5960
  height: auto !important;
5958
5961
  }.table-pagination[data-v-e5b4b4a4] {
5959
5962
  display: flex;
@@ -6307,12 +6310,12 @@ body,
6307
6310
  }
6308
6311
  [data-v-9e44c27e] .el-checkbox-group .el-checkbox-button__inner {
6309
6312
  border-radius: 4px;
6310
- }.fec-table[data-v-c35f81ee] {
6313
+ }.fec-table[data-v-8db5496b] {
6311
6314
  height: 100%;
6312
6315
  flex-grow: 1;
6313
6316
  padding: 0 16px;
6314
6317
  }
6315
- .fec-table-container[data-v-c35f81ee] {
6318
+ .fec-table-container[data-v-8db5496b] {
6316
6319
  width: 100%;
6317
6320
  background: #fff;
6318
6321
  box-sizing: border-box;
@@ -6322,79 +6325,82 @@ body,
6322
6325
  overflow: hidden;
6323
6326
  flex-grow: 1;
6324
6327
  }
6325
- .fec-table-container .fec-vxe-table[data-v-c35f81ee] {
6328
+ .fec-table-container .fec-vxe-table[data-v-8db5496b] {
6326
6329
  flex: 1;
6327
6330
  min-height: 0;
6328
6331
  overflow: hidden;
6329
6332
  margin-bottom: 16px;
6330
6333
  }
6331
- .fec-table-container[data-v-c35f81ee] .vxe-table {
6334
+ .fec-table-container[data-v-8db5496b] .vxe-table {
6332
6335
  font-size: 14px;
6333
6336
  font-family: inherit;
6334
6337
  }
6335
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-sort--asc-btn,
6336
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-sort--desc-btn {
6338
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-sort--asc-btn,
6339
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-sort--desc-btn {
6337
6340
  color: #dcdcdc;
6338
6341
  }
6339
- .fec-table-container[data-v-c35f81ee] .vxe-table .serverSort .vxe-sort--asc-btn,
6340
- .fec-table-container[data-v-c35f81ee] .vxe-table .serverSort .vxe-sort--desc-btn {
6342
+ .fec-table-container[data-v-8db5496b] .vxe-table .serverSort .vxe-sort--asc-btn,
6343
+ .fec-table-container[data-v-8db5496b] .vxe-table .serverSort .vxe-sort--desc-btn {
6341
6344
  color: #d3edf9;
6342
6345
  }
6343
- .fec-table-container[data-v-c35f81ee] .vxe-table .serverSort .sort--active {
6346
+ .fec-table-container[data-v-8db5496b] .vxe-table .serverSort .sort--active {
6344
6347
  color: var(--el-color-primary);
6345
6348
  }
6346
- .fec-table-container[data-v-c35f81ee] .vxe-table .sort--active {
6349
+ .fec-table-container[data-v-8db5496b] .vxe-table .sort--active {
6347
6350
  color: var(--el-color-primary);
6348
6351
  }
6349
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--body-wrapper {
6352
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--body-wrapper {
6350
6353
  overflow: auto;
6351
6354
  }
6352
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column {
6355
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--body {
6356
+ width: 100% !important;
6357
+ }
6358
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column {
6353
6359
  background-color: #fff;
6354
6360
  }
6355
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column .vxe-cell {
6361
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column .vxe-cell {
6356
6362
  height: 40px !important;
6357
6363
  min-height: 40px !important;
6358
6364
  color: #333;
6359
6365
  }
6360
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--header-inner-wrapper {
6366
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--header-inner-wrapper {
6361
6367
  height: 40px !important;
6362
6368
  }
6363
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column .vxe-cell {
6369
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column .vxe-cell {
6364
6370
  padding: 6px !important;
6365
6371
  min-height: 32px !important;
6366
6372
  color: #666;
6367
6373
  font-size: 13px;
6368
6374
  }
6369
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column .c--tooltip,
6370
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column .c--title {
6375
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column .c--tooltip,
6376
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column .c--title {
6371
6377
  height: 32px !important;
6372
6378
  min-height: 32px !important;
6373
6379
  }
6374
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--border-line {
6380
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--border-line {
6375
6381
  border: none;
6376
6382
  border-bottom: 1px solid #ebeef5;
6377
6383
  border-top: 1px solid #ebeef5;
6378
6384
  }
6379
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--scroll-y-handle-appearance,
6380
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--scroll-y-wrapper:after {
6385
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--scroll-y-handle-appearance,
6386
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--scroll-y-wrapper:after {
6381
6387
  border: none !important;
6382
6388
  }
6383
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--scroll-y-top-corner {
6389
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--scroll-y-top-corner {
6384
6390
  display: none !important;
6385
6391
  }
6386
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-cell--sort {
6392
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-cell--sort {
6387
6393
  font-size: 14px;
6388
6394
  }
6389
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column,
6390
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-footer--column,
6391
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column,
6392
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column,
6393
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-footer--column,
6394
- .fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column {
6395
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column,
6396
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-footer--column,
6397
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column,
6398
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column,
6399
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-footer--column,
6400
+ .fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column {
6395
6401
  background-image: linear-gradient(#ebeef5, #ebeef5) !important;
6396
6402
  }
6397
- .fec-table-sub[data-v-c35f81ee] .vxe-table .vxe-table--border-line {
6403
+ .fec-table-sub[data-v-8db5496b] .vxe-table .vxe-table--border-line {
6398
6404
  border-top: none;
6399
6405
  }
6400
6406
  .fec-layout-card[data-v-c90689d4] {
@@ -6448,11 +6454,6 @@ body,
6448
6454
  }: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
6455
  :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
6456
  .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}
6456
6457
 
6457
6458
  .fec-card[data-v-dc24b95f] {
6458
6459
  margin: 12px;
@@ -6461,6 +6462,11 @@ body,
6461
6462
  .fec-swipe-delete-button[data-v-dc24b95f] {
6462
6463
  height: 100%;
6463
6464
  }
6465
+ :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)}
6466
+ :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}}
6467
+ :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)}
6468
+ :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)}
6469
+ :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
6470
  :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
6471
 
6466
6472
  .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");
11
13
  ;/* empty css */
12
14
  ;/* empty css */
13
15
  ;/* empty css */
14
16
  ;/* empty css */
15
17
  ;/* 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");
@@ -1096,5 +1096,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1096
1096
  };
1097
1097
  }
1098
1098
  });
1099
- const Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-cd5951a2"]]);
1100
- exports.default = Form;
1099
+ const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-df445e35"]]);
1100
+ exports.default = _Form;
@@ -1,44 +1,40 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./form/index.js");
4
- const index$1 = require("./formItem/index.js");
5
- const index$2 = require("./text/index.js");
6
- const index$3 = require("./textarea/index.js");
7
- const index$4 = require("./number/index.js");
8
- const index$5 = require("./date/index.js");
9
- const index$6 = require("./select/index.js");
10
- const index$7 = require("./multipleSelection/index.js");
11
- const index$8 = require("./radio/index.js");
12
- const index$9 = require("./checkbox/index.js");
13
- const index$a = require("./switch/index.js");
14
- const index$b = require("./upload/index.js");
15
- const index$c = require("./subTitle/index.js");
16
- const index$d = require("./h2/index.js");
17
- const index$e = require("./subForm/index.js");
18
- const index$f = require("./subTable/index.js");
19
- const index$g = require("./cascader/index.js");
20
- const index$h = require("./area/index.js");
21
- const index$i = require("./industry/index.js");
22
- const index$j = require("./userSelect/index.js");
23
- const index$k = require("./roleSelect/index.js");
24
- exports.Form = index.Form;
25
- exports.FormItem = index$1.FormItem;
26
- exports.Text = index$2.Text;
27
- exports.Textarea = index$3.Textarea;
28
- exports.Number = index$4.Number;
29
- exports.Date = index$5.Date;
30
- exports.Select = index$6.Select;
31
- exports.MultipleSelection = index$7.MultipleSelection;
32
- exports.Radio = index$8.Radio;
33
- exports.Checkbox = index$9.Checkbox;
34
- exports.Switch = index$a.Switch;
35
- exports.Upload = index$b.Upload;
36
- exports.SubTitle = index$c.SubTitle;
37
- exports.H2 = index$d.H2;
38
- exports.SubForm = index$e.SubForm;
39
- exports.SubTable = index$f.SubTable;
40
- exports.Cascader = index$g.Cascader;
41
- exports.Area = index$h.Area;
42
- exports.Industry = index$i.Industry;
43
- exports.UserSelect = index$j.UserSelect;
44
- exports.RoleSelect = index$k.RoleSelect;
3
+ const index = require("./text/index.js");
4
+ const index$1 = require("./textarea/index.js");
5
+ const index$2 = require("./number/index.js");
6
+ const index$3 = require("./date/index.js");
7
+ const index$4 = require("./select/index.js");
8
+ const index$5 = require("./multipleSelection/index.js");
9
+ const index$6 = require("./radio/index.js");
10
+ const index$7 = require("./checkbox/index.js");
11
+ const index$8 = require("./switch/index.js");
12
+ const index$9 = require("./upload/index.js");
13
+ const index$a = require("./subTitle/index.js");
14
+ const index$b = require("./h2/index.js");
15
+ const index$c = require("./subForm/index.js");
16
+ const index$d = require("./subTable/index.js");
17
+ const index$e = require("./cascader/index.js");
18
+ const index$f = require("./area/index.js");
19
+ const index$g = require("./industry/index.js");
20
+ const index$h = require("./userSelect/index.js");
21
+ const index$i = require("./roleSelect/index.js");
22
+ exports.Text = index.Text;
23
+ exports.Textarea = index$1.Textarea;
24
+ exports.Number = index$2.Number;
25
+ exports.Date = index$3.Date;
26
+ exports.Select = index$4.Select;
27
+ exports.MultipleSelection = index$5.MultipleSelection;
28
+ exports.Radio = index$6.Radio;
29
+ exports.Checkbox = index$7.Checkbox;
30
+ exports.Switch = index$8.Switch;
31
+ exports.Upload = index$9.Upload;
32
+ exports.SubTitle = index$a.SubTitle;
33
+ exports.H2 = index$b.H2;
34
+ exports.SubForm = index$c.SubForm;
35
+ exports.SubTable = index$d.SubTable;
36
+ exports.Cascader = index$e.Cascader;
37
+ exports.Area = index$f.Area;
38
+ exports.Industry = index$g.Industry;
39
+ exports.UserSelect = index$h.UserSelect;
40
+ exports.RoleSelect = index$i.RoleSelect;
@@ -898,5 +898,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
898
898
  };
899
899
  }
900
900
  });
901
- const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-c35f81ee"]]);
901
+ const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-8db5496b"]]);
902
902
  exports.default = _Table;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.4.124",
3
+ "version": "5.4.126",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [