@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
@@ -1,6 +1,6 @@
|
|
1
1
|
<template>
|
2
2
|
<section class="t-center pd-medium">
|
3
|
-
<!-- <img src="@/assets/icons/message1.png" class="i-extra mn-b-small"> -->
|
3
|
+
<!-- <img loading="lazy" src="@/assets/icons/message1.png" class="i-extra mn-b-small"> -->
|
4
4
|
|
5
5
|
<h3 class="mn-b-medium">
|
6
6
|
{{ t('verifyNumberTitle') }}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<template>
|
2
2
|
<section class="t-left pd-medium">
|
3
3
|
<!-- Header -->
|
4
|
-
<!-- <img src="@/assets/icons/password.png" class="i-extra mn-b-small"> -->
|
4
|
+
<!-- <img loading="lazy" src="@/assets/icons/password.png" class="i-extra mn-b-small"> -->
|
5
5
|
<h3 class="mn-b-small">{{ t('almostDone') }}</h3>
|
6
6
|
<p v-if="route.query.method === 'reset-password'" class="mn-b-semi t-transp">{{ t('newPasswordPrompt') }}</p>
|
7
7
|
<p v-else class="mn-b-semi t-transp">{{ t('registrationPasswordPrompt') }}</p>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<template>
|
2
2
|
<section class="t-left pd-medium">
|
3
|
-
<!-- <img src="@/assets/icons/password.png" class="i-extra mn-b-small"> -->
|
3
|
+
<!-- <img loading="lazy" src="@/assets/icons/password.png" class="i-extra mn-b-small"> -->
|
4
4
|
<!-- Header -->
|
5
5
|
<h3 class="mn-b-small">{{ t('forgotPasswordTitle') }}</h3>
|
6
6
|
<p class="mn-b-small t-transp">{{ t('instructions') }}</p>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<template>
|
2
2
|
<section class="t-left pd-medium">
|
3
3
|
<!-- Header -->
|
4
|
-
<!-- <img src="@/assets/images/logo.svg" class="i-extra mn-b-small"> -->
|
4
|
+
<!-- <img loading="lazy" src="@/assets/images/logo.svg" class="i-extra mn-b-small"> -->
|
5
5
|
<h3 class="mn-b-small">{{t('title')}}</h3>
|
6
6
|
|
7
7
|
<!-- Select -->
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<div v-if="fastorder.products.length > 0" class="w-100 spoiler">
|
46
46
|
<div @click="spoiler = !spoiler" class="mn-b-small flex">
|
47
47
|
<!-- <span>Всего товаров {{leftover.positions.length}}</span> -->
|
48
|
-
<img :class="{ 'spoiler-active': spoiler }" class="button-icon" src="@/assets/icons/arrow-down-spoiler.svg">
|
48
|
+
<img loading="lazy" :class="{ 'spoiler-active': spoiler }" class="button-icon" src="@/assets/icons/arrow-down-spoiler.svg">
|
49
49
|
</div>
|
50
50
|
|
51
51
|
<transition name="fade">
|
@@ -4,7 +4,7 @@
|
|
4
4
|
:class="{'bg-main-nano': message.username === 'Weeder Support'}"
|
5
5
|
>
|
6
6
|
<p class="flex-v-center gap-thin flex-nowrap flex w-100 p-small">
|
7
|
-
<!-- <img v-if="message.username === 'Weeder Support'" src="/logo/logo.png" class="i-medium"> -->
|
7
|
+
<!-- <img loading="lazy" v-if="message.username === 'Weeder Support'" src="/logo/logo.png" class="i-medium"> -->
|
8
8
|
<strong class="mn-r-auto"><span class="t-semi">{{ message.username }}</span> <span class="t-transp">{{formatDate(message.createdAt)}}</span></strong>
|
9
9
|
</p>
|
10
10
|
<p>{{ message.text }}</p>
|
@@ -97,7 +97,7 @@
|
|
97
97
|
<template
|
98
98
|
v-if="firstImage && firstImage.content && type !== 'blogpostPage'"
|
99
99
|
>
|
100
|
-
<img
|
100
|
+
<img loading="lazy"
|
101
101
|
:src="(FILE_SERVER_URL || '') + firstImage.content"
|
102
102
|
alt="Blog post image"
|
103
103
|
class="mn-b-medium object-fit-cover w-100 h-min-10r h-100"
|
@@ -3,14 +3,14 @@
|
|
3
3
|
v-if="prop.content"
|
4
4
|
class="o-hidden radius-big pos-relative bg-light mn-b-small w-100 flex-center flex"
|
5
5
|
>
|
6
|
-
<img
|
6
|
+
<img loading="lazy"
|
7
7
|
:src="(FILE_SERVER_URL || '') + prop.content"
|
8
8
|
alt="Event image"
|
9
9
|
class="pos-relative z-index-1 d-block mn-auto w-100 h-100 object-fit-contain"
|
10
10
|
style="max-height: 40rem"
|
11
11
|
/>
|
12
12
|
|
13
|
-
<img
|
13
|
+
<img loading="lazy"
|
14
14
|
:src="(FILE_SERVER_URL || '') + prop.content"
|
15
15
|
alt="Event Background"
|
16
16
|
class="z-index-0 pos-absolute w-100 h-100 pos-t-0 pos-r-0"
|
@@ -6,7 +6,7 @@
|
|
6
6
|
@dragenter.prevent
|
7
7
|
@dragleave.prevent
|
8
8
|
class="w-100 radius-big bg-white image-upload-area flex-v-center flex-h-center flex t-black mn-b-small">
|
9
|
-
<img v-if="prop.content" :src="(FILE_SERVER_URL || '') + prop.content" alt="Uploaded image" class="w-100 h-30r object-fit-contain"/>
|
9
|
+
<img loading="lazy" v-if="prop.content" :src="(FILE_SERVER_URL || '') + prop.content" alt="Uploaded image" class="w-100 h-30r object-fit-contain"/>
|
10
10
|
<span v-else class="t-transp pd-extra" >Click or drag-and-drop your image</span>
|
11
11
|
<input v-if="!prop.content" type="file" ref="fileInput" tabindex="-1" @change="onFileChange" style="display: none"/>
|
12
12
|
</div>
|
@@ -26,13 +26,13 @@
|
|
26
26
|
v-if="event.cover && type !== 'short'"
|
27
27
|
class="o-hidden pos-relative bg-light mn-b-small w-100"
|
28
28
|
>
|
29
|
-
<img
|
29
|
+
<img loading="lazy"
|
30
30
|
:src="(FILE_SERVER_URL || '') + event.cover"
|
31
31
|
alt="Event image"
|
32
32
|
class="pos-relative z-index-1 d-block mn-auto h-20r"
|
33
33
|
/>
|
34
34
|
|
35
|
-
<img
|
35
|
+
<img loading="lazy"
|
36
36
|
:src="(FILE_SERVER_URL || '') + event.cover"
|
37
37
|
alt="Event Background"
|
38
38
|
class="z-index-0 pos-absolute w-100 h-100 pos-t-0 pos-r-0"
|
@@ -379,7 +379,14 @@
|
|
379
379
|
</div>
|
380
380
|
|
381
381
|
<h3 class="mn-b-small">Date</h3>
|
382
|
-
<VueDatePicker v-model="date" range class="z-index-3 mn-b-semi" />
|
382
|
+
<VueDatePicker v-model="date" range class="z-index-3 mn-b-semi bg-light" />
|
383
|
+
|
384
|
+
<!-- <Calendar
|
385
|
+
v-model:date="date"
|
386
|
+
:locale="$i18n.locale"
|
387
|
+
:allowRange="false"
|
388
|
+
class="radius-semi w-100 o-hidden bg-light"
|
389
|
+
/> -->
|
383
390
|
|
384
391
|
<h3 class="mn-b-small">Description</h3>
|
385
392
|
<section v-if="event" class="pd-b-extra w-100 bg-light pd-big radius-big">
|
@@ -443,6 +450,10 @@ import Constructor from '@pf/src/modules/constructor/components/sections/Constru
|
|
443
450
|
import VueDatePicker from '@vuepic/vue-datepicker';
|
444
451
|
import '@vuepic/vue-datepicker/dist/main.css'
|
445
452
|
|
453
|
+
|
454
|
+
|
455
|
+
import Calendar from '@pf/src/components/DatePicker/Calendar.vue'
|
456
|
+
|
446
457
|
import Block from '@pf/src/components/Block/Block.vue';
|
447
458
|
import Popup from '@pf/src/components/Popup/Popup.vue';
|
448
459
|
import Field from '@pf/src/components/Field/Field.vue'
|
@@ -93,7 +93,7 @@
|
|
93
93
|
v-for="(ticket, index) in items"
|
94
94
|
class="radius-big bg-light gap-small pd-medium flex-v-center flex-nowrap flex pos-relative mn-b-thin"
|
95
95
|
>
|
96
|
-
<a :href="ticket.image" target="_blank"><img :src="ticket.qrcode" class="radius-small h-5r w-5r"></a>
|
96
|
+
<a :href="ticket.image" target="_blank"><img loading="lazy" :src="ticket.qrcode" class="radius-small h-5r w-5r"></a>
|
97
97
|
|
98
98
|
<div class="mn-r-auto ">
|
99
99
|
<p class="h4">
|
@@ -15,7 +15,7 @@
|
|
15
15
|
class="desktop-only radius-big o-hidden bg-black pos-relative"
|
16
16
|
>
|
17
17
|
|
18
|
-
<img v-if="content.cover && !content.video" :src="content.cover" class="desktop-only object-fit-cover pos-absolute z-index-0 pos-t-0 pos-l-0 w-100 h-100">
|
18
|
+
<img loading="lazy" v-if="content.cover && !content.video" :src="content.cover" class="desktop-only object-fit-cover pos-absolute z-index-0 pos-t-0 pos-l-0 w-100 h-100">
|
19
19
|
|
20
20
|
<video
|
21
21
|
v-if="content.video"
|
@@ -37,9 +37,9 @@
|
|
37
37
|
o-hidden
|
38
38
|
bg-black
|
39
39
|
pd-big mn-r-auto mn-l-auto t-white flex-h-center flex-column o-hidden flex-v-start t-left flex w-100 h-100 gap-zero">
|
40
|
-
<!-- <img src="/logo/jungle-stereo-cosmonaut.png" class="h-8r mn-b-small z-index-1"/> -->
|
40
|
+
<!-- <img loading="lazy" src="/logo/jungle-stereo-cosmonaut.png" class="h-8r mn-b-small z-index-1"/> -->
|
41
41
|
<div class="mn-b-big z-index-1 flex-nowrap flex gap-small">
|
42
|
-
<img v-for="logo in content.logos" class="radius-thin object-fit-contain i-big" :src="logo">
|
42
|
+
<img loading="lazy" v-for="logo in content.logos" class="radius-thin object-fit-contain i-big" :src="logo">
|
43
43
|
</div>
|
44
44
|
|
45
45
|
<h3 class="pd-thin z-index-1 w-max br-solid br-2px br-white radius-extra mn-b-thin">
|
@@ -78,7 +78,7 @@
|
|
78
78
|
</a>
|
79
79
|
</div>
|
80
80
|
|
81
|
-
<img style="object-fit: cover; opacity: 0.2;" v-if="content.cover && !content.video" :src="content.cover" class="mobile-only pos-absolute z-index-0 pos-t-0 pos-l-0 w-100 h-100">
|
81
|
+
<img loading="lazy" style="object-fit: cover; opacity: 0.2;" v-if="content.cover && !content.video" :src="content.cover" class="mobile-only pos-absolute z-index-0 pos-t-0 pos-l-0 w-100 h-100">
|
82
82
|
|
83
83
|
<video
|
84
84
|
v-if="content.video"
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<div class="cols-2 gap-big pos-relative ">
|
4
4
|
<div class="cols-1 gap-small ">
|
5
5
|
<a v-if="options?.link" @click="clickBuyTicket()" href="#" class="bg-main flex-child-grow-1 flex-child-shrink-0 flex-child-basis-auto o-hidden radius-big pd-big flex-center flex-column flex w-100 gap-zero">
|
6
|
-
<img v-if="content?.ticket" class="w-80" :src="content?.ticket">
|
6
|
+
<img loading="lazy" v-if="content?.ticket" class="w-80" :src="content?.ticket">
|
7
7
|
|
8
8
|
<a class="t-white bg-black pd-l-small pd-b-thin pd-t-thin pd-r-small h4 radius-extra uppercase t-nye204">
|
9
9
|
<!-- SOLD OUT -->
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<div style="max-height: 100%" class="cols-1 gap-semi">
|
7
7
|
<div class="pd-medium br-solid" :class="{'br-solid br-b br-white-transp-10': index < content?.guests.length - 1}" v-for="(item, index) in content?.guests">
|
8
8
|
<div class="o-hidden mn-b-semi bg-black radius-big h-4r w-4r pos-relative">
|
9
|
-
<img class="w-100 h-100 object-fit-cover" :src='item.photo'>
|
9
|
+
<img loading="lazy" class="w-100 h-100 object-fit-cover" :src='item.photo'>
|
10
10
|
</div>
|
11
11
|
|
12
12
|
<h4 class="d-block uppercase mn-b-small t-semi">{{item.name}}</h4>
|
@@ -2,7 +2,7 @@ const Mustache = require("mustache");
|
|
2
2
|
|
3
3
|
// Шаблон HTML и CSS в одной строке
|
4
4
|
const template = `
|
5
|
-
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Ticket Confirmation</title></head><body style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;margin:0;padding:0;color:#333;background-color:#f9f9f9"><span style="opacity:0">{{ randomness }}</span><div class="container" style="border-radius:48px;width:100%;max-width:650px;background:#fff;margin:20px auto;overflow:hidden"><div class="header" style="background:#e31c25;color:#fff;text-align:left"><img alt="NO MORE SNOW" style="max-width:150px;height:auto;padding:20px" src="https://thecommunephuket.com/logo/nms_logotype-white.jpg"><h1 style="box-sizing:border-box;border-top:2px solid rgba(0,0,0,.1);padding:40px;text-align:center;margin:0;text-transform:uppercase;width:100%">Confirmation of Your Ticket Purchase</h1></div><div class="content" style="padding:20px;text-align:center"><h2 style="color:#000">Thank You, {{clientName}}!</h2><p style="color:#000;opacity:.5">Your purchase has been confirmed. Please find your ticket attached to this email.</p><div class="details" style="background-color:#f5f5f5;padding:10px;margin-top:20px;margin-bottom:20px;border-radius:24px"><h3 style="color:#000;margin:0">Event Details</h3><p style="display:flex;color:#000"><strong style="display:block;width:100%;opacity:.5;text-align:right;margin-right:.5rem">Event:</strong><span style="text-align:left;width:100%">{{eventName}}</span></p><p style="display:flex;color:#000"><strong style="display:block;width:100%;opacity:.5;text-align:right;margin-right:.5rem">Date:</strong><span style="text-align:left;width:100%">{{eventDate}}</span></p><p style="display:flex;color:#000"><strong style="display:block;width:100%;opacity:.5;text-align:right;margin-right:.5rem">Time:</strong><span style="text-align:left;width:100%">{{eventTime}}</span></p></div><div class="social-links" style="text-align:center"><h3 style="color:#000">Stay Connected</h3><p style="color:#000;opacity:.5">Follow us on Instagram for the latest updates and exclusive content!</p><table border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto; border-collapse:separate;mso-table-lspace:0;mso-table-rspace:0;width:auto"><tr><td style="font-family:sans-serif;font-size:14px;vertical-align:top;background-color:#e31c25;border-radius:48px;text-align:center" valign="top" bgcolor="#e31c25" align="center"><a href="https://www.instagram.com/no.more.snow/?hl=en" target="_blank" style="display:inline-block;color:#fff;background-color:#e31c25;border:solid 1px #e31c25;border-radius:48px;box-sizing:border-box;cursor:pointer;text-decoration:none;font-size:14px;font-weight:700;margin:0;padding:12px 25px;text-transform:capitalize;border-color:#e31c25">Instagram</a></td></tr></table></div><div class="footer" style="text-align:center;padding:10px 20px;border-radius:24px"><p style="color:#000">Need help? Contact us:<a href="https://t.me/thecommunebar" style="color:#e31c25">@thecommunebar</a></p></div><p class="details copyright" style="color:#000;background-color:#f5f5f5;padding:20px;margin-top:20px;margin-bottom:20px;border-radius:24px;margin:0;box-sizing:border-box;text-align:center">© 2024 NO MORE SNOW Ltd. All Rights Reserved.</p></div></div><span style="opacity:0">{{ randomness }}</span></body></html>
|
5
|
+
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Ticket Confirmation</title></head><body style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;margin:0;padding:0;color:#333;background-color:#f9f9f9"><span style="opacity:0">{{ randomness }}</span><div class="container" style="border-radius:48px;width:100%;max-width:650px;background:#fff;margin:20px auto;overflow:hidden"><div class="header" style="background:#e31c25;color:#fff;text-align:left"><img loading="lazy" alt="NO MORE SNOW" style="max-width:150px;height:auto;padding:20px" src="https://thecommunephuket.com/logo/nms_logotype-white.jpg"><h1 style="box-sizing:border-box;border-top:2px solid rgba(0,0,0,.1);padding:40px;text-align:center;margin:0;text-transform:uppercase;width:100%">Confirmation of Your Ticket Purchase</h1></div><div class="content" style="padding:20px;text-align:center"><h2 style="color:#000">Thank You, {{clientName}}!</h2><p style="color:#000;opacity:.5">Your purchase has been confirmed. Please find your ticket attached to this email.</p><div class="details" style="background-color:#f5f5f5;padding:10px;margin-top:20px;margin-bottom:20px;border-radius:24px"><h3 style="color:#000;margin:0">Event Details</h3><p style="display:flex;color:#000"><strong style="display:block;width:100%;opacity:.5;text-align:right;margin-right:.5rem">Event:</strong><span style="text-align:left;width:100%">{{eventName}}</span></p><p style="display:flex;color:#000"><strong style="display:block;width:100%;opacity:.5;text-align:right;margin-right:.5rem">Date:</strong><span style="text-align:left;width:100%">{{eventDate}}</span></p><p style="display:flex;color:#000"><strong style="display:block;width:100%;opacity:.5;text-align:right;margin-right:.5rem">Time:</strong><span style="text-align:left;width:100%">{{eventTime}}</span></p></div><div class="social-links" style="text-align:center"><h3 style="color:#000">Stay Connected</h3><p style="color:#000;opacity:.5">Follow us on Instagram for the latest updates and exclusive content!</p><table border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto; border-collapse:separate;mso-table-lspace:0;mso-table-rspace:0;width:auto"><tr><td style="font-family:sans-serif;font-size:14px;vertical-align:top;background-color:#e31c25;border-radius:48px;text-align:center" valign="top" bgcolor="#e31c25" align="center"><a href="https://www.instagram.com/no.more.snow/?hl=en" target="_blank" style="display:inline-block;color:#fff;background-color:#e31c25;border:solid 1px #e31c25;border-radius:48px;box-sizing:border-box;cursor:pointer;text-decoration:none;font-size:14px;font-weight:700;margin:0;padding:12px 25px;text-transform:capitalize;border-color:#e31c25">Instagram</a></td></tr></table></div><div class="footer" style="text-align:center;padding:10px 20px;border-radius:24px"><p style="color:#000">Need help? Contact us:<a href="https://t.me/thecommunebar" style="color:#e31c25">@thecommunebar</a></p></div><p class="details copyright" style="color:#000;background-color:#f5f5f5;padding:20px;margin-top:20px;margin-bottom:20px;border-radius:24px;margin:0;box-sizing:border-box;text-align:center">© 2024 NO MORE SNOW Ltd. All Rights Reserved.</p></div></div><span style="opacity:0">{{ randomness }}</span></body></html>
|
6
6
|
`;
|
7
7
|
|
8
8
|
// Функция для рендеринга шаблона с данными
|
@@ -159,7 +159,7 @@ const template = `
|
|
159
159
|
</div>
|
160
160
|
<div class="info platform">
|
161
161
|
<span>SHOW </span><span>THIS </span><span>QR CODE</span>
|
162
|
-
<img src="{{qrCode}}" alt="QR Code" />
|
162
|
+
<img loading="lazy" src="{{qrCode}}" alt="QR Code" />
|
163
163
|
</div>
|
164
164
|
<div class="info departure">
|
165
165
|
<div class="info__item">Location</div>
|
@@ -49,7 +49,7 @@
|
|
49
49
|
>
|
50
50
|
<div v-for="item in items" :key="item._id" class="bg-light radius-medium o-hidden flex-column pos-relative flex-wrap">
|
51
51
|
<div class="w-100 h-100 h-min-10r pos-relative">
|
52
|
-
<img
|
52
|
+
<img loading="lazy"
|
53
53
|
:src="((FILE_SERVER_URL || '') + item.cover)"
|
54
54
|
class="w-100 h-100 object-fit-cover bg-black " @click="openPreviewPopup(item)"
|
55
55
|
/>
|
@@ -60,7 +60,7 @@
|
|
60
60
|
/>
|
61
61
|
|
62
62
|
<div class="pos-relative">
|
63
|
-
<img
|
63
|
+
<img loading="lazy"
|
64
64
|
:src="(FILE_SERVER_URL || '') + item.cover"
|
65
65
|
class="w-100 h-20r object-fit-contain bg-black " @click="openPreviewPopup(item)"
|
66
66
|
/>
|
@@ -96,7 +96,7 @@
|
|
96
96
|
:isPopupOpen="isOpenPhotoPopup"
|
97
97
|
class="bg-white w-max-30r radius-big pd-big"
|
98
98
|
>
|
99
|
-
<img
|
99
|
+
<img loading="lazy"
|
100
100
|
v-if="selectedImage.cover"
|
101
101
|
:src="selectedImage.cover"
|
102
102
|
class="radius-small w-100 mn-b-small h-20r object-fit-cover "
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<div
|
11
11
|
class="w-100 flex-nowrap flex-v-center flex"
|
12
12
|
>
|
13
|
-
<img
|
13
|
+
<img loading="lazy"
|
14
14
|
v-if="owner.target?.profile?.photo?.length > 0 && type !== 'short'"
|
15
15
|
:src="(FILE_SERVER_URL || '') + owner.target.profile.photo"
|
16
16
|
class="radius-medium object-fit-cover mn-r-thin i-thin"
|
@@ -108,7 +108,7 @@
|
|
108
108
|
<template
|
109
109
|
v-for="(photo, index) in membersPhotos.slice(0,2)"
|
110
110
|
>
|
111
|
-
<img
|
111
|
+
<img loading="lazy"
|
112
112
|
v-if="photo"
|
113
113
|
|
114
114
|
:key="index"
|
@@ -1,21 +1,22 @@
|
|
1
1
|
<template>
|
2
|
-
|
2
|
+
<transition
|
3
3
|
name="scaleTransition"
|
4
4
|
mode="out-in"
|
5
5
|
>
|
6
6
|
<section
|
7
|
-
v-if="FirstUse"
|
7
|
+
v-if="FirstUse && route.meta.walkthrough"
|
8
8
|
class="w-100 h-100"
|
9
9
|
>
|
10
|
-
<
|
10
|
+
<component
|
11
|
+
:is="route.meta.walkthrough"
|
11
12
|
name="Walkthrough"
|
12
13
|
@updateFirstUse="updateFirstUse"
|
13
14
|
:slides="[1,2,3]"
|
14
15
|
class="tab"
|
15
16
|
>
|
16
|
-
</
|
17
|
+
</component>
|
17
18
|
</section>
|
18
|
-
</transition>
|
19
|
+
</transition>
|
19
20
|
|
20
21
|
<transition name="moveFromTop" mode="out-in" appear>
|
21
22
|
<component
|
@@ -41,46 +42,18 @@
|
|
41
42
|
</component>
|
42
43
|
</transition>
|
43
44
|
|
44
|
-
<transition name="moveFromTop" mode="out-in" appear>
|
45
|
-
<component
|
46
|
-
v-if="!MOBILE_APP && route.meta.header"
|
47
|
-
:is="route.meta.header"
|
48
|
-
ref="header"
|
49
|
-
class="transition-ease-in-out pos-relative br-b br-solid br-grey-transp-10 pos-t-0"
|
50
|
-
:theme="headerTheme"
|
51
|
-
:logotype="logotype"
|
52
|
-
:class="{
|
53
|
-
'pos-l-70': globals.state.isOpenSidebar,
|
54
|
-
'pos-l-0': !globals.state.isOpenSidebar,
|
55
|
-
}"
|
56
|
-
>
|
57
|
-
<component
|
58
|
-
v-if="route.meta.navigation"
|
59
|
-
:is="route.meta.navigation"
|
60
|
-
class="mn-l-auto desktop-only"
|
61
|
-
/>
|
62
|
-
</component>
|
63
|
-
</transition>
|
64
|
-
|
65
45
|
<router-view
|
66
46
|
v-slot="{ Component }"
|
67
47
|
:class="{
|
68
48
|
'pos-l-70': globals.state.isOpenSidebar,
|
69
|
-
'pos-l-0': !globals.state.isOpenSidebar
|
49
|
+
'pos-l-0': !globals.state.isOpenSidebar,
|
50
|
+
'pd-t-extra': MOBILE_APP === 'ios'
|
70
51
|
}"
|
71
|
-
ref="screen"
|
72
|
-
@scroll="handleScroll"
|
73
52
|
@click="globals.state.isOpenSidebar ? a => globals.state.isOpenSidebar = false : a => {console.log('not succes')}"
|
74
53
|
class="transition-ease-in-out h-min-100 w-100 bg-white pos-relative"
|
75
54
|
>
|
76
|
-
<component :is="Component"/>
|
55
|
+
<component ref="page" :is="Component"/>
|
77
56
|
</router-view>
|
78
|
-
|
79
|
-
<BottomNavigation
|
80
|
-
v-if="MOBILE_APP && route.meta.title_hide"
|
81
|
-
class="pd-small z-index-2"
|
82
|
-
/>
|
83
|
-
|
84
57
|
</template>
|
85
58
|
|
86
59
|
<script setup>
|
@@ -91,8 +64,6 @@
|
|
91
64
|
|
92
65
|
import * as globals from '@pf/src/modules/globals/views/store/globals'
|
93
66
|
|
94
|
-
import BottomNavigation from '@pf/src/modules/globals/views/components/partials/BottomNavigation.vue';
|
95
|
-
|
96
67
|
const props = defineProps({
|
97
68
|
messages: {
|
98
69
|
type: Object,
|
@@ -103,8 +74,12 @@
|
|
103
74
|
},
|
104
75
|
})
|
105
76
|
/////////////////////////////
|
106
|
-
//
|
77
|
+
// LOADING
|
107
78
|
/////////////////////////////
|
79
|
+
// State
|
80
|
+
let show = ref(false)
|
81
|
+
// Preloader
|
82
|
+
const page = ref(null)
|
108
83
|
/////////////////////////////
|
109
84
|
// META
|
110
85
|
/////////////////////////////
|
@@ -185,5 +160,6 @@
|
|
185
160
|
|
186
161
|
onMounted(async () => {
|
187
162
|
await getFirstUse()
|
163
|
+
if (page) show.value = true
|
188
164
|
});
|
189
165
|
</script>
|
@@ -1,10 +1,32 @@
|
|
1
1
|
<template>
|
2
|
-
<div
|
3
|
-
id="app-wrapper"
|
4
|
-
class="pos-relative"
|
5
|
-
>
|
2
|
+
<div id="app-wrapper" class="pos-relative">
|
6
3
|
<transition name="moveFromTop" appear>
|
7
|
-
<Loader v-if="!page
|
4
|
+
<Loader v-if="!page" class="pos-fixed"/>
|
5
|
+
</transition>
|
6
|
+
|
7
|
+
<transition name="moveFromTop" mode="out-in" appear>
|
8
|
+
<component
|
9
|
+
v-if="!MOBILE_APP"
|
10
|
+
:is="route.meta.header"
|
11
|
+
ref="header"
|
12
|
+
class="transition-ease-in-out pos-relative br-b br-solid br-grey-transp-10 pos-t-0"
|
13
|
+
:theme="headerTheme"
|
14
|
+
:logotype="route.meta.logotype"
|
15
|
+
>
|
16
|
+
<component
|
17
|
+
v-if="route.meta.navigation"
|
18
|
+
:is="route.meta.navigation"
|
19
|
+
class="mn-l-auto desktop-only"
|
20
|
+
/>
|
21
|
+
</component>
|
22
|
+
</transition>
|
23
|
+
|
24
|
+
<transition name="moveFromTop" mode="out-in" appear>
|
25
|
+
<NavigationBar
|
26
|
+
v-if="MOBILE_APP"
|
27
|
+
:logotype="route.meta.logotype"
|
28
|
+
:style="MOBILE_APP === 'ios' ?'padding-top: 6rem;':''"
|
29
|
+
/>
|
8
30
|
</transition>
|
9
31
|
|
10
32
|
<Popup
|
@@ -14,67 +36,89 @@
|
|
14
36
|
>
|
15
37
|
<LocationSelection />
|
16
38
|
</Popup>
|
17
|
-
|
18
|
-
<
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
<
|
34
|
-
<
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
39
|
+
|
40
|
+
<section
|
41
|
+
id="screen"
|
42
|
+
ref="screen"
|
43
|
+
@scroll="handleScroll"
|
44
|
+
class="transition-ease-in-out h-min-100 w-100 bg-white pos-relative o-scroll"
|
45
|
+
>
|
46
|
+
<ShopCart />
|
47
|
+
|
48
|
+
<!-- <section v-if="!route.meta?.breadcrumbs?.hide" class="pd-thin pd-b-zero">
|
49
|
+
<Breadcrumbs
|
50
|
+
v-if="!MOBILE_APP"
|
51
|
+
class="bg-light pd-small radius-big"
|
52
|
+
/>
|
53
|
+
</section> -->
|
54
|
+
|
55
|
+
<Suspense>
|
56
|
+
<router-view
|
57
|
+
v-slot="{ Component, route }"
|
58
|
+
:class="{'mn-b-extra': MOBILE_APP}"
|
59
|
+
>
|
60
|
+
<Status
|
61
|
+
v-if="globals.state.error.show"
|
62
|
+
:data="globals.state.error"
|
63
|
+
class="z-index-7"
|
64
|
+
/>
|
65
|
+
|
66
|
+
|
67
|
+
<transition @before-enter="scrollTop" name="scaleIn" mode="out-in" appear>
|
68
|
+
<component
|
69
|
+
ref="page"
|
70
|
+
:is="Component"
|
71
|
+
:key="route.path"
|
72
|
+
/>
|
73
|
+
</transition>
|
74
|
+
|
75
|
+
<!-- <Footer /> -->
|
76
|
+
</router-view>
|
77
|
+
</Suspense>
|
78
|
+
|
79
|
+
</section>
|
80
|
+
|
81
|
+
<BottomNavigation
|
82
|
+
v-if="MOBILE_APP && route.meta.title_hide"
|
83
|
+
class="pd-small z-index-2"
|
84
|
+
/>
|
46
85
|
</div>
|
47
86
|
</template>
|
48
87
|
|
49
88
|
|
89
|
+
|
50
90
|
<script setup>
|
51
|
-
import { computed, ref, onMounted, provide, inject, onUnmounted, onServerPrefetch, onBeforeMount } from 'vue'
|
91
|
+
import { computed, ref, onMounted, provide, inject, onUnmounted, onServerPrefetch, onBeforeMount, defineAsyncComponent } from 'vue'
|
52
92
|
// Router
|
53
93
|
import { useRoute, useRouter } from 'vue-router'
|
54
94
|
// Store
|
55
95
|
import * as globals from '@pf/src/modules/globals/views/store/globals'
|
56
96
|
// Partials
|
57
|
-
import Loader from '@pf/src/components/Loader/Loader.vue'
|
58
97
|
import Status from '@pf/src/components/Status/Status.vue'
|
59
98
|
|
60
99
|
import Popup from '@pf/src/components/Popup/Popup.vue'
|
61
100
|
import Breadcrumbs from '@pf/src/components/Breadcrumbs/Breadcrumbs.vue'
|
101
|
+
const Loader = defineAsyncComponent(() => import(/* webpackChunkName: "loader" */ '@pf/src/components/Loader/Loader.vue'))
|
102
|
+
|
103
|
+
|
62
104
|
import LocationSelection from '@pf/src/modules/globals/views/components/partials/LocationSelection.vue'
|
63
105
|
import Footer from '@pf/src/modules/globals/views/components/partials/Footer.vue'
|
106
|
+
import BottomNavigation from '@pf/src/modules/globals/views/components/partials/BottomNavigation.vue';
|
107
|
+
import NavigationBar from '@pf/src/modules/globals/views/components/partials/NavigationBar.vue';
|
64
108
|
|
65
109
|
import ShopCart from '@pf/src/modules/orders/components/partials/ShopCart.vue'
|
66
|
-
|
67
|
-
|
110
|
+
/////////////////////////////
|
111
|
+
// LOADING
|
112
|
+
/////////////////////////////
|
113
|
+
// State
|
114
|
+
let show = ref(false)
|
115
|
+
// Preloader
|
116
|
+
const page = ref(null)
|
68
117
|
/////////////////////////////
|
69
118
|
// CREATED
|
70
119
|
/////////////////////////////
|
71
120
|
const route = useRoute()
|
72
121
|
const router = useRouter()
|
73
|
-
// State
|
74
|
-
let show = ref(false)
|
75
|
-
// Preloader
|
76
|
-
const page = ref(null)
|
77
|
-
const screen = ref(null)
|
78
122
|
// Ref Code
|
79
123
|
const referalCode = ref(route.query.referalCode);
|
80
124
|
/////////////////////////////
|
@@ -150,8 +194,6 @@
|
|
150
194
|
});
|
151
195
|
});
|
152
196
|
}
|
153
|
-
|
154
|
-
if (page) show.value = true
|
155
197
|
|
156
198
|
const savedPosition = localStorage.getItem('position');
|
157
199
|
|
@@ -164,6 +206,8 @@
|
|
164
206
|
if (referalCode.value) {
|
165
207
|
localStorage.setItem('referalCode', referalCode.value);
|
166
208
|
}
|
209
|
+
|
210
|
+
if (page) show.value = true
|
167
211
|
});
|
168
212
|
</script>
|
169
213
|
|