vft 0.0.162 → 0.0.164

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.
Files changed (50) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/button/use-button.js +3 -3
  3. package/es/components/carousel/carousel.vue.d.ts +1 -1
  4. package/es/components/carousel/carousel.vue2.js +22 -26
  5. package/es/components/carousel/index.d.ts +11 -11
  6. package/es/components/checkbox/index.d.ts +12 -12
  7. package/es/components/header-layout/header-layout.vue2.js +14 -14
  8. package/es/components/index.js +113 -113
  9. package/es/components/link/index.d.ts +4 -4
  10. package/es/components/popper/composables/use-content.d.ts +2 -2
  11. package/es/components/select/option-item.vue.d.ts +1 -1
  12. package/es/components/table/index.d.ts +114 -114
  13. package/es/components/table/table.vue.d.ts +13 -13
  14. package/es/components/time-select/time-select.vue.d.ts +1 -1
  15. package/es/components/tree/index.d.ts +42 -42
  16. package/es/components/tree/tree.vue.d.ts +7 -7
  17. package/es/components/upload/index.d.ts +19 -19
  18. package/es/components/upload/upload-content.vue.d.ts +1 -1
  19. package/es/components/upload/upload.vue.d.ts +1 -1
  20. package/es/hooks/use-popper/index.d.ts +2 -2
  21. package/es/index.js +113 -113
  22. package/es/package.json.d.ts +1 -1
  23. package/es/package.json.js +1 -1
  24. package/lib/components/button/use-button.cjs +1 -1
  25. package/lib/components/carousel/carousel.vue.d.ts +1 -1
  26. package/lib/components/carousel/carousel.vue2.cjs +1 -1
  27. package/lib/components/carousel/index.d.ts +11 -11
  28. package/lib/components/checkbox/index.d.ts +12 -12
  29. package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
  30. package/lib/components/index.cjs +1 -1
  31. package/lib/components/link/index.d.ts +4 -4
  32. package/lib/components/popper/composables/use-content.d.ts +2 -2
  33. package/lib/components/select/option-item.vue.d.ts +1 -1
  34. package/lib/components/table/index.d.ts +114 -114
  35. package/lib/components/table/table.vue.d.ts +13 -13
  36. package/lib/components/time-select/time-select.vue.d.ts +1 -1
  37. package/lib/components/tree/index.d.ts +42 -42
  38. package/lib/components/tree/tree.vue.d.ts +7 -7
  39. package/lib/components/upload/index.d.ts +19 -19
  40. package/lib/components/upload/upload-content.vue.d.ts +1 -1
  41. package/lib/components/upload/upload.vue.d.ts +1 -1
  42. package/lib/hooks/use-popper/index.d.ts +2 -2
  43. package/lib/index.cjs +1 -1
  44. package/lib/package.json.cjs +1 -1
  45. package/lib/package.json.d.ts +1 -1
  46. package/package.json +6 -6
  47. package/theme-style/index.css +1 -1
  48. package/theme-style/src/header-layout.scss +4 -0
  49. package/theme-style/vft-header-layout.css +1 -1
  50. package/web-types.json +1 -1
@@ -39,6 +39,10 @@ $name: header-layout;
39
39
  }
40
40
  }
41
41
 
42
+ @include when(no-bottom) {
43
+ height: 100%;
44
+ }
45
+
42
46
  @include e(footer) {
43
47
  height: calc(getCompCssVar('height') - getCompCssVar('top-height'));
44
48
  }
@@ -1 +1 @@
1
- :root{--vft-header-layout-height:70px;--vft-header-layout-top-height:40px;--vft-header-layout-bg-color:#eff1f5;--vft-header-layout-left-min-width:800px;--vft-header-layout-z-index:var(--vft-z-index-header-layout)}.vft-header-layout{height:var(--vft-header-layout-height);background-color:var(--vft-header-layout-bg-color);z-index:var(--vft-header-layout-z-index)}.vft-header-layout .vft-container{height:100%}.vft-header-layout__top-container{height:var(--vft-header-layout-top-height);overflow:visible}.vft-header-layout__top-container .content{display:flex;justify-content:space-between;height:100%}.vft-header-layout__top-container .content .left{display:flex;align-items:center;min-width:var(--vft-header-layout-left-min-width)}.vft-header-layout__top-container .content .right{display:flex;align-items:center}.vft-header-layout__footer{height:calc(var(--vft-header-layout-height) - var(--vft-header-layout-top-height))}
1
+ :root{--vft-header-layout-height:70px;--vft-header-layout-top-height:40px;--vft-header-layout-bg-color:#eff1f5;--vft-header-layout-left-min-width:800px;--vft-header-layout-z-index:var(--vft-z-index-header-layout)}.vft-header-layout{height:var(--vft-header-layout-height);background-color:var(--vft-header-layout-bg-color);z-index:var(--vft-header-layout-z-index)}.vft-header-layout .vft-container{height:100%}.vft-header-layout__top-container{height:var(--vft-header-layout-top-height);overflow:visible}.vft-header-layout__top-container .content{display:flex;justify-content:space-between;height:100%}.vft-header-layout__top-container .content .left{display:flex;align-items:center;min-width:var(--vft-header-layout-left-min-width)}.vft-header-layout__top-container .content .right{display:flex;align-items:center}.vft-header-layout .vft-container.is-no-bottom{height:100%}.vft-header-layout__footer{height:calc(var(--vft-header-layout-height) - var(--vft-header-layout-top-height))}