@fecp/mobile 1.1.14 → 1.1.15

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.
package/es/mobile.css CHANGED
@@ -6,11 +6,6 @@
6
6
  :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)}
7
7
  :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)}
8
8
  .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)}
9
- :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)}
10
- :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}}
11
- :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)}
12
- :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)}
13
- :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}
14
9
 
15
10
  .fec-card[data-v-138f88dc] {
16
11
  margin: 12px;
@@ -18,6 +13,11 @@
18
13
  .fec-swipe-delete-button[data-v-138f88dc] {
19
14
  height: 100%;
20
15
  }
16
+ :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)}
17
+ :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}}
18
+ :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)}
19
+ :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)}
20
+ :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}
21
21
  :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)}
22
22
  :root,:host{--van-collapse-item-duration: var(--van-duration-base);--van-collapse-item-content-padding: var(--van-padding-sm) var(--van-padding-md);--van-collapse-item-content-font-size: var(--van-font-size-md);--van-collapse-item-content-line-height: 1.5;--van-collapse-item-content-text-color: var(--van-text-color-2);--van-collapse-item-content-background: var(--van-background-2);--van-collapse-item-title-disabled-color: var(--van-text-color-3)}.van-collapse-item{position:relative}.van-collapse-item--border:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:0;right:var(--van-padding-md);left:var(--van-padding-md);border-top:1px solid var(--van-border-color);transform:scaleY(.5)}.van-collapse-item__title .van-cell__right-icon:before{transform:rotate(90deg) translateZ(0);transition:transform var(--van-collapse-item-duration)}.van-collapse-item__title:after{right:var(--van-padding-md);display:none}.van-collapse-item__title--expanded .van-cell__right-icon:before{transform:rotate(-90deg)}.van-collapse-item__title--expanded:after{display:block}.van-collapse-item__title--borderless:after{display:none}.van-collapse-item__title--disabled{cursor:not-allowed}.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon{color:var(--van-collapse-item-title-disabled-color)}.van-collapse-item__wrapper{overflow:hidden;transition:height var(--van-collapse-item-duration) ease-in-out;will-change:height}.van-collapse-item__content{padding:var(--van-collapse-item-content-padding);color:var(--van-collapse-item-content-text-color);font-size:var(--van-collapse-item-content-font-size);line-height:var(--van-collapse-item-content-line-height);background:var(--van-collapse-item-content-background)}
23
23
  :root,:host{--van-divider-margin: var(--van-padding-md) 0;--van-divider-vertical-margin: 0 var(--van-padding-xs);--van-divider-text-color: var(--van-text-color-2);--van-divider-font-size: var(--van-font-size-md);--van-divider-line-height: 24px;--van-divider-border-color: var(--van-border-color);--van-divider-content-padding: var(--van-padding-md);--van-divider-content-left-width: 10%;--van-divider-content-right-width: 10%}.van-divider{display:flex;align-items:center;margin:var(--van-divider-margin);color:var(--van-divider-text-color);font-size:var(--van-divider-font-size);line-height:var(--van-divider-line-height);border-color:var(--van-divider-border-color);border-style:solid;border-width:0}.van-divider:before,.van-divider:after{display:block;flex:1;box-sizing:border-box;height:1px;border-color:inherit;border-style:inherit;border-width:var(--van-border-width) 0 0}.van-divider:before{content:""}.van-divider--hairline:before,.van-divider--hairline:after{transform:scaleY(.5)}.van-divider--dashed{border-style:dashed}.van-divider--content-center:before,.van-divider--content-left:before,.van-divider--content-right:before{margin-right:var(--van-divider-content-padding)}.van-divider--content-center:after,.van-divider--content-left:after,.van-divider--content-right:after{margin-left:var(--van-divider-content-padding);content:""}.van-divider--content-left:before{max-width:var(--van-divider-content-left-width)}.van-divider--content-right:after{max-width:var(--van-divider-content-right-width)}.van-divider--vertical{display:inline-block;width:var(--van-border-width);height:1em;margin:var(--van-divider-vertical-margin);vertical-align:middle}.van-divider--vertical:before{height:100%;border-width:0 0 0 var(--van-border-width)}.van-divider--vertical:after{display:none}.van-divider--vertical.van-divider--hairline:before{transform:scaleX(.5)}
@@ -22,6 +22,7 @@ import { MobileStep } from "./src/components/dataDisplay/step/index.mjs";
22
22
  import { MobileSwipe } from "./src/components/dataDisplay/swipe/index.mjs";
23
23
  import { MobileSwipeItem } from "./src/components/dataDisplay/swipeItem/index.mjs";
24
24
  import { MobileTextEllipsis } from "./src/components/dataDisplay/textEllipsis/index.mjs";
25
+ import { MobileTimeLine } from "./src/components/dataDisplay/timeLine/index.mjs";
25
26
  import { MobileActionSheet } from "./src/components/feedback/actionSheet/index.mjs";
26
27
  import { MobileDropdownMenu } from "./src/components/feedback/dropdownMenu/index.mjs";
27
28
  import { MobileFloatingPanel } from "./src/components/feedback/floatingPanel/index.mjs";
