@web-utils/component 2.9.2 → 2.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ /*!
2
+ * vue-treeselect v0.4.0 | (c) 2017-2019 Riophae Lee
3
+ * Released under the MIT License.
4
+ * https://vue-treeselect.js.org/
5
+ */.vue-treeselect-helper-hide{display:none}.vue-treeselect-helper-zoom-effect-off{-ms-transform:none!important;transform:none!important}@keyframes vue-treeselect-animation-fade-in{0%{opacity:0}}@keyframes vue-treeselect-animation-bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}@keyframes vue-treeselect-animation-rotate{to{transform:rotate(360deg)}}.vue-treeselect__multi-value-item--transition-enter-active,.vue-treeselect__multi-value-item--transition-leave-active{transition-duration:.2s;transition-property:transform,opacity}.vue-treeselect__multi-value-item--transition-enter-active{transition-timing-function:cubic-bezier(.075,.82,.165,1)}.vue-treeselect__multi-value-item--transition-leave-active{transition-timing-function:cubic-bezier(.215,.61,.355,1);position:absolute}.vue-treeselect__multi-value-item--transition-enter,.vue-treeselect__multi-value-item--transition-leave-to{-ms-transform:scale(.7);transform:scale(.7);opacity:0}.vue-treeselect__multi-value-item--transition-move{transition:.2s transform cubic-bezier(.165,.84,.44,1)}.vue-treeselect{position:relative;text-align:left}[dir=rtl] .vue-treeselect{text-align:right}.vue-treeselect div,.vue-treeselect span{box-sizing:border-box}.vue-treeselect svg{fill:currentColor}.vue-treeselect__control{padding-left:5px;padding-right:5px;display:table;table-layout:fixed;width:100%;height:36px;border:1px solid #ddd;border-radius:5px;background:#fff;transition-duration:.2s;transition-property:border-color,box-shadow,width,height,background-color,opacity;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover{border-color:#cfcfcf}.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control{border-color:#039be5;box-shadow:0 0 0 3px #039be51a}.vue-treeselect--disabled .vue-treeselect__control{background-color:#f9f9f9}.vue-treeselect--open .vue-treeselect__control{border-color:#cfcfcf}.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control{border-bottom-left-radius:0;border-bottom-right-radius:0}.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control{border-top-left-radius:0;border-top-right-radius:0}.vue-treeselect__value-container,.vue-treeselect__multi-value{width:100%;vertical-align:middle}.vue-treeselect__value-container{display:table-cell;position:relative}.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container{cursor:text}.vue-treeselect__multi-value{display:inline-block}.vue-treeselect--has-value .vue-treeselect__multi-value{margin-bottom:5px}.vue-treeselect__placeholder,.vue-treeselect__single-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:5px;padding-right:5px;position:absolute;inset:0;line-height:34px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.vue-treeselect__placeholder{color:#bdbdbd}.vue-treeselect__single-value{color:#333}.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value{color:#bdbdbd}.vue-treeselect--disabled .vue-treeselect__single-value{position:static}.vue-treeselect__multi-value-item-container{display:inline-block;padding-top:5px;padding-right:5px;vertical-align:top}[dir=rtl] .vue-treeselect__multi-value-item-container{padding-right:0;padding-left:5px}.vue-treeselect__multi-value-item{cursor:pointer;display:inline-table;background:#e3f2fd;padding:2px 0;border:1px solid transparent;border-radius:2px;color:#039be5;font-size:12px;vertical-align:top}.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new):hover{cursor:pointer;background:#e3f2fd;color:#039be5}.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled{cursor:default;background:#f5f5f5;color:#757575}.vue-treeselect--disabled .vue-treeselect__multi-value-item{cursor:default;background:#fff;border-color:#e5e5e5;color:#555}.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-new,.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-new:hover{background:#e8f5e9}.vue-treeselect__value-remove,.vue-treeselect__multi-value-label{display:table-cell;padding:0 5px;vertical-align:middle}.vue-treeselect__value-remove{color:#039be5;padding-left:5px;border-left:1px solid #fff;line-height:0}[dir=rtl] .vue-treeselect__value-remove{border-left:0 none;border-right:1px solid #fff}.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove{color:#e53935}.vue-treeselect--disabled .vue-treeselect__value-remove,.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove{display:none}.vue-treeselect__value-remove>svg{width:6px;height:6px}.vue-treeselect__multi-value-label{padding-right:5px;white-space:pre-line;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vue-treeselect__limit-tip{display:inline-block;padding-top:5px;padding-right:5px;vertical-align:top}[dir=rtl] .vue-treeselect__limit-tip{padding-right:0;padding-left:5px}.vue-treeselect__limit-tip-text{cursor:default;display:block;margin:2px 0;padding:1px 0;color:#bdbdbd;font-size:12px;font-weight:600}.vue-treeselect__input-container{display:block;max-width:100%;outline:none}.vue-treeselect--single .vue-treeselect__input-container{font-size:inherit;height:100%}.vue-treeselect--multi .vue-treeselect__input-container{display:inline-block;font-size:12px;vertical-align:top}.vue-treeselect--searchable .vue-treeselect__input-container{padding-left:5px;padding-right:5px}.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container{padding-top:5px;padding-left:0}[dir=rtl] .vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container{padding-left:5px;padding-right:0}.vue-treeselect--disabled .vue-treeselect__input-container{display:none}.vue-treeselect__input,.vue-treeselect__sizer{margin:0;line-height:inherit;font-family:inherit;font-size:inherit}.vue-treeselect__input{max-width:100%;margin:0;padding:0;border:0;outline:none;box-sizing:content-box;box-shadow:none;background:none transparent;line-height:1;vertical-align:middle}.vue-treeselect__input::-ms-clear{display:none}.vue-treeselect--single .vue-treeselect__input{width:100%;height:100%}.vue-treeselect--multi .vue-treeselect__input{padding-top:3px;padding-bottom:3px}.vue-treeselect--has-value .vue-treeselect__input{line-height:inherit;vertical-align:top}.vue-treeselect__sizer{position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre}.vue-treeselect__x-container{display:table-cell;vertical-align:middle;width:20px;text-align:center;line-height:0;cursor:pointer;color:#ccc;animation:.2s vue-treeselect-animation-fade-in cubic-bezier(.075,.82,.165,1)}.vue-treeselect__x-container:hover{color:#e53935}.vue-treeselect__x{width:8px;height:8px}.vue-treeselect__control-arrow-container{display:table-cell;vertical-align:middle;width:20px;text-align:center;line-height:0;cursor:pointer}.vue-treeselect--disabled .vue-treeselect__control-arrow-container{cursor:default}.vue-treeselect__control-arrow{width:9px;height:9px;color:#ccc}.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow{color:#616161}.vue-treeselect--disabled .vue-treeselect__control-arrow{opacity:.35}.vue-treeselect__control-arrow--rotated{-ms-transform:rotate(180deg);transform:rotate(180deg)}.vue-treeselect__menu-container{position:absolute;left:0;width:100%;overflow:visible;transition:0s}.vue-treeselect--open-below:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container{top:100%}.vue-treeselect--open-above:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container{bottom:100%}.vue-treeselect__menu{cursor:default;padding-top:5px;padding-bottom:5px;display:block;position:absolute;overflow-x:hidden;overflow-y:auto;width:auto;border:1px solid #cfcfcf;background:#fff;line-height:180%;-webkit-overflow-scrolling:touch}.vue-treeselect--open-below .vue-treeselect__menu{border-bottom-left-radius:5px;border-bottom-right-radius:5px;top:0;margin-top:-1px;border-top-color:#f2f2f2;box-shadow:0 1px #0000000f}.vue-treeselect--open-above .vue-treeselect__menu{border-top-left-radius:5px;border-top-right-radius:5px;bottom:0;margin-bottom:-1px;border-bottom-color:#f2f2f2}.vue-treeselect__indent-level-0 .vue-treeselect__option{padding-left:5px}[dir=rtl] .vue-treeselect__indent-level-0 .vue-treeselect__option{padding-left:5px;padding-right:5px}.vue-treeselect__indent-level-0 .vue-treeselect__tip{padding-left:25px}[dir=rtl] .vue-treeselect__indent-level-0 .vue-treeselect__tip{padding-left:5px;padding-right:25px}.vue-treeselect__indent-level-1 .vue-treeselect__option{padding-left:25px}[dir=rtl] .vue-treeselect__indent-level-1 .vue-treeselect__option{padding-left:5px;padding-right:25px}.vue-treeselect__indent-level-1 .vue-treeselect__tip{padding-left:45px}[dir=rtl] .vue-treeselect__indent-level-1 .vue-treeselect__tip{padding-left:5px;padding-right:45px}.vue-treeselect__indent-level-2 .vue-treeselect__option{padding-left:45px}[dir=rtl] .vue-treeselect__indent-level-2 .vue-treeselect__option{padding-left:5px;padding-right:45px}.vue-treeselect__indent-level-2 .vue-treeselect__tip{padding-left:65px}[dir=rtl] .vue-treeselect__indent-level-2 .vue-treeselect__tip{padding-left:5px;padding-right:65px}.vue-treeselect__indent-level-3 .vue-treeselect__option{padding-left:65px}[dir=rtl] .vue-treeselect__indent-level-3 .vue-treeselect__option{padding-left:5px;padding-right:65px}.vue-treeselect__indent-level-3 .vue-treeselect__tip{padding-left:85px}[dir=rtl] .vue-treeselect__indent-level-3 .vue-treeselect__tip{padding-left:5px;padding-right:85px}.vue-treeselect__indent-level-4 .vue-treeselect__option{padding-left:85px}[dir=rtl] .vue-treeselect__indent-level-4 .vue-treeselect__option{padding-left:5px;padding-right:85px}.vue-treeselect__indent-level-4 .vue-treeselect__tip{padding-left:105px}[dir=rtl] .vue-treeselect__indent-level-4 .vue-treeselect__tip{padding-left:5px;padding-right:105px}.vue-treeselect__indent-level-5 .vue-treeselect__option{padding-left:105px}[dir=rtl] .vue-treeselect__indent-level-5 .vue-treeselect__option{padding-left:5px;padding-right:105px}.vue-treeselect__indent-level-5 .vue-treeselect__tip{padding-left:125px}[dir=rtl] .vue-treeselect__indent-level-5 .vue-treeselect__tip{padding-left:5px;padding-right:125px}.vue-treeselect__indent-level-6 .vue-treeselect__option{padding-left:125px}[dir=rtl] .vue-treeselect__indent-level-6 .vue-treeselect__option{padding-left:5px;padding-right:125px}.vue-treeselect__indent-level-6 .vue-treeselect__tip{padding-left:145px}[dir=rtl] .vue-treeselect__indent-level-6 .vue-treeselect__tip{padding-left:5px;padding-right:145px}.vue-treeselect__indent-level-7 .vue-treeselect__option{padding-left:145px}[dir=rtl] .vue-treeselect__indent-level-7 .vue-treeselect__option{padding-left:5px;padding-right:145px}.vue-treeselect__indent-level-7 .vue-treeselect__tip{padding-left:165px}[dir=rtl] .vue-treeselect__indent-level-7 .vue-treeselect__tip{padding-left:5px;padding-right:165px}.vue-treeselect__indent-level-8 .vue-treeselect__option{padding-left:165px}[dir=rtl] .vue-treeselect__indent-level-8 .vue-treeselect__option{padding-left:5px;padding-right:165px}.vue-treeselect__indent-level-8 .vue-treeselect__tip{padding-left:185px}[dir=rtl] .vue-treeselect__indent-level-8 .vue-treeselect__tip{padding-left:5px;padding-right:185px}.vue-treeselect__option{padding-left:5px;padding-right:5px;display:table;table-layout:fixed;width:100%}.vue-treeselect__option--highlight{background:#f5f5f5}.vue-treeselect--single .vue-treeselect__option--selected{background:#e3f2fd;font-weight:600}.vue-treeselect--single .vue-treeselect__option--selected:hover{background:#e3f2fd}.vue-treeselect__option--hide{display:none}.vue-treeselect__option-arrow-container,.vue-treeselect__option-arrow-placeholder{display:table-cell;vertical-align:middle;width:20px;text-align:center;line-height:0}.vue-treeselect__option-arrow-container{cursor:pointer}.vue-treeselect__option-arrow{display:inline-block;width:9px;height:9px;color:#ccc;vertical-align:middle;transition:.2s transform cubic-bezier(.19,1,.22,1);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=rtl] .vue-treeselect__option-arrow{-ms-transform:rotate(90deg);transform:rotate(90deg)}.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow,.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow{color:#616161}.vue-treeselect__option-arrow--rotated,[dir=rtl] .vue-treeselect__option-arrow--rotated{-ms-transform:rotate(0);transform:rotate(0)}.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter{-ms-transform:rotate(-90deg)!important;transform:rotate(-90deg)!important}[dir=rtl] .vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter{-ms-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.vue-treeselect__label-container{display:table-cell;vertical-align:middle;cursor:pointer;display:table;width:100%;table-layout:fixed;color:inherit}.vue-treeselect__option--disabled .vue-treeselect__label-container{cursor:not-allowed;color:#00000040}.vue-treeselect__checkbox-container{display:table-cell;width:20px;min-width:20px;height:100%;text-align:center;vertical-align:middle}.vue-treeselect__checkbox{display:block;margin:auto;width:12px;height:12px;border-width:1px;border-style:solid;border-radius:2px;position:relative;transition:.2s all cubic-bezier(.075,.82,.165,1)}.vue-treeselect__check-mark,.vue-treeselect__minus-mark{display:block;position:absolute;left:1px;top:1px;background-repeat:no-repeat;opacity:0;transition:.2s all ease}.vue-treeselect__minus-mark{width:8px;height:8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);background-size:8px 8px}@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx){.vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=)}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio: 3),(min-resolution: 288dpi){.vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==)}}.vue-treeselect__checkbox--indeterminate>.vue-treeselect__minus-mark{opacity:1}.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=)}@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx){.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=)}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio: 3),(min-resolution: 288dpi){.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==)}}.vue-treeselect__check-mark{width:8px;height:8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);background-size:8px 8px;-ms-transform:scaleY(.125);transform:scaleY(.125)}@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx){.vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=)}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC)}}@media (-webkit-min-device-pixel-ratio: 3),(min-resolution: 288dpi){.vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC)}}.vue-treeselect__checkbox--checked>.vue-treeselect__check-mark{opacity:1;-ms-transform:scaleY(1);transform:scaleY(1)}.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=)}@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx){.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=)}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio: 3),(min-resolution: 288dpi){.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=)}}.vue-treeselect__checkbox--unchecked{border-color:#e0e0e0;background:#fff}.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked{border-color:#039be5;background:#fff}.vue-treeselect__checkbox--indeterminate,.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate,.vue-treeselect__checkbox--checked,.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked{border-color:#039be5;background:#039be5}.vue-treeselect__checkbox--disabled,.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled{border-color:#e0e0e0;background-color:#f7f7f7}.vue-treeselect__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:table-cell;padding-left:5px;max-width:100%;vertical-align:middle;cursor:inherit}[dir=rtl] .vue-treeselect__label{padding-left:0;padding-right:5px}.vue-treeselect__count{margin-left:5px;font-weight:400;opacity:.6}[dir=rtl] .vue-treeselect__count{margin-left:0;margin-right:5px}.vue-treeselect__tip{padding-left:5px;padding-right:5px;display:table;table-layout:fixed;width:100%;color:#757575}.vue-treeselect__tip-text{display:table-cell;vertical-align:middle;padding-left:5px;padding-right:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:12px}.vue-treeselect__error-tip .vue-treeselect__retry{cursor:pointer;margin-left:5px;font-style:normal;font-weight:600;text-decoration:none;color:#039be5}[dir=rtl] .vue-treeselect__error-tip .vue-treeselect__retry{margin-left:0;margin-right:5px}.vue-treeselect__icon-container{display:table-cell;vertical-align:middle;width:20px;text-align:center;line-height:0}.vue-treeselect--single .vue-treeselect__icon-container{padding-left:5px}[dir=rtl] .vue-treeselect--single .vue-treeselect__icon-container{padding-left:0;padding-right:5px}.vue-treeselect__icon-warning{display:block;margin:auto;border-radius:50%;position:relative;width:12px;height:12px;background:#fb8c00}.vue-treeselect__icon-warning:after{display:block;position:absolute;content:"";left:5px;top:2.5px;width:2px;height:1px;border:0 solid #fff;border-top-width:5px;border-bottom-width:1px}.vue-treeselect__icon-error{display:block;margin:auto;border-radius:50%;position:relative;width:12px;height:12px;background:#e53935}.vue-treeselect__icon-error:before,.vue-treeselect__icon-error:after{display:block;position:absolute;content:"";background:#fff;-ms-transform:rotate(45deg);transform:rotate(45deg)}.vue-treeselect__icon-error:before{width:6px;height:2px;left:3px;top:5px}.vue-treeselect__icon-error:after{width:2px;height:6px;left:5px;top:3px}.vue-treeselect__icon-loader{display:block;margin:auto;position:relative;width:12px;height:12px;text-align:center;animation:1.6s vue-treeselect-animation-rotate linear infinite}.vue-treeselect__icon-loader:before,.vue-treeselect__icon-loader:after{border-radius:50%;position:absolute;content:"";left:0;top:0;display:block;width:100%;height:100%;opacity:.6;animation:1.6s vue-treeselect-animation-bounce ease-in-out infinite}.vue-treeselect__icon-loader:before{background:#039be5}.vue-treeselect__icon-loader:after{background:#b3e5fc;animation-delay:-.8s}.vue-treeselect__menu-placeholder{display:none}.vue-treeselect__portal-target{position:absolute;display:block;left:0;top:0;height:0;width:0;padding:0;margin:0;border:0;overflow:visible;box-sizing:border-box}
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "2.9.2",
5
+ "version": "2.9.3",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",
@@ -20006,6 +20006,599 @@
20006
20006
  }
