@ozdao/prometheus-framework 0.2.34 → 0.2.35

Sign up to get free protection for your applications and to get access to all the features.
Files changed (285) hide show
  1. package/dist/events.server.js +2 -1
  2. package/dist/events.server.mjs +2 -1
  3. package/dist/main.css +1 -1
  4. package/dist/node_modules/@ozdao/prometheus-framework/dist/_virtual/_commonjsHelpers.cjs +1 -0
  5. package/dist/node_modules/@ozdao/prometheus-framework/dist/_virtual/_commonjsHelpers.js +6 -0
  6. package/dist/node_modules/@ozdao/prometheus-framework/dist/_virtual/_plugin-vue_export-helper.cjs +1 -0
  7. package/dist/node_modules/@ozdao/prometheus-framework/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  8. package/dist/node_modules/@ozdao/prometheus-framework/dist/_virtual/js.cookie.cjs +1 -0
  9. package/dist/node_modules/@ozdao/prometheus-framework/dist/_virtual/js.cookie.js +4 -0
  10. package/dist/node_modules/@ozdao/prometheus-framework/dist/node_modules/js-cookie/src/js.cookie.cjs +7 -0
  11. package/dist/node_modules/@ozdao/prometheus-framework/dist/node_modules/js-cookie/src/js.cookie.js +97 -0
  12. package/dist/node_modules/@ozdao/prometheus-framework/dist/node_modules/vue-select/dist/vue-select.es.cjs +1 -0
  13. package/dist/node_modules/@ozdao/prometheus-framework/dist/node_modules/vue-select/dist/vue-select.es.js +173 -0
  14. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/@capacitor/core/dist/index.cjs +1 -0
  15. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/@capacitor/core/dist/index.js +337 -0
  16. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/@capacitor/preferences/dist/esm/index.cjs +1 -0
  17. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/@capacitor/preferences/dist/esm/index.js +7 -0
  18. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/@capacitor/preferences/dist/esm/web.cjs +1 -0
  19. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/@capacitor/preferences/dist/esm/web.js +54 -0
  20. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/adapters/adapters.cjs +3 -0
  21. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/adapters/adapters.js +51 -0
  22. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.cjs +1 -0
  23. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.js +109 -0
  24. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/axios.cjs +1 -0
  25. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/axios.js +47 -0
  26. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.cjs +1 -0
  27. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.js +73 -0
  28. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.cjs +1 -0
  29. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.js +11 -0
  30. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.cjs +1 -0
  31. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.js +6 -0
  32. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/Axios.cjs +1 -0
  33. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/Axios.js +117 -0
  34. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.cjs +1 -0
  35. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.js +54 -0
  36. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/AxiosHeaders.cjs +2 -0
  37. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/AxiosHeaders.js +165 -0
  38. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.cjs +1 -0
  39. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.js +59 -0
  40. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.cjs +1 -0
  41. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.js +8 -0
  42. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.cjs +1 -0
  43. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.js +31 -0
  44. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.cjs +1 -0
  45. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.js +72 -0
  46. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/settle.cjs +1 -0
  47. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/settle.js +14 -0
  48. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/transformData.cjs +1 -0
  49. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/transformData.js +13 -0
  50. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/defaults/index.cjs +1 -0
  51. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/defaults/index.js +88 -0
  52. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.cjs +1 -0
  53. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.js +8 -0
  54. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/env/data.cjs +1 -0
  55. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/env/data.js +4 -0
  56. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/AxiosURLSearchParams.cjs +1 -0
  57. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +33 -0
  58. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/HttpStatusCode.cjs +1 -0
  59. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/HttpStatusCode.js +72 -0
  60. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.cjs +1 -0
  61. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.js +8 -0
  62. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.cjs +1 -0
  63. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.js +19 -0
  64. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.cjs +1 -0
  65. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.js +6 -0
  66. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.cjs +1 -0
  67. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.js +32 -0
  68. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/formDataToJSON.cjs +1 -0
  69. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/formDataToJSON.js +30 -0
  70. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.cjs +1 -0
  71. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.js +6 -0
  72. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.cjs +1 -0
  73. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.js +7 -0
  74. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.cjs +1 -0
  75. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.js +37 -0
  76. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/null.cjs +1 -0
  77. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/null.js +4 -0
  78. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.cjs +2 -0
  79. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.js +30 -0
  80. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.cjs +1 -0
  81. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.js +7 -0
  82. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/speedometer.cjs +1 -0
  83. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/speedometer.js +19 -0
  84. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.cjs +1 -0
  85. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.js +8 -0
  86. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.cjs +1 -0
  87. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.js +84 -0
  88. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/toURLEncodedForm.cjs +1 -0
  89. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/toURLEncodedForm.js +13 -0
  90. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.cjs +1 -0
  91. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.js +51 -0
  92. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/Blob.cjs +1 -0
  93. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/Blob.js +4 -0
  94. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/FormData.cjs +1 -0
  95. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/FormData.js +4 -0
  96. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/URLSearchParams.cjs +1 -0
  97. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +5 -0
  98. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/index.cjs +1 -0
  99. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/index.js +15 -0
  100. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/common/utils.cjs +1 -0
  101. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/common/utils.js +7 -0
  102. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/index.cjs +1 -0
  103. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/index.js +9 -0
  104. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/utils.cjs +1 -0
  105. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/utils.js +224 -0
  106. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/auth/store/auth.cjs +1 -0
  107. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/auth/store/auth.js +44 -0
  108. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/auth/store/twofa.cjs +1 -0
  109. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/auth/store/twofa.js +19 -0
  110. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/community/store/blogposts.cjs +1 -0
  111. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/community/store/blogposts.js +38 -0
  112. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/community/store/reactions.cjs +1 -0
  113. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/community/store/reactions.js +16 -0
  114. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/events/store/events.cjs +1 -0
  115. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/events/store/events.js +42 -0
  116. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/globals/localization/vue-i18n.cjs +1 -0
  117. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/globals/localization/vue-i18n.js +22 -0
  118. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/globals/store/globals.cjs +1 -0
  119. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/globals/store/globals.js +59 -0
  120. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.cjs +1 -0
  121. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.js +28 -0
  122. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/dribbble.vue.cjs +1 -0
  123. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/dribbble.vue.js +21 -0
  124. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/facebook.vue.cjs +1 -0
  125. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/facebook.vue.js +21 -0
  126. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/instagram.vue.cjs +1 -0
  127. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/instagram.vue.js +21 -0
  128. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/line.vue.cjs +1 -0
  129. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/line.vue.js +23 -0
  130. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/reddit.vue.cjs +1 -0
  131. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/reddit.vue.js +21 -0
  132. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/telegram.vue.cjs +1 -0
  133. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/telegram.vue.js +29 -0
  134. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/twitter.vue.cjs +1 -0
  135. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/twitter.vue.js +21 -0
  136. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.cjs +1 -0
  137. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.js +3 -0
  138. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/middlewares/client/inputs.validation.cjs +1 -0
  139. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/middlewares/client/inputs.validation.js +35 -0
  140. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.cjs +1 -0
  141. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.js +60 -0
  142. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/components/blocks/Socials.vue.cjs +1 -0
  143. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/components/blocks/Socials.vue.js +80 -0
  144. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/departments.cjs +1 -0
  145. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/departments.js +34 -0
  146. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/invites.cjs +1 -0
  147. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/invites.js +17 -0
  148. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/memberships.cjs +1 -0
  149. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/memberships.js +16 -0
  150. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/organizations.cjs +1 -0
  151. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/organizations.js +42 -0
  152. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/products/store/categories.cjs +1 -0
  153. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/products/store/categories.js +20 -0
  154. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/products/store/products.cjs +1 -0
  155. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/products/store/products.js +28 -0
  156. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/reports/store/reports.cjs +1 -0
  157. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/reports/store/reports.js +28 -0
  158. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/spots/store/spots.cjs +1 -0
  159. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/spots/store/spots.js +34 -0
  160. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.cjs +1 -1
  161. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.js +2 -61
  162. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.cjs +1 -1
  163. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.js +61 -2
  164. package/dist/prometheus-framework/src/components/Countdown/Countdown.vue.cjs +1 -0
  165. package/dist/prometheus-framework/src/components/Countdown/Countdown.vue.js +62 -0
  166. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.cjs +1 -1
  167. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.js +49 -2
  168. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.cjs +1 -1
  169. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.js +2 -49
  170. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.cjs +1 -1
  171. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.js +42 -34
  172. package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -1
  173. package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +2 -70
  174. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -1
  175. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +70 -2
  176. package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +1 -1
  177. package/dist/prometheus-framework/src/components/Select/Select.vue.js +2 -93
  178. package/dist/prometheus-framework/src/components/Select/Select.vue2.cjs +1 -1
  179. package/dist/prometheus-framework/src/components/Select/Select.vue2.js +93 -2
  180. package/dist/prometheus-framework/src/components/Upload/Upload.vue.cjs +1 -1
  181. package/dist/prometheus-framework/src/components/Upload/Upload.vue.js +99 -2
  182. package/dist/prometheus-framework/src/components/Upload/Upload.vue2.cjs +1 -1
  183. package/dist/prometheus-framework/src/components/Upload/Upload.vue2.js +2 -73
  184. package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.cjs +1 -1
  185. package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.js +30 -28
  186. package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs +1 -1
  187. package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +25 -24
  188. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -1
  189. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +1 -1
  190. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -1
  191. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +1 -1
  192. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
  193. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +3 -3
  194. package/dist/prometheus-framework/src/modules/constructor/components/elements/Audio.vue.cjs +1 -1
  195. package/dist/prometheus-framework/src/modules/constructor/components/elements/Audio.vue.js +1 -1
  196. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +1 -5
  197. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +2 -65
  198. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +5 -1
  199. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +65 -2
  200. package/dist/prometheus-framework/src/modules/constructor/components/elements/Video.vue.cjs +1 -1
  201. package/dist/prometheus-framework/src/modules/constructor/components/elements/Video.vue.js +1 -1
  202. package/dist/prometheus-framework/src/modules/constructor/components/elements/VideoPlayer.vue.cjs +1 -1
  203. package/dist/prometheus-framework/src/modules/constructor/components/elements/VideoPlayer.vue.js +1 -1
  204. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -1
  205. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +1 -1
  206. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.cjs +1 -1
  207. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.js +1 -1
  208. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
  209. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +381 -140
  210. package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.cjs +4 -1
  211. package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.js +122 -48
  212. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +1 -1
  213. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +3 -3
  214. package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue.cjs +1 -0
  215. package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue.js +116 -0
  216. package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue2.cjs +1 -0
  217. package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue2.js +4 -0
  218. package/dist/prometheus-framework/src/modules/events/components/sections/SectionLineup.vue.cjs +1 -0
  219. package/dist/prometheus-framework/src/modules/events/components/sections/SectionLineup.vue.js +29 -0
  220. package/dist/prometheus-framework/src/modules/events/components/sections/SectionMainGuest.vue.cjs +3 -0
  221. package/dist/prometheus-framework/src/modules/events/components/sections/SectionMainGuest.vue.js +117 -0
  222. package/dist/prometheus-framework/src/modules/events/components/sections/SectionMainGuest.vue2.cjs +1 -0
  223. package/dist/prometheus-framework/src/modules/events/components/sections/SectionMainGuest.vue2.js +4 -0
  224. package/dist/prometheus-framework/src/modules/events/components/sections/SectionPreviousEvents.vue.cjs +1 -0
  225. package/dist/prometheus-framework/src/modules/events/components/sections/SectionPreviousEvents.vue.js +108 -0
  226. package/dist/prometheus-framework/src/modules/events/components/sections/SectionSpecialGuests.vue.cjs +1 -0
  227. package/dist/prometheus-framework/src/modules/events/components/sections/SectionSpecialGuests.vue.js +70 -0
  228. package/dist/prometheus-framework/src/modules/events/store/events.cjs +1 -1
  229. package/dist/prometheus-framework/src/modules/events/store/events.js +20 -16
  230. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
  231. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +1 -1
  232. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.cjs +1 -1
  233. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.js +2 -2
  234. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -1
  235. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +1 -1
  236. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -1
  237. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +1 -1
  238. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.cjs +1 -1
  239. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.js +2 -11
  240. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.cjs +1 -1
  241. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.js +11 -2
  242. package/dist/prometheus-framework/src/modules/orders/components/sections/FormOrderDetails.vue.cjs +1 -1
  243. package/dist/prometheus-framework/src/modules/orders/components/sections/FormOrderDetails.vue.js +1 -1
  244. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -1
  245. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +14 -14
  246. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +1 -1
  247. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +1 -1
  248. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
  249. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +3 -3
  250. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
  251. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +1 -1
  252. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
  253. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +1 -1
  254. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
  255. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
  256. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -1
  257. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +1 -1
  258. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
  259. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +1 -1
  260. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
  261. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +1 -1
  262. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
  263. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +3 -3
  264. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -1
  265. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +1 -1
  266. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -1
  267. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +1 -1
  268. package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.cjs +1 -1
  269. package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.js +1 -1
  270. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
  271. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +3 -3
  272. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -1
  273. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +1 -1
  274. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -1
  275. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +1 -1
  276. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
  277. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +2 -2
  278. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -1
  279. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +58 -55
  280. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.cjs +1 -1
  281. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.js +3 -3
  282. package/dist/prometheus-framework.cjs.js +19 -19
  283. package/dist/prometheus-framework.es.js +390 -376
  284. package/dist/style.css +1 -1
  285. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function e(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}exports.getDefaultExportFromCjs=e;
