@fox-js/foxui-pc 4.0.1-1 → 4.0.1-3
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/index.cjs.js +3 -3
- package/dist/index.esm.js +4182 -2716
- package/dist/index.umd.js +4 -4
- package/dist/style.css +1 -1
- package/dist/style.esm.js +1 -1
- package/dist/types/index.d.ts +337 -22
- package/package.json +1 -1
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;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-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-item__main--top .fox-input-item{padding:0 5px 0 15px}.fox-item__main--left .fox-input-item,.fox-item__main--right .fox-input-item{padding:0 5px 0 0}.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
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
|
162
|
+
* vue proxy
|
|
67
163
|
*/
|
|
68
|
-
private
|
|
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
|
|
172
|
+
* @param proxy
|
|
77
173
|
* @param name
|
|
78
174
|
*/
|
|
79
|
-
constructor(parent: Broadcast | null,
|
|
175
|
+
constructor(parent: Broadcast | null, proxy: FoxComponentPublicInstance, name?: string);
|
|
80
176
|
/**
|
|
81
177
|
* 加入孩子节点
|
|
82
178
|
* @param child
|
|
@@ -123,6 +219,10 @@ export declare interface BroadcastCallback {
|
|
|
123
219
|
|
|
124
220
|
export declare const BroadcastKey: unique symbol;
|
|
125
221
|
|
|
222
|
+
export declare const CascaderItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
|
|
223
|
+
|
|
224
|
+
export declare const CheckboxItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
|
|
225
|
+
|
|
126
226
|
/**
|
|
127
227
|
* 清理非数字
|
|
128
228
|
*/
|
|
@@ -136,21 +236,28 @@ export declare const Content: DefineComponent<unknown, object, {}, ComputedOptio
|
|
|
136
236
|
|
|
137
237
|
/**
|
|
138
238
|
* 创建broadcast
|
|
239
|
+
*
|
|
240
|
+
* @param proxy
|
|
139
241
|
* @param parent
|
|
140
242
|
* @param name
|
|
141
243
|
* @param callbacks
|
|
142
244
|
* @returns
|
|
143
245
|
*/
|
|
144
|
-
export declare function createBroadcast(
|
|
246
|
+
export declare function createBroadcast(proxy: FoxComponentPublicInstance, parent: Broadcast | null, name?: string, callbacks?: Record<string, BroadcastCallback>): Broadcast;
|
|
145
247
|
|
|
146
248
|
/**
|
|
147
249
|
* 创建校验schema
|
|
148
|
-
* @param
|
|
250
|
+
* @param proxy
|
|
149
251
|
* @param parent
|
|
150
252
|
* @param descriptor
|
|
151
253
|
* @returns
|
|
152
254
|
*/
|
|
153
|
-
export declare function createValidateSchema(
|
|
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;
|
|
154
261
|
|
|
155
262
|
export declare const DateItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
|
|
156
263
|
|
|
@@ -177,7 +284,16 @@ export default _default;
|
|
|
177
284
|
* @param callbacks
|
|
178
285
|
* @returns
|
|
179
286
|
*/
|
|
180
|
-
export declare function defineBroadcast(name?: string, callbacks?: Record<string, BroadcastCallback
|
|
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
|
+
};
|
|
181
297
|
|
|
182
298
|
/**
|
|
183
299
|
* 安装domain
|
|
@@ -218,6 +334,7 @@ export declare interface Descriptor {
|
|
|
218
334
|
valueName?: string;
|
|
219
335
|
valueType?: ValueType;
|
|
220
336
|
validate?: boolean;
|
|
337
|
+
pureDataValidate?: boolean;
|
|
221
338
|
validateHandler?: ValidateHandler;
|
|
222
339
|
validateCheckEvents?: string[];
|
|
223
340
|
validateResetEvents?: string[];
|
|
@@ -363,6 +480,194 @@ export declare const floatData: (format: any, dataOp: any, mapOps: any) => any;
|
|
|
363
480
|
|
|
364
481
|
export declare const FooterBar: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
|
|
365
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
|
+
|
|
366
671
|
/**
|
|
367
672
|
* Fox UI
|
|
368
673
|
*/
|
|
@@ -507,6 +812,8 @@ declare class FoxUIVue implements FoxUI {
|
|
|
507
812
|
getRootDomain(): Domain;
|
|
508
813
|
}
|
|
509
814
|
|
|
815
|
+
export { FoxUpload }
|
|
816
|
+
|
|
510
817
|
/**
|
|
511
818
|
* 通用函数接口
|
|
512
819
|
*/
|
|
@@ -697,6 +1004,8 @@ export declare interface Matched {
|
|
|
697
1004
|
level?: number;
|
|
698
1005
|
}
|
|
699
1006
|
|
|
1007
|
+
export declare const MoneyItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
|
|
1008
|
+
|
|
700
1009
|
export { multiply }
|
|
701
1010
|
|
|
702
1011
|
export { negate }
|
|
@@ -772,11 +1081,15 @@ export declare enum PriorityPolicy {
|
|
|
772
1081
|
*/
|
|
773
1082
|
export declare function property(source: Ref, name: string, policy?: PriorityPolicy, filter?: AcceptFilter): Ref;
|
|
774
1083
|
|
|
1084
|
+
export declare const RadioItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
|
|
1085
|
+
|
|
775
1086
|
/**
|
|
776
1087
|
* 动画
|
|
777
1088
|
*/
|
|
778
1089
|
export declare const raf: any;
|
|
779
1090
|
|
|
1091
|
+
export declare const RateItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
|
|
1092
|
+
|
|
780
1093
|
/**
|
|
781
1094
|
* 只读属性
|
|
782
1095
|
* @param source
|
|
@@ -865,6 +1178,8 @@ export declare function setGlobalValidator(type: string, validator: ExecuteValid
|
|
|
865
1178
|
|
|
866
1179
|
export declare const SlotItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
|
|
867
1180
|
|
|
1181
|
+
export declare const SwitchItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
|
|
1182
|
+
|
|
868
1183
|
export declare const TableItem: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
|
|
869
1184
|
|
|
870
1185
|
export declare const TableMappingColumn: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
|
|
@@ -947,7 +1262,7 @@ export declare function updatePageState(state: PageState, pageLayout: any, overr
|
|
|
947
1262
|
* @param proxy
|
|
948
1263
|
* @returns
|
|
949
1264
|
*/
|
|
950
|
-
export declare function useBroadcast(proxy?:
|
|
1265
|
+
export declare function useBroadcast(proxy?: FoxComponentPublicInstance | null): Broadcast | null;
|
|
951
1266
|
|
|
952
1267
|
/**
|
|
953
1268
|
* 获取当前domain
|
|
@@ -993,35 +1308,35 @@ export declare interface ValidateHandler {
|
|
|
993
1308
|
* 错误处理
|
|
994
1309
|
* @param errorMsg
|
|
995
1310
|
* @param proxy
|
|
996
|
-
*
|
|
1311
|
+
*
|
|
997
1312
|
*/
|
|
998
|
-
error?(errorMsg: string, proxy:
|
|
1313
|
+
error?(errorMsg: string, proxy: FoxComponentPublicInstance): void;
|
|
999
1314
|
/**
|
|
1000
1315
|
* 重置处理
|
|
1001
1316
|
* @param proxy
|
|
1002
|
-
*
|
|
1317
|
+
*
|
|
1003
1318
|
*/
|
|
1004
|
-
reset?(proxy:
|
|
1319
|
+
reset?(proxy: FoxComponentPublicInstance): void;
|
|
1005
1320
|
/**
|
|
1006
1321
|
* 成功处理
|
|
1007
1322
|
* @param proxy
|
|
1008
|
-
*
|
|
1323
|
+
*
|
|
1009
1324
|
*/
|
|
1010
|
-
success?(proxy:
|
|
1325
|
+
success?(proxy: FoxComponentPublicInstance): void;
|
|
1011
1326
|
/**
|
|
1012
1327
|
* 规则装饰处理
|
|
1013
1328
|
* @param newRule
|
|
1014
1329
|
* @param oldRule
|
|
1015
1330
|
* @param proxy
|
|
1016
|
-
*
|
|
1331
|
+
*
|
|
1017
1332
|
*/
|
|
1018
|
-
decorate?(newRule: Rule,
|
|
1333
|
+
decorate?(newRule: Rule, oldRule: Rule, proxy: FoxComponentPublicInstance): void;
|
|
1019
1334
|
/**
|
|
1020
1335
|
* 获取value
|
|
1021
1336
|
* @param proxy
|
|
1022
|
-
*
|
|
1337
|
+
*
|
|
1023
1338
|
*/
|
|
1024
|
-
getValue?(proxy:
|
|
1339
|
+
getValue?(proxy: FoxComponentPublicInstance): any;
|
|
1025
1340
|
}
|
|
1026
1341
|
|
|
1027
1342
|
/**
|
|
@@ -1051,7 +1366,7 @@ export declare class ValidateSchema {
|
|
|
1051
1366
|
/**
|
|
1052
1367
|
* 实例
|
|
1053
1368
|
*/
|
|
1054
|
-
private
|
|
1369
|
+
private proxy;
|
|
1055
1370
|
/**
|
|
1056
1371
|
* effect scope
|
|
1057
1372
|
*/
|
|
@@ -1060,9 +1375,9 @@ export declare class ValidateSchema {
|
|
|
1060
1375
|
* 构造函数
|
|
1061
1376
|
* @param parent
|
|
1062
1377
|
* @param descriptor
|
|
1063
|
-
* @param
|
|
1378
|
+
* @param proxy
|
|
1064
1379
|
*/
|
|
1065
|
-
constructor(parent: ValidateSchema | null, descriptor: Descriptor,
|
|
1380
|
+
constructor(parent: ValidateSchema | null, descriptor: Descriptor, proxy: FoxComponentPublicInstance);
|
|
1066
1381
|
/**
|
|
1067
1382
|
* 初始化
|
|
1068
1383
|
*/
|