@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,23 +1,33 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
3
3
|
const vue = require("vue");
|
4
|
-
const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_export-helper.cjs");
|
5
|
-
const _sfc_main = {};
|
6
4
|
const _hoisted_1 = {
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
6
|
+
width: "27",
|
7
|
+
height: "27",
|
8
|
+
viewBox: "0 0 27 27",
|
9
|
+
fill: "none"
|
12
10
|
};
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
}
|
21
|
-
|
22
|
-
|
11
|
+
const _hoisted_2 = ["fill"];
|
12
|
+
const _sfc_main = {
|
13
|
+
__name: "IconPrice",
|
14
|
+
props: {
|
15
|
+
fill: {
|
16
|
+
type: String,
|
17
|
+
default: "rgb(var(--black))"
|
18
|
+
}
|
19
|
+
},
|
20
|
+
setup(__props) {
|
21
|
+
return (_ctx, _cache) => {
|
22
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [
|
23
|
+
vue.createElementVNode("path", {
|
24
|
+
fill: __props.fill,
|
25
|
+
class: vue.normalizeClass(_ctx.$attrs.class),
|
26
|
+
d: "M14.2208 24.915C13.4005 25.7295 12.5655 26.1367 11.7159 26.1367C10.8721 26.1426 10.0342 25.7324 9.20221 24.9062L1.96002 17.6816C1.13385 16.8555 0.723695 16.0176 0.729554 15.168C0.735413 14.3184 1.14557 13.4834 1.96002 12.6631L13.1221 1.53613C13.4034 1.24902 13.6583 1.04102 13.8868 0.912109C14.1153 0.783203 14.3672 0.698242 14.6426 0.657227C14.9239 0.616211 15.2755 0.595703 15.6973 0.595703H20.004C20.4024 0.595703 20.7305 0.630859 20.9883 0.701172C21.2462 0.771484 21.4864 0.891602 21.709 1.06152C21.9317 1.22559 22.1954 1.45996 22.5001 1.76465L25.1104 4.38379C25.4151 4.68262 25.6495 4.94629 25.8135 5.1748C25.9835 5.39746 26.1036 5.6377 26.1739 5.89551C26.2442 6.14746 26.2794 6.47266 26.2794 6.87109V11.1777C26.2794 11.5996 26.2589 11.9512 26.2178 12.2324C26.1827 12.5078 26.1006 12.7627 25.9717 12.9971C25.8428 13.2256 25.6348 13.4805 25.3477 13.7617L14.2208 24.915ZM18.0528 9.77148C18.4864 9.77148 18.8497 9.625 19.1426 9.33203C19.4356 9.0332 19.5821 8.66992 19.5821 8.24219C19.5821 7.81445 19.4356 7.4541 19.1426 7.16113C18.8497 6.8623 18.4864 6.71289 18.0528 6.71289C17.6192 6.71289 17.2559 6.8623 16.963 7.16113C16.67 7.4541 16.5235 7.81445 16.5235 8.24219C16.5235 8.66992 16.67 9.0332 16.963 9.33203C17.2559 9.625 17.6192 9.77148 18.0528 9.77148Z"
|
27
|
+
}, null, 10, _hoisted_2)
|
28
|
+
]);
|
29
|
+
};
|
30
|
+
}
|
31
|
+
};
|
32
|
+
exports.default = _sfc_main;
|
23
33
|
//# sourceMappingURL=IconPrice.vue.cjs.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconPrice.vue.cjs","sources":[
|
1
|
+
{"version":3,"file":"IconPrice.vue.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
@@ -1,23 +1,33 @@
|
|
1
|
-
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
2
|
-
import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
3
|
-
const _sfc_main = {};
|
1
|
+
import { openBlock, createElementBlock, createElementVNode, normalizeClass } from "vue";
|
4
2
|
const _hoisted_1 = {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
4
|
+
width: "27",
|
5
|
+
height: "27",
|
6
|
+
viewBox: "0 0 27 27",
|
7
|
+
fill: "none"
|
8
|
+
};
|
9
|
+
const _hoisted_2 = ["fill"];
|
10
|
+
const _sfc_main = {
|
11
|
+
__name: "IconPrice",
|
12
|
+
props: {
|
13
|
+
fill: {
|
14
|
+
type: String,
|
15
|
+
default: "rgb(var(--black))"
|
16
|
+
}
|
17
|
+
},
|
18
|
+
setup(__props) {
|
19
|
+
return (_ctx, _cache) => {
|
20
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [
|
21
|
+
createElementVNode("path", {
|
22
|
+
fill: __props.fill,
|
23
|
+
class: normalizeClass(_ctx.$attrs.class),
|
24
|
+
d: "M14.2208 24.915C13.4005 25.7295 12.5655 26.1367 11.7159 26.1367C10.8721 26.1426 10.0342 25.7324 9.20221 24.9062L1.96002 17.6816C1.13385 16.8555 0.723695 16.0176 0.729554 15.168C0.735413 14.3184 1.14557 13.4834 1.96002 12.6631L13.1221 1.53613C13.4034 1.24902 13.6583 1.04102 13.8868 0.912109C14.1153 0.783203 14.3672 0.698242 14.6426 0.657227C14.9239 0.616211 15.2755 0.595703 15.6973 0.595703H20.004C20.4024 0.595703 20.7305 0.630859 20.9883 0.701172C21.2462 0.771484 21.4864 0.891602 21.709 1.06152C21.9317 1.22559 22.1954 1.45996 22.5001 1.76465L25.1104 4.38379C25.4151 4.68262 25.6495 4.94629 25.8135 5.1748C25.9835 5.39746 26.1036 5.6377 26.1739 5.89551C26.2442 6.14746 26.2794 6.47266 26.2794 6.87109V11.1777C26.2794 11.5996 26.2589 11.9512 26.2178 12.2324C26.1827 12.5078 26.1006 12.7627 25.9717 12.9971C25.8428 13.2256 25.6348 13.4805 25.3477 13.7617L14.2208 24.915ZM18.0528 9.77148C18.4864 9.77148 18.8497 9.625 19.1426 9.33203C19.4356 9.0332 19.5821 8.66992 19.5821 8.24219C19.5821 7.81445 19.4356 7.4541 19.1426 7.16113C18.8497 6.8623 18.4864 6.71289 18.0528 6.71289C17.6192 6.71289 17.2559 6.8623 16.963 7.16113C16.67 7.4541 16.5235 7.81445 16.5235 8.24219C16.5235 8.66992 16.67 9.0332 16.963 9.33203C17.2559 9.625 17.6192 9.77148 18.0528 9.77148Z"
|
25
|
+
}, null, 10, _hoisted_2)
|
26
|
+
]);
|
27
|
+
};
|
28
|
+
}
|
10
29
|
};
|
11
|
-
function _sfc_render(_ctx, _cache) {
|
12
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
13
|
-
createElementVNode("path", {
|
14
|
-
d: "M29.0738 1.38517C28.5651 0.874226 27.9457 0.487052 27.2635 0.253547C26.5814 0.0200424 25.8547 -0.053546 25.1395 0.0384659L14.4424 1.5263C13.8226 1.61206 13.2261 1.82059 12.6879 2.13968C12.1497 2.45877 11.6806 2.88201 11.3079 3.38463C11.1439 3.60963 11.0479 3.87704 11.0315 4.15502L2.72198 10.4475C2.15313 10.8839 1.69157 11.4446 1.37256 12.0867C1.05354 12.7288 0.885504 13.4354 0.881292 14.1524L0.881284 44.0539C0.895116 45.2864 1.39206 46.4642 2.26524 47.3341C3.13843 48.204 4.31812 48.6964 5.55063 48.7056H22.7519C23.9875 48.6964 25.1698 48.2015 26.0435 47.3278C26.9171 46.4541 27.412 45.2718 27.4213 44.0363L27.4213 37.2756L29.4619 39.3104C29.8956 39.7449 30.4108 40.0897 30.9779 40.3249C31.545 40.5602 32.1529 40.6813 32.7669 40.6813C33.3809 40.6813 33.9888 40.5602 34.5559 40.3249C35.1231 40.0897 35.6382 39.7449 36.0719 39.3104L48.2334 27.1489C49.1007 26.2687 49.5869 25.0826 49.5869 23.8468C49.5869 22.6111 49.1007 21.425 48.2334 20.5448L29.0738 1.38517ZM24.4809 44.0539C24.4762 44.5094 24.292 44.9446 23.9683 45.2651C23.6445 45.5855 23.2074 45.7652 22.7519 45.7652H5.55063C5.09208 45.7652 4.65232 45.5831 4.32808 45.2588C4.00383 44.9346 3.82168 44.4948 3.82168 44.0363L3.82168 14.1524C3.82431 13.8864 3.88703 13.6245 4.00516 13.3862C4.12329 13.1479 4.29377 12.9394 4.50386 12.7762L13.1016 6.25446C13.4053 6.02957 13.7733 5.90818 14.1513 5.90818C14.5293 5.90818 14.8972 6.02957 15.201 6.25446L23.7987 12.788C24.0073 12.9499 24.1768 13.1565 24.2949 13.3926C24.4129 13.6288 24.4765 13.8884 24.4809 14.1524L24.4809 44.0539ZM46.1516 25.073L33.9901 37.2344C33.6614 37.5507 33.223 37.7273 32.7669 37.7273C32.3108 37.7273 31.8724 37.5507 31.5437 37.2344L27.4272 33.1179V14.1524C27.424 13.4329 27.256 12.7237 26.9358 12.0794C26.6157 11.4351 26.1521 10.8728 25.5806 10.4357L17.2358 4.10797L25.5394 2.97886C25.8041 2.9456 26.0728 2.97278 26.3254 3.05834C26.578 3.1439 26.8079 3.28562 26.9979 3.47285L46.1516 22.6207C46.4696 22.9497 46.6473 23.3893 46.6473 23.8468C46.6473 24.3044 46.4696 24.744 46.1516 25.073ZM14.1542 11.5883C13.2121 11.5883 12.2911 11.8677 11.5078 12.3911C10.7245 12.9145 10.1139 13.6585 9.75339 14.5289C9.39285 15.3993 9.29852 16.3571 9.48232 17.2811C9.66612 18.2051 10.1198 19.0538 10.786 19.72C11.4521 20.3862 12.3009 20.8399 13.2249 21.0237C14.1489 21.2075 15.1067 21.1131 15.9771 20.7526C16.8475 20.3921 17.5915 19.7815 18.1149 18.9982C18.6383 18.2148 18.9177 17.2939 18.9177 16.3518C18.9161 15.0889 18.4137 13.8782 17.5208 12.9852C16.6278 12.0922 15.4171 11.5899 14.1542 11.5883ZM14.1542 18.1748C13.7937 18.1748 13.4412 18.0679 13.1414 17.8676C12.8416 17.6673 12.6079 17.3825 12.47 17.0494C12.332 16.7163 12.2959 16.3497 12.3662 15.9961C12.4366 15.6425 12.6102 15.3176 12.8651 15.0627C13.1201 14.8077 13.4449 14.6341 13.7986 14.5638C14.1522 14.4934 14.5188 14.5295 14.8519 14.6675C15.185 14.8055 15.4697 15.0391 15.67 15.3389C15.8704 15.6387 15.9773 15.9912 15.9773 16.3518C15.9757 16.8348 15.7832 17.2976 15.4416 17.6391C15.1001 17.9807 14.6373 18.1733 14.1542 18.1748Z",
|
15
|
-
fill: "rgb(var(--black))"
|
16
|
-
}, null, -1)
|
17
|
-
]));
|
18
|
-
}
|
19
|
-
const IconPrice = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
20
30
|
export {
|
21
|
-
|
31
|
+
_sfc_main as default
|
22
32
|
};
|
23
33
|
//# sourceMappingURL=IconPrice.vue.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconPrice.vue.js","sources":[
|
1
|
+
{"version":3,"file":"IconPrice.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
@@ -5,6 +5,7 @@ const IconEvents = require("./entities/IconEvents.vue.cjs");
|
|
5
5
|
const IconGroups = require("./entities/IconGroups.vue.cjs");
|
6
6
|
const LabelGooglePlay = require("./labels/LabelGooglePlay.vue.cjs");
|
7
7
|
const LabelAppStore = require("./labels/LabelAppStore.vue.cjs");
|
8
|
+
const IconShopcartAdd = require("./actions/IconShopcartAdd.vue.cjs");
|
8
9
|
const IconCross = require("./navigation/IconCross.vue.cjs");
|
9
10
|
const IconChevronRight = require("./navigation/IconChevronRight.vue.cjs");
|
10
11
|
const IconEdit = require("./navigation/IconEdit.vue.cjs");
|
@@ -35,6 +36,7 @@ exports.IconEvents = IconEvents.default;
|
|
35
36
|
exports.IconGroups = IconGroups.default;
|
36
37
|
exports.LabelGooglePlay = LabelGooglePlay.default;
|
37
38
|
exports.LabelAppStore = LabelAppStore.default;
|
39
|
+
exports.IconShopcartAdd = IconShopcartAdd.default;
|
38
40
|
exports.IconCross = IconCross.default;
|
39
41
|
exports.IconChevronRight = IconChevronRight.default;
|
40
42
|
exports.IconEdit = IconEdit.default;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"icons.client.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"icons.client.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
@@ -3,60 +3,62 @@ import { default as default3 } from "./entities/IconEvents.vue.js";
|
|
3
3
|
import { default as default4 } from "./entities/IconGroups.vue.js";
|
4
4
|
import { default as default5 } from "./labels/LabelGooglePlay.vue.js";
|
5
5
|
import { default as default6 } from "./labels/LabelAppStore.vue.js";
|
6
|
-
import { default as default7 } from "./
|
7
|
-
import { default as default8 } from "./navigation/
|
8
|
-
import { default as default9 } from "./navigation/
|
9
|
-
import { default as default10 } from "./navigation/
|
10
|
-
import { default as default11 } from "./navigation/
|
11
|
-
import { default as default12 } from "./navigation/
|
12
|
-
import { default as default13 } from "./navigation/
|
13
|
-
import { default as default14 } from "./navigation/
|
14
|
-
import { default as default15 } from "./navigation/
|
15
|
-
import { default as default16 } from "./
|
6
|
+
import { default as default7 } from "./actions/IconShopcartAdd.vue.js";
|
7
|
+
import { default as default8 } from "./navigation/IconCross.vue.js";
|
8
|
+
import { default as default9 } from "./navigation/IconChevronRight.vue.js";
|
9
|
+
import { default as default10 } from "./navigation/IconEdit.vue.js";
|
10
|
+
import { default as default11 } from "./navigation/IconInfo.vue.js";
|
11
|
+
import { default as default12 } from "./navigation/IconLike.vue.js";
|
12
|
+
import { default as default13 } from "./navigation/IconMute.vue.js";
|
13
|
+
import { default as default14 } from "./navigation/IconUnMute.vue.js";
|
14
|
+
import { default as default15 } from "./navigation/IconAdd.vue.js";
|
15
|
+
import { default as default16 } from "./navigation/IconDelete.vue.js";
|
16
|
+
import { default as default17 } from "./placeholders/PlaceholderUserpic.vue.js";
|
16
17
|
import "vue";
|
17
|
-
import { default as
|
18
|
-
import { default as
|
19
|
-
import { default as
|
20
|
-
import { default as
|
21
|
-
import { default as
|
22
|
-
import { default as
|
23
|
-
import { default as
|
24
|
-
import { default as
|
25
|
-
import { default as
|
26
|
-
import { default as
|
27
|
-
import { default as
|
28
|
-
import { default as
|
29
|
-
import { default as
|
30
|
-
import { default as
|
18
|
+
import { default as default18 } from "./skeletons/SkeletonEventShort.vue.js";
|
19
|
+
import { default as default19 } from "./skeletons/SkeletonBlogpost.vue.js";
|
20
|
+
import { default as default20 } from "./skeletons/SkeletonOrganization.vue.js";
|
21
|
+
import { default as default21 } from "./skeletons/SkeletonEvent.vue.js";
|
22
|
+
import { default as default22 } from "./socials/vk.vue.js";
|
23
|
+
import { default as default23 } from "./socials/instagram.vue.js";
|
24
|
+
import { default as default24 } from "./socials/telegram.vue.js";
|
25
|
+
import { default as default25 } from "./socials/twitter.vue.js";
|
26
|
+
import { default as default26 } from "./socials/linkedin.vue.js";
|
27
|
+
import { default as default27 } from "./socials/reddit.vue.js";
|
28
|
+
import { default as default28 } from "./socials/dribbble.vue.js";
|
29
|
+
import { default as default29 } from "./socials/facebook.vue.js";
|
30
|
+
import { default as default30 } from "./socials/youtube.vue.js";
|
31
|
+
import { default as default31 } from "./socials/line.vue.js";
|
31
32
|
export {
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
33
|
+
default28 as Dribbble,
|
34
|
+
default29 as Facebook,
|
35
|
+
default15 as IconAdd,
|
36
|
+
default9 as IconChevronRight,
|
36
37
|
default2 as IconCommunity,
|
37
|
-
|
38
|
-
|
39
|
-
|
38
|
+
default8 as IconCross,
|
39
|
+
default16 as IconDelete,
|
40
|
+
default10 as IconEdit,
|
40
41
|
default3 as IconEvents,
|
41
42
|
default4 as IconGroups,
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
43
|
+
default11 as IconInfo,
|
44
|
+
default12 as IconLike,
|
45
|
+
default13 as IconMute,
|
46
|
+
default7 as IconShopcartAdd,
|
47
|
+
default14 as IconUnMute,
|
48
|
+
default23 as Instagram,
|
47
49
|
default6 as LabelAppStore,
|
48
50
|
default5 as LabelGooglePlay,
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
51
|
+
default31 as Line,
|
52
|
+
default26 as Linkedin,
|
53
|
+
default17 as PlaceholderUserpic,
|
54
|
+
default27 as Reddit,
|
55
|
+
default19 as SkeletonBlogpost,
|
56
|
+
default21 as SkeletonEvent,
|
57
|
+
default18 as SkeletonEventShort,
|
58
|
+
default20 as SkeletonOrganization,
|
59
|
+
default24 as Telegram,
|
60
|
+
default25 as Twitter,
|
61
|
+
default22 as Vk,
|
62
|
+
default30 as Youtube
|
61
63
|
};
|
62
64
|
//# sourceMappingURL=icons.client.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"icons.client.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"icons.client.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.cjs
CHANGED
@@ -86,7 +86,7 @@ const _sfc_main = {
|
|
86
86
|
]),
|
87
87
|
vue.createElementVNode("div", _hoisted_5, [
|
88
88
|
vue.createElementVNode("p", _hoisted_6, [
|
89
|
-
vue.createTextVNode(vue.toDisplayString(__props.product.name) + " ", 1),
|
89
|
+
vue.createTextVNode(vue.toDisplayString(__props.product.name) + " " + vue.toDisplayString(__props.product.date) + " " + vue.toDisplayString(__props.product.listing) + " ", 1),
|
90
90
|
__props.product.size ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7, ", " + vue.toDisplayString(__props.product.size), 1)) : vue.createCommentVNode("", true),
|
91
91
|
typeof __props.product.color === "string" && __props.product.size ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_8, ", ")) : vue.createCommentVNode("", true),
|
92
92
|
typeof __props.product.color === "string" ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_9, vue.toDisplayString(__props.product.color), 1)) : vue.createCommentVNode("", true)
|
package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.cjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CardOrderItem.vue.cjs","sources":["../../../../../../../src/modules/orders/components/blocks/CardOrderItem.vue"],"sourcesContent":["<template>\n\t<div \n class=\"gap-small pos-relative cols-1\"\n >\n\n <div class=\"pos-relative w-100 gap-thin flex-stretch flex-nowrap flex\">\n <div class=\"bg-light h-100 o-hidden pos-relative radius-small aspect-1x1\"\n style=\"flex: 1 0 auto\"\n >\n <!-- Item Image -->\n <img loading=\"lazy\" \n class=\"w-100 object-fit-cover pos-absolute h-100\" \n v-if=\"product.images[0]\" \n :src=\"(FILE_SERVER_URL || '') + product.images[0]\"\n >\n <PlaceholderImage\n v-if=\"!product.images[0]\" \n class=\"bg-light pos-absolute radius-small w-100 h-100\"\n />\n </div>\n \n \n <!-- Item Description -->\n <div class=\"w-100 pos-relative\">\n <!-- Name -->\n <p class=\"t-truncate t-medium\">{{ product.name }}\n <span v-if=\"product.size\" class=\"t-transp\">, {{ product.size}}</span>\n <span v-if=\"typeof product.color === 'string' && product.size\" class=\"t-transp\">, </span>\n <span v-if=\"typeof product.color === 'string' \" class=\"t-transp\">{{product.color}}</span>\n </p>\n <!-- Price -->\n <p \n class=\"t-main t-demi\"\n >\n <span v-if=\"product.quantity\">{{ product.quantity }} x </span>{{product.price}} {{returnCurrency()}}\n <span v-if=\"product.sale\" class=\"pd-r-small t-transp t-transp p-medium line-through price\">{{(product.price / 100) * (100 + product.sale) }} {{returnCurrency()}} </span>\n </p> \n <!-- Quantity -->\n <div v-if=\"editable\" class=\"mn-t-thin gap-thin flex-nojustify flex\">\n <IconAdd\n @click=\"increase_(product)\"\n class=\"hover-scale-1 cursor-pointer bg-light i-big pd-thin radius-small\"\n />\n <IconMinus\n @click=\"decrease(product)\"\n class=\"hover-scale-1 cursor-pointer bg-light i-big pd-thin radius-small\"\n />\n <IconDelete\n @click=\"remove(product)\"\n class=\"hover-scale-1 cursor-pointer bg-light i-big pd-thin radius-small\"\n />\n </div>\n\n </div>\n\n <!-- <div class=\"flex-nowrap flex\">\n <button @click=\"openStatusPopup\" class=\"w-100 bg-black t-white button button-small\">\n Confirm\n </button>\n\n </div> -->\n\n </div>\n </div>\n\n</template>\n\n\n<script setup=\"props\">\n\timport { computed } from 'vue'\n\timport { useRouter } from 'vue-router'\n\n import IconAdd from '@pf/src/modules/icons/navigation/IconAdd.vue'\n import IconMinus from '@pf/src/modules/icons/navigation/IconMinus.vue'\n import IconDelete from '@pf/src/modules/icons/navigation/IconDelete.vue'\n\n\n import PlaceholderImage from '@pf/src/modules/icons/placeholders/PlaceholderImage.vue'\n\n\tconst router = useRouter()\n\n const emits = defineEmits(['increase', 'decrease', 'remove'])\n\n\tconst props = defineProps({\n\t\tproduct: Object,\n\t\teditable: Boolean,\n\t\tincrease: Function,\n\t\tdecrease: Function,\n\t\tremove: Function\n\t})\n\n function increase_ (product) {\n if (props.increase) {\n props.increase(product)\n }\n emits('increase', product)\n }\n\n function decrease (product) {\n if (props.decrease) {\n props.decrease(product)\n }\n emits('decrease', product)\n }\n\n function remove (product) {\n if (props.remove) {\n props.remove(product)\n }\n emits('remove', product)\n }\n\n</script>\n\n<style lang=\"scss\">\n</style>\n\n\n"],"names":["useRouter"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1
|
+
{"version":3,"file":"CardOrderItem.vue.cjs","sources":["../../../../../../../src/modules/orders/components/blocks/CardOrderItem.vue"],"sourcesContent":["<template>\n\t<div \n class=\"gap-small pos-relative cols-1\"\n >\n\n <div class=\"pos-relative w-100 gap-thin flex-stretch flex-nowrap flex\">\n <div class=\"bg-light h-100 o-hidden pos-relative radius-small aspect-1x1\"\n style=\"flex: 1 0 auto\"\n >\n <!-- Item Image -->\n <img loading=\"lazy\" \n class=\"w-100 object-fit-cover pos-absolute h-100\" \n v-if=\"product.images[0]\" \n :src=\"(FILE_SERVER_URL || '') + product.images[0]\"\n >\n <PlaceholderImage\n v-if=\"!product.images[0]\" \n class=\"bg-light pos-absolute radius-small w-100 h-100\"\n />\n </div>\n \n \n <!-- Item Description -->\n <div class=\"w-100 pos-relative\">\n <!-- Name -->\n <p class=\"t-truncate t-medium\">{{ product.name }}\n {{product.date}}\n {{product.listing}}\n <span v-if=\"product.size\" class=\"t-transp\">, {{ product.size}}</span>\n <span v-if=\"typeof product.color === 'string' && product.size\" class=\"t-transp\">, </span>\n <span v-if=\"typeof product.color === 'string' \" class=\"t-transp\">{{product.color}}</span>\n </p>\n <!-- Price -->\n <p \n class=\"t-main t-demi\"\n >\n <span v-if=\"product.quantity\">{{ product.quantity }} x </span>{{product.price}} {{returnCurrency()}}\n <span v-if=\"product.sale\" class=\"pd-r-small t-transp t-transp p-medium line-through price\">{{(product.price / 100) * (100 + product.sale) }} {{returnCurrency()}} </span>\n </p> \n <!-- Quantity -->\n <div v-if=\"editable\" class=\"mn-t-thin gap-thin flex-nojustify flex\">\n <IconAdd\n @click=\"increase_(product)\"\n class=\"hover-scale-1 cursor-pointer bg-light i-big pd-thin radius-small\"\n />\n <IconMinus\n @click=\"decrease(product)\"\n class=\"hover-scale-1 cursor-pointer bg-light i-big pd-thin radius-small\"\n />\n <IconDelete\n @click=\"remove(product)\"\n class=\"hover-scale-1 cursor-pointer bg-light i-big pd-thin radius-small\"\n />\n </div>\n\n </div>\n\n <!-- <div class=\"flex-nowrap flex\">\n <button @click=\"openStatusPopup\" class=\"w-100 bg-black t-white button button-small\">\n Confirm\n </button>\n\n </div> -->\n\n </div>\n </div>\n\n</template>\n\n\n<script setup=\"props\">\n\timport { computed } from 'vue'\n\timport { useRouter } from 'vue-router'\n\n import IconAdd from '@pf/src/modules/icons/navigation/IconAdd.vue'\n import IconMinus from '@pf/src/modules/icons/navigation/IconMinus.vue'\n import IconDelete from '@pf/src/modules/icons/navigation/IconDelete.vue'\n\n\n import PlaceholderImage from '@pf/src/modules/icons/placeholders/PlaceholderImage.vue'\n\n\tconst router = useRouter()\n\n const emits = defineEmits(['increase', 'decrease', 'remove'])\n\n\tconst props = defineProps({\n\t\tproduct: Object,\n\t\teditable: Boolean,\n\t\tincrease: Function,\n\t\tdecrease: Function,\n\t\tremove: Function\n\t})\n\n function increase_ (product) {\n if (props.increase) {\n props.increase(product)\n }\n emits('increase', product)\n }\n\n function decrease (product) {\n if (props.decrease) {\n props.decrease(product)\n }\n emits('decrease', product)\n }\n\n function remove (product) {\n if (props.remove) {\n props.remove(product)\n }\n emits('remove', product)\n }\n\n</script>\n\n<style lang=\"scss\">\n</style>\n\n\n"],"names":["useRouter"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiFgBA,wBAAW;AAEzB,UAAM,QAAQ;AAEf,UAAM,QAAQ;AAQb,aAAS,UAAW,SAAU;AAC5B,UAAI,MAAM,UAAU;AAClB,cAAM,SAAS,OAAO;AAAA,MACvB;AACD,YAAM,YAAY,OAAO;AAAA,IAC1B;AAED,aAAS,SAAU,SAAS;AAC1B,UAAI,MAAM,UAAU;AAClB,cAAM,SAAS,OAAO;AAAA,MACvB;AACD,YAAM,YAAY,OAAO;AAAA,IAC1B;AAED,aAAS,OAAQ,SAAS;AACxB,UAAI,MAAM,QAAQ;AAChB,cAAM,OAAO,OAAO;AAAA,MACrB;AACD,YAAM,UAAU,OAAO;AAAA,IACxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
@@ -84,7 +84,7 @@ const _sfc_main = {
|
|
84
84
|
]),
|
85
85
|
createElementVNode("div", _hoisted_5, [
|
86
86
|
createElementVNode("p", _hoisted_6, [
|
87
|
-
createTextVNode(toDisplayString(__props.product.name) + " ", 1),
|
87
|
+
createTextVNode(toDisplayString(__props.product.name) + " " + toDisplayString(__props.product.date) + " " + toDisplayString(__props.product.listing) + " ", 1),
|
88
88
|
__props.product.size ? (openBlock(), createElementBlock("span", _hoisted_7, ", " + toDisplayString(__props.product.size), 1)) : createCommentVNode("", true),
|
89
89
|
typeof __props.product.color === "string" && __props.product.size ? (openBlock(), createElementBlock("span", _hoisted_8, ", ")) : createCommentVNode("", true),
|
90
90
|
typeof __props.product.color === "string" ? (openBlock(), createElementBlock("span", _hoisted_9, toDisplayString(__props.product.color), 1)) : createCommentVNode("", true)
|
package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CardOrderItem.vue.js","sources":["../../../../../../../src/modules/orders/components/blocks/CardOrderItem.vue"],"sourcesContent":["<template>\n\t<div \n class=\"gap-small pos-relative cols-1\"\n >\n\n <div class=\"pos-relative w-100 gap-thin flex-stretch flex-nowrap flex\">\n <div class=\"bg-light h-100 o-hidden pos-relative radius-small aspect-1x1\"\n style=\"flex: 1 0 auto\"\n >\n <!-- Item Image -->\n <img loading=\"lazy\" \n class=\"w-100 object-fit-cover pos-absolute h-100\" \n v-if=\"product.images[0]\" \n :src=\"(FILE_SERVER_URL || '') + product.images[0]\"\n >\n <PlaceholderImage\n v-if=\"!product.images[0]\" \n class=\"bg-light pos-absolute radius-small w-100 h-100\"\n />\n </div>\n \n \n <!-- Item Description -->\n <div class=\"w-100 pos-relative\">\n <!-- Name -->\n <p class=\"t-truncate t-medium\">{{ product.name }}\n <span v-if=\"product.size\" class=\"t-transp\">, {{ product.size}}</span>\n <span v-if=\"typeof product.color === 'string' && product.size\" class=\"t-transp\">, </span>\n <span v-if=\"typeof product.color === 'string' \" class=\"t-transp\">{{product.color}}</span>\n </p>\n <!-- Price -->\n <p \n class=\"t-main t-demi\"\n >\n <span v-if=\"product.quantity\">{{ product.quantity }} x </span>{{product.price}} {{returnCurrency()}}\n <span v-if=\"product.sale\" class=\"pd-r-small t-transp t-transp p-medium line-through price\">{{(product.price / 100) * (100 + product.sale) }} {{returnCurrency()}} </span>\n </p> \n <!-- Quantity -->\n <div v-if=\"editable\" class=\"mn-t-thin gap-thin flex-nojustify flex\">\n <IconAdd\n @click=\"increase_(product)\"\n class=\"hover-scale-1 cursor-pointer bg-light i-big pd-thin radius-small\"\n />\n <IconMinus\n @click=\"decrease(product)\"\n class=\"hover-scale-1 cursor-pointer bg-light i-big pd-thin radius-small\"\n />\n <IconDelete\n @click=\"remove(product)\"\n class=\"hover-scale-1 cursor-pointer bg-light i-big pd-thin radius-small\"\n />\n </div>\n\n </div>\n\n <!-- <div class=\"flex-nowrap flex\">\n <button @click=\"openStatusPopup\" class=\"w-100 bg-black t-white button button-small\">\n Confirm\n </button>\n\n </div> -->\n\n </div>\n </div>\n\n</template>\n\n\n<script setup=\"props\">\n\timport { computed } from 'vue'\n\timport { useRouter } from 'vue-router'\n\n import IconAdd from '@pf/src/modules/icons/navigation/IconAdd.vue'\n import IconMinus from '@pf/src/modules/icons/navigation/IconMinus.vue'\n import IconDelete from '@pf/src/modules/icons/navigation/IconDelete.vue'\n\n\n import PlaceholderImage from '@pf/src/modules/icons/placeholders/PlaceholderImage.vue'\n\n\tconst router = useRouter()\n\n const emits = defineEmits(['increase', 'decrease', 'remove'])\n\n\tconst props = defineProps({\n\t\tproduct: Object,\n\t\teditable: Boolean,\n\t\tincrease: Function,\n\t\tdecrease: Function,\n\t\tremove: Function\n\t})\n\n function increase_ (product) {\n if (props.increase) {\n props.increase(product)\n }\n emits('increase', product)\n }\n\n function decrease (product) {\n if (props.decrease) {\n props.decrease(product)\n }\n emits('decrease', product)\n }\n\n function remove (product) {\n if (props.remove) {\n props.remove(product)\n }\n emits('remove', product)\n }\n\n</script>\n\n<style lang=\"scss\">\n</style>\n\n\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1
|
+
{"version":3,"file":"CardOrderItem.vue.js","sources":["../../../../../../../src/modules/orders/components/blocks/CardOrderItem.vue"],"sourcesContent":["<template>\n\t<div \n class=\"gap-small pos-relative cols-1\"\n >\n\n <div class=\"pos-relative w-100 gap-thin flex-stretch flex-nowrap flex\">\n <div class=\"bg-light h-100 o-hidden pos-relative radius-small aspect-1x1\"\n style=\"flex: 1 0 auto\"\n >\n <!-- Item Image -->\n <img loading=\"lazy\" \n class=\"w-100 object-fit-cover pos-absolute h-100\" \n v-if=\"product.images[0]\" \n :src=\"(FILE_SERVER_URL || '') + product.images[0]\"\n >\n <PlaceholderImage\n v-if=\"!product.images[0]\" \n class=\"bg-light pos-absolute radius-small w-100 h-100\"\n />\n </div>\n \n \n <!-- Item Description -->\n <div class=\"w-100 pos-relative\">\n <!-- Name -->\n <p class=\"t-truncate t-medium\">{{ product.name }}\n {{product.date}}\n {{product.listing}}\n <span v-if=\"product.size\" class=\"t-transp\">, {{ product.size}}</span>\n <span v-if=\"typeof product.color === 'string' && product.size\" class=\"t-transp\">, </span>\n <span v-if=\"typeof product.color === 'string' \" class=\"t-transp\">{{product.color}}</span>\n </p>\n <!-- Price -->\n <p \n class=\"t-main t-demi\"\n >\n <span v-if=\"product.quantity\">{{ product.quantity }} x </span>{{product.price}} {{returnCurrency()}}\n <span v-if=\"product.sale\" class=\"pd-r-small t-transp t-transp p-medium line-through price\">{{(product.price / 100) * (100 + product.sale) }} {{returnCurrency()}} </span>\n </p> \n <!-- Quantity -->\n <div v-if=\"editable\" class=\"mn-t-thin gap-thin flex-nojustify flex\">\n <IconAdd\n @click=\"increase_(product)\"\n class=\"hover-scale-1 cursor-pointer bg-light i-big pd-thin radius-small\"\n />\n <IconMinus\n @click=\"decrease(product)\"\n class=\"hover-scale-1 cursor-pointer bg-light i-big pd-thin radius-small\"\n />\n <IconDelete\n @click=\"remove(product)\"\n class=\"hover-scale-1 cursor-pointer bg-light i-big pd-thin radius-small\"\n />\n </div>\n\n </div>\n\n <!-- <div class=\"flex-nowrap flex\">\n <button @click=\"openStatusPopup\" class=\"w-100 bg-black t-white button button-small\">\n Confirm\n </button>\n\n </div> -->\n\n </div>\n </div>\n\n</template>\n\n\n<script setup=\"props\">\n\timport { computed } from 'vue'\n\timport { useRouter } from 'vue-router'\n\n import IconAdd from '@pf/src/modules/icons/navigation/IconAdd.vue'\n import IconMinus from '@pf/src/modules/icons/navigation/IconMinus.vue'\n import IconDelete from '@pf/src/modules/icons/navigation/IconDelete.vue'\n\n\n import PlaceholderImage from '@pf/src/modules/icons/placeholders/PlaceholderImage.vue'\n\n\tconst router = useRouter()\n\n const emits = defineEmits(['increase', 'decrease', 'remove'])\n\n\tconst props = defineProps({\n\t\tproduct: Object,\n\t\teditable: Boolean,\n\t\tincrease: Function,\n\t\tdecrease: Function,\n\t\tremove: Function\n\t})\n\n function increase_ (product) {\n if (props.increase) {\n props.increase(product)\n }\n emits('increase', product)\n }\n\n function decrease (product) {\n if (props.decrease) {\n props.decrease(product)\n }\n emits('decrease', product)\n }\n\n function remove (product) {\n if (props.remove) {\n props.remove(product)\n }\n emits('remove', product)\n }\n\n</script>\n\n<style lang=\"scss\">\n</style>\n\n\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiFgB,cAAW;AAEzB,UAAM,QAAQ;AAEf,UAAM,QAAQ;AAQb,aAAS,UAAW,SAAU;AAC5B,UAAI,MAAM,UAAU;AAClB,cAAM,SAAS,OAAO;AAAA,MACvB;AACD,YAAM,YAAY,OAAO;AAAA,IAC1B;AAED,aAAS,SAAU,SAAS;AAC1B,UAAI,MAAM,UAAU;AAClB,cAAM,SAAS,OAAO;AAAA,MACvB;AACD,YAAM,YAAY,OAAO;AAAA,IAC1B;AAED,aAAS,OAAQ,SAAS;AACxB,UAAI,MAAM,QAAQ;AAChB,cAAM,OAAO,OAAO;AAAA,MACrB;AACD,YAAM,UAAU,OAAO;AAAA,IACxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue.cjs
CHANGED
@@ -3,7 +3,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
3
3
|
const vue = require("vue");
|
4
4
|
const vueRouter = require("vue-router");
|
5
5
|
;/* empty css */
|
6
|
-
const Popup = require("../../../../components/Popup/Popup.
|
6
|
+
const Popup = require("../../../../components/Popup/Popup.vue.cjs");
|
7
7
|
const IconTime = require("../../../icons/entities/IconTime.vue.cjs");
|
8
8
|
const CardOrderItem = require("../blocks/CardOrderItem.vue.cjs");
|
9
9
|
const CardOrganization = require("../../../organizations/components/blocks/CardOrganization.vue.cjs");
|
package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ref, onMounted, computed, openBlock, createElementBlock, createElementVNode, createTextVNode, toDisplayString, Fragment, renderList, normalizeClass, createCommentVNode, createVNode, unref, withCtx, createBlock } from "vue";
|
2
2
|
import { useRouter, useRoute } from "vue-router";
|
3
3
|
/* empty css */
|
4
|
-
import _sfc_main$1 from "../../../../components/Popup/Popup.
|
4
|
+
import _sfc_main$1 from "../../../../components/Popup/Popup.vue.js";
|
5
5
|
import IconTime from "../../../icons/entities/IconTime.vue.js";
|
6
6
|
import _sfc_main$2 from "../blocks/CardOrderItem.vue.js";
|
7
7
|
import _sfc_main$3 from "../../../organizations/components/blocks/CardOrganization.vue.js";
|
package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs
CHANGED
@@ -5,12 +5,12 @@ const vueRouter = require("vue-router");
|
|
5
5
|
;/* empty css */
|
6
6
|
const Button = require("../../../../components/Button/Button.vue.cjs");
|
7
7
|
const Tab = require("../../../../components/Tab/Tab.vue.cjs");
|
8
|
-
const Popup = require("../../../../components/Popup/Popup.
|
8
|
+
const Popup = require("../../../../components/Popup/Popup.vue.cjs");
|
9
9
|
const Block = require("../../../../components/Block/Block.vue.cjs");
|
10
10
|
const Feed = require("../../../../components/Feed/Feed.vue.cjs");
|
11
11
|
const CardOrderItem = require("../blocks/CardOrderItem.vue.cjs");
|
12
12
|
;/* empty css */
|
13
|
-
;/* empty css
|
13
|
+
;/* empty css */
|
14
14
|
const CardUser = require("../../../auth/views/components/blocks/CardUser.vue.cjs");
|
15
15
|
const FormAddCustomer = require("../sections/FormAddCustomer.vue.cjs");
|
16
16
|
const FormDelivery = require("../sections/FormDelivery.vue.cjs");
|
package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js
CHANGED
@@ -3,12 +3,12 @@ import { useRoute, useRouter } from "vue-router";
|
|
3
3
|
/* empty css */
|
4
4
|
import _sfc_main$2 from "../../../../components/Button/Button.vue.js";
|
5
5
|
import _sfc_main$3 from "../../../../components/Tab/Tab.vue.js";
|
6
|
-
import _sfc_main$4 from "../../../../components/Popup/Popup.
|
6
|
+
import _sfc_main$4 from "../../../../components/Popup/Popup.vue.js";
|
7
7
|
import _sfc_main$1 from "../../../../components/Block/Block.vue.js";
|
8
8
|
import _sfc_main$5 from "../../../../components/Feed/Feed.vue.js";
|
9
9
|
import _sfc_main$6 from "../blocks/CardOrderItem.vue.js";
|
10
10
|
/* empty css */
|
11
|
-
/* empty css
|
11
|
+
/* empty css */
|
12
12
|
import _sfc_main$7 from "../../../auth/views/components/blocks/CardUser.vue.js";
|
13
13
|
import _sfc_main$a from "../sections/FormAddCustomer.vue.js";
|
14
14
|
import _sfc_main$8 from "../sections/FormDelivery.vue.js";
|
@@ -2,12 +2,76 @@
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
3
3
|
const vue = require("vue");
|
4
4
|
require("../../../../../node_modules/js-cookie/dist/js.cookie.cjs");
|
5
|
-
require("../../globals/views/store/globals.cjs");
|
5
|
+
const globals = require("../../globals/views/store/globals.cjs");
|
6
6
|
const state = vue.reactive({
|
7
7
|
organization: null,
|
8
8
|
positions: [],
|
9
9
|
currentState: false
|
10
10
|
});
|
11
|
+
const helpers = {
|
12
|
+
createCartItem(product, organization, type = "sale") {
|
13
|
+
return {
|
14
|
+
_id: product._id,
|
15
|
+
images: product.images,
|
16
|
+
name: product.name,
|
17
|
+
price: product.price,
|
18
|
+
quantity: 1,
|
19
|
+
org_id: organization,
|
20
|
+
type
|
21
|
+
};
|
22
|
+
},
|
23
|
+
saveToStorage() {
|
24
|
+
localStorage.setItem(CART_STORAGE_KEY, JSON.stringify({
|
25
|
+
positions: state.positions,
|
26
|
+
organization: state.organization
|
27
|
+
}));
|
28
|
+
},
|
29
|
+
async validateProduct(product) {
|
30
|
+
const serverProduct = await api.fetchProduct(product._id);
|
31
|
+
if (!serverProduct) {
|
32
|
+
return false;
|
33
|
+
}
|
34
|
+
return serverProduct.price === product.price && serverProduct.name === product.name && serverProduct.available !== false;
|
35
|
+
}
|
36
|
+
};
|
37
|
+
const CART_STORAGE_KEY = "shopcart";
|
38
|
+
const SYNC_INTERVAL = 3e4;
|
39
|
+
const api = {
|
40
|
+
async fetchProduct(productId) {
|
41
|
+
try {
|
42
|
+
const response = await fetch(`/api/products/read`, { _id: productId });
|
43
|
+
return await response.json();
|
44
|
+
} catch (error) {
|
45
|
+
console.error("Failed to fetch product:", error);
|
46
|
+
return null;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
};
|
50
|
+
async function syncWithServer() {
|
51
|
+
try {
|
52
|
+
const invalidProducts = [];
|
53
|
+
for (let i = 0; i < state.positions.length; i++) {
|
54
|
+
const product = state.positions[i];
|
55
|
+
const serverProduct = await api.fetchProduct(product._id);
|
56
|
+
if (!serverProduct || serverProduct.price !== product.price || serverProduct.name !== product.name || serverProduct.available === false) {
|
57
|
+
invalidProducts.push(product._id);
|
58
|
+
}
|
59
|
+
}
|
60
|
+
if (invalidProducts.length > 0) {
|
61
|
+
state.positions = state.positions.filter(
|
62
|
+
(product) => !invalidProducts.includes(product._id)
|
63
|
+
);
|
64
|
+
helpers.saveToStorage();
|
65
|
+
globals.setError("Some products were removed from cart due to changes on server");
|
66
|
+
}
|
67
|
+
} catch (error) {
|
68
|
+
console.error("Failed to sync with server:", error);
|
69
|
+
}
|
70
|
+
}
|
71
|
+
const startPeriodicSync = () => {
|
72
|
+
setInterval(syncWithServer, SYNC_INTERVAL);
|
73
|
+
};
|
74
|
+
startPeriodicSync();
|
11
75
|
const actions = {
|
12
76
|
toggleShopcart() {
|
13
77
|
state.currentState = state.currentState ? false : true;
|
@@ -25,7 +89,7 @@ const actions = {
|
|
25
89
|
throw error;
|
26
90
|
}
|
27
91
|
},
|
28
|
-
addProductToCart(product, organization) {
|
92
|
+
addProductToCart(product, organization, date) {
|
29
93
|
const cartItem = state.positions.find(
|
30
94
|
(item) => item._id === product._id
|
31
95
|
);
|
@@ -38,6 +102,7 @@ const actions = {
|
|
38
102
|
name: product.name,
|
39
103
|
price: product.price,
|
40
104
|
quantity: 1,
|
105
|
+
date,
|
41
106
|
org_id: organization
|
42
107
|
// Добавляем _id организации к каждому продукту
|
43
108
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"shopcart.cjs","sources":["../../../../../../src/modules/orders/store/shopcart.js"],"sourcesContent":["/////////////////////////////\n// DEPENDENCIES\n/////////////////////////////\nimport { reactive, watch, computed } from \"vue\";\n// Dependencies\nimport Cookies from 'js-cookie'\n// Globals \nimport { setError } from '@pf/src/modules/globals/views/store/globals'\n\n/////////////////////////////\n// State\n/////////////////////////////\nconst state = reactive({\n organization: null,\n positions: [],\n currentState: false\n});\n\n/////////////////////////////\n// Actions\n/////////////////////////////\nconst actions = {\n\n toggleShopcart () {\n state.currentState = state.currentState ? false : true;\n },\n\n setShopcart() {\n try {\n const storedShopcart = localStorage.getItem('shopcart');\n\n if (storedShopcart) {\n const shopcartData = JSON.parse(storedShopcart);\n state.positions = shopcartData.positions; // Восстанавливаем продукты\n state.organization = shopcartData.organization; // Восстанавливаем _id организации\n } \n } catch (error) {\n console.error(error);\n throw error;\n }\n },\n\n\n addProductToCart(product, organization) {\n const cartItem = state.positions.find(\n (item) => item._id === product._id\n );\n\n if (cartItem) {\n cartItem.quantity++;\n } else {\n state.positions.push({\n _id: product._id,\n images: product.images,\n name: product.name,\n price: product.price,\n quantity: 1,\n org_id: organization, // Добавляем _id организации к каждому продукту\n });\n }\n\n // Обновляем объект корзины в localStorage, включая _id организации\n localStorage.setItem('shopcart', JSON.stringify({\n positions: state.positions,\n organization: organization // Сохраняем _id организации в корне объекта корзины\n }));\n },\n\n\n removeProduct(_id) {\n const cartItem = state.positions.find(\n (item) => item._id === _id\n );\n const cartItemIndex = state.positions.indexOf(cartItem);\n\n if (cartItemIndex > -1) {\n state.positions.splice(cartItemIndex, 1);\n \n // Сохраняем весь объект корзины, а не только позиции\n localStorage.setItem('shopcart', JSON.stringify({\n positions: state.positions,\n organization: state.organization\n }));\n }\n },\n\n\n decrementItemQuantity(_id) {\n const cartItem = state.positions.find(\n (item) => item._id === _id\n );\n const cartItemIndex = state.positions.indexOf(cartItem);\n \n if (cartItemIndex > -1) {\n cartItem.quantity--;\n \n if (cartItem.quantity < 1) {\n state.positions.splice(cartItemIndex, 1);\n }\n\n // Сохраняем весь объект корзины, а не только позиции\n localStorage.setItem('shopcart', JSON.stringify({\n positions: state.positions,\n organization: state.organization\n }));\n }\n },\n\n\n incrementItemQuantity(_id) {\n const cartItem = state.positions.find(\n (item) => item._id === _id\n );\n\n if (cartItem) {\n cartItem.quantity++;\n\n // Сохраняем весь объект корзины, а не только позиции\n localStorage.setItem('shopcart', JSON.stringify({\n positions: state.positions,\n organization: state.organization\n }));\n }\n },\n\n\n resetShopcart() {\n state.positions = [];\n \n localStorage.removeItem('shopcart');\n },\n};\n\n/////////////////////////////\n// Getters\n/////////////////////////////\nconst getters = {\n cartTotalPrice: computed(() => {\n return Number(state.positions.reduce((total, product) => {\n return total + product.price * product.quantity;\n }, 0));\n }),\n\n cartTotalAmount: computed(() => {\n return Number(state.positions.reduce((total, product) => {\n return total + product.quantity;\n }, 0));\n }),\n\n getStoreCartState: computed(() => {\n return Number(state.currentState);\n }),\n};\n/////////////////////////////\n// History\n/////////////////////////////\nconst history = []\nhistory.push(state) \n\n/////////////////////////////\n// Watch\n/////////////////////////////\nwatch(state, (newState, oldState) => {\n history.push(newState)\n})\n\n/////////////////////////////\n// Module Export\n/////////////////////////////\nexport {\n state,\n actions,\n getters\n}"],"names":["reactive","computed","watch"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"shopcart.cjs","sources":["../../../../../../src/modules/orders/store/shopcart.js"],"sourcesContent":["/////////////////////////////\n// DEPENDENCIES\n/////////////////////////////\nimport { reactive, watch, computed } from \"vue\";\n// Dependencies\nimport Cookies from 'js-cookie'\n// Globals \nimport { setError } from '@pf/src/modules/globals/views/store/globals'\n\n/////////////////////////////\n// State\n/////////////////////////////\nconst state = reactive({\n organization: null,\n positions: [],\n currentState: false\n});\n\n/////////////////////////////\n// Helpers\n/////////////////////////////\nconst helpers = {\n createCartItem(product, organization, type = 'sale') {\n return {\n _id: product._id,\n images: product.images,\n name: product.name,\n price: product.price,\n quantity: 1,\n org_id: organization,\n type: type\n };\n },\n\n saveToStorage() {\n localStorage.setItem(CART_STORAGE_KEY, JSON.stringify({\n positions: state.positions,\n organization: state.organization\n }));\n },\n\n async validateProduct(product) {\n const serverProduct = await api.fetchProduct(product._id);\n \n if (!serverProduct) {\n return false;\n }\n\n return serverProduct.price === product.price &&\n serverProduct.name === product.name &&\n serverProduct.available !== false;\n }\n};\n\n/////////////////////////////\n// SYNC PRODUCT IN SHOPCART\n/////////////////////////////\n// Constants\nconst CART_STORAGE_KEY = 'shopcart';\nconst SYNC_INTERVAL = 30000; // 30 seconds in milliseconds\n\n// API service\nconst api = {\n async fetchProduct(productId) {\n try {\n const response = await fetch(`/api/products/read`, { _id: productId});\n return await response.json();\n } catch (error) {\n console.error('Failed to fetch product:', error);\n return null;\n }\n }\n};\n\nasync function syncWithServer() {\n try {\n const invalidProducts = [];\n \n for (let i = 0; i < state.positions.length; i++) {\n const product = state.positions[i];\n const serverProduct = await api.fetchProduct(product._id);\n \n if (!serverProduct || \n serverProduct.price !== product.price || \n serverProduct.name !== product.name || \n serverProduct.available === false) {\n invalidProducts.push(product._id);\n }\n }\n\n if (invalidProducts.length > 0) {\n state.positions = state.positions.filter(\n product => !invalidProducts.includes(product._id)\n );\n helpers.saveToStorage();\n setError('Some products were removed from cart due to changes on server');\n }\n } catch (error) {\n console.error('Failed to sync with server:', error);\n }\n}\n// Initialize periodic sync\nlet syncInterval;\n\nconst startPeriodicSync = () => {\n syncInterval = setInterval(syncWithServer, SYNC_INTERVAL);\n};\n\nconst stopPeriodicSync = () => {\n if (syncInterval) {\n clearInterval(syncInterval);\n }\n};\n\n// Start sync when module is imported\nstartPeriodicSync();\n/////////////////////////////\n// Actions\n/////////////////////////////\nconst actions = {\n\n toggleShopcart () {\n state.currentState = state.currentState ? false : true;\n },\n\n setShopcart() {\n try {\n const storedShopcart = localStorage.getItem('shopcart');\n\n if (storedShopcart) {\n const shopcartData = JSON.parse(storedShopcart);\n state.positions = shopcartData.positions; // Восстанавливаем продукты\n state.organization = shopcartData.organization; // Восстанавливаем _id организации\n } \n } catch (error) {\n console.error(error);\n throw error;\n }\n },\n\n\n addProductToCart(product, organization, date) {\n const cartItem = state.positions.find(\n (item) => item._id === product._id\n );\n\n if (cartItem) {\n cartItem.quantity++;\n } else {\n state.positions.push({\n _id: product._id,\n images: product.images,\n name: product.name,\n price: product.price,\n quantity: 1,\n date: date, \n org_id: organization, // Добавляем _id организации к каждому продукту\n });\n }\n\n // Обновляем объект корзины в localStorage, включая _id организации\n localStorage.setItem('shopcart', JSON.stringify({\n positions: state.positions,\n organization: organization // Сохраняем _id организации в корне объекта корзины\n }));\n },\n\n\n removeProduct(_id) {\n const cartItem = state.positions.find(\n (item) => item._id === _id\n );\n const cartItemIndex = state.positions.indexOf(cartItem);\n\n if (cartItemIndex > -1) {\n state.positions.splice(cartItemIndex, 1);\n \n // Сохраняем весь объект корзины, а не только позиции\n localStorage.setItem('shopcart', JSON.stringify({\n positions: state.positions,\n organization: state.organization\n }));\n }\n },\n\n\n decrementItemQuantity(_id) {\n const cartItem = state.positions.find(\n (item) => item._id === _id\n );\n const cartItemIndex = state.positions.indexOf(cartItem);\n \n if (cartItemIndex > -1) {\n cartItem.quantity--;\n \n if (cartItem.quantity < 1) {\n state.positions.splice(cartItemIndex, 1);\n }\n\n // Сохраняем весь объект корзины, а не только позиции\n localStorage.setItem('shopcart', JSON.stringify({\n positions: state.positions,\n organization: state.organization\n }));\n }\n },\n\n\n incrementItemQuantity(_id) {\n const cartItem = state.positions.find(\n (item) => item._id === _id\n );\n\n if (cartItem) {\n cartItem.quantity++;\n\n // Сохраняем весь объект корзины, а не только позиции\n localStorage.setItem('shopcart', JSON.stringify({\n positions: state.positions,\n organization: state.organization\n }));\n }\n },\n\n\n resetShopcart() {\n state.positions = [];\n \n localStorage.removeItem('shopcart');\n },\n};\n\n/////////////////////////////\n// Getters\n/////////////////////////////\nconst getters = {\n cartTotalPrice: computed(() => {\n return Number(state.positions.reduce((total, product) => {\n return total + product.price * product.quantity;\n }, 0));\n }),\n\n cartTotalAmount: computed(() => {\n return Number(state.positions.reduce((total, product) => {\n return total + product.quantity;\n }, 0));\n }),\n\n getStoreCartState: computed(() => {\n return Number(state.currentState);\n }),\n};\n/////////////////////////////\n// History\n/////////////////////////////\nconst history = []\nhistory.push(state) \n\n/////////////////////////////\n// Watch\n/////////////////////////////\nwatch(state, (newState, oldState) => {\n history.push(newState)\n})\n\n/////////////////////////////\n// Module Export\n/////////////////////////////\nexport {\n state,\n actions,\n getters\n}"],"names":["reactive","setError","computed","watch"],"mappings":";;;;;AAYK,MAAC,QAAQA,IAAAA,SAAS;AAAA,EACrB,cAAc;AAAA,EACd,WAAW,CAAE;AAAA,EACb,cAAc;AAChB,CAAC;AAKD,MAAM,UAAU;AAAA,EACd,eAAe,SAAS,cAAc,OAAO,QAAQ;AACnD,WAAO;AAAA,MACL,KAAK,QAAQ;AAAA,MACb,QAAQ,QAAQ;AAAA,MAChB,MAAM,QAAQ;AAAA,MACd,OAAO,QAAQ;AAAA,MACf,UAAU;AAAA,MACV,QAAQ;AAAA,MACR;AAAA,IACN;AAAA,EACG;AAAA,EAED,gBAAgB;AACd,iBAAa,QAAQ,kBAAkB,KAAK,UAAU;AAAA,MACpD,WAAW,MAAM;AAAA,MACjB,cAAc,MAAM;AAAA,IACrB,CAAA,CAAC;AAAA,EACH;AAAA,EAED,MAAM,gBAAgB,SAAS;AAC7B,UAAM,gBAAgB,MAAM,IAAI,aAAa,QAAQ,GAAG;AAExD,QAAI,CAAC,eAAe;AAClB,aAAO;AAAA,IACR;AAED,WAAO,cAAc,UAAU,QAAQ,SAChC,cAAc,SAAS,QAAQ,QAC/B,cAAc,cAAc;AAAA,EACpC;AACH;AAMA,MAAM,mBAAmB;AACzB,MAAM,gBAAgB;AAGtB,MAAM,MAAM;AAAA,EACV,MAAM,aAAa,WAAW;AAC5B,QAAI;AACF,YAAM,WAAW,MAAM,MAAM,sBAAsB,EAAE,KAAK,UAAS,CAAC;AACpE,aAAO,MAAM,SAAS;IACvB,SAAQ,OAAO;AACd,cAAQ,MAAM,4BAA4B,KAAK;AAC/C,aAAO;AAAA,IACR;AAAA,EACF;AACH;AAEA,eAAe,iBAAiB;AAC9B,MAAI;AACF,UAAM,kBAAkB,CAAA;AAExB,aAAS,IAAI,GAAG,IAAI,MAAM,UAAU,QAAQ,KAAK;AAC/C,YAAM,UAAU,MAAM,UAAU,CAAC;AACjC,YAAM,gBAAgB,MAAM,IAAI,aAAa,QAAQ,GAAG;AAExD,UAAI,CAAC,iBACD,cAAc,UAAU,QAAQ,SAChC,cAAc,SAAS,QAAQ,QAC/B,cAAc,cAAc,OAAO;AACrC,wBAAgB,KAAK,QAAQ,GAAG;AAAA,MACjC;AAAA,IACF;AAED,QAAI,gBAAgB,SAAS,GAAG;AAC9B,YAAM,YAAY,MAAM,UAAU;AAAA,QAChC,aAAW,CAAC,gBAAgB,SAAS,QAAQ,GAAG;AAAA,MACxD;AACM,cAAQ,cAAa;AACrBC,cAAQ,SAAC,+DAA+D;AAAA,IACzE;AAAA,EACF,SAAQ,OAAO;AACd,YAAQ,MAAM,+BAA+B,KAAK;AAAA,EACnD;AACH;AAIA,MAAM,oBAAoB,MAAM;AACf,cAAY,gBAAgB,aAAa;AAC1D;AASA;AAIK,MAAC,UAAU;AAAA,EAEd,iBAAkB;AAChB,UAAM,eAAe,MAAM,eAAe,QAAQ;AAAA,EACnD;AAAA,EAED,cAAc;AACZ,QAAI;AACF,YAAM,iBAAiB,aAAa,QAAQ,UAAU;AAEtD,UAAI,gBAAgB;AAClB,cAAM,eAAe,KAAK,MAAM,cAAc;AAC9C,cAAM,YAAY,aAAa;AAC/B,cAAM,eAAe,aAAa;AAAA,MACnC;AAAA,IACF,SAAQ,OAAO;AACd,cAAQ,MAAM,KAAK;AACnB,YAAM;AAAA,IACP;AAAA,EACF;AAAA,EAGD,iBAAiB,SAAS,cAAc,MAAM;AAC5C,UAAM,WAAW,MAAM,UAAU;AAAA,MAC/B,CAAC,SAAS,KAAK,QAAQ,QAAQ;AAAA,IACrC;AAEI,QAAI,UAAU;AACZ,eAAS;AAAA,IACf,OAAW;AACL,YAAM,UAAU,KAAK;AAAA,QACnB,KAAK,QAAQ;AAAA,QACb,QAAQ,QAAQ;AAAA,QAChB,MAAM,QAAQ;AAAA,QACd,OAAO,QAAQ;AAAA,QACf,UAAU;AAAA,QACV;AAAA,QACA,QAAQ;AAAA;AAAA,MAChB,CAAO;AAAA,IACF;AAGD,iBAAa,QAAQ,YAAY,KAAK,UAAU;AAAA,MAC9C,WAAW,MAAM;AAAA,MACjB;AAAA;AAAA,IACD,CAAA,CAAC;AAAA,EACH;AAAA,EAGD,cAAc,KAAK;AACjB,UAAM,WAAW,MAAM,UAAU;AAAA,MAC/B,CAAC,SAAS,KAAK,QAAQ;AAAA,IAC7B;AACI,UAAM,gBAAgB,MAAM,UAAU,QAAQ,QAAQ;AAEtD,QAAI,gBAAgB,IAAI;AACtB,YAAM,UAAU,OAAO,eAAe,CAAC;AAGvC,mBAAa,QAAQ,YAAY,KAAK,UAAU;AAAA,QAC9C,WAAW,MAAM;AAAA,QACjB,cAAc,MAAM;AAAA,MACrB,CAAA,CAAC;AAAA,IACH;AAAA,EACF;AAAA,EAGD,sBAAsB,KAAK;AACzB,UAAM,WAAW,MAAM,UAAU;AAAA,MAC/B,CAAC,SAAS,KAAK,QAAQ;AAAA,IAC7B;AACI,UAAM,gBAAgB,MAAM,UAAU,QAAQ,QAAQ;AAEtD,QAAI,gBAAgB,IAAI;AACtB,eAAS;AAET,UAAI,SAAS,WAAW,GAAG;AACzB,cAAM,UAAU,OAAO,eAAe,CAAC;AAAA,MACxC;AAGD,mBAAa,QAAQ,YAAY,KAAK,UAAU;AAAA,QAC9C,WAAW,MAAM;AAAA,QACjB,cAAc,MAAM;AAAA,MACrB,CAAA,CAAC;AAAA,IACH;AAAA,EACF;AAAA,EAGD,sBAAsB,KAAK;AACzB,UAAM,WAAW,MAAM,UAAU;AAAA,MAC/B,CAAC,SAAS,KAAK,QAAQ;AAAA,IAC7B;AAEI,QAAI,UAAU;AACZ,eAAS;AAGT,mBAAa,QAAQ,YAAY,KAAK,UAAU;AAAA,QAC9C,WAAW,MAAM;AAAA,QACjB,cAAc,MAAM;AAAA,MACrB,CAAA,CAAC;AAAA,IACH;AAAA,EACF;AAAA,EAGD,gBAAgB;AACd,UAAM,YAAY;AAElB,iBAAa,WAAW,UAAU;AAAA,EACnC;AACH;AAKK,MAAC,UAAU;AAAA,EACd,gBAAgBC,IAAQ,SAAC,MAAM;AAC7B,WAAO,OAAO,MAAM,UAAU,OAAO,CAAC,OAAO,YAAY;AACvD,aAAO,QAAQ,QAAQ,QAAQ,QAAQ;AAAA,IAC7C,GAAO,CAAC,CAAC;AAAA,EACT,CAAG;AAAA,EAED,iBAAiBA,IAAQ,SAAC,MAAM;AAC9B,WAAO,OAAO,MAAM,UAAU,OAAO,CAAC,OAAO,YAAY;AACvD,aAAO,QAAQ,QAAQ;AAAA,IAC7B,GAAO,CAAC,CAAC;AAAA,EACT,CAAG;AAAA,EAED,mBAAmBA,IAAQ,SAAC,MAAM;AAChC,WAAO,OAAO,MAAM,YAAY;AAAA,EACpC,CAAG;AACH;AAUAC,IAAAA,MAAM,OAAO,CAAC,UAAU,aAAa;AAErC,CAAC;;;;"}
|