morya-ui 0.2.2 → 0.2.4

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 (209) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/Card-BQfmv5Iw.js +62 -0
  3. package/dist/FlyoutSubmenu-BC_cl17_.js +49 -0
  4. package/dist/ScrollBody-CXFNhBvq.js +68 -0
  5. package/dist/accordion/style.css +625 -583
  6. package/dist/auto-complete/style.css +625 -583
  7. package/dist/avatar/style.css +625 -583
  8. package/dist/badge/style.css +625 -583
  9. package/dist/block-ui/style.css +625 -583
  10. package/dist/breadcrumb/style.css +625 -583
  11. package/dist/button/style.css +625 -583
  12. package/dist/card/index.js +2 -62
  13. package/dist/card/style.css +625 -583
  14. package/dist/carousel/style.css +625 -583
  15. package/dist/cascade-select/style.css +625 -583
  16. package/dist/checkbox/style.css +625 -583
  17. package/dist/chip/style.css +625 -583
  18. package/dist/command-menu/style.css +625 -583
  19. package/dist/components/ContextMenu/ContextMenu.vue.d.ts.map +1 -1
  20. package/dist/components/ContextMenu/ContextMenuNodes.vue.d.ts.map +1 -1
  21. package/dist/components/ContextMenu/styles.css +33 -4
  22. package/dist/components/Dropdown/Dropdown.vue.d.ts +2 -2
  23. package/dist/components/Dropdown/Dropdown.vue.d.ts.map +1 -1
  24. package/dist/components/Dropdown/DropdownNodes.vue.d.ts +2 -2
  25. package/dist/components/Dropdown/DropdownNodes.vue.d.ts.map +1 -1
  26. package/dist/components/Dropdown/styles.css +11 -0
  27. package/dist/components/Gallery/Gallery.vue.d.ts +2 -2
  28. package/dist/components/Gallery/Gallery.vue.d.ts.map +1 -1
  29. package/dist/components/Gallery/styles.css +5 -1
  30. package/dist/components/Layout/Layout.vue.d.ts +4 -3
  31. package/dist/components/Layout/Layout.vue.d.ts.map +1 -1
  32. package/dist/components/Layout/LayoutContent.vue.d.ts +2 -2
  33. package/dist/components/Layout/LayoutContent.vue.d.ts.map +1 -1
  34. package/dist/components/Layout/LayoutScrollContext.vue.d.ts +20 -0
  35. package/dist/components/Layout/LayoutScrollContext.vue.d.ts.map +1 -0
  36. package/dist/components/Layout/LayoutScrollRegion.vue.d.ts +34 -0
  37. package/dist/components/Layout/LayoutScrollRegion.vue.d.ts.map +1 -0
  38. package/dist/components/Layout/LayoutSider.vue.d.ts +2 -2
  39. package/dist/components/Layout/LayoutSider.vue.d.ts.map +1 -1
  40. package/dist/components/Layout/composables/useLayoutScroll.d.ts +4 -1
  41. package/dist/components/Layout/composables/useLayoutScroll.d.ts.map +1 -1
  42. package/dist/components/Layout/styles.css +35 -13
  43. package/dist/components/Layout/types.d.ts +2 -0
  44. package/dist/components/Layout/types.d.ts.map +1 -1
  45. package/dist/components/Menu/Menu.vue.d.ts.map +1 -1
  46. package/dist/components/Menu/styles.css +10 -0
  47. package/dist/components/Menubar/Menubar.vue.d.ts +2 -2
  48. package/dist/components/Menubar/Menubar.vue.d.ts.map +1 -1
  49. package/dist/components/Menubar/styles.css +14 -0
  50. package/dist/components/OrderList/OrderList.vue.d.ts +4 -4
  51. package/dist/components/OrderList/OrderList.vue.d.ts.map +1 -1
  52. package/dist/components/Page/PageContent.vue.d.ts +19 -0
  53. package/dist/components/Page/PageContent.vue.d.ts.map +1 -0
  54. package/dist/components/Page/PageFilters.vue.d.ts +16 -0
  55. package/dist/components/Page/PageFilters.vue.d.ts.map +1 -0
  56. package/dist/components/Page/PageHeader.vue.d.ts +22 -0
  57. package/dist/components/Page/PageHeader.vue.d.ts.map +1 -0
  58. package/dist/components/Page/PagePlaceholder.vue.d.ts +20 -0
  59. package/dist/components/Page/PagePlaceholder.vue.d.ts.map +1 -0
  60. package/dist/components/Page/PageSection.vue.d.ts +19 -0
  61. package/dist/components/Page/PageSection.vue.d.ts.map +1 -0
  62. package/dist/components/Page/PageStat.vue.d.ts +18 -0
  63. package/dist/components/Page/PageStat.vue.d.ts.map +1 -0
  64. package/dist/components/Page/PageToolbar.vue.d.ts +20 -0
  65. package/dist/components/Page/PageToolbar.vue.d.ts.map +1 -0
  66. package/dist/components/Page/index.d.ts +9 -0
  67. package/dist/components/Page/index.d.ts.map +1 -0
  68. package/dist/components/Page/styles.css +193 -0
  69. package/dist/components/Page/types.d.ts +54 -0
  70. package/dist/components/Page/types.d.ts.map +1 -0
  71. package/dist/components/PickList/PickList.vue.d.ts +7 -7
  72. package/dist/components/PickList/PickList.vue.d.ts.map +1 -1
  73. package/dist/components/ScrollTop/ScrollTop.vue.d.ts.map +1 -1
  74. package/dist/components/Tabs/Tabs.vue.d.ts +3 -3
  75. package/dist/components/Tabs/Tabs.vue.d.ts.map +1 -1
  76. package/dist/components/Tabs/styles.css +72 -77
  77. package/dist/components/Terminal/Terminal.vue.d.ts.map +1 -1
  78. package/dist/components/Terminal/styles.css +6 -2
  79. package/dist/components/TieredMenu/TieredMenu.vue.d.ts.map +1 -1
  80. package/dist/components/TieredMenu/styles.css +33 -4
  81. package/dist/components/Timeline/Timeline.vue.d.ts +35 -10
  82. package/dist/components/Timeline/Timeline.vue.d.ts.map +1 -1
  83. package/dist/components/Timeline/styles.css +159 -156
  84. package/dist/components/TreeSelect/TreeSelect.vue.d.ts.map +1 -1
  85. package/dist/components/TreeSelect/styles.css +15 -0
  86. package/dist/components/TreeTable/TreeTable.vue.d.ts +2 -2
  87. package/dist/components/TreeTable/TreeTable.vue.d.ts.map +1 -1
  88. package/dist/components/TreeTable/styles.css +64 -61
  89. package/dist/components/VirtualScroller/VirtualScroller.vue.d.ts +2 -2
  90. package/dist/components/VirtualScroller/VirtualScroller.vue.d.ts.map +1 -1
  91. package/dist/components/VirtualScroller/styles.css +20 -17
  92. package/dist/config-provider/style.css +625 -583
  93. package/dist/confirm-dialog/style.css +625 -583
  94. package/dist/confirm-popup/style.css +625 -583
  95. package/dist/context-menu/index.js +131 -89
  96. package/dist/context-menu/style.css +781 -587
  97. package/dist/context-menu/style.js +1 -0
  98. package/dist/data-view/style.css +625 -583
  99. package/dist/date-picker/style.css +625 -583
  100. package/dist/dialog/style.css +625 -583
  101. package/dist/divider/style.css +625 -583
  102. package/dist/dock/style.css +625 -583
  103. package/dist/drawer/style.css +625 -583
  104. package/dist/dropdown/index.js +162 -122
  105. package/dist/dropdown/style.css +759 -583
  106. package/dist/dropdown/style.js +1 -0
  107. package/dist/fieldset/style.css +625 -583
  108. package/dist/file-upload/style.css +625 -583
  109. package/dist/flex/style.css +625 -583
  110. package/dist/float-label/style.css +625 -583
  111. package/dist/fluid/style.css +625 -583
  112. package/dist/form/style.css +625 -583
  113. package/dist/gallery/index.js +76 -67
  114. package/dist/gallery/style.css +753 -584
  115. package/dist/gallery/style.js +1 -0
  116. package/dist/grid/style.css +625 -583
  117. package/dist/icon/style.css +625 -583
  118. package/dist/icon-field/style.css +625 -583
  119. package/dist/index.d.ts +8 -0
  120. package/dist/index.d.ts.map +1 -1
  121. package/dist/index.js +2366 -1745
  122. package/dist/inplace/style.css +625 -583
  123. package/dist/input/style.css +625 -583
  124. package/dist/input-color/style.css +625 -583
  125. package/dist/input-group/style.css +625 -583
  126. package/dist/input-number/style.css +625 -583
  127. package/dist/input-otp/style.css +625 -583
  128. package/dist/input-password/style.css +625 -583
  129. package/dist/input-tags/style.css +625 -583
  130. package/dist/knob/style.css +625 -583
  131. package/dist/label/style.css +625 -583
  132. package/dist/layout/index.js +235 -136
  133. package/dist/layout/style.css +783 -596
  134. package/dist/layout/style.js +1 -0
  135. package/dist/listbox/style.css +625 -583
  136. package/dist/mega-menu/style.css +625 -583
  137. package/dist/menu/index.js +233 -216
  138. package/dist/menu/style.css +758 -583
  139. package/dist/menu/style.js +1 -0
  140. package/dist/menubar/index.js +77 -68
  141. package/dist/menubar/style.css +762 -583
  142. package/dist/menubar/style.js +1 -0
  143. package/dist/message/style.css +625 -583
  144. package/dist/meter-group/style.css +625 -583
  145. package/dist/order-list/index.js +66 -58
  146. package/dist/order-list/style.css +625 -583
  147. package/dist/page/index.js +176 -0
  148. package/dist/page/style.css +1199 -0
  149. package/dist/page/style.js +5 -0
  150. package/dist/pagination/style.css +625 -583
  151. package/dist/panel/style.css +625 -583
  152. package/dist/pick-list/index.js +97 -84
  153. package/dist/pick-list/style.css +625 -583
  154. package/dist/popover/style.css +625 -583
  155. package/dist/progress-bar/style.css +625 -583
  156. package/dist/progress-spinner/style.css +625 -583
  157. package/dist/radio/style.css +625 -583
  158. package/dist/rating/style.css +625 -583
  159. package/dist/resolver-map.d.ts.map +1 -1
  160. package/dist/resolver.js +7 -0
  161. package/dist/scroll-top/index.js +23 -13
  162. package/dist/scroll-top/style.css +748 -583
  163. package/dist/scroll-top/style.js +1 -0
  164. package/dist/scrollbar/style.css +625 -583
  165. package/dist/select/style.css +625 -583
  166. package/dist/select-button/style.css +625 -583
  167. package/dist/shared/FlyoutSubmenu.vue.d.ts +32 -0
  168. package/dist/shared/FlyoutSubmenu.vue.d.ts.map +1 -0
  169. package/dist/shared/ScrollBody.vue.d.ts +39 -0
  170. package/dist/shared/ScrollBody.vue.d.ts.map +1 -0
  171. package/dist/sidebar/style.css +625 -583
  172. package/dist/skeleton/style.css +625 -583
  173. package/dist/slider/style.css +625 -583
  174. package/dist/space/style.css +625 -583
  175. package/dist/speed-dial/style.css +625 -583
  176. package/dist/split-button/style.css +625 -583
  177. package/dist/splitter/style.css +625 -583
  178. package/dist/stepper/style.css +625 -583
  179. package/dist/styles/base.css +625 -583
  180. package/dist/styles.css +1 -1
  181. package/dist/switch/style.css +625 -583
  182. package/dist/table/style.css +625 -583
  183. package/dist/tabs/index.js +92 -81
  184. package/dist/tabs/style.css +818 -658
  185. package/dist/tabs/style.js +1 -0
  186. package/dist/tag/style.css +625 -583
  187. package/dist/terminal/index.js +47 -40
  188. package/dist/terminal/style.css +631 -585
  189. package/dist/textarea/style.css +625 -583
  190. package/dist/tiered-menu/index.js +130 -84
  191. package/dist/tiered-menu/style.css +781 -587
  192. package/dist/tiered-menu/style.js +1 -0
  193. package/dist/timeline/index.js +82 -37
  194. package/dist/timeline/style.css +907 -739
  195. package/dist/timeline/style.js +1 -0
  196. package/dist/toast/style.css +625 -583
  197. package/dist/toggle-button/style.css +625 -583
  198. package/dist/toolbar/style.css +625 -583
  199. package/dist/tooltip/style.css +625 -583
  200. package/dist/tree/style.css +625 -583
  201. package/dist/tree-select/index.js +202 -193
  202. package/dist/tree-select/style.css +763 -583
  203. package/dist/tree-select/style.js +1 -0
  204. package/dist/tree-table/index.js +57 -50
  205. package/dist/tree-table/style.css +689 -644
  206. package/dist/virtual-scroller/index.js +38 -34
  207. package/dist/virtual-scroller/style.css +775 -607
  208. package/dist/virtual-scroller/style.js +1 -0
  209. package/package.json +8 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ContextMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ContextMenu/ContextMenu.vue"],"names":[],"mappings":";AA8HA,OAAO,KAAK,EAAmB,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAOrF,KAAK,WAAW,GAAG,IAAI,CAAC,gBAAgB,EAAE,YAAY,GAAG,UAAU,CAAC,CAAC;AA4BrE,iBAAS,IAAI,SAEZ;AAED,iBAAS,IAAI,CAAC,KAAK,EAAE,UAAU,GAAG,mBAAmB,QAUpD;AAsDD,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,mBAAmB,CAAC;CAChC,CAAC;AASF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA4FxD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ContextMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ContextMenu/ContextMenu.vue"],"names":[],"mappings":";AAsIA,OAAO,KAAK,EAAmB,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAQrF,KAAK,WAAW,GAAG,IAAI,CAAC,gBAAgB,EAAE,YAAY,GAAG,UAAU,CAAC,CAAC;AA4BrE,iBAAS,IAAI,SAEZ;AAED,iBAAS,IAAI,CAAC,KAAK,EAAE,UAAU,GAAG,mBAAmB,QAUpD;AAsDD,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,mBAAmB,CAAC;CAChC,CAAC;AASF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA+GxD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ContextMenuNodes.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ContextMenu/ContextMenuNodes.vue"],"names":[],"mappings":";AAAA,OAmEO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAM9C,KAAK,WAAW,GAAG;IAAE,KAAK,EAAE,eAAe,EAAE,CAAA;CAAE,CAAC;AAuMhD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"ContextMenuNodes.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ContextMenu/ContextMenuNodes.vue"],"names":[],"mappings":";AAAA,OAgHO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAQ9C,KAAK,WAAW,GAAG;IAAE,KAAK,EAAE,eAAe,EAAE,CAAA;CAAE,CAAC;AAmRhD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@
