@opensumi/ide-components 2.13.9 → 2.14.1
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.css +1 -1
- package/dist/index.js +59 -57
- package/lib/checkbox/style.less +8 -8
- package/lib/recycle-tree/RecycleTree.d.ts +0 -1
- package/lib/recycle-tree/RecycleTree.d.ts.map +1 -1
- package/lib/recycle-tree/RecycleTree.js +18 -9
- package/lib/recycle-tree/RecycleTree.js.map +1 -1
- package/lib/scrollbars/styles.less +8 -8
- package/package.json +8 -8
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.kt-dropdown{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;display:block}.kt-dropdown:before{position:absolute;top:-7px;right:0;bottom:-7px;left:-7px;z-index:-9999;opacity:.0001;content:" "}.kt-dropdown-wrap{position:relative}.kt-dropdown-wrap .kt-btn>.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-wrap .kt-btn>.anticon-down{font-size:12px}.kt-dropdown-wrap .anticon-down:before{transition:transform .2s}.kt-dropdown-wrap-open .anticon-down:before{transform:rotate(180deg)}.kt-dropdown-hidden,.kt-dropdown-menu-hidden{display:none}.kt-dropdown-menu{position:relative;margin:0;padding:4px 0;text-align:left;list-style-type:none;background-color:#fff;background-clip:padding-box;border-radius:4px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15);-webkit-transform:translateZ(0)}.kt-dropdown-menu-item-group-title{padding:5px 12px;color:rgba(0,0,0,.45);transition:all .3s}.kt-dropdown-menu-submenu-popup{position:absolute;z-index:1050}.kt-dropdown-menu-submenu-popup>.kt-dropdown-menu{transform-origin:0 0}.kt-dropdown-menu-submenu-popup li,.kt-dropdown-menu-submenu-popup ul{list-style:none}.kt-dropdown-menu-submenu-popup ul{margin-right:.3em;margin-left:.3em;padding:0}.kt-dropdown-menu-item,.kt-dropdown-menu-submenu-title{clear:both;margin:0;padding:5px 12px;color:rgba(0,0,0,.65);font-weight:400;font-size:14px;line-height:22px;white-space:nowrap;cursor:pointer;transition:all .3s}.kt-dropdown-menu-item>.anticon:first-child,.kt-dropdown-menu-item>span>.anticon:first-child,.kt-dropdown-menu-submenu-title>.anticon:first-child,.kt-dropdown-menu-submenu-title>span>.anticon:first-child{min-width:12px;margin-right:8px;font-size:12px}.kt-dropdown-menu-item>a,.kt-dropdown-menu-submenu-title>a{display:block;margin:-5px -12px;padding:5px 12px;color:rgba(0,0,0,.65);transition:all .3s}.kt-dropdown-menu-item-selected,.kt-dropdown-menu-item-selected>a,.kt-dropdown-menu-submenu-title-selected,.kt-dropdown-menu-submenu-title-selected>a{color:#1890ff;background-color:#e6f7ff}.kt-dropdown-menu-item:hover,.kt-dropdown-menu-submenu-title:hover{background-color:#e6f7ff}.kt-dropdown-menu-item-disabled,.kt-dropdown-menu-submenu-title-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.kt-dropdown-menu-item-disabled:hover,.kt-dropdown-menu-submenu-title-disabled:hover{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.kt-dropdown-menu-item-divider,.kt-dropdown-menu-submenu-title-divider{height:1px;margin:4px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow,.kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow{position:absolute;right:8px}.kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,.kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon{color:rgba(0,0,0,.45);font-style:normal;display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,:root .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon{font-size:12px}.kt-dropdown-menu-item-group-list{margin:0 8px;padding:0;list-style:none}.kt-dropdown-menu-submenu-title{padding-right:26px}.kt-dropdown-menu-submenu-vertical{position:relative}.kt-dropdown-menu-submenu-vertical>.kt-dropdown-menu{position:absolute;top:0;left:100%;min-width:100%;margin-left:4px;transform-origin:0 0}.kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title,.kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.kt-dropdown-menu-submenu-selected .kt-dropdown-menu-submenu-title{color:#1890ff}.kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomCenter,.kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomLeft,.kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomRight,.kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomCenter,.kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomLeft,.kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topCenter,.kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topLeft,.kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topRight,.kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topCenter,.kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topLeft,.kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topRight{animation-name:antSlideDownIn}.kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomCenter,.kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomLeft,.kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topCenter,.kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topLeft,.kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topRight{animation-name:antSlideDownOut}.kt-dropdown-link>.anticon.anticon-down,.kt-dropdown-trigger>.anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-link>.anticon.anticon-down,:root .kt-dropdown-trigger>.anticon.anticon-down{font-size:12px}.kt-dropdown-button{white-space:nowrap}.kt-dropdown-button.kt-btn-group>.kt-btn:last-child:not(:first-child){padding-right:8px;padding-left:8px}.kt-dropdown-button .anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-button .anticon.anticon-down{font-size:12px}.kt-clickable-icon:active,.kt-clickable-icon:hover{transform:scale(1.2)}.kt-icon-resource:before{display:inherit;background-size:16px;background-position:50%;background-repeat:no-repeat;width:22px;height:22px;-webkit-font-smoothing:antialiased;flex-shrink:0}.kt-button{border:none;outline:none;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;font-size:12px;padding:0 12px;height:28px;line-height:1;box-sizing:border-box;border-radius:2px;color:var(--button-foreground);background-color:var(--button-background);transition:all .15s}.kt-button.block-button{width:100%}.kt-button>.kt-button-secondary-more{color:inherit;margin-left:5px}.ghost-button{border-style:solid;border-width:1px}.ghost-button:disabled{border:none}@keyframes loadingCircle{to{transform:rotate(1turn)}}.kt-button-anticon-spin{animation:loadingCircle 1s linear infinite;margin-right:5px}.default-button{color:var(--kt-defaultButton-foreground);background-color:var(--kt-defaultButton-background)}.default-button:hover{background-color:var(--kt-defaultButton-hoverBackground)}.default-button:active{background-color:var(--kt-defaultButton-clickBackground)}.primary-button{color:var(--kt-primaryButton-foreground);background-color:var(--kt-primaryButton-background)}.primary-button:hover{background-color:var(--kt-primaryButton-hoverBackground)}.primary-button:active{background-color:var(--kt-primaryButton-clickBackground)}.secondary-button{color:var(--kt-secondaryButton-foreground);background-color:var(--kt-secondaryButton-background);border:1px solid var(--kt-secondaryButton-border)}.secondary-button:hover{color:var(--kt-secondaryButton-hoverForeground);background-color:var(--kt-secondaryButton-hoverBackground);border-color:var(--kt-secondaryButton-hoverBorder)}.secondary-button:active{color:var(--kt-secondaryButton-clickForeground);background-color:var(--kt-secondaryButton-clickBackground);border-color:var(--kt-secondaryButton-clickBorder)}.ghost-secondary-button{color:var(--kt-whiteGhostButton-foreground);background-color:var(--kt-whiteGhostButton-background);border-color:transparent}.ghost-secondary-button:hover{color:var(--kt-whiteGhostButton-foreground);background-color:transparent;border-color:var(--kt-whiteGhostButton-border)}.ghost-secondary-button:active{color:var(--kt-whiteGhostButton-clickForeground);background-color:transparent;border-color:var(--kt-whiteGhostButton-clickBorder)}.ghost-secondary-button:disabled{color:var(--kt-whiteGhostButton-disableForeground);border-color:transparent}.link-button{color:var(--kt-linkButton-foreground);background-color:transparent}.link-button:hover{color:var(--kt-linkButton-hoverForeground)}.link-button:active,.link-button:hover{background-color:transparent;border-color:transparent}.link-button:active{color:var(--kt-linkButton-clickForeground)}.link-button:disabled{color:var(--kt-linkButton-disableForeground);border-color:transparent!important;background-color:transparent!important}.ghost-primary-button:disabled{border-color:transparent;background-color:transparent}.danger-button:disabled,.ghost-button:disabled,.ghost-danger-button:disabled,.kt-danger-button-loading,.kt-primary-button-loading,.kt-secondary-button-loading,.primary-button:disabled,.secondary-button:disabled{color:var(--kt-button-disableForeground)!important;border-color:var(--kt-button-disableBorder)!important;background-color:var(--kt-button-disableBackground)!important;border-style:solid;border-width:1px}.danger-button:disabled>.kt-button-secondary-more,.ghost-button:disabled>.kt-button-secondary-more,.ghost-danger-button:disabled>.kt-button-secondary-more,.kt-danger-button-loading>.kt-button-secondary-more,.kt-primary-button-loading>.kt-button-secondary-more,.kt-secondary-button-loading>.kt-button-secondary-more,.primary-button:disabled>.kt-button-secondary-more,.secondary-button:disabled>.kt-button-secondary-more{color:var(--kt-button-disableForeground)}.ghost-primary-button{color:var(--kt-primaryGhostButton-foreground);background-color:var(--kt-primaryGhostButton-background);border-color:transparent}.ghost-primary-button:hover{border-color:var(--kt-primaryGhostButton-border);background-color:transparent}.ghost-primary-button:active{color:var(--kt-primaryGhostButton-clickForeground);background-color:var(--kt-primaryGhostButton-clickBackground);border-color:var(--kt-primaryGhostButton-clickBorder)}.danger-button{color:var(--kt-dangerButton-foreground);background-color:var(--kt-dangerButton-background)}.danger-button:hover{background-color:var(--kt-dangerButton-hoverBackground)}.danger-button:active{background-color:var(--kt-dangerButton-clickBackground)}.ghost-danger-button{color:var(--kt-dangerGhostButton-foreground);background-color:var(--kt-dangerGhostButton-background);border-color:var(--kt-dangerGhostButton-border)}.ghost-danger-button:hover{background-color:transparent;border-color:var(--kt-dangerGhostButton-hoverBorder)}.ghost-danger-button:active{background-color:var(--kt-dangerGhostButton-clickBackground);border-color:var(--kt-dangerGhostButton-clickBorder)}.large-button-size{padding:0 16px;height:32px;line-height:32px;font-size:14px}.default-button-size{padding:0 12px;height:28px;line-height:28px;font-size:12px}.small-button-size{padding:0 8px;height:22px;line-height:22px;font-size:12px}.kt-icon{display:inline-block;background-repeat:no-repeat;cursor:pointer;color:var(--kt-icon-foreground);line-height:1}.kt-icon.mask-mode{background-color:var(--foreground)}.kt-icon-loading{animation:ktIconloadingCircle 1s linear infinite}.kt-icon-small{font-size:14px}.kt-icon-large{font-size:16px}.kt-icon-clickable:hover{color:var(--kt-icon-hoverForeground)}.kt-icon-clickable:active{color:var(--kt-icon-clickForeground)}.kt-icon-disabled{color:var(--kt-icon-disableForeground);pointer-events:none;cursor:not-allowed}@keyframes ktIconloadingCircle{to{transform:rotate(1turn)}}.iconfont-anim-spin{animation:fa-spin 2s linear infinite}.iconfont-anim-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.iconfont-rotate-90{transform:rotate(90deg)}.iconfont-rotate-90,.iconfont-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})"}.iconfont-rotate-180{transform:rotate(180deg)}.iconfont-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})";transform:rotate(270deg)}.iconfont-flip-horizontal{transform:scaleX(-1)}.iconfont-flip-horizontal,.iconfont-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)"}.iconfont-flip-vertical{transform:scaleY(-1)}.iconfont-flip-both,.iconfont-flip-horizontal.iconfont-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)";transform:scale(-1)}:root .iconfont-flip-both,:root .iconfont-flip-horizontal,:root .iconfont-flip-vertical,:root .iconfont-rotate-90,:root .iconfont-rotate-180,:root .iconfont-rotate-270{filter:none}.kt-badge{background-color:var(--badge-background);color:var(--badge-foreground);border:1px solid var(--kt-badge-border);height:18px;line-height:18px;border-radius:18px;font-weight:400;text-align:center;display:inline-flex;justify-content:center;box-sizing:border-box;padding:0 5px;min-width:18px}.kt-badge,.kt-input{font-size:12px;align-items:center}.kt-input{width:100%;display:flex;border:1px solid var(--kt-input-border);border-radius:2px;background-color:var(--input-background);height:28px;padding:0 8px}.kt-input:focus-within{border-color:var(--focusBorder)}.kt-input:hover{border-color:var(--focusBorder)}.kt-input:disabled{color:var(--kt-input-disableForeground);background-color:var(--kt-input-disableBackground)}.kt-input-box{flex:1;height:100%;position:relative;display:flex;align-items:center}.kt-input-box input{width:100%;height:100%;color:var(--input-foreground);background-color:transparent;outline:none;border-width:0;display:inline-block}.kt-input-box input::placeholder{color:var(--input-placeholderForeground)}.kt-input-box input::selection{background-color:var(--kt-input-selectionBackground)}.kt-input-clear{position:absolute;right:4px;top:50%;transform:translateY(-50%)}.kt-input-addon{display:flex;align-items:center;height:100%}.kt-input-addon-before{margin-right:4px}.kt-input-addon-after{margin-left:4px}.kt-input-large{height:32px;font-size:14px}.kt-input-small{height:22px;font-size:12px}.input-box{width:100%;height:100%;position:relative}.input-box .kt-input.validate-error{border:1px solid var(--inputValidation-errorBorder);background-color:var(--inputValidation-errorBackground)}.input-box .kt-input.validate-info{border:1px solid var(--inputValidation-infoBorder);background-color:var(--inputValidation-infoBackground)}.input-box .kt-input.validate-warning{border:1px solid var(--inputValidation-warningBorder);background-color:var(--inputValidation-warningBackground)}.input-box.popup .kt-input{background-color:var(--input-background)}.input-box .validate-message{display:inline-block;overflow:hidden;text-align:left;box-sizing:border-box;padding:8px 4px;font-size:12px;line-height:20px;min-height:34px;word-wrap:break-word;white-space:normal;position:absolute;width:100%;left:0;top:100%;z-index:10;border-top:none!important;border-radius:0 0 2px 2px}.input-box .validate-message.popup{border:none;background-color:transparent;box-shadow:0 2px 8px var(--widget-shadow)}.input-box .validate-message.popup.validate-error{color:var(--inputValidation-errorForeground);background-color:var(--inputValidation-errorBackground);border:1px solid var(--inputValidation-errorBorder)}.input-box .validate-message.popup.validate-info{background-color:var(--inputValidation-infoBackground);border:1px solid var(--inputValidation-infoBorder);color:var(--inputValidation-infoForeground)}.input-box .validate-message.popup.validate-warning{background-color:var(--inputValidation-warningBackground);border:1px solid var(--inputValidation-warningBorder);color:var(--inputValidation-warningForeground)}.input-box .validate-message.validate-error{color:var(--kt-inputValidation-errorTextForeground)}.input-box .validate-message.validate-info{color:var(--inputValidation-infoForeground)}.input-box .validate-message.validate-warning{color:var(--kt-inputValidation-warningTextForeground)}.kt-checkbox{font-size:12px;cursor:pointer}.kt-checkbox,.kt-checkbox-lump{display:inline-flex;align-items:center}.kt-checkbox-lump{margin-right:4px;position:relative}.kt-checkbox-lump input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.kt-checkbox-lump input:checked+.kt-checkbox-icon{border-color:var(--kt-checkbox-selectionBackground);background-color:var(--kt-checkbox-selectionBackground);color:var(--kt-checkbox-selectionForeground)}.kt-checkbox-lump input:checked+.kt-checkbox-icon svg{display:block;transition:all .2s}.kt-checkbox:hover .kt-checkbox-icon{border-color:var(--kt-checkbox-hoverBorder);background-color:var(--kt-checkbox-hoverBackground)}.kt-checkbox-icon{width:12px;height:12px;background-color:var(--checkbox-background);border-radius:2px;border:1px solid var(--checkbox-border);position:relative}.kt-checkbox-icon svg{display:none;position:absolute;left:0;top:0;width:100%;height:100%}.kt-checkbox-large{font-size:14px}.kt-checkbox-large-icon{width:14px;height:14px;margin-right:8px}.kt-checkbox.kt-checkbox-disabled{color:var(--kt-checkbox-disableForeground)}.kt-checkbox.kt-checkbox-disabled input:checked+.kt-checkbox-icon{background-color:var(--kt-checkbox-disableBackground);color:var(--kt-checkbox-disableForeground);border-color:transparent}.kt-select-overlay{position:fixed;width:100%;height:100%;left:0;top:0;z-index:-1}.kt-select-container{position:relative;user-select:none;min-width:0}.kt-select-container .kt-select-search{-webkit-appearance:none;background:transparent;line-height:inherit;outline:none;border:none}.kt-select-container .kt-select-value{margin:0;max-width:100%;border-radius:2px;color:var(--kt-select-foreground);background-color:var(--kt-select-background);display:flex;justify-content:center;align-items:center;padding:0 8px;flex:1;border:1px solid var(--kt-select-border);cursor:pointer;box-sizing:border-box}.kt-select-container .kt-select-value>span{cursor:pointer}.kt-select-container .kt-select-value .kt-select-option{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex:1;min-width:0;cursor:pointer;display:inline-block;width:100%}.kt-select-container .kt-select-value .kt-select-value-active,.kt-select-container .kt-select-value:hover{box-sizing:border-box;border-color:var(--kt-selectOption-activeBorder)}.kt-select-container .kt-select-value.kt-select-disabled{pointer-events:none;background-color:var(--kt-select-disableBackground);color:var(--kt-select-disableForeground)}.kt-select-container .kt-select-value-active{box-sizing:border-box;border-color:var(--kt-selectOption-activeBorder)}.kt-select-container .kt-select-value-large,.kt-select-container .kt-select-value-large>span{height:30px;font-size:14px;line-height:30px}.kt-select-container .kt-select-value-default,.kt-select-container .kt-select-value-default>span{height:28px;font-size:12px;line-height:28px}.kt-select-container .kt-select-value-small,.kt-select-container .kt-select-value-small>span{height:22px;font-size:12px;line-height:22px}.kt-select-option-icon{margin-right:5px}.kt-select-options{display:none;position:fixed;margin-top:4px;max-width:100%;color:var(--kt-selectDropdown-foreground);background-color:var(--kt-selectDropdown-background);z-index:20;border-radius:2px;overflow-y:auto!important;box-shadow:0 2px 8px var(--widget-shadow)}.kt-select-options .kt-select-option-default{display:flex;align-items:center;position:relative}.kt-select-options .kt-select-option-default .kt-select-option-icon{margin-right:5px}.kt-select-options .kt-select-option-select span{display:inline-block;width:100%}.kt-select-options .kt-select-option-select span,.kt-select-options .kt-select-option-select span:hover{background-color:var(--kt-selectDropdown-selectionBackground)}.kt-select-options span{color:var(--kt-selectDropdown-foreground);background-color:var(--kt-selectDropdown-background);cursor:pointer;height:26px;padding:0 16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:26px;display:inline-block;width:100%;box-sizing:border-box}.kt-select-options span:hover{background-color:var(--kt-selectDropdown-hoverBackground)}.kt-select-options .kt-option-disabled{pointer-events:none;background-color:var(--kt-select-disableBackground);color:var(--kt-select-disableForeground)}.kt-select-options.kt-select-options-visible{display:block}.kt-select-options.kt-select-options-large{padding:4px 0}.kt-select-options.kt-select-options-large>div>span,.kt-select-options.kt-select-options-large>span{height:30px;font-size:14px;line-height:30px}.kt-select-options.kt-select-options-large .kt-select-group-header{font-size:14px;line-height:30px}.kt-select-options.kt-select-options-default{padding:3px 0}.kt-select-options.kt-select-options-default>div>span,.kt-select-options.kt-select-options-default>span{height:26px;font-size:12px;line-height:26px}.kt-select-options.kt-select-options-default .kt-select-group-header{font-size:12px;line-height:26px}.kt-select-options.kt-select-options-small{padding:3px 0}.kt-select-options.kt-select-options-small>div>span,.kt-select-options.kt-select-options-small>span{height:26px;font-size:12px;line-height:26px}.kt-select-options.kt-select-options-small .kt-select-group-header{font-size:12px;line-height:26px}.kt-select-options .kt-option-with-check{padding-left:20px}.kt-select-options .kt-select-group-header{padding-left:5px;color:var(--kt-selectDropdown-teamForeground);display:flex}.kt-select-options .kt-option-check{position:absolute;left:0;height:100%;display:flex;align-items:center}.kt-select-options .kt-option-check .kt-icon{width:20px;padding:0 4px;background-color:transparent}.kt-tabs{display:flex;align-items:center;border-bottom:1px solid var(--kt-tab-borderDown)}.kt-tabs .kt-custom-tab,.kt-tabs .kt-tab{padding:8px 0;line-height:20px;border-bottom:2px solid transparent;color:var(--kt-tab-inactiveForeground);cursor:pointer}.kt-tabs .kt-custom-tab.kt-mini-tab,.kt-tabs .kt-tab.kt-mini-tab{padding:2px 0}.kt-tabs .kt-custom-tab.kt-tab-selected,.kt-tabs .kt-tab.kt-tab-selected{color:var(--kt-tab-activeForeground);border-bottom-color:var(--kt-tab-activeBorder)}.kt-tabs.kt-tabs-mini{border-bottom:none}.kt-tabs .kt-custom-tab+.kt-custom-tab,.kt-tabs .kt-custom-tab+.kt-tab,.kt-tabs .kt-tab+.kt-custom-tab,.kt-tabs .kt-tab+.kt-tab{margin-left:24px}.kt-modal{box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:relative;top:100px;width:auto;margin:0 auto;padding:0 0 24px;pointer-events:none}.kt-modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;overflow:auto;outline:0;-webkit-overflow-scrolling:touch}.kt-modal-title{margin:0;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;line-height:22px;word-wrap:break-word}.kt-modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:0;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:auto}.kt-modal-close{position:absolute;top:0;right:0;z-index:10;padding:0;color:rgba(0,0,0,.45);font-weight:700;line-height:1;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;transition:color .3s}.kt-modal-close-x{display:block;width:56px;height:56px;font-size:16px;font-style:normal;line-height:56px;text-align:center;text-transform:none;text-rendering:auto}.kt-modal-close:focus,.kt-modal-close:hover{color:rgba(0,0,0,.75);text-decoration:none}.kt-modal-header{padding:16px 24px;color:rgba(0,0,0,.65);background:#fff;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0}.kt-modal-body{padding:24px;font-size:14px;line-height:1.5;word-wrap:break-word}.kt-modal-footer{padding:10px 16px;text-align:right;background:transparent;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px}.kt-modal-footer button+button{margin-bottom:0;margin-left:8px}.kt-modal.zoom-appear,.kt-modal.zoom-enter{transform:none;opacity:0;animation-duration:.3s;user-select:none}.kt-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45);filter:alpha(opacity=50)}.kt-modal-mask-hidden{display:none}.kt-modal-open{overflow:hidden}.kt-modal-centered{text-align:center}.kt-modal-centered:before{display:inline-block;width:0;height:100%;vertical-align:middle;content:""}.kt-modal-centered .kt-modal{top:0;display:inline-block;text-align:left;vertical-align:middle}@media (max-width:767px){.kt-modal{max-width:calc(100vw - 16px);margin:8px auto}.kt-modal-centered .kt-modal{flex:1}}.kt-overlay.kt-modal{padding:24px;color:var(--kt-modal-foreground)}.kt-overlay .kt-modal-body{background:var(--kt-modal-background);border-color:var(--notifications-border)}.kt-overlay .kt-modal-header{background-color:var(--kt-modal-background);border-bottom-color:var(--kt-modal-separatorBackground);height:56px;border-radius:2px 2px 0 0}.kt-overlay .kt-modal-title{color:var(--kt-modal-foreground)}.kt-overlay .kt-modal-footer{background-color:var(--kt-modal-background);border-top-color:var(--kt-modal-separatorBackground);height:52px;border-radius:0 0 2px 2px}.kt-overlay .kt-modal-close-x{margin:18px 24px 0 0;width:20px;height:20px;line-height:20px;color:var(--kt-notificationsCloseIcon-foreground)}.wrapper .kt-modal-body{background:var(--kt-modal-background);border-color:var(--notifications-border)}.wrapper .kt-modal-footer{align-items:center;justify-content:flex-end;display:flex}.wrapper .kticon-info-circle{color:var(--kt-modalInfoIcon-foreground)}.wrapper .kt-modal-close-x{margin:50% 50% 0 0;width:20px;height:20px;line-height:20px;color:var(--kt-notificationsCloseIcon-foreground)}.kt-dialog-content{display:flex}.kt-dialog-content .kt-dialog-content_area{display:flex;flex-direction:column;flex:1;overflow:hidden}.kt-dialog-content .kt-dialog-content_area .kt-dialog-content_title{line-height:22px;font-size:14px;margin:0 0 8px}.footer{border-top:1px solid var(--notifications-border)}.kt-dialog-icon{margin-right:12px}.kt-dialog-icon:before{font-size:20px}.kt-dialog-closex{background-color:transparent;border:none;outline:none;display:flex;flex-direction:column;padding:0;cursor:pointer}.kt-dialog-buttonWrap{display:flex;flex-wrap:wrap;margin-top:14px;justify-content:flex-end}.kt-dialog-buttonWrap button{margin:10px 0 0 8px}.kt-dialog-message{color:var(--kt-modal-foreground);line-height:22px;font-size:14px;word-break:break-all;overflow:hidden;flex:1;align-items:center;display:inline-flex}.kt-notification{box-sizing:border-box;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:fixed;z-index:1010;width:384px;max-width:calc(100vw - 32px);margin:0 24px 0 0}.kt-notification-bottomLeft,.kt-notification-topLeft{margin-right:0;margin-left:24px}.kt-notification-bottomLeft .kt-notification-fade-appear.kt-notification-fade-appear-active,.kt-notification-bottomLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,.kt-notification-topLeft .kt-notification-fade-appear.kt-notification-fade-appear-active,.kt-notification-topLeft .kt-notification-fade-enter.kt-notification-fade-enter-active{animation-name:NotificationLeftFadeIn}.kt-notification-close-icon{font-size:14px;cursor:pointer}.kt-notification-notice{position:relative;margin-bottom:16px;padding:16px 24px;overflow:hidden;line-height:1.5;background:#fff;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.kt-notification-notice-message{display:inline-block;margin-bottom:8px;color:rgba(0,0,0,.85);font-size:16px;line-height:24px}.kt-notification-notice-message-single-line-auto-margin{display:block;width:calc(264px - 100%);max-width:4px;background-color:transparent;pointer-events:none}.kt-notification-notice-message-single-line-auto-margin:before{display:block;content:""}.kt-notification-notice-description{font-size:14px}.kt-notification-notice-closable .kt-notification-notice-message{padding-right:24px}.kt-notification-notice-with-icon .kt-notification-notice-message{margin-bottom:4px;margin-left:48px;font-size:16px}.kt-notification-notice-with-icon .kt-notification-notice-description{margin-left:48px;font-size:14px}.kt-notification-notice-icon{position:absolute;margin-left:4px;font-size:24px;line-height:24px}.anticon.kt-notification-notice-icon-success{color:#52c41a}.anticon.kt-notification-notice-icon-info{color:var(--notificationsInfoIcon-foreground)}.anticon.kt-notification-notice-icon-warning{color:var(--notificationsWarningIcon-foreground)}.anticon.kt-notification-notice-icon-error{color:var(--notificationsErrorIcon-foreground)}.kt-notification-notice-close{position:absolute;top:16px;right:22px;color:rgba(0,0,0,.45);outline:none}.kt-notification-notice-close:hover{color:rgba(0,0,0,.67)}.kt-notification-notice-btn{float:right;margin-top:16px}.kt-notification .notification-fade-effect{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both}.kt-notification-fade-appear,.kt-notification-fade-enter{opacity:0;animation-play-state:paused}.kt-notification-fade-appear,.kt-notification-fade-enter,.kt-notification-fade-leave{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both}.kt-notification-fade-leave{animation-duration:.2s;animation-play-state:paused}.kt-notification-fade-appear.kt-notification-fade-appear-active,.kt-notification-fade-enter.kt-notification-fade-enter-active{animation-name:NotificationFadeIn;animation-play-state:running}.kt-notification-fade-leave.kt-notification-fade-leave-active{animation-name:NotificationFadeOut;animation-play-state:running}@keyframes NotificationFadeIn{0%{left:384px;opacity:0}to{left:0;opacity:1}}@keyframes NotificationLeftFadeIn{0%{right:384px;opacity:0}to{right:0;opacity:1}}@keyframes NotificationFadeOut{0%{max-height:150px;margin-bottom:16px;padding-top:16px 24px;padding-bottom:16px 24px;opacity:1}to{max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}}.kt-notification-wrapper{background:var(--notifications-background)!important;border-color:var(--notifications-border)!important;word-break:break-word;padding:12px!important;position:relative}.kt-notification-wrapper .anticon{font-size:12px;margin-top:5px}.kt-notification-wrapper .kt-notification-notice-close,.kt-notification-wrapper .kt-notification-notice-description,.kt-notification-wrapper .kt-notification-notice-message{color:var(--notifications-foreground)!important;font-size:12px!important;margin-left:22px!important;line-height:20px!important}.kt-notification-wrapper .kt-notification-notice-close{right:14px;top:12px}.kt-notification-wrapper .kt-notification-notice-btn button{margin:0 0 0 10px}.kt-popover{position:relative;display:flex;justify-content:center;align-items:center}.kt-popover-content{display:none}.kt-popover-title{font-size:12px;display:flex;justify-content:space-between;margin-bottom:4px}.kt-popover-title.kt-button,.kt-popover-title .small-button-size{padding:0}.kt-popover-content{position:absolute;color:var(--kt-popover-foreground);background:var(--kt-popover-background);border-color:var(--kt-popover-border);border-radius:2px;box-shadow:0 2px 8px var(--widget-shadow);z-index:10001;padding:16px}.kt-popover-top:after{position:absolute;left:50%;margin-left:-7px;content:"";width:0;height:0;border:7px solid transparent}.kt-popover-top:before{content:"";position:absolute;left:0;width:100%;height:15px;background:transparent;border:0}.kt-popover-top:after{top:100%;border-bottom-width:0;border-top-color:var(--kt-popover-background)}.kt-popover-top:before{top:100%}.kt-popover-bottom:after{position:absolute;left:50%;margin-left:-7px;content:"";width:0;height:0;border:7px solid transparent}.kt-popover-bottom:before{content:"";position:absolute;left:0;width:100%;height:15px;background:transparent;border:0}.kt-popover-bottom:after{bottom:100%;border-top-width:0;border-bottom-color:var(--kt-popover-background)}.kt-popover-bottom:before{bottom:100%}.kt-popover-left:after{position:absolute;top:50%;transform:translateY(-7px);content:"";width:0;height:0;border:7px solid transparent}.kt-popover-left:before{content:"";position:absolute;top:0;width:15px;height:100%;background:transparent;border:0}.kt-popover-left:after{left:100%;border-right-width:0;border-left-color:var(--kt-popover-background)}.kt-popover-left:before{left:100%}.kt-popover-right:after{position:absolute;top:50%;transform:translateY(-7px);content:"";width:0;height:0;border:7px solid transparent}.kt-popover-right:before{content:"";position:absolute;top:0;width:15px;height:100%;background:transparent;border:0}.kt-popover-right:after{right:100%;border-left-width:0;border-right-color:var(--kt-popover-background)}.kt-popover-right:before{right:100%}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kt-message{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:fixed;top:16px;left:0;z-index:1010;width:100%;pointer-events:none}.kt-message-notice{padding:8px;text-align:center}.kt-message-notice:first-child{margin-top:-8px}.kt-message-notice-content{display:inline-block;padding:10px 16px;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:all;background:var(--notifications-background);color:var(--notifications-foreground)}.kt-message-success .anticon{color:#52c41a}.kt-message-error .anticon{color:var(--notificationsErrorIcon-foreground)}.kt-message-warning .anticon{color:var(--notificationsWarningIcon-foreground)}.kt-message-info .anticon,.kt-message-loading .anticon{color:var(--notificationsInfoIcon-foreground)}.kt-message .anticon{position:relative;top:1px;margin-right:8px;font-size:16px}.kt-message-notice.move-up-leave.move-up-leave-active{overflow:hidden;animation-name:MessageMoveOut;animation-duration:.3s}@keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}.kt-tooltip-wrapper{position:relative;margin:0;padding:0}.kt-tooltip-wrapper .kt-tooltip-content{display:inline-block;position:fixed;font-size:12px;font-weight:400;border-radius:2px;line-height:20px;padding:4px 8px;z-index:2;white-space:nowrap;color:var(--kt-tooltip-foreground);background:var(--kt-tooltip-background);box-shadow:0 6px 16px -8px rgba(0,0,0,.24),0 9px 28px 0 rgba(0,0,0,.15),0 12px 48px 16px rgba(0,0,0,.09)}.kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder{position:absolute;left:50%;margin-left:-7px;top:100%;width:0;height:0;border-left:7px solid transparent;border-bottom:0 solid transparent;border-right:7px solid transparent;border-top:7px solid var(--kt-tooltip-background)}.kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder.kt-tooltip-reverse-arrow{top:auto!important;bottom:100%!important;border-width:0 7px 7px!important;border-left-color:transparent!important;border-bottom-color:var(--kt-tooltip-background)!important;border-right-color:transparent!important;border-top-color:transparent!important}.kt-scrollbar .scrollbar-thumb-horizontal,.kt-scrollbar .scrollbar-thumb-vertical{opacity:0;transition:opacity .5s ease;background:var(--scrollbarSlider-background);width:10px;height:10px}.kt-scrollbar .scrollbar-thumb-horizontal:hover,.kt-scrollbar .scrollbar-thumb-vertical:hover{background:var(--scrollbarSlider-hoverBackground)}.kt-scrollbar .scrollbar-thumb-horizontal:active,.kt-scrollbar .scrollbar-thumb-vertical:active{background:var(--scrollbarSlider-activeBackground)}.kt-scrollbar:hover .scrollbar-thumb-horizontal,.kt-scrollbar:hover .scrollbar-thumb-vertical{opacity:1}.kt-scrollbar .scrollbar-decoration{position:fixed;top:0;left:0;width:100%;height:6px;z-index:999;box-shadow:var(--scrollbar-shadow) 0 6px 6px -6px inset}.kt-recycle-tree-filter-wrapper{padding:4px 8px}.kt-recycle-tree-filter-input{width:100%}.kt-recycle-tree-filter-icon{color:var(--kt-icon-secondaryForeground)}.loading_indicator{width:20px;height:20px;background-image:url(fonts/loading.svg);background-size:cover}.vs-dark .loading_indicator{background-image:url(fonts/loading-dark.svg)}.hc-black .loading_indicator{background-image:url(fonts/loading-hc.svg)}.basic_tree .tree_node{display:flex;flex-direction:column;position:relative;cursor:pointer}.basic_tree .tree_node:hover{color:var(--kt-tree-hoverForeground);background:var(--kt-tree-hoverBackground)}.basic_tree .tree_node:hover .head,.basic_tree .tree_node:hover .tail{display:flex}.basic_tree .tree_node.mod_selected{background:var(--kt-tree-inactiveSelectionBackground)}.basic_tree .tree_node.mod_selected,.basic_tree .tree_node.mod_selected .expansion_toggle{color:var(--kt-tree-inactiveSelectionForeground)!important}.basic_tree .tree_node.mod_focused{outline:1px solid var(--list-focusOutline);outline-offset:-1px;background:var(--kt-tree-activeSelectionBackground)}.basic_tree .tree_node.mod_focused,.basic_tree .tree_node.mod_focused .expansion_toggle{color:var(--kt-tree-activeSelectionForeground)!important}.basic_tree .tree_node.mod_focused .displayname .compact_name.active{text-decoration:underline}.basic_tree .tree_node.mod_actived{outline:1px solid var(--list-focusOutline);outline-offset:-1px}.basic_tree .tree_node.mod_actived .expansion_toggle{color:var(--kt-tree-activeSelectionForeground)!important}.basic_tree .tree_node.mod_actived .displayname .compact_name.active{text-decoration:underline}.basic_tree .tree_node.mod_loading{opacity:.8!important}.basic_tree .icon{position:relative;color:var(--icon-foreground);margin-right:4px}.basic_tree .icon:before{font-size:16px;text-align:center}.basic_tree .head,.basic_tree .tail{text-align:center;margin-right:10px;position:relative;height:100%;align-items:center;display:none}.basic_tree .content{position:relative;display:flex;align-items:center;width:100%}.basic_tree .content match{background-color:var(--editor-findMatchHighlightBackground)}.basic_tree .status{opacity:.75;text-align:center;font-size:12px;padding-right:0}.basic_tree .segment{flex-grow:0;white-space:nowrap;color:inherit}.basic_tree .displayname{margin-right:6px;display:inline;white-space:pre}.basic_tree .displayname .compact_name{color:inherit;display:inline-block}.basic_tree .displayname .compact_name.active,.basic_tree .displayname .compact_name:focus,.basic_tree .displayname .compact_name:hover{text-decoration:underline}.basic_tree .displayname .compact_name_separator{margin:0 2px;opacity:.5}.basic_tree .display_name{margin-right:6px;display:inline;white-space:pre}.basic_tree .description{display:inline;transform:scale(.96);color:var(--descriptionForeground)}.basic_tree .overflow_wrap{flex:1;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.basic_tree .prompt_wrap{flex:1}.basic_tree .flex_wrap{display:flex;flex-direction:row}.basic_tree .edit_wrap{display:flex;width:calc(100% - 50px)}.basic_tree .edit_wrap .displayname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.basic_tree .segment_grow{flex-grow:1!important;text-align:left;z-index:10;padding-right:5px}.basic_tree .segment_grow.overflow_visible{overflow:visible!important}.basic_tree .expansion_toggle{min-width:20px;display:flex;justify-content:center;flex-shrink:0;font-size:16px;color:var(--foreground)}.basic_tree .expansion_toggle.mod_collapsed:before{display:block}.basic_tree .expansion_toggle:not(.mod_collapsed):before{display:block;transform:rotate(90deg)}.basic_tree_menubars{padding:2px 0;color:var(--menu-foreground);background-color:var(--menu-background);border:none;box-shadow:0 2px 8px var(--kt-menu-shadow);border-radius:0;min-width:200px}.basic_menu_item_divider{margin:3px 0;pointer-events:none;background-color:var(--menu-separatorBackground);padding:0;overflow:hidden;line-height:0;height:1px}.basic_menu_item{margin:0;height:26px;display:flex;align-items:center;flex:1;padding:0 16px;color:var(--kt-menubar-foreground)}.basic_menu_item:hover{background:var(--menu-selectionBackground);color:var(--menu-selectionForeground);cursor:default}.rc-trigger-popup{position:absolute;left:-9999px;top:-9999px;z-index:1050}.rc-trigger-popup-hidden{display:none}.rc-trigger-popup-zoom-appear,.rc-trigger-popup-zoom-enter{opacity:0;animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.18,.89,.32,1.28);animation-play-state:paused}.rc-trigger-popup-zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.6,-.3,.74,.05);animation-play-state:paused}.rc-trigger-popup-zoom-appear.rc-trigger-popup-zoom-appear-active,.rc-trigger-popup-zoom-enter.rc-trigger-popup-zoom-enter-active{animation-name:rcTriggerZoomIn;animation-play-state:running}.rc-trigger-popup-zoom-leave.rc-trigger-popup-zoom-leave-active{animation-name:rcTriggerZoomOut;animation-play-state:running}@keyframes rcTriggerZoomIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}to{opacity:1;transform-origin:50% 50%;transform:scale(1)}}@keyframes rcTriggerZoomOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1)}to{opacity:0;transform-origin:50% 50%;transform:scale(0)}}.rc-trigger-popup-mask{position:fixed;top:0;right:0;left:0;bottom:0;background-color:#373737;background-color:rgba(55,55,55,.6);height:100%;filter:alpha(opacity=50);z-index:1050}.rc-trigger-popup-mask-hidden{display:none}.rc-trigger-popup-fade-appear,.rc-trigger-popup-fade-enter{opacity:0}.rc-trigger-popup-fade-appear,.rc-trigger-popup-fade-enter,.rc-trigger-popup-fade-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-play-state:paused}.rc-trigger-popup-fade-appear.rc-trigger-popup-fade-appear-active,.rc-trigger-popup-fade-enter.rc-trigger-popup-fade-enter-active{animation-name:rcTriggerMaskFadeIn;animation-play-state:running}.rc-trigger-popup-fade-leave.rc-trigger-popup-fade-leave-active{animation-name:rcDialogFadeOut;animation-play-state:running}@keyframes rcTriggerMaskFadeIn{0%{opacity:0}to{opacity:1}}@keyframes rcDialogFadeOut{0%{opacity:1}to{opacity:0}}
|
|
1
|
+
.kt-dropdown{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;display:block}.kt-dropdown:before{position:absolute;top:-7px;right:0;bottom:-7px;left:-7px;z-index:-9999;opacity:.0001;content:" "}.kt-dropdown-wrap{position:relative}.kt-dropdown-wrap .kt-btn>.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-wrap .kt-btn>.anticon-down{font-size:12px}.kt-dropdown-wrap .anticon-down:before{transition:transform .2s}.kt-dropdown-wrap-open .anticon-down:before{transform:rotate(180deg)}.kt-dropdown-hidden,.kt-dropdown-menu-hidden{display:none}.kt-dropdown-menu{position:relative;margin:0;padding:4px 0;text-align:left;list-style-type:none;background-color:#fff;background-clip:padding-box;border-radius:4px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15);-webkit-transform:translateZ(0)}.kt-dropdown-menu-item-group-title{padding:5px 12px;color:rgba(0,0,0,.45);transition:all .3s}.kt-dropdown-menu-submenu-popup{position:absolute;z-index:1050}.kt-dropdown-menu-submenu-popup>.kt-dropdown-menu{transform-origin:0 0}.kt-dropdown-menu-submenu-popup li,.kt-dropdown-menu-submenu-popup ul{list-style:none}.kt-dropdown-menu-submenu-popup ul{margin-right:.3em;margin-left:.3em;padding:0}.kt-dropdown-menu-item,.kt-dropdown-menu-submenu-title{clear:both;margin:0;padding:5px 12px;color:rgba(0,0,0,.65);font-weight:400;font-size:14px;line-height:22px;white-space:nowrap;cursor:pointer;transition:all .3s}.kt-dropdown-menu-item>.anticon:first-child,.kt-dropdown-menu-item>span>.anticon:first-child,.kt-dropdown-menu-submenu-title>.anticon:first-child,.kt-dropdown-menu-submenu-title>span>.anticon:first-child{min-width:12px;margin-right:8px;font-size:12px}.kt-dropdown-menu-item>a,.kt-dropdown-menu-submenu-title>a{display:block;margin:-5px -12px;padding:5px 12px;color:rgba(0,0,0,.65);transition:all .3s}.kt-dropdown-menu-item-selected,.kt-dropdown-menu-item-selected>a,.kt-dropdown-menu-submenu-title-selected,.kt-dropdown-menu-submenu-title-selected>a{color:#1890ff;background-color:#e6f7ff}.kt-dropdown-menu-item:hover,.kt-dropdown-menu-submenu-title:hover{background-color:#e6f7ff}.kt-dropdown-menu-item-disabled,.kt-dropdown-menu-submenu-title-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.kt-dropdown-menu-item-disabled:hover,.kt-dropdown-menu-submenu-title-disabled:hover{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.kt-dropdown-menu-item-divider,.kt-dropdown-menu-submenu-title-divider{height:1px;margin:4px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow,.kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow{position:absolute;right:8px}.kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,.kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon{color:rgba(0,0,0,.45);font-style:normal;display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-menu-item .kt-dropdown-menu-submenu-arrow-icon,:root .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon{font-size:12px}.kt-dropdown-menu-item-group-list{margin:0 8px;padding:0;list-style:none}.kt-dropdown-menu-submenu-title{padding-right:26px}.kt-dropdown-menu-submenu-vertical{position:relative}.kt-dropdown-menu-submenu-vertical>.kt-dropdown-menu{position:absolute;top:0;left:100%;min-width:100%;margin-left:4px;transform-origin:0 0}.kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title,.kt-dropdown-menu-submenu.kt-dropdown-menu-submenu-disabled .kt-dropdown-menu-submenu-title .kt-dropdown-menu-submenu-arrow-icon{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.kt-dropdown-menu-submenu-selected .kt-dropdown-menu-submenu-title{color:#1890ff}.kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomCenter,.kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomLeft,.kt-dropdown.slide-down-appear.slide-down-appear-active.kt-dropdown-placement-bottomRight,.kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomCenter,.kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomLeft,.kt-dropdown.slide-down-enter.slide-down-enter-active.kt-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topCenter,.kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topLeft,.kt-dropdown.slide-up-appear.slide-up-appear-active.kt-dropdown-placement-topRight,.kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topCenter,.kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topLeft,.kt-dropdown.slide-up-enter.slide-up-enter-active.kt-dropdown-placement-topRight{animation-name:antSlideDownIn}.kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomCenter,.kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomLeft,.kt-dropdown.slide-down-leave.slide-down-leave-active.kt-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topCenter,.kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topLeft,.kt-dropdown.slide-up-leave.slide-up-leave-active.kt-dropdown-placement-topRight{animation-name:antSlideDownOut}.kt-dropdown-link>.anticon.anticon-down,.kt-dropdown-trigger>.anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-link>.anticon.anticon-down,:root .kt-dropdown-trigger>.anticon.anticon-down{font-size:12px}.kt-dropdown-button{white-space:nowrap}.kt-dropdown-button.kt-btn-group>.kt-btn:last-child:not(:first-child){padding-right:8px;padding-left:8px}.kt-dropdown-button .anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .kt-dropdown-button .anticon.anticon-down{font-size:12px}.kt-clickable-icon:active,.kt-clickable-icon:hover{transform:scale(1.2)}.kt-icon-resource:before{display:inherit;background-size:16px;background-position:50%;background-repeat:no-repeat;width:22px;height:22px;-webkit-font-smoothing:antialiased;flex-shrink:0}.kt-button{border:none;outline:none;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;font-size:12px;padding:0 12px;height:28px;line-height:1;box-sizing:border-box;border-radius:2px;color:var(--button-foreground);background-color:var(--button-background);transition:all .15s}.kt-button.block-button{width:100%}.kt-button>.kt-button-secondary-more{color:inherit;margin-left:5px}.ghost-button{border-style:solid;border-width:1px}.ghost-button:disabled{border:none}@keyframes loadingCircle{to{transform:rotate(1turn)}}.kt-button-anticon-spin{animation:loadingCircle 1s linear infinite;margin-right:5px}.default-button{color:var(--kt-defaultButton-foreground);background-color:var(--kt-defaultButton-background)}.default-button:hover{background-color:var(--kt-defaultButton-hoverBackground)}.default-button:active{background-color:var(--kt-defaultButton-clickBackground)}.primary-button{color:var(--kt-primaryButton-foreground);background-color:var(--kt-primaryButton-background)}.primary-button:hover{background-color:var(--kt-primaryButton-hoverBackground)}.primary-button:active{background-color:var(--kt-primaryButton-clickBackground)}.secondary-button{color:var(--kt-secondaryButton-foreground);background-color:var(--kt-secondaryButton-background);border:1px solid var(--kt-secondaryButton-border)}.secondary-button:hover{color:var(--kt-secondaryButton-hoverForeground);background-color:var(--kt-secondaryButton-hoverBackground);border-color:var(--kt-secondaryButton-hoverBorder)}.secondary-button:active{color:var(--kt-secondaryButton-clickForeground);background-color:var(--kt-secondaryButton-clickBackground);border-color:var(--kt-secondaryButton-clickBorder)}.ghost-secondary-button{color:var(--kt-whiteGhostButton-foreground);background-color:var(--kt-whiteGhostButton-background);border-color:transparent}.ghost-secondary-button:hover{color:var(--kt-whiteGhostButton-foreground);background-color:transparent;border-color:var(--kt-whiteGhostButton-border)}.ghost-secondary-button:active{color:var(--kt-whiteGhostButton-clickForeground);background-color:transparent;border-color:var(--kt-whiteGhostButton-clickBorder)}.ghost-secondary-button:disabled{color:var(--kt-whiteGhostButton-disableForeground);border-color:transparent}.link-button{color:var(--kt-linkButton-foreground);background-color:transparent}.link-button:hover{color:var(--kt-linkButton-hoverForeground)}.link-button:active,.link-button:hover{background-color:transparent;border-color:transparent}.link-button:active{color:var(--kt-linkButton-clickForeground)}.link-button:disabled{color:var(--kt-linkButton-disableForeground);border-color:transparent!important;background-color:transparent!important}.ghost-primary-button:disabled{border-color:transparent;background-color:transparent}.danger-button:disabled,.ghost-button:disabled,.ghost-danger-button:disabled,.kt-danger-button-loading,.kt-primary-button-loading,.kt-secondary-button-loading,.primary-button:disabled,.secondary-button:disabled{color:var(--kt-button-disableForeground)!important;border-color:var(--kt-button-disableBorder)!important;background-color:var(--kt-button-disableBackground)!important;border-style:solid;border-width:1px}.danger-button:disabled>.kt-button-secondary-more,.ghost-button:disabled>.kt-button-secondary-more,.ghost-danger-button:disabled>.kt-button-secondary-more,.kt-danger-button-loading>.kt-button-secondary-more,.kt-primary-button-loading>.kt-button-secondary-more,.kt-secondary-button-loading>.kt-button-secondary-more,.primary-button:disabled>.kt-button-secondary-more,.secondary-button:disabled>.kt-button-secondary-more{color:var(--kt-button-disableForeground)}.ghost-primary-button{color:var(--kt-primaryGhostButton-foreground);background-color:var(--kt-primaryGhostButton-background);border-color:transparent}.ghost-primary-button:hover{border-color:var(--kt-primaryGhostButton-border);background-color:transparent}.ghost-primary-button:active{color:var(--kt-primaryGhostButton-clickForeground);background-color:var(--kt-primaryGhostButton-clickBackground);border-color:var(--kt-primaryGhostButton-clickBorder)}.danger-button{color:var(--kt-dangerButton-foreground);background-color:var(--kt-dangerButton-background)}.danger-button:hover{background-color:var(--kt-dangerButton-hoverBackground)}.danger-button:active{background-color:var(--kt-dangerButton-clickBackground)}.ghost-danger-button{color:var(--kt-dangerGhostButton-foreground);background-color:var(--kt-dangerGhostButton-background);border-color:var(--kt-dangerGhostButton-border)}.ghost-danger-button:hover{background-color:transparent;border-color:var(--kt-dangerGhostButton-hoverBorder)}.ghost-danger-button:active{background-color:var(--kt-dangerGhostButton-clickBackground);border-color:var(--kt-dangerGhostButton-clickBorder)}.large-button-size{padding:0 16px;height:32px;line-height:32px;font-size:14px}.default-button-size{padding:0 12px;height:28px;line-height:28px;font-size:12px}.small-button-size{padding:0 8px;height:22px;line-height:22px;font-size:12px}.kt-icon{display:inline-block;background-repeat:no-repeat;cursor:pointer;color:var(--kt-icon-foreground);line-height:1}.kt-icon.mask-mode{background-color:var(--foreground)}.kt-icon-loading{animation:ktIconloadingCircle 1s linear infinite}.kt-icon-small{font-size:14px}.kt-icon-large{font-size:16px}.kt-icon-clickable:hover{color:var(--kt-icon-hoverForeground)}.kt-icon-clickable:active{color:var(--kt-icon-clickForeground)}.kt-icon-disabled{color:var(--kt-icon-disableForeground);pointer-events:none;cursor:not-allowed}@keyframes ktIconloadingCircle{to{transform:rotate(1turn)}}.iconfont-anim-spin{animation:fa-spin 2s linear infinite}.iconfont-anim-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.iconfont-rotate-90{transform:rotate(90deg)}.iconfont-rotate-90,.iconfont-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})"}.iconfont-rotate-180{transform:rotate(180deg)}.iconfont-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation})";transform:rotate(270deg)}.iconfont-flip-horizontal{transform:scaleX(-1)}.iconfont-flip-horizontal,.iconfont-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)"}.iconfont-flip-vertical{transform:scaleY(-1)}.iconfont-flip-both,.iconfont-flip-horizontal.iconfont-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=#{@rotation}, mirror=1)";transform:scale(-1)}:root .iconfont-flip-both,:root .iconfont-flip-horizontal,:root .iconfont-flip-vertical,:root .iconfont-rotate-90,:root .iconfont-rotate-180,:root .iconfont-rotate-270{filter:none}.kt-badge{background-color:var(--badge-background);color:var(--badge-foreground);border:1px solid var(--kt-badge-border);height:18px;line-height:18px;border-radius:18px;font-weight:400;text-align:center;display:inline-flex;justify-content:center;box-sizing:border-box;padding:0 5px;min-width:18px}.kt-badge,.kt-input{font-size:12px;align-items:center}.kt-input{width:100%;display:flex;border:1px solid var(--kt-input-border);border-radius:2px;background-color:var(--input-background);height:28px;padding:0 8px}.kt-input:focus-within{border-color:var(--focusBorder)}.kt-input:hover{border-color:var(--focusBorder)}.kt-input:disabled{color:var(--kt-input-disableForeground);background-color:var(--kt-input-disableBackground)}.kt-input-box{flex:1;height:100%;position:relative;display:flex;align-items:center}.kt-input-box input{width:100%;height:100%;color:var(--input-foreground);background-color:transparent;outline:none;border-width:0;display:inline-block}.kt-input-box input::placeholder{color:var(--input-placeholderForeground)}.kt-input-box input::selection{background-color:var(--kt-input-selectionBackground)}.kt-input-clear{position:absolute;right:4px;top:50%;transform:translateY(-50%)}.kt-input-addon{display:flex;align-items:center;height:100%}.kt-input-addon-before{margin-right:4px}.kt-input-addon-after{margin-left:4px}.kt-input-large{height:32px;font-size:14px}.kt-input-small{height:22px;font-size:12px}.input-box{width:100%;height:100%;position:relative}.input-box .kt-input.validate-error{border:1px solid var(--inputValidation-errorBorder);background-color:var(--inputValidation-errorBackground)}.input-box .kt-input.validate-info{border:1px solid var(--inputValidation-infoBorder);background-color:var(--inputValidation-infoBackground)}.input-box .kt-input.validate-warning{border:1px solid var(--inputValidation-warningBorder);background-color:var(--inputValidation-warningBackground)}.input-box.popup .kt-input{background-color:var(--input-background)}.input-box .validate-message{display:inline-block;overflow:hidden;text-align:left;box-sizing:border-box;padding:8px 4px;font-size:12px;line-height:20px;min-height:34px;word-wrap:break-word;white-space:normal;position:absolute;width:100%;left:0;top:100%;z-index:10;border-top:none!important;border-radius:0 0 2px 2px}.input-box .validate-message.popup{border:none;background-color:transparent;box-shadow:0 2px 8px var(--widget-shadow)}.input-box .validate-message.popup.validate-error{color:var(--inputValidation-errorForeground);background-color:var(--inputValidation-errorBackground);border:1px solid var(--inputValidation-errorBorder)}.input-box .validate-message.popup.validate-info{background-color:var(--inputValidation-infoBackground);border:1px solid var(--inputValidation-infoBorder);color:var(--inputValidation-infoForeground)}.input-box .validate-message.popup.validate-warning{background-color:var(--inputValidation-warningBackground);border:1px solid var(--inputValidation-warningBorder);color:var(--inputValidation-warningForeground)}.input-box .validate-message.validate-error{color:var(--kt-inputValidation-errorTextForeground)}.input-box .validate-message.validate-info{color:var(--inputValidation-infoForeground)}.input-box .validate-message.validate-warning{color:var(--kt-inputValidation-warningTextForeground)}.kt-checkbox{font-size:12px;cursor:pointer}.kt-checkbox,.kt-checkbox-lump{display:inline-flex;align-items:center}.kt-checkbox-lump{margin-right:4px;position:relative}.kt-checkbox-lump input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.kt-checkbox-lump input:checked+.kt-checkbox-icon{border-color:var(--kt-checkbox-selectionBackground);background-color:var(--kt-checkbox-selectionBackground);color:var(--kt-checkbox-selectionForeground)}.kt-checkbox-lump input:checked+.kt-checkbox-icon svg{display:block;transition:all .2s}.kt-checkbox:hover .kt-checkbox-icon{border-color:var(--kt-checkbox-hoverBorder);background-color:var(--kt-checkbox-hoverBackground)}.kt-checkbox-icon{width:12px;height:12px;background-color:var(--checkbox-background);border-radius:2px;border:1px solid var(--checkbox-border);position:relative}.kt-checkbox-icon svg{display:none;position:absolute;left:0;top:0;width:100%;height:100%}.kt-checkbox-large{font-size:14px}.kt-checkbox-large-icon{width:14px;height:14px;margin-right:8px}.kt-checkbox.kt-checkbox-disabled{color:var(--kt-checkbox-disableForeground)}.kt-checkbox.kt-checkbox-disabled input:checked+.kt-checkbox-icon{background-color:var(--kt-checkbox-disableBackground);color:var(--kt-checkbox-disableForeground);border-color:transparent}.kt-select-overlay{position:fixed;width:100%;height:100%;left:0;top:0;z-index:-1}.kt-select-container{position:relative;user-select:none;min-width:0}.kt-select-container .kt-select-search{-webkit-appearance:none;background:transparent;line-height:inherit;outline:none;border:none}.kt-select-container .kt-select-value{margin:0;max-width:100%;border-radius:2px;color:var(--kt-select-foreground);background-color:var(--kt-select-background);display:flex;justify-content:center;align-items:center;padding:0 8px;flex:1;border:1px solid var(--kt-select-border);cursor:pointer;box-sizing:border-box}.kt-select-container .kt-select-value>span{cursor:pointer}.kt-select-container .kt-select-value .kt-select-option{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex:1;min-width:0;cursor:pointer;display:inline-block;width:100%}.kt-select-container .kt-select-value .kt-select-value-active,.kt-select-container .kt-select-value:hover{box-sizing:border-box;border-color:var(--kt-selectOption-activeBorder)}.kt-select-container .kt-select-value.kt-select-disabled{pointer-events:none;background-color:var(--kt-select-disableBackground);color:var(--kt-select-disableForeground)}.kt-select-container .kt-select-value-active{box-sizing:border-box;border-color:var(--kt-selectOption-activeBorder)}.kt-select-container .kt-select-value-large,.kt-select-container .kt-select-value-large>span{height:30px;font-size:14px;line-height:30px}.kt-select-container .kt-select-value-default,.kt-select-container .kt-select-value-default>span{height:28px;font-size:12px;line-height:28px}.kt-select-container .kt-select-value-small,.kt-select-container .kt-select-value-small>span{height:22px;font-size:12px;line-height:22px}.kt-select-option-icon{margin-right:5px}.kt-select-options{display:none;position:fixed;margin-top:4px;max-width:100%;color:var(--kt-selectDropdown-foreground);background-color:var(--kt-selectDropdown-background);z-index:20;border-radius:2px;overflow-y:auto!important;box-shadow:0 2px 8px var(--widget-shadow)}.kt-select-options .kt-select-option-default{display:flex;align-items:center;position:relative}.kt-select-options .kt-select-option-default .kt-select-option-icon{margin-right:5px}.kt-select-options .kt-select-option-select span{display:inline-block;width:100%}.kt-select-options .kt-select-option-select span,.kt-select-options .kt-select-option-select span:hover{background-color:var(--kt-selectDropdown-selectionBackground)}.kt-select-options span{color:var(--kt-selectDropdown-foreground);background-color:var(--kt-selectDropdown-background);cursor:pointer;height:26px;padding:0 16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:26px;display:inline-block;width:100%;box-sizing:border-box}.kt-select-options span:hover{background-color:var(--kt-selectDropdown-hoverBackground)}.kt-select-options .kt-option-disabled{pointer-events:none;background-color:var(--kt-select-disableBackground);color:var(--kt-select-disableForeground)}.kt-select-options.kt-select-options-visible{display:block}.kt-select-options.kt-select-options-large{padding:4px 0}.kt-select-options.kt-select-options-large>div>span,.kt-select-options.kt-select-options-large>span{height:30px;font-size:14px;line-height:30px}.kt-select-options.kt-select-options-large .kt-select-group-header{font-size:14px;line-height:30px}.kt-select-options.kt-select-options-default{padding:3px 0}.kt-select-options.kt-select-options-default>div>span,.kt-select-options.kt-select-options-default>span{height:26px;font-size:12px;line-height:26px}.kt-select-options.kt-select-options-default .kt-select-group-header{font-size:12px;line-height:26px}.kt-select-options.kt-select-options-small{padding:3px 0}.kt-select-options.kt-select-options-small>div>span,.kt-select-options.kt-select-options-small>span{height:26px;font-size:12px;line-height:26px}.kt-select-options.kt-select-options-small .kt-select-group-header{font-size:12px;line-height:26px}.kt-select-options .kt-option-with-check{padding-left:20px}.kt-select-options .kt-select-group-header{padding-left:5px;color:var(--kt-selectDropdown-teamForeground);display:flex}.kt-select-options .kt-option-check{position:absolute;left:0;height:100%;display:flex;align-items:center}.kt-select-options .kt-option-check .kt-icon{width:20px;padding:0 4px;background-color:transparent}.kt-tabs{display:flex;align-items:center;border-bottom:1px solid var(--kt-tab-borderDown)}.kt-tabs .kt-custom-tab,.kt-tabs .kt-tab{padding:8px 0;line-height:20px;border-bottom:2px solid transparent;color:var(--kt-tab-inactiveForeground);cursor:pointer}.kt-tabs .kt-custom-tab.kt-mini-tab,.kt-tabs .kt-tab.kt-mini-tab{padding:2px 0}.kt-tabs .kt-custom-tab.kt-tab-selected,.kt-tabs .kt-tab.kt-tab-selected{color:var(--kt-tab-activeForeground);border-bottom-color:var(--kt-tab-activeBorder)}.kt-tabs.kt-tabs-mini{border-bottom:none}.kt-tabs .kt-custom-tab+.kt-custom-tab,.kt-tabs .kt-custom-tab+.kt-tab,.kt-tabs .kt-tab+.kt-custom-tab,.kt-tabs .kt-tab+.kt-tab{margin-left:24px}.kt-modal{box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:relative;top:100px;width:auto;margin:0 auto;padding:0 0 24px;pointer-events:none}.kt-modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;overflow:auto;outline:0;-webkit-overflow-scrolling:touch}.kt-modal-title{margin:0;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;line-height:22px;word-wrap:break-word}.kt-modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:0;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:auto}.kt-modal-close{position:absolute;top:0;right:0;z-index:10;padding:0;color:rgba(0,0,0,.45);font-weight:700;line-height:1;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;transition:color .3s}.kt-modal-close-x{display:block;width:56px;height:56px;font-size:16px;font-style:normal;line-height:56px;text-align:center;text-transform:none;text-rendering:auto}.kt-modal-close:focus,.kt-modal-close:hover{color:rgba(0,0,0,.75);text-decoration:none}.kt-modal-header{padding:16px 24px;color:rgba(0,0,0,.65);background:#fff;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0}.kt-modal-body{padding:24px;font-size:14px;line-height:1.5;word-wrap:break-word}.kt-modal-footer{padding:10px 16px;text-align:right;background:transparent;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px}.kt-modal-footer button+button{margin-bottom:0;margin-left:8px}.kt-modal.zoom-appear,.kt-modal.zoom-enter{transform:none;opacity:0;animation-duration:.3s;user-select:none}.kt-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45);filter:alpha(opacity=50)}.kt-modal-mask-hidden{display:none}.kt-modal-open{overflow:hidden}.kt-modal-centered{text-align:center}.kt-modal-centered:before{display:inline-block;width:0;height:100%;vertical-align:middle;content:""}.kt-modal-centered .kt-modal{top:0;display:inline-block;text-align:left;vertical-align:middle}@media (max-width:767px){.kt-modal{max-width:calc(100vw - 16px);margin:8px auto}.kt-modal-centered .kt-modal{flex:1}}.kt-overlay.kt-modal{padding:24px;color:var(--kt-modal-foreground)}.kt-overlay .kt-modal-body{background:var(--kt-modal-background);border-color:var(--notifications-border)}.kt-overlay .kt-modal-header{background-color:var(--kt-modal-background);border-bottom-color:var(--kt-modal-separatorBackground);height:56px;border-radius:2px 2px 0 0}.kt-overlay .kt-modal-title{color:var(--kt-modal-foreground)}.kt-overlay .kt-modal-footer{background-color:var(--kt-modal-background);border-top-color:var(--kt-modal-separatorBackground);height:52px;border-radius:0 0 2px 2px}.kt-overlay .kt-modal-close-x{margin:18px 24px 0 0;width:20px;height:20px;line-height:20px;color:var(--kt-notificationsCloseIcon-foreground)}.wrapper .kt-modal-body{background:var(--kt-modal-background);border-color:var(--notifications-border)}.wrapper .kt-modal-footer{align-items:center;justify-content:flex-end;display:flex}.wrapper .kticon-info-circle{color:var(--kt-modalInfoIcon-foreground)}.wrapper .kt-modal-close-x{margin:50% 50% 0 0;width:20px;height:20px;line-height:20px;color:var(--kt-notificationsCloseIcon-foreground)}.kt-dialog-content{display:flex}.kt-dialog-content .kt-dialog-content_area{display:flex;flex-direction:column;flex:1;overflow:hidden}.kt-dialog-content .kt-dialog-content_area .kt-dialog-content_title{line-height:22px;font-size:14px;margin:0 0 8px}.footer{border-top:1px solid var(--notifications-border)}.kt-dialog-icon{margin-right:12px}.kt-dialog-icon:before{font-size:20px}.kt-dialog-closex{background-color:transparent;border:none;outline:none;display:flex;flex-direction:column;padding:0;cursor:pointer}.kt-dialog-buttonWrap{display:flex;flex-wrap:wrap;margin-top:14px;justify-content:flex-end}.kt-dialog-buttonWrap button{margin:10px 0 0 8px}.kt-dialog-message{color:var(--kt-modal-foreground);line-height:22px;font-size:14px;word-break:break-all;overflow:hidden;flex:1;align-items:center;display:inline-flex}.kt-notification{box-sizing:border-box;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:fixed;z-index:1010;width:384px;max-width:calc(100vw - 32px);margin:0 24px 0 0}.kt-notification-bottomLeft,.kt-notification-topLeft{margin-right:0;margin-left:24px}.kt-notification-bottomLeft .kt-notification-fade-appear.kt-notification-fade-appear-active,.kt-notification-bottomLeft .kt-notification-fade-enter.kt-notification-fade-enter-active,.kt-notification-topLeft .kt-notification-fade-appear.kt-notification-fade-appear-active,.kt-notification-topLeft .kt-notification-fade-enter.kt-notification-fade-enter-active{animation-name:NotificationLeftFadeIn}.kt-notification-close-icon{font-size:14px;cursor:pointer}.kt-notification-notice{position:relative;margin-bottom:16px;padding:16px 24px;overflow:hidden;line-height:1.5;background:#fff;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.kt-notification-notice-message{display:inline-block;margin-bottom:8px;color:rgba(0,0,0,.85);font-size:16px;line-height:24px}.kt-notification-notice-message-single-line-auto-margin{display:block;width:calc(264px - 100%);max-width:4px;background-color:transparent;pointer-events:none}.kt-notification-notice-message-single-line-auto-margin:before{display:block;content:""}.kt-notification-notice-description{font-size:14px}.kt-notification-notice-closable .kt-notification-notice-message{padding-right:24px}.kt-notification-notice-with-icon .kt-notification-notice-message{margin-bottom:4px;margin-left:48px;font-size:16px}.kt-notification-notice-with-icon .kt-notification-notice-description{margin-left:48px;font-size:14px}.kt-notification-notice-icon{position:absolute;margin-left:4px;font-size:24px;line-height:24px}.anticon.kt-notification-notice-icon-success{color:#52c41a}.anticon.kt-notification-notice-icon-info{color:var(--notificationsInfoIcon-foreground)}.anticon.kt-notification-notice-icon-warning{color:var(--notificationsWarningIcon-foreground)}.anticon.kt-notification-notice-icon-error{color:var(--notificationsErrorIcon-foreground)}.kt-notification-notice-close{position:absolute;top:16px;right:22px;color:rgba(0,0,0,.45);outline:none}.kt-notification-notice-close:hover{color:rgba(0,0,0,.67)}.kt-notification-notice-btn{float:right;margin-top:16px}.kt-notification .notification-fade-effect{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both}.kt-notification-fade-appear,.kt-notification-fade-enter{opacity:0;animation-play-state:paused}.kt-notification-fade-appear,.kt-notification-fade-enter,.kt-notification-fade-leave{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both}.kt-notification-fade-leave{animation-duration:.2s;animation-play-state:paused}.kt-notification-fade-appear.kt-notification-fade-appear-active,.kt-notification-fade-enter.kt-notification-fade-enter-active{animation-name:NotificationFadeIn;animation-play-state:running}.kt-notification-fade-leave.kt-notification-fade-leave-active{animation-name:NotificationFadeOut;animation-play-state:running}@keyframes NotificationFadeIn{0%{left:384px;opacity:0}to{left:0;opacity:1}}@keyframes NotificationLeftFadeIn{0%{right:384px;opacity:0}to{right:0;opacity:1}}@keyframes NotificationFadeOut{0%{max-height:150px;margin-bottom:16px;padding-top:16px 24px;padding-bottom:16px 24px;opacity:1}to{max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}}.kt-notification-wrapper{background:var(--notifications-background)!important;border-color:var(--notifications-border)!important;word-break:break-word;padding:12px!important;position:relative}.kt-notification-wrapper .anticon{font-size:12px;margin-top:5px}.kt-notification-wrapper .kt-notification-notice-close,.kt-notification-wrapper .kt-notification-notice-description,.kt-notification-wrapper .kt-notification-notice-message{color:var(--notifications-foreground)!important;font-size:12px!important;margin-left:22px!important;line-height:20px!important}.kt-notification-wrapper .kt-notification-notice-close{right:14px;top:12px}.kt-notification-wrapper .kt-notification-notice-btn button{margin:0 0 0 10px}.kt-popover{position:relative;display:flex;justify-content:center;align-items:center}.kt-popover-content{display:none}.kt-popover-title{font-size:12px;display:flex;justify-content:space-between;margin-bottom:4px}.kt-popover-title.kt-button,.kt-popover-title .small-button-size{padding:0}.kt-popover-content{position:absolute;color:var(--kt-popover-foreground);background:var(--kt-popover-background);border-color:var(--kt-popover-border);border-radius:2px;box-shadow:0 2px 8px var(--widget-shadow);z-index:10001;padding:16px}.kt-popover-top:after{position:absolute;left:50%;margin-left:-7px;content:"";width:0;height:0;border:7px solid transparent}.kt-popover-top:before{content:"";position:absolute;left:0;width:100%;height:15px;background:transparent;border:0}.kt-popover-top:after{top:100%;border-bottom-width:0;border-top-color:var(--kt-popover-background)}.kt-popover-top:before{top:100%}.kt-popover-bottom:after{position:absolute;left:50%;margin-left:-7px;content:"";width:0;height:0;border:7px solid transparent}.kt-popover-bottom:before{content:"";position:absolute;left:0;width:100%;height:15px;background:transparent;border:0}.kt-popover-bottom:after{bottom:100%;border-top-width:0;border-bottom-color:var(--kt-popover-background)}.kt-popover-bottom:before{bottom:100%}.kt-popover-left:after{position:absolute;top:50%;transform:translateY(-7px);content:"";width:0;height:0;border:7px solid transparent}.kt-popover-left:before{content:"";position:absolute;top:0;width:15px;height:100%;background:transparent;border:0}.kt-popover-left:after{left:100%;border-right-width:0;border-left-color:var(--kt-popover-background)}.kt-popover-left:before{left:100%}.kt-popover-right:after{position:absolute;top:50%;transform:translateY(-7px);content:"";width:0;height:0;border:7px solid transparent}.kt-popover-right:before{content:"";position:absolute;top:0;width:15px;height:100%;background:transparent;border:0}.kt-popover-right:after{right:100%;border-left-width:0;border-right-color:var(--kt-popover-background)}.kt-popover-right:before{right:100%}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kt-message{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:fixed;top:16px;left:0;z-index:1010;width:100%;pointer-events:none}.kt-message-notice{padding:8px;text-align:center}.kt-message-notice:first-child{margin-top:-8px}.kt-message-notice-content{display:inline-block;padding:10px 16px;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:all;background:var(--notifications-background);color:var(--notifications-foreground)}.kt-message-success .anticon{color:#52c41a}.kt-message-error .anticon{color:var(--notificationsErrorIcon-foreground)}.kt-message-warning .anticon{color:var(--notificationsWarningIcon-foreground)}.kt-message-info .anticon,.kt-message-loading .anticon{color:var(--notificationsInfoIcon-foreground)}.kt-message .anticon{position:relative;top:1px;margin-right:8px;font-size:16px}.kt-message-notice.move-up-leave.move-up-leave-active{overflow:hidden;animation-name:MessageMoveOut;animation-duration:.3s}@keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}.kt-tooltip-wrapper{position:relative;margin:0;padding:0}.kt-tooltip-wrapper .kt-tooltip-content{display:inline-block;position:fixed;font-size:12px;font-weight:400;border-radius:2px;line-height:20px;padding:4px 8px;z-index:2;white-space:nowrap;color:var(--kt-tooltip-foreground);background:var(--kt-tooltip-background);box-shadow:0 6px 16px -8px rgba(0,0,0,.24),0 9px 28px 0 rgba(0,0,0,.15),0 12px 48px 16px rgba(0,0,0,.09)}.kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder{position:absolute;left:50%;margin-left:-7px;top:100%;width:0;height:0;border-left:7px solid transparent;border-bottom:0 solid transparent;border-right:7px solid transparent;border-top:7px solid var(--kt-tooltip-background)}.kt-tooltip-wrapper .kt-tooltip-content .kt-tooltip-arrow-placeholder.kt-tooltip-reverse-arrow{top:auto!important;bottom:100%!important;border-width:0 7px 7px!important;border-left-color:transparent!important;border-bottom-color:var(--kt-tooltip-background)!important;border-right-color:transparent!important;border-top-color:transparent!important}.kt-scrollbar .scrollbar-thumb-horizontal,.kt-scrollbar .scrollbar-thumb-vertical{opacity:0;transition:opacity .5s ease;background:var(--scrollbarSlider-background)}.kt-scrollbar .scrollbar-thumb-horizontal:hover,.kt-scrollbar .scrollbar-thumb-vertical:hover{background:var(--scrollbarSlider-hoverBackground)}.kt-scrollbar .scrollbar-thumb-horizontal:active,.kt-scrollbar .scrollbar-thumb-vertical:active{background:var(--scrollbarSlider-activeBackground)}.kt-scrollbar .scrollbar-thumb-vertical{width:10px}.kt-scrollbar .scrollbar-thumb-horizontal{height:10px}.kt-scrollbar:hover .scrollbar-thumb-horizontal,.kt-scrollbar:hover .scrollbar-thumb-vertical{opacity:1}.kt-scrollbar .scrollbar-decoration{position:fixed;top:0;left:0;width:100%;height:6px;z-index:999;box-shadow:var(--scrollbar-shadow) 0 6px 6px -6px inset}.kt-recycle-tree-filter-wrapper{padding:4px 8px}.kt-recycle-tree-filter-input{width:100%}.kt-recycle-tree-filter-icon{color:var(--kt-icon-secondaryForeground)}.loading_indicator{width:20px;height:20px;background-image:url(fonts/loading.svg);background-size:cover}.vs-dark .loading_indicator{background-image:url(fonts/loading-dark.svg)}.hc-black .loading_indicator{background-image:url(fonts/loading-hc.svg)}.basic_tree .tree_node{display:flex;flex-direction:column;position:relative;cursor:pointer}.basic_tree .tree_node:hover{color:var(--kt-tree-hoverForeground);background:var(--kt-tree-hoverBackground)}.basic_tree .tree_node:hover .head,.basic_tree .tree_node:hover .tail{display:flex}.basic_tree .tree_node.mod_selected{background:var(--kt-tree-inactiveSelectionBackground)}.basic_tree .tree_node.mod_selected,.basic_tree .tree_node.mod_selected .expansion_toggle{color:var(--kt-tree-inactiveSelectionForeground)!important}.basic_tree .tree_node.mod_focused{outline:1px solid var(--list-focusOutline);outline-offset:-1px;background:var(--kt-tree-activeSelectionBackground)}.basic_tree .tree_node.mod_focused,.basic_tree .tree_node.mod_focused .expansion_toggle{color:var(--kt-tree-activeSelectionForeground)!important}.basic_tree .tree_node.mod_focused .displayname .compact_name.active{text-decoration:underline}.basic_tree .tree_node.mod_actived{outline:1px solid var(--list-focusOutline);outline-offset:-1px}.basic_tree .tree_node.mod_actived .expansion_toggle{color:var(--kt-tree-activeSelectionForeground)!important}.basic_tree .tree_node.mod_actived .displayname .compact_name.active{text-decoration:underline}.basic_tree .tree_node.mod_loading{opacity:.8!important}.basic_tree .icon{position:relative;color:var(--icon-foreground);margin-right:4px}.basic_tree .icon:before{font-size:16px;text-align:center}.basic_tree .head,.basic_tree .tail{text-align:center;margin-right:10px;position:relative;height:100%;align-items:center;display:none}.basic_tree .content{position:relative;display:flex;align-items:center;width:100%}.basic_tree .content match{background-color:var(--editor-findMatchHighlightBackground)}.basic_tree .status{opacity:.75;text-align:center;font-size:12px;padding-right:0}.basic_tree .segment{flex-grow:0;white-space:nowrap;color:inherit}.basic_tree .displayname{margin-right:6px;display:inline;white-space:pre}.basic_tree .displayname .compact_name{color:inherit;display:inline-block}.basic_tree .displayname .compact_name.active,.basic_tree .displayname .compact_name:focus,.basic_tree .displayname .compact_name:hover{text-decoration:underline}.basic_tree .displayname .compact_name_separator{margin:0 2px;opacity:.5}.basic_tree .display_name{margin-right:6px;display:inline;white-space:pre}.basic_tree .description{display:inline;transform:scale(.96);color:var(--descriptionForeground)}.basic_tree .overflow_wrap{flex:1;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.basic_tree .prompt_wrap{flex:1}.basic_tree .flex_wrap{display:flex;flex-direction:row}.basic_tree .edit_wrap{display:flex;width:calc(100% - 50px)}.basic_tree .edit_wrap .displayname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.basic_tree .segment_grow{flex-grow:1!important;text-align:left;z-index:10;padding-right:5px}.basic_tree .segment_grow.overflow_visible{overflow:visible!important}.basic_tree .expansion_toggle{min-width:20px;display:flex;justify-content:center;flex-shrink:0;font-size:16px;color:var(--foreground)}.basic_tree .expansion_toggle.mod_collapsed:before{display:block}.basic_tree .expansion_toggle:not(.mod_collapsed):before{display:block;transform:rotate(90deg)}.basic_tree_menubars{padding:2px 0;color:var(--menu-foreground);background-color:var(--menu-background);border:none;box-shadow:0 2px 8px var(--kt-menu-shadow);border-radius:0;min-width:200px}.basic_menu_item_divider{margin:3px 0;pointer-events:none;background-color:var(--menu-separatorBackground);padding:0;overflow:hidden;line-height:0;height:1px}.basic_menu_item{margin:0;height:26px;display:flex;align-items:center;flex:1;padding:0 16px;color:var(--kt-menubar-foreground)}.basic_menu_item:hover{background:var(--menu-selectionBackground);color:var(--menu-selectionForeground);cursor:default}.rc-trigger-popup{position:absolute;left:-9999px;top:-9999px;z-index:1050}.rc-trigger-popup-hidden{display:none}.rc-trigger-popup-zoom-appear,.rc-trigger-popup-zoom-enter{opacity:0;animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.18,.89,.32,1.28);animation-play-state:paused}.rc-trigger-popup-zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.6,-.3,.74,.05);animation-play-state:paused}.rc-trigger-popup-zoom-appear.rc-trigger-popup-zoom-appear-active,.rc-trigger-popup-zoom-enter.rc-trigger-popup-zoom-enter-active{animation-name:rcTriggerZoomIn;animation-play-state:running}.rc-trigger-popup-zoom-leave.rc-trigger-popup-zoom-leave-active{animation-name:rcTriggerZoomOut;animation-play-state:running}@keyframes rcTriggerZoomIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}to{opacity:1;transform-origin:50% 50%;transform:scale(1)}}@keyframes rcTriggerZoomOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1)}to{opacity:0;transform-origin:50% 50%;transform:scale(0)}}.rc-trigger-popup-mask{position:fixed;top:0;right:0;left:0;bottom:0;background-color:#373737;background-color:rgba(55,55,55,.6);height:100%;filter:alpha(opacity=50);z-index:1050}.rc-trigger-popup-mask-hidden{display:none}.rc-trigger-popup-fade-appear,.rc-trigger-popup-fade-enter{opacity:0}.rc-trigger-popup-fade-appear,.rc-trigger-popup-fade-enter,.rc-trigger-popup-fade-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-play-state:paused}.rc-trigger-popup-fade-appear.rc-trigger-popup-fade-appear-active,.rc-trigger-popup-fade-enter.rc-trigger-popup-fade-enter-active{animation-name:rcTriggerMaskFadeIn;animation-play-state:running}.rc-trigger-popup-fade-leave.rc-trigger-popup-fade-leave-active{animation-name:rcDialogFadeOut;animation-play-state:running}@keyframes rcTriggerMaskFadeIn{0%{opacity:0}to{opacity:1}}@keyframes rcDialogFadeOut{0%{opacity:1}to{opacity:0}}
|
package/dist/index.js
CHANGED
|
@@ -134,7 +134,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
134
134
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__read", function() { return __read; });
|
|
135
135
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spread", function() { return __spread; });
|
|
136
136
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spreadArrays", function() { return __spreadArrays; });
|
|
137
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spreadArray", function() { return __spreadArray; });
|
|
138
137
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__await", function() { return __await; });
|
|
139
138
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncGenerator", function() { return __asyncGenerator; });
|
|
140
139
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncDelegator", function() { return __asyncDelegator; });
|
|
@@ -163,13 +162,11 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
163
162
|
var extendStatics = function(d, b) {
|
|
164
163
|
extendStatics = Object.setPrototypeOf ||
|
|
165
164
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
166
|
-
function (d, b) { for (var p in b) if (
|
|
165
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
167
166
|
return extendStatics(d, b);
|
|
168
167
|
};
|
|
169
168
|
|
|
170
169
|
function __extends(d, b) {
|
|
171
|
-
if (typeof b !== "function" && b !== null)
|
|
172
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
173
170
|
extendStatics(d, b);
|
|
174
171
|
function __() { this.constructor = d; }
|
|
175
172
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
@@ -251,16 +248,13 @@ function __generator(thisArg, body) {
|
|
|
251
248
|
}
|
|
252
249
|
}
|
|
253
250
|
|
|
254
|
-
|
|
255
|
-
if (k2 === undefined) k2 = k;
|
|
256
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
257
|
-
}) : (function(o, m, k, k2) {
|
|
251
|
+
function __createBinding(o, m, k, k2) {
|
|
258
252
|
if (k2 === undefined) k2 = k;
|
|
259
253
|
o[k2] = m[k];
|
|
260
|
-
}
|
|
254
|
+
}
|
|
261
255
|
|
|
262
|
-
function __exportStar(m,
|
|
263
|
-
for (var p in m) if (p !== "default" && !
|
|
256
|
+
function __exportStar(m, exports) {
|
|
257
|
+
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
264
258
|
}
|
|
265
259
|
|
|
266
260
|
function __values(o) {
|
|
@@ -292,31 +286,19 @@ function __read(o, n) {
|
|
|
292
286
|
return ar;
|
|
293
287
|
}
|
|
294
288
|
|
|
295
|
-
/** @deprecated */
|
|
296
289
|
function __spread() {
|
|
297
290
|
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
298
291
|
ar = ar.concat(__read(arguments[i]));
|
|
299
292
|
return ar;
|
|
300
293
|
}
|
|
301
294
|
|
|
302
|
-
/** @deprecated */
|
|
303
295
|
function __spreadArrays() {
|
|
304
296
|
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
|
|
305
297
|
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
306
298
|
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
307
299
|
r[k] = a[j];
|
|
308
300
|
return r;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
function __spreadArray(to, from, pack) {
|
|
312
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
313
|
-
if (ar || !(i in from)) {
|
|
314
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
315
|
-
ar[i] = from[i];
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
319
|
-
}
|
|
301
|
+
};
|
|
320
302
|
|
|
321
303
|
function __await(v) {
|
|
322
304
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
@@ -353,17 +335,11 @@ function __makeTemplateObject(cooked, raw) {
|
|
|
353
335
|
return cooked;
|
|
354
336
|
};
|
|
355
337
|
|
|
356
|
-
var __setModuleDefault = Object.create ? (function(o, v) {
|
|
357
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
358
|
-
}) : function(o, v) {
|
|
359
|
-
o["default"] = v;
|
|
360
|
-
};
|
|
361
|
-
|
|
362
338
|
function __importStar(mod) {
|
|
363
339
|
if (mod && mod.__esModule) return mod;
|
|
364
340
|
var result = {};
|
|
365
|
-
if (mod != null) for (var k in mod) if (
|
|
366
|
-
|
|
341
|
+
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
|
342
|
+
result.default = mod;
|
|
367
343
|
return result;
|
|
368
344
|
}
|
|
369
345
|
|
|
@@ -371,17 +347,19 @@ function __importDefault(mod) {
|
|
|
371
347
|
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
372
348
|
}
|
|
373
349
|
|
|
374
|
-
function __classPrivateFieldGet(receiver,
|
|
375
|
-
if (
|
|
376
|
-
|
|
377
|
-
|
|
350
|
+
function __classPrivateFieldGet(receiver, privateMap) {
|
|
351
|
+
if (!privateMap.has(receiver)) {
|
|
352
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
353
|
+
}
|
|
354
|
+
return privateMap.get(receiver);
|
|
378
355
|
}
|
|
379
356
|
|
|
380
|
-
function __classPrivateFieldSet(receiver,
|
|
381
|
-
if (
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
357
|
+
function __classPrivateFieldSet(receiver, privateMap, value) {
|
|
358
|
+
if (!privateMap.has(receiver)) {
|
|
359
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
360
|
+
}
|
|
361
|
+
privateMap.set(receiver, value);
|
|
362
|
+
return value;
|
|
385
363
|
}
|
|
386
364
|
|
|
387
365
|
|
|
@@ -7539,8 +7517,12 @@ class RecycleTree extends react_1.default.Component {
|
|
|
7539
7517
|
this.batchUpdatePromise = null;
|
|
7540
7518
|
// 批量更新Tree节点
|
|
7541
7519
|
this.batchUpdate = (() => {
|
|
7542
|
-
let
|
|
7520
|
+
let lastFrame;
|
|
7543
7521
|
const commitUpdate = () => {
|
|
7522
|
+
// 已经在 componentWillUnMount 中 disposed 了
|
|
7523
|
+
if (this.disposables.disposed) {
|
|
7524
|
+
return;
|
|
7525
|
+
}
|
|
7544
7526
|
const { root } = this.props.model;
|
|
7545
7527
|
let newFilePromptInsertionIndex = -1;
|
|
7546
7528
|
if (this.promptTargetID > -1 &&
|
|
@@ -7579,12 +7561,16 @@ class RecycleTree extends react_1.default.Component {
|
|
|
7579
7561
|
// 清理cache,这里可以确保分支已更新完毕
|
|
7580
7562
|
this.idxToRendererPropsCache.clear();
|
|
7581
7563
|
// 更新React组件
|
|
7582
|
-
this.forceUpdate(
|
|
7583
|
-
|
|
7584
|
-
|
|
7585
|
-
|
|
7564
|
+
this.forceUpdate(() => {
|
|
7565
|
+
this.batchUpdateResolver();
|
|
7566
|
+
// 如果存在过滤条件,同时筛选一下展示节点
|
|
7567
|
+
if (this.props.filter && this.props.filterProvider && this.props.filterProvider.filterAlways) {
|
|
7568
|
+
this.filterItems(this.props.filter);
|
|
7569
|
+
}
|
|
7570
|
+
});
|
|
7586
7571
|
};
|
|
7587
7572
|
return () => {
|
|
7573
|
+
// 如果上次更新队列未完成,直接使用上次更新队列作为最新结果
|
|
7588
7574
|
if (!this.batchUpdatePromise) {
|
|
7589
7575
|
this.batchUpdatePromise = new Promise((res) => (this.batchUpdateResolver = res));
|
|
7590
7576
|
this.batchUpdatePromise.then(() => {
|
|
@@ -7592,10 +7578,12 @@ class RecycleTree extends react_1.default.Component {
|
|
|
7592
7578
|
this.batchUpdateResolver = null;
|
|
7593
7579
|
this.onDidUpdateEmitter.fire();
|
|
7594
7580
|
});
|
|
7581
|
+
// 更新批量更新返回的promise对象
|
|
7582
|
+
if (lastFrame) {
|
|
7583
|
+
window.cancelAnimationFrame(lastFrame);
|
|
7584
|
+
}
|
|
7585
|
+
lastFrame = requestAnimationFrame(commitUpdate.bind(this));
|
|
7595
7586
|
}
|
|
7596
|
-
// 更新批量更新返回的promise对象
|
|
7597
|
-
clearTimeout(timer);
|
|
7598
|
-
timer = setTimeout(commitUpdate, RecycleTree.BATCHED_UPDATE_MAX_DEBOUNCE_MS);
|
|
7599
7587
|
return this.batchUpdatePromise;
|
|
7600
7588
|
};
|
|
7601
7589
|
})();
|
|
@@ -8117,7 +8105,6 @@ class RecycleTree extends react_1.default.Component {
|
|
|
8117
8105
|
exports.RecycleTree = RecycleTree;
|
|
8118
8106
|
RecycleTree.PADDING_BOTTOM_SIZE = 22;
|
|
8119
8107
|
RecycleTree.DEFAULT_ITEM_HEIGHT = 22;
|
|
8120
|
-
RecycleTree.BATCHED_UPDATE_MAX_DEBOUNCE_MS = 100;
|
|
8121
8108
|
RecycleTree.TRY_ENSURE_VISIBLE_MAX_TIMES = 5;
|
|
8122
8109
|
RecycleTree.FILTER_FUZZY_OPTIONS = {
|
|
8123
8110
|
pre: '<match>',
|
|
@@ -14317,13 +14304,13 @@ module.exports = _objectWithoutPropertiesLoose, module.exports.__esModule = true
|
|
|
14317
14304
|
Object.defineProperty(exports, "__esModule", {
|
|
14318
14305
|
value: true
|
|
14319
14306
|
});
|
|
14320
|
-
exports.
|
|
14307
|
+
exports.call = call;
|
|
14308
|
+
exports.default = void 0;
|
|
14321
14309
|
exports.note = note;
|
|
14310
|
+
exports.noteOnce = noteOnce;
|
|
14322
14311
|
exports.resetWarned = resetWarned;
|
|
14323
|
-
exports.
|
|
14312
|
+
exports.warning = warning;
|
|
14324
14313
|
exports.warningOnce = warningOnce;
|
|
14325
|
-
exports.noteOnce = noteOnce;
|
|
14326
|
-
exports.default = void 0;
|
|
14327
14314
|
|
|
14328
14315
|
/* eslint-disable no-console */
|
|
14329
14316
|
var warned = {};
|
|
@@ -14375,6 +14362,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
14375
14362
|
value: true
|
|
14376
14363
|
});
|
|
14377
14364
|
exports.injectCSS = injectCSS;
|
|
14365
|
+
exports.removeCSS = removeCSS;
|
|
14378
14366
|
exports.updateCSS = updateCSS;
|
|
14379
14367
|
|
|
14380
14368
|
var _canUseDom = _interopRequireDefault(__webpack_require__(183));
|
|
@@ -14426,6 +14414,22 @@ function injectCSS(css) {
|
|
|
14426
14414
|
|
|
14427
14415
|
var containerCache = new Map();
|
|
14428
14416
|
|
|
14417
|
+
function findExistNode(key) {
|
|
14418
|
+
var option = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
14419
|
+
var container = getContainer(option);
|
|
14420
|
+
return Array.from(containerCache.get(container).children).find(function (node) {
|
|
14421
|
+
return node.tagName === 'STYLE' && node[MARK_KEY] === key;
|
|
14422
|
+
});
|
|
14423
|
+
}
|
|
14424
|
+
|
|
14425
|
+
function removeCSS(key) {
|
|
14426
|
+
var _existNode$parentNode;
|
|
14427
|
+
|
|
14428
|
+
var option = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
14429
|
+
var existNode = findExistNode(key, option);
|
|
14430
|
+
existNode === null || existNode === void 0 ? void 0 : (_existNode$parentNode = existNode.parentNode) === null || _existNode$parentNode === void 0 ? void 0 : _existNode$parentNode.removeChild(existNode);
|
|
14431
|
+
}
|
|
14432
|
+
|
|
14429
14433
|
function updateCSS(css, key) {
|
|
14430
14434
|
var option = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
14431
14435
|
var container = getContainer(option); // Get real parent
|
|
@@ -14437,9 +14441,7 @@ function updateCSS(css, key) {
|
|
|
14437
14441
|
parentNode.removeChild(placeholderStyle);
|
|
14438
14442
|
}
|
|
14439
14443
|
|
|
14440
|
-
var existNode =
|
|
14441
|
-
return node.tagName === 'STYLE' && node[MARK_KEY] === key;
|
|
14442
|
-
});
|
|
14444
|
+
var existNode = findExistNode(key, option);
|
|
14443
14445
|
|
|
14444
14446
|
if (existNode) {
|
|
14445
14447
|
var _option$csp3, _option$csp4;
|
package/lib/checkbox/style.less
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@checkbox-default-size: 12px;
|
|
2
|
+
@checkbox-large-size: 14px;
|
|
3
3
|
|
|
4
4
|
.kt-checkbox {
|
|
5
|
-
font-size: @
|
|
5
|
+
font-size: @checkbox-default-size;
|
|
6
6
|
display: inline-flex;
|
|
7
7
|
align-items: center;
|
|
8
8
|
cursor: pointer;
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
&-icon {
|
|
43
|
-
width: @
|
|
44
|
-
height: @
|
|
43
|
+
width: @checkbox-default-size;
|
|
44
|
+
height: @checkbox-default-size;
|
|
45
45
|
background-color: var(--checkbox-background);
|
|
46
46
|
border-radius: 2px;
|
|
47
47
|
border: 1px solid var(--checkbox-border);
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
&-large {
|
|
61
|
-
font-size: @
|
|
61
|
+
font-size: @checkbox-large-size;
|
|
62
62
|
|
|
63
63
|
&-icon {
|
|
64
|
-
width: @
|
|
65
|
-
height: @
|
|
64
|
+
width: @checkbox-large-size;
|
|
65
|
+
height: @checkbox-large-size;
|
|
66
66
|
margin-right: 8px;
|
|
67
67
|
}
|
|
68
68
|
}
|
|
@@ -203,7 +203,6 @@ export interface IRecycleTreeHandle {
|
|
|
203
203
|
export declare class RecycleTree extends React.Component<IRecycleTreeProps> {
|
|
204
204
|
static PADDING_BOTTOM_SIZE: number;
|
|
205
205
|
private static DEFAULT_ITEM_HEIGHT;
|
|
206
|
-
private static BATCHED_UPDATE_MAX_DEBOUNCE_MS;
|
|
207
206
|
private static TRY_ENSURE_VISIBLE_MAX_TIMES;
|
|
208
207
|
private static FILTER_FUZZY_OPTIONS;
|
|
209
208
|
private static DEFAULT_OVER_SCAN_COUNT;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecycleTree.d.ts","sourceRoot":"","sources":["../../src/recycle-tree/RecycleTree.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAe,MAAM,QAAQ,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAgB,MAAM,UAAU,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAiC,KAAK,EAAc,MAAM,UAAU,CAAC;AAC5E,OAAO,EAAE,kBAAkB,EAAmC,MAAM,wBAAwB,CAAC;AAG7F,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,oBAAY,iBAAiB,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,MAAM,CAAC;AAE9E,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,EAAE,SAAS,CAAC;CACtB;AAED,oBAAY,oBAAoB,GAAG,UAAU,GAAG,MAAM,CAAC;AAEvD,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,iBAAiB,CAAC,CAAC,GAAG,SAAS;IAC9C,KAAK,EAAE,CAAC,CAAC;IACT;;;;;OAKG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAC/C;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,cAAc,CAAC,EAAE;QACf,YAAY,EAAE,MAAM,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;QAC7C,YAAY,CAAC,EAAE,OAAO,CAAC;KACxB,CAAC;IACF;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAChC;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,MAAM,GAAG,MAAM,CAAC;IAE3D;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,eAAe,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,oBAAY,eAAe;IACzB,WAAW,IAAA;IACX,cAAc,IAAA;IACd,YAAY,IAAA;CACb;AAED,MAAM,WAAW,kBAAkB;IACjC;;;;OAIG;IACH,iBAAiB,CAAC,cAAc,EAAE,MAAM,GAAG,iBAAiB,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IACxF;;;;OAIG;IACH,0BAA0B,CAAC,cAAc,EAAE,MAAM,GAAG,iBAAiB,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IACjG;;;;OAIG;IACH,YAAY,CACV,cAAc,EAAE,MAAM,GAAG,QAAQ,GAAG,iBAAiB,EACrD,WAAW,CAAC,EAAE,MAAM,GACnB,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,cAAc,EAAE,MAAM,GAAG,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACtE;;;;OAIG;IACH,YAAY,CAAC,cAAc,EAAE,MAAM,GAAG,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxE;;;;;;OAMG;IACH,aAAa,CACX,cAAc,EAAE,MAAM,GAAG,QAAQ,GAAG,iBAAiB,EACrD,KAAK,CAAC,EAAE,iBAAiB,EACzB,WAAW,CAAC,EAAE,OAAO,GACpB,OAAO,CAAC,QAAQ,GAAG,SAAS,CAAC,CAAC;IACjC;;;;;OAKG;IACH,cAAc,IAAI,gBAAgB,CAAC;IACnC;;;;OAIG;IACH,QAAQ,IAAI,SAAS,CAAC;IACtB;;;;OAIG;IACH,gBAAgB,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IACtC;;;;OAIG;IACH,WAAW,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IACzB;;;;OAIG;IACH,eAAe,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IAE7B;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAElC;;OAEG;IACH,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB;AAsBD,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,iBAAiB,CAAC;IACjE,OAAc,mBAAmB,SAAM;IACvC,OAAO,CAAC,MAAM,CAAC,mBAAmB,CAAM;IACxC,OAAO,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"RecycleTree.d.ts","sourceRoot":"","sources":["../../src/recycle-tree/RecycleTree.tsx"],"names":[],"mappings":"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"}
|
|
@@ -40,8 +40,12 @@ class RecycleTree extends react_1.default.Component {
|
|
|
40
40
|
this.batchUpdatePromise = null;
|
|
41
41
|
// 批量更新Tree节点
|
|
42
42
|
this.batchUpdate = (() => {
|
|
43
|
-
let
|
|
43
|
+
let lastFrame;
|
|
44
44
|
const commitUpdate = () => {
|
|
45
|
+
// 已经在 componentWillUnMount 中 disposed 了
|
|
46
|
+
if (this.disposables.disposed) {
|
|
47
|
+
return;
|
|
48
|
+
}
|
|
45
49
|
const { root } = this.props.model;
|
|
46
50
|
let newFilePromptInsertionIndex = -1;
|
|
47
51
|
if (this.promptTargetID > -1 &&
|
|
@@ -80,12 +84,16 @@ class RecycleTree extends react_1.default.Component {
|
|
|
80
84
|
// 清理cache,这里可以确保分支已更新完毕
|
|
81
85
|
this.idxToRendererPropsCache.clear();
|
|
82
86
|
// 更新React组件
|
|
83
|
-
this.forceUpdate(
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
+
this.forceUpdate(() => {
|
|
88
|
+
this.batchUpdateResolver();
|
|
89
|
+
// 如果存在过滤条件,同时筛选一下展示节点
|
|
90
|
+
if (this.props.filter && this.props.filterProvider && this.props.filterProvider.filterAlways) {
|
|
91
|
+
this.filterItems(this.props.filter);
|
|
92
|
+
}
|
|
93
|
+
});
|
|
87
94
|
};
|
|
88
95
|
return () => {
|
|
96
|
+
// 如果上次更新队列未完成,直接使用上次更新队列作为最新结果
|
|
89
97
|
if (!this.batchUpdatePromise) {
|
|
90
98
|
this.batchUpdatePromise = new Promise((res) => (this.batchUpdateResolver = res));
|
|
91
99
|
this.batchUpdatePromise.then(() => {
|
|
@@ -93,10 +101,12 @@ class RecycleTree extends react_1.default.Component {
|
|
|
93
101
|
this.batchUpdateResolver = null;
|
|
94
102
|
this.onDidUpdateEmitter.fire();
|
|
95
103
|
});
|
|
104
|
+
// 更新批量更新返回的promise对象
|
|
105
|
+
if (lastFrame) {
|
|
106
|
+
window.cancelAnimationFrame(lastFrame);
|
|
107
|
+
}
|
|
108
|
+
lastFrame = requestAnimationFrame(commitUpdate.bind(this));
|
|
96
109
|
}
|
|
97
|
-
// 更新批量更新返回的promise对象
|
|
98
|
-
clearTimeout(timer);
|
|
99
|
-
timer = setTimeout(commitUpdate, RecycleTree.BATCHED_UPDATE_MAX_DEBOUNCE_MS);
|
|
100
110
|
return this.batchUpdatePromise;
|
|
101
111
|
};
|
|
102
112
|
})();
|
|
@@ -616,7 +626,6 @@ class RecycleTree extends react_1.default.Component {
|
|
|
616
626
|
exports.RecycleTree = RecycleTree;
|
|
617
627
|
RecycleTree.PADDING_BOTTOM_SIZE = 22;
|
|
618
628
|
RecycleTree.DEFAULT_ITEM_HEIGHT = 22;
|
|
619
|
-
RecycleTree.BATCHED_UPDATE_MAX_DEBOUNCE_MS = 100;
|
|
620
629
|
RecycleTree.TRY_ENSURE_VISIBLE_MAX_TIMES = 5;
|
|
621
630
|
RecycleTree.FILTER_FUZZY_OPTIONS = {
|
|
622
631
|
pre: '<match>',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecycleTree.js","sourceRoot":"","sources":["../../src/recycle-tree/RecycleTree.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"RecycleTree.js","sourceRoot":"","sources":["../../src/recycle-tree/RecycleTree.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,17 +1,9 @@
|
|
|
1
|
-
/* scrollbar 默认高度 */
|
|
2
|
-
@kt-scrollbar-height: 10px;
|
|
3
|
-
|
|
4
|
-
/* scrollbar 默认宽度 */
|
|
5
|
-
@kt-scrollbar-width: 10px;
|
|
6
|
-
|
|
7
1
|
.kt-scrollbar {
|
|
8
2
|
.scrollbar-thumb-vertical,
|
|
9
3
|
.scrollbar-thumb-horizontal {
|
|
10
4
|
opacity: 0;
|
|
11
5
|
transition: opacity 0.5s ease;
|
|
12
6
|
background: var(--scrollbarSlider-background);
|
|
13
|
-
width: @kt-scrollbar-width;
|
|
14
|
-
height: @kt-scrollbar-height;
|
|
15
7
|
&:hover {
|
|
16
8
|
background: var(--scrollbarSlider-hoverBackground);
|
|
17
9
|
}
|
|
@@ -21,6 +13,14 @@
|
|
|
21
13
|
}
|
|
22
14
|
}
|
|
23
15
|
|
|
16
|
+
.scrollbar-thumb-vertical {
|
|
17
|
+
width: 10px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.scrollbar-thumb-horizontal {
|
|
21
|
+
height: 10px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
24
|
// 设置滚动条样式
|
|
25
25
|
&:hover {
|
|
26
26
|
.scrollbar-thumb-vertical,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.1",
|
|
4
4
|
"description": "@opensumi/ide-components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"scripts": {
|
|
12
12
|
"prepublishOnly": "npm run build && npm run build:dist",
|
|
13
13
|
"build": "tsc --build ../../configs/ts/references/tsconfig.components.json",
|
|
14
|
-
"build:dist": "webpack --config ./webpack.config.js --
|
|
14
|
+
"build:dist": "webpack --config ./webpack.config.js --color",
|
|
15
15
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"fuzzy": "^0.1.3",
|
|
24
24
|
"lodash": "^4.17.15",
|
|
25
25
|
"raf": "^3.4.1",
|
|
26
|
-
"react-custom-scrollbars": "^4.2.1",
|
|
27
|
-
"react-virtualized-auto-sizer": "^1.0.2",
|
|
28
|
-
"react-window": "^1.8.5",
|
|
29
26
|
"rc-dialog": "~7.6.0",
|
|
30
27
|
"rc-dropdown": "~2.4.1",
|
|
31
|
-
"react-lifecycles-compat": "^3.0.4",
|
|
32
|
-
"react-ctxmenu-trigger": "^1.0.0",
|
|
33
28
|
"rc-menu": "~7.5.1",
|
|
34
29
|
"rc-notification": "~3.3.1",
|
|
35
|
-
"rc-util": "^4.16.1"
|
|
30
|
+
"rc-util": "^4.16.1",
|
|
31
|
+
"react-ctxmenu-trigger": "^1.0.0",
|
|
32
|
+
"react-custom-scrollbars": "^4.2.1",
|
|
33
|
+
"react-lifecycles-compat": "^3.0.4",
|
|
34
|
+
"react-virtualized-auto-sizer": "^1.0.2",
|
|
35
|
+
"react-window": "^1.8.5"
|
|
36
36
|
}
|
|
37
37
|
}
|