@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.
Files changed (1225) hide show
  1. package/dist/_virtual/_commonjsHelpers.cjs +1 -0
  2. package/dist/_virtual/_commonjsHelpers.js +6 -0
  3. package/dist/_virtual/_plugin-vue_export-helper.cjs +1 -0
  4. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  5. package/dist/_virtual/axios.cjs +1 -0
  6. package/dist/_virtual/axios.js +4 -0
  7. package/dist/_virtual/js.cookie.cjs +1 -0
  8. package/dist/_virtual/js.cookie.js +4 -0
  9. package/dist/_virtual/prometheus-framework.cjs.cjs +1 -0
  10. package/dist/_virtual/prometheus-framework.cjs.js +4 -0
  11. package/dist/_virtual/web3.min.cjs +1 -0
  12. package/dist/_virtual/web3.min.js +4 -0
  13. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework.cjs.cjs +1 -0
  14. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework.cjs.js +53 -0
  15. package/dist/node_modules/@vue/devtools-api/lib/esm/const.cjs +1 -0
  16. package/dist/node_modules/@vue/devtools-api/lib/esm/const.js +5 -0
  17. package/dist/node_modules/@vue/devtools-api/lib/esm/env.cjs +1 -0
  18. package/dist/node_modules/@vue/devtools-api/lib/esm/env.js +12 -0
  19. package/dist/node_modules/@vue/devtools-api/lib/esm/index.cjs +1 -0
  20. package/dist/node_modules/@vue/devtools-api/lib/esm/index.js +19 -0
  21. package/dist/node_modules/@vue/devtools-api/lib/esm/proxy.cjs +1 -0
  22. package/dist/node_modules/@vue/devtools-api/lib/esm/proxy.js +67 -0
  23. package/dist/node_modules/@vue/devtools-api/lib/esm/time.cjs +1 -0
  24. package/dist/node_modules/@vue/devtools-api/lib/esm/time.js +12 -0
  25. package/dist/node_modules/fast-deep-equal/index.cjs +1 -0
  26. package/dist/node_modules/fast-deep-equal/index.js +40 -0
  27. package/dist/node_modules/js-cookie/src/js.cookie.cjs +7 -0
  28. package/dist/node_modules/js-cookie/src/js.cookie.js +97 -0
  29. package/dist/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.cjs +10 -0
  30. package/dist/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.js +1557 -0
  31. package/dist/node_modules/vue-meta/dist/vue-meta.esm-browser.min.cjs +7 -0
  32. package/dist/node_modules/vue-meta/dist/vue-meta.esm-browser.min.js +38 -0
  33. package/dist/node_modules/vue-select/dist/vue-select.es.cjs +3 -0
  34. package/dist/node_modules/vue-select/dist/vue-select.es.js +769 -0
  35. package/dist/node_modules/vue3-carousel/dist/carousel.css.cjs +1 -0
  36. package/dist/node_modules/vue3-carousel/dist/carousel.css.js +4 -0
  37. package/dist/node_modules/vue3-carousel/dist/carousel.es.cjs +5 -0
  38. package/dist/node_modules/vue3-carousel/dist/carousel.es.js +383 -0
  39. package/dist/node_modules/vuex/dist/vuex.esm-bundler.cjs +5 -0
  40. package/dist/node_modules/vuex/dist/vuex.esm-bundler.js +663 -0
  41. package/dist/node_modules/web3/dist/web3.min.cjs +55 -0
  42. package/dist/node_modules/web3/dist/web3.min.js +24592 -0
  43. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.cjs +1 -0
  44. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +9 -0
  45. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.cjs +1 -0
  46. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +8 -0
  47. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/classCallCheck.cjs +1 -0
  48. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +7 -0
  49. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createClass.cjs +1 -0
  50. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createClass.js +15 -0
  51. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.cjs +2 -0
  52. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +52 -0
  53. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createSuper.cjs +1 -0
  54. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createSuper.js +18 -0
  55. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/defineProperty.cjs +1 -0
  56. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/defineProperty.js +12 -0
  57. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.cjs +1 -0
  58. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +8 -0
  59. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/inherits.cjs +1 -0
  60. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/inherits.js +17 -0
  61. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.cjs +1 -0
  62. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +15 -0
  63. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.cjs +1 -0
  64. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +12 -0
  65. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.cjs +1 -0
  66. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +8 -0
  67. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPrimitive.cjs +1 -0
  68. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +16 -0
  69. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPropertyKey.cjs +1 -0
  70. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +9 -0
  71. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/typeof.cjs +1 -0
  72. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/typeof.js +11 -0
  73. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.cjs +1 -0
  74. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +15 -0
  75. package/dist/prometheus-framework/node_modules/@capacitor/core/dist/index.cjs +1 -0
  76. package/dist/prometheus-framework/node_modules/@capacitor/core/dist/index.js +337 -0
  77. package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/main.css.cjs +1 -0
  78. package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/main.css.js +4 -0
  79. package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.cjs +1 -0
  80. package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.js +4716 -0
  81. package/dist/prometheus-framework/node_modules/axios/index.cjs +1 -0
  82. package/dist/prometheus-framework/node_modules/axios/index.js +7 -0
  83. package/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.cjs +1 -0
  84. package/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.js +83 -0
  85. package/dist/prometheus-framework/node_modules/axios/lib/axios.cjs +1 -0
  86. package/dist/prometheus-framework/node_modules/axios/lib/axios.js +41 -0
  87. package/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.cjs +1 -0
  88. package/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.js +60 -0
  89. package/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.cjs +1 -0
  90. package/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.js +18 -0
  91. package/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.cjs +1 -0
  92. package/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.js +9 -0
  93. package/dist/prometheus-framework/node_modules/axios/lib/core/Axios.cjs +1 -0
  94. package/dist/prometheus-framework/node_modules/axios/lib/core/Axios.js +88 -0
  95. package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.cjs +1 -0
  96. package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.js +54 -0
  97. package/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.cjs +1 -0
  98. package/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.js +25 -0
  99. package/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.cjs +1 -0
  100. package/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.js +8 -0
  101. package/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.cjs +1 -0
  102. package/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.js +46 -0
  103. package/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.cjs +1 -0
  104. package/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.js +68 -0
  105. package/dist/prometheus-framework/node_modules/axios/lib/core/settle.cjs +1 -0
  106. package/dist/prometheus-framework/node_modules/axios/lib/core/settle.js +21 -0
  107. package/dist/prometheus-framework/node_modules/axios/lib/core/transformData.cjs +1 -0
  108. package/dist/prometheus-framework/node_modules/axios/lib/core/transformData.js +11 -0
  109. package/dist/prometheus-framework/node_modules/axios/lib/defaults/index.cjs +1 -0
  110. package/dist/prometheus-framework/node_modules/axios/lib/defaults/index.js +87 -0
  111. package/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.cjs +1 -0
  112. package/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.js +8 -0
  113. package/dist/prometheus-framework/node_modules/axios/lib/env/data.cjs +1 -0
  114. package/dist/prometheus-framework/node_modules/axios/lib/env/data.js +9 -0
  115. package/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.cjs +1 -0
  116. package/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.js +10 -0
  117. package/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.cjs +1 -0
  118. package/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.js +30 -0
  119. package/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.cjs +1 -0
  120. package/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.js +6 -0
  121. package/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.cjs +1 -0
  122. package/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.js +42 -0
  123. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.cjs +1 -0
  124. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.js +6 -0
  125. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.cjs +1 -0
  126. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.js +14 -0
  127. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.cjs +1 -0
  128. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.js +42 -0
  129. package/dist/prometheus-framework/node_modules/axios/lib/helpers/normalizeHeaderName.cjs +1 -0
  130. package/dist/prometheus-framework/node_modules/axios/lib/helpers/normalizeHeaderName.js +9 -0
  131. package/dist/prometheus-framework/node_modules/axios/lib/helpers/null.cjs +1 -0
  132. package/dist/prometheus-framework/node_modules/axios/lib/helpers/null.js +7 -0
  133. package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.cjs +2 -0
  134. package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.js +40 -0
  135. package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.cjs +1 -0
  136. package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.js +10 -0
  137. package/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.cjs +1 -0
  138. package/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.js +11 -0
  139. package/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.cjs +1 -0
  140. package/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.js +37 -0
  141. package/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.cjs +1 -0
  142. package/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.js +49 -0
  143. package/dist/prometheus-framework/node_modules/axios/lib/utils.cjs +1 -0
  144. package/dist/prometheus-framework/node_modules/axios/lib/utils.js +152 -0
  145. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/addLeadingZeros/index.cjs +1 -0
  146. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/addLeadingZeros/index.js +8 -0
  147. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/assign/index.cjs +1 -0
  148. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/assign/index.js +10 -0
  149. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/defaultLocale/index.cjs +1 -0
  150. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/defaultLocale/index.js +4 -0
  151. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/defaultOptions/index.cjs +1 -0
  152. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/defaultOptions/index.js +7 -0
  153. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/formatters/index.cjs +1 -0
  154. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/formatters/index.js +574 -0
  155. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/lightFormatters/index.cjs +1 -0
  156. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/lightFormatters/index.js +58 -0
  157. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/longFormatters/index.cjs +1 -0
  158. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/longFormatters/index.js +77 -0
  159. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.cjs +1 -0
  160. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.js +7 -0
  161. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCDayOfYear/index.cjs +1 -0
  162. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCDayOfYear/index.js +13 -0
  163. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCISOWeek/index.cjs +1 -0
  164. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCISOWeek/index.js +13 -0
  165. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCISOWeekYear/index.cjs +1 -0
  166. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCISOWeekYear/index.js +15 -0
  167. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCWeek/index.cjs +1 -0
  168. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCWeek/index.js +13 -0
  169. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCWeekYear/index.cjs +1 -0
  170. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCWeekYear/index.js +21 -0
  171. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/protectedTokens/index.cjs +1 -0
  172. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/protectedTokens/index.js +22 -0
  173. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/requiredArgs/index.cjs +1 -0
  174. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/requiredArgs/index.js +7 -0
  175. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCDay/index.cjs +1 -0
  176. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCDay/index.js +16 -0
  177. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCISODay/index.cjs +1 -0
  178. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCISODay/index.js +13 -0
  179. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCISOWeek/index.cjs +1 -0
  180. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCISOWeek/index.js +12 -0
  181. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCWeek/index.cjs +1 -0
  182. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCWeek/index.js +12 -0
  183. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCISOWeek/index.cjs +1 -0
  184. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCISOWeek/index.js +10 -0
  185. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCISOWeekYear/index.cjs +1 -0
  186. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCISOWeekYear/index.js +13 -0
  187. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCWeek/index.cjs +1 -0
  188. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCWeek/index.js +16 -0
  189. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCWeekYear/index.cjs +1 -0
  190. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCWeekYear/index.js +16 -0
  191. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/toInteger/index.cjs +1 -0
  192. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/toInteger/index.js +9 -0
  193. package/dist/prometheus-framework/node_modules/date-fns/esm/add/index.cjs +1 -0
  194. package/dist/prometheus-framework/node_modules/date-fns/esm/add/index.js +15 -0
  195. package/dist/prometheus-framework/node_modules/date-fns/esm/addDays/index.cjs +1 -0
  196. package/dist/prometheus-framework/node_modules/date-fns/esm/addDays/index.js +11 -0
  197. package/dist/prometheus-framework/node_modules/date-fns/esm/addMilliseconds/index.cjs +1 -0
  198. package/dist/prometheus-framework/node_modules/date-fns/esm/addMilliseconds/index.js +11 -0
  199. package/dist/prometheus-framework/node_modules/date-fns/esm/addMonths/index.cjs +1 -0
  200. package/dist/prometheus-framework/node_modules/date-fns/esm/addMonths/index.js +18 -0
  201. package/dist/prometheus-framework/node_modules/date-fns/esm/addQuarters/index.cjs +1 -0
  202. package/dist/prometheus-framework/node_modules/date-fns/esm/addQuarters/index.js +11 -0
  203. package/dist/prometheus-framework/node_modules/date-fns/esm/addYears/index.cjs +1 -0
  204. package/dist/prometheus-framework/node_modules/date-fns/esm/addYears/index.js +11 -0
  205. package/dist/prometheus-framework/node_modules/date-fns/esm/constants/index.cjs +1 -0
  206. package/dist/prometheus-framework/node_modules/date-fns/esm/constants/index.js +6 -0
  207. package/dist/prometheus-framework/node_modules/date-fns/esm/differenceInCalendarDays/index.cjs +1 -0
  208. package/dist/prometheus-framework/node_modules/date-fns/esm/differenceInCalendarDays/index.js +12 -0
  209. package/dist/prometheus-framework/node_modules/date-fns/esm/eachDayOfInterval/index.cjs +1 -0
  210. package/dist/prometheus-framework/node_modules/date-fns/esm/eachDayOfInterval/index.js +20 -0
  211. package/dist/prometheus-framework/node_modules/date-fns/esm/eachQuarterOfInterval/index.cjs +1 -0
  212. package/dist/prometheus-framework/node_modules/date-fns/esm/eachQuarterOfInterval/index.js +18 -0
  213. package/dist/prometheus-framework/node_modules/date-fns/esm/endOfQuarter/index.cjs +1 -0
  214. package/dist/prometheus-framework/node_modules/date-fns/esm/endOfQuarter/index.js +10 -0
  215. package/dist/prometheus-framework/node_modules/date-fns/esm/endOfWeek/index.cjs +1 -0
  216. package/dist/prometheus-framework/node_modules/date-fns/esm/endOfWeek/index.js +16 -0
  217. package/dist/prometheus-framework/node_modules/date-fns/esm/endOfYear/index.cjs +1 -0
  218. package/dist/prometheus-framework/node_modules/date-fns/esm/endOfYear/index.js +10 -0
  219. package/dist/prometheus-framework/node_modules/date-fns/esm/format/index.cjs +1 -0
  220. package/dist/prometheus-framework/node_modules/date-fns/esm/format/index.js +62 -0
  221. package/dist/prometheus-framework/node_modules/date-fns/esm/getDay/index.cjs +1 -0
  222. package/dist/prometheus-framework/node_modules/date-fns/esm/getDay/index.js +10 -0
  223. package/dist/prometheus-framework/node_modules/date-fns/esm/getDaysInMonth/index.cjs +1 -0
  224. package/dist/prometheus-framework/node_modules/date-fns/esm/getDaysInMonth/index.js +10 -0
  225. package/dist/prometheus-framework/node_modules/date-fns/esm/getHours/index.cjs +1 -0
  226. package/dist/prometheus-framework/node_modules/date-fns/esm/getHours/index.js +10 -0
  227. package/dist/prometheus-framework/node_modules/date-fns/esm/getISOWeek/index.cjs +1 -0
  228. package/dist/prometheus-framework/node_modules/date-fns/esm/getISOWeek/index.js +13 -0
  229. package/dist/prometheus-framework/node_modules/date-fns/esm/getISOWeekYear/index.cjs +1 -0
  230. package/dist/prometheus-framework/node_modules/date-fns/esm/getISOWeekYear/index.js +15 -0
  231. package/dist/prometheus-framework/node_modules/date-fns/esm/getMinutes/index.cjs +1 -0
  232. package/dist/prometheus-framework/node_modules/date-fns/esm/getMinutes/index.js +10 -0
  233. package/dist/prometheus-framework/node_modules/date-fns/esm/getMonth/index.cjs +1 -0
  234. package/dist/prometheus-framework/node_modules/date-fns/esm/getMonth/index.js +10 -0
  235. package/dist/prometheus-framework/node_modules/date-fns/esm/getSeconds/index.cjs +1 -0
  236. package/dist/prometheus-framework/node_modules/date-fns/esm/getSeconds/index.js +10 -0
  237. package/dist/prometheus-framework/node_modules/date-fns/esm/getWeek/index.cjs +1 -0
  238. package/dist/prometheus-framework/node_modules/date-fns/esm/getWeek/index.js +13 -0
  239. package/dist/prometheus-framework/node_modules/date-fns/esm/getWeekYear/index.cjs +1 -0
  240. package/dist/prometheus-framework/node_modules/date-fns/esm/getWeekYear/index.js +21 -0
  241. package/dist/prometheus-framework/node_modules/date-fns/esm/getYear/index.cjs +1 -0
  242. package/dist/prometheus-framework/node_modules/date-fns/esm/getYear/index.js +8 -0
  243. package/dist/prometheus-framework/node_modules/date-fns/esm/isAfter/index.cjs +1 -0
  244. package/dist/prometheus-framework/node_modules/date-fns/esm/isAfter/index.js +10 -0
  245. package/dist/prometheus-framework/node_modules/date-fns/esm/isBefore/index.cjs +1 -0
  246. package/dist/prometheus-framework/node_modules/date-fns/esm/isBefore/index.js +10 -0
  247. package/dist/prometheus-framework/node_modules/date-fns/esm/isDate/index.cjs +1 -0
  248. package/dist/prometheus-framework/node_modules/date-fns/esm/isDate/index.js +8 -0
  249. package/dist/prometheus-framework/node_modules/date-fns/esm/isEqual/index.cjs +1 -0
  250. package/dist/prometheus-framework/node_modules/date-fns/esm/isEqual/index.js +10 -0
  251. package/dist/prometheus-framework/node_modules/date-fns/esm/isSameQuarter/index.cjs +1 -0
  252. package/dist/prometheus-framework/node_modules/date-fns/esm/isSameQuarter/index.js +10 -0
  253. package/dist/prometheus-framework/node_modules/date-fns/esm/isValid/index.cjs +1 -0
  254. package/dist/prometheus-framework/node_modules/date-fns/esm/isValid/index.js +12 -0
  255. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.cjs +1 -0
  256. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.js +9 -0
  257. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.cjs +1 -0
  258. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.js +17 -0
  259. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.cjs +1 -0
  260. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.js +31 -0
  261. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.cjs +1 -0
  262. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.js +20 -0
  263. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatDistance/index.cjs +1 -0
  264. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatDistance/index.js +70 -0
  265. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatLong/index.cjs +1 -0
  266. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatLong/index.js +34 -0
  267. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatRelative/index.cjs +1 -0
  268. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatRelative/index.js +14 -0
  269. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/localize/index.cjs +1 -0
  270. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/localize/index.js +124 -0
  271. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/match/index.cjs +1 -0
  272. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/match/index.js +89 -0
  273. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/index.cjs +1 -0
  274. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/index.js +21 -0
  275. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/Parser.cjs +1 -0
  276. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/Parser.js +27 -0
  277. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/Setter.cjs +1 -0
  278. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/Setter.js +59 -0
  279. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/constants.cjs +1 -0
  280. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/constants.js +49 -0
  281. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/AMPMMidnightParser.cjs +1 -0
  282. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/AMPMMidnightParser.js +61 -0
  283. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/AMPMParser.cjs +1 -0
  284. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/AMPMParser.js +61 -0
  285. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DateParser.cjs +1 -0
  286. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DateParser.js +49 -0
  287. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayOfYearParser.cjs +1 -0
  288. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayOfYearParser.js +50 -0
  289. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayParser.cjs +1 -0
  290. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayParser.js +80 -0
  291. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayPeriodParser.cjs +1 -0
  292. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayPeriodParser.js +61 -0
  293. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/EraParser.cjs +1 -0
  294. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/EraParser.js +54 -0
  295. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ExtendedYearParser.cjs +1 -0
  296. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ExtendedYearParser.js +33 -0
  297. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/FractionOfSecondParser.cjs +1 -0
  298. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/FractionOfSecondParser.js +36 -0
  299. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour0To11Parser.cjs +1 -0
  300. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour0To11Parser.js +49 -0
  301. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour0to23Parser.cjs +1 -0
  302. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour0to23Parser.js +48 -0
  303. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour1To24Parser.cjs +1 -0
  304. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour1To24Parser.js +49 -0
  305. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour1to12Parser.cjs +1 -0
  306. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour1to12Parser.js +49 -0
  307. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISODayParser.cjs +1 -0
  308. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISODayParser.js +89 -0
  309. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneParser.cjs +1 -0
  310. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneParser.js +46 -0
  311. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneWithZParser.cjs +1 -0
  312. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneWithZParser.js +46 -0
  313. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekParser.cjs +1 -0
  314. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekParser.js +50 -0
  315. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekYearParser.cjs +1 -0
  316. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekYearParser.js +35 -0
  317. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalDayParser.cjs +1 -0
  318. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalDayParser.js +90 -0
  319. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekParser.cjs +1 -0
  320. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekParser.js +50 -0
  321. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekYearParser.cjs +1 -0
  322. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekYearParser.js +61 -0
  323. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/MinuteParser.cjs +1 -0
  324. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/MinuteParser.js +48 -0
  325. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/MonthParser.cjs +1 -0
  326. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/MonthParser.js +76 -0
  327. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/QuarterParser.cjs +1 -0
  328. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/QuarterParser.js +71 -0
  329. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/SecondParser.cjs +1 -0
  330. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/SecondParser.js +48 -0
  331. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneLocalDayParser.cjs +1 -0
  332. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneLocalDayParser.js +90 -0
  333. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneMonthParser.cjs +1 -0
  334. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneMonthParser.js +76 -0
  335. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneQuarterParser.cjs +1 -0
  336. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
  337. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/TimestampMillisecondsParser.cjs +1 -0
  338. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/TimestampMillisecondsParser.js +35 -0
  339. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/TimestampSecondsParser.cjs +1 -0
  340. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/TimestampSecondsParser.js +35 -0
  341. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/YearParser.cjs +1 -0
  342. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/YearParser.js +59 -0
  343. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/index.cjs +1 -0
  344. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/index.js +67 -0
  345. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/utils.cjs +1 -0
  346. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/utils.js +102 -0
  347. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/index.cjs +1 -0
  348. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/index.js +128 -0
  349. package/dist/prometheus-framework/node_modules/date-fns/esm/parseISO/index.cjs +1 -0
  350. package/dist/prometheus-framework/node_modules/date-fns/esm/parseISO/index.js +120 -0
  351. package/dist/prometheus-framework/node_modules/date-fns/esm/set/index.cjs +1 -0
  352. package/dist/prometheus-framework/node_modules/date-fns/esm/set/index.js +14 -0
  353. package/dist/prometheus-framework/node_modules/date-fns/esm/setHours/index.cjs +1 -0
  354. package/dist/prometheus-framework/node_modules/date-fns/esm/setHours/index.js +11 -0
  355. package/dist/prometheus-framework/node_modules/date-fns/esm/setMilliseconds/index.cjs +1 -0
  356. package/dist/prometheus-framework/node_modules/date-fns/esm/setMilliseconds/index.js +11 -0
  357. package/dist/prometheus-framework/node_modules/date-fns/esm/setMinutes/index.cjs +1 -0
  358. package/dist/prometheus-framework/node_modules/date-fns/esm/setMinutes/index.js +11 -0
  359. package/dist/prometheus-framework/node_modules/date-fns/esm/setMonth/index.cjs +1 -0
  360. package/dist/prometheus-framework/node_modules/date-fns/esm/setMonth/index.js +14 -0
  361. package/dist/prometheus-framework/node_modules/date-fns/esm/setSeconds/index.cjs +1 -0
  362. package/dist/prometheus-framework/node_modules/date-fns/esm/setSeconds/index.js +11 -0
  363. package/dist/prometheus-framework/node_modules/date-fns/esm/setYear/index.cjs +1 -0
  364. package/dist/prometheus-framework/node_modules/date-fns/esm/setYear/index.js +11 -0
  365. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfDay/index.cjs +1 -0
  366. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfDay/index.js +10 -0
  367. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfISOWeek/index.cjs +1 -0
  368. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfISOWeek/index.js +10 -0
  369. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfISOWeekYear/index.cjs +1 -0
  370. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfISOWeekYear/index.js +13 -0
  371. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfQuarter/index.cjs +1 -0
  372. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfQuarter/index.js +10 -0
  373. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfWeek/index.cjs +1 -0
  374. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfWeek/index.js +16 -0
  375. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfWeekYear/index.cjs +1 -0
  376. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfWeekYear/index.js +16 -0
  377. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfYear/index.cjs +1 -0
  378. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfYear/index.js +10 -0
  379. package/dist/prometheus-framework/node_modules/date-fns/esm/sub/index.cjs +1 -0
  380. package/dist/prometheus-framework/node_modules/date-fns/esm/sub/index.js +14 -0
  381. package/dist/prometheus-framework/node_modules/date-fns/esm/subDays/index.cjs +1 -0
  382. package/dist/prometheus-framework/node_modules/date-fns/esm/subDays/index.js +11 -0
  383. package/dist/prometheus-framework/node_modules/date-fns/esm/subMilliseconds/index.cjs +1 -0
  384. package/dist/prometheus-framework/node_modules/date-fns/esm/subMilliseconds/index.js +11 -0
  385. package/dist/prometheus-framework/node_modules/date-fns/esm/subMonths/index.cjs +1 -0
  386. package/dist/prometheus-framework/node_modules/date-fns/esm/subMonths/index.js +11 -0
  387. package/dist/prometheus-framework/node_modules/date-fns/esm/subYears/index.cjs +1 -0
  388. package/dist/prometheus-framework/node_modules/date-fns/esm/subYears/index.js +11 -0
  389. package/dist/prometheus-framework/node_modules/date-fns/esm/toDate/index.cjs +1 -0
  390. package/dist/prometheus-framework/node_modules/date-fns/esm/toDate/index.js +10 -0
  391. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/ParseError.cjs +1 -0
  392. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/ParseError.js +113 -0
  393. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/PhoneNumber.cjs +1 -0
  394. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/PhoneNumber.js +150 -0
  395. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/constants.cjs +1 -0
  396. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/constants.js +10 -0
  397. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/format.cjs +2 -0
  398. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/format.js +134 -0
  399. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/RFC3966.cjs +1 -0
  400. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +11 -0
  401. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.cjs +1 -0
  402. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +7 -0
  403. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.cjs +1 -0
  404. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +22 -0
  405. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.cjs +1 -0
  406. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +11 -0
  407. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.cjs +1 -0
  408. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +18 -0
  409. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.cjs +1 -0
  410. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +47 -0
  411. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.cjs +1 -0
  412. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +22 -0
  413. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.cjs +1 -0
  414. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +23 -0
  415. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.cjs +1 -0
  416. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +35 -0
  417. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.cjs +1 -0
  418. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +31 -0
  419. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.cjs +1 -0
  420. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +23 -0
  421. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.cjs +1 -0
  422. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +27 -0
  423. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.cjs +1 -0
  424. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +17 -0
  425. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.cjs +2 -0
  426. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +58 -0
  427. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.cjs +1 -0
  428. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +12 -0
  429. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getNumberType.cjs +2 -0
  430. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +56 -0
  431. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.cjs +1 -0
  432. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +14 -0
  433. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.cjs +1 -0
  434. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +20 -0
  435. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.cjs +1 -0
  436. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +6 -0
  437. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/mergeArrays.cjs +2 -0
  438. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +43 -0
  439. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/parseDigits.cjs +1 -0
  440. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +79 -0
  441. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.cjs +1 -0
  442. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +19 -0
  443. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/isPossible.cjs +1 -0
  444. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/isPossible.js +38 -0
  445. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/isValid.cjs +1 -0
  446. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/isValid.js +12 -0
  447. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/metadata.cjs +1 -0
  448. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/metadata.js +461 -0
  449. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/normalizeArguments.cjs +2 -0
  450. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/normalizeArguments.js +106 -0
  451. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parse.cjs +1 -0
  452. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parse.js +121 -0
  453. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.cjs +2 -0
  454. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +46 -0
  455. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumber.cjs +1 -0
  456. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +9 -0
  457. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.cjs +1 -0
  458. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +33 -0
  459. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumber_.cjs +1 -0
  460. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +41 -0
  461. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/tools/semver-compare.cjs +1 -0
  462. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/tools/semver-compare.js +18 -0
  463. package/dist/prometheus-framework/node_modules/libphonenumber-js/metadata.min.json.cjs +1 -0
  464. package/dist/prometheus-framework/node_modules/libphonenumber-js/metadata.min.json.js +4 -0
  465. package/dist/prometheus-framework/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.cjs +1 -0
  466. package/dist/prometheus-framework/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js +8 -0
  467. package/dist/prometheus-framework/node_modules/libphonenumber-js/min/exports/withMetadataArgument.cjs +1 -0
  468. package/dist/prometheus-framework/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js +8 -0
  469. package/dist/prometheus-framework/src/components/Address/Address.vue.cjs +1 -0
  470. package/dist/prometheus-framework/src/components/Address/Address.vue.js +82 -0
  471. package/dist/prometheus-framework/src/components/Address/Address.vue2.cjs +1 -0
  472. package/dist/prometheus-framework/src/components/Address/Address.vue2.js +4 -0
  473. package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue.cjs +1 -0
  474. package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue.js +4 -0
  475. package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue2.cjs +1 -0
  476. package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue2.js +64 -0
  477. package/dist/prometheus-framework/src/components/Button/Button.vue.cjs +1 -0
  478. package/dist/prometheus-framework/src/components/Button/Button.vue.js +4 -0
  479. package/dist/prometheus-framework/src/components/Button/Button.vue2.cjs +1 -0
  480. package/dist/prometheus-framework/src/components/Button/Button.vue2.js +226 -0
  481. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.cjs +1 -0
  482. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.js +63 -0
  483. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.cjs +1 -0
  484. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.js +4 -0
  485. package/dist/prometheus-framework/src/components/Chips/Chips.vue.cjs +1 -0
  486. package/dist/prometheus-framework/src/components/Chips/Chips.vue.js +16 -0
  487. package/dist/prometheus-framework/src/components/DatePicker/DatePicker.vue.cjs +1 -0
  488. package/dist/prometheus-framework/src/components/DatePicker/DatePicker.vue.js +67 -0
  489. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.cjs +1 -0
  490. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.js +51 -0
  491. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.cjs +1 -0
  492. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.js +4 -0
  493. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.cjs +1 -0
  494. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.js +54 -0
  495. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue2.cjs +1 -0
  496. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue2.js +4 -0
  497. package/dist/prometheus-framework/src/components/EmptyState/EmptyState.vue.cjs +1 -0
  498. package/dist/prometheus-framework/src/components/EmptyState/EmptyState.vue.js +36 -0
  499. package/dist/prometheus-framework/src/components/Field/Field.vue.cjs +1 -0
  500. package/dist/prometheus-framework/src/components/Field/Field.vue.js +4 -0
  501. package/dist/prometheus-framework/src/components/Field/Field.vue2.cjs +1 -0
  502. package/dist/prometheus-framework/src/components/Field/Field.vue2.js +75 -0
  503. package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.cjs +1 -0
  504. package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.js +92 -0
  505. package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue.cjs +1 -0
  506. package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue.js +592 -0
  507. package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue2.cjs +1 -0
  508. package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue2.js +4 -0
  509. package/dist/prometheus-framework/src/components/FieldPhone/all-countries.cjs +1 -0
  510. package/dist/prometheus-framework/src/components/FieldPhone/all-countries.js +11 -0
  511. package/dist/prometheus-framework/src/components/FieldPhone/click-outside.cjs +2 -0
  512. package/dist/prometheus-framework/src/components/FieldPhone/click-outside.js +19 -0
  513. package/dist/prometheus-framework/src/components/FieldPhone/utils.cjs +1 -0
  514. package/dist/prometheus-framework/src/components/FieldPhone/utils.js +259 -0
  515. package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue.cjs +1 -0
  516. package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue.js +54 -0
  517. package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue2.cjs +1 -0
  518. package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue2.js +4 -0
  519. package/dist/prometheus-framework/src/components/FieldTags/FieldTags.vue.cjs +1 -0
  520. package/dist/prometheus-framework/src/components/FieldTags/FieldTags.vue.js +188 -0
  521. package/dist/prometheus-framework/src/components/FieldTags/create-tags.cjs +1 -0
  522. package/dist/prometheus-framework/src/components/FieldTags/create-tags.js +31 -0
  523. package/dist/prometheus-framework/src/components/FieldTags/tag-input.vue.cjs +1 -0
  524. package/dist/prometheus-framework/src/components/FieldTags/tag-input.vue.js +4 -0
  525. package/dist/prometheus-framework/src/components/FieldTags/tag-input.vue2.cjs +1 -0
  526. package/dist/prometheus-framework/src/components/FieldTags/tag-input.vue2.js +30 -0
  527. package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.cjs +1 -0
  528. package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.js +231 -0
  529. package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.props.cjs +1 -0
  530. package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.props.js +315 -0
  531. package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.scss.cjs +1 -0
  532. package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.scss.js +4 -0
  533. package/dist/prometheus-framework/src/components/Footer/Footer.vue.cjs +1 -0
  534. package/dist/prometheus-framework/src/components/Footer/Footer.vue.js +130 -0
  535. package/dist/prometheus-framework/src/components/Footer/Footer.vue2.cjs +1 -0
  536. package/dist/prometheus-framework/src/components/Footer/Footer.vue2.js +4 -0
  537. package/dist/prometheus-framework/src/components/Loader/Loader.vue.cjs +1 -0
  538. package/dist/prometheus-framework/src/components/Loader/Loader.vue.js +4 -0
  539. package/dist/prometheus-framework/src/components/Loader/Loader.vue2.cjs +1 -0
  540. package/dist/prometheus-framework/src/components/Loader/Loader.vue2.js +41 -0
  541. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue.cjs +1 -0
  542. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue.js +100 -0
  543. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue2.cjs +1 -0
  544. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue2.js +4 -0
  545. package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue.cjs +1 -0
  546. package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue.js +62 -0
  547. package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue2.cjs +1 -0
  548. package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue2.js +4 -0
  549. package/dist/prometheus-framework/src/components/Map/Map.vue.cjs +1 -0
  550. package/dist/prometheus-framework/src/components/Map/Map.vue.js +4 -0
  551. package/dist/prometheus-framework/src/components/Map/Map.vue2.cjs +1 -0
  552. package/dist/prometheus-framework/src/components/Map/Map.vue2.js +37 -0
  553. package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -0
  554. package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +74 -0
  555. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -0
  556. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +4 -0
  557. package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +1 -0
  558. package/dist/prometheus-framework/src/components/Select/Select.vue.js +80 -0
  559. package/dist/prometheus-framework/src/components/Select/Select.vue2.cjs +1 -0
  560. package/dist/prometheus-framework/src/components/Select/Select.vue2.js +4 -0
  561. package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue.cjs +1 -0
  562. package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue.js +420 -0
  563. package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue2.cjs +1 -0
  564. package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue2.js +4 -0
  565. package/dist/prometheus-framework/src/components/SelectMulti/multiselectMixin.cjs +1 -0
  566. package/dist/prometheus-framework/src/components/SelectMulti/multiselectMixin.js +544 -0
  567. package/dist/prometheus-framework/src/components/SelectMulti/pointerMixin.cjs +1 -0
  568. package/dist/prometheus-framework/src/components/SelectMulti/pointerMixin.js +84 -0
  569. package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue.cjs +1 -0
  570. package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue.js +4 -0
  571. package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue2.cjs +1 -0
  572. package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue2.js +36 -0
  573. package/dist/prometheus-framework/src/components/Tab/Tab.vue.cjs +1 -0
  574. package/dist/prometheus-framework/src/components/Tab/Tab.vue.js +4 -0
  575. package/dist/prometheus-framework/src/components/Tab/Tab.vue2.cjs +1 -0
  576. package/dist/prometheus-framework/src/components/Tab/Tab.vue2.js +46 -0
  577. package/dist/prometheus-framework/src/components/Text/Text.vue.cjs +1 -0
  578. package/dist/prometheus-framework/src/components/Text/Text.vue.js +27 -0
  579. package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.cjs +1 -0
  580. package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.js +83 -0
  581. package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs +1 -0
  582. package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +58 -0
  583. package/dist/prometheus-framework/src/modules/auth/auth.client.cjs +1 -0
  584. package/dist/prometheus-framework/src/modules/auth/auth.client.js +26 -0
  585. package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.cjs +1 -0
  586. package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.js +43 -0
  587. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.cjs +1 -0
  588. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.js +121 -0
  589. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue2.cjs +1 -0
  590. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue2.js +47 -0
  591. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.cjs +1 -0
  592. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +95 -0
  593. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue2.cjs +1 -0
  594. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue2.js +4 -0
  595. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue3.cjs +1 -0
  596. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue3.js +71 -0
  597. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.cjs +1 -0
  598. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.js +70 -0
  599. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue2.cjs +1 -0
  600. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue2.js +4 -0
  601. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.cjs +1 -0
  602. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.js +120 -0
  603. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue2.cjs +1 -0
  604. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue2.js +4 -0
  605. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue3.cjs +1 -0
  606. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue3.js +87 -0
  607. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -0
  608. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +161 -0
  609. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue2.cjs +1 -0
  610. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue2.js +4 -0
  611. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue3.cjs +1 -0
  612. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue3.js +119 -0
  613. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.cjs +1 -0
  614. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +132 -0
  615. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue2.cjs +1 -0
  616. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue2.js +4 -0
  617. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue3.cjs +1 -0
  618. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue3.js +95 -0
  619. package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue.cjs +1 -0
  620. package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue.js +91 -0
  621. package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue2.cjs +1 -0
  622. package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue2.js +4 -0
  623. package/dist/prometheus-framework/src/modules/auth/router/auth.cjs +1 -0
  624. package/dist/prometheus-framework/src/modules/auth/router/auth.js +118 -0
  625. package/dist/prometheus-framework/src/modules/auth/store/auth.cjs +1 -0
  626. package/dist/prometheus-framework/src/modules/auth/store/auth.js +172 -0
  627. package/dist/prometheus-framework/src/modules/auth/store/invites.cjs +1 -0
  628. package/dist/prometheus-framework/src/modules/auth/store/invites.js +54 -0
  629. package/dist/prometheus-framework/src/modules/auth/store/twofa.cjs +1 -0
  630. package/dist/prometheus-framework/src/modules/auth/store/twofa.js +30 -0
  631. package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.cjs +1 -0
  632. package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.js +4 -0
  633. package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue.cjs +1 -0
  634. package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue.js +35 -0
  635. package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue2.cjs +1 -0
  636. package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue2.js +4 -0
  637. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -0
  638. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +150 -0
  639. package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.cjs +1 -0
  640. package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.js +231 -0
  641. package/dist/prometheus-framework/src/modules/community/community.client.cjs +1 -0
  642. package/dist/prometheus-framework/src/modules/community/community.client.js +32 -0
  643. package/dist/prometheus-framework/src/modules/community/components/blocks/Activity.vue.cjs +1 -0
  644. package/dist/prometheus-framework/src/modules/community/components/blocks/Activity.vue.js +49 -0
  645. package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.cjs +1 -0
  646. package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.js +84 -0
  647. package/dist/prometheus-framework/src/modules/community/components/blocks/FooterBlogpost.vue.cjs +1 -0
  648. package/dist/prometheus-framework/src/modules/community/components/blocks/FooterBlogpost.vue.js +60 -0
  649. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -0
  650. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +69 -0
  651. package/dist/prometheus-framework/src/modules/community/components/pages/Blog.vue.cjs +1 -0
  652. package/dist/prometheus-framework/src/modules/community/components/pages/Blog.vue.js +42 -0
  653. package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.cjs +1 -0
  654. package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.js +98 -0
  655. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.cjs +1 -0
  656. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.js +67 -0
  657. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue2.cjs +1 -0
  658. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue2.js +4 -0
  659. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -0
  660. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +193 -0
  661. package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.cjs +1 -0
  662. package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.js +79 -0
  663. package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.cjs +1 -0
  664. package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.js +125 -0
  665. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.cjs +1 -0
  666. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.js +24 -0
  667. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue2.cjs +1 -0
  668. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue2.js +4 -0
  669. package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.cjs +1 -0
  670. package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.js +49 -0
  671. package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue2.cjs +1 -0
  672. package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue2.js +4 -0
  673. package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue.cjs +1 -0
  674. package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue.js +36 -0
  675. package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue2.cjs +1 -0
  676. package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue2.js +4 -0
  677. package/dist/prometheus-framework/src/modules/community/router/blogposts.cjs +1 -0
  678. package/dist/prometheus-framework/src/modules/community/router/blogposts.js +76 -0
  679. package/dist/prometheus-framework/src/modules/community/store/blogposts.cjs +1 -0
  680. package/dist/prometheus-framework/src/modules/community/store/blogposts.js +104 -0
  681. package/dist/prometheus-framework/src/modules/community/store/reactions.cjs +1 -0
  682. package/dist/prometheus-framework/src/modules/community/store/reactions.js +61 -0
  683. package/dist/prometheus-framework/src/modules/constructor/components/elements/Bullets.vue.cjs +2 -0
  684. package/dist/prometheus-framework/src/modules/constructor/components/elements/Bullets.vue.js +46 -0
  685. package/dist/prometheus-framework/src/modules/constructor/components/elements/Caption.vue.cjs +2 -0
  686. package/dist/prometheus-framework/src/modules/constructor/components/elements/Caption.vue.js +45 -0
  687. package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue.cjs +4 -0
  688. package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue.js +64 -0
  689. package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue2.cjs +1 -0
  690. package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue2.js +4 -0
  691. package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.cjs +1 -0
  692. package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.js +23 -0
  693. package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.cjs +1 -0
  694. package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.js +67 -0
  695. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +4 -0
  696. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +63 -0
  697. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +1 -0
  698. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +4 -0
  699. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -0
  700. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +133 -0
  701. package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.cjs +1 -0
  702. package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.js +126 -0
  703. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.cjs +1 -0
  704. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.js +73 -0
  705. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue2.cjs +1 -0
  706. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue2.js +4 -0
  707. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.cjs +1 -0
  708. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.js +69 -0
  709. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -0
  710. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +225 -0
  711. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue2.cjs +1 -0
  712. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue2.js +4 -0
  713. package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.cjs +1 -0
  714. package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.js +107 -0
  715. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +1 -0
  716. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +31 -0
  717. package/dist/prometheus-framework/src/modules/events/components/sections/Feed.vue.cjs +1 -0
  718. package/dist/prometheus-framework/src/modules/events/components/sections/Feed.vue.js +140 -0
  719. package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.cjs +1 -0
  720. package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.js +97 -0
  721. package/dist/prometheus-framework/src/modules/events/components/sections/List.vue2.cjs +1 -0
  722. package/dist/prometheus-framework/src/modules/events/components/sections/List.vue2.js +4 -0
  723. package/dist/prometheus-framework/src/modules/events/events.client.cjs +1 -0
  724. package/dist/prometheus-framework/src/modules/events/events.client.js +20 -0
  725. package/dist/prometheus-framework/src/modules/events/router/events.cjs +1 -0
  726. package/dist/prometheus-framework/src/modules/events/router/events.js +71 -0
  727. package/dist/prometheus-framework/src/modules/events/store/events.cjs +1 -0
  728. package/dist/prometheus-framework/src/modules/events/store/events.js +97 -0
  729. package/dist/prometheus-framework/src/modules/events/store/tickets.cjs +1 -0
  730. package/dist/prometheus-framework/src/modules/events/store/tickets.js +61 -0
  731. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -0
  732. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +214 -0
  733. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue2.cjs +1 -0
  734. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue2.js +4 -0
  735. package/dist/prometheus-framework/src/modules/gallery/store/gallery.cjs +1 -0
  736. package/dist/prometheus-framework/src/modules/gallery/store/gallery.js +49 -0
  737. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -0
  738. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +141 -0
  739. package/dist/prometheus-framework/src/modules/globals/components/layouts/Empty.vue.cjs +1 -0
  740. package/dist/prometheus-framework/src/modules/globals/components/layouts/Empty.vue.js +16 -0
  741. package/dist/prometheus-framework/src/modules/globals/components/sections/Feed.vue.cjs +1 -0
  742. package/dist/prometheus-framework/src/modules/globals/components/sections/Feed.vue.js +112 -0
  743. package/dist/prometheus-framework/src/modules/globals/globals.client.cjs +1 -0
  744. package/dist/prometheus-framework/src/modules/globals/globals.client.js +8 -0
  745. package/dist/prometheus-framework/src/modules/globals/localization/methods/get-browser-locale.cjs +1 -0
  746. package/dist/prometheus-framework/src/modules/globals/localization/methods/get-browser-locale.js +7 -0
  747. package/dist/prometheus-framework/src/modules/globals/localization/vue-i18n.cjs +1 -0
  748. package/dist/prometheus-framework/src/modules/globals/localization/vue-i18n.js +20 -0
  749. package/dist/prometheus-framework/src/modules/globals/store/globals.cjs +1 -0
  750. package/dist/prometheus-framework/src/modules/globals/store/globals.js +71 -0
  751. package/dist/prometheus-framework/src/modules/icons/entities/IconCommunity.vue.cjs +1 -0
  752. package/dist/prometheus-framework/src/modules/icons/entities/IconCommunity.vue.js +33 -0
  753. package/dist/prometheus-framework/src/modules/icons/entities/IconEvents.vue.cjs +1 -0
  754. package/dist/prometheus-framework/src/modules/icons/entities/IconEvents.vue.js +21 -0
  755. package/dist/prometheus-framework/src/modules/icons/entities/IconGroups.vue.cjs +1 -0
  756. package/dist/prometheus-framework/src/modules/icons/entities/IconGroups.vue.js +21 -0
  757. package/dist/prometheus-framework/src/modules/icons/labels/LabelAppStore.vue.cjs +1 -0
  758. package/dist/prometheus-framework/src/modules/icons/labels/LabelAppStore.vue.js +18 -0
  759. package/dist/prometheus-framework/src/modules/icons/labels/LabelGooglePlay.vue.cjs +1 -0
  760. package/dist/prometheus-framework/src/modules/icons/labels/LabelGooglePlay.vue.js +18 -0
  761. package/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.cjs +1 -0
  762. package/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.js +28 -0
  763. package/dist/prometheus-framework/src/modules/icons/navigation/IconCross.vue.cjs +1 -0
  764. package/dist/prometheus-framework/src/modules/icons/navigation/IconCross.vue.js +28 -0
  765. package/dist/prometheus-framework/src/modules/icons/navigation/IconEdit.vue.cjs +1 -0
  766. package/dist/prometheus-framework/src/modules/icons/navigation/IconEdit.vue.js +21 -0
  767. package/dist/prometheus-framework/src/modules/icons/placeholders/PlaceholderUserpic.vue.cjs +1 -0
  768. package/dist/prometheus-framework/src/modules/icons/placeholders/PlaceholderUserpic.vue.js +28 -0
  769. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonBlogpost.vue.cjs +1 -0
  770. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonBlogpost.vue.js +16 -0
  771. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonEvent.vue.cjs +1 -0
  772. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonEvent.vue.js +16 -0
  773. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonEventShort.vue.cjs +1 -0
  774. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonEventShort.vue.js +16 -0
  775. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonOrganization.vue.cjs +1 -0
  776. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonOrganization.vue.js +16 -0
  777. package/dist/prometheus-framework/src/modules/icons/socials/dribbble.vue.cjs +1 -0
  778. package/dist/prometheus-framework/src/modules/icons/socials/dribbble.vue.js +21 -0
  779. package/dist/prometheus-framework/src/modules/icons/socials/facebook.vue.cjs +1 -0
  780. package/dist/prometheus-framework/src/modules/icons/socials/facebook.vue.js +21 -0
  781. package/dist/prometheus-framework/src/modules/icons/socials/instagram.vue.cjs +1 -0
  782. package/dist/prometheus-framework/src/modules/icons/socials/instagram.vue.js +21 -0
  783. package/dist/prometheus-framework/src/modules/icons/socials/line.vue.cjs +1 -0
  784. package/dist/prometheus-framework/src/modules/icons/socials/line.vue.js +23 -0
  785. package/dist/prometheus-framework/src/modules/icons/socials/reddit.vue.cjs +1 -0
  786. package/dist/prometheus-framework/src/modules/icons/socials/reddit.vue.js +21 -0
  787. package/dist/prometheus-framework/src/modules/icons/socials/telegram.vue.cjs +1 -0
  788. package/dist/prometheus-framework/src/modules/icons/socials/telegram.vue.js +29 -0
  789. package/dist/prometheus-framework/src/modules/icons/socials/twitter.vue.cjs +1 -0
  790. package/dist/prometheus-framework/src/modules/icons/socials/twitter.vue.js +21 -0
  791. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.cjs +1 -0
  792. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.js +112 -0
  793. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue2.cjs +1 -0
  794. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue2.js +4 -0
  795. package/dist/prometheus-framework/src/modules/landing/landing.client.cjs +1 -0
  796. package/dist/prometheus-framework/src/modules/landing/landing.client.js +4 -0
  797. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -0
  798. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +62 -0
  799. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue2.cjs +1 -0
  800. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue2.js +4 -0
  801. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Cookies.vue.cjs +1 -0
  802. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Cookies.vue.js +312 -0
  803. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/EULA.vue.cjs +1 -0
  804. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/EULA.vue.js +4210 -0
  805. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Privacy.vue.cjs +1 -0
  806. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Privacy.vue.js +5580 -0
  807. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Terms.vue.cjs +1 -0
  808. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Terms.vue.js +2497 -0
  809. package/dist/prometheus-framework/src/modules/legal/legal.client.cjs +1 -0
  810. package/dist/prometheus-framework/src/modules/legal/legal.client.js +12 -0
  811. package/dist/prometheus-framework/src/modules/legal/router/legal.cjs +1 -0
  812. package/dist/prometheus-framework/src/modules/legal/router/legal.js +75 -0
  813. package/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.cjs +1 -0
  814. package/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.js +24 -0
  815. package/dist/prometheus-framework/src/modules/middlewares/client/inputs.validation.cjs +1 -0
  816. package/dist/prometheus-framework/src/modules/middlewares/client/inputs.validation.js +83 -0
  817. package/dist/prometheus-framework/src/modules/middlewares/client/states.validation.cjs +1 -0
  818. package/dist/prometheus-framework/src/modules/middlewares/client/states.validation.js +13 -0
  819. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.cjs +1 -0
  820. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.js +13 -0
  821. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.cjs +1 -0
  822. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.js +4 -0
  823. package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.cjs +1 -0
  824. package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.js +63 -0
  825. package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.cjs +1 -0
  826. package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.js +111 -0
  827. package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue2.cjs +1 -0
  828. package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue2.js +4 -0
  829. package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue.cjs +1 -0
  830. package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue.js +219 -0
  831. package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue2.cjs +1 -0
  832. package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue2.js +4 -0
  833. package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.cjs +1 -0
  834. package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.js +71 -0
  835. package/dist/prometheus-framework/src/modules/orders/store/orders.cjs +1 -0
  836. package/dist/prometheus-framework/src/modules/orders/store/orders.js +85 -0
  837. package/dist/prometheus-framework/src/modules/orders/store/shopcart.cjs +1 -0
  838. package/dist/prometheus-framework/src/modules/orders/store/shopcart.js +58 -0
  839. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +1 -0
  840. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.js +112 -0
  841. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue2.cjs +1 -0
  842. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue2.js +4 -0
  843. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -0
  844. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +109 -0
  845. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Contacts.vue.cjs +1 -0
  846. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Contacts.vue.js +49 -0
  847. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +1 -0
  848. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +62 -0
  849. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue2.cjs +1 -0
  850. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue2.js +4 -0
  851. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue.cjs +1 -0
  852. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue.js +24 -0
  853. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue2.cjs +1 -0
  854. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue2.js +4 -0
  855. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue.cjs +1 -0
  856. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue.js +57 -0
  857. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue2.cjs +1 -0
  858. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue2.js +4 -0
  859. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EmptyState.vue.cjs +1 -0
  860. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EmptyState.vue.js +36 -0
  861. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Rating.vue.cjs +1 -0
  862. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Rating.vue.js +38 -0
  863. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Socials.vue.cjs +1 -0
  864. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Socials.vue.js +80 -0
  865. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Unit.vue.cjs +1 -0
  866. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Unit.vue.js +61 -0
  867. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue.cjs +1 -0
  868. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue.js +28 -0
  869. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue2.cjs +1 -0
  870. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue2.js +4 -0
  871. package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +1 -0
  872. package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +90 -0
  873. package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.cjs +1 -0
  874. package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.js +72 -0
  875. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -0
  876. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +208 -0
  877. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue2.cjs +1 -0
  878. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue2.js +4 -0
  879. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -0
  880. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +70 -0
  881. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -0
  882. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +120 -0
  883. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue2.cjs +1 -0
  884. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue2.js +4 -0
  885. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -0
  886. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +113 -0
  887. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.cjs +1 -0
  888. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.js +59 -0
  889. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -0
  890. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +118 -0
  891. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -0
  892. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +101 -0
  893. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue2.cjs +1 -0
  894. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue2.js +4 -0
  895. package/dist/prometheus-framework/src/modules/organizations/components/sections/Feed.vue.cjs +1 -0
  896. package/dist/prometheus-framework/src/modules/organizations/components/sections/Feed.vue.js +146 -0
  897. package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.cjs +1 -0
  898. package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.js +57 -0
  899. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -0
  900. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +87 -0
  901. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersList.vue.cjs +1 -0
  902. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersList.vue.js +68 -0
  903. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -0
  904. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +76 -0
  905. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue2.cjs +1 -0
  906. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue2.js +4 -0
  907. package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue.cjs +1 -0
  908. package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue.js +46 -0
  909. package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue2.cjs +1 -0
  910. package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue2.js +4 -0
  911. package/dist/prometheus-framework/src/modules/organizations/components/sections/Unit.vue.cjs +1 -0
  912. package/dist/prometheus-framework/src/modules/organizations/components/sections/Unit.vue.js +4 -0
  913. package/dist/prometheus-framework/src/modules/organizations/organizations.client.cjs +1 -0
  914. package/dist/prometheus-framework/src/modules/organizations/organizations.client.js +60 -0
  915. package/dist/prometheus-framework/src/modules/organizations/router/departments.router.cjs +1 -0
  916. package/dist/prometheus-framework/src/modules/organizations/router/departments.router.js +29 -0
  917. package/dist/prometheus-framework/src/modules/organizations/router/members.router.cjs +1 -0
  918. package/dist/prometheus-framework/src/modules/organizations/router/members.router.js +19 -0
  919. package/dist/prometheus-framework/src/modules/organizations/router/organizations.cjs +1 -0
  920. package/dist/prometheus-framework/src/modules/organizations/router/organizations.js +24 -0
  921. package/dist/prometheus-framework/src/modules/organizations/router/organizations.router.cjs +1 -0
  922. package/dist/prometheus-framework/src/modules/organizations/router/organizations.router.js +38 -0
  923. package/dist/prometheus-framework/src/modules/organizations/router/products.router.cjs +1 -0
  924. package/dist/prometheus-framework/src/modules/organizations/router/products.router.js +24 -0
  925. package/dist/prometheus-framework/src/modules/organizations/store/departments.cjs +1 -0
  926. package/dist/prometheus-framework/src/modules/organizations/store/departments.js +71 -0
  927. package/dist/prometheus-framework/src/modules/organizations/store/invites.cjs +1 -0
  928. package/dist/prometheus-framework/src/modules/organizations/store/invites.js +54 -0
  929. package/dist/prometheus-framework/src/modules/organizations/store/memberships.cjs +1 -0
  930. package/dist/prometheus-framework/src/modules/organizations/store/memberships.js +61 -0
  931. package/dist/prometheus-framework/src/modules/organizations/store/organizations.cjs +1 -0
  932. package/dist/prometheus-framework/src/modules/organizations/store/organizations.js +116 -0
  933. package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue.cjs +1 -0
  934. package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue.js +88 -0
  935. package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue2.cjs +1 -0
  936. package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue2.js +4 -0
  937. package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.cjs +1 -0
  938. package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.js +68 -0
  939. package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue2.cjs +1 -0
  940. package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue2.js +4 -0
  941. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -0
  942. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +80 -0
  943. package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.cjs +1 -0
  944. package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.js +95 -0
  945. package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue2.cjs +1 -0
  946. package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue2.js +4 -0
  947. package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue.cjs +1 -0
  948. package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue.js +110 -0
  949. package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue2.cjs +1 -0
  950. package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue2.js +4 -0
  951. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -0
  952. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +47 -0
  953. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue2.cjs +1 -0
  954. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue2.js +4 -0
  955. package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.cjs +1 -0
  956. package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.js +55 -0
  957. package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue2.cjs +1 -0
  958. package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue2.js +4 -0
  959. package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue.cjs +1 -0
  960. package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue.js +30 -0
  961. package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue2.cjs +1 -0
  962. package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue2.js +4 -0
  963. package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue.cjs +1 -0
  964. package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue.js +80 -0
  965. package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue2.cjs +1 -0
  966. package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue2.js +4 -0
  967. package/dist/prometheus-framework/src/modules/products/components/pages/LeftoverAdd.vue.cjs +1 -0
  968. package/dist/prometheus-framework/src/modules/products/components/pages/LeftoverAdd.vue.js +106 -0
  969. package/dist/prometheus-framework/src/modules/products/components/pages/LeftoverAdd.vue2.cjs +1 -0
  970. package/dist/prometheus-framework/src/modules/products/components/pages/LeftoverAdd.vue2.js +4 -0
  971. package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue.cjs +1 -0
  972. package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue.js +69 -0
  973. package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue2.cjs +1 -0
  974. package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue2.js +4 -0
  975. package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.cjs +1 -0
  976. package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.js +41 -0
  977. package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue2.cjs +1 -0
  978. package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue2.js +4 -0
  979. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -0
  980. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +118 -0
  981. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue2.cjs +1 -0
  982. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue2.js +4 -0
  983. package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.cjs +1 -0
  984. package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.js +52 -0
  985. package/dist/prometheus-framework/src/modules/products/components/pages/ProductsBackoffice.vue.cjs +1 -0
  986. package/dist/prometheus-framework/src/modules/products/components/pages/ProductsBackoffice.vue.js +76 -0
  987. package/dist/prometheus-framework/src/modules/products/components/sections/EditParameters.vue.cjs +1 -0
  988. package/dist/prometheus-framework/src/modules/products/components/sections/EditParameters.vue.js +93 -0
  989. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductImages.vue.cjs +1 -0
  990. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductImages.vue.js +52 -0
  991. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -0
  992. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +51 -0
  993. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -0
  994. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +154 -0
  995. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue2.cjs +1 -0
  996. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue2.js +4 -0
  997. package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.cjs +1 -0
  998. package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.js +73 -0
  999. package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -0
  1000. package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.js +149 -0
  1001. package/dist/prometheus-framework/src/modules/products/store/categories.cjs +1 -0
  1002. package/dist/prometheus-framework/src/modules/products/store/categories.js +62 -0
  1003. package/dist/prometheus-framework/src/modules/products/store/leftovers.cjs +1 -0
  1004. package/dist/prometheus-framework/src/modules/products/store/leftovers.js +67 -0
  1005. package/dist/prometheus-framework/src/modules/products/store/products.cjs +1 -0
  1006. package/dist/prometheus-framework/src/modules/products/store/products.js +107 -0
  1007. package/dist/prometheus-framework/src/modules/reports/components/pages/BackofficeReports.vue.cjs +1 -0
  1008. package/dist/prometheus-framework/src/modules/reports/components/pages/BackofficeReports.vue.js +41 -0
  1009. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -0
  1010. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +99 -0
  1011. package/dist/prometheus-framework/src/modules/reports/reports.client.cjs +1 -0
  1012. package/dist/prometheus-framework/src/modules/reports/reports.client.js +4 -0
  1013. package/dist/prometheus-framework/src/modules/reports/store/reports.cjs +1 -0
  1014. package/dist/prometheus-framework/src/modules/reports/store/reports.js +85 -0
  1015. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.cjs +1 -0
  1016. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.js +121 -0
  1017. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue2.cjs +1 -0
  1018. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue2.js +4 -0
  1019. package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue.cjs +1 -0
  1020. package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue.js +24 -0
  1021. package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue2.cjs +1 -0
  1022. package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue2.js +4 -0
  1023. package/dist/prometheus-framework/src/modules/spots/components/sections/Feed.vue.cjs +1 -0
  1024. package/dist/prometheus-framework/src/modules/spots/components/sections/Feed.vue.js +57 -0
  1025. package/dist/prometheus-framework/src/modules/spots/store/spots.cjs +1 -0
  1026. package/dist/prometheus-framework/src/modules/spots/store/spots.js +71 -0
  1027. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -0
  1028. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +274 -0
  1029. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue2.cjs +1 -0
  1030. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue2.js +4 -0
  1031. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.cjs +1 -0
  1032. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.js +57 -0
  1033. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.cjs +1 -0
  1034. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.js +151 -0
  1035. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue2.cjs +1 -0
  1036. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue2.js +4 -0
  1037. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.cjs +1 -0
  1038. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.js +49 -0
  1039. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileOrganizations.vue.cjs +1 -0
  1040. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileOrganizations.vue.js +59 -0
  1041. package/dist/prometheus-framework/src/modules/users/components/sections/ProfileCompletion.vue.cjs +1 -0
  1042. package/dist/prometheus-framework/src/modules/users/components/sections/ProfileCompletion.vue.js +41 -0
  1043. package/dist/prometheus-framework/src/modules/users/router/users.cjs +1 -0
  1044. package/dist/prometheus-framework/src/modules/users/router/users.js +115 -0
  1045. package/dist/prometheus-framework/src/modules/users/store/users.cjs +1 -0
  1046. package/dist/prometheus-framework/src/modules/users/store/users.js +81 -0
  1047. package/dist/prometheus-framework/src/modules/users/users.client.cjs +1 -0
  1048. package/dist/prometheus-framework/src/modules/users/users.client.js +10 -0
  1049. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.cjs +1 -0
  1050. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.js +95 -0
  1051. package/dist/style.css +1 -1
  1052. package/package.json +31 -27
  1053. package/src/modules/products/components/sections/SectionProduct.vue +0 -1
  1054. package/dist/BackofficeGallery-568b55bb.js +0 -1
  1055. package/dist/BackofficeGallery-b4105137.mjs +0 -306
  1056. package/dist/BackofficeReports-cb4b180d.mjs +0 -44
  1057. package/dist/BackofficeReports-d021871f.js +0 -1
  1058. package/dist/BlockTags-8cddaef7.js +0 -1
  1059. package/dist/BlockTags-ee310572.mjs +0 -853
  1060. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
  1061. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
  1062. package/dist/Button-7643c9aa.js +0 -1
  1063. package/dist/Button-9e1a9284.mjs +0 -226
  1064. package/dist/Button.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
  1065. package/dist/Button.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
  1066. package/dist/ButtonToggleMembership-738720bd.js +0 -1
  1067. package/dist/ButtonToggleMembership-e337e704.mjs +0 -90
  1068. package/dist/CardBlogpost-c7adb0a7.mjs +0 -246
  1069. package/dist/CardBlogpost-f308ff64.js +0 -1
  1070. package/dist/CardOrganization-22beb83d.js +0 -1
  1071. package/dist/CardOrganization-ae384e54.mjs +0 -234
  1072. package/dist/CardProduct-92affca1.js +0 -1
  1073. package/dist/CardProduct-fca53299.mjs +0 -193
  1074. package/dist/Checkbox-5dbe7b23.mjs +0 -62
  1075. package/dist/Checkbox-76f09248.js +0 -1
  1076. package/dist/Chips-edf2b573.js +0 -1
  1077. package/dist/Chips-f06ec38f.mjs +0 -213
  1078. package/dist/Community-04b25965.mjs +0 -130
  1079. package/dist/Community-2f6fee0f.js +0 -1
  1080. package/dist/Dashboard-73b50724.js +0 -1
  1081. package/dist/Dashboard-bc81b5f6.mjs +0 -151
  1082. package/dist/Dropdown-ef2df9a9.mjs +0 -169
  1083. package/dist/Dropdown-f2564c92.js +0 -1
  1084. package/dist/EULA-aba6a807.js +0 -1
  1085. package/dist/EULA-e05236af.mjs +0 -4210
  1086. package/dist/EditOrder-94bbebff.mjs +0 -221
  1087. package/dist/EditOrder-c070d474.js +0 -1
  1088. package/dist/EmptyState-d65bab5b.js +0 -1
  1089. package/dist/EmptyState-e404b05d.mjs +0 -36
  1090. package/dist/Events-41d71b0e.js +0 -1
  1091. package/dist/Events-af7170ed.mjs +0 -134
  1092. package/dist/Feed-04fe1f7a.mjs +0 -361
  1093. package/dist/Feed-23758089.mjs +0 -124
  1094. package/dist/Feed-36e83be3.mjs +0 -156
  1095. package/dist/Feed-5653cf8b.js +0 -1
  1096. package/dist/Feed-5a359bb7.js +0 -1
  1097. package/dist/Feed-6ca0541a.js +0 -1
  1098. package/dist/Feed-98b47c6f.js +0 -1
  1099. package/dist/Feed-d114330c.mjs +0 -112
  1100. package/dist/Field-e2a43424.js +0 -1
  1101. package/dist/Field-e5ad88d3.mjs +0 -75
  1102. package/dist/Field.vue_vue_type_style_index_0_scoped_f4a29b0d_lang-0ea8fbf8.js +0 -1
  1103. package/dist/Field.vue_vue_type_style_index_0_scoped_f4a29b0d_lang-4ed993c7.mjs +0 -1
  1104. package/dist/IconEdit-9edfd74d.mjs +0 -21
  1105. package/dist/IconEdit-c0469b45.js +0 -1
  1106. package/dist/Image-39955d9d.mjs +0 -480
  1107. package/dist/Image-c2d190d8.js +0 -9
  1108. package/dist/LeftoverAdd-5a8988d9.js +0 -1
  1109. package/dist/LeftoverAdd-c4f37f47.mjs +0 -227
  1110. package/dist/Leftovers-470a1689.js +0 -1
  1111. package/dist/Leftovers-69c7dcd9.mjs +0 -136
  1112. package/dist/Loader-21f016da.js +0 -1
  1113. package/dist/Loader-cd422786.mjs +0 -41
  1114. package/dist/Loader.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
  1115. package/dist/Loader.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
  1116. package/dist/Members-87278466.mjs +0 -109
  1117. package/dist/Members-bbcb79ae.js +0 -1
  1118. package/dist/Menu-93d34d9f.js +0 -1
  1119. package/dist/Menu-eaf6b44c.mjs +0 -13
  1120. package/dist/MenuItem-4a5881bd.mjs +0 -85
  1121. package/dist/MenuItem-f35cad93.js +0 -1
  1122. package/dist/Orders-b64e8cb9.js +0 -1
  1123. package/dist/Orders-ff30db05.mjs +0 -75
  1124. package/dist/Organizations-a964d4b6.mjs +0 -72
  1125. package/dist/Organizations-ed6d36d6.js +0 -1
  1126. package/dist/Payments-53e5fecf.js +0 -1
  1127. package/dist/Payments-82e545e1.mjs +0 -87
  1128. package/dist/Popup-0d8e1392.mjs +0 -96
  1129. package/dist/Popup-eb11fa82.js +0 -1
  1130. package/dist/Popup.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
  1131. package/dist/Popup.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
  1132. package/dist/Product-2f8e6943.mjs +0 -652
  1133. package/dist/Product-4a834930.js +0 -7
  1134. package/dist/ProductEdit-959b3cd3.mjs +0 -295
  1135. package/dist/ProductEdit-bae5e898.js +0 -1
  1136. package/dist/ProductsBackoffice-0716123f.js +0 -1
  1137. package/dist/ProductsBackoffice-a36ecbc6.mjs +0 -85
  1138. package/dist/ProfileBlogposts-6bf526fb.js +0 -1
  1139. package/dist/ProfileBlogposts-d4b17535.mjs +0 -77
  1140. package/dist/ProfileEvents-3eeb4320.mjs +0 -68
  1141. package/dist/ProfileEvents-90e09978.js +0 -1
  1142. package/dist/ProfileOrganizations-e838925f.js +0 -1
  1143. package/dist/ProfileOrganizations-edf657ca.mjs +0 -72
  1144. package/dist/Publics-a31d7fe7.js +0 -1
  1145. package/dist/Publics-a8f31413.mjs +0 -45
  1146. package/dist/Select-11ddabf5.mjs +0 -79
  1147. package/dist/Select-3ca5ab39.js +0 -1
  1148. package/dist/SelectMulti-58704d69.mjs +0 -1038
  1149. package/dist/SelectMulti-c25765cf.js +0 -1
  1150. package/dist/SkeletonEvent-8690422d.mjs +0 -16
  1151. package/dist/SkeletonEvent-eb284de8.js +0 -1
  1152. package/dist/Socials-43293869.js +0 -1
  1153. package/dist/Socials-8193477c.mjs +0 -189
  1154. package/dist/Tab-054b61f7.mjs +0 -46
  1155. package/dist/Tab-2c1e4224.js +0 -1
  1156. package/dist/Tab.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
  1157. package/dist/Tab.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
  1158. package/dist/UploadImage-0f488170.js +0 -1
  1159. package/dist/UploadImage-3c627d89.mjs +0 -83
  1160. package/dist/UploadImageMultiple-cb6c7188.mjs +0 -58
  1161. package/dist/UploadImageMultiple-eddaac87.js +0 -1
  1162. package/dist/Wallet-2043b611.mjs +0 -24682
  1163. package/dist/Wallet-8fa7386a.js +0 -55
  1164. package/dist/_plugin-vue_export-helper-dad06003.mjs +0 -9
  1165. package/dist/_plugin-vue_export-helper-f246444f.js +0 -1
  1166. package/dist/auth-076a83d0.mjs +0 -625
  1167. package/dist/auth-df5a20c6.js +0 -7
  1168. package/dist/auth.client.cjs +0 -7
  1169. package/dist/auth.client.js +0 -3874
  1170. package/dist/auth.validation-80b133df.js +0 -1
  1171. package/dist/auth.validation-fd9ae66f.mjs +0 -24
  1172. package/dist/backoffice.client.cjs +0 -1
  1173. package/dist/backoffice.client.js +0 -265
  1174. package/dist/carousel.es-44c501bc.mjs +0 -383
  1175. package/dist/carousel.es-cdfb392c.js +0 -5
  1176. package/dist/categories-5b08da53.mjs +0 -121
  1177. package/dist/categories-7ccd6be9.js +0 -1
  1178. package/dist/click-outside-0b0727d1.js +0 -2
  1179. package/dist/click-outside-6101836c.mjs +0 -19
  1180. package/dist/community.client.cjs +0 -1
  1181. package/dist/community.client.js +0 -698
  1182. package/dist/events.client.cjs +0 -2
  1183. package/dist/events.client.js +0 -8881
  1184. package/dist/globals-928eb13c.js +0 -1
  1185. package/dist/globals-96ba60e4.mjs +0 -91
  1186. package/dist/globals.client.cjs +0 -1
  1187. package/dist/globals.client.js +0 -12
  1188. package/dist/index-a661083c.mjs +0 -934
  1189. package/dist/index-b41aac19.js +0 -2
  1190. package/dist/inputs.validation-d7cef32b.js +0 -1
  1191. package/dist/inputs.validation-db65277a.mjs +0 -83
  1192. package/dist/landing.client.cjs +0 -1
  1193. package/dist/landing.client.js +0 -135
  1194. package/dist/leftovers-5d1ff88b.mjs +0 -67
  1195. package/dist/leftovers-b60180cf.js +0 -1
  1196. package/dist/legal.client.cjs +0 -1
  1197. package/dist/legal.client.js +0 -8511
  1198. package/dist/memberships-12210953.mjs +0 -68
  1199. package/dist/memberships-393765d8.js +0 -1
  1200. package/dist/orders-13c10d49.mjs +0 -85
  1201. package/dist/orders-37f041aa.js +0 -1
  1202. package/dist/organizations-966e1cd2.mjs +0 -122
  1203. package/dist/organizations-d12c42b6.js +0 -1
  1204. package/dist/organizations.client-7e11a989.js +0 -3
  1205. package/dist/organizations.client-e519ef17.mjs +0 -2996
  1206. package/dist/organizations.client.cjs +0 -1
  1207. package/dist/organizations.client.js +0 -81
  1208. package/dist/products-3c43eb18.js +0 -1
  1209. package/dist/products-943fb95e.mjs +0 -107
  1210. package/dist/reports-270f69df.js +0 -1
  1211. package/dist/reports-79cd9459.mjs +0 -91
  1212. package/dist/reports.client.cjs +0 -1
  1213. package/dist/reports.client.js +0 -8
  1214. package/dist/states.validation-4594b33c.mjs +0 -13
  1215. package/dist/states.validation-69003e66.js +0 -1
  1216. package/dist/users.client.cjs +0 -1
  1217. package/dist/users.client.js +0 -702
  1218. package/dist/vue-draggable-next.esm-bundler-21a209c6.js +0 -10
  1219. package/dist/vue-draggable-next.esm-bundler-ff6e3f52.mjs +0 -1557
  1220. package/dist/vuex.esm-bundler-57d8b6ba.mjs +0 -750
  1221. package/dist/vuex.esm-bundler-685cf29f.js +0 -5
  1222. /package/dist/{files.client.cjs → prometheus-framework/src/modules/files/files.client.cjs} +0 -0
  1223. /package/dist/{files.client.js → prometheus-framework/src/modules/files/files.client.js} +0 -0
  1224. /package/dist/{middlewares.client.cjs → prometheus-framework/src/modules/middlewares/middlewares.client.cjs} +0 -0
  1225. /package/dist/{middlewares.client.js → prometheus-framework/src/modules/middlewares/middlewares.client.js} +0 -0