2
2
  .m-contextmenu {
3
3
  --m-contextmenu-min-width: 10rem;
4
4
  --m-contextmenu-item-gap: 0.125rem;
5
+ --m-contextmenu-max-height: min(18rem, 45vh);
5
6
  background: var(--m-color-surface);
6
7
  border: var(--m-border-width) solid var(--m-color-border);
7
8
  border-radius: var(--m-radius-md);
@@ -9,12 +10,25 @@
9
10
  display: flex;
10
11
  flex-direction: column;
11
12
  gap: var(--m-contextmenu-item-gap);
13
+ max-height: var(--m-contextmenu-max-height);
12
14
  min-width: var(--m-contextmenu-min-width);
15
+ overflow: hidden;
13
16
  padding: var(--m-space-1);
14
17
  position: fixed;
15
18
  z-index: var(--m-z-popper);
16
19
  }
17
20
 
21
+ .m-contextmenu__scroll {
22
+ max-height: 100%;
23
+ min-height: 0;
24
+ }
25
+
26
+ .m-contextmenu__scroll-view {
27
+ display: flex;
28
+ flex-direction: column;
29
+ gap: var(--m-contextmenu-item-gap);
30
+ }
31
+
18
32
  .m-contextmenu--teleported {
19
33
  z-index: var(--m-z-dropdown);
20
34
  }