@@ -139,6 +140,7 @@ export {
139
140
  MobileTable,
140
141
  MobileTabs,
141
142
  MobileTextEllipsis,
143
+ MobileTimeLine,
142
144
  MobileTreeSelect,
143
145
  MobileUploader,
144
146
  allowMultipleToast,
@@ -18,6 +18,7 @@ import { MobileStep } from "./dataDisplay/step/index.mjs";
18
18
  import { MobileSwipe } from "./dataDisplay/swipe/index.mjs";
19
19
  import { MobileSwipeItem } from "./dataDisplay/swipeItem/index.mjs";
20
20
  import { MobileTextEllipsis } from "./dataDisplay/textEllipsis/index.mjs";
21
+ import { MobileTimeLine } from "./dataDisplay/timeLine/index.mjs";
21
22
  import { MobileActionSheet } from "./feedback/actionSheet/index.mjs";
22
23
  import { MobileDropdownMenu } from "./feedback/dropdownMenu/index.mjs";
23
24
  import { MobileFloatingPanel } from "./feedback/floatingPanel/index.mjs";
@@ -117,6 +118,7 @@ export {
117
118
  MobileTable,
118
119
  MobileTabs,
119
120
  MobileTextEllipsis,
121
+ MobileTimeLine,
120
122
  MobileTreeSelect,
121
123
  MobileUploader
122
124
  };
@@ -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/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/swipe-cell/index.mjs";
17
17
  import { showConfirmDialog } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/dialog/function-call.mjs";
18
18
  import "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/dialog/index.mjs";
@@ -1,23 +1,40 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
- import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
4
- import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
3
+ /* empty css */
4
+ /* empty css */
5
+ /* empty css */
6
+ import { createBlock, openBlock, mergeProps, withCtx, createElementBlock, Fragment, renderList, createTextVNode, toDisplayString } from "vue";
5
7
  import { Steps } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/steps/index.mjs";
6
- const _sfc_main = {};
7
- function _sfc_render(_ctx, _cache) {
8
- const _component_van_steps = Steps;
9
- return openBlock(), createBlock(_component_van_steps, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
10
- renderList(_ctx.$slots, (item, key) => {
11
- return {
12
- name: key,
13
- fn: withCtx(() => [
14
- renderSlot(_ctx.$slots, key)
15
- ])
16
- };
17
- })
18
- ]), 1040);
19
- }
20
- const _Steps = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
8
+ import { Step } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/step/index.mjs";
9
+ const _sfc_main = {
10
+ __name: "Steps",
11
+ props: {
12
+ options: {
13
+ //步骤配置
14
+ type: Array,
15
+ default: []
16
+ }
17
+ },
18
+ setup(__props) {
19
+ return (_ctx, _cache) => {
20
+ const _component_van_step = Step;
21
+ const _component_van_steps = Steps;
22
+ return openBlock(), createBlock(_component_van_steps, mergeProps(_ctx.$attrs, { direction: "horizontal" }), {
23
+ default: withCtx(() => [
24
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.options, (item) => {
25
+ return openBlock(), createBlock(_component_van_step, null, {
26
+ default: withCtx(() => [
27
+ createTextVNode(toDisplayString(item.text), 1)
28
+ ]),
29
+ _: 2
30
+ }, 1024);
31
+ }), 256))
32
+ ]),
33
+ _: 1
34
+ }, 16);
35
+ };
36
+ }
37
+ };
21
38
  export {
22
- _Steps as default
39
+ _sfc_main as default
23
40
  };
@@ -1,6 +1,6 @@
1
- import _Steps from "./Steps.vue.mjs";
1
+ import _sfc_main from "./Steps.vue.mjs";
2
2
  import install from "../../../utils/install.mjs";
3
- const MobileSteps = install.withInstall("MobileSteps", _Steps);
3
+ const MobileSteps = install.withInstall("MobileSteps", _sfc_main);
4
4
  export {
5
5
  MobileSteps,
6
6
  MobileSteps as default
@@ -0,0 +1,23 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ import { createBlock, openBlock, mergeProps, createSlots, renderList, withCtx, renderSlot } from "vue";
4
+ import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
5
+ import { Steps } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/steps/index.mjs";
6
+ const _sfc_main = {};
7
+ function _sfc_render(_ctx, _cache) {
8
+ const _component_van_steps = Steps;
9
+ return openBlock(), createBlock(_component_van_steps, mergeProps(_ctx.$attrs, { direction: "vertical" }), createSlots({ _: 2 }, [
10
+ renderList(_ctx.$slots, (item, key) => {
11
+ return {
12
+ name: key,
13
+ fn: withCtx(() => [
14
+ renderSlot(_ctx.$slots, key)
15
+ ])
16
+ };
17
+ })
18
+ ]), 1040);
19
+ }
20
+ const _TimeLine = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
21
+ export {
22
+ _TimeLine as default
23
+ };
@@ -0,0 +1,7 @@
1
+ import _TimeLine from "./TimeLine.vue.mjs";
2
+ import install from "../../../utils/install.mjs";
3
+ const MobileTimeLine = install.withInstall("MobileTimeLine", _TimeLine);
4
+ export {
5
+ MobileTimeLine,
6
+ MobileTimeLine as default
7
+ };
package/lib/mobile.css CHANGED
@@ -6,11 +6,6 @@
6
6
  :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)}
7
7
  :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)}
8
8
  .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)}
9
- :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)}
10
- :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}}
11
- :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)}
12
- :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)}
13
- :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}
14
9
 
15
10
  .fec-card[data-v-138f88dc] {
16
11
  margin: 12px;
@@ -18,6 +13,11 @@
18
13
  .fec-swipe-delete-button[data-v-138f88dc] {
19
14
  height: 100%;
20
15
  }
16
+ :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)}
17
+ :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}}
18
+ :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)}
19
+ :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)}
20
+ :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}
21
21
  :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)}
