morya-ui 0.2.4 → 0.2.5

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 (457) hide show
  1. package/CHANGELOG.md +167 -0
  2. package/dist/{Button-DnE_ns8s.js → Button-lNErA-7h.js} +1 -1
  3. package/dist/{Checkbox-BjtAYUUD.js → Checkbox-B758a_iB.js} +1 -1
  4. package/dist/{FlyoutSubmenu-BC_cl17_.js → FlyoutSubmenu-kymVjXLs.js} +2 -2
  5. package/dist/{Pagination-DNjDBPfR.js → Pagination-Dm2-MBnC.js} +6 -6
  6. package/dist/{Popover-6eE5yIT7.js → Popover-flzjtjqD.js} +10 -10
  7. package/dist/{ProgressSpinner-CT7IP3Yr.js → ProgressSpinner-BXHLx4Lg.js} +1 -1
  8. package/dist/{Radio-DcotfGnv.js → Radio-Bb21-Vk4.js} +1 -1
  9. package/dist/{ScrollBody-CXFNhBvq.js → ScrollBody-D2IHKP6U.js} +3 -7
  10. package/dist/{Scrollbar-DoNZvgX2.js → Scrollbar-BYnCO8fv.js} +23 -23
  11. package/dist/{Tooltip-CrKm9FMD.js → Tooltip-CeGxjP-L.js} +7 -7
  12. package/dist/accordion/index.js +3 -3
  13. package/dist/accordion/style.css +122 -29
  14. package/dist/auto-complete/index.js +8 -8
  15. package/dist/auto-complete/style.css +206 -37
  16. package/dist/avatar/style.css +138 -29
  17. package/dist/badge/style.css +132 -28
  18. package/dist/block-ui/style.css +137 -30
  19. package/dist/breadcrumb/index.js +1 -1
  20. package/dist/breadcrumb/style.css +126 -31
  21. package/dist/button/index.js +1 -1
  22. package/dist/button/style.css +165 -35
  23. package/dist/card/style.css +154 -53
  24. package/dist/carousel/index.js +4 -4
  25. package/dist/carousel/style.css +148 -28
  26. package/dist/cascade-select/index.js +10 -10
  27. package/dist/cascade-select/style.css +174 -34
  28. package/dist/checkbox/index.js +5 -5
  29. package/dist/checkbox/style.css +130 -28
  30. package/dist/chip/index.js +1 -1
  31. package/dist/chip/style.css +139 -28
  32. package/dist/command-menu/index.js +6 -6
  33. package/dist/command-menu/style.css +179 -34
  34. package/dist/component-registry.d.ts.map +1 -1
  35. package/dist/components/Accordion/Accordion.vue.d.ts.map +1 -1
  36. package/dist/components/Accordion/styles.css +1 -1
  37. package/dist/components/AutoComplete/AutoComplete.vue.d.ts.map +1 -1
  38. package/dist/components/AutoComplete/styles.css +48 -5
  39. package/dist/components/AutoComplete/types.d.ts +1 -1
  40. package/dist/components/AutoComplete/types.d.ts.map +1 -1
  41. package/dist/components/Avatar/AvatarGroup.vue.d.ts.map +1 -1
  42. package/dist/components/Avatar/styles.css +1 -1
  43. package/dist/components/Badge/styles.css +11 -0
  44. package/dist/components/BlockUI/BlockUI.vue.d.ts.map +1 -1
  45. package/dist/components/BlockUI/styles.css +16 -2
  46. package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts.map +1 -1
  47. package/dist/components/Breadcrumb/styles.css +5 -3
  48. package/dist/components/Button/ButtonGroup.vue.d.ts.map +1 -1
  49. package/dist/components/Button/styles.css +28 -7
  50. package/dist/components/Button/types.d.ts +1 -1
  51. package/dist/components/Button/types.d.ts.map +1 -1
  52. package/dist/components/Card/Card.vue.d.ts.map +1 -1
  53. package/dist/components/Card/styles.css +33 -25
  54. package/dist/components/Carousel/Carousel.vue.d.ts.map +1 -1
  55. package/dist/components/Carousel/styles.css +11 -0
  56. package/dist/components/CascadeSelect/styles.css +16 -2
  57. package/dist/components/CascadeSelect/types.d.ts +1 -1
  58. package/dist/components/CascadeSelect/types.d.ts.map +1 -1
  59. package/dist/components/Checkbox/CheckboxGroup.vue.d.ts.map +1 -1
  60. package/dist/components/Checkbox/styles.css +9 -0
  61. package/dist/components/Chip/styles.css +2 -0
  62. package/dist/components/CommandMenu/CommandMenu.vue.d.ts.map +1 -1
  63. package/dist/components/CommandMenu/styles.css +21 -2
  64. package/dist/components/CommandMenu/types.d.ts +2 -2
  65. package/dist/components/CommandMenu/types.d.ts.map +1 -1
  66. package/dist/components/ConfigProvider/ConfigProvider.vue.d.ts +1 -1
  67. package/dist/components/ConfigProvider/ConfigProvider.vue.d.ts.map +1 -1
  68. package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts.map +1 -1
  69. package/dist/components/ConfirmDialog/styles.css +2 -2
  70. package/dist/components/ConfirmDialog/types.d.ts +1 -1
  71. package/dist/components/ConfirmDialog/types.d.ts.map +1 -1
  72. package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts.map +1 -1
  73. package/dist/components/ConfirmPopup/styles.css +3 -3
  74. package/dist/components/ConfirmPopup/types.d.ts +1 -1
  75. package/dist/components/ConfirmPopup/types.d.ts.map +1 -1
  76. package/dist/components/ContextMenu/ContextMenu.vue.d.ts.map +1 -1
  77. package/dist/components/ContextMenu/styles.css +9 -6
  78. package/dist/components/ContextMenu/types.d.ts +2 -2
  79. package/dist/components/ContextMenu/types.d.ts.map +1 -1
  80. package/dist/components/DatePicker/styles.css +34 -4
  81. package/dist/components/DatePicker/types.d.ts +1 -1
  82. package/dist/components/DatePicker/types.d.ts.map +1 -1
  83. package/dist/components/Dialog/Dialog.vue.d.ts.map +1 -1
  84. package/dist/components/Dialog/styles.css +50 -2
  85. package/dist/components/Dialog/types.d.ts +1 -1
  86. package/dist/components/Dialog/types.d.ts.map +1 -1
  87. package/dist/components/Divider/styles.css +35 -32
  88. package/dist/components/Dock/Dock.vue.d.ts.map +1 -1
  89. package/dist/components/Dock/styles.css +30 -4
  90. package/dist/components/Dock/types.d.ts +1 -1
  91. package/dist/components/Dock/types.d.ts.map +1 -1
  92. package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
  93. package/dist/components/Drawer/styles.css +69 -4
  94. package/dist/components/Drawer/types.d.ts +1 -1
  95. package/dist/components/Drawer/types.d.ts.map +1 -1
  96. package/dist/components/Dropdown/styles.css +20 -3
  97. package/dist/components/Dropdown/types.d.ts +1 -1
  98. package/dist/components/Dropdown/types.d.ts.map +1 -1
  99. package/dist/components/Empty/Empty.vue.d.ts +29 -0
  100. package/dist/components/Empty/Empty.vue.d.ts.map +1 -0
  101. package/dist/components/Empty/index.d.ts +3 -0
  102. package/dist/components/Empty/index.d.ts.map +1 -0
  103. package/dist/components/Empty/styles.css +72 -0
  104. package/dist/components/Empty/types.d.ts +14 -0
  105. package/dist/components/Empty/types.d.ts.map +1 -0
  106. package/dist/components/Fieldset/Fieldset.vue.d.ts.map +1 -1
  107. package/dist/components/Fieldset/styles.css +16 -1
  108. package/dist/components/FileUpload/FileUpload.vue.d.ts.map +1 -1
  109. package/dist/components/FileUpload/styles.css +28 -4
  110. package/dist/components/Flex/Flex.vue.d.ts.map +1 -1
  111. package/dist/components/Flex/styles.css +1 -2
  112. package/dist/components/Flex/types.d.ts +1 -1
  113. package/dist/components/Flex/types.d.ts.map +1 -1
  114. package/dist/components/FloatLabel/styles.css +8 -7
  115. package/dist/components/Fluid/Fluid.vue.d.ts.map +1 -1
  116. package/dist/components/Fluid/styles.css +4 -1
  117. package/dist/components/Form/styles.css +5 -2
  118. package/dist/components/Gallery/Gallery.vue.d.ts.map +1 -1
  119. package/dist/components/Gallery/styles.css +19 -2
  120. package/dist/components/Grid/styles.css +5 -4
  121. package/dist/components/Icon/styles.css +16 -0
  122. package/dist/components/Inplace/Inplace.vue.d.ts.map +1 -1
  123. package/dist/components/Inplace/styles.css +10 -9
  124. package/dist/components/Input/styles.css +8 -1
  125. package/dist/components/InputColor/styles.css +26 -1
  126. package/dist/components/InputGroup/styles.css +5 -4
  127. package/dist/components/InputNumber/styles.css +25 -2
  128. package/dist/components/InputOtp/styles.css +15 -7
  129. package/dist/components/InputPassword/InputPassword.vue.d.ts +1 -1
  130. package/dist/components/InputPassword/index.d.ts +1 -1
  131. package/dist/components/InputPassword/index.d.ts.map +1 -1
  132. package/dist/components/InputPassword/styles.css +12 -2
  133. package/dist/components/InputTags/styles.css +24 -0
  134. package/dist/components/Knob/styles.css +27 -13
  135. package/dist/components/Label/styles.css +2 -2
  136. package/dist/components/Layout/Layout.vue.d.ts.map +1 -1
  137. package/dist/components/Layout/LayoutContent.vue.d.ts.map +1 -1
  138. package/dist/components/Layout/LayoutScrollContext.vue.d.ts.map +1 -1
  139. package/dist/components/Layout/LayoutScrollRegion.vue.d.ts +3 -3
  140. package/dist/components/Layout/LayoutScrollRegion.vue.d.ts.map +1 -1
  141. package/dist/components/Layout/LayoutSider.vue.d.ts.map +1 -1
  142. package/dist/components/Layout/composables/useLayoutScroll.d.ts +1 -1
  143. package/dist/components/Layout/composables/useLayoutScroll.d.ts.map +1 -1
  144. package/dist/components/Layout/styles.css +66 -10
  145. package/dist/components/Layout/types.d.ts +1 -1
  146. package/dist/components/Layout/types.d.ts.map +1 -1
  147. package/dist/components/Listbox/Listbox.vue.d.ts.map +1 -1
  148. package/dist/components/Listbox/styles.css +18 -1
  149. package/dist/components/Listbox/types.d.ts.map +1 -1
  150. package/dist/components/MegaMenu/MegaMenu.vue.d.ts.map +1 -1
  151. package/dist/components/MegaMenu/styles.css +10 -3
  152. package/dist/components/MegaMenu/types.d.ts +2 -2
  153. package/dist/components/MegaMenu/types.d.ts.map +1 -1
  154. package/dist/components/Menu/Menu.vue.d.ts.map +1 -1
  155. package/dist/components/Menu/MenuNodes.vue.d.ts.map +1 -1
  156. package/dist/components/Menu/styles.css +15 -1
  157. package/dist/components/Menu/types.d.ts +2 -2
  158. package/dist/components/Menu/types.d.ts.map +1 -1
  159. package/dist/components/Menubar/Menubar.vue.d.ts.map +1 -1
  160. package/dist/components/Menubar/styles.css +14 -6
  161. package/dist/components/Menubar/types.d.ts +2 -2
  162. package/dist/components/Menubar/types.d.ts.map +1 -1
  163. package/dist/components/Message/Message.vue.d.ts.map +1 -1
  164. package/dist/components/Message/messageState.d.ts +26 -0
  165. package/dist/components/Message/messageState.d.ts.map +1 -0
  166. package/dist/components/Message/styles.css +43 -1
  167. package/dist/components/Message/types.d.ts +1 -1
  168. package/dist/components/Message/types.d.ts.map +1 -1
  169. package/dist/components/MeterGroup/MeterGroup.vue.d.ts.map +1 -1
  170. package/dist/components/OrderList/OrderList.vue.d.ts.map +1 -1
  171. package/dist/components/Page/PageContent.vue.d.ts.map +1 -1
  172. package/dist/components/Page/PageFilters.vue.d.ts.map +1 -1
  173. package/dist/components/Page/PageHeader.vue.d.ts.map +1 -1
  174. package/dist/components/Page/PagePlaceholder.vue.d.ts.map +1 -1
  175. package/dist/components/Page/PageSection.vue.d.ts.map +1 -1
  176. package/dist/components/Page/PageStat.vue.d.ts.map +1 -1
  177. package/dist/components/Page/PageToolbar.vue.d.ts.map +1 -1
  178. package/dist/components/Page/styles.css +7 -1
  179. package/dist/components/Page/types.d.ts +1 -1
  180. package/dist/components/Page/types.d.ts.map +1 -1
  181. package/dist/components/Pagination/Pagination.vue.d.ts.map +1 -1
  182. package/dist/components/Pagination/styles.css +23 -1
  183. package/dist/components/Panel/Panel.vue.d.ts.map +1 -1
  184. package/dist/components/Panel/styles.css +20 -1
  185. package/dist/components/PickList/PickList.vue.d.ts.map +1 -1
  186. package/dist/components/Popover/Popover.vue.d.ts.map +1 -1
  187. package/dist/components/Popover/styles.css +35 -3
  188. package/dist/components/Popover/types.d.ts +1 -1
  189. package/dist/components/Popover/types.d.ts.map +1 -1
  190. package/dist/components/ProgressBar/styles.css +20 -0
  191. package/dist/components/ProgressSpinner/ProgressSpinner.vue.d.ts.map +1 -1
  192. package/dist/components/ProgressSpinner/styles.css +19 -0
  193. package/dist/components/Radio/RadioGroup.vue.d.ts.map +1 -1
  194. package/dist/components/Radio/styles.css +9 -0
  195. package/dist/components/Rating/styles.css +14 -1
  196. package/dist/components/Result/Result.vue.d.ts +26 -0
  197. package/dist/components/Result/Result.vue.d.ts.map +1 -0
  198. package/dist/components/Result/index.d.ts +3 -0
  199. package/dist/components/Result/index.d.ts.map +1 -0
  200. package/dist/components/Result/styles.css +80 -0
  201. package/dist/components/Result/types.d.ts +16 -0
  202. package/dist/components/Result/types.d.ts.map +1 -0
  203. package/dist/components/ScrollTop/ScrollTop.vue.d.ts.map +1 -1
  204. package/dist/components/ScrollTop/styles.css +14 -1
  205. package/dist/components/ScrollTop/types.d.ts +1 -1
  206. package/dist/components/ScrollTop/types.d.ts.map +1 -1
  207. package/dist/components/Scrollbar/Scrollbar.vue.d.ts.map +1 -1
  208. package/dist/components/Scrollbar/styles.css +21 -4
  209. package/dist/components/Scrollbar/types.d.ts +1 -1
  210. package/dist/components/Scrollbar/types.d.ts.map +1 -1
  211. package/dist/components/Select/Select.vue.d.ts.map +1 -1
  212. package/dist/components/Select/styles.css +14 -11
  213. package/dist/components/Select/types.d.ts +1 -1
  214. package/dist/components/Select/types.d.ts.map +1 -1
  215. package/dist/components/SelectButton/SelectButton.vue.d.ts.map +1 -1
  216. package/dist/components/SelectButton/styles.css +18 -2
  217. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  218. package/dist/components/Sidebar/styles.css +20 -3
  219. package/dist/components/Sidebar/types.d.ts +1 -1
  220. package/dist/components/Sidebar/types.d.ts.map +1 -1
  221. package/dist/components/Skeleton/Skeleton.vue.d.ts.map +1 -1
  222. package/dist/components/Skeleton/styles.css +11 -0
  223. package/dist/components/Slider/styles.css +19 -5
  224. package/dist/components/Space/Space.vue.d.ts.map +1 -1
  225. package/dist/components/Space/styles.css +2 -1
  226. package/dist/components/Space/types.d.ts +1 -1
  227. package/dist/components/Space/types.d.ts.map +1 -1
  228. package/dist/components/SpeedDial/styles.css +20 -4
  229. package/dist/components/SpeedDial/types.d.ts +2 -2
  230. package/dist/components/SpeedDial/types.d.ts.map +1 -1
  231. package/dist/components/SplitButton/SplitButton.vue.d.ts.map +1 -1
  232. package/dist/components/SplitButton/styles.css +32 -5
  233. package/dist/components/SplitButton/types.d.ts +1 -1
  234. package/dist/components/SplitButton/types.d.ts.map +1 -1
  235. package/dist/components/Splitter/Splitter.vue.d.ts.map +1 -1
  236. package/dist/components/Splitter/styles.css +6 -2
  237. package/dist/components/Splitter/types.d.ts +1 -1
  238. package/dist/components/Splitter/types.d.ts.map +1 -1
  239. package/dist/components/Status/Status.vue.d.ts +19 -0
  240. package/dist/components/Status/Status.vue.d.ts.map +1 -0
  241. package/dist/components/Status/index.d.ts +3 -0
  242. package/dist/components/Status/index.d.ts.map +1 -0
  243. package/dist/components/Status/styles.css +106 -0
  244. package/dist/components/Status/types.d.ts +19 -0
  245. package/dist/components/Status/types.d.ts.map +1 -0
  246. package/dist/components/Stepper/Stepper.vue.d.ts.map +1 -1
  247. package/dist/components/Stepper/styles.css +19 -5
  248. package/dist/components/Switch/styles.css +34 -5
  249. package/dist/components/Table/Table.vue.d.ts +1 -1
  250. package/dist/components/Table/Table.vue.d.ts.map +1 -1
  251. package/dist/components/Table/hooks/index.d.ts +1 -1
  252. package/dist/components/Table/hooks/index.d.ts.map +1 -1
  253. package/dist/components/Table/hooks/internal.d.ts +6 -6
  254. package/dist/components/Table/hooks/internal.d.ts.map +1 -1
  255. package/dist/components/Table/styles.css +29 -15
  256. package/dist/components/Table/types.d.ts +1 -1
  257. package/dist/components/Table/types.d.ts.map +1 -1
  258. package/dist/components/Tabs/Tabs.vue.d.ts.map +1 -1
  259. package/dist/components/Tabs/styles.css +34 -6
  260. package/dist/components/Tag/styles.css +13 -21
  261. package/dist/components/Terminal/Terminal.vue.d.ts.map +1 -1
  262. package/dist/components/Terminal/styles.css +7 -1
  263. package/dist/components/Textarea/index.d.ts +1 -1
  264. package/dist/components/Textarea/index.d.ts.map +1 -1
  265. package/dist/components/Textarea/styles.css +16 -0
  266. package/dist/components/TieredMenu/TieredMenu.vue.d.ts.map +1 -1
  267. package/dist/components/TieredMenu/styles.css +10 -6
  268. package/dist/components/TieredMenu/types.d.ts +1 -1
  269. package/dist/components/TieredMenu/types.d.ts.map +1 -1
  270. package/dist/components/Timeline/Timeline.vue.d.ts.map +1 -1
  271. package/dist/components/Timeline/styles.css +3 -3
  272. package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
  273. package/dist/components/Toast/index.d.ts +1 -1
  274. package/dist/components/Toast/index.d.ts.map +1 -1
  275. package/dist/components/Toast/styles.css +17 -1
  276. package/dist/components/Toast/toastState.d.ts +26 -0
  277. package/dist/components/Toast/toastState.d.ts.map +1 -0
  278. package/dist/components/Toast/types.d.ts +1 -1
  279. package/dist/components/Toast/types.d.ts.map +1 -1
  280. package/dist/components/ToggleButton/styles.css +19 -1
  281. package/dist/components/Toolbar/Toolbar.vue.d.ts.map +1 -1
  282. package/dist/components/Toolbar/styles.css +9 -8
  283. package/dist/components/Tooltip/styles.css +1 -0
  284. package/dist/components/Tree/Tree.vue.d.ts.map +1 -1
  285. package/dist/components/Tree/styles.css +4 -2
  286. package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts +1 -1
  287. package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts.map +1 -1
  288. package/dist/components/TreeSelect/styles.css +38 -2
  289. package/dist/components/TreeSelect/types.d.ts +1 -1
  290. package/dist/components/TreeSelect/types.d.ts.map +1 -1
  291. package/dist/components/TreeTable/TreeTable.vue.d.ts.map +1 -1
  292. package/dist/components/TreeTable/TreeTableRow.vue.d.ts +1 -1
  293. package/dist/components/TreeTable/TreeTableRow.vue.d.ts.map +1 -1
  294. package/dist/components/TreeTable/styles.css +39 -6
  295. package/dist/{config-CI8_WBbE.js → config-Dln2-u_v.js} +7 -0
  296. package/dist/config-provider/index.js +1 -1
  297. package/dist/config-provider/style.css +159 -37
  298. package/dist/confirm-dialog/index.js +13 -13
  299. package/dist/confirm-dialog/style.css +217 -39
  300. package/dist/confirm-popup/index.js +8 -8
  301. package/dist/confirm-popup/style.css +168 -38
  302. package/dist/context-menu/index.js +3 -3
  303. package/dist/context-menu/style.css +167 -38
  304. package/dist/data-view/index.js +6 -6
  305. package/dist/data-view/style.css +163 -29
  306. package/dist/date-picker/index.js +8 -8
  307. package/dist/date-picker/style.css +171 -32
  308. package/dist/dialog/index.js +9 -9
  309. package/dist/dialog/style.css +215 -37
  310. package/dist/divider/style.css +156 -60
  311. package/dist/dock/style.css +167 -32
  312. package/dist/drawer/index.js +8 -8
  313. package/dist/drawer/style.css +206 -32
  314. package/dist/dropdown/index.js +4 -4
  315. package/dist/dropdown/style.css +178 -35
  316. package/dist/empty/index.js +54 -0
  317. package/dist/empty/style.css +1118 -0
  318. package/dist/empty/style.js +4 -0
  319. package/dist/fieldset/index.js +3 -3
  320. package/dist/fieldset/style.css +153 -29
  321. package/dist/file-upload/index.js +104 -105
  322. package/dist/file-upload/style.css +165 -32
  323. package/dist/flex/index.js +1 -1
  324. package/dist/flex/style.css +122 -30
  325. package/dist/float-label/style.css +129 -35
  326. package/dist/fluid/style.css +125 -29
  327. package/dist/form/index.js +1 -1
  328. package/dist/form/style.css +126 -30
  329. package/dist/gallery/index.js +5 -5
  330. package/dist/gallery/style.css +177 -34
  331. package/dist/grid/style.css +126 -32
  332. package/dist/icon/style.css +137 -28
  333. package/dist/icon-field/style.css +121 -28
  334. package/dist/index.d.ts +10 -4
  335. package/dist/index.d.ts.map +1 -1
  336. package/dist/index.js +2042 -1877
  337. package/dist/inplace/index.js +5 -5
  338. package/dist/inplace/style.css +131 -37
  339. package/dist/input/index.js +2 -2
  340. package/dist/input/style.css +145 -29
  341. package/dist/input-color/index.js +2 -2
  342. package/dist/input-color/style.css +147 -29
  343. package/dist/input-group/style.css +126 -32
  344. package/dist/input-number/index.js +2 -2
  345. package/dist/input-number/style.css +162 -30
  346. package/dist/input-otp/index.js +2 -2
  347. package/dist/input-otp/style.css +136 -35
  348. package/dist/input-password/index.js +2 -2
  349. package/dist/input-password/style.css +149 -30
  350. package/dist/input-tags/index.js +2 -2
  351. package/dist/input-tags/style.css +161 -28
  352. package/dist/knob/style.css +148 -41
  353. package/dist/label/style.css +123 -30
  354. package/dist/layout/index.js +54 -42
  355. package/dist/layout/style.css +224 -42
  356. package/dist/listbox/index.js +3 -3
  357. package/dist/listbox/style.css +160 -33
  358. package/dist/locale/en-US.d.ts.map +1 -1
  359. package/dist/locale/types.d.ts +7 -0
  360. package/dist/locale/types.d.ts.map +1 -1
  361. package/dist/locale/zh-CN.d.ts.map +1 -1
  362. package/dist/{locale-DYGhxekd.js → locale-DNYpTg5K.js} +1 -1
  363. package/dist/mega-menu/index.js +98 -98
  364. package/dist/mega-menu/style.css +147 -31
  365. package/dist/menu/index.js +44 -44
  366. package/dist/menu/style.css +209 -36
  367. package/dist/menubar/index.js +4 -4
  368. package/dist/menubar/style.css +172 -38
  369. package/dist/message/index.js +2 -2
  370. package/dist/message/style.css +180 -29
  371. package/dist/meter-group/style.css +121 -28
  372. package/dist/order-list/index.js +5 -5
  373. package/dist/order-list/style.css +137 -28
  374. package/dist/page/style.css +177 -54
  375. package/dist/pagination/index.js +1 -1
  376. package/dist/pagination/style.css +160 -29
  377. package/dist/panel/index.js +4 -4
  378. package/dist/panel/style.css +157 -29
  379. package/dist/pick-list/index.js +8 -8
  380. package/dist/pick-list/style.css +137 -28
  381. package/dist/popover/index.js +1 -1
  382. package/dist/popover/style.css +156 -31
  383. package/dist/progress-bar/style.css +141 -28
  384. package/dist/progress-spinner/index.js +1 -1
  385. package/dist/progress-spinner/style.css +140 -28
  386. package/dist/radio/index.js +4 -4
  387. package/dist/radio/style.css +130 -28
  388. package/dist/rating/index.js +4 -4
  389. package/dist/rating/style.css +151 -29
  390. package/dist/resolver-map.d.ts.map +1 -1
  391. package/dist/resolver.js +3 -0
  392. package/dist/result/index.js +74 -0
  393. package/dist/result/style.css +1126 -0
  394. package/dist/result/style.js +4 -0
  395. package/dist/scroll-top/index.js +2 -2
  396. package/dist/scroll-top/style.css +172 -33
  397. package/dist/scrollbar/index.js +1 -1
  398. package/dist/scrollbar/style.css +142 -32
  399. package/dist/select/index.js +8 -8
  400. package/dist/select/style.css +172 -43
  401. package/dist/select-button/index.js +5 -5
  402. package/dist/select-button/style.css +139 -30
  403. package/dist/shared/ScrollBody.vue.d.ts.map +1 -1
  404. package/dist/shared/useControllable.d.ts.map +1 -1
  405. package/dist/sidebar/index.js +1 -1
  406. package/dist/sidebar/style.css +157 -31
  407. package/dist/skeleton/style.css +132 -28
  408. package/dist/slider/index.js +2 -2
  409. package/dist/slider/style.css +140 -33
  410. package/dist/space/index.js +1 -1
  411. package/dist/space/style.css +123 -29
  412. package/dist/speed-dial/index.js +14 -14
  413. package/dist/speed-dial/style.css +157 -32
  414. package/dist/split-button/index.js +12 -12
  415. package/dist/split-button/style.css +197 -40
  416. package/dist/splitter/index.js +37 -37
  417. package/dist/splitter/style.css +127 -30
  418. package/dist/status/index.js +39 -0
  419. package/dist/status/style.css +1097 -0
  420. package/dist/status/style.js +3 -0
  421. package/dist/stepper/index.js +3 -3
  422. package/dist/stepper/style.css +156 -33
  423. package/dist/styles/base.css +95 -11
  424. package/dist/styles.css +1 -1
  425. package/dist/switch/index.js +1 -1
  426. package/dist/switch/style.css +155 -33
  427. package/dist/table/index.js +272 -275
  428. package/dist/table/style.css +248 -48
  429. package/dist/tabs/index.js +7 -7
  430. package/dist/tabs/style.css +192 -38
  431. package/dist/tag/index.js +2 -2
  432. package/dist/tag/style.css +150 -49
  433. package/dist/terminal/index.js +7 -7
  434. package/dist/terminal/style.css +128 -29
  435. package/dist/textarea/index.js +2 -2
  436. package/dist/textarea/style.css +153 -28
  437. package/dist/theme/styles.css +26 -17
  438. package/dist/tiered-menu/index.js +9 -9
  439. package/dist/tiered-menu/style.css +168 -38
  440. package/dist/timeline/index.js +1 -1
  441. package/dist/timeline/style.css +161 -35
  442. package/dist/toast/index.js +5 -5
  443. package/dist/toast/style.css +154 -29
  444. package/dist/toggle-button/index.js +1 -1
  445. package/dist/toggle-button/style.css +156 -29
  446. package/dist/toolbar/style.css +130 -36
  447. package/dist/tooltip/index.js +1 -1
  448. package/dist/tooltip/style.css +122 -28
  449. package/dist/tree/index.js +12 -12
  450. package/dist/tree/style.css +150 -30
  451. package/dist/tree-select/index.js +160 -160
  452. package/dist/tree-select/style.css +209 -36
  453. package/dist/tree-table/index.js +6 -6
  454. package/dist/tree-table/style.css +176 -34
  455. package/dist/virtual-scroller/index.js +1 -1
  456. package/dist/virtual-scroller/style.css +142 -32
  457. package/package.json +27 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,172 @@