@@ -86,14 +100,29 @@
86
100
  }
87
101
 
88
102
  .m-contextmenu__submenu {
103
+ --m-contextmenu-submenu-max-height: min(18rem, 45vh);
89
104
  background: var(--m-color-surface);
90
105
  border: var(--m-border-width) solid var(--m-color-border);
91
106
  border-radius: var(--m-radius-md);
92
107
  box-shadow: var(--m-shadow-md);
93
- left: 100%;
108
+ max-height: var(--m-contextmenu-submenu-max-height);
94
109
  min-width: 10rem;
110
+ overflow: hidden;
95
111
  padding: var(--m-space-1);
96
- position: absolute;
97
- top: 0;
98
- z-index: var(--m-z-popper);
112
+ }
113
+
114
+ .m-contextmenu__submenu--teleported {
115
+ position: fixed;
116
+ z-index: var(--m-z-dropdown);
117
+ }
118
+
119
+ .m-contextmenu__submenu-scroll {
120
+ max-height: calc(var(--m-contextmenu-submenu-max-height) - var(--m-space-2));
121
+ min-height: 0;
122
+ }
123
+
124
+ .m-contextmenu__submenu-view {
125
+ display: flex;
126
+ flex-direction: column;
127
+ gap: var(--m-contextmenu-item-gap);
99
128
  }