22
22
  :root,:host{--van-collapse-item-duration: var(--van-duration-base);--van-collapse-item-content-padding: var(--van-padding-sm) var(--van-padding-md);--van-collapse-item-content-font-size: var(--van-font-size-md);--van-collapse-item-content-line-height: 1.5;--van-collapse-item-content-text-color: var(--van-text-color-2);--van-collapse-item-content-background: var(--van-background-2);--van-collapse-item-title-disabled-color: var(--van-text-color-3)}.van-collapse-item{position:relative}.van-collapse-item--border:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:0;right:var(--van-padding-md);left:var(--van-padding-md);border-top:1px solid var(--van-border-color);transform:scaleY(.5)}.van-collapse-item__title .van-cell__right-icon:before{transform:rotate(90deg) translateZ(0);transition:transform var(--van-collapse-item-duration)}.van-collapse-item__title:after{right:var(--van-padding-md);display:none}.van-collapse-item__title--expanded .van-cell__right-icon:before{transform:rotate(-90deg)}.van-collapse-item__title--expanded:after{display:block}.van-collapse-item__title--borderless:after{display:none}.van-collapse-item__title--disabled{cursor:not-allowed}.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon{color:var(--van-collapse-item-title-disabled-color)}.van-collapse-item__wrapper{overflow:hidden;transition:height var(--van-collapse-item-duration) ease-in-out;will-change:height}.van-collapse-item__content{padding:var(--van-collapse-item-content-padding);color:var(--van-collapse-item-content-text-color);font-size:var(--van-collapse-item-content-font-size);line-height:var(--van-collapse-item-content-line-height);background:var(--van-collapse-item-content-background)}
23
23
  :root,:host{--van-divider-margin: var(--van-padding-md) 0;--van-divider-vertical-margin: 0 var(--van-padding-xs);--van-divider-text-color: var(--van-text-color-2);--van-divider-font-size: var(--van-font-size-md);--van-divider-line-height: 24px;--van-divider-border-color: var(--van-border-color);--van-divider-content-padding: var(--van-padding-md);--van-divider-content-left-width: 10%;--van-divider-content-right-width: 10%}.van-divider{display:flex;align-items:center;margin:var(--van-divider-margin);color:var(--van-divider-text-color);font-size:var(--van-divider-font-size);line-height:var(--van-divider-line-height);border-color:var(--van-divider-border-color);border-style:solid;border-width:0}.van-divider:before,.van-divider:after{display:block;flex:1;box-sizing:border-box;height:1px;border-color:inherit;border-style:inherit;border-width:var(--van-border-width) 0 0}.van-divider:before{content:""}.van-divider--hairline:before,.van-divider--hairline:after{transform:scaleY(.5)}.van-divider--dashed{border-style:dashed}.van-divider--content-center:before,.van-divider--content-left:before,.van-divider--content-right:before{margin-right:var(--van-divider-content-padding)}.van-divider--content-center:after,.van-divider--content-left:after,.van-divider--content-right:after{margin-left:var(--van-divider-content-padding);content:""}.van-divider--content-left:before{max-width:var(--van-divider-content-left-width)}.van-divider--content-right:after{max-width:var(--van-divider-content-right-width)}.van-divider--vertical{display:inline-block;width:var(--van-border-width);height:1em;margin:var(--van-divider-vertical-margin);vertical-align:middle}.van-divider--vertical:before{height:100%;border-width:0 0 0 var(--van-border-width)}.van-divider--vertical:after{display:none}.van-divider--vertical.van-divider--hairline:before{transform:scaleX(.5)}
@@ -3,7 +3,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
3
3
  const all = require("./src/components/all.js");
4
4
  require("../../node_modules/.pnpm/@vant_touch-emulator@1.4.0/node_modules/@vant/touch-emulator/dist/index.js");
5
5
  ;/* empty css */
6
- const index$_ = require("../charts/index.js");
6
+ const index$$ = require("../charts/index.js");
7
7
  const index$1 = require("./src/components/base/button/index.js");
8
8
  const index$2 = require("./src/components/base/icon/index.js");
9
9
  const index$3 = require("./src/components/base/cell/index.js");
@@ -24,59 +24,60 @@ const index$h = require("./src/components/dataDisplay/step/index.js");
24
24
  const index$i = require("./src/components/dataDisplay/swipe/index.js");
25
25
  const index$j = require("./src/components/dataDisplay/swipeItem/index.js");
26
26
  const index$k = require("./src/components/dataDisplay/textEllipsis/index.js");