@@ -0,0 +1,6 @@
1
+ function o(t) {
2
+ return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
3
+ }
4
+ export {
5
+ o as getDefaultExportFromCjs
6
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=(e,o)=>{const t=e.__vccOpts||e;for(const[r,s]of o)t[r]=s;return t};exports.default=c;
@@ -0,0 +1,9 @@
1
+ const n = (o, s) => {
2
+ const c = o.__vccOpts || o;
3
+ for (const [t, r] of s)
4
+ c[t] = r;
5
+ return c;
6
+ };
7
+ export {
8
+ n as default
9
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e={exports:{}};exports.__module=e;
@@ -0,0 +1,4 @@
1
+ var o = { exports: {} };
2
+ export {
3
+ o as __module
4
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=require("../../../_virtual/_commonjsHelpers.cjs"),v=require("../../../_virtual/js.cookie.cjs");/*!
2
+ * JavaScript Cookie v2.2.1
3
+ * https://github.com/js-cookie/js-cookie
4
+ *
5
+ * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
6
+ * Released under the MIT license
7
+ */(function(g,h){(function(a){var s;if(g.exports=a(),s=!0,!s){var l=window.Cookies,t=window.Cookies=a();t.noConflict=function(){return window.Cookies=l,t}}})(function(){function a(){for(var t=0,n={};t<arguments.length;t++){var p=arguments[t];for(var f in p)n[f]=p[f]}return n}function s(t){return t.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent)}function l(t){function n(){}function p(o,r,e){if(!(typeof document>"u")){e=a({path:"/"},n.defaults,e),typeof e.expires=="number"&&(e.expires=new Date(new Date*1+e.expires*864e5)),e.expires=e.expires?e.expires.toUTCString():"";try{var d=JSON.stringify(r);/^[\{\[]/.test(d)&&(r=d)}catch{}r=t.write?t.write(r,o):encodeURIComponent(String(r)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),o=encodeURIComponent(String(o)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);var u="";for(var c in e)e[c]&&(u+="; "+c,e[c]!==!0&&(u+="="+e[c].split(";")[0]));return document.cookie=o+"="+r+u}}function f(o,r){if(!(typeof document>"u")){for(var e={},d=document.cookie?document.cookie.split("; "):[],u=0;u<d.length;u++){var c=d[u].split("="),i=c.slice(1).join("=");!r&&i.charAt(0)==='"'&&(i=i.slice(1,-1));try{var m=s(c[0]);if(i=(t.read||t)(i,m)||s(i),r)try{i=JSON.parse(i)}catch{}if(e[m]=i,o===m)break}catch{}}return o?e[o]:e}}return n.set=p,n.get=function(o){return f(o,!1)},n.getJSON=function(o){return f(o,!0)},n.remove=function(o,r){p(o,"",a(r,{expires:-1}))},n.defaults={},n.withConverter=l,n}return l(function(){})})})(v.__module);var w=v.__module.exports;const x=C.getDefaultExportFromCjs(w);exports.default=x;
@@ -0,0 +1,97 @@
1
+ import { getDefaultExportFromCjs as C } from "../../../_virtual/_commonjsHelpers.js";
2
+ import { __module as v } from "../../../_virtual/js.cookie.js";
3
+ /*!
4
+ * JavaScript Cookie v2.2.1
5
+ * https://github.com/js-cookie/js-cookie
6
+ *
7
+ * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
8
+ * Released under the MIT license
9
+ */
10
+ (function(g, x) {
11
+ (function(a) {
12
+ var p;
13
+ if (g.exports = a(), p = !0, !p) {
14
+ var m = window.Cookies, t = window.Cookies = a();
15
+ t.noConflict = function() {
16
+ return window.Cookies = m, t;
17
+ };
18
+ }
19
+ })(function() {
20
+ function a() {
21
+ for (var t = 0, n = {}; t < arguments.length; t++) {
22
+ var s = arguments[t];
23
+ for (var f in s)
24
+ n[f] = s[f];
25
+ }
26
+ return n;
27
+ }
28
+ function p(t) {
29
+ return t.replace(/(%[0-9A-Z]{2})+/g, decodeURIComponent);
30
+ }
31
+ function m(t) {
32
+ function n() {
33
+ }
34
+ function s(o, r, e) {
35
+ if (!(typeof document > "u")) {
36
+ e = a({
37
+ path: "/"
38
+ }, n.defaults, e), typeof e.expires == "number" && (e.expires = new Date(/* @__PURE__ */ new Date() * 1 + e.expires * 864e5)), e.expires = e.expires ? e.expires.toUTCString() : "";
39
+ try {
40
+ var d = JSON.stringify(r);
41
+ /^[\{\[]/.test(d) && (r = d);
42
+ } catch {
43
+ }
44
+ r = t.write ? t.write(r, o) : encodeURIComponent(String(r)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent), o = encodeURIComponent(String(o)).replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent).replace(/[\(\)]/g, escape);
45
+ var c = "";
46
+ for (var u in e)
47
+ e[u] && (c += "; " + u, e[u] !== !0 && (c += "=" + e[u].split(";")[0]));
48
+ return document.cookie = o + "=" + r + c;
49
+ }
50
+ }
51
+ function f(o, r) {
52
+ if (!(typeof document > "u")) {
53
+ for (var e = {}, d = document.cookie ? document.cookie.split("; ") : [], c = 0; c < d.length; c++) {
54
+ var u = d[c].split("="), i = u.slice(1).join("=");
55
+ !r && i.charAt(0) === '"' && (i = i.slice(1, -1));
56
+ try {
57
+ var l = p(u[0]);
58
+ if (i = (t.read || t)(i, l) || p(i), r)
59
+ try {
60
+ i = JSON.parse(i);
61
+ } catch {
62
+ }
63
+ if (e[l] = i, o === l)
64
+ break;
65
+ } catch {
66
+ }
67
+ }
68
+ return o ? e[o] : e;
69
+ }
70
+ }
71
+ return n.set = s, n.get = function(o) {
72
+ return f(
73
+ o,
74
+ !1
75
+ /* read as raw */
76
+ );
77
+ }, n.getJSON = function(o) {
78
+ return f(
79
+ o,
80
+ !0
81
+ /* read as json */
82
+ );
83
+ }, n.remove = function(o, r) {
84
+ s(o, "", a(r, {
85
+ expires: -1
86
+ }));
87
+ }, n.defaults = {}, n.withConverter = m, n;
88
+ }
89
+ return m(function() {
90
+ });
91
+ });
92
+ })(v);
93
+ var w = v.exports;
94
+ const y = /* @__PURE__ */ C(w);
95
+ export {
96
+ y as default
97
+ };
@@ -0,0 +1 @@
1
+ "use strict";const l=require("vue");var g=Object.defineProperty,y=Object.defineProperties,m=Object.getOwnPropertyDescriptors,r=Object.getOwnPropertySymbols,b=Object.prototype.hasOwnProperty,O=Object.prototype.propertyIsEnumerable,h=(e,t,i)=>t in e?g(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i,n=(e,t)=>{for(var i in t||(t={}))b.call(t,i)&&h(e,i,t[i]);if(r)for(var i of r(t))O.call(t,i)&&h(e,i,t[i]);return e},c=(e,t)=>y(e,m(t));const w={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer(){this.autoscroll&&this.maybeAdjustScroll()},open(e){this.autoscroll&&e&&this.$nextTick(()=>this.maybeAdjustScroll())}},methods:{maybeAdjustScroll(){var e;const t=((e=this.$refs.dropdownMenu)==null?void 0:e.children[this.typeAheadPointer])||!1;if(t){const i=this.getDropdownViewport(),{top:s,bottom:o,height:a}=t.getBoundingClientRect();if(s<i.top)return this.$refs.dropdownMenu.scrollTop=t.offsetTop;if(o>i.bottom)return this.$refs.dropdownMenu.scrollTop=t.offsetTop-(i.height-a)}},getDropdownViewport(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},S={data(){return{typeAheadPointer:-1}},watch:{filteredOptions(){for(let e=0;e<this.filteredOptions.length;e++)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},open(e){e&&this.typeAheadToLastSelected()},selectedValue(){this.open&&this.typeAheadToLastSelected()}},methods:{typeAheadUp(){for(let e=this.typeAheadPointer-1;e>=0;e--)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},typeAheadDown(){for(let e=this.typeAheadPointer+1;e<this.filteredOptions.length;e++)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},typeAheadSelect(){const e=this.filteredOptions[this.typeAheadPointer];e&&this.selectable(e)&&this.select(e)},typeAheadToLastSelected(){this.typeAheadPointer=this.selectedValue.length!==0?this.filteredOptions.indexOf(this.selectedValue[this.selectedValue.length-1]):-1}}},v={props:{loading:{type:Boolean,default:!1}},data(){return{mutableLoading:!1}},watch:{search(){this.$emit("search",this.search,this.toggleLoading)},loading(e){this.mutableLoading=e}},methods:{toggleLoading(e=null){return e==null?this.mutableLoading=!this.mutableLoading:this.mutableLoading=e}}},d=(e,t)=>{const i=e.__vccOpts||e;for(const[s,o]of t)i[s]=o;return i},V={},B={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},L=l.createElementVNode("path",{d:"M6.895455 5l2.842897-2.842898c.348864-.348863.348864-.914488 0-1.263636L9.106534.261648c-.348864-.348864-.914489-.348864-1.263636 0L5 3.104545 2.157102.261648c-.348863-.348864-.914488-.348864-1.263636 0L.261648.893466c-.348864.348864-.348864.914489 0 1.263636L3.104545 5 .261648 7.842898c-.348864.348863-.348864.914488 0 1.263636l.631818.631818c.348864.348864.914773.348864 1.263636 0L5 6.895455l2.842898 2.842897c.348863.348864.914772.348864 1.263636 0l.631818-.631818c.348864-.348864.348864-.914489 0-1.263636L6.895455 5z"},null,-1),$=[L];function A(e,t){return l.openBlock(),l.createElementBlock("svg",B,$)}const C=d(V,[["render",A]]),P={},T={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},D=l.createElementVNode("path",{d:"M9.211364 7.59931l4.48338-4.867229c.407008-.441854.407008-1.158247 0-1.60046l-.73712-.80023c-.407008-.441854-1.066904-.441854-1.474243 0L7 5.198617 2.51662.33139c-.407008-.441853-1.066904-.441853-1.474243 0l-.737121.80023c-.407008.441854-.407008 1.158248 0 1.600461l4.48338 4.867228L7 10l2.211364-2.40069z"},null,-1),F=[D];function E(e,t){return l.openBlock(),l.createElementBlock("svg",T,F)}const k=d(P,[["render",E]]),p={Deselect:C,OpenIndicator:k},x={mounted(e,{instance:t}){if(t.appendToBody){const{height:i,top:s,left:o,width:a}=t.$refs.toggle.getBoundingClientRect();let u=window.scrollX||window.pageXOffset,f=window.scrollY||window.pageYOffset;e.unbindPosition=t.calculatePosition(e,t,{width:a+"px",left:u+o+"px",top:f+s+i+"px"}),document.body.appendChild(e)}},unmounted(e,{instance:t}){t.appendToBody&&(e.unbindPosition&&typeof e.unbindPosition=="function"&&e.unbindPosition(),e.parentNode&&e.parentNode.removeChild(e))}};function _(e){const t={};return Object.keys(e).sort().forEach(i=>{t[i]=e[i]}),JSON.stringify(t)}let j=0;function I(){return++j}n({},p);
@@ -0,0 +1,173 @@
1
+ import { openBlock as p, createElementBlock as d, createElementVNode as u } from "vue";
2
+ var m = Object.defineProperty, b = Object.defineProperties, O = Object.getOwnPropertyDescriptors, a = Object.getOwnPropertySymbols, w = Object.prototype.hasOwnProperty, S = Object.prototype.propertyIsEnumerable, r = (e, t, i) => t in e ? m(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, n = (e, t) => {
3
+ for (var i in t || (t = {}))
4
+ w.call(t, i) && r(e, i, t[i]);
5
+ if (a)
6
+ for (var i of a(t))
7
+ S.call(t, i) && r(e, i, t[i]);
8
+ return e;
9
+ }, h = (e, t) => b(e, O(t));
10
+ const v = {
11
+ props: {
12
+ autoscroll: {
13
+ type: Boolean,
14
+ default: !0
15
+ }
16
+ },
17
+ watch: {
18
+ typeAheadPointer() {
19
+ this.autoscroll && this.maybeAdjustScroll();
20
+ },
21
+ open(e) {
22
+ this.autoscroll && e && this.$nextTick(() => this.maybeAdjustScroll());
23
+ }
24
+ },
25
+ methods: {
26
+ maybeAdjustScroll() {
27
+ var e;
28
+ const t = ((e = this.$refs.dropdownMenu) == null ? void 0 : e.children[this.typeAheadPointer]) || !1;
29
+ if (t) {
30
+ const i = this.getDropdownViewport(), { top: s, bottom: o, height: l } = t.getBoundingClientRect();
31
+ if (s < i.top)
32
+ return this.$refs.dropdownMenu.scrollTop = t.offsetTop;
33
+ if (o > i.bottom)
34
+ return this.$refs.dropdownMenu.scrollTop = t.offsetTop - (i.height - l);
35
+ }
36
+ },
37
+ getDropdownViewport() {
38
+ return this.$refs.dropdownMenu ? this.$refs.dropdownMenu.getBoundingClientRect() : {
39
+ height: 0,
40
+ top: 0,
41
+ bottom: 0
42
+ };
43
+ }
44
+ }
45
+ }, V = {
46
+ data() {
47
+ return {
48
+ typeAheadPointer: -1
49
+ };
50
+ },
51
+ watch: {
52
+ filteredOptions() {
53
+ for (let e = 0; e < this.filteredOptions.length; e++)
54
+ if (this.selectable(this.filteredOptions[e])) {
55
+ this.typeAheadPointer = e;
56
+ break;
57
+ }
58
+ },
59
+ open(e) {
60
+ e && this.typeAheadToLastSelected();
61
+ },
62
+ selectedValue() {
63
+ this.open && this.typeAheadToLastSelected();
64
+ }
65
+ },
66
+ methods: {
67
+ typeAheadUp() {
68
+ for (let e = this.typeAheadPointer - 1; e >= 0; e--)
69
+ if (this.selectable(this.filteredOptions[e])) {
70
+ this.typeAheadPointer = e;
71
+ break;
72
+ }
73
+ },
74
+ typeAheadDown() {
75
+ for (let e = this.typeAheadPointer + 1; e < this.filteredOptions.length; e++)
76
+ if (this.selectable(this.filteredOptions[e])) {
77
+ this.typeAheadPointer = e;
78
+ break;
79
+ }
80
+ },
81
+ typeAheadSelect() {
82
+ const e = this.filteredOptions[this.typeAheadPointer];
83
+ e && this.selectable(e) && this.select(e);
84
+ },
85
+ typeAheadToLastSelected() {
86
+ this.typeAheadPointer = this.selectedValue.length !== 0 ? this.filteredOptions.indexOf(this.selectedValue[this.selectedValue.length - 1]) : -1;
87
+ }
88
+ }
89
+ }, B = {
90
+ props: {
91
+ loading: {
92
+ type: Boolean,
93
+ default: !1
94
+ }
95
+ },
96
+ data() {
97
+ return {
98
+ mutableLoading: !1
99
+ };
100
+ },
101
+ watch: {
102
+ search() {
103
+ this.$emit("search", this.search, this.toggleLoading);
104
+ },
105
+ loading(e) {
106
+ this.mutableLoading = e;
107
+ }
108
+ },
109
+ methods: {
110
+ toggleLoading(e = null) {
111
+ return e == null ? this.mutableLoading = !this.mutableLoading : this.mutableLoading = e;
112
+ }
113
+ }
114
+ }, f = (e, t) => {
115
+ const i = e.__vccOpts || e;
116
+ for (const [s, o] of t)
117
+ i[s] = o;
118
+ return i;
119
+ }, L = {}, $ = {
120
+ xmlns: "http://www.w3.org/2000/svg",
121
+ width: "10",
122
+ height: "10"
123
+ }, A = /* @__PURE__ */ u("path", { d: "M6.895455 5l2.842897-2.842898c.348864-.348863.348864-.914488 0-1.263636L9.106534.261648c-.348864-.348864-.914489-.348864-1.263636 0L5 3.104545 2.157102.261648c-.348863-.348864-.914488-.348864-1.263636 0L.261648.893466c-.348864.348864-.348864.914489 0 1.263636L3.104545 5 .261648 7.842898c-.348864.348863-.348864.914488 0 1.263636l.631818.631818c.348864.348864.914773.348864 1.263636 0L5 6.895455l2.842898 2.842897c.348863.348864.914772.348864 1.263636 0l.631818-.631818c.348864-.348864.348864-.914489 0-1.263636L6.895455 5z" }, null, -1), C = [
124
+ A
125
+ ];
126
+ function P(e, t) {
127
+ return p(), d("svg", $, C);
128
+ }
129
+ const T = /* @__PURE__ */ f(L, [["render", P]]), D = {}, F = {
130
+ xmlns: "http://www.w3.org/2000/svg",
131
+ width: "14",
132
+ height: "10"
133
+ }, E = /* @__PURE__ */ u("path", { d: "M9.211364 7.59931l4.48338-4.867229c.407008-.441854.407008-1.158247 0-1.60046l-.73712-.80023c-.407008-.441854-1.066904-.441854-1.474243 0L7 5.198617 2.51662.33139c-.407008-.441853-1.066904-.441853-1.474243 0l-.737121.80023c-.407008.441854-.407008 1.158248 0 1.600461l4.48338 4.867228L7 10l2.211364-2.40069z" }, null, -1), k = [
134
+ E
135
+ ];
136
+ function x(e, t) {
137
+ return p(), d("svg", F, k);
138
+ }
139
+ const _ = /* @__PURE__ */ f(D, [["render", x]]), c = {
140
+ Deselect: T,
141
+ OpenIndicator: _
142
+ }, j = {
143
+ mounted(e, { instance: t }) {
144
+ if (t.appendToBody) {
145
+ const {
146
+ height: i,
147
+ top: s,
148
+ left: o,
149
+ width: l
150
+ } = t.$refs.toggle.getBoundingClientRect();
151
+ let g = window.scrollX || window.pageXOffset, y = window.scrollY || window.pageYOffset;
152
+ e.unbindPosition = t.calculatePosition(e, t, {
153
+ width: l + "px",
154
+ left: g + o + "px",
155
+ top: y + s + i + "px"
156
+ }), document.body.appendChild(e);
157
+ }
158
+ },
159
+ unmounted(e, { instance: t }) {
160
+ t.appendToBody && (e.unbindPosition && typeof e.unbindPosition == "function" && e.unbindPosition(), e.parentNode && e.parentNode.removeChild(e));
161
+ }
162
+ };
163
+ function I(e) {
164
+ const t = {};
165
+ return Object.keys(e).sort().forEach((i) => {
166
+ t[i] = e[i];
167
+ }), JSON.stringify(t);
168
+ }
169
+ let K = 0;
170
+ function M() {
171
+ return ++K;
172
+ }
173
+ n({}, c);
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});/*! Capacitor: https://capacitorjs.com/ - MIT License */const Y=n=>{const e=new Map;e.set("web",{name:"web"});const t=n.CapacitorPlatforms||{currentPlatform:{name:"web"},platforms:e},r=(s,a)=>{t.platforms.set(s,a)},o=s=>{t.platforms.has(s)&&(t.currentPlatform=t.platforms.get(s))};return t.addPlatform=r,t.setPlatform=o,t},Z=n=>n.CapacitorPlatforms=Y(n),A=Z(typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});A.addPlatform;A.setPlatform;exports.ExceptionCode=void 0;(function(n){n.Unimplemented="UNIMPLEMENTED",n.Unavailable="UNAVAILABLE"})(exports.ExceptionCode||(exports.ExceptionCode={}));class x extends Error{constructor(e,t,r){super(e),this.message=e,this.code=t,this.data=r}}const ee=n=>{var e,t;return n!=null&&n.androidBridge?"android":!((t=(e=n==null?void 0:n.webkit)===null||e===void 0?void 0:e.messageHandlers)===null||t===void 0)&&t.bridge?"ios":"web"},te=n=>{var e,t,r,o,s;const a=n.CapacitorCustomPlatform||null,i=n.Capacitor||{},f=i.Plugins=i.Plugins||{},p=n.CapacitorPlatforms,L=()=>a!==null?a.name:ee(n),y=((e=p==null?void 0:p.currentPlatform)===null||e===void 0?void 0:e.getPlatform)||L,O=()=>y()!=="web",M=((t=p==null?void 0:p.currentPlatform)===null||t===void 0?void 0:t.isNativePlatform)||O,H=l=>{const c=$.get(l);return!!(c!=null&&c.platforms.has(y())||I(l))},B=((r=p==null?void 0:p.currentPlatform)===null||r===void 0?void 0:r.isPluginAvailable)||H,G=l=>{var c;return(c=i.PluginHeaders)===null||c===void 0?void 0:c.find(P=>P.name===l)},I=((o=p==null?void 0:p.currentPlatform)===null||o===void 0?void 0:o.getPluginHeader)||G,J=l=>n.console.error(l),K=(l,c,P)=>Promise.reject(`${P} does not have an implementation of "${c}".`),$=new Map,_=(l,c={})=>{const P=$.get(l);if(P)return console.warn(`Capacitor plugin "${l}" already registered. Cannot register plugins twice.`),P.proxy;const b=y(),C=I(l);let h;const z=async()=>(!h&&b in c?h=typeof c[b]=="function"?h=await c[b]():h=c[b]:a!==null&&!h&&"web"in c&&(h=typeof c.web=="function"?h=await c.web():h=c.web),h),Q=(d,u)=>{var w,g;if(C){const v=C==null?void 0:C.methods.find(m=>u===m.name);if(v)return v.rtype==="promise"?m=>i.nativePromise(l,u.toString(),m):(m,j)=>i.nativeCallback(l,u.toString(),m,j);if(d)return(w=d[u])===null||w===void 0?void 0:w.bind(d)}else{if(d)return(g=d[u])===null||g===void 0?void 0:g.bind(d);throw new x(`"${l}" plugin is not implemented on ${b}`,exports.ExceptionCode.Unimplemented)}},k=d=>{let u;const w=(...g)=>{const v=z().then(m=>{const j=Q(m,d);if(j){const N=j(...g);return u=N==null?void 0:N.remove,N}else throw new x(`"${l}.${d}()" is not implemented on ${b}`,exports.ExceptionCode.Unimplemented)});return d==="addListener"&&(v.remove=async()=>u()),v};return w.toString=()=>`${d.toString()}() { [capacitor code] }`,Object.defineProperty(w,"name",{value:d,writable:!1,configurable:!1}),w},R=k("addListener"),D=k("removeListener"),X=(d,u)=>{const w=R({eventName:d},u),g=async()=>{const m=await w;D({eventName:d,callbackId:m},u)},v=new Promise(m=>w.then(()=>m({remove:g})));return v.remove=async()=>{console.warn("Using addListener() without 'await' is deprecated."),await g()},v},U=new Proxy({},{get(d,u){switch(u){case"$$typeof":return;case"toJSON":return()=>({});case"addListener":return C?X:R;case"removeListener":return D;default:return k(u)}}});return f[l]=U,$.set(l,{name:l,proxy:U,platforms:new Set([...Object.keys(c),...C?[b]:[]])}),U},V=((s=p==null?void 0:p.currentPlatform)===null||s===void 0?void 0:s.registerPlugin)||_;return i.convertFileSrc||(i.convertFileSrc=l=>l),i.getPlatform=y,i.handleError=J,i.isNativePlatform=M,i.isPluginAvailable=B,i.pluginMethodNoop=K,i.registerPlugin=V,i.Exception=x,i.DEBUG=!!i.DEBUG,i.isLoggingEnabled=!!i.isLoggingEnabled,i.platform=i.getPlatform(),i.isNative=i.isNativePlatform(),i},ne=n=>n.Capacitor=te(n),E=ne(typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),S=E.registerPlugin;E.Plugins;class T{constructor(e){this.listeners={},this.windowListeners={},e&&(console.warn(`Capacitor WebPlugin "${e.name}" config object was deprecated in v3 and will be removed in v4.`),this.config=e)}addListener(e,t){this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t);const r=this.windowListeners[e];r&&!r.registered&&this.addWindowListener(r);const o=async()=>this.removeListener(e,t),s=Promise.resolve({remove:o});return Object.defineProperty(s,"remove",{value:async()=>{console.warn("Using addListener() without 'await' is deprecated."),await o()}}),s}async removeAllListeners(){this.listeners={};for(const e in this.windowListeners)this.removeWindowListener(this.windowListeners[e]);this.windowListeners={}}notifyListeners(e,t){const r=this.listeners[e];r&&r.forEach(o=>o(t))}hasListeners(e){return!!this.listeners[e].length}registerWindowListener(e,t){this.windowListeners[t]={registered:!1,windowEventName:e,pluginEventName:t,handler:r=>{this.notifyListeners(t,r)}}}unimplemented(e="not implemented"){return new E.Exception(e,exports.ExceptionCode.Unimplemented)}unavailable(e="not available"){return new E.Exception(e,exports.ExceptionCode.Unavailable)}async removeListener(e,t){const r=this.listeners[e];if(!r)return;const o=r.indexOf(t);this.listeners[e].splice(o,1),this.listeners[e].length||this.removeWindowListener(this.windowListeners[e])}addWindowListener(e){window.addEventListener(e.windowEventName,e.handler),e.registered=!0}removeWindowListener(e){e&&(window.removeEventListener(e.windowEventName,e.handler),e.registered=!1)}}const W=n=>encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape),q=n=>n.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent);class re extends T{async getCookies(){const e=document.cookie,t={};return e.split(";").forEach(r=>{if(r.length<=0)return;let[o,s]=r.replace(/=/,"CAP_COOKIE").split("CAP_COOKIE");o=q(o).trim(),s=q(s).trim(),t[o]=s}),t}async setCookie(e){try{const t=W(e.key),r=W(e.value),o=`; expires=${(e.expires||"").replace("expires=","")}`,s=(e.path||"/").replace("path=",""),a=e.url!=null&&e.url.length>0?`domain=${e.url}`:"";document.cookie=`${t}=${r||""}${o}; path=${s}; ${a};`}catch(t){return Promise.reject(t)}}async deleteCookie(e){try{document.cookie=`${e.key}=; Max-Age=0`}catch(t){return Promise.reject(t)}}async clearCookies(){try{const e=document.cookie.split(";")||[];for(const t of e)document.cookie=t.replace(/^ +/,"").replace(/=.*/,`=;expires=${new Date().toUTCString()};path=/`)}catch(e){return Promise.reject(e)}}async clearAllCookies(){try{await this.clearCookies()}catch(e){return Promise.reject(e)}}}S("CapacitorCookies",{web:()=>new re});const oe=async n=>new Promise((e,t)=>{const r=new FileReader;r.onload=()=>{const o=r.result;e(o.indexOf(",")>=0?o.split(",")[1]:o)},r.onerror=o=>t(o),r.readAsDataURL(n)}),se=(n={})=>{const e=Object.keys(n);return Object.keys(n).map(t=>t.toLocaleLowerCase()).reduce((t,r,o)=>(t[r]=n[e[o]],t),{})},ie=(n,e=!0)=>n?Object.entries(n).reduce((t,r)=>{const[o,s]=r;let a,i;return Array.isArray(s)?(i="",s.forEach(f=>{a=e?encodeURIComponent(f):f,i+=`${o}=${a}&`}),i.slice(0,-1)):(a=e?encodeURIComponent(s):s,i=`${o}=${a}`),`${t}&${i}`},"").substr(1):null,F=(n,e={})=>{const t=Object.assign({method:n.method||"GET",headers:n.headers},e),r=se(n.headers)["content-type"]||"";if(typeof n.data=="string")t.body=n.data;else if(r.includes("application/x-www-form-urlencoded")){const o=new URLSearchParams;for(const[s,a]of Object.entries(n.data||{}))o.set(s,a);t.body=o.toString()}else if(r.includes("multipart/form-data")){const o=new FormData;if(n.data instanceof FormData)n.data.forEach((a,i)=>{o.append(i,a)});else for(const a of Object.keys(n.data))o.append(a,n.data[a]);t.body=o;const s=new Headers(t.headers);s.delete("content-type"),t.headers=s}else(r.includes("application/json")||typeof n.data=="object")&&(t.body=JSON.stringify(n.data));return t};class ae extends T{async request(e){const t=F(e,e.webFetchExtra),r=ie(e.params,e.shouldEncodeUrlParams),o=r?`${e.url}?${r}`:e.url,s=await fetch(o,t),a=s.headers.get("content-type")||"";let{responseType:i="text"}=s.ok?e:{};a.includes("application/json")&&(i="json");let f,p;switch(i){case"arraybuffer":case"blob":p=await s.blob(),f=await oe(p);break;case"json":f=await s.json();break;case"document":case"text":default:f=await s.text()}const L={};return s.headers.forEach((y,O)=>{L[O]=y}),{data:f,headers:L,status:s.status,url:s.url}}async get(e){return this.request(Object.assign(Object.assign({},e),{method:"GET"}))}async post(e){return this.request(Object.assign(Object.assign({},e),{method:"POST"}))}async put(e){return this.request(Object.assign(Object.assign({},e),{method:"PUT"}))}async patch(e){return this.request(Object.assign(Object.assign({},e),{method:"PATCH"}))}async delete(e){return this.request(Object.assign(Object.assign({},e),{method:"DELETE"}))}}S("CapacitorHttp",{web:()=>new ae});exports.Capacitor=E;exports.CapacitorException=x;exports.CapacitorPlatforms=A;exports.WebPlugin=T;exports.buildRequestInit=F;exports.registerPlugin=S;