@@ -1,169 +0,0 @@
1
- import { openBlock as c, createElementBlock as d, createElementVNode as o, reactive as y, ref as _, Fragment as b, renderSlot as g, createVNode as a, withCtx as u, createTextVNode as v, withDirectives as f, withModifiers as C, toDisplayString as S, Transition as k, normalizeStyle as x, vShow as $, unref as O } from "vue";
2
- import { _ as h } from "./_plugin-vue_export-helper-dad06003.mjs";
3
- import { _ as P } from "./Popup-0d8e1392.mjs";
4
- import { _ as D } from "./Button-9e1a9284.mjs";
5
- import { S as R } from "./Select-11ddabf5.mjs";
6
- import { a as q } from "./reports-79cd9459.mjs";
7
- import { c as T } from "./click-outside-6101836c.mjs";
8
- const B = {}, M = {
9
- viewBox: "0 0 42 42",
10
- fill: "none",
11
- xmlns: "http://www.w3.org/2000/svg"
12
- }, N = /* @__PURE__ */ o("circle", {
13
- fill: "rgb(var(--main))",
14
- cx: "21",
15
- cy: "21",
16
- r: "21"
17
- }, null, -1), V = /* @__PURE__ */ o("path", {
18
- fill: "#242424",
19
- "fill-opacity": "0.1",
20
- "fill-rule": "evenodd",
21
- "clip-rule": "evenodd",
22
- d: "M8.00233 37.4954C8.00078 37.4458 8 37.3961 8 37.3462C8 32.9066 11.5673 29.3077 15.9677 29.3077H26.0323C30.4328 29.3077 34 32.9066 34 37.3462C34 37.3961 33.9992 37.4458 33.9977 37.4954C30.4223 40.3165 25.9078 42 21 42C16.0922 42 11.5777 40.3164 8.00233 37.4954ZM21 9C16.5995 9 13.0323 12.5989 13.0323 17.0385C13.0323 21.478 16.5995 25.0769 21 25.0769C25.4005 25.0769 28.9677 21.478 28.9677 17.0385C28.9677 12.5989 25.4005 9 21 9Z"
23
- }, null, -1), E = [
24
- N,
25
- V
26
- ];
27
- function F(s, t) {
28
- return c(), d("svg", M, E);
29
- }
30
- const K = /* @__PURE__ */ h(B, [["render", F]]), I = /* @__PURE__ */ o("h3", { class: "mn-small" }, " Report Content ", -1), U = /* @__PURE__ */ o("p", { class: "p-medium mn-small" }, " We strive to maintain a safe and comfortable environment for all users. If you encounter content that you believe violates our guidelines, please report it: ", -1), Z = /* @__PURE__ */ o("p", { class: "p-medium mn-small" }, "Our moderators will review your report within 24 hours and take action if it violates our policies.", -1), L = {
31
- __name: "FormReport",
32
- props: {
33
- user: {
34
- type: String,
35
- required: !1
36
- },
37
- type: {
38
- type: String,
39
- required: !1
40
- },
41
- reason: {
42
- type: String,
43
- required: !1
44
- },
45
- target: {
46
- type: String,
47
- required: !0
48
- },
49
- text: {
50
- type: String,
51
- default: "!"
52
- },
53
- status: {
54
- type: String,
55
- default: "new"
56
- }
57
- },
58
- setup(s) {
59
- const t = s, e = y({
60
- user: t.user,
61
- type: t.type,
62
- reason: t.reason,
63
- target: t.target,
64
- status: t.status
65
- });
66
- function l() {
67
- e.user === null && delete e.user, q.create(e);
68
- }
69
- const r = _(!1);
70
- function n() {
71
- r.value = !0;
72
- }
73
- function p() {
74
- r.value = !1;
75
- }
76
- return (w, i) => (c(), d(b, null, [
77
- o("div", {
78
- onClick: i[0] || (i[0] = (m) => n())
79
- }, [
80
- g(w.$slots, "default")
81
- ]),
82
- a(P, {
83
- onClosePopup: p,
84
- isPopupOpen: r.value,
85
- class: "w-m-33r t-left pd-big bg-white radius-big"
86
- }, {
87
- default: u(() => [
88
- I,
89
- U,
90
- a(R, {
91
- select: e.reason,
92
- "onUpdate:select": i[1] || (i[1] = (m) => e.reason = m),
93
- options: [
94
- "harassment",
95
- "spam",
96
- "inappropriate",
97
- "misinformation",
98
- "copyright",
99
- "other"
100
- ],
101
- placeholder: "Select reason",
102
- class: "mn-small bg-white br-solid br-black-transp br-1px uppercase pd-medium t-semi bg-white t-black radius-medium"
103
- }, null, 8, ["select"]),
104
- Z,
105
- a(D, {
106
- submit: l,
107
- callback: p,
108
- class: "w-100 bg-black t-white"
109
- }, {
110
- default: u(() => [
111
- v(" Report ")
112
- ]),
113
- _: 1
114
- })
115
- ]),
116
- _: 1
117
- }, 8, ["isPopupOpen"])
118
- ], 64));
119
- }
120
- };
121
- const z = {
122
- __name: "Dropdown",
123
- props: {
124
- label: {
125
- type: String,
126
- default: "Open"
127
- },
128
- align: {
129
- type: String,
130
- default: "left"
131
- }
132
- },
133
- setup(s) {
134
- let t = T;
135
- const e = _(!1);
136
- function l() {
137
- e.value = !1;
138
- }
139
- return (r, n) => f((c(), d("div", {
140
- class: "dropdown pos-relative",
141
- onClick: n[0] || (n[0] = C((p) => e.value = !e.value, ["stop"]))
142
- }, [
143
- v(S(s.label) + " ", 1),
144
- a(k, {
145
- name: "TransitionTranslateY",
146
- mode: "out-in"
147
- }, {
148
- default: u(() => [
149
- f(o("div", {
150
- style: x({ left: s.align === "left" ? "0" : "auto", right: s.align === "right" ? "0" : "auto" }),
151
- class: "dropdown-content w-15r radius-big"
152
- }, [
153
- g(r.$slots, "default", {}, void 0, !0)
154
- ], 4), [
155
- [$, e.value]
156
- ])
157
- ]),
158
- _: 3
159
- })
160
- ])), [
161
- [O(t), l]
162
- ]);
163
- }
164
- }, Q = /* @__PURE__ */ h(z, [["__scopeId", "data-v-5646d77f"]]);
165
- export {
166
- Q as D,
167
- K as P,
168
- L as _
169
- };
@@ -1 +0,0 @@
1
- "use strict";const e=require("vue"),u=require("./_plugin-vue_export-helper-f246444f.js"),d=require("./Popup-eb11fa82.js"),f=require("./Button-7643c9aa.js"),m=require("./Select-3ca5ab39.js"),_=require("./reports-270f69df.js"),g=require("./click-outside-0b0727d1.js"),v={},h={viewBox:"0 0 42 42",fill:"none",xmlns:"http://www.w3.org/2000/svg"},w=e.createElementVNode("circle",{fill:"rgb(var(--main))",cx:"21",cy:"21",r:"21"},null,-1),y=e.createElementVNode("path",{fill:"#242424","fill-opacity":"0.1","fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.00233 37.4954C8.00078 37.4458 8 37.3961 8 37.3462C8 32.9066 11.5673 29.3077 15.9677 29.3077H26.0323C30.4328 29.3077 34 32.9066 34 37.3462C34 37.3961 33.9992 37.4458 33.9977 37.4954C30.4223 40.3165 25.9078 42 21 42C16.0922 42 11.5777 40.3164 8.00233 37.4954ZM21 9C16.5995 9 13.0323 12.5989 13.0323 17.0385C13.0323 21.478 16.5995 25.0769 21 25.0769C25.4005 25.0769 28.9677 21.478 28.9677 17.0385C28.9677 12.5989 25.4005 9 21 9Z"},null,-1),b=[w,y];function C(o,r){return e.openBlock(),e.createElementBlock("svg",h,b)}const k=u._export_sfc(v,[["render",C]]),S=e.createElementVNode("h3",{class:"mn-small"}," Report Content ",-1),x=e.createElementVNode("p",{class:"p-medium mn-small"}," We strive to maintain a safe and comfortable environment for all users. If you encounter content that you believe violates our guidelines, please report it: ",-1),V=e.createElementVNode("p",{class:"p-medium mn-small"},"Our moderators will review your report within 24 hours and take action if it violates our policies.",-1),N={__name:"FormReport",props:{user:{type:String,required:!1},type:{type:String,required:!1},reason:{type:String,required:!1},target:{type:String,required:!0},text:{type:String,default:"!"},status:{type:String,default:"new"}},setup(o){const r=o,t=e.reactive({user:r.user,type:r.type,reason:r.reason,target:r.target,status:r.status});function l(){t.user===null&&delete t.user,_.actions.create(t)}const n=e.ref(!1);function s(){n.value=!0}function a(){n.value=!1}return(p,i)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{onClick:i[0]||(i[0]=c=>s())},[e.renderSlot(p.$slots,"default")]),e.createVNode(d._sfc_main,{onClosePopup:a,isPopupOpen:n.value,class:"w-m-33r t-left pd-big bg-white radius-big"},{default:e.withCtx(()=>[S,x,e.createVNode(m.Select,{select:t.reason,"onUpdate:select":i[1]||(i[1]=c=>t.reason=c),options:["harassment","spam","inappropriate","misinformation","copyright","other"],placeholder:"Select reason",class:"mn-small bg-white br-solid br-black-transp br-1px uppercase pd-medium t-semi bg-white t-black radius-medium"},null,8,["select"]),V,e.createVNode(f._sfc_main,{submit:l,callback:a,class:"w-100 bg-black t-white"},{default:e.withCtx(()=>[e.createTextVNode(" Report ")]),_:1})]),_:1},8,["isPopupOpen"])],64))}};const q={__name:"Dropdown",props:{label:{type:String,default:"Open"},align:{type:String,default:"left"}},setup(o){let r=g.clickOutside;const t=e.ref(!1);function l(){t.value=!1}return(n,s)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:"dropdown pos-relative",onClick:s[0]||(s[0]=e.withModifiers(a=>t.value=!t.value,["stop"]))},[e.createTextVNode(e.toDisplayString(o.label)+" ",1),e.createVNode(e.Transition,{name:"TransitionTranslateY",mode:"out-in"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{style:e.normalizeStyle({left:o.align==="left"?"0":"auto",right:o.align==="right"?"0":"auto"}),class:"dropdown-content w-15r radius-big"},[e.renderSlot(n.$slots,"default",{},void 0,!0)],4),[[e.vShow,t.value]])]),_:3})])),[[e.unref(r),l]])}},$=u._export_sfc(q,[["__scopeId","data-v-5646d77f"]]);exports.Dropdown=$;exports.PlaceholderUserpic=k;exports._sfc_main=N;
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),a=require("./_plugin-vue_export-helper-f246444f.js"),s={},n={class:"pd-medium"},i={class:"pd-big bg-grey radius-big"},l={style:{"text-align":"left"}},c=e.createElementVNode("h1",null,"EULA",-1),d=e.createElementVNode("strong",null,[e.createElementVNode("span",{"data-custom-class":"body_text"},[e.createElementVNode("span",{style:{color:"rgb(89, 89, 89)"}},"Last updated"),e.createTextVNode(" ")])],-1),r=e.createElementVNode("strong",null,[e.createElementVNode("span",{"data-custom-class":"body_text"},"October 18, 2023")],-1),h=e.createElementVNode("div",{align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"150%"}},[e.createElementVNode("br")],-1),p={align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"150%"}},m=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"heading_1",style:{"line-height":"115%"}},[e.createElementVNode("a",{name:"_a7mwfgcrtsqn"})],-1),N={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},f={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},y={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},V={style:{"font-size":"15px"}},_=e.createElementVNode("strong",null,"Licensor",-1),g={style:{"font-size":"15px","line-height":"115%","font-family":"Arial",color:"rgb(89, 89, 89)"}},b={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},x={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},u={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},E={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},w={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},C=e.createElementVNode("div",{align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"1"}},[e.createElementVNode("br")],-1),k={align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"150%"}},v={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},T={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},z=e.createElementVNode("strong",null,"Services",-1),A=e.createElementVNode("div",{align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"1"}},[e.createElementVNode("br")],-1),M={align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"150%"}},L={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},O={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},S=e.createElementVNode("div",{align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"1"}},[e.createElementVNode("br")],-1),Y={align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"150%"}},I={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},R={style:{"font-size":"15px"}},q={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},U={"data-custom-class":"link",href:"https://www.apple.com/legal/internet-services/itunes/us/terms.html",rel:"noopener noreferrer",target:"_blank"},P={style:{"font-size":"15px"}},D=e.createElementVNode("span",{style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},"Apple Media Services Terms and Conditions",-1),W={style:{"font-size":"15px"}},G={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},B={"data-custom-class":"link",href:"https://play.google.com/intl/en_US/about/play-terms/",rel:"noopener noreferrer",target:"_blank"},F={style:{"font-size":"15px"}},H=e.createElementVNode("span",{style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},"Google Play Terms of Service",-1),j={style:{"font-size":"15px"}},K={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Q=e.createElementVNode("strong",null,"Usage Rules",-1),$={style:{"font-size":"15px"}},J={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},X=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Z={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},ee={style:{"font-size":"15px"}},te={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},oe=e.createStaticVNode('<div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="heading_1" style="line-height:1.5;"><strong><span style="font-size:19px;">TABLE OF CONTENTS</span></strong></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><a data-custom-class="link" href="#application">1. THE APPLICATION</a></div>',5),ae={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},se={"data-custom-class":"link",href:"#scope"},ne=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},[e.createElementVNode("a",{"data-custom-class":"link",href:"#requirements"},"3. TECHNICAL REQUIREMENTS")],-1),ie={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},le=e.createElementVNode("a",{"data-custom-class":"link",href:"#support"},"4. MAINTENANCE AND SUPPORT",-1),ce={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},de=e.createElementVNode("a",{"data-custom-class":"link",href:"#datause"},"5. USE OF DATA",-1),re=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},[e.createElementVNode("a",{"data-custom-class":"link",href:"#ugc"},"6. USER-GENERATED CONTRIBUTIONS")],-1),he={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},pe={"data-custom-class":"link",href:"#contribution"},me=e.createStaticVNode('<div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><a data-custom-class="link" href="#liability">8. LIABILITY</a></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><a data-custom-class="link" href="#warranty">9. WARRANTY</a></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><a data-custom-class="link" href="#productclaims">10. PRODUCT CLAIMS</a></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><a data-custom-class="link" href="#compliance">11. LEGAL COMPLIANCE</a></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><a data-custom-class="link" href="#contact">12. CONTACT INFORMATION</a></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><a data-custom-class="link" href="#termination">13. TERMINATION</a></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><a data-custom-class="link" href="#thirdparty">14. THIRD-PARTY TERMS OF AGREEMENTS AND BENEFICIARY</a></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><a data-custom-class="link" href="#ipr">15. INTELLECTUAL PROPERTY RIGHTS</a></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><a data-custom-class="link" href="#law">16. APPLICABLE LAW</a></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><a data-custom-class="link" href="#misc">17. MISCELLANEOUS</a></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" style="line-height:1.5;"><br></div>',12),Ne=e.createStaticVNode('<div align="center" class="MsoNormal" style="text-align:left;line-height:150%;"><div class="MsoNormal" data-custom-class="heading_1" id="application" style="line-height:1.5;"><a name="_4rd71iod99ud"></a><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><span style="font-size:19px;"><strong>1.</strong><strong> THE APPLICATION</strong></span></span></strong></div></div><div align="center" class="MsoNormal" style="text-align:left;line-height:1;"><br></div>',2),fe={align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"150%"}},ye={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Ve={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},_e={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},ge=e.createElementVNode("strong",null,"Licensed Application",-1),be=e.createElementVNode("strong",null,"Devices",-1),xe={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.1"}},ue={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Ee={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},we=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Ce={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},ke=e.createElementVNode("span",{style:{"font-size":"15px"}},"The Licensed Application is not tailored to comply with industry-specific regulations (Health Insurance Portability and Accountability Act (HIPAA), Federal Information Security Management Act (FISMA), etc.), so if your interactions would be subjected to such laws, you may not use this Licensed Application. You may not use the Licensed Application in a way that would violate the Gramm-Leach-Bliley Act (GLBA).",-1),ve=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1.5"}},[e.createElementVNode("br")],-1),Te=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1.5"}},[e.createElementVNode("br")],-1),ze={class:"MsoNormal","data-custom-class":"heading_1",id:"scope",style:{"line-height":"1.5"}},Ae=e.createElementVNode("a",{name:"_vhkegautf00d"},null,-1),Me={style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},Le={style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},Oe={style:{"font-size":"19px"}},Se={class:"MsoNormal",style:{"line-height":"115%"}},Ye={style:{"font-size":"15px"}},Ie=e.createElementVNode("span",{style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},[e.createElementVNode("span",{style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}})],-1),Re=e.createElementVNode("div",{align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"1"}},[e.createElementVNode("br")],-1),qe={align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"150%"}},Ue={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Pe={style:{"font-size":"15px"}},De={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},We={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Ge={style:{color:"rgb(89, 89, 89)"}},Be={style:{color:"rgb(89, 89, 89)"}},Fe={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},He={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},je=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Ke={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Qe={style:{"font-size":"15px"}},$e={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Je={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Xe={style:{color:"rgb(89, 89, 89)"}},Ze={style:{color:"rgb(89, 89, 89)"}},et={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},tt={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},ot=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),at={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},st={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},nt={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},it={style:{color:"rgb(89, 89, 89)","font-size":"14.6667px"}},lt={style:{color:"rgb(89, 89, 89)","font-size":"14.6667px"}},ct={style:{"font-size":"15px"}},dt={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},rt={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},ht={style:{"font-size":"11.0pt","line-height":"115%","mso-fareast-font-family":"Calibri",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},pt=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),mt={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Nt={style:{"font-size":"15px"}},ft={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},yt={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Vt={style:{color:"rgb(89, 89, 89)"}},_t={style:{color:"rgb(89, 89, 89)"}},gt={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},bt={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},xt={style:{color:"rgb(89, 89, 89)","font-size":"14.6667px"}},ut={style:{color:"rgb(89, 89, 89)","font-size":"14.6667px"}},Et=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),wt={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Ct={style:{"font-size":"15px"}},kt={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},vt={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Tt={style:{color:"rgb(89, 89, 89)"}},zt={style:{color:"rgb(89, 89, 89)"}},At={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Mt=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Lt={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Ot={style:{"font-size":"15px"}},St={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Yt={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},It={style:{color:"rgb(89, 89, 89)"}},Rt={style:{color:"rgb(89, 89, 89)"}},qt={style:{"font-size":"15px"}},Ut={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Pt={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Dt={style:{color:"rgb(89, 89, 89)"}},Wt={style:{color:"rgb(89, 89, 89)"}},Gt=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Bt={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Ft={style:{"font-size":"15px"}},Ht={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},jt={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Kt={style:{color:"rgb(89, 89, 89)"}},Qt={style:{color:"rgb(89, 89, 89)"}},$t={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Jt=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Xt={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Zt={style:{"font-size":"15px"}},eo={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},to={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},oo={style:{color:"rgb(89, 89, 89)"}},ao={style:{color:"rgb(89, 89, 89)"}},so={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},no={style:{"font-size":"15px"}},io={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},lo={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},co={style:{color:"rgb(89, 89, 89)"}},ro=e.createElementVNode("span",{style:{color:"rgb(89, 89, 89)"}},[e.createElementVNode("span",{style:{color:"rgb(89, 89, 89)","font-size":"14.6667px"}})],-1),ho=e.createElementVNode("div",{align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"1.5"}},[e.createElementVNode("br")],-1),po={align:"center",class:"MsoNormal",style:{"text-align":"left","line-height":"150%"}},mo=e.createStaticVNode('<div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="requirements" style="line-height:17.25px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><span style="font-size:19px;"><strong>3. TECHNICAL REQUIREMENTS</strong></span></span></strong></span></strong></span></strong></div>',2),No={class:"MsoNormal",style:{"line-height":"115%"}},fo={style:{"font-size":"15px"}},yo=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Vo={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},_o={style:{"font-size":"15px"}},go={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},bo={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},xo={style:{color:"rgb(89, 89, 89)"}},uo={style:{color:"rgb(89, 89, 89)"}},Eo={style:{"font-size":"15px"}},wo={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Co={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},ko={style:{color:"rgb(89, 89, 89)"}},vo={style:{color:"rgb(89, 89, 89)"}},To={style:{"font-size":"15px"}},zo=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Ao={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Mo={style:{"font-size":"15px"}},Lo={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Oo={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},So={style:{color:"rgb(89, 89, 89)"}},Yo={style:{color:"rgb(89, 89, 89)"}},Io={style:{"font-size":"15px"}},Ro={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},qo={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Uo={style:{color:"rgb(89, 89, 89)"}},Po={style:{color:"rgb(89, 89, 89)"}},Do={style:{"font-size":"15px"}},Wo={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Go={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Bo={style:{color:"rgb(89, 89, 89)"}},Fo={style:{color:"rgb(89, 89, 89)"}},Ho={style:{"font-size":"15px"}},jo=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Ko={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Qo={style:{"font-size":"15px"}},$o={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Jo={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Xo={style:{color:"rgb(89, 89, 89)"}},Zo={style:{color:"rgb(89, 89, 89)"}},ea={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},ta={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},oa={style:{color:"rgb(89, 89, 89)"}},aa={style:{color:"rgb(89, 89, 89)"}},sa={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},na={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},ia={style:{color:"rgb(89, 89, 89)"}},la={style:{color:"rgb(89, 89, 89)"}},ca={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},da={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},ra={style:{color:"rgb(89, 89, 89)"}},ha={style:{color:"rgb(89, 89, 89)"}},pa={class:"MsoNormal",style:{"line-height":"115%"}},ma=e.createElementVNode("span",{style:{"font-size":"15px"}},null,-1),Na=e.createStaticVNode('<div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="support" style="line-height:17.25px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><span style="font-size:19px;"><strong>4. MAINTENANCE AND SUPPORT</strong></span></span></strong></span></strong></span></strong></div><div class="MsoNormal" style="line-height:1;"><br></div>',4),fa={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},ya={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Va=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),_a={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},ga={style:{"line-height":"16.8667px"}},ba={style:{"line-height":"16.8667px"}},xa={style:{"line-height":"16.8667px"}},ua={style:{"line-height":"16.8667px"}},Ea=e.createElementVNode("span",{style:{"font-size":"15px"}},"4.2 ",-1),wa={style:{"font-size":"15px"}},Ca={style:{"font-size":"15px"}},ka={class:"MsoNormal",style:{"line-height":"115%"}},va={style:{"font-size":"15px"}},Ta=e.createStaticVNode('<div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="datause" style="line-height:17.25px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><span style="font-size:19px;"><strong>5. USE OF DATA</strong></span></span></strong></span></strong></span></strong></div><div class="MsoNormal" style="line-height:1;"><br></div>',4),za={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Aa={style:{"font-size":"15px"}},Ma={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},La={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Oa={style:{color:"rgb(89, 89, 89)"}},Sa={style:{color:"rgb(89, 89, 89)"}},Ya=e.createElementVNode("a",{href:"https://thecommunephuket.com/legal/privacy-policy",target:"_blank","data-custom-class":"link"},"https://thecommunephuket.com/legal/privacy-policy",-1),Ia=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Ra={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},qa=e.createElementVNode("span",{style:{"font-size":"15px"}},"You acknowledge that the Licensor may periodically collect and use technical data and related information about your device, system, and application software, and peripherals, offer product support, facilitate the software updates, and for purposes of providing other services to you (if any) related to the Licensed Application. Licensor may also use this information to improve its products or to provide services or technologies to you, as long as it is in a form that does not personally identify you.",-1),Ua={style:{"font-size":"15px"}},Pa={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Da={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Wa={style:{color:"rgb(89, 89, 89)"}},Ga={style:{color:"rgb(89, 89, 89)"}},Ba={style:{"font-size":"15px"}},Fa=e.createStaticVNode('<div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="ugc" style="line-height:17.25px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><span style="font-size:19px;"><strong>6. USER-GENERATED CONTRIBUTIONS</strong></span></span></strong></span></strong></span></strong></div><div class="MsoNormal" style="line-height:1;"><br></div>',4),Ha={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},ja={style:{"font-size":"15px"}},Ka={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Qa={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},$a={style:{color:"rgb(89, 89, 89)"}},Ja={style:{color:"rgb(89, 89, 89)"}},Xa=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Za=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5","margin-left":"20px"}},[e.createElementVNode("span",{style:{"font-size":"15px"}},"1. The creation, distribution, transmission, public display, or performance, and the accessing, downloading, or copying of your Contributions do not and will not infringe the proprietary rights, including but not limited to the copyright, patent, trademark, trade secret, or moral rights of any third party.")],-1),es={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5","margin-left":"20px"}},ts={style:{"font-size":"15px"}},os={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5","margin-left":"20px"}},as={style:{"font-size":"15px"}},ss=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5","margin-left":"20px"}},[e.createElementVNode("span",{style:{"font-size":"15px"}},"4. Your Contributions are not false, inaccurate, or misleading.")],-1),ns={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5","margin-left":"20px"}},is={style:{"font-size":"15px"}},ls={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5","margin-left":"20px"}},cs={style:{"font-size":"15px"}},ds=e.createStaticVNode('<div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;margin-left:20px;"><span style="font-size:15px;">7. Your Contributions do not ridicule, mock, disparage, intimidate, or abuse anyone.</span></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;margin-left:20px;"><span style="font-size:15px;">8. Your Contributions are not used to harass or threaten (in the legal sense of those terms) any other person and to promote violence against a specific person or class of people.</span></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;margin-left:20px;"><span style="font-size:15px;">9. Your Contributions do not violate any applicable law, regulation, or rule.</span></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;margin-left:20px;"><span style="font-size:15px;">10. Your Contributions do not violate the privacy or publicity rights of any third party.</span></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;margin-left:20px;"><span style="font-size:15px;">11. Your Contributions do not violate any applicable law concerning child pornography, or otherwise intended to protect the health or well-being of minors.</span></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;margin-left:20px;"><span style="font-size:15px;">12. Your Contributions do not include any offensive comments that are connected to race, national origin, gender, sexual preference, or physical handicap.</span></div>',6),rs={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5","margin-left":"20px"}},hs={style:{"font-size":"15px"}},ps=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1","margin-left":"20px"}},[e.createElementVNode("br")],-1),ms={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Ns={style:{"font-size":"15px"}},fs=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1.5"}},[e.createElementVNode("br")],-1),ys=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1.5"}},[e.createElementVNode("br")],-1),Vs={class:"MsoNormal","data-custom-class":"heading_1",id:"contribution",style:{"line-height":"17.25px"}},_s={style:{"line-height":"24.5333px","font-size":"19px"}},gs={style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},bs={style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},xs={style:{"font-size":"19px"}},us={class:"MsoNormal",style:{"line-height":"1.5"}},Es=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),ws={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Cs={style:{"font-size":"15px"}},ks=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),vs={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Ts={style:{"font-size":"15px"}},zs=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),As=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},[e.createElementVNode("span",{style:{"font-size":"15px"}},"We do not assert any ownership over your Contributions. You retain full ownership of all of your Contributions and any intellectual property rights or other proprietary rights associated with your Contributions. We are not liable for any statements or representations in your Contributions provided by you in any area in the Licensed Application. You are solely responsible for your Contributions to the Licensed Application and you expressly agree to exonerate us from any and all responsibility and to refrain from any legal action against us regarding your Contributions.")],-1),Ms=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Ls={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Os={style:{"font-size":"15px"}},Ss=e.createStaticVNode('<div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="liability" style="line-height:17.25px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><span style="font-size:19px;"><strong>8. LIABILITY</strong></span></span></strong></span></strong></span></strong></div>',3),Ys={class:"MsoNormal",style:{"line-height":"115%"}},Is={style:{"font-size":"15px"}},Rs=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),qs={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Us={style:{"font-size":"15px"}},Ps={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Ds={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Ws={style:{color:"rgb(89, 89, 89)"}},Gs={style:{color:"rgb(89, 89, 89)"}},Bs={style:{"font-size":"15px"}},Fs=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Hs={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},js={style:{"font-size":"15px"}},Ks={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Qs={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},$s={style:{color:"rgb(89, 89, 89)"}},Js={style:{color:"rgb(89, 89, 89)"}},Xs={style:{"font-size":"15px"}},Zs={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},en={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},tn={style:{color:"rgb(89, 89, 89)"}},on={style:{color:"rgb(89, 89, 89)"}},an={style:{"font-size":"15px"}},sn=e.createStaticVNode('<div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="warranty" style="line-height:17.25px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><span style="font-size:19px;"><strong>9. WARRANTY</strong></span></span></strong></span></strong></span></strong></div>',3),nn=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1"}},[e.createElementVNode("br")],-1),ln={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},cn={style:{"font-size":"15px"}},dn={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},rn={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},hn=e.createElementVNode("div",{style:{"line-height":"1"}},[e.createElementVNode("br")],-1),pn={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},mn={style:{"font-size":"15px"}},Nn={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},fn={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},yn={style:{color:"rgb(89, 89, 89)"}},Vn={style:{color:"rgb(89, 89, 89)"}},_n=e.createElementVNode("div",{style:{"line-height":"1"}},[e.createElementVNode("br")],-1),gn={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},bn={style:{"font-size":"15px"}},xn={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},un={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},En={style:{color:"rgb(89, 89, 89)"}},wn={style:{color:"rgb(89, 89, 89)"}},Cn={"data-custom-class":"link",href:"#contact"},kn={style:{"font-size":"15px"}},vn={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Tn={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},zn={style:{color:"rgb(89, 89, 89)"}},An=e.createElementVNode("span",{style:{color:"rgb(89, 89, 89)"}},"Contact Information",-1),Mn={style:{"font-size":"15px"}},Ln={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},On={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Sn={style:{color:"rgb(89, 89, 89)"}},Yn={style:{color:"rgb(89, 89, 89)"}},In=e.createElementVNode("div",{style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Rn={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},qn={style:{"font-size":"15px"}},Un={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Pn={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Dn={style:{color:"rgb(89, 89, 89)"}},Wn={style:{color:"rgb(89, 89, 89)"}},Gn=e.createElementVNode("div",{style:{"line-height":"1"}},[e.createElementVNode("br")],-1),Bn={style:{"text-align":"left","line-height":"1"}},Fn={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Hn={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},jn={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Kn={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Qn={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},$n={style:{"font-size":"15px"}},Jn={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Xn={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Zn=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1"}},[e.createElementVNode("br")],-1),ei={style:{"text-align":"left","line-height":"1.5"}},ti={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},oi={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},ai={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},si={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},ni={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},ii={style:{"font-size":"15px"}},li={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},ci={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},di={style:{"text-align":"left","line-height":"1.5"}},ri=e.createStaticVNode('<div style="text-align:left;line-height:1.5;"><br></div><div style="text-align:left;line-height:1;"><div class="MsoNormal" data-custom-class="heading_1" id="productclaims" style="line-height:115%;"><a name="_wj13r09u8u3u"></a><strong><span id="productclaims" style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><span style="font-size:19px;"><strong>10. PRODUCT CLAIMS</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></div></div><div style="text-align:left;line-height:1;"><br></div>',3),hi={style:{"text-align":"left","line-height":"1"}},pi={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},mi=e.createElementVNode("span",{style:{"font-size":"15px"}},"NO MORE SNOW CO.,LTD.",-1),Ni=e.createElementVNode("span",{style:{"font-size":"15px"}}," ",-1),fi=e.createElementVNode("span",{style:{"font-size":"15px","line-height":"115%","font-family":"Arial",color:"rgb(89, 89, 89)"}},"and the End-User acknow",-1),yi={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Vi=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1"}},[e.createElementVNode("br")],-1),_i={style:{"text-align":"left","line-height":"1"}},gi=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5","margin-left":"20px"}},[e.createElementVNode("span",{style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},"(i) product liability claims;")],-1),bi={style:{"text-align":"left","line-height":"1"}},xi=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5","margin-left":"20px"}},[e.createElementVNode("span",{style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},"(ii) any claim that the Licensed Application fails to conform to any applicable legal or regulatory requirement; and")],-1),ui=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1"}},[e.createElementVNode("br")],-1),Ei={style:{"text-align":"left","line-height":"1"}},wi={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5","margin-left":"20px"}},Ci={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},ki=e.createElementVNode("span",{style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},", including in connection with Your Licensed Application’s use of the HealthKit and HomeKit",-1),vi=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1.5"}},[e.createElementVNode("br")],-1),Ti=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1.5"}},[e.createElementVNode("br")],-1),zi={style:{"text-align":"left","line-height":"1"}},Ai=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"heading_1",id:"compliance",style:{"line-height":"17.25px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"24.5333px",color:"black","background-image":"initial","background-position":"initial","background-size":"initial","background-repeat":"initial","background-attachment":"initial","background-origin":"initial","background-clip":"initial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"24.5333px","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"24.5333px","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"24.5333px","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("span",{style:{"font-size":"19px"}},[e.createElementVNode("strong",null,"11. LEGAL COMPLIANCE")])])])])])])])])])])])])])])])])])],-1),Mi=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1"}},[e.createElementVNode("br")],-1),Li={style:{"text-align":"left","line-height":"1"}},Oi={class:"MsoNormal","data-custom-class":"body_text",style:{"font-size":"14.6667px","line-height":"1.5"}},Si={style:{"font-size":"15px","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Yi=e.createElementVNode("div",{style:{"line-height":"1.5"}},[e.createElementVNode("br")],-1),Ii=e.createElementVNode("div",{style:{"line-height":"1.5"}},[e.createElementVNode("br")],-1),Ri={style:{"text-align":"left","line-height":"1"}},qi=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"heading_1",id:"contact",style:{"line-height":"115%"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"24.5333px",color:"black","background-image":"initial","background-position":"initial","background-size":"initial","background-repeat":"initial","background-attachment":"initial","background-origin":"initial","background-clip":"initial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"24.5333px","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"24.5333px","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"24.5333px","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("span",{style:{"font-size":"19px"}},[e.createElementVNode("strong",null,"12. CONTACT INFORMATION")])])])])])])])])])])])])])])])])])])])],-1),Ui=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1"}},[e.createElementVNode("br")],-1),Pi={style:{"text-align":"left","line-height":"1"}},Di=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},[e.createElementVNode("span",{style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},"For general inquiries, complaints, questions or claims concerning the Licensed Application, please contact:")],-1),Wi={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Gi={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Bi={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Fi={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Hi={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},ji={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Ki={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Qi={style:{"font-size":"15px"}},$i={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},Ji={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Xi=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1.5"}},[e.createElementVNode("br")],-1),Zi=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1.5"}},[e.createElementVNode("br")],-1),el={style:{"text-align":"left","line-height":"1"}},tl=e.createElementVNode("div",{class:"MsoNormal","data-custom-class":"heading_1",id:"termination",style:{"line-height":"1.5"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"24.5333px",color:"black","background-image":"initial","background-position":"initial","background-size":"initial","background-repeat":"initial","background-attachment":"initial","background-origin":"initial","background-clip":"initial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"24.5333px","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"24.5333px","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"24.5333px","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("strong",null,[e.createElementVNode("span",{style:{"line-height":"115%","font-family":"Arial","font-size":"19px"}},[e.createElementVNode("span",{style:{"font-size":"19px"}},[e.createElementVNode("strong",null,"13. TERMINATION")])])])])])])])])])])])])])])])])])])])])])],-1),ol=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1"}},[e.createElementVNode("br")],-1),al={style:{"text-align":"left","line-height":"1"}},sl={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},nl={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},il={style:{"text-align":"left","line-height":"1.5"}},ll=e.createElementVNode("div",{class:"MsoNormal",style:{"line-height":"1.5"}},[e.createElementVNode("br")],-1),cl=e.createStaticVNode('<div style="text-align:left;"><div class="MsoNormal" data-custom-class="heading_1" id="thirdparty" style="line-height:1.5;"><a name="_k3mndam4w6w1"></a><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;color:black;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><span style="font-size:19px;"><strong>14. THIRD-PARTY TERMS OF AGREEMENTS AND BENEFICIARY</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></div></div><div style="text-align:left;line-height:1;"><br></div>',2),dl={style:{"text-align":"left"}},rl={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},hl={style:{"font-size":"15px","line-height":"115%","font-family":"Arial",color:"rgb(89, 89, 89)"}},pl=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1"}},[e.createElementVNode("br")],-1),ml={style:{"text-align":"left"}},Nl={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},fl={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},yl=e.createStaticVNode('<div style="text-align:left;line-height:1.5;"><br></div><div style="text-align:left;"><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="ipr" style="line-height:1.5;"><a name="_e2dep1hfgltt"></a><strong><span style="line-height:115%;font-family:Arial;"><span style="font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;color:black;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><span style="font-size:19px;"><strong>15. INTELLECTUAL PROPERTY RIGHTS</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></span></strong></div></div><div style="text-align:left;line-height:1;"><br></div>',3),Vl={style:{"text-align":"left"}},_l={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},gl={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},bl=e.createStaticVNode('<div style="text-align:left;line-height:1.5;"><br></div><div style="text-align:left;"><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="law" style="line-height:1.5;"><a name="_p6vbf8atcwhs"></a><strong><span style="line-height:115%;font-family:Arial;"><span style="font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;"><span style="font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;color:black;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><span style="font-size:19px;"><strong>16. APPLICABLE LAW</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></span></strong></span></span></strong></div></div><div style="text-align:left;line-height:1;"><br></div>',3),xl={style:{"text-align":"left"}},ul={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},El={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},wl=e.createElementVNode("div",{style:{"text-align":"left","line-height":"1.5"}},[e.createElementVNode("br")],-1),Cl={style:{"text-align":"left"}},kl=e.createStaticVNode('<div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="misc" style="line-height:1.5;"><a name="_v5i5tjw62cyw"></a><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;"><span style="font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;"><span style="font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;color:black;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><span style="font-size:19px;"><strong>17. MISCELLANEOUS</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></span></strong></span></span></strong></span></strong></div><div class="MsoNormal" style="line-height:1;"><br></div>',3),vl={class:"MsoNormal",style:{"line-height":"1"}},Tl={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},zl={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Al={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Ml={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Ll={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Ol={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Sl={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Yl={style:{"font-size":"15px"}},Il={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Rl={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},ql={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Ul={style:{"font-size":"15px"}},Pl={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Dl={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Wl={style:{color:"rgb(89, 89, 89)"}},Gl={style:{color:"rgb(89, 89, 89)"}},Bl={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Fl={style:{"font-size":"15px"}},Hl={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},jl={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Kl={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Ql={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},$l={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Jl={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Xl={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Zl={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},ec={style:{"font-size":"15px"}},tc={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},oc={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},ac={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},sc={style:{"font-size":"15px"}},nc={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},ic={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},lc=e.createElementVNode("span",{style:{color:"rgb(89, 89, 89)"}},".1",-1),cc={class:"MsoNormal","data-custom-class":"body_text",style:{"line-height":"1.5"}},dc={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},rc={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},hc={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},pc={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},mc={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},Nc={style:{"font-size":"11.0pt","line-height":"115%","font-family":"Arial",color:"#595959","mso-themecolor":"text1","mso-themetint":"166"}},fc={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},yc={style:{"font-size":"15px"}},Vc={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},_c={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},gc={style:{"font-size":"11pt","line-height":"16.8667px",color:"rgb(89, 89, 89)"}},bc={style:{"font-size":"15px"}},xc={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},uc={style:{"line-height":"16.8667px",color:"rgb(89, 89, 89)"}},Ec=e.createElementVNode("span",{style:{color:"rgb(89, 89, 89)"}},".2",-1);function wc(kc,vc){const t=e.resolveComponent("bdt"),o=e.resolveComponent("font");return e.openBlock(),e.createElementBlock("div",n,[e.createElementVNode("div",i,[e.createElementVNode("div",l,[c,d,e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[r]),_:1}),h,e.createElementVNode("div",p,[m,e.createElementVNode("div",N,[e.createElementVNode("span",f,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("The Commune")]),_:1}),e.createTextVNode(" is licensed to You (End-User) by "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" , located "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" at "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("10 Karon Rd, Tambon Karon, Amphoe Mueang Phuket, Chang Wat Phuket 83100, Thailand")]),_:1}),e.createTextVNode(" , "),e.createElementVNode("span",y,[e.createVNode(t,{class:"block-component"}),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("Tambon Karon")]),_:1}),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("83100")]),_:1}),e.createElementVNode("span",V,[e.createVNode(t,{class:"block-component"}),e.createTextVNode(" , "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("Thailand")]),_:1}),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode("   ")])]),e.createTextVNode(" ( "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(' "'),_,e.createTextVNode('" '),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" ), for use only under the terms of this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement. "),e.createVNode(t,{class:"block-component"})]),e.createElementVNode("span",g,[e.createElementVNode("span",b,[e.createElementVNode("span",x,[e.createElementVNode("span",u,[e.createElementVNode("span",E,[e.createElementVNode("span",w,[e.createVNode(t,{class:"block-component"})])])])])])])])]),C,e.createElementVNode("div",k,[e.createElementVNode("div",v,[e.createElementVNode("span",T,[e.createTextVNode(" By downloading the Licensed Application from "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" Apple's software distribution platform ( "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(' "App Store" '),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" ) "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" and "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" Google's software distribution platform ( "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(' "Play Store" '),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" ) "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" , and any update thereto (as permitted by this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement), You indicate that You agree to be bound by all of the terms and conditions of this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement, and that You accept this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement. "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" App Store and Play Store are "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" referred to in this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement as "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(' "'),z,e.createTextVNode('." '),e.createVNode(t,{class:"statement-end-if-in-editor"})])])]),A,e.createElementVNode("div",M,[e.createElementVNode("div",L,[e.createElementVNode("span",O,[e.createTextVNode(" The parties of this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement acknowledge that the Services are not a Party to this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement and are not bound by any provisions or obligations with regard to the Licensed Application, such as warranty, liability, maintenance and support thereof. "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" , not the Services, is solely responsible for the Licensed Application and the content thereof. ")])])]),S,e.createElementVNode("div",Y,[e.createElementVNode("div",I,[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createElementVNode("span",R,[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",q,[e.createTextVNode(" This "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement may not provide for usage rules for the Licensed Application that are in conflict with the latest "),e.createVNode(t,{class:"block-component"})])]),_:1})])]),_:1}),e.createElementVNode("a",U,[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createElementVNode("span",P,[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[D]),_:1})])]),_:1})]),e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createElementVNode("span",W,[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",G,[e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" and "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"})])]),_:1})])]),_:1}),e.createElementVNode("a",B,[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createElementVNode("span",F,[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[H]),_:1})])]),_:1})]),e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createElementVNode("span",j,[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",K,[e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" ( "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(' "'),Q,e.createTextVNode('" '),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" ). ")])]),_:1})])]),_:1}),e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createElementVNode("span",$,[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",J,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" acknowledges that it had the opportunity to review the Usage Rules and this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement is not conflicting with them. ")])]),_:1})])]),_:1})]),X,e.createElementVNode("div",Z,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("The Commune")]),_:1}),e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createElementVNode("span",ee,[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",te,[e.createTextVNode(" when purchased or downloaded through the Services, is licensed to You for use only under the terms of this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement. The Licensor reserves all rights not expressly granted to You. "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("The Commune")]),_:1}),e.createTextVNode(" is to be used on devices that operate with "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" Apple's operating systems ( "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(' "iOS" and "Mac OS" '),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" ) "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" or "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" Google's operating system ( "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(' "Android" '),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" ) "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" . ")])]),_:1})])]),_:1})]),oe,e.createElementVNode("div",ae,[e.createElementVNode("a",se,[e.createTextVNode(" 2. SCOPE OF "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" LICENSE "),e.createVNode(t,{class:"statement-end-if-in-editor"})])]),ne,e.createElementVNode("div",ie,[e.createVNode(t,{class:"block-component"}),le,e.createVNode(t,{class:"else-block"})]),e.createElementVNode("div",ce,[e.createVNode(t,{class:"block-component"}),de,e.createVNode(t,{class:"statement-end-if-in-editor"})]),re,e.createElementVNode("div",he,[e.createElementVNode("a",pe,[e.createTextVNode(" 7. CONTRIBUTION "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" LICENSE "),e.createVNode(t,{class:"statement-end-if-in-editor"})])]),me]),Ne,e.createElementVNode("div",fe,[e.createElementVNode("div",ye,[e.createElementVNode("span",Ve,[e.createElementVNode("span",_e,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("The Commune")]),_:1})]),e.createTextVNode(" ( "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(' "'),ge,e.createTextVNode('" '),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" ) is a piece of software created to "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("provide a digital platform for social interaction, event exploration, and entertainment in Phuket")]),_:1}),e.createTextVNode(" — and "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" customized "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" for "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" iOS "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" and "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" Android "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" mobile devices ( "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(' "'),be,e.createTextVNode('" '),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" ). It is used to "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("connecting users with local events, original DJ music, and community discussions while offering a dynamic social networking space")]),_:1}),e.createTextVNode(" . "),e.createVNode(t,{class:"block-component"})])]),e.createElementVNode("div",xe,[e.createElementVNode("span",ue,[e.createElementVNode("span",Ee,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-component"}),e.createVNode(t,{class:"block-component"})]),_:1})])])]),we,e.createElementVNode("div",Ce,[ke,e.createVNode(t,{class:"block-component"}),e.createVNode(t,{class:"statement-end-if-in-editor"})]),ve,Te,e.createElementVNode("div",ze,[Ae,e.createElementVNode("strong",null,[e.createElementVNode("span",Me,[e.createElementVNode("strong",null,[e.createElementVNode("span",Le,[e.createElementVNode("span",Oe,[e.createElementVNode("strong",null,[e.createTextVNode(" 2. SCOPE OF "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" LICENSE "),e.createVNode(t,{class:"statement-end-if-in-editor"})])])])])])])]),e.createElementVNode("div",Se,[e.createElementVNode("span",Ye,[Ie,e.createVNode(t,{class:"block-component"})])])]),Re,e.createElementVNode("div",qe,[e.createElementVNode("div",Ue,[e.createElementVNode("span",Pe,[e.createElementVNode("span",De,[e.createElementVNode("span",We,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Ge,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Be,[e.createTextVNode(" 2.1  You are given a non-transferable, non-exclusive, non-sublicensable "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" license "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" to install and use the Licensed Application on any Devices that You (End-User) own or control and as permitted by the Usage Rules, with the exception that such Licensed Application may be accessed and used by other accounts associated with You (End-User, The Purchaser) via Family Sharing or volume purchasing. ")])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})]),e.createElementVNode("span",Fe,[e.createElementVNode("span",He,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-component"})]),_:1})])])])])]),je,e.createElementVNode("div",Ke,[e.createElementVNode("span",Qe,[e.createElementVNode("span",$e,[e.createElementVNode("span",Je,[e.createTextVNode(" 2 "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Xe,[e.createTextVNode(" . "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Ze,[e.createTextVNode(" 2  This "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" license "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" will also govern any updates of the Licensed Application provided by Licensor that replace, repair, and/or supplement the first Licensed Application, unless a separate "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" license "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" is provided for such update, in which case the terms of that new "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" license "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" will govern. ")])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})]),e.createElementVNode("span",et,[e.createElementVNode("span",tt,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-component"})]),_:1})])])])])]),ot,e.createElementVNode("div",at,[e.createElementVNode("span",st,[e.createElementVNode("span",nt,[e.createTextVNode(" 2 "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",it,[e.createTextVNode(" . "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",lt,[e.createTextVNode(" 3  You may not share or make the Licensed Application available to third parties (unless to the degree allowed by the Usage Rules, and with "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" 's prior written consent), sell, rent, lend, lease or otherwise redistribute the Licensed Application. "),e.createElementVNode("span",ct,[e.createElementVNode("span",dt,[e.createElementVNode("span",rt,[e.createElementVNode("span",ht,[e.createVNode(t,{class:"statement-end-if-in-editor"})])])])]),e.createVNode(t,{class:"block-component"})])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])]),pt,e.createElementVNode("div",mt,[e.createElementVNode("span",Nt,[e.createElementVNode("span",ft,[e.createElementVNode("span",yt,[e.createTextVNode(" 2 "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Vt,[e.createTextVNode(" . "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",_t,[e.createTextVNode(" 4  You may not reverse engineer, translate, disassemble, integrate, decompile, remove, modify, combine, create derivative works or updates of, adapt, or attempt to derive the source code of the Licensed Application, or any part thereof (except with "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" 's prior written consent). "),e.createElementVNode("span",gt,[e.createElementVNode("span",bt,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",xt,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",ut,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-component"})]),_:1})])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),Et,e.createElementVNode("div",wt,[e.createElementVNode("span",Ct,[e.createElementVNode("span",kt,[e.createElementVNode("span",vt,[e.createTextVNode(" 2 "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Tt,[e.createTextVNode(" . "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",zt,[e.createTextVNode(" 5  You may not copy (excluding when expressly "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" authorized "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" by this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" license "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" and the Usage Rules) or alter the Licensed Application or portions thereof. You may create and store copies only on devices that You own or control for backup keeping under the terms of this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" license "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" , the Usage Rules, and any other terms and conditions that apply to the device or software used. You may not remove any intellectual property notices. You acknowledge that no "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" unauthorized "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" third parties may gain access to these copies at any time. If you sell your Devices to a third party, you must remove the Licensed Application from the Devices before doing so. "),e.createElementVNode("span",At,[e.createVNode(t,{class:"statement-end-if-in-editor"})]),e.createVNode(t,{class:"block-component"})])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),Mt,e.createElementVNode("div",Lt,[e.createElementVNode("span",Ot,[e.createElementVNode("span",St,[e.createElementVNode("span",Yt,[e.createTextVNode(" 2 "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",It,[e.createTextVNode(" . "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Rt,[e.createTextVNode(" 6  Violations of the obligations mentioned above, as well as the attempt of such infringement, may be subject to prosecution and damages. "),e.createElementVNode("span",qt,[e.createElementVNode("span",Ut,[e.createElementVNode("span",Pt,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Dt,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Wt,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-component"})]),_:1})])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),Gt,e.createElementVNode("div",Bt,[e.createElementVNode("span",Ft,[e.createElementVNode("span",Ht,[e.createElementVNode("span",jt,[e.createTextVNode(" 2 "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Kt,[e.createTextVNode(" . "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Qt,[e.createTextVNode(" 7  Licensor reserves the right to modify the terms and conditions of licensing. "),e.createElementVNode("span",$t,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-component"})]),_:1})])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),Jt,e.createElementVNode("div",Xt,[e.createElementVNode("span",Zt,[e.createElementVNode("span",eo,[e.createElementVNode("span",to,[e.createTextVNode(" 2 "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",oo,[e.createTextVNode(" . "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",ao,[e.createTextVNode(" 8  Nothing in this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" license "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" should be interpreted to restrict third-party terms. When using the Licensed Application, You must ensure that You comply with applicable third-party terms and conditions. "),e.createElementVNode("span",so,[e.createVNode(t,{class:"statement-end-if-in-editor"})]),e.createElementVNode("span",no,[e.createElementVNode("span",io,[e.createElementVNode("span",lo,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",co,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[ro]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])])]),ho,e.createElementVNode("div",po,[mo,e.createElementVNode("div",No,[e.createElementVNode("span",fo,[e.createVNode(t,{class:"block-component"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-component"})]),_:1})])]),yo,e.createElementVNode("div",Vo,[e.createElementVNode("span",_o,[e.createElementVNode("span",go,[e.createElementVNode("span",bo,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",xo,[e.createTextVNode(" 3. "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",uo,[e.createTextVNode(" 1  Licensor attempts to keep the Licensed Application updated so that it complies with modified/new versions of the firmware and new hardware. You are not granted rights to claim such an update. "),e.createElementVNode("span",Eo,[e.createElementVNode("span",wo,[e.createElementVNode("span",Co,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",ko,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",vo,[e.createElementVNode("span",To,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-component"})]),_:1})]),_:1})])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),zo,e.createElementVNode("div",Ao,[e.createElementVNode("span",Mo,[e.createElementVNode("span",Lo,[e.createElementVNode("span",Oo,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",So,[e.createTextVNode(" 3. "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Yo,[e.createTextVNode(" 2  You acknowledge that it is Your responsibility to confirm and determine that the app end-user device on which You intend to use the Licensed Application satisfies the technical specifications mentioned above. "),e.createElementVNode("span",Io,[e.createElementVNode("span",Ro,[e.createElementVNode("span",qo,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Uo,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Po,[e.createElementVNode("span",Do,[e.createElementVNode("span",Wo,[e.createElementVNode("span",Go,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Bo,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Fo,[e.createElementVNode("span",Ho,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-component"})]),_:1})]),_:1})]),_:1})])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),jo,e.createElementVNode("div",Ko,[e.createElementVNode("span",Qo,[e.createElementVNode("span",$o,[e.createElementVNode("span",Jo,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Xo,[e.createTextVNode(" 3. "),e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Zo,[e.createTextVNode(" 3  Licensor reserves the right to modify the technical specifications as it sees appropriate at any time. "),e.createElementVNode("span",ea,[e.createElementVNode("span",ta,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",oa,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",aa,[e.createElementVNode("span",sa,[e.createElementVNode("span",na,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",ia,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",la,[e.createElementVNode("span",ca,[e.createElementVNode("span",da,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",ra,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",ha,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"statement-end-if-in-editor"})]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),e.createElementVNode("div",pa,[e.createVNode(t,{class:"block-component"},{default:e.withCtx(()=>[ma]),_:1})]),Na,e.createElementVNode("div",fa,[e.createElementVNode("span",ya,[e.createTextVNode(" 4.1  The Licensor is solely responsible for providing any maintenance and support services for this Licensed Application. You can reach the Licensor at the email address listed in the "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" App Store "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" or "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" Play Store "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Overview for this Licensed Application. ")])]),Va,e.createElementVNode("div",_a,[e.createElementVNode("span",ga,[e.createElementVNode("span",ba,[e.createElementVNode("span",xa,[e.createElementVNode("span",ua,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createVNode(o,{color:"#595959"},{default:e.withCtx(()=>[Ea]),_:1}),e.createElementVNode("span",wa,[e.createTextVNode("   "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode("   ")]),e.createVNode(o,{color:"#595959"},{default:e.withCtx(()=>[e.createElementVNode("span",Ca,[e.createTextVNode(" and the End-User acknowledge that the Services have no obligation whatsoever to furnish any maintenance and support services with respect to the Licensed Application. "),e.createVNode(t,{class:"else-block"})])]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})])])])])]),e.createElementVNode("div",ka,[e.createElementVNode("span",va,[e.createVNode(t,{class:"block-component"})])]),Ta,e.createElementVNode("div",za,[e.createElementVNode("span",Aa,[e.createElementVNode("span",Ma,[e.createElementVNode("span",La,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Oa,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Sa,[e.createTextVNode(" You acknowledge that Licensor will be able to access and adjust Your downloaded Licensed Application content and Your personal information, and that Licensor's use of such material and information is subject to Your legal agreements with Licensor and Licensor's privacy policy "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" : "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[Ya]),_:1}),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" . ")])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),Ia,e.createElementVNode("div",Ra,[qa,e.createElementVNode("span",Ua,[e.createElementVNode("span",Pa,[e.createElementVNode("span",Da,[e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Wa,[e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Ga,[e.createElementVNode("span",Ba,[e.createVNode(t,{class:"statement-end-if-in-editor"})])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),Fa,e.createElementVNode("div",Ha,[e.createElementVNode("span",ja,[e.createElementVNode("span",Ka,[e.createElementVNode("span",Qa,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",$a,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Ja,[e.createVNode(t,{class:"block-component"}),e.createTextVNode(" The Licensed Application may invite you to chat, contribute to, or participate in blogs, message boards, online forums, and other functionality, and may provide you with the opportunity to create, submit, post, display, transmit, perform, publish, distribute, or broadcast content and materials to us or in the Licensed Application, including but not limited to text, writings, video, audio, photographs, graphics, comments, suggestions, or personal information or other material (collectively, "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(' "Contributions" '),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" ). Contributions may be viewable by other users of the Licensed Application and through third-party websites or applications. As such, any Contributions you transmit may be treated as non-confidential and non-proprietary. When you create or make available any Contributions, you thereby represent and warrant that: "),e.createVNode(t,{class:"else-block"})])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),Xa,Za,e.createElementVNode("div",es,[e.createElementVNode("span",ts,[e.createTextVNode(" 2. You are the creator and owner of or have the necessary "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" licenses "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" , rights, consents, releases, and permissions to use and to "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" authorize "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" us, the Licensed Application, and other users of the Licensed Application to use your Contributions in any manner contemplated by the Licensed Application and this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement. ")])]),e.createElementVNode("div",os,[e.createElementVNode("span",as,[e.createTextVNode(" 3. You have the written consent, release, and/or permission of each and every identifiable individual person in your Contributions to use the name or likeness or each and every such identifiable individual person to enable inclusion and use of your Contributions in any manner contemplated by the Licensed Application and this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement. ")])]),ss,e.createElementVNode("div",ns,[e.createElementVNode("span",is,[e.createTextVNode(" 5. Your Contributions are not unsolicited or "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" unauthorized "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" advertising, promotional materials, pyramid schemes, chain letters, spam, mass mailings, or other forms of solicitation. ")])]),e.createElementVNode("div",ls,[e.createElementVNode("span",cs,[e.createTextVNode(" 6. Your Contributions are not obscene, lewd, lascivious, filthy, violent, harassing, "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" libelous "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" , slanderous, or otherwise objectionable (as determined by us). ")])]),ds,e.createElementVNode("div",rs,[e.createElementVNode("span",hs,[e.createTextVNode(" 13. Your Contributions do not otherwise violate, or link to material that violates, any provision of this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement, or any applicable law or regulation. ")])]),ps,e.createElementVNode("div",ms,[e.createElementVNode("span",Ns,[e.createTextVNode(" Any use of the Licensed Application in violation of the foregoing violates this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement and may result in, among other things, termination or suspension of your rights to use the Licensed Application. ")])]),fs,ys,e.createElementVNode("div",Vs,[e.createElementVNode("strong",null,[e.createElementVNode("span",_s,[e.createElementVNode("strong",null,[e.createElementVNode("span",gs,[e.createElementVNode("strong",null,[e.createElementVNode("span",bs,[e.createElementVNode("span",xs,[e.createElementVNode("strong",null,[e.createTextVNode(" 7. CONTRIBUTION "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" LICENSE "),e.createVNode(t,{class:"statement-end-if-in-editor"})])])])])])])])])]),e.createElementVNode("div",us,[e.createVNode(t,{class:"block-component"})]),Es,e.createElementVNode("div",ws,[e.createElementVNode("span",Cs,[e.createTextVNode(" By posting your Contributions to any part of the Licensed Application or making Contributions accessible to the Licensed Application by linking your account from the Licensed Application to any of your social networking accounts, you automatically grant, and you represent and warrant that you have the right to grant, to us an unrestricted, unlimited, irrevocable, perpetual, non-exclusive, transferable, royalty-free, fully-paid, worldwide right, and "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" license "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" to host, use copy, reproduce, disclose, sell, resell, publish, broad cast, retitle, archive, store, cache, publicly display, reformat, translate, transmit, excerpt (in whole or in part), and distribute such Contributions (including, without limitation, your image and voice) for any purpose, commercial advertising, or otherwise, and to prepare derivative works of, or incorporate in other works, such as Contributions, and grant and "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" authorize sublicenses "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" of the foregoing. The use and distribution may occur in any media formats and through any media channels. ")])]),ks,e.createElementVNode("div",vs,[e.createElementVNode("span",Ts,[e.createTextVNode(" This "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" license "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" will apply to any form, media, or technology now known or hereafter developed, and includes our use of your name, company name, and franchise name, as applicable, and any of the trademarks, service marks, trade names, logos, and personal and commercial images you provide. You waive all moral rights in your Contributions, and you warrant that moral rights have not otherwise been asserted in your Contributions. ")])]),zs,As,Ms,e.createElementVNode("div",Ls,[e.createElementVNode("span",Os,[e.createTextVNode(" We have the right, in our sole and absolute discretion, (1) to edit, redact, or otherwise change any Contributions; (2) to "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" recategorize "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" any Contributions to place them in more appropriate locations in the Licensed Application; and (3) to prescreen or delete any Contributions at any time and for any reason, without notice. We have no obligation to monitor your Contributions. "),e.createVNode(t,{class:"else-block"})])]),Ss,e.createElementVNode("div",Ys,[e.createElementVNode("span",Is,[e.createVNode(t,{class:"block-component"})])]),Rs,e.createElementVNode("div",qs,[e.createElementVNode("span",Us,[e.createElementVNode("span",Ps,[e.createElementVNode("span",Ds,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Ws,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Gs,[e.createVNode(t,{class:"block-component"}),e.createTextVNode(" 8 "),e.createVNode(t,{class:"else-block"}),e.createTextVNode(" .1  Licensor's responsibility in the case of violation of obligations and tort shall be limited to intent and gross negligence. Only in case of a breach of essential contractual duties (cardinal obligations), Licensor shall also be liable in case of slight negligence. In any case, liability shall be limited to the foreseeable, contractually typical damages. The limitation mentioned above does not apply to injuries to life, limb, or health. "),e.createElementVNode("span",Bs,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-component"})]),_:1})])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),Fs,e.createElementVNode("div",Hs,[e.createElementVNode("span",js,[e.createElementVNode("span",Ks,[e.createElementVNode("span",Qs,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",$s,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Js,[e.createVNode(t,{class:"block-component"}),e.createTextVNode(" 8 "),e.createVNode(t,{class:"else-block"}),e.createTextVNode(" .2  Licensor takes no accountability or responsibility for any damages caused due to a breach of duties according to Section 2 of this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement. To avoid data loss, You are required to make use of backup functions of the Licensed Application to the extent allowed by applicable third-party terms and conditions of use. You are aware that in case of alterations or manipulations of the Licensed Application, You will not have access to the Licensed Application. "),e.createElementVNode("span",Xs,[e.createElementVNode("span",Zs,[e.createElementVNode("span",en,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",tn,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",on,[e.createElementVNode("span",an,[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"statement-end-if-in-editor"},{default:e.withCtx(()=>[e.createVNode(t,{class:"block-component"})]),_:1})]),_:1})])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),sn])]),nn,e.createElementVNode("div",ln,[e.createElementVNode("span",cn,[e.createElementVNode("span",dn,[e.createElementVNode("span",rn,[e.createVNode(t,{class:"block-component"}),e.createTextVNode(" 9 "),e.createVNode(t,{class:"else-block"}),e.createTextVNode(" .1  Licensor warrants that the Licensed Application is free of spyware, trojan horses, viruses, or any other malware at the time of Your download. Licensor warrants that the Licensed Application works as described in the user documentation. ")])])])]),hn,e.createElementVNode("div",pn,[e.createElementVNode("span",mn,[e.createElementVNode("span",Nn,[e.createElementVNode("span",fn,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",yn,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Vn,[e.createVNode(t,{class:"block-component"}),e.createTextVNode(" 9 "),e.createVNode(t,{class:"else-block"}),e.createTextVNode(" .2  No warranty is provided for the Licensed Application that is not executable on the device, that has been "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" unauthorizedly "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" modified, handled inappropriately or culpably, combined or installed with inappropriate hardware or software, used with inappropriate accessories, regardless if by Yourself or by third parties, or if there are any other reasons outside of "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" 's sphere of influence that affect the executability of the Licensed Application. ")])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),_n,e.createElementVNode("div",gn,[e.createElementVNode("span",bn,[e.createElementVNode("span",xn,[e.createElementVNode("span",un,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",En,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",wn,[e.createVNode(t,{class:"block-component"}),e.createTextVNode(" 9 "),e.createVNode(t,{class:"else-block"}),e.createTextVNode(" .3  You are required to inspect the Licensed Application immediately after installing it and notify "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" about issues discovered without delay by email provided in ")])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])]),e.createTextVNode("   ")]),e.createElementVNode("a",Cn,[e.createElementVNode("span",kn,[e.createElementVNode("span",vn,[e.createElementVNode("span",Tn,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",zn,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[An]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),e.createElementVNode("span",Mn,[e.createElementVNode("span",Ln,[e.createElementVNode("span",On,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Sn,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Yn,[e.createTextVNode(" . The defect report will be taken into consideration and further investigated if it has been emailed within a period of "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("ninety (90)")]),_:1}),e.createTextVNode(" days after discovery. ")])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),In,e.createElementVNode("div",Rn,[e.createElementVNode("span",qn,[e.createElementVNode("span",Un,[e.createElementVNode("span",Pn,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Dn,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Wn,[e.createVNode(t,{class:"block-component"}),e.createTextVNode(" 9 "),e.createVNode(t,{class:"else-block"}),e.createTextVNode(" .4  If we confirm that the Licensed Application is defective, "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" reserves a choice to remedy the situation either by means of solving the defect or substitute delivery. ")])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])]),Gn,e.createElementVNode("div",Bn,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"36ce5a69-4560-4947-dc72-46e53e2d562a"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("div",Fn,[e.createElementVNode("span",Hn,[e.createElementVNode("span",jn,[e.createElementVNode("span",Kn,[e.createElementVNode("span",Qn,[e.createElementVNode("span",$n,[e.createElementVNode("span",Jn,[e.createElementVNode("span",Xn,[e.createVNode(t,{class:"block-component"}),e.createTextVNode(" 9 "),e.createVNode(t,{class:"else-block"}),e.createTextVNode(" .5  ")])])])])]),e.createTextVNode("   ")]),e.createTextVNode(" In the event of any failure of the Licensed Application to conform to any applicable warranty, You may notify the Services Store Operator, and Your Licensed Application purchase price will be refunded to You. To the maximum extent permitted by applicable law, the Services Store Operator will have no other warranty obligation whatsoever with respect to the Licensed Application, and any other losses, claims, damages, liabilities, expenses, and costs attributable to any negligence to adhere to any warranty. ")])])]),_:1})]),_:1})]),_:1})]),Zn,e.createElementVNode("div",ei,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"14038561-dad7-be9d-370f-f8aa487b2570"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("div",ti,[e.createElementVNode("span",oi,[e.createElementVNode("span",ai,[e.createElementVNode("span",si,[e.createElementVNode("span",ni,[e.createElementVNode("span",ii,[e.createElementVNode("span",li,[e.createElementVNode("span",ci,[e.createVNode(t,{class:"block-component"}),e.createTextVNode(" 9 "),e.createVNode(t,{class:"else-block"}),e.createTextVNode(" .6 ")])])])])]),e.createTextVNode("   ")]),e.createTextVNode(" If the user is an entrepreneur, any claim based on faults expires after a statutory period of limitation amounting to twelve (12) months after the Licensed Application was made available to the user. The statutory periods of limitation given by law apply for users who are consumers. ")])])]),_:1})]),_:1})]),_:1})]),e.createElementVNode("div",di,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"14038561-dad7-be9d-370f-f8aa487b2570"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createTextVNode(" ")]),_:1}),e.createTextVNode("   ")]),_:1}),e.createTextVNode("   ")]),_:1})]),ri,e.createElementVNode("div",hi,[e.createElementVNode("div",pi,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[mi]),_:1}),Ni,fi,e.createElementVNode("span",yi,[e.createTextVNode(" ledge that "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" , and not the Services, is responsible for addressing any claims of the End-User or any third party relating to the Licensed Application or the End-User’s possession and/or use of that Licensed Application, including, but not limited to: ")])])]),Vi,e.createElementVNode("div",_i,[e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[gi,e.createTextVNode("   ")]),_:1}),e.createTextVNode("   ")]),_:1}),e.createTextVNode("   ")]),_:1})]),e.createElementVNode("div",bi,[e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[xi]),_:1})]),_:1})]),_:1})]),ui,e.createElementVNode("div",Ei,[e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("div",wi,[e.createElementVNode("span",Ci,[e.createTextVNode(" (iii) claims arising under consumer protection, privacy, or similar legislation "),e.createVNode(t,{class:"block-component"}),ki,e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" . ")])])]),_:1})]),_:1})]),_:1})]),vi,Ti,e.createElementVNode("div",zi,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"87a7471d-cf82-1032-fdf8-601d37d7b017"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[Ai]),_:1})]),_:1})]),_:1})]),Mi,e.createElementVNode("div",Li,[e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("div",Oi,[e.createElementVNode("span",Si,[e.createTextVNode(" You represent and warrant that You are not located in a country that is subject to a US Government embargo, or that has been designated by the US Government as a "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(' "terrorist supporting" '),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" country; and that You are not listed on any US Government list of prohibited or restricted parties. ")])])]),_:1})]),_:1})]),_:1})]),Yi,Ii,e.createElementVNode("div",Ri,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"923fc4bc-b171-82ba-b6eb-0a13c12d1b6b"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[qi]),_:1})]),_:1})]),_:1})]),Ui,e.createElementVNode("div",Pi,[e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[Di,e.createTextVNode("         "),e.createElementVNode("div",Wi,[e.createElementVNode("span",Gi,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createVNode(t,{class:"block-component"})])])]),_:1})]),_:1})]),_:1}),e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("div",Bi,[e.createElementVNode("span",Fi,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("10 Karon Rd, Tambon Karon, Amphoe Mueang Phuket, Chang Wat Phuket 83100, Thailand")]),_:1}),e.createVNode(t,{class:"block-component"})])])]),_:1})]),_:1})]),_:1}),e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("div",Hi,[e.createElementVNode("span",ji,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("Tambon Karon")]),_:1}),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("83100")]),_:1})])])]),_:1})]),_:1})]),_:1}),e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("div",Ki,[e.createElementVNode("span",Qi,[e.createVNode(t,{class:"block-component"}),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("Thailand")]),_:1}),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"else-block"})])])]),_:1})]),_:1})]),_:1}),e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("div",$i,[e.createElementVNode("span",Ji,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("hello@thecommunephuket.com")]),_:1})])])]),_:1})]),_:1})]),_:1})]),Xi,Zi,e.createElementVNode("div",el,[e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[tl]),_:1})]),_:1})]),_:1})]),ol,e.createElementVNode("div",al,[e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("div",sl,[e.createElementVNode("span",nl,[e.createTextVNode(" The "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" license "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" is valid until terminated by "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" or by You. Your rights under this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" license "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" will terminate automatically and without notice from "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" if You fail to adhere to any term(s) of this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" license "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" . Upon "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" termination, You shall stop all use of the Licensed Application, and destroy all copies, full or partial, of the Licensed Application. ")])])]),_:1})]),_:1})]),_:1})]),e.createElementVNode("div",il,[e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createTextVNode("   "),e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createTextVNode("   "),e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createTextVNode("    "),ll]),_:1})]),_:1})]),_:1})]),cl,e.createElementVNode("div",dl,[e.createElementVNode("div",rl,[e.createElementVNode("span",hl,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" represents and warrants that "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" will comply with applicable third-party terms of agreement when using Licensed Application. ")])])]),pl,e.createElementVNode("div",ml,[e.createElementVNode("div",Nl,[e.createElementVNode("span",fl,[e.createTextVNode(" In Accordance with Section 9 of the "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(` "Instructions for Minimum Terms of Developer's End-User License Agreement," `),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" both Apple and Google and their "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" subsidiaries shall be third-party beneficiaries of this End User "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement and — upon Your acceptance of the terms and conditions of this "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement, "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" both Apple and Google "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" will have the right (and will be deemed to have accepted the right) to enforce this End User "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement against You as a third-party beneficiary thereof. ")])])]),yl,e.createElementVNode("div",Vl,[e.createElementVNode("div",_l,[e.createElementVNode("span",gl,[e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" and the End-User acknowledge that, in the event of any third-party claim that the Licensed Application or the End-User's possession and use of that Licensed Application infringes on the third party's intellectual property rights, "),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("NO MORE SNOW CO.,LTD.")]),_:1}),e.createTextVNode(" , and not the Services, will be solely responsible for the investigation, "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" defense "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" , settlement, and discharge or any such intellectual property infringement claims. ")])])]),bl,e.createElementVNode("div",xl,[e.createElementVNode("div",ul,[e.createElementVNode("span",El,[e.createTextVNode(" This "),e.createVNode(t,{class:"block-component"}),e.createTextVNode(" License "),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" Agreement is governed by the laws of "),e.createVNode(t,{class:"block-component"}),e.createVNode(t,{class:"question"},{default:e.withCtx(()=>[e.createTextVNode("Thailand")]),_:1}),e.createVNode(t,{class:"statement-end-if-in-editor"}),e.createTextVNode(" excluding its conflicts of law rules. ")])])]),wl,e.createElementVNode("div",Cl,[kl,e.createElementVNode("div",vl,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"4de367b8-a92e-8bf8-bc2e-013cba6337f8"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("div",Tl,[e.createElementVNode("span",zl,[e.createElementVNode("span",Al,[e.createElementVNode("span",Ml,[e.createElementVNode("span",Ll,[e.createElementVNode("span",Ol,[e.createElementVNode("span",Sl,[e.createElementVNode("span",Yl,[e.createElementVNode("span",Il,[e.createElementVNode("span",Rl,[e.createElementVNode("span",ql,[e.createElementVNode("span",Ul,[e.createElementVNode("span",Pl,[e.createElementVNode("span",Dl,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Wl,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createElementVNode("span",Gl,[e.createElementVNode("span",Bl,[e.createElementVNode("span",Fl,[e.createElementVNode("span",Hl,[e.createElementVNode("span",jl,[e.createElementVNode("span",Kl,[e.createElementVNode("span",Ql,[e.createElementVNode("span",$l,[e.createElementVNode("span",Jl,[e.createElementVNode("span",Xl,[e.createElementVNode("span",Zl,[e.createElementVNode("span",ec,[e.createElementVNode("span",tc,[e.createElementVNode("span",oc,[e.createVNode(t,{class:"block-component"}),e.createTextVNode(" 17 "),e.createVNode(t,{class:"else-block"}),e.createElementVNode("span",ac,[e.createElementVNode("span",sc,[e.createElementVNode("span",nc,[e.createElementVNode("span",ic,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[lc]),_:1})]),_:1})]),_:1})])])])])])])])])])])])])])])])])])])]),_:1})]),_:1})]),_:1})])]),_:1})]),_:1})]),_:1})])])])])])])])])])]),e.createTextVNode("   ")]),e.createTextVNode("   ")]),e.createTextVNode(" If any of the terms of this agreement should be or become invalid, the validity of the remaining provisions shall not be affected. Invalid terms will be replaced by valid ones formulated in a way that will achieve the primary purpose. ")])]),e.createTextVNode("   ")]),_:1}),e.createTextVNode("   ")]),_:1}),e.createTextVNode("   ")]),_:1}),e.createVNode(t,{class:"block-container if","data-type":"if"},{default:e.withCtx(()=>[e.createTextVNode("   "),e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createTextVNode("   "),e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[e.createTextVNode("         "),e.createElementVNode("div",cc,[e.createElementVNode("span",dc,[e.createElementVNode("span",rc,[e.createElementVNode("span",hc,[e.createElementVNode("span",pc,[e.createElementVNode("span",mc,[e.createElementVNode("span",Nc,[e.createElementVNode("span",fc,[e.createElementVNode("span",yc,[e.createElementVNode("span",Vc,[e.createElementVNode("span",_c,[e.createVNode(t,{class:"block-component"}),e.createTextVNode(" 17 "),e.createVNode(t,{class:"else-block"}),e.createElementVNode("span",gc,[e.createElementVNode("span",bc,[e.createElementVNode("span",xc,[e.createElementVNode("span",uc,[e.createVNode(t,{class:"block-container if","data-type":"if",id:"8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"conditional-block"},{default:e.withCtx(()=>[e.createVNode(t,{"data-type":"body"},{default:e.withCtx(()=>[Ec]),_:1})]),_:1})]),_:1})])])])])])])])])])])]),e.createTextVNode("   ")]),e.createTextVNode("   ")]),e.createTextVNode(" Collateral agreements, changes and amendments are only valid if laid down in writing. The preceding clause can only be waived in writing. "),e.createVNode(t,{class:"block-component"})])])]),_:1})]),_:1})]),_:1})])])])])}const Cc=a._export_sfc(s,[["render",wc]]);exports.default=Cc;