@@ -1,12 +1,12 @@
1
1
  import { DropdownItem, DropdownProps, DropdownTrigger } from './types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_1: {}, __VLS_25: {
3
+ declare var __VLS_1: {}, __VLS_31: {
4
4
  item: DropdownItem;
5
5
  };
6
6
  type __VLS_Slots = {} & {
7
7
  trigger?: (props: typeof __VLS_1) => any;
8
8
  } & {
9
- item?: (props: typeof __VLS_25) => any;
9
+ item?: (props: typeof __VLS_31) => any;
10
10
  };
11
11
  declare const __VLS_base: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12
12
  "update:modelValue": (value: boolean) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/Dropdown.vue"],"names":[],"mappings":";AAqPA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AA+V1D,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ;;CAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAS7C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/Dropdown.vue"],"names":[],"mappings":";AA6PA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAmX1D,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ;;CAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAS7C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -6,13 +6,13 @@ type __VLS_Props = {
6
6
  };
7
7
  declare var __VLS_14: {
8
8
  item: DropdownItem;
9
- }, __VLS_34: {
9
+ }, __VLS_49: {
10
10
  item: DropdownItem;
11
11
  };
12
12
  type __VLS_Slots = {} & {
13
13
  item?: (props: typeof __VLS_14) => any;
14
14
  } & {
15
- item?: (props: typeof __VLS_34) => any;
15
+ item?: (props: typeof __VLS_49) => any;
16
16
  };
17
17
  declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
18
18
  select: (item: DropdownItem) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownNodes.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/DropdownNodes.vue"],"names":[],"mappings":";AAAA,OAoHO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAM3C,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,YAAY,EAAE,CAAA;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B,CAAC;AA+RF,QAAA,IAAI,QAAQ;;CAAW,EAAE,QAAQ;;CAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAG7C,QAAA,MAAM,UAAU;;;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"DropdownNodes.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/DropdownNodes.vue"],"names":[],"mappings":";AAAA,OA8JO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAQ3C,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,YAAY,EAAE,CAAA;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B,CAAC;AAqWF,QAAA,IAAI,QAAQ;;CAAW,EAAE,QAAQ;;CAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAG7C,QAAA,MAAM,UAAU;;;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -15,6 +15,7 @@
