mediacube-ui-v2 0.0.9 → 0.0.11

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 (381) hide show
  1. package/dist/.vite/ssr-manifest.json +1478 -0
  2. package/dist/App.vue.d.ts +2 -0
  3. package/dist/McBottomLoader-C8IvHGeR.js +6 -0
  4. package/dist/McBottomLoader-C8IvHGeR.js.map +1 -0
  5. package/dist/McBottomLoader-WRAn37_M.cjs +10 -0
  6. package/dist/McBottomLoader-WRAn37_M.cjs.map +1 -0
  7. package/dist/McOverlay-S1Ca-iQc.js +6 -0
  8. package/dist/McOverlay-S1Ca-iQc.js.map +1 -0
  9. package/dist/McOverlay-kyVEn-4U.cjs +10 -0
  10. package/dist/McOverlay-kyVEn-4U.cjs.map +1 -0
  11. package/dist/assets/iconsSprite.svg +1 -0
  12. package/dist/assets/img/img/no_table_data.png +0 -0
  13. package/dist/assets/img/img/no_user.png +0 -0
  14. package/dist/assets/tokens/json/animations.json.d.ts +8 -0
  15. package/dist/assets/tokens/json/border-radius.json.d.ts +26 -0
  16. package/dist/assets/tokens/json/box-shadows.json.d.ts +26 -0
  17. package/dist/assets/tokens/json/colors.json.d.ts +73 -0
  18. package/dist/assets/tokens/json/durations.json.d.ts +12 -0
  19. package/dist/assets/tokens/json/easings.json.d.ts +5 -0
  20. package/dist/assets/tokens/json/font-families.json.d.ts +6 -0
  21. package/dist/assets/tokens/json/font-sizes.json.d.ts +20 -0
  22. package/dist/assets/tokens/json/font-weights.json.d.ts +14 -0
  23. package/dist/assets/tokens/json/gradients.json.d.ts +15 -0
  24. package/dist/assets/tokens/json/index.d.ts +18 -0
  25. package/dist/assets/tokens/json/letter-spacings.json.d.ts +6 -0
  26. package/dist/assets/tokens/json/line-heights.json.d.ts +20 -0
  27. package/dist/assets/tokens/json/media-queries.json.d.ts +28 -0
  28. package/dist/assets/tokens/json/opacities.json.d.ts +7 -0
  29. package/dist/assets/tokens/json/sizes.json.d.ts +44 -0
  30. package/dist/assets/tokens/json/spacings.json.d.ts +36 -0
  31. package/dist/assets/tokens/json/z-indexes.json.d.ts +14 -0
  32. package/dist/{types/components → components}/elements/McAvatar/McAvatar.vue.d.ts +5 -5
  33. package/dist/{types/components → components}/elements/McBadge/McBadge.vue.d.ts +3 -3
  34. package/dist/components/elements/McBottomLoader/McBottomLoader.vue.d.ts +14 -0
  35. package/dist/{types/components → components}/elements/McButton/McButton.vue.d.ts +12 -13
  36. package/dist/{types/components → components}/elements/McChip/McChip.vue.d.ts +6 -7
  37. package/dist/{types/components → components}/elements/McDatepicker/McDatepicker.vue.d.ts +1 -2
  38. package/dist/{types/components → components}/elements/McDraggable/McDraggable.vue.d.ts +4 -4
  39. package/dist/{types/components → components}/elements/McFieldCheckbox/McFieldCheckbox.vue.d.ts +1 -1
  40. package/dist/{types/components → components}/elements/McFieldRadio/McFieldRadio.vue.d.ts +8 -8
  41. package/dist/{types/components → components}/elements/McFieldRadioGroup/McFieldRadioGroup.vue.d.ts +1 -1
  42. package/dist/{types/components → components}/elements/McFieldRange/McFieldRange.vue.d.ts +6 -6
  43. package/dist/{types/components → components}/elements/McFieldSelect/McFieldSelect.vue.d.ts +11 -12
  44. package/dist/{types/components → components}/elements/McFieldText/McFieldText.vue.d.ts +9 -9
  45. package/dist/{types/components → components}/elements/McFieldToggle/McFieldToggle.vue.d.ts +6 -6
  46. package/dist/{types/components → components}/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue.d.ts +4 -4
  47. package/dist/components/elements/McNodata/McNoData.vue.d.ts +110 -0
  48. package/dist/components/elements/McNotification/McNotification.vue.d.ts +124 -0
  49. package/dist/{types/components → components}/elements/McProgress/McProgress.vue.d.ts +5 -5
  50. package/dist/{types/components → components}/elements/McSeparator/McSeparator.vue.d.ts +4 -4
  51. package/dist/{types/components → components}/elements/McSlideUpDown/McSlideUpDown.vue.d.ts +5 -5
  52. package/dist/{types/components → components}/elements/McStack/McStack.vue.d.ts +4 -4
  53. package/dist/{types/components → components}/elements/McSvgIcon/McSvgIcon.vue.d.ts +9 -9
  54. package/dist/{types/components → components}/elements/McTitle/McTitle.vue.d.ts +7 -7
  55. package/dist/{types/components → components}/elements/McTooltip/McTooltip.vue.d.ts +6 -6
  56. package/dist/components/index.d.ts +61 -0
  57. package/dist/{types/components → components}/patterns/McAccordion/McAccordion.vue.d.ts +4 -4
  58. package/dist/{types/components → components}/patterns/McCell/McCell.vue.d.ts +6 -6
  59. package/dist/{types/components → components}/patterns/McCollapse/McCollapse.vue.d.ts +6 -6
  60. package/dist/{types/components → components}/patterns/McDropdown/McDropdown.vue.d.ts +7 -7
  61. package/dist/components/patterns/McDropdown/McDropdownPanel.vue.d.ts +22 -0
  62. package/dist/{types/components → components}/patterns/McFilter/McFilter.vue.d.ts +6 -6
  63. package/dist/{types/components → components}/patterns/McFilter/McFilterChip/McFilterChip.vue.d.ts +6 -6
  64. package/dist/{types/components → components}/patterns/McFilter/McFilterTags/McFilterTags.vue.d.ts +6 -6
  65. package/dist/{types/components → components}/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue.d.ts +6 -6
  66. package/dist/{types/components → components}/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue.d.ts +6 -6
  67. package/dist/{types/components → components}/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue.d.ts +6 -6
  68. package/dist/{types/components → components}/patterns/McFilter/McFilterTypeText/McFilterTypeText.vue.d.ts +6 -6
  69. package/dist/{types/components → components}/patterns/McGridCol/McGridCol.vue.d.ts +4 -4
  70. package/dist/{types/components → components}/patterns/McGridRow/McGridRow.vue.d.ts +5 -5
  71. package/dist/{types/components → components}/patterns/McOverlay/McOverlay.vue.d.ts +4 -4
  72. package/dist/{types/components → components}/patterns/McPreview/McPreview.vue.d.ts +4 -4
  73. package/dist/components/patterns/McSideBar/McSideBar.vue.d.ts +292 -0
  74. package/dist/{types/components → components}/patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue.d.ts +5 -5
  75. package/dist/{types/components → components}/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.d.ts +6 -6
  76. package/dist/{types/components → components}/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue.d.ts +6 -6
  77. package/dist/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.d.ts +123 -0
  78. package/dist/components/patterns/McTab/McTab.vue.d.ts +224 -0
  79. package/dist/{types/components → components}/patterns/McTabs/McTabs.vue.d.ts +7 -8
  80. package/dist/{types/components → components}/patterns/McWrapScroll/McWrapScroll.vue.d.ts +7 -7
  81. package/dist/components/templates/McDrawer/McDrawer.vue.d.ts +104 -0
  82. package/dist/{types/components → components}/templates/McDrawer/McDrawerContainer.vue.d.ts +5 -5
  83. package/dist/{types/components → components}/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue.d.ts +4 -4
  84. package/dist/{types/components → components}/templates/McModal/McModal.vue.d.ts +7 -7
  85. package/dist/{types/components → components}/templates/McModal/McModalContainer.vue.d.ts +5 -5
  86. package/dist/components/templates/McTable/McTable/McTable.vue.d.ts +295 -0
  87. package/dist/{types/components → components}/templates/McTable/McTableCard/McTableCard.vue.d.ts +6 -6
  88. package/dist/{types/components → components}/templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue.d.ts +4 -4
  89. package/dist/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.d.ts +18 -0
  90. package/dist/{types/components → components}/templates/McTable/McTableSort/McTableSort.vue.d.ts +7 -7
  91. package/dist/{types/components → components}/templates/McTopBar/McTopBar.vue.d.ts +4 -4
  92. package/dist/{types/components → components}/templates/McVirtualScroll/McVirtualScroll.vue.d.ts +4 -4
  93. package/dist/{types/composables → composables}/index.d.ts +1 -1
  94. package/dist/{types/composables → composables}/useDrawer.d.ts +1 -1
  95. package/dist/composables/useFieldErrors.d.ts +5 -0
  96. package/dist/{types/composables → composables}/useTooltip.d.ts +1 -1
  97. package/dist/es-CPAcYKbL.js +36 -0
  98. package/dist/es-CPAcYKbL.js.map +1 -0
  99. package/dist/es-Di97ax1S.cjs +38 -0
  100. package/dist/es-Di97ax1S.cjs.map +1 -0
  101. package/dist/index-BqSFfzxv.js +32270 -0
  102. package/dist/index-BqSFfzxv.js.map +1 -0
  103. package/dist/index-at9ZCSYU.cjs +32405 -0
  104. package/dist/index-at9ZCSYU.cjs.map +1 -0
  105. package/dist/index.cjs.js +140 -0
  106. package/dist/index.cjs.js.map +1 -0
  107. package/dist/index.d.ts +10 -0
  108. package/dist/index.es.js +2 -0
  109. package/dist/index.es.js.map +1 -0
  110. package/dist/main.d.ts +0 -0
  111. package/dist/{types/mocks → mocks}/filterMocks.d.ts +1 -1
  112. package/dist/mocks/icons.json.d.ts +3 -0
  113. package/dist/{types/mocks → mocks}/sidebar.d.ts +1 -1
  114. package/dist/{types/mocks → mocks}/tableData.d.ts +1 -1
  115. package/dist/pt-CUSrFPH9.cjs +38 -0
  116. package/dist/pt-CUSrFPH9.cjs.map +1 -0
  117. package/dist/pt-p-qfFmLQ.js +36 -0
  118. package/dist/pt-p-qfFmLQ.js.map +1 -0
  119. package/dist/ru-DDRrCAWF.js +36 -0
  120. package/dist/ru-DDRrCAWF.js.map +1 -0
  121. package/dist/ru-DOmQ0xCH.cjs +38 -0
  122. package/dist/ru-DOmQ0xCH.cjs.map +1 -0
  123. package/dist/style.css +11596 -1
  124. package/dist/th-B8cK-unD.cjs +38 -0
  125. package/dist/th-B8cK-unD.cjs.map +1 -0
  126. package/dist/th-Cqq3InPL.js +36 -0
  127. package/dist/th-Cqq3InPL.js.map +1 -0
  128. package/dist/types/{types/IButton.d.ts → IButton.d.ts} +5 -5
  129. package/dist/types/{types/ICell.d.ts → ICell.d.ts} +1 -1
  130. package/dist/types/{types/IChip.d.ts → IChip.d.ts} +2 -2
  131. package/dist/types/{types/IDatepicker.d.ts → IDatepicker.d.ts} +1 -1
  132. package/dist/types/{types/IDirections.d.ts → IDirections.d.ts} +1 -1
  133. package/dist/types/{types/IDrawer.d.ts → IDrawer.d.ts} +2 -2
  134. package/dist/types/{types/IDropdown.d.ts → IDropdown.d.ts} +1 -1
  135. package/dist/types/{types/IFilter.d.ts → IFilter.d.ts} +1 -1
  136. package/dist/types/{types/IInput.d.ts → IInput.d.ts} +1 -1
  137. package/dist/types/{types/IModal.d.ts → IModal.d.ts} +2 -2
  138. package/dist/types/{types/IPreview.d.ts → IPreview.d.ts} +1 -1
  139. package/dist/types/{types/IRadio.d.ts → IRadio.d.ts} +1 -1
  140. package/dist/types/{types/IRadioGroup.d.ts → IRadioGroup.d.ts} +1 -1
  141. package/dist/types/{types/ISelect.d.ts → ISelect.d.ts} +1 -1
  142. package/dist/types/{types/ISideBar.d.ts → ISideBar.d.ts} +5 -5
  143. package/dist/types/{types/ITable.d.ts → ITable.d.ts} +2 -2
  144. package/dist/types/{types/ITabs.d.ts → ITabs.d.ts} +4 -4
  145. package/dist/types/{types/ITitle.d.ts → ITitle.d.ts} +1 -1
  146. package/dist/types/{types/ITooltip.d.ts → ITooltip.d.ts} +1 -1
  147. package/dist/types/index.d.ts +36 -9
  148. package/dist/types/{types/styles → styles}/Alignment.d.ts +1 -1
  149. package/dist/types/{types/styles → styles}/Grid.d.ts +1 -1
  150. package/dist/types/{types/styles → styles}/Weights.d.ts +1 -1
  151. package/dist/{types/utils → utils}/dayjs.d.ts +1 -2
  152. package/dist/{types/utils → utils}/mcGridColAdaptiveProps.d.ts +1 -1
  153. package/dist/{types/utils → utils}/mcTitleAdaptiveProps.d.ts +1 -1
  154. package/dist/vi-Ij0J-Ss3.cjs +38 -0
  155. package/dist/vi-Ij0J-Ss3.cjs.map +1 -0
  156. package/dist/vi-XHFCfmzH.js +36 -0
  157. package/dist/vi-XHFCfmzH.js.map +1 -0
  158. package/package.json +5 -3
  159. package/dist/App.vue.js +0 -54
  160. package/dist/assets/tokens/json/animations.json +0 -6
  161. package/dist/assets/tokens/json/border-radius.json +0 -24
  162. package/dist/assets/tokens/json/box-shadows.json +0 -24
  163. package/dist/assets/tokens/json/colors.json +0 -71
  164. package/dist/assets/tokens/json/durations.json +0 -10
  165. package/dist/assets/tokens/json/easings.json +0 -3
  166. package/dist/assets/tokens/json/font-families.json +0 -4
  167. package/dist/assets/tokens/json/font-sizes.json +0 -18
  168. package/dist/assets/tokens/json/font-weights.json +0 -12
  169. package/dist/assets/tokens/json/gradients.json +0 -13
  170. package/dist/assets/tokens/json/index.js +0 -18
  171. package/dist/assets/tokens/json/letter-spacings.json +0 -4
  172. package/dist/assets/tokens/json/line-heights.json +0 -18
  173. package/dist/assets/tokens/json/media-queries.json +0 -26
  174. package/dist/assets/tokens/json/opacities.json +0 -5
  175. package/dist/assets/tokens/json/sizes.json +0 -42
  176. package/dist/assets/tokens/json/spacings.json +0 -34
  177. package/dist/assets/tokens/json/z-indexes.json +0 -12
  178. package/dist/components/elements/McAvatar/McAvatar.vue.js +0 -412
  179. package/dist/components/elements/McBadge/McBadge.vue.js +0 -188
  180. package/dist/components/elements/McBottomLoader/McBottomLoader.vue.js +0 -83
  181. package/dist/components/elements/McButton/McButton.vue.js +0 -1037
  182. package/dist/components/elements/McChip/McChip.vue.js +0 -326
  183. package/dist/components/elements/McCropper/McCropper.vue.js +0 -98
  184. package/dist/components/elements/McDatepicker/McDatepicker.vue.js +0 -1255
  185. package/dist/components/elements/McDraggable/McDraggable.vue.js +0 -280
  186. package/dist/components/elements/McFieldCheckbox/McFieldCheckbox.vue.js +0 -542
  187. package/dist/components/elements/McFieldRadio/McFieldRadio.vue.js +0 -489
  188. package/dist/components/elements/McFieldRadioGroup/McFieldRadioGroup.vue.js +0 -471
  189. package/dist/components/elements/McFieldRange/McFieldRange.vue.js +0 -547
  190. package/dist/components/elements/McFieldSelect/McFieldSelect.vue.js +0 -1440
  191. package/dist/components/elements/McFieldText/McFieldText.vue.js +0 -1404
  192. package/dist/components/elements/McFieldToggle/McFieldToggle.vue.js +0 -408
  193. package/dist/components/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue.js +0 -192
  194. package/dist/components/elements/McNodata/McNoData.vue.js +0 -319
  195. package/dist/components/elements/McNotification/McNotification.vue.js +0 -367
  196. package/dist/components/elements/McProgress/McProgress.vue.js +0 -361
  197. package/dist/components/elements/McSeparator/McSeparator.vue.js +0 -325
  198. package/dist/components/elements/McSlideUpDown/McSlideUpDown.vue.js +0 -271
  199. package/dist/components/elements/McStack/McStack.vue.js +0 -180
  200. package/dist/components/elements/McSvgIcon/McSvgIcon.vue.js +0 -289
  201. package/dist/components/elements/McTitle/McTitle.vue.js +0 -468
  202. package/dist/components/elements/McTooltip/McTooltip.vue.js +0 -246
  203. package/dist/components/index.js +0 -73
  204. package/dist/components/patterns/McAccordion/McAccordion.vue.js +0 -120
  205. package/dist/components/patterns/McCell/McCell.vue.js +0 -197
  206. package/dist/components/patterns/McCollapse/McCollapse.vue.js +0 -315
  207. package/dist/components/patterns/McDropdown/McDropdown.vue.js +0 -366
  208. package/dist/components/patterns/McDropdown/McDropdownPanel.vue.js +0 -83
  209. package/dist/components/patterns/McFilter/McFilter.vue.js +0 -1068
  210. package/dist/components/patterns/McFilter/McFilterChip/McFilterChip.vue.js +0 -211
  211. package/dist/components/patterns/McFilter/McFilterTags/McFilterTags.vue.js +0 -552
  212. package/dist/components/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue.js +0 -188
  213. package/dist/components/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue.js +0 -238
  214. package/dist/components/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue.js +0 -359
  215. package/dist/components/patterns/McFilter/McFilterTypeText/McFilterTypeText.vue.js +0 -171
  216. package/dist/components/patterns/McGridCol/McGridCol.vue.js +0 -246
  217. package/dist/components/patterns/McGridRow/McGridRow.vue.js +0 -292
  218. package/dist/components/patterns/McOverlay/McOverlay.vue.js +0 -107
  219. package/dist/components/patterns/McPreview/McPreview.vue.js +0 -118
  220. package/dist/components/patterns/McSideBar/McSideBar.vue.js +0 -740
  221. package/dist/components/patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue.js +0 -204
  222. package/dist/components/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.js +0 -510
  223. package/dist/components/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue.js +0 -413
  224. package/dist/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.js +0 -419
  225. package/dist/components/patterns/McTab/McTab.vue.js +0 -518
  226. package/dist/components/patterns/McTabs/McTabs.vue.js +0 -427
  227. package/dist/components/patterns/McWrapScroll/McWrapScroll.vue.js +0 -422
  228. package/dist/components/templates/McDrawer/McDrawer.vue.js +0 -304
  229. package/dist/components/templates/McDrawer/McDrawerContainer.vue.js +0 -133
  230. package/dist/components/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue.js +0 -134
  231. package/dist/components/templates/McModal/McModal.vue.js +0 -664
  232. package/dist/components/templates/McModal/McModalContainer.vue.js +0 -119
  233. package/dist/components/templates/McTable/McTable/McTable.vue.js +0 -862
  234. package/dist/components/templates/McTable/McTableCard/McTableCard.vue.js +0 -339
  235. package/dist/components/templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue.js +0 -119
  236. package/dist/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.js +0 -118
  237. package/dist/components/templates/McTable/McTableSort/McTableSort.vue.js +0 -136
  238. package/dist/components/templates/McTopBar/McTopBar.vue.js +0 -309
  239. package/dist/components/templates/McVirtualScroll/McVirtualScroll.vue.js +0 -239
  240. package/dist/composables/index.js +0 -8
  241. package/dist/composables/useDrawer.js +0 -72
  242. package/dist/composables/useEncodeDecode.js +0 -25
  243. package/dist/composables/useFieldErrors.js +0 -20
  244. package/dist/composables/useHelper.js +0 -79
  245. package/dist/composables/useModal.js +0 -71
  246. package/dist/composables/useRandomNumber.js +0 -10
  247. package/dist/composables/useTooltip.js +0 -154
  248. package/dist/consts/table.js +0 -6
  249. package/dist/enums/Cell.js +0 -6
  250. package/dist/enums/Chip.js +0 -11
  251. package/dist/enums/Datepicker.js +0 -42
  252. package/dist/enums/Drawer.js +0 -5
  253. package/dist/enums/Dropdown.js +0 -12
  254. package/dist/enums/Filter.js +0 -14
  255. package/dist/enums/Grid.js +0 -24
  256. package/dist/enums/Input.js +0 -20
  257. package/dist/enums/Modal.js +0 -5
  258. package/dist/enums/Preview.js +0 -6
  259. package/dist/enums/Radio.js +0 -5
  260. package/dist/enums/RadioGroup.js +0 -5
  261. package/dist/enums/Select.js +0 -11
  262. package/dist/enums/Sidebar.js +0 -5
  263. package/dist/enums/Tab.js +0 -6
  264. package/dist/enums/Title.js +0 -21
  265. package/dist/enums/Tooltip.js +0 -15
  266. package/dist/enums/index.js +0 -22
  267. package/dist/enums/ui/Alignment.js +0 -6
  268. package/dist/enums/ui/Button.js +0 -24
  269. package/dist/enums/ui/Directions.js +0 -5
  270. package/dist/enums/ui/Weights.js +0 -7
  271. package/dist/index.cjs +0 -3
  272. package/dist/index.js +0 -15
  273. package/dist/main.js +0 -6
  274. package/dist/mocks/authUser.js +0 -162
  275. package/dist/mocks/categories.js +0 -107
  276. package/dist/mocks/filterMocks.js +0 -128
  277. package/dist/mocks/icons.json +0 -1
  278. package/dist/mocks/menuLangs.js +0 -19
  279. package/dist/mocks/sidebar.js +0 -125
  280. package/dist/mocks/tableData.js +0 -8180
  281. package/dist/types/App.vue.d.ts +0 -2
  282. package/dist/types/IButton.js +0 -1
  283. package/dist/types/ICell.js +0 -1
  284. package/dist/types/IChip.js +0 -1
  285. package/dist/types/ICollapse.js +0 -1
  286. package/dist/types/IDatepicker.js +0 -1
  287. package/dist/types/IDirections.js +0 -1
  288. package/dist/types/IDrawer.js +0 -1
  289. package/dist/types/IDropdown.js +0 -1
  290. package/dist/types/IFilter.js +0 -1
  291. package/dist/types/IGrid.js +0 -1
  292. package/dist/types/IInput.js +0 -1
  293. package/dist/types/IModal.js +0 -1
  294. package/dist/types/IPreview.js +0 -1
  295. package/dist/types/IRadio.js +0 -1
  296. package/dist/types/IRadioGroup.js +0 -1
  297. package/dist/types/IRoute.js +0 -1
  298. package/dist/types/ISelect.js +0 -1
  299. package/dist/types/ISideBar.js +0 -1
  300. package/dist/types/ITable.js +0 -1
  301. package/dist/types/ITabs.js +0 -1
  302. package/dist/types/ITitle.js +0 -1
  303. package/dist/types/ITooltip.js +0 -1
  304. package/dist/types/assets/tokens/json/index.d.ts +0 -18
  305. package/dist/types/components/elements/McBottomLoader/McBottomLoader.vue.d.ts +0 -14
  306. package/dist/types/components/elements/McCropper/McCropper.vue.d.ts +0 -2
  307. package/dist/types/components/elements/McNodata/McNoData.vue.d.ts +0 -110
  308. package/dist/types/components/elements/McNotification/McNotification.vue.d.ts +0 -124
  309. package/dist/types/components/index.d.ts +0 -70
  310. package/dist/types/components/patterns/McDropdown/McDropdownPanel.vue.d.ts +0 -22
  311. package/dist/types/components/patterns/McSideBar/McSideBar.vue.d.ts +0 -292
  312. package/dist/types/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.d.ts +0 -123
  313. package/dist/types/components/patterns/McTab/McTab.vue.d.ts +0 -224
  314. package/dist/types/components/templates/McDrawer/McDrawer.vue.d.ts +0 -104
  315. package/dist/types/components/templates/McTable/McTable/McTable.vue.d.ts +0 -295
  316. package/dist/types/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.d.ts +0 -18
  317. package/dist/types/composables/useFieldErrors.d.ts +0 -5
  318. package/dist/types/index.js +0 -38
  319. package/dist/types/main.d.ts +0 -2
  320. package/dist/types/styles/Alignment.js +0 -1
  321. package/dist/types/styles/AvatarSizes.js +0 -3
  322. package/dist/types/styles/Colors.js +0 -3
  323. package/dist/types/styles/Durations.js +0 -3
  324. package/dist/types/styles/FontSizes.js +0 -3
  325. package/dist/types/styles/FontWeights.js +0 -3
  326. package/dist/types/styles/Grid.js +0 -1
  327. package/dist/types/styles/Icons.js +0 -2
  328. package/dist/types/styles/LineHeights.js +0 -3
  329. package/dist/types/styles/MediaQueries.js +0 -3
  330. package/dist/types/styles/Radiuses.js +0 -3
  331. package/dist/types/styles/Sizes.js +0 -3
  332. package/dist/types/styles/Spaces.js +0 -3
  333. package/dist/types/styles/Weights.js +0 -1
  334. package/dist/types/types/index.d.ts +0 -36
  335. package/dist/utils/dayjs.js +0 -18
  336. package/dist/utils/mcGridColAdaptiveProps.js +0 -10
  337. package/dist/utils/mcTitleAdaptiveProps.js +0 -10
  338. /package/dist/{types/composables → composables}/useEncodeDecode.d.ts +0 -0
  339. /package/dist/{types/composables → composables}/useHelper.d.ts +0 -0
  340. /package/dist/{types/composables → composables}/useModal.d.ts +0 -0
  341. /package/dist/{types/composables → composables}/useRandomNumber.d.ts +0 -0
  342. /package/dist/{types/consts → consts}/table.d.ts +0 -0
  343. /package/dist/{types/enums → enums}/Cell.d.ts +0 -0
  344. /package/dist/{types/enums → enums}/Chip.d.ts +0 -0
  345. /package/dist/{types/enums → enums}/Datepicker.d.ts +0 -0
  346. /package/dist/{types/enums → enums}/Drawer.d.ts +0 -0
  347. /package/dist/{types/enums → enums}/Dropdown.d.ts +0 -0
  348. /package/dist/{types/enums → enums}/Filter.d.ts +0 -0
  349. /package/dist/{types/enums → enums}/Grid.d.ts +0 -0
  350. /package/dist/{types/enums → enums}/Input.d.ts +0 -0
  351. /package/dist/{types/enums → enums}/Modal.d.ts +0 -0
  352. /package/dist/{types/enums → enums}/Preview.d.ts +0 -0
  353. /package/dist/{types/enums → enums}/Radio.d.ts +0 -0
  354. /package/dist/{types/enums → enums}/RadioGroup.d.ts +0 -0
  355. /package/dist/{types/enums → enums}/Select.d.ts +0 -0
  356. /package/dist/{types/enums → enums}/Sidebar.d.ts +0 -0
  357. /package/dist/{types/enums → enums}/Tab.d.ts +0 -0
  358. /package/dist/{types/enums → enums}/Title.d.ts +0 -0
  359. /package/dist/{types/enums → enums}/Tooltip.d.ts +0 -0
  360. /package/dist/{types/enums → enums}/index.d.ts +0 -0
  361. /package/dist/{types/enums → enums}/ui/Alignment.d.ts +0 -0
  362. /package/dist/{types/enums → enums}/ui/Button.d.ts +0 -0
  363. /package/dist/{types/enums → enums}/ui/Directions.d.ts +0 -0
  364. /package/dist/{types/enums → enums}/ui/Weights.d.ts +0 -0
  365. /package/dist/{types/mocks → mocks}/authUser.d.ts +0 -0
  366. /package/dist/{types/mocks → mocks}/categories.d.ts +0 -0
  367. /package/dist/{types/mocks → mocks}/menuLangs.d.ts +0 -0
  368. /package/dist/types/{types/ICollapse.d.ts → ICollapse.d.ts} +0 -0
  369. /package/dist/types/{types/IGrid.d.ts → IGrid.d.ts} +0 -0
  370. /package/dist/types/{types/IRoute.d.ts → IRoute.d.ts} +0 -0
  371. /package/dist/types/{types/styles → styles}/AvatarSizes.d.ts +0 -0
  372. /package/dist/types/{types/styles → styles}/Colors.d.ts +0 -0
  373. /package/dist/types/{types/styles → styles}/Durations.d.ts +0 -0
  374. /package/dist/types/{types/styles → styles}/FontSizes.d.ts +0 -0
  375. /package/dist/types/{types/styles → styles}/FontWeights.d.ts +0 -0
  376. /package/dist/types/{types/styles → styles}/Icons.d.ts +0 -0
  377. /package/dist/types/{types/styles → styles}/LineHeights.d.ts +0 -0
  378. /package/dist/types/{types/styles → styles}/MediaQueries.d.ts +0 -0
  379. /package/dist/types/{types/styles → styles}/Radiuses.d.ts +0 -0
  380. /package/dist/types/{types/styles → styles}/Sizes.d.ts +0 -0
  381. /package/dist/types/{types/styles → styles}/Spaces.d.ts +0 -0