27
- const index$l = require("./src/components/feedback/actionSheet/index.js");
28
- const index$m = require("./src/components/feedback/dropdownMenu/index.js");
29
- const index$n = require("./src/components/feedback/floatingPanel/index.js");
30
- const index$o = require("./src/components/feedback/floatingBubble/index.js");
31
- const index$p = require("./src/components/feedback/loading/index.js");
32
- const index$q = require("./src/components/feedback/pullRefresh/index.js");
33
- const index$r = require("./src/components/feedback/swipeCell/index.js");
34
- const index$s = require("./src/components/form/checkbox/index.js");
35
- const index$t = require("./src/components/form/checkboxGroup/index.js");
36
- const index$u = require("./src/components/form/field/index.js");
37
- const index$v = require("./src/components/form/fieldPicker/index.js");
38
- const index$w = require("./src/components/form/fieldCalendarPicker/index.js");
39
- const index$x = require("./src/components/form/fieldDatePicker/index.js");
40
- const index$y = require("./src/components/form/fieldTimePicker/index.js");
41
- const index$z = require("./src/components/form/fieldDateTimePicker/index.js");
42
- const index$A = require("./src/components/form/fieldCascaderPicker/index.js");
43
- const index$B = require("./src/components/form/fieldCheckbox/index.js");
44
- const index$C = require("./src/components/form/fieldRadio/index.js");
45
- const index$D = require("./src/components/form/fieldArea/index.js");
46
- const index$E = require("./src/components/form/form/index.js");
47
- const index$F = require("./src/components/form/formItem/index.js");
48
- const index$G = require("./src/components/form/radioGroup/index.js");
49
- const index$H = require("./src/components/form/search/index.js");
50
- const index$I = require("./src/components/form/uploader/index.js");
51
- const index$J = require("./src/components/form/fieldUploader/index.js");
52
- const index$K = require("./src/components/form/submitButton/index.js");
53
- const index$L = require("./src/components/navigation/actionBar/index.js");
54
- const index$M = require("./src/components/navigation/backTop/index.js");
55
- const index$N = require("./src/components/navigation/grid/index.js");
56
- const index$O = require("./src/components/navigation/indexBar/index.js");
57
- const index$P = require("./src/components/navigation/indexAnchor/index.js");
58
- const index$Q = require("./src/components/navigation/navBar/index.js");
59
- const index$R = require("./src/components/navigation/pagination/index.js");
60
- const index$S = require("./src/components/navigation/sidebar/index.js");
61
- const index$T = require("./src/components/navigation/sidebarItem/index.js");
62
- const index$U = require("./src/components/navigation/tabs/index.js");
63
- const index$V = require("./src/components/navigation/tabbar/index.js");
64
- const index$W = require("./src/components/navigation/tabbarItem/index.js");
65
- const index$X = require("./src/components/navigation/treeSelect/index.js");
66
- const index$Y = require("./src/components/layout/layout/index.js");
27
+ const index$l = require("./src/components/dataDisplay/timeLine/index.js");
28
+ const index$m = require("./src/components/feedback/actionSheet/index.js");
29
+ const index$n = require("./src/components/feedback/dropdownMenu/index.js");
30
+ const index$o = require("./src/components/feedback/floatingPanel/index.js");
31
+ const index$p = require("./src/components/feedback/floatingBubble/index.js");
32
+ const index$q = require("./src/components/feedback/loading/index.js");
33
+ const index$r = require("./src/components/feedback/pullRefresh/index.js");
34
+ const index$s = require("./src/components/feedback/swipeCell/index.js");
35
+ const index$t = require("./src/components/form/checkbox/index.js");
36
+ const index$u = require("./src/components/form/checkboxGroup/index.js");
37
+ const index$v = require("./src/components/form/field/index.js");
38
+ const index$w = require("./src/components/form/fieldPicker/index.js");
39
+ const index$x = require("./src/components/form/fieldCalendarPicker/index.js");
40
+ const index$y = require("./src/components/form/fieldDatePicker/index.js");
41
+ const index$z = require("./src/components/form/fieldTimePicker/index.js");
42
+ const index$A = require("./src/components/form/fieldDateTimePicker/index.js");
43
+ const index$B = require("./src/components/form/fieldCascaderPicker/index.js");
44
+ const index$C = require("./src/components/form/fieldCheckbox/index.js");
45
+ const index$D = require("./src/components/form/fieldRadio/index.js");
46
+ const index$E = require("./src/components/form/fieldArea/index.js");
47
+ const index$F = require("./src/components/form/form/index.js");
48
+ const index$G = require("./src/components/form/formItem/index.js");
49
+ const index$H = require("./src/components/form/radioGroup/index.js");
50
+ const index$I = require("./src/components/form/search/index.js");
51
+ const index$J = require("./src/components/form/uploader/index.js");
52
+ const index$K = require("./src/components/form/fieldUploader/index.js");
53
+ const index$L = require("./src/components/form/submitButton/index.js");
54
+ const index$M = require("./src/components/navigation/actionBar/index.js");
55
+ const index$N = require("./src/components/navigation/backTop/index.js");
56
+ const index$O = require("./src/components/navigation/grid/index.js");
57
+ const index$P = require("./src/components/navigation/indexBar/index.js");
58
+ const index$Q = require("./src/components/navigation/indexAnchor/index.js");
59
+ const index$R = require("./src/components/navigation/navBar/index.js");
60
+ const index$S = require("./src/components/navigation/pagination/index.js");
61
+ const index$T = require("./src/components/navigation/sidebar/index.js");
62
+ const index$U = require("./src/components/navigation/sidebarItem/index.js");
63
+ const index$V = require("./src/components/navigation/tabs/index.js");
64
+ const index$W = require("./src/components/navigation/tabbar/index.js");
65
+ const index$X = require("./src/components/navigation/tabbarItem/index.js");
66
+ const index$Y = require("./src/components/navigation/treeSelect/index.js");
67
+ const index$Z = require("./src/components/layout/layout/index.js");
67
68
  const functionCall = require("../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/dialog/function-call.js");
68
69
  const functionCall$1 = require("../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/image-preview/function-call.js");
69
70
  const functionCall$2 = require("../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/notify/function-call.js");
70
71
  const functionCall$3 = require("../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/toast/function-call.js");
