@fox-js/foxui-pc 4.0.1-91 → 4.0.1-93

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/dist/style.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";.fox-item.is-error .el-input__wrapper,.fox-item.is-error .fox-date-item__long{-webkit-box-shadow:0 0 0 1px var(--el-color-danger) inset;box-shadow:0 0 0 1px var(--el-color-danger) inset}.fox-page{width:100%}.fox-header-bar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:var(--fox-header-bar-height, 44px);-webkit-box-sizing:border-box;box-sizing:border-box;border:0px;padding:var(--fox-header-bar-padding, 13px 16px);background:var(--fox-header-bar-background, var(--fox-white, #fff));color:var(--fox-header-bar-color, #1a1a1a);-webkit-box-shadow:var(--fox-header-bar-box-shadow, 0px 1px 7px 0px rgb(237, 238, 241));box-shadow:var(--fox-header-bar-box-shadow, 0px 1px 7px 0px rgb(237, 238, 241));overflow:hidden}.fox-header-bar:active:before{opacity:.1}.fox-header-bar--border{border-top:var(--fox-header-bar-border-top, 0px solid #eee);border-bottom:var(--fox-header-bar-border-bottom, 1px solid #eee)}.fox-header-bar--fixed{position:absolute;inset:0 0 auto;z-index:var(--fox-header-bar-z-index, 10)}.fox-header-bar--safe-area-inset-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.fox-header-bar--fixed.fox-header-bar--safe-area-inset-top{height:calc(var(--fox-header-bar-height, 44px) + constant(safe-area-inset-top));height:calc(var(--fox-header-bar-height, 44px) + env(safe-area-inset-top))}.fox-header-bar__title{font-size:var(--fox-header-bar-title-font-size, var(--fox-font-size-3, 16px));min-width:53%;margin:0 auto;text-align:center}.fox-header-bar__title .title-icon{display:inline;margin-left:13px;height:18px}.fox-header-bar__title .title-text{display:inline-block}.fox-header-bar__title ::-webkit-scrollbar{display:none}.fox-header-bar__left{font-size:var(--fox-header-bar-left-font-size, var(--fox-font-size-3, 16px));position:absolute;inset:0 auto 0 0;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center;cursor:pointer;padding:var(--fox-header-bar-left-padding, 0 16px);display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;align-items:center}.fox-header-bar--safe-area-inset-top .fox-header-bar__left{inset:constant(safe-area-inset-top) auto 0 0;inset:env(safe-area-inset-top) auto 0 0}.fox-header-bar__left .left-icon{height:18px}.fox-header-bar__right{font-size:var(--fox-header-bar-right-font-size, var(--fox-font-size-3, 16px));position:absolute;inset:0 0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--fox-header-bar-right-padding, 0 16px);cursor:pointer}.fox-header-bar--safe-area-inset-top .fox-header-bar__right{inset:constant(safe-area-inset-top) 0 0 auto;inset:env(safe-area-inset-top) 0 0 auto}.fox-header-bar__right .right-icon{margin-left:8px;height:18px;width:18px}.fox-footer-bar{position:relative;border:0px;height:var(--fox-footer-bar-height, 50px);-webkit-box-sizing:border-box;box-sizing:border-box;background:var(--fox-footer-background, var(--fox-white, #fff));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.fox-footer-bar--border{border-top:var(--fox-footer-bar-border-top, 1px solid #eee);border-bottom:var(--fox-footer-bar-border-bottom, 1px solid #eee)}.fox-footer-bar--fixed{position:absolute;inset:auto 0 0;z-index:var(--fox-footer-bar-z-index, 10)}.fox-footer-bar--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fox-footer-bar--fixed.fox-footer-bar--safe-area-inset-top{height:calc(var(--fox-footer-bar-height, 50px) + constant(safe-area-inset-bottom));height:calc(var(--fox-footer-bar-height, 50px) + env(safe-area-inset-buttom))}.fox-footer-bar--left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-footer-bar--right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-footer-bar--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fox-footer-bar>.fox-button{margin-right:20px;min-width:100px}.fox-footer-bar>.fox-button:last-child{margin-right:0}.fox-content{display:block;overflow-x:hidden;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box;background:var(--fox-content-background, var(--fox-white, #fff))}.fox-group{display:block;background:var(--fox-group-background-color, inhert);-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out}.fox-group.is-collapse{overflow-y:hidden!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.fox-group--gutter:last-child{padding-right:0!important}.fox-group--gutter:first-child{padding-left:0!important}.fox-group--flow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box}.fox-group--flow:after{display:none}.fox-group--flow .fox-item{float:none}.fox-group--flow-justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-group--flow-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-group--flow-justify-center{justify-items:center}.fox-group--flow-justify-stretch{justify-items:stretch}.fox-group--flow-align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.fox-group--flow-align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.fox-group--flow-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-group--flow-align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.fox-group--grid{display:grid;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-line-pack:start;align-content:start;grid-auto-flow:row;-webkit-box-sizing:border-box;box-sizing:border-box}.fox-group--grid:after{display:none}.fox-group--grid .fox-item{float:none}.fox-group--grid-justify-start{justify-items:start}.fox-group--grid-justify-end{justify-items:end}.fox-group--grid-justify-center{justify-items:center}.fox-group--grid-justify-stretch{justify-items:stretch}.fox-group--grid-align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:start}.fox-group--grid-align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:end}.fox-group--grid-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-group--grid-align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.fox-group__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--fox-group-header-paddin, 0);margin:var(--fox-group-header-margin, 0 0 10px 0)}.fox-group__header-mark{display:inline-block;width:3px;height:15px;background:var(--fox-group-header-mark-color, #409eff)}.fox-group__header-title{display:inline-block;white-space:nowrap;color:var(--fox-group-header-color, var(--fox-title-color, #1a1a1a));font-size:var(--fox-group-header-font-size, var(--fox-font-size-2, 14px));line-height:var(--fox-group-header-line-height, 20px)}.fox-group__header-collapse{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:var(--fox-group-header-collapse-color, #409eff)}.fox-group__header-collapse-icon{width:30px;height:30px;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.fox-group__header-collapse-icon.is-expand{-webkit-transform:rotate(0deg);transform:rotate(0)}.fox-group__header-collapse-icon.is-collapse{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fox-group__header-collapse-text{font-size:var(--fox-group-header-font-size, var(--fox-font-size-2, 14px))}.fox-group__header-mark+.fox-group__header-title{margin-left:12px}.fox-theme-dark .fox-item{background:var(--fox-dark-background, #131313)}.fox-theme-dark .fox-item .label,.fox-theme-dark .fox-item .content{color:var(--fox-dark-color, var(--fox-white, #fff))}.fox-item{position:relative;width:100%;padding:var(--fox-nput-item-padding, 0);margin:var(--fox-input-item-margin, 0 0 25px 0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;background:var(--fox-white, #fff);-webkit-box-sizing:border-box;box-sizing:border-box;float:left}.fox-item:before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;content:" ";pointer-events:none;right:16px;bottom:0;left:16px;-webkit-transform:scaleX(0);transform:scaleX(0)}.fox-item.is-error:before{border-bottom:1px solid var(--fox-input-item-tip-error-color, #ee0a24);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms;transition:-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms;transition:transform .2s cubic-bezier(0,0,.2,1) 0ms;transition:transform .2s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms}.fox-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-item__input--border{border-bottom:var(--fox-input-item-border-bottom, 0px solid #eaf0fb)}.fox-item__main{display:-webkit-box;display:-ms-flexbox;display:flex}.fox-item__main--top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.fox-item__main--left,.fox-item__main--right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-item__main .label{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:var(--fox-input-item-font-size, var(--fox-font-size-2, 14px))}.fox-item__main .label--top{text-align:left;width:100%;margin-bottom:10px;padding:var(--fox-input-item-label-padding-top, 0)}.fox-item__main .label--left{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;width:var(--fox-input-item-label-width, 30%);padding:var(--fox-input-item-label-padding-left, 0 10px 0 0)}.fox-item__main .label--right{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right;width:var(--fox-input-item-label-width, 30%);padding:var(--fox-input-item-label-padding-right, 0 10px 0 0)}.fox-item__main .label--required:before{position:absolute;top:50%;-webkit-transform:translateY(50%);transform:translateY(50%);line-height:1px;left:0;color:var(--fox-input-item-require-color, var(--fox-required-color, #fa2c19));content:"*"}.fox-item__main .label--string{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-left:10px}.fox-item__main .content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;position:relative}.fox-item__main .content--default{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.fox-item__tip{position:absolute;top:100%;-webkit-transform:translateY(2px);transform:translateY(2px);font-size:var(--fox-input-item-tip-font-size, 12px);line-height:var(--fox-input-item-tip-height, 16px);text-align:left;padding-left:var(--fox-input-item-label-width, 30%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-item__tip--info{color:var(--fox-input-item-tip-info-color, #409eff)}.fox-item__tip--warn{color:var(--fox-input-item-tip-warn-color, #e6a23c)}.fox-item__tip--error{color:var(--fox-input-item-tip-error-color, #ee0a24)}.fox-item__fixed-tip{position:absolute;top:0;right:0;-webkit-transform:translateX(100%);transform:translate(100%)}.fox-item__animate-enter-from{opacity:0}.fox-item__animate-enter-to{-webkit-animation-name:foxEaseIn;animation-name:foxEaseIn}.fox-item__animate-leave-from{opacity:1}.fox-item__animate-leave-to{-webkit-animation-name:foxEaseOut;animation-name:foxEaseOut}.fox-item__animate-enter-active,.fox-item__animate-leave-active{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fox-slot-item{margin-bottom:0;border:none;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.fox-slot-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-row-item{padding:var(--fox-nput-item-padding, 0);margin:var(--fox-input-item-margin, 0 0 25px 0);border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-row-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-row-item__left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-row-item__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-row-item__center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fox-row-item__divide{margin:0 10px;height:12px;width:1px;background:#e4e7ed}.fox-hint-text{overflow:visible;position:absolute;top:0;left:0;z-index:5000;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;-webkit-box-shadow:4px 4px 8px rgba(0,0,0,.3);box-shadow:4px 4px 8px #0000004d;border:0px solid rgba(0,0,0,.3);border-radius:3px;font-size:var(--fox-hint-text-font-size, var(--fox-font-size-4, 18px));color:var(--fox-hint-text-color, var(--fox-white, #fff));background:var(--fox-hint-text-bg-color, rgba(0, 0, 0, .8))}.fox-hint-text__content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:1;pointer-events:none;overflow:hidden}.fox-hint-text__content .text{white-space:pre-wrap;word-break:break-word}.fox-hint-text__arrow{position:absolute;width:0;height:0;content:"";border:5px solid transparent}.fox-hint-text__arrow-top{border-top-color:var(--fox-hint-text-bg-color, rgba(0, 0, 0, .8))}.fox-hint-text__arrow-bottom{border-bottom-color:var(--fox-hint-text-bg-color, rgba(0, 0, 0, .8))}.hint-text-fade-enter-active,.hint-text-fade-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s}.hint-text-fade-enter-from,.hint-text-fade-leave-to{opacity:0}.fox-input-item,.fox-select-item{width:100%}.fox-select-item__option{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-date-item__input{width:100%!important}.fox-date-item__wrapper.has-append .el-input__wrapper{border-radius:var(--el-input-border-radius),0px,0px,var(--el-border-radius-base)}.fox-date-item__long{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:#fff;overflow:visible;-webkit-box-shadow:0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;box-shadow:0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset}.fox-date-item__long.is-active{-webkit-box-shadow:0 0 0 1px var(--el-color-primary) inset;box-shadow:0 0 0 1px var(--el-color-primary) inset}.fox-date-item__long-splitor{z-index:2;position:absolute;top:1px;bottom:1px;width:10px;left:-5px;background-color:#fff}.fox-date-item__long-text{font-size:var(--el-font-size-base);color:var(--el-text-color-regular);width:100%;text-align:center}.fox-date-item__append{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:var(--el-fill-color-light);color:var(--el-color-info);position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:var(--el-input-height, 32px);line-height:var(--el-input-height, 32px);border:var(--el-border);padding:0 10px;white-space:nowrap;border-left:0;border-radius:0 4px 4px 0;-webkit-box-shadow:0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset;box-shadow:0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset}.fox-time-item,.fox-time-select-item{width:100%!important}.fox-money-item{width:100%}.fox-money-item__append{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--fox-input-item-append-width, 30px)}.fox-money-item__append .action{width:16px}.fox-money-item__append .hidden{display:none}.fox-money-item__disabled{color:var(--fox-input-item-disabled-color, #c8c9cc)!important}.fox-money-item__disabled input:disabled{background:none;color:var(--fox-input-item-disabled-color, #c8c9cc);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--fox-input-item-disabled-color, #c8c9cc)}.fox-money-item__placeholder input{color:var(--fox-input-item-color, var(--fox-black, #000))}.fox-money-item__placeholder input::-webkit-input-placeholder{color:var(--fox-input-item-color, var(--fox-black, #000))}.fox-money-item__placeholder input::-moz-placeholder{color:var(--fox-input-item-color, var(--fox-black, #000))}.fox-money-item__placeholder input::-ms-input-placeholder{color:var(--fox-input-item-color, var(--fox-black, #000))}.fox-input-number-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-input-number-item__append .el-input__wrapper{border-radius:var(--el-border-radius-base) 0 0 var(--el-border-radius-base)}.fox-input-number-item__append .el-input-number__increase{border-radius:0}.fox-input-number-item__append.is-controls-right .el-input-number__increase{border-radius:0 var(--el-border-radius-base) var(--el-border-radius-base) 0;background:#fff}.fox-input-number-item__append.is-controls-right .el-input-number__decrease{background:#fff}.fox-input-number-item__unit{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;right:1px;border-radius:0 var(--el-border-radius-base) var(--el-border-radius-base) 0;border-left:0;border-top:var(--el-border);border-right:var(--el-border);border-bottom:var(--el-border);background:var(--el-fill-color-light);color:var(--el-text-color-regular)}.fox-cascader-item,.fox-autocomplete-item{width:100%}.fox-table-setting{--font-size: 12px}.fox-table-setting .el-checkbox{--el-checkbox-text-color: var(--el-text-color-regular);--el-checkbox-checked-text-color: var(--el-text-color-regular)}.fox-table-setting__popper{padding:0!important}.fox-table-setting__header{padding:5px 16px 4px;min-height:32px;margin:0;color:#000000d9;font-weight:500;border-bottom:1px solid rgba(0,0,0,.06);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.fox-table-setting__body{position:relative;padding:8px 0}.fox-table-setting__body-list{margin-top:6px}.fox-table-setting__body-title{padding-left:24px;color:#00000073;font-size:var(--font-size);line-height:24px}.fox-table-setting__body-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:24px;width:100%;-webkit-box-sizing:content-box;box-sizing:content-box;padding:2px 0}.fox-table-setting__body-row.is-dragover{border-bottom:1px solid var(--el-color-primary)}.fox-table-setting__body-row:hover{background:var(--el-color-primary-light-9)}.fox-table-setting__body-row:hover .tools-item{opacity:1}.fox-table-setting__body-row .checkbox-item{margin:0 0 0 10px}.fox-table-setting__body-row .checkbox-item__label{display:inline-block;text-overflow:ellipsis;overflow:hidden}.fox-table-setting__body-row .icon-item{font-size:var(--font-size);color:#00000073;margin:0 10px}.fox-table-setting__body-row .tools-item{opacity:0;margin-left:auto;padding:0 10px;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--font-size);color:var(--el-color-primary)}.fox-table-setting__body-row .tools-item .el-icon{cursor:pointer}.fox-table-setting__body-row .tools-item .el-icon+.el-icon{margin-left:6px}.fox-table-setting__body-row .tools-item .is-reverse{-webkit-transform:rotateZ(180deg);transform:rotate(180deg)}.fox-table-setting__drag-icon{--color: inherit;height:1em;width:1em;line-height:1em;font-size:inherit;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;fill:currentColor;color:var(--color)}.fox-table-item{width:100%}.fox-table-item__wrap{width:1px}.fox-table-item__pagination{margin-top:10px}.fox-table-item__pagination__left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-table-item__pagination__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-table-item__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-table-item__footer__left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-table-item__footer__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-table-item__setting{margin:10px 10px 0 20px}.fox-radio-item.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.fox-radio-item.is-vertical .el-radio+.el-radio{margin-top:10px}.fox-checkbox-item.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.fox-checkbox-item.is-vertical .el-checkbox+.el-checkbox{margin-top:10px}.fox-rate-item,.fox-switch-item,.fox-tree-select-item{width:100%}.fox-price{font-size:var(--fox-font-size-3, 16px);display:inline;color:var(--fox-primary-color, #fa2c19)}.fox-price--symbol{display:inline-block;font-size:var(--fox-font-size-3, 16px)}.fox-price--large,.fox-price--point{display:inline-block;font-size:var(--fox-price-big-size, 24px)}.fox-price--decimal-large{display:inline-block;font-size:var(--fox-price-decimal-big-size, 18px)}.fox-price--symbol-large{display:inline-block;font-size:var(--fox-price-symbol-big-size, 18px)}.fox-price--normal{display:inline-block;font-size:var(--fox-price-medium-size, 16px)}.fox-price--decimal-normal{display:inline-block;font-size:var(--fox-price-decimal-medium-size, 14px)}.fox-price--symbol-normal{display:inline-block;font-size:var(--fox-price-symbol-medium-size, 14px)}.fox-price--small{display:inline-block;font-size:var(--fox-price-small-size, 12px)}.fox-price--decimal-small{display:inline-block;font-size:var(--fox-price-decimal-small-size, 10px)}.fox-price--symbol-small{display:inline-block;font-size:var(--fox-price-symbol-small-size, 10px)}.fox-indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-indicator__mark{width:10px;height:10px;border-radius:5px;background-color:var(--el-color-success)}.fox-indicator__mark-success{background-color:var(--el-color-success)}.fox-indicator__mark-info{background-color:var(--el-color-info)}.fox-indicator__mark-warning{background-color:var(--el-color-warning)}.fox-indicator__mark-danger{background-color:var(--el-color-danger)}.fox-indicator__mark-disabled{background-color:#c0c4cc}.fox-indicator__icon{width:16px;height:16px;color:var(--el-color-success)}.fox-indicator__icon-success{color:var(--el-color-success)}.fox-indicator__icon-info{color:var(--el-color-info)}.fox-indicator__icon-warning{color:var(--el-color-warning)}.fox-indicator__icon-danger{color:var(--el-color-danger)}.fox-indicator__icon-disabled{color:#c0c4cc}.fox-indicator__text.is-right{margin-left:10px}.fox-indicator__text.is-left{margin-right:10px}.fox-indicator__text-success{color:var(--el-color-success)}.fox-indicator__text-info{color:var(--el-color-info)}.fox-indicator__text-warning{color:var(--el-color-warning)}.fox-indicator__text-danger{color:var(--el-color-danger)}.fox-indicator__text-disabled{color:#c0c4cc}.fox-text{margin:0;padding:0;font-size:var(--el-text-font-size);color:var(--el-text-color);word-break:break-all}.fox-text.is-truncated{display:inline-block;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fox-text.is-highlight>span{color:var(--fox-text-highlight-background-color, var(--fox-white, #fff));background:var(--fox-text-highlight-background-color, #fa2c19)}.fox-text.is-selectable{-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important}.fox-text__primary{--el-text-color: var(--el-color-primary)}.fox-text__success{--el-text-color: var(--el-color-success)}.fox-text__info{--el-text-color: var(--el-color-info)}.fox-text__warning{--el-text-color: var(--el-color-warning)}.fox-text__danger{--el-text-color: var(--el-color-danger)}.fox-text__large{--el-text-font-size: var(--el-font-size-medium)}.fox-text__small{--el-text-font-size: var(--el-font-size-extra-small)}.fox-more-button{height:32px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:var(--el-text-color)}.el-button+.fox-more-button{margin-left:12px}.fox-more-button+.fox-more-button{margin-left:12px}.fox-more-button__primary{--el-text-color: var(--el-color-primary)}.fox-more-button__success{--el-text-color: var(--el-color-success)}.fox-more-button__info{--el-text-color: var(--el-color-info)}.fox-more-button__warning{--el-text-color: var(--el-color-warning)}.fox-more-button__danger{--el-text-color: var(--el-color-danger)}.fox-more-button__disabled{color:#c0c4cc}.fox-more-button__icon{width:30px;height:30px;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.fox-more-button__icon.is-expand{-webkit-transform:rotate(0deg);transform:rotate(0)}.fox-more-button__icon.is-collapse{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fox-tour__mask{position:fixed;width:100px;height:50px;-webkit-box-shadow:0px 0px 0px 150vmax rgba(0,0,0,.5);box-shadow:0 0 0 150vmax #00000080;border-radius:10px;z-index:1002}.fox-tour__mask-none{-webkit-box-shadow:none;box-shadow:none}.fox-tour__mask-hidden{opacity:0}.fox-tour__content{display:block;min-width:200px}.fox-tour__content-top{display:block;text-align:right}.fox-tour__content-top-close{width:20px;height:20px}.fox-tour__content-inner{margin:10px 0;font-size:14px}.fox-tour__content-bottom{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-tour__content-bottom-init{margin-left:10px}.fox-tour__content-bottom-operate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-tour__content-bottom-operate-btn{padding:5px 10px}.fox-tour__content-tile .fox-tour__content-inner{margin:0}.fox-tour__masked{position:fixed;width:100vw;height:100vh;z-index:2000;top:0;left:0;background:transparent}.fox-floating-window{position:fixed;background:var(--fox-floating-window-background, #fff);border-radius:var(--fox-floating-window-border-radius, 4px);-webkit-box-shadow:var(--fox-floating-window-box-shadow, 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08));box-shadow:var(--fox-floating-window-box-shadow, 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08));-webkit-box-sizing:border-box;box-sizing:border-box;top:var(--fox-floating-window-width, 15dvh);left:var(--fox-floating-window-width, 25dvw);width:var(--fox-floating-window-width, 50dvw);z-index:var(--fox-floating-window-z-index, 2001);overflow-y:hidden;outline:none}.fox-floating-window__header{border-top-left-radius:var(--fox-floating-window-border-radius, 4px);border-top-right-radius:var(--fox-floating-window-border-radius, 4px);background:var(--fox-floating-window-header-background, #f0f1f5);padding:var(--fox-floating-window-header-padding, 0 25px);height:var(--fox-floating-window-header-height, 40px);position:relative;z-index:20;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-floating-window__title{font-size:var(--fox-floating-window-title-font-size, 18px)}.fox-floating-window__tools{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-floating-window__tools>*+*{margin-left:20px}.fox-floating-window__collapse{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:var(--fox-floating-window-collapse-color, #409eff)}.fox-floating-window__collapse-icon{width:30px;height:30px;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.fox-floating-window__collapse-icon.is-expand{-webkit-transform:rotate(0deg);transform:rotate(0)}.fox-floating-window__collapse-icon.is-collapse{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fox-floating-window__collapse-text{font-size:var(--fox-floating-window-collapse-font-size, 14px)}.fox-floating-window__close{color:var(--fox-floating-window-close-color, inherit);cursor:pointer}.fox-floating-window__close:hover{color:var(--fox-floating-window-close-color, #409eff)}.fox-floating-window__body{font-size:var(--fox-floating-window-content-font-size, 14px)}.fox-floating-window__fixednav{position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,.2);box-shadow:0 2px 4px #0003;z-index:var(--fox-floating-window-fixednav-z-index, 2000);color:var(--fox-floating-window-fixednav-color, #fff);background:var(--fox-floating-window-fixednav-bg, #409eff);width:var(--floating-window-fixednav-width, 80px);height:var(--floating-window-fixednav-height, 50px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-floating-window__fixednav.is-left{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:12px;border-radius:0 45px 45px 0;left:0}.fox-floating-window__fixednav.is-left .fox-floating-window__fixednav__inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.fox-floating-window__fixednav.is-left.slide-in{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:slide-in-for-left;animation-name:slide-in-for-left}.fox-floating-window__fixednav.is-left.slide-out{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:slide-out-for-left;animation-name:slide-out-for-left}.fox-floating-window__fixednav.is-right{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:45px 0 0 45px;padding-left:12px;right:0}.fox-floating-window__fixednav.is-right.slide-in{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:slide-in-for-right;animation-name:slide-in-for-right}.fox-floating-window__fixednav.is-right.slide-out{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:slide-out-for-right;animation-name:slide-out-for-right}.fox-floating-window__fixednav__inner{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-floating-window__fixednav__text{width:24px;line-height:13px;font-size:10px;-ms-flex-negative:0;flex-shrink:0;background-color:inherit}.fox-floating-window-fade-enter-active,.fox-floating-window-fade-leave-active{-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.fox-floating-window-fade-enter-from,.fox-floating-window-fade-leave-to{opacity:0}@-webkit-keyframes slide-in-for-left{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translateX(0%);transform:translate(0)}}@keyframes slide-in-for-left{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translateX(0%);transform:translate(0)}}@-webkit-keyframes slide-out-for-left{0%{-webkit-transform:translateX(0%);transform:translate(0)}to{-webkit-transform:translateX(-100%);transform:translate(-100%)}}@keyframes slide-out-for-left{0%{-webkit-transform:translateX(0%);transform:translate(0)}to{-webkit-transform:translateX(-100%);transform:translate(-100%)}}@-webkit-keyframes slide-in-for-right{0%{-webkit-transform:translateX(100%);transform:translate(100%)}to{-webkit-transform:translateX(0%);transform:translate(0)}}@keyframes slide-in-for-right{0%{-webkit-transform:translateX(100%);transform:translate(100%)}to{-webkit-transform:translateX(0%);transform:translate(0)}}@-webkit-keyframes slide-out-for-right{0%{-webkit-transform:translateX(0%);transform:translate(0)}to{-webkit-transform:translateX(100%);transform:translate(100%)}}@keyframes slide-out-for-right{0%{-webkit-transform:translateX(0%);transform:translate(0)}to{-webkit-transform:translateX(100%);transform:translate(100%)}}
1
+ @charset "UTF-8";.fox-item.is-error .el-input__wrapper,.fox-item.is-error .fox-date-item__long{-webkit-box-shadow:0 0 0 1px var(--el-color-danger) inset;box-shadow:0 0 0 1px var(--el-color-danger) inset}.fox-page{width:100%}.fox-header-bar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:var(--fox-header-bar-height, 44px);-webkit-box-sizing:border-box;box-sizing:border-box;border:0px;padding:var(--fox-header-bar-padding, 13px 16px);background:var(--fox-header-bar-background, var(--fox-white, #fff));color:var(--fox-header-bar-color, #1a1a1a);-webkit-box-shadow:var(--fox-header-bar-box-shadow, 0px 1px 7px 0px rgb(237, 238, 241));box-shadow:var(--fox-header-bar-box-shadow, 0px 1px 7px 0px rgb(237, 238, 241));overflow:hidden}.fox-header-bar:active:before{opacity:.1}.fox-header-bar--border{border-top:var(--fox-header-bar-border-top, 0px solid #eee);border-bottom:var(--fox-header-bar-border-bottom, 1px solid #eee)}.fox-header-bar--fixed{position:absolute;inset:0 0 auto;z-index:var(--fox-header-bar-z-index, 10)}.fox-header-bar--safe-area-inset-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.fox-header-bar--fixed.fox-header-bar--safe-area-inset-top{height:calc(var(--fox-header-bar-height, 44px) + constant(safe-area-inset-top));height:calc(var(--fox-header-bar-height, 44px) + env(safe-area-inset-top))}.fox-header-bar__title{font-size:var(--fox-header-bar-title-font-size, var(--fox-font-size-3, 16px));min-width:53%;margin:0 auto;text-align:center}.fox-header-bar__title .title-icon{display:inline;margin-left:13px;height:18px}.fox-header-bar__title .title-text{display:inline-block}.fox-header-bar__title ::-webkit-scrollbar{display:none}.fox-header-bar__left{font-size:var(--fox-header-bar-left-font-size, var(--fox-font-size-3, 16px));position:absolute;inset:0 auto 0 0;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center;cursor:pointer;padding:var(--fox-header-bar-left-padding, 0 16px);display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;align-items:center}.fox-header-bar--safe-area-inset-top .fox-header-bar__left{inset:constant(safe-area-inset-top) auto 0 0;inset:env(safe-area-inset-top) auto 0 0}.fox-header-bar__left .left-icon{height:18px;width:18px}.fox-header-bar__right{font-size:var(--fox-header-bar-right-font-size, var(--fox-font-size-3, 16px));position:absolute;inset:0 0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--fox-header-bar-right-padding, 0 16px);cursor:pointer}.fox-header-bar--safe-area-inset-top .fox-header-bar__right{inset:constant(safe-area-inset-top) 0 0 auto;inset:env(safe-area-inset-top) 0 0 auto}.fox-header-bar__right .right-icon{margin-left:8px;height:18px;width:18px}.fox-footer-bar{position:relative;border:0px;height:var(--fox-footer-bar-height, 50px);-webkit-box-sizing:border-box;box-sizing:border-box;background:var(--fox-footer-background, var(--fox-white, #fff));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.fox-footer-bar--border{border-top:var(--fox-footer-bar-border-top, 1px solid #eee);border-bottom:var(--fox-footer-bar-border-bottom, 1px solid #eee)}.fox-footer-bar--fixed{position:absolute;inset:auto 0 0;z-index:var(--fox-footer-bar-z-index, 10)}.fox-footer-bar--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fox-footer-bar--fixed.fox-footer-bar--safe-area-inset-top{height:calc(var(--fox-footer-bar-height, 50px) + constant(safe-area-inset-bottom));height:calc(var(--fox-footer-bar-height, 50px) + env(safe-area-inset-buttom))}.fox-footer-bar--left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-footer-bar--right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-footer-bar--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fox-footer-bar>.fox-button{margin-right:20px;min-width:100px}.fox-footer-bar>.fox-button:last-child{margin-right:0}.fox-content{display:block;overflow-x:hidden;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box;background:var(--fox-content-background, var(--fox-white, #fff))}.fox-group{display:block;background:var(--fox-group-background-color, inhert);-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out}.fox-group.is-collapse{overflow-y:hidden!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.fox-group--gutter:last-child{padding-right:0!important}.fox-group--gutter:first-child{padding-left:0!important}.fox-group--flow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box}.fox-group--flow:after{display:none}.fox-group--flow .fox-item{float:none}.fox-group--flow-justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-group--flow-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-group--flow-justify-center{justify-items:center}.fox-group--flow-justify-stretch{justify-items:stretch}.fox-group--flow-align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.fox-group--flow-align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.fox-group--flow-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-group--flow-align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.fox-group--grid{display:grid;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-line-pack:start;align-content:start;grid-auto-flow:row;-webkit-box-sizing:border-box;box-sizing:border-box}.fox-group--grid:after{display:none}.fox-group--grid .fox-item{float:none}.fox-group--grid-justify-start{justify-items:start}.fox-group--grid-justify-end{justify-items:end}.fox-group--grid-justify-center{justify-items:center}.fox-group--grid-justify-stretch{justify-items:stretch}.fox-group--grid-align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:start}.fox-group--grid-align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:end}.fox-group--grid-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-group--grid-align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.fox-group__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--fox-group-header-paddin, 0);margin:var(--fox-group-header-margin, 0 0 10px 0)}.fox-group__header-mark{display:inline-block;width:var(--fox-group-header-mark-width, 3px);height:var(--fox-group-header-mark-height, 15px);background:var(--fox-group-header-mark-color, #409eff)}.fox-group__header-title{display:inline-block;white-space:nowrap;color:var(--fox-group-header-color, var(--fox-title-color, #1a1a1a));font-size:var(--fox-group-header-font-size, var(--fox-font-size-2, 14px));line-height:var(--fox-group-header-line-height, 20px)}.fox-group__header-collapse{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:var(--fox-group-header-collapse-color, #409eff)}.fox-group__header-collapse.is-right{margin-left:auto}.fox-group__header-collapse-icon{width:var(--fox-group-header-collapse-icon-size, 30px);height:var(--fox-group-header-collapse-icon-size, 30px);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.fox-group__header-collapse-icon.is-expand{-webkit-transform:rotate(0deg);transform:rotate(0)}.fox-group__header-collapse-icon.is-collapse{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fox-group__header-collapse-text{font-size:var(--fox-group-header-font-size, var(--fox-font-size-2, 14px))}.fox-group__header-mark+.fox-group__header-title{margin-left:12px}.fox-theme-dark .fox-item{background:var(--fox-dark-background, #131313)}.fox-theme-dark .fox-item .label,.fox-theme-dark .fox-item .content{color:var(--fox-dark-color, var(--fox-white, #fff))}.fox-item{position:relative;width:100%;padding:var(--fox-nput-item-padding, 0);margin:var(--fox-input-item-margin, 0 0 25px 0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;background:var(--fox-white, #fff);-webkit-box-sizing:border-box;box-sizing:border-box;float:left}.fox-item:before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;content:" ";pointer-events:none;right:16px;bottom:0;left:16px;-webkit-transform:scaleX(0);transform:scaleX(0)}.fox-item.is-error:before{border-bottom:1px solid var(--fox-input-item-tip-error-color, #ee0a24);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms;transition:-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms;transition:transform .2s cubic-bezier(0,0,.2,1) 0ms;transition:transform .2s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms}.fox-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-item__input--border{border-bottom:var(--fox-input-item-border-bottom, 0px solid #eaf0fb)}.fox-item__main{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.fox-item__main--top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.fox-item__main--left,.fox-item__main--right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-item__main .label{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:var(--fox-input-item-font-size, var(--fox-font-size-2, 14px))}.fox-item__main .label--top{text-align:left;width:100%;margin-bottom:10px;padding:var(--fox-input-item-label-padding-top, 0)}.fox-item__main .label--left{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;width:var(--fox-input-item-label-width, 30%);padding:var(--fox-input-item-label-padding-left, 0 10px 0 0)}.fox-item__main .label--right{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right;width:var(--fox-input-item-label-width, 30%);padding:var(--fox-input-item-label-padding-right, 0 10px 0 0)}.fox-item__main .label--required:before{position:absolute;top:50%;-webkit-transform:translateY(50%);transform:translateY(50%);line-height:1px;left:0;color:var(--fox-input-item-require-color, var(--fox-required-color, #fa2c19));content:"*"}.fox-item__main .label--string{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-left:10px}.fox-item__main .content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;position:relative}.fox-item__main .content--default{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.fox-item__tip{position:absolute;top:100%;-webkit-transform:translateY(2px);transform:translateY(2px);font-size:var(--fox-input-item-tip-font-size, 12px);line-height:var(--fox-input-item-tip-height, 16px);text-align:left;padding-left:var(--fox-input-item-label-width, 30%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-item__tip--info{color:var(--fox-input-item-tip-info-color, #409eff)}.fox-item__tip--warn{color:var(--fox-input-item-tip-warn-color, #e6a23c)}.fox-item__tip--error{color:var(--fox-input-item-tip-error-color, #ee0a24)}.fox-item__fixed-tip{position:absolute;top:0;right:0;-webkit-transform:translateX(100%);transform:translate(100%)}.fox-item__animate-enter-from{opacity:0}.fox-item__animate-enter-to{-webkit-animation-name:foxEaseIn;animation-name:foxEaseIn}.fox-item__animate-leave-from{opacity:1}.fox-item__animate-leave-to{-webkit-animation-name:foxEaseOut;animation-name:foxEaseOut}.fox-item__animate-enter-active,.fox-item__animate-leave-active{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fox-slot-item{margin-bottom:0;border:none;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.fox-slot-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-row-item{padding:var(--fox-nput-item-padding, 0);margin:var(--fox-input-item-margin, 0 0 25px 0);border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-row-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-row-item__left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-row-item__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-row-item__center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fox-row-item__divide{margin:0 10px;height:12px;width:1px;background:#e4e7ed}.fox-hint-text{overflow:visible;position:absolute;top:0;left:0;z-index:5000;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;-webkit-box-shadow:4px 4px 8px rgba(0,0,0,.3);box-shadow:4px 4px 8px #0000004d;border:0px solid rgba(0,0,0,.3);border-radius:3px;font-size:var(--fox-hint-text-font-size, var(--fox-font-size-4, 18px));color:var(--fox-hint-text-color, var(--fox-white, #fff));background:var(--fox-hint-text-bg-color, rgba(0, 0, 0, .8))}.fox-hint-text__content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:1;pointer-events:none;overflow:hidden}.fox-hint-text__content .text{white-space:pre-wrap;word-break:break-word}.fox-hint-text__arrow{position:absolute;width:0;height:0;content:"";border:5px solid transparent}.fox-hint-text__arrow-top{border-top-color:var(--fox-hint-text-bg-color, rgba(0, 0, 0, .8))}.fox-hint-text__arrow-bottom{border-bottom-color:var(--fox-hint-text-bg-color, rgba(0, 0, 0, .8))}.hint-text-fade-enter-active,.hint-text-fade-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s}.hint-text-fade-enter-from,.hint-text-fade-leave-to{opacity:0}.fox-input-item,.fox-select-item{width:100%}.fox-select-item__option{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-date-item__input{width:100%!important}.fox-date-item__wrapper.has-append .el-input__wrapper{border-radius:var(--el-input-border-radius),0px,0px,var(--el-border-radius-base)}.fox-date-item__long{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:#fff;overflow:visible;-webkit-box-shadow:0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;box-shadow:0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset}.fox-date-item__long.is-active{-webkit-box-shadow:0 0 0 1px var(--el-color-primary) inset;box-shadow:0 0 0 1px var(--el-color-primary) inset}.fox-date-item__long-splitor{z-index:2;position:absolute;top:1px;bottom:1px;width:10px;left:-5px;background-color:#fff}.fox-date-item__long-text{font-size:var(--el-font-size-base);color:var(--el-text-color-regular);width:100%;text-align:center}.fox-date-item__append{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:var(--el-fill-color-light);color:var(--el-color-info);position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:var(--el-input-height, 32px);line-height:var(--el-input-height, 32px);border:var(--el-border);padding:0 10px;white-space:nowrap;border-left:0;border-radius:0 4px 4px 0;-webkit-box-shadow:0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset;box-shadow:0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset}.fox-time-item,.fox-time-select-item{width:100%!important}.fox-money-item{width:100%}.fox-money-item__append{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--fox-input-item-append-width, 30px)}.fox-money-item__append .action{width:16px}.fox-money-item__append .hidden{display:none}.fox-money-item__disabled{color:var(--fox-input-item-disabled-color, #c8c9cc)!important}.fox-money-item__disabled input:disabled{background:none;color:var(--fox-input-item-disabled-color, #c8c9cc);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--fox-input-item-disabled-color, #c8c9cc)}.fox-money-item__placeholder input{color:var(--fox-input-item-color, var(--fox-black, #000))}.fox-money-item__placeholder input::-webkit-input-placeholder{color:var(--fox-input-item-color, var(--fox-black, #000))}.fox-money-item__placeholder input::-moz-placeholder{color:var(--fox-input-item-color, var(--fox-black, #000))}.fox-money-item__placeholder input::-ms-input-placeholder{color:var(--fox-input-item-color, var(--fox-black, #000))}.fox-input-number-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-input-number-item__append .el-input__wrapper{border-radius:var(--el-border-radius-base) 0 0 var(--el-border-radius-base)}.fox-input-number-item__append .el-input-number__increase{border-radius:0}.fox-input-number-item__append.is-controls-right .el-input-number__increase{border-radius:0 var(--el-border-radius-base) var(--el-border-radius-base) 0;background:#fff}.fox-input-number-item__append.is-controls-right .el-input-number__decrease{background:#fff}.fox-input-number-item__unit{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;right:1px;border-radius:0 var(--el-border-radius-base) var(--el-border-radius-base) 0;border-left:0;border-top:var(--el-border);border-right:var(--el-border);border-bottom:var(--el-border);background:var(--el-fill-color-light);color:var(--el-text-color-regular)}.fox-cascader-item,.fox-autocomplete-item{width:100%}.fox-table-setting{--font-size: 12px}.fox-table-setting .el-checkbox{--el-checkbox-text-color: var(--el-text-color-regular);--el-checkbox-checked-text-color: var(--el-text-color-regular)}.fox-table-setting__popper{padding:0!important}.fox-table-setting__header{padding:5px 16px 4px;min-height:32px;margin:0;color:#000000d9;font-weight:500;border-bottom:1px solid rgba(0,0,0,.06);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.fox-table-setting__body{position:relative;padding:8px 0}.fox-table-setting__body-list{margin-top:6px}.fox-table-setting__body-title{padding-left:24px;color:#00000073;font-size:var(--font-size);line-height:24px}.fox-table-setting__body-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:24px;width:100%;-webkit-box-sizing:content-box;box-sizing:content-box;padding:2px 0}.fox-table-setting__body-row.is-dragover{border-bottom:1px solid var(--el-color-primary)}.fox-table-setting__body-row:hover{background:var(--el-color-primary-light-9)}.fox-table-setting__body-row:hover .tools-item{opacity:1}.fox-table-setting__body-row .checkbox-item{margin:0 0 0 10px}.fox-table-setting__body-row .checkbox-item__label{display:inline-block;text-overflow:ellipsis;overflow:hidden}.fox-table-setting__body-row .icon-item{font-size:var(--font-size);color:#00000073;margin:0 10px}.fox-table-setting__body-row .tools-item{opacity:0;margin-left:auto;padding:0 10px;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--font-size);color:var(--el-color-primary)}.fox-table-setting__body-row .tools-item .el-icon{cursor:pointer}.fox-table-setting__body-row .tools-item .el-icon+.el-icon{margin-left:6px}.fox-table-setting__body-row .tools-item .is-reverse{-webkit-transform:rotateZ(180deg);transform:rotate(180deg)}.fox-table-setting__drag-icon{--color: inherit;height:1em;width:1em;line-height:1em;font-size:inherit;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;fill:currentColor;color:var(--color)}.fox-table-item{width:100%}.fox-table-item__wrap{min-width:0;min-height:0}.fox-table-item__pagination{margin-top:10px}.fox-table-item__pagination__left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-table-item__pagination__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-table-item__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-table-item__footer__left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-table-item__footer__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-table-item__setting{margin:10px 10px 0 20px}.fox-radio-item.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.fox-radio-item.is-vertical .el-radio+.el-radio{margin-top:10px}.fox-checkbox-item.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.fox-checkbox-item.is-vertical .el-checkbox+.el-checkbox{margin-top:10px}.fox-rate-item,.fox-switch-item,.fox-tree-select-item{width:100%}.fox-price{font-size:var(--fox-font-size-3, 16px);display:inline;color:var(--fox-primary-color, #fa2c19)}.fox-price--symbol{display:inline-block;font-size:var(--fox-font-size-3, 16px)}.fox-price--large,.fox-price--point{display:inline-block;font-size:var(--fox-price-big-size, 24px)}.fox-price--decimal-large{display:inline-block;font-size:var(--fox-price-decimal-big-size, 18px)}.fox-price--symbol-large{display:inline-block;font-size:var(--fox-price-symbol-big-size, 18px)}.fox-price--normal{display:inline-block;font-size:var(--fox-price-medium-size, 16px)}.fox-price--decimal-normal{display:inline-block;font-size:var(--fox-price-decimal-medium-size, 14px)}.fox-price--symbol-normal{display:inline-block;font-size:var(--fox-price-symbol-medium-size, 14px)}.fox-price--small{display:inline-block;font-size:var(--fox-price-small-size, 12px)}.fox-price--decimal-small{display:inline-block;font-size:var(--fox-price-decimal-small-size, 10px)}.fox-price--symbol-small{display:inline-block;font-size:var(--fox-price-symbol-small-size, 10px)}.fox-indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-indicator__mark{width:10px;height:10px;border-radius:5px;background-color:var(--el-color-success)}.fox-indicator__mark-success{background-color:var(--el-color-success)}.fox-indicator__mark-info{background-color:var(--el-color-info)}.fox-indicator__mark-warning{background-color:var(--el-color-warning)}.fox-indicator__mark-danger{background-color:var(--el-color-danger)}.fox-indicator__mark-disabled{background-color:#c0c4cc}.fox-indicator__icon{width:16px;height:16px;color:var(--el-color-success)}.fox-indicator__icon-success{color:var(--el-color-success)}.fox-indicator__icon-info{color:var(--el-color-info)}.fox-indicator__icon-warning{color:var(--el-color-warning)}.fox-indicator__icon-danger{color:var(--el-color-danger)}.fox-indicator__icon-disabled{color:#c0c4cc}.fox-indicator__text.is-right{margin-left:10px}.fox-indicator__text.is-left{margin-right:10px}.fox-indicator__text-success{color:var(--el-color-success)}.fox-indicator__text-info{color:var(--el-color-info)}.fox-indicator__text-warning{color:var(--el-color-warning)}.fox-indicator__text-danger{color:var(--el-color-danger)}.fox-indicator__text-disabled{color:#c0c4cc}.fox-text{margin:0;padding:0;font-size:var(--el-text-font-size);color:var(--el-text-color);word-break:break-all}.fox-text.is-truncated{display:inline-block;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fox-text.is-highlight>span{color:var(--fox-text-highlight-background-color, var(--fox-white, #fff));background:var(--fox-text-highlight-background-color, #fa2c19)}.fox-text.is-selectable{-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important}.fox-text__primary{--el-text-color: var(--el-color-primary)}.fox-text__success{--el-text-color: var(--el-color-success)}.fox-text__info{--el-text-color: var(--el-color-info)}.fox-text__warning{--el-text-color: var(--el-color-warning)}.fox-text__danger{--el-text-color: var(--el-color-danger)}.fox-text__large{--el-text-font-size: var(--el-font-size-medium)}.fox-text__small{--el-text-font-size: var(--el-font-size-extra-small)}.fox-more-button{height:32px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:var(--el-text-color)}.el-button+.fox-more-button{margin-left:12px}.fox-more-button+.fox-more-button{margin-left:12px}.fox-more-button__primary{--el-text-color: var(--el-color-primary)}.fox-more-button__success{--el-text-color: var(--el-color-success)}.fox-more-button__info{--el-text-color: var(--el-color-info)}.fox-more-button__warning{--el-text-color: var(--el-color-warning)}.fox-more-button__danger{--el-text-color: var(--el-color-danger)}.fox-more-button__disabled{color:#c0c4cc}.fox-more-button__icon{width:30px;height:30px;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.fox-more-button__icon.is-expand{-webkit-transform:rotate(0deg);transform:rotate(0)}.fox-more-button__icon.is-collapse{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fox-tour__mask{position:fixed;width:100px;height:50px;-webkit-box-shadow:0px 0px 0px 150vmax rgba(0,0,0,.5);box-shadow:0 0 0 150vmax #00000080;border-radius:10px;z-index:1002}.fox-tour__mask-none{-webkit-box-shadow:none;box-shadow:none}.fox-tour__mask-hidden{opacity:0}.fox-tour__content{display:block;min-width:200px}.fox-tour__content-top{display:block;text-align:right}.fox-tour__content-top-close{width:20px;height:20px}.fox-tour__content-inner{margin:10px 0;font-size:14px}.fox-tour__content-bottom{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-tour__content-bottom-init{margin-left:10px}.fox-tour__content-bottom-operate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-tour__content-bottom-operate-btn{padding:5px 10px}.fox-tour__content-tile .fox-tour__content-inner{margin:0}.fox-tour__masked{position:fixed;width:100vw;height:100vh;z-index:2000;top:0;left:0;background:transparent}.fox-floating-window{position:fixed;background:var(--fox-floating-window-background, #fff);border-radius:var(--fox-floating-window-border-radius, 4px);-webkit-box-shadow:var(--fox-floating-window-box-shadow, 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08));box-shadow:var(--fox-floating-window-box-shadow, 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08));-webkit-box-sizing:border-box;box-sizing:border-box;top:var(--fox-floating-window-width, 15dvh);left:var(--fox-floating-window-width, 25dvw);width:var(--fox-floating-window-width, 50dvw);z-index:var(--fox-floating-window-z-index, 2001);overflow-y:hidden;outline:none}.fox-floating-window__header{border-top-left-radius:var(--fox-floating-window-border-radius, 4px);border-top-right-radius:var(--fox-floating-window-border-radius, 4px);background:var(--fox-floating-window-header-background, #f0f1f5);padding:var(--fox-floating-window-header-padding, 0 25px);height:var(--fox-floating-window-header-height, 40px);position:relative;z-index:20;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-floating-window__title{font-size:var(--fox-floating-window-title-font-size, 18px)}.fox-floating-window__tools{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-floating-window__tools>*+*{margin-left:20px}.fox-floating-window__collapse{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:var(--fox-floating-window-collapse-color, #409eff)}.fox-floating-window__collapse-icon{width:30px;height:30px;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.fox-floating-window__collapse-icon.is-expand{-webkit-transform:rotate(0deg);transform:rotate(0)}.fox-floating-window__collapse-icon.is-collapse{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fox-floating-window__collapse-text{font-size:var(--fox-floating-window-collapse-font-size, 14px)}.fox-floating-window__close{color:var(--fox-floating-window-close-color, inherit);cursor:pointer}.fox-floating-window__close:hover{color:var(--fox-floating-window-close-color, #409eff)}.fox-floating-window__body{font-size:var(--fox-floating-window-content-font-size, 14px)}.fox-floating-window__fixednav{position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,.2);box-shadow:0 2px 4px #0003;z-index:var(--fox-floating-window-fixednav-z-index, 2000);color:var(--fox-floating-window-fixednav-color, #fff);background:var(--fox-floating-window-fixednav-bg, #409eff);width:var(--floating-window-fixednav-width, 80px);height:var(--floating-window-fixednav-height, 50px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-floating-window__fixednav.is-left{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:12px;border-radius:0 45px 45px 0;left:0}.fox-floating-window__fixednav.is-left .fox-floating-window__fixednav__inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.fox-floating-window__fixednav.is-left.slide-in{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:slide-in-for-left;animation-name:slide-in-for-left}.fox-floating-window__fixednav.is-left.slide-out{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:slide-out-for-left;animation-name:slide-out-for-left}.fox-floating-window__fixednav.is-right{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:45px 0 0 45px;padding-left:12px;right:0}.fox-floating-window__fixednav.is-right.slide-in{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:slide-in-for-right;animation-name:slide-in-for-right}.fox-floating-window__fixednav.is-right.slide-out{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:slide-out-for-right;animation-name:slide-out-for-right}.fox-floating-window__fixednav__inner{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-floating-window__fixednav__text{width:24px;line-height:13px;font-size:10px;-ms-flex-negative:0;flex-shrink:0;background-color:inherit}.fox-floating-window-fade-enter-active,.fox-floating-window-fade-leave-active{-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.fox-floating-window-fade-enter-from,.fox-floating-window-fade-leave-to{opacity:0}@-webkit-keyframes slide-in-for-left{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translateX(0%);transform:translate(0)}}@keyframes slide-in-for-left{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translateX(0%);transform:translate(0)}}@-webkit-keyframes slide-out-for-left{0%{-webkit-transform:translateX(0%);transform:translate(0)}to{-webkit-transform:translateX(-100%);transform:translate(-100%)}}@keyframes slide-out-for-left{0%{-webkit-transform:translateX(0%);transform:translate(0)}to{-webkit-transform:translateX(-100%);transform:translate(-100%)}}@-webkit-keyframes slide-in-for-right{0%{-webkit-transform:translateX(100%);transform:translate(100%)}to{-webkit-transform:translateX(0%);transform:translate(0)}}@keyframes slide-in-for-right{0%{-webkit-transform:translateX(100%);transform:translate(100%)}to{-webkit-transform:translateX(0%);transform:translate(0)}}@-webkit-keyframes slide-out-for-right{0%{-webkit-transform:translateX(0%);transform:translate(0)}to{-webkit-transform:translateX(100%);transform:translate(100%)}}@keyframes slide-out-for-right{0%{-webkit-transform:translateX(0%);transform:translate(0)}to{-webkit-transform:translateX(100%);transform:translate(100%)}}
package/dist/style.esm.js CHANGED
@@ -1,7 +1,3 @@
1
1
  /*!
2
- * @fox-js/foxui-desktop v4.0.0 Fri Nov 10 2023 10:44:04 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-desktop v4.0.0 Wed Nov 29 2023 16:12:14 GMT+0800 (中国标准时间)
3
3
  */
4
- const t = "";
5
- export {
6
- t as default
7
- };
@@ -120,8 +120,6 @@ export declare interface AcceptFilter {
120
120
  (value: any): boolean;
121
121
  }
122
122
 
123
- export declare const AutocompleteItem: any;
124
-
125
123
  /**
126
124
  * 广播类
127
125
  */
@@ -201,10 +199,6 @@ export declare const BroadcastKey: unique symbol;
201
199
 
202
200
  export declare function cancelRaf(id: number): void;
203
201
 
204
- export declare const CascaderItem: any;
205
-
206
- export declare const CheckboxItem: any;
207
-
208
202
  /**
209
203
  * 清理非数字
210
204
  */
@@ -222,8 +216,6 @@ export declare function clone(target: any, source: any, plain?: boolean): any;
222
216
 
223
217
  export { compareTo }
224
218
 
225
- export declare const Content: any;
226
-
227
219
  /**
228
220
  * 创建broadcast
229
221
  *
@@ -249,8 +241,6 @@ export declare function createValidateSchema(proxy: FoxComponentPublicInstance,
249
241
  */
250
242
  export declare const DataItemsKey: unique symbol;
251
243
 
252
- export declare const DateItem: any;
253
-
254
244
  export declare const DateUtils: {
255
245
  /**
256
246
  * 格式化
@@ -378,6 +368,154 @@ export declare function decimalLength(value: string | number): number;
378
368
  declare const _default: FoxUIVue;
379
369
  export default _default;
380
370
 
371
+ declare const _default_10: any;
372
+ export { _default_10 as FoxHintText }
373
+ export { _default_10 as HintText }
374
+
375
+ declare const _default_11: any;
376
+ export { _default_11 as FoxInputItem }
377
+ export { _default_11 as InputItem }
378
+
379
+ declare const _default_12: any;
380
+ export { _default_12 as FoxSelectItem }
381
+ export { _default_12 as SelectItem }
382
+
383
+ declare const _default_13: any;
384
+ export { _default_13 as DateItem }
385
+ export { _default_13 as FoxDateItem }
386
+
387
+ declare const _default_14: any;
388
+ export { _default_14 as FoxTimeItem }
389
+ export { _default_14 as TimeItem }
390
+
391
+ declare const _default_15: any;
392
+ export { _default_15 as FoxTimeSelectItem }
393
+ export { _default_15 as TimeSelectItem }
394
+
395
+ declare const _default_16: any;
396
+ export { _default_16 as FoxMoneyItem }
397
+ export { _default_16 as MoneyItem }
398
+
399
+ declare const _default_17: any;
400
+ export { _default_17 as FoxInputNumberItem }
401
+ export { _default_17 as InputNumberItem }
402
+
403
+ declare const _default_18: any;
404
+ export { _default_18 as CascaderItem }
405
+ export { _default_18 as FoxCascaderItem }
406
+
407
+ declare const _default_19: any;
408
+ export { _default_19 as AutocompleteItem }
409
+ export { _default_19 as FoxAutocompleteItem }
410
+
411
+ declare const _default_2: any;
412
+ export { _default_2 as FoxPage }
413
+ export { _default_2 as Page }
414
+
415
+ declare const _default_20: any;
416
+ export { _default_20 as FoxTableMappingColumn }
417
+ export { _default_20 as TableMappingColumn }
418
+
419
+ declare const _default_21: any;
420
+ export { _default_21 as FoxTableRadioColumn }
421
+ export { _default_21 as TableRadioColumn }
422
+
423
+ declare const _default_22: any;
424
+ export { _default_22 as FoxTableSetting }
425
+ export { _default_22 as TableSetting }
426
+
427
+ declare const _default_23: any;
428
+ export { _default_23 as FoxTableItem }
429
+ export { _default_23 as TableItem }
430
+
431
+ declare const _default_24: any;
432
+ export { _default_24 as FoxRadioItem }
433
+ export { _default_24 as RadioItem }
434
+
435
+ declare const _default_25: any;
436
+ export { _default_25 as CheckboxItem }
437
+ export { _default_25 as FoxCheckboxItem }
438
+
439
+ declare const _default_26: any;
440
+ export { _default_26 as FoxRateItem }
441
+ export { _default_26 as RateItem }
442
+
443
+ declare const _default_27: any;
444
+ export { _default_27 as FoxSwitchItem }
445
+ export { _default_27 as SwitchItem }
446
+
447
+ declare const _default_28: any;
448
+ export { _default_28 as FoxTreeSelectItem }
449
+ export { _default_28 as TreeSelectItem }
450
+
451
+ declare const _default_29: any;
452
+ export { _default_29 as DialogItem }
453
+ export { _default_29 as FoxDialogItem }
454
+
455
+ declare const _default_3: any;
456
+ export { _default_3 as FoxHeaderBar }
457
+ export { _default_3 as HeaderBar }
458
+
459
+ declare const _default_30: any;
460
+ export { _default_30 as FoxMapping }
461
+ export { _default_30 as Mapping }
462
+
463
+ declare const _default_31: any;
464
+ export { _default_31 as FoxPrice }
465
+ export { _default_31 as Price }
466
+
467
+ declare const _default_32: any;
468
+ export { _default_32 as FoxIndicator }
469
+ export { _default_32 as Indicator }
470
+
471
+ declare const _default_33: any;
472
+ export { _default_33 as FoxText }
473
+ export { _default_33 as Text }
474
+
475
+ declare const _default_34: any;
476
+ export { _default_34 as FoxMoreButton }
477
+ export { _default_34 as MoreButton }
478
+
479
+ declare const _default_35: any;
480
+ export { _default_35 as FoxTour }
481
+ export { _default_35 as Tour }
482
+
483
+ declare const _default_36: any;
484
+ export { _default_36 as FloatingWindow }
485
+ export { _default_36 as FoxFloatingWindow }
486
+
487
+ declare const _default_37: any;
488
+ export { _default_37 as DomainProvider }
489
+ export { _default_37 as FoxDomainProvider }
490
+
491
+ declare const _default_38: any;
492
+ export { _default_38 as FoxRollingProvider }
493
+ export { _default_38 as RollingProvider }
494
+
495
+ declare const _default_4: any;
496
+ export { _default_4 as FooterBar }
497
+ export { _default_4 as FoxFooterBar }
498
+
499
+ declare const _default_5: any;
500
+ export { _default_5 as Content }
501
+ export { _default_5 as FoxContent }
502
+
503
+ declare const _default_6: any;
504
+ export { _default_6 as FoxGroup }
505
+ export { _default_6 as Group }
506
+
507
+ declare const _default_7: any;
508
+ export { _default_7 as FoxItem }
509
+ export { _default_7 as Item }
510
+
511
+ declare const _default_8: any;
512
+ export { _default_8 as FoxSlotItem }
513
+ export { _default_8 as SlotItem }
514
+
515
+ declare const _default_9: any;
516
+ export { _default_9 as FoxRowItem }
517
+ export { _default_9 as RowItem }
518
+
381
519
  /**
382
520
  * anyNode
383
521
  * @param name
@@ -449,8 +587,6 @@ export declare interface Descriptor {
449
587
  validateResetEvents?: string[];
450
588
  }
451
589
 
452
- export declare const DialogItem: any;
453
-
454
590
  /**
455
591
  * 禁用属性
456
592
  * @param source
@@ -568,8 +704,6 @@ export declare interface DomainItem {
568
704
  */
569
705
  export declare const DomainKey: unique symbol;
570
706
 
571
- export declare const DomainProvider: any;
572
-
573
707
  /**
574
708
  * event listener
575
709
  */
@@ -601,10 +735,6 @@ export declare function extend(...args: any[]): any;
601
735
  */
602
736
  export declare const floatData: (format: any, dataOp: any, mapOps: any) => any;
603
737
 
604
- export declare const FloatingWindow: any;
605
-
606
- export declare const FooterBar: any;
607
-
608
738
  export { FoxAffix }
609
739
 
610
740
  export { FoxAlert }
@@ -920,17 +1050,11 @@ export declare function getPageHeaderAreaHeight(domain: Domain, state?: PageStat
920
1050
  */
921
1051
  export declare function getRootDomain(): Domain;
922
1052
 
923
- export declare const Group: any;
924
-
925
1053
  /**
926
1054
  * 是否支持symbol
927
1055
  */
928
1056
  export declare const hasSymbol: boolean;
929
1057
 
930
- export declare const HeaderBar: any;
931
-
932
- export declare const HintText: any;
933
-
934
1058
  /**
935
1059
  * 根据包含模版,抽取属性
936
1060
  * @param src
@@ -947,12 +1071,6 @@ export declare function includeProps(src: Record<string, any>, ...includeTemplat
947
1071
  */
948
1072
  export declare function indexOf(x: unknown, arr: unknown[]): number;
949
1073
 
950
- export declare const Indicator: any;
951
-
952
- export declare const InputItem: any;
953
-
954
- export declare const InputNumberItem: any;
955
-
956
1074
  /**
957
1075
  * 安装函数
958
1076
  */
@@ -1118,8 +1236,6 @@ export declare const isSymbol: (val: unknown) => val is symbol;
1118
1236
  */
1119
1237
  export declare function isWindow(obj: any): boolean;
1120
1238
 
1121
- export declare const Item: any;
1122
-
1123
1239
  /**
1124
1240
  * 获取对应元素的在数组中最后一个匹配的索引
1125
1241
  * @param x
@@ -1136,8 +1252,6 @@ export declare function lastIndexOf(x: unknown, arr: unknown[]): number;
1136
1252
  */
1137
1253
  export declare function makeArray(arr: any, results?: any[]): any[];
1138
1254
 
1139
- export declare const Mapping: any;
1140
-
1141
1255
  /**
1142
1256
  * 匹配条件
1143
1257
  */
@@ -1157,10 +1271,6 @@ export declare interface Matched {
1157
1271
  */
1158
1272
  export declare function merge(first: any[], second: any[]): any[];
1159
1273
 
1160
- export declare const MoneyItem: any;
1161
-
1162
- export declare const MoreButton: any;
1163
-
1164
1274
  export { multiply }
1165
1275
 
1166
1276
  export { negate }
@@ -1198,8 +1308,6 @@ export declare interface Padding {
1198
1308
  bottom: number | null;
1199
1309
  }
1200
1310
 
1201
- export declare const Page: any;
1202
-
1203
1311
  /**
1204
1312
  * page layout
1205
1313
  */
@@ -1242,8 +1350,6 @@ export declare interface Point {
1242
1350
  y: number;
1243
1351
  }
1244
1352
 
1245
- export declare const Price: any;
1246
-
1247
1353
  /**
1248
1354
  * 优先策略
1249
1355
  */
@@ -1261,12 +1367,8 @@ export declare enum PriorityPolicy {
1261
1367
  */
1262
1368
  export declare function property(source: Ref, name: string, policy?: PriorityPolicy, filter?: AcceptFilter): Ref;
1263
1369
 
1264
- export declare const RadioItem: any;
1265
-
1266
1370
  export declare const raf: any;
1267
1371
 
1268
- export declare const RateItem: any;
1269
-
1270
1372
  /**
1271
1373
  * 只读属性
1272
1374
  * @param source
@@ -1292,10 +1394,6 @@ export declare type Result = Promise<any> | any;
1292
1394
  */
1293
1395
  export declare type Results = Result[];
1294
1396
 
1295
- export declare const RollingProvider: any;
1296
-
1297
- export declare const RowItem: any;
1298
-
1299
1397
  /**
1300
1398
  * 安全区域
1301
1399
  */
@@ -1306,8 +1404,6 @@ export declare interface SafeAreaInset {
1306
1404
  bottom: number | string;
1307
1405
  }
1308
1406
 
1309
- export declare const SelectItem: any;
1310
-
1311
1407
  /**
1312
1408
  * 设置公共校验检查事件
1313
1409
  * @param events
@@ -1346,21 +1442,6 @@ declare interface Size {
1346
1442
  height: number;
1347
1443
  }
1348
1444
 
1349
- export declare const SlotItem: any;
1350
-
1351
- export declare const SwitchItem: any;
1352
-
1353
- export declare const TableItem: any;
1354
-
1355
- export declare const TableMappingColumn: any;
1356
-
1357
- export declare const TableRadioColumn: any;
1358
-
1359
- export declare const TableSetting: any;
1360
-
1361
- declare const Text_2: any;
1362
- export { Text_2 as Text }
1363
-
1364
1445
  /**
1365
1446
  * 节流函数(执行时间范围内的第一次)
1366
1447
  * @param func 函数
@@ -1369,10 +1450,6 @@ export { Text_2 as Text }
1369
1450
  */
1370
1451
  export declare function throttle(func: GenericFunction, delay: number): GenericFunction;
1371
1452
 
1372
- export declare const TimeItem: any;
1373
-
1374
- export declare const TimeSelectItem: any;
1375
-
1376
1453
  /**
1377
1454
  * 转换为boolean值
1378
1455
  * @param val
@@ -1409,8 +1486,6 @@ export declare const toPxDesc: (value: string | number, size?: number) => string
1409
1486
 
1410
1487
  export declare const toTypeString: (value: unknown) => string;
1411
1488
 
1412
- export declare const Tour: any;
1413
-
1414
1489
  /**
1415
1490
  * to model value
1416
1491
  * @param props
@@ -1419,8 +1494,6 @@ export declare const Tour: any;
1419
1494
  */
1420
1495
  export declare function toValue(props: UnwrapRef<Record<string, any>>, name?: string, format?: ValueFormat<any, any>): Ref;
1421
1496
 
1422
- export declare const TreeSelectItem: any;
1423
-
1424
1497
  /**
1425
1498
  * 尝试执行多次函数
1426
1499
  * @param func 执行函数
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pc",
3
3
  "type": "module",
4
- "version": "4.0.1-91",
4
+ "version": "4.0.1-93",
5
5
  "description": "FoxUI PC端组件库",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",