vft 0.0.421 → 0.0.423
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/attributes.json +1 -1
- package/dist/index.css +1 -1
- package/es/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/es/components/autocomplete/index.d.ts +6 -6
- package/es/components/button/index.d.ts +9 -9
- package/es/components/carousel/use-carousel.js +1 -1
- package/es/components/config-provider/hooks/use-global-config.js +3 -3
- package/es/components/full-screen/full-screen.vue2.js +9 -8
- package/es/components/full-screen/index.d.ts +6 -0
- package/es/components/icon-text/icon-text.vue2.js +35 -30
- package/es/components/icon-text/index.d.ts +6 -0
- package/es/components/icon-text/types.d.ts +1 -0
- package/es/components/input/input.vue2.js +4 -4
- package/es/components/input-tag/composables/use-input-tag.js +1 -1
- package/es/components/logo/index.d.ts +0 -4
- package/es/components/logo/logo.vue.d.ts +1 -6
- package/es/components/logo/logo.vue2.js +29 -26
- package/es/components/logo/types.d.ts +4 -2
- package/es/components/multiple-tabs/tab-content.vue2.js +1 -1
- package/es/components/multiple-tabs/use/use-multiple-tabs.js +1 -1
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +4 -4
- package/es/components/select/select.vue.d.ts +4 -4
- package/es/components/select/useSelect.d.ts +4 -4
- package/es/components/super-form/super-form-item.vue2.js +1 -1
- package/es/hooks/use-z-index/index.js +3 -3
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/vue/vnode.js +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/lib/components/autocomplete/index.d.ts +6 -6
- package/lib/components/button/index.d.ts +9 -9
- package/lib/components/full-screen/full-screen.vue2.cjs +1 -1
- package/lib/components/full-screen/index.d.ts +6 -0
- package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
- package/lib/components/icon-text/index.d.ts +6 -0
- package/lib/components/icon-text/types.d.ts +1 -0
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/logo/index.d.ts +0 -4
- package/lib/components/logo/logo.vue.d.ts +1 -6
- package/lib/components/logo/logo.vue2.cjs +1 -1
- package/lib/components/logo/types.d.ts +4 -2
- package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/use/use-multiple-tabs.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +4 -4
- package/lib/components/select/select.vue.d.ts +4 -4
- package/lib/components/select/useSelect.d.ts +4 -4
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +5 -5
- package/tags.json +1 -1
- package/theme-style/index.css +1 -1
- package/theme-style/src/icon-text.scss +7 -3
- package/theme-style/src/input.scss +0 -2
- package/theme-style/src/md-container.scss +0 -1
- package/theme-style/src/mixins/mixins.scss +54 -51
- package/theme-style/src/scrollbar.scss +16 -16
- package/theme-style/src/side-menu.scss +0 -1
- package/theme-style/src/tabs.scss +0 -1
- package/theme-style/vft-icon-text.css +1 -1
- package/theme-style/vft-input.css +1 -1
- package/theme-style/vft-md-container.css +1 -1
- package/theme-style/vft-scrollbar.css +1 -1
- package/theme-style/vft-side-menu.css +1 -1
- package/web-types.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.vft-scrollbar{--vft-scrollbar-opacity:0.3;--vft-scrollbar-bg-color:var(--vft-text-secondary-color);--vft-scrollbar-hover-opacity:0.5;--vft-scrollbar-hover-bg-color:var(--vft-text-secondary-color)}.vft-scrollbar{
|
|
1
|
+
.vft-scrollbar{--vft-scrollbar-opacity:0.3;--vft-scrollbar-bg-color:var(--vft-text-secondary-color);--vft-scrollbar-hover-opacity:0.5;--vft-scrollbar-hover-bg-color:var(--vft-text-secondary-color)}.vft-scrollbar{position:relative;height:100%;overflow:hidden}.vft-scrollbar__wrap{height:100%;overflow:auto}.vft-scrollbar__wrap--hidden-default{scrollbar-width:none}.vft-scrollbar__wrap--hidden-default::-webkit-scrollbar{display:none}.vft-scrollbar__thumb{display:block;position:relative;width:0;height:0;transition:var(--vft-transition-duration) background-color;border-radius:inherit;opacity:var(--vft-scrollbar-opacity,.3);background-color:var(--vft-scrollbar-bg-color,var(--vft-text-secondary-color));cursor:pointer}.vft-scrollbar__thumb:hover{opacity:var(--vft-scrollbar-hover-opacity,.5);background-color:var(--vft-scrollbar-hover-bg-color,var(--vft-text-secondary-color))}.vft-scrollbar__bar{position:absolute;z-index:1;right:2px;bottom:2px;border-radius:4px}.vft-scrollbar__bar.is-vertical{top:2px;width:6px}.vft-scrollbar__bar.is-vertical>div{width:100%}.vft-scrollbar__bar.is-horizontal{left:2px;height:6px}.vft-scrollbar__bar.is-horizontal>div{height:100%}.vft-scrollbar-fade-enter-active{transition:opacity 340ms ease-out}.vft-scrollbar-fade-leave-active{transition:opacity 120ms ease-out}.vft-scrollbar-fade-enter-from,.vft-scrollbar-fade-leave-active{opacity:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.vft-side-menu{display:flex;position:relative;flex-direction:column;transition:width .2s ease;border-right:var(--vft-menu-border-right);background-color:var(--vft-side-menu-bg-color);--vft-side-menu-border:var(--vft-menu-border-right);--vft-side-menu-scroll-mr:0;--vft-side-menu-bg-color:var(--vft-fill-color-blank)}.vft-side-menu--fixed{position:fixed;z-index:1;left:0}.vft-side-menu__top{border-bottom:var(--vft-side-menu-border)}.vft-side-menu__bottom{position:absolute;bottom:0;width:100%;border-top:var(--vft-side-menu-border)}.vft-side-menu__right{position:absolute;top:50%;right:-10px}.vft-side-menu__collapse{display:flex;align-items:center;height:40px;padding:0 16px;border-right:none;background-color:var(--vft-menu-bg-color);cursor:pointer}.vft-side-menu__collapse .vft-icon{position:absolute;right:20px}.vft-side-menu__con{overflow-x:hidden;overflow-y:auto;overflow-y:overlay;scrollbar-gutter:stable}.vft-side-menu__drag-bar{position:absolute;z-index:999;top:0;right:-1px;width:2px;height:100%;border-top:none;border-bottom:none;cursor:col-resize}.vft-side-menu__drag-bar:hover{background-color:var(--vft-primary-color);box-shadow:var(--vft-box-shadow)}.vft-side-menu .vft-menu{border:none;background-color:var(--vft-side-menu-bg-color)}.vft-side-menu .icon-sidebar-collapse{width:1em;height:1em;background-color:currentcolor;-webkit-mask:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z"%2F%3E%3Cpath d="M7.25 10L5.5 12l1.75 2m2.25 7V3"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat;mask:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z"%2F%3E%3Cpath d="M7.25 10L5.5 12l1.75 2m2.25 7V3"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.vft-side-menu__popper{margin-right:var(--vft-side-menu-scroll-mr)}.vft-side-menu__popper .vft-menu--popup{max-height:calc(100vh - 200px);box-shadow:none;overflow-y:auto;overflow-y:overlay;scrollbar-gutter:stable}
|
|
1
|
+
.vft-side-menu{display:flex;position:relative;flex-direction:column;transition:width .2s ease;border-right:var(--vft-menu-border-right);background-color:var(--vft-side-menu-bg-color);--vft-side-menu-border:var(--vft-menu-border-right);--vft-side-menu-scroll-mr:0;--vft-side-menu-bg-color:var(--vft-fill-color-blank)}.vft-side-menu--fixed{position:fixed;z-index:1;left:0}.vft-side-menu__top{border-bottom:var(--vft-side-menu-border)}.vft-side-menu__bottom{position:absolute;bottom:0;width:100%;border-top:var(--vft-side-menu-border)}.vft-side-menu__right{position:absolute;top:50%;right:-10px}.vft-side-menu__collapse{display:flex;align-items:center;height:40px;padding:0 16px;border-right:none;background-color:var(--vft-menu-bg-color);cursor:pointer}.vft-side-menu__collapse .vft-icon{position:absolute;right:20px}.vft-side-menu__con{overflow-x:hidden;overflow-y:auto;overflow-y:overlay;scrollbar-gutter:stable}.vft-side-menu__drag-bar{position:absolute;z-index:999;top:0;right:-1px;width:2px;height:100%;border-top:none;border-bottom:none;cursor:col-resize}.vft-side-menu__drag-bar:hover{background-color:var(--vft-primary-color);box-shadow:var(--vft-box-shadow)}.vft-side-menu .vft-menu{border:none;background-color:var(--vft-side-menu-bg-color)}.vft-side-menu .icon-sidebar-collapse{width:1em;height:1em;background-color:currentcolor;-webkit-mask:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z"%2F%3E%3Cpath d="M7.25 10L5.5 12l1.75 2m2.25 7V3"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat;mask:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z"%2F%3E%3Cpath d="M7.25 10L5.5 12l1.75 2m2.25 7V3"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.vft-side-menu__popper{margin-right:var(--vft-side-menu-scroll-mr)}.vft-side-menu__popper .vft-menu--popup{max-height:calc(100vh - 200px);box-shadow:none;overflow-y:auto;overflow-y:overlay;scrollbar-gutter:stable}
|