@fox-js/foxui-pc 4.0.1-2 → 4.0.1-5

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
- .fox-item.is-error .el-input__wrapper{-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:absolute;z-index:10;top:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44px;width:100%;padding:13px 16px;background:#fff;color:#1a1a1a;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0px 1px 7px 0px rgb(237,238,241);box-shadow:0 1px 7px #edeef1}.fox-footer-bar{position:absolute;z-index:10;bottom:0;left:0;right:0;border:0px;border-bottom:1px solid #eee;border-top:1px solid #eee;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;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.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:120px}.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:#fff}.fox-group{display:block;background:#fff}.fox-group__title{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;justify-items:center;padding:0 10px;margin-bottom:10px}.fox-group__title-mark{display:inline-block;width:3px;height:15px;background:#409eff}.fox-group__title-text{display:inline-block;margin-left:12px;color:#404d6a;font-size:14px;line-height:20px}.fox-group__gutter:last-child{padding-right:0!important}.fox-group__gutter:first-child{padding-left:0!important}.fox-group__flex{display:-webkit-box;display:-ms-flexbox;display:flex}.fox-group__flex:after{display:none}.fox-group__flex .fox-item{float:none}.fox-group__justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.fox-group__justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fox-group__justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-group__justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-group__justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.fox-group__justify-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.fox-group__align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.fox-group__align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-group__align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.fox-group__flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.fox-group__flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.fox-group__flex-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.fox-theme-dark .fox-item{background:#131313}.fox-theme-dark .fox-item .label,.fox-theme-dark .fox-item .content{color:#fff}.fox-item{position:relative;width:100%;padding:10px 0;margin-bottom:14px;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:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;float:left}.fox-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-item__gutter:last-child{padding-right:0!important}.fox-item__gutter:first-child{padding-left:0!important}.fox-item__input--border{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:stretch;-ms-flex-align:stretch;align-items:stretch}.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;font-size:14px}.fox-item__main .label--top{text-align:left;width:100%}.fox-item__main .label--left{text-align:left;width:30%}.fox-item__main .label--right{text-align:right;width:30%}.fox-item__main .label--required:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:5px;color:#ee0a24;content:"*"}.fox-item__main .label--string{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-left:15px;margin-right:5px}.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;bottom:-6px;font-size:12px;line-height:12px;text-align:left;padding-left: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:#409eff}.fox-item__tip--warn{color:#e6a23c}.fox-item__tip--error{color:#ee0a24}.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}.fox-slot-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-row-item{padding:10px 0;margin-bottom:14px;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-hint-text{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:3000;padding:0 6px;-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:18px;color:#fff;background-color:#000c}.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:nowrap;text-overflow:ellipsis;overflow:hidden}.fox-hint-text__arrow{position:absolute;left:20px;width:0;height:0;content:"";border:5px solid transparent;border-top-color:#000c}.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-date-item,.fox-time-item,.fox-time-select-item{width:100%!important}.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-price{font-size:16px;display:inline;color:#fa2c19}.fox-price--symbol{display:inline-block;font-size:16px}.fox-price--large,.fox-price--point{display:inline-block;font-size:24px}.fox-price--decimal-large,.fox-price--symbol-large{display:inline-block;font-size:18px}.fox-price--normal{display:inline-block;font-size:16px}.fox-price--decimal-normal,.fox-price--symbol-normal{display:inline-block;font-size:14px}.fox-price--small{display:inline-block;font-size:12px}.fox-price--decimal-small,.fox-price--symbol-small{display:inline-block;font-size:10px}
1
+ @charset "UTF-8";.fox-item.is-error .el-input__wrapper{-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:absolute;z-index:10;top:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44px;width:100%;padding:13px 16px;background:#fff;color:#1a1a1a;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0px 1px 7px 0px rgb(237,238,241);box-shadow:0 1px 7px #edeef1}.fox-footer-bar{position:absolute;z-index:10;bottom:0;left:0;right:0;border:0px;border-bottom:1px solid #eee;border-top:1px solid #eee;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;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.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:120px}.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:#fff}.fox-group{display:block;background:#fff}.fox-group__title{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;justify-items:center;padding:0 10px;margin-bottom:10px}.fox-group__title-mark{display:inline-block;width:3px;height:15px;background:#409eff}.fox-group__title-text{display:inline-block;color:#404d6a;font-size:14px;line-height:20px}.fox-group__gutter:last-child{padding-right:0!important}.fox-group__gutter:first-child{padding-left:0!important}.fox-group__flex{display:-webkit-box;display:-ms-flexbox;display:flex}.fox-group__flex:after{display:none}.fox-group__flex .fox-item{float:none}.fox-group__justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.fox-group__justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fox-group__justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-group__justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-group__justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.fox-group__justify-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.fox-group__align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.fox-group__align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-group__align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.fox-group__flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.fox-group__flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.fox-group__flex-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.fox-group__title-mark+.fox-group__title-text{margin-left:12px}.fox-theme-dark .fox-item{background:#131313}.fox-theme-dark .fox-item .label,.fox-theme-dark .fox-item .content{color:#fff}.fox-item{position:relative;width:100%;padding:10px 0;margin-bottom:14px;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:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;float:left}.fox-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-item__gutter:last-child{padding-right:0!important}.fox-item__gutter:first-child{padding-left:0!important}.fox-item__input--border{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:stretch;-ms-flex-align:stretch;align-items:stretch}.fox-item__main .label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;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;font-size:14px}.fox-item__main .label--top{text-align:left;width:100%}.fox-item__main .label--left{text-align:left;width:30%}.fox-item__main .label--right{text-align:right;width:30%}.fox-item__main .label--required:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:5px;color:#ee0a24;content:"*"}.fox-item__main .label--string{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-left:15px;margin-right:5px}.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;bottom:-6px;font-size:12px;line-height:12px;text-align:left;padding-left: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:#409eff}.fox-item__tip--warn{color:#e6a23c}.fox-item__tip--error{color:#ee0a24}.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}.fox-slot-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-row-item{padding:10px 0;margin-bottom:14px;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-hint-text{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:3000;padding:0 6px;-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:18px;color:#fff;background-color:#000c}.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:nowrap;text-overflow:ellipsis;overflow:hidden}.fox-hint-text__arrow{position:absolute;left:20px;width:0;height:0;content:"";border:5px solid transparent;border-top-color:#000c}.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-date-item,.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:30px}.fox-money-item__append .action{width:16px}.fox-money-item__append .hidden{display:none}.fox-money-item__disabled{color:#c8c9cc!important}.fox-money-item__disabled input:disabled{background:none;color:#c8c9cc;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#c8c9cc}.fox-money-item__placeholder input{color:#000}.fox-money-item__placeholder input::-webkit-input-placeholder{color:#000}.fox-money-item__placeholder input::-moz-placeholder{color:#000}.fox-money-item__placeholder input::-ms-input-placeholder{color:#000}.fox-cascader-item,.fox-autocomplete-item,.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-rate-item,.fox-switch-item{width:100%}.fox-price{font-size:16px;display:inline;color:#fa2c19}.fox-price--symbol{display:inline-block;font-size:16px}.fox-price--large,.fox-price--point{display:inline-block;font-size:24px}.fox-price--decimal-large,.fox-price--symbol-large{display:inline-block;font-size:18px}.fox-price--normal{display:inline-block;font-size:16px}.fox-price--decimal-normal,.fox-price--symbol-normal{display:inline-block;font-size:14px}.fox-price--small{display:inline-block;font-size:12px}.fox-price--decimal-small,.fox-price--symbol-small{display:inline-block;font-size:10px}
package/dist/style.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @fox-js/foxui-desktop v4.0.0 Thu Nov 10 2022 12:56:49 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-desktop v4.0.0 Thu Nov 17 2022 23:46:42 GMT+0800 (中国标准时间)
3
3
  */
4
4
  const t = "";
5
5
  export {
@@ -11,6 +11,100 @@ import type { DefineComponent } from 'vue';
11
11
  import { divide } from '@fox-js/big-decimal';
12
12
  import { ExecuteValidator } from '@fox-js/validator';
13
13
  import { extend } from '@fox-js/fox';
14
+ import { ElAffix as FoxAffix } from 'element-plus';
15
+ import { ElAlert as FoxAlert } from 'element-plus';
16
+ import { ElAside as FoxAside } from 'element-plus';
17
+ import { ElAutocomplete as FoxAutocomplete } from 'element-plus';
18
+ import { ElAutoResizer as FoxAutoResizer } from 'element-plus';
19
+ import { ElAvatar as FoxAvatar } from 'element-plus';
20
+ import { ElBacktop as FoxBacktop } from 'element-plus';
21
+ import { ElBadge as FoxBadge } from 'element-plus';
22
+ import { ElBreadcrumb as FoxBreadcrumb } from 'element-plus';
23
+ import { ElBreadcrumbItem as FoxBreadcrumbItem } from 'element-plus';
24
+ import { ElButton as FoxButton } from 'element-plus';
25
+ import { ElButtonGroup as FoxButtonGroup } from 'element-plus';
26
+ import { ElCalendar as FoxCalendar } from 'element-plus';
27
+ import { ElCard as FoxCard } from 'element-plus';
28
+ import { ElCarousel as FoxCarousel } from 'element-plus';
29
+ import { ElCarouselItem as FoxCarouselItem } from 'element-plus';
30
+ import { ElCascader as FoxCascader } from 'element-plus';
31
+ import { ElCascaderPanel as FoxCascaderPanel } from 'element-plus';
32
+ import { ElCheckbox as FoxCheckbox } from 'element-plus';
33
+ import { ElCheckboxButton as FoxCheckboxButton } from 'element-plus';
34
+ import { ElCheckboxGroup as FoxCheckboxGroup } from 'element-plus';
35
+ import { ElCheckTag as FoxCheckTag } from 'element-plus';
36
+ import { ElCol as FoxCol } from 'element-plus';
37
+ import { ElCollapse as FoxCollapse } from 'element-plus';
38
+ import { ElCollapseItem as FoxCollapseItem } from 'element-plus';
39
+ import { ElCollapseTransition as FoxCollapseTransition } from 'element-plus';
40
+ import { ElColorPicker as FoxColorPicker } from 'element-plus';
41
+ import { ElConfigProvider as FoxConfigProvider } from 'element-plus';
42
+ import { ElContainer as FoxContainer } from 'element-plus';
43
+ import { ElDatePicker as FoxDatePicker } from 'element-plus';
44
+ import { ElDescriptions as FoxDescriptions } from 'element-plus';
45
+ import { ElDescriptionsItem as FoxDescriptionsItem } from 'element-plus';
46
+ import { ElDialog as FoxDialog } from 'element-plus';
47
+ import { ElDivider as FoxDivider } from 'element-plus';
48
+ import { ElDrawer as FoxDrawer } from 'element-plus';
49
+ import { ElDropdown as FoxDropdown } from 'element-plus';
50
+ import { ElDropdownItem as FoxDropdownItem } from 'element-plus';
51
+ import { ElDropdownMenu as FoxDropdownMenu } from 'element-plus';
52
+ import { ElEmpty as FoxEmpty } from 'element-plus';
53
+ import { ElFooter as FoxFooter } from 'element-plus';
54
+ import { ElForm as FoxForm } from 'element-plus';
55
+ import { ElFormItem as FoxFormItem } from 'element-plus';
56
+ import { ElHeader as FoxHeader } from 'element-plus';
57
+ import { ElIcon as FoxIcon } from 'element-plus';
58
+ import { ElImage as FoxImage } from 'element-plus';
59
+ import { ElImageViewer as FoxImageViewer } from 'element-plus';
60
+ import { ElInput as FoxInput } from 'element-plus';
61
+ import { ElInputNumber as FoxInputNumber } from 'element-plus';
62
+ import { ElLink as FoxLink } from 'element-plus';
63
+ import { ElMain as FoxMain } from 'element-plus';
64
+ import { ElMenu as FoxMenu } from 'element-plus';
65
+ import { ElMenuItem as FoxMenuItem } from 'element-plus';
66
+ import { ElMenuItemGroup as FoxMenuItemGroup } from 'element-plus';
67
+ import { ElOption as FoxOption } from 'element-plus';
68
+ import { ElOptionGroup as FoxOptionGroup } from 'element-plus';
69
+ import { ElPageHeader as FoxPageHeader } from 'element-plus';
70
+ import { ElPagination as FoxPagination } from 'element-plus';
71
+ import { ElPopconfirm as FoxPopconfirm } from 'element-plus';
72
+ import { ElPopover as FoxPopover } from 'element-plus';
73
+ import { ElPopper as FoxPopper } from 'element-plus';
74
+ import { ElProgress as FoxProgress } from 'element-plus';
75
+ import { ElRadio as FoxRadio } from 'element-plus';
76
+ import { ElRadioButton as FoxRadioButton } from 'element-plus';
77
+ import { ElRadioGroup as FoxRadioGroup } from 'element-plus';
78
+ import { ElRate as FoxRate } from 'element-plus';
79
+ import { ElResult as FoxResult } from 'element-plus';
80
+ import { ElRow as FoxRow } from 'element-plus';
81
+ import { ElScrollbar as FoxScrollbar } from 'element-plus';
82
+ import { ElSelect as FoxSelect } from 'element-plus';
83
+ import { ElSelectV2 as FoxSelectV2 } from 'element-plus';
84
+ import { ElSkeleton as FoxSkeleton } from 'element-plus';
85
+ import { ElSkeletonItem as FoxSkeletonItem } from 'element-plus';
86
+ import { ElSlider as FoxSlider } from 'element-plus';
87
+ import { ElSpace as FoxSpace } from 'element-plus';
88
+ import { ElStep as FoxStep } from 'element-plus';
89
+ import { ElSteps as FoxSteps } from 'element-plus';
90
+ import { ElSubMenu as FoxSubMenu } from 'element-plus';
91
+ import { ElSwitch as FoxSwitch } from 'element-plus';
92
+ import { ElTable as FoxTable } from 'element-plus';
93
+ import { ElTableColumn as FoxTableColumn } from 'element-plus';
94
+ import { ElTableV2 as FoxTableV2 } from 'element-plus';
95
+ import { ElTabPane as FoxTabPane } from 'element-plus';
96
+ import { ElTabs as FoxTabs } from 'element-plus';
97
+ import { ElTag as FoxTag } from 'element-plus';
98
+ import { ElTimeline as FoxTimeline } from 'element-plus';
99
+ import { ElTimelineItem as FoxTimelineItem } from 'element-plus';
100
+ import { ElTimePicker as FoxTimePicker } from 'element-plus';
101
+ import { ElTimeSelect as FoxTimeSelect } from 'element-plus';
102
+ import { ElTooltip as FoxTooltip } from 'element-plus';
103
+ import { ElTransfer as FoxTransfer } from 'element-plus';
104
+ import { ElTree as FoxTree } from 'element-plus';
105
+ import { ElTreeSelect as FoxTreeSelect } from 'element-plus';
106
+ import { ElTreeV2 as FoxTreeV2 } from 'element-plus';
107
+ import { ElUpload as FoxUpload } from 'element-plus';
14
108
  import { isArray } from '@fox-js/fox';
15
109
  import { isDate } from '@fox-js/fox';
16
110
  import { isEqual } from '@fox-js/fox';
@@ -46,6 +140,8 @@ export declare interface AcceptFilter {
46
140
  (value: any): boolean;
47
141
  }
48
142
 
143
+ export declare const AutocompleteItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
144
+
49
145
  /**
50
146
  * 广播类
51
147
  */
@@ -63,9 +159,9 @@ export declare class Broadcast {
63
159
  */
64
160
  private callbacks;
65
161
  /**
66
- * vue instance
162
+ * vue proxy
67
163
  */
68
- private instance;
164
+ private proxy;
69
165
  /**
70
166
  * 名称
71
167
  */
@@ -73,10 +169,10 @@ export declare class Broadcast {
73
169
  /**
74
170
  * 构造函数
75
171
  * @param parent
76
- * @param instance
172
+ * @param proxy
77
173
  * @param name
78
174
  */
79
- constructor(parent: Broadcast | null, instance: ComponentInternalInstance, name?: string);
175
+ constructor(parent: Broadcast | null, proxy: FoxComponentPublicInstance, name?: string);
80
176
  /**
81
177
  * 加入孩子节点
82
178
  * @param child
@@ -140,21 +236,28 @@ export declare const Content: DefineComponent<unknown, object, {}, ComputedOptio
140
236
 
141
237
  /**
142
238
  * 创建broadcast
239
+ *
240
+ * @param proxy
143
241
  * @param parent
144
242
  * @param name
145
243
  * @param callbacks
146
244
  * @returns
147
245
  */
148
- export declare function createBroadcast(instance: ComponentInternalInstance, parent: Broadcast | null, name?: string, callbacks?: Record<string, BroadcastCallback>): Broadcast;
246
+ export declare function createBroadcast(proxy: FoxComponentPublicInstance, parent: Broadcast | null, name?: string, callbacks?: Record<string, BroadcastCallback>): Broadcast;
149
247
 
150
248
  /**
151
249
  * 创建校验schema
152
- * @param instance
250
+ * @param proxy
153
251
  * @param parent
154
252
  * @param descriptor
155
253
  * @returns
156
254
  */
157
- export declare function createValidateSchema(instance: ComponentInternalInstance, parent: ValidateSchema | null, descriptor: Descriptor): ValidateSchema;
255
+ export declare function createValidateSchema(proxy: FoxComponentPublicInstance, parent: ValidateSchema | null, descriptor: Descriptor): ValidateSchema;
256
+
257
+ /**
258
+ * data items key
259
+ */
260
+ export declare const DataItemsKey: unique symbol;
158
261
 
159
262
  export declare const DateItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
160
263
 
@@ -181,7 +284,16 @@ export default _default;
181
284
  * @param callbacks
182
285
  * @returns
183
286
  */
184
- export declare function defineBroadcast(name?: string, callbacks?: Record<string, BroadcastCallback>): Broadcast | null;
287
+ export declare function defineBroadcast(name?: string, callbacks?: Record<string, BroadcastCallback>, proxy?: FoxComponentPublicInstance): Broadcast | null;
288
+
289
+ /**
290
+ * 定义domain data item
291
+ * @returns
292
+ */
293
+ export declare function defineDataItem(domain: Domain, name: string, descriptor: Descriptor, parentBroadcast: Broadcast, parentValidateSchema: ValidateSchema): {
294
+ broadcast: Broadcast;
295
+ validateSchema: ValidateSchema;
296
+ };
185
297
 
186
298
  /**
187
299
  * 安装domain
@@ -222,6 +334,7 @@ export declare interface Descriptor {
222
334
  valueName?: string;
223
335
  valueType?: ValueType;
224
336
  validate?: boolean;
337
+ pureDataValidate?: boolean;
225
338
  validateHandler?: ValidateHandler;
226
339
  validateCheckEvents?: string[];
227
340
  validateResetEvents?: string[];
@@ -367,6 +480,194 @@ export declare const floatData: (format: any, dataOp: any, mapOps: any) => any;
367
480
 
368
481
  export declare const FooterBar: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
369
482
 
483
+ export { FoxAffix }
484
+
485
+ export { FoxAlert }
486
+
487
+ export { FoxAside }
488
+
489
+ export { FoxAutocomplete }
490
+
491
+ export { FoxAutoResizer }
492
+
493
+ export { FoxAvatar }
494
+
495
+ export { FoxBacktop }
496
+
497
+ export { FoxBadge }
498
+
499
+ export { FoxBreadcrumb }
500
+
501
+ export { FoxBreadcrumbItem }
502
+
503
+ export { FoxButton }
504
+
505
+ export { FoxButtonGroup }
506
+
507
+ export { FoxCalendar }
508
+
509
+ export { FoxCard }
510
+
511
+ export { FoxCarousel }
512
+
513
+ export { FoxCarouselItem }
514
+
515
+ export { FoxCascader }
516
+
517
+ export { FoxCascaderPanel }
518
+
519
+ export { FoxCheckbox }
520
+
521
+ export { FoxCheckboxButton }
522
+
523
+ export { FoxCheckboxGroup }
524
+
525
+ export { FoxCheckTag }
526
+
527
+ export { FoxCol }
528
+
529
+ export { FoxCollapse }
530
+
531
+ export { FoxCollapseItem }
532
+
533
+ export { FoxCollapseTransition }
534
+
535
+ export { FoxColorPicker }
536
+
537
+ declare type FoxComponentPublicInstance = any;
538
+
539
+ export { FoxConfigProvider }
540
+
541
+ export { FoxContainer }
542
+
543
+ export { FoxDatePicker }
544
+
545
+ export { FoxDescriptions }
546
+
547
+ export { FoxDescriptionsItem }
548
+
549
+ export { FoxDialog }
550
+
551
+ export { FoxDivider }
552
+
553
+ export { FoxDrawer }
554
+
555
+ export { FoxDropdown }
556
+
557
+ export { FoxDropdownItem }
558
+
559
+ export { FoxDropdownMenu }
560
+
561
+ export { FoxEmpty }
562
+
563
+ export { FoxFooter }
564
+
565
+ export { FoxForm }
566
+
567
+ export { FoxFormItem }
568
+
569
+ export { FoxHeader }
570
+
571
+ export { FoxIcon }
572
+
573
+ export { FoxImage }
574
+
575
+ export { FoxImageViewer }
576
+
577
+ export { FoxInput }
578
+
579
+ export { FoxInputNumber }
580
+
581
+ export { FoxLink }
582
+
583
+ export { FoxMain }
584
+
585
+ export { FoxMenu }
586
+
587
+ export { FoxMenuItem }
588
+
589
+ export { FoxMenuItemGroup }
590
+
591
+ export { FoxOption }
592
+
593
+ export { FoxOptionGroup }
594
+
595
+ export { FoxPageHeader }
596
+
597
+ export { FoxPagination }
598
+
599
+ export { FoxPopconfirm }
600
+
601
+ export { FoxPopover }
602
+
603
+ export { FoxPopper }
604
+
605
+ export { FoxProgress }
606
+
607
+ export { FoxRadio }
608
+
609
+ export { FoxRadioButton }
610
+
611
+ export { FoxRadioGroup }
612
+
613
+ export { FoxRate }
614
+
615
+ export { FoxResult }
616
+
617
+ export { FoxRow }
618
+
619
+ export { FoxScrollbar }
620
+
621
+ export { FoxSelect }
622
+
623
+ export { FoxSelectV2 }
624
+
625
+ export { FoxSkeleton }
626
+
627
+ export { FoxSkeletonItem }
628
+
629
+ export { FoxSlider }
630
+
631
+ export { FoxSpace }
632
+
633
+ export { FoxStep }
634
+
635
+ export { FoxSteps }
636
+
637
+ export { FoxSubMenu }
638
+
639
+ export { FoxSwitch }
640
+
641
+ export { FoxTable }
642
+
643
+ export { FoxTableColumn }
644
+
645
+ export { FoxTableV2 }
646
+
647
+ export { FoxTabPane }
648
+
649
+ export { FoxTabs }
650
+
651
+ export { FoxTag }
652
+
653
+ export { FoxTimeline }
654
+
655
+ export { FoxTimelineItem }
656
+
657
+ export { FoxTimePicker }
658
+
659
+ export { FoxTimeSelect }
660
+
661
+ export { FoxTooltip }
662
+
663
+ export { FoxTransfer }
664
+
665
+ export { FoxTree }
666
+
667
+ export { FoxTreeSelect }
668
+
669
+ export { FoxTreeV2 }
670
+
370
671
  /**
371
672
  * Fox UI
372
673
  */
@@ -511,6 +812,8 @@ declare class FoxUIVue implements FoxUI {
511
812
  getRootDomain(): Domain;
512
813
  }
513
814
 
815
+ export { FoxUpload }
816
+
514
817
  /**
515
818
  * 通用函数接口
516
819
  */
@@ -701,6 +1004,8 @@ export declare interface Matched {
701
1004
  level?: number;
702
1005
  }
703
1006
 
1007
+ export declare const MoneyItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
1008
+
704
1009
  export { multiply }
705
1010
 
706
1011
  export { negate }
@@ -783,6 +1088,8 @@ export declare const RadioItem: DefineComponent<unknown, object, {}, ComputedOpt
783
1088
  */
784
1089
  export declare const raf: any;
785
1090
 
1091
+ export declare const RateItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
1092
+
786
1093
  /**
787
1094
  * 只读属性
788
1095
  * @param source
@@ -871,6 +1178,8 @@ export declare function setGlobalValidator(type: string, validator: ExecuteValid
871
1178
 
872
1179
  export declare const SlotItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
873
1180
 
1181
+ export declare const SwitchItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
1182
+
874
1183
  export declare const TableItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
875
1184
 
876
1185
  export declare const TableMappingColumn: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
@@ -953,7 +1262,7 @@ export declare function updatePageState(state: PageState, pageLayout: any, overr
953
1262
  * @param proxy
954
1263
  * @returns
955
1264
  */
956
- export declare function useBroadcast(proxy?: ComponentPublicInstance | null): Broadcast | null;
1265
+ export declare function useBroadcast(proxy?: FoxComponentPublicInstance | null): Broadcast | null;
957
1266
 
958
1267
  /**
959
1268
  * 获取当前domain
@@ -999,35 +1308,35 @@ export declare interface ValidateHandler {
999
1308
  * 错误处理
1000
1309
  * @param errorMsg
1001
1310
  * @param proxy
1002
- * @param instance
1311
+ *
1003
1312
  */
1004
- error?(errorMsg: string, proxy: ComponentPublicInstance, instance: ComponentInternalInstance): void;
1313
+ error?(errorMsg: string, proxy: FoxComponentPublicInstance): void;
1005
1314
  /**
1006
1315
  * 重置处理
1007
1316
  * @param proxy
1008
- * @param instance
1317
+ *
1009
1318
  */
1010
- reset?(proxy: ComponentPublicInstance, instance: ComponentInternalInstance): void;
1319
+ reset?(proxy: FoxComponentPublicInstance): void;
1011
1320
  /**
1012
1321
  * 成功处理
1013
1322
  * @param proxy
1014
- * @param instance
1323
+ *
1015
1324
  */
1016
- success?(proxy: ComponentPublicInstance, instance: ComponentInternalInstance): void;
1325
+ success?(proxy: FoxComponentPublicInstance): void;
1017
1326
  /**
1018
1327
  * 规则装饰处理
1019
1328
  * @param newRule
1020
1329
  * @param oldRule
1021
1330
  * @param proxy
1022
- * @param instance
1331
+ *
1023
1332
  */
1024
- decorate?(newRule: Rule, oldRle: Rule, proxy: ComponentPublicInstance, instance: ComponentInternalInstance): void;
1333
+ decorate?(newRule: Rule, oldRule: Rule, proxy: FoxComponentPublicInstance): void;
1025
1334
  /**
1026
1335
  * 获取value
1027
1336
  * @param proxy
1028
- * @param instance
1337
+ *
1029
1338
  */
1030
- getValue?(proxy: ComponentPublicInstance, instance: ComponentInternalInstance): any;
1339
+ getValue?(proxy: FoxComponentPublicInstance): any;
1031
1340
  }
1032
1341
 
1033
1342
  /**
@@ -1057,7 +1366,7 @@ export declare class ValidateSchema {
1057
1366
  /**
1058
1367
  * 实例
1059
1368
  */
1060
- private instance;
1369
+ private proxy;
1061
1370
  /**
1062
1371
  * effect scope
1063
1372
  */
@@ -1066,9 +1375,9 @@ export declare class ValidateSchema {
1066
1375
  * 构造函数
1067
1376
  * @param parent
1068
1377
  * @param descriptor
1069
- * @param instance
1378
+ * @param proxy
1070
1379
  */
1071
- constructor(parent: ValidateSchema | null, descriptor: Descriptor, instance: ComponentInternalInstance);
1380
+ constructor(parent: ValidateSchema | null, descriptor: Descriptor, proxy: FoxComponentPublicInstance);
1072
1381
  /**
1073
1382
  * 初始化
1074
1383
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pc",
3
- "version": "4.0.1-2",
3
+ "version": "4.0.1-5",
4
4
  "description": "FoxUI PC端组件库",
5
5
  "author": "jiangcheng",
6
6
  "main": "dist/index.umd.js",