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