@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
@@ -0,0 +1,4210 @@
1
+ import { resolveComponent as l, openBlock as c, createElementBlock as d, createElementVNode as t, createVNode as e, withCtx as o, createTextVNode as i, createStaticVNode as a } from "vue";
2
+ import r from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
3
+ const h = {}, p = { class: "pd-medium" }, f = { class: "pd-big bg-grey radius-big" }, y = { style: { "text-align": "left" } }, _ = /* @__PURE__ */ t("h1", null, "EULA", -1), g = /* @__PURE__ */ t("strong", null, [
4
+ /* @__PURE__ */ t("span", { "data-custom-class": "body_text" }, [
5
+ /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)" } }, "Last updated"),
6
+ /* @__PURE__ */ i(" ")
7
+ ])
8
+ ], -1), b = /* @__PURE__ */ t("strong", null, [
9
+ /* @__PURE__ */ t("span", { "data-custom-class": "body_text" }, "October 18, 2023")
10
+ ], -1), m = /* @__PURE__ */ t("div", {
11
+ align: "center",
12
+ class: "MsoNormal",
13
+ style: { "text-align": "left", "line-height": "150%" }
14
+ }, [
15
+ /* @__PURE__ */ t("br")
16
+ ], -1), u = {
17
+ align: "center",
18
+ class: "MsoNormal",
19
+ style: { "text-align": "left", "line-height": "150%" }
20
+ }, x = /* @__PURE__ */ t("div", {
21
+ class: "MsoNormal",
22
+ "data-custom-class": "heading_1",
23
+ style: { "line-height": "115%" }
24
+ }, [
25
+ /* @__PURE__ */ t("a", { name: "_a7mwfgcrtsqn" })
26
+ ], -1), k = {
27
+ class: "MsoNormal",
28
+ "data-custom-class": "body_text",
29
+ style: { "line-height": "1.5" }
30
+ }, v = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, z = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, N = { style: { "font-size": "15px" } }, A = /* @__PURE__ */ t("strong", null, "Licensor", -1), M = { style: { "font-size": "15px", "line-height": "115%", "font-family": "Arial", color: "rgb(89, 89, 89)" } }, w = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, L = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, C = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, O = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, T = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, E = /* @__PURE__ */ t("div", {
31
+ align: "center",
32
+ class: "MsoNormal",
33
+ style: { "text-align": "left", "line-height": "1" }
34
+ }, [
35
+ /* @__PURE__ */ t("br")
36
+ ], -1), S = {
37
+ align: "center",
38
+ class: "MsoNormal",
39
+ style: { "text-align": "left", "line-height": "150%" }
40
+ }, Y = {
41
+ class: "MsoNormal",
42
+ "data-custom-class": "body_text",
43
+ style: { "line-height": "1.5" }
44
+ }, I = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, R = /* @__PURE__ */ t("strong", null, "Services", -1), q = /* @__PURE__ */ t("div", {
45
+ align: "center",
46
+ class: "MsoNormal",
47
+ style: { "text-align": "left", "line-height": "1" }
48
+ }, [
49
+ /* @__PURE__ */ t("br")
50
+ ], -1), U = {
51
+ align: "center",
52
+ class: "MsoNormal",
53
+ style: { "text-align": "left", "line-height": "150%" }
54
+ }, P = {
55
+ class: "MsoNormal",
56
+ "data-custom-class": "body_text",
57
+ style: { "line-height": "1.5" }
58
+ }, D = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, W = /* @__PURE__ */ t("div", {
59
+ align: "center",
60
+ class: "MsoNormal",
61
+ style: { "text-align": "left", "line-height": "1" }
62
+ }, [
63
+ /* @__PURE__ */ t("br")
64
+ ], -1), G = {
65
+ align: "center",
66
+ class: "MsoNormal",
67
+ style: { "text-align": "left", "line-height": "150%" }
68
+ }, B = {
69
+ class: "MsoNormal",
70
+ "data-custom-class": "body_text",
71
+ style: { "line-height": "1.5" }
72
+ }, F = { style: { "font-size": "15px" } }, H = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, j = {
73
+ "data-custom-class": "link",
74
+ href: "https://www.apple.com/legal/internet-services/itunes/us/terms.html",
75
+ rel: "noopener noreferrer",
76
+ target: "_blank"
77
+ }, K = { style: { "font-size": "15px" } }, V = /* @__PURE__ */ t("span", { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, "Apple Media Services Terms and Conditions", -1), Q = { style: { "font-size": "15px" } }, J = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, X = {
78
+ "data-custom-class": "link",
79
+ href: "https://play.google.com/intl/en_US/about/play-terms/",
80
+ rel: "noopener noreferrer",
81
+ target: "_blank"
82
+ }, Z = { style: { "font-size": "15px" } }, $ = /* @__PURE__ */ t("span", { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, "Google Play Terms of Service", -1), tt = { style: { "font-size": "15px" } }, et = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, st = /* @__PURE__ */ t("strong", null, "Usage Rules", -1), ot = { style: { "font-size": "15px" } }, it = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, at = /* @__PURE__ */ t("div", {
83
+ class: "MsoNormal",
84
+ "data-custom-class": "body_text",
85
+ style: { "line-height": "1" }
86
+ }, [
87
+ /* @__PURE__ */ t("br")
88
+ ], -1), nt = {
89
+ class: "MsoNormal",
90
+ "data-custom-class": "body_text",
91
+ style: { "line-height": "1.5" }
92
+ }, lt = { style: { "font-size": "15px" } }, ct = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, dt = /* @__PURE__ */ a('<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), rt = {
93
+ class: "MsoNormal",
94
+ "data-custom-class": "body_text",
95
+ style: { "line-height": "1.5" }
96
+ }, ht = {
97
+ "data-custom-class": "link",
98
+ href: "#scope"
99
+ }, pt = /* @__PURE__ */ t("div", {
100
+ class: "MsoNormal",
101
+ "data-custom-class": "body_text",
102
+ style: { "line-height": "1.5" }
103
+ }, [
104
+ /* @__PURE__ */ t("a", {
105
+ "data-custom-class": "link",
106
+ href: "#requirements"
107
+ }, "3. TECHNICAL REQUIREMENTS")
108
+ ], -1), ft = {
109
+ class: "MsoNormal",
110
+ "data-custom-class": "body_text",
111
+ style: { "line-height": "1.5" }
112
+ }, yt = /* @__PURE__ */ t("a", {
113
+ "data-custom-class": "link",
114
+ href: "#support"
115
+ }, "4. MAINTENANCE AND SUPPORT", -1), _t = {
116
+ class: "MsoNormal",
117
+ "data-custom-class": "body_text",
118
+ style: { "line-height": "1.5" }
119
+ }, gt = /* @__PURE__ */ t("a", {
120
+ "data-custom-class": "link",
121
+ href: "#datause"
122
+ }, "5. USE OF DATA", -1), bt = /* @__PURE__ */ t("div", {
123
+ class: "MsoNormal",
124
+ "data-custom-class": "body_text",
125
+ style: { "line-height": "1.5" }
126
+ }, [
127
+ /* @__PURE__ */ t("a", {
128
+ "data-custom-class": "link",
129
+ href: "#ugc"
130
+ }, "6. USER-GENERATED CONTRIBUTIONS")
131
+ ], -1), mt = {
132
+ class: "MsoNormal",
133
+ "data-custom-class": "body_text",
134
+ style: { "line-height": "1.5" }
135
+ }, ut = {
136
+ "data-custom-class": "link",
137
+ href: "#contribution"
138
+ }, xt = /* @__PURE__ */ a('<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), kt = /* @__PURE__ */ a('<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), vt = {
139
+ align: "center",
140
+ class: "MsoNormal",
141
+ style: { "text-align": "left", "line-height": "150%" }
142
+ }, zt = {
143
+ class: "MsoNormal",
144
+ "data-custom-class": "body_text",
145
+ style: { "line-height": "1.5" }
146
+ }, Nt = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, At = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Mt = /* @__PURE__ */ t("strong", null, "Licensed Application", -1), wt = /* @__PURE__ */ t("strong", null, "Devices", -1), Lt = {
147
+ class: "MsoNormal",
148
+ "data-custom-class": "body_text",
149
+ style: { "line-height": "1.1" }
150
+ }, Ct = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Ot = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Tt = /* @__PURE__ */ t("div", {
151
+ class: "MsoNormal",
152
+ "data-custom-class": "body_text",
153
+ style: { "line-height": "1" }
154
+ }, [
155
+ /* @__PURE__ */ t("br")
156
+ ], -1), Et = {
157
+ class: "MsoNormal",
158
+ "data-custom-class": "body_text",
159
+ style: { "line-height": "1.5" }
160
+ }, St = /* @__PURE__ */ t("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), Yt = /* @__PURE__ */ t("div", {
161
+ class: "MsoNormal",
162
+ style: { "line-height": "1.5" }
163
+ }, [
164
+ /* @__PURE__ */ t("br")
165
+ ], -1), It = /* @__PURE__ */ t("div", {
166
+ class: "MsoNormal",
167
+ style: { "line-height": "1.5" }
168
+ }, [
169
+ /* @__PURE__ */ t("br")
170
+ ], -1), Rt = {
171
+ class: "MsoNormal",
172
+ "data-custom-class": "heading_1",
173
+ id: "scope",
174
+ style: { "line-height": "1.5" }
175
+ }, qt = /* @__PURE__ */ t("a", { name: "_vhkegautf00d" }, null, -1), Ut = { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, Pt = { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, Dt = { style: { "font-size": "19px" } }, Wt = {
176
+ class: "MsoNormal",
177
+ style: { "line-height": "115%" }
178
+ }, Gt = { style: { "font-size": "15px" } }, Bt = /* @__PURE__ */ t("span", { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, [
179
+ /* @__PURE__ */ t("span", { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } })
180
+ ], -1), Ft = /* @__PURE__ */ t("div", {
181
+ align: "center",
182
+ class: "MsoNormal",
183
+ style: { "text-align": "left", "line-height": "1" }
184
+ }, [
185
+ /* @__PURE__ */ t("br")
186
+ ], -1), Ht = {
187
+ align: "center",
188
+ class: "MsoNormal",
189
+ style: { "text-align": "left", "line-height": "150%" }
190
+ }, jt = {
191
+ class: "MsoNormal",
192
+ "data-custom-class": "body_text",
193
+ style: { "line-height": "1.5" }
194
+ }, Kt = { style: { "font-size": "15px" } }, Vt = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Qt = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Jt = { style: { color: "rgb(89, 89, 89)" } }, Xt = { style: { color: "rgb(89, 89, 89)" } }, Zt = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, $t = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, te = /* @__PURE__ */ t("div", {
195
+ class: "MsoNormal",
196
+ "data-custom-class": "body_text",
197
+ style: { "line-height": "1" }
198
+ }, [
199
+ /* @__PURE__ */ t("br")
200
+ ], -1), ee = {
201
+ class: "MsoNormal",
202
+ "data-custom-class": "body_text",
203
+ style: { "line-height": "1.5" }
204
+ }, se = { style: { "font-size": "15px" } }, oe = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ie = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ae = { style: { color: "rgb(89, 89, 89)" } }, ne = { style: { color: "rgb(89, 89, 89)" } }, le = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, ce = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, de = /* @__PURE__ */ t("div", {
205
+ class: "MsoNormal",
206
+ "data-custom-class": "body_text",
207
+ style: { "line-height": "1" }
208
+ }, [
209
+ /* @__PURE__ */ t("br")
210
+ ], -1), re = {
211
+ class: "MsoNormal",
212
+ "data-custom-class": "body_text",
213
+ style: { "line-height": "1.5" }
214
+ }, he = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, pe = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, fe = { style: { color: "rgb(89, 89, 89)", "font-size": "14.6667px" } }, ye = { style: { color: "rgb(89, 89, 89)", "font-size": "14.6667px" } }, _e = { style: { "font-size": "15px" } }, ge = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, be = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, me = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, ue = /* @__PURE__ */ t("div", {
215
+ class: "MsoNormal",
216
+ "data-custom-class": "body_text",
217
+ style: { "line-height": "1" }
218
+ }, [
219
+ /* @__PURE__ */ t("br")
220
+ ], -1), xe = {
221
+ class: "MsoNormal",
222
+ "data-custom-class": "body_text",
223
+ style: { "line-height": "1.5" }
224
+ }, ke = { style: { "font-size": "15px" } }, ve = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ze = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ne = { style: { color: "rgb(89, 89, 89)" } }, Ae = { style: { color: "rgb(89, 89, 89)" } }, Me = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, we = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Le = { style: { color: "rgb(89, 89, 89)", "font-size": "14.6667px" } }, Ce = { style: { color: "rgb(89, 89, 89)", "font-size": "14.6667px" } }, Oe = /* @__PURE__ */ t("div", {
225
+ class: "MsoNormal",
226
+ "data-custom-class": "body_text",
227
+ style: { "line-height": "1" }
228
+ }, [
229
+ /* @__PURE__ */ t("br")
230
+ ], -1), Te = {
231
+ class: "MsoNormal",
232
+ "data-custom-class": "body_text",
233
+ style: { "line-height": "1.5" }
234
+ }, Ee = { style: { "font-size": "15px" } }, Se = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ye = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ie = { style: { color: "rgb(89, 89, 89)" } }, Re = { style: { color: "rgb(89, 89, 89)" } }, qe = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ue = /* @__PURE__ */ t("div", {
235
+ class: "MsoNormal",
236
+ "data-custom-class": "body_text",
237
+ style: { "line-height": "1" }
238
+ }, [
239
+ /* @__PURE__ */ t("br")
240
+ ], -1), Pe = {
241
+ class: "MsoNormal",
242
+ "data-custom-class": "body_text",
243
+ style: { "line-height": "1.5" }
244
+ }, De = { style: { "font-size": "15px" } }, We = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ge = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Be = { style: { color: "rgb(89, 89, 89)" } }, Fe = { style: { color: "rgb(89, 89, 89)" } }, He = { style: { "font-size": "15px" } }, je = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ke = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ve = { style: { color: "rgb(89, 89, 89)" } }, Qe = { style: { color: "rgb(89, 89, 89)" } }, Je = /* @__PURE__ */ t("div", {
245
+ class: "MsoNormal",
246
+ "data-custom-class": "body_text",
247
+ style: { "line-height": "1" }
248
+ }, [
249
+ /* @__PURE__ */ t("br")
250
+ ], -1), Xe = {
251
+ class: "MsoNormal",
252
+ "data-custom-class": "body_text",
253
+ style: { "line-height": "1.5" }
254
+ }, Ze = { style: { "font-size": "15px" } }, $e = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ts = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, es = { style: { color: "rgb(89, 89, 89)" } }, ss = { style: { color: "rgb(89, 89, 89)" } }, os = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, is = /* @__PURE__ */ t("div", {
255
+ class: "MsoNormal",
256
+ "data-custom-class": "body_text",
257
+ style: { "line-height": "1" }
258
+ }, [
259
+ /* @__PURE__ */ t("br")
260
+ ], -1), as = {
261
+ class: "MsoNormal",
262
+ "data-custom-class": "body_text",
263
+ style: { "line-height": "1.5" }
264
+ }, ns = { style: { "font-size": "15px" } }, ls = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, cs = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ds = { style: { color: "rgb(89, 89, 89)" } }, rs = { style: { color: "rgb(89, 89, 89)" } }, hs = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ps = { style: { "font-size": "15px" } }, fs = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ys = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, _s = { style: { color: "rgb(89, 89, 89)" } }, gs = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)" } }, [
265
+ /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)", "font-size": "14.6667px" } })
266
+ ], -1), bs = /* @__PURE__ */ t("div", {
267
+ align: "center",
268
+ class: "MsoNormal",
269
+ style: { "text-align": "left", "line-height": "1.5" }
270
+ }, [
271
+ /* @__PURE__ */ t("br")
272
+ ], -1), ms = {
273
+ align: "center",
274
+ class: "MsoNormal",
275
+ style: { "text-align": "left", "line-height": "150%" }
276
+ }, us = /* @__PURE__ */ a('<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), xs = {
277
+ class: "MsoNormal",
278
+ style: { "line-height": "115%" }
279
+ }, ks = { style: { "font-size": "15px" } }, vs = /* @__PURE__ */ t("div", {
280
+ class: "MsoNormal",
281
+ style: { "line-height": "1" }
282
+ }, [
283
+ /* @__PURE__ */ t("br")
284
+ ], -1), zs = {
285
+ class: "MsoNormal",
286
+ "data-custom-class": "body_text",
287
+ style: { "line-height": "1.5" }
288
+ }, Ns = { style: { "font-size": "15px" } }, As = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ms = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ws = { style: { color: "rgb(89, 89, 89)" } }, Ls = { style: { color: "rgb(89, 89, 89)" } }, Cs = { style: { "font-size": "15px" } }, Os = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ts = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Es = { style: { color: "rgb(89, 89, 89)" } }, Ss = { style: { color: "rgb(89, 89, 89)" } }, Ys = { style: { "font-size": "15px" } }, Is = /* @__PURE__ */ t("div", {
289
+ class: "MsoNormal",
290
+ style: { "line-height": "1" }
291
+ }, [
292
+ /* @__PURE__ */ t("br")
293
+ ], -1), Rs = {
294
+ class: "MsoNormal",
295
+ "data-custom-class": "body_text",
296
+ style: { "line-height": "1.5" }
297
+ }, qs = { style: { "font-size": "15px" } }, Us = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ps = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ds = { style: { color: "rgb(89, 89, 89)" } }, Ws = { style: { color: "rgb(89, 89, 89)" } }, Gs = { style: { "font-size": "15px" } }, Bs = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Fs = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Hs = { style: { color: "rgb(89, 89, 89)" } }, js = { style: { color: "rgb(89, 89, 89)" } }, Ks = { style: { "font-size": "15px" } }, Vs = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Qs = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Js = { style: { color: "rgb(89, 89, 89)" } }, Xs = { style: { color: "rgb(89, 89, 89)" } }, Zs = { style: { "font-size": "15px" } }, $s = /* @__PURE__ */ t("div", {
298
+ class: "MsoNormal",
299
+ style: { "line-height": "1" }
300
+ }, [
301
+ /* @__PURE__ */ t("br")
302
+ ], -1), to = {
303
+ class: "MsoNormal",
304
+ "data-custom-class": "body_text",
305
+ style: { "line-height": "1.5" }
306
+ }, eo = { style: { "font-size": "15px" } }, so = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, oo = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, io = { style: { color: "rgb(89, 89, 89)" } }, ao = { style: { color: "rgb(89, 89, 89)" } }, no = { 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 = { style: { color: "rgb(89, 89, 89)" } }, ho = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, po = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, fo = { style: { color: "rgb(89, 89, 89)" } }, yo = { style: { color: "rgb(89, 89, 89)" } }, _o = { 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)" } }, mo = { style: { color: "rgb(89, 89, 89)" } }, uo = {
307
+ class: "MsoNormal",
308
+ style: { "line-height": "115%" }
309
+ }, xo = /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, null, -1), ko = /* @__PURE__ */ a('<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), vo = {
310
+ class: "MsoNormal",
311
+ "data-custom-class": "body_text",
312
+ style: { "line-height": "1.5" }
313
+ }, zo = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, No = /* @__PURE__ */ t("div", {
314
+ class: "MsoNormal",
315
+ style: { "line-height": "1" }
316
+ }, [
317
+ /* @__PURE__ */ t("br")
318
+ ], -1), Ao = {
319
+ class: "MsoNormal",
320
+ "data-custom-class": "body_text",
321
+ style: { "line-height": "1.5" }
322
+ }, Mo = { style: { "line-height": "16.8667px" } }, wo = { style: { "line-height": "16.8667px" } }, Lo = { style: { "line-height": "16.8667px" } }, Co = { style: { "line-height": "16.8667px" } }, Oo = /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, "4.2 ", -1), To = { style: { "font-size": "15px" } }, Eo = { style: { "font-size": "15px" } }, So = {
323
+ class: "MsoNormal",
324
+ style: { "line-height": "115%" }
325
+ }, Yo = { style: { "font-size": "15px" } }, Io = /* @__PURE__ */ a('<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), Ro = {
326
+ class: "MsoNormal",
327
+ "data-custom-class": "body_text",
328
+ style: { "line-height": "1.5" }
329
+ }, qo = { style: { "font-size": "15px" } }, Uo = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Po = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Do = { style: { color: "rgb(89, 89, 89)" } }, Wo = { style: { color: "rgb(89, 89, 89)" } }, Go = /* @__PURE__ */ t("a", {
330
+ href: "https://thecommunephuket.com/legal/privacy-policy",
331
+ target: "_blank",
332
+ "data-custom-class": "link"
333
+ }, "https://thecommunephuket.com/legal/privacy-policy", -1), Bo = /* @__PURE__ */ t("div", {
334
+ class: "MsoNormal",
335
+ style: { "line-height": "1" }
336
+ }, [
337
+ /* @__PURE__ */ t("br")
338
+ ], -1), Fo = {
339
+ class: "MsoNormal",
340
+ "data-custom-class": "body_text",
341
+ style: { "line-height": "1.5" }
342
+ }, Ho = /* @__PURE__ */ t("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), jo = { style: { "font-size": "15px" } }, Ko = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Vo = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Qo = { style: { color: "rgb(89, 89, 89)" } }, Jo = { style: { color: "rgb(89, 89, 89)" } }, Xo = { style: { "font-size": "15px" } }, Zo = /* @__PURE__ */ a('<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), $o = {
343
+ class: "MsoNormal",
344
+ "data-custom-class": "body_text",
345
+ style: { "line-height": "1.5" }
346
+ }, ti = { style: { "font-size": "15px" } }, ei = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, si = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, oi = { style: { color: "rgb(89, 89, 89)" } }, ii = { style: { color: "rgb(89, 89, 89)" } }, ai = /* @__PURE__ */ t("div", {
347
+ class: "MsoNormal",
348
+ style: { "line-height": "1" }
349
+ }, [
350
+ /* @__PURE__ */ t("br")
351
+ ], -1), ni = /* @__PURE__ */ t("div", {
352
+ class: "MsoNormal",
353
+ "data-custom-class": "body_text",
354
+ style: { "line-height": "1.5", "margin-left": "20px" }
355
+ }, [
356
+ /* @__PURE__ */ t("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.")
357
+ ], -1), li = {
358
+ class: "MsoNormal",
359
+ "data-custom-class": "body_text",
360
+ style: { "line-height": "1.5", "margin-left": "20px" }
361
+ }, ci = { style: { "font-size": "15px" } }, di = {
362
+ class: "MsoNormal",
363
+ "data-custom-class": "body_text",
364
+ style: { "line-height": "1.5", "margin-left": "20px" }
365
+ }, ri = { style: { "font-size": "15px" } }, hi = /* @__PURE__ */ t("div", {
366
+ class: "MsoNormal",
367
+ "data-custom-class": "body_text",
368
+ style: { "line-height": "1.5", "margin-left": "20px" }
369
+ }, [
370
+ /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, "4. Your Contributions are not false, inaccurate, or misleading.")
371
+ ], -1), pi = {
372
+ class: "MsoNormal",
373
+ "data-custom-class": "body_text",
374
+ style: { "line-height": "1.5", "margin-left": "20px" }
375
+ }, fi = { style: { "font-size": "15px" } }, yi = {
376
+ class: "MsoNormal",
377
+ "data-custom-class": "body_text",
378
+ style: { "line-height": "1.5", "margin-left": "20px" }
379
+ }, _i = { style: { "font-size": "15px" } }, gi = /* @__PURE__ */ a('<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), bi = {
380
+ class: "MsoNormal",
381
+ "data-custom-class": "body_text",
382
+ style: { "line-height": "1.5", "margin-left": "20px" }
383
+ }, mi = { style: { "font-size": "15px" } }, ui = /* @__PURE__ */ t("div", {
384
+ class: "MsoNormal",
385
+ style: { "line-height": "1", "margin-left": "20px" }
386
+ }, [
387
+ /* @__PURE__ */ t("br")
388
+ ], -1), xi = {
389
+ class: "MsoNormal",
390
+ "data-custom-class": "body_text",
391
+ style: { "line-height": "1.5" }
392
+ }, ki = { style: { "font-size": "15px" } }, vi = /* @__PURE__ */ t("div", {
393
+ class: "MsoNormal",
394
+ style: { "line-height": "1.5" }
395
+ }, [
396
+ /* @__PURE__ */ t("br")
397
+ ], -1), zi = /* @__PURE__ */ t("div", {
398
+ class: "MsoNormal",
399
+ style: { "line-height": "1.5" }
400
+ }, [
401
+ /* @__PURE__ */ t("br")
402
+ ], -1), Ni = {
403
+ class: "MsoNormal",
404
+ "data-custom-class": "heading_1",
405
+ id: "contribution",
406
+ style: { "line-height": "17.25px" }
407
+ }, Ai = { style: { "line-height": "24.5333px", "font-size": "19px" } }, Mi = { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, wi = { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, Li = { style: { "font-size": "19px" } }, Ci = {
408
+ class: "MsoNormal",
409
+ style: { "line-height": "1.5" }
410
+ }, Oi = /* @__PURE__ */ t("div", {
411
+ class: "MsoNormal",
412
+ style: { "line-height": "1" }
413
+ }, [
414
+ /* @__PURE__ */ t("br")
415
+ ], -1), Ti = {
416
+ class: "MsoNormal",
417
+ "data-custom-class": "body_text",
418
+ style: { "line-height": "1.5" }
419
+ }, Ei = { style: { "font-size": "15px" } }, Si = /* @__PURE__ */ t("div", {
420
+ class: "MsoNormal",
421
+ style: { "line-height": "1" }
422
+ }, [
423
+ /* @__PURE__ */ t("br")
424
+ ], -1), Yi = {
425
+ class: "MsoNormal",
426
+ "data-custom-class": "body_text",
427
+ style: { "line-height": "1.5" }
428
+ }, Ii = { style: { "font-size": "15px" } }, Ri = /* @__PURE__ */ t("div", {
429
+ class: "MsoNormal",
430
+ style: { "line-height": "1" }
431
+ }, [
432
+ /* @__PURE__ */ t("br")
433
+ ], -1), qi = /* @__PURE__ */ t("div", {
434
+ class: "MsoNormal",
435
+ "data-custom-class": "body_text",
436
+ style: { "line-height": "1.5" }
437
+ }, [
438
+ /* @__PURE__ */ t("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.")
439
+ ], -1), Ui = /* @__PURE__ */ t("div", {
440
+ class: "MsoNormal",
441
+ style: { "line-height": "1" }
442
+ }, [
443
+ /* @__PURE__ */ t("br")
444
+ ], -1), Pi = {
445
+ class: "MsoNormal",
446
+ "data-custom-class": "body_text",
447
+ style: { "line-height": "1.5" }
448
+ }, Di = { style: { "font-size": "15px" } }, Wi = /* @__PURE__ */ a('<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), Gi = {
449
+ class: "MsoNormal",
450
+ style: { "line-height": "115%" }
451
+ }, Bi = { style: { "font-size": "15px" } }, Fi = /* @__PURE__ */ t("div", {
452
+ class: "MsoNormal",
453
+ style: { "line-height": "1" }
454
+ }, [
455
+ /* @__PURE__ */ t("br")
456
+ ], -1), Hi = {
457
+ class: "MsoNormal",
458
+ "data-custom-class": "body_text",
459
+ style: { "line-height": "1.5" }
460
+ }, ji = { style: { "font-size": "15px" } }, Ki = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Vi = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Qi = { style: { color: "rgb(89, 89, 89)" } }, Ji = { style: { color: "rgb(89, 89, 89)" } }, Xi = { style: { "font-size": "15px" } }, Zi = /* @__PURE__ */ t("div", {
461
+ class: "MsoNormal",
462
+ style: { "line-height": "1" }
463
+ }, [
464
+ /* @__PURE__ */ t("br")
465
+ ], -1), $i = {
466
+ class: "MsoNormal",
467
+ "data-custom-class": "body_text",
468
+ style: { "line-height": "1.5" }
469
+ }, ta = { style: { "font-size": "15px" } }, ea = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, sa = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, oa = { style: { color: "rgb(89, 89, 89)" } }, ia = { style: { color: "rgb(89, 89, 89)" } }, aa = { style: { "font-size": "15px" } }, na = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, la = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ca = { style: { color: "rgb(89, 89, 89)" } }, da = { style: { color: "rgb(89, 89, 89)" } }, ra = { style: { "font-size": "15px" } }, ha = /* @__PURE__ */ a('<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), pa = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1" } }, [
470
+ /* @__PURE__ */ t("br")
471
+ ], -1), fa = {
472
+ class: "MsoNormal",
473
+ "data-custom-class": "body_text",
474
+ style: { "line-height": "1.5" }
475
+ }, ya = { style: { "font-size": "15px" } }, _a = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ga = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ba = /* @__PURE__ */ t("div", { style: { "line-height": "1" } }, [
476
+ /* @__PURE__ */ t("br")
477
+ ], -1), ma = {
478
+ class: "MsoNormal",
479
+ "data-custom-class": "body_text",
480
+ style: { "line-height": "1.5" }
481
+ }, ua = { style: { "font-size": "15px" } }, xa = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ka = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, va = { style: { color: "rgb(89, 89, 89)" } }, za = { style: { color: "rgb(89, 89, 89)" } }, Na = /* @__PURE__ */ t("div", { style: { "line-height": "1" } }, [
482
+ /* @__PURE__ */ t("br")
483
+ ], -1), Aa = {
484
+ class: "MsoNormal",
485
+ "data-custom-class": "body_text",
486
+ style: { "line-height": "1.5" }
487
+ }, Ma = { style: { "font-size": "15px" } }, wa = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, La = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ca = { style: { color: "rgb(89, 89, 89)" } }, Oa = { style: { color: "rgb(89, 89, 89)" } }, Ta = {
488
+ "data-custom-class": "link",
489
+ href: "#contact"
490
+ }, Ea = { style: { "font-size": "15px" } }, Sa = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ya = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ia = { style: { color: "rgb(89, 89, 89)" } }, Ra = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)" } }, "Contact Information", -1), qa = { style: { "font-size": "15px" } }, Ua = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Pa = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Da = { style: { color: "rgb(89, 89, 89)" } }, Wa = { style: { color: "rgb(89, 89, 89)" } }, Ga = /* @__PURE__ */ t("div", { style: { "line-height": "1" } }, [
491
+ /* @__PURE__ */ t("br")
492
+ ], -1), Ba = {
493
+ class: "MsoNormal",
494
+ "data-custom-class": "body_text",
495
+ style: { "line-height": "1.5" }
496
+ }, Fa = { style: { "font-size": "15px" } }, Ha = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ja = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ka = { style: { color: "rgb(89, 89, 89)" } }, Va = { style: { color: "rgb(89, 89, 89)" } }, Qa = /* @__PURE__ */ t("div", { style: { "line-height": "1" } }, [
497
+ /* @__PURE__ */ t("br")
498
+ ], -1), Ja = { style: { "text-align": "left", "line-height": "1" } }, Xa = {
499
+ class: "MsoNormal",
500
+ "data-custom-class": "body_text",
501
+ style: { "line-height": "1.5" }
502
+ }, Za = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, $a = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, tn = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, en = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, sn = { style: { "font-size": "15px" } }, on = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, an = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, nn = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1" } }, [
503
+ /* @__PURE__ */ t("br")
504
+ ], -1), ln = { style: { "text-align": "left", "line-height": "1.5" } }, cn = {
505
+ class: "MsoNormal",
506
+ "data-custom-class": "body_text",
507
+ style: { "line-height": "1.5" }
508
+ }, dn = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, rn = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, hn = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, pn = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, fn = { style: { "font-size": "15px" } }, yn = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, _n = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, gn = { style: { "text-align": "left", "line-height": "1.5" } }, bn = /* @__PURE__ */ a('<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), mn = { style: { "text-align": "left", "line-height": "1" } }, un = {
509
+ class: "MsoNormal",
510
+ "data-custom-class": "body_text",
511
+ style: { "line-height": "1.5" }
512
+ }, xn = /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, "NO MORE SNOW CO.,LTD.", -1), kn = /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, " ", -1), vn = /* @__PURE__ */ t("span", { style: { "font-size": "15px", "line-height": "115%", "font-family": "Arial", color: "rgb(89, 89, 89)" } }, "and the End-User acknow", -1), zn = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Nn = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1" } }, [
513
+ /* @__PURE__ */ t("br")
514
+ ], -1), An = { style: { "text-align": "left", "line-height": "1" } }, Mn = /* @__PURE__ */ t("div", {
515
+ class: "MsoNormal",
516
+ "data-custom-class": "body_text",
517
+ style: { "line-height": "1.5", "margin-left": "20px" }
518
+ }, [
519
+ /* @__PURE__ */ t("span", { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, "(i) product liability claims;")
520
+ ], -1), wn = { style: { "text-align": "left", "line-height": "1" } }, Ln = /* @__PURE__ */ t("div", {
521
+ class: "MsoNormal",
522
+ "data-custom-class": "body_text",
523
+ style: { "line-height": "1.5", "margin-left": "20px" }
524
+ }, [
525
+ /* @__PURE__ */ t("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")
526
+ ], -1), Cn = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1" } }, [
527
+ /* @__PURE__ */ t("br")
528
+ ], -1), On = { style: { "text-align": "left", "line-height": "1" } }, Tn = {
529
+ class: "MsoNormal",
530
+ "data-custom-class": "body_text",
531
+ style: { "line-height": "1.5", "margin-left": "20px" }
532
+ }, En = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Sn = /* @__PURE__ */ t("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), Yn = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1.5" } }, [
533
+ /* @__PURE__ */ t("br")
534
+ ], -1), In = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1.5" } }, [
535
+ /* @__PURE__ */ t("br")
536
+ ], -1), Rn = { style: { "text-align": "left", "line-height": "1" } }, qn = /* @__PURE__ */ t("div", {
537
+ class: "MsoNormal",
538
+ "data-custom-class": "heading_1",
539
+ id: "compliance",
540
+ style: { "line-height": "17.25px" }
541
+ }, [
542
+ /* @__PURE__ */ t("strong", null, [
543
+ /* @__PURE__ */ t("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" } }, [
544
+ /* @__PURE__ */ t("strong", null, [
545
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
546
+ /* @__PURE__ */ t("strong", null, [
547
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
548
+ /* @__PURE__ */ t("strong", null, [
549
+ /* @__PURE__ */ t("span", { style: { "line-height": "24.5333px", "font-size": "19px" } }, [
550
+ /* @__PURE__ */ t("strong", null, [
551
+ /* @__PURE__ */ t("span", { style: { "line-height": "24.5333px", "font-size": "19px" } }, [
552
+ /* @__PURE__ */ t("strong", null, [
553
+ /* @__PURE__ */ t("span", { style: { "line-height": "24.5333px", "font-size": "19px" } }, [
554
+ /* @__PURE__ */ t("strong", null, [
555
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
556
+ /* @__PURE__ */ t("strong", null, [
557
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
558
+ /* @__PURE__ */ t("span", { style: { "font-size": "19px" } }, [
559
+ /* @__PURE__ */ t("strong", null, "11. LEGAL COMPLIANCE")
560
+ ])
561
+ ])
562
+ ])
563
+ ])
564
+ ])
565
+ ])
566
+ ])
567
+ ])
568
+ ])
569
+ ])
570
+ ])
571
+ ])
572
+ ])
573
+ ])
574
+ ])
575
+ ])
576
+ ])
577
+ ], -1), Un = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1" } }, [
578
+ /* @__PURE__ */ t("br")
579
+ ], -1), Pn = { style: { "text-align": "left", "line-height": "1" } }, Dn = {
580
+ class: "MsoNormal",
581
+ "data-custom-class": "body_text",
582
+ style: { "font-size": "14.6667px", "line-height": "1.5" }
583
+ }, Wn = { style: { "font-size": "15px", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Gn = /* @__PURE__ */ t("div", { style: { "line-height": "1.5" } }, [
584
+ /* @__PURE__ */ t("br")
585
+ ], -1), Bn = /* @__PURE__ */ t("div", { style: { "line-height": "1.5" } }, [
586
+ /* @__PURE__ */ t("br")
587
+ ], -1), Fn = { style: { "text-align": "left", "line-height": "1" } }, Hn = /* @__PURE__ */ t("div", {
588
+ class: "MsoNormal",
589
+ "data-custom-class": "heading_1",
590
+ id: "contact",
591
+ style: { "line-height": "115%" }
592
+ }, [
593
+ /* @__PURE__ */ t("strong", null, [
594
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
595
+ /* @__PURE__ */ t("strong", null, [
596
+ /* @__PURE__ */ t("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" } }, [
597
+ /* @__PURE__ */ t("strong", null, [
598
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
599
+ /* @__PURE__ */ t("strong", null, [
600
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
601
+ /* @__PURE__ */ t("strong", null, [
602
+ /* @__PURE__ */ t("span", { style: { "line-height": "24.5333px", "font-size": "19px" } }, [
603
+ /* @__PURE__ */ t("strong", null, [
604
+ /* @__PURE__ */ t("span", { style: { "line-height": "24.5333px", "font-size": "19px" } }, [
605
+ /* @__PURE__ */ t("strong", null, [
606
+ /* @__PURE__ */ t("span", { style: { "line-height": "24.5333px", "font-size": "19px" } }, [
607
+ /* @__PURE__ */ t("strong", null, [
608
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
609
+ /* @__PURE__ */ t("strong", null, [
610
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
611
+ /* @__PURE__ */ t("span", { style: { "font-size": "19px" } }, [
612
+ /* @__PURE__ */ t("strong", null, "12. CONTACT INFORMATION")
613
+ ])
614
+ ])
615
+ ])
616
+ ])
617
+ ])
618
+ ])
619
+ ])
620
+ ])
621
+ ])
622
+ ])
623
+ ])
624
+ ])
625
+ ])
626
+ ])
627
+ ])
628
+ ])
629
+ ])
630
+ ])
631
+ ])
632
+ ], -1), jn = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1" } }, [
633
+ /* @__PURE__ */ t("br")
634
+ ], -1), Kn = { style: { "text-align": "left", "line-height": "1" } }, Vn = /* @__PURE__ */ t("div", {
635
+ class: "MsoNormal",
636
+ "data-custom-class": "body_text",
637
+ style: { "line-height": "1.5" }
638
+ }, [
639
+ /* @__PURE__ */ t("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:")
640
+ ], -1), Qn = {
641
+ class: "MsoNormal",
642
+ "data-custom-class": "body_text",
643
+ style: { "line-height": "1.5" }
644
+ }, Jn = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Xn = {
645
+ class: "MsoNormal",
646
+ "data-custom-class": "body_text",
647
+ style: { "line-height": "1.5" }
648
+ }, Zn = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, $n = {
649
+ class: "MsoNormal",
650
+ "data-custom-class": "body_text",
651
+ style: { "line-height": "1.5" }
652
+ }, tl = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, el = {
653
+ class: "MsoNormal",
654
+ "data-custom-class": "body_text",
655
+ style: { "line-height": "1.5" }
656
+ }, sl = { style: { "font-size": "15px" } }, ol = {
657
+ class: "MsoNormal",
658
+ "data-custom-class": "body_text",
659
+ style: { "line-height": "1.5" }
660
+ }, il = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, al = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1.5" } }, [
661
+ /* @__PURE__ */ t("br")
662
+ ], -1), nl = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1.5" } }, [
663
+ /* @__PURE__ */ t("br")
664
+ ], -1), ll = { style: { "text-align": "left", "line-height": "1" } }, cl = /* @__PURE__ */ t("div", {
665
+ class: "MsoNormal",
666
+ "data-custom-class": "heading_1",
667
+ id: "termination",
668
+ style: { "line-height": "1.5" }
669
+ }, [
670
+ /* @__PURE__ */ t("strong", null, [
671
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
672
+ /* @__PURE__ */ t("strong", null, [
673
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
674
+ /* @__PURE__ */ t("strong", null, [
675
+ /* @__PURE__ */ t("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" } }, [
676
+ /* @__PURE__ */ t("strong", null, [
677
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
678
+ /* @__PURE__ */ t("strong", null, [
679
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
680
+ /* @__PURE__ */ t("strong", null, [
681
+ /* @__PURE__ */ t("span", { style: { "line-height": "24.5333px", "font-size": "19px" } }, [
682
+ /* @__PURE__ */ t("strong", null, [
683
+ /* @__PURE__ */ t("span", { style: { "line-height": "24.5333px", "font-size": "19px" } }, [
684
+ /* @__PURE__ */ t("strong", null, [
685
+ /* @__PURE__ */ t("span", { style: { "line-height": "24.5333px", "font-size": "19px" } }, [
686
+ /* @__PURE__ */ t("strong", null, [
687
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
688
+ /* @__PURE__ */ t("strong", null, [
689
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
690
+ /* @__PURE__ */ t("span", { style: { "font-size": "19px" } }, [
691
+ /* @__PURE__ */ t("strong", null, "13. TERMINATION")
692
+ ])
693
+ ])
694
+ ])
695
+ ])
696
+ ])
697
+ ])
698
+ ])
699
+ ])
700
+ ])
701
+ ])
702
+ ])
703
+ ])
704
+ ])
705
+ ])
706
+ ])
707
+ ])
708
+ ])
709
+ ])
710
+ ])
711
+ ])
712
+ ])
713
+ ], -1), dl = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1" } }, [
714
+ /* @__PURE__ */ t("br")
715
+ ], -1), rl = { style: { "text-align": "left", "line-height": "1" } }, hl = {
716
+ class: "MsoNormal",
717
+ "data-custom-class": "body_text",
718
+ style: { "line-height": "1.5" }
719
+ }, pl = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, fl = { style: { "text-align": "left", "line-height": "1.5" } }, yl = /* @__PURE__ */ t("div", {
720
+ class: "MsoNormal",
721
+ style: { "line-height": "1.5" }
722
+ }, [
723
+ /* @__PURE__ */ t("br")
724
+ ], -1), _l = /* @__PURE__ */ a('<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), gl = { style: { "text-align": "left" } }, bl = {
725
+ class: "MsoNormal",
726
+ "data-custom-class": "body_text",
727
+ style: { "line-height": "1.5" }
728
+ }, ml = { style: { "font-size": "15px", "line-height": "115%", "font-family": "Arial", color: "rgb(89, 89, 89)" } }, ul = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1" } }, [
729
+ /* @__PURE__ */ t("br")
730
+ ], -1), xl = { style: { "text-align": "left" } }, kl = {
731
+ class: "MsoNormal",
732
+ "data-custom-class": "body_text",
733
+ style: { "line-height": "1.5" }
734
+ }, vl = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, zl = /* @__PURE__ */ a('<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), Nl = { style: { "text-align": "left" } }, Al = {
735
+ class: "MsoNormal",
736
+ "data-custom-class": "body_text",
737
+ style: { "line-height": "1.5" }
738
+ }, Ml = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, wl = /* @__PURE__ */ a('<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), Ll = { style: { "text-align": "left" } }, Cl = {
739
+ class: "MsoNormal",
740
+ "data-custom-class": "body_text",
741
+ style: { "line-height": "1.5" }
742
+ }, Ol = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Tl = /* @__PURE__ */ t("div", { style: { "text-align": "left", "line-height": "1.5" } }, [
743
+ /* @__PURE__ */ t("br")
744
+ ], -1), El = { style: { "text-align": "left" } }, Sl = /* @__PURE__ */ a('<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), Yl = {
745
+ class: "MsoNormal",
746
+ style: { "line-height": "1" }
747
+ }, Il = {
748
+ class: "MsoNormal",
749
+ "data-custom-class": "body_text",
750
+ style: { "line-height": "1.5" }
751
+ }, Rl = { 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" } }, Ul = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Pl = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Dl = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Wl = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Gl = { style: { "font-size": "15px" } }, Bl = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Fl = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Hl = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, jl = { style: { "font-size": "15px" } }, Kl = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Vl = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ql = { style: { color: "rgb(89, 89, 89)" } }, Jl = { style: { color: "rgb(89, 89, 89)" } }, Xl = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Zl = { style: { "font-size": "15px" } }, $l = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, tc = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ec = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, sc = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, oc = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, ic = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, ac = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, nc = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, lc = { style: { "font-size": "15px" } }, cc = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, dc = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, rc = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, hc = { style: { "font-size": "15px" } }, pc = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, fc = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, yc = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)" } }, ".1", -1), _c = {
752
+ class: "MsoNormal",
753
+ "data-custom-class": "body_text",
754
+ style: { "line-height": "1.5" }
755
+ }, gc = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, bc = { 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" } }, uc = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, xc = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, kc = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, vc = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, zc = { style: { "font-size": "15px" } }, Nc = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Ac = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Mc = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, wc = { style: { "font-size": "15px" } }, Lc = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Cc = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Oc = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)" } }, ".2", -1);
756
+ function Tc(Ec, Sc) {
757
+ const s = l("bdt"), n = l("font");
758
+ return c(), d("div", p, [
759
+ t("div", f, [
760
+ t("div", y, [
761
+ _,
762
+ g,
763
+ e(s, { class: "question" }, {
764
+ default: o(() => [
765
+ b
766
+ ]),
767
+ _: 1
768
+ }),
769
+ m,
770
+ t("div", u, [
771
+ x,
772
+ t("div", k, [
773
+ t("span", v, [
774
+ e(s, { class: "question" }, {
775
+ default: o(() => [
776
+ i("The Commune")
777
+ ]),
778
+ _: 1
779
+ }),
780
+ i(" is licensed to You (End-User) by "),
781
+ e(s, { class: "question" }, {
782
+ default: o(() => [
783
+ i("NO MORE SNOW CO.,LTD.")
784
+ ]),
785
+ _: 1
786
+ }),
787
+ i(" , located "),
788
+ e(s, { class: "block-component" }),
789
+ i(" at "),
790
+ e(s, { class: "question" }, {
791
+ default: o(() => [
792
+ i("10 Karon Rd, Tambon Karon, Amphoe Mueang Phuket, Chang Wat Phuket 83100, Thailand")
793
+ ]),
794
+ _: 1
795
+ }),
796
+ i(" , "),
797
+ t("span", z, [
798
+ e(s, { class: "block-component" }),
799
+ e(s, { class: "question" }, {
800
+ default: o(() => [
801
+ i("Tambon Karon")
802
+ ]),
803
+ _: 1
804
+ }),
805
+ e(s, { class: "statement-end-if-in-editor" }),
806
+ e(s, { class: "question" }, {
807
+ default: o(() => [
808
+ i("83100")
809
+ ]),
810
+ _: 1
811
+ }),
812
+ t("span", N, [
813
+ e(s, { class: "block-component" }),
814
+ i(" , "),
815
+ e(s, { class: "question" }, {
816
+ default: o(() => [
817
+ i("Thailand")
818
+ ]),
819
+ _: 1
820
+ }),
821
+ e(s, { class: "statement-end-if-in-editor" }),
822
+ i("   ")
823
+ ])
824
+ ]),
825
+ i(" ( "),
826
+ e(s, { class: "block-component" }),
827
+ i(' "'),
828
+ A,
829
+ i('" '),
830
+ e(s, { class: "statement-end-if-in-editor" }),
831
+ i(" ), for use only under the terms of this "),
832
+ e(s, { class: "block-component" }),
833
+ i(" License "),
834
+ e(s, { class: "statement-end-if-in-editor" }),
835
+ i(" Agreement. "),
836
+ e(s, { class: "block-component" })
837
+ ]),
838
+ t("span", M, [
839
+ t("span", w, [
840
+ t("span", L, [
841
+ t("span", C, [
842
+ t("span", O, [
843
+ t("span", T, [
844
+ e(s, { class: "block-component" })
845
+ ])
846
+ ])
847
+ ])
848
+ ])
849
+ ])
850
+ ])
851
+ ])
852
+ ]),
853
+ E,
854
+ t("div", S, [
855
+ t("div", Y, [
856
+ t("span", I, [
857
+ i(" By downloading the Licensed Application from "),
858
+ e(s, { class: "block-component" }),
859
+ i(" Apple's software distribution platform ( "),
860
+ e(s, { class: "block-component" }),
861
+ i(' "App Store" '),
862
+ e(s, { class: "statement-end-if-in-editor" }),
863
+ i(" ) "),
864
+ e(s, { class: "statement-end-if-in-editor" }),
865
+ e(s, { class: "block-component" }),
866
+ i(" and "),
867
+ e(s, { class: "statement-end-if-in-editor" }),
868
+ e(s, { class: "block-component" }),
869
+ i(" Google's software distribution platform ( "),
870
+ e(s, { class: "block-component" }),
871
+ i(' "Play Store" '),
872
+ e(s, { class: "statement-end-if-in-editor" }),
873
+ i(" ) "),
874
+ e(s, { class: "statement-end-if-in-editor" }),
875
+ i(" , and any update thereto (as permitted by this "),
876
+ e(s, { class: "block-component" }),
877
+ i(" License "),
878
+ e(s, { class: "statement-end-if-in-editor" }),
879
+ i(" Agreement), You indicate that You agree to be bound by all of the terms and conditions of this "),
880
+ e(s, { class: "block-component" }),
881
+ i(" License "),
882
+ e(s, { class: "statement-end-if-in-editor" }),
883
+ i(" Agreement, and that You accept this "),
884
+ e(s, { class: "block-component" }),
885
+ i(" License "),
886
+ e(s, { class: "statement-end-if-in-editor" }),
887
+ i(" Agreement. "),
888
+ e(s, { class: "block-component" }),
889
+ i(" App Store and Play Store are "),
890
+ e(s, { class: "block-component" }),
891
+ i(" referred to in this "),
892
+ e(s, { class: "block-component" }),
893
+ i(" License "),
894
+ e(s, { class: "statement-end-if-in-editor" }),
895
+ i(" Agreement as "),
896
+ e(s, { class: "block-component" }),
897
+ i(' "'),
898
+ R,
899
+ i('." '),
900
+ e(s, { class: "statement-end-if-in-editor" })
901
+ ])
902
+ ])
903
+ ]),
904
+ q,
905
+ t("div", U, [
906
+ t("div", P, [
907
+ t("span", D, [
908
+ i(" The parties of this "),
909
+ e(s, { class: "block-component" }),
910
+ i(" License "),
911
+ e(s, { class: "statement-end-if-in-editor" }),
912
+ i(" Agreement acknowledge that the Services are not a Party to this "),
913
+ e(s, { class: "block-component" }),
914
+ i(" License "),
915
+ e(s, { class: "statement-end-if-in-editor" }),
916
+ i(" Agreement and are not bound by any provisions or obligations with regard to the Licensed Application, such as warranty, liability, maintenance and support thereof. "),
917
+ e(s, { class: "question" }, {
918
+ default: o(() => [
919
+ i("NO MORE SNOW CO.,LTD.")
920
+ ]),
921
+ _: 1
922
+ }),
923
+ i(" , not the Services, is solely responsible for the Licensed Application and the content thereof. ")
924
+ ])
925
+ ])
926
+ ]),
927
+ W,
928
+ t("div", G, [
929
+ t("div", B, [
930
+ e(s, { "data-type": "conditional-block" }, {
931
+ default: o(() => [
932
+ t("span", F, [
933
+ e(s, { "data-type": "body" }, {
934
+ default: o(() => [
935
+ t("span", H, [
936
+ i(" This "),
937
+ e(s, { class: "block-component" }),
938
+ i(" License "),
939
+ e(s, { class: "statement-end-if-in-editor" }),
940
+ i(" Agreement may not provide for usage rules for the Licensed Application that are in conflict with the latest "),
941
+ e(s, { class: "block-component" })
942
+ ])
943
+ ]),
944
+ _: 1
945
+ })
946
+ ])
947
+ ]),
948
+ _: 1
949
+ }),
950
+ t("a", j, [
951
+ e(s, { "data-type": "conditional-block" }, {
952
+ default: o(() => [
953
+ t("span", K, [
954
+ e(s, { "data-type": "body" }, {
955
+ default: o(() => [
956
+ V
957
+ ]),
958
+ _: 1
959
+ })
960
+ ])
961
+ ]),
962
+ _: 1
963
+ })
964
+ ]),
965
+ e(s, { "data-type": "conditional-block" }, {
966
+ default: o(() => [
967
+ t("span", Q, [
968
+ e(s, { "data-type": "body" }, {
969
+ default: o(() => [
970
+ t("span", J, [
971
+ e(s, { class: "statement-end-if-in-editor" }),
972
+ e(s, { class: "block-component" }),
973
+ i(" and "),
974
+ e(s, { class: "statement-end-if-in-editor" }),
975
+ e(s, { class: "block-component" })
976
+ ])
977
+ ]),
978
+ _: 1
979
+ })
980
+ ])
981
+ ]),
982
+ _: 1
983
+ }),
984
+ t("a", X, [
985
+ e(s, { "data-type": "conditional-block" }, {
986
+ default: o(() => [
987
+ t("span", Z, [
988
+ e(s, { "data-type": "body" }, {
989
+ default: o(() => [
990
+ $
991
+ ]),
992
+ _: 1
993
+ })
994
+ ])
995
+ ]),
996
+ _: 1
997
+ })
998
+ ]),
999
+ e(s, { "data-type": "conditional-block" }, {
1000
+ default: o(() => [
1001
+ t("span", tt, [
1002
+ e(s, { "data-type": "body" }, {
1003
+ default: o(() => [
1004
+ t("span", et, [
1005
+ e(s, { class: "statement-end-if-in-editor" }),
1006
+ i(" ( "),
1007
+ e(s, { class: "block-component" }),
1008
+ i(' "'),
1009
+ st,
1010
+ i('" '),
1011
+ e(s, { class: "statement-end-if-in-editor" }),
1012
+ i(" ). ")
1013
+ ])
1014
+ ]),
1015
+ _: 1
1016
+ })
1017
+ ])
1018
+ ]),
1019
+ _: 1
1020
+ }),
1021
+ e(s, { "data-type": "conditional-block" }, {
1022
+ default: o(() => [
1023
+ t("span", ot, [
1024
+ e(s, { "data-type": "body" }, {
1025
+ default: o(() => [
1026
+ t("span", it, [
1027
+ e(s, { class: "question" }, {
1028
+ default: o(() => [
1029
+ i("NO MORE SNOW CO.,LTD.")
1030
+ ]),
1031
+ _: 1
1032
+ }),
1033
+ i(" acknowledges that it had the opportunity to review the Usage Rules and this "),
1034
+ e(s, { class: "block-component" }),
1035
+ i(" License "),
1036
+ e(s, { class: "statement-end-if-in-editor" }),
1037
+ i(" Agreement is not conflicting with them. ")
1038
+ ])
1039
+ ]),
1040
+ _: 1
1041
+ })
1042
+ ])
1043
+ ]),
1044
+ _: 1
1045
+ })
1046
+ ]),
1047
+ at,
1048
+ t("div", nt, [
1049
+ e(s, { class: "question" }, {
1050
+ default: o(() => [
1051
+ i("The Commune")
1052
+ ]),
1053
+ _: 1
1054
+ }),
1055
+ e(s, { "data-type": "conditional-block" }, {
1056
+ default: o(() => [
1057
+ t("span", lt, [
1058
+ e(s, { "data-type": "body" }, {
1059
+ default: o(() => [
1060
+ t("span", ct, [
1061
+ i(" when purchased or downloaded through the Services, is licensed to You for use only under the terms of this "),
1062
+ e(s, { class: "block-component" }),
1063
+ i(" License "),
1064
+ e(s, { class: "statement-end-if-in-editor" }),
1065
+ i(" Agreement. The Licensor reserves all rights not expressly granted to You. "),
1066
+ e(s, { class: "question" }, {
1067
+ default: o(() => [
1068
+ i("The Commune")
1069
+ ]),
1070
+ _: 1
1071
+ }),
1072
+ i(" is to be used on devices that operate with "),
1073
+ e(s, { class: "block-component" }),
1074
+ i(" Apple's operating systems ( "),
1075
+ e(s, { class: "block-component" }),
1076
+ i(' "iOS" and "Mac OS" '),
1077
+ e(s, { class: "statement-end-if-in-editor" }),
1078
+ i(" ) "),
1079
+ e(s, { class: "statement-end-if-in-editor" }),
1080
+ e(s, { class: "block-component" }),
1081
+ i(" or "),
1082
+ e(s, { class: "statement-end-if-in-editor" }),
1083
+ e(s, { class: "block-component" }),
1084
+ i(" Google's operating system ( "),
1085
+ e(s, { class: "block-component" }),
1086
+ i(' "Android" '),
1087
+ e(s, { class: "statement-end-if-in-editor" }),
1088
+ i(" ) "),
1089
+ e(s, { class: "statement-end-if-in-editor" }),
1090
+ i(" . ")
1091
+ ])
1092
+ ]),
1093
+ _: 1
1094
+ })
1095
+ ])
1096
+ ]),
1097
+ _: 1
1098
+ })
1099
+ ]),
1100
+ dt,
1101
+ t("div", rt, [
1102
+ t("a", ht, [
1103
+ i(" 2. SCOPE OF "),
1104
+ e(s, { class: "block-component" }),
1105
+ i(" LICENSE "),
1106
+ e(s, { class: "statement-end-if-in-editor" })
1107
+ ])
1108
+ ]),
1109
+ pt,
1110
+ t("div", ft, [
1111
+ e(s, { class: "block-component" }),
1112
+ yt,
1113
+ e(s, { class: "else-block" })
1114
+ ]),
1115
+ t("div", _t, [
1116
+ e(s, { class: "block-component" }),
1117
+ gt,
1118
+ e(s, { class: "statement-end-if-in-editor" })
1119
+ ]),
1120
+ bt,
1121
+ t("div", mt, [
1122
+ t("a", ut, [
1123
+ i(" 7. CONTRIBUTION "),
1124
+ e(s, { class: "block-component" }),
1125
+ i(" LICENSE "),
1126
+ e(s, { class: "statement-end-if-in-editor" })
1127
+ ])
1128
+ ]),
1129
+ xt
1130
+ ]),
1131
+ kt,
1132
+ t("div", vt, [
1133
+ t("div", zt, [
1134
+ t("span", Nt, [
1135
+ t("span", At, [
1136
+ e(s, { class: "question" }, {
1137
+ default: o(() => [
1138
+ i("The Commune")
1139
+ ]),
1140
+ _: 1
1141
+ })
1142
+ ]),
1143
+ i(" ( "),
1144
+ e(s, { class: "block-component" }),
1145
+ i(' "'),
1146
+ Mt,
1147
+ i('" '),
1148
+ e(s, { class: "statement-end-if-in-editor" }),
1149
+ i(" ) is a piece of software created to "),
1150
+ e(s, { class: "question" }, {
1151
+ default: o(() => [
1152
+ i("provide a digital platform for social interaction, event exploration, and entertainment in Phuket")
1153
+ ]),
1154
+ _: 1
1155
+ }),
1156
+ i(" — and "),
1157
+ e(s, { class: "block-component" }),
1158
+ i(" customized "),
1159
+ e(s, { class: "statement-end-if-in-editor" }),
1160
+ i(" for "),
1161
+ e(s, { class: "block-component" }),
1162
+ i(" iOS "),
1163
+ e(s, { class: "statement-end-if-in-editor" }),
1164
+ e(s, { class: "block-component" }),
1165
+ i(" and "),
1166
+ e(s, { class: "statement-end-if-in-editor" }),
1167
+ e(s, { class: "block-component" }),
1168
+ i(" Android "),
1169
+ e(s, { class: "statement-end-if-in-editor" }),
1170
+ i(" mobile devices ( "),
1171
+ e(s, { class: "block-component" }),
1172
+ i(' "'),
1173
+ wt,
1174
+ i('" '),
1175
+ e(s, { class: "statement-end-if-in-editor" }),
1176
+ i(" ). It is used to "),
1177
+ e(s, { class: "question" }, {
1178
+ default: o(() => [
1179
+ i("connecting users with local events, original DJ music, and community discussions while offering a dynamic social networking space")
1180
+ ]),
1181
+ _: 1
1182
+ }),
1183
+ i(" . "),
1184
+ e(s, { class: "block-component" })
1185
+ ])
1186
+ ]),
1187
+ t("div", Lt, [
1188
+ t("span", Ct, [
1189
+ t("span", Ot, [
1190
+ e(s, { class: "statement-end-if-in-editor" }, {
1191
+ default: o(() => [
1192
+ e(s, { class: "block-component" }),
1193
+ e(s, { class: "block-component" })
1194
+ ]),
1195
+ _: 1
1196
+ })
1197
+ ])
1198
+ ])
1199
+ ]),
1200
+ Tt,
1201
+ t("div", Et, [
1202
+ St,
1203
+ e(s, { class: "block-component" }),
1204
+ e(s, { class: "statement-end-if-in-editor" })
1205
+ ]),
1206
+ Yt,
1207
+ It,
1208
+ t("div", Rt, [
1209
+ qt,
1210
+ t("strong", null, [
1211
+ t("span", Ut, [
1212
+ t("strong", null, [
1213
+ t("span", Pt, [
1214
+ t("span", Dt, [
1215
+ t("strong", null, [
1216
+ i(" 2. SCOPE OF "),
1217
+ e(s, { class: "block-component" }),
1218
+ i(" LICENSE "),
1219
+ e(s, { class: "statement-end-if-in-editor" })
1220
+ ])
1221
+ ])
1222
+ ])
1223
+ ])
1224
+ ])
1225
+ ])
1226
+ ]),
1227
+ t("div", Wt, [
1228
+ t("span", Gt, [
1229
+ Bt,
1230
+ e(s, { class: "block-component" })
1231
+ ])
1232
+ ])
1233
+ ]),
1234
+ Ft,
1235
+ t("div", Ht, [
1236
+ t("div", jt, [
1237
+ t("span", Kt, [
1238
+ t("span", Vt, [
1239
+ t("span", Qt, [
1240
+ e(s, {
1241
+ class: "block-container if",
1242
+ "data-type": "if",
1243
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1244
+ }, {
1245
+ default: o(() => [
1246
+ e(s, { "data-type": "conditional-block" }, {
1247
+ default: o(() => [
1248
+ e(s, { "data-type": "body" }, {
1249
+ default: o(() => [
1250
+ t("span", Jt, [
1251
+ e(s, {
1252
+ class: "block-container if",
1253
+ "data-type": "if",
1254
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1255
+ }, {
1256
+ default: o(() => [
1257
+ e(s, { "data-type": "conditional-block" }, {
1258
+ default: o(() => [
1259
+ e(s, { "data-type": "body" }, {
1260
+ default: o(() => [
1261
+ t("span", Xt, [
1262
+ i(" 2.1  You are given a non-transferable, non-exclusive, non-sublicensable "),
1263
+ e(s, { class: "block-component" }),
1264
+ i(" license "),
1265
+ e(s, { class: "statement-end-if-in-editor" }),
1266
+ i(" 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. ")
1267
+ ])
1268
+ ]),
1269
+ _: 1
1270
+ })
1271
+ ]),
1272
+ _: 1
1273
+ })
1274
+ ]),
1275
+ _: 1
1276
+ })
1277
+ ])
1278
+ ]),
1279
+ _: 1
1280
+ })
1281
+ ]),
1282
+ _: 1
1283
+ })
1284
+ ]),
1285
+ _: 1
1286
+ })
1287
+ ]),
1288
+ t("span", Zt, [
1289
+ t("span", $t, [
1290
+ e(s, { class: "statement-end-if-in-editor" }, {
1291
+ default: o(() => [
1292
+ e(s, { class: "block-component" })
1293
+ ]),
1294
+ _: 1
1295
+ })
1296
+ ])
1297
+ ])
1298
+ ])
1299
+ ])
1300
+ ]),
1301
+ te,
1302
+ t("div", ee, [
1303
+ t("span", se, [
1304
+ t("span", oe, [
1305
+ t("span", ie, [
1306
+ i(" 2 "),
1307
+ e(s, {
1308
+ class: "block-container if",
1309
+ "data-type": "if",
1310
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1311
+ }, {
1312
+ default: o(() => [
1313
+ e(s, { "data-type": "conditional-block" }, {
1314
+ default: o(() => [
1315
+ e(s, { "data-type": "body" }, {
1316
+ default: o(() => [
1317
+ t("span", ae, [
1318
+ i(" . "),
1319
+ e(s, {
1320
+ class: "block-container if",
1321
+ "data-type": "if",
1322
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1323
+ }, {
1324
+ default: o(() => [
1325
+ e(s, { "data-type": "conditional-block" }, {
1326
+ default: o(() => [
1327
+ e(s, { "data-type": "body" }, {
1328
+ default: o(() => [
1329
+ t("span", ne, [
1330
+ i(" 2  This "),
1331
+ e(s, { class: "block-component" }),
1332
+ i(" license "),
1333
+ e(s, { class: "statement-end-if-in-editor" }),
1334
+ i(" 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 "),
1335
+ e(s, { class: "block-component" }),
1336
+ i(" license "),
1337
+ e(s, { class: "statement-end-if-in-editor" }),
1338
+ i(" is provided for such update, in which case the terms of that new "),
1339
+ e(s, { class: "block-component" }),
1340
+ i(" license "),
1341
+ e(s, { class: "statement-end-if-in-editor" }),
1342
+ i(" will govern. ")
1343
+ ])
1344
+ ]),
1345
+ _: 1
1346
+ })
1347
+ ]),
1348
+ _: 1
1349
+ })
1350
+ ]),
1351
+ _: 1
1352
+ })
1353
+ ])
1354
+ ]),
1355
+ _: 1
1356
+ })
1357
+ ]),
1358
+ _: 1
1359
+ })
1360
+ ]),
1361
+ _: 1
1362
+ })
1363
+ ]),
1364
+ t("span", le, [
1365
+ t("span", ce, [
1366
+ e(s, { class: "statement-end-if-in-editor" }, {
1367
+ default: o(() => [
1368
+ e(s, { class: "block-component" })
1369
+ ]),
1370
+ _: 1
1371
+ })
1372
+ ])
1373
+ ])
1374
+ ])
1375
+ ])
1376
+ ]),
1377
+ de,
1378
+ t("div", re, [
1379
+ t("span", he, [
1380
+ t("span", pe, [
1381
+ i(" 2 "),
1382
+ e(s, {
1383
+ class: "block-container if",
1384
+ "data-type": "if",
1385
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1386
+ }, {
1387
+ default: o(() => [
1388
+ e(s, { "data-type": "conditional-block" }, {
1389
+ default: o(() => [
1390
+ e(s, { "data-type": "body" }, {
1391
+ default: o(() => [
1392
+ t("span", fe, [
1393
+ i(" . "),
1394
+ e(s, {
1395
+ class: "block-container if",
1396
+ "data-type": "if",
1397
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1398
+ }, {
1399
+ default: o(() => [
1400
+ e(s, { "data-type": "conditional-block" }, {
1401
+ default: o(() => [
1402
+ e(s, { "data-type": "body" }, {
1403
+ default: o(() => [
1404
+ t("span", ye, [
1405
+ i(" 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 "),
1406
+ e(s, { class: "question" }, {
1407
+ default: o(() => [
1408
+ i("NO MORE SNOW CO.,LTD.")
1409
+ ]),
1410
+ _: 1
1411
+ }),
1412
+ i(" 's prior written consent), sell, rent, lend, lease or otherwise redistribute the Licensed Application. "),
1413
+ t("span", _e, [
1414
+ t("span", ge, [
1415
+ t("span", be, [
1416
+ t("span", me, [
1417
+ e(s, { class: "statement-end-if-in-editor" })
1418
+ ])
1419
+ ])
1420
+ ])
1421
+ ]),
1422
+ e(s, { class: "block-component" })
1423
+ ])
1424
+ ]),
1425
+ _: 1
1426
+ })
1427
+ ]),
1428
+ _: 1
1429
+ })
1430
+ ]),
1431
+ _: 1
1432
+ })
1433
+ ])
1434
+ ]),
1435
+ _: 1
1436
+ })
1437
+ ]),
1438
+ _: 1
1439
+ })
1440
+ ]),
1441
+ _: 1
1442
+ })
1443
+ ])
1444
+ ])
1445
+ ]),
1446
+ ue,
1447
+ t("div", xe, [
1448
+ t("span", ke, [
1449
+ t("span", ve, [
1450
+ t("span", ze, [
1451
+ i(" 2 "),
1452
+ e(s, {
1453
+ class: "block-container if",
1454
+ "data-type": "if",
1455
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1456
+ }, {
1457
+ default: o(() => [
1458
+ e(s, { "data-type": "conditional-block" }, {
1459
+ default: o(() => [
1460
+ e(s, { "data-type": "body" }, {
1461
+ default: o(() => [
1462
+ t("span", Ne, [
1463
+ i(" . "),
1464
+ e(s, {
1465
+ class: "block-container if",
1466
+ "data-type": "if",
1467
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1468
+ }, {
1469
+ default: o(() => [
1470
+ e(s, { "data-type": "conditional-block" }, {
1471
+ default: o(() => [
1472
+ e(s, { "data-type": "body" }, {
1473
+ default: o(() => [
1474
+ t("span", Ae, [
1475
+ i(" 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 "),
1476
+ e(s, { class: "question" }, {
1477
+ default: o(() => [
1478
+ i("NO MORE SNOW CO.,LTD.")
1479
+ ]),
1480
+ _: 1
1481
+ }),
1482
+ i(" 's prior written consent). "),
1483
+ t("span", Me, [
1484
+ t("span", we, [
1485
+ e(s, {
1486
+ class: "block-container if",
1487
+ "data-type": "if",
1488
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1489
+ }, {
1490
+ default: o(() => [
1491
+ e(s, { "data-type": "conditional-block" }, {
1492
+ default: o(() => [
1493
+ e(s, { "data-type": "body" }, {
1494
+ default: o(() => [
1495
+ t("span", Le, [
1496
+ e(s, {
1497
+ class: "block-container if",
1498
+ "data-type": "if",
1499
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1500
+ }, {
1501
+ default: o(() => [
1502
+ e(s, { "data-type": "conditional-block" }, {
1503
+ default: o(() => [
1504
+ e(s, { "data-type": "body" }, {
1505
+ default: o(() => [
1506
+ t("span", Ce, [
1507
+ e(s, { class: "statement-end-if-in-editor" }, {
1508
+ default: o(() => [
1509
+ e(s, { class: "block-component" })
1510
+ ]),
1511
+ _: 1
1512
+ })
1513
+ ])
1514
+ ]),
1515
+ _: 1
1516
+ })
1517
+ ]),
1518
+ _: 1
1519
+ })
1520
+ ]),
1521
+ _: 1
1522
+ })
1523
+ ])
1524
+ ]),
1525
+ _: 1
1526
+ })
1527
+ ]),
1528
+ _: 1
1529
+ })
1530
+ ]),
1531
+ _: 1
1532
+ })
1533
+ ])
1534
+ ])
1535
+ ])
1536
+ ]),
1537
+ _: 1
1538
+ })
1539
+ ]),
1540
+ _: 1
1541
+ })
1542
+ ]),
1543
+ _: 1
1544
+ })
1545
+ ])
1546
+ ]),
1547
+ _: 1
1548
+ })
1549
+ ]),
1550
+ _: 1
1551
+ })
1552
+ ]),
1553
+ _: 1
1554
+ })
1555
+ ])
1556
+ ])
1557
+ ])
1558
+ ]),
1559
+ Oe,
1560
+ t("div", Te, [
1561
+ t("span", Ee, [
1562
+ t("span", Se, [
1563
+ t("span", Ye, [
1564
+ i(" 2 "),
1565
+ e(s, {
1566
+ class: "block-container if",
1567
+ "data-type": "if",
1568
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1569
+ }, {
1570
+ default: o(() => [
1571
+ e(s, { "data-type": "conditional-block" }, {
1572
+ default: o(() => [
1573
+ e(s, { "data-type": "body" }, {
1574
+ default: o(() => [
1575
+ t("span", Ie, [
1576
+ i(" . "),
1577
+ e(s, {
1578
+ class: "block-container if",
1579
+ "data-type": "if",
1580
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1581
+ }, {
1582
+ default: o(() => [
1583
+ e(s, { "data-type": "conditional-block" }, {
1584
+ default: o(() => [
1585
+ e(s, { "data-type": "body" }, {
1586
+ default: o(() => [
1587
+ t("span", Re, [
1588
+ i(" 5  You may not copy (excluding when expressly "),
1589
+ e(s, { class: "block-component" }),
1590
+ i(" authorized "),
1591
+ e(s, { class: "statement-end-if-in-editor" }),
1592
+ i(" by this "),
1593
+ e(s, { class: "block-component" }),
1594
+ i(" license "),
1595
+ e(s, { class: "statement-end-if-in-editor" }),
1596
+ i(" 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 "),
1597
+ e(s, { class: "block-component" }),
1598
+ i(" license "),
1599
+ e(s, { class: "statement-end-if-in-editor" }),
1600
+ i(" , 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 "),
1601
+ e(s, { class: "block-component" }),
1602
+ i(" unauthorized "),
1603
+ e(s, { class: "statement-end-if-in-editor" }),
1604
+ i(" 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. "),
1605
+ t("span", qe, [
1606
+ e(s, { class: "statement-end-if-in-editor" })
1607
+ ]),
1608
+ e(s, { class: "block-component" })
1609
+ ])
1610
+ ]),
1611
+ _: 1
1612
+ })
1613
+ ]),
1614
+ _: 1
1615
+ })
1616
+ ]),
1617
+ _: 1
1618
+ })
1619
+ ])
1620
+ ]),
1621
+ _: 1
1622
+ })
1623
+ ]),
1624
+ _: 1
1625
+ })
1626
+ ]),
1627
+ _: 1
1628
+ })
1629
+ ])
1630
+ ])
1631
+ ])
1632
+ ]),
1633
+ Ue,
1634
+ t("div", Pe, [
1635
+ t("span", De, [
1636
+ t("span", We, [
1637
+ t("span", Ge, [
1638
+ i(" 2 "),
1639
+ e(s, {
1640
+ class: "block-container if",
1641
+ "data-type": "if",
1642
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1643
+ }, {
1644
+ default: o(() => [
1645
+ e(s, { "data-type": "conditional-block" }, {
1646
+ default: o(() => [
1647
+ e(s, { "data-type": "body" }, {
1648
+ default: o(() => [
1649
+ t("span", Be, [
1650
+ i(" . "),
1651
+ e(s, {
1652
+ class: "block-container if",
1653
+ "data-type": "if",
1654
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1655
+ }, {
1656
+ default: o(() => [
1657
+ e(s, { "data-type": "conditional-block" }, {
1658
+ default: o(() => [
1659
+ e(s, { "data-type": "body" }, {
1660
+ default: o(() => [
1661
+ t("span", Fe, [
1662
+ i(" 6  Violations of the obligations mentioned above, as well as the attempt of such infringement, may be subject to prosecution and damages. "),
1663
+ t("span", He, [
1664
+ t("span", je, [
1665
+ t("span", Ke, [
1666
+ e(s, {
1667
+ class: "block-container if",
1668
+ "data-type": "if",
1669
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1670
+ }, {
1671
+ default: o(() => [
1672
+ e(s, { "data-type": "conditional-block" }, {
1673
+ default: o(() => [
1674
+ e(s, { "data-type": "body" }, {
1675
+ default: o(() => [
1676
+ t("span", Ve, [
1677
+ e(s, {
1678
+ class: "block-container if",
1679
+ "data-type": "if",
1680
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1681
+ }, {
1682
+ default: o(() => [
1683
+ e(s, { "data-type": "conditional-block" }, {
1684
+ default: o(() => [
1685
+ e(s, { "data-type": "body" }, {
1686
+ default: o(() => [
1687
+ t("span", Qe, [
1688
+ e(s, { class: "statement-end-if-in-editor" }, {
1689
+ default: o(() => [
1690
+ e(s, { class: "block-component" })
1691
+ ]),
1692
+ _: 1
1693
+ })
1694
+ ])
1695
+ ]),
1696
+ _: 1
1697
+ })
1698
+ ]),
1699
+ _: 1
1700
+ })
1701
+ ]),
1702
+ _: 1
1703
+ })
1704
+ ])
1705
+ ]),
1706
+ _: 1
1707
+ })
1708
+ ]),
1709
+ _: 1
1710
+ })
1711
+ ]),
1712
+ _: 1
1713
+ })
1714
+ ])
1715
+ ])
1716
+ ])
1717
+ ])
1718
+ ]),
1719
+ _: 1
1720
+ })
1721
+ ]),
1722
+ _: 1
1723
+ })
1724
+ ]),
1725
+ _: 1
1726
+ })
1727
+ ])
1728
+ ]),
1729
+ _: 1
1730
+ })
1731
+ ]),
1732
+ _: 1
1733
+ })
1734
+ ]),
1735
+ _: 1
1736
+ })
1737
+ ])
1738
+ ])
1739
+ ])
1740
+ ]),
1741
+ Je,
1742
+ t("div", Xe, [
1743
+ t("span", Ze, [
1744
+ t("span", $e, [
1745
+ t("span", ts, [
1746
+ i(" 2 "),
1747
+ e(s, {
1748
+ class: "block-container if",
1749
+ "data-type": "if",
1750
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1751
+ }, {
1752
+ default: o(() => [
1753
+ e(s, { "data-type": "conditional-block" }, {
1754
+ default: o(() => [
1755
+ e(s, { "data-type": "body" }, {
1756
+ default: o(() => [
1757
+ t("span", es, [
1758
+ i(" . "),
1759
+ e(s, {
1760
+ class: "block-container if",
1761
+ "data-type": "if",
1762
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1763
+ }, {
1764
+ default: o(() => [
1765
+ e(s, { "data-type": "conditional-block" }, {
1766
+ default: o(() => [
1767
+ e(s, { "data-type": "body" }, {
1768
+ default: o(() => [
1769
+ t("span", ss, [
1770
+ i(" 7  Licensor reserves the right to modify the terms and conditions of licensing. "),
1771
+ t("span", os, [
1772
+ e(s, { class: "statement-end-if-in-editor" }, {
1773
+ default: o(() => [
1774
+ e(s, { class: "block-component" })
1775
+ ]),
1776
+ _: 1
1777
+ })
1778
+ ])
1779
+ ])
1780
+ ]),
1781
+ _: 1
1782
+ })
1783
+ ]),
1784
+ _: 1
1785
+ })
1786
+ ]),
1787
+ _: 1
1788
+ })
1789
+ ])
1790
+ ]),
1791
+ _: 1
1792
+ })
1793
+ ]),
1794
+ _: 1
1795
+ })
1796
+ ]),
1797
+ _: 1
1798
+ })
1799
+ ])
1800
+ ])
1801
+ ])
1802
+ ]),
1803
+ is,
1804
+ t("div", as, [
1805
+ t("span", ns, [
1806
+ t("span", ls, [
1807
+ t("span", cs, [
1808
+ i(" 2 "),
1809
+ e(s, {
1810
+ class: "block-container if",
1811
+ "data-type": "if",
1812
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1813
+ }, {
1814
+ default: o(() => [
1815
+ e(s, { "data-type": "conditional-block" }, {
1816
+ default: o(() => [
1817
+ e(s, { "data-type": "body" }, {
1818
+ default: o(() => [
1819
+ t("span", ds, [
1820
+ i(" . "),
1821
+ e(s, {
1822
+ class: "block-container if",
1823
+ "data-type": "if",
1824
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1825
+ }, {
1826
+ default: o(() => [
1827
+ e(s, { "data-type": "conditional-block" }, {
1828
+ default: o(() => [
1829
+ e(s, { "data-type": "body" }, {
1830
+ default: o(() => [
1831
+ t("span", rs, [
1832
+ i(" 8  Nothing in this "),
1833
+ e(s, { class: "block-component" }),
1834
+ i(" license "),
1835
+ e(s, { class: "statement-end-if-in-editor" }),
1836
+ i(" 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. "),
1837
+ t("span", hs, [
1838
+ e(s, { class: "statement-end-if-in-editor" })
1839
+ ]),
1840
+ t("span", ps, [
1841
+ t("span", fs, [
1842
+ t("span", ys, [
1843
+ e(s, {
1844
+ class: "block-container if",
1845
+ "data-type": "if",
1846
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1847
+ }, {
1848
+ default: o(() => [
1849
+ e(s, { "data-type": "conditional-block" }, {
1850
+ default: o(() => [
1851
+ e(s, { "data-type": "body" }, {
1852
+ default: o(() => [
1853
+ t("span", _s, [
1854
+ e(s, {
1855
+ class: "block-container if",
1856
+ "data-type": "if",
1857
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1858
+ }, {
1859
+ default: o(() => [
1860
+ e(s, { "data-type": "conditional-block" }, {
1861
+ default: o(() => [
1862
+ e(s, { "data-type": "body" }, {
1863
+ default: o(() => [
1864
+ gs
1865
+ ]),
1866
+ _: 1
1867
+ })
1868
+ ]),
1869
+ _: 1
1870
+ })
1871
+ ]),
1872
+ _: 1
1873
+ })
1874
+ ])
1875
+ ]),
1876
+ _: 1
1877
+ })
1878
+ ]),
1879
+ _: 1
1880
+ })
1881
+ ]),
1882
+ _: 1
1883
+ })
1884
+ ])
1885
+ ])
1886
+ ])
1887
+ ])
1888
+ ]),
1889
+ _: 1
1890
+ })
1891
+ ]),
1892
+ _: 1
1893
+ })
1894
+ ]),
1895
+ _: 1
1896
+ })
1897
+ ])
1898
+ ]),
1899
+ _: 1
1900
+ })
1901
+ ]),
1902
+ _: 1
1903
+ })
1904
+ ]),
1905
+ _: 1
1906
+ })
1907
+ ])
1908
+ ])
1909
+ ])
1910
+ ])
1911
+ ]),
1912
+ bs,
1913
+ t("div", ms, [
1914
+ us,
1915
+ t("div", xs, [
1916
+ t("span", ks, [
1917
+ e(s, { class: "block-component" }, {
1918
+ default: o(() => [
1919
+ e(s, { class: "block-component" })
1920
+ ]),
1921
+ _: 1
1922
+ })
1923
+ ])
1924
+ ]),
1925
+ vs,
1926
+ t("div", zs, [
1927
+ t("span", Ns, [
1928
+ t("span", As, [
1929
+ t("span", Ms, [
1930
+ e(s, {
1931
+ class: "block-container if",
1932
+ "data-type": "if",
1933
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1934
+ }, {
1935
+ default: o(() => [
1936
+ e(s, { "data-type": "conditional-block" }, {
1937
+ default: o(() => [
1938
+ e(s, { "data-type": "body" }, {
1939
+ default: o(() => [
1940
+ t("span", ws, [
1941
+ i(" 3. "),
1942
+ e(s, {
1943
+ class: "block-container if",
1944
+ "data-type": "if",
1945
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1946
+ }, {
1947
+ default: o(() => [
1948
+ e(s, { "data-type": "conditional-block" }, {
1949
+ default: o(() => [
1950
+ e(s, { "data-type": "body" }, {
1951
+ default: o(() => [
1952
+ t("span", Ls, [
1953
+ i(" 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. "),
1954
+ t("span", Cs, [
1955
+ t("span", Os, [
1956
+ t("span", Ts, [
1957
+ e(s, {
1958
+ class: "block-container if",
1959
+ "data-type": "if",
1960
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1961
+ }, {
1962
+ default: o(() => [
1963
+ e(s, { "data-type": "conditional-block" }, {
1964
+ default: o(() => [
1965
+ e(s, { "data-type": "body" }, {
1966
+ default: o(() => [
1967
+ t("span", Es, [
1968
+ e(s, {
1969
+ class: "block-container if",
1970
+ "data-type": "if",
1971
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1972
+ }, {
1973
+ default: o(() => [
1974
+ e(s, { "data-type": "conditional-block" }, {
1975
+ default: o(() => [
1976
+ e(s, { "data-type": "body" }, {
1977
+ default: o(() => [
1978
+ t("span", Ss, [
1979
+ t("span", Ys, [
1980
+ e(s, { class: "statement-end-if-in-editor" }, {
1981
+ default: o(() => [
1982
+ e(s, { class: "statement-end-if-in-editor" }, {
1983
+ default: o(() => [
1984
+ e(s, { class: "block-component" })
1985
+ ]),
1986
+ _: 1
1987
+ })
1988
+ ]),
1989
+ _: 1
1990
+ })
1991
+ ])
1992
+ ])
1993
+ ]),
1994
+ _: 1
1995
+ })
1996
+ ]),
1997
+ _: 1
1998
+ })
1999
+ ]),
2000
+ _: 1
2001
+ })
2002
+ ])
2003
+ ]),
2004
+ _: 1
2005
+ })
2006
+ ]),
2007
+ _: 1
2008
+ })
2009
+ ]),
2010
+ _: 1
2011
+ })
2012
+ ])
2013
+ ])
2014
+ ])
2015
+ ])
2016
+ ]),
2017
+ _: 1
2018
+ })
2019
+ ]),
2020
+ _: 1
2021
+ })
2022
+ ]),
2023
+ _: 1
2024
+ })
2025
+ ])
2026
+ ]),
2027
+ _: 1
2028
+ })
2029
+ ]),
2030
+ _: 1
2031
+ })
2032
+ ]),
2033
+ _: 1
2034
+ })
2035
+ ])
2036
+ ])
2037
+ ])
2038
+ ]),
2039
+ Is,
2040
+ t("div", Rs, [
2041
+ t("span", qs, [
2042
+ t("span", Us, [
2043
+ t("span", Ps, [
2044
+ e(s, {
2045
+ class: "block-container if",
2046
+ "data-type": "if",
2047
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2048
+ }, {
2049
+ default: o(() => [
2050
+ e(s, { "data-type": "conditional-block" }, {
2051
+ default: o(() => [
2052
+ e(s, { "data-type": "body" }, {
2053
+ default: o(() => [
2054
+ t("span", Ds, [
2055
+ i(" 3. "),
2056
+ e(s, {
2057
+ class: "block-container if",
2058
+ "data-type": "if",
2059
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2060
+ }, {
2061
+ default: o(() => [
2062
+ e(s, { "data-type": "conditional-block" }, {
2063
+ default: o(() => [
2064
+ e(s, { "data-type": "body" }, {
2065
+ default: o(() => [
2066
+ t("span", Ws, [
2067
+ i(" 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. "),
2068
+ t("span", Gs, [
2069
+ t("span", Bs, [
2070
+ t("span", Fs, [
2071
+ e(s, {
2072
+ class: "block-container if",
2073
+ "data-type": "if",
2074
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2075
+ }, {
2076
+ default: o(() => [
2077
+ e(s, { "data-type": "conditional-block" }, {
2078
+ default: o(() => [
2079
+ e(s, { "data-type": "body" }, {
2080
+ default: o(() => [
2081
+ t("span", Hs, [
2082
+ e(s, {
2083
+ class: "block-container if",
2084
+ "data-type": "if",
2085
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2086
+ }, {
2087
+ default: o(() => [
2088
+ e(s, { "data-type": "conditional-block" }, {
2089
+ default: o(() => [
2090
+ e(s, { "data-type": "body" }, {
2091
+ default: o(() => [
2092
+ t("span", js, [
2093
+ t("span", Ks, [
2094
+ t("span", Vs, [
2095
+ t("span", Qs, [
2096
+ e(s, {
2097
+ class: "block-container if",
2098
+ "data-type": "if",
2099
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2100
+ }, {
2101
+ default: o(() => [
2102
+ e(s, { "data-type": "conditional-block" }, {
2103
+ default: o(() => [
2104
+ e(s, { "data-type": "body" }, {
2105
+ default: o(() => [
2106
+ t("span", Js, [
2107
+ e(s, {
2108
+ class: "block-container if",
2109
+ "data-type": "if",
2110
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2111
+ }, {
2112
+ default: o(() => [
2113
+ e(s, { "data-type": "conditional-block" }, {
2114
+ default: o(() => [
2115
+ e(s, { "data-type": "body" }, {
2116
+ default: o(() => [
2117
+ t("span", Xs, [
2118
+ t("span", Zs, [
2119
+ e(s, { class: "statement-end-if-in-editor" }, {
2120
+ default: o(() => [
2121
+ e(s, { class: "statement-end-if-in-editor" }, {
2122
+ default: o(() => [
2123
+ e(s, { class: "statement-end-if-in-editor" }, {
2124
+ default: o(() => [
2125
+ e(s, { class: "block-component" })
2126
+ ]),
2127
+ _: 1
2128
+ })
2129
+ ]),
2130
+ _: 1
2131
+ })
2132
+ ]),
2133
+ _: 1
2134
+ })
2135
+ ])
2136
+ ])
2137
+ ]),
2138
+ _: 1
2139
+ })
2140
+ ]),
2141
+ _: 1
2142
+ })
2143
+ ]),
2144
+ _: 1
2145
+ })
2146
+ ])
2147
+ ]),
2148
+ _: 1
2149
+ })
2150
+ ]),
2151
+ _: 1
2152
+ })
2153
+ ]),
2154
+ _: 1
2155
+ })
2156
+ ])
2157
+ ])
2158
+ ])
2159
+ ])
2160
+ ]),
2161
+ _: 1
2162
+ })
2163
+ ]),
2164
+ _: 1
2165
+ })
2166
+ ]),
2167
+ _: 1
2168
+ })
2169
+ ])
2170
+ ]),
2171
+ _: 1
2172
+ })
2173
+ ]),
2174
+ _: 1
2175
+ })
2176
+ ]),
2177
+ _: 1
2178
+ })
2179
+ ])
2180
+ ])
2181
+ ])
2182
+ ])
2183
+ ]),
2184
+ _: 1
2185
+ })
2186
+ ]),
2187
+ _: 1
2188
+ })
2189
+ ]),
2190
+ _: 1
2191
+ })
2192
+ ])
2193
+ ]),
2194
+ _: 1
2195
+ })
2196
+ ]),
2197
+ _: 1
2198
+ })
2199
+ ]),
2200
+ _: 1
2201
+ })
2202
+ ])
2203
+ ])
2204
+ ])
2205
+ ]),
2206
+ $s,
2207
+ t("div", to, [
2208
+ t("span", eo, [
2209
+ t("span", so, [
2210
+ t("span", oo, [
2211
+ e(s, {
2212
+ class: "block-container if",
2213
+ "data-type": "if",
2214
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2215
+ }, {
2216
+ default: o(() => [
2217
+ e(s, { "data-type": "conditional-block" }, {
2218
+ default: o(() => [
2219
+ e(s, { "data-type": "body" }, {
2220
+ default: o(() => [
2221
+ t("span", io, [
2222
+ i(" 3. "),
2223
+ e(s, {
2224
+ class: "block-container if",
2225
+ "data-type": "if",
2226
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2227
+ }, {
2228
+ default: o(() => [
2229
+ e(s, { "data-type": "conditional-block" }, {
2230
+ default: o(() => [
2231
+ e(s, { "data-type": "body" }, {
2232
+ default: o(() => [
2233
+ t("span", ao, [
2234
+ i(" 3  Licensor reserves the right to modify the technical specifications as it sees appropriate at any time. "),
2235
+ t("span", no, [
2236
+ t("span", lo, [
2237
+ e(s, {
2238
+ class: "block-container if",
2239
+ "data-type": "if",
2240
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2241
+ }, {
2242
+ default: o(() => [
2243
+ e(s, { "data-type": "conditional-block" }, {
2244
+ default: o(() => [
2245
+ e(s, { "data-type": "body" }, {
2246
+ default: o(() => [
2247
+ t("span", co, [
2248
+ e(s, {
2249
+ class: "block-container if",
2250
+ "data-type": "if",
2251
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2252
+ }, {
2253
+ default: o(() => [
2254
+ e(s, { "data-type": "conditional-block" }, {
2255
+ default: o(() => [
2256
+ e(s, { "data-type": "body" }, {
2257
+ default: o(() => [
2258
+ t("span", ro, [
2259
+ t("span", ho, [
2260
+ t("span", po, [
2261
+ e(s, {
2262
+ class: "block-container if",
2263
+ "data-type": "if",
2264
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2265
+ }, {
2266
+ default: o(() => [
2267
+ e(s, { "data-type": "conditional-block" }, {
2268
+ default: o(() => [
2269
+ e(s, { "data-type": "body" }, {
2270
+ default: o(() => [
2271
+ t("span", fo, [
2272
+ e(s, {
2273
+ class: "block-container if",
2274
+ "data-type": "if",
2275
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2276
+ }, {
2277
+ default: o(() => [
2278
+ e(s, { "data-type": "conditional-block" }, {
2279
+ default: o(() => [
2280
+ e(s, { "data-type": "body" }, {
2281
+ default: o(() => [
2282
+ t("span", yo, [
2283
+ t("span", _o, [
2284
+ t("span", go, [
2285
+ e(s, {
2286
+ class: "block-container if",
2287
+ "data-type": "if",
2288
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2289
+ }, {
2290
+ default: o(() => [
2291
+ e(s, { "data-type": "conditional-block" }, {
2292
+ default: o(() => [
2293
+ e(s, { "data-type": "body" }, {
2294
+ default: o(() => [
2295
+ t("span", bo, [
2296
+ e(s, {
2297
+ class: "block-container if",
2298
+ "data-type": "if",
2299
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2300
+ }, {
2301
+ default: o(() => [
2302
+ e(s, { "data-type": "conditional-block" }, {
2303
+ default: o(() => [
2304
+ e(s, { "data-type": "body" }, {
2305
+ default: o(() => [
2306
+ t("span", mo, [
2307
+ e(s, { class: "statement-end-if-in-editor" }, {
2308
+ default: o(() => [
2309
+ e(s, { class: "statement-end-if-in-editor" }, {
2310
+ default: o(() => [
2311
+ e(s, { class: "statement-end-if-in-editor" }, {
2312
+ default: o(() => [
2313
+ e(s, { class: "statement-end-if-in-editor" })
2314
+ ]),
2315
+ _: 1
2316
+ })
2317
+ ]),
2318
+ _: 1
2319
+ })
2320
+ ]),
2321
+ _: 1
2322
+ })
2323
+ ])
2324
+ ]),
2325
+ _: 1
2326
+ })
2327
+ ]),
2328
+ _: 1
2329
+ })
2330
+ ]),
2331
+ _: 1
2332
+ })
2333
+ ])
2334
+ ]),
2335
+ _: 1
2336
+ })
2337
+ ]),
2338
+ _: 1
2339
+ })
2340
+ ]),
2341
+ _: 1
2342
+ })
2343
+ ])
2344
+ ])
2345
+ ])
2346
+ ]),
2347
+ _: 1
2348
+ })
2349
+ ]),
2350
+ _: 1
2351
+ })
2352
+ ]),
2353
+ _: 1
2354
+ })
2355
+ ])
2356
+ ]),
2357
+ _: 1
2358
+ })
2359
+ ]),
2360
+ _: 1
2361
+ })
2362
+ ]),
2363
+ _: 1
2364
+ })
2365
+ ])
2366
+ ])
2367
+ ])
2368
+ ]),
2369
+ _: 1
2370
+ })
2371
+ ]),
2372
+ _: 1
2373
+ })
2374
+ ]),
2375
+ _: 1
2376
+ })
2377
+ ])
2378
+ ]),
2379
+ _: 1
2380
+ })
2381
+ ]),
2382
+ _: 1
2383
+ })
2384
+ ]),
2385
+ _: 1
2386
+ })
2387
+ ])
2388
+ ])
2389
+ ])
2390
+ ]),
2391
+ _: 1
2392
+ })
2393
+ ]),
2394
+ _: 1
2395
+ })
2396
+ ]),
2397
+ _: 1
2398
+ })
2399
+ ])
2400
+ ]),
2401
+ _: 1
2402
+ })
2403
+ ]),
2404
+ _: 1
2405
+ })
2406
+ ]),
2407
+ _: 1
2408
+ })
2409
+ ])
2410
+ ])
2411
+ ])
2412
+ ]),
2413
+ t("div", uo, [
2414
+ e(s, { class: "block-component" }, {
2415
+ default: o(() => [
2416
+ xo
2417
+ ]),
2418
+ _: 1
2419
+ })
2420
+ ]),
2421
+ ko,
2422
+ t("div", vo, [
2423
+ t("span", zo, [
2424
+ i(" 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 "),
2425
+ e(s, { class: "block-component" }),
2426
+ i(" App Store "),
2427
+ e(s, { class: "statement-end-if-in-editor" }),
2428
+ e(s, { class: "block-component" }),
2429
+ i(" or "),
2430
+ e(s, { class: "statement-end-if-in-editor" }),
2431
+ e(s, { class: "block-component" }),
2432
+ i(" Play Store "),
2433
+ e(s, { class: "statement-end-if-in-editor" }),
2434
+ i(" Overview for this Licensed Application. ")
2435
+ ])
2436
+ ]),
2437
+ No,
2438
+ t("div", Ao, [
2439
+ t("span", Mo, [
2440
+ t("span", wo, [
2441
+ t("span", Lo, [
2442
+ t("span", Co, [
2443
+ e(s, {
2444
+ class: "block-container if",
2445
+ "data-type": "if",
2446
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2447
+ }, {
2448
+ default: o(() => [
2449
+ e(s, { "data-type": "conditional-block" }, {
2450
+ default: o(() => [
2451
+ e(s, { "data-type": "body" }, {
2452
+ default: o(() => [
2453
+ e(s, {
2454
+ class: "block-container if",
2455
+ "data-type": "if",
2456
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2457
+ }, {
2458
+ default: o(() => [
2459
+ e(s, { "data-type": "conditional-block" }, {
2460
+ default: o(() => [
2461
+ e(s, { "data-type": "body" }, {
2462
+ default: o(() => [
2463
+ e(n, { color: "#595959" }, {
2464
+ default: o(() => [
2465
+ Oo
2466
+ ]),
2467
+ _: 1
2468
+ }),
2469
+ t("span", To, [
2470
+ i("   "),
2471
+ e(s, { class: "question" }, {
2472
+ default: o(() => [
2473
+ i("NO MORE SNOW CO.,LTD.")
2474
+ ]),
2475
+ _: 1
2476
+ }),
2477
+ i("   ")
2478
+ ]),
2479
+ e(n, { color: "#595959" }, {
2480
+ default: o(() => [
2481
+ t("span", Eo, [
2482
+ i(" 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. "),
2483
+ e(s, { class: "else-block" })
2484
+ ])
2485
+ ]),
2486
+ _: 1
2487
+ })
2488
+ ]),
2489
+ _: 1
2490
+ })
2491
+ ]),
2492
+ _: 1
2493
+ })
2494
+ ]),
2495
+ _: 1
2496
+ })
2497
+ ]),
2498
+ _: 1
2499
+ })
2500
+ ]),
2501
+ _: 1
2502
+ })
2503
+ ]),
2504
+ _: 1
2505
+ })
2506
+ ])
2507
+ ])
2508
+ ])
2509
+ ])
2510
+ ]),
2511
+ t("div", So, [
2512
+ t("span", Yo, [
2513
+ e(s, { class: "block-component" })
2514
+ ])
2515
+ ]),
2516
+ Io,
2517
+ t("div", Ro, [
2518
+ t("span", qo, [
2519
+ t("span", Uo, [
2520
+ t("span", Po, [
2521
+ e(s, {
2522
+ class: "block-container if",
2523
+ "data-type": "if",
2524
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2525
+ }, {
2526
+ default: o(() => [
2527
+ e(s, { "data-type": "conditional-block" }, {
2528
+ default: o(() => [
2529
+ e(s, { "data-type": "body" }, {
2530
+ default: o(() => [
2531
+ t("span", Do, [
2532
+ e(s, {
2533
+ class: "block-container if",
2534
+ "data-type": "if",
2535
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2536
+ }, {
2537
+ default: o(() => [
2538
+ e(s, { "data-type": "conditional-block" }, {
2539
+ default: o(() => [
2540
+ e(s, { "data-type": "body" }, {
2541
+ default: o(() => [
2542
+ t("span", Wo, [
2543
+ i(" 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 "),
2544
+ e(s, { class: "block-component" }),
2545
+ i(" : "),
2546
+ e(s, { class: "question" }, {
2547
+ default: o(() => [
2548
+ Go
2549
+ ]),
2550
+ _: 1
2551
+ }),
2552
+ e(s, { class: "block-component" }),
2553
+ i(" . ")
2554
+ ])
2555
+ ]),
2556
+ _: 1
2557
+ })
2558
+ ]),
2559
+ _: 1
2560
+ })
2561
+ ]),
2562
+ _: 1
2563
+ })
2564
+ ])
2565
+ ]),
2566
+ _: 1
2567
+ })
2568
+ ]),
2569
+ _: 1
2570
+ })
2571
+ ]),
2572
+ _: 1
2573
+ })
2574
+ ])
2575
+ ])
2576
+ ])
2577
+ ]),
2578
+ Bo,
2579
+ t("div", Fo, [
2580
+ Ho,
2581
+ t("span", jo, [
2582
+ t("span", Ko, [
2583
+ t("span", Vo, [
2584
+ e(s, {
2585
+ class: "block-container if",
2586
+ "data-type": "if"
2587
+ }, {
2588
+ default: o(() => [
2589
+ e(s, { "data-type": "conditional-block" }, {
2590
+ default: o(() => [
2591
+ e(s, { "data-type": "body" }, {
2592
+ default: o(() => [
2593
+ t("span", Qo, [
2594
+ e(s, {
2595
+ class: "block-container if",
2596
+ "data-type": "if"
2597
+ }, {
2598
+ default: o(() => [
2599
+ e(s, { "data-type": "conditional-block" }, {
2600
+ default: o(() => [
2601
+ e(s, { "data-type": "body" }, {
2602
+ default: o(() => [
2603
+ t("span", Jo, [
2604
+ t("span", Xo, [
2605
+ e(s, { class: "statement-end-if-in-editor" })
2606
+ ])
2607
+ ])
2608
+ ]),
2609
+ _: 1
2610
+ })
2611
+ ]),
2612
+ _: 1
2613
+ })
2614
+ ]),
2615
+ _: 1
2616
+ })
2617
+ ])
2618
+ ]),
2619
+ _: 1
2620
+ })
2621
+ ]),
2622
+ _: 1
2623
+ })
2624
+ ]),
2625
+ _: 1
2626
+ })
2627
+ ])
2628
+ ])
2629
+ ])
2630
+ ]),
2631
+ Zo,
2632
+ t("div", $o, [
2633
+ t("span", ti, [
2634
+ t("span", ei, [
2635
+ t("span", si, [
2636
+ e(s, {
2637
+ class: "block-container if",
2638
+ "data-type": "if",
2639
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2640
+ }, {
2641
+ default: o(() => [
2642
+ e(s, { "data-type": "conditional-block" }, {
2643
+ default: o(() => [
2644
+ e(s, { "data-type": "body" }, {
2645
+ default: o(() => [
2646
+ t("span", oi, [
2647
+ e(s, {
2648
+ class: "block-container if",
2649
+ "data-type": "if",
2650
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2651
+ }, {
2652
+ default: o(() => [
2653
+ e(s, { "data-type": "conditional-block" }, {
2654
+ default: o(() => [
2655
+ e(s, { "data-type": "body" }, {
2656
+ default: o(() => [
2657
+ t("span", ii, [
2658
+ e(s, { class: "block-component" }),
2659
+ i(" 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, "),
2660
+ e(s, { class: "block-component" }),
2661
+ i(' "Contributions" '),
2662
+ e(s, { class: "statement-end-if-in-editor" }),
2663
+ i(" ). 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: "),
2664
+ e(s, { class: "else-block" })
2665
+ ])
2666
+ ]),
2667
+ _: 1
2668
+ })
2669
+ ]),
2670
+ _: 1
2671
+ })
2672
+ ]),
2673
+ _: 1
2674
+ })
2675
+ ])
2676
+ ]),
2677
+ _: 1
2678
+ })
2679
+ ]),
2680
+ _: 1
2681
+ })
2682
+ ]),
2683
+ _: 1
2684
+ })
2685
+ ])
2686
+ ])
2687
+ ])
2688
+ ]),
2689
+ ai,
2690
+ ni,
2691
+ t("div", li, [
2692
+ t("span", ci, [
2693
+ i(" 2. You are the creator and owner of or have the necessary "),
2694
+ e(s, { class: "block-component" }),
2695
+ i(" licenses "),
2696
+ e(s, { class: "statement-end-if-in-editor" }),
2697
+ i(" , rights, consents, releases, and permissions to use and to "),
2698
+ e(s, { class: "block-component" }),
2699
+ i(" authorize "),
2700
+ e(s, { class: "statement-end-if-in-editor" }),
2701
+ i(" 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 "),
2702
+ e(s, { class: "block-component" }),
2703
+ i(" License "),
2704
+ e(s, { class: "statement-end-if-in-editor" }),
2705
+ i(" Agreement. ")
2706
+ ])
2707
+ ]),
2708
+ t("div", di, [
2709
+ t("span", ri, [
2710
+ i(" 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 "),
2711
+ e(s, { class: "block-component" }),
2712
+ i(" License "),
2713
+ e(s, { class: "statement-end-if-in-editor" }),
2714
+ i(" Agreement. ")
2715
+ ])
2716
+ ]),
2717
+ hi,
2718
+ t("div", pi, [
2719
+ t("span", fi, [
2720
+ i(" 5. Your Contributions are not unsolicited or "),
2721
+ e(s, { class: "block-component" }),
2722
+ i(" unauthorized "),
2723
+ e(s, { class: "statement-end-if-in-editor" }),
2724
+ i(" advertising, promotional materials, pyramid schemes, chain letters, spam, mass mailings, or other forms of solicitation. ")
2725
+ ])
2726
+ ]),
2727
+ t("div", yi, [
2728
+ t("span", _i, [
2729
+ i(" 6. Your Contributions are not obscene, lewd, lascivious, filthy, violent, harassing, "),
2730
+ e(s, { class: "block-component" }),
2731
+ i(" libelous "),
2732
+ e(s, { class: "statement-end-if-in-editor" }),
2733
+ i(" , slanderous, or otherwise objectionable (as determined by us). ")
2734
+ ])
2735
+ ]),
2736
+ gi,
2737
+ t("div", bi, [
2738
+ t("span", mi, [
2739
+ i(" 13. Your Contributions do not otherwise violate, or link to material that violates, any provision of this "),
2740
+ e(s, { class: "block-component" }),
2741
+ i(" License "),
2742
+ e(s, { class: "statement-end-if-in-editor" }),
2743
+ i(" Agreement, or any applicable law or regulation. ")
2744
+ ])
2745
+ ]),
2746
+ ui,
2747
+ t("div", xi, [
2748
+ t("span", ki, [
2749
+ i(" Any use of the Licensed Application in violation of the foregoing violates this "),
2750
+ e(s, { class: "block-component" }),
2751
+ i(" License "),
2752
+ e(s, { class: "statement-end-if-in-editor" }),
2753
+ i(" Agreement and may result in, among other things, termination or suspension of your rights to use the Licensed Application. ")
2754
+ ])
2755
+ ]),
2756
+ vi,
2757
+ zi,
2758
+ t("div", Ni, [
2759
+ t("strong", null, [
2760
+ t("span", Ai, [
2761
+ t("strong", null, [
2762
+ t("span", Mi, [
2763
+ t("strong", null, [
2764
+ t("span", wi, [
2765
+ t("span", Li, [
2766
+ t("strong", null, [
2767
+ i(" 7. CONTRIBUTION "),
2768
+ e(s, { class: "block-component" }),
2769
+ i(" LICENSE "),
2770
+ e(s, { class: "statement-end-if-in-editor" })
2771
+ ])
2772
+ ])
2773
+ ])
2774
+ ])
2775
+ ])
2776
+ ])
2777
+ ])
2778
+ ])
2779
+ ]),
2780
+ t("div", Ci, [
2781
+ e(s, { class: "block-component" })
2782
+ ]),
2783
+ Oi,
2784
+ t("div", Ti, [
2785
+ t("span", Ei, [
2786
+ i(" 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 "),
2787
+ e(s, { class: "block-component" }),
2788
+ i(" license "),
2789
+ e(s, { class: "statement-end-if-in-editor" }),
2790
+ i(" 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 "),
2791
+ e(s, { class: "block-component" }),
2792
+ i(" authorize sublicenses "),
2793
+ e(s, { class: "statement-end-if-in-editor" }),
2794
+ i(" of the foregoing. The use and distribution may occur in any media formats and through any media channels. ")
2795
+ ])
2796
+ ]),
2797
+ Si,
2798
+ t("div", Yi, [
2799
+ t("span", Ii, [
2800
+ i(" This "),
2801
+ e(s, { class: "block-component" }),
2802
+ i(" license "),
2803
+ e(s, { class: "statement-end-if-in-editor" }),
2804
+ i(" 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. ")
2805
+ ])
2806
+ ]),
2807
+ Ri,
2808
+ qi,
2809
+ Ui,
2810
+ t("div", Pi, [
2811
+ t("span", Di, [
2812
+ i(" We have the right, in our sole and absolute discretion, (1) to edit, redact, or otherwise change any Contributions; (2) to "),
2813
+ e(s, { class: "block-component" }),
2814
+ i(" recategorize "),
2815
+ e(s, { class: "statement-end-if-in-editor" }),
2816
+ i(" 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. "),
2817
+ e(s, { class: "else-block" })
2818
+ ])
2819
+ ]),
2820
+ Wi,
2821
+ t("div", Gi, [
2822
+ t("span", Bi, [
2823
+ e(s, { class: "block-component" })
2824
+ ])
2825
+ ]),
2826
+ Fi,
2827
+ t("div", Hi, [
2828
+ t("span", ji, [
2829
+ t("span", Ki, [
2830
+ t("span", Vi, [
2831
+ e(s, {
2832
+ class: "block-container if",
2833
+ "data-type": "if",
2834
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2835
+ }, {
2836
+ default: o(() => [
2837
+ e(s, { "data-type": "conditional-block" }, {
2838
+ default: o(() => [
2839
+ e(s, { "data-type": "body" }, {
2840
+ default: o(() => [
2841
+ t("span", Qi, [
2842
+ e(s, {
2843
+ class: "block-container if",
2844
+ "data-type": "if",
2845
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2846
+ }, {
2847
+ default: o(() => [
2848
+ e(s, { "data-type": "conditional-block" }, {
2849
+ default: o(() => [
2850
+ e(s, { "data-type": "body" }, {
2851
+ default: o(() => [
2852
+ t("span", Ji, [
2853
+ e(s, { class: "block-component" }),
2854
+ i(" 8 "),
2855
+ e(s, { class: "else-block" }),
2856
+ i(" .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. "),
2857
+ t("span", Xi, [
2858
+ e(s, { class: "statement-end-if-in-editor" }, {
2859
+ default: o(() => [
2860
+ e(s, { class: "block-component" })
2861
+ ]),
2862
+ _: 1
2863
+ })
2864
+ ])
2865
+ ])
2866
+ ]),
2867
+ _: 1
2868
+ })
2869
+ ]),
2870
+ _: 1
2871
+ })
2872
+ ]),
2873
+ _: 1
2874
+ })
2875
+ ])
2876
+ ]),
2877
+ _: 1
2878
+ })
2879
+ ]),
2880
+ _: 1
2881
+ })
2882
+ ]),
2883
+ _: 1
2884
+ })
2885
+ ])
2886
+ ])
2887
+ ])
2888
+ ]),
2889
+ Zi,
2890
+ t("div", $i, [
2891
+ t("span", ta, [
2892
+ t("span", ea, [
2893
+ t("span", sa, [
2894
+ e(s, {
2895
+ class: "block-container if",
2896
+ "data-type": "if",
2897
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2898
+ }, {
2899
+ default: o(() => [
2900
+ e(s, { "data-type": "conditional-block" }, {
2901
+ default: o(() => [
2902
+ e(s, { "data-type": "body" }, {
2903
+ default: o(() => [
2904
+ t("span", oa, [
2905
+ e(s, {
2906
+ class: "block-container if",
2907
+ "data-type": "if",
2908
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2909
+ }, {
2910
+ default: o(() => [
2911
+ e(s, { "data-type": "conditional-block" }, {
2912
+ default: o(() => [
2913
+ e(s, { "data-type": "body" }, {
2914
+ default: o(() => [
2915
+ t("span", ia, [
2916
+ e(s, { class: "block-component" }),
2917
+ i(" 8 "),
2918
+ e(s, { class: "else-block" }),
2919
+ i(" .2  Licensor takes no accountability or responsibility for any damages caused due to a breach of duties according to Section 2 of this "),
2920
+ e(s, { class: "block-component" }),
2921
+ i(" License "),
2922
+ e(s, { class: "statement-end-if-in-editor" }),
2923
+ i(" 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. "),
2924
+ t("span", aa, [
2925
+ t("span", na, [
2926
+ t("span", la, [
2927
+ e(s, {
2928
+ class: "block-container if",
2929
+ "data-type": "if",
2930
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2931
+ }, {
2932
+ default: o(() => [
2933
+ e(s, { "data-type": "conditional-block" }, {
2934
+ default: o(() => [
2935
+ e(s, { "data-type": "body" }, {
2936
+ default: o(() => [
2937
+ t("span", ca, [
2938
+ e(s, {
2939
+ class: "block-container if",
2940
+ "data-type": "if",
2941
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
2942
+ }, {
2943
+ default: o(() => [
2944
+ e(s, { "data-type": "conditional-block" }, {
2945
+ default: o(() => [
2946
+ e(s, { "data-type": "body" }, {
2947
+ default: o(() => [
2948
+ t("span", da, [
2949
+ t("span", ra, [
2950
+ e(s, { class: "statement-end-if-in-editor" }, {
2951
+ default: o(() => [
2952
+ e(s, { class: "statement-end-if-in-editor" }, {
2953
+ default: o(() => [
2954
+ e(s, { class: "block-component" })
2955
+ ]),
2956
+ _: 1
2957
+ })
2958
+ ]),
2959
+ _: 1
2960
+ })
2961
+ ])
2962
+ ])
2963
+ ]),
2964
+ _: 1
2965
+ })
2966
+ ]),
2967
+ _: 1
2968
+ })
2969
+ ]),
2970
+ _: 1
2971
+ })
2972
+ ])
2973
+ ]),
2974
+ _: 1
2975
+ })
2976
+ ]),
2977
+ _: 1
2978
+ })
2979
+ ]),
2980
+ _: 1
2981
+ })
2982
+ ])
2983
+ ])
2984
+ ])
2985
+ ])
2986
+ ]),
2987
+ _: 1
2988
+ })
2989
+ ]),
2990
+ _: 1
2991
+ })
2992
+ ]),
2993
+ _: 1
2994
+ })
2995
+ ])
2996
+ ]),
2997
+ _: 1
2998
+ })
2999
+ ]),
3000
+ _: 1
3001
+ })
3002
+ ]),
3003
+ _: 1
3004
+ })
3005
+ ])
3006
+ ])
3007
+ ])
3008
+ ]),
3009
+ ha
3010
+ ])
3011
+ ]),
3012
+ pa,
3013
+ t("div", fa, [
3014
+ t("span", ya, [
3015
+ t("span", _a, [
3016
+ t("span", ga, [
3017
+ e(s, { class: "block-component" }),
3018
+ i(" 9 "),
3019
+ e(s, { class: "else-block" }),
3020
+ i(" .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. ")
3021
+ ])
3022
+ ])
3023
+ ])
3024
+ ]),
3025
+ ba,
3026
+ t("div", ma, [
3027
+ t("span", ua, [
3028
+ t("span", xa, [
3029
+ t("span", ka, [
3030
+ e(s, {
3031
+ class: "block-container if",
3032
+ "data-type": "if",
3033
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
3034
+ }, {
3035
+ default: o(() => [
3036
+ e(s, { "data-type": "conditional-block" }, {
3037
+ default: o(() => [
3038
+ e(s, { "data-type": "body" }, {
3039
+ default: o(() => [
3040
+ t("span", va, [
3041
+ e(s, {
3042
+ class: "block-container if",
3043
+ "data-type": "if",
3044
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
3045
+ }, {
3046
+ default: o(() => [
3047
+ e(s, { "data-type": "conditional-block" }, {
3048
+ default: o(() => [
3049
+ e(s, { "data-type": "body" }, {
3050
+ default: o(() => [
3051
+ t("span", za, [
3052
+ e(s, { class: "block-component" }),
3053
+ i(" 9 "),
3054
+ e(s, { class: "else-block" }),
3055
+ i(" .2  No warranty is provided for the Licensed Application that is not executable on the device, that has been "),
3056
+ e(s, { class: "block-component" }),
3057
+ i(" unauthorizedly "),
3058
+ e(s, { class: "statement-end-if-in-editor" }),
3059
+ i(" 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 "),
3060
+ e(s, { class: "question" }, {
3061
+ default: o(() => [
3062
+ i("NO MORE SNOW CO.,LTD.")
3063
+ ]),
3064
+ _: 1
3065
+ }),
3066
+ i(" 's sphere of influence that affect the executability of the Licensed Application. ")
3067
+ ])
3068
+ ]),
3069
+ _: 1
3070
+ })
3071
+ ]),
3072
+ _: 1
3073
+ })
3074
+ ]),
3075
+ _: 1
3076
+ })
3077
+ ])
3078
+ ]),
3079
+ _: 1
3080
+ })
3081
+ ]),
3082
+ _: 1
3083
+ })
3084
+ ]),
3085
+ _: 1
3086
+ })
3087
+ ])
3088
+ ])
3089
+ ])
3090
+ ]),
3091
+ Na,
3092
+ t("div", Aa, [
3093
+ t("span", Ma, [
3094
+ t("span", wa, [
3095
+ t("span", La, [
3096
+ e(s, {
3097
+ class: "block-container if",
3098
+ "data-type": "if",
3099
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
3100
+ }, {
3101
+ default: o(() => [
3102
+ e(s, { "data-type": "conditional-block" }, {
3103
+ default: o(() => [
3104
+ e(s, { "data-type": "body" }, {
3105
+ default: o(() => [
3106
+ t("span", Ca, [
3107
+ e(s, {
3108
+ class: "block-container if",
3109
+ "data-type": "if",
3110
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
3111
+ }, {
3112
+ default: o(() => [
3113
+ e(s, { "data-type": "conditional-block" }, {
3114
+ default: o(() => [
3115
+ e(s, { "data-type": "body" }, {
3116
+ default: o(() => [
3117
+ t("span", Oa, [
3118
+ e(s, { class: "block-component" }),
3119
+ i(" 9 "),
3120
+ e(s, { class: "else-block" }),
3121
+ i(" .3  You are required to inspect the Licensed Application immediately after installing it and notify "),
3122
+ e(s, { class: "question" }, {
3123
+ default: o(() => [
3124
+ i("NO MORE SNOW CO.,LTD.")
3125
+ ]),
3126
+ _: 1
3127
+ }),
3128
+ i(" about issues discovered without delay by email provided in ")
3129
+ ])
3130
+ ]),
3131
+ _: 1
3132
+ })
3133
+ ]),
3134
+ _: 1
3135
+ })
3136
+ ]),
3137
+ _: 1
3138
+ })
3139
+ ])
3140
+ ]),
3141
+ _: 1
3142
+ })
3143
+ ]),
3144
+ _: 1
3145
+ })
3146
+ ]),
3147
+ _: 1
3148
+ })
3149
+ ])
3150
+ ]),
3151
+ i("   ")
3152
+ ]),
3153
+ t("a", Ta, [
3154
+ t("span", Ea, [
3155
+ t("span", Sa, [
3156
+ t("span", Ya, [
3157
+ e(s, {
3158
+ class: "block-container if",
3159
+ "data-type": "if",
3160
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
3161
+ }, {
3162
+ default: o(() => [
3163
+ e(s, { "data-type": "conditional-block" }, {
3164
+ default: o(() => [
3165
+ e(s, { "data-type": "body" }, {
3166
+ default: o(() => [
3167
+ t("span", Ia, [
3168
+ e(s, {
3169
+ class: "block-container if",
3170
+ "data-type": "if",
3171
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
3172
+ }, {
3173
+ default: o(() => [
3174
+ e(s, { "data-type": "conditional-block" }, {
3175
+ default: o(() => [
3176
+ e(s, { "data-type": "body" }, {
3177
+ default: o(() => [
3178
+ Ra
3179
+ ]),
3180
+ _: 1
3181
+ })
3182
+ ]),
3183
+ _: 1
3184
+ })
3185
+ ]),
3186
+ _: 1
3187
+ })
3188
+ ])
3189
+ ]),
3190
+ _: 1
3191
+ })
3192
+ ]),
3193
+ _: 1
3194
+ })
3195
+ ]),
3196
+ _: 1
3197
+ })
3198
+ ])
3199
+ ])
3200
+ ])
3201
+ ]),
3202
+ t("span", qa, [
3203
+ t("span", Ua, [
3204
+ t("span", Pa, [
3205
+ e(s, {
3206
+ class: "block-container if",
3207
+ "data-type": "if",
3208
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
3209
+ }, {
3210
+ default: o(() => [
3211
+ e(s, { "data-type": "conditional-block" }, {
3212
+ default: o(() => [
3213
+ e(s, { "data-type": "body" }, {
3214
+ default: o(() => [
3215
+ t("span", Da, [
3216
+ e(s, {
3217
+ class: "block-container if",
3218
+ "data-type": "if",
3219
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
3220
+ }, {
3221
+ default: o(() => [
3222
+ e(s, { "data-type": "conditional-block" }, {
3223
+ default: o(() => [
3224
+ e(s, { "data-type": "body" }, {
3225
+ default: o(() => [
3226
+ t("span", Wa, [
3227
+ i(" . The defect report will be taken into consideration and further investigated if it has been emailed within a period of "),
3228
+ e(s, { class: "question" }, {
3229
+ default: o(() => [
3230
+ i("ninety (90)")
3231
+ ]),
3232
+ _: 1
3233
+ }),
3234
+ i(" days after discovery. ")
3235
+ ])
3236
+ ]),
3237
+ _: 1
3238
+ })
3239
+ ]),
3240
+ _: 1
3241
+ })
3242
+ ]),
3243
+ _: 1
3244
+ })
3245
+ ])
3246
+ ]),
3247
+ _: 1
3248
+ })
3249
+ ]),
3250
+ _: 1
3251
+ })
3252
+ ]),
3253
+ _: 1
3254
+ })
3255
+ ])
3256
+ ])
3257
+ ])
3258
+ ]),
3259
+ Ga,
3260
+ t("div", Ba, [
3261
+ t("span", Fa, [
3262
+ t("span", Ha, [
3263
+ t("span", ja, [
3264
+ e(s, {
3265
+ class: "block-container if",
3266
+ "data-type": "if",
3267
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
3268
+ }, {
3269
+ default: o(() => [
3270
+ e(s, { "data-type": "conditional-block" }, {
3271
+ default: o(() => [
3272
+ e(s, { "data-type": "body" }, {
3273
+ default: o(() => [
3274
+ t("span", Ka, [
3275
+ e(s, {
3276
+ class: "block-container if",
3277
+ "data-type": "if",
3278
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
3279
+ }, {
3280
+ default: o(() => [
3281
+ e(s, { "data-type": "conditional-block" }, {
3282
+ default: o(() => [
3283
+ e(s, { "data-type": "body" }, {
3284
+ default: o(() => [
3285
+ t("span", Va, [
3286
+ e(s, { class: "block-component" }),
3287
+ i(" 9 "),
3288
+ e(s, { class: "else-block" }),
3289
+ i(" .4  If we confirm that the Licensed Application is defective, "),
3290
+ e(s, { class: "question" }, {
3291
+ default: o(() => [
3292
+ i("NO MORE SNOW CO.,LTD.")
3293
+ ]),
3294
+ _: 1
3295
+ }),
3296
+ i(" reserves a choice to remedy the situation either by means of solving the defect or substitute delivery. ")
3297
+ ])
3298
+ ]),
3299
+ _: 1
3300
+ })
3301
+ ]),
3302
+ _: 1
3303
+ })
3304
+ ]),
3305
+ _: 1
3306
+ })
3307
+ ])
3308
+ ]),
3309
+ _: 1
3310
+ })
3311
+ ]),
3312
+ _: 1
3313
+ })
3314
+ ]),
3315
+ _: 1
3316
+ })
3317
+ ])
3318
+ ])
3319
+ ])
3320
+ ]),
3321
+ Qa,
3322
+ t("div", Ja, [
3323
+ e(s, {
3324
+ class: "block-container if",
3325
+ "data-type": "if",
3326
+ id: "36ce5a69-4560-4947-dc72-46e53e2d562a"
3327
+ }, {
3328
+ default: o(() => [
3329
+ e(s, { "data-type": "conditional-block" }, {
3330
+ default: o(() => [
3331
+ e(s, { "data-type": "body" }, {
3332
+ default: o(() => [
3333
+ t("div", Xa, [
3334
+ t("span", Za, [
3335
+ t("span", $a, [
3336
+ t("span", tn, [
3337
+ t("span", en, [
3338
+ t("span", sn, [
3339
+ t("span", on, [
3340
+ t("span", an, [
3341
+ e(s, { class: "block-component" }),
3342
+ i(" 9 "),
3343
+ e(s, { class: "else-block" }),
3344
+ i(" .5  ")
3345
+ ])
3346
+ ])
3347
+ ])
3348
+ ])
3349
+ ]),
3350
+ i("   ")
3351
+ ]),
3352
+ i(" 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. ")
3353
+ ])
3354
+ ])
3355
+ ]),
3356
+ _: 1
3357
+ })
3358
+ ]),
3359
+ _: 1
3360
+ })
3361
+ ]),
3362
+ _: 1
3363
+ })
3364
+ ]),
3365
+ nn,
3366
+ t("div", ln, [
3367
+ e(s, {
3368
+ class: "block-container if",
3369
+ "data-type": "if",
3370
+ id: "14038561-dad7-be9d-370f-f8aa487b2570"
3371
+ }, {
3372
+ default: o(() => [
3373
+ e(s, { "data-type": "conditional-block" }, {
3374
+ default: o(() => [
3375
+ e(s, { "data-type": "body" }, {
3376
+ default: o(() => [
3377
+ t("div", cn, [
3378
+ t("span", dn, [
3379
+ t("span", rn, [
3380
+ t("span", hn, [
3381
+ t("span", pn, [
3382
+ t("span", fn, [
3383
+ t("span", yn, [
3384
+ t("span", _n, [
3385
+ e(s, { class: "block-component" }),
3386
+ i(" 9 "),
3387
+ e(s, { class: "else-block" }),
3388
+ i(" .6 ")
3389
+ ])
3390
+ ])
3391
+ ])
3392
+ ])
3393
+ ]),
3394
+ i("   ")
3395
+ ]),
3396
+ i(" 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. ")
3397
+ ])
3398
+ ])
3399
+ ]),
3400
+ _: 1
3401
+ })
3402
+ ]),
3403
+ _: 1
3404
+ })
3405
+ ]),
3406
+ _: 1
3407
+ })
3408
+ ]),
3409
+ t("div", gn, [
3410
+ e(s, {
3411
+ class: "block-container if",
3412
+ "data-type": "if",
3413
+ id: "14038561-dad7-be9d-370f-f8aa487b2570"
3414
+ }, {
3415
+ default: o(() => [
3416
+ e(s, { "data-type": "conditional-block" }, {
3417
+ default: o(() => [
3418
+ e(s, { "data-type": "body" }, {
3419
+ default: o(() => [
3420
+ i(" ")
3421
+ ]),
3422
+ _: 1
3423
+ }),
3424
+ i("   ")
3425
+ ]),
3426
+ _: 1
3427
+ }),
3428
+ i("   ")
3429
+ ]),
3430
+ _: 1
3431
+ })
3432
+ ]),
3433
+ bn,
3434
+ t("div", mn, [
3435
+ t("div", un, [
3436
+ e(s, { class: "question" }, {
3437
+ default: o(() => [
3438
+ xn
3439
+ ]),
3440
+ _: 1
3441
+ }),
3442
+ kn,
3443
+ vn,
3444
+ t("span", zn, [
3445
+ i(" ledge that "),
3446
+ e(s, { class: "question" }, {
3447
+ default: o(() => [
3448
+ i("NO MORE SNOW CO.,LTD.")
3449
+ ]),
3450
+ _: 1
3451
+ }),
3452
+ i(" , 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: ")
3453
+ ])
3454
+ ])
3455
+ ]),
3456
+ Nn,
3457
+ t("div", An, [
3458
+ e(s, {
3459
+ class: "block-container if",
3460
+ "data-type": "if"
3461
+ }, {
3462
+ default: o(() => [
3463
+ e(s, { "data-type": "conditional-block" }, {
3464
+ default: o(() => [
3465
+ e(s, { "data-type": "body" }, {
3466
+ default: o(() => [
3467
+ Mn,
3468
+ i("   ")
3469
+ ]),
3470
+ _: 1
3471
+ }),
3472
+ i("   ")
3473
+ ]),
3474
+ _: 1
3475
+ }),
3476
+ i("   ")
3477
+ ]),
3478
+ _: 1
3479
+ })
3480
+ ]),
3481
+ t("div", wn, [
3482
+ e(s, {
3483
+ class: "block-container if",
3484
+ "data-type": "if"
3485
+ }, {
3486
+ default: o(() => [
3487
+ e(s, { "data-type": "conditional-block" }, {
3488
+ default: o(() => [
3489
+ e(s, { "data-type": "body" }, {
3490
+ default: o(() => [
3491
+ Ln
3492
+ ]),
3493
+ _: 1
3494
+ })
3495
+ ]),
3496
+ _: 1
3497
+ })
3498
+ ]),
3499
+ _: 1
3500
+ })
3501
+ ]),
3502
+ Cn,
3503
+ t("div", On, [
3504
+ e(s, {
3505
+ class: "block-container if",
3506
+ "data-type": "if"
3507
+ }, {
3508
+ default: o(() => [
3509
+ e(s, { "data-type": "conditional-block" }, {
3510
+ default: o(() => [
3511
+ e(s, { "data-type": "body" }, {
3512
+ default: o(() => [
3513
+ t("div", Tn, [
3514
+ t("span", En, [
3515
+ i(" (iii) claims arising under consumer protection, privacy, or similar legislation "),
3516
+ e(s, { class: "block-component" }),
3517
+ Sn,
3518
+ e(s, { class: "statement-end-if-in-editor" }),
3519
+ i(" . ")
3520
+ ])
3521
+ ])
3522
+ ]),
3523
+ _: 1
3524
+ })
3525
+ ]),
3526
+ _: 1
3527
+ })
3528
+ ]),
3529
+ _: 1
3530
+ })
3531
+ ]),
3532
+ Yn,
3533
+ In,
3534
+ t("div", Rn, [
3535
+ e(s, {
3536
+ class: "block-container if",
3537
+ "data-type": "if",
3538
+ id: "87a7471d-cf82-1032-fdf8-601d37d7b017"
3539
+ }, {
3540
+ default: o(() => [
3541
+ e(s, { "data-type": "conditional-block" }, {
3542
+ default: o(() => [
3543
+ e(s, { "data-type": "body" }, {
3544
+ default: o(() => [
3545
+ qn
3546
+ ]),
3547
+ _: 1
3548
+ })
3549
+ ]),
3550
+ _: 1
3551
+ })
3552
+ ]),
3553
+ _: 1
3554
+ })
3555
+ ]),
3556
+ Un,
3557
+ t("div", Pn, [
3558
+ e(s, {
3559
+ class: "block-container if",
3560
+ "data-type": "if"
3561
+ }, {
3562
+ default: o(() => [
3563
+ e(s, { "data-type": "conditional-block" }, {
3564
+ default: o(() => [
3565
+ e(s, { "data-type": "body" }, {
3566
+ default: o(() => [
3567
+ t("div", Dn, [
3568
+ t("span", Wn, [
3569
+ i(" 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 "),
3570
+ e(s, { class: "block-component" }),
3571
+ i(' "terrorist supporting" '),
3572
+ e(s, { class: "statement-end-if-in-editor" }),
3573
+ i(" country; and that You are not listed on any US Government list of prohibited or restricted parties. ")
3574
+ ])
3575
+ ])
3576
+ ]),
3577
+ _: 1
3578
+ })
3579
+ ]),
3580
+ _: 1
3581
+ })
3582
+ ]),
3583
+ _: 1
3584
+ })
3585
+ ]),
3586
+ Gn,
3587
+ Bn,
3588
+ t("div", Fn, [
3589
+ e(s, {
3590
+ class: "block-container if",
3591
+ "data-type": "if",
3592
+ id: "923fc4bc-b171-82ba-b6eb-0a13c12d1b6b"
3593
+ }, {
3594
+ default: o(() => [
3595
+ e(s, { "data-type": "conditional-block" }, {
3596
+ default: o(() => [
3597
+ e(s, { "data-type": "body" }, {
3598
+ default: o(() => [
3599
+ Hn
3600
+ ]),
3601
+ _: 1
3602
+ })
3603
+ ]),
3604
+ _: 1
3605
+ })
3606
+ ]),
3607
+ _: 1
3608
+ })
3609
+ ]),
3610
+ jn,
3611
+ t("div", Kn, [
3612
+ e(s, {
3613
+ class: "block-container if",
3614
+ "data-type": "if"
3615
+ }, {
3616
+ default: o(() => [
3617
+ e(s, { "data-type": "conditional-block" }, {
3618
+ default: o(() => [
3619
+ e(s, { "data-type": "body" }, {
3620
+ default: o(() => [
3621
+ Vn,
3622
+ i("         "),
3623
+ t("div", Qn, [
3624
+ t("span", Jn, [
3625
+ e(s, { class: "question" }, {
3626
+ default: o(() => [
3627
+ i("NO MORE SNOW CO.,LTD.")
3628
+ ]),
3629
+ _: 1
3630
+ }),
3631
+ e(s, { class: "block-component" })
3632
+ ])
3633
+ ])
3634
+ ]),
3635
+ _: 1
3636
+ })
3637
+ ]),
3638
+ _: 1
3639
+ })
3640
+ ]),
3641
+ _: 1
3642
+ }),
3643
+ e(s, {
3644
+ class: "block-container if",
3645
+ "data-type": "if"
3646
+ }, {
3647
+ default: o(() => [
3648
+ e(s, { "data-type": "conditional-block" }, {
3649
+ default: o(() => [
3650
+ e(s, { "data-type": "body" }, {
3651
+ default: o(() => [
3652
+ t("div", Xn, [
3653
+ t("span", Zn, [
3654
+ e(s, { class: "question" }, {
3655
+ default: o(() => [
3656
+ i("10 Karon Rd, Tambon Karon, Amphoe Mueang Phuket, Chang Wat Phuket 83100, Thailand")
3657
+ ]),
3658
+ _: 1
3659
+ }),
3660
+ e(s, { class: "block-component" })
3661
+ ])
3662
+ ])
3663
+ ]),
3664
+ _: 1
3665
+ })
3666
+ ]),
3667
+ _: 1
3668
+ })
3669
+ ]),
3670
+ _: 1
3671
+ }),
3672
+ e(s, {
3673
+ class: "block-container if",
3674
+ "data-type": "if"
3675
+ }, {
3676
+ default: o(() => [
3677
+ e(s, { "data-type": "conditional-block" }, {
3678
+ default: o(() => [
3679
+ e(s, { "data-type": "body" }, {
3680
+ default: o(() => [
3681
+ t("div", $n, [
3682
+ t("span", tl, [
3683
+ e(s, { class: "question" }, {
3684
+ default: o(() => [
3685
+ i("Tambon Karon")
3686
+ ]),
3687
+ _: 1
3688
+ }),
3689
+ e(s, { class: "statement-end-if-in-editor" }),
3690
+ e(s, { class: "question" }, {
3691
+ default: o(() => [
3692
+ i("83100")
3693
+ ]),
3694
+ _: 1
3695
+ })
3696
+ ])
3697
+ ])
3698
+ ]),
3699
+ _: 1
3700
+ })
3701
+ ]),
3702
+ _: 1
3703
+ })
3704
+ ]),
3705
+ _: 1
3706
+ }),
3707
+ e(s, {
3708
+ class: "block-container if",
3709
+ "data-type": "if"
3710
+ }, {
3711
+ default: o(() => [
3712
+ e(s, { "data-type": "conditional-block" }, {
3713
+ default: o(() => [
3714
+ e(s, { "data-type": "body" }, {
3715
+ default: o(() => [
3716
+ t("div", el, [
3717
+ t("span", sl, [
3718
+ e(s, { class: "block-component" }),
3719
+ e(s, { class: "question" }, {
3720
+ default: o(() => [
3721
+ i("Thailand")
3722
+ ]),
3723
+ _: 1
3724
+ }),
3725
+ e(s, { class: "statement-end-if-in-editor" }),
3726
+ e(s, { class: "else-block" })
3727
+ ])
3728
+ ])
3729
+ ]),
3730
+ _: 1
3731
+ })
3732
+ ]),
3733
+ _: 1
3734
+ })
3735
+ ]),
3736
+ _: 1
3737
+ }),
3738
+ e(s, {
3739
+ class: "block-container if",
3740
+ "data-type": "if"
3741
+ }, {
3742
+ default: o(() => [
3743
+ e(s, { "data-type": "conditional-block" }, {
3744
+ default: o(() => [
3745
+ e(s, { "data-type": "body" }, {
3746
+ default: o(() => [
3747
+ t("div", ol, [
3748
+ t("span", il, [
3749
+ e(s, { class: "question" }, {
3750
+ default: o(() => [
3751
+ i("hello@thecommunephuket.com")
3752
+ ]),
3753
+ _: 1
3754
+ })
3755
+ ])
3756
+ ])
3757
+ ]),
3758
+ _: 1
3759
+ })
3760
+ ]),
3761
+ _: 1
3762
+ })
3763
+ ]),
3764
+ _: 1
3765
+ })
3766
+ ]),
3767
+ al,
3768
+ nl,
3769
+ t("div", ll, [
3770
+ e(s, {
3771
+ class: "block-container if",
3772
+ "data-type": "if"
3773
+ }, {
3774
+ default: o(() => [
3775
+ e(s, { "data-type": "conditional-block" }, {
3776
+ default: o(() => [
3777
+ e(s, { "data-type": "body" }, {
3778
+ default: o(() => [
3779
+ cl
3780
+ ]),
3781
+ _: 1
3782
+ })
3783
+ ]),
3784
+ _: 1
3785
+ })
3786
+ ]),
3787
+ _: 1
3788
+ })
3789
+ ]),
3790
+ dl,
3791
+ t("div", rl, [
3792
+ e(s, {
3793
+ class: "block-container if",
3794
+ "data-type": "if"
3795
+ }, {
3796
+ default: o(() => [
3797
+ e(s, { "data-type": "conditional-block" }, {
3798
+ default: o(() => [
3799
+ e(s, { "data-type": "body" }, {
3800
+ default: o(() => [
3801
+ t("div", hl, [
3802
+ t("span", pl, [
3803
+ i(" The "),
3804
+ e(s, { class: "block-component" }),
3805
+ i(" license "),
3806
+ e(s, { class: "statement-end-if-in-editor" }),
3807
+ i(" is valid until terminated by "),
3808
+ e(s, { class: "question" }, {
3809
+ default: o(() => [
3810
+ i("NO MORE SNOW CO.,LTD.")
3811
+ ]),
3812
+ _: 1
3813
+ }),
3814
+ i(" or by You. Your rights under this "),
3815
+ e(s, { class: "block-component" }),
3816
+ i(" license "),
3817
+ e(s, { class: "statement-end-if-in-editor" }),
3818
+ i(" will terminate automatically and without notice from "),
3819
+ e(s, { class: "question" }, {
3820
+ default: o(() => [
3821
+ i("NO MORE SNOW CO.,LTD.")
3822
+ ]),
3823
+ _: 1
3824
+ }),
3825
+ i(" if You fail to adhere to any term(s) of this "),
3826
+ e(s, { class: "block-component" }),
3827
+ i(" license "),
3828
+ e(s, { class: "statement-end-if-in-editor" }),
3829
+ i(" . Upon "),
3830
+ e(s, { class: "block-component" }),
3831
+ i(" License "),
3832
+ e(s, { class: "statement-end-if-in-editor" }),
3833
+ i(" termination, You shall stop all use of the Licensed Application, and destroy all copies, full or partial, of the Licensed Application. ")
3834
+ ])
3835
+ ])
3836
+ ]),
3837
+ _: 1
3838
+ })
3839
+ ]),
3840
+ _: 1
3841
+ })
3842
+ ]),
3843
+ _: 1
3844
+ })
3845
+ ]),
3846
+ t("div", fl, [
3847
+ e(s, {
3848
+ class: "block-container if",
3849
+ "data-type": "if"
3850
+ }, {
3851
+ default: o(() => [
3852
+ i("   "),
3853
+ e(s, { "data-type": "conditional-block" }, {
3854
+ default: o(() => [
3855
+ i("   "),
3856
+ e(s, { "data-type": "body" }, {
3857
+ default: o(() => [
3858
+ i("    "),
3859
+ yl
3860
+ ]),
3861
+ _: 1
3862
+ })
3863
+ ]),
3864
+ _: 1
3865
+ })
3866
+ ]),
3867
+ _: 1
3868
+ })
3869
+ ]),
3870
+ _l,
3871
+ t("div", gl, [
3872
+ t("div", bl, [
3873
+ t("span", ml, [
3874
+ e(s, { class: "question" }, {
3875
+ default: o(() => [
3876
+ i("NO MORE SNOW CO.,LTD.")
3877
+ ]),
3878
+ _: 1
3879
+ }),
3880
+ i(" represents and warrants that "),
3881
+ e(s, { class: "question" }, {
3882
+ default: o(() => [
3883
+ i("NO MORE SNOW CO.,LTD.")
3884
+ ]),
3885
+ _: 1
3886
+ }),
3887
+ i(" will comply with applicable third-party terms of agreement when using Licensed Application. ")
3888
+ ])
3889
+ ])
3890
+ ]),
3891
+ ul,
3892
+ t("div", xl, [
3893
+ t("div", kl, [
3894
+ t("span", vl, [
3895
+ i(" In Accordance with Section 9 of the "),
3896
+ e(s, { class: "block-component" }),
3897
+ i(` "Instructions for Minimum Terms of Developer's End-User License Agreement," `),
3898
+ e(s, { class: "statement-end-if-in-editor" }),
3899
+ e(s, { class: "block-component" }),
3900
+ i(" both Apple and Google and their "),
3901
+ e(s, { class: "block-component" }),
3902
+ i(" subsidiaries shall be third-party beneficiaries of this End User "),
3903
+ e(s, { class: "block-component" }),
3904
+ i(" License "),
3905
+ e(s, { class: "statement-end-if-in-editor" }),
3906
+ i(" Agreement and — upon Your acceptance of the terms and conditions of this "),
3907
+ e(s, { class: "block-component" }),
3908
+ i(" License "),
3909
+ e(s, { class: "statement-end-if-in-editor" }),
3910
+ i(" Agreement, "),
3911
+ e(s, { class: "block-component" }),
3912
+ i(" both Apple and Google "),
3913
+ e(s, { class: "block-component" }),
3914
+ i(" will have the right (and will be deemed to have accepted the right) to enforce this End User "),
3915
+ e(s, { class: "block-component" }),
3916
+ i(" License "),
3917
+ e(s, { class: "statement-end-if-in-editor" }),
3918
+ i(" Agreement against You as a third-party beneficiary thereof. ")
3919
+ ])
3920
+ ])
3921
+ ]),
3922
+ zl,
3923
+ t("div", Nl, [
3924
+ t("div", Al, [
3925
+ t("span", Ml, [
3926
+ e(s, { class: "question" }, {
3927
+ default: o(() => [
3928
+ i("NO MORE SNOW CO.,LTD.")
3929
+ ]),
3930
+ _: 1
3931
+ }),
3932
+ i(" 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, "),
3933
+ e(s, { class: "question" }, {
3934
+ default: o(() => [
3935
+ i("NO MORE SNOW CO.,LTD.")
3936
+ ]),
3937
+ _: 1
3938
+ }),
3939
+ i(" , and not the Services, will be solely responsible for the investigation, "),
3940
+ e(s, { class: "block-component" }),
3941
+ i(" defense "),
3942
+ e(s, { class: "statement-end-if-in-editor" }),
3943
+ i(" , settlement, and discharge or any such intellectual property infringement claims. ")
3944
+ ])
3945
+ ])
3946
+ ]),
3947
+ wl,
3948
+ t("div", Ll, [
3949
+ t("div", Cl, [
3950
+ t("span", Ol, [
3951
+ i(" This "),
3952
+ e(s, { class: "block-component" }),
3953
+ i(" License "),
3954
+ e(s, { class: "statement-end-if-in-editor" }),
3955
+ i(" Agreement is governed by the laws of "),
3956
+ e(s, { class: "block-component" }),
3957
+ e(s, { class: "question" }, {
3958
+ default: o(() => [
3959
+ i("Thailand")
3960
+ ]),
3961
+ _: 1
3962
+ }),
3963
+ e(s, { class: "statement-end-if-in-editor" }),
3964
+ i(" excluding its conflicts of law rules. ")
3965
+ ])
3966
+ ])
3967
+ ]),
3968
+ Tl,
3969
+ t("div", El, [
3970
+ Sl,
3971
+ t("div", Yl, [
3972
+ e(s, {
3973
+ class: "block-container if",
3974
+ "data-type": "if",
3975
+ id: "4de367b8-a92e-8bf8-bc2e-013cba6337f8"
3976
+ }, {
3977
+ default: o(() => [
3978
+ e(s, { "data-type": "conditional-block" }, {
3979
+ default: o(() => [
3980
+ e(s, { "data-type": "body" }, {
3981
+ default: o(() => [
3982
+ t("div", Il, [
3983
+ t("span", Rl, [
3984
+ t("span", ql, [
3985
+ t("span", Ul, [
3986
+ t("span", Pl, [
3987
+ t("span", Dl, [
3988
+ t("span", Wl, [
3989
+ t("span", Gl, [
3990
+ t("span", Bl, [
3991
+ t("span", Fl, [
3992
+ t("span", Hl, [
3993
+ t("span", jl, [
3994
+ t("span", Kl, [
3995
+ t("span", Vl, [
3996
+ e(s, {
3997
+ class: "block-container if",
3998
+ "data-type": "if",
3999
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
4000
+ }, {
4001
+ default: o(() => [
4002
+ e(s, { "data-type": "conditional-block" }, {
4003
+ default: o(() => [
4004
+ e(s, { "data-type": "body" }, {
4005
+ default: o(() => [
4006
+ t("span", Ql, [
4007
+ e(s, {
4008
+ class: "block-container if",
4009
+ "data-type": "if",
4010
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
4011
+ }, {
4012
+ default: o(() => [
4013
+ e(s, { "data-type": "conditional-block" }, {
4014
+ default: o(() => [
4015
+ e(s, { "data-type": "body" }, {
4016
+ default: o(() => [
4017
+ t("span", Jl, [
4018
+ t("span", Xl, [
4019
+ t("span", Zl, [
4020
+ t("span", $l, [
4021
+ t("span", tc, [
4022
+ t("span", ec, [
4023
+ t("span", sc, [
4024
+ t("span", oc, [
4025
+ t("span", ic, [
4026
+ t("span", ac, [
4027
+ t("span", nc, [
4028
+ t("span", lc, [
4029
+ t("span", cc, [
4030
+ t("span", dc, [
4031
+ e(s, { class: "block-component" }),
4032
+ i(" 17 "),
4033
+ e(s, { class: "else-block" }),
4034
+ t("span", rc, [
4035
+ t("span", hc, [
4036
+ t("span", pc, [
4037
+ t("span", fc, [
4038
+ e(s, {
4039
+ class: "block-container if",
4040
+ "data-type": "if",
4041
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
4042
+ }, {
4043
+ default: o(() => [
4044
+ e(s, { "data-type": "conditional-block" }, {
4045
+ default: o(() => [
4046
+ e(s, { "data-type": "body" }, {
4047
+ default: o(() => [
4048
+ yc
4049
+ ]),
4050
+ _: 1
4051
+ })
4052
+ ]),
4053
+ _: 1
4054
+ })
4055
+ ]),
4056
+ _: 1
4057
+ })
4058
+ ])
4059
+ ])
4060
+ ])
4061
+ ])
4062
+ ])
4063
+ ])
4064
+ ])
4065
+ ])
4066
+ ])
4067
+ ])
4068
+ ])
4069
+ ])
4070
+ ])
4071
+ ])
4072
+ ])
4073
+ ])
4074
+ ])
4075
+ ])
4076
+ ]),
4077
+ _: 1
4078
+ })
4079
+ ]),
4080
+ _: 1
4081
+ })
4082
+ ]),
4083
+ _: 1
4084
+ })
4085
+ ])
4086
+ ]),
4087
+ _: 1
4088
+ })
4089
+ ]),
4090
+ _: 1
4091
+ })
4092
+ ]),
4093
+ _: 1
4094
+ })
4095
+ ])
4096
+ ])
4097
+ ])
4098
+ ])
4099
+ ])
4100
+ ])
4101
+ ])
4102
+ ])
4103
+ ])
4104
+ ]),
4105
+ i("   ")
4106
+ ]),
4107
+ i("   ")
4108
+ ]),
4109
+ i(" 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. ")
4110
+ ])
4111
+ ]),
4112
+ i("   ")
4113
+ ]),
4114
+ _: 1
4115
+ }),
4116
+ i("   ")
4117
+ ]),
4118
+ _: 1
4119
+ }),
4120
+ i("   ")
4121
+ ]),
4122
+ _: 1
4123
+ }),
4124
+ e(s, {
4125
+ class: "block-container if",
4126
+ "data-type": "if"
4127
+ }, {
4128
+ default: o(() => [
4129
+ i("   "),
4130
+ e(s, { "data-type": "conditional-block" }, {
4131
+ default: o(() => [
4132
+ i("   "),
4133
+ e(s, { "data-type": "body" }, {
4134
+ default: o(() => [
4135
+ i("         "),
4136
+ t("div", _c, [
4137
+ t("span", gc, [
4138
+ t("span", bc, [
4139
+ t("span", mc, [
4140
+ t("span", uc, [
4141
+ t("span", xc, [
4142
+ t("span", kc, [
4143
+ t("span", vc, [
4144
+ t("span", zc, [
4145
+ t("span", Nc, [
4146
+ t("span", Ac, [
4147
+ e(s, { class: "block-component" }),
4148
+ i(" 17 "),
4149
+ e(s, { class: "else-block" }),
4150
+ t("span", Mc, [
4151
+ t("span", wc, [
4152
+ t("span", Lc, [
4153
+ t("span", Cc, [
4154
+ e(s, {
4155
+ class: "block-container if",
4156
+ "data-type": "if",
4157
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
4158
+ }, {
4159
+ default: o(() => [
4160
+ e(s, { "data-type": "conditional-block" }, {
4161
+ default: o(() => [
4162
+ e(s, { "data-type": "body" }, {
4163
+ default: o(() => [
4164
+ Oc
4165
+ ]),
4166
+ _: 1
4167
+ })
4168
+ ]),
4169
+ _: 1
4170
+ })
4171
+ ]),
4172
+ _: 1
4173
+ })
4174
+ ])
4175
+ ])
4176
+ ])
4177
+ ])
4178
+ ])
4179
+ ])
4180
+ ])
4181
+ ])
4182
+ ])
4183
+ ])
4184
+ ]),
4185
+ i("   ")
4186
+ ]),
4187
+ i("   ")
4188
+ ]),
4189
+ i(" Collateral agreements, changes and amendments are only valid if laid down in writing. The preceding clause can only be waived in writing. "),
4190
+ e(s, { class: "block-component" })
4191
+ ])
4192
+ ])
4193
+ ]),
4194
+ _: 1
4195
+ })
4196
+ ]),
4197
+ _: 1
4198
+ })
4199
+ ]),
4200
+ _: 1
4201
+ })
4202
+ ])
4203
+ ])
4204
+ ])
4205
+ ]);
4206
+ }
4207
+ const Rc = /* @__PURE__ */ r(h, [["render", Tc]]);
4208
+ export {
4209
+ Rc as default
4210
+ };