@ozdao/prometheus-framework 0.1.42 → 0.1.44
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/_virtual/_commonjsHelpers.cjs +1 -0
- package/dist/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/_plugin-vue_export-helper.cjs +1 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/_virtual/axios.cjs +1 -0
- package/dist/_virtual/axios.js +4 -0
- package/dist/_virtual/js.cookie.cjs +1 -0
- package/dist/_virtual/js.cookie.js +4 -0
- package/dist/_virtual/prometheus-framework.cjs.cjs +1 -0
- package/dist/_virtual/prometheus-framework.cjs.js +4 -0
- package/dist/_virtual/web3.min.cjs +1 -0
- package/dist/_virtual/web3.min.js +4 -0
- package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework.cjs.cjs +1 -0
- package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework.cjs.js +53 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/const.cjs +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/const.js +5 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/env.cjs +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/env.js +12 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/index.cjs +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/index.js +19 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/proxy.cjs +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/proxy.js +67 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/time.cjs +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/time.js +12 -0
- package/dist/node_modules/fast-deep-equal/index.cjs +1 -0
- package/dist/node_modules/fast-deep-equal/index.js +40 -0
- package/dist/node_modules/js-cookie/src/js.cookie.cjs +7 -0
- package/dist/node_modules/js-cookie/src/js.cookie.js +97 -0
- package/dist/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.cjs +10 -0
- package/dist/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.js +1557 -0
- package/dist/node_modules/vue-meta/dist/vue-meta.esm-browser.min.cjs +7 -0
- package/dist/node_modules/vue-meta/dist/vue-meta.esm-browser.min.js +38 -0
- package/dist/node_modules/vue-select/dist/vue-select.es.cjs +3 -0
- package/dist/node_modules/vue-select/dist/vue-select.es.js +769 -0
- package/dist/node_modules/vue3-carousel/dist/carousel.css.cjs +1 -0
- package/dist/node_modules/vue3-carousel/dist/carousel.css.js +4 -0
- package/dist/node_modules/vue3-carousel/dist/carousel.es.cjs +5 -0
- package/dist/node_modules/vue3-carousel/dist/carousel.es.js +383 -0
- package/dist/node_modules/vuex/dist/vuex.esm-bundler.cjs +5 -0
- package/dist/node_modules/vuex/dist/vuex.esm-bundler.js +663 -0
- package/dist/node_modules/web3/dist/web3.min.cjs +55 -0
- package/dist/node_modules/web3/dist/web3.min.js +24592 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +9 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +8 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/classCallCheck.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +7 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createClass.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createClass.js +15 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.cjs +2 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +52 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createSuper.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createSuper.js +18 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/defineProperty.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/defineProperty.js +12 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +8 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/inherits.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/inherits.js +17 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +15 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +12 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +8 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPrimitive.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +16 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPropertyKey.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +9 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/typeof.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/typeof.js +11 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +15 -0
- package/dist/prometheus-framework/node_modules/@capacitor/core/dist/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@capacitor/core/dist/index.js +337 -0
- package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/main.css.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/main.css.js +4 -0
- package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.cjs +1 -0
- package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.js +4716 -0
- package/dist/prometheus-framework/node_modules/axios/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/index.js +7 -0
- package/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.js +83 -0
- package/dist/prometheus-framework/node_modules/axios/lib/axios.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/axios.js +41 -0
- package/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.js +60 -0
- package/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.js +18 -0
- package/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.js +9 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/Axios.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/Axios.js +88 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.js +54 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.js +25 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.js +8 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.js +46 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.js +68 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/settle.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/settle.js +21 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/transformData.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/transformData.js +11 -0
- package/dist/prometheus-framework/node_modules/axios/lib/defaults/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/defaults/index.js +87 -0
- package/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.js +8 -0
- package/dist/prometheus-framework/node_modules/axios/lib/env/data.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/env/data.js +9 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.js +10 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.js +30 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.js +6 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.js +42 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.js +6 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.js +14 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.js +42 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/normalizeHeaderName.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/normalizeHeaderName.js +9 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/null.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/null.js +7 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.cjs +2 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.js +40 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.js +10 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.js +11 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.js +37 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.js +49 -0
- package/dist/prometheus-framework/node_modules/axios/lib/utils.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/utils.js +152 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/addLeadingZeros/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/addLeadingZeros/index.js +8 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/assign/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/assign/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/defaultLocale/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/defaultLocale/index.js +4 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/defaultOptions/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/defaultOptions/index.js +7 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/formatters/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/formatters/index.js +574 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/lightFormatters/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/lightFormatters/index.js +58 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/longFormatters/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/longFormatters/index.js +77 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.js +7 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCDayOfYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCDayOfYear/index.js +13 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCISOWeek/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCISOWeek/index.js +13 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCISOWeekYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCISOWeekYear/index.js +15 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCWeek/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCWeek/index.js +13 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCWeekYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCWeekYear/index.js +21 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/protectedTokens/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/protectedTokens/index.js +22 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/requiredArgs/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/requiredArgs/index.js +7 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCDay/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCDay/index.js +16 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCISODay/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCISODay/index.js +13 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCISOWeek/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCISOWeek/index.js +12 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCWeek/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCWeek/index.js +12 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCISOWeek/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCISOWeek/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCISOWeekYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCISOWeekYear/index.js +13 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCWeek/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCWeek/index.js +16 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCWeekYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCWeekYear/index.js +16 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/toInteger/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/toInteger/index.js +9 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/add/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/add/index.js +15 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/addDays/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/addDays/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/addMilliseconds/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/addMilliseconds/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/addMonths/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/addMonths/index.js +18 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/addQuarters/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/addQuarters/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/addYears/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/addYears/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/constants/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/constants/index.js +6 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/differenceInCalendarDays/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/differenceInCalendarDays/index.js +12 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/eachDayOfInterval/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/eachDayOfInterval/index.js +20 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/eachQuarterOfInterval/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/eachQuarterOfInterval/index.js +18 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/endOfQuarter/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/endOfQuarter/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/endOfWeek/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/endOfWeek/index.js +16 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/endOfYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/endOfYear/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/format/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/format/index.js +62 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getDay/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getDay/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getDaysInMonth/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getDaysInMonth/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getHours/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getHours/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getISOWeek/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getISOWeek/index.js +13 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getISOWeekYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getISOWeekYear/index.js +15 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getMinutes/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getMinutes/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getMonth/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getMonth/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getSeconds/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getSeconds/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getWeek/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getWeek/index.js +13 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getWeekYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getWeekYear/index.js +21 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/getYear/index.js +8 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/isAfter/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/isAfter/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/isBefore/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/isBefore/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/isDate/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/isDate/index.js +8 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/isEqual/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/isEqual/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/isSameQuarter/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/isSameQuarter/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/isValid/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/isValid/index.js +12 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.js +9 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.js +17 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.js +31 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.js +20 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatDistance/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatDistance/index.js +70 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatLong/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatLong/index.js +34 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatRelative/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatRelative/index.js +14 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/localize/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/localize/index.js +124 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/match/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/match/index.js +89 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/index.js +21 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/Parser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/Parser.js +27 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/Setter.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/Setter.js +59 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/constants.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/constants.js +49 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/AMPMMidnightParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/AMPMMidnightParser.js +61 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/AMPMParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/AMPMParser.js +61 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DateParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DateParser.js +49 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayOfYearParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayOfYearParser.js +50 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayParser.js +80 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayPeriodParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayPeriodParser.js +61 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/EraParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/EraParser.js +54 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ExtendedYearParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ExtendedYearParser.js +33 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/FractionOfSecondParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/FractionOfSecondParser.js +36 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour0To11Parser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour0To11Parser.js +49 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour0to23Parser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour0to23Parser.js +48 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour1To24Parser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour1To24Parser.js +49 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour1to12Parser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour1to12Parser.js +49 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISODayParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISODayParser.js +89 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneParser.js +46 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneWithZParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneWithZParser.js +46 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekParser.js +50 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekYearParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekYearParser.js +35 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalDayParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalDayParser.js +90 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekParser.js +50 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekYearParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekYearParser.js +61 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/MinuteParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/MinuteParser.js +48 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/MonthParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/MonthParser.js +76 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/QuarterParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/QuarterParser.js +71 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/SecondParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/SecondParser.js +48 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneLocalDayParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneLocalDayParser.js +90 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneMonthParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneMonthParser.js +76 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneQuarterParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/TimestampMillisecondsParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/TimestampMillisecondsParser.js +35 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/TimestampSecondsParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/TimestampSecondsParser.js +35 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/YearParser.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/YearParser.js +59 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/index.js +67 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/utils.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/utils.js +102 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parse/index.js +128 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parseISO/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/parseISO/index.js +120 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/set/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/set/index.js +14 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/setHours/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/setHours/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/setMilliseconds/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/setMilliseconds/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/setMinutes/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/setMinutes/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/setMonth/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/setMonth/index.js +14 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/setSeconds/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/setSeconds/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/setYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/setYear/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfDay/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfDay/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfISOWeek/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfISOWeek/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfISOWeekYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfISOWeekYear/index.js +13 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfQuarter/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfQuarter/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfWeek/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfWeek/index.js +16 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfWeekYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfWeekYear/index.js +16 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfYear/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/startOfYear/index.js +10 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/sub/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/sub/index.js +14 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/subDays/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/subDays/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/subMilliseconds/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/subMilliseconds/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/subMonths/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/subMonths/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/subYears/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/subYears/index.js +11 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/toDate/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/date-fns/esm/toDate/index.js +10 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/ParseError.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/ParseError.js +113 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/PhoneNumber.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/PhoneNumber.js +150 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/constants.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/constants.js +10 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/format.cjs +2 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/format.js +134 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/RFC3966.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +11 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +7 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +22 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +11 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +18 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +47 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +22 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +23 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +35 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +31 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +23 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +27 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +17 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.cjs +2 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +58 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +12 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getNumberType.cjs +2 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +56 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +14 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +20 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +6 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/mergeArrays.cjs +2 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +43 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/parseDigits.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +79 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +19 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/isPossible.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/isPossible.js +38 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/isValid.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/isValid.js +12 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/metadata.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/metadata.js +461 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/normalizeArguments.cjs +2 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/normalizeArguments.js +106 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parse.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parse.js +121 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.cjs +2 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +46 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumber.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +9 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +33 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumber_.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +41 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/tools/semver-compare.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/tools/semver-compare.js +18 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/metadata.min.json.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/metadata.min.json.js +4 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js +8 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/min/exports/withMetadataArgument.cjs +1 -0
- package/dist/prometheus-framework/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js +8 -0
- package/dist/prometheus-framework/src/components/Address/Address.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Address/Address.vue.js +82 -0
- package/dist/prometheus-framework/src/components/Address/Address.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Address/Address.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue.js +4 -0
- package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue2.js +64 -0
- package/dist/prometheus-framework/src/components/Button/Button.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Button/Button.vue.js +4 -0
- package/dist/prometheus-framework/src/components/Button/Button.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Button/Button.vue2.js +226 -0
- package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.js +63 -0
- package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/Chips/Chips.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Chips/Chips.vue.js +16 -0
- package/dist/prometheus-framework/src/components/DatePicker/DatePicker.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/DatePicker/DatePicker.vue.js +67 -0
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.js +51 -0
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.js +54 -0
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/EmptyState/EmptyState.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/EmptyState/EmptyState.vue.js +36 -0
- package/dist/prometheus-framework/src/components/Field/Field.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Field/Field.vue.js +4 -0
- package/dist/prometheus-framework/src/components/Field/Field.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Field/Field.vue2.js +75 -0
- package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.js +92 -0
- package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue.js +592 -0
- package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/FieldPhone/all-countries.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldPhone/all-countries.js +11 -0
- package/dist/prometheus-framework/src/components/FieldPhone/click-outside.cjs +2 -0
- package/dist/prometheus-framework/src/components/FieldPhone/click-outside.js +19 -0
- package/dist/prometheus-framework/src/components/FieldPhone/utils.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldPhone/utils.js +259 -0
- package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue.js +54 -0
- package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/FieldTags/FieldTags.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldTags/FieldTags.vue.js +188 -0
- package/dist/prometheus-framework/src/components/FieldTags/create-tags.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldTags/create-tags.js +31 -0
- package/dist/prometheus-framework/src/components/FieldTags/tag-input.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldTags/tag-input.vue.js +4 -0
- package/dist/prometheus-framework/src/components/FieldTags/tag-input.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldTags/tag-input.vue2.js +30 -0
- package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.js +231 -0
- package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.props.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.props.js +315 -0
- package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.scss.cjs +1 -0
- package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.scss.js +4 -0
- package/dist/prometheus-framework/src/components/Footer/Footer.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Footer/Footer.vue.js +130 -0
- package/dist/prometheus-framework/src/components/Footer/Footer.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Footer/Footer.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/Loader/Loader.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Loader/Loader.vue.js +4 -0
- package/dist/prometheus-framework/src/components/Loader/Loader.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Loader/Loader.vue2.js +41 -0
- package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue.js +100 -0
- package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue.js +62 -0
- package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/Map/Map.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Map/Map.vue.js +4 -0
- package/dist/prometheus-framework/src/components/Map/Map.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Map/Map.vue2.js +37 -0
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +74 -0
- package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Select/Select.vue.js +80 -0
- package/dist/prometheus-framework/src/components/Select/Select.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Select/Select.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue.js +420 -0
- package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue2.js +4 -0
- package/dist/prometheus-framework/src/components/SelectMulti/multiselectMixin.cjs +1 -0
- package/dist/prometheus-framework/src/components/SelectMulti/multiselectMixin.js +544 -0
- package/dist/prometheus-framework/src/components/SelectMulti/pointerMixin.cjs +1 -0
- package/dist/prometheus-framework/src/components/SelectMulti/pointerMixin.js +84 -0
- package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue.js +4 -0
- package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue2.js +36 -0
- package/dist/prometheus-framework/src/components/Tab/Tab.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Tab/Tab.vue.js +4 -0
- package/dist/prometheus-framework/src/components/Tab/Tab.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/components/Tab/Tab.vue2.js +46 -0
- package/dist/prometheus-framework/src/components/Text/Text.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/Text/Text.vue.js +27 -0
- package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.js +83 -0
- package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs +1 -0
- package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +58 -0
- package/dist/prometheus-framework/src/modules/auth/auth.client.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/auth.client.js +26 -0
- package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.js +43 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.js +121 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue2.js +47 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +95 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue3.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue3.js +71 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.js +70 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.js +120 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue3.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue3.js +87 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +161 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue3.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue3.js +119 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +132 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue3.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue3.js +95 -0
- package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue.js +91 -0
- package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/auth/router/auth.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/router/auth.js +118 -0
- package/dist/prometheus-framework/src/modules/auth/store/auth.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/store/auth.js +172 -0
- package/dist/prometheus-framework/src/modules/auth/store/invites.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/store/invites.js +54 -0
- package/dist/prometheus-framework/src/modules/auth/store/twofa.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/store/twofa.js +30 -0
- package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.cjs +1 -0
- package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.js +4 -0
- package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue.js +35 -0
- package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +150 -0
- package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.cjs +1 -0
- package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.js +231 -0
- package/dist/prometheus-framework/src/modules/community/community.client.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/community.client.js +32 -0
- package/dist/prometheus-framework/src/modules/community/components/blocks/Activity.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/blocks/Activity.vue.js +49 -0
- package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.js +84 -0
- package/dist/prometheus-framework/src/modules/community/components/blocks/FooterBlogpost.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/blocks/FooterBlogpost.vue.js +60 -0
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +69 -0
- package/dist/prometheus-framework/src/modules/community/components/pages/Blog.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/pages/Blog.vue.js +42 -0
- package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.js +98 -0
- package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.js +67 -0
- package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +193 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.js +79 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.js +125 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.js +24 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.js +49 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue.js +36 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/community/router/blogposts.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/router/blogposts.js +76 -0
- package/dist/prometheus-framework/src/modules/community/store/blogposts.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/store/blogposts.js +104 -0
- package/dist/prometheus-framework/src/modules/community/store/reactions.cjs +1 -0
- package/dist/prometheus-framework/src/modules/community/store/reactions.js +61 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Bullets.vue.cjs +2 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Bullets.vue.js +46 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Caption.vue.cjs +2 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Caption.vue.js +45 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue.cjs +4 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue.js +64 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.js +23 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.js +67 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +4 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +63 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +133 -0
- package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.js +126 -0
- package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.js +73 -0
- package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.js +69 -0
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +225 -0
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.js +107 -0
- package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +31 -0
- package/dist/prometheus-framework/src/modules/events/components/sections/Feed.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/components/sections/Feed.vue.js +140 -0
- package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.js +97 -0
- package/dist/prometheus-framework/src/modules/events/components/sections/List.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/components/sections/List.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/events/events.client.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/events.client.js +20 -0
- package/dist/prometheus-framework/src/modules/events/router/events.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/router/events.js +71 -0
- package/dist/prometheus-framework/src/modules/events/store/events.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/store/events.js +97 -0
- package/dist/prometheus-framework/src/modules/events/store/tickets.cjs +1 -0
- package/dist/prometheus-framework/src/modules/events/store/tickets.js +61 -0
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +214 -0
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/gallery/store/gallery.cjs +1 -0
- package/dist/prometheus-framework/src/modules/gallery/store/gallery.js +49 -0
- package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +141 -0
- package/dist/prometheus-framework/src/modules/globals/components/layouts/Empty.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/globals/components/layouts/Empty.vue.js +16 -0
- package/dist/prometheus-framework/src/modules/globals/components/sections/Feed.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/globals/components/sections/Feed.vue.js +112 -0
- package/dist/prometheus-framework/src/modules/globals/globals.client.cjs +1 -0
- package/dist/prometheus-framework/src/modules/globals/globals.client.js +8 -0
- package/dist/prometheus-framework/src/modules/globals/localization/methods/get-browser-locale.cjs +1 -0
- package/dist/prometheus-framework/src/modules/globals/localization/methods/get-browser-locale.js +7 -0
- package/dist/prometheus-framework/src/modules/globals/localization/vue-i18n.cjs +1 -0
- package/dist/prometheus-framework/src/modules/globals/localization/vue-i18n.js +20 -0
- package/dist/prometheus-framework/src/modules/globals/store/globals.cjs +1 -0
- package/dist/prometheus-framework/src/modules/globals/store/globals.js +71 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconCommunity.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconCommunity.vue.js +33 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconEvents.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconEvents.vue.js +21 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconGroups.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/entities/IconGroups.vue.js +21 -0
- package/dist/prometheus-framework/src/modules/icons/labels/LabelAppStore.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/labels/LabelAppStore.vue.js +18 -0
- package/dist/prometheus-framework/src/modules/icons/labels/LabelGooglePlay.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/labels/LabelGooglePlay.vue.js +18 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.js +28 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconCross.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconCross.vue.js +28 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconEdit.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/navigation/IconEdit.vue.js +21 -0
- package/dist/prometheus-framework/src/modules/icons/placeholders/PlaceholderUserpic.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/placeholders/PlaceholderUserpic.vue.js +28 -0
- package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonBlogpost.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonBlogpost.vue.js +16 -0
- package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonEvent.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonEvent.vue.js +16 -0
- package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonEventShort.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonEventShort.vue.js +16 -0
- package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonOrganization.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonOrganization.vue.js +16 -0
- package/dist/prometheus-framework/src/modules/icons/socials/dribbble.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/socials/dribbble.vue.js +21 -0
- package/dist/prometheus-framework/src/modules/icons/socials/facebook.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/socials/facebook.vue.js +21 -0
- package/dist/prometheus-framework/src/modules/icons/socials/instagram.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/socials/instagram.vue.js +21 -0
- package/dist/prometheus-framework/src/modules/icons/socials/line.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/socials/line.vue.js +23 -0
- package/dist/prometheus-framework/src/modules/icons/socials/reddit.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/socials/reddit.vue.js +21 -0
- package/dist/prometheus-framework/src/modules/icons/socials/telegram.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/socials/telegram.vue.js +29 -0
- package/dist/prometheus-framework/src/modules/icons/socials/twitter.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/icons/socials/twitter.vue.js +21 -0
- package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.js +112 -0
- package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/landing/landing.client.cjs +1 -0
- package/dist/prometheus-framework/src/modules/landing/landing.client.js +4 -0
- package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +62 -0
- package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Cookies.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Cookies.vue.js +312 -0
- package/dist/prometheus-framework/src/modules/legal/components/pages/legal/EULA.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/legal/components/pages/legal/EULA.vue.js +4210 -0
- package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Privacy.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Privacy.vue.js +5580 -0
- package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Terms.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Terms.vue.js +2497 -0
- package/dist/prometheus-framework/src/modules/legal/legal.client.cjs +1 -0
- package/dist/prometheus-framework/src/modules/legal/legal.client.js +12 -0
- package/dist/prometheus-framework/src/modules/legal/router/legal.cjs +1 -0
- package/dist/prometheus-framework/src/modules/legal/router/legal.js +75 -0
- package/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.cjs +1 -0
- package/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.js +24 -0
- package/dist/prometheus-framework/src/modules/middlewares/client/inputs.validation.cjs +1 -0
- package/dist/prometheus-framework/src/modules/middlewares/client/inputs.validation.js +83 -0
- package/dist/prometheus-framework/src/modules/middlewares/client/states.validation.cjs +1 -0
- package/dist/prometheus-framework/src/modules/middlewares/client/states.validation.js +13 -0
- package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.js +13 -0
- package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.js +63 -0
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.js +111 -0
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue.js +219 -0
- package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.js +71 -0
- package/dist/prometheus-framework/src/modules/orders/store/orders.cjs +1 -0
- package/dist/prometheus-framework/src/modules/orders/store/orders.js +85 -0
- package/dist/prometheus-framework/src/modules/orders/store/shopcart.cjs +1 -0
- package/dist/prometheus-framework/src/modules/orders/store/shopcart.js +58 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.js +112 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +109 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Contacts.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Contacts.vue.js +49 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +62 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue.js +24 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue.js +57 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/EmptyState.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/EmptyState.vue.js +36 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Rating.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Rating.vue.js +38 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Socials.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Socials.vue.js +80 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Unit.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Unit.vue.js +61 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue.js +28 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +90 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.js +72 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +208 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +70 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +120 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +113 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.js +59 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +118 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +101 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Feed.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Feed.vue.js +146 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.js +57 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +87 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersList.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersList.vue.js +68 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +76 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue.js +46 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Unit.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Unit.vue.js +4 -0
- package/dist/prometheus-framework/src/modules/organizations/organizations.client.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/organizations.client.js +60 -0
- package/dist/prometheus-framework/src/modules/organizations/router/departments.router.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/router/departments.router.js +29 -0
- package/dist/prometheus-framework/src/modules/organizations/router/members.router.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/router/members.router.js +19 -0
- package/dist/prometheus-framework/src/modules/organizations/router/organizations.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/router/organizations.js +24 -0
- package/dist/prometheus-framework/src/modules/organizations/router/organizations.router.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/router/organizations.router.js +38 -0
- package/dist/prometheus-framework/src/modules/organizations/router/products.router.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/router/products.router.js +24 -0
- package/dist/prometheus-framework/src/modules/organizations/store/departments.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/store/departments.js +71 -0
- package/dist/prometheus-framework/src/modules/organizations/store/invites.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/store/invites.js +54 -0
- package/dist/prometheus-framework/src/modules/organizations/store/memberships.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/store/memberships.js +61 -0
- package/dist/prometheus-framework/src/modules/organizations/store/organizations.cjs +1 -0
- package/dist/prometheus-framework/src/modules/organizations/store/organizations.js +116 -0
- package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue.js +88 -0
- package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.js +68 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +80 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.js +95 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue.js +110 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +47 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.js +55 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue.js +30 -0
- package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue.js +80 -0
- package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/LeftoverAdd.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/LeftoverAdd.vue.js +106 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/LeftoverAdd.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/LeftoverAdd.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue.js +69 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.js +41 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +118 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.js +52 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductsBackoffice.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductsBackoffice.vue.js +76 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/EditParameters.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/EditParameters.vue.js +93 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/EditProductImages.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/EditProductImages.vue.js +52 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +51 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +154 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.js +73 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.js +149 -0
- package/dist/prometheus-framework/src/modules/products/store/categories.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/store/categories.js +62 -0
- package/dist/prometheus-framework/src/modules/products/store/leftovers.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/store/leftovers.js +67 -0
- package/dist/prometheus-framework/src/modules/products/store/products.cjs +1 -0
- package/dist/prometheus-framework/src/modules/products/store/products.js +107 -0
- package/dist/prometheus-framework/src/modules/reports/components/pages/BackofficeReports.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/reports/components/pages/BackofficeReports.vue.js +41 -0
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +99 -0
- package/dist/prometheus-framework/src/modules/reports/reports.client.cjs +1 -0
- package/dist/prometheus-framework/src/modules/reports/reports.client.js +4 -0
- package/dist/prometheus-framework/src/modules/reports/store/reports.cjs +1 -0
- package/dist/prometheus-framework/src/modules/reports/store/reports.js +85 -0
- package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.js +121 -0
- package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue.js +24 -0
- package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/spots/components/sections/Feed.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/spots/components/sections/Feed.vue.js +57 -0
- package/dist/prometheus-framework/src/modules/spots/store/spots.cjs +1 -0
- package/dist/prometheus-framework/src/modules/spots/store/spots.js +71 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +274 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.js +57 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.js +151 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue2.js +4 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.js +49 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileOrganizations.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileOrganizations.vue.js +59 -0
- package/dist/prometheus-framework/src/modules/users/components/sections/ProfileCompletion.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/users/components/sections/ProfileCompletion.vue.js +41 -0
- package/dist/prometheus-framework/src/modules/users/router/users.cjs +1 -0
- package/dist/prometheus-framework/src/modules/users/router/users.js +115 -0
- package/dist/prometheus-framework/src/modules/users/store/users.cjs +1 -0
- package/dist/prometheus-framework/src/modules/users/store/users.js +81 -0
- package/dist/prometheus-framework/src/modules/users/users.client.cjs +1 -0
- package/dist/prometheus-framework/src/modules/users/users.client.js +10 -0
- package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.js +95 -0
- package/dist/style.css +1 -1
- package/package.json +31 -27
- package/src/modules/products/components/sections/SectionProduct.vue +0 -1
- package/dist/BackofficeGallery-568b55bb.js +0 -1
- package/dist/BackofficeGallery-b4105137.mjs +0 -306
- package/dist/BackofficeReports-cb4b180d.mjs +0 -44
- package/dist/BackofficeReports-d021871f.js +0 -1
- package/dist/BlockTags-8cddaef7.js +0 -1
- package/dist/BlockTags-ee310572.mjs +0 -853
- package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
- package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
- package/dist/Button-7643c9aa.js +0 -1
- package/dist/Button-9e1a9284.mjs +0 -226
- package/dist/Button.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
- package/dist/Button.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
- package/dist/ButtonToggleMembership-738720bd.js +0 -1
- package/dist/ButtonToggleMembership-e337e704.mjs +0 -90
- package/dist/CardBlogpost-c7adb0a7.mjs +0 -246
- package/dist/CardBlogpost-f308ff64.js +0 -1
- package/dist/CardOrganization-22beb83d.js +0 -1
- package/dist/CardOrganization-ae384e54.mjs +0 -234
- package/dist/CardProduct-92affca1.js +0 -1
- package/dist/CardProduct-fca53299.mjs +0 -193
- package/dist/Checkbox-5dbe7b23.mjs +0 -62
- package/dist/Checkbox-76f09248.js +0 -1
- package/dist/Chips-edf2b573.js +0 -1
- package/dist/Chips-f06ec38f.mjs +0 -213
- package/dist/Community-04b25965.mjs +0 -130
- package/dist/Community-2f6fee0f.js +0 -1
- package/dist/Dashboard-73b50724.js +0 -1
- package/dist/Dashboard-bc81b5f6.mjs +0 -151
- package/dist/Dropdown-ef2df9a9.mjs +0 -169
- package/dist/Dropdown-f2564c92.js +0 -1
- package/dist/EULA-aba6a807.js +0 -1
- package/dist/EULA-e05236af.mjs +0 -4210
- package/dist/EditOrder-94bbebff.mjs +0 -221
- package/dist/EditOrder-c070d474.js +0 -1
- package/dist/EmptyState-d65bab5b.js +0 -1
- package/dist/EmptyState-e404b05d.mjs +0 -36
- package/dist/Events-41d71b0e.js +0 -1
- package/dist/Events-af7170ed.mjs +0 -134
- package/dist/Feed-04fe1f7a.mjs +0 -361
- package/dist/Feed-23758089.mjs +0 -124
- package/dist/Feed-36e83be3.mjs +0 -156
- package/dist/Feed-5653cf8b.js +0 -1
- package/dist/Feed-5a359bb7.js +0 -1
- package/dist/Feed-6ca0541a.js +0 -1
- package/dist/Feed-98b47c6f.js +0 -1
- package/dist/Feed-d114330c.mjs +0 -112
- package/dist/Field-e2a43424.js +0 -1
- package/dist/Field-e5ad88d3.mjs +0 -75
- package/dist/Field.vue_vue_type_style_index_0_scoped_f4a29b0d_lang-0ea8fbf8.js +0 -1
- package/dist/Field.vue_vue_type_style_index_0_scoped_f4a29b0d_lang-4ed993c7.mjs +0 -1
- package/dist/IconEdit-9edfd74d.mjs +0 -21
- package/dist/IconEdit-c0469b45.js +0 -1
- package/dist/Image-39955d9d.mjs +0 -480
- package/dist/Image-c2d190d8.js +0 -9
- package/dist/LeftoverAdd-5a8988d9.js +0 -1
- package/dist/LeftoverAdd-c4f37f47.mjs +0 -227
- package/dist/Leftovers-470a1689.js +0 -1
- package/dist/Leftovers-69c7dcd9.mjs +0 -136
- package/dist/Loader-21f016da.js +0 -1
- package/dist/Loader-cd422786.mjs +0 -41
- package/dist/Loader.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
- package/dist/Loader.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
- package/dist/Members-87278466.mjs +0 -109
- package/dist/Members-bbcb79ae.js +0 -1
- package/dist/Menu-93d34d9f.js +0 -1
- package/dist/Menu-eaf6b44c.mjs +0 -13
- package/dist/MenuItem-4a5881bd.mjs +0 -85
- package/dist/MenuItem-f35cad93.js +0 -1
- package/dist/Orders-b64e8cb9.js +0 -1
- package/dist/Orders-ff30db05.mjs +0 -75
- package/dist/Organizations-a964d4b6.mjs +0 -72
- package/dist/Organizations-ed6d36d6.js +0 -1
- package/dist/Payments-53e5fecf.js +0 -1
- package/dist/Payments-82e545e1.mjs +0 -87
- package/dist/Popup-0d8e1392.mjs +0 -96
- package/dist/Popup-eb11fa82.js +0 -1
- package/dist/Popup.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
- package/dist/Popup.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
- package/dist/Product-2f8e6943.mjs +0 -652
- package/dist/Product-4a834930.js +0 -7
- package/dist/ProductEdit-959b3cd3.mjs +0 -295
- package/dist/ProductEdit-bae5e898.js +0 -1
- package/dist/ProductsBackoffice-0716123f.js +0 -1
- package/dist/ProductsBackoffice-a36ecbc6.mjs +0 -85
- package/dist/ProfileBlogposts-6bf526fb.js +0 -1
- package/dist/ProfileBlogposts-d4b17535.mjs +0 -77
- package/dist/ProfileEvents-3eeb4320.mjs +0 -68
- package/dist/ProfileEvents-90e09978.js +0 -1
- package/dist/ProfileOrganizations-e838925f.js +0 -1
- package/dist/ProfileOrganizations-edf657ca.mjs +0 -72
- package/dist/Publics-a31d7fe7.js +0 -1
- package/dist/Publics-a8f31413.mjs +0 -45
- package/dist/Select-11ddabf5.mjs +0 -79
- package/dist/Select-3ca5ab39.js +0 -1
- package/dist/SelectMulti-58704d69.mjs +0 -1038
- package/dist/SelectMulti-c25765cf.js +0 -1
- package/dist/SkeletonEvent-8690422d.mjs +0 -16
- package/dist/SkeletonEvent-eb284de8.js +0 -1
- package/dist/Socials-43293869.js +0 -1
- package/dist/Socials-8193477c.mjs +0 -189
- package/dist/Tab-054b61f7.mjs +0 -46
- package/dist/Tab-2c1e4224.js +0 -1
- package/dist/Tab.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
- package/dist/Tab.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
- package/dist/UploadImage-0f488170.js +0 -1
- package/dist/UploadImage-3c627d89.mjs +0 -83
- package/dist/UploadImageMultiple-cb6c7188.mjs +0 -58
- package/dist/UploadImageMultiple-eddaac87.js +0 -1
- package/dist/Wallet-2043b611.mjs +0 -24682
- package/dist/Wallet-8fa7386a.js +0 -55
- package/dist/_plugin-vue_export-helper-dad06003.mjs +0 -9
- package/dist/_plugin-vue_export-helper-f246444f.js +0 -1
- package/dist/auth-076a83d0.mjs +0 -625
- package/dist/auth-df5a20c6.js +0 -7
- package/dist/auth.client.cjs +0 -7
- package/dist/auth.client.js +0 -3874
- package/dist/auth.validation-80b133df.js +0 -1
- package/dist/auth.validation-fd9ae66f.mjs +0 -24
- package/dist/backoffice.client.cjs +0 -1
- package/dist/backoffice.client.js +0 -265
- package/dist/carousel.es-44c501bc.mjs +0 -383
- package/dist/carousel.es-cdfb392c.js +0 -5
- package/dist/categories-5b08da53.mjs +0 -121
- package/dist/categories-7ccd6be9.js +0 -1
- package/dist/click-outside-0b0727d1.js +0 -2
- package/dist/click-outside-6101836c.mjs +0 -19
- package/dist/community.client.cjs +0 -1
- package/dist/community.client.js +0 -698
- package/dist/events.client.cjs +0 -2
- package/dist/events.client.js +0 -8881
- package/dist/globals-928eb13c.js +0 -1
- package/dist/globals-96ba60e4.mjs +0 -91
- package/dist/globals.client.cjs +0 -1
- package/dist/globals.client.js +0 -12
- package/dist/index-a661083c.mjs +0 -934
- package/dist/index-b41aac19.js +0 -2
- package/dist/inputs.validation-d7cef32b.js +0 -1
- package/dist/inputs.validation-db65277a.mjs +0 -83
- package/dist/landing.client.cjs +0 -1
- package/dist/landing.client.js +0 -135
- package/dist/leftovers-5d1ff88b.mjs +0 -67
- package/dist/leftovers-b60180cf.js +0 -1
- package/dist/legal.client.cjs +0 -1
- package/dist/legal.client.js +0 -8511
- package/dist/memberships-12210953.mjs +0 -68
- package/dist/memberships-393765d8.js +0 -1
- package/dist/orders-13c10d49.mjs +0 -85
- package/dist/orders-37f041aa.js +0 -1
- package/dist/organizations-966e1cd2.mjs +0 -122
- package/dist/organizations-d12c42b6.js +0 -1
- package/dist/organizations.client-7e11a989.js +0 -3
- package/dist/organizations.client-e519ef17.mjs +0 -2996
- package/dist/organizations.client.cjs +0 -1
- package/dist/organizations.client.js +0 -81
- package/dist/products-3c43eb18.js +0 -1
- package/dist/products-943fb95e.mjs +0 -107
- package/dist/reports-270f69df.js +0 -1
- package/dist/reports-79cd9459.mjs +0 -91
- package/dist/reports.client.cjs +0 -1
- package/dist/reports.client.js +0 -8
- package/dist/states.validation-4594b33c.mjs +0 -13
- package/dist/states.validation-69003e66.js +0 -1
- package/dist/users.client.cjs +0 -1
- package/dist/users.client.js +0 -702
- package/dist/vue-draggable-next.esm-bundler-21a209c6.js +0 -10
- package/dist/vue-draggable-next.esm-bundler-ff6e3f52.mjs +0 -1557
- package/dist/vuex.esm-bundler-57d8b6ba.mjs +0 -750
- package/dist/vuex.esm-bundler-685cf29f.js +0 -5
- /package/dist/{files.client.cjs → prometheus-framework/src/modules/files/files.client.cjs} +0 -0
- /package/dist/{files.client.js → prometheus-framework/src/modules/files/files.client.js} +0 -0
- /package/dist/{middlewares.client.cjs → prometheus-framework/src/modules/middlewares/middlewares.client.cjs} +0 -0
- /package/dist/{middlewares.client.js → prometheus-framework/src/modules/middlewares/middlewares.client.js} +0 -0
@@ -0,0 +1,112 @@
|
|
1
|
+
import { openBlock as o, createElementBlock as n, createElementVNode as e, toDisplayString as s, unref as a, createVNode as l, normalizeStyle as r, createCommentVNode as p } from "vue";
|
2
|
+
import { useI18n as m } from "vue-i18n";
|
3
|
+
import u from "../../../icons/labels/LabelAppStore.vue.js";
|
4
|
+
import _ from "../../../icons/labels/LabelGooglePlay.vue.js";
|
5
|
+
import "./MobileApp.vue2.js";
|
6
|
+
const g = { id: "mobileApp" }, h = { class: "pos-relative cols-2-1_2 gap-big pd-big pd-t-big o-hidden bg-black t-white radius-big" }, f = { class: "z-index-1 w-1/2" }, b = ["src"], v = { class: "z-index-1 w-1/2" }, w = { class: "mn-t-medium mn-semi w-m-40r" }, y = { class: "t-transp mn-big p-big w-m-33r" }, x = { class: "mn-big gap-medium cols-2" }, I = { class: "feature" }, z = { class: "mn-small" }, k = { class: "t-transp p-medium" }, E = { class: "feature" }, A = { class: "mn-small" }, S = { class: "t-transp p-medium" }, L = { class: "feature" }, D = { class: "mn-small" }, C = { class: "t-transp p-medium" }, U = { class: "feature" }, N = { class: "mn-small" }, R = { class: "t-transp p-medium" }, V = { class: "w-m-33r flex-nowrap flex gap-medium" }, M = { class: "pos-relative w-100 h-100" }, B = { class: "z-index-2 pd-tin radius-big bg-main t-semi uppercase pd-micro pos-absolute pos-r-small-negative pos-t-small-negative" }, F = { class: "pos-relative w-100 h-100" }, G = { class: "z-index-2 pd-tin radius-big bg-main t-semi uppercase pd-micro pos-absolute pos-r-small-negative pos-t-small-negative" }, P = {
|
7
|
+
key: 0,
|
8
|
+
class: "grid-lines"
|
9
|
+
}, q = {
|
10
|
+
__name: "MobileApp",
|
11
|
+
props: {
|
12
|
+
mockupImage: {
|
13
|
+
type: String,
|
14
|
+
default: "/assets/images/landing/mockup.png"
|
15
|
+
},
|
16
|
+
bgImage: {
|
17
|
+
type: String,
|
18
|
+
default: ""
|
19
|
+
// Введите ваше стандартное значение здесь, если необходимо
|
20
|
+
},
|
21
|
+
textData: {
|
22
|
+
type: Object,
|
23
|
+
default: () => ({
|
24
|
+
messages: {
|
25
|
+
en: {
|
26
|
+
title: "Explore the Cannabis World at Your Fingertips",
|
27
|
+
description: "Intuitive, Efficient, and Customized for Your Cannabis Needs",
|
28
|
+
features: {
|
29
|
+
instantUpdates: {
|
30
|
+
title: "Instant Updates",
|
31
|
+
text: "Receive real-time notifications for new product releases and community updates. Always stay in the loop."
|
32
|
+
},
|
33
|
+
locate: {
|
34
|
+
title: "Locate with Ease",
|
35
|
+
text: "Discover nearby dispensaries and cannabis events with our integrated geolocation services."
|
36
|
+
},
|
37
|
+
wallet: {
|
38
|
+
title: "Wallet Integration",
|
39
|
+
text: "Quickly and securely manage your transactions with integrated digital wallet functionality. Safety and convenience come together."
|
40
|
+
},
|
41
|
+
customization: {
|
42
|
+
title: "Customization by AI",
|
43
|
+
text: "Experience the AI difference with personalized recommendations based on your preferences and trends in the community."
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
48
|
+
})
|
49
|
+
}
|
50
|
+
},
|
51
|
+
setup(i) {
|
52
|
+
const c = i, { t } = m(c.textData);
|
53
|
+
return (d, W) => (o(), n("div", g, [
|
54
|
+
e("section", h, [
|
55
|
+
e("div", f, [
|
56
|
+
e("img", {
|
57
|
+
src: (d.FILE_SERVER_URL || "") + i.mockupImage,
|
58
|
+
alt: "Mobile App Mockup",
|
59
|
+
class: "app-mockup"
|
60
|
+
}, null, 8, b)
|
61
|
+
]),
|
62
|
+
e("div", v, [
|
63
|
+
e("h2", w, s(a(t)("title")), 1),
|
64
|
+
e("p", y, s(a(t)("description")), 1),
|
65
|
+
e("div", x, [
|
66
|
+
e("div", I, [
|
67
|
+
e("h3", z, s(a(t)("features.instantUpdates.title")), 1),
|
68
|
+
e("p", k, s(a(t)("features.instantUpdates.text")), 1)
|
69
|
+
]),
|
70
|
+
e("div", E, [
|
71
|
+
e("h3", A, s(a(t)("features.locate.title")), 1),
|
72
|
+
e("p", S, s(a(t)("features.locate.text")), 1)
|
73
|
+
]),
|
74
|
+
e("div", L, [
|
75
|
+
e("h3", D, s(a(t)("features.wallet.title")), 1),
|
76
|
+
e("p", C, s(a(t)("features.wallet.text")), 1)
|
77
|
+
]),
|
78
|
+
e("div", U, [
|
79
|
+
e("h3", N, s(a(t)("features.customization.title")), 1),
|
80
|
+
e("p", R, s(a(t)("features.customization.text")), 1)
|
81
|
+
])
|
82
|
+
]),
|
83
|
+
e("div", V, [
|
84
|
+
e("div", M, [
|
85
|
+
e("span", B, s(a(t)("features.soonLabel")), 1),
|
86
|
+
l(u, {
|
87
|
+
class: "w-100 h-100",
|
88
|
+
alt: "Download on App Store"
|
89
|
+
})
|
90
|
+
]),
|
91
|
+
e("div", F, [
|
92
|
+
e("span", G, s(a(t)("features.soonLabel")), 1),
|
93
|
+
l(_, {
|
94
|
+
class: "w-100 h-100",
|
95
|
+
alt: "Download on Google Play"
|
96
|
+
})
|
97
|
+
])
|
98
|
+
])
|
99
|
+
]),
|
100
|
+
e("div", {
|
101
|
+
class: "w-100 h-100 pos-absolute pos-t-0 pos-r-0 z-index-0 grid",
|
102
|
+
style: r({ backgroundImage: `url(${i.bgImage})` })
|
103
|
+
}, [
|
104
|
+
i.bgImage ? p("", !0) : (o(), n("div", P))
|
105
|
+
], 4)
|
106
|
+
])
|
107
|
+
]));
|
108
|
+
}
|
109
|
+
};
|
110
|
+
export {
|
111
|
+
q as default
|
112
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="";exports.default=e;
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./components/sections/MobileApp.vue.cjs");exports.MobileApp=e.default;
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../../../../components/Field/Field.vue.cjs");require("../../../../components/Button/Button.vue.cjs");const a=require("../../../mobile/components/Menu/Menu.vue.cjs"),r=require("../../../mobile/components/Menu/MenuItem.vue.cjs"),n=require("vue-router");require("../../../auth/store/auth.cjs");require("./Legal.vue2.cjs");const u={class:"for-transition w-100 pd-medium"},l=e.createStaticVNode('<div class="bg-grey radius-medium pd-medium mn-small"><h2 class="mn-small">About No More Snow CO., LTD.</h2><p class="mn-small"> Welcome to NO MORE SNOW CO., LTD.! We are dedicated to providing top-notch services and creating a trustworthy environment for our users. Your trust and safety are our priority, and we are committed to being transparent about our policies and practices. </p><p class="mn-small"> If you have any questions, concerns, or feedback, please do not hesitate to contact us through the following details. Our team is always here to assist you! </p><p class="mn-small"> Address: 10/3 Laemsai Rd, Karon, Mueang Phuket District, Phuket 83100<br> Telephone: +660803202142<br> Email: <a href="mailto:hello@thecommunephuket.com">hello@thecommunephuket.com</a><br> Website: <a href="https://thecommunephuket.com" target="_blank">https://thecommunephuket.com</a></p></div>',1),i=e.createElementVNode("span",null,"Terms of Use",-1),c=e.createElementVNode("span",null,"Privacy Policy",-1),d=e.createElementVNode("span",null,"Cookie Policy",-1),m=e.createElementVNode("span",null,"EULA",-1),p={__name:"Legal",setup(h){n.useRoute();const o=n.useRouter();return e.ref(!1),(f,t)=>(e.openBlock(),e.createElementBlock("div",u,[l,e.createVNode(a.default,{class:"bg-grey"},{default:e.withCtx(()=>[e.createVNode(r.default,{onClick:t[0]||(t[0]=s=>e.unref(o).push({name:"Terms of Use"})),class:"cursor-pointer"},{default:e.withCtx(()=>[i]),_:1}),e.createVNode(r.default,{onClick:t[1]||(t[1]=s=>e.unref(o).push({name:"Privacy Policy"})),class:"cursor-pointer"},{default:e.withCtx(()=>[c]),_:1}),e.createVNode(r.default,{onClick:t[2]||(t[2]=s=>e.unref(o).push({name:"Cookie Policy"})),class:"cursor-pointer"},{default:e.withCtx(()=>[d]),_:1}),e.createVNode(r.default,{onClick:t[3]||(t[3]=s=>e.unref(o).push({name:"EULA"})),class:"cursor-pointer"},{default:e.withCtx(()=>[m]),_:1})]),_:1})]))}};exports.default=p;
|
@@ -0,0 +1,62 @@
|
|
1
|
+
import { ref as l, openBlock as m, createElementBlock as u, createVNode as t, withCtx as o, unref as r, createStaticVNode as c, createElementVNode as a } from "vue";
|
2
|
+
import "../../../../components/Field/Field.vue.js";
|
3
|
+
import "../../../../components/Button/Button.vue.js";
|
4
|
+
import p from "../../../mobile/components/Menu/Menu.vue.js";
|
5
|
+
import n from "../../../mobile/components/Menu/MenuItem.vue.js";
|
6
|
+
import { useRoute as d, useRouter as h } from "vue-router";
|
7
|
+
import "../../../auth/store/auth.js";
|
8
|
+
import "./Legal.vue2.js";
|
9
|
+
const f = { class: "for-transition w-100 pd-medium" }, _ = /* @__PURE__ */ c('<div class="bg-grey radius-medium pd-medium mn-small"><h2 class="mn-small">About No More Snow CO., LTD.</h2><p class="mn-small"> Welcome to NO MORE SNOW CO., LTD.! We are dedicated to providing top-notch services and creating a trustworthy environment for our users. Your trust and safety are our priority, and we are committed to being transparent about our policies and practices. </p><p class="mn-small"> If you have any questions, concerns, or feedback, please do not hesitate to contact us through the following details. Our team is always here to assist you! </p><p class="mn-small"> Address: 10/3 Laemsai Rd, Karon, Mueang Phuket District, Phuket 83100<br> Telephone: +660803202142<br> Email: <a href="mailto:hello@thecommunephuket.com">hello@thecommunephuket.com</a><br> Website: <a href="https://thecommunephuket.com" target="_blank">https://thecommunephuket.com</a></p></div>', 1), k = /* @__PURE__ */ a("span", null, "Terms of Use", -1), y = /* @__PURE__ */ a("span", null, "Privacy Policy", -1), v = /* @__PURE__ */ a("span", null, "Cookie Policy", -1), g = /* @__PURE__ */ a("span", null, "EULA", -1), A = {
|
10
|
+
__name: "Legal",
|
11
|
+
setup(b) {
|
12
|
+
d();
|
13
|
+
const s = h();
|
14
|
+
return l(!1), (C, e) => (m(), u("div", f, [
|
15
|
+
_,
|
16
|
+
t(p, { class: "bg-grey" }, {
|
17
|
+
default: o(() => [
|
18
|
+
t(n, {
|
19
|
+
onClick: e[0] || (e[0] = (i) => r(s).push({ name: "Terms of Use" })),
|
20
|
+
class: "cursor-pointer"
|
21
|
+
}, {
|
22
|
+
default: o(() => [
|
23
|
+
k
|
24
|
+
]),
|
25
|
+
_: 1
|
26
|
+
}),
|
27
|
+
t(n, {
|
28
|
+
onClick: e[1] || (e[1] = (i) => r(s).push({ name: "Privacy Policy" })),
|
29
|
+
class: "cursor-pointer"
|
30
|
+
}, {
|
31
|
+
default: o(() => [
|
32
|
+
y
|
33
|
+
]),
|
34
|
+
_: 1
|
35
|
+
}),
|
36
|
+
t(n, {
|
37
|
+
onClick: e[2] || (e[2] = (i) => r(s).push({ name: "Cookie Policy" })),
|
38
|
+
class: "cursor-pointer"
|
39
|
+
}, {
|
40
|
+
default: o(() => [
|
41
|
+
v
|
42
|
+
]),
|
43
|
+
_: 1
|
44
|
+
}),
|
45
|
+
t(n, {
|
46
|
+
onClick: e[3] || (e[3] = (i) => r(s).push({ name: "EULA" })),
|
47
|
+
class: "cursor-pointer"
|
48
|
+
}, {
|
49
|
+
default: o(() => [
|
50
|
+
g
|
51
|
+
]),
|
52
|
+
_: 1
|
53
|
+
})
|
54
|
+
]),
|
55
|
+
_: 1
|
56
|
+
})
|
57
|
+
]));
|
58
|
+
}
|
59
|
+
};
|
60
|
+
export {
|
61
|
+
A as default
|
62
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="";exports.default=e;
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),o=require("../../../../../../../_virtual/_plugin-vue_export-helper.cjs"),s={},a={class:"pd-medium"},n={class:"pd-big bg-grey radius-big"},i=e.createElementVNode("h1",null,"Cookie Policy",-1),l=e.createElementVNode("div",null,[e.createElementVNode("br")],-1),r={style:{color:"rgb(127, 127, 127)"}},c={style:{"font-size":"15px"}},d={"data-custom-class":"subtitle"},p=e.createElementVNode("div",null,[e.createElementVNode("br")],-1),h=e.createElementVNode("div",null,[e.createElementVNode("br")],-1),y=e.createElementVNode("div",null,[e.createElementVNode("br")],-1),g={style:{"line-height":"1.5"}},b={style:{color:"rgb(127, 127, 127)"}},m={style:{color:"rgb(89, 89, 89)","font-size":"15px"}},u={"data-custom-class":"body_text"},f=e.createElementVNode("strong",null,"Company",-1),x=e.createElementVNode("strong",null,"we",-1),_=e.createElementVNode("strong",null,"us",-1),v=e.createElementVNode("strong",null,"our",-1),k={style:{color:"rgb(0, 58, 250)","font-size":"15px"}},w={"data-custom-class":"body_text"},N=e.createElementVNode("a",{href:"https://thecommunephuket.com",target:"_blank","data-custom-class":"link"},"https://thecommunephuket.com",-1),V=e.createElementVNode("span",{style:{color:"rgb(89, 89, 89)","font-size":"15px"}},[e.createElementVNode("span",{"data-custom-class":"body_text"},[e.createTextVNode(' ("'),e.createElementVNode("strong",null,"Website"),e.createTextVNode('"). It explains what these technologies are and why we use them, as well as your rights to control our use of them.')])],-1),z=e.createStaticVNode('<div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="color:rgb(127, 127, 127);"><span style="color:rgb(89, 89, 89);font-size:15px;"><span data-custom-class="body_text">In some cases we may use cookies to collect personal information, or that becomes personal information if we combine it with other information.</span></span></span></div><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="color:rgb(127, 127, 127);"><span style="color:rgb(0, 0, 0);font-size:15px;"><strong><span data-custom-class="heading_1">What are cookies?</span></strong></span></span></div><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="color:rgb(127, 127, 127);"><span style="color:rgb(89, 89, 89);font-size:15px;"><span data-custom-class="body_text">Cookies are small data files that are placed on your computer or mobile device when you visit a website. Cookies are widely used by website owners in order to make their websites work, or to work more efficiently, as well as to provide reporting information.</span></span></span></div><div style="line-height:1.5;"><br></div>',7),E={style:{"line-height":"1.5"}},T={style:{color:"rgb(127, 127, 127)"}},C={style:{color:"rgb(89, 89, 89)","font-size":"15px"}},A={"data-custom-class":"body_text"},P=e.createStaticVNode('<div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="color:rgb(127, 127, 127);"><span style="color:rgb(0, 0, 0);font-size:15px;"><strong><span data-custom-class="heading_1">Why do we use cookies?</span></strong></span></span></div><div style="line-height:1.5;"><br></div>',3),S={style:{"line-height":"1.5"}},R={style:{color:"rgb(127, 127, 127)"}},q={style:{color:"rgb(89, 89, 89)","font-size":"15px"}},O={"data-custom-class":"body_text"},W=e.createStaticVNode('<div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="color:rgb(127, 127, 127);"><span style="color:rgb(89, 89, 89);font-size:15px;"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(89, 89, 89);"><span id="control" style="color:rgb(0, 0, 0);"><strong><span data-custom-class="heading_1">How can I control cookies?</span></strong></span></span></span></span></span></div><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(89, 89, 89);"><span data-custom-class="body_text">You have the right to decide whether to accept or reject cookies. You can exercise your cookie rights by setting your preferences in the Cookie Consent Manager. The Cookie Consent Manager allows you to select which categories of cookies you accept or reject. Essential cookies cannot be rejected as they are strictly necessary to provide you with services.</span></span></span></div><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(89, 89, 89);"><span data-custom-class="body_text">The Cookie Consent Manager can be found in the notification banner and on our website. If you choose to reject cookies, you may still use our website though your access to some functionality and areas of our website may be restricted. You may also set or amend your web browser controls to accept or refuse cookies.</span></span></span></div><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(89, 89, 89);"><span data-custom-class="body_text">The specific types of first- and third-party cookies served through our Website and the purposes they perform are described in the table below (please note that the specific </span><span data-custom-class="body_text">cookies served may vary depending on the specific Online Properties you visit):</span></span></span><span style="font-size:15px;"></span></div><div><div style="line-height:1.5;"><span data-custom-class="heading_2" style="color:rgb(0, 0, 0);"><span style="font-size:15px;"><strong><u><br>Analytics and customization cookies:</u></strong></span></span></div><p style="font-size:15px;line-height:1.5;"><span style="color:rgb(127, 127, 127);"><span style="color:rgb(89, 89, 89);font-size:15px;"><span data-custom-class="body_text">These cookies collect information that is used either in aggregate form to help us understand how our Website is being used or how effective our marketing campaigns are, or to help us customize our Website for you.</span></span></span></p><div><span data-custom-class="body_text"><section data-custom-class="body_text" style="width:100%;border:1px solid #e6e6e6;margin:0 0 10px;border-radius:3px;"><div style="padding:8px 13px;border-bottom:1px solid #e6e6e6;"><table><tbody><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Name:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">vt</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Purpose:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">__________</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Provider:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">www.google.com</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Service:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">__________ </span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Country:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">United States</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Type:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">pixel_tracker</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Expires in:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">session</span></td></tr></tbody></table></div></section><section data-custom-class="body_text" style="width:100%;border:1px solid #e6e6e6;margin:0 0 10px;border-radius:3px;"><div style="padding:8px 13px;border-bottom:1px solid #e6e6e6;"><table><tbody><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Name:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">_ga</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Purpose:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">Records a particular ID used to come up with data about website usage by the user</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Provider:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">.thecommunephuket.com</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Service:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">Google Analytics <a href="https://policies.google.com/privacy" style="color:#003AFA !important;" target="_blank">View Service Privacy Policy</a></span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Country:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">Republic of Lithuania</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Type:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">http_cookie</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Expires in:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">1 year 1 month 4 days</span></td></tr></tbody></table></div></section><section data-custom-class="body_text" style="width:100%;border:1px solid #e6e6e6;margin:0 0 10px;border-radius:3px;"><div style="padding:8px 13px;border-bottom:1px solid #e6e6e6;"><table><tbody><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Name:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">_ga_#</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Purpose:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">Used to distinguish individual users by means of designation of a randomly generated number as client identifier, which allows calculation of visits and sessions</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Provider:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">.thecommunephuket.com</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Service:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">Google Analytics <a href="https://policies.google.com/privacy" style="color:#003AFA !important;" target="_blank">View Service Privacy Policy</a></span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Country:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">Republic of Lithuania</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Type:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">http_cookie</span></td></tr><tr style="font-family:Roboto, Arial;font-size:12px;line-height:1.67;margin:0 0 8px;vertical-align:top;"><td style="text-align:right;color:#19243c;min-width:80px;">Expires in:</td><td style="display:inline-block;margin-left:5px;"><span style="color:#8b93a7;word-break:break-all;">1 year 1 month 4 days</span></td></tr></tbody></table></div></section></span></div></div><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="color:rgb(127, 127, 127);"><span style="color:rgb(0, 0, 0);font-size:15px;"><strong><span data-custom-class="heading_1">How can I control cookies on my browser?</span></strong></span></span></div><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span data-custom-class="body_text">As the means by which you can refuse cookies through your web browser controls vary from browser to browser, you should visit your browser's help menu for more information. The following is information about how to manage cookies on the most popular browsers:</span></div><ul><li style="line-height:1.5;"><span style="color:rgb(0, 58, 250);"><a href="https://support.google.com/chrome/answer/95647#zippy=%2Callow-or-block-cookies" rel="noopener noreferrer" target="_blank"><span data-custom-class="link">Chrome</span></a></span></li><li style="line-height:1.5;"><span style="color:rgb(0, 58, 250);"><a href="https://support.microsoft.com/en-us/windows/delete-and-manage-cookies-168dab11-0753-043d-7c16-ede5947fc64d" rel="noopener noreferrer" target="_blank"><span data-custom-class="link">Internet Explorer</span></a></span></li><li style="line-height:1.5;"><span style="color:rgb(0, 58, 250);"><a href="https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop?redirectslug=enable-and-disable-cookies-website-preferences&redirectlocale=en-US" rel="noopener noreferrer" target="_blank"><span data-custom-class="link">Firefox</span></a></span></li><li style="line-height:1.5;"><span style="color:rgb(0, 58, 250);"><a href="https://support.apple.com/en-ie/guide/safari/sfri11471/mac" rel="noopener noreferrer" target="_blank"><span data-custom-class="link">Safari</span></a></span></li><li style="line-height:1.5;"><span style="color:rgb(0, 58, 250);"><a href="https://support.microsoft.com/en-us/windows/microsoft-edge-browsing-data-and-privacy-bb8174ba-9d73-dcf2-9b4a-c582b4e640dd" rel="noopener noreferrer" target="_blank"><span data-custom-class="link">Edge</span></a></span></li><li style="line-height:1.5;"><span style="color:rgb(0, 58, 250);"><a href="https://help.opera.com/en/latest/web-preferences/" rel="noopener noreferrer" target="_blank"><span data-custom-class="link">Opera</span></a></span></li></ul><div style="line-height:1.5;"><span data-custom-class="body_text">In addition, most advertising networks offer you a way to opt out of targeted advertising. If you would like to find out more information, please visit:</span></div><ul><li style="line-height:1.5;"><span style="color:rgb(0, 58, 250);"><a href="http://www.aboutads.info/choices/" rel="noopener noreferrer" target="_blank"><span data-custom-class="link">Digital Advertising Alliance</span></a></span></li><li style="line-height:1.5;"><span style="color:rgb(0, 58, 250);"><a href="https://youradchoices.ca/" rel="noopener noreferrer" target="_blank"><span data-custom-class="link">Digital Advertising Alliance of Canada</span></a></span></li><li style="line-height:1.5;"><span style="color:rgb(0, 58, 250);"><a href="http://www.youronlinechoices.com/" rel="noopener noreferrer" target="_blank"><span data-custom-class="body_text"><span data-custom-class="link">European Interactive Digital Advertising Alliance</span></span></a></span></li></ul><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="color:rgb(127, 127, 127);"><span style="color:rgb(0, 0, 0);font-size:15px;"><strong><span data-custom-class="heading_1">What about other tracking technologies, like web beacons?</span></strong></span></span></div><div style="line-height:1.5;"><br></div>',19),F={style:{"line-height":"1.5"}},I={style:{color:"rgb(127, 127, 127)"}},L={style:{color:"rgb(89, 89, 89)","font-size":"15px"}},M=e.createElementVNode("span",{"data-custom-class":"body_text"},"Cookies are not the only way ",-1),D={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},j={"data-custom-class":"body_text"},K={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},B={style:{color:"rgb(89, 89, 89)"}},H=e.createElementVNode("span",{"data-custom-class":"body_text"},"the traffic patterns of users from one page within a website to another, to deliver or communicate with cookies, to understand whether you have come to the website from an online advertisement displayed on a third-party website, to improve site performance, and to measure the success of email marketing campaigns. In many instances, these technologies are reliant on cookies to function properly, and so declining cookies will impair their functioning.",-1),U=e.createStaticVNode('<div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="color:rgb(127, 127, 127);"><span style="color:rgb(89, 89, 89);font-size:15px;"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="color:rgb(0, 0, 0);"><strong><span data-custom-class="heading_1">Do you use Flash cookies or Local Shared Objects?</span></strong></span></span></span></span></span></div><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="font-size:15px;color:rgb(89, 89, 89);"><span data-custom-class="body_text">Websites may also use so-called "Flash Cookies" (also known as Local Shared Objects or "LSOs") to, among other things, collect and store information about your use of our services, fraud prevention, and for other site operations.</span></span></div><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="font-size:15px;color:rgb(89, 89, 89);"><span data-custom-class="body_text">If you do not want Flash Cookies stored on your computer, you can adjust the settings of your Flash player to block Flash Cookies storage using the tools contained in the </span></span><span data-custom-class="body_text"><span style="color:rgb(0, 58, 250);"><a data-custom-class="link" href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html" target="_BLANK"><span style="font-size:15px;">Website Storage Settings Panel</span></a></span><span style="font-size:15px;color:rgb(89, 89, 89);">. You can also control Flash Cookies by going to the </span><span style="color:rgb(0, 58, 250);"><a data-custom-class="link" href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html" target="_BLANK"><span style="font-size:15px;">Global Storage Settings Panel</span></a></span></span><span style="font-size:15px;color:rgb(89, 89, 89);"><span data-custom-class="body_text"> and </span><span style="font-size:15px;color:rgb(89, 89, 89);"><span data-custom-class="body_text">following the instructions (which may include instructions that explain, for example, how to delete existing Flash Cookies (referred to "information" on the Macromedia site), how to prevent Flash LSOs from being placed on your computer without your being asked, and (for Flash Player 8 and later) how to block Flash Cookies that are not being delivered by the operator of the page you are on at the time).</span></span></span></div><div style="line-height:1.5;"><br></div>',7),Y={style:{"line-height":"1.5"}},G=e.createElementVNode("span",{style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},[e.createElementVNode("span",{style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},[e.createElementVNode("span",{"data-custom-class":"body_text"},"Please note that setting the Flash Player to restrict or limit acceptance of Flash Cookies may reduce or impede the functionality of some Flash applications, including, potentially, Flash applications used in connection with our services or online content.")])],-1),$={style:{color:"rgb(127, 127, 127)"}},J={style:{color:"rgb(89, 89, 89)","font-size":"15px"}},Q={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},X={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},Z={style:{color:"rgb(89, 89, 89)"}},ee=e.createStaticVNode('<div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="color:rgb(127, 127, 127);"><span style="color:rgb(89, 89, 89);font-size:15px;"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(0, 0, 0);"><strong><span data-custom-class="heading_1">Do you serve targeted advertising?</span></strong></span></span></span></span></span></span></span></div><div style="line-height:1.5;"><br></div>',3),te={style:{"line-height":"1.5"}},oe=e.createElementVNode("span",{style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},[e.createElementVNode("span",{"data-custom-class":"body_text"},"Third parties may serve cookies on your computer or mobile device to serve advertising through our Website. These companies may use information about your visits to this and other websites in order to provide relevant advertisements about goods and services that you may be interested in. They may also employ technology that is used to measure the effectiveness of advertisements. They can accomplish this by using cookies or web beacons to collect information about your visits to this and other sites in order to provide relevant advertisements about goods and services of potential interest to you. The information collected through this process does not enable us or them to identify your name, contact details, or other details that directly identify you unless you choose to provide these.")],-1),se={style:{color:"rgb(127, 127, 127)"}},ae={style:{color:"rgb(89, 89, 89)","font-size":"15px"}},ne={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},ie={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},le={style:{color:"rgb(89, 89, 89)"}},re=e.createStaticVNode('<div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(0, 0, 0);"><strong><span data-custom-class="heading_1">How often will you update this Cookie Policy?</span></strong></span></span></div><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(89, 89, 89);"><span data-custom-class="body_text">We may update </span><span style="font-size:15px;color:rgb(89, 89, 89);"><span data-custom-class="body_text">this Cookie Policy from time to time in order to reflect, for example, changes to the cookies we use or for other operational, legal, or regulatory reasons. Please therefore revisit this Cookie Policy regularly to stay informed about our use of cookies and related technologies.</span></span></span></span></div><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(89, 89, 89);"><span data-custom-class="body_text">The date at the top of this Cookie Policy indicates when it was last updated.</span></span></span></span></div><div style="line-height:1.5;"><br></div><div style="line-height:1.5;"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(89, 89, 89);"><span style="font-size:15px;color:rgb(0, 0, 0);"><strong><span data-custom-class="heading_1">Where can I get further information?</span></strong></span></span></span></div><div style="line-height:1.5;"><br></div>',9),ce={style:{"line-height":"1.5"}},de={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},pe={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},he={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},ye={"data-custom-class":"body_text"},ge=e.createElementVNode("div",{style:{"line-height":"1.5"}},[e.createElementVNode("span",{"data-custom-class":"body_text"},[e.createElementVNode("br")])],-1),be={style:{"line-height":"1.5"}},me={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},ue={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},fe={"data-custom-class":"body_text"},xe={style:{"line-height":"1.5"}},_e={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},ve=e.createElementVNode("span",{"data-custom-class":"body_text"},"10 Karon Rd, Tambon Karon, Amphoe Mueang Phuket, Chang Wat Phuket 83100, Thailand",-1),ke={"data-custom-class":"body_text"},we={style:{"line-height":"1.5"}},Ne={"data-custom-class":"body_text"},Ve={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},ze={style:{"line-height":"1.5"}},Ee={"data-custom-class":"body_text"},Te={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},Ce={"data-custom-class":"body_text"},Ae={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},Pe={style:{"line-height":"1.5"}},Se={"data-custom-class":"body_text"},Re={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}},qe={"data-custom-class":"body_text"},Oe={style:{"font-size":"15px",color:"rgb(89, 89, 89)"}};function We(Ie,Le){const t=e.resolveComponent("bdt");return e.openBlock(),e.createElementBlock("div",a,[e.createElementVNode("div",n,[i,l,e.createElementVNode("div",null,[e.createElementVNode("span",r,[e.createElementVNode("strong",null,[e.createElementVNode("span",c,[e.createElementVNode("span",d,[e.createTextVNode(" Last updated "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("October 13, 2023")]),_:1})])])])])]),p,h,y,e.createElementVNode("div",g,[e.createElementVNode("span",b,[e.createElementVNode("span",m,[e.createElementVNode("span",u,[e.createTextVNode(" This Cookie Policy explains how "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(' ("'),f,e.createTextVNode('," "'),x,e.createTextVNode('," "'),_,e.createTextVNode('," and "'),v,e.createTextVNode('") uses cookies and similar technologies to recognize you when you visit our website at ')])]),e.createElementVNode("span",k,[e.createElementVNode("span",w,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[N]),_:1})])]),V])]),z,e.createElementVNode("div",E,[e.createElementVNode("span",T,[e.createElementVNode("span",C,[e.createElementVNode("span",A,[e.createTextVNode(" Cookies set by the website owner (in this case, "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(' ) are called "first-party cookies." Cookies set by parties other than the website owner are called "third-party cookies." Third-party cookies enable third-party features or functionality to be provided on or through the website (e.g., advertising, interactive content, and analytics). The parties that set these third-party cookies can recognize your computer both when it visits the website in question and also when it visits certain other websites. ')])])])]),P,e.createElementVNode("div",S,[e.createElementVNode("span",R,[e.createElementVNode("span",q,[e.createElementVNode("span",O,[e.createTextVNode(" We use first- "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" and third- "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(' party cookies for several reasons. Some cookies are required for technical reasons in order for our Website to operate, and we refer to these as "essential" or "strictly necessary" cookies. Other cookies also enable us to track and target the interests of our users to enhance the experience on our Online Properties. '),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" Third parties serve cookies through our Website for advertising, analytics, and other purposes. "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" This is described in more detail below. ")])])])]),W,e.createElementVNode("div",F,[e.createElementVNode("span",I,[e.createElementVNode("span",L,[M,e.createElementVNode("span",D,[e.createElementVNode("span",j,[e.createTextVNode(' to recognize or track visitors to a website. We may use other, similar technologies from time to time, like web beacons (sometimes called "tracking pixels" or "clear gifs"). These are tiny graphics files that contain a unique identifier that enables us to recognize when someone has visited our Website '),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" or opened an email including them "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" . This allows us, for example, to monitor ")]),e.createElementVNode("span",K,[e.createElementVNode("span",B,[H,e.createVNode(t,{class:"block-component"})])])])])])]),U,e.createElementVNode("div",Y,[G,e.createElementVNode("span",$,[e.createElementVNode("span",J,[e.createElementVNode("span",Q,[e.createElementVNode("span",X,[e.createElementVNode("span",Z,[e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"})])])])])])]),ee,e.createElementVNode("div",te,[oe,e.createElementVNode("span",se,[e.createElementVNode("span",ae,[e.createElementVNode("span",ne,[e.createElementVNode("span",ie,[e.createElementVNode("span",le,[e.createVNode(t,{class:"statement-end-if-in-editor"})])])])])])]),re,e.createElementVNode("div",ce,[e.createElementVNode("span",de,[e.createElementVNode("span",pe,[e.createElementVNode("span",he,[e.createElementVNode("span",ye,[e.createTextVNode(" If you have any questions about our use of cookies or other technologies, please email us at "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("hello@thecommunephuket.com")]),_:1}),e.createTextVNode(" or by post to: ")])])])])]),ge,e.createElementVNode("div",be,[e.createElementVNode("span",me,[e.createElementVNode("span",ue,[e.createElementVNode("span",fe,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1})])])])]),e.createElementVNode("div",xe,[e.createElementVNode("span",_e,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[ve]),_:1}),e.createElementVNode("span",ke,[e.createVNode(t,{class:"block-component"})])])]),e.createElementVNode("div",we,[e.createElementVNode("span",Ne,[e.createElementVNode("span",Ve,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("Tambon Karon")]),_:1}),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" , "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("Chang Wat Phuket")]),_:1}),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"}),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("83100")]),_:1}),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"}),e.createVNode(t,{class:"block-component"})])])]),e.createElementVNode("div",ze,[e.createElementVNode("span",Ee,[e.createElementVNode("span",Te,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("Thailand")]),_:1}),e.createVNode(t,{class:"statement-end-if-in-editor"})])]),e.createElementVNode("span",Ce,[e.createElementVNode("span",Ae,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-component"})]),_:1})])])]),e.createElementVNode("div",Pe,[e.createElementVNode("span",Se,[e.createElementVNode("span",Re,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createTextVNode(" Phone: "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("(+66)0803202142")]),_:1})]),_:1})])]),e.createElementVNode("span",qe,[e.createElementVNode("span",Oe,[e.createVNode(t,{class:"block-component"})])])])])])}const Fe=o.default(s,[["render",We]]);exports.default=Fe;
|