15
15
  }
16
16
 
17
17
  .m-dropdown__menu {
18
+ --m-dropdown-menu-max-height: min(18rem, 45vh);
18
19
  background: var(--m-color-surface);
19
20
  border: var(--m-border-width) solid var(--m-color-border);
20
21
  border-radius: var(--m-radius-md);
@@ -28,6 +29,16 @@
28
29
  z-index: var(--m-z-popper);
29
30
  }
30
31
 
32
+ .m-dropdown__scroll {
33
+ max-height: var(--m-dropdown-menu-max-height);
34
+ min-height: 0;
35
+ }
36
+
37
+ .m-dropdown__scroll-view {
38
+ display: grid;
39
+ gap: var(--m-space-1);
40
+ }
41
+
31
42
  .m-dropdown__menu--bottom-start {
32
43
  left: 0;
33
44
  }
@@ -1,11 +1,11 @@
1
1
  import { GalleryImage, GalleryProps } from './types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_17: {
3
+ declare var __VLS_23: {
4
4
  item: string | GalleryImage;
5
5
  index: number;
6
6
  };
7
7
  type __VLS_Slots = {} & {
8
- item?: (props: typeof __VLS_17) => any;
8
+ item?: (props: typeof __VLS_23) => any;
9
9
  };
10
10
  declare const __VLS_base: DefineComponent<GalleryProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
11
11
  "update:activeIndex": (value: number) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"Gallery.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Gallery/Gallery.vue"],"names":[],"mappings":";AA+IA,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AA2OzD,QAAA,IAAI,QAAQ;;;CAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAO7C,QAAA,MAAM,UAAU;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Gallery.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Gallery/Gallery.vue"],"names":[],"mappings":";AAuJA,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AA+PzD,QAAA,IAAI,QAAQ;;;CAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAO7C,QAAA,MAAM,UAAU;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -48,13 +48,17 @@
48
48
  text-align: center;
49
49
  }
50
50
 
51
+ .m-gallery__thumbs-scroll {
52
+ width: 100%;
53
+ }
54
+
51
55
  .m-gallery__thumbs {
52
56
  display: flex;
53
57
  gap: var(--m-space-2);
54
58
  list-style: none;
55
59
  margin: 0;
56
- overflow-x: auto;
57
60
  padding: 0;
61
+ width: max-content;
58
62
  }
59
63
 
60
64
  .m-gallery__thumb {
@@ -1,8 +1,8 @@
1
1
  import { LayoutExpose, LayoutProps, LayoutPosition, LayoutSiderPlacement } from './types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_1: {};
3
+ declare var __VLS_11: {};
4
4
  type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_1) => any;
5
+ default?: (props: typeof __VLS_11) => any;
6
6
  };
7
7
  declare const __VLS_base: DefineComponent<LayoutProps, LayoutExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
8
8
  scroll: (eventPayload: Event) => any;
@@ -10,9 +10,10 @@ declare const __VLS_base: DefineComponent<LayoutProps, LayoutExpose, {}, {}, {},
10
10
  onScroll?: ((eventPayload: Event) => any) | undefined;
11
11
  }>, {
12
12
  position: LayoutPosition;
13
- embedded: boolean;
14
13
  hasSider: boolean;
15
14
  siderPlacement: LayoutSiderPlacement;
15
+ embedded: boolean;
16
+ fillViewport: boolean;
16
17
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
17
18
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
19
  declare const _default: typeof __VLS_export;
@@ -1 +1 @@
1
- {"version":3,"file":"Layout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.vue"],"names":[],"mappings":";AAyFA,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAmHzD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Layout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.vue"],"names":[],"mappings":";AAwGA,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAiKzD,QAAA,IAAuB,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAOhD,QAAA,MAAM,UAAU;;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import { LayoutContentProps, LayoutExpose, LayoutPosition } from './types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_1: {};
3
+ declare var __VLS_11: {};
4
4
  type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_1) => any;
5
+ default?: (props: typeof __VLS_11) => any;
6
6
  };
7
7
  declare const __VLS_base: DefineComponent<LayoutContentProps, LayoutExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
