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.
- package/dist/.vite/ssr-manifest.json +1478 -0
- package/dist/App.vue.d.ts +2 -0
- package/dist/McBottomLoader-C8IvHGeR.js +6 -0
- package/dist/McBottomLoader-C8IvHGeR.js.map +1 -0
- package/dist/McBottomLoader-WRAn37_M.cjs +10 -0
- package/dist/McBottomLoader-WRAn37_M.cjs.map +1 -0
- package/dist/McOverlay-S1Ca-iQc.js +6 -0
- package/dist/McOverlay-S1Ca-iQc.js.map +1 -0
- package/dist/McOverlay-kyVEn-4U.cjs +10 -0
- package/dist/McOverlay-kyVEn-4U.cjs.map +1 -0
- package/dist/assets/iconsSprite.svg +1 -0
- package/dist/assets/img/img/no_table_data.png +0 -0
- package/dist/assets/img/img/no_user.png +0 -0
- package/dist/assets/tokens/json/animations.json.d.ts +8 -0
- package/dist/assets/tokens/json/border-radius.json.d.ts +26 -0
- package/dist/assets/tokens/json/box-shadows.json.d.ts +26 -0
- package/dist/assets/tokens/json/colors.json.d.ts +73 -0
- package/dist/assets/tokens/json/durations.json.d.ts +12 -0
- package/dist/assets/tokens/json/easings.json.d.ts +5 -0
- package/dist/assets/tokens/json/font-families.json.d.ts +6 -0
- package/dist/assets/tokens/json/font-sizes.json.d.ts +20 -0
- package/dist/assets/tokens/json/font-weights.json.d.ts +14 -0
- package/dist/assets/tokens/json/gradients.json.d.ts +15 -0
- package/dist/assets/tokens/json/index.d.ts +18 -0
- package/dist/assets/tokens/json/letter-spacings.json.d.ts +6 -0
- package/dist/assets/tokens/json/line-heights.json.d.ts +20 -0
- package/dist/assets/tokens/json/media-queries.json.d.ts +28 -0
- package/dist/assets/tokens/json/opacities.json.d.ts +7 -0
- package/dist/assets/tokens/json/sizes.json.d.ts +44 -0
- package/dist/assets/tokens/json/spacings.json.d.ts +36 -0
- package/dist/assets/tokens/json/z-indexes.json.d.ts +14 -0
- package/dist/{types/components → components}/elements/McAvatar/McAvatar.vue.d.ts +5 -5
- package/dist/{types/components → components}/elements/McBadge/McBadge.vue.d.ts +3 -3
- package/dist/components/elements/McBottomLoader/McBottomLoader.vue.d.ts +14 -0
- package/dist/{types/components → components}/elements/McButton/McButton.vue.d.ts +12 -13
- package/dist/{types/components → components}/elements/McChip/McChip.vue.d.ts +6 -7
- package/dist/{types/components → components}/elements/McDatepicker/McDatepicker.vue.d.ts +1 -2
- package/dist/{types/components → components}/elements/McDraggable/McDraggable.vue.d.ts +4 -4
- package/dist/{types/components → components}/elements/McFieldCheckbox/McFieldCheckbox.vue.d.ts +1 -1
- package/dist/{types/components → components}/elements/McFieldRadio/McFieldRadio.vue.d.ts +8 -8
- package/dist/{types/components → components}/elements/McFieldRadioGroup/McFieldRadioGroup.vue.d.ts +1 -1
- package/dist/{types/components → components}/elements/McFieldRange/McFieldRange.vue.d.ts +6 -6
- package/dist/{types/components → components}/elements/McFieldSelect/McFieldSelect.vue.d.ts +11 -12
- package/dist/{types/components → components}/elements/McFieldText/McFieldText.vue.d.ts +9 -9
- package/dist/{types/components → components}/elements/McFieldToggle/McFieldToggle.vue.d.ts +6 -6
- package/dist/{types/components → components}/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue.d.ts +4 -4
- package/dist/components/elements/McNodata/McNoData.vue.d.ts +110 -0
- package/dist/components/elements/McNotification/McNotification.vue.d.ts +124 -0
- package/dist/{types/components → components}/elements/McProgress/McProgress.vue.d.ts +5 -5
- package/dist/{types/components → components}/elements/McSeparator/McSeparator.vue.d.ts +4 -4
- package/dist/{types/components → components}/elements/McSlideUpDown/McSlideUpDown.vue.d.ts +5 -5
- package/dist/{types/components → components}/elements/McStack/McStack.vue.d.ts +4 -4
- package/dist/{types/components → components}/elements/McSvgIcon/McSvgIcon.vue.d.ts +9 -9
- package/dist/{types/components → components}/elements/McTitle/McTitle.vue.d.ts +7 -7
- package/dist/{types/components → components}/elements/McTooltip/McTooltip.vue.d.ts +6 -6
- package/dist/components/index.d.ts +61 -0
- package/dist/{types/components → components}/patterns/McAccordion/McAccordion.vue.d.ts +4 -4
- package/dist/{types/components → components}/patterns/McCell/McCell.vue.d.ts +6 -6
- package/dist/{types/components → components}/patterns/McCollapse/McCollapse.vue.d.ts +6 -6
- package/dist/{types/components → components}/patterns/McDropdown/McDropdown.vue.d.ts +7 -7
- package/dist/components/patterns/McDropdown/McDropdownPanel.vue.d.ts +22 -0
- package/dist/{types/components → components}/patterns/McFilter/McFilter.vue.d.ts +6 -6
- package/dist/{types/components → components}/patterns/McFilter/McFilterChip/McFilterChip.vue.d.ts +6 -6
- package/dist/{types/components → components}/patterns/McFilter/McFilterTags/McFilterTags.vue.d.ts +6 -6
- package/dist/{types/components → components}/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue.d.ts +6 -6
- package/dist/{types/components → components}/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue.d.ts +6 -6
- package/dist/{types/components → components}/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue.d.ts +6 -6
- package/dist/{types/components → components}/patterns/McFilter/McFilterTypeText/McFilterTypeText.vue.d.ts +6 -6
- package/dist/{types/components → components}/patterns/McGridCol/McGridCol.vue.d.ts +4 -4
- package/dist/{types/components → components}/patterns/McGridRow/McGridRow.vue.d.ts +5 -5
- package/dist/{types/components → components}/patterns/McOverlay/McOverlay.vue.d.ts +4 -4
- package/dist/{types/components → components}/patterns/McPreview/McPreview.vue.d.ts +4 -4
- package/dist/components/patterns/McSideBar/McSideBar.vue.d.ts +292 -0
- package/dist/{types/components → components}/patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue.d.ts +5 -5
- package/dist/{types/components → components}/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.d.ts +6 -6
- package/dist/{types/components → components}/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue.d.ts +6 -6
- package/dist/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.d.ts +123 -0
- package/dist/components/patterns/McTab/McTab.vue.d.ts +224 -0
- package/dist/{types/components → components}/patterns/McTabs/McTabs.vue.d.ts +7 -8
- package/dist/{types/components → components}/patterns/McWrapScroll/McWrapScroll.vue.d.ts +7 -7
- package/dist/components/templates/McDrawer/McDrawer.vue.d.ts +104 -0
- package/dist/{types/components → components}/templates/McDrawer/McDrawerContainer.vue.d.ts +5 -5
- package/dist/{types/components → components}/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue.d.ts +4 -4
- package/dist/{types/components → components}/templates/McModal/McModal.vue.d.ts +7 -7
- package/dist/{types/components → components}/templates/McModal/McModalContainer.vue.d.ts +5 -5
- package/dist/components/templates/McTable/McTable/McTable.vue.d.ts +295 -0
- package/dist/{types/components → components}/templates/McTable/McTableCard/McTableCard.vue.d.ts +6 -6
- package/dist/{types/components → components}/templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue.d.ts +4 -4
- package/dist/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.d.ts +18 -0
- package/dist/{types/components → components}/templates/McTable/McTableSort/McTableSort.vue.d.ts +7 -7
- package/dist/{types/components → components}/templates/McTopBar/McTopBar.vue.d.ts +4 -4
- package/dist/{types/components → components}/templates/McVirtualScroll/McVirtualScroll.vue.d.ts +4 -4
- package/dist/{types/composables → composables}/index.d.ts +1 -1
- package/dist/{types/composables → composables}/useDrawer.d.ts +1 -1
- package/dist/composables/useFieldErrors.d.ts +5 -0
- package/dist/{types/composables → composables}/useTooltip.d.ts +1 -1
- package/dist/es-CPAcYKbL.js +36 -0
- package/dist/es-CPAcYKbL.js.map +1 -0
- package/dist/es-Di97ax1S.cjs +38 -0
- package/dist/es-Di97ax1S.cjs.map +1 -0
- package/dist/index-BqSFfzxv.js +32270 -0
- package/dist/index-BqSFfzxv.js.map +1 -0
- package/dist/index-at9ZCSYU.cjs +32405 -0
- package/dist/index-at9ZCSYU.cjs.map +1 -0
- package/dist/index.cjs.js +140 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.es.js +2 -0
- package/dist/index.es.js.map +1 -0
- package/dist/main.d.ts +0 -0
- package/dist/{types/mocks → mocks}/filterMocks.d.ts +1 -1
- package/dist/mocks/icons.json.d.ts +3 -0
- package/dist/{types/mocks → mocks}/sidebar.d.ts +1 -1
- package/dist/{types/mocks → mocks}/tableData.d.ts +1 -1
- package/dist/pt-CUSrFPH9.cjs +38 -0
- package/dist/pt-CUSrFPH9.cjs.map +1 -0
- package/dist/pt-p-qfFmLQ.js +36 -0
- package/dist/pt-p-qfFmLQ.js.map +1 -0
- package/dist/ru-DDRrCAWF.js +36 -0
- package/dist/ru-DDRrCAWF.js.map +1 -0
- package/dist/ru-DOmQ0xCH.cjs +38 -0
- package/dist/ru-DOmQ0xCH.cjs.map +1 -0
- package/dist/style.css +11596 -1
- package/dist/th-B8cK-unD.cjs +38 -0
- package/dist/th-B8cK-unD.cjs.map +1 -0
- package/dist/th-Cqq3InPL.js +36 -0
- package/dist/th-Cqq3InPL.js.map +1 -0
- package/dist/types/{types/IButton.d.ts → IButton.d.ts} +5 -5
- package/dist/types/{types/ICell.d.ts → ICell.d.ts} +1 -1
- package/dist/types/{types/IChip.d.ts → IChip.d.ts} +2 -2
- package/dist/types/{types/IDatepicker.d.ts → IDatepicker.d.ts} +1 -1
- package/dist/types/{types/IDirections.d.ts → IDirections.d.ts} +1 -1
- package/dist/types/{types/IDrawer.d.ts → IDrawer.d.ts} +2 -2
- package/dist/types/{types/IDropdown.d.ts → IDropdown.d.ts} +1 -1
- package/dist/types/{types/IFilter.d.ts → IFilter.d.ts} +1 -1
- package/dist/types/{types/IInput.d.ts → IInput.d.ts} +1 -1
- package/dist/types/{types/IModal.d.ts → IModal.d.ts} +2 -2
- package/dist/types/{types/IPreview.d.ts → IPreview.d.ts} +1 -1
- package/dist/types/{types/IRadio.d.ts → IRadio.d.ts} +1 -1
- package/dist/types/{types/IRadioGroup.d.ts → IRadioGroup.d.ts} +1 -1
- package/dist/types/{types/ISelect.d.ts → ISelect.d.ts} +1 -1
- package/dist/types/{types/ISideBar.d.ts → ISideBar.d.ts} +5 -5
- package/dist/types/{types/ITable.d.ts → ITable.d.ts} +2 -2
- package/dist/types/{types/ITabs.d.ts → ITabs.d.ts} +4 -4
- package/dist/types/{types/ITitle.d.ts → ITitle.d.ts} +1 -1
- package/dist/types/{types/ITooltip.d.ts → ITooltip.d.ts} +1 -1
- package/dist/types/index.d.ts +36 -9
- package/dist/types/{types/styles → styles}/Alignment.d.ts +1 -1
- package/dist/types/{types/styles → styles}/Grid.d.ts +1 -1
- package/dist/types/{types/styles → styles}/Weights.d.ts +1 -1
- package/dist/{types/utils → utils}/dayjs.d.ts +1 -2
- package/dist/{types/utils → utils}/mcGridColAdaptiveProps.d.ts +1 -1
- package/dist/{types/utils → utils}/mcTitleAdaptiveProps.d.ts +1 -1
- package/dist/vi-Ij0J-Ss3.cjs +38 -0
- package/dist/vi-Ij0J-Ss3.cjs.map +1 -0
- package/dist/vi-XHFCfmzH.js +36 -0
- package/dist/vi-XHFCfmzH.js.map +1 -0
- package/package.json +5 -3
- package/dist/App.vue.js +0 -54
- package/dist/assets/tokens/json/animations.json +0 -6
- package/dist/assets/tokens/json/border-radius.json +0 -24
- package/dist/assets/tokens/json/box-shadows.json +0 -24
- package/dist/assets/tokens/json/colors.json +0 -71
- package/dist/assets/tokens/json/durations.json +0 -10
- package/dist/assets/tokens/json/easings.json +0 -3
- package/dist/assets/tokens/json/font-families.json +0 -4
- package/dist/assets/tokens/json/font-sizes.json +0 -18
- package/dist/assets/tokens/json/font-weights.json +0 -12
- package/dist/assets/tokens/json/gradients.json +0 -13
- package/dist/assets/tokens/json/index.js +0 -18
- package/dist/assets/tokens/json/letter-spacings.json +0 -4
- package/dist/assets/tokens/json/line-heights.json +0 -18
- package/dist/assets/tokens/json/media-queries.json +0 -26
- package/dist/assets/tokens/json/opacities.json +0 -5
- package/dist/assets/tokens/json/sizes.json +0 -42
- package/dist/assets/tokens/json/spacings.json +0 -34
- package/dist/assets/tokens/json/z-indexes.json +0 -12
- package/dist/components/elements/McAvatar/McAvatar.vue.js +0 -412
- package/dist/components/elements/McBadge/McBadge.vue.js +0 -188
- package/dist/components/elements/McBottomLoader/McBottomLoader.vue.js +0 -83
- package/dist/components/elements/McButton/McButton.vue.js +0 -1037
- package/dist/components/elements/McChip/McChip.vue.js +0 -326
- package/dist/components/elements/McCropper/McCropper.vue.js +0 -98
- package/dist/components/elements/McDatepicker/McDatepicker.vue.js +0 -1255
- package/dist/components/elements/McDraggable/McDraggable.vue.js +0 -280
- package/dist/components/elements/McFieldCheckbox/McFieldCheckbox.vue.js +0 -542
- package/dist/components/elements/McFieldRadio/McFieldRadio.vue.js +0 -489
- package/dist/components/elements/McFieldRadioGroup/McFieldRadioGroup.vue.js +0 -471
- package/dist/components/elements/McFieldRange/McFieldRange.vue.js +0 -547
- package/dist/components/elements/McFieldSelect/McFieldSelect.vue.js +0 -1440
- package/dist/components/elements/McFieldText/McFieldText.vue.js +0 -1404
- package/dist/components/elements/McFieldToggle/McFieldToggle.vue.js +0 -408
- package/dist/components/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue.js +0 -192
- package/dist/components/elements/McNodata/McNoData.vue.js +0 -319
- package/dist/components/elements/McNotification/McNotification.vue.js +0 -367
- package/dist/components/elements/McProgress/McProgress.vue.js +0 -361
- package/dist/components/elements/McSeparator/McSeparator.vue.js +0 -325
- package/dist/components/elements/McSlideUpDown/McSlideUpDown.vue.js +0 -271
- package/dist/components/elements/McStack/McStack.vue.js +0 -180
- package/dist/components/elements/McSvgIcon/McSvgIcon.vue.js +0 -289
- package/dist/components/elements/McTitle/McTitle.vue.js +0 -468
- package/dist/components/elements/McTooltip/McTooltip.vue.js +0 -246
- package/dist/components/index.js +0 -73
- package/dist/components/patterns/McAccordion/McAccordion.vue.js +0 -120
- package/dist/components/patterns/McCell/McCell.vue.js +0 -197
- package/dist/components/patterns/McCollapse/McCollapse.vue.js +0 -315
- package/dist/components/patterns/McDropdown/McDropdown.vue.js +0 -366
- package/dist/components/patterns/McDropdown/McDropdownPanel.vue.js +0 -83
- package/dist/components/patterns/McFilter/McFilter.vue.js +0 -1068
- package/dist/components/patterns/McFilter/McFilterChip/McFilterChip.vue.js +0 -211
- package/dist/components/patterns/McFilter/McFilterTags/McFilterTags.vue.js +0 -552
- package/dist/components/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue.js +0 -188
- package/dist/components/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue.js +0 -238
- package/dist/components/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue.js +0 -359
- package/dist/components/patterns/McFilter/McFilterTypeText/McFilterTypeText.vue.js +0 -171
- package/dist/components/patterns/McGridCol/McGridCol.vue.js +0 -246
- package/dist/components/patterns/McGridRow/McGridRow.vue.js +0 -292
- package/dist/components/patterns/McOverlay/McOverlay.vue.js +0 -107
- package/dist/components/patterns/McPreview/McPreview.vue.js +0 -118
- package/dist/components/patterns/McSideBar/McSideBar.vue.js +0 -740
- package/dist/components/patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue.js +0 -204
- package/dist/components/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.js +0 -510
- package/dist/components/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue.js +0 -413
- package/dist/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.js +0 -419
- package/dist/components/patterns/McTab/McTab.vue.js +0 -518
- package/dist/components/patterns/McTabs/McTabs.vue.js +0 -427
- package/dist/components/patterns/McWrapScroll/McWrapScroll.vue.js +0 -422
- package/dist/components/templates/McDrawer/McDrawer.vue.js +0 -304
- package/dist/components/templates/McDrawer/McDrawerContainer.vue.js +0 -133
- package/dist/components/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue.js +0 -134
- package/dist/components/templates/McModal/McModal.vue.js +0 -664
- package/dist/components/templates/McModal/McModalContainer.vue.js +0 -119
- package/dist/components/templates/McTable/McTable/McTable.vue.js +0 -862
- package/dist/components/templates/McTable/McTableCard/McTableCard.vue.js +0 -339
- package/dist/components/templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue.js +0 -119
- package/dist/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.js +0 -118
- package/dist/components/templates/McTable/McTableSort/McTableSort.vue.js +0 -136
- package/dist/components/templates/McTopBar/McTopBar.vue.js +0 -309
- package/dist/components/templates/McVirtualScroll/McVirtualScroll.vue.js +0 -239
- package/dist/composables/index.js +0 -8
- package/dist/composables/useDrawer.js +0 -72
- package/dist/composables/useEncodeDecode.js +0 -25
- package/dist/composables/useFieldErrors.js +0 -20
- package/dist/composables/useHelper.js +0 -79
- package/dist/composables/useModal.js +0 -71
- package/dist/composables/useRandomNumber.js +0 -10
- package/dist/composables/useTooltip.js +0 -154
- package/dist/consts/table.js +0 -6
- package/dist/enums/Cell.js +0 -6
- package/dist/enums/Chip.js +0 -11
- package/dist/enums/Datepicker.js +0 -42
- package/dist/enums/Drawer.js +0 -5
- package/dist/enums/Dropdown.js +0 -12
- package/dist/enums/Filter.js +0 -14
- package/dist/enums/Grid.js +0 -24
- package/dist/enums/Input.js +0 -20
- package/dist/enums/Modal.js +0 -5
- package/dist/enums/Preview.js +0 -6
- package/dist/enums/Radio.js +0 -5
- package/dist/enums/RadioGroup.js +0 -5
- package/dist/enums/Select.js +0 -11
- package/dist/enums/Sidebar.js +0 -5
- package/dist/enums/Tab.js +0 -6
- package/dist/enums/Title.js +0 -21
- package/dist/enums/Tooltip.js +0 -15
- package/dist/enums/index.js +0 -22
- package/dist/enums/ui/Alignment.js +0 -6
- package/dist/enums/ui/Button.js +0 -24
- package/dist/enums/ui/Directions.js +0 -5
- package/dist/enums/ui/Weights.js +0 -7
- package/dist/index.cjs +0 -3
- package/dist/index.js +0 -15
- package/dist/main.js +0 -6
- package/dist/mocks/authUser.js +0 -162
- package/dist/mocks/categories.js +0 -107
- package/dist/mocks/filterMocks.js +0 -128
- package/dist/mocks/icons.json +0 -1
- package/dist/mocks/menuLangs.js +0 -19
- package/dist/mocks/sidebar.js +0 -125
- package/dist/mocks/tableData.js +0 -8180
- package/dist/types/App.vue.d.ts +0 -2
- package/dist/types/IButton.js +0 -1
- package/dist/types/ICell.js +0 -1
- package/dist/types/IChip.js +0 -1
- package/dist/types/ICollapse.js +0 -1
- package/dist/types/IDatepicker.js +0 -1
- package/dist/types/IDirections.js +0 -1
- package/dist/types/IDrawer.js +0 -1
- package/dist/types/IDropdown.js +0 -1
- package/dist/types/IFilter.js +0 -1
- package/dist/types/IGrid.js +0 -1
- package/dist/types/IInput.js +0 -1
- package/dist/types/IModal.js +0 -1
- package/dist/types/IPreview.js +0 -1
- package/dist/types/IRadio.js +0 -1
- package/dist/types/IRadioGroup.js +0 -1
- package/dist/types/IRoute.js +0 -1
- package/dist/types/ISelect.js +0 -1
- package/dist/types/ISideBar.js +0 -1
- package/dist/types/ITable.js +0 -1
- package/dist/types/ITabs.js +0 -1
- package/dist/types/ITitle.js +0 -1
- package/dist/types/ITooltip.js +0 -1
- package/dist/types/assets/tokens/json/index.d.ts +0 -18
- package/dist/types/components/elements/McBottomLoader/McBottomLoader.vue.d.ts +0 -14
- package/dist/types/components/elements/McCropper/McCropper.vue.d.ts +0 -2
- package/dist/types/components/elements/McNodata/McNoData.vue.d.ts +0 -110
- package/dist/types/components/elements/McNotification/McNotification.vue.d.ts +0 -124
- package/dist/types/components/index.d.ts +0 -70
- package/dist/types/components/patterns/McDropdown/McDropdownPanel.vue.d.ts +0 -22
- package/dist/types/components/patterns/McSideBar/McSideBar.vue.d.ts +0 -292
- package/dist/types/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.d.ts +0 -123
- package/dist/types/components/patterns/McTab/McTab.vue.d.ts +0 -224
- package/dist/types/components/templates/McDrawer/McDrawer.vue.d.ts +0 -104
- package/dist/types/components/templates/McTable/McTable/McTable.vue.d.ts +0 -295
- package/dist/types/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.d.ts +0 -18
- package/dist/types/composables/useFieldErrors.d.ts +0 -5
- package/dist/types/index.js +0 -38
- package/dist/types/main.d.ts +0 -2
- package/dist/types/styles/Alignment.js +0 -1
- package/dist/types/styles/AvatarSizes.js +0 -3
- package/dist/types/styles/Colors.js +0 -3
- package/dist/types/styles/Durations.js +0 -3
- package/dist/types/styles/FontSizes.js +0 -3
- package/dist/types/styles/FontWeights.js +0 -3
- package/dist/types/styles/Grid.js +0 -1
- package/dist/types/styles/Icons.js +0 -2
- package/dist/types/styles/LineHeights.js +0 -3
- package/dist/types/styles/MediaQueries.js +0 -3
- package/dist/types/styles/Radiuses.js +0 -3
- package/dist/types/styles/Sizes.js +0 -3
- package/dist/types/styles/Spaces.js +0 -3
- package/dist/types/styles/Weights.js +0 -1
- package/dist/types/types/index.d.ts +0 -36
- package/dist/utils/dayjs.js +0 -18
- package/dist/utils/mcGridColAdaptiveProps.js +0 -10
- package/dist/utils/mcTitleAdaptiveProps.js +0 -10
- /package/dist/{types/composables → composables}/useEncodeDecode.d.ts +0 -0
- /package/dist/{types/composables → composables}/useHelper.d.ts +0 -0
- /package/dist/{types/composables → composables}/useModal.d.ts +0 -0
- /package/dist/{types/composables → composables}/useRandomNumber.d.ts +0 -0
- /package/dist/{types/consts → consts}/table.d.ts +0 -0
- /package/dist/{types/enums → enums}/Cell.d.ts +0 -0
- /package/dist/{types/enums → enums}/Chip.d.ts +0 -0
- /package/dist/{types/enums → enums}/Datepicker.d.ts +0 -0
- /package/dist/{types/enums → enums}/Drawer.d.ts +0 -0
- /package/dist/{types/enums → enums}/Dropdown.d.ts +0 -0
- /package/dist/{types/enums → enums}/Filter.d.ts +0 -0
- /package/dist/{types/enums → enums}/Grid.d.ts +0 -0
- /package/dist/{types/enums → enums}/Input.d.ts +0 -0
- /package/dist/{types/enums → enums}/Modal.d.ts +0 -0
- /package/dist/{types/enums → enums}/Preview.d.ts +0 -0
- /package/dist/{types/enums → enums}/Radio.d.ts +0 -0
- /package/dist/{types/enums → enums}/RadioGroup.d.ts +0 -0
- /package/dist/{types/enums → enums}/Select.d.ts +0 -0
- /package/dist/{types/enums → enums}/Sidebar.d.ts +0 -0
- /package/dist/{types/enums → enums}/Tab.d.ts +0 -0
- /package/dist/{types/enums → enums}/Title.d.ts +0 -0
- /package/dist/{types/enums → enums}/Tooltip.d.ts +0 -0
- /package/dist/{types/enums → enums}/index.d.ts +0 -0
- /package/dist/{types/enums → enums}/ui/Alignment.d.ts +0 -0
- /package/dist/{types/enums → enums}/ui/Button.d.ts +0 -0
- /package/dist/{types/enums → enums}/ui/Directions.d.ts +0 -0
- /package/dist/{types/enums → enums}/ui/Weights.d.ts +0 -0
- /package/dist/{types/mocks → mocks}/authUser.d.ts +0 -0
- /package/dist/{types/mocks → mocks}/categories.d.ts +0 -0
- /package/dist/{types/mocks → mocks}/menuLangs.d.ts +0 -0
- /package/dist/types/{types/ICollapse.d.ts → ICollapse.d.ts} +0 -0
- /package/dist/types/{types/IGrid.d.ts → IGrid.d.ts} +0 -0
- /package/dist/types/{types/IRoute.d.ts → IRoute.d.ts} +0 -0
- /package/dist/types/{types/styles → styles}/AvatarSizes.d.ts +0 -0
- /package/dist/types/{types/styles → styles}/Colors.d.ts +0 -0
- /package/dist/types/{types/styles → styles}/Durations.d.ts +0 -0
- /package/dist/types/{types/styles → styles}/FontSizes.d.ts +0 -0
- /package/dist/types/{types/styles → styles}/FontWeights.d.ts +0 -0
- /package/dist/types/{types/styles → styles}/Icons.d.ts +0 -0
- /package/dist/types/{types/styles → styles}/LineHeights.d.ts +0 -0
- /package/dist/types/{types/styles → styles}/MediaQueries.d.ts +0 -0
- /package/dist/types/{types/styles → styles}/Radiuses.d.ts +0 -0
- /package/dist/types/{types/styles → styles}/Sizes.d.ts +0 -0
- /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 '
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
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,5 +1,5 @@
|
|
|
1
|
-
import { ChipModifiers, ChipSize } from '
|
|
2
|
-
import
|
|
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 '
|
|
1
|
+
import { DatepickerFormat, DatepickerFormatsVariations, DatepickerOutputFormat, DatepickerTypes, DayjsFormat } from '../enums/Datepicker';
|
|
2
2
|
export interface IDatepickerPlaceholders {
|
|
3
3
|
week?: string;
|
|
4
4
|
month?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { DrawerPositions } from '
|
|
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 '
|
|
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,5 +1,5 @@
|
|
|
1
|
-
import { HorizontalAlignment } from '
|
|
2
|
-
import { ModalVariation } from '
|
|
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,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import { SidebarTheme } from '
|
|
4
|
-
import
|
|
5
|
-
import
|
|
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
|
|
2
|
-
import
|
|
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
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import { TabVariations } from '
|
|
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;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,9 +1,36 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export
|
|
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 '
|
|
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 '
|
|
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 '
|
|
1
|
+
import { Weights } from '../../enums/ui/Weights';
|
|
2
2
|
export type WeightsUnion = (typeof Weights)[keyof typeof Weights];
|
|
@@ -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.
|
|
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": "
|
|
14
|
-
"module": "
|
|
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,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
|
-
}
|