1
1
  # morya-ui
2
2
 
3
+ ## 0.2.5
4
+
5
+ ### 破坏性变更
6
+
7
+ - rebrand WiseKit to morya-ui with M-prefixed public API
8
+ - drop deprecated prop and CSS aliases
9
+
10
+ ### 新功能
11
+
12
+ - export Empty, Result, and Status from the library
13
+ - add empty state component
14
+ - add result page component with locale strings
15
+ - add status indicator component
16
+ - extract guide page previews into demo SFCs
17
+ - extract component previews into shared demo SFCs
18
+ - support UnoCSS demos and markdown preview src=
19
+ - add new route for components demos page
20
+ - theme Tabs, Gallery, Timeline, and Textarea scrolling
21
+ - use MScrollbar in data and panel scroll surfaces
22
+ - theme popup and flyout scroll with MScrollbar
23
+ - use MScrollbar in dialogs, drawers, and popovers
24
+ - route layout scroll through MScrollbar
25
+ - add ScrollBody and FlyoutSubmenu for themed scrolling
26
+ - add page composition tooling for AI agents
27
+ - add MPage composition components for admin layouts
28
+ - add tooltip support for collapsed menu items
29
+ - link API table types to doc anchors
30
+ - add hybrid fallthrough attrs helpers
31
+ - enhance design token management and documentation
32
+ - add reduced motion policy support across components
33
+ - integrate WkScrollbar into AutoComplete, CascadeSelect, CommandMenu, and Listbox components
34
+ - enhance WkSelect component with scrollbar and max-height functionality
35
+ - rebrand to @wex-design/ui and reset release baseline to 0.0.1
36
+ - add SSR support for Nuxt, Astro, and Vite
37
+ - enhance admin management project with new components and feedback system
38
+ - enhance ConfirmDialog and Accordion components
39
+ - add design-system guardrails and shared primitives
40
+ - add admin management project with initial setup and configuration
41
+ - enhance Table component with scrollbar and styling improvements
42
+ - implement dynamic icon sizing across components
43
+ - enhance resource management and documentation in MCP
44
+ - add mobile sidebar drawer for docs and components
45
+ - add global site search with CommandMenu
46
+ - persist language in URL query
47
+ - add dedicated 404 page
48
+ - add favicon and meta description
49
+ - Harden MCP catalog tooling
50
+ - enhance package exports and sideEffects for improved component management
51
+ - add extra slot and enhance components in Accordion and AutoComplete
52
+ - enhance component defaults and improve configuration management
53
+ - add component registry import to index for improved component management
54
+ - enhance documentation and component registration for WellInsight
55
+ - enhance release process to include MCP build and version sync
56
+ - Add MCP server documentation and package reference
57
+ - bootstrap standalone @well-insight/ui component library
58
+
59
+ ### 修复
60
+
61
+ - disable respect reduced motion for improved layout consistency
62
+ - tighten layout typing and demo typecheck
63
+ - improve dark semantic contrast and layout rem tokens
64
+ - import Scrollbar styles in on-demand component entries
65
+ - restore sider content opacity after MScrollbar
66
+ - leave Dialog and Drawer scroll to app code
67
+ - stop forcing MScrollbar on user-customizable regions
68
+ - register Page styles in global stylesheet
69
+ - support uncontrolled open and slot trigger
70
+ - rename Nuxt module to morya-ui-nuxt for npm publish
71
+ - restore wd compat import paths after bulk rename
72
+ - fix api with component
73
+ - unify suffix icons and Select clearable hover behavior
74
+ - restore DatePicker panel grid after teleport
75
+ - add invalid modifier class alongside error alias
76
+ - improve FloatLabel, Popover, and Slider
77
+ - scroll doc TOC inside WiScrollbar
78
+ - repair guide links and quick-start copy
79
+ - Fix layout header and footer padding axis
80
+ - Expose component-specific CSS variables and adjust layout defaults
81
+ - Add Configurable Layout Sizing And CSS Tokens
82
+ - Improve playground navigation styling
83
+ - Standardize Project Linting And Module Exports
84
+ - rename Wd to Wi in component library and documentation
85
+
86
+ ### 文档
87
+
88
+ - note style polish and enable docs reduced-motion
89
+ - add AI setup and Agent Skill guides
90
+ - recommend npx @morya-ui/setup for one-shot onboarding
91
+ - move contributor guide out of the public docs site
92
+ - add type sections at end of component docs
93
+ - document shared types and type link conventions
94
+ - document pt props and trim attrs boilerplate
95
+ - add attrs and types guides with updated nav
96
+ - describe Vue 3 support with 3.5+ recommendation
97
+ - polish docs site home, changelog, and branding
98
+ - rebrand as open-source library with logo and README
99
+ - complete Events/Slots sections and remove migration guide
100
+ - add Events and a11y sections to high-traffic components
101
+ - rename Basic sections to 基础用法 in Chinese component docs
102
+ - add accessibility guide for playground
103
+ - expand menu and virtual scroller component pages
104
+ - add deprecated API migration guide
105
+ - Add UI MCP server and docs site links
106
+ - Update install docs to omit explicit Vue dependency
107
+
108
+ ### 变更
109
+
110
+ - polish component styles and shared base motion
111
+ - refresh docs site visual polish
112
+ - remove redundant package declaration and update peer dependency rules
113
+ - regenerate design tokens for scrollbar-related CSS vars
114
+ - import additional styles for Card and Icon components
115
+ - improve submenu arrow icon and expand behavior
116
+ - update dataset keys from 'mu' to 'm' for consistency
117
+ - add component doc type section tooling
118
+ - add attrs audit and doc maintenance tooling
119
+ - apply hybrid attrs routing across library
120
+ - update documentation links to reflect new GitHub Pages URL
121
+ - rename satellite packages to @morya-ui scope
122
+ - migrate to Wk tokens and remove legacy compat layers
123
+ - rebrand to @wise-kit/ui and reset release baseline to 0.1.1
124
+ - update @roost-design/ui version in pnpm-lock.yaml and enhance SiteHeader component
125
+ - rebrand library to @roost-design/ui and reset version to 0.1.1
126
+ - update catalog generation timestamp and adjust component exports
127
+ - rebrand library from @wex-design/ui to @roost-design/ui
128
+ - reset release baseline to 0.1.1 with fresh changelog
129
+ - update Vue peer dependency and documentation references
130
+ - deploy docs site to GitHub Pages
131
+ - remove admin-manage-project from monorepo
132
+ - update check-docs-drift script and package.json
133
+ - update CHANGELOG for version 0.1.14
134
+ - update Table component to use columns and rows structure
135
+ - update Table component structure and improve functionality
136
+ - import Icon styles across multiple components
137
+ - enhance MobileSidebarShell and DocsView layout with improved flex properties
138
+ - unify clearable API across pickers (phase 6b)
139
+ - phase 6a icon unification and shared picker suffix
140
+ - split vendor chunks and replace eager markdown manifest
141
+ - add unit tests for 16 sub-components
142
+ - migrate remaining overlays to shared placement util
143
+ - add shared menu icon and key utilities
144
+ - replace hardcoded colors with design tokens
145
+ - migrate Select and Dropdown to shared overlay placement
146
+ - extract shared overlay placement utility
147
+ - lazy-load routes and markdown docs
148
+ - streamline MCP tools from 18 to 13
149
+ - Simplify layout components by removing custom scrollbar support and enhancing layout styles
150
+ - clean up whitespace in base.css for consistency
151
+ - Simplify package.json exports by removing development paths for styles and index files
152
+ - restructure release process and update documentation
153
+
154
+ ## Unreleased
155
+
156
+ ### 修复
157
+
158
+ - Dropdown / SplitButton 传送菜单层级改为 `--m-z-dropdown`(与 Select / Menu 一致)
159
+ - ProgressSpinner wrap 遮罩补局部 z-index,避免被内容盖住
160
+ - 暗色主题语义实心色(success / danger 等)加深,保证与 `--m-color-on-emphasis` 对比可读
161
+ - Button / Badge / 共享进出场 / Dialog / Drawer / Popover / Message / BlockUI 补齐 reduced-motion
162
+ - Layout 默认宽高改为 rem token;ScrollRegion 样式类型与 Scrollbar 对齐
163
+ - 文档站开启 `respect-reduced-motion`;修复 guide manifest 单测
164
+
165
+ ### 变更
166
+
167
+ - 全库组件样式 polish(Batch 0–6):状态、token、反馈层级与布局细节
168
+ - Message / Toast `findDuplicate*` 补充显式返回类型
169
+
3
170
  ## 0.2.4
