@ozdao/prometheus-framework 0.2.323 → 0.2.324
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Media-BjSScxrV.js +1 -0
- package/dist/Media-CCVndMgQ.mjs +111 -0
- package/dist/main-BBmjvE8i.js +92 -0
- package/dist/main-BCskq3d2.mjs +13068 -0
- package/dist/main.css +1 -1
- package/dist/prometheus-framework/src/components/Button/Button.vue.cjs +9 -11
- package/dist/prometheus-framework/src/components/Button/Button.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/components/Button/Button.vue.js +10 -12
- package/dist/prometheus-framework/src/components/Button/Button.vue.js.map +1 -1
- package/dist/prometheus-framework/src/components/DatePicker/Calendar.vue2.cjs +37 -9
- package/dist/prometheus-framework/src/components/DatePicker/Calendar.vue2.cjs.map +1 -1
- package/dist/prometheus-framework/src/components/DatePicker/Calendar.vue2.js +37 -9
- package/dist/prometheus-framework/src/components/DatePicker/Calendar.vue2.js.map +1 -1
- package/dist/prometheus-framework/src/components/DatePicker/DatePicker.vue.cjs +27 -18
- package/dist/prometheus-framework/src/components/DatePicker/DatePicker.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/components/DatePicker/DatePicker.vue.js +27 -18
- package/dist/prometheus-framework/src/components/DatePicker/DatePicker.vue.js.map +1 -1
- package/dist/prometheus-framework/src/components/EmptyState/EmptyState.vue.cjs +2 -2
- package/dist/prometheus-framework/src/components/EmptyState/EmptyState.vue.js +2 -2
- package/dist/prometheus-framework/src/components/Feed/Feed.vue.cjs +6 -2
- package/dist/prometheus-framework/src/components/Feed/Feed.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/components/Feed/Feed.vue.js +6 -2
- package/dist/prometheus-framework/src/components/Feed/Feed.vue.js.map +1 -1
- package/dist/prometheus-framework/src/components/Media/Media.vue.cjs +154 -0
- package/dist/prometheus-framework/src/components/Media/Media.vue.cjs.map +1 -0
- package/dist/prometheus-framework/src/components/Media/Media.vue.js +154 -0
- package/dist/prometheus-framework/src/components/Media/Media.vue.js.map +1 -0
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -4
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +1 -4
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.js.map +1 -1
- package/dist/prometheus-framework/src/components/Slider/Slider.vue.cjs +68 -37
- package/dist/prometheus-framework/src/components/Slider/Slider.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/components/Slider/Slider.vue.js +69 -38
- package/dist/prometheus-framework/src/components/Slider/Slider.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/auth/views/components/pages/Profile.vue.cjs +2 -1
- package/dist/prometheus-framework/src/modules/auth/views/components/pages/Profile.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/auth/views/components/pages/Profile.vue.js +2 -1
- package/dist/prometheus-framework/src/modules/auth/views/components/pages/Profile.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.cjs +0 -2
- package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.js +4 -6
- package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.js.map +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +119 -4
- package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +120 -5
- package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/components/partials/Sidebar.vue.cjs +113 -164
- package/dist/prometheus-framework/src/modules/backoffice/components/partials/Sidebar.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/components/partials/Sidebar.vue.js +120 -171
- package/dist/prometheus-framework/src/modules/backoffice/components/partials/Sidebar.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.cjs +0 -17
- package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.js +2 -19
- package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.js.map +1 -1
- package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +17 -77
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +22 -82
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.cjs +34 -25
- package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.js +35 -26
- package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +2 -2
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEventTickets.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEventTickets.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.cjs +9 -4
- package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.js +20 -15
- package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +221 -50
- package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +225 -54
- package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/EventsHot.vue.cjs +98 -0
- package/dist/prometheus-framework/src/modules/events/components/sections/EventsHot.vue.cjs.map +1 -0
- package/dist/prometheus-framework/src/modules/events/components/sections/EventsHot.vue.js +98 -0
- package/dist/prometheus-framework/src/modules/events/components/sections/EventsHot.vue.js.map +1 -0
- package/dist/prometheus-framework/src/modules/events/components/sections/FeaturedEvents.vue.cjs +9 -9
- package/dist/prometheus-framework/src/modules/events/components/sections/FeaturedEvents.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/FeaturedEvents.vue.js +9 -9
- package/dist/prometheus-framework/src/modules/events/components/sections/FeaturedEvents.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/events/events.client.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/events.client.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/events/events.client.js +1 -0
- package/dist/prometheus-framework/src/modules/events/events.client.js.map +1 -1
- package/dist/prometheus-framework/src/modules/events/router/events.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/events/router/events.js.map +1 -1
- package/dist/prometheus-framework/src/modules/events/store/events.cjs +2 -1
- package/dist/prometheus-framework/src/modules/events/store/events.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/events/store/events.js +2 -1
- package/dist/prometheus-framework/src/modules/events/store/events.js.map +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/pages/Gallery.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/pages/Gallery.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +3 -3
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/globals/views/components/layouts/App.vue.cjs +4 -4
- package/dist/prometheus-framework/src/modules/globals/views/components/layouts/App.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/layouts/App.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/globals/views/components/layouts/App.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/layouts/Client.vue.cjs +11 -5
- package/dist/prometheus-framework/src/modules/globals/views/components/layouts/Client.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/layouts/Client.vue.js +11 -5
- package/dist/prometheus-framework/src/modules/globals/views/components/layouts/Client.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/CitySelection.vue.cjs +100 -0
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/CitySelection.vue.cjs.map +1 -0
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/CitySelection.vue.js +100 -0
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/CitySelection.vue.js.map +1 -0
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/Header.vue.cjs +5 -6
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/Header.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/Header.vue.js +5 -6
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/Header.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/Sidebar.vue.cjs +1 -6
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/Sidebar.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/Sidebar.vue.js +1 -6
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/Sidebar.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/mixins/mixins.cjs +30 -14
- package/dist/prometheus-framework/src/modules/globals/views/mixins/mixins.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/mixins/mixins.js +30 -14
- package/dist/prometheus-framework/src/modules/globals/views/mixins/mixins.js.map +1 -1
- package/dist/prometheus-framework/src/modules/icons/actions/IconShopcartAdd.vue.cjs +33 -0
- package/dist/prometheus-framework/src/modules/icons/actions/IconShopcartAdd.vue.cjs.map +1 -0
- package/dist/prometheus-framework/src/modules/icons/actions/IconShopcartAdd.vue.js +33 -0
- package/dist/prometheus-framework/src/modules/icons/actions/IconShopcartAdd.vue.js.map +1 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconCommunity.vue.cjs +4 -17
- package/dist/prometheus-framework/src/modules/icons/entities/IconCommunity.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/icons/entities/IconCommunity.vue.js +4 -17
- package/dist/prometheus-framework/src/modules/icons/entities/IconCommunity.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/icons/entities/IconPayments.vue.cjs +34 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconPayments.vue.cjs.map +1 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconPayments.vue.js +34 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconPayments.vue.js.map +1 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconPrice.vue.cjs +27 -17
- package/dist/prometheus-framework/src/modules/icons/entities/IconPrice.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/icons/entities/IconPrice.vue.js +28 -18
- package/dist/prometheus-framework/src/modules/icons/entities/IconPrice.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/icons/icons.client.cjs +2 -0
- package/dist/prometheus-framework/src/modules/icons/icons.client.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/icons/icons.client.js +50 -48
- package/dist/prometheus-framework/src/modules/icons/icons.client.js.map +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +2 -2
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/orders/store/shopcart.cjs +67 -2
- package/dist/prometheus-framework/src/modules/orders/store/shopcart.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/orders/store/shopcart.js +67 -2
- package/dist/prometheus-framework/src/modules/orders/store/shopcart.js.map +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +7 -7
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +2 -2
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTabSection.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTabSection.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/pages/pages.client.cjs +773 -745
- package/dist/prometheus-framework/src/modules/pages/pages.client.js +773 -745
- package/dist/prometheus-framework/src/modules/pages/views/components/partials/SidebarPages.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/pages/views/components/partials/SidebarPages.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.cjs +4 -15
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.js +4 -15
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +4 -4
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue.cjs +24 -30
- package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue.js +25 -31
- package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.cjs +2 -2
- package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.cjs +236 -13
- package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.js +239 -16
- package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.cjs +60 -14
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.js +67 -21
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.js.map +1 -1
- package/dist/prometheus-framework/src/modules/products/products.client.cjs +0 -3
- package/dist/prometheus-framework/src/modules/products/products.client.cjs.map +1 -1
- package/dist/prometheus-framework/src/modules/products/products.client.js +48 -51
- package/dist/prometheus-framework/src/modules/products/products.client.js.map +1 -1
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/spots/components/pages/SpotEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/spots/components/pages/SpotEdit.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/wallet/views/components/pages/Wallet.vue.cjs +2 -2
- package/dist/prometheus-framework/src/modules/wallet/views/components/pages/Wallet.vue.js +2 -2
- package/dist/prometheus-framework.cjs.js +1 -92
- package/dist/prometheus-framework.es.js +36 -13005
- package/package.json +1 -1
- package/src/components/Button/Button.vue +43 -40
- package/src/components/DatePicker/Calendar.vue +15 -7
- package/src/components/DatePicker/DatePicker.vue +50 -40
- package/src/components/EmptyState/EmptyState.vue +2 -2
- package/src/components/Feed/Feed.vue +6 -2
- package/src/components/Media/Media.vue +211 -0
- package/src/components/Popup/Popup.vue +19 -21
- package/src/components/Slider/Slider.vue +57 -21
- package/src/components/index.js +1 -0
- package/src/main.js +3 -1
- package/src/modules/auth/views/components/pages/Profile.vue +2 -1
- package/src/modules/backoffice/backoffice.client.js +0 -2
- package/src/modules/backoffice/components/pages/Dashboard.vue +95 -2
- package/src/modules/backoffice/components/partials/Sidebar.vue +115 -132
- package/src/modules/backoffice/router/backoffice.js +0 -14
- package/src/modules/community/components/layouts/Community.vue +1 -52
- package/src/modules/events/components/blocks/CardEvent.vue +28 -22
- package/src/modules/events/components/pages/Event.vue +2 -6
- package/src/modules/events/components/pages/Events.vue +241 -56
- package/src/modules/events/components/sections/EventsHot.vue +93 -0
- package/src/modules/events/components/sections/FeaturedEvents.vue +17 -15
- package/src/modules/events/components/sections/List.vue +1 -1
- package/src/modules/events/events.client.js +1 -0
- package/src/modules/events/router/events.js +0 -4
- package/src/modules/events/store/events.js +1 -0
- package/src/modules/globals/views/components/layouts/App.vue +4 -5
- package/src/modules/globals/views/components/layouts/Client.vue +8 -2
- package/src/modules/globals/views/components/partials/CitySelection.vue +88 -0
- package/src/modules/globals/views/components/partials/Header.vue +3 -3
- package/src/modules/globals/views/components/partials/Navigation.vue +75 -20
- package/src/modules/globals/views/components/partials/Sidebar.vue +2 -9
- package/src/modules/globals/views/mixins/mixins.js +56 -35
- package/src/modules/governance/DESCRIPTION.MD +238 -0
- package/src/modules/governance/controllers/factories/initiatives.controller.js +3 -1
- package/src/modules/governance/controllers/routes/initiatives.routes.js +1 -1
- package/src/modules/governance/controllers/routes/tasks.routes.js +1 -1
- package/src/modules/governance/controllers/routes/votes.routes.js +1 -1
- package/src/modules/governance/controllers/routes/votings.routes.js +1 -1
- package/src/modules/governance/governance.client.js +35 -35
- package/src/modules/governance/governance.server.js +8 -8
- package/src/modules/governance/models/milestone.model.js +98 -0
- package/src/modules/governance/models/task.model.js +39 -7
- package/src/modules/governance/views/components/pages/Initiative.vue +1 -1
- package/src/modules/governance/views/components/pages/InitiativeCreate.vue +2 -2
- package/src/modules/governance/views/components/pages/Initiatives.vue +3 -2
- package/src/modules/governance/views/components/pages/Task.vue +1 -1
- package/src/modules/governance/views/components/pages/TaskCreate.vue +2 -2
- package/src/modules/governance/views/components/pages/Tasks.vue +2 -2
- package/src/modules/governance/views/components/pages/Voting.vue +3 -3
- package/src/modules/governance/views/components/pages/VotingCreate.vue +2 -2
- package/src/modules/governance/views/components/pages/Votings.vue +2 -2
- package/src/modules/governance/views/components/sections/VoteForm.vue +1 -1
- package/src/modules/governance/views/router/goverance.router.js +263 -0
- package/src/modules/icons/actions/IconShopcartAdd.vue +15 -0
- package/src/modules/icons/entities/IconCommunity.vue +4 -6
- package/src/modules/icons/entities/IconPayments.vue +14 -0
- package/src/modules/icons/entities/IconPrice.vue +12 -3
- package/src/modules/icons/icons.client.js +5 -0
- package/src/modules/icons/logos/Logotype.vue +50 -17
- package/src/modules/orders/components/blocks/CardOrderItem.vue +2 -0
- package/src/modules/orders/store/shopcart.js +100 -1
- package/src/modules/organizations/components/pages/Organizations.vue +1 -1
- package/src/modules/products/components/blocks/CardProduct.vue +5 -11
- package/src/modules/products/components/blocks/ImagesThumbnails.vue +4 -4
- package/src/modules/products/components/elements/Price.vue +33 -56
- package/src/modules/products/components/pages/Product.vue +235 -13
- package/src/modules/products/components/sections/SectionProduct.vue +50 -25
- package/src/modules/products/products.client.js +0 -4
- package/src/styles/base/all.scss +15 -16
- package/src/styles/config.scss +2 -2
- package/src/modules/backoffice/components/layouts/Backoffice.vue +0 -55
- package/src/modules/events/components/sections/SectionLineup.vue +0 -42
- package/src/modules/events/components/sections/SectionMainGuest.vue +0 -95
- package/src/modules/events/components/sections/SectionPreviousEvents.vue +0 -117
- package/src/modules/events/components/sections/SectionSpecialGuests.vue +0 -46
- package/src/modules/governance/controllers/factories/projects.controller.js +0 -65
- package/src/modules/governance/controllers/routes/projects.routes.js +0 -34
- package/src/modules/governance/models/project.model.js +0 -26
@@ -1,7 +1,169 @@
|
|
1
1
|
<template>
|
2
|
-
<div class="h-100 w-100 bg-white ">
|
2
|
+
<div class="h-100 w-100 mobile:pd-thin pd-big bg-white ">
|
3
3
|
<!-- <Breadcrumbs class="bg-light radius-big pd-small"/> -->
|
4
|
-
<
|
4
|
+
<div class="cols-2-1_2 w-100 gap-medium">
|
5
|
+
|
6
|
+
<div class="w-100 o-hidden bg-light radius-big flex-nowrap flex-column flex pos-relative">
|
7
|
+
<div class="pd-semi w-100 bg-light radius-semi o-hidden">
|
8
|
+
<!-- PRODUCT IMAGE -->
|
9
|
+
<Images360
|
10
|
+
v-if="product && product.image3d"
|
11
|
+
class="h-100 w-100"
|
12
|
+
:imagePath="`/assets/images/products/${product.image3d}`"
|
13
|
+
:imageCount="36"
|
14
|
+
/>
|
15
|
+
|
16
|
+
<img loading="lazy"
|
17
|
+
v-if="images[0] && !product.image3d"
|
18
|
+
class="h-max h-max-15r bg-white radius-semi w-100"
|
19
|
+
style="object-fit: contain;"
|
20
|
+
:src="(FILE_SERVER_URL || '') + images[0]"
|
21
|
+
/>
|
22
|
+
|
23
|
+
<PlaceholderImage
|
24
|
+
v-if="!images[0] && !product.image3d"
|
25
|
+
class="h-max-20r h-100 w-100"
|
26
|
+
style="object-fit: cover;"
|
27
|
+
/>
|
28
|
+
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<ImagesThumbnails
|
32
|
+
v-if="images.length > 1"
|
33
|
+
:images="images"
|
34
|
+
class="pd-semi pd-t-zero"
|
35
|
+
/>
|
36
|
+
</div>
|
37
|
+
|
38
|
+
<div class="pos-relative w-100 h-100 flex-column flex-h-center flex">
|
39
|
+
|
40
|
+
<IconEdit
|
41
|
+
v-if="accesses && hasAccess(route.params._id, 'products', 'edit', accesses)"
|
42
|
+
@click="$router.push({
|
43
|
+
name: 'ProductEdit',
|
44
|
+
params: {
|
45
|
+
_id: product.owner.target,
|
46
|
+
product: product._id
|
47
|
+
}
|
48
|
+
})"
|
49
|
+
class="pos-absolute pos-t-regular pos-r-regular i-regular t-transp"
|
50
|
+
/>
|
51
|
+
|
52
|
+
<!-- Name -->
|
53
|
+
<h2 class="w-100 h1-product mn-b-small">{{ product.name }}</h2>
|
54
|
+
|
55
|
+
<Price :product="product" size="big" class="flex gap-thin flex-center pd-thin br-solid br-1px br-black-transp-10 w-max mn-b-medium" />
|
56
|
+
|
57
|
+
<!-- Price -->
|
58
|
+
<div v-if="product.description || product.specification" class="h-min-5r o-hidden radius-small bg-light mn-b-medium pos-relative">
|
59
|
+
<Tab
|
60
|
+
v-model:selected="tabProduct"
|
61
|
+
:tabs="[
|
62
|
+
{name: 'Description', value: 'description'},
|
63
|
+
{name: 'Specifications', value: 'specifications'}
|
64
|
+
]"
|
65
|
+
tabClass="pd-thin bg-white radius-thin p-small uppercase t-medium"
|
66
|
+
class="gap-micro bg-light pos-relative z-index-2 pd-thin br-solid br-b br-black-transp-10"
|
67
|
+
/>
|
68
|
+
<transition name="slide-fade">
|
69
|
+
<div v-if="tabProduct === 'description'" class=" pd-medium">
|
70
|
+
<p v-if="product.description && !product.localization < 1 && !recommendation" class="w-100 t-transp">
|
71
|
+
{{ product.description }}
|
72
|
+
</p>
|
73
|
+
|
74
|
+
<p v-if="product.localization && product.localization.length > 1 && !recommendation" class="w-100 t-transp">
|
75
|
+
{{ t('description') }}
|
76
|
+
</p>
|
77
|
+
</div>
|
78
|
+
|
79
|
+
<div
|
80
|
+
v-else
|
81
|
+
class="cols-2 pd-medium w-100 gap-small"
|
82
|
+
>
|
83
|
+
<div
|
84
|
+
v-if="product.information.length > 0"
|
85
|
+
v-for="information in product.information"
|
86
|
+
class="w-100 pd-small radius-small bg-white product-information"
|
87
|
+
>
|
88
|
+
<p class="t-demi">{{ information.name }}</p>
|
89
|
+
<p>{{ information.value }}</p>
|
90
|
+
</div>
|
91
|
+
</div>
|
92
|
+
</transition>
|
93
|
+
</div>
|
94
|
+
|
95
|
+
<!-- Modifications -->
|
96
|
+
<!-- <div v-if="product.modifications.length > 0" class="flex-nojustify flex">
|
97
|
+
<SelectElement v-if="sizes2.length > 0" :elements="sizes2" :selected="product.selectedSize" class="mn-r-medium" />
|
98
|
+
</div> -->
|
99
|
+
|
100
|
+
<!-- Actions -->
|
101
|
+
<div class="w-max-33r">
|
102
|
+
<button
|
103
|
+
v-if="product.quantity > 0 || product.listing === 'rent'"
|
104
|
+
@click="product.listing === 'rent' ? openPopup() : addToCart(product)"
|
105
|
+
class="cursor-pointer pd-small radius-big w-max mobile:w-100 bg-main button"
|
106
|
+
>
|
107
|
+
<div class="gap-thin flex flex-center flex-nowrap">
|
108
|
+
<IconShopcartAdd v-if="product.listing === 'rent'" class="i-semi" />
|
109
|
+
<span>{{ t('addtoorder') }}</span>
|
110
|
+
</div>
|
111
|
+
</button>
|
112
|
+
|
113
|
+
<div
|
114
|
+
v-else
|
115
|
+
class="flex-center flex uppercase radius-big t-black w-max pd-small t-medium bg-grey h-3r w-100 mn-r-smallbutton"
|
116
|
+
>
|
117
|
+
Out of Stock
|
118
|
+
</div>
|
119
|
+
</div>
|
120
|
+
<!-- Shopcart Adding Popup -->
|
121
|
+
<Popup @close-popup="closePopup" :isPopupOpen="isPopupVisible" class="radius-medium pd-medium bg-white o-hidden">
|
122
|
+
<h5 class="w-100 t-center mn-b-small">Select Rent Period</h5>
|
123
|
+
<Calendar
|
124
|
+
:date="rentDate"
|
125
|
+
:allowRange="true"
|
126
|
+
class="bg-light radius-small"
|
127
|
+
/>
|
128
|
+
|
129
|
+
<p class="flex flex-nowrap pd-t-small">
|
130
|
+
<span class="w-100 t-transp">$ 400 x 4 days</span>
|
131
|
+
<span class="w-100 t-right">$2000</span>
|
132
|
+
</p>
|
133
|
+
<p class="flex flex-nowrap pd-t-small">
|
134
|
+
<span class="w-100 t-transp">Insurance Fee</span>
|
135
|
+
<span class="w-100 t-right">$200</span>
|
136
|
+
</p>
|
137
|
+
<p class="flex flex-nowrap br-black-transp-10 br-solid br-b pd-b-small pd-t-small">
|
138
|
+
<span class="w-100 t-transp">VAT (20%)</span>
|
139
|
+
<span class="w-100 t-right">$300</span>
|
140
|
+
</p>
|
141
|
+
|
142
|
+
<p class="p-big flex flex-nowrap pd-b-small pd-t-small">
|
143
|
+
<span class="w-100 t-medium ">In Total</span>
|
144
|
+
<span class="w-100 t-main t-medium t-right">$2500</span>
|
145
|
+
</p>
|
146
|
+
|
147
|
+
<Button
|
148
|
+
v-if="product.quantity > 0 || product.listing === 'rent'"
|
149
|
+
:submit="() => addToCart(product)"
|
150
|
+
:callback="() => closePopup()"
|
151
|
+
:disabled="product.listing !== 'rent' && validateToCard(product)"
|
152
|
+
:text="{
|
153
|
+
success: 'Added',
|
154
|
+
error: 'Error'
|
155
|
+
}"
|
156
|
+
class="h-3r w-100 bg-main button"
|
157
|
+
>
|
158
|
+
<div class="gap-thin flex flex-center flex-nowrap">
|
159
|
+
<IconShopcartAdd v-if="product.listing === 'rent'" class="i-semi" />
|
160
|
+
<span>{{ t('addtoorder') }}</span>
|
161
|
+
</div>
|
162
|
+
</Button>
|
163
|
+
</Popup>
|
164
|
+
|
165
|
+
</div>
|
166
|
+
</div>
|
5
167
|
|
6
168
|
<div class="h-max pos-relative">
|
7
169
|
<h3 class="pd-medium pd-b-small">Most Popular</h3>
|
@@ -13,10 +175,25 @@
|
|
13
175
|
<script setup="props">
|
14
176
|
// Import components
|
15
177
|
// import Breadcrumbs from '@pf/src/components/Breadcrumbs/Breadcrumbs.vue'
|
178
|
+
import Button from '@pf/src/components/Button/Button.vue'
|
179
|
+
import Popup from '@pf/src/components/Popup/Popup.vue'
|
180
|
+
import Tab from '@pf/src/components/Tab/Tab.vue'
|
181
|
+
import Calendar from '@pf/src/components/DatePicker/Calendar.vue'
|
182
|
+
|
183
|
+
import IconEdit from '@pf/src/modules/icons/navigation/IconEdit.vue'
|
184
|
+
import IconShopcartAdd from '@pf/src/modules/icons/actions/IconShopcartAdd.vue'
|
185
|
+
|
186
|
+
import PlaceholderImage from '@pf/src/modules/icons/placeholders/PlaceholderImage.vue'
|
187
|
+
|
188
|
+
import Images360 from '@pf/src/modules/products/components/blocks/Images360.vue'
|
189
|
+
import ImagesThumbnails from "@pf/src/modules/products/components/blocks/ImagesThumbnails.vue";
|
190
|
+
|
191
|
+
import Price from '@pf/src/modules/products/components/elements/Price.vue'
|
192
|
+
|
16
193
|
import PopularProducts from '@pf/src/modules/products/components/sections/PopularProducts.vue'
|
17
194
|
import SectionProduct from '@pf/src/modules/products/components/sections/SectionProduct.vue'
|
18
195
|
// Import libs
|
19
|
-
import { computed, onMounted } from 'vue'
|
196
|
+
import { computed, ref, onMounted } from 'vue'
|
20
197
|
import { useRoute,useRouter } from 'vue-router'
|
21
198
|
import { useI18n } from 'vue-i18n'
|
22
199
|
|
@@ -24,32 +201,77 @@
|
|
24
201
|
import * as products from '@pf/src/modules/products/store/products';
|
25
202
|
import * as categories from '@pf/src/modules/products/store/categories';
|
26
203
|
|
204
|
+
import * as shopcart from '@pf/src/modules/orders/store/shopcart';
|
205
|
+
|
27
206
|
// Accessing router and store
|
28
207
|
const route = useRoute()
|
29
208
|
const router = useRouter()
|
30
|
-
|
31
209
|
|
32
210
|
route.meta.title.en = products.state.current.name
|
33
211
|
route.meta.title.ru = products.state.current.name
|
34
212
|
|
35
213
|
// Accessing state
|
36
214
|
const product = computed(() => products.state.current)
|
215
|
+
const images = computed(() => products.state.current.images)
|
216
|
+
|
217
|
+
let rentDate = ref({
|
218
|
+
start: null,
|
219
|
+
end: null
|
220
|
+
})
|
221
|
+
|
222
|
+
|
223
|
+
const tabProduct = ref('description')
|
37
224
|
|
38
225
|
const text = {
|
39
|
-
|
40
|
-
|
41
|
-
|
226
|
+
en: {
|
227
|
+
addtoorder: 'Add to Cart',
|
228
|
+
fastorder: 'Fast Order'
|
229
|
+
},
|
230
|
+
ru: {
|
231
|
+
addtoorder: 'Добавить в корзину',
|
232
|
+
fastorder: 'Быстрый заказ'
|
233
|
+
}
|
234
|
+
}
|
235
|
+
|
236
|
+
const { t } = useI18n({messages: text})
|
42
237
|
|
43
238
|
onMounted(async ()=> {
|
44
239
|
await products.actions.read({_id: route.params.product});
|
45
|
-
|
46
240
|
})
|
47
|
-
|
48
|
-
// products.state.current.localization.forEach(localization => {
|
49
|
-
// if (localization) text.messages[localization.locale].description = localization.text
|
50
|
-
// })
|
51
241
|
|
52
|
-
|
242
|
+
// Methods
|
243
|
+
function validateToCard(product) {
|
244
|
+
if (product.quantity > 0) {
|
245
|
+
return false
|
246
|
+
}
|
247
|
+
return true
|
248
|
+
}
|
249
|
+
|
250
|
+
const isPopupVisible = ref(false);
|
251
|
+
|
252
|
+
const openPopup = () => {
|
253
|
+
isPopupVisible.value = true;
|
254
|
+
};
|
255
|
+
|
256
|
+
const closePopup = () => {
|
257
|
+
isPopupVisible.value = false;
|
258
|
+
};
|
259
|
+
|
260
|
+
async function addToCart(product) {
|
261
|
+
try {
|
262
|
+
if (shopcart.state.organization !== product.owner.target) {
|
263
|
+
shopcart.state.organization = product.owner.target
|
264
|
+
shopcart.state.positions = []
|
265
|
+
}
|
266
|
+
|
267
|
+
await shopcart.actions.addProductToCart(product, product.owner.target, rentDate)
|
268
|
+
|
269
|
+
return true
|
270
|
+
} catch (error) {
|
271
|
+
console.error('Ошибка при добавлении товара в корзину:', error)
|
272
|
+
throw error
|
273
|
+
}
|
274
|
+
}
|
53
275
|
</script>
|
54
276
|
|
55
277
|
<style lang="scss">
|
@@ -35,16 +35,17 @@
|
|
35
35
|
|
36
36
|
<div class="radius-big pos-relative w-100 h-100 flex-column flex-justify flex col">
|
37
37
|
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
38
|
+
<IconEdit
|
39
|
+
v-if="accesses && hasAccess(route.params._id, 'products', 'edit', accesses)"
|
40
|
+
@click="$router.push({
|
41
|
+
name: 'ProductEdit',
|
42
|
+
params: {
|
43
|
+
_id: product.owner.target,
|
44
|
+
product: product._id
|
45
|
+
}
|
46
|
+
})"
|
47
|
+
class="pos-absolute pos-t-regular pos-r-regular i-regular t-transp"
|
48
|
+
/>
|
48
49
|
|
49
50
|
<h2 v-if="recommendation" class="t-main t-semi p-big">{{t('airecommend')}}</h2>
|
50
51
|
<!-- Name -->
|
@@ -99,8 +100,21 @@
|
|
99
100
|
</transition>
|
100
101
|
</div>
|
101
102
|
|
103
|
+
<div v-if="product.listing === 'rent'" class="mn-t-small max-w-33rem mobile-w-100 t-white gap-small cols-2">
|
104
|
+
<Button
|
105
|
+
:submit="() => { addToCart(product) } "
|
106
|
+
:text="{
|
107
|
+
success: ' ✔ Added',
|
108
|
+
error: 'error'
|
109
|
+
}"
|
110
|
+
class="h-3r w-100 mn-r-small bg-main button"
|
111
|
+
>
|
112
|
+
{{ t('addtoorder') }}
|
113
|
+
</Button>
|
114
|
+
</div>
|
115
|
+
|
102
116
|
<!-- Actions -->
|
103
|
-
<div v-
|
117
|
+
<div v-else class="mn-t-small max-w-33rem mobile-w-100 t-white gap-small cols-2">
|
104
118
|
<Button
|
105
119
|
v-if="product.quantity > 0"
|
106
120
|
:submit="a => addToCart(product)"
|
@@ -135,6 +149,8 @@ import Price from '@pf/src/modules/products/components/elements/Price.vue'
|
|
135
149
|
// import SelectElement from '@/components/elements/SelectElement.vue'
|
136
150
|
|
137
151
|
import { computed, ref } from 'vue'
|
152
|
+
|
153
|
+
import { useRoute,useRouter } from 'vue-router'
|
138
154
|
import { useI18n } from 'vue-i18n'
|
139
155
|
|
140
156
|
import * as shopcart from '@pf/src/modules/orders/store/shopcart';
|
@@ -148,20 +164,27 @@ const props = defineProps({
|
|
148
164
|
user: {
|
149
165
|
type: String,
|
150
166
|
},
|
167
|
+
accesses: {
|
168
|
+
type: Object,
|
169
|
+
default: null
|
170
|
+
},
|
151
171
|
recommendation: {
|
152
172
|
type: String
|
153
173
|
}
|
154
174
|
})
|
155
175
|
|
176
|
+
|
177
|
+
|
178
|
+
const route = useRoute()
|
179
|
+
const router = useRouter()
|
180
|
+
|
156
181
|
// Computed properties
|
157
182
|
const images = computed(() => {
|
158
183
|
return props.product.images
|
159
184
|
})
|
160
185
|
|
161
|
-
|
162
186
|
const tabProduct = ref('description')
|
163
187
|
|
164
|
-
|
165
188
|
const text = {
|
166
189
|
messages: {
|
167
190
|
en: {
|
@@ -179,11 +202,7 @@ const text = {
|
|
179
202
|
}
|
180
203
|
}
|
181
204
|
|
182
|
-
|
183
|
-
// if (localization) text.messages[localization.locale].description = localization.text
|
184
|
-
// })
|
185
|
-
|
186
|
-
const { t } = useI18n(text)
|
205
|
+
const { t } = useI18n(text)
|
187
206
|
|
188
207
|
// Methods
|
189
208
|
function validateToCard(product) {
|
@@ -192,12 +211,18 @@ function validateToCard(product) {
|
|
192
211
|
}
|
193
212
|
return true
|
194
213
|
}
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
214
|
+
async function addToCart(product) {
|
215
|
+
console.log(product)
|
216
|
+
try {
|
217
|
+
if (shopcart.state.organization !== product.owner.target) {
|
218
|
+
shopcart.state.organization = product.owner.target
|
219
|
+
shopcart.state.positions = []
|
220
|
+
}
|
221
|
+
await shopcart.actions.addProductToCart(product, product.owner.target)
|
222
|
+
return true // Make sure we return something
|
223
|
+
} catch (error) {
|
224
|
+
console.error('Ошибка при добавлении товара в корзину:', error)
|
225
|
+
throw error
|
226
|
+
}
|
202
227
|
}
|
203
228
|
</script>
|
@@ -28,8 +28,6 @@ import EditProductInfo from './components/sections/EditProductInfo.vue';
|
|
28
28
|
|
29
29
|
// Elements
|
30
30
|
import Price from './components/elements/Price.vue';
|
31
|
-
import THC from './components/elements/THC.vue';
|
32
|
-
|
33
31
|
// Pages
|
34
32
|
import Product from './components/pages/Product.vue';
|
35
33
|
import ProductEdit from './components/pages/ProductEdit.vue';
|
@@ -65,7 +63,6 @@ const ModuleProducts = {
|
|
65
63
|
components: {
|
66
64
|
// Elements
|
67
65
|
Price,
|
68
|
-
THC,
|
69
66
|
// Blocks
|
70
67
|
ImagesThumbnails,
|
71
68
|
LeftoverPositions,
|
@@ -113,7 +110,6 @@ export {
|
|
113
110
|
EditProductInfo,
|
114
111
|
// Elements
|
115
112
|
Price,
|
116
|
-
THC,
|
117
113
|
// Pages
|
118
114
|
Product,
|
119
115
|
ProductEdit,
|
package/src/styles/base/all.scss
CHANGED
@@ -3,16 +3,12 @@
|
|
3
3
|
@import './scrolling';
|
4
4
|
@import './shadow_transitions_hover_refactor';
|
5
5
|
|
6
|
-
// *[disabled] {
|
7
|
-
// opacity: 0.75;
|
8
|
-
// pointer-events: none;
|
9
|
-
// cursor: default;
|
10
|
-
// }
|
11
6
|
|
12
7
|
.disabled {
|
13
|
-
opacity: 0.75;
|
14
|
-
|
15
|
-
|
8
|
+
opacity: 0.75 !important;
|
9
|
+
pointer-events: none !important;
|
10
|
+
cursor: default !important;
|
11
|
+
color: rgba(var(--black), 0.5) !important;
|
16
12
|
}
|
17
13
|
|
18
14
|
.unactive { opacity: 0.0; }
|
@@ -36,15 +32,17 @@
|
|
36
32
|
|
37
33
|
|
38
34
|
body {
|
39
|
-
.
|
40
|
-
.w-min { width: min-content !important; }
|
41
|
-
.w-fit { width: fit-content !important; }
|
42
|
-
.w-max { width: max-content !important; }
|
35
|
+
.bs-black-small { box-shadow: 0px 0px 17px -3px rgba(var(--black), 0.1); }
|
43
36
|
|
44
|
-
.
|
45
|
-
.
|
46
|
-
.
|
47
|
-
.
|
37
|
+
.w-auto { width: auto; }
|
38
|
+
.w-min { width: min-content; }
|
39
|
+
.w-fit { width: fit-content; }
|
40
|
+
.w-max { width: max-content; }
|
41
|
+
|
42
|
+
.h-auto { height: auto; }
|
43
|
+
.h-min { height: min-content; }
|
44
|
+
.h-fit { height: fit-content; }
|
45
|
+
.h-max { height: max-content; }
|
48
46
|
|
49
47
|
.w-m-66r { width: min(100%, 66rem); }
|
50
48
|
.w-m-60r { width: min(100%, 60rem); }
|
@@ -111,6 +109,7 @@ body {
|
|
111
109
|
.t-transp { opacity: 0.5 }
|
112
110
|
.t-violet { color: violet }
|
113
111
|
.t-blue { color: #0057FF; }
|
112
|
+
.t-green { color: rgb(var(--green));; }
|
114
113
|
.t-red { color: rgba(var(--red), 1);; }
|
115
114
|
// WhiteSpace
|
116
115
|
.t-nowrap { white-space: nowrap; }
|
package/src/styles/config.scss
CHANGED
@@ -158,7 +158,7 @@
|
|
158
158
|
// 3. TEXT VARIABLES
|
159
159
|
///////////////////////////////////////
|
160
160
|
--font: 'Avenir Next World';
|
161
|
-
--font-main: '
|
161
|
+
--font-main: 'Avenir Next World';
|
162
162
|
--font-second: 'Avenir Next World';
|
163
163
|
////////////////////////////////////////
|
164
164
|
// 4. BREAKPOINTS
|
@@ -200,7 +200,7 @@ $rem: (
|
|
200
200
|
'40r': 40rem,
|
201
201
|
'35r': 35rem,
|
202
202
|
'30r': 30rem,
|
203
|
-
'25r':
|
203
|
+
'25r': 25rem,
|
204
204
|
'20r': 20rem,
|
205
205
|
'15r': 15rem,
|
206
206
|
'10r': 10rem,
|
@@ -1,55 +0,0 @@
|
|
1
|
-
<template>
|
2
|
-
<section id="account" class="gap-thin pd-thin cols-2-1_3">
|
3
|
-
|
4
|
-
<div v-if="route.meta.sidebar" class="w-100">
|
5
|
-
<transition name="scaleIn" mode="out-in">
|
6
|
-
<component :is="route.meta.sidebar" />
|
7
|
-
</transition>
|
8
|
-
</div>
|
9
|
-
|
10
|
-
|
11
|
-
<div class="w-100">
|
12
|
-
<router-view v-slot="{ Component, route }">
|
13
|
-
<transition name="scaleIn" mode="out-in">
|
14
|
-
<component ref="page" :key="route.path" :is="Component" />
|
15
|
-
</transition>
|
16
|
-
</router-view>
|
17
|
-
</div>
|
18
|
-
|
19
|
-
</section>
|
20
|
-
</template>
|
21
|
-
|
22
|
-
|
23
|
-
<script setup= props>
|
24
|
-
/////////////////////////////
|
25
|
-
// COMPONENT DEPENDENCIES
|
26
|
-
/////////////////////////////
|
27
|
-
import { ref, onMounted } from 'vue';
|
28
|
-
/////////////////////////////
|
29
|
-
// HELPERS
|
30
|
-
/////////////////////////////
|
31
|
-
import { useRoute, useRouter } from 'vue-router'
|
32
|
-
|
33
|
-
import * as auth from '@pf/src/modules/auth/views/store/auth'
|
34
|
-
import * as organizations from '@pf/src/modules/organizations/store/organizations'
|
35
|
-
|
36
|
-
const route = useRoute()
|
37
|
-
const router = useRouter()
|
38
|
-
/////////////////////////////
|
39
|
-
// CREATED
|
40
|
-
/////////////////////////////
|
41
|
-
const props = defineProps({
|
42
|
-
newsletterPopup: Number
|
43
|
-
});
|
44
|
-
|
45
|
-
const selectedOrganization = ref(null);
|
46
|
-
const publics = ref([]);
|
47
|
-
/////////////////////////////
|
48
|
-
// MOUNTED
|
49
|
-
/////////////////////////////
|
50
|
-
onMounted(async () =>{
|
51
|
-
})
|
52
|
-
</script>
|
53
|
-
|
54
|
-
<style lang="scss">
|
55
|
-
</style>
|
@@ -1,42 +0,0 @@
|
|
1
|
-
<template>
|
2
|
-
<div class="br-1px bg-blur-extra br-solid br-white-transp-20 radius-big o-hidden pos-relative">
|
3
|
-
<h3 class="t-center w-100 pd-small br-b br-white-transp-20 br-solid">{{content?.title || 'Event Program'}}</h3>
|
4
|
-
|
5
|
-
<div
|
6
|
-
v-if="content?.lineup"
|
7
|
-
v-for="(event, index) in content.lineup"
|
8
|
-
:class="{'br-solid br-b br-white-transp-10': index < content.lineup.length - 1}"
|
9
|
-
class="flex-column flex-h-center t-center pd-medium flex w-100 gap-zero"
|
10
|
-
>
|
11
|
-
|
12
|
-
<h5 class="t-main t-nye204 mn-b-small">
|
13
|
-
{{event.djs}}
|
14
|
-
</h5>
|
15
|
-
|
16
|
-
<h4 class="t-unna t-nye204 mn-b-thin">
|
17
|
-
{{event.name}}
|
18
|
-
</h4>
|
19
|
-
<span class="t-semi mn-b-thin mn-l-auto mn-r-auto pd-thin radius-extra br-solid br-2px br-main t-main w-max">
|
20
|
-
{{event.time}}
|
21
|
-
</span>
|
22
|
-
|
23
|
-
<p class="p-medium t-transp">
|
24
|
-
{{event.description}}
|
25
|
-
</p>
|
26
|
-
</div>
|
27
|
-
</div>
|
28
|
-
</template>
|
29
|
-
|
30
|
-
|
31
|
-
<script setup>
|
32
|
-
import { useI18n } from 'vue-i18n'
|
33
|
-
|
34
|
-
const props = defineProps({
|
35
|
-
content: {
|
36
|
-
type: Object
|
37
|
-
}
|
38
|
-
})
|
39
|
-
</script>
|
40
|
-
|
41
|
-
<style lang="scss">
|
42
|
-
</style>
|