8
8
  scroll: (eventPayload: Event) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"LayoutContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutContent.vue"],"names":[],"mappings":";AA8DA,OAAO,KAAK,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAsFhE,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"LayoutContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutContent.vue"],"names":[],"mappings":";AAiEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAiHhE,QAAA,IAAuB,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAOhD,QAAA,MAAM,UAAU;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { LayoutSiderPlacement } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = {
4
+ hasSider: boolean;
5
+ siderPlacement: LayoutSiderPlacement;
6
+ };
7
+ declare var __VLS_1: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_1) => any;
10
+ };
11
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
+ declare const _default: typeof __VLS_export;
14
+ export default _default;
15
+ type __VLS_WithSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
20
+ //# sourceMappingURL=LayoutScrollContext.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LayoutScrollContext.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutScrollContext.vue"],"names":[],"mappings":";AA4BA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,oBAAoB,CAAC;CACtC,CAAC;AA4BF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAC/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { CSSProperties, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { ScrollbarClassValue } from '../Scrollbar/types';
3
+ import { LayoutExpose, LayoutSiderPlacement } from './types';
4
+ type __VLS_Props = {
5
+ scrollbarRootClass?: string;
6
+ scrollClass?: ScrollbarClassValue;
7
+ scrollStyle?: string | CSSProperties;
8
+ viewClass?: ScrollbarClassValue;
9
+ viewStyle?: string | CSSProperties;
10
+ hasSider?: boolean;
11
+ siderPlacement?: LayoutSiderPlacement;
12
+ };
13
+ declare var __VLS_17: {};
14
+ type __VLS_Slots = {} & {
15
+ default?: (props: typeof __VLS_17) => any;
16
+ };
17
+ declare const __VLS_base: DefineComponent<__VLS_Props, LayoutExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
18
+ scroll: (eventPayload: Event) => any;
19
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
20
+ onScroll?: ((eventPayload: Event) => any) | undefined;
21
+ }>, {
22
+ hasSider: boolean;
23
+ siderPlacement: LayoutSiderPlacement;
24
+ scrollbarRootClass: string;
25
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
26
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
+ declare const _default: typeof __VLS_export;
28
+ export default _default;
29
+ type __VLS_WithSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
34
+ //# sourceMappingURL=LayoutScrollRegion.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LayoutScrollRegion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutScrollRegion.vue"],"names":[],"mappings":"AAAA,OAgGO,KAAK,EAAE,aAAa,EAAc,MAAM,KAAK,CAAC;AAGrD,OAAO,KAAK,EAAE,mBAAmB,EAAqB,MAAM,oBAAoB,CAAC;AAIjF,OAAO,KAAK,EAAqB,YAAY,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAIrF,KAAK,WAAW,GAAG;IACX,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,GAAG,aAAa,CAAC;IACrC,SAAS,CAAC,EAAE,mBAAmB,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,GAAG,aAAa,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,oBAAoB,CAAC;CACzC,CAAC;AAsIN,QAAA,IAAuB,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAOhD,QAAA,MAAM,UAAU;;;;;cAjJG,OAAO;oBACD,oBAAoB;wBANhB,MAAM;6EA2JjC,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import { LayoutExpose, LayoutSiderProps, LayoutPosition, LayoutTrigger, LayoutCollapseMode } from './types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_1: {};
3
+ declare var __VLS_11: {};
4
4
  type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_1) => any;
5
+ default?: (props: typeof __VLS_11) => any;
6
6
  };
7
7
  declare const __VLS_base: DefineComponent<LayoutSiderProps, LayoutExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
8
8
  expand: () => any;
@@ -1 +1 @@
1
- {"version":3,"file":"LayoutSider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutSider.vue"],"names":[],"mappings":";AAiNA,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AA0Q9D,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"LayoutSider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/LayoutSider.vue"],"names":[],"mappings":";AAoNA,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAqS9D,QAAA,IAAuB,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAOhD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1,6 +1,9 @@
1
+ import { ScrollbarInstance } from '../../Scrollbar/types';
1
2
  import { ShallowRef } from 'vue';
2
3
  import { LayoutExpose, LayoutScrollEmits } from '../types';
3
- export declare function useLayoutScroll(scrollEl: ShallowRef<HTMLElement | null | undefined>, emit: LayoutScrollEmits): LayoutExpose & {
4
+ type LayoutScrollTarget = HTMLElement | ScrollbarInstance | null | undefined;
5
+ export declare function useLayoutScroll(scrollEl: ShallowRef<LayoutScrollTarget>, emit: LayoutScrollEmits): LayoutExpose & {
4
6
  onScroll: (event: Event) => void;
5
7
  };
8
+ export {};
6
9
  //# sourceMappingURL=useLayoutScroll.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useLayoutScroll.d.ts","sourceRoot":"","sources":["../../../../src/components/Layout/composables/useLayoutScroll.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACtC,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEhE,wBAAgB,eAAe,CAC3B,QAAQ,EAAE,UAAU,CAAC,WAAW,GAAG,IAAI,GAAG,SAAS,CAAC,EACpD,IAAI,EAAE,iBAAiB,GACxB,YAAY,GAAG;IAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAA;CAAE,CAerD"}
1
+ {"version":3,"file":"useLayoutScroll.d.ts","sourceRoot":"","sources":["../../../../src/components/Layout/composables/useLayoutScroll.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACtC,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEhE,KAAK,kBAAkB,GAAG,WAAW,GAAG,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAAC;AAQ7E,wBAAgB,eAAe,CAC3B,QAAQ,EAAE,UAAU,CAAC,kBAAkB,CAAC,EACxC,IAAI,EAAE,iBAAiB,GACxB,YAAY,GAAG;IAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAA;CAAE,CAerD"}
@@ -27,40 +27,59 @@
27
27
  );
28
28
  }