71
- const index$Z = require("../charts/src/components/baseChart/index.js");
72
+ const index$_ = require("../charts/src/components/baseChart/index.js");
72
73
  const index = {
73
74
  install: (app) => {
74
75
  for (let c in all) {
75
76
  app.use(all[c]);
76
77
  }
77
- for (let c in index$_) {
78
+ for (let c in index$$) {
78
79
  if (c != "default") {
79
- app.use(index$_[c]);
80
+ app.use(index$$[c]);
80
81
  }
81
82
  }
82
83
  }
@@ -101,46 +102,47 @@ exports.MobileStep = index$h.MobileStep;
101
102
  exports.MobileSwipe = index$i.MobileSwipe;
102
103
  exports.MobileSwipeItem = index$j.MobileSwipeItem;
103
104
  exports.MobileTextEllipsis = index$k.MobileTextEllipsis;
104
- exports.MobileActionSheet = index$l.MobileActionSheet;
105
- exports.MobileDropdownMenu = index$m.MobileDropdownMenu;
106
- exports.MobileFloatingPanel = index$n.MobileFloatingPanel;
107
- exports.MobileFloatingBubble = index$o.MobileFloatingBubble;
108
- exports.MobileLoading = index$p.MobileLoading;
109
- exports.MobilePullRefresh = index$q.MobilePullRefresh;
110
- exports.MobileSwipeCell = index$r.MobileSwipeCell;
111
- exports.MobileCheckbox = index$s.MobileCheckbox;
112
- exports.MobileCheckboxGroup = index$t.MobileCheckboxGroup;
113
- exports.MobileField = index$u.MobileField;
114
- exports.MobileFieldPicker = index$v.MobileFieldPicker;
115
- exports.MobileFieldCalendarPicker = index$w.MobileFieldCalendarPicker;
116
- exports.MobileFieldDatePicker = index$x.MobileFieldDatePicker;
117
- exports.MobileFieldTimePicker = index$y.MobileFieldTimePicker;
118
- exports.MobileFieldDateTimePicker = index$z.MobileFieldDateTimePicker;
119
- exports.MobileFieldCascaderPicker = index$A.MobileFieldCascaderPicker;
120
- exports.MobileFieldCheckbox = index$B.MobileFieldCheckbox;
121
- exports.MobileFieldRadio = index$C.MobileFieldRadio;
122
- exports.MobileFieldArea = index$D.MobileFieldArea;
123
- exports.MobileForm = index$E.MobileForm;
124
- exports.MobileFormItem = index$F.MobileFormItem;
125
- exports.MobileRadioGroup = index$G.MobileRadioGroup;
126
- exports.MobileSearch = index$H.MobileSearch;
127
- exports.MobileUploader = index$I.MobileUploader;
128
- exports.MobileFieldUploader = index$J.MobileFieldUploader;
129
- exports.MobileSubmitButton = index$K.MobileSubmitButton;
130
- exports.MobileActionBar = index$L.MobileActionBar;
131
- exports.MobileBackTop = index$M.MobileBackTop;
132
- exports.MobileGrid = index$N.MobileGrid;
133
- exports.MobileIndexBar = index$O.MobileIndexBar;
134
- exports.MobileIndexAnchor = index$P.MobileIndexAnchor;
135
- exports.MobileNavBar = index$Q.MobileNavBar;
136
- exports.MobilePagination = index$R.MobilePagination;
137
- exports.MobileSidebar = index$S.MobileSidebar;
138
- exports.MobileSidebarItem = index$T.MobileSidebarItem;
139
- exports.MobileTabs = index$U.MobileTabs;
140
- exports.MobileTabbar = index$V.MobileTabbar;
141
- exports.MobileTabbarItem = index$W.MobileTabbarItem;
142
- exports.MobileTreeSelect = index$X.MobileTreeSelect;
143
- exports.MobileLayout = index$Y.MobileLayout;
105
+ exports.MobileTimeLine = index$l.MobileTimeLine;
106
+ exports.MobileActionSheet = index$m.MobileActionSheet;
107
+ exports.MobileDropdownMenu = index$n.MobileDropdownMenu;
108
+ exports.MobileFloatingPanel = index$o.MobileFloatingPanel;
109
+ exports.MobileFloatingBubble = index$p.MobileFloatingBubble;
110
+ exports.MobileLoading = index$q.MobileLoading;
111
+ exports.MobilePullRefresh = index$r.MobilePullRefresh;
112
+ exports.MobileSwipeCell = index$s.MobileSwipeCell;
113
+ exports.MobileCheckbox = index$t.MobileCheckbox;
114
+ exports.MobileCheckboxGroup = index$u.MobileCheckboxGroup;
115
+ exports.MobileField = index$v.MobileField;
116
+ exports.MobileFieldPicker = index$w.MobileFieldPicker;
117
+ exports.MobileFieldCalendarPicker = index$x.MobileFieldCalendarPicker;
118
+ exports.MobileFieldDatePicker = index$y.MobileFieldDatePicker;
119
+ exports.MobileFieldTimePicker = index$z.MobileFieldTimePicker;
120
+ exports.MobileFieldDateTimePicker = index$A.MobileFieldDateTimePicker;
121
+ exports.MobileFieldCascaderPicker = index$B.MobileFieldCascaderPicker;
122
+ exports.MobileFieldCheckbox = index$C.MobileFieldCheckbox;
123
+ exports.MobileFieldRadio = index$D.MobileFieldRadio;
124
+ exports.MobileFieldArea = index$E.MobileFieldArea;
125
+ exports.MobileForm = index$F.MobileForm;
126
+ exports.MobileFormItem = index$G.MobileFormItem;
127
+ exports.MobileRadioGroup = index$H.MobileRadioGroup;
128
+ exports.MobileSearch = index$I.MobileSearch;
129
+ exports.MobileUploader = index$J.MobileUploader;
130
+ exports.MobileFieldUploader = index$K.MobileFieldUploader;
131
+ exports.MobileSubmitButton = index$L.MobileSubmitButton;
132
+ exports.MobileActionBar = index$M.MobileActionBar;
133
+ exports.MobileBackTop = index$N.MobileBackTop;
134
+ exports.MobileGrid = index$O.MobileGrid;
135
+ exports.MobileIndexBar = index$P.MobileIndexBar;
136
+ exports.MobileIndexAnchor = index$Q.MobileIndexAnchor;
137
+ exports.MobileNavBar = index$R.MobileNavBar;
138
+ exports.MobilePagination = index$S.MobilePagination;
139
+ exports.MobileSidebar = index$T.MobileSidebar;
140
+ exports.MobileSidebarItem = index$U.MobileSidebarItem;
141
+ exports.MobileTabs = index$V.MobileTabs;
142
+ exports.MobileTabbar = index$W.MobileTabbar;
143
+ exports.MobileTabbarItem = index$X.MobileTabbarItem;
144
+ exports.MobileTreeSelect = index$Y.MobileTreeSelect;
145
+ exports.MobileLayout = index$Z.MobileLayout;
144
146
  exports.closeDialog = functionCall.closeDialog;
145
147
  exports.showConfirmDialog = functionCall.showConfirmDialog;
146
148
  exports.showDialog = functionCall.showDialog;
@@ -153,5 +155,5 @@ exports.showFailToast = functionCall$3.showFailToast;
153
155
  exports.showLoadingToast = functionCall$3.showLoadingToast;
154
156
  exports.showSuccessToast = functionCall$3.showSuccessToast;
155
157
  exports.showToast = functionCall$3.showToast;
156
- exports.BaseChart = index$Z.BaseChart;
158
+ exports.BaseChart = index$_.BaseChart;
157
159
  exports.default = index;
@@ -20,46 +20,47 @@ const index$g = require("./dataDisplay/step/index.js");
20
20
  const index$h = require("./dataDisplay/swipe/index.js");
21
21
  const index$i = require("./dataDisplay/swipeItem/index.js");
22
22
  const index$j = require("./dataDisplay/textEllipsis/index.js");
23
- const index$k = require("./feedback/actionSheet/index.js");
24
- const index$l = require("./feedback/dropdownMenu/index.js");
25
- const index$m = require("./feedback/floatingPanel/index.js");
26
- const index$n = require("./feedback/floatingBubble/index.js");
27
- const index$o = require("./feedback/loading/index.js");
28
- const index$p = require("./feedback/pullRefresh/index.js");
29
- const index$q = require("./feedback/swipeCell/index.js");
30
- const index$r = require("./form/checkbox/index.js");
31
- const index$s = require("./form/checkboxGroup/index.js");
32
- const index$t = require("./form/field/index.js");
33
- const index$u = require("./form/fieldPicker/index.js");
34
- const index$v = require("./form/fieldCalendarPicker/index.js");
35
- const index$w = require("./form/fieldDatePicker/index.js");
36
- const index$x = require("./form/fieldTimePicker/index.js");
37
- const index$y = require("./form/fieldDateTimePicker/index.js");
38
- const index$z = require("./form/fieldCascaderPicker/index.js");
39
- const index$A = require("./form/fieldCheckbox/index.js");
40
- const index$B = require("./form/fieldRadio/index.js");
41
- const index$C = require("./form/fieldArea/index.js");
42
- const index$D = require("./form/form/index.js");
43
- const index$E = require("./form/formItem/index.js");
44
- const index$F = require("./form/radioGroup/index.js");
45
- const index$G = require("./form/search/index.js");
46
- const index$H = require("./form/uploader/index.js");
47
- const index$I = require("./form/fieldUploader/index.js");
48
- const index$J = require("./form/submitButton/index.js");
49
- const index$K = require("./navigation/actionBar/index.js");
50
- const index$L = require("./navigation/backTop/index.js");
51
- const index$M = require("./navigation/grid/index.js");
52
- const index$N = require("./navigation/indexBar/index.js");
53
- const index$O = require("./navigation/indexAnchor/index.js");
54
- const index$P = require("./navigation/navBar/index.js");
55
- const index$Q = require("./navigation/pagination/index.js");
56
- const index$R = require("./navigation/sidebar/index.js");
57
- const index$S = require("./navigation/sidebarItem/index.js");
58
- const index$T = require("./navigation/tabs/index.js");
59
- const index$U = require("./navigation/tabbar/index.js");
60
- const index$V = require("./navigation/tabbarItem/index.js");
61
- const index$W = require("./navigation/treeSelect/index.js");
62
- const index$X = require("./layout/layout/index.js");
23
+ const index$k = require("./dataDisplay/timeLine/index.js");
24
+ const index$l = require("./feedback/actionSheet/index.js");
25
+ const index$m = require("./feedback/dropdownMenu/index.js");
26
+ const index$n = require("./feedback/floatingPanel/index.js");
27
+ const index$o = require("./feedback/floatingBubble/index.js");
28
+ const index$p = require("./feedback/loading/index.js");
29
+ const index$q = require("./feedback/pullRefresh/index.js");
30
+ const index$r = require("./feedback/swipeCell/index.js");
31
+ const index$s = require("./form/checkbox/index.js");
32
+ const index$t = require("./form/checkboxGroup/index.js");
33
+ const index$u = require("./form/field/index.js");
34
+ const index$v = require("./form/fieldPicker/index.js");
35
+ const index$w = require("./form/fieldCalendarPicker/index.js");
36
+ const index$x = require("./form/fieldDatePicker/index.js");
37
+ const index$y = require("./form/fieldTimePicker/index.js");
38
+ const index$z = require("./form/fieldDateTimePicker/index.js");
39
+ const index$A = require("./form/fieldCascaderPicker/index.js");
40
+ const index$B = require("./form/fieldCheckbox/index.js");
41
+ const index$C = require("./form/fieldRadio/index.js");
42
+ const index$D = require("./form/fieldArea/index.js");
43
+ const index$E = require("./form/form/index.js");
44
+ const index$F = require("./form/formItem/index.js");
45
+ const index$G = require("./form/radioGroup/index.js");
46
+ const index$H = require("./form/search/index.js");
47
+ const index$I = require("./form/uploader/index.js");
48
+ const index$J = require("./form/fieldUploader/index.js");
49
+ const index$K = require("./form/submitButton/index.js");
50
+ const index$L = require("./navigation/actionBar/index.js");
51
+ const index$M = require("./navigation/backTop/index.js");
52
+ const index$N = require("./navigation/grid/index.js");
53
+ const index$O = require("./navigation/indexBar/index.js");
54
+ const index$P = require("./navigation/indexAnchor/index.js");
55
+ const index$Q = require("./navigation/navBar/index.js");
56
+ const index$R = require("./navigation/pagination/index.js");
57
+ const index$S = require("./navigation/sidebar/index.js");
58
+ const index$T = require("./navigation/sidebarItem/index.js");
59
+ const index$U = require("./navigation/tabs/index.js");
60
+ const index$V = require("./navigation/tabbar/index.js");
61
+ const index$W = require("./navigation/tabbarItem/index.js");
62
+ const index$X = require("./navigation/treeSelect/index.js");
63
+ const index$Y = require("./layout/layout/index.js");
63
64
  exports.MobileButton = index.MobileButton;
64
65
  exports.MobileIcon = index$1.MobileIcon;
65
66
  exports.MobileCell = index$2.MobileCell;
@@ -80,43 +81,44 @@ exports.MobileStep = index$g.MobileStep;
80
81
  exports.MobileSwipe = index$h.MobileSwipe;
81
82
  exports.MobileSwipeItem = index$i.MobileSwipeItem;
82
83
  exports.MobileTextEllipsis = index$j.MobileTextEllipsis;
83
- exports.MobileActionSheet = index$k.MobileActionSheet;
84
- exports.MobileDropdownMenu = index$l.MobileDropdownMenu;
85
- exports.MobileFloatingPanel = index$m.MobileFloatingPanel;
86
- exports.MobileFloatingBubble = index$n.MobileFloatingBubble;
87
- exports.MobileLoading = index$o.MobileLoading;
88
- exports.MobilePullRefresh = index$p.MobilePullRefresh;
89
- exports.MobileSwipeCell = index$q.MobileSwipeCell;
90
- exports.MobileCheckbox = index$r.MobileCheckbox;
91
- exports.MobileCheckboxGroup = index$s.MobileCheckboxGroup;
92
- exports.MobileField = index$t.MobileField;
93
- exports.MobileFieldPicker = index$u.MobileFieldPicker;
94
- exports.MobileFieldCalendarPicker = index$v.MobileFieldCalendarPicker;
95
- exports.MobileFieldDatePicker = index$w.MobileFieldDatePicker;
96
- exports.MobileFieldTimePicker = index$x.MobileFieldTimePicker;
97
- exports.MobileFieldDateTimePicker = index$y.MobileFieldDateTimePicker;
98
- exports.MobileFieldCascaderPicker = index$z.MobileFieldCascaderPicker;
99
- exports.MobileFieldCheckbox = index$A.MobileFieldCheckbox;
100
- exports.MobileFieldRadio = index$B.MobileFieldRadio;
101
- exports.MobileFieldArea = index$C.MobileFieldArea;
102
- exports.MobileForm = index$D.MobileForm;
103
- exports.MobileFormItem = index$E.MobileFormItem;
104
- exports.MobileRadioGroup = index$F.MobileRadioGroup;
105
- exports.MobileSearch = index$G.MobileSearch;
106
- exports.MobileUploader = index$H.MobileUploader;
107
- exports.MobileFieldUploader = index$I.MobileFieldUploader;
108
- exports.MobileSubmitButton = index$J.MobileSubmitButton;
109
- exports.MobileActionBar = index$K.MobileActionBar;
110
- exports.MobileBackTop = index$L.MobileBackTop;
111
- exports.MobileGrid = index$M.MobileGrid;
112
- exports.MobileIndexBar = index$N.MobileIndexBar;
113
- exports.MobileIndexAnchor = index$O.MobileIndexAnchor;
114
- exports.MobileNavBar = index$P.MobileNavBar;
115
- exports.MobilePagination = index$Q.MobilePagination;
116
- exports.MobileSidebar = index$R.MobileSidebar;
117
- exports.MobileSidebarItem = index$S.MobileSidebarItem;
118
- exports.MobileTabs = index$T.MobileTabs;
119
- exports.MobileTabbar = index$U.MobileTabbar;
120
- exports.MobileTabbarItem = index$V.MobileTabbarItem;
121
- exports.MobileTreeSelect = index$W.MobileTreeSelect;
122
- exports.MobileLayout = index$X.MobileLayout;
84
+ exports.MobileTimeLine = index$k.MobileTimeLine;
85
+ exports.MobileActionSheet = index$l.MobileActionSheet;
86
+ exports.MobileDropdownMenu = index$m.MobileDropdownMenu;
87
+ exports.MobileFloatingPanel = index$n.MobileFloatingPanel;
88
+ exports.MobileFloatingBubble = index$o.MobileFloatingBubble;
89
+ exports.MobileLoading = index$p.MobileLoading;
90
+ exports.MobilePullRefresh = index$q.MobilePullRefresh;
91
+ exports.MobileSwipeCell = index$r.MobileSwipeCell;
92
+ exports.MobileCheckbox = index$s.MobileCheckbox;
93
+ exports.MobileCheckboxGroup = index$t.MobileCheckboxGroup;
94
+ exports.MobileField = index$u.MobileField;
95
+ exports.MobileFieldPicker = index$v.MobileFieldPicker;
96
+ exports.MobileFieldCalendarPicker = index$w.MobileFieldCalendarPicker;
97
+ exports.MobileFieldDatePicker = index$x.MobileFieldDatePicker;
98
+ exports.MobileFieldTimePicker = index$y.MobileFieldTimePicker;
99
+ exports.MobileFieldDateTimePicker = index$z.MobileFieldDateTimePicker;
100
+ exports.MobileFieldCascaderPicker = index$A.MobileFieldCascaderPicker;
101
+ exports.MobileFieldCheckbox = index$B.MobileFieldCheckbox;
102
+ exports.MobileFieldRadio = index$C.MobileFieldRadio;
103
+ exports.MobileFieldArea = index$D.MobileFieldArea;
104
+ exports.MobileForm = index$E.MobileForm;
105
+ exports.MobileFormItem = index$F.MobileFormItem;
106
+ exports.MobileRadioGroup = index$G.MobileRadioGroup;
107
+ exports.MobileSearch = index$H.MobileSearch;
108
+ exports.MobileUploader = index$I.MobileUploader;
109
+ exports.MobileFieldUploader = index$J.MobileFieldUploader;
110
+ exports.MobileSubmitButton = index$K.MobileSubmitButton;
111
+ exports.MobileActionBar = index$L.MobileActionBar;
112
+ exports.MobileBackTop = index$M.MobileBackTop;
113
+ exports.MobileGrid = index$N.MobileGrid;
114
+ exports.MobileIndexBar = index$O.MobileIndexBar;
115
+ exports.MobileIndexAnchor = index$P.MobileIndexAnchor;
116
+ exports.MobileNavBar = index$Q.MobileNavBar;
117
+ exports.MobilePagination = index$R.MobilePagination;
118
+ exports.MobileSidebar = index$S.MobileSidebar;
119
+ exports.MobileSidebarItem = index$T.MobileSidebarItem;
120
+ exports.MobileTabs = index$U.MobileTabs;
121
+ exports.MobileTabbar = index$V.MobileTabbar;
122
+ exports.MobileTabbarItem = index$W.MobileTabbarItem;
123
+ exports.MobileTreeSelect = index$X.MobileTreeSelect;
124
+ exports.MobileLayout = index$Y.MobileLayout;
@@ -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/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/swipe-cell/index.js");
19
19
  const functionCall = require("../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/dialog/function-call.js");
20
20
  require("../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/dialog/index.js");
@@ -2,22 +2,39 @@
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  ;/* empty css */
4
4
  ;/* empty css */
5
+ ;/* empty css */
6
+ ;/* empty css */
7
+ ;/* empty css */
5
8
  const vue = require("vue");
6
- const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
7
9
  const index = require("../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/steps/index.js");
8
- const _sfc_main = {};
9
- function _sfc_render(_ctx, _cache) {
10
- const _component_van_steps = index.Steps;
11
- return vue.openBlock(), vue.createBlock(_component_van_steps, vue.normalizeProps(vue.guardReactiveProps(_ctx.$attrs)), vue.createSlots({ _: 2 }, [
12
- vue.renderList(_ctx.$slots, (item, key) => {
13
- return {
14
- name: key,
15
- fn: vue.withCtx(() => [
16
- vue.renderSlot(_ctx.$slots, key)
17
- ])
18
- };
19
- })
20
- ]), 1040);
21
- }
22
- const _Steps = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render]]);
23
- exports.default = _Steps;
10
+ const index$1 = require("../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/step/index.js");
11
+ const _sfc_main = {
12
+ __name: "Steps",
13
+ props: {
14
+ options: {
15
+ //步骤配置
16
+ type: Array,
17
+ default: []
18
+ }
19
+ },
20
+ setup(__props) {
21
+ return (_ctx, _cache) => {
22
+ const _component_van_step = index$1.Step;
23
+ const _component_van_steps = index.Steps;
24
+ return vue.openBlock(), vue.createBlock(_component_van_steps, vue.mergeProps(_ctx.$attrs, { direction: "horizontal" }), {
25
+ default: vue.withCtx(() => [
26
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.options, (item) => {
27
+ return vue.openBlock(), vue.createBlock(_component_van_step, null, {
28
+ default: vue.withCtx(() => [
29
+ vue.createTextVNode(vue.toDisplayString(item.text), 1)
30
+ ]),
31
+ _: 2
32
+ }, 1024);
33
+ }), 256))
34
+ ]),
35
+ _: 1
36
+ }, 16);
37
+ };
38
+ }
39
+ };
40
+ exports.default = _sfc_main;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ ;/* empty css */
4
+ ;/* empty css */
5
+ const vue = require("vue");
6
+ const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
7
+ const index = require("../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/steps/index.js");
8
+ const _sfc_main = {};
9
+ function _sfc_render(_ctx, _cache) {
10
+ const _component_van_steps = index.Steps;
11
+ return vue.openBlock(), vue.createBlock(_component_van_steps, vue.mergeProps(_ctx.$attrs, { direction: "vertical" }), vue.createSlots({ _: 2 }, [
12
+ vue.renderList(_ctx.$slots, (item, key) => {
13
+ return {
14
+ name: key,
15
+ fn: vue.withCtx(() => [
16
+ vue.renderSlot(_ctx.$slots, key)
17
+ ])
18
+ };
19
+ })
20
+ ]), 1040);
21
+ }
22
+ const _TimeLine = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render]]);
23
+ exports.default = _TimeLine;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const TimeLine = require("./TimeLine.vue.js");
4
+ const install = require("../../../utils/install.js");
5
+ const MobileTimeLine = install.default.withInstall("MobileTimeLine", TimeLine.default);
6
+ exports.MobileTimeLine = MobileTimeLine;
7
+ exports.default = MobileTimeLine;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/mobile",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "main": "lib/packages/mobile/index.js",
5
5
  "module": "es/packages/mobile/index.mjs",
6
6
  "files": [