@@ -0,0 +1,38 @@
1
+ 'use strict';
2
+
3
+ const main = require('./index-at9ZCSYU.cjs');
4
+
5
+ function _mergeNamespaces(n, m) {
6
+ for (var i = 0; i < m.length; i++) {
7
+ const e = m[i];
8
+ if (typeof e !== 'string' && !Array.isArray(e)) { for (const k in e) {
9
+ if (k !== 'default' && !(k in n)) {
10
+ const d = Object.getOwnPropertyDescriptor(e, k);
11
+ if (d) {
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ } }
19
+ }
20
+ return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: 'Module' }));
21
+ }
22
+
23
+ var th$2 = {exports: {}};
24
+
25
+ (function (module, exports) {
26
+ !function(_,e){module.exports=e(main.dayjs_minExports);}(main.commonjsGlobal,(function(_){function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"th",weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"},ordinal:function(_){return _+"."}};return t.default.locale(d,null,!0),d}));
27
+ } (th$2));
28
+
29
+ var thExports = th$2.exports;
30
+ const th = /*@__PURE__*/main.getDefaultExportFromCjs(thExports);
31
+
32
+ const th$1 = /*#__PURE__*/_mergeNamespaces({
33
+ __proto__: null,
34
+ default: th
35
+ }, [thExports]);
36
+
37
+ exports.th = th$1;
38
+ //# sourceMappingURL=th-B8cK-unD.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"th-B8cK-unD.cjs","sources":["../node_modules/dayjs/locale/th.js"],"sourcesContent":["!function(_,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],e):(_=\"undefined\"!=typeof globalThis?globalThis:_||self).dayjs_locale_th=e(_.dayjs)}(this,(function(_){\"use strict\";function e(_){return _&&\"object\"==typeof _&&\"default\"in _?_:{default:_}}var t=e(_),d={name:\"th\",weekdays:\"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์\".split(\"_\"),weekdaysShort:\"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์\".split(\"_\"),weekdaysMin:\"อา._จ._อ._พ._พฤ._ศ._ส.\".split(\"_\"),months:\"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม\".split(\"_\"),monthsShort:\"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.\".split(\"_\"),formats:{LT:\"H:mm\",LTS:\"H:mm:ss\",L:\"DD/MM/YYYY\",LL:\"D MMMM YYYY\",LLL:\"D MMMM YYYY เวลา H:mm\",LLLL:\"วันddddที่ D MMMM YYYY เวลา H:mm\"},relativeTime:{future:\"อีก %s\",past:\"%sที่แล้ว\",s:\"ไม่กี่วินาที\",m:\"1 นาที\",mm:\"%d นาที\",h:\"1 ชั่วโมง\",hh:\"%d ชั่วโมง\",d:\"1 วัน\",dd:\"%d วัน\",M:\"1 เดือน\",MM:\"%d เดือน\",y:\"1 ปี\",yy:\"%d ปี\"},ordinal:function(_){return _+\".\"}};return t.default.locale(d,null,!0),d}));"],"names":["require$$0","this"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,CAAA,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAsD,MAAA,CAAA,OAAA,CAAe,CAAC,CAACA,qBAAgB,EAA4I,CAAC,CAACC,mBAAI,EAAE,SAAS,CAAC,CAAC,CAAc,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,gDAAgD,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,aAAa,CAAC,6CAA6C,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC,wBAAwB,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,mGAAmG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC,gEAAgE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,EAAE,CAAC,aAAa,CAAC,GAAG,CAAC,uBAAuB,CAAC,IAAI,CAAC,kCAAkC,CAAC,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAA;;;;;;;;;;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,36 @@
1
+ import { g as getDefaultExportFromCjs, d as dayjs_minExports, c as commonjsGlobal } from './index-BqSFfzxv.js';
2
+
3
+ function _mergeNamespaces(n, m) {
4
+ for (var i = 0; i < m.length; i++) {
5
+ const e = m[i];
6
+ if (typeof e !== 'string' && !Array.isArray(e)) { for (const k in e) {
7
+ if (k !== 'default' && !(k in n)) {
8
+ const d = Object.getOwnPropertyDescriptor(e, k);
9
+ if (d) {
10
+ Object.defineProperty(n, k, d.get ? d : {
11
+ enumerable: true,
12
+ get: () => e[k]
13
+ });
14
+ }
15
+ }
16
+ } }
17
+ }
18
+ return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: 'Module' }));
19
+ }
20
+
21
+ var th$2 = {exports: {}};
22
+
23
+ (function (module, exports) {
24
+ !function(_,e){module.exports=e(dayjs_minExports);}(commonjsGlobal,(function(_){function e(_){return _&&"object"==typeof _&&"default"in _?_:{default:_}}var t=e(_),d={name:"th",weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"},ordinal:function(_){return _+"."}};return t.default.locale(d,null,!0),d}));
25
+ } (th$2));
26
+
27
+ var thExports = th$2.exports;
28
+ const th = /*@__PURE__*/getDefaultExportFromCjs(thExports);
29
+
30
+ const th$1 = /*#__PURE__*/_mergeNamespaces({
31
+ __proto__: null,
32
+ default: th
33
+ }, [thExports]);
34
+
35
+ export { th$1 as t };
36
+ //# sourceMappingURL=th-Cqq3InPL.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"th-Cqq3InPL.js","sources":["../node_modules/dayjs/locale/th.js"],"sourcesContent":["!function(_,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],e):(_=\"undefined\"!=typeof globalThis?globalThis:_||self).dayjs_locale_th=e(_.dayjs)}(this,(function(_){\"use strict\";function e(_){return _&&\"object\"==typeof _&&\"default\"in _?_:{default:_}}var t=e(_),d={name:\"th\",weekdays:\"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์\".split(\"_\"),weekdaysShort:\"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์\".split(\"_\"),weekdaysMin:\"อา._จ._อ._พ._พฤ._ศ._ส.\".split(\"_\"),months:\"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม\".split(\"_\"),monthsShort:\"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.\".split(\"_\"),formats:{LT:\"H:mm\",LTS:\"H:mm:ss\",L:\"DD/MM/YYYY\",LL:\"D MMMM YYYY\",LLL:\"D MMMM YYYY เวลา H:mm\",LLLL:\"วันddddที่ D MMMM YYYY เวลา H:mm\"},relativeTime:{future:\"อีก %s\",past:\"%sที่แล้ว\",s:\"ไม่กี่วินาที\",m:\"1 นาที\",mm:\"%d นาที\",h:\"1 ชั่วโมง\",hh:\"%d ชั่วโมง\",d:\"1 วัน\",dd:\"%d วัน\",M:\"1 เดือน\",MM:\"%d เดือน\",y:\"1 ปี\",yy:\"%d ปี\"},ordinal:function(_){return _+\".\"}};return t.default.locale(d,null,!0),d}));"],"names":["require$$0","this"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,CAAA,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAsD,MAAA,CAAA,OAAA,CAAe,CAAC,CAACA,gBAAgB,EAA4I,CAAC,CAACC,cAAI,EAAE,SAAS,CAAC,CAAC,CAAc,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,gDAAgD,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,aAAa,CAAC,6CAA6C,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC,wBAAwB,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,mGAAmG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC,gEAAgE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,EAAE,CAAC,aAAa,CAAC,GAAG,CAAC,uBAAuB,CAAC,IAAI,CAAC,kCAAkC,CAAC,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAA;;;;;;;;;;;;;","x_google_ignoreList":[0]}
@@ -1,8 +1,8 @@
1
- import { ButtonModifiers, ButtonSize, ButtonType } from '@/enums/ui/Button';
2
- import type { ColorsUnion, ColorTypes } from '@/types/styles/Colors';
3
- import type { HorizontalAlignmentUnion } from '@/types/styles/Alignment';
4
- import type { WeightsUnion } from '@/types/styles/Weights';
5
- import type { TooltipPositionsUnion } from '@/types/ITooltip';
1
+ import { ButtonModifiers, ButtonSize, ButtonType } from '../enums/ui/Button';
2
+ import { ColorsUnion, ColorTypes } from './styles/Colors';
3
+ import { HorizontalAlignmentUnion } from './styles/Alignment';
4
+ import { WeightsUnion } from './styles/Weights';
5
+ import { TooltipPositionsUnion } from './ITooltip';
6
6
  export interface IButton {
7
7
  to?: string;
8
8
  href?: string;
@@ -1,4 +1,4 @@
1
- import type { CellSizes } from '@/enums/Cell';
1
+ import { CellSizes } from '../enums/Cell';
2
2
  export interface ICell {
3
3
  }
4
4
  export type CellSizesUnion = (typeof CellSizes)[keyof typeof CellSizes];
@@ -1,5 +1,5 @@
1
- import { ChipModifiers, ChipSize } from '@/enums/Chip';
2
- import type { ColorTypes } from '@/types/styles/Colors';
1
+ import { ChipModifiers, ChipSize } from '../enums/Chip';
2
+ import { ColorTypes } from './styles/Colors';
3
3
  export interface IChipStyleOptions {
4
4
  color: string;
5
5
  variation: string;
@@ -1,4 +1,4 @@
1
- import { DatepickerFormat, DatepickerFormatsVariations, DatepickerOutputFormat, DatepickerTypes, DayjsFormat } from '@/enums/Datepicker';
1
+ import { DatepickerFormat, DatepickerFormatsVariations, DatepickerOutputFormat, DatepickerTypes, DayjsFormat } from '../enums/Datepicker';
2
2
  export interface IDatepickerPlaceholders {
3
3
  week?: string;
4
4
  month?: string;
@@ -1,4 +1,4 @@
1
- import { Directions } from '@/enums/ui/Directions';
1
+ import { Directions } from '../enums/ui/Directions';
2
2
  export interface IDirections {
3
3
  }
4
4
  export type DirectionsUnion = (typeof Directions)[keyof typeof Directions];
@@ -1,5 +1,5 @@
1
- import type { IconsListUnion } from '@/types/styles/Icons';
2
- import { DrawerPositions } from '@/enums/Drawer';
1
+ import { IconsListUnion } from './styles/Icons';
2
+ import { DrawerPositions } from '../enums/Drawer';
3
3
  export interface IDrawerServiceState {
4
4
  isOpen: boolean;
5
5
  closeServiceState: Function;
@@ -1,4 +1,4 @@
1
- import { DropdownListPositions, DropdownPositions } from '@/enums/Dropdown';
1
+ import { DropdownListPositions, DropdownPositions } from '../enums/Dropdown';
2
2
  export interface IDropdown {
3
3
  }
4
4
  export type DropdownListPositionsUnion = (typeof DropdownListPositions)[keyof typeof DropdownListPositions];
@@ -1,4 +1,4 @@
1
- import { type FilterRelations, type FilterTypes } from '@/enums/Filter';
1
+ import { FilterRelations, FilterTypes } from '../enums/Filter';
2
2
  export interface IBaseFilter {
3
3
  name: string;
4
4
  value: string;
@@ -1,4 +1,4 @@
1
- import type { InputTypes } from '@/enums/Input';
1
+ import { InputTypes } from '../enums/Input';
2
2
  export interface IInput {
3
3
  }
4
4
  export type InputValue = string | number | null;
@@ -1,5 +1,5 @@
1
- import { HorizontalAlignment } from '@/enums';
2
- import { ModalVariation } from '@/enums/Modal';
1
+ import { HorizontalAlignment } from '../enums';
2
+ import { ModalVariation } from '../enums/Modal';
3
3
  export interface IModalServiceState {
4
4
  isOpen: boolean;
5
5
  closeServiceState: Function;
@@ -1,4 +1,4 @@
1
- import type { PreviewSizes } from '@/enums/Preview';
1
+ import { PreviewSizes } from '../enums/Preview';
2
2
  export interface IPreview {
3
3
  }
4
4
  export type PreviewSizesUnion = (typeof PreviewSizes)[keyof typeof PreviewSizes];
@@ -1,4 +1,4 @@
1
- import { RadioVariation } from '@/enums/Radio';
1
+ import { RadioVariation } from '../enums/Radio';
2
2
  export interface IRadio {
3
3
  }
4
4
  export type RadioVariationUnion = (typeof RadioVariation)[keyof typeof RadioVariation];
@@ -1,4 +1,4 @@
1
- import { RadioGroupDirection } from '@/enums/RadioGroup';
1
+ import { RadioGroupDirection } from '../enums/RadioGroup';
2
2
  export interface IRadioGroupOption {
3
3
  label: string | number;
4
4
  value: string | number;
@@ -1,4 +1,4 @@
1
- import { SelectGroupKeys, SelectListDirections } from '@/enums/Select';
1
+ import { SelectGroupKeys, SelectListDirections } from '../enums/Select';
2
2
  export interface ISelectOption {
3
3
  name?: string;
4
4
  value?: string | number;
@@ -1,8 +1,8 @@
1
- import type { IconsListUnion } from '@/types/styles/Icons';
2
- import type { ButtonVariationUnion } from '@/types/IButton';
3
- import { SidebarTheme } from '@/enums';
4
- import type { ColorTypes } from '@/types/styles/Colors';
5
- import type { TitleVariationsUnion } from '@/types/ITitle';
1
+ import { IconsListUnion } from './styles/Icons';
2
+ import { ButtonVariationUnion } from './IButton';
3
+ import { SidebarTheme } from '../enums';
4
+ import { ColorTypes } from './styles/Colors';
5
+ import { TitleVariationsUnion } from './ITitle';
6
6
  export interface ISideBar {
7
7
  logoTitle: string;
8
8
  logoTitleVariation: TitleVariationsUnion;
@@ -1,5 +1,5 @@
1
- import type { HorizontalAlignmentUnion } from '@/types/styles/Alignment';
2
- import type { IconsListUnion } from '@/types/styles/Icons';
1
+ import { HorizontalAlignmentUnion } from './styles/Alignment';
2
+ import { IconsListUnion } from './styles/Icons';
3
3
  export type SortDirection = null | 'asc' | 'desc';
4
4
  export interface ITableColumnBase {
5
5
  header: string | number;
@@ -1,7 +1,7 @@
1
- import type { IRoute } from '@/types/IRoute';
2
- import type { ColorTypes } from '@/types/styles/Colors';
3
- import { type IconsListUnion } from '@/types/styles/Icons';
4
- import { TabVariations } from '@/enums/Tab';
1
+ import { IRoute } from './IRoute';
2
+ import { ColorTypes } from './styles/Colors';
3
+ import { IconsListUnion } from './styles/Icons';
4
+ import { TabVariations } from '../enums/Tab';
5
5
  export interface ITab {
6
6
  isActive: boolean;
7
7
  isVisible: boolean;
@@ -1,4 +1,4 @@
1
- import { TitleSizes, TitleVariations } from '@/enums/Title';
1
+ import { TitleSizes, TitleVariations } from '../enums/Title';
2
2
  export interface ITitle {
3
3
  }
4
4
  export type TitleSizesUnion = (typeof TitleSizes)[keyof typeof TitleSizes];
@@ -1,4 +1,4 @@
1
- import { TooltipPositions, TooltipSizes } from '@/enums/Tooltip';
1
+ import { TooltipPositions, TooltipSizes } from '../enums/Tooltip';
2
2
  export interface ITooltip {
3
3
  content?: string;
4
4
  size?: TooltipSizes;
@@ -1,9 +1,36 @@
1
- export * from "./types";
2
- export * from "./enums";
3
- export * from "./components";
4
- export * from "./composables";
5
- export * from "./assets/tokens/json";
6
- declare namespace _default {
7
- function install(app: any, options?: {}): void;
8
- }
9
- export default _default;
1
+ export * from './IButton';
2
+ export * from './ICell';
3
+ export * from './IChip';
4
+ export * from './ICollapse';
5
+ export * from './IDatepicker';
6
+ export * from './IDirections';
7
+ export * from './IDrawer';
8
+ export * from './IDropdown';
9
+ export * from './IFilter';
10
+ export * from './IGrid';
11
+ export * from './IInput';
12
+ export * from './IModal';
13
+ export * from './IPreview';
14
+ export * from './IRadio';
15
+ export * from './IRadioGroup';
16
+ export * from './IRoute';
17
+ export * from './ISelect';
18
+ export * from './ISideBar';
19
+ export * from './ITable';
20
+ export * from './ITabs';
21
+ export * from './ITitle';
22
+ export * from './ITooltip';
23
+ export * from './styles/Alignment';
24
+ export * from './styles/AvatarSizes';
25
+ export * from './styles/Colors';
26
+ export * from './styles/Durations';
27
+ export * from './styles/FontSizes';
28
+ export * from './styles/FontWeights';
29
+ export * from './styles/Grid';
30
+ export * from './styles/Icons';
31
+ export * from './styles/LineHeights';
32
+ export * from './styles/MediaQueries';
33
+ export * from './styles/Radiuses';
34
+ export * from './styles/Sizes';
35
+ export * from './styles/Spaces';
36
+ export * from './styles/Weights';
@@ -1,2 +1,2 @@
1
- import { HorizontalAlignment } from '@/enums/ui/Alignment';
1
+ import { HorizontalAlignment } from '../../enums/ui/Alignment';
2
2
  export type HorizontalAlignmentUnion = (typeof HorizontalAlignment)[keyof typeof HorizontalAlignment];
@@ -1,4 +1,4 @@
1
- import { ColumnAlignment, ColumnJustifyAlignment } from '@/enums/Grid';
1
+ import { ColumnAlignment, ColumnJustifyAlignment } from '../../enums/Grid';
2
2
  export type ColumnSpanUnion = '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12';
3
3
  export type ColumnJustifyAlignmentUnion = (typeof ColumnJustifyAlignment)[keyof typeof ColumnJustifyAlignment];
4
4
  export type ColumnAlignmentUnion = (typeof ColumnAlignment)[keyof typeof ColumnAlignment];
@@ -1,2 +1,2 @@
1
- import { Weights } from '@/enums/ui/Weights';
1
+ import { Weights } from '../../enums/ui/Weights';
2
2
  export type WeightsUnion = (typeof Weights)[keyof typeof Weights];
@@ -1,5 +1,4 @@
1
- /// <reference types="dayjs/locale" />
2
- import dayjs from 'dayjs';
1
+ import { default as dayjs } from 'dayjs';
3
2
  export namespace dayjsLocales {
4
3
  function en(): Promise<void>;
5
4
  function es(): Promise<{
@@ -1,4 +1,4 @@
1
- import { ColumnSizes } from '@/enums/Grid';
1
+ import { ColumnSizes } from '../enums/Grid';
2
2
  export declare const adaptivePropsParams: string[];
3
3
  export declare const adaptivePropsSizes: ColumnSizes[];
4
4
  interface ComponentPropType {
@@ -1,4 +1,4 @@
1
- import { TitleSizes } from '@/enums/Title';
1
+ import { TitleSizes } from '../enums/Title';
2
2
  export declare const adaptivePropsParams: string[];
3
3
  export declare const adaptivePropsSizes: TitleSizes[];
4
4
  interface ComponentPropType {
@@ -0,0 +1,38 @@
1
+ 'use strict';
2
+
3
+ const main = require('./index-at9ZCSYU.cjs');
4
+
5
+ function _mergeNamespaces(n, m) {
6
+ for (var i = 0; i < m.length; i++) {
7
+ const e = m[i];
8
+ if (typeof e !== 'string' && !Array.isArray(e)) { for (const k in e) {
9
+ if (k !== 'default' && !(k in n)) {
10
+ const d = Object.getOwnPropertyDescriptor(e, k);
11
+ if (d) {
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ } }
19
+ }
20
+ return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: 'Module' }));
21
+ }
22
+
23
+ var vi$2 = {exports: {}};
24
+
25
+ (function (module, exports) {
26
+ !function(t,n){module.exports=n(main.dayjs_minExports);}(main.commonjsGlobal,(function(t){function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var h=n(t),_={name:"vi",weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),weekStart:1,weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),ordinal:function(t){return t},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"}};return h.default.locale(_,null,!0),_}));
27
+ } (vi$2));
28
+
29
+ var viExports = vi$2.exports;
30
+ const vi = /*@__PURE__*/main.getDefaultExportFromCjs(viExports);
31
+
32
+ const vi$1 = /*#__PURE__*/_mergeNamespaces({
33
+ __proto__: null,
34
+ default: vi
35
+ }, [viExports]);
36
+
37
+ exports.vi = vi$1;
38
+ //# sourceMappingURL=vi-Ij0J-Ss3.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vi-Ij0J-Ss3.cjs","sources":["../node_modules/dayjs/locale/vi.js"],"sourcesContent":["!function(t,n){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=n(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],n):(t=\"undefined\"!=typeof globalThis?globalThis:t||self).dayjs_locale_vi=n(t.dayjs)}(this,(function(t){\"use strict\";function n(t){return t&&\"object\"==typeof t&&\"default\"in t?t:{default:t}}var h=n(t),_={name:\"vi\",weekdays:\"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy\".split(\"_\"),months:\"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12\".split(\"_\"),weekStart:1,weekdaysShort:\"CN_T2_T3_T4_T5_T6_T7\".split(\"_\"),monthsShort:\"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12\".split(\"_\"),weekdaysMin:\"CN_T2_T3_T4_T5_T6_T7\".split(\"_\"),ordinal:function(t){return t},formats:{LT:\"HH:mm\",LTS:\"HH:mm:ss\",L:\"DD/MM/YYYY\",LL:\"D MMMM [năm] YYYY\",LLL:\"D MMMM [năm] YYYY HH:mm\",LLLL:\"dddd, D MMMM [năm] YYYY HH:mm\",l:\"DD/M/YYYY\",ll:\"D MMM YYYY\",lll:\"D MMM YYYY HH:mm\",llll:\"ddd, D MMM YYYY HH:mm\"},relativeTime:{future:\"%s tới\",past:\"%s trước\",s:\"vài giây\",m:\"một phút\",mm:\"%d phút\",h:\"một giờ\",hh:\"%d giờ\",d:\"một ngày\",dd:\"%d ngày\",M:\"một tháng\",MM:\"%d tháng\",y:\"một năm\",yy:\"%d năm\"}};return h.default.locale(_,null,!0),_}));"],"names":["require$$0","this"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,CAAA,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAsD,MAAe,CAAA,OAAA,CAAA,CAAC,CAACA,qBAAgB,EAA4I,CAAC,CAACC,mBAAI,EAAE,SAAS,CAAC,CAAC,CAAc,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,wDAAwD,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,oGAAoG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,sBAAsB,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC,6DAA6D,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,YAAY,CAAC,EAAE,CAAC,mBAAmB,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,CAAC,+BAA+B,CAAC,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,CAAC,kBAAkB,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAU,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAA;;;;;;;;;;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,36 @@
1
+ import { g as getDefaultExportFromCjs, d as dayjs_minExports, c as commonjsGlobal } from './index-BqSFfzxv.js';
2
+
3
+ function _mergeNamespaces(n, m) {
4
+ for (var i = 0; i < m.length; i++) {
5
+ const e = m[i];
6
+ if (typeof e !== 'string' && !Array.isArray(e)) { for (const k in e) {
7
+ if (k !== 'default' && !(k in n)) {
8
+ const d = Object.getOwnPropertyDescriptor(e, k);
9
+ if (d) {
10
+ Object.defineProperty(n, k, d.get ? d : {
11
+ enumerable: true,
12
+ get: () => e[k]
13
+ });
14
+ }
15
+ }
16
+ } }
17
+ }
18
+ return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: 'Module' }));
19
+ }
20
+
21
+ var vi$2 = {exports: {}};
22
+
23
+ (function (module, exports) {
24
+ !function(t,n){module.exports=n(dayjs_minExports);}(commonjsGlobal,(function(t){function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var h=n(t),_={name:"vi",weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),weekStart:1,weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),ordinal:function(t){return t},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"}};return h.default.locale(_,null,!0),_}));
25
+ } (vi$2));
26
+
27
+ var viExports = vi$2.exports;
28
+ const vi = /*@__PURE__*/getDefaultExportFromCjs(viExports);
29
+
30
+ const vi$1 = /*#__PURE__*/_mergeNamespaces({
31
+ __proto__: null,
32
+ default: vi
33
+ }, [viExports]);
34
+
35
+ export { vi$1 as v };
36
+ //# sourceMappingURL=vi-XHFCfmzH.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vi-XHFCfmzH.js","sources":["../node_modules/dayjs/locale/vi.js"],"sourcesContent":["!function(t,n){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=n(require(\"dayjs\")):\"function\"==typeof define&&define.amd?define([\"dayjs\"],n):(t=\"undefined\"!=typeof globalThis?globalThis:t||self).dayjs_locale_vi=n(t.dayjs)}(this,(function(t){\"use strict\";function n(t){return t&&\"object\"==typeof t&&\"default\"in t?t:{default:t}}var h=n(t),_={name:\"vi\",weekdays:\"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy\".split(\"_\"),months:\"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12\".split(\"_\"),weekStart:1,weekdaysShort:\"CN_T2_T3_T4_T5_T6_T7\".split(\"_\"),monthsShort:\"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12\".split(\"_\"),weekdaysMin:\"CN_T2_T3_T4_T5_T6_T7\".split(\"_\"),ordinal:function(t){return t},formats:{LT:\"HH:mm\",LTS:\"HH:mm:ss\",L:\"DD/MM/YYYY\",LL:\"D MMMM [năm] YYYY\",LLL:\"D MMMM [năm] YYYY HH:mm\",LLLL:\"dddd, D MMMM [năm] YYYY HH:mm\",l:\"DD/M/YYYY\",ll:\"D MMM YYYY\",lll:\"D MMM YYYY HH:mm\",llll:\"ddd, D MMM YYYY HH:mm\"},relativeTime:{future:\"%s tới\",past:\"%s trước\",s:\"vài giây\",m:\"một phút\",mm:\"%d phút\",h:\"một giờ\",hh:\"%d giờ\",d:\"một ngày\",dd:\"%d ngày\",M:\"một tháng\",MM:\"%d tháng\",y:\"một năm\",yy:\"%d năm\"}};return h.default.locale(_,null,!0),_}));"],"names":["require$$0","this"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,CAAA,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAsD,MAAe,CAAA,OAAA,CAAA,CAAC,CAACA,gBAAgB,EAA4I,CAAC,CAACC,cAAI,EAAE,SAAS,CAAC,CAAC,CAAc,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,wDAAwD,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,oGAAoG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,sBAAsB,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC,6DAA6D,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,YAAY,CAAC,EAAE,CAAC,mBAAmB,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,CAAC,+BAA+B,CAAC,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,CAAC,kBAAkB,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAU,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAA;;;;;;;;;;;;;","x_google_ignoreList":[0]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui-v2",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Design system for Mediacube services",
5
5
  "keywords": [
6
6
  "vue3",
@@ -10,8 +10,9 @@
10
10
  ],
11
11
  "author": "dsa@mediacube.io",
12
12
  "license": "MIT",
13
- "main": "./dist/index.cjs",
14
- "module": "./dist/index.js",
13
+ "main": "dist/index.cjs.js",
14
+ "module": "dist/index.es.js",
15
+ "types": "dist/types/index.d.ts",
15
16
  "exports": {
16
17
  ".": {
17
18
  "require": "./dist/index.cjs",
@@ -47,6 +48,7 @@
47
48
  "dayjs": "^1.11.13",
48
49
  "isomorphic-dompurify": "^2.15.0",
49
50
  "svgstore": "^3.0.1",
51
+ "vite-plugin-static-copy": "^2.1.0",
50
52
  "vue": "^3.4.29",
51
53
  "vue-3-slider-component": "^1.0.1",
52
54
  "vue-imask": "^7.6.1",
package/dist/App.vue.js DELETED
@@ -1,54 +0,0 @@
1
- const { defineProps, defineSlots, defineEmits, defineExpose, defineModel, defineOptions, withDefaults, } = await import('vue');
2
- ; /* PartiallyEnd: #3632/scriptSetup.vue */
3
- const __VLS_fnComponent = (await import('vue')).defineComponent({});
4
- ;
5
- let __VLS_functionalComponentProps;
6
- function __VLS_template() {
7
- const __VLS_ctx = {};
8
- const __VLS_localComponents = {
9
- ...{},
10
- ...{},
11
- ...__VLS_ctx,
12
- };
13
- let __VLS_components;
14
- const __VLS_localDirectives = {
15
- ...{},
16
- ...__VLS_ctx,
17
- };
18
- let __VLS_directives;
19
- let __VLS_styleScopedClasses;
20
- // CSS variable injection
21
- // CSS variable injection end
22
- let __VLS_resolvedLocalAndGlobalComponents;
23
- const __VLS_0 = __VLS_resolvedLocalAndGlobalComponents.RouterView;
24
- /** @type { [typeof __VLS_components.RouterView, ] } */
25
- // @ts-ignore
26
- const __VLS_1 = __VLS_asFunctionalComponent(__VLS_0, new __VLS_0({}));
27
- const __VLS_2 = __VLS_1({}, ...__VLS_functionalComponentArgsRest(__VLS_1));
28
- var __VLS_6 = {};
29
- var __VLS_5;
30
- var __VLS_slots;
31
- var __VLS_inheritedAttrs;
32
- const __VLS_refs = {};
33
- var $refs;
34
- var $el;
35
- return {
36
- attrs: {},
37
- slots: __VLS_slots,
38
- refs: $refs,
39
- rootEl: $el,
40
- };
41
- }
42
- ;
43
- const __VLS_self = (await import('vue')).defineComponent({
44
- setup() {
45
- return {};
46
- },
47
- });
48
- export default (await import('vue')).defineComponent({
49
- setup() {
50
- return {};
51
- },
52
- __typeEl: {},
53
- });
54
- ; /* PartiallyEnd: #4569/main.vue */
@@ -1,6 +0,0 @@
1
- {
2
- "$animation-slide-up": "slide-up 0.3s",
3
- "$animation-slide-up-with-margin": "slide-up-with-margin 0.3s",
4
- "$animation-spinner": "rotate 1.2s infinite cubic-bezier(0.55, 0, 0.1, 1)",
5
- "$animation-glow": "glow 1.5s ease-in-out infinite"
6
- }
@@ -1,24 +0,0 @@
1
- {
2
- "$radius-square": "0px",
3
- "$radius-50": "4px",
4
- "$radius-100": "8px",
5
- "$radius-150": "12px",
6
- "$radius-200": "16px",
7
- "$radius-300": "24px",
8
- "$radius-400": "32px",
9
- "$radius-1250": "100px",
10
- "$radius-rounded": "300px",
11
- "$radius-circle": "50%",
12
- "$token-radius": {
13
- "50": "4px",
14
- "100": "8px",
15
- "150": "12px",
16
- "200": "16px",
17
- "300": "24px",
18
- "400": "32px",
19
- "1250": "100px",
20
- "square": "0px",
21
- "rounded": "300px",
22
- "circle": "50%"
23
- }
24
- }
@@ -1,24 +0,0 @@
1
- {
2
- "$shadow-xs": "0 2px 8px rgba(0, 0, 0, 0.16)",
3
- "$shadow-s": "0 4px 12px rgba(0, 0, 0, 0.16)",
4
- "$shadow-m": "0 12px 32px rgba(0, 0, 0, 0.24)",
5
- "$shadow-l": "0 24px 40px rgba(0, 0, 0, 0.16)",
6
- "$shadow-xs-blue": "0px 2px 8px rgba(51, 68, 153, 0.1)",
7
- "$shadow-s-blue": "0 4px 12px rgba(51, 68, 153, 0.1)",
8
- "$shadow-m-blue": "0 12px 32px rgba(51, 68, 153, 0.2)",
9
- "$shadow-xs-purple": "0px 2px 8px rgba(91, 44, 205, 0.1)",
10
- "$shadow-s-purple": "0 4px 12px rgba(91, 44, 205, 0.1)",
11
- "$shadow-m-purple": "0 12px 32px rgba(91, 44, 205, 0.2)",
12
- "$token-shadows": {
13
- "xs": "0 2px 8px rgba(0, 0, 0, 0.16)",
14
- "s": "0 4px 12px rgba(0, 0, 0, 0.16)",
15
- "m": "0 12px 32px rgba(0, 0, 0, 0.24)",
16
- "l": "0 24px 40px rgba(0, 0, 0, 0.16)",
17
- "xs-blue": "0px 2px 8px rgba(51, 68, 153, 0.1)",
18
- "s-blue": "0 4px 12px rgba(51, 68, 153, 0.1)",
19
- "m-blue": "0 12px 32px rgba(51, 68, 153, 0.2)",
20
- "xs-purple": "0px 2px 8px rgba(91, 44, 205, 0.1)",
21
- "s-purple": "0 4px 12px rgba(91, 44, 205, 0.1)",
22
- "m-purple": "0 12px 32px rgba(91, 44, 205, 0.2)"
23
- }
24
- }