mediacube-ui-v2 0.0.32 → 0.0.34
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/mediacube-ui-v2.cjs.js +7 -0
- package/dist/mediacube-ui-v2.es.js +23887 -0
- package/dist/src/App.vue.d.ts +1 -1
- package/dist/src/App.vue.d.ts.map +1 -1
- package/dist/src/assets/tokens/json/animations.json.d.ts +8 -0
- package/dist/src/assets/tokens/json/border-radius.json.d.ts +26 -0
- package/dist/src/assets/tokens/json/box-shadows.json.d.ts +26 -0
- package/dist/src/assets/tokens/json/colors.json.d.ts +73 -0
- package/dist/src/assets/tokens/json/durations.json.d.ts +12 -0
- package/dist/src/assets/tokens/json/easings.json.d.ts +5 -0
- package/dist/src/assets/tokens/json/font-families.json.d.ts +6 -0
- package/dist/src/assets/tokens/json/font-sizes.json.d.ts +20 -0
- package/dist/src/assets/tokens/json/font-weights.json.d.ts +14 -0
- package/dist/src/assets/tokens/json/gradients.json.d.ts +15 -0
- package/dist/src/assets/tokens/json/index.d.ts +17 -17
- package/dist/src/assets/tokens/json/letter-spacings.json.d.ts +6 -0
- package/dist/src/assets/tokens/json/line-heights.json.d.ts +20 -0
- package/dist/src/assets/tokens/json/media-queries.json.d.ts +28 -0
- package/dist/src/assets/tokens/json/opacities.json.d.ts +7 -0
- package/dist/src/assets/tokens/json/sizes.json.d.ts +44 -0
- package/dist/src/assets/tokens/json/spacings.json.d.ts +36 -0
- package/dist/src/assets/tokens/json/z-indexes.json.d.ts +14 -0
- package/dist/src/components/elements/McAvatar/McAvatar.vue.d.ts +5 -5
- package/dist/src/components/elements/McAvatar/McAvatar.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McBadge/McBadge.vue.d.ts +3 -3
- package/dist/src/components/elements/McBadge/McBadge.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McBottomLoader/McBottomLoader.vue.d.ts +3 -3
- package/dist/src/components/elements/McBottomLoader/McBottomLoader.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McButton/McButton.vue.d.ts +9 -10
- package/dist/src/components/elements/McButton/McButton.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McChip/McChip.vue.d.ts +6 -7
- package/dist/src/components/elements/McChip/McChip.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McDatepicker/McDatepicker.vue.d.ts +1 -2
- package/dist/src/components/elements/McDatepicker/McDatepicker.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McDraggable/McDraggable.vue.d.ts +4 -4
- package/dist/src/components/elements/McDraggable/McDraggable.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McFieldCheckbox/McFieldCheckbox.vue.d.ts +1 -1
- package/dist/src/components/elements/McFieldCheckbox/McFieldCheckbox.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McFieldRadio/McFieldRadio.vue.d.ts +8 -8
- package/dist/src/components/elements/McFieldRadio/McFieldRadio.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McFieldRadioGroup/McFieldRadioGroup.vue.d.ts +1 -1
- package/dist/src/components/elements/McFieldRadioGroup/McFieldRadioGroup.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McFieldRange/McFieldRange.vue.d.ts +6 -6
- package/dist/src/components/elements/McFieldRange/McFieldRange.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McFieldSelect/McFieldSelect.vue.d.ts +8 -9
- package/dist/src/components/elements/McFieldSelect/McFieldSelect.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McFieldText/McFieldText.vue.d.ts +9 -9
- package/dist/src/components/elements/McFieldText/McFieldText.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McFieldToggle/McFieldToggle.vue.d.ts +6 -6
- package/dist/src/components/elements/McFieldToggle/McFieldToggle.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue.d.ts +4 -4
- package/dist/src/components/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McNodata/McNoData.vue.d.ts +5 -5
- package/dist/src/components/elements/McNodata/McNoData.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McNotification/McNotification.vue.d.ts +5 -5
- package/dist/src/components/elements/McNotification/McNotification.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McProgress/McProgress.vue.d.ts +5 -5
- package/dist/src/components/elements/McProgress/McProgress.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McSeparator/McSeparator.vue.d.ts +4 -4
- package/dist/src/components/elements/McSeparator/McSeparator.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McSlideUpDown/McSlideUpDown.vue.d.ts +5 -5
- package/dist/src/components/elements/McSlideUpDown/McSlideUpDown.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McStack/McStack.vue.d.ts +4 -4
- package/dist/src/components/elements/McStack/McStack.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McSvgIcon/McSvgIcon.vue.d.ts +9 -9
- package/dist/src/components/elements/McSvgIcon/McSvgIcon.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McTitle/McTitle.vue.d.ts +7 -7
- package/dist/src/components/elements/McTitle/McTitle.vue.d.ts.map +1 -1
- package/dist/src/components/elements/McTooltip/McTooltip.vue.d.ts +6 -6
- package/dist/src/components/elements/McTooltip/McTooltip.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McAccordion/McAccordion.vue.d.ts +4 -4
- package/dist/src/components/patterns/McAccordion/McAccordion.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McCell/McCell.vue.d.ts +6 -6
- package/dist/src/components/patterns/McCell/McCell.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McCollapse/McCollapse.vue.d.ts +6 -6
- package/dist/src/components/patterns/McCollapse/McCollapse.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McDropdown/McDropdown.vue.d.ts +7 -7
- package/dist/src/components/patterns/McDropdown/McDropdown.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McDropdown/McDropdownPanel.vue.d.ts +4 -4
- package/dist/src/components/patterns/McDropdown/McDropdownPanel.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McFilter/McFilter.vue.d.ts +6 -6
- package/dist/src/components/patterns/McFilter/McFilter.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McFilter/McFilterChip/McFilterChip.vue.d.ts +6 -6
- package/dist/src/components/patterns/McFilter/McFilterChip/McFilterChip.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McFilter/McFilterTags/McFilterTags.vue.d.ts +6 -6
- package/dist/src/components/patterns/McFilter/McFilterTags/McFilterTags.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue.d.ts +6 -6
- package/dist/src/components/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue.d.ts +6 -6
- package/dist/src/components/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue.d.ts +6 -6
- package/dist/src/components/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McFilter/McFilterTypeText/McFilterTypeText.vue.d.ts +6 -6
- package/dist/src/components/patterns/McFilter/McFilterTypeText/McFilterTypeText.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McGridCol/McGridCol.vue.d.ts +4 -4
- package/dist/src/components/patterns/McGridCol/McGridCol.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McGridRow/McGridRow.vue.d.ts +5 -5
- package/dist/src/components/patterns/McGridRow/McGridRow.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McOverlay/McOverlay.vue.d.ts +4 -4
- package/dist/src/components/patterns/McOverlay/McOverlay.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McPreview/McPreview.vue.d.ts +4 -4
- package/dist/src/components/patterns/McPreview/McPreview.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McSideBar/McSideBar.vue.d.ts +7 -7
- package/dist/src/components/patterns/McSideBar/McSideBar.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue.d.ts +5 -5
- package/dist/src/components/patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.d.ts +5 -5
- package/dist/src/components/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue.d.ts +6 -6
- package/dist/src/components/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.d.ts +6 -6
- package/dist/src/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McTab/McTab.vue.d.ts +5 -5
- package/dist/src/components/patterns/McTab/McTab.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McTabs/McTabs.vue.d.ts +7 -8
- package/dist/src/components/patterns/McTabs/McTabs.vue.d.ts.map +1 -1
- package/dist/src/components/patterns/McWrapScroll/McWrapScroll.vue.d.ts +7 -7
- package/dist/src/components/patterns/McWrapScroll/McWrapScroll.vue.d.ts.map +1 -1
- package/dist/src/components/templates/McDrawer/McDrawer.vue.d.ts +7 -7
- package/dist/src/components/templates/McDrawer/McDrawer.vue.d.ts.map +1 -1
- package/dist/src/components/templates/McDrawer/McDrawerContainer.vue.d.ts +5 -5
- package/dist/src/components/templates/McDrawer/McDrawerContainer.vue.d.ts.map +1 -1
- package/dist/src/components/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue.d.ts +4 -4
- package/dist/src/components/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue.d.ts.map +1 -1
- package/dist/src/components/templates/McModal/McModal.vue.d.ts +7 -7
- package/dist/src/components/templates/McModal/McModal.vue.d.ts.map +1 -1
- package/dist/src/components/templates/McModal/McModalContainer.vue.d.ts +5 -5
- package/dist/src/components/templates/McModal/McModalContainer.vue.d.ts.map +1 -1
- package/dist/src/components/templates/McTable/McTable/McTable.vue.d.ts +7 -7
- package/dist/src/components/templates/McTable/McTable/McTable.vue.d.ts.map +1 -1
- package/dist/src/components/templates/McTable/McTableCard/McTableCard.vue.d.ts +6 -6
- package/dist/src/components/templates/McTable/McTableCard/McTableCard.vue.d.ts.map +1 -1
- package/dist/src/components/templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue.d.ts +4 -4
- package/dist/src/components/templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue.d.ts.map +1 -1
- package/dist/src/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.d.ts +5 -5
- package/dist/src/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.d.ts.map +1 -1
- package/dist/src/components/templates/McTable/McTableSort/McTableSort.vue.d.ts +6 -6
- package/dist/src/components/templates/McTable/McTableSort/McTableSort.vue.d.ts.map +1 -1
- package/dist/src/components/templates/McTopBar/McTopBar.vue.d.ts +4 -4
- package/dist/src/components/templates/McTopBar/McTopBar.vue.d.ts.map +1 -1
- package/dist/src/components/templates/McVirtualScroll/McVirtualScroll.vue.d.ts +4 -4
- package/dist/src/components/templates/McVirtualScroll/McVirtualScroll.vue.d.ts.map +1 -1
- package/dist/src/composables/index.d.ts +1 -1
- package/dist/src/composables/useDrawer.d.ts +1 -1
- package/dist/src/composables/useFieldErrors.d.ts +2 -2
- package/dist/src/composables/useTooltip.d.ts +1 -1
- package/dist/src/index.d.ts +2 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/main.d.ts +0 -2
- package/dist/src/mocks/filterMocks.d.ts +1 -1
- package/dist/src/mocks/icons.json.d.ts +3 -0
- package/dist/src/mocks/sidebar.d.ts +1 -1
- package/dist/src/mocks/tableData.d.ts +1 -1
- package/dist/src/types/IButton.d.ts +5 -5
- package/dist/src/types/ICell.d.ts +1 -1
- package/dist/src/types/IChip.d.ts +2 -2
- package/dist/src/types/IDatepicker.d.ts +1 -1
- package/dist/src/types/IDirections.d.ts +1 -1
- package/dist/src/types/IDrawer.d.ts +2 -2
- package/dist/src/types/IDropdown.d.ts +1 -1
- package/dist/src/types/IFilter.d.ts +1 -1
- package/dist/src/types/IInput.d.ts +1 -1
- package/dist/src/types/IModal.d.ts +2 -2
- package/dist/src/types/IPreview.d.ts +1 -1
- package/dist/src/types/IRadio.d.ts +1 -1
- package/dist/src/types/IRadioGroup.d.ts +1 -1
- package/dist/src/types/ISelect.d.ts +1 -1
- package/dist/src/types/ISideBar.d.ts +5 -5
- package/dist/src/types/ITable.d.ts +2 -2
- package/dist/src/types/ITabs.d.ts +4 -4
- package/dist/src/types/ITitle.d.ts +1 -1
- package/dist/src/types/ITooltip.d.ts +1 -1
- package/dist/src/types/styles/Alignment.d.ts +1 -1
- package/dist/src/types/styles/Grid.d.ts +1 -1
- package/dist/src/types/styles/Weights.d.ts +1 -1
- package/dist/src/utils/mcGridColAdaptiveProps.d.ts +1 -1
- package/dist/src/utils/mcTitleAdaptiveProps.d.ts +1 -1
- package/dist/style.css +1 -11696
- package/package.json +6 -4
- package/dist/index.cjs +0 -13694
- package/dist/index.js +0 -13687
- 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.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.js +0 -412
- package/dist/src/components/elements/McBadge/McBadge.vue.js +0 -188
- package/dist/src/components/elements/McBottomLoader/McBottomLoader.vue.js +0 -83
- package/dist/src/components/elements/McButton/McButton.vue.js +0 -1037
- 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.js +0 -1251
- package/dist/src/components/elements/McDraggable/McDraggable.vue.js +0 -280
- package/dist/src/components/elements/McFieldCheckbox/McFieldCheckbox.vue.js +0 -541
- package/dist/src/components/elements/McFieldRadio/McFieldRadio.vue.js +0 -488
- package/dist/src/components/elements/McFieldRadioGroup/McFieldRadioGroup.vue.js +0 -470
- package/dist/src/components/elements/McFieldRange/McFieldRange.vue.js +0 -547
- package/dist/src/components/elements/McFieldSelect/McFieldSelect.vue.js +0 -1436
- package/dist/src/components/elements/McFieldText/McFieldText.vue.js +0 -1401
- package/dist/src/components/elements/McFieldToggle/McFieldToggle.vue.js +0 -408
- package/dist/src/components/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue.js +0 -192
- package/dist/src/components/elements/McNodata/McNoData.vue.js +0 -316
- package/dist/src/components/elements/McNotification/McNotification.vue.js +0 -364
- package/dist/src/components/elements/McProgress/McProgress.vue.js +0 -361
- package/dist/src/components/elements/McSeparator/McSeparator.vue.js +0 -325
- package/dist/src/components/elements/McSlideUpDown/McSlideUpDown.vue.js +0 -271
- package/dist/src/components/elements/McStack/McStack.vue.js +0 -180
- package/dist/src/components/elements/McSvgIcon/McSvgIcon.vue.js +0 -286
- package/dist/src/components/elements/McTitle/McTitle.vue.js +0 -466
- package/dist/src/components/elements/McTooltip/McTooltip.vue.js +0 -246
- package/dist/src/components/index.js +0 -69
- package/dist/src/components/patterns/McAccordion/McAccordion.vue.js +0 -120
- package/dist/src/components/patterns/McCell/McCell.vue.js +0 -197
- package/dist/src/components/patterns/McCollapse/McCollapse.vue.js +0 -314
- package/dist/src/components/patterns/McDropdown/McDropdown.vue.js +0 -366
- package/dist/src/components/patterns/McDropdown/McDropdownPanel.vue.js +0 -83
- package/dist/src/components/patterns/McFilter/McFilter.vue.js +0 -1056
- package/dist/src/components/patterns/McFilter/McFilterChip/McFilterChip.vue.js +0 -210
- package/dist/src/components/patterns/McFilter/McFilterTags/McFilterTags.vue.js +0 -546
- package/dist/src/components/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue.js +0 -188
- package/dist/src/components/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue.js +0 -238
- package/dist/src/components/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue.js +0 -356
- package/dist/src/components/patterns/McFilter/McFilterTypeText/McFilterTypeText.vue.js +0 -171
- package/dist/src/components/patterns/McGridCol/McGridCol.vue.js +0 -246
- package/dist/src/components/patterns/McGridRow/McGridRow.vue.js +0 -292
- package/dist/src/components/patterns/McOverlay/McOverlay.vue.js +0 -107
- package/dist/src/components/patterns/McPreview/McPreview.vue.js +0 -118
- package/dist/src/components/patterns/McSideBar/McSideBar.vue.js +0 -738
- package/dist/src/components/patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue.js +0 -204
- package/dist/src/components/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.js +0 -508
- package/dist/src/components/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue.js +0 -409
- package/dist/src/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.js +0 -415
- package/dist/src/components/patterns/McTab/McTab.vue.js +0 -518
- package/dist/src/components/patterns/McTabs/McTabs.vue.js +0 -427
- package/dist/src/components/patterns/McWrapScroll/McWrapScroll.vue.js +0 -422
- package/dist/src/components/templates/McDrawer/McDrawer.vue.js +0 -304
- package/dist/src/components/templates/McDrawer/McDrawerContainer.vue.js +0 -133
- package/dist/src/components/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue.js +0 -134
- package/dist/src/components/templates/McModal/McModal.vue.js +0 -664
- package/dist/src/components/templates/McModal/McModalContainer.vue.js +0 -119
- package/dist/src/components/templates/McTable/McTable/McTable.vue.js +0 -854
- package/dist/src/components/templates/McTable/McTableCard/McTableCard.vue.js +0 -339
- package/dist/src/components/templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue.js +0 -118
- package/dist/src/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.js +0 -118
- package/dist/src/components/templates/McTable/McTableSort/McTableSort.vue.js +0 -136
- package/dist/src/components/templates/McTopBar/McTopBar.vue.js +0 -305
- package/dist/src/components/templates/McVirtualScroll/McVirtualScroll.vue.js +0 -239
- package/dist/src/composables/index.js +0 -7
- package/dist/src/composables/useDrawer.js +0 -72
- package/dist/src/composables/useEncodeDecode.js +0 -25
- package/dist/src/composables/useFieldErrors.js +0 -20
- package/dist/src/composables/useHelper.js +0 -79
- package/dist/src/composables/useModal.js +0 -71
- package/dist/src/composables/useRandomNumber.js +0 -10
- package/dist/src/composables/useTooltip.js +0 -154
- package/dist/src/consts/index.js +0 -1
- package/dist/src/consts/table.js +0 -6
- package/dist/src/enums/Cell.js +0 -6
- package/dist/src/enums/Chip.js +0 -11
- package/dist/src/enums/Datepicker.js +0 -42
- package/dist/src/enums/Drawer.js +0 -5
- package/dist/src/enums/Dropdown.js +0 -12
- package/dist/src/enums/Filter.js +0 -14
- package/dist/src/enums/Grid.js +0 -24
- package/dist/src/enums/Input.js +0 -20
- package/dist/src/enums/Modal.js +0 -5
- package/dist/src/enums/Preview.js +0 -6
- package/dist/src/enums/Radio.js +0 -5
- package/dist/src/enums/RadioGroup.js +0 -5
- package/dist/src/enums/Select.js +0 -11
- package/dist/src/enums/Sidebar.js +0 -5
- package/dist/src/enums/Tab.js +0 -6
- package/dist/src/enums/Title.js +0 -21
- package/dist/src/enums/Tooltip.js +0 -15
- package/dist/src/enums/index.js +0 -22
- package/dist/src/enums/ui/Alignment.js +0 -6
- package/dist/src/enums/ui/Button.js +0 -24
- package/dist/src/enums/ui/Directions.js +0 -5
- package/dist/src/enums/ui/Weights.js +0 -7
- package/dist/src/index.js +0 -17
- package/dist/src/main.js +0 -8
- package/dist/src/mocks/authUser.js +0 -162
- package/dist/src/mocks/categories.js +0 -108
- package/dist/src/mocks/filterMocks.js +0 -128
- package/dist/src/mocks/icons.json +0 -1
- package/dist/src/mocks/menuLangs.js +0 -19
- package/dist/src/mocks/selectOptions.json +0 -111
- package/dist/src/mocks/sidebar.js +0 -125
- package/dist/src/mocks/tableData.js +0 -8180
- package/dist/src/types/IButton.js +0 -1
- package/dist/src/types/ICell.js +0 -1
- package/dist/src/types/IChip.js +0 -1
- package/dist/src/types/ICollapse.js +0 -1
- package/dist/src/types/IDatepicker.js +0 -1
- package/dist/src/types/IDirections.js +0 -1
- package/dist/src/types/IDrawer.js +0 -1
- package/dist/src/types/IDropdown.js +0 -1
- package/dist/src/types/IFilter.js +0 -1
- package/dist/src/types/IGrid.js +0 -1
- package/dist/src/types/IInput.js +0 -1
- package/dist/src/types/IModal.js +0 -1
- package/dist/src/types/IPreview.js +0 -1
- package/dist/src/types/IRadio.js +0 -1
- package/dist/src/types/IRadioGroup.js +0 -1
- package/dist/src/types/IRoute.js +0 -1
- package/dist/src/types/ISelect.js +0 -1
- package/dist/src/types/ISideBar.js +0 -1
- package/dist/src/types/ITable.js +0 -1
- package/dist/src/types/ITabs.js +0 -1
- package/dist/src/types/ITitle.js +0 -1
- package/dist/src/types/ITooltip.js +0 -1
- package/dist/src/types/index.js +0 -38
- package/dist/src/types/styles/Alignment.js +0 -1
- package/dist/src/types/styles/AvatarSizes.js +0 -3
- package/dist/src/types/styles/Colors.js +0 -3
- package/dist/src/types/styles/Durations.js +0 -3
- package/dist/src/types/styles/FontSizes.js +0 -3
- package/dist/src/types/styles/FontWeights.js +0 -3
- package/dist/src/types/styles/Grid.js +0 -1
- package/dist/src/types/styles/Icons.js +0 -2
- package/dist/src/types/styles/LineHeights.js +0 -3
- package/dist/src/types/styles/MediaQueries.js +0 -3
- package/dist/src/types/styles/Radiuses.js +0 -3
- package/dist/src/types/styles/Sizes.js +0 -3
- package/dist/src/types/styles/Spaces.js +0 -3
- package/dist/src/types/styles/Weights.js +0 -1
- package/dist/src/utils/dayjs.js +0 -22
- package/dist/src/utils/index.js +0 -2
- package/dist/src/utils/mcGridColAdaptiveProps.js +0 -10
- package/dist/src/utils/mcTitleAdaptiveProps.js +0 -10
- package/dist/tsconfig.tsbuildinfo +0 -1
|
@@ -1,415 +0,0 @@
|
|
|
1
|
-
import { McDropdown, McButton, McSvgIcon, McPreview, McTitle } from '@/components';
|
|
2
|
-
import { computed, inject, ref } from 'vue';
|
|
3
|
-
import { useHelper } from '@/composables';
|
|
4
|
-
import { ButtonSize, DropdownPositions, HorizontalAlignment, SidebarTheme, TitleVariations, Weights } from '@/enums';
|
|
5
|
-
import { defaultThemes } from '@/mocks/sidebar';
|
|
6
|
-
const { defineProps, defineSlots, defineEmits, defineExpose, defineModel, defineOptions, withDefaults, } = await import('vue');
|
|
7
|
-
const helper = useHelper();
|
|
8
|
-
const provideData = inject('provideData', {});
|
|
9
|
-
const props = defineProps({
|
|
10
|
-
/**
|
|
11
|
-
* Меню приложений
|
|
12
|
-
*
|
|
13
|
-
*/
|
|
14
|
-
menuApps: {
|
|
15
|
-
type: Array,
|
|
16
|
-
default: () => []
|
|
17
|
-
},
|
|
18
|
-
/**
|
|
19
|
-
* Название сервиса
|
|
20
|
-
*
|
|
21
|
-
*/
|
|
22
|
-
logoTitle: {
|
|
23
|
-
type: String,
|
|
24
|
-
default: 'Dashboard'
|
|
25
|
-
},
|
|
26
|
-
/**
|
|
27
|
-
* Размер текста названия сервиса
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
logoTitleVariation: {
|
|
31
|
-
type: String,
|
|
32
|
-
default: TitleVariations.Subtitle
|
|
33
|
-
},
|
|
34
|
-
/**
|
|
35
|
-
* Путь до изображения
|
|
36
|
-
*/
|
|
37
|
-
logoSrc: {
|
|
38
|
-
type: String,
|
|
39
|
-
default: ''
|
|
40
|
-
},
|
|
41
|
-
/**
|
|
42
|
-
* Имя иконки
|
|
43
|
-
* заголовка
|
|
44
|
-
*/
|
|
45
|
-
logoIcon: {
|
|
46
|
-
type: String,
|
|
47
|
-
default: ''
|
|
48
|
-
},
|
|
49
|
-
dropdownPosition: {
|
|
50
|
-
type: String,
|
|
51
|
-
default: DropdownPositions.Left
|
|
52
|
-
},
|
|
53
|
-
/**
|
|
54
|
-
* Компактный вид
|
|
55
|
-
*/
|
|
56
|
-
compact: {
|
|
57
|
-
type: Boolean,
|
|
58
|
-
default: false
|
|
59
|
-
}
|
|
60
|
-
});
|
|
61
|
-
const dropIsOpen = ref(false);
|
|
62
|
-
const themeConfig = computed(() => {
|
|
63
|
-
return provideData.currentThemeConfig || defaultThemes[SidebarTheme.Black];
|
|
64
|
-
});
|
|
65
|
-
const computedMenuApps = computed(() => {
|
|
66
|
-
if (helper.isEmpty(props.menuApps))
|
|
67
|
-
return null;
|
|
68
|
-
return props.menuApps.filter((app) => !Object.prototype.hasOwnProperty.call(app, 'isVisible') || app.isVisible);
|
|
69
|
-
}); /* PartiallyEnd: #3632/scriptSetup.vue */
|
|
70
|
-
const __VLS_fnComponent = (await import('vue')).defineComponent({
|
|
71
|
-
props: {
|
|
72
|
-
/**
|
|
73
|
-
* Меню приложений
|
|
74
|
-
*
|
|
75
|
-
*/
|
|
76
|
-
menuApps: {
|
|
77
|
-
type: Array,
|
|
78
|
-
default: () => []
|
|
79
|
-
},
|
|
80
|
-
/**
|
|
81
|
-
* Название сервиса
|
|
82
|
-
*
|
|
83
|
-
*/
|
|
84
|
-
logoTitle: {
|
|
85
|
-
type: String,
|
|
86
|
-
default: 'Dashboard'
|
|
87
|
-
},
|
|
88
|
-
/**
|
|
89
|
-
* Размер текста названия сервиса
|
|
90
|
-
*
|
|
91
|
-
*/
|
|
92
|
-
logoTitleVariation: {
|
|
93
|
-
type: String,
|
|
94
|
-
default: TitleVariations.Subtitle
|
|
95
|
-
},
|
|
96
|
-
/**
|
|
97
|
-
* Путь до изображения
|
|
98
|
-
*/
|
|
99
|
-
logoSrc: {
|
|
100
|
-
type: String,
|
|
101
|
-
default: ''
|
|
102
|
-
},
|
|
103
|
-
/**
|
|
104
|
-
* Имя иконки
|
|
105
|
-
* заголовка
|
|
106
|
-
*/
|
|
107
|
-
logoIcon: {
|
|
108
|
-
type: String,
|
|
109
|
-
default: ''
|
|
110
|
-
},
|
|
111
|
-
dropdownPosition: {
|
|
112
|
-
type: String,
|
|
113
|
-
default: DropdownPositions.Left
|
|
114
|
-
},
|
|
115
|
-
/**
|
|
116
|
-
* Компактный вид
|
|
117
|
-
*/
|
|
118
|
-
compact: {
|
|
119
|
-
type: Boolean,
|
|
120
|
-
default: false
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
});
|
|
124
|
-
;
|
|
125
|
-
let __VLS_functionalComponentProps;
|
|
126
|
-
function __VLS_template() {
|
|
127
|
-
const __VLS_ctx = {};
|
|
128
|
-
const __VLS_localComponents = {
|
|
129
|
-
...{},
|
|
130
|
-
...{},
|
|
131
|
-
...__VLS_ctx,
|
|
132
|
-
};
|
|
133
|
-
let __VLS_components;
|
|
134
|
-
const __VLS_localDirectives = {
|
|
135
|
-
...{},
|
|
136
|
-
...__VLS_ctx,
|
|
137
|
-
};
|
|
138
|
-
let __VLS_directives;
|
|
139
|
-
let __VLS_styleScopedClasses;
|
|
140
|
-
// CSS variable injection
|
|
141
|
-
// CSS variable injection end
|
|
142
|
-
let __VLS_resolvedLocalAndGlobalComponents;
|
|
143
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.div, __VLS_intrinsicElements.div)({ ...{ class: ("mc-side-bar-top") }, ...{ class: ((`mc-side-bar-top--theme-${__VLS_ctx.themeConfig.dropdownActivator}`)) }, });
|
|
144
|
-
if (!__VLS_ctx.computedMenuApps) {
|
|
145
|
-
const __VLS_0 = __VLS_resolvedLocalAndGlobalComponents.McPreview;
|
|
146
|
-
/** @type { [typeof __VLS_components.McPreview, typeof __VLS_components.mcPreview, typeof __VLS_components.McPreview, typeof __VLS_components.mcPreview, ] } */
|
|
147
|
-
// @ts-ignore
|
|
148
|
-
const __VLS_1 = __VLS_asFunctionalComponent(__VLS_0, new __VLS_0({}));
|
|
149
|
-
const __VLS_2 = __VLS_1({}, ...__VLS_functionalComponentArgsRest(__VLS_1));
|
|
150
|
-
if (__VLS_ctx.logoSrc) {
|
|
151
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.template, __VLS_intrinsicElements.template)({});
|
|
152
|
-
{
|
|
153
|
-
const { left: __VLS_thisSlot } = __VLS_nonNullable(__VLS_5.slots);
|
|
154
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.img)({ ...{ class: ("mc-side-bar-top__img") }, src: ((__VLS_ctx.logoSrc)), width: ("24"), height: ("24"), alt: ((__VLS_ctx.logoTitle)), });
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.template, __VLS_intrinsicElements.template)({});
|
|
158
|
-
{
|
|
159
|
-
const { top: __VLS_thisSlot } = __VLS_nonNullable(__VLS_5.slots);
|
|
160
|
-
if (!__VLS_ctx.compact) {
|
|
161
|
-
const __VLS_6 = __VLS_resolvedLocalAndGlobalComponents.McTitle;
|
|
162
|
-
/** @type { [typeof __VLS_components.McTitle, typeof __VLS_components.mcTitle, typeof __VLS_components.McTitle, typeof __VLS_components.mcTitle, ] } */
|
|
163
|
-
// @ts-ignore
|
|
164
|
-
const __VLS_7 = __VLS_asFunctionalComponent(__VLS_6, new __VLS_6({ weight: ((__VLS_ctx.Weights.SemiBold)), variation: ((__VLS_ctx.logoTitleVariation)), }));
|
|
165
|
-
const __VLS_8 = __VLS_7({ weight: ((__VLS_ctx.Weights.SemiBold)), variation: ((__VLS_ctx.logoTitleVariation)), }, ...__VLS_functionalComponentArgsRest(__VLS_7));
|
|
166
|
-
(__VLS_ctx.logoTitle);
|
|
167
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.template, __VLS_intrinsicElements.template)({});
|
|
168
|
-
{
|
|
169
|
-
const { "icon-append": __VLS_thisSlot } = __VLS_nonNullable(__VLS_11.slots);
|
|
170
|
-
var __VLS_12 = {};
|
|
171
|
-
}
|
|
172
|
-
var __VLS_11;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
var __VLS_5;
|
|
176
|
-
}
|
|
177
|
-
else {
|
|
178
|
-
const __VLS_13 = __VLS_resolvedLocalAndGlobalComponents.McDropdown;
|
|
179
|
-
/** @type { [typeof __VLS_components.McDropdown, typeof __VLS_components.mcDropdown, typeof __VLS_components.McDropdown, typeof __VLS_components.mcDropdown, ] } */
|
|
180
|
-
// @ts-ignore
|
|
181
|
-
const __VLS_14 = __VLS_asFunctionalComponent(__VLS_13, new __VLS_13({ modelValue: ((__VLS_ctx.dropIsOpen)), position: ((__VLS_ctx.dropdownPosition)), items: ((__VLS_ctx.computedMenuApps)), }));
|
|
182
|
-
const __VLS_15 = __VLS_14({ modelValue: ((__VLS_ctx.dropIsOpen)), position: ((__VLS_ctx.dropdownPosition)), items: ((__VLS_ctx.computedMenuApps)), }, ...__VLS_functionalComponentArgsRest(__VLS_14));
|
|
183
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.template, __VLS_intrinsicElements.template)({});
|
|
184
|
-
{
|
|
185
|
-
const { activator: __VLS_thisSlot } = __VLS_nonNullable(__VLS_18.slots);
|
|
186
|
-
const __VLS_19 = __VLS_resolvedLocalAndGlobalComponents.McPreview;
|
|
187
|
-
/** @type { [typeof __VLS_components.McPreview, typeof __VLS_components.mcPreview, typeof __VLS_components.McPreview, typeof __VLS_components.mcPreview, ] } */
|
|
188
|
-
// @ts-ignore
|
|
189
|
-
const __VLS_20 = __VLS_asFunctionalComponent(__VLS_19, new __VLS_19({}));
|
|
190
|
-
const __VLS_21 = __VLS_20({}, ...__VLS_functionalComponentArgsRest(__VLS_20));
|
|
191
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.template, __VLS_intrinsicElements.template)({});
|
|
192
|
-
{
|
|
193
|
-
const { left: __VLS_thisSlot } = __VLS_nonNullable(__VLS_24.slots);
|
|
194
|
-
if (__VLS_ctx.logoSrc) {
|
|
195
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.img)({ ...{ class: ("mc-side-bar-top__img") }, src: ((__VLS_ctx.logoSrc)), width: ("24"), height: ("24"), alt: ((__VLS_ctx.logoTitle)), });
|
|
196
|
-
}
|
|
197
|
-
else if (__VLS_ctx.logoIcon) {
|
|
198
|
-
const __VLS_25 = __VLS_resolvedLocalAndGlobalComponents.McSvgIcon;
|
|
199
|
-
/** @type { [typeof __VLS_components.McSvgIcon, typeof __VLS_components.mcSvgIcon, ] } */
|
|
200
|
-
// @ts-ignore
|
|
201
|
-
const __VLS_26 = __VLS_asFunctionalComponent(__VLS_25, new __VLS_25({ ...{ class: ("rotate") }, name: ((__VLS_ctx.logoIcon)), }));
|
|
202
|
-
const __VLS_27 = __VLS_26({ ...{ class: ("rotate") }, name: ((__VLS_ctx.logoIcon)), }, ...__VLS_functionalComponentArgsRest(__VLS_26));
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.template, __VLS_intrinsicElements.template)({});
|
|
206
|
-
{
|
|
207
|
-
const { top: __VLS_thisSlot } = __VLS_nonNullable(__VLS_24.slots);
|
|
208
|
-
const __VLS_31 = __VLS_resolvedLocalAndGlobalComponents.McButton;
|
|
209
|
-
/** @type { [typeof __VLS_components.McButton, typeof __VLS_components.mcButton, typeof __VLS_components.McButton, typeof __VLS_components.mcButton, ] } */
|
|
210
|
-
// @ts-ignore
|
|
211
|
-
const __VLS_32 = __VLS_asFunctionalComponent(__VLS_31, new __VLS_31({ variation: `${__VLS_ctx.themeConfig.dropdownActivator}-link`, size: ((__VLS_ctx.compact ? __VLS_ctx.ButtonSize.LCompact : __VLS_ctx.ButtonSize.L)), ...{ class: ("mc-side-bar-top__activator-btn") }, }));
|
|
212
|
-
const __VLS_33 = __VLS_32({ variation: `${__VLS_ctx.themeConfig.dropdownActivator}-link`, size: ((__VLS_ctx.compact ? __VLS_ctx.ButtonSize.LCompact : __VLS_ctx.ButtonSize.L)), ...{ class: ("mc-side-bar-top__activator-btn") }, }, ...__VLS_functionalComponentArgsRest(__VLS_32));
|
|
213
|
-
if (!__VLS_ctx.compact) {
|
|
214
|
-
const __VLS_37 = __VLS_resolvedLocalAndGlobalComponents.McTitle;
|
|
215
|
-
/** @type { [typeof __VLS_components.McTitle, typeof __VLS_components.mcTitle, typeof __VLS_components.McTitle, typeof __VLS_components.mcTitle, ] } */
|
|
216
|
-
// @ts-ignore
|
|
217
|
-
const __VLS_38 = __VLS_asFunctionalComponent(__VLS_37, new __VLS_37({ weight: ((__VLS_ctx.Weights.SemiBold)), variation: ((__VLS_ctx.logoTitleVariation)), }));
|
|
218
|
-
const __VLS_39 = __VLS_38({ weight: ((__VLS_ctx.Weights.SemiBold)), variation: ((__VLS_ctx.logoTitleVariation)), }, ...__VLS_functionalComponentArgsRest(__VLS_38));
|
|
219
|
-
(__VLS_ctx.logoTitle);
|
|
220
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.template, __VLS_intrinsicElements.template)({});
|
|
221
|
-
{
|
|
222
|
-
const { "icon-append": __VLS_thisSlot } = __VLS_nonNullable(__VLS_42.slots);
|
|
223
|
-
var __VLS_43 = {};
|
|
224
|
-
}
|
|
225
|
-
var __VLS_42;
|
|
226
|
-
}
|
|
227
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.template, __VLS_intrinsicElements.template)({});
|
|
228
|
-
{
|
|
229
|
-
const { "icon-append": __VLS_thisSlot } = __VLS_nonNullable(__VLS_36.slots);
|
|
230
|
-
const __VLS_44 = __VLS_resolvedLocalAndGlobalComponents.McSvgIcon;
|
|
231
|
-
/** @type { [typeof __VLS_components.McSvgIcon, typeof __VLS_components.mcSvgIcon, ] } */
|
|
232
|
-
// @ts-ignore
|
|
233
|
-
const __VLS_45 = __VLS_asFunctionalComponent(__VLS_44, new __VLS_44({ ...{ class: ("rotate") }, name: ("arrow_drop_down"), color: ("gray"), }));
|
|
234
|
-
const __VLS_46 = __VLS_45({ ...{ class: ("rotate") }, name: ("arrow_drop_down"), color: ("gray"), }, ...__VLS_functionalComponentArgsRest(__VLS_45));
|
|
235
|
-
}
|
|
236
|
-
var __VLS_36;
|
|
237
|
-
}
|
|
238
|
-
var __VLS_24;
|
|
239
|
-
}
|
|
240
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.template, __VLS_intrinsicElements.template)({});
|
|
241
|
-
{
|
|
242
|
-
const { item: __VLS_thisSlot } = __VLS_nonNullable(__VLS_18.slots);
|
|
243
|
-
const [{ item }] = __VLS_getSlotParams(__VLS_thisSlot);
|
|
244
|
-
const __VLS_50 = __VLS_resolvedLocalAndGlobalComponents.McButton;
|
|
245
|
-
/** @type { [typeof __VLS_components.McButton, typeof __VLS_components.mcButton, typeof __VLS_components.McButton, typeof __VLS_components.mcButton, ] } */
|
|
246
|
-
// @ts-ignore
|
|
247
|
-
const __VLS_51 = __VLS_asFunctionalComponent(__VLS_50, new __VLS_50({ fullWidth: (true), textAlign: ((__VLS_ctx.HorizontalAlignment.Left)), variation: ("black-flat"), href: ((item.href)), to: ((item.to)), target: ((item.target)), isActive: ((item.isActive)), exact: ((item.exact)), }));
|
|
248
|
-
const __VLS_52 = __VLS_51({ fullWidth: (true), textAlign: ((__VLS_ctx.HorizontalAlignment.Left)), variation: ("black-flat"), href: ((item.href)), to: ((item.to)), target: ((item.target)), isActive: ((item.isActive)), exact: ((item.exact)), }, ...__VLS_functionalComponentArgsRest(__VLS_51));
|
|
249
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.template, __VLS_intrinsicElements.template)({});
|
|
250
|
-
{
|
|
251
|
-
const { "icon-prepend": __VLS_thisSlot } = __VLS_nonNullable(__VLS_55.slots);
|
|
252
|
-
if (item.icon) {
|
|
253
|
-
const __VLS_56 = __VLS_resolvedLocalAndGlobalComponents.McSvgIcon;
|
|
254
|
-
/** @type { [typeof __VLS_components.McSvgIcon, typeof __VLS_components.mcSvgIcon, ] } */
|
|
255
|
-
// @ts-ignore
|
|
256
|
-
const __VLS_57 = __VLS_asFunctionalComponent(__VLS_56, new __VLS_56({ name: ((item.icon)), }));
|
|
257
|
-
const __VLS_58 = __VLS_57({ name: ((item.icon)), }, ...__VLS_functionalComponentArgsRest(__VLS_57));
|
|
258
|
-
}
|
|
259
|
-
else if (item.image) {
|
|
260
|
-
__VLS_elementAsFunction(__VLS_intrinsicElements.img)({ src: ((item.image)), width: ("24"), height: ("24"), alt: ("service image"), });
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
(item.name);
|
|
264
|
-
var __VLS_55;
|
|
265
|
-
}
|
|
266
|
-
var __VLS_18;
|
|
267
|
-
}
|
|
268
|
-
__VLS_styleScopedClasses['mc-side-bar-top'];
|
|
269
|
-
__VLS_styleScopedClasses['mc-side-bar-top__img'];
|
|
270
|
-
__VLS_styleScopedClasses['mc-side-bar-top__img'];
|
|
271
|
-
__VLS_styleScopedClasses['rotate'];
|
|
272
|
-
__VLS_styleScopedClasses['mc-side-bar-top__activator-btn'];
|
|
273
|
-
__VLS_styleScopedClasses['rotate'];
|
|
274
|
-
var __VLS_slots;
|
|
275
|
-
var __VLS_inheritedAttrs;
|
|
276
|
-
const __VLS_refs = {};
|
|
277
|
-
var $refs;
|
|
278
|
-
var $el;
|
|
279
|
-
return {
|
|
280
|
-
attrs: {},
|
|
281
|
-
slots: __VLS_slots,
|
|
282
|
-
refs: $refs,
|
|
283
|
-
rootEl: $el,
|
|
284
|
-
};
|
|
285
|
-
}
|
|
286
|
-
;
|
|
287
|
-
const __VLS_self = (await import('vue')).defineComponent({
|
|
288
|
-
setup() {
|
|
289
|
-
return {
|
|
290
|
-
McDropdown: McDropdown,
|
|
291
|
-
McButton: McButton,
|
|
292
|
-
McSvgIcon: McSvgIcon,
|
|
293
|
-
McPreview: McPreview,
|
|
294
|
-
McTitle: McTitle,
|
|
295
|
-
ButtonSize: ButtonSize,
|
|
296
|
-
HorizontalAlignment: HorizontalAlignment,
|
|
297
|
-
Weights: Weights,
|
|
298
|
-
dropIsOpen: dropIsOpen,
|
|
299
|
-
themeConfig: themeConfig,
|
|
300
|
-
computedMenuApps: computedMenuApps,
|
|
301
|
-
};
|
|
302
|
-
},
|
|
303
|
-
props: {
|
|
304
|
-
/**
|
|
305
|
-
* Меню приложений
|
|
306
|
-
*
|
|
307
|
-
*/
|
|
308
|
-
menuApps: {
|
|
309
|
-
type: Array,
|
|
310
|
-
default: () => []
|
|
311
|
-
},
|
|
312
|
-
/**
|
|
313
|
-
* Название сервиса
|
|
314
|
-
*
|
|
315
|
-
*/
|
|
316
|
-
logoTitle: {
|
|
317
|
-
type: String,
|
|
318
|
-
default: 'Dashboard'
|
|
319
|
-
},
|
|
320
|
-
/**
|
|
321
|
-
* Размер текста названия сервиса
|
|
322
|
-
*
|
|
323
|
-
*/
|
|
324
|
-
logoTitleVariation: {
|
|
325
|
-
type: String,
|
|
326
|
-
default: TitleVariations.Subtitle
|
|
327
|
-
},
|
|
328
|
-
/**
|
|
329
|
-
* Путь до изображения
|
|
330
|
-
*/
|
|
331
|
-
logoSrc: {
|
|
332
|
-
type: String,
|
|
333
|
-
default: ''
|
|
334
|
-
},
|
|
335
|
-
/**
|
|
336
|
-
* Имя иконки
|
|
337
|
-
* заголовка
|
|
338
|
-
*/
|
|
339
|
-
logoIcon: {
|
|
340
|
-
type: String,
|
|
341
|
-
default: ''
|
|
342
|
-
},
|
|
343
|
-
dropdownPosition: {
|
|
344
|
-
type: String,
|
|
345
|
-
default: DropdownPositions.Left
|
|
346
|
-
},
|
|
347
|
-
/**
|
|
348
|
-
* Компактный вид
|
|
349
|
-
*/
|
|
350
|
-
compact: {
|
|
351
|
-
type: Boolean,
|
|
352
|
-
default: false
|
|
353
|
-
}
|
|
354
|
-
},
|
|
355
|
-
});
|
|
356
|
-
const __VLS_component = (await import('vue')).defineComponent({
|
|
357
|
-
setup() {
|
|
358
|
-
return {};
|
|
359
|
-
},
|
|
360
|
-
props: {
|
|
361
|
-
/**
|
|
362
|
-
* Меню приложений
|
|
363
|
-
*
|
|
364
|
-
*/
|
|
365
|
-
menuApps: {
|
|
366
|
-
type: Array,
|
|
367
|
-
default: () => []
|
|
368
|
-
},
|
|
369
|
-
/**
|
|
370
|
-
* Название сервиса
|
|
371
|
-
*
|
|
372
|
-
*/
|
|
373
|
-
logoTitle: {
|
|
374
|
-
type: String,
|
|
375
|
-
default: 'Dashboard'
|
|
376
|
-
},
|
|
377
|
-
/**
|
|
378
|
-
* Размер текста названия сервиса
|
|
379
|
-
*
|
|
380
|
-
*/
|
|
381
|
-
logoTitleVariation: {
|
|
382
|
-
type: String,
|
|
383
|
-
default: TitleVariations.Subtitle
|
|
384
|
-
},
|
|
385
|
-
/**
|
|
386
|
-
* Путь до изображения
|
|
387
|
-
*/
|
|
388
|
-
logoSrc: {
|
|
389
|
-
type: String,
|
|
390
|
-
default: ''
|
|
391
|
-
},
|
|
392
|
-
/**
|
|
393
|
-
* Имя иконки
|
|
394
|
-
* заголовка
|
|
395
|
-
*/
|
|
396
|
-
logoIcon: {
|
|
397
|
-
type: String,
|
|
398
|
-
default: ''
|
|
399
|
-
},
|
|
400
|
-
dropdownPosition: {
|
|
401
|
-
type: String,
|
|
402
|
-
default: DropdownPositions.Left
|
|
403
|
-
},
|
|
404
|
-
/**
|
|
405
|
-
* Компактный вид
|
|
406
|
-
*/
|
|
407
|
-
compact: {
|
|
408
|
-
type: Boolean,
|
|
409
|
-
default: false
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
|
-
__typeEl: {},
|
|
413
|
-
});
|
|
414
|
-
export default {};
|
|
415
|
-
; /* PartiallyEnd: #4569/main.vue */
|