20007
20007
  ]
20008
20008
  },
20009
+ {
20010
+ "name": "VueTreeSelect",
20011
+ "description": "",
20012
+ "attributes": [
20013
+ {
20014
+ "name": "allowClearingDisabled",
20015
+ "description": "Whether to allow resetting value even if there are disabled selected nodes.",
20016
+ "value": {
20017
+ "kind": "expression",
20018
+ "type": "boolean"
20019
+ },
20020
+ "default": "false"
20021
+ },
20022
+ {
20023
+ "name": "allowSelectingDisabledDescendants",
20024
+ "description": "When an ancestor node is selected/deselected, whether its disabled descendants should be selected/deselected.\nYou may want to use this in conjunction with `allowClearingDisabled` prop.",
20025
+ "value": {
20026
+ "kind": "expression",
20027
+ "type": "boolean"
20028
+ },
20029
+ "default": "false"
20030
+ },
20031
+ {
20032
+ "name": "alwaysOpen",
20033
+ "description": "Whether the menu should be always open.",
20034
+ "value": {
20035
+ "kind": "expression",
20036
+ "type": "boolean"
20037
+ },
20038
+ "default": "false"
20039
+ },
20040
+ {
20041
+ "name": "appendToBody",
20042
+ "description": "Append the menu to <body />?",
20043
+ "value": {
20044
+ "kind": "expression",
20045
+ "type": "boolean"
20046
+ },
20047
+ "default": "false"
20048
+ },
20049
+ {
20050
+ "name": "async",
20051
+ "description": "Whether to enable async search mode.",
20052
+ "value": {
20053
+ "kind": "expression",
20054
+ "type": "boolean"
20055
+ },
20056
+ "default": "false"
20057
+ },
20058
+ {
20059
+ "name": "autoFocus",
20060
+ "description": "Automatically focus the component on mount?",
20061
+ "value": {
20062
+ "kind": "expression",
20063
+ "type": "boolean"
20064
+ },
20065
+ "default": "false"
20066
+ },
20067
+ {
20068
+ "name": "autoLoadRootOptions",
20069
+ "description": "Automatically load root options on mount. When set to `false`, root options will be loaded when the menu is opened.",
20070
+ "value": {
20071
+ "kind": "expression",
20072
+ "type": "boolean"
20073
+ },
20074
+ "default": "true"
20075
+ },
20076
+ {
20077
+ "name": "autoDeselectAncestors",
20078
+ "description": "When user deselects a node, automatically deselect its ancestors. Applies to flat mode only.",
20079
+ "value": {
20080
+ "kind": "expression",
20081
+ "type": "boolean"
20082
+ },
20083
+ "default": "false"
20084
+ },
20085
+ {
20086
+ "name": "autoDeselectDescendants",
20087
+ "description": "When user deselects a node, automatically deselect its descendants. Applies to flat mode only.",
20088
+ "value": {
20089
+ "kind": "expression",
20090
+ "type": "boolean"
20091
+ },
20092
+ "default": "false"
20093
+ },
20094
+ {
20095
+ "name": "autoSelectAncestors",
20096
+ "description": "When user selects a node, automatically select its ancestors. Applies to flat mode only.",
20097
+ "value": {
20098
+ "kind": "expression",
20099
+ "type": "boolean"
20100
+ },
20101
+ "default": "false"
20102
+ },
20103
+ {
20104
+ "name": "autoSelectDescendants",
20105
+ "description": "When user selects a node, automatically select its descendants. Applies to flat mode only.",
20106
+ "value": {
20107
+ "kind": "expression",
20108
+ "type": "boolean"
20109
+ },
20110
+ "default": "false"
20111
+ },
20112
+ {
20113
+ "name": "backspaceRemoves",
20114
+ "description": "Whether pressing backspace key removes the last item if there is no text input.",
20115
+ "value": {
20116
+ "kind": "expression",
20117
+ "type": "boolean"
20118
+ },
20119
+ "default": "true"
20120
+ },
20121
+ {
20122
+ "name": "beforeClearAll",
20123
+ "description": "Function that processes before clearing all input fields.\nReturn `false` to prevent value from being cleared.",
20124
+ "value": {
20125
+ "kind": "expression",
20126
+ "type": "union"
20127
+ },
20128
+ "default": "constant(true)"
20129
+ },
20130
+ {
20131
+ "name": "branchNodesFirst",
20132
+ "description": "Show branch nodes before leaf nodes?",
20133
+ "value": {
20134
+ "kind": "expression",
20135
+ "type": "boolean"
20136
+ },
20137
+ "default": "false"
20138
+ },
20139
+ {
20140
+ "name": "cacheOptions",
20141
+ "description": "Should cache results of every search request?",
20142
+ "value": {
20143
+ "kind": "expression",
20144
+ "type": "boolean"
20145
+ },
20146
+ "default": "true"
20147
+ },
20148
+ {
20149
+ "name": "clearable",
20150
+ "description": "Show an \"×\" button that resets value?",
20151
+ "value": {
20152
+ "kind": "expression",
20153
+ "type": "boolean"
20154
+ },
20155
+ "default": "true"
20156
+ },
20157
+ {
20158
+ "name": "clearAllText",
20159
+ "description": "Title for the \"×\" button when `multiple: true`.",
20160
+ "value": {
20161
+ "kind": "expression",
20162
+ "type": "string"
20163
+ },
20164
+ "default": "'Clear all'"
20165
+ },
20166
+ {
20167
+ "name": "clearOnSelect",
20168
+ "description": "Whether to clear the search input after selecting.\nUse only when `multiple` is `true`.\nFor single-select mode, it **always** clears the input after selecting an option regardless of the prop value.",
20169
+ "value": {
20170
+ "kind": "expression",
20171
+ "type": "boolean"
20172
+ },
20173
+ "default": "false"
20174
+ },
20175
+ {
20176
+ "name": "clearValueText",
20177
+ "description": "Title for the \"×\" button.",
20178
+ "value": {
20179
+ "kind": "expression",
20180
+ "type": "string"
20181
+ },
20182
+ "default": "'Clear value'"
20183
+ },
20184
+ {
20185
+ "name": "closeOnSelect",
20186
+ "description": "Whether to close the menu after selecting an option?\nUse only when `multiple` is `true`.",
20187
+ "value": {
20188
+ "kind": "expression",
20189
+ "type": "boolean"
20190
+ },
20191
+ "default": "true"
20192
+ },
20193
+ {
20194
+ "name": "defaultExpandLevel",
20195
+ "description": "How many levels of branch nodes should be automatically expanded when loaded.\nSet `Infinity` to make all branch nodes expanded by default.",
20196
+ "value": {
20197
+ "kind": "expression",
20198
+ "type": "number"
20199
+ },
20200
+ "default": "0"
20201
+ },
20202
+ {
20203
+ "name": "defaultOptions",
20204
+ "description": "The default set of options to show before the user starts searching. Used for async search mode.\nWhen set to `true`, the results for search query as a empty string will be autoloaded.",
20205
+ "value": {
20206
+ "kind": "expression",
20207
+ "type": "union"
20208
+ },
20209
+ "default": ""
20210
+ },
20211
+ {
20212
+ "name": "deleteRemoves",
20213
+ "description": "Whether pressing delete key removes the last item if there is no text input.",
20214
+ "value": {
20215
+ "kind": "expression",
20216
+ "type": "boolean"
20217
+ },
20218
+ "default": "true"
20219
+ },
20220
+ {
20221
+ "name": "delimiter",
20222
+ "description": "Delimiter to use to join multiple values for the hidden field value.",
20223
+ "value": {
20224
+ "kind": "expression",
20225
+ "type": "string"
20226
+ },
20227
+ "default": "','"
20228
+ },
20229
+ {
20230
+ "name": "flattenSearchResults",
20231
+ "description": "Only show the nodes that match the search value directly, excluding its ancestors.",
20232
+ "value": {
20233
+ "kind": "expression",
20234
+ "type": "Object"
20235
+ },
20236
+ "default": "false"
20237
+ },
20238
+ {
20239
+ "name": "disableBranchNodes",
20240
+ "description": "Prevent branch nodes from being selected?",
20241
+ "value": {
20242
+ "kind": "expression",
20243
+ "type": "boolean"
20244
+ },
20245
+ "default": "false"
20246
+ },
20247
+ {
20248
+ "name": "disabled",
20249
+ "description": "Disable the control?",
20250
+ "value": {
20251
+ "kind": "expression",
20252
+ "type": "boolean"
20253
+ },
20254
+ "default": "false"
20255
+ },
20256
+ {
20257
+ "name": "disableFuzzyMatching",
20258
+ "description": "Disable the fuzzy matching functionality?",
20259
+ "value": {
20260
+ "kind": "expression",
20261
+ "type": "boolean"
20262
+ },
20263
+ "default": "false"
20264
+ },
20265
+ {
20266
+ "name": "flat",
20267
+ "description": "Whether to enable flat mode or not. Non-flat mode (default) means:\n - Whenever a branch node gets checked, all its children will be checked too\n - Whenever a branch node has all children checked, the branch node itself will be checked too\nSet `true` to disable this mechanism",
20268
+ "value": {
20269
+ "kind": "expression",
20270
+ "type": "boolean"
20271
+ },
20272
+ "default": "false"
20273
+ },
20274
+ {
20275
+ "name": "instanceId",
20276
+ "description": "Will be passed with all events as the last param.\nUseful for identifying events origin.",
20277
+ "value": {
20278
+ "kind": "expression",
20279
+ "type": "string|number"
20280
+ },
20281
+ "default": "() => `${instanceId++}$$`"
20282
+ },
20283
+ {
20284
+ "name": "joinValues",
20285
+ "description": "Joins multiple values into a single form field with the `delimiter` (legacy mode).",
20286
+ "value": {
20287
+ "kind": "expression",
20288
+ "type": "boolean"
20289
+ },
20290
+ "default": "false"
20291
+ },
20292
+ {
20293
+ "name": "limit",
20294
+ "description": "Limit the display of selected options.\nThe rest will be hidden within the limitText string.",
20295
+ "value": {
20296
+ "kind": "expression",
20297
+ "type": "number"
20298
+ },
20299
+ "default": "Infinity"
20300
+ },
20301
+ {
20302
+ "name": "limitText",
20303
+ "description": "Function that processes the message shown when selected elements pass the defined limit.",
20304
+ "value": {
20305
+ "kind": "expression",
20306
+ "type": "any"
20307
+ },
20308
+ "default": ""
20309
+ },
20310
+ {
20311
+ "name": "loadingText",
20312
+ "description": "Text displayed when loading options.",
20313
+ "value": {
20314
+ "kind": "expression",
20315
+ "type": "string"
20316
+ },
20317
+ "default": "'Loading...'"
20318
+ },
20319
+ {
20320
+ "name": "loadOptions",
20321
+ "description": "Used for dynamically loading options.",
20322
+ "value": {
20323
+ "kind": "expression",
20324
+ "type": "union"
20325
+ },
20326
+ "default": ""
20327
+ },
20328
+ {
20329
+ "name": "matchKeys",
20330
+ "description": "Which node properties to filter on.",
20331
+ "value": {
20332
+ "kind": "expression",
20333
+ "type": "array"
20334
+ },
20335
+ "default": ""
20336
+ },
20337
+ {
20338
+ "name": "maxHeight",
20339
+ "description": "Sets `maxHeight` style value of the menu.",
20340
+ "value": {
20341
+ "kind": "expression",
20342
+ "type": "number"
20343
+ },
20344
+ "default": "300"
20345
+ },
20346
+ {
20347
+ "name": "multiple",
20348
+ "description": "Set `true` to allow selecting multiple options (a.k.a., multi-select mode).",
20349
+ "value": {
20350
+ "kind": "expression",
20351
+ "type": "boolean"
20352
+ },
20353
+ "default": "false"
20354
+ },
20355
+ {
20356
+ "name": "name",
20357
+ "description": "Generates a hidden <input /> tag with this field name for html forms.",
20358
+ "value": {
20359
+ "kind": "expression",
20360
+ "type": "string"
20361
+ },
20362
+ "default": ""
20363
+ },
20364
+ {
20365
+ "name": "noChildrenText",
20366
+ "description": "Text displayed when a branch node has no children.",
20367
+ "value": {
20368
+ "kind": "expression",
20369
+ "type": "string"
20370
+ },
20371
+ "default": "'No sub-options.'"
20372
+ },
20373
+ {
20374
+ "name": "noOptionsText",
20375
+ "description": "Text displayed when there are no available options.",
20376
+ "value": {
20377
+ "kind": "expression",
20378
+ "type": "string"
20379
+ },
20380
+ "default": "'No options available.'"
20381
+ },
20382
+ {
20383
+ "name": "noResultsText",
20384
+ "description": "Text displayed when there are no matching search results.",
20385
+ "value": {
20386
+ "kind": "expression",
20387
+ "type": "string"
20388
+ },
20389
+ "default": "'No results found...'"
20390
+ },
20391
+ {
20392
+ "name": "normalizer",
20393
+ "description": "Used for normalizing source data.",
20394
+ "value": {
20395
+ "kind": "expression",
20396
+ "type": "any"
20397
+ },
20398
+ "default": ""
20399
+ },
20400
+ {
20401
+ "name": "openDirection",
20402
+ "description": "By default (`auto`), the menu will open below the control. If there is not\nenough space, vue-treeselect will automatically flip the menu.\nYou can use one of other four options to force the menu to be always opened\nto specified direction.\nAcceptable values:\n - `\"auto\"`\n - `\"below\"`\n - `\"bottom\"`\n - `\"above\"`\n - `\"top\"`",
20403
+ "value": {
20404
+ "kind": "expression",
20405
+ "type": "string"
20406
+ },
20407
+ "default": "'auto'"
20408
+ },
20409
+ {
20410
+ "name": "openOnClick",
20411
+ "description": "Whether to automatically open the menu when the control is clicked.",
20412
+ "value": {
20413
+ "kind": "expression",
20414
+ "type": "boolean"
20415
+ },
20416
+ "default": "true"
20417
+ },
20418
+ {
20419
+ "name": "openOnFocus",
20420
+ "description": "Whether to automatically open the menu when the control is focused.",
20421
+ "value": {
20422
+ "kind": "expression",
20423
+ "type": "boolean"
20424
+ },
20425
+ "default": "false"
20426
+ },
20427
+ {
20428
+ "name": "options",
20429
+ "description": "Array of available options.",
20430
+ "value": {
20431
+ "kind": "expression",
20432
+ "type": "node[]"
20433
+ },
20434
+ "default": ""
20435
+ },
20436
+ {
20437
+ "name": "placeholder",
20438
+ "description": "Field placeholder, displayed when there's no value.",
20439
+ "value": {
20440
+ "kind": "expression",
20441
+ "type": "string"
20442
+ },
20443
+ "default": "'Select...'"
20444
+ },
20445
+ {
20446
+ "name": "required",
20447
+ "description": "Applies HTML5 required attribute when needed.",
20448
+ "value": {
20449
+ "kind": "expression",
20450
+ "type": "boolean"
20451
+ },
20452
+ "default": "false"
20453
+ },
20454
+ {
20455
+ "name": "retryText",
20456
+ "description": "Text displayed asking user whether to retry loading children options.",
20457
+ "value": {
20458
+ "kind": "expression",
20459
+ "type": "string"
20460
+ },
20461
+ "default": "'Retry?'"
20462
+ },
20463
+ {
20464
+ "name": "retryTitle",
20465
+ "description": "Title for the retry button.",
20466
+ "value": {
20467
+ "kind": "expression",
20468
+ "type": "string"
20469
+ },
20470
+ "default": "'Click to retry'"
20471
+ },
20472
+ {
20473
+ "name": "searchable",
20474
+ "description": "Enable searching feature?",
20475
+ "value": {
20476
+ "kind": "expression",
20477
+ "type": "boolean"
20478
+ },
20479
+ "default": "true"
20480
+ },
20481
+ {
20482
+ "name": "searchNested",
20483
+ "description": "Search in ancestor nodes too.",
20484
+ "value": {
20485
+ "kind": "expression",
20486
+ "type": "boolean"
20487
+ },
20488
+ "default": "false"
20489
+ },
20490
+ {
20491
+ "name": "searchPromptText",
20492
+ "description": "Text tip to prompt for async search.",
20493
+ "value": {
20494
+ "kind": "expression",
20495
+ "type": "string"
20496
+ },
20497
+ "default": "'Type to search...'"
20498
+ },
20499
+ {
20500
+ "name": "showCount",
20501
+ "description": "Whether to show a children count next to the label of each branch node.",
20502
+ "value": {
20503
+ "kind": "expression",
20504
+ "type": "boolean"
20505
+ },
20506
+ "default": "false"
20507
+ },
20508
+ {
20509
+ "name": "showCountOf",
20510
+ "description": "Used in conjunction with `showCount` to specify which type of count number should be displayed.\nAcceptable values:\n - \"ALL_CHILDREN\"\n - \"ALL_DESCENDANTS\"\n - \"LEAF_CHILDREN\"\n - \"LEAF_DESCENDANTS\"",
20511
+ "value": {
20512
+ "kind": "expression",
20513
+ "type": "string"
20514
+ },
20515
+ "default": "ALL_CHILDREN"
20516
+ },
20517
+ {
20518
+ "name": "showCountOnSearch",
20519
+ "description": "Whether to show children count when searching.\nFallbacks to the value of `showCount` when not specified.",
20520
+ "value": {
20521
+ "kind": "expression",
20522
+ "type": "null"
20523
+ },
20524
+ "default": ""
20525
+ },
20526
+ {
20527
+ "name": "sortValueBy",
20528
+ "description": "In which order the selected options should be displayed in trigger & sorted in `value` array.\nUsed for multi-select mode only.\nAcceptable values:\n - \"ORDER_SELECTED\"\n - \"LEVEL\"\n - \"INDEX\"",
20529
+ "value": {
20530
+ "kind": "expression",
20531
+ "type": "string"
20532
+ },
20533
+ "default": "ORDER_SELECTED"
20534
+ },
20535
+ {
20536
+ "name": "tabIndex",
20537
+ "description": "Tab index of the control.",
20538
+ "value": {
20539
+ "kind": "expression",
20540
+ "type": "number"
20541
+ },
20542
+ "default": "0"
20543
+ },
20544
+ {
20545
+ "name": "value",
20546
+ "description": "The value of the control.\nShould be `id` or `node` object for single-select mode, or an array of `id` or `node` object for multi-select mode.\nIts format depends on the `valueFormat` prop.\nFor most cases, just use `v-model` instead.",
20547
+ "value": {
20548
+ "kind": "expression",
20549
+ "type": "null"
20550
+ },
20551
+ "default": ""
20552
+ },
20553
+ {
20554
+ "name": "valueConsistsOf",
20555
+ "description": "Which kind of nodes should be included in the `value` array in multi-select mode.\nAcceptable values:\n - \"ALL\" - Any node that is checked will be included in the `value` array\n - \"BRANCH_PRIORITY\" (default) - If a branch node is checked, all its descendants will be excluded in the `value` array\n - \"LEAF_PRIORITY\" - If a branch node is checked, this node itself and its branch descendants will be excluded from the `value` array but its leaf descendants will be included\n - \"ALL_WITH_INDETERMINATE\" - Any node that is checked will be included in the `value` array, plus indeterminate nodes",
20556
+ "value": {
20557
+ "kind": "expression",
20558
+ "type": "string"
20559
+ },
20560
+ "default": "BRANCH_PRIORITY"
20561
+ },
20562
+ {
20563
+ "name": "valueFormat",
20564
+ "description": "Format of `value` prop.\nNote that, when set to `\"object\"`, only `id` & `label` properties are required in each `node` object in `value` prop.\nAcceptable values:\n - \"id\"\n - \"object\"",
20565
+ "value": {
20566
+ "kind": "expression",
20567
+ "type": "string"
20568
+ },
20569
+ "default": "'id'"
20570
+ },
20571
+ {
20572
+ "name": "zIndex",
20573
+ "description": "z-index of the menu.",
20574
+ "value": {
20575
+ "kind": "expression",
20576
+ "type": "number|string"
20577
+ },
20578
+ "default": "999"
20579
+ }
20580
+ ],
20581
+ "events": [
20582
+ {
20583
+ "name": "input"
20584
+ },
20585
+ {
20586
+ "name": "search-change"
20587
+ },
20588
+ {
20589
+ "name": "close"
20590
+ },
20591
+ {
20592
+ "name": "open"
20593
+ },
20594
+ {
20595
+ "name": "select"
20596
+ },
20597
+ {
20598
+ "name": "deselect"
20599
+ }
20600
+ ]
20601
+ },
20009
20602
  {
20010
20603
  "name": "Watermark",
20011
20604
  "description": "",