29
29
 
30
+ .m-layout--fill-viewport {
31
+ min-height: 100vh;
32
+ }
33
+
30
34
  .m-layout--absolute-positioned {
31
35
  inset: 0;
32
36
  position: absolute;
33
37
  }
34
38
 
35
- .m-layout__scroll {
39
+ .m-layout__scroll,
40
+ .m-layout__scroll-view {
36
41
  box-sizing: border-box;
37
42
  display: flex;
38
43
  flex: 1 1 auto;
39
44
  flex-direction: column;
40
- height: 100%;
41
45
  min-height: 0;
42
46
  min-width: 0;
43
- overflow: auto;
44
- overflow-x: hidden;
45
47
  position: relative;
46
48
  width: 100%;
47
49
  }
48
50
 
49
- .m-layout__scroll--has-sider {
51
+ .m-layout__scroll-view {
52
+ min-height: 100%;
53
+ }
54
+
55
+ .m-layout__scrollbar {
56
+ flex: 1 1 auto;
57
+ height: 100%;
58
+ min-height: 0;
59
+ min-width: 0;
60
+ width: 100%;
61
+ }
62
+
63
+ .m-layout__scroll--has-sider,
64
+ .m-layout__scroll-view--has-sider {
50
65
  /* direction set inline (matches naive hasSiderStyle) */
51
66
  align-items: stretch;
52
67
  flex-wrap: nowrap;
53
68
  }
54
69
 
55
70
  .m-layout__scroll--has-sider > .m-layout-sider,
56
- .m-layout__scroll--has-sider > .m-layout {
71
+ .m-layout__scroll--has-sider > .m-layout,
72
+ .m-layout__scroll-view--has-sider > .m-layout-sider,
73
+ .m-layout__scroll-view--has-sider > .m-layout {
57
74
  align-self: stretch;
58
75
  min-height: 100%;
59
76
  }
60
77
 
61
78
  /* Nested layout / content grow to fill remaining space */
62
79
  .m-layout__scroll > .m-layout,
63
- .m-layout__scroll > .m-layout-content {
80
+ .m-layout__scroll > .m-layout-content,
81
+ .m-layout__scroll-view > .m-layout,
82
+ .m-layout__scroll-view > .m-layout-content {
64
83
  flex: 1 1 auto;
65
84
  min-height: 0;
66
85
  min-width: 0;
@@ -76,7 +95,8 @@
76
95
  min-width: 0;
77
96
  }
78
97
 
79
- .m-layout-content > .m-layout__scroll {
98
+ .m-layout-content > .m-layout__scroll,
99
+ .m-layout-content > .m-layout__scrollbar {
80
100
  flex: 1 1 auto;
81
101
  min-height: 0;
82
102
  }
@@ -188,7 +208,8 @@
188
208
  justify-content: flex-start;
189
209
  }
190
210
 
191
- .m-layout-sider__scroll {
211
+ .m-layout-sider__scroll,
212
+ .m-layout-sider__scrollbar {
192
213
  box-sizing: border-box;
193
214
  flex: 1 1 auto;
194
215
  height: 100%;
@@ -202,17 +223,18 @@
202
223
  width: 100%;
203
224
  }
204
225
 
205
- .m-layout-sider--collapse-transform > .m-layout-sider__scroll {
226
+ .m-layout-sider--collapse-transform > .m-layout-sider__scroll,
227
+ .m-layout-sider--collapse-transform > .m-layout-sider__scrollbar {
206
228
  flex-shrink: 0;
207
229
  min-width: var(--m-layout-sider-width);
208
230
  }
209
231
 
210
- .m-layout-sider--show-content > .m-layout-sider__scroll {
232
+ .m-layout-sider--show-content > .m-layout-sider__scrollbar {
211
233
  opacity: 1;
212
- overflow: auto;
213
234
  }
214
235
 
215
- .m-layout-sider--collapse-width > .m-layout-sider__scroll {
236
+ .m-layout-sider--collapse-width > .m-layout-sider__scroll,
237
+ .m-layout-sider--collapse-width > .m-layout-sider__scrollbar {
216
238
  flex-shrink: 1;
217
239
  min-width: 0;
218
240
  }
@@ -23,6 +23,8 @@ export interface LayoutProps {
23
23
  contentClass?: string;
24
24
  /** Extra style on the scroll / content wrapper. */
25
25
  contentStyle?: string | CSSProperties;
26
+ /** Stretch the layout to at least the viewport height. */
27
+ fillViewport?: boolean;
26
28
  }
27
29
  export interface LayoutHeaderProps {
28
30
  pt?: RootPassThrough;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"Menu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/Menu.vue"],"names":[],"mappings":";AAmdA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAulBlD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAQ/C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Menu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/Menu.vue"],"names":[],"mappings":";AAkeA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AA8nBlD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAQ/C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -63,12 +63,22 @@
63
63
  }
64
64
 
65
65
  .m-menu--popup {
66
+ --m-menu-popup-max-height: min(18rem, 45vh);
66
67
  box-shadow: var(--m-shadow-md);
68
+ display: flex;
69
+ flex-direction: column;
70
+ max-height: var(--m-menu-popup-max-height);
71
+ overflow: hidden;
67
72
  padding: 0.375rem 0 0.5rem;
68
73
  position: absolute;
69
74
  z-index: var(--m-z-popper);
70
75
  }
71
76
 
77
+ .m-menu--popup .m-menu__scroll {
78
+ max-height: 100%;
79
+ min-height: 0;
80
+ }
81
+
72
82
  .m-menu-popup {
73
83
  display: inline-flex;
74
84
  position: relative;
@@ -1,10 +1,10 @@
1
1
  import { MenubarItem, MenubarProps } from './types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_1: {}, __VLS_30: {};
3
+ declare var __VLS_1: {}, __VLS_36: {};
4
4
  type __VLS_Slots = {} & {
5
5
  start?: (props: typeof __VLS_1) => any;
6
6
  } & {
7
- end?: (props: typeof __VLS_30) => any;
7
+ end?: (props: typeof __VLS_36) => any;
8
8
  };
9
9
  declare const __VLS_base: DefineComponent<MenubarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
10
10
  select: (item: MenubarItem) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"Menubar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Menubar/Menubar.vue"],"names":[],"mappings":";AAiTA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AA2bxD,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAO5C,QAAA,MAAM,UAAU;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Menubar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Menubar/Menubar.vue"],"names":[],"mappings":";AAyTA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AA+cxD,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAO5C,QAAA,MAAM,UAAU;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -56,6 +56,7 @@
56
56
  }
57
57
 
58
58
  .m-menubar__submenu {
59
+ --m-menubar-submenu-max-height: min(18rem, 45vh);
59
60
  background: var(--m-color-surface);
60
61
  border: var(--m-border-width) solid var(--m-color-border);
61
62
  border-radius: var(--m-radius-md);
@@ -64,13 +65,26 @@
64
65
  flex-direction: column;
65
66
  gap: var(--m-menubar-item-gap);
66
67
  left: 0;
68
+ max-height: var(--m-menubar-submenu-max-height);
67
69
  min-width: var(--m-menubar-menu-min-width);
70
+ overflow: hidden;
68
71
  padding: var(--m-space-1);
69
72
  position: absolute;
70
73
  top: calc(100% + 0.25rem);
71
74
  z-index: var(--m-z-popper);
72
75
  }
73
76
 
77
+ .m-menubar__submenu-scroll {
78
+ max-height: 100%;
79
+ min-height: 0;
80
+ }
81
+
82
+ .m-menubar__submenu-view {
83
+ display: flex;
84
+ flex-direction: column;
85
+ gap: var(--m-menubar-item-gap);
86
+ }
87
+
74
88
  .m-menubar__submenu--teleported {
75
89
  position: fixed;
76
90
  top: auto;
@@ -1,13 +1,13 @@
1
1
  import { OrderListProps } from './types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_16: {
3
+ declare var __VLS_22: {
4
4
  item: unknown;
5
5
  index: number;
6
- }, __VLS_18: {};
6
+ }, __VLS_24: {};
7
7
  type __VLS_Slots = {} & {
8
- item?: (props: typeof __VLS_16) => any;
8
+ item?: (props: typeof __VLS_22) => any;
9
9
  } & {
10
- empty?: (props: typeof __VLS_18) => any;
10
+ empty?: (props: typeof __VLS_24) => any;
11
11
  };
12
12
  declare const __VLS_base: DefineComponent<OrderListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
13
13
  "update:modelValue": (value: unknown[]) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"OrderList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/OrderList/OrderList.vue"],"names":[],"mappings":";AAyNA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AA2V7C,QAAA,IAAI,QAAQ;;;CAAW,EAAE,QAAQ,IAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAO9C,QAAA,MAAM,UAAU;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"OrderList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/OrderList/OrderList.vue"],"names":[],"mappings":";AAgOA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AA4W7C,QAAA,IAAI,QAAQ;;;CAAW,EAAE,QAAQ,IAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAO9C,QAAA,MAAM,UAAU;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { PageContentProps, PageContentDensity, PageContentWidth } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare var __VLS_1: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_1) => any;
6
+ };
7
+ declare const __VLS_base: DefineComponent<PageContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageContentProps> & Readonly<{}>, {
8
+ density: PageContentDensity;
9
+ width: PageContentWidth;
10
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=PageContent.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Page/PageContent.vue"],"names":[],"mappings":";AAiCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAmD/C,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { PageFiltersProps } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare var __VLS_1: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_1) => any;
6
+ };
7
+ declare const __VLS_base: DefineComponent<PageFiltersProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageFiltersProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
16
+ //# sourceMappingURL=PageFilters.vue.d.ts.map