4
171
 
5
172
  ### 新功能
@@ -1,6 +1,6 @@
1
1
  import { r as e, t } from "./types-DGuu4Eg4.js";
2
2
  import { t as n } from "./Icon-DfpIfo2L.js";
3
- import { o as r } from "./config-CI8_WBbE.js";
3
+ import { o as r } from "./config-Dln2-u_v.js";
4
4
  import { Comment as i, Fragment as a, Text as o, computed as s, createBlock as c, createCommentVNode as l, createElementBlock as u, createElementVNode as d, createTextVNode as f, defineComponent as p, normalizeClass as m, normalizeStyle as h, openBlock as g, ref as _, renderSlot as v, resolveDynamicComponent as y, toDisplayString as b, useSlots as x } from "vue";
5
5
  //#region src/components/Button/Button.vue?vue&type=script&setup=true&lang.ts
6
6
  var S = [
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./useComponentAttrs-BTYEe61P.js";
2
2
  import { t } from "./useMId-BXFYayPP.js";
3
- import { o as n } from "./config-CI8_WBbE.js";
3
+ import { o as n } from "./config-Dln2-u_v.js";
4
4
  import { computed as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, createTextVNode as s, defineComponent as c, inject as l, mergeProps as u, openBlock as d, renderSlot as f, toDisplayString as p, unref as m, useAttrs as h } from "vue";
5
5
  //#region src/components/Checkbox/types.ts
6
6
  var g = Symbol("muCheckboxGroup"), _ = ["for"], v = [
@@ -1,12 +1,12 @@
1
1
  import { n as e } from "./overlay-oR-5MDuE.js";
2
2
  import { t } from "./overlayPlacement-Cd20JTD_.js";
3
- import { c as n } from "./config-CI8_WBbE.js";
3
+ import { c as n } from "./config-Dln2-u_v.js";
4
4
  import { Teleport as r, computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s, defineComponent as c, nextTick as l, normalizeClass as u, normalizeStyle as d, onBeforeUnmount as f, openBlock as p, ref as m, renderSlot as h, watch as g } from "vue";
5
5
  //#endregion
6
6
  //#region src/shared/FlyoutSubmenu.vue
7
7
  var _ = /* @__PURE__ */ c({
8
- inheritAttrs: !1,
9
8
  name: "MFlyoutSubmenu",
9
+ inheritAttrs: !1,
10
10
  __name: "FlyoutSubmenu",
11
11
  props: {
12
12
  open: { type: Boolean },
@@ -1,6 +1,6 @@
1
1
  import { r as e } from "./useComponentAttrs-BTYEe61P.js";
2
2
  import { t } from "./Icon-DfpIfo2L.js";
3
- import { n, t as r } from "./locale-DYGhxekd.js";
3
+ import { n, t as r } from "./locale-DNYpTg5K.js";
4
4
  import { Fragment as i, computed as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createVNode as l, defineComponent as u, mergeProps as d, normalizeClass as f, openBlock as p, ref as m, renderList as h, toDisplayString as g, unref as _, useAttrs as v, withKeys as y, withModifiers as b } from "vue";
5
5
  //#region src/components/Pagination/Pagination.vue?vue&type=script&setup=true&lang.ts
6
6
  var x = ["aria-label"], S = ["disabled", "aria-label"], C = {
@@ -63,7 +63,7 @@ var x = ["aria-label"], S = ["disabled", "aria-label"], C = {
63
63
  "update:pageSize"
64
64
  ],
65
65
  setup(u, { expose: N, emit: P }) {
66
- let F = u, I = v(), { rootAttrs: L } = e(I, () => F.pt), R = P, z = n(), B = m(""), V = a(() => Math.max(1, F.pageSize ?? F.rows)), H = a(() => Math.max(1, Math.ceil(F.totalRecords / V.value))), U = a(() => Math.min(Math.max(1, F.modelValue), H.value)), W = a(() => (U.value - 1) * V.value), G = a(() => {
66
+ let F = u, I = P, L = v(), { rootAttrs: R } = e(L, () => F.pt), z = n(), B = m(""), V = a(() => Math.max(1, F.pageSize ?? F.rows)), H = a(() => Math.max(1, Math.ceil(F.totalRecords / V.value))), U = a(() => Math.min(Math.max(1, F.modelValue), H.value)), W = a(() => (U.value - 1) * V.value), G = a(() => {
67
67
  let e = Math.min(F.pageLinkSize, H.value), t = Math.min(Math.max(1, U.value - Math.floor(e / 2)), H.value - e + 1);
68
68
  return Array.from({ length: e }, (e, n) => t + n);
69
69
  }), K = a(() => {
@@ -72,13 +72,13 @@ var x = ["aria-label"], S = ["disabled", "aria-label"], C = {
72
72
  });
73
73
  function q(e) {
74
74
  let t = Math.min(Math.max(1, e), H.value);
75
- F.disabled || t === U.value || (R("update:modelValue", t), R("page", t));
75
+ F.disabled || t === U.value || (I("update:modelValue", t), I("page", t));
76
76
  }
77
77
  function J(e) {
78
78
  if (F.disabled || e === V.value) return;
79
- R("update:rows", e), R("update:pageSize", e);
79
+ I("update:rows", e), I("update:pageSize", e);
80
80
  let t = Math.max(1, Math.ceil(F.totalRecords / e)), n = Math.min(U.value, t);
81
- n !== U.value && (R("update:modelValue", n), R("page", n));
81
+ n !== U.value && (I("update:modelValue", n), I("page", n));
82
82
  }
83
83
  function Y(e) {
84
84
  let t = Number(e.target.value);
@@ -94,7 +94,7 @@ var x = ["aria-label"], S = ["disabled", "aria-label"], C = {
94
94
  return N({
95
95
  first: W,
96
96
  pageCount: H
97
- }), (e, n) => (p(), s("nav", d(_(L), {
97
+ }), (e, n) => (p(), s("nav", d(_(R), {
98
98
  class: ["m-pagination", { "m-pagination--simple": u.simple }],
99
99
  "aria-label": _(z).pagination
100
100
  }), [
@@ -1,8 +1,8 @@
1
1
  import { r as e } from "./useComponentAttrs-BTYEe61P.js";
2
- import { t } from "./useMId-BXFYayPP.js";
3
- import { n, t as r } from "./overlay-oR-5MDuE.js";
4
- import { t as i } from "./overlayPlacement-Cd20JTD_.js";
5
- import { c as a } from "./config-CI8_WBbE.js";
2
+ import { n as t, t as n } from "./overlay-oR-5MDuE.js";
3
+ import { t as r } from "./overlayPlacement-Cd20JTD_.js";
4
+ import { t as i } from "./useMId-BXFYayPP.js";
5
+ import { c as a } from "./config-Dln2-u_v.js";
6
6
  import { Teleport as o, Transition as s, computed as c, createBlock as l, createCommentVNode as u, createElementBlock as d, createElementVNode as f, createVNode as p, defineComponent as m, mergeProps as ee, nextTick as te, normalizeClass as ne, normalizeStyle as h, onBeforeUnmount as g, openBlock as _, ref as v, renderSlot as y, unref as b, useAttrs as x, watch as S, withCtx as C } from "vue";
7
7
  //#region src/components/Popover/Popover.vue?vue&type=script&setup=true&lang.ts
8
8
  var w = ["aria-expanded", "aria-controls"], T = ["id"], E = /* @__PURE__ */ m({
@@ -34,9 +34,9 @@ var w = ["aria-expanded", "aria-controls"], T = ["id"], E = /* @__PURE__ */ m({
34
34
  "hide"
35
35
  ],
36
36
  setup(m, { expose: E, emit: re }) {
37
- let D = m, O = x(), { rootAttrs: k } = e(O, () => D.pt), A = re, j = a(), M = t(), N = v(null), P = v(null), F = v(null), I = v({}), L = c(() => n(D, j.value.appendTo)), R = c(() => r(D, j.value.appendTo)), z, B;
37
+ let D = m, O = re, k = x(), { rootAttrs: A } = e(k, () => D.pt), j = a(), M = i(), N = v(null), P = v(null), F = v(null), I = v({}), L = c(() => t(D, j.value.appendTo)), R = c(() => n(D, j.value.appendTo)), z, B;
38
38
  function V(e) {
39
- e && D.disabled || A("update:modelValue", e);
39
+ e && D.disabled || O("update:modelValue", e);
40
40
  }
41
41
  function H() {
42
42
  V(!0);
@@ -110,7 +110,7 @@ var w = ["aria-expanded", "aria-controls"], T = ["id"], E = /* @__PURE__ */ m({
110
110
  }
111
111
  }
112
112
  function X() {
113
- !R.value || !P.value || (I.value = i(P.value.getBoundingClientRect(), D.placement));
113
+ !R.value || !P.value || (I.value = r(P.value.getBoundingClientRect(), D.placement));
114
114
  }
115
115
  function Z(e) {
116
116
  let t = e.target;
@@ -123,13 +123,13 @@ var w = ["aria-expanded", "aria-controls"], T = ["id"], E = /* @__PURE__ */ m({
123
123
  D.modelValue && X();
124
124
  }
125
125
  return S(() => D.modelValue, async (e, t) => {
126
- e ? (document.addEventListener("click", Z), document.addEventListener("keydown", Q), R.value && (window.addEventListener("resize", $), window.addEventListener("scroll", $, !0)), A("show"), await te(), X()) : (document.removeEventListener("click", Z), document.removeEventListener("keydown", Q), window.removeEventListener("resize", $), window.removeEventListener("scroll", $, !0), t && A("hide"));
126
+ e ? (document.addEventListener("click", Z), document.addEventListener("keydown", Q), R.value && (window.addEventListener("resize", $), window.addEventListener("scroll", $, !0)), O("show"), await te(), X()) : (document.removeEventListener("click", Z), document.removeEventListener("keydown", Q), window.removeEventListener("resize", $), window.removeEventListener("scroll", $, !0), t && O("hide"));
127
127
  }, { immediate: !0 }), g(() => {
128
128
  K(), document.removeEventListener("click", Z), document.removeEventListener("keydown", Q), window.removeEventListener("resize", $), window.removeEventListener("scroll", $, !0);
129
129
  }), (e, t) => (_(), d("span", ee({
130
130
  ref_key: "root",
131
131
  ref: N
132
- }, b(k), {
132
+ }, b(A), {
133
133
  class: "m-popover",
134
134
  onMouseenter: J,
135
135
  onMouseleave: Y
@@ -149,9 +149,9 @@ var w = ["aria-expanded", "aria-controls"], T = ["id"], E = /* @__PURE__ */ m({
149
149
  }, [p(s, { name: "m-popover" }, {
150
150
  default: C(() => [m.modelValue ? (_(), d("div", {
151
151
  key: 0,
152
+ id: b(M),
152
153
  ref_key: "panel",
153
154
  ref: F,
154
- id: b(M),
155
155
  class: ne(["m-popover__content", [`m-popover__content--${m.placement}`, { "m-popover__content--teleported": R.value }]]),
156
156
  style: h(R.value ? I.value : void 0),
157
157
  role: "dialog",
@@ -1,6 +1,6 @@
1
1
  import { r as e } from "./useComponentAttrs-BTYEe61P.js";
2
2
  import { i as t } from "./types-DGuu4Eg4.js";
3
- import { n } from "./locale-DYGhxekd.js";
3
+ import { n } from "./locale-DNYpTg5K.js";
4
4
  import { computed as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, defineComponent as s, mergeProps as c, normalizeClass as l, normalizeStyle as u, onBeforeUnmount as d, openBlock as f, ref as p, renderSlot as m, toDisplayString as h, unref as g, useAttrs as _, useSlots as v, watch as y } from "vue";
5
5
  //#region src/components/ProgressSpinner/ProgressSpinner.vue?vue&type=script&setup=true&lang.ts
6
6
  var b = ["aria-busy"], x = ["inert"], S = {
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./useComponentAttrs-BTYEe61P.js";
2
2
  import { t } from "./useMId-BXFYayPP.js";
3
- import { o as n } from "./config-CI8_WBbE.js";
3
+ import { o as n } from "./config-Dln2-u_v.js";
4
4
  import { computed as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, createTextVNode as s, defineComponent as c, inject as l, mergeProps as u, openBlock as d, renderSlot as f, toDisplayString as p, unref as m, useAttrs as h } from "vue";
5
5
  //#region src/components/Radio/types.ts
6
6
  var g = Symbol("muRadioGroup"), _ = ["for"], v = [
@@ -1,10 +1,10 @@
1
- import { t as e } from "./Scrollbar-DoNZvgX2.js";
1
+ import { t as e } from "./Scrollbar-BYnCO8fv.js";
2
2
  import { createBlock as t, defineComponent as n, normalizeClass as r, openBlock as i, ref as a, renderSlot as o, withCtx as s } from "vue";
3
3
  //#endregion
4
4
  //#region src/shared/ScrollBody.vue
5
5
  var c = /* @__PURE__ */ n({
6
- inheritAttrs: !1,
7
6
  name: "MScrollBody",
7
+ inheritAttrs: !1,
8
8
  __name: "ScrollBody",
9
9
  props: {
10
10
  rootClass: {},
@@ -34,11 +34,7 @@ var c = /* @__PURE__ */ n({
34
34
  }), (a, c) => (i(), t(e, {
35
35
  ref_key: "scrollbarRef",
36
36
  ref: d,
37
- class: r([
38
- n.rootClass,
39
- "m-scroll-body",
40
- "m-scrollbar--fill"
41
- ]),
37
+ class: r(["m-scroll-body m-scrollbar--fill", [n.rootClass]]),
42
38
  "wrap-class": n.wrapClass,
43
39
  "wrap-style": n.wrapStyle,
44
40
  "view-class": n.viewClass,
@@ -1,8 +1,8 @@
1
1
  import { r as e } from "./useComponentAttrs-BTYEe61P.js";
2
2
  import { t } from "./useMId-BXFYayPP.js";
3
- import { Fragment as n, Transition as r, computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createVNode as l, defineComponent as u, inject as ee, mergeProps as d, nextTick as f, normalizeClass as p, normalizeStyle as m, onActivated as h, onBeforeUnmount as te, onMounted as g, onUpdated as _, openBlock as v, provide as y, reactive as b, ref as x, renderSlot as S, resolveDynamicComponent as C, unref as w, useAttrs as ne, vShow as T, watch as E, withCtx as re, withDirectives as ie } from "vue";
3
+ import { Fragment as n, Transition as r, computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createVNode as l, defineComponent as u, inject as ee, mergeProps as d, nextTick as f, normalizeClass as p, normalizeStyle as m, onActivated as h, onBeforeUnmount as te, onMounted as g, onUpdated as _, openBlock as v, provide as y, reactive as b, ref as x, renderSlot as S, resolveDynamicComponent as C, unref as w, useAttrs as ne, vShow as T, watch as E, withCtx as re, withDirectives as D } from "vue";
4
4
  //#region src/components/Scrollbar/constants.ts
5
- var D = Symbol("muScrollbar"), ae = {
5
+ var O = Symbol("muScrollbar"), ie = {
6
6
  vertical: {
7
7
  offset: "offsetHeight",
8
8
  scroll: "scrollTop",
@@ -24,13 +24,13 @@ var D = Symbol("muScrollbar"), ae = {
24
24
  direction: "left"
25
25
  }
26
26
  };
27
- function O(e) {
27
+ function k(e) {
28
28
  if (e == null || e === "") return;
29
29
  if (typeof e == "number") return `${e}px`;
30
30
  let t = String(e).trim();
31
31
  return /^\d+(\.\d+)?$/.test(t) ? `${t}px` : t;
32
32
  }
33
- function k({ move: e, size: t, bar: n }) {
33
+ function ae({ move: e, size: t, bar: n }) {
34
34
  return {
35
35
  [n.size]: t,
36
36
  transform: `translate${n.axis}(${e}%)`
@@ -54,15 +54,15 @@ var M = ["aria-orientation", "aria-controls"], N = /* @__PURE__ */ u({
54
54
  always: { type: Boolean }
55
55
  },
56
56
  setup(e) {
57
- let t = e, n = ee(D);
57
+ let t = e, n = ee(O);
58
58
  if (!n) throw Error("[MScrollbar] Thumb must be used inside MScrollbar");
59
- let o = n, s = x(), l = x(), u = x(!1), d = x({}), f = !1, h = !0, _ = 0, y = 0, b = null, S, C, ne = i(() => t.vertical ? "vertical" : "horizontal"), O = i(() => ae[ne.value]), A = i(() => k({
59
+ let o = n, s = x(), l = x(), u = x(!1), d = x({}), f = !1, h = !0, _ = 0, y = 0, b = null, S, C, ne = i(() => t.vertical ? "vertical" : "horizontal"), k = i(() => ie[ne.value]), A = i(() => ae({
60
60
  size: t.size,
61
61
  move: t.move,
62
- bar: O.value
62
+ bar: k.value
63
63
  })), j = i(() => t.always || u.value), N = i(() => {
64
64
  let e = s.value, n = l.value, r = o.wrapElement;
65
- return !e || !n || !r ? 1 : e[O.value.offset] ** 2 / r[O.value.scrollSize] / t.ratio / n[O.value.offset];
65
+ return !e || !n || !r ? 1 : e[k.value.offset] ** 2 / r[k.value.scrollSize] / t.ratio / n[k.value.offset];
66
66
  });
67
67
  function P() {
68
68
  typeof document > "u" || document.onselectstart !== b && (document.onselectstart = b);
@@ -70,13 +70,13 @@ var M = ["aria-orientation", "aria-controls"], N = /* @__PURE__ */ u({
70
70
  function F(e) {
71
71
  let t = s.value, n = l.value, r = o.wrapElement;
72
72
  if (!f || !t || !n || !r) return;
73
- let i = d.value[O.value.axis];
73
+ let i = d.value[k.value.axis];
74
74
  if (!i) return;
75
- let a = ((t.getBoundingClientRect()[O.value.direction] - e[O.value.client]) * -1 - (n[O.value.offset] - i)) * 100 * N.value / t[O.value.offset];
76
- O.value.scroll === "scrollLeft" ? r.scrollLeft = a * y / 100 : r.scrollTop = a * _ / 100;
75
+ let a = ((t.getBoundingClientRect()[k.value.direction] - e[k.value.client]) * -1 - (n[k.value.offset] - i)) * 100 * N.value / t[k.value.offset];
76
+ k.value.scroll === "scrollLeft" ? r.scrollLeft = a * y / 100 : r.scrollTop = a * _ / 100;
77
77
  }
78
78
  function I() {
79
- f = !1, d.value[O.value.axis] = 0, document.removeEventListener("mousemove", F), document.removeEventListener("mouseup", I), P(), h && (u.value = !1);
79
+ f = !1, d.value[k.value.axis] = 0, document.removeEventListener("mousemove", F), document.removeEventListener("mouseup", I), P(), h && (u.value = !1);
80
80
  }
81
81
  function L(e) {
82
82
  let t = o.wrapElement;
@@ -86,13 +86,13 @@ var M = ["aria-orientation", "aria-controls"], N = /* @__PURE__ */ u({
86
86
  if (e.stopPropagation(), e.ctrlKey || [1, 2].includes(e.button)) return;
87
87
  window.getSelection()?.removeAllRanges(), L(e);
88
88
  let t = e.currentTarget;
89
- t && (d.value[O.value.axis] = t[O.value.offset] - (e[O.value.client] - t.getBoundingClientRect()[O.value.direction]));
89
+ t && (d.value[k.value.axis] = t[k.value.offset] - (e[k.value.client] - t.getBoundingClientRect()[k.value.direction]));
90
90
  }
91
91
  function z(e) {
92
92
  let t = s.value, n = l.value, r = o.wrapElement;
93
93
  if (!t || !n || !r) return;
94
- let i = (Math.abs(e.target.getBoundingClientRect()[O.value.direction] - e[O.value.client]) - n[O.value.offset] / 2) * 100 * N.value / t[O.value.offset];
95
- r[O.value.scroll] = i * r[O.value.scrollSize] / 100;
94
+ let i = (Math.abs(e.target.getBoundingClientRect()[k.value.direction] - e[k.value.client]) - n[k.value.offset] / 2) * 100 * N.value / t[k.value.offset];
95
+ r[k.value.scroll] = i * r[k.value.scrollSize] / 100;
96
96
  }
97
97
  function B(e) {
98
98
  let n = o.wrapElement;
@@ -150,7 +150,7 @@ var M = ["aria-orientation", "aria-controls"], N = /* @__PURE__ */ u({
150
150
  }), te(() => {
151
151
  P(), document.removeEventListener("mousemove", F), document.removeEventListener("mouseup", I), S?.(), C?.();
152
152
  }), (t, n) => (v(), a(r, { name: "m-scrollbar-fade" }, {
153
- default: re(() => [ie(c("div", {
153
+ default: re(() => [D(c("div", {
154
154
  ref_key: "trackRef",
155
155
  ref: s,
156
156
  class: p(["m-scrollbar__bar", e.vertical ? "m-scrollbar__bar--vertical" : "m-scrollbar__bar--horizontal"]),
@@ -222,7 +222,7 @@ var M = ["aria-orientation", "aria-controls"], N = /* @__PURE__ */ u({
222
222
  },
223
223
  emits: ["scroll", "end-reached"],
224
224
  setup(r, { expose: u, emit: ee }) {
225
- let T = r, ie = ne(), { rootAttrs: ae } = e(ie, () => T.pt), k = ee, M = x(), F = x(), I = x(), L = x(0), R = x(0), z = x(""), B = x(""), V = x(1), H = x(1), U = t("m-scrollbar-view"), oe = i(() => T.id ?? U), W = 0, G = 0, K = "", q = 0, J, Y = {
225
+ let T = r, D = ee, ie = ne(), { rootAttrs: ae } = e(ie, () => T.pt), M = x(), F = x(), I = x(), L = x(0), R = x(0), z = x(""), B = x(""), V = x(1), H = x(1), U = t("m-scrollbar-view"), oe = i(() => T.id ?? U), W = 0, G = 0, K = "", q = 0, J, Y = {
226
226
  bottom: !1,
227
227
  top: !1,
228
228
  right: !1,
@@ -232,16 +232,16 @@ var M = ["aria-orientation", "aria-controls"], N = /* @__PURE__ */ u({
232
232
  bottom: "top",
233
233
  left: "right",
234
234
  right: "left"
235
- }, ce = i(() => !!O(T.maxHeight) || !!O(T.maxWidth));
235
+ }, ce = i(() => !!k(T.maxHeight) || !!k(T.maxWidth));
236
236
  function X(e, t, n, r) {
237
237
  let i = t === "height" ? "minHeight" : "minWidth";
238
238
  n && (e[t] = n), r && (e[t === "height" ? "maxHeight" : "maxWidth"] = r, n || (e[t] = "auto", e[i] = "0"));
239
239
  }
240
240
  let le = i(() => {
241
241
  let e = {};
242
- return X(e, "height", O(T.height), O(T.maxHeight)), X(e, "width", O(T.width), O(T.maxWidth)), e;
242
+ return X(e, "height", k(T.height), k(T.maxHeight)), X(e, "width", k(T.width), k(T.maxWidth)), e;
243
243
  }), ue = i(() => {
244
- let e = {}, t = O(T.height), n = O(T.maxHeight), r = O(T.width), i = O(T.maxWidth);
244
+ let e = {}, t = k(T.height), n = k(T.maxHeight), r = k(T.width), i = k(T.maxWidth);
245
245
  return t ? e.height = t : n && X(e, "height", void 0, n), r ? e.width = r : i && X(e, "width", void 0, i), [T.wrapStyle, e];
246
246
  }), de = i(() => [
247
247
  "m-scrollbar",
@@ -252,7 +252,7 @@ var M = ["aria-orientation", "aria-controls"], N = /* @__PURE__ */ u({
252
252
  T.wrapClass,
253
253
  { "m-scrollbar__wrap--hidden-default": !T.native }
254
254
  ]), pe = i(() => ["m-scrollbar__view", T.viewClass]), me = i(() => !!(T.always || T.trigger === "none"));
255
- y(D, b({
255
+ y(O, b({
256
256
  scrollbarElement: M,
257
257
  wrapElement: F,
258
258
  contentId: oe
@@ -289,14 +289,14 @@ var M = ["aria-orientation", "aria-controls"], N = /* @__PURE__ */ u({
289
289
  right: !_e(e.scrollWidth - T.distance, e.clientWidth + G) && n !== G,
290
290
  left: G <= T.distance && n !== 0
291
291
  };
292
- if (k("scroll", {
292
+ if (D("scroll", {
293
293
  scrollTop: W,
294
294
  scrollLeft: G
295
295
  }), t !== W && (K = W > t ? "bottom" : "top"), n !== G && (K = G > n ? "right" : "left"), T.distance > 0) {
296
296
  if (ve(K)) return;
297
297
  ye(r);
298
298
  }
299
- r[K] && k("end-reached", K);
299
+ r[K] && D("end-reached", K);
300
300
  }
301
301
  function Z() {
302
302
  T.native || (ge(), Y[K] = !1, F.value && he(F.value));
@@ -1,7 +1,7 @@
1
- import { t as e } from "./useMId-BXFYayPP.js";
2
- import { n as t, t as n } from "./overlay-oR-5MDuE.js";
3
- import { n as r, t as i } from "./overlayPlacement-Cd20JTD_.js";
4
- import { c as a } from "./config-CI8_WBbE.js";
1
+ import { n as e, t } from "./overlay-oR-5MDuE.js";
2
+ import { n, t as r } from "./overlayPlacement-Cd20JTD_.js";
3
+ import { t as i } from "./useMId-BXFYayPP.js";
4
+ import { c as a } from "./config-Dln2-u_v.js";
5
5
  import { Teleport as o, Transition as s, computed as c, createBlock as l, createCommentVNode as u, createElementBlock as d, createVNode as f, defineComponent as p, nextTick as m, normalizeClass as h, normalizeStyle as g, onBeforeUnmount as _, openBlock as v, ref as y, renderSlot as b, toDisplayString as x, unref as S, watch as C, withCtx as w } from "vue";
6
6
  //#region src/components/Tooltip/Tooltip.vue?vue&type=script&setup=true&lang.ts
7
7
  var T = ["aria-describedby"], E = ["id"], D = /* @__PURE__ */ p({
@@ -23,12 +23,12 @@ var T = ["aria-describedby"], E = ["id"], D = /* @__PURE__ */ p({
23
23
  appendTo: {}
24
24
  },
25
25
  setup(p) {
26
- let D = p, O = a(), k = y(null), A = e(), j = y(!1), M = y({}), N = c(() => t(D, O.value.appendTo)), P = c(() => n(D, O.value.appendTo)), F = null, I = null;
26
+ let D = p, O = a(), k = y(null), A = i(), j = y(!1), M = y({}), N = c(() => e(D, O.value.appendTo)), P = c(() => t(D, O.value.appendTo)), F = null, I = null;
27
27
  function L() {
28
28
  F !== null && (clearTimeout(F), F = null), I !== null && (clearTimeout(I), I = null);
29
29
  }
30
30
  function R() {
31
- !P.value || !k.value || (M.value = i(k.value.getBoundingClientRect(), D.placement, { maxWidth: r(D.maxWidth) }));
31
+ !P.value || !k.value || (M.value = r(k.value.getBoundingClientRect(), D.placement, { maxWidth: n(D.maxWidth) }));
32
32
  }
33
33
  function z() {
34
34
  j.value = !0, m(R);
@@ -62,7 +62,7 @@ var T = ["aria-describedby"], E = ["id"], D = /* @__PURE__ */ p({
62
62
  L(), window.removeEventListener("resize", H), window.removeEventListener("scroll", H, !0);
63
63
  });
64
64
  let U = c(() => {
65
- let e = r(D.maxWidth);
65
+ let e = n(D.maxWidth);
66
66
  return P.value ? M.value : e ? { maxWidth: e } : void 0;
67
67
  });
68
68
  return (e, t) => (v(), d("span", {
@@ -24,14 +24,14 @@ var y = [
24
24
  },
25
25
  emits: ["update:modelValue"],
26
26
  setup(s, { emit: S }) {
27
- let C = s, w = h(), { rootAttrs: T } = e(w, () => C.pt), E = S;
27
+ let C = s, w = S, T = h(), { rootAttrs: E } = e(T, () => C.pt);
28
28
  function D() {
29
29
  return C.defaultValue === void 0 ? C.multiple ? [] : "" : C.defaultValue;
30
30
  }
31
31
  let { value: O, setValue: k } = t({
32
32
  controlled: () => C.modelValue,
33
33
  defaultValue: D()
34
- }, (e) => E("update:modelValue", e)), A = r(() => {
34
+ }, (e) => w("update:modelValue", e)), A = r(() => {
35
35
  let e = O.value;
36
36
  return C.multiple ? Array.isArray(e) ? e : e ? [e] : [] : Array.isArray(e) ? e[0] ? [e[0]] : [] : e ? [e] : [];
37
37
  });
@@ -54,7 +54,7 @@ var y = [
54
54
  k(j(e) ? "" : e);
55
55
  }
56
56
  }
57
- return (e, t) => (u(), a("div", c(m(T), { class: "m-accordion" }), [(u(!0), a(n, null, d(s.tabs, (n) => (u(), a("div", {
57
+ return (e, t) => (u(), a("div", c(m(E), { class: "m-accordion" }), [(u(!0), a(n, null, d(s.tabs, (n) => (u(), a("div", {
58
58
  key: n.value,
59
59
  class: "m-accordion__tab"
60
60
  }, [o("button", {