@ozdao/prometheus-framework 0.2.197 → 0.2.199
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/builder.js +3 -10
- package/dist/builder.mjs +3 -10
- package/dist/events.server.js +1 -1
- package/dist/events.server.mjs +1 -1
- package/dist/node_modules/@googlemaps/js-api-loader/dist/index.cjs +1 -1
- package/dist/node_modules/@googlemaps/js-api-loader/dist/index.js +21 -20
- package/dist/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.cjs +1 -0
- package/dist/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.js +5042 -0
- package/dist/node_modules/date-fns/_lib/addLeadingZeros.cjs +1 -0
- package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +7 -0
- package/dist/node_modules/date-fns/_lib/defaultOptions.cjs +1 -0
- package/dist/node_modules/date-fns/_lib/defaultOptions.js +7 -0
- package/dist/node_modules/date-fns/_lib/format/formatters.cjs +1 -0
- package/dist/node_modules/date-fns/_lib/format/formatters.js +518 -0
- package/dist/node_modules/date-fns/_lib/format/lightFormatters.cjs +1 -0
- package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +59 -0
- package/dist/node_modules/date-fns/_lib/format/longFormatters.cjs +1 -0
- package/dist/node_modules/date-fns/_lib/format/longFormatters.js +52 -0
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.cjs +1 -0
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +18 -0
- package/dist/node_modules/date-fns/_lib/protectedTokens.cjs +1 -0
- package/dist/node_modules/date-fns/_lib/protectedTokens.js +20 -0
- package/dist/node_modules/date-fns/add.cjs +1 -0
- package/dist/node_modules/date-fns/add.js +20 -0
- package/dist/node_modules/date-fns/addDays.cjs +1 -0
- package/dist/node_modules/date-fns/addDays.js +10 -0
- package/dist/node_modules/date-fns/addHours.cjs +1 -0
- package/dist/node_modules/date-fns/addHours.js +9 -0
- package/dist/node_modules/date-fns/addMilliseconds.cjs +1 -0
- package/dist/node_modules/date-fns/addMilliseconds.js +10 -0
- package/dist/node_modules/date-fns/addMonths.cjs +1 -0
- package/dist/node_modules/date-fns/addMonths.js +20 -0
- package/dist/node_modules/date-fns/addQuarters.cjs +1 -0
- package/dist/node_modules/date-fns/addQuarters.js +9 -0
- package/dist/node_modules/date-fns/addYears.cjs +1 -0
- package/dist/node_modules/date-fns/addYears.js +8 -0
- package/dist/node_modules/date-fns/compareAsc.cjs +1 -0
- package/dist/node_modules/date-fns/compareAsc.js +9 -0
- package/dist/node_modules/date-fns/constants.cjs +1 -0
- package/dist/node_modules/date-fns/constants.js +8 -0
- package/dist/node_modules/date-fns/constructFrom.cjs +1 -0
- package/dist/node_modules/date-fns/constructFrom.js +7 -0
- package/dist/node_modules/date-fns/differenceInCalendarDays.cjs +1 -0
- package/dist/node_modules/date-fns/differenceInCalendarDays.js +11 -0
- package/dist/node_modules/date-fns/differenceInCalendarYears.cjs +1 -0
- package/dist/node_modules/date-fns/differenceInCalendarYears.js +9 -0
- package/dist/node_modules/date-fns/differenceInYears.cjs +1 -0
- package/dist/node_modules/date-fns/differenceInYears.js +13 -0
- package/dist/node_modules/date-fns/eachDayOfInterval.cjs +1 -0
- package/dist/node_modules/date-fns/eachDayOfInterval.js +16 -0
- package/dist/node_modules/date-fns/eachQuarterOfInterval.cjs +1 -0
- package/dist/node_modules/date-fns/eachQuarterOfInterval.js +17 -0
- package/dist/node_modules/date-fns/endOfQuarter.cjs +1 -0
- package/dist/node_modules/date-fns/endOfQuarter.js +9 -0
- package/dist/node_modules/date-fns/endOfWeek.cjs +1 -0
- package/dist/node_modules/date-fns/endOfWeek.js +11 -0
- package/dist/node_modules/date-fns/endOfYear.cjs +1 -0
- package/dist/node_modules/date-fns/endOfYear.js +9 -0
- package/dist/node_modules/date-fns/format.cjs +1 -0
- package/dist/node_modules/date-fns/format.js +59 -0
- package/dist/node_modules/date-fns/getDay.cjs +1 -0
- package/dist/node_modules/date-fns/getDay.js +8 -0
- package/dist/node_modules/date-fns/getDayOfYear.cjs +1 -0
- package/dist/node_modules/date-fns/getDayOfYear.js +11 -0
- package/dist/node_modules/date-fns/getDaysInMonth.cjs +1 -0
- package/dist/node_modules/date-fns/getDaysInMonth.js +10 -0
- package/dist/node_modules/date-fns/getDefaultOptions.cjs +1 -0
- package/dist/node_modules/date-fns/getDefaultOptions.js +8 -0
- package/dist/node_modules/date-fns/getHours.cjs +1 -0
- package/dist/node_modules/date-fns/getHours.js +8 -0
- package/dist/node_modules/date-fns/getISODay.cjs +1 -0
- package/dist/node_modules/date-fns/getISODay.js +9 -0
- package/dist/node_modules/date-fns/getISOWeek.cjs +1 -0
- package/dist/node_modules/date-fns/getISOWeek.js +12 -0
- package/dist/node_modules/date-fns/getISOWeekYear.cjs +1 -0
- package/dist/node_modules/date-fns/getISOWeekYear.js +15 -0
- package/dist/node_modules/date-fns/getMinutes.cjs +1 -0
- package/dist/node_modules/date-fns/getMinutes.js +8 -0
- package/dist/node_modules/date-fns/getMonth.cjs +1 -0
- package/dist/node_modules/date-fns/getMonth.js +8 -0
- package/dist/node_modules/date-fns/getQuarter.cjs +1 -0
- package/dist/node_modules/date-fns/getQuarter.js +9 -0
- package/dist/node_modules/date-fns/getSeconds.cjs +1 -0
- package/dist/node_modules/date-fns/getSeconds.js +8 -0
- package/dist/node_modules/date-fns/getWeek.cjs +1 -0
- package/dist/node_modules/date-fns/getWeek.js +12 -0
- package/dist/node_modules/date-fns/getWeekYear.cjs +1 -0
- package/dist/node_modules/date-fns/getWeekYear.js +17 -0
- package/dist/node_modules/date-fns/getYear.cjs +1 -0
- package/dist/node_modules/date-fns/getYear.js +8 -0
- package/dist/node_modules/date-fns/isAfter.cjs +1 -0
- package/dist/node_modules/date-fns/isAfter.js +9 -0
- package/dist/node_modules/date-fns/isBefore.cjs +1 -0
- package/dist/node_modules/date-fns/isBefore.js +9 -0
- package/dist/node_modules/date-fns/isDate.cjs +1 -0
- package/dist/node_modules/date-fns/isDate.js +7 -0
- package/dist/node_modules/date-fns/isEqual.cjs +1 -0
- package/dist/node_modules/date-fns/isEqual.js +9 -0
- package/dist/node_modules/date-fns/isSameQuarter.cjs +1 -0
- package/dist/node_modules/date-fns/isSameQuarter.js +9 -0
- package/dist/node_modules/date-fns/isValid.cjs +1 -0
- package/dist/node_modules/date-fns/isValid.js +12 -0
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.cjs +1 -0
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +9 -0
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.cjs +1 -0
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +18 -0
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.cjs +1 -0
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +31 -0
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.cjs +1 -0
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +15 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.cjs +1 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +70 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.cjs +1 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +33 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.cjs +1 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +11 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.cjs +1 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +155 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.cjs +1 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +110 -0
- package/dist/node_modules/date-fns/locale/en-US.cjs +1 -0
- package/dist/node_modules/date-fns/locale/en-US.js +21 -0
- package/dist/node_modules/date-fns/parse/_lib/Parser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/Parser.js +22 -0
- package/dist/node_modules/date-fns/parse/_lib/Setter.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/Setter.js +40 -0
- package/dist/node_modules/date-fns/parse/_lib/constants.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/constants.js +49 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +49 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +49 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/DateParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/DateParser.js +61 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +51 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayParser.js +45 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +49 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/EraParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/EraParser.js +30 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +21 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +22 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +32 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +32 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +33 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +33 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISODayParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +99 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +48 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +48 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +49 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +40 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +74 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +48 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +69 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/MinuteParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +32 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/MonthParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +71 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/QuarterParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +70 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/SecondParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +32 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +74 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +71 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +70 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +22 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +22 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/YearParser.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/YearParser.js +49 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers.js +67 -0
- package/dist/node_modules/date-fns/parse/_lib/utils.cjs +1 -0
- package/dist/node_modules/date-fns/parse/_lib/utils.js +103 -0
- package/dist/node_modules/date-fns/parse.cjs +1 -0
- package/dist/node_modules/date-fns/parse.js +90 -0
- package/dist/node_modules/date-fns/set.cjs +1 -0
- package/dist/node_modules/date-fns/set.js +11 -0
- package/dist/node_modules/date-fns/setDay.cjs +1 -0
- package/dist/node_modules/date-fns/setDay.js +12 -0
- package/dist/node_modules/date-fns/setHours.cjs +1 -0
- package/dist/node_modules/date-fns/setHours.js +9 -0
- package/dist/node_modules/date-fns/setISODay.cjs +1 -0
- package/dist/node_modules/date-fns/setISODay.js +11 -0
- package/dist/node_modules/date-fns/setISOWeek.cjs +1 -0
- package/dist/node_modules/date-fns/setISOWeek.js +10 -0
- package/dist/node_modules/date-fns/setMilliseconds.cjs +1 -0
- package/dist/node_modules/date-fns/setMilliseconds.js +9 -0
- package/dist/node_modules/date-fns/setMinutes.cjs +1 -0
- package/dist/node_modules/date-fns/setMinutes.js +9 -0
- package/dist/node_modules/date-fns/setMonth.cjs +1 -0
- package/dist/node_modules/date-fns/setMonth.js +13 -0
- package/dist/node_modules/date-fns/setSeconds.cjs +1 -0
- package/dist/node_modules/date-fns/setSeconds.js +9 -0
- package/dist/node_modules/date-fns/setWeek.cjs +1 -0
- package/dist/node_modules/date-fns/setWeek.js +10 -0
- package/dist/node_modules/date-fns/setYear.cjs +1 -0
- package/dist/node_modules/date-fns/setYear.js +10 -0
- package/dist/node_modules/date-fns/startOfDay.cjs +1 -0
- package/dist/node_modules/date-fns/startOfDay.js +9 -0
- package/dist/node_modules/date-fns/startOfISOWeek.cjs +1 -0
- package/dist/node_modules/date-fns/startOfISOWeek.js +8 -0
- package/dist/node_modules/date-fns/startOfISOWeekYear.cjs +1 -0
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +11 -0
- package/dist/node_modules/date-fns/startOfMonth.cjs +1 -0
- package/dist/node_modules/date-fns/startOfMonth.js +9 -0
- package/dist/node_modules/date-fns/startOfQuarter.cjs +1 -0
- package/dist/node_modules/date-fns/startOfQuarter.js +9 -0
- package/dist/node_modules/date-fns/startOfWeek.cjs +1 -0
- package/dist/node_modules/date-fns/startOfWeek.js +11 -0
- package/dist/node_modules/date-fns/startOfWeekYear.cjs +1 -0
- package/dist/node_modules/date-fns/startOfWeekYear.js +13 -0
- package/dist/node_modules/date-fns/startOfYear.cjs +1 -0
- package/dist/node_modules/date-fns/startOfYear.js +10 -0
- package/dist/node_modules/date-fns/sub.cjs +1 -0
- package/dist/node_modules/date-fns/sub.js +19 -0
- package/dist/node_modules/date-fns/subDays.cjs +1 -0
- package/dist/node_modules/date-fns/subDays.js +8 -0
- package/dist/node_modules/date-fns/subMonths.cjs +1 -0
- package/dist/node_modules/date-fns/subMonths.js +8 -0
- package/dist/node_modules/date-fns/subYears.cjs +1 -0
- package/dist/node_modules/date-fns/subYears.js +8 -0
- package/dist/node_modules/date-fns/toDate.cjs +1 -0
- package/dist/node_modules/date-fns/toDate.js +8 -0
- package/dist/node_modules/date-fns/transpose.cjs +1 -0
- package/dist/node_modules/date-fns/transpose.js +18 -0
- package/dist/node_modules/embla-carousel/esm/embla-carousel.esm.cjs +1 -1
- package/dist/node_modules/embla-carousel/esm/embla-carousel.esm.js +629 -622
- package/dist/node_modules/embla-carousel-vue/esm/embla-carousel-vue.esm.cjs +1 -1
- package/dist/node_modules/embla-carousel-vue/esm/embla-carousel-vue.esm.js +19 -17
- package/dist/node_modules/qrcode/lib/core/byte-data.cjs +1 -1
- package/dist/node_modules/qrcode/lib/core/byte-data.js +6 -7
- package/dist/node_modules/vue-qrcode-reader/dist/vue-qrcode-reader.cjs +1 -1
- package/dist/node_modules/vue-qrcode-reader/dist/vue-qrcode-reader.js +3 -3
- package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.cjs +1 -1
- package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.js +3356 -3363
- package/dist/prometheus-framework/node_modules/libphonenumber-js/metadata.min.json.cjs +1 -1
- package/dist/prometheus-framework/node_modules/libphonenumber-js/metadata.min.json.js +1 -1
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.js +16 -15
- package/dist/prometheus-framework/src/components/PhotoViewer/PhotoViewer.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/PhotoViewer/PhotoViewer.vue.js +13 -12
- package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.js +12 -11
- package/dist/prometheus-framework/src/modules/auth/views/components/pages/SignIn.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/views/components/pages/SignIn.vue.js +6 -5
- 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 +10 -9
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.js +11 -9
- package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.js +8 -7
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +17 -17
- package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.js +5 -3
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +17 -16
- 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 +15 -14
- package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue.js +11 -8
- package/dist/prometheus-framework/src/modules/events/components/sections/SectionPreviousEvents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/SectionPreviousEvents.vue.js +7 -6
- package/dist/prometheus-framework/src/modules/events/components/sections/SectionSpecialGuests.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/SectionSpecialGuests.vue.js +9 -8
- 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 +5 -4
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +25 -23
- package/dist/prometheus-framework/src/modules/globals/views/components/blocks/CardHeader.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/blocks/CardHeader.vue.js +22 -20
- package/dist/prometheus-framework/src/modules/globals/views/components/layouts/App.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/layouts/App.vue.js +87 -93
- package/dist/prometheus-framework/src/modules/globals/views/components/layouts/Client.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/globals/views/components/layouts/Client.vue.js +142 -73
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/NavigationBar.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/globals/views/components/partials/NavigationBar.vue.js +110 -0
- package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.js +8 -7
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrder.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrder.vue.js +2 -2
- 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.js +19 -18
- 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 +127 -135
- package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.js +2 -4
- 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 +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue.js +5 -5
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +75 -69
- package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.js +9 -9
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.js +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue.js +28 -27
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +13 -12
- package/dist/prometheus-framework/src/modules/products/components/sections/HeroRecommendation.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/HeroRecommendation.vue.js +3 -2
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.js +1 -0
- package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/users/components/blocks/CardUser.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/blocks/CardUser.vue.js +3 -2
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +7 -6
- package/dist/prometheus-framework/src/modules/wallet/views/components/elements/ConnectMetamask.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/wallet/views/components/elements/ConnectMetamask.vue.js +12 -9
- package/dist/prometheus-framework.cjs.js +27 -27
- package/dist/prometheus-framework.es.js +3819 -3782
- package/dist/style.css +1 -1
- package/dist/tickets.controller-CB549rZT.mjs +402 -0
- package/dist/tickets.controller-yqXXLR62.js +401 -0
- package/dist/wallet.server.js +1 -1
- package/dist/wallet.server.mjs +1 -1
- package/package.json +24 -25
- package/src/builder/webpack/webpack.config.base.js +2 -2
- package/src/builder/webpack/webpack.config.client.js +1 -1
- package/src/builder/webpack/webpack.config.spa.js +0 -6
- package/src/components/AskToLogin/AskToLogin.vue +1 -1
- package/src/components/EditImages/EditImages.vue +1 -1
- package/src/components/Error/Error.vue +1 -1
- package/src/components/PhotoViewer/PhotoViewer.vue +1 -1
- package/src/components/UploadImage/UploadImage.vue +1 -1
- package/src/modules/auth/views/components/pages/EnterCode.vue +1 -1
- package/src/modules/auth/views/components/pages/EnterPassword.vue +1 -1
- package/src/modules/auth/views/components/pages/ResetPassword.vue +1 -1
- package/src/modules/auth/views/components/pages/SignIn.vue +1 -1
- package/src/modules/auth/views/components/pages/SignUp.vue +1 -1
- package/src/modules/backoffice/components/admin/FastOrders.vue +1 -1
- package/src/modules/chats/components/blocks/ChatMessage.vue +1 -1
- package/src/modules/community/components/blocks/CardBlogpost.vue +1 -1
- package/src/modules/constructor/components/elements/Image.vue +2 -2
- package/src/modules/constructor/components/elements/ImageUpload.vue +1 -1
- package/src/modules/events/components/blocks/CardEvent.vue +2 -2
- package/src/modules/events/components/pages/EditEvent.vue +12 -1
- package/src/modules/events/components/pages/EditEventTickets.vue +1 -1
- package/src/modules/events/components/pages/Event.vue +1 -1
- package/src/modules/events/components/sections/HeroEvent.vue +4 -4
- package/src/modules/events/components/sections/SectionPreviousEvents.vue +1 -1
- package/src/modules/events/components/sections/SectionSpecialGuests.vue +1 -1
- package/src/modules/events/controllers/utils/templateEmail.js +1 -1
- package/src/modules/events/controllers/utils/templateTicket.js +1 -1
- package/src/modules/gallery/components/pages/Gallery.vue +1 -1
- package/src/modules/gallery/components/sections/BackofficeGallery.vue +2 -2
- package/src/modules/globals/views/components/blocks/CardHeader.vue +2 -2
- package/src/modules/globals/views/components/layouts/App.vue +15 -39
- package/src/modules/globals/views/components/layouts/Client.vue +89 -45
- package/src/modules/globals/views/components/partials/Footer.vue +7 -7
- package/src/modules/globals/views/components/partials/NavigationBar.vue +39 -16
- package/src/modules/globals/views/components/sections/Walkthrough.vue +2 -2
- package/src/modules/landing/components/sections/Examples.vue +1 -1
- package/src/modules/landing/components/sections/HowItWorksSection.vue +3 -3
- package/src/modules/landing/components/sections/HowToBuyWDR.vue +1 -1
- package/src/modules/landing/components/sections/InstagramSection.vue +2 -2
- package/src/modules/landing/components/sections/MobileApp.vue +1 -1
- package/src/modules/landing/components/sections/SectionEarn.vue +2 -2
- package/src/modules/landing/components/sections/SectionFeature.vue +1 -1
- package/src/modules/landing/components/sections/SectionFeaturesImages.vue +1 -1
- package/src/modules/landing/components/sections/SectionHeroToken.vue +1 -1
- package/src/modules/landing/components/sections/SectionsSection.vue +4 -4
- package/src/modules/landing/components/sections/WhatIsWDRSection.vue +3 -3
- package/src/modules/landing/router/landing.js +1 -1
- package/src/modules/orders/components/blocks/CardOrder.vue +7 -7
- package/src/modules/orders/components/blocks/CardOrderItem.vue +1 -1
- package/src/modules/orders/components/blocks/CardOrderVar1.vue +1 -1
- package/src/modules/orders/components/pages/OrderBackoffice.vue +3 -4
- package/src/modules/orders/components/pages/Orders.vue +0 -3
- package/src/modules/orders/components/pages/Orders_refact.vue +7 -7
- package/src/modules/orders/components/sections/AskToLogin.vue +1 -1
- package/src/modules/organizations/components/blocks/CardOrganization.vue +2 -2
- package/src/modules/organizations/components/blocks/Contacts.vue +4 -4
- package/src/modules/organizations/components/blocks/DepartmentSub.vue +1 -1
- package/src/modules/organizations/components/pages/Organization.vue +3 -3
- package/src/modules/organizations/components/sections/DetailsTab.vue +1 -1
- package/src/modules/products/components/blocks/CardLeftover.vue +1 -1
- package/src/modules/products/components/blocks/CardProduct.vue +1 -1
- package/src/modules/products/components/blocks/EditFilters.vue +1 -1
- package/src/modules/products/components/blocks/Images360.vue +1 -1
- package/src/modules/products/components/blocks/ImagesThumbnails.vue +1 -1
- package/src/modules/products/components/sections/HeroRecommendation.vue +1 -1
- package/src/modules/products/components/sections/MenuSection.vue +1 -1
- package/src/modules/products/components/sections/ProductInformationSection.vue +5 -5
- package/src/modules/products/components/sections/SectionProduct.vue +1 -1
- package/src/modules/spots/components/blocks/SpotSub.vue +1 -1
- package/src/modules/users/components/blocks/CardUser.vue +1 -1
- package/src/modules/users/components/pages/Profile.vue +1 -1
- package/src/modules/wallet/views/components/elements/ConnectMetamask.vue +3 -3
- package/src/modules/wallet/views/components/pages/Wallet.vue +4 -4
@@ -10,15 +10,15 @@
|
|
10
10
|
<div id="top-footer" class="cols-3 section">
|
11
11
|
|
12
12
|
<a href="mailto:hello@weeder.delivery" class="w-100 radius-small contact col">
|
13
|
-
<img class="mn-b-small h-3r" src="/logo/logotype.svg">
|
13
|
+
<img loading="lazy" class="mn-b-small h-3r" src="/logo/logotype.svg">
|
14
14
|
<p class="t-transp ">{{t('description')}}</p>
|
15
15
|
</a>
|
16
16
|
|
17
17
|
<div @click="this.$router.push({ name: 'Home' } )" class="flex-v-center flex logo-link col">
|
18
18
|
<p class="h4 mn-b-small">{{t('app')}}</p>
|
19
19
|
<div class="store-buttons">
|
20
|
-
<img class="h-3r" src="/assets/images/landing/appsvg" alt="Download on App Store">
|
21
|
-
<img class="h-3r" src="/assets/images/landing/googleplay.svg" alt="Download on Google Play">
|
20
|
+
<img loading="lazy" class="h-3r" src="/assets/images/landing/appsvg" alt="Download on App Store">
|
21
|
+
<img loading="lazy" class="h-3r" src="/assets/images/landing/googleplay.svg" alt="Download on Google Play">
|
22
22
|
</div>
|
23
23
|
</div>
|
24
24
|
|
@@ -27,13 +27,13 @@
|
|
27
27
|
|
28
28
|
<div class="socials flex-nojustify flex">
|
29
29
|
<a class="mn-r-small" href="https://t.me/weederdelivery" target="_blank">
|
30
|
-
<img src="@/assets/icons/Telegram_blue.svg">
|
30
|
+
<img loading="lazy" src="@/assets/icons/Telegram_blue.svg">
|
31
31
|
</a>
|
32
32
|
<a class="mn-r-small" href="https://t.me/weederdelivery" target="_blank">
|
33
|
-
<img src="@/assets/icons/Telegram_blue.svg">
|
33
|
+
<img loading="lazy" src="@/assets/icons/Telegram_blue.svg">
|
34
34
|
</a>
|
35
35
|
<a class="mn-r-small" href="https://t.me/weederdelivery" target="_blank">
|
36
|
-
<img src="@/assets/icons/Telegram_blue.svg">
|
36
|
+
<img loading="lazy" src="@/assets/icons/Telegram_blue.svg">
|
37
37
|
</a>
|
38
38
|
</div>
|
39
39
|
</a>
|
@@ -56,7 +56,7 @@
|
|
56
56
|
</div>
|
57
57
|
|
58
58
|
<a href="https://ozdao.dev" target="_blank">
|
59
|
-
<img src="/icons/ozdao.svg">
|
59
|
+
<img loading="lazy" src="/icons/ozdao.svg">
|
60
60
|
</a>
|
61
61
|
</ul>
|
62
62
|
|
@@ -3,17 +3,18 @@
|
|
3
3
|
class="pos-sticky w-100 z-index-4 br-b br-solid br-black-transp flex-center flex t-center pd-medium bg-white"
|
4
4
|
>
|
5
5
|
|
6
|
-
<
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
6
|
+
<transition name="slideIn" mode="out-in">
|
7
|
+
<Button
|
8
|
+
v-if="route.meta.title_hide"
|
9
|
+
:submit="a => shopcart.actions.toggleShopcart()"
|
10
|
+
:counter="shopcart.getters.cartTotalAmount"
|
11
|
+
:showSucces="false"
|
12
|
+
:showLoader="false"
|
13
|
+
class="header-shopcart pd-zero mn-l-auto"
|
14
|
+
>
|
15
|
+
<IconShopcart class="i-semi" fill="#00ff88" />
|
16
|
+
</Button>
|
17
|
+
</transition>
|
17
18
|
|
18
19
|
<transition name="slideIn" mode="out-in">
|
19
20
|
|
@@ -40,7 +41,16 @@
|
|
40
41
|
|
41
42
|
<transition name="slideIn" mode="out-in">
|
42
43
|
<div :key="route.meta.title_hide" class="header-title">
|
43
|
-
<
|
44
|
+
<component
|
45
|
+
v-if="props.logotype && route.meta.title_hide"
|
46
|
+
:is="props.logotype"
|
47
|
+
:theme="theme"
|
48
|
+
class="
|
49
|
+
h-2r
|
50
|
+
w-auto
|
51
|
+
cursor-pointer
|
52
|
+
"
|
53
|
+
/>
|
44
54
|
|
45
55
|
<p v-else class="t-semi h-2r h4 d-block" >
|
46
56
|
{{route.meta.title[locale.toLowerCase()]}}
|
@@ -54,17 +64,30 @@
|
|
54
64
|
import { ref, onMounted, onUnmounted } from 'vue'
|
55
65
|
import { useRoute, useRouter } from 'vue-router'
|
56
66
|
import { useI18n } from 'vue-i18n';
|
57
|
-
import { useStore } from '@/store';
|
58
67
|
|
59
68
|
import IconShopcart from '@pf/src/modules/icons/entities/IconShopcart.vue'
|
60
69
|
import IconProfile from '@pf/src/modules/icons/entities/IconProfile.vue'
|
61
70
|
|
62
71
|
import Button from '@pf/src/components/Button/Button.vue'
|
63
72
|
|
73
|
+
import * as globals from '@pf/src/modules/globals/views/store/globals'
|
74
|
+
import * as shopcart from '@pf/src/modules/orders/store/shopcart'
|
75
|
+
import * as auth from '@pf/src/modules/auth/views/store/auth'
|
76
|
+
|
77
|
+
// Props
|
78
|
+
const props = defineProps({
|
79
|
+
theme: {
|
80
|
+
type: String,
|
81
|
+
default: "light"
|
82
|
+
},
|
83
|
+
logotype: {
|
84
|
+
type: Object
|
85
|
+
}
|
86
|
+
});
|
87
|
+
|
64
88
|
|
65
89
|
const router = useRouter()
|
66
90
|
const route = useRoute()
|
67
|
-
const store = useStore()
|
68
91
|
|
69
92
|
const { t, mergeLocaleMessage, locale } = useI18n();
|
70
93
|
|
@@ -77,10 +100,10 @@
|
|
77
100
|
}
|
78
101
|
|
79
102
|
function handleToggle() {
|
80
|
-
if (
|
103
|
+
if (auth.state.access.status === false) {
|
81
104
|
router.push({name: 'Sign In'})
|
82
105
|
} else {
|
83
|
-
router.push({ name: 'User Profile', params: { _id:
|
106
|
+
router.push({ name: 'User Profile', params: { _id: auth.state.user._id }})
|
84
107
|
}
|
85
108
|
}
|
86
109
|
</script>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
class="flex-center pd-thin t-center flex-column flex embla__slide"
|
8
8
|
:style="{ opacity: tweenSlides.length ? tweenSlides[index] : undefined, transform: tweenSlides[index] ? `scale(${tweenSlides[index]})` : '' }"
|
9
9
|
>
|
10
|
-
<img class="w-100" :src="require(`@/assets/images/walkthrough/walkthrough_${index}.png`).default">
|
10
|
+
<img loading="lazy" class="w-100" :src="require(`@/assets/images/walkthrough/walkthrough_${index}.png`).default">
|
11
11
|
<h2 class="mn-b-small">{{slide.title}}</h2>
|
12
12
|
<p class="p-big t-transp">{{slide.subtitle}}</p>
|
13
13
|
</div>
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<div
|
16
16
|
class="flex-center flex-column flex pd-big embla__slide"
|
17
17
|
>
|
18
|
-
<img
|
18
|
+
<img loading="lazy"
|
19
19
|
:src="'/logo/logo_square.svg'"
|
20
20
|
class="i-extra radius-medium mn-b-small"
|
21
21
|
>
|
@@ -4,7 +4,7 @@
|
|
4
4
|
<h2 class="mn-center text-fade-in"><span class="text-splitted">Example of the Strains</span></h2>
|
5
5
|
</header>
|
6
6
|
<div class="cols-4 w-100 o-scroll pos-relative gap-medium">
|
7
|
-
<img v-for="(signal,index) in signals" class="radius-big h-max-30r signal" :src="'/images/examples/' + signal">
|
7
|
+
<img loading="lazy" v-for="(signal,index) in signals" class="radius-big h-max-30r signal" :src="'/images/examples/' + signal">
|
8
8
|
</div>
|
9
9
|
</section>
|
10
10
|
</template>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<div class="cols-3">
|
10
10
|
|
11
11
|
<div class="cols-2 gap-medium radius-big bg-black t-white pd-medium">
|
12
|
-
<img class="radius-medium w-100 mn-b-medium" src="@/assets/images/howitworks/1.jpg">
|
12
|
+
<img loading="lazy" class="radius-medium w-100 mn-b-medium" src="@/assets/images/howitworks/1.jpg">
|
13
13
|
<div>
|
14
14
|
<h3 class="mn-b-medium">{{t('steps.step1.headline')}}</h3>
|
15
15
|
<p class="t-transp">{{t('steps.step1.text')}}</p>
|
@@ -17,7 +17,7 @@
|
|
17
17
|
</div>
|
18
18
|
|
19
19
|
<div class="cols-2 gap-medium radius-big bg-black t-white pd-medium">
|
20
|
-
<img class="radius-medium w-100 mn-b-medium" src="@/assets/images/howitworks/2.jpg">
|
20
|
+
<img loading="lazy" class="radius-medium w-100 mn-b-medium" src="@/assets/images/howitworks/2.jpg">
|
21
21
|
<div>
|
22
22
|
<h3 class="mn-b-medium">{{t('steps.step2.headline')}}</h3>
|
23
23
|
<p class="t-transp">{{t('steps.step2.text')}}</p>
|
@@ -25,7 +25,7 @@
|
|
25
25
|
</div>
|
26
26
|
|
27
27
|
<div class="cols-2 gap-medium radius-big bg-black t-white pd-medium">
|
28
|
-
<img class="radius-medium w-100 mn-b-medium" src="@/assets/images/howitworks/3.jpg">
|
28
|
+
<img loading="lazy" class="radius-medium w-100 mn-b-medium" src="@/assets/images/howitworks/3.jpg">
|
29
29
|
<div>
|
30
30
|
<h3 class="mn-b-medium">{{t('steps.step3.headline')}}</h3>
|
31
31
|
<p class="t-transp">{{t('steps.step3.text')}}</p>
|
@@ -28,7 +28,7 @@
|
|
28
28
|
pd-big mn-b-medium
|
29
29
|
radius-big o-hidden"
|
30
30
|
>
|
31
|
-
<img class="mn-b-small" src="/logo/logo-disabled.png">
|
31
|
+
<img loading="lazy" class="mn-b-small" src="/logo/logo-disabled.png">
|
32
32
|
<p class="t-semi uppercase">{{ t('comingSoon') }}</p>
|
33
33
|
</div>
|
34
34
|
<p class="mn-b-small">
|
@@ -6,10 +6,10 @@
|
|
6
6
|
</div>
|
7
7
|
<div data-glide-el="controls" class="mn-b-big flex controls">
|
8
8
|
<button data-glide-dir="<" class="btn-circle">
|
9
|
-
<img src="@/assets/icons/arrow-left.svg">
|
9
|
+
<img loading="lazy" src="@/assets/icons/arrow-left.svg">
|
10
10
|
</button>
|
11
11
|
<button data-glide-dir=">" class="btn-circle">
|
12
|
-
<img src="@/assets/icons/arrow-right.svg">
|
12
|
+
<img loading="lazy" src="@/assets/icons/arrow-right.svg">
|
13
13
|
</button>
|
14
14
|
</div>
|
15
15
|
<div data-glide-el="track" class="mn-b-extra group glide__track">
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<div id="mobileApp">
|
3
3
|
<section class="pos-relative cols-2 pd-thin o-hidden bg-black t-white radius-extra">
|
4
4
|
<div class="z-index-1 h-100">
|
5
|
-
<img
|
5
|
+
<img loading="lazy"
|
6
6
|
:src="(FILE_SERVER_URL || '') + mockupImage"
|
7
7
|
alt="Desktop App Mockup"
|
8
8
|
class="radius-extra h-100 w-100 object-fit-cover"
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<section class="cols-2 bg-black t-black radius-big pd-thin gap-thin">
|
4
4
|
<div>
|
5
5
|
<div class="mn-b-thin t-white pd-big radius-big">
|
6
|
-
<img class="mn-b-semi h-5r" src="/logo/wdt.svg">
|
6
|
+
<img loading="lazy" class="mn-b-semi h-5r" src="/logo/wdt.svg">
|
7
7
|
|
8
8
|
<h2 class="mn-b-small" v-html="t('title')"/>
|
9
9
|
<p class="mn-b-small p-big t-transp">{{ t('description') }}</p>
|
@@ -30,7 +30,7 @@
|
|
30
30
|
</div>
|
31
31
|
|
32
32
|
<div class="pos-relative pd-medium flex-column flex-center flex h-100 bg-main radius-big o-hidden">
|
33
|
-
<img src="/landing/token_hands.png" class="mn-t-extra z-index-1 w-75 mn-b-auto" >
|
33
|
+
<img loading="lazy" src="/landing/token_hands.png" class="mn-t-extra z-index-1 w-75 mn-b-auto" >
|
34
34
|
<!-- <h3 class="mn-b-small z-index-1">How to Earn?</h3> -->
|
35
35
|
<ConnectMetamask class="w-100 z-index-1" />
|
36
36
|
<div style="background-image: url(/spiral.jpg)" class="mn-b-extra spiral"></div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<template>
|
2
2
|
<div class="o-hidden bg-light pos-relative radius-big cols-2">
|
3
3
|
<div style="min-height: 20rem;" :class="{'order-2':order}" class="pos-relative w-100 h-100 bg-light">
|
4
|
-
<img class="w-100 h-100 object-fit-cover pos-absolute" :src="image">
|
4
|
+
<img loading="lazy" class="w-100 h-100 object-fit-cover pos-absolute" :src="image">
|
5
5
|
</div>
|
6
6
|
<div class="pd-big flex-column flex w-100 h-100 gap-zero">
|
7
7
|
<h2 class="mn-b-medium">
|
@@ -30,7 +30,7 @@
|
|
30
30
|
class="pos-relative bg-black o-hidden t-white t-center pd-extra radius-big flex-column flex-center flex"
|
31
31
|
>
|
32
32
|
<div class="sheen h-5r mn-b-small radius-extra o-hidden pos-relative ">
|
33
|
-
<img src="/logo/wdt.svg" class="w-100 h-100">
|
33
|
+
<img loading="lazy" src="/logo/wdt.svg" class="w-100 h-100">
|
34
34
|
</div>
|
35
35
|
|
36
36
|
<h1
|
@@ -4,25 +4,25 @@
|
|
4
4
|
|
5
5
|
<div class="cols-4 gap-thin">
|
6
6
|
<router-link to="/marketplace" class="t-center cursor-pointer hover-scale-0 transition-ease-in pd-big bg-light t-black radius-big">
|
7
|
-
<img src="/sections/1.png" alt="" class="section-image">
|
7
|
+
<img loading="lazy" src="/sections/1.png" alt="" class="section-image">
|
8
8
|
<h3 class="mn-b-medium">{{t('section1.title')}}</h3>
|
9
9
|
<p class="t-transp">{{t('section1.text')}}</p>
|
10
10
|
</router-link >
|
11
11
|
|
12
12
|
<router-link to="/spots" class="t-center cursor-pointer hover-scale-0 transition-ease-in pd-big bg-light t-black radius-big">
|
13
|
-
<img src="/sections/2.png" alt="" class="section-image">
|
13
|
+
<img loading="lazy" src="/sections/2.png" alt="" class="section-image">
|
14
14
|
<h3 class="mn-b-medium">{{t('section2.title')}}</h3>
|
15
15
|
<p class="t-transp">{{t('section2.text')}}</p>
|
16
16
|
</router-link>
|
17
17
|
|
18
18
|
<router-link to="/community" class="t-center cursor-pointer hover-scale-0 transition-ease-in pd-big bg-light t-black radius-big">
|
19
|
-
<img src="/sections/3.png" alt="" class="section-image">
|
19
|
+
<img loading="lazy" src="/sections/3.png" alt="" class="section-image">
|
20
20
|
<h3 class="mn-b-medium">{{t('section3.title')}}</h3>
|
21
21
|
<p class="t-transp">{{t('section3.text')}}</p>
|
22
22
|
</router-link>
|
23
23
|
|
24
24
|
<router-link to="/governance" class="t-center cursor-pointer hover-scale-0 transition-ease-in pd-big bg-light t-black radius-big">
|
25
|
-
<img src="/sections/4.png" alt="" class="section-image">
|
25
|
+
<img loading="lazy" src="/sections/4.png" alt="" class="section-image">
|
26
26
|
<h3 class="mn-b-medium">{{t('section4.title')}}</h3>
|
27
27
|
<p class="t-transp">{{t('section4.text')}}</p>
|
28
28
|
</router-link>
|
@@ -11,19 +11,19 @@
|
|
11
11
|
<div class="cols-3 gap-thin">
|
12
12
|
|
13
13
|
<div class="w-100 pd-medium bg-light radius-big">
|
14
|
-
<img class="radius-medium bg-light h-max-20r object-fit-cover w-100 mn-b-medium" src="@/assets/images/howitworks/step1.png">
|
14
|
+
<img loading="lazy" class="radius-medium bg-light h-max-20r object-fit-cover w-100 mn-b-medium" src="@/assets/images/howitworks/step1.png">
|
15
15
|
<h3 class="mn-b-medium">{{t('steps.step1.headline')}}</h3>
|
16
16
|
<p class="t-transp">{{t('steps.step1.text')}}</p>
|
17
17
|
</div>
|
18
18
|
|
19
19
|
<div class="w-100 pd-medium bg-light radius-big">
|
20
|
-
<img class="radius-medium bg-light h-max-20r object-fit-cover w-100 mn-b-medium" src="@/assets/images/howitworks/step2.png">
|
20
|
+
<img loading="lazy" class="radius-medium bg-light h-max-20r object-fit-cover w-100 mn-b-medium" src="@/assets/images/howitworks/step2.png">
|
21
21
|
<h3 class="mn-b-medium">{{t('steps.step2.headline')}}</h3>
|
22
22
|
<p class="t-transp">{{t('steps.step2.text')}}</p>
|
23
23
|
</div>
|
24
24
|
|
25
25
|
<div class="w-100 pd-medium bg-light radius-big">
|
26
|
-
<img class="radius-medium bg-light h-max-20r object-fit-cover w-100 mn-b-medium" src="@/assets/images/howitworks/step3.png">
|
26
|
+
<img loading="lazy" class="radius-medium bg-light h-max-20r object-fit-cover w-100 mn-b-medium" src="@/assets/images/howitworks/step3.png">
|
27
27
|
<h3 class="mn-b-medium">{{t('steps.step3.headline')}}</h3>
|
28
28
|
<p class="t-transp">{{t('steps.step3.text')}}</p>
|
29
29
|
</div>
|
@@ -1,11 +1,11 @@
|
|
1
1
|
<template>
|
2
2
|
<div class="pd-big mn-regular order-customer-card col">
|
3
3
|
<p class="mn-regular flex-center flex-nowrap flex w-100">
|
4
|
-
<!-- <img v-if="order.status === 'Created'" class="mn-r-small" src="@/assets/icons/status/created.svg"/>
|
5
|
-
<img v-if="order.status === 'Confirmed'" class="mn-r-small" src="@/assets/icons/status/confirmed.svg"/>
|
6
|
-
<img v-if="order.status === 'Awaiting shipment'" class="mn-r-small" src="@/assets/icons/status/paid.svg"/>
|
7
|
-
<img v-if="order.status === 'In delivery'" class="mn-r-small" src="@/assets/icons/status/finished.svg"/>
|
8
|
-
<img v-if="order.status === 'Finished'" class="mn-r-small" src="@/assets/icons/status/finished.svg"/> -->
|
4
|
+
<!-- <img loading="lazy" v-if="order.status === 'Created'" class="mn-r-small" src="@/assets/icons/status/created.svg"/>
|
5
|
+
<img loading="lazy" v-if="order.status === 'Confirmed'" class="mn-r-small" src="@/assets/icons/status/confirmed.svg"/>
|
6
|
+
<img loading="lazy" v-if="order.status === 'Awaiting shipment'" class="mn-r-small" src="@/assets/icons/status/paid.svg"/>
|
7
|
+
<img loading="lazy" v-if="order.status === 'In delivery'" class="mn-r-small" src="@/assets/icons/status/finished.svg"/>
|
8
|
+
<img loading="lazy" v-if="order.status === 'Finished'" class="mn-r-small" src="@/assets/icons/status/finished.svg"/> -->
|
9
9
|
<span class="w-100 t-medium p-big">{{order.status}}</span>
|
10
10
|
</p>
|
11
11
|
|
@@ -13,8 +13,8 @@
|
|
13
13
|
<div class="mn-r-bold pd-r-big br-right-dark w-66">
|
14
14
|
<ul class="mn-semi">
|
15
15
|
<!-- <li v-for="(product, index) in orderProducts(order.items.slice(0,2))" :key="product.id" class="shop-cart-item">
|
16
|
-
<img v-if="product.images" :src="require( `@/assets/images/products/${product.images[0]}`)">
|
17
|
-
<img v-if="!(product.images)" :src="require( `@/assets/icons/photo.svg`)">
|
16
|
+
<img loading="lazy" v-if="product.images" :src="require( `@/assets/images/products/${product.images[0]}`)">
|
17
|
+
<img loading="lazy" v-if="!(product.images)" :src="require( `@/assets/icons/photo.svg`)">
|
18
18
|
|
19
19
|
<div class="text-left">
|
20
20
|
<p class="name">{{ product.name }}</p>
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<span class="flex-child flex-child-shrink-0">
|
54
54
|
Positions {{order.positions.length}} <a class="t-main mn-r-auto">Check Leftover</a>
|
55
55
|
</span>
|
56
|
-
<!-- <img :class="{ 'spoiler-active': spoiler }" class="button-icon" src="@/assets/icons/arrow-down-spoiler.svg"> -->
|
56
|
+
<!-- <img loading="lazy" :class="{ 'spoiler-active': spoiler }" class="button-icon" src="@/assets/icons/arrow-down-spoiler.svg"> -->
|
57
57
|
|
58
58
|
|
59
59
|
<transition name="fade">
|
@@ -43,7 +43,9 @@
|
|
43
43
|
class="bg-white w-min-30r w-max-30r radius-big pd-big"
|
44
44
|
>
|
45
45
|
|
46
|
-
<VueDatePicker v-model="order.deadline" :hide-navigation="['calendar']" :flow="['time']" class="z-index-3 bg-light radius-small pd-small mn-b-thin mn-b-semi" />
|
46
|
+
<!-- <VueDatePicker v-model="order.deadline" :hide-navigation="['calendar']" :flow="['time']" class="z-index-3 bg-light radius-small pd-small mn-b-thin mn-b-semi" /> -->
|
47
|
+
|
48
|
+
{{order.deadline}}
|
47
49
|
|
48
50
|
<p class="t-medium p-medium mn-b-thin">
|
49
51
|
Positions
|
@@ -195,9 +197,6 @@
|
|
195
197
|
import { computed, ref, onMounted } from 'vue'
|
196
198
|
import { useRouter, useRoute } from 'vue-router'
|
197
199
|
|
198
|
-
import VueDatePicker from '@vuepic/vue-datepicker';
|
199
|
-
import '@vuepic/vue-datepicker/dist/main.css'
|
200
|
-
|
201
200
|
import SectionPageTitle from '@pf/src/modules/globals/views/components/sections/SectionPageTitle.vue'
|
202
201
|
|
203
202
|
import Popup from "@pf/src/components/Popup/Popup.vue";
|
@@ -172,9 +172,6 @@
|
|
172
172
|
import { computed, onMounted, reactive, ref } from 'vue';
|
173
173
|
import { useRoute, useRouter } from 'vue-router';
|
174
174
|
|
175
|
-
import VueDatePicker from '@vuepic/vue-datepicker';
|
176
|
-
import '@vuepic/vue-datepicker/dist/main.css'
|
177
|
-
|
178
175
|
import Tab from '@pf/src/components/Tab/Tab.vue'
|
179
176
|
import Block from '@pf/src/components/Block/Block.vue';
|
180
177
|
|
@@ -20,17 +20,17 @@
|
|
20
20
|
|
21
21
|
<section v-for="order in user.orders" class="pd-big mn-b-regular order-customer-card col">
|
22
22
|
<p class="mn-b-regular flex-center flex-nowrap flex w-100">
|
23
|
-
<img v-if="order.status === 'Создан'" class="mn-r-small" src="@/assets/icons/status/created.svg"/>
|
24
|
-
<img v-if="order.status === 'Подтвержден'" class="mn-r-small" src="@/assets/icons/status/confirmed.svg"/>
|
25
|
-
<img v-if="order.status === 'Ожидает отправки'" class="mn-r-small" src="@/assets/icons/status/paid.svg"/>
|
26
|
-
<img v-if="order.status === 'Отправлен'" class="mn-r-small" src="@/assets/icons/status/finished.svg"/>
|
27
|
-
<img v-if="order.status === 'Выполнен'" class="mn-r-small" src="@/assets/icons/status/finished.svg"/>
|
23
|
+
<img loading="lazy" v-if="order.status === 'Создан'" class="mn-r-small" src="@/assets/icons/status/created.svg"/>
|
24
|
+
<img loading="lazy" v-if="order.status === 'Подтвержден'" class="mn-r-small" src="@/assets/icons/status/confirmed.svg"/>
|
25
|
+
<img loading="lazy" v-if="order.status === 'Ожидает отправки'" class="mn-r-small" src="@/assets/icons/status/paid.svg"/>
|
26
|
+
<img loading="lazy" v-if="order.status === 'Отправлен'" class="mn-r-small" src="@/assets/icons/status/finished.svg"/>
|
27
|
+
<img loading="lazy" v-if="order.status === 'Выполнен'" class="mn-r-small" src="@/assets/icons/status/finished.svg"/>
|
28
28
|
<span class="w-100 t-medium p-big">{{order.status}}</span>
|
29
29
|
</p>
|
30
30
|
<ul class="mn-b-semi order-images-wrapper">
|
31
31
|
<li v-for="(product, index) in orderProducts(order.positions.slice(0,2))" :key="product._id" class="mn-r-small">
|
32
|
-
<img v-if="product.images" :src="`@/assets/images/products/${product.images.links[0]}`">
|
33
|
-
<img v-if="!product.images" :src="require( `@/assets/icons/photo.svg`)">
|
32
|
+
<img loading="lazy" v-if="product.images" :src="`@/assets/images/products/${product.images.links[0]}`">
|
33
|
+
<img loading="lazy" v-if="!product.images" :src="require( `@/assets/icons/photo.svg`)">
|
34
34
|
</li>
|
35
35
|
<li v-if="order.positions.length >= 3" class="mn-r-small order-last-image">
|
36
36
|
+{{order.positions.length - 2 }}
|
@@ -5,7 +5,7 @@
|
|
5
5
|
>
|
6
6
|
<div class="flex pos-relative">
|
7
7
|
|
8
|
-
<img
|
8
|
+
<img loading="lazy"
|
9
9
|
v-if="organization.profile.photo && organization.profile.photo.length > 0"
|
10
10
|
:src="(FILE_SERVER_URL || '') + organization.profile.photo"
|
11
11
|
class="h-4r w-4r radius-extra bg-white"
|
@@ -22,7 +22,7 @@
|
|
22
22
|
<p class="h4 t-truncate">{{organization.profile.name}}</p>
|
23
23
|
<!-- RATING -->
|
24
24
|
<!-- <div v-if="showRating && organization.rating" class="w-max star-container flex-v-center flex">
|
25
|
-
<img
|
25
|
+
<img loading="lazy"
|
26
26
|
v-for="i in 5"
|
27
27
|
class="i-small mn-r-thin"
|
28
28
|
:src="i <= organization.rating.median ? '/icons/star.svg' : '/icons/star-stroke.svg'"
|
@@ -1,19 +1,19 @@
|
|
1
1
|
<template>
|
2
2
|
<div class="mn-b-small w-100">
|
3
3
|
<a v-if="formattedWebsite" :href="formattedWebsite" target="_blank" class="w-100 br-2px br-solid br-grey-transp-25 radius-small pd-small flex-v-center flex-nowrap flex">
|
4
|
-
<!-- <img class="i-medium mn-r-small" src="@/assets/icons/website.svg"> -->
|
4
|
+
<!-- <img loading="lazy" class="i-medium mn-r-small" src="@/assets/icons/website.svg"> -->
|
5
5
|
<span class="t-semi uppercase">Website</span>
|
6
6
|
</a>
|
7
7
|
<a v-if="props.phone" :href="`tel:${props.phone}`" class="w-100 br-2px br-solid br-grey-transp-25 radius-small pd-small flex-v-center flex-nowrap flex">
|
8
|
-
<!-- <img class="i-medium mn-r-small" src="@/assets/icons/phone.svg"> -->
|
8
|
+
<!-- <img loading="lazy" class="i-medium mn-r-small" src="@/assets/icons/phone.svg"> -->
|
9
9
|
<span class="t-semi uppercase">Phone</span>
|
10
10
|
</a>
|
11
11
|
<a v-if="props.email" :href="`mailto:${props.email}`" target="_blank" class="w-100 br-2px br-solid br-grey-transp-25 radius-small pd-small flex-v-center flex-nowrap flex">
|
12
|
-
<!-- <img class="i-medium mn-r-small" src="@/assets/icons/email.svg"> -->
|
12
|
+
<!-- <img loading="lazy" class="i-medium mn-r-small" src="@/assets/icons/email.svg"> -->
|
13
13
|
<span class="t-semi uppercase">Email</span>
|
14
14
|
</a>
|
15
15
|
<a v-if="encodedAddress" :href="`https://www.google.com/maps/search/?api=1&query=${encodedAddress}`" target="_blank" class="w-100 br-2px br-solid br-grey-transp-25 radius-small pd-small flex-v-center flex-nowrap flex">
|
16
|
-
<!-- <img class="i-medium mn-r-small" src="@/assets/icons/address.svg"> -->
|
16
|
+
<!-- <img loading="lazy" class="i-medium mn-r-small" src="@/assets/icons/address.svg"> -->
|
17
17
|
<span class="t-semi uppercase">Address</span>
|
18
18
|
</a>
|
19
19
|
</div>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<template>
|
2
2
|
<div class="pd-small flex-nowrap flex">
|
3
|
-
<!-- <img :src="(FILE_SERVER_URL || '') + avatar" :alt="`${name} avatar`" class="user-card__avatar" /> -->
|
3
|
+
<!-- <img loading="lazy" :src="(FILE_SERVER_URL || '') + avatar" :alt="`${name} avatar`" class="user-card__avatar" /> -->
|
4
4
|
<div class="user-card__info">
|
5
5
|
<p class="user-card__name">{{ department.name ? department.name : 'Безымянный' }}</p>
|
6
6
|
<p class="user-card__position">{{ department.members ? department.members.length : '0' }} человек</p>
|
@@ -4,11 +4,11 @@
|
|
4
4
|
<!-- <Breadcrumbs class="mn-b-thin pd-medium bg-light radius-big"/> -->
|
5
5
|
<!-- <pre>{{organization.state.current}}</pre> -->
|
6
6
|
|
7
|
-
|
7
|
+
<DetailsTab
|
8
8
|
:organization="organization.state.current"
|
9
9
|
:user="auth.state.user"
|
10
10
|
class="mn-b-semi"
|
11
|
-
/>
|
11
|
+
/>
|
12
12
|
|
13
13
|
<Tab
|
14
14
|
v-model:selected="tabOrganization"
|
@@ -181,7 +181,7 @@
|
|
181
181
|
import MenuItem from '@pf/src/components/Menu/MenuItem.vue'
|
182
182
|
// Organizations
|
183
183
|
import DepartmentSub from '@pf/src/modules/organizations/components/blocks/DepartmentSub.vue';
|
184
|
-
|
184
|
+
import DetailsTab from '@pf/src/modules/organizations/components/sections/DetailsTab.vue';
|
185
185
|
import User from '@pf/src/modules/users/components/blocks/CardUser.vue';
|
186
186
|
// Feeds
|
187
187
|
import FeedEvents from '@pf/src/modules/events/components/sections/Feed.vue';
|
@@ -50,7 +50,7 @@
|
|
50
50
|
class="pos-absolute cursor-pointer pos-t-big pos-r-big i-regular t-transp"
|
51
51
|
/>
|
52
52
|
|
53
|
-
<img
|
53
|
+
<img loading="lazy"
|
54
54
|
v-if="organization.profile.photo"
|
55
55
|
:src="(FILE_SERVER_URL || '') + organization.profile.photo"
|
56
56
|
class="radius-big bg-light flex-center flex mn-b-small w-8r"
|
@@ -46,7 +46,7 @@
|
|
46
46
|
<span class="flex-child flex-child-shrink-0" v-if="leftover.order">For order {{leftover.order}}</span>
|
47
47
|
<span v-if="leftover.comment" class="mn-r-thin mn-l-thin t-transp">|</span>
|
48
48
|
<p v-if="leftover.comment" class="t-truncate">Comment: {{leftover.comment}}</p>
|
49
|
-
<!-- <img :class="{ 'spoiler-active': spoiler }" class="button-icon" src="@/assets/icons/arrow-down-spoiler.svg"> -->
|
49
|
+
<!-- <img loading="lazy" :class="{ 'spoiler-active': spoiler }" class="button-icon" src="@/assets/icons/arrow-down-spoiler.svg"> -->
|
50
50
|
</div>
|
51
51
|
|
52
52
|
<transition name="fade">
|
@@ -48,7 +48,7 @@
|
|
48
48
|
>
|
49
49
|
|
50
50
|
<!-- Image Wrappers -->
|
51
|
-
<img
|
51
|
+
<img loading="lazy"
|
52
52
|
v-if="product.images[0]"
|
53
53
|
:src="(FILE_SERVER_URL || '') + product.images[0].split('/').slice(0, -1).join('/') + '/thumbnail_' + product.images[0].split('/').pop()"
|
54
54
|
class="pos-absolute object-fit-cover h-max-100 w-100"
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<div class="mn-b-big">
|
3
3
|
<div class="mn-b-small flex-nojustify flex-center flex">
|
4
4
|
<h5 class="mn-r-thin"></h5>
|
5
|
-
<a @click="addArrayObject('categories', 'current.filters')" class="i-small pd-thin button-delete button"><img src="@/assets/icons/plus-white.svg"></a>
|
5
|
+
<a @click="addArrayObject('categories', 'current.filters')" class="i-small pd-thin button-delete button"><img loading="lazy" src="@/assets/icons/plus-white.svg"></a>
|
6
6
|
</div>
|
7
7
|
<p v-if="category.filters.length == 0" class="mn-b-big">У продукта еще не заданы фильтры.</p>
|
8
8
|
<!-- Categories -->
|
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
<transition name="scale5" :css="!firstImageLoad" appear>
|
12
12
|
<div v-if="currentImage" class="h-100 w-100 transition-ease">
|
13
|
-
<img v-if="currentImage" :key="currentImage" class="h-100 w-100 transition-ease" :src="(FILE_SERVER_URL || '') + currentImage.src" alt="360 product view" @mousedown="startRotation" @mousemove="rotate" @mouseup="stopRotation" @mouseleave="stopRotation" @touchstart="startRotation" @touchmove="rotate" @touchend="stopRotation" @dragstart.prevent>
|
13
|
+
<img loading="lazy" v-if="currentImage" :key="currentImage" class="h-100 w-100 transition-ease" :src="(FILE_SERVER_URL || '') + currentImage.src" alt="360 product view" @mousedown="startRotation" @mousemove="rotate" @mouseup="stopRotation" @mouseleave="stopRotation" @touchstart="startRotation" @touchmove="rotate" @touchend="stopRotation" @dragstart.prevent>
|
14
14
|
|
15
15
|
</div>
|
16
16
|
</transition>
|