mediacube-ui-v2 0.0.38 → 0.0.40
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/assets/iconsSprite.svg +1 -0
- package/dist/assets/img/no_table_data.png +0 -0
- package/dist/assets/img/no_user.png +0 -0
- package/dist/mediacube-ui-v2.js +2479 -2339
- package/dist/mediacube-ui-v2.umd.cjs +4 -4
- package/dist/types/App.vue.d.ts +2 -0
- package/dist/types/assets/tokens/json/animations.json.d.ts +8 -0
- package/dist/types/assets/tokens/json/border-radius.json.d.ts +26 -0
- package/dist/types/assets/tokens/json/box-shadows.json.d.ts +26 -0
- package/dist/types/assets/tokens/json/colors.json.d.ts +73 -0
- package/dist/types/assets/tokens/json/durations.json.d.ts +12 -0
- package/dist/types/assets/tokens/json/easings.json.d.ts +5 -0
- package/dist/types/assets/tokens/json/font-families.json.d.ts +6 -0
- package/dist/types/assets/tokens/json/font-sizes.json.d.ts +20 -0
- package/dist/types/assets/tokens/json/font-weights.json.d.ts +14 -0
- package/dist/types/assets/tokens/json/gradients.json.d.ts +15 -0
- package/dist/types/assets/tokens/json/index.d.ts +18 -0
- package/dist/types/assets/tokens/json/letter-spacings.json.d.ts +6 -0
- package/dist/types/assets/tokens/json/line-heights.json.d.ts +20 -0
- package/dist/types/assets/tokens/json/media-queries.json.d.ts +28 -0
- package/dist/types/assets/tokens/json/opacities.json.d.ts +7 -0
- package/dist/types/assets/tokens/json/sizes.json.d.ts +44 -0
- package/dist/types/assets/tokens/json/spacings.json.d.ts +36 -0
- package/dist/types/assets/tokens/json/z-indexes.json.d.ts +14 -0
- package/dist/{src → types}/components/elements/McAvatar/McAvatar.vue.d.ts +5 -6
- package/dist/{src → types}/components/elements/McBadge/McBadge.vue.d.ts +3 -4
- package/dist/types/components/elements/McBottomLoader/McBottomLoader.vue.d.ts +14 -0
- package/dist/{src → types}/components/elements/McButton/McButton.vue.d.ts +9 -11
- package/dist/{src → types}/components/elements/McChip/McChip.vue.d.ts +6 -8
- package/dist/{src → types}/components/elements/McDatepicker/McDatepicker.vue.d.ts +1 -3
- package/dist/{src → types}/components/elements/McDraggable/McDraggable.vue.d.ts +4 -5
- package/dist/{src → types}/components/elements/McFieldCheckbox/McFieldCheckbox.vue.d.ts +1 -2
- package/dist/{src → types}/components/elements/McFieldRadio/McFieldRadio.vue.d.ts +8 -9
- package/dist/{src → types}/components/elements/McFieldRadioGroup/McFieldRadioGroup.vue.d.ts +1 -2
- package/dist/{src → types}/components/elements/McFieldRange/McFieldRange.vue.d.ts +6 -7
- package/dist/{src → types}/components/elements/McFieldSelect/McFieldSelect.vue.d.ts +8 -10
- package/dist/{src → types}/components/elements/McFieldText/McFieldText.vue.d.ts +9 -10
- package/dist/{src → types}/components/elements/McFieldToggle/McFieldToggle.vue.d.ts +6 -7
- package/dist/{src → types}/components/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue.d.ts +4 -5
- package/dist/{src → types}/components/elements/McNodata/McNoData.vue.d.ts +5 -6
- package/dist/{src → types}/components/elements/McNotification/McNotification.vue.d.ts +5 -6
- package/dist/{src → types}/components/elements/McProgress/McProgress.vue.d.ts +5 -6
- package/dist/{src → types}/components/elements/McSeparator/McSeparator.vue.d.ts +4 -5
- package/dist/{src → types}/components/elements/McSlideUpDown/McSlideUpDown.vue.d.ts +5 -6
- package/dist/{src → types}/components/elements/McStack/McStack.vue.d.ts +4 -5
- package/dist/{src → types}/components/elements/McSvgIcon/McSvgIcon.vue.d.ts +9 -10
- package/dist/{src → types}/components/elements/McTitle/McTitle.vue.d.ts +7 -8
- package/dist/{src → types}/components/elements/McTooltip/McTooltip.vue.d.ts +6 -7
- package/dist/{src → types}/components/patterns/McAccordion/McAccordion.vue.d.ts +4 -5
- package/dist/{src → types}/components/patterns/McCell/McCell.vue.d.ts +6 -7
- package/dist/{src → types}/components/patterns/McCollapse/McCollapse.vue.d.ts +6 -7
- package/dist/{src → types}/components/patterns/McDropdown/McDropdown.vue.d.ts +7 -8
- package/dist/types/components/patterns/McDropdown/McDropdownPanel.vue.d.ts +22 -0
- package/dist/{src → types}/components/patterns/McFilter/McFilter.vue.d.ts +6 -7
- package/dist/{src → types}/components/patterns/McFilter/McFilterChip/McFilterChip.vue.d.ts +6 -7
- package/dist/{src → types}/components/patterns/McFilter/McFilterTags/McFilterTags.vue.d.ts +6 -7
- package/dist/{src → types}/components/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue.d.ts +6 -7
- package/dist/{src → types}/components/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue.d.ts +6 -7
- package/dist/{src → types}/components/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue.d.ts +6 -7
- package/dist/{src → types}/components/patterns/McFilter/McFilterTypeText/McFilterTypeText.vue.d.ts +6 -7
- package/dist/{src → types}/components/patterns/McGridCol/McGridCol.vue.d.ts +4 -5
- package/dist/{src → types}/components/patterns/McGridRow/McGridRow.vue.d.ts +5 -6
- package/dist/{src → types}/components/patterns/McOverlay/McOverlay.vue.d.ts +4 -5
- package/dist/{src → types}/components/patterns/McPreview/McPreview.vue.d.ts +4 -5
- package/dist/{src → types}/components/patterns/McSideBar/McSideBar.vue.d.ts +7 -8
- package/dist/{src → types}/components/patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue.d.ts +5 -6
- package/dist/{src → types}/components/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.d.ts +5 -6
- package/dist/{src → types}/components/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue.d.ts +6 -7
- package/dist/{src → types}/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.d.ts +6 -7
- package/dist/{src → types}/components/patterns/McTab/McTab.vue.d.ts +5 -6
- package/dist/{src → types}/components/patterns/McTabs/McTabs.vue.d.ts +7 -9
- package/dist/{src → types}/components/patterns/McWrapScroll/McWrapScroll.vue.d.ts +7 -8
- package/dist/{src → types}/components/templates/McDrawer/McDrawer.vue.d.ts +7 -8
- package/dist/{src → types}/components/templates/McDrawer/McDrawerContainer.vue.d.ts +5 -6
- package/dist/{src → types}/components/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue.d.ts +4 -5
- package/dist/{src → types}/components/templates/McModal/McModal.vue.d.ts +7 -8
- package/dist/{src → types}/components/templates/McModal/McModalContainer.vue.d.ts +5 -6
- package/dist/{src → types}/components/templates/McTable/McTable/McTable.vue.d.ts +7 -8
- package/dist/{src → types}/components/templates/McTable/McTableCard/McTableCard.vue.d.ts +6 -7
- package/dist/{src → types}/components/templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue.d.ts +4 -5
- package/dist/types/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.d.ts +18 -0
- package/dist/{src → types}/components/templates/McTable/McTableSort/McTableSort.vue.d.ts +6 -7
- package/dist/{src → types}/components/templates/McTopBar/McTopBar.vue.d.ts +4 -5
- package/dist/{src → types}/components/templates/McVirtualScroll/McVirtualScroll.vue.d.ts +4 -5
- package/dist/{src/composables/index.js → types/composables/index.d.ts} +1 -1
- package/dist/{src → types}/composables/useDrawer.d.ts +1 -2
- package/dist/{src → types}/composables/useEncodeDecode.d.ts +0 -1
- package/dist/types/composables/useFieldErrors.d.ts +5 -0
- package/dist/{src → types}/composables/useHelper.d.ts +0 -1
- package/dist/{src → types}/composables/useModal.d.ts +0 -1
- package/dist/{src → types}/composables/useRandomNumber.d.ts +0 -1
- package/dist/{src → types}/composables/useTooltip.d.ts +1 -2
- package/dist/{src → types}/consts/table.d.ts +0 -1
- package/dist/{src → types}/enums/Cell.d.ts +0 -1
- package/dist/{src → types}/enums/Chip.d.ts +0 -1
- package/dist/{src → types}/enums/Datepicker.d.ts +0 -1
- package/dist/{src → types}/enums/Drawer.d.ts +0 -1
- package/dist/{src → types}/enums/Dropdown.d.ts +0 -1
- package/dist/{src → types}/enums/Filter.d.ts +0 -1
- package/dist/{src → types}/enums/Grid.d.ts +0 -1
- package/dist/{src → types}/enums/Input.d.ts +0 -1
- package/dist/{src → types}/enums/Modal.d.ts +0 -1
- package/dist/{src → types}/enums/Preview.d.ts +0 -1
- package/dist/{src → types}/enums/Radio.d.ts +0 -1
- package/dist/{src → types}/enums/RadioGroup.d.ts +0 -1
- package/dist/{src → types}/enums/Select.d.ts +0 -1
- package/dist/{src → types}/enums/Sidebar.d.ts +0 -1
- package/dist/{src → types}/enums/Tab.d.ts +0 -1
- package/dist/{src → types}/enums/Title.d.ts +0 -1
- package/dist/{src → types}/enums/Tooltip.d.ts +0 -1
- package/dist/{src/enums/index.js → types/enums/index.d.ts} +0 -1
- package/dist/{src → types}/enums/ui/Alignment.d.ts +0 -1
- package/dist/{src → types}/enums/ui/Button.d.ts +0 -1
- package/dist/{src → types}/enums/ui/Directions.d.ts +0 -1
- package/dist/{src → types}/enums/ui/Weights.d.ts +0 -1
- package/dist/{src → types}/index.d.ts +0 -2
- package/dist/types/main.d.ts +0 -0
- package/dist/{src → types}/mocks/authUser.d.ts +0 -1
- package/dist/{src → types}/mocks/categories.d.ts +0 -1
- package/dist/{src → types}/mocks/filterMocks.d.ts +1 -2
- package/dist/types/mocks/icons.json.d.ts +3 -0
- package/dist/{src → types}/mocks/menuLangs.d.ts +0 -1
- package/dist/{src → types}/mocks/sidebar.d.ts +1 -2
- package/dist/{src → types}/mocks/tableData.d.ts +1 -2
- package/dist/{src → types}/types/IButton.d.ts +5 -6
- package/dist/{src → types}/types/ICell.d.ts +1 -2
- package/dist/{src → types}/types/IChip.d.ts +2 -3
- package/dist/{src → types}/types/ICollapse.d.ts +0 -1
- package/dist/{src → types}/types/IDatepicker.d.ts +1 -2
- package/dist/{src → types}/types/IDirections.d.ts +1 -2
- package/dist/{src → types}/types/IDrawer.d.ts +2 -3
- package/dist/{src → types}/types/IDropdown.d.ts +1 -2
- package/dist/{src → types}/types/IFilter.d.ts +1 -2
- package/dist/{src → types}/types/IGrid.d.ts +0 -1
- package/dist/{src → types}/types/IInput.d.ts +1 -2
- package/dist/{src → types}/types/IModal.d.ts +2 -3
- package/dist/{src → types}/types/IPreview.d.ts +1 -2
- package/dist/{src → types}/types/IRadio.d.ts +1 -2
- package/dist/{src → types}/types/IRadioGroup.d.ts +1 -2
- package/dist/{src → types}/types/IRoute.d.ts +0 -1
- package/dist/{src → types}/types/ISelect.d.ts +1 -2
- package/dist/{src → types}/types/ISideBar.d.ts +5 -6
- package/dist/{src → types}/types/ITable.d.ts +2 -3
- package/dist/{src → types}/types/ITabs.d.ts +4 -5
- package/dist/{src → types}/types/ITitle.d.ts +1 -2
- package/dist/{src → types}/types/ITooltip.d.ts +1 -2
- package/dist/{src/types/index.js → types/types/index.d.ts} +0 -2
- package/dist/{src → types}/types/styles/Alignment.d.ts +1 -2
- package/dist/{src → types}/types/styles/AvatarSizes.d.ts +0 -1
- package/dist/{src → types}/types/styles/Colors.d.ts +0 -1
- package/dist/{src → types}/types/styles/Durations.d.ts +0 -1
- package/dist/{src → types}/types/styles/FontSizes.d.ts +0 -1
- package/dist/{src → types}/types/styles/FontWeights.d.ts +0 -1
- package/dist/{src → types}/types/styles/Grid.d.ts +1 -2
- package/dist/{src → types}/types/styles/Icons.d.ts +0 -1
- package/dist/{src → types}/types/styles/LineHeights.d.ts +0 -1
- package/dist/{src → types}/types/styles/MediaQueries.d.ts +0 -1
- package/dist/{src → types}/types/styles/Radiuses.d.ts +0 -1
- package/dist/{src → types}/types/styles/Sizes.d.ts +0 -1
- package/dist/{src → types}/types/styles/Spaces.d.ts +0 -1
- package/dist/types/types/styles/Weights.d.ts +2 -0
- package/dist/{src → types}/utils/dayjs.d.ts +0 -1
- package/dist/{src → types}/utils/mcGridColAdaptiveProps.d.ts +1 -2
- package/dist/{src → types}/utils/mcTitleAdaptiveProps.d.ts +1 -2
- package/package.json +12 -13
- package/dist/src/App.vue.d.ts +0 -3
- package/dist/src/App.vue.d.ts.map +0 -1
- package/dist/src/App.vue.js +0 -54
- package/dist/src/assets/tokens/json/animations.json +0 -6
- package/dist/src/assets/tokens/json/border-radius.json +0 -24
- package/dist/src/assets/tokens/json/box-shadows.json +0 -24
- package/dist/src/assets/tokens/json/colors.json +0 -71
- package/dist/src/assets/tokens/json/durations.json +0 -10
- package/dist/src/assets/tokens/json/easings.json +0 -3
- package/dist/src/assets/tokens/json/font-families.json +0 -4
- package/dist/src/assets/tokens/json/font-sizes.json +0 -18
- package/dist/src/assets/tokens/json/font-weights.json +0 -12
- package/dist/src/assets/tokens/json/gradients.json +0 -13
- package/dist/src/assets/tokens/json/index.d.ts +0 -19
- package/dist/src/assets/tokens/json/index.d.ts.map +0 -1
- package/dist/src/assets/tokens/json/index.js +0 -18
- package/dist/src/assets/tokens/json/letter-spacings.json +0 -4
- package/dist/src/assets/tokens/json/line-heights.json +0 -18
- package/dist/src/assets/tokens/json/media-queries.json +0 -26
- package/dist/src/assets/tokens/json/opacities.json +0 -5
- package/dist/src/assets/tokens/json/sizes.json +0 -42
- package/dist/src/assets/tokens/json/spacings.json +0 -34
- package/dist/src/assets/tokens/json/z-indexes.json +0 -12
- package/dist/src/components/elements/McAvatar/McAvatar.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McAvatar/McAvatar.vue.js +0 -412
- package/dist/src/components/elements/McBadge/McBadge.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McBadge/McBadge.vue.js +0 -188
- package/dist/src/components/elements/McBottomLoader/McBottomLoader.vue.d.ts +0 -15
- package/dist/src/components/elements/McBottomLoader/McBottomLoader.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McBottomLoader/McBottomLoader.vue.js +0 -83
- package/dist/src/components/elements/McButton/McButton.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McButton/McButton.vue.js +0 -1037
- package/dist/src/components/elements/McChip/McChip.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McChip/McChip.vue.js +0 -326
- package/dist/src/components/elements/McCropper/McCropper.vue.d.ts +0 -30
- package/dist/src/components/elements/McCropper/McCropper.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McCropper/McCropper.vue.js +0 -155
- package/dist/src/components/elements/McDatepicker/McDatepicker.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McDatepicker/McDatepicker.vue.js +0 -1251
- package/dist/src/components/elements/McDraggable/McDraggable.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McDraggable/McDraggable.vue.js +0 -280
- package/dist/src/components/elements/McFieldCheckbox/McFieldCheckbox.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McFieldCheckbox/McFieldCheckbox.vue.js +0 -541
- package/dist/src/components/elements/McFieldRadio/McFieldRadio.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McFieldRadio/McFieldRadio.vue.js +0 -488
- package/dist/src/components/elements/McFieldRadioGroup/McFieldRadioGroup.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McFieldRadioGroup/McFieldRadioGroup.vue.js +0 -470
- package/dist/src/components/elements/McFieldRange/McFieldRange.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McFieldRange/McFieldRange.vue.js +0 -547
- package/dist/src/components/elements/McFieldSelect/McFieldSelect.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McFieldSelect/McFieldSelect.vue.js +0 -1436
- package/dist/src/components/elements/McFieldText/McFieldText.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McFieldText/McFieldText.vue.js +0 -1401
- package/dist/src/components/elements/McFieldToggle/McFieldToggle.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McFieldToggle/McFieldToggle.vue.js +0 -408
- package/dist/src/components/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue.js +0 -192
- package/dist/src/components/elements/McNodata/McNoData.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McNodata/McNoData.vue.js +0 -316
- package/dist/src/components/elements/McNotification/McNotification.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McNotification/McNotification.vue.js +0 -364
- package/dist/src/components/elements/McProgress/McProgress.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McProgress/McProgress.vue.js +0 -361
- package/dist/src/components/elements/McSeparator/McSeparator.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McSeparator/McSeparator.vue.js +0 -325
- package/dist/src/components/elements/McSlideUpDown/McSlideUpDown.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McSlideUpDown/McSlideUpDown.vue.js +0 -271
- package/dist/src/components/elements/McStack/McStack.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McStack/McStack.vue.js +0 -180
- package/dist/src/components/elements/McSvgIcon/McSvgIcon.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McSvgIcon/McSvgIcon.vue.js +0 -286
- package/dist/src/components/elements/McTitle/McTitle.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McTitle/McTitle.vue.js +0 -466
- package/dist/src/components/elements/McTooltip/McTooltip.vue.d.ts.map +0 -1
- package/dist/src/components/elements/McTooltip/McTooltip.vue.js +0 -246
- package/dist/src/components/index.d.ts +0 -70
- package/dist/src/components/index.d.ts.map +0 -1
- package/dist/src/components/patterns/McAccordion/McAccordion.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McAccordion/McAccordion.vue.js +0 -120
- package/dist/src/components/patterns/McCell/McCell.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McCell/McCell.vue.js +0 -197
- package/dist/src/components/patterns/McCollapse/McCollapse.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McCollapse/McCollapse.vue.js +0 -314
- package/dist/src/components/patterns/McDropdown/McDropdown.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McDropdown/McDropdown.vue.js +0 -366
- package/dist/src/components/patterns/McDropdown/McDropdownPanel.vue.d.ts +0 -23
- package/dist/src/components/patterns/McDropdown/McDropdownPanel.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McDropdown/McDropdownPanel.vue.js +0 -83
- package/dist/src/components/patterns/McFilter/McFilter.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McFilter/McFilter.vue.js +0 -1056
- package/dist/src/components/patterns/McFilter/McFilterChip/McFilterChip.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McFilter/McFilterChip/McFilterChip.vue.js +0 -210
- package/dist/src/components/patterns/McFilter/McFilterTags/McFilterTags.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McFilter/McFilterTags/McFilterTags.vue.js +0 -546
- package/dist/src/components/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue.js +0 -188
- package/dist/src/components/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue.js +0 -238
- package/dist/src/components/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue.js +0 -356
- package/dist/src/components/patterns/McFilter/McFilterTypeText/McFilterTypeText.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McFilter/McFilterTypeText/McFilterTypeText.vue.js +0 -171
- package/dist/src/components/patterns/McGridCol/McGridCol.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McGridCol/McGridCol.vue.js +0 -246
- package/dist/src/components/patterns/McGridRow/McGridRow.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McGridRow/McGridRow.vue.js +0 -292
- package/dist/src/components/patterns/McOverlay/McOverlay.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McOverlay/McOverlay.vue.js +0 -107
- package/dist/src/components/patterns/McPreview/McPreview.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McPreview/McPreview.vue.js +0 -118
- package/dist/src/components/patterns/McSideBar/McSideBar.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McSideBar/McSideBar.vue.js +0 -738
- package/dist/src/components/patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue.js +0 -204
- package/dist/src/components/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.js +0 -508
- package/dist/src/components/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue.js +0 -409
- package/dist/src/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.js +0 -415
- package/dist/src/components/patterns/McTab/McTab.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McTab/McTab.vue.js +0 -518
- package/dist/src/components/patterns/McTabs/McTabs.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McTabs/McTabs.vue.js +0 -427
- package/dist/src/components/patterns/McWrapScroll/McWrapScroll.vue.d.ts.map +0 -1
- package/dist/src/components/patterns/McWrapScroll/McWrapScroll.vue.js +0 -422
- package/dist/src/components/templates/McDrawer/McDrawer.vue.d.ts.map +0 -1
- package/dist/src/components/templates/McDrawer/McDrawer.vue.js +0 -304
- package/dist/src/components/templates/McDrawer/McDrawerContainer.vue.d.ts.map +0 -1
- package/dist/src/components/templates/McDrawer/McDrawerContainer.vue.js +0 -133
- package/dist/src/components/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue.d.ts.map +0 -1
- package/dist/src/components/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue.js +0 -134
- package/dist/src/components/templates/McModal/McModal.vue.d.ts.map +0 -1
- package/dist/src/components/templates/McModal/McModal.vue.js +0 -664
- package/dist/src/components/templates/McModal/McModalContainer.vue.d.ts.map +0 -1
- package/dist/src/components/templates/McModal/McModalContainer.vue.js +0 -119
- package/dist/src/components/templates/McTable/McTable/McTable.vue.d.ts.map +0 -1
- package/dist/src/components/templates/McTable/McTable/McTable.vue.js +0 -854
- package/dist/src/components/templates/McTable/McTableCard/McTableCard.vue.d.ts.map +0 -1
- package/dist/src/components/templates/McTable/McTableCard/McTableCard.vue.js +0 -339
- package/dist/src/components/templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue.d.ts.map +0 -1
- package/dist/src/components/templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue.js +0 -118
- package/dist/src/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.d.ts +0 -19
- package/dist/src/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.d.ts.map +0 -1
- package/dist/src/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.js +0 -118
- package/dist/src/components/templates/McTable/McTableSort/McTableSort.vue.d.ts.map +0 -1
- package/dist/src/components/templates/McTable/McTableSort/McTableSort.vue.js +0 -136
- package/dist/src/components/templates/McTopBar/McTopBar.vue.d.ts.map +0 -1
- package/dist/src/components/templates/McTopBar/McTopBar.vue.js +0 -305
- package/dist/src/components/templates/McVirtualScroll/McVirtualScroll.vue.d.ts.map +0 -1
- package/dist/src/components/templates/McVirtualScroll/McVirtualScroll.vue.js +0 -239
- package/dist/src/composables/index.d.ts +0 -8
- package/dist/src/composables/index.d.ts.map +0 -1
- package/dist/src/composables/useDrawer.d.ts.map +0 -1
- package/dist/src/composables/useDrawer.js +0 -72
- package/dist/src/composables/useEncodeDecode.d.ts.map +0 -1
- package/dist/src/composables/useEncodeDecode.js +0 -25
- package/dist/src/composables/useFieldErrors.d.ts +0 -6
- package/dist/src/composables/useFieldErrors.d.ts.map +0 -1
- package/dist/src/composables/useFieldErrors.js +0 -20
- package/dist/src/composables/useHelper.d.ts.map +0 -1
- package/dist/src/composables/useHelper.js +0 -79
- package/dist/src/composables/useModal.d.ts.map +0 -1
- package/dist/src/composables/useModal.js +0 -71
- package/dist/src/composables/useRandomNumber.d.ts.map +0 -1
- package/dist/src/composables/useRandomNumber.js +0 -10
- package/dist/src/composables/useTooltip.d.ts.map +0 -1
- package/dist/src/composables/useTooltip.js +0 -154
- package/dist/src/consts/index.d.ts +0 -2
- package/dist/src/consts/index.d.ts.map +0 -1
- package/dist/src/consts/table.d.ts.map +0 -1
- package/dist/src/consts/table.js +0 -6
- package/dist/src/enums/Cell.d.ts.map +0 -1
- package/dist/src/enums/Cell.js +0 -6
- package/dist/src/enums/Chip.d.ts.map +0 -1
- package/dist/src/enums/Chip.js +0 -11
- package/dist/src/enums/Datepicker.d.ts.map +0 -1
- package/dist/src/enums/Datepicker.js +0 -42
- package/dist/src/enums/Drawer.d.ts.map +0 -1
- package/dist/src/enums/Drawer.js +0 -5
- package/dist/src/enums/Dropdown.d.ts.map +0 -1
- package/dist/src/enums/Dropdown.js +0 -12
- package/dist/src/enums/Filter.d.ts.map +0 -1
- package/dist/src/enums/Filter.js +0 -14
- package/dist/src/enums/Grid.d.ts.map +0 -1
- package/dist/src/enums/Grid.js +0 -24
- package/dist/src/enums/Input.d.ts.map +0 -1
- package/dist/src/enums/Input.js +0 -20
- package/dist/src/enums/Modal.d.ts.map +0 -1
- package/dist/src/enums/Modal.js +0 -5
- package/dist/src/enums/Preview.d.ts.map +0 -1
- package/dist/src/enums/Preview.js +0 -6
- package/dist/src/enums/Radio.d.ts.map +0 -1
- package/dist/src/enums/Radio.js +0 -5
- package/dist/src/enums/RadioGroup.d.ts.map +0 -1
- package/dist/src/enums/RadioGroup.js +0 -5
- package/dist/src/enums/Select.d.ts.map +0 -1
- package/dist/src/enums/Select.js +0 -11
- package/dist/src/enums/Sidebar.d.ts.map +0 -1
- package/dist/src/enums/Sidebar.js +0 -5
- package/dist/src/enums/Tab.d.ts.map +0 -1
- package/dist/src/enums/Tab.js +0 -6
- package/dist/src/enums/Title.d.ts.map +0 -1
- package/dist/src/enums/Title.js +0 -21
- package/dist/src/enums/Tooltip.d.ts.map +0 -1
- package/dist/src/enums/Tooltip.js +0 -15
- package/dist/src/enums/index.d.ts +0 -22
- package/dist/src/enums/index.d.ts.map +0 -1
- package/dist/src/enums/ui/Alignment.d.ts.map +0 -1
- package/dist/src/enums/ui/Alignment.js +0 -6
- package/dist/src/enums/ui/Button.d.ts.map +0 -1
- package/dist/src/enums/ui/Button.js +0 -24
- package/dist/src/enums/ui/Directions.d.ts.map +0 -1
- package/dist/src/enums/ui/Directions.js +0 -5
- package/dist/src/enums/ui/Weights.d.ts.map +0 -1
- package/dist/src/enums/ui/Weights.js +0 -7
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/index.js +0 -17
- package/dist/src/main.d.ts +0 -3
- package/dist/src/main.d.ts.map +0 -1
- package/dist/src/main.js +0 -8
- package/dist/src/mocks/authUser.d.ts.map +0 -1
- package/dist/src/mocks/authUser.js +0 -162
- package/dist/src/mocks/categories.d.ts.map +0 -1
- package/dist/src/mocks/categories.js +0 -108
- package/dist/src/mocks/filterMocks.d.ts.map +0 -1
- package/dist/src/mocks/filterMocks.js +0 -128
- package/dist/src/mocks/icons.json +0 -1
- package/dist/src/mocks/menuLangs.d.ts.map +0 -1
- package/dist/src/mocks/menuLangs.js +0 -19
- package/dist/src/mocks/selectOptions.json +0 -111
- package/dist/src/mocks/sidebar.d.ts.map +0 -1
- package/dist/src/mocks/sidebar.js +0 -125
- package/dist/src/mocks/tableData.d.ts.map +0 -1
- package/dist/src/mocks/tableData.js +0 -8180
- package/dist/src/types/IButton.d.ts.map +0 -1
- package/dist/src/types/IButton.js +0 -1
- package/dist/src/types/ICell.d.ts.map +0 -1
- package/dist/src/types/ICell.js +0 -1
- package/dist/src/types/IChip.d.ts.map +0 -1
- package/dist/src/types/IChip.js +0 -1
- package/dist/src/types/ICollapse.d.ts.map +0 -1
- package/dist/src/types/ICollapse.js +0 -1
- package/dist/src/types/IDatepicker.d.ts.map +0 -1
- package/dist/src/types/IDatepicker.js +0 -1
- package/dist/src/types/IDirections.d.ts.map +0 -1
- package/dist/src/types/IDirections.js +0 -1
- package/dist/src/types/IDrawer.d.ts.map +0 -1
- package/dist/src/types/IDrawer.js +0 -1
- package/dist/src/types/IDropdown.d.ts.map +0 -1
- package/dist/src/types/IDropdown.js +0 -1
- package/dist/src/types/IFilter.d.ts.map +0 -1
- package/dist/src/types/IFilter.js +0 -1
- package/dist/src/types/IGrid.d.ts.map +0 -1
- package/dist/src/types/IGrid.js +0 -1
- package/dist/src/types/IInput.d.ts.map +0 -1
- package/dist/src/types/IInput.js +0 -1
- package/dist/src/types/IModal.d.ts.map +0 -1
- package/dist/src/types/IModal.js +0 -1
- package/dist/src/types/IPreview.d.ts.map +0 -1
- package/dist/src/types/IPreview.js +0 -1
- package/dist/src/types/IRadio.d.ts.map +0 -1
- package/dist/src/types/IRadio.js +0 -1
- package/dist/src/types/IRadioGroup.d.ts.map +0 -1
- package/dist/src/types/IRadioGroup.js +0 -1
- package/dist/src/types/IRoute.d.ts.map +0 -1
- package/dist/src/types/IRoute.js +0 -1
- package/dist/src/types/ISelect.d.ts.map +0 -1
- package/dist/src/types/ISelect.js +0 -1
- package/dist/src/types/ISideBar.d.ts.map +0 -1
- package/dist/src/types/ISideBar.js +0 -1
- package/dist/src/types/ITable.d.ts.map +0 -1
- package/dist/src/types/ITable.js +0 -1
- package/dist/src/types/ITabs.d.ts.map +0 -1
- package/dist/src/types/ITabs.js +0 -1
- package/dist/src/types/ITitle.d.ts.map +0 -1
- package/dist/src/types/ITitle.js +0 -1
- package/dist/src/types/ITooltip.d.ts.map +0 -1
- package/dist/src/types/ITooltip.js +0 -1
- package/dist/src/types/index.d.ts +0 -37
- package/dist/src/types/index.d.ts.map +0 -1
- package/dist/src/types/styles/Alignment.d.ts.map +0 -1
- package/dist/src/types/styles/Alignment.js +0 -1
- package/dist/src/types/styles/AvatarSizes.d.ts.map +0 -1
- package/dist/src/types/styles/AvatarSizes.js +0 -3
- package/dist/src/types/styles/Colors.d.ts.map +0 -1
- package/dist/src/types/styles/Colors.js +0 -3
- package/dist/src/types/styles/Durations.d.ts.map +0 -1
- package/dist/src/types/styles/Durations.js +0 -3
- package/dist/src/types/styles/FontSizes.d.ts.map +0 -1
- package/dist/src/types/styles/FontSizes.js +0 -3
- package/dist/src/types/styles/FontWeights.d.ts.map +0 -1
- package/dist/src/types/styles/FontWeights.js +0 -3
- package/dist/src/types/styles/Grid.d.ts.map +0 -1
- package/dist/src/types/styles/Grid.js +0 -1
- package/dist/src/types/styles/Icons.d.ts.map +0 -1
- package/dist/src/types/styles/Icons.js +0 -2
- package/dist/src/types/styles/LineHeights.d.ts.map +0 -1
- package/dist/src/types/styles/LineHeights.js +0 -3
- package/dist/src/types/styles/MediaQueries.d.ts.map +0 -1
- package/dist/src/types/styles/MediaQueries.js +0 -3
- package/dist/src/types/styles/Radiuses.d.ts.map +0 -1
- package/dist/src/types/styles/Radiuses.js +0 -3
- package/dist/src/types/styles/Sizes.d.ts.map +0 -1
- package/dist/src/types/styles/Sizes.js +0 -3
- package/dist/src/types/styles/Spaces.d.ts.map +0 -1
- package/dist/src/types/styles/Spaces.js +0 -3
- package/dist/src/types/styles/Weights.d.ts +0 -3
- package/dist/src/types/styles/Weights.d.ts.map +0 -1
- package/dist/src/types/styles/Weights.js +0 -1
- package/dist/src/utils/dayjs.d.ts.map +0 -1
- package/dist/src/utils/dayjs.js +0 -22
- package/dist/src/utils/index.d.ts +0 -3
- package/dist/src/utils/index.d.ts.map +0 -1
- package/dist/src/utils/mcGridColAdaptiveProps.d.ts.map +0 -1
- package/dist/src/utils/mcGridColAdaptiveProps.js +0 -10
- package/dist/src/utils/mcTitleAdaptiveProps.d.ts.map +0 -1
- package/dist/src/utils/mcTitleAdaptiveProps.js +0 -10
- package/dist/tsconfig.tsbuildinfo +0 -1
- /package/dist/{src/components/index.js → types/components/index.d.ts} +0 -0
- /package/dist/{src/consts/index.js → types/consts/index.d.ts} +0 -0
- /package/dist/{src/utils/index.js → types/utils/index.d.ts} +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: {
|
|
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
|
+
};
|
|
7
|
+
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: {
|
|
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
|
+
};
|
|
25
|
+
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: {
|
|
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
|
+
};
|
|
25
|
+
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$color-black": "#202427",
|
|
3
|
+
"$color-dark-gray": "#5C6670",
|
|
4
|
+
"$color-gray": "#8F99A3",
|
|
5
|
+
"$color-outline-gray": "#C7CCD1",
|
|
6
|
+
"$color-outline-light": "#DEE0E2",
|
|
7
|
+
"$color-hover-gray": "#EDF0F3",
|
|
8
|
+
"$color-bg-gray": "#F5F6Fa",
|
|
9
|
+
"$color-white": "#FFFFFF",
|
|
10
|
+
"$color-hover-purple": "#7238FF",
|
|
11
|
+
"$color-purple": "#8756FF",
|
|
12
|
+
"$color-light-purple": "#CBB7FF",
|
|
13
|
+
"$color-lighter-purple": "#EEE8FF",
|
|
14
|
+
"$color-bg-purple": "#9673ED",
|
|
15
|
+
"$color-primary-bg": "#F5F6Fa",
|
|
16
|
+
"$color-hover-blue": "#0A54C2",
|
|
17
|
+
"$color-blue": "#2578F4",
|
|
18
|
+
"$color-light-blue": "#92BBFA",
|
|
19
|
+
"$color-lighter-blue": "#E1EDFF",
|
|
20
|
+
"$color-dark-orange": "#BD8400",
|
|
21
|
+
"$color-orange": "#FCB100",
|
|
22
|
+
"$color-yellow": "#FFC60A",
|
|
23
|
+
"$color-dark-red": "#D5260B",
|
|
24
|
+
"$color-bright-pink": "#e8178a",
|
|
25
|
+
"$color-red": "#F5563D",
|
|
26
|
+
"$color-pale-pink": "#FC9283",
|
|
27
|
+
"$color-dark-green": "#218321",
|
|
28
|
+
"$color-green": "#4DCB4D",
|
|
29
|
+
"$color-toxic": "#E8F443",
|
|
30
|
+
"$color-ultraviolet": "#C41CFD",
|
|
31
|
+
"$color-pinkish": "#F073B1",
|
|
32
|
+
"$color-azure": "#0A85C2",
|
|
33
|
+
"$color-turquoise": "#4EA9A2",
|
|
34
|
+
"$color-darken-turquoise": "#2F8C99",
|
|
35
|
+
"$color-transparent": "transparent",
|
|
36
|
+
"$token-colors": {
|
|
37
|
+
"purple": "#8756FF",
|
|
38
|
+
"hover-purple": "#7238FF",
|
|
39
|
+
"light-purple": "#CBB7FF",
|
|
40
|
+
"bg-purple": "#9673ED",
|
|
41
|
+
"lighter-purple": "#EEE8FF",
|
|
42
|
+
"black": "#202427",
|
|
43
|
+
"outline-light": "#DEE0E2",
|
|
44
|
+
"dark-gray": "#5C6670",
|
|
45
|
+
"gray": "#8F99A3",
|
|
46
|
+
"outline-gray": "#C7CCD1",
|
|
47
|
+
"hover-gray": "#EDF0F3",
|
|
48
|
+
"bg-gray": "#F5F6Fa",
|
|
49
|
+
"white": "#FFFFFF",
|
|
50
|
+
"hover-blue": "#0A54C2",
|
|
51
|
+
"blue": "#2578F4",
|
|
52
|
+
"light-blue": "#92BBFA",
|
|
53
|
+
"lighter-blue": "#E1EDFF",
|
|
54
|
+
"dark-orange": "#BD8400",
|
|
55
|
+
"orange": "#FCB100",
|
|
56
|
+
"yellow": "#FFC60A",
|
|
57
|
+
"dark-red": "#D5260B",
|
|
58
|
+
"red": "#F5563D",
|
|
59
|
+
"bright-pink": "#e8178a",
|
|
60
|
+
"pale-pink": "#FC9283",
|
|
61
|
+
"dark-green": "#218321",
|
|
62
|
+
"green": "#4DCB4D",
|
|
63
|
+
"toxic": "#E8F443",
|
|
64
|
+
"ultraviolet": "#C41CFD",
|
|
65
|
+
"pinkish": "#F073B1",
|
|
66
|
+
"azure": "#0A85C2",
|
|
67
|
+
"turquoise": "#4EA9A2",
|
|
68
|
+
"darken-turquoise": "#2F8C99",
|
|
69
|
+
"transparent": "transparent"
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$font-size-100": "10px",
|
|
3
|
+
"$font-size-200": "13px",
|
|
4
|
+
"$font-size-300": "16px",
|
|
5
|
+
"$font-size-400": "20px",
|
|
6
|
+
"$font-size-500": "28px",
|
|
7
|
+
"$font-size-600": "32px",
|
|
8
|
+
"$font-size-700": "48px",
|
|
9
|
+
"$token-font-sizes": {
|
|
10
|
+
"100": "10px",
|
|
11
|
+
"200": "13px",
|
|
12
|
+
"300": "16px",
|
|
13
|
+
"400": "20px",
|
|
14
|
+
"500": "28px",
|
|
15
|
+
"600": "32px",
|
|
16
|
+
"700": "48px"
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$font-weight-normal": "400",
|
|
3
|
+
"$font-weight-medium": "500",
|
|
4
|
+
"$font-weight-semi-bold": "600",
|
|
5
|
+
"$font-weight-bold": "700",
|
|
6
|
+
"$token-font-weights": {
|
|
7
|
+
"normal": "400",
|
|
8
|
+
"medium": "500",
|
|
9
|
+
"semi-bold": "600",
|
|
10
|
+
"bold": "700"
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$gradient-pink": "linear-gradient(180deg, #F5576C 0%, #F093FB 100%)",
|
|
3
|
+
"$gradient-violet": "linear-gradient(180deg, #E41AFE 0%, #8035F8 100%)",
|
|
4
|
+
"$gradient-blue": "linear-gradient(180deg, #1ADBFE 0%, #3580F8 100%)",
|
|
5
|
+
"$gradient-yellow": "linear-gradient(180deg, #FEE41A 0%, #F89B35 100%)",
|
|
6
|
+
"$gradient-green": "linear-gradient(180deg, #C9DD4C 0%, #63BE7E 100%)",
|
|
7
|
+
"$gradient-red": "linear-gradient(180deg, #F26567 0%, #F79440 100%)",
|
|
8
|
+
"$gradient-purple": "linear-gradient(270deg, #9a47ed 0%, #8446ff 100%)",
|
|
9
|
+
"$gradient-purple-pink": "linear-gradient(90deg, #722eff 2%, #fe6ffc 100%)",
|
|
10
|
+
"$gradient-blue-purple": "linear-gradient(90deg, #18bfe3 20%, #8756ff 70%)",
|
|
11
|
+
"$gradient-dark-blue": "linear-gradient(90deg, #5550EF 0%, #7F4EFF 100%)",
|
|
12
|
+
"$gradient-primary-radial": "radial-gradient(rgb(179, 211, 255), rgb(62, 132, 244))"
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { default as animations } from './animations.json';
|
|
2
|
+
import { default as borderRadius } from './border-radius.json';
|
|
3
|
+
import { default as boxShadows } from './box-shadows.json';
|
|
4
|
+
import { default as colors } from './colors.json';
|
|
5
|
+
import { default as durations } from './durations.json';
|
|
6
|
+
import { default as easings } from './easings.json';
|
|
7
|
+
import { default as fontFamilies } from './font-families.json';
|
|
8
|
+
import { default as fontSizes } from './font-sizes.json';
|
|
9
|
+
import { default as fontWeights } from './font-weights.json';
|
|
10
|
+
import { default as gradients } from './gradients.json';
|
|
11
|
+
import { default as letterSpacings } from './letter-spacings.json';
|
|
12
|
+
import { default as lineHeights } from './line-heights.json';
|
|
13
|
+
import { default as mediaQueries } from './media-queries.json';
|
|
14
|
+
import { default as opacities } from './opacities.json';
|
|
15
|
+
import { default as sizes } from './sizes.json';
|
|
16
|
+
import { default as spacings } from './spacings.json';
|
|
17
|
+
import { default as zIndexes } from './z-indexes.json';
|
|
18
|
+
export { animations, borderRadius, boxShadows, colors, durations, easings, fontFamilies, fontSizes, fontWeights, gradients, letterSpacings, lineHeights, mediaQueries, opacities, sizes, spacings, zIndexes, };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$line-height-150": "12px",
|
|
3
|
+
"$line-height-200": "16px",
|
|
4
|
+
"$line-height-250": "20px",
|
|
5
|
+
"$line-height-300": "24px",
|
|
6
|
+
"$line-height-400": "32px",
|
|
7
|
+
"$line-height-500": "40px",
|
|
8
|
+
"$line-height-600": "48px",
|
|
9
|
+
"$token-line-heights": {
|
|
10
|
+
"150": "12px",
|
|
11
|
+
"200": "16px",
|
|
12
|
+
"250": "20px",
|
|
13
|
+
"300": "24px",
|
|
14
|
+
"400": "32px",
|
|
15
|
+
"500": "40px",
|
|
16
|
+
"600": "48px"
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$media-query-xs": "\"(min-width: 375px)\"",
|
|
3
|
+
"$media-query-s": "\"(min-width: 480px)\"",
|
|
4
|
+
"$media-query-m": "\"(min-width: 768px)\"",
|
|
5
|
+
"$media-query-l": "\"(min-width: 1024px)\"",
|
|
6
|
+
"$media-query-xl": "\"(min-width: 1440px)\"",
|
|
7
|
+
"$media-query-xs-down": "\"(max-width: 374px)\"",
|
|
8
|
+
"$media-query-s-down": "\"(max-width: 479px)\"",
|
|
9
|
+
"$media-query-m-down": "\"(max-width: 767px)\"",
|
|
10
|
+
"$media-query-l-down": "\"(max-width: 1023px)\"",
|
|
11
|
+
"$media-query-xl-down": "\"(max-width: 1439px)\"",
|
|
12
|
+
"$media-desktop": "\"(hover: hover) and (pointer: fine)\"",
|
|
13
|
+
"$media-mobile": "\"(hover: none) and (pointer: coarse)\"",
|
|
14
|
+
"$token-media-queries": {
|
|
15
|
+
"xs": "\"(min-width: 375px)\"",
|
|
16
|
+
"s": "\"(min-width: 480px)\"",
|
|
17
|
+
"m": "\"(min-width: 768px)\"",
|
|
18
|
+
"l": "\"(min-width: 1024px)\"",
|
|
19
|
+
"xl": "\"(min-width: 1440px)\"",
|
|
20
|
+
"xs-down": "\"(max-width: 374px)\"",
|
|
21
|
+
"s-down": "\"(max-width: 479px)\"",
|
|
22
|
+
"m-down": "\"(max-width: 767px)\"",
|
|
23
|
+
"l-down": "\"(max-width: 1023px)\"",
|
|
24
|
+
"xl-down": "\"(max-width: 1439px)\""
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$size-50": "4px",
|
|
3
|
+
"$size-100": "8px",
|
|
4
|
+
"$size-150": "12px",
|
|
5
|
+
"$size-200": "16px",
|
|
6
|
+
"$size-250": "20px",
|
|
7
|
+
"$size-300": "24px",
|
|
8
|
+
"$size-400": "32px",
|
|
9
|
+
"$size-500": "40px",
|
|
10
|
+
"$size-550": "44px",
|
|
11
|
+
"$size-600": "48px",
|
|
12
|
+
"$size-700": "56px",
|
|
13
|
+
"$size-800": "64px",
|
|
14
|
+
"$size-900": "72px",
|
|
15
|
+
"$size-1000": "80px",
|
|
16
|
+
"$token-avatar-sizes": {
|
|
17
|
+
"300": "24px",
|
|
18
|
+
"400": "32px",
|
|
19
|
+
"500": "40px",
|
|
20
|
+
"600": "48px",
|
|
21
|
+
"700": "56px",
|
|
22
|
+
"800": "64px",
|
|
23
|
+
"900": "72px",
|
|
24
|
+
"1000": "80px"
|
|
25
|
+
},
|
|
26
|
+
"$token-icon-sizes": {
|
|
27
|
+
"50": "4px",
|
|
28
|
+
"100": "8px",
|
|
29
|
+
"150": "12px",
|
|
30
|
+
"200": "16px",
|
|
31
|
+
"250": "20px",
|
|
32
|
+
"300": "24px",
|
|
33
|
+
"400": "32px",
|
|
34
|
+
"500": "40px",
|
|
35
|
+
"550": "44px",
|
|
36
|
+
"600": "48px",
|
|
37
|
+
"700": "56px",
|
|
38
|
+
"800": "64px",
|
|
39
|
+
"900": "72px",
|
|
40
|
+
"1000": "80px"
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export default _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$space-zero": "0",
|
|
3
|
+
"$space-50": "4px",
|
|
4
|
+
"$space-100": "8px",
|
|
5
|
+
"$space-150": "12px",
|
|
6
|
+
"$space-200": "16px",
|
|
7
|
+
"$space-250": "20px",
|
|
8
|
+
"$space-300": "24px",
|
|
9
|
+
"$space-350": "28px",
|
|
10
|
+
"$space-400": "32px",
|
|
11
|
+
"$space-450": "36px",
|
|
12
|
+
"$space-500": "40px",
|
|
13
|
+
"$space-600": "48px",
|
|
14
|
+
"$space-700": "56px",
|
|
15
|
+
"$space-800": "64px",
|
|
16
|
+
"$space-900": "72px",
|
|
17
|
+
"$space-1000": "80px",
|
|
18
|
+
"$token-spaces": {
|
|
19
|
+
"50": "4px",
|
|
20
|
+
"100": "8px",
|
|
21
|
+
"150": "12px",
|
|
22
|
+
"200": "16px",
|
|
23
|
+
"250": "20px",
|
|
24
|
+
"300": "24px",
|
|
25
|
+
"400": "32px",
|
|
26
|
+
"450": "36px",
|
|
27
|
+
"500": "40px",
|
|
28
|
+
"600": "48px",
|
|
29
|
+
"700": "56px",
|
|
30
|
+
"800": "64px",
|
|
31
|
+
"900": "72px",
|
|
32
|
+
"1000": "80px"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$z-index-sticky-tabs": "49",
|
|
3
|
+
"$z-index-dropdown": "100",
|
|
4
|
+
"$z-index-sticky": "100",
|
|
5
|
+
"$z-index-overlay-page": "7000",
|
|
6
|
+
"$z-index-modal": "8000",
|
|
7
|
+
"$z-index-top-line": "8000",
|
|
8
|
+
"$z-index-header": "10000",
|
|
9
|
+
"$z-index-notification": "10001",
|
|
10
|
+
"$z-index-overlay": "10002",
|
|
11
|
+
"$z-index-toasted": "10003"
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: import(
|
|
1
|
+
import { AvatarSizeTypes } from '../../../types/styles/AvatarSizes';
|
|
2
|
+
import { ColorTypes } from '../../../types/styles/Colors';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* Путь до изображения
|
|
6
6
|
*
|
|
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
71
|
type: BooleanConstructor;
|
|
72
72
|
default: boolean;
|
|
73
73
|
};
|
|
74
|
-
}>, {}, {}, {}, {}, import(
|
|
74
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
75
75
|
/**
|
|
76
76
|
* Путь до изображения
|
|
77
77
|
*
|
|
@@ -152,6 +152,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
152
152
|
dotColor: "transparent" | "purple" | "hover-purple" | "light-purple" | "bg-purple" | "lighter-purple" | "black" | "outline-light" | "dark-gray" | "gray" | "outline-gray" | "hover-gray" | "bg-gray" | "white" | "hover-blue" | "blue" | "light-blue" | "lighter-blue" | "dark-orange" | "orange" | "yellow" | "dark-red" | "red" | "bright-pink" | "pale-pink" | "dark-green" | "green" | "toxic" | "ultraviolet" | "pinkish" | "azure" | "turquoise" | "darken-turquoise";
|
|
153
153
|
shadow: boolean;
|
|
154
154
|
draggable: boolean;
|
|
155
|
-
}, {}, {}, {}, string, import(
|
|
155
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
156
156
|
export default _default;
|
|
157
|
-
//# sourceMappingURL=McAvatar.vue.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
/**
|
|
3
3
|
* Дизайн:
|
|
4
4
|
* `purple, purple-outline т.д.`
|
|
@@ -18,7 +18,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
18
18
|
type: BooleanConstructor;
|
|
19
19
|
default: boolean;
|
|
20
20
|
};
|
|
21
|
-
}>, {}, {}, {}, {}, import(
|
|
21
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
22
|
/**
|
|
23
23
|
* Дизайн:
|
|
24
24
|
* `purple, purple-outline т.д.`
|
|
@@ -42,7 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
42
42
|
variation: "transparent" | "purple" | "hover-purple" | "light-purple" | "bg-purple" | "lighter-purple" | "black" | "outline-light" | "dark-gray" | "gray" | "outline-gray" | "hover-gray" | "bg-gray" | "white" | "hover-blue" | "blue" | "light-blue" | "lighter-blue" | "dark-orange" | "orange" | "yellow" | "dark-red" | "red" | "bright-pink" | "pale-pink" | "dark-green" | "green" | "toxic" | "ultraviolet" | "pinkish" | "azure" | "turquoise" | "darken-turquoise";
|
|
43
43
|
verticalLine: boolean;
|
|
44
44
|
modern: boolean;
|
|
45
|
-
}, {}, {}, {}, string, import(
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
46
46
|
default?(_: {}): any;
|
|
47
47
|
}>;
|
|
48
48
|
export default _default;
|
|
@@ -51,4 +51,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
51
51
|
$slots: S;
|
|
52
52
|
};
|
|
53
53
|
};
|
|
54
|
-
//# sourceMappingURL=McBadge.vue.d.ts.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
center: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
+
center: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
center: boolean;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { TooltipPositionsUnion } from '../../../types/ITooltip';
|
|
3
|
+
import { ButtonVariationUnion, ButtonSizeUnion, ButtonTypeUnion } from '../../../types/IButton';
|
|
4
|
+
import { HorizontalAlignmentUnion } from '../../../types/styles/Alignment';
|
|
5
|
+
import { WeightsUnion } from '../../../types/styles/Weights';
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8
7
|
/**
|
|
9
8
|
* Если нужна ссылка внутри приложения:
|
|
10
9
|
*/
|
|
@@ -200,10 +199,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
200
199
|
tabindex: {
|
|
201
200
|
type: (StringConstructor | NumberConstructor)[];
|
|
202
201
|
};
|
|
203
|
-
}>, {}, {}, {}, {}, import(
|
|
202
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
204
203
|
click: (...args: any[]) => void;
|
|
205
204
|
blur: (...args: any[]) => void;
|
|
206
|
-
}, string, import(
|
|
205
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
207
206
|
/**
|
|
208
207
|
* Если нужна ссылка внутри приложения:
|
|
209
208
|
*/
|
|
@@ -426,7 +425,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
426
425
|
weight: WeightsUnion;
|
|
427
426
|
tooltip: string;
|
|
428
427
|
tooltipPlacement: TooltipPositionsUnion;
|
|
429
|
-
}, {}, {}, {}, string, import(
|
|
428
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
430
429
|
"icon-prepend"?(_: {}): any;
|
|
431
430
|
default?(_: {}): any;
|
|
432
431
|
"icon-append"?(_: {}): any;
|
|
@@ -437,4 +436,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
437
436
|
$slots: S;
|
|
438
437
|
};
|
|
439
438
|
};
|
|
440
|
-
//# sourceMappingURL=McButton.vue.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ChipVariationUnion, ChipSizeUnion } from '../../../types/IChip';
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
4
|
/**
|
|
6
5
|
* Text content
|
|
7
6
|
*
|
|
@@ -49,10 +48,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
49
48
|
type: () => "transparent" | "purple" | "hover-purple" | "light-purple" | "bg-purple" | "lighter-purple" | "black" | "outline-light" | "dark-gray" | "gray" | "outline-gray" | "hover-gray" | "bg-gray" | "white" | "hover-blue" | "blue" | "light-blue" | "lighter-blue" | "dark-orange" | "orange" | "yellow" | "dark-red" | "red" | "bright-pink" | "pale-pink" | "dark-green" | "green" | "toxic" | "ultraviolet" | "pinkish" | "azure" | "turquoise" | "darken-turquoise";
|
|
50
49
|
default: string;
|
|
51
50
|
};
|
|
52
|
-
}>, {}, {}, {}, {}, import(
|
|
51
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
53
52
|
click: (...args: any[]) => void;
|
|
54
53
|
close: (...args: any[]) => void;
|
|
55
|
-
}, string, import(
|
|
54
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
56
55
|
/**
|
|
57
56
|
* Text content
|
|
58
57
|
*
|
|
@@ -110,7 +109,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
110
109
|
textColor: "transparent" | "purple" | "hover-purple" | "light-purple" | "bg-purple" | "lighter-purple" | "black" | "outline-light" | "dark-gray" | "gray" | "outline-gray" | "hover-gray" | "bg-gray" | "white" | "hover-blue" | "blue" | "light-blue" | "lighter-blue" | "dark-orange" | "orange" | "yellow" | "dark-red" | "red" | "bright-pink" | "pale-pink" | "dark-green" | "green" | "toxic" | "ultraviolet" | "pinkish" | "azure" | "turquoise" | "darken-turquoise";
|
|
111
110
|
closable: boolean;
|
|
112
111
|
counter: string | number;
|
|
113
|
-
}, {}, {}, {}, string, import(
|
|
112
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
114
113
|
icon?(_: {}): any;
|
|
115
114
|
default?(_: {}): any;
|
|
116
115
|
button?(_: {}): any;
|
|
@@ -121,4 +120,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
121
120
|
$slots: S;
|
|
122
121
|
};
|
|
123
122
|
};
|
|
124
|
-
//# sourceMappingURL=McChip.vue.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import '
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("vue").PublicProps>, {
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>, {
|
|
3
2
|
title?(_: {}): any;
|
|
4
3
|
header?(_: {}): any;
|
|
5
4
|
sidebar?(_: {}): any;
|
|
@@ -11,4 +10,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
11
10
|
$slots: S;
|
|
12
11
|
};
|
|
13
12
|
};
|
|
14
|
-
//# sourceMappingURL=McDatepicker.vue.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
2
|
interface DraggableInitPayload {
|
|
3
3
|
x: number;
|
|
4
4
|
y: number;
|
|
5
5
|
}
|
|
6
6
|
type CardIdType = string | number | undefined;
|
|
7
7
|
type StorageTypeUnion = 'local' | 'session';
|
|
8
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
9
9
|
/**
|
|
10
10
|
* Дизайн:
|
|
11
11
|
* purple, red, orange и т.д.
|
|
@@ -32,7 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
32
32
|
type: PropType<StorageTypeUnion>;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
|
-
}>, {}, {}, {}, {}, import(
|
|
35
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
36
36
|
/**
|
|
37
37
|
* Дизайн:
|
|
38
38
|
* purple, red, orange и т.д.
|
|
@@ -64,7 +64,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
64
64
|
initial: DraggableInitPayload;
|
|
65
65
|
savePosition: boolean;
|
|
66
66
|
storageType: StorageTypeUnion;
|
|
67
|
-
}, {}, {}, {}, string, import(
|
|
67
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
68
68
|
left?(_: {}): any;
|
|
69
69
|
top?(_: {}): any;
|
|
70
70
|
bottom?(_: {}): any;
|
|
@@ -76,4 +76,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
76
76
|
$slots: S;
|
|
77
77
|
};
|
|
78
78
|
};
|
|
79
|
-
//# sourceMappingURL=McDraggable.vue.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>, {
|
|
2
2
|
header?(_: {}): any;
|
|
3
3
|
default?(_: {}): any;
|
|
4
4
|
footer?(_: {}): any;
|
|
@@ -9,4 +9,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
9
9
|
$slots: S;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
|
-
//# sourceMappingURL=McFieldCheckbox.vue.d.ts.map
|