@bagelink/vue 0.0.1174 → 0.0.1176

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (212) hide show
  1. package/dist/components/Accordion.d.ts +12 -0
  2. package/dist/components/Accordion.d.ts.map +1 -0
  3. package/dist/components/AccordionItem.d.ts +34 -0
  4. package/dist/components/AccordionItem.d.ts.map +1 -0
  5. package/dist/components/Alert.d.ts +34 -0
  6. package/dist/components/Alert.d.ts.map +1 -0
  7. package/dist/components/Avatar.d.ts +36 -0
  8. package/dist/components/Avatar.d.ts.map +1 -0
  9. package/dist/components/Badge.d.ts +22 -0
  10. package/dist/components/Badge.d.ts.map +1 -0
  11. package/dist/components/BglVideo.d.ts +20 -0
  12. package/dist/components/BglVideo.d.ts.map +1 -0
  13. package/dist/components/Btn.d.ts +99 -0
  14. package/dist/components/Btn.d.ts.map +1 -0
  15. package/dist/components/Card.d.ts +39 -0
  16. package/dist/components/Card.d.ts.map +1 -0
  17. package/dist/components/Carousel.d.ts +74 -0
  18. package/dist/components/Carousel.d.ts.map +1 -0
  19. package/dist/components/ComboBox.vue.d.ts +3 -3
  20. package/dist/components/Comments.vue.d.ts +2 -2
  21. package/dist/components/ContactSubmissions.vue.d.ts +2 -2
  22. package/dist/components/DataPreview.d.ts +42 -0
  23. package/dist/components/DataPreview.d.ts.map +1 -0
  24. package/dist/components/Drop.vue.d.ts +34 -0
  25. package/dist/components/Drop.vue.d.ts.map +1 -0
  26. package/dist/components/FileUploader.vue.d.ts +60 -0
  27. package/dist/components/FileUploader.vue.d.ts.map +1 -0
  28. package/dist/components/Flag.d.ts +20 -0
  29. package/dist/components/Flag.d.ts.map +1 -0
  30. package/dist/components/FormSchema.vue.d.ts +5 -4
  31. package/dist/components/LangText.vue.d.ts +2 -2
  32. package/dist/components/ListItem.d.ts +34 -0
  33. package/dist/components/ListItem.d.ts.map +1 -0
  34. package/dist/components/ListView.d.ts +13 -0
  35. package/dist/components/ListView.d.ts.map +1 -0
  36. package/dist/components/MapEmbed.d.ts +3 -0
  37. package/dist/components/MapEmbed.d.ts.map +1 -0
  38. package/dist/components/MaterialIcon.d.ts +26 -0
  39. package/dist/components/MaterialIcon.d.ts.map +1 -0
  40. package/dist/components/Modal.d.ts +46 -0
  41. package/dist/components/Modal.d.ts.map +1 -0
  42. package/dist/components/ModalBglForm.vue.d.ts +21 -20
  43. package/dist/components/ModalConfirm.d.ts +24 -0
  44. package/dist/components/ModalConfirm.d.ts.map +1 -0
  45. package/dist/components/ModalForm.d.ts +78 -0
  46. package/dist/components/ModalForm.d.ts.map +1 -0
  47. package/dist/components/NavBar.d.ts +64 -0
  48. package/dist/components/NavBar.d.ts.map +1 -0
  49. package/dist/components/PageTitle.d.ts +24 -0
  50. package/dist/components/PageTitle.d.ts.map +1 -0
  51. package/dist/components/PersonPreview.vue.d.ts +5 -4
  52. package/dist/components/PersonPreviewFormkit.vue.d.ts +4 -3
  53. package/dist/components/RTXEditor.vue.d.ts +3 -3
  54. package/dist/components/RouterWrapper.d.ts +3 -0
  55. package/dist/components/RouterWrapper.d.ts.map +1 -0
  56. package/dist/components/TabbedLayout.vue.d.ts +5 -4
  57. package/dist/components/TableSchema.d.ts +35 -0
  58. package/dist/components/TableSchema.d.ts.map +1 -0
  59. package/dist/components/TableSchema.vue.d.ts +2 -2
  60. package/dist/components/TableSchema.vue.d.ts.map +1 -1
  61. package/dist/components/Title.d.ts +42 -0
  62. package/dist/components/Title.d.ts.map +1 -0
  63. package/dist/components/TopBar.d.ts +12 -0
  64. package/dist/components/TopBar.d.ts.map +1 -0
  65. package/dist/components/charts/BarChart.vue.d.ts +2 -2
  66. package/dist/components/dashboard/Lineart.d.ts +20 -0
  67. package/dist/components/dashboard/Lineart.d.ts.map +1 -0
  68. package/dist/components/form/BglField.d.ts +25 -0
  69. package/dist/components/form/BglField.d.ts.map +1 -0
  70. package/dist/components/form/BglForm.d.ts +75 -0
  71. package/dist/components/form/BglForm.d.ts.map +1 -0
  72. package/dist/components/form/ItemRef.vue.d.ts +5 -3
  73. package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
  74. package/dist/components/form/MaterialIcon.vue.d.ts +4 -3
  75. package/dist/components/form/PlainInputField.vue.d.ts +3 -3
  76. package/dist/components/form/inputs/CheckInput.d.ts +56 -0
  77. package/dist/components/form/inputs/CheckInput.d.ts.map +1 -0
  78. package/dist/components/form/inputs/Checkbox.d.ts +16 -0
  79. package/dist/components/form/inputs/Checkbox.d.ts.map +1 -0
  80. package/dist/components/form/inputs/ColorPicker.d.ts +48 -0
  81. package/dist/components/form/inputs/ColorPicker.d.ts.map +1 -0
  82. package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
  83. package/dist/components/form/inputs/DateInput.d.ts +64 -0
  84. package/dist/components/form/inputs/DateInput.d.ts.map +1 -0
  85. package/dist/components/form/inputs/DatePicker.d.ts +33 -0
  86. package/dist/components/form/inputs/DatePicker.d.ts.map +1 -0
  87. package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
  88. package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
  89. package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
  90. package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
  91. package/dist/components/form/inputs/FileUpload.d.ts +108 -0
  92. package/dist/components/form/inputs/FileUpload.d.ts.map +1 -0
  93. package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
  94. package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
  95. package/dist/components/form/inputs/JSONInput.d.ts +53 -0
  96. package/dist/components/form/inputs/JSONInput.d.ts.map +1 -0
  97. package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
  98. package/dist/components/form/inputs/Password.vue.d.ts +3 -3
  99. package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
  100. package/dist/components/form/inputs/RadioGroup.d.ts +42 -0
  101. package/dist/components/form/inputs/RadioGroup.d.ts.map +1 -0
  102. package/dist/components/form/inputs/RadioPillsInput.d.ts +48 -0
  103. package/dist/components/form/inputs/RadioPillsInput.d.ts.map +1 -0
  104. package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
  105. package/dist/components/form/inputs/RichText.d.ts +20 -0
  106. package/dist/components/form/inputs/RichText.d.ts.map +1 -0
  107. package/dist/components/form/inputs/RichText2/Toolbar.d.ts +22 -0
  108. package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +1 -0
  109. package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts.map +1 -1
  110. package/dist/components/form/inputs/RichText2/index.d.ts +24 -0
  111. package/dist/components/form/inputs/RichText2/index.d.ts.map +1 -0
  112. package/dist/components/form/inputs/RichText2/index.vue.d.ts +1 -0
  113. package/dist/components/form/inputs/RichText2/index.vue.d.ts.map +1 -1
  114. package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
  115. package/dist/components/form/inputs/SelectField.vue.d.ts +6 -8
  116. package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
  117. package/dist/components/form/inputs/SelectInput.d.ts +55 -0
  118. package/dist/components/form/inputs/SelectInput.d.ts.map +1 -0
  119. package/dist/components/form/inputs/SignaturePad.d.ts +72 -0
  120. package/dist/components/form/inputs/SignaturePad.d.ts.map +1 -0
  121. package/dist/components/form/inputs/TableField.d.ts +45 -0
  122. package/dist/components/form/inputs/TableField.d.ts.map +1 -0
  123. package/dist/components/form/inputs/TelInput.d.ts +241 -0
  124. package/dist/components/form/inputs/TelInput.d.ts.map +1 -0
  125. package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
  126. package/dist/components/form/inputs/TextInput.d.ts +90 -0
  127. package/dist/components/form/inputs/TextInput.d.ts.map +1 -0
  128. package/dist/components/form/inputs/ToggleInput.d.ts +58 -0
  129. package/dist/components/form/inputs/ToggleInput.d.ts.map +1 -0
  130. package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
  131. package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
  132. package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
  133. package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
  134. package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
  135. package/dist/components/formkit/Toggle.vue.d.ts +2 -2
  136. package/dist/components/layout/BottomMenu.d.ts +27 -0
  137. package/dist/components/layout/BottomMenu.d.ts.map +1 -0
  138. package/dist/components/layout/Layout.d.ts +58 -0
  139. package/dist/components/layout/Layout.d.ts.map +1 -0
  140. package/dist/components/layout/SidebarMenu.d.ts +38 -0
  141. package/dist/components/layout/SidebarMenu.d.ts.map +1 -0
  142. package/dist/components/layout/TabbedLayout.d.ts +42 -0
  143. package/dist/components/layout/TabbedLayout.d.ts.map +1 -0
  144. package/dist/components/layout/Tabs.d.ts +31 -0
  145. package/dist/components/layout/Tabs.d.ts.map +1 -0
  146. package/dist/components/layout/TabsBody.d.ts +23 -0
  147. package/dist/components/layout/TabsBody.d.ts.map +1 -0
  148. package/dist/components/layout/TabsNav.d.ts +35 -0
  149. package/dist/components/layout/TabsNav.d.ts.map +1 -0
  150. package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +4 -3
  151. package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
  152. package/dist/index.cjs +107 -93
  153. package/dist/index.mjs +107 -93
  154. package/dist/styles.css +14073 -0
  155. package/dist/utils/BagelFormUtils.d.ts +10 -10
  156. package/dist/utils/BagelFormUtils.d.ts.map +1 -1
  157. package/dist/utils/objects.d.ts +1 -0
  158. package/dist/vue.css +14073 -0
  159. package/package.json +2 -2
  160. package/src/utils/BagelFormUtils.ts +23 -14
  161. package/dist/common-C_IH8b5S.cjs +0 -12580
  162. package/dist/common-DoeNgx31.js +0 -12579
  163. package/dist/components/AddressSaerch.vue.d.ts +0 -7
  164. package/dist/components/AddressSaerch.vue.d.ts.map +0 -1
  165. package/dist/components/Popover.vue.d.ts +0 -10
  166. package/dist/components/Popover.vue.d.ts.map +0 -1
  167. package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts +0 -14
  168. package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts.map +0 -1
  169. package/dist/components/form/inputs/RichText/formatting.d.ts +0 -11
  170. package/dist/components/form/inputs/RichText/formatting.d.ts.map +0 -1
  171. package/dist/components/form/inputs/RichText/richtext-types.d.ts +0 -3
  172. package/dist/components/form/inputs/RichText/richtext-types.d.ts.map +0 -1
  173. package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts +0 -86
  174. package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts.map +0 -1
  175. package/dist/components/sortable/Animation.d.ts +0 -43
  176. package/dist/components/sortable/Animation.d.ts.map +0 -1
  177. package/dist/components/sortable/BrowserInfo.d.ts +0 -7
  178. package/dist/components/sortable/BrowserInfo.d.ts.map +0 -1
  179. package/dist/components/sortable/EventDispatcher.d.ts +0 -13
  180. package/dist/components/sortable/EventDispatcher.d.ts.map +0 -1
  181. package/dist/components/sortable/PluginManager.d.ts +0 -27
  182. package/dist/components/sortable/PluginManager.d.ts.map +0 -1
  183. package/dist/components/sortable/Sortable.d.ts +0 -81
  184. package/dist/components/sortable/Sortable.d.ts.map +0 -1
  185. package/dist/components/sortable/index.d.ts +0 -5
  186. package/dist/components/sortable/index.d.ts.map +0 -1
  187. package/dist/components/sortable/utils.d.ts +0 -49
  188. package/dist/components/sortable/utils.d.ts.map +0 -1
  189. package/dist/composables/drag-n-drop/useDraggable.d.ts +0 -2
  190. package/dist/composables/drag-n-drop/useDraggable.d.ts.map +0 -1
  191. package/dist/editor-CUDRLdmS.js +0 -4
  192. package/dist/editor-Cu374vEW.cjs +0 -4
  193. package/dist/editor-a8DSbb6P.js +0 -4
  194. package/dist/editor-xBt_vIha.cjs +0 -4
  195. package/dist/heic2any-8wMqMfB_.js +0 -933
  196. package/dist/heic2any-BrqcNzfV.js +0 -935
  197. package/dist/heic2any-C8KwH72N.cjs +0 -934
  198. package/dist/heic2any-k9wDCKka.cjs +0 -932
  199. package/dist/index-DiG-xM9T.cjs +0 -35016
  200. package/dist/index-nGuSAiY2.js +0 -35017
  201. package/dist/plugins/drag-n-drop/draggable.d.ts +0 -4
  202. package/dist/plugins/drag-n-drop/draggable.d.ts.map +0 -1
  203. package/dist/plugins/drag-n-drop/droppable.d.ts +0 -4
  204. package/dist/plugins/drag-n-drop/droppable.d.ts.map +0 -1
  205. package/dist/plugins/drag-n-drop/index.d.ts +0 -5
  206. package/dist/plugins/drag-n-drop/index.d.ts.map +0 -1
  207. package/dist/plugins/drag-n-drop/useDraggable.d.ts +0 -8
  208. package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +0 -1
  209. package/dist/plugins/drag-n-drop/useDroppable.d.ts +0 -7
  210. package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +0 -1
  211. package/dist/types/materialIcon.d.ts +0 -2
  212. package/dist/types/materialIcon.d.ts.map +0 -1
package/dist/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
4
- var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
2
+ var __defProp2 = Object.defineProperty;
3
+ var __defNormalProp2 = (obj, key, value) => key in obj ? __defProp2(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
4
+ var __publicField2 = (obj, key, value) => __defNormalProp2(obj, typeof key !== "symbol" ? key + "" : key, value);
5
5
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
6
6
  const vue = require("vue");
7
7
  const vueRouter = require("vue-router");
@@ -13769,7 +13769,7 @@ function transpose(fromDate, constructor) {
13769
13769
  const TIMEZONE_UNIT_PRIORITY = 10;
13770
13770
  class Setter {
13771
13771
  constructor() {
13772
- __publicField(this, "subPriority", 0);
13772
+ __publicField2(this, "subPriority", 0);
13773
13773
  }
13774
13774
  validate(_utcDate, _options) {
13775
13775
  return true;
@@ -13796,8 +13796,8 @@ class ValueSetter extends Setter {
13796
13796
  class DateToSystemTimezoneSetter extends Setter {
13797
13797
  constructor() {
13798
13798
  super(...arguments);
13799
- __publicField(this, "priority", TIMEZONE_UNIT_PRIORITY);
13800
- __publicField(this, "subPriority", -1);
13799
+ __publicField2(this, "priority", TIMEZONE_UNIT_PRIORITY);
13800
+ __publicField2(this, "subPriority", -1);
13801
13801
  }
13802
13802
  set(date2, flags) {
13803
13803
  if (flags.timestampIsSet) return date2;
@@ -13828,8 +13828,8 @@ class Parser {
13828
13828
  class EraParser extends Parser {
13829
13829
  constructor() {
13830
13830
  super(...arguments);
13831
- __publicField(this, "priority", 140);
13832
- __publicField(this, "incompatibleTokens", ["R", "u", "t", "T"]);
13831
+ __publicField2(this, "priority", 140);
13832
+ __publicField2(this, "incompatibleTokens", ["R", "u", "t", "T"]);
13833
13833
  }
13834
13834
  parse(dateString, token, match2) {
13835
13835
  switch (token) {
@@ -14007,8 +14007,8 @@ function isLeapYearIndex(year) {
14007
14007
  class YearParser extends Parser {
14008
14008
  constructor() {
14009
14009
  super(...arguments);
14010
- __publicField(this, "priority", 130);
14011
- __publicField(this, "incompatibleTokens", ["Y", "R", "u", "w", "I", "i", "e", "c", "t", "T"]);
14010
+ __publicField2(this, "priority", 130);
14011
+ __publicField2(this, "incompatibleTokens", ["Y", "R", "u", "w", "I", "i", "e", "c", "t", "T"]);
14012
14012
  }
14013
14013
  parse(dateString, token, match2) {
14014
14014
  const valueCallback = (year) => ({
@@ -14052,8 +14052,8 @@ class YearParser extends Parser {
14052
14052
  class LocalWeekYearParser extends Parser {
14053
14053
  constructor() {
14054
14054
  super(...arguments);
14055
- __publicField(this, "priority", 130);
14056
- __publicField(this, "incompatibleTokens", [
14055
+ __publicField2(this, "priority", 130);
14056
+ __publicField2(this, "incompatibleTokens", [
14057
14057
  "y",
14058
14058
  "R",
14059
14059
  "u",
@@ -14115,8 +14115,8 @@ class LocalWeekYearParser extends Parser {
14115
14115
  class ISOWeekYearParser extends Parser {
14116
14116
  constructor() {
14117
14117
  super(...arguments);
14118
- __publicField(this, "priority", 130);
14119
- __publicField(this, "incompatibleTokens", [
14118
+ __publicField2(this, "priority", 130);
14119
+ __publicField2(this, "incompatibleTokens", [
14120
14120
  "G",
14121
14121
  "y",
14122
14122
  "Y",
@@ -14150,8 +14150,8 @@ class ISOWeekYearParser extends Parser {
14150
14150
  class ExtendedYearParser extends Parser {
14151
14151
  constructor() {
14152
14152
  super(...arguments);
14153
- __publicField(this, "priority", 130);
14154
- __publicField(this, "incompatibleTokens", ["G", "y", "Y", "R", "w", "I", "i", "e", "c", "t", "T"]);
14153
+ __publicField2(this, "priority", 130);
14154
+ __publicField2(this, "incompatibleTokens", ["G", "y", "Y", "R", "w", "I", "i", "e", "c", "t", "T"]);
14155
14155
  }
14156
14156
  parse(dateString, token) {
14157
14157
  if (token === "u") {
@@ -14168,8 +14168,8 @@ class ExtendedYearParser extends Parser {
14168
14168
  class QuarterParser extends Parser {
14169
14169
  constructor() {
14170
14170
  super(...arguments);
14171
- __publicField(this, "priority", 120);
14172
- __publicField(this, "incompatibleTokens", [
14171
+ __publicField2(this, "priority", 120);
14172
+ __publicField2(this, "incompatibleTokens", [
14173
14173
  "Y",
14174
14174
  "R",
14175
14175
  "q",
@@ -14237,8 +14237,8 @@ class QuarterParser extends Parser {
14237
14237
  class StandAloneQuarterParser extends Parser {
14238
14238
  constructor() {
14239
14239
  super(...arguments);
14240
- __publicField(this, "priority", 120);
14241
- __publicField(this, "incompatibleTokens", [
14240
+ __publicField2(this, "priority", 120);
14241
+ __publicField2(this, "incompatibleTokens", [
14242
14242
  "Y",
14243
14243
  "R",
14244
14244
  "Q",
@@ -14306,7 +14306,7 @@ class StandAloneQuarterParser extends Parser {
14306
14306
  class MonthParser extends Parser {
14307
14307
  constructor() {
14308
14308
  super(...arguments);
14309
- __publicField(this, "incompatibleTokens", [
14309
+ __publicField2(this, "incompatibleTokens", [
14310
14310
  "Y",
14311
14311
  "R",
14312
14312
  "q",
@@ -14321,7 +14321,7 @@ class MonthParser extends Parser {
14321
14321
  "t",
14322
14322
  "T"
14323
14323
  ]);
14324
- __publicField(this, "priority", 110);
14324
+ __publicField2(this, "priority", 110);
14325
14325
  }
14326
14326
  parse(dateString, token, match2) {
14327
14327
  const valueCallback = (value) => value - 1;
@@ -14376,8 +14376,8 @@ class MonthParser extends Parser {
14376
14376
  class StandAloneMonthParser extends Parser {
14377
14377
  constructor() {
14378
14378
  super(...arguments);
14379
- __publicField(this, "priority", 110);
14380
- __publicField(this, "incompatibleTokens", [
14379
+ __publicField2(this, "priority", 110);
14380
+ __publicField2(this, "incompatibleTokens", [
14381
14381
  "Y",
14382
14382
  "R",
14383
14383
  "q",
@@ -14452,8 +14452,8 @@ function setWeek(date2, week, options) {
14452
14452
  class LocalWeekParser extends Parser {
14453
14453
  constructor() {
14454
14454
  super(...arguments);
14455
- __publicField(this, "priority", 100);
14456
- __publicField(this, "incompatibleTokens", [
14455
+ __publicField2(this, "priority", 100);
14456
+ __publicField2(this, "incompatibleTokens", [
14457
14457
  "y",
14458
14458
  "R",
14459
14459
  "u",
@@ -14495,8 +14495,8 @@ function setISOWeek(date2, week) {
14495
14495
  class ISOWeekParser extends Parser {
14496
14496
  constructor() {
14497
14497
  super(...arguments);
14498
- __publicField(this, "priority", 100);
14499
- __publicField(this, "incompatibleTokens", [
14498
+ __publicField2(this, "priority", 100);
14499
+ __publicField2(this, "incompatibleTokens", [
14500
14500
  "y",
14501
14501
  "Y",
14502
14502
  "u",
@@ -14548,9 +14548,9 @@ const DAYS_IN_MONTH_LEAP_YEAR = [
14548
14548
  class DateParser extends Parser {
14549
14549
  constructor() {
14550
14550
  super(...arguments);
14551
- __publicField(this, "priority", 90);
14552
- __publicField(this, "subPriority", 1);
14553
- __publicField(this, "incompatibleTokens", [
14551
+ __publicField2(this, "priority", 90);
14552
+ __publicField2(this, "subPriority", 1);
14553
+ __publicField2(this, "incompatibleTokens", [
14554
14554
  "Y",
14555
14555
  "R",
14556
14556
  "q",
@@ -14594,9 +14594,9 @@ class DateParser extends Parser {
14594
14594
  class DayOfYearParser extends Parser {
14595
14595
  constructor() {
14596
14596
  super(...arguments);
14597
- __publicField(this, "priority", 90);
14598
- __publicField(this, "subpriority", 1);
14599
- __publicField(this, "incompatibleTokens", [
14597
+ __publicField2(this, "priority", 90);
14598
+ __publicField2(this, "subpriority", 1);
14599
+ __publicField2(this, "incompatibleTokens", [
14600
14600
  "Y",
14601
14601
  "R",
14602
14602
  "q",
@@ -14655,8 +14655,8 @@ function setDay(date2, day, options) {
14655
14655
  class DayParser extends Parser {
14656
14656
  constructor() {
14657
14657
  super(...arguments);
14658
- __publicField(this, "priority", 90);
14659
- __publicField(this, "incompatibleTokens", ["D", "i", "e", "c", "t", "T"]);
14658
+ __publicField2(this, "priority", 90);
14659
+ __publicField2(this, "incompatibleTokens", ["D", "i", "e", "c", "t", "T"]);
14660
14660
  }
14661
14661
  parse(dateString, token, match2) {
14662
14662
  switch (token) {
@@ -14698,8 +14698,8 @@ class DayParser extends Parser {
14698
14698
  class LocalDayParser extends Parser {
14699
14699
  constructor() {
14700
14700
  super(...arguments);
14701
- __publicField(this, "priority", 90);
14702
- __publicField(this, "incompatibleTokens", [
14701
+ __publicField2(this, "priority", 90);
14702
+ __publicField2(this, "incompatibleTokens", [
14703
14703
  "y",
14704
14704
  "R",
14705
14705
  "u",
@@ -14771,8 +14771,8 @@ class LocalDayParser extends Parser {
14771
14771
  class StandAloneLocalDayParser extends Parser {
14772
14772
  constructor() {
14773
14773
  super(...arguments);
14774
- __publicField(this, "priority", 90);
14775
- __publicField(this, "incompatibleTokens", [
14774
+ __publicField2(this, "priority", 90);
14775
+ __publicField2(this, "incompatibleTokens", [
14776
14776
  "y",
14777
14777
  "R",
14778
14778
  "u",
@@ -14850,8 +14850,8 @@ function setISODay(date2, day) {
14850
14850
  class ISODayParser extends Parser {
14851
14851
  constructor() {
14852
14852
  super(...arguments);
14853
- __publicField(this, "priority", 90);
14854
- __publicField(this, "incompatibleTokens", [
14853
+ __publicField2(this, "priority", 90);
14854
+ __publicField2(this, "incompatibleTokens", [
14855
14855
  "y",
14856
14856
  "Y",
14857
14857
  "u",
@@ -14953,8 +14953,8 @@ class ISODayParser extends Parser {
14953
14953
  class AMPMParser extends Parser {
14954
14954
  constructor() {
14955
14955
  super(...arguments);
14956
- __publicField(this, "priority", 80);
14957
- __publicField(this, "incompatibleTokens", ["b", "B", "H", "k", "t", "T"]);
14956
+ __publicField2(this, "priority", 80);
14957
+ __publicField2(this, "incompatibleTokens", ["b", "B", "H", "k", "t", "T"]);
14958
14958
  }
14959
14959
  parse(dateString, token, match2) {
14960
14960
  switch (token) {
@@ -14995,8 +14995,8 @@ class AMPMParser extends Parser {
14995
14995
  class AMPMMidnightParser extends Parser {
14996
14996
  constructor() {
14997
14997
  super(...arguments);
14998
- __publicField(this, "priority", 80);
14999
- __publicField(this, "incompatibleTokens", ["a", "B", "H", "k", "t", "T"]);
14998
+ __publicField2(this, "priority", 80);
14999
+ __publicField2(this, "incompatibleTokens", ["a", "B", "H", "k", "t", "T"]);
15000
15000
  }
15001
15001
  parse(dateString, token, match2) {
15002
15002
  switch (token) {
@@ -15037,8 +15037,8 @@ class AMPMMidnightParser extends Parser {
15037
15037
  class DayPeriodParser extends Parser {
15038
15038
  constructor() {
15039
15039
  super(...arguments);
15040
- __publicField(this, "priority", 80);
15041
- __publicField(this, "incompatibleTokens", ["a", "b", "t", "T"]);
15040
+ __publicField2(this, "priority", 80);
15041
+ __publicField2(this, "incompatibleTokens", ["a", "b", "t", "T"]);
15042
15042
  }
15043
15043
  parse(dateString, token, match2) {
15044
15044
  switch (token) {
@@ -15079,8 +15079,8 @@ class DayPeriodParser extends Parser {
15079
15079
  class Hour1to12Parser extends Parser {
15080
15080
  constructor() {
15081
15081
  super(...arguments);
15082
- __publicField(this, "priority", 70);
15083
- __publicField(this, "incompatibleTokens", ["H", "K", "k", "t", "T"]);
15082
+ __publicField2(this, "priority", 70);
15083
+ __publicField2(this, "incompatibleTokens", ["H", "K", "k", "t", "T"]);
15084
15084
  }
15085
15085
  parse(dateString, token, match2) {
15086
15086
  switch (token) {
@@ -15110,8 +15110,8 @@ class Hour1to12Parser extends Parser {
15110
15110
  class Hour0to23Parser extends Parser {
15111
15111
  constructor() {
15112
15112
  super(...arguments);
15113
- __publicField(this, "priority", 70);
15114
- __publicField(this, "incompatibleTokens", ["a", "b", "h", "K", "k", "t", "T"]);
15113
+ __publicField2(this, "priority", 70);
15114
+ __publicField2(this, "incompatibleTokens", ["a", "b", "h", "K", "k", "t", "T"]);
15115
15115
  }
15116
15116
  parse(dateString, token, match2) {
15117
15117
  switch (token) {
@@ -15134,8 +15134,8 @@ class Hour0to23Parser extends Parser {
15134
15134
  class Hour0To11Parser extends Parser {
15135
15135
  constructor() {
15136
15136
  super(...arguments);
15137
- __publicField(this, "priority", 70);
15138
- __publicField(this, "incompatibleTokens", ["h", "H", "k", "t", "T"]);
15137
+ __publicField2(this, "priority", 70);
15138
+ __publicField2(this, "incompatibleTokens", ["h", "H", "k", "t", "T"]);
15139
15139
  }
15140
15140
  parse(dateString, token, match2) {
15141
15141
  switch (token) {
@@ -15163,8 +15163,8 @@ class Hour0To11Parser extends Parser {
15163
15163
  class Hour1To24Parser extends Parser {
15164
15164
  constructor() {
15165
15165
  super(...arguments);
15166
- __publicField(this, "priority", 70);
15167
- __publicField(this, "incompatibleTokens", ["a", "b", "h", "H", "K", "t", "T"]);
15166
+ __publicField2(this, "priority", 70);
15167
+ __publicField2(this, "incompatibleTokens", ["a", "b", "h", "H", "K", "t", "T"]);
15168
15168
  }
15169
15169
  parse(dateString, token, match2) {
15170
15170
  switch (token) {
@@ -15188,8 +15188,8 @@ class Hour1To24Parser extends Parser {
15188
15188
  class MinuteParser extends Parser {
15189
15189
  constructor() {
15190
15190
  super(...arguments);
15191
- __publicField(this, "priority", 60);
15192
- __publicField(this, "incompatibleTokens", ["t", "T"]);
15191
+ __publicField2(this, "priority", 60);
15192
+ __publicField2(this, "incompatibleTokens", ["t", "T"]);
15193
15193
  }
15194
15194
  parse(dateString, token, match2) {
15195
15195
  switch (token) {
@@ -15212,8 +15212,8 @@ class MinuteParser extends Parser {
15212
15212
  class SecondParser extends Parser {
15213
15213
  constructor() {
15214
15214
  super(...arguments);
15215
- __publicField(this, "priority", 50);
15216
- __publicField(this, "incompatibleTokens", ["t", "T"]);
15215
+ __publicField2(this, "priority", 50);
15216
+ __publicField2(this, "incompatibleTokens", ["t", "T"]);
15217
15217
  }
15218
15218
  parse(dateString, token, match2) {
15219
15219
  switch (token) {
@@ -15236,8 +15236,8 @@ class SecondParser extends Parser {
15236
15236
  class FractionOfSecondParser extends Parser {
15237
15237
  constructor() {
15238
15238
  super(...arguments);
15239
- __publicField(this, "priority", 30);
15240
- __publicField(this, "incompatibleTokens", ["t", "T"]);
15239
+ __publicField2(this, "priority", 30);
15240
+ __publicField2(this, "incompatibleTokens", ["t", "T"]);
15241
15241
  }
15242
15242
  parse(dateString, token) {
15243
15243
  const valueCallback = (value) => Math.trunc(value * Math.pow(10, -token.length + 3));
@@ -15251,8 +15251,8 @@ class FractionOfSecondParser extends Parser {
15251
15251
  class ISOTimezoneWithZParser extends Parser {
15252
15252
  constructor() {
15253
15253
  super(...arguments);
15254
- __publicField(this, "priority", 10);
15255
- __publicField(this, "incompatibleTokens", ["t", "T", "x"]);
15254
+ __publicField2(this, "priority", 10);
15255
+ __publicField2(this, "incompatibleTokens", ["t", "T", "x"]);
15256
15256
  }
15257
15257
  parse(dateString, token) {
15258
15258
  switch (token) {
@@ -15289,8 +15289,8 @@ class ISOTimezoneWithZParser extends Parser {
15289
15289
  class ISOTimezoneParser extends Parser {
15290
15290
  constructor() {
15291
15291
  super(...arguments);
15292
- __publicField(this, "priority", 10);
15293
- __publicField(this, "incompatibleTokens", ["t", "T", "X"]);
15292
+ __publicField2(this, "priority", 10);
15293
+ __publicField2(this, "incompatibleTokens", ["t", "T", "X"]);
15294
15294
  }
15295
15295
  parse(dateString, token) {
15296
15296
  switch (token) {
@@ -15327,8 +15327,8 @@ class ISOTimezoneParser extends Parser {
15327
15327
  class TimestampSecondsParser extends Parser {
15328
15328
  constructor() {
15329
15329
  super(...arguments);
15330
- __publicField(this, "priority", 40);
15331
- __publicField(this, "incompatibleTokens", "*");
15330
+ __publicField2(this, "priority", 40);
15331
+ __publicField2(this, "incompatibleTokens", "*");
15332
15332
  }
15333
15333
  parse(dateString) {
15334
15334
  return parseAnyDigitsSigned(dateString);
@@ -15340,8 +15340,8 @@ class TimestampSecondsParser extends Parser {
15340
15340
  class TimestampMillisecondsParser extends Parser {
15341
15341
  constructor() {
15342
15342
  super(...arguments);
15343
- __publicField(this, "priority", 20);
15344
- __publicField(this, "incompatibleTokens", "*");
15343
+ __publicField2(this, "priority", 20);
15344
+ __publicField2(this, "incompatibleTokens", "*");
15345
15345
  }
15346
15346
  parse(dateString) {
15347
15347
  return parseAnyDigitsSigned(dateString);
@@ -38644,39 +38644,39 @@ function _sfc_render(_ctx, _cache) {
38644
38644
  const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render]]);
38645
38645
  class TapDetector {
38646
38646
  constructor() {
38647
- __publicField(this, "singleTapCallbacks", []);
38648
- __publicField(this, "doubleTapCallbacks", []);
38649
- __publicField(this, "isTouchMode", false);
38650
- __publicField(this, "lastTapTimestamp", 0);
38651
- __publicField(this, "tappedCount", 0);
38652
- __publicField(this, "touchMovedLength", 0);
38653
- __publicField(this, "lastPointerX", 0);
38654
- __publicField(this, "lastPointerY", 0);
38655
- __publicField(this, "onTouchStart", (event) => {
38647
+ __publicField2(this, "singleTapCallbacks", []);
38648
+ __publicField2(this, "doubleTapCallbacks", []);
38649
+ __publicField2(this, "isTouchMode", false);
38650
+ __publicField2(this, "lastTapTimestamp", 0);
38651
+ __publicField2(this, "tappedCount", 0);
38652
+ __publicField2(this, "touchMovedLength", 0);
38653
+ __publicField2(this, "lastPointerX", 0);
38654
+ __publicField2(this, "lastPointerY", 0);
38655
+ __publicField2(this, "onTouchStart", (event) => {
38656
38656
  this.isTouchMode = true;
38657
38657
  if (event.touches.length === 1) {
38658
38658
  this.onPointerDown(event.touches[0].clientX, event.touches[0].clientY);
38659
38659
  }
38660
38660
  });
38661
- __publicField(this, "onTouchMove", (event) => {
38661
+ __publicField2(this, "onTouchMove", (event) => {
38662
38662
  if (event.touches.length === 1) {
38663
38663
  this.onPointerMove(event.touches[0].clientX, event.touches[0].clientY);
38664
38664
  }
38665
38665
  });
38666
- __publicField(this, "onTouchEnd", () => {
38666
+ __publicField2(this, "onTouchEnd", () => {
38667
38667
  if (this.isTouchMode) this.onPointerUp();
38668
38668
  });
38669
- __publicField(this, "onMouseDown", (event) => {
38669
+ __publicField2(this, "onMouseDown", (event) => {
38670
38670
  if (!this.isTouchMode) {
38671
38671
  this.onPointerDown(event.clientX, event.clientY);
38672
38672
  }
38673
38673
  });
38674
- __publicField(this, "onMouseMove", (event) => {
38674
+ __publicField2(this, "onMouseMove", (event) => {
38675
38675
  if (!this.isTouchMode && event.button === 0) {
38676
38676
  this.onPointerMove(event.clientX, event.clientY);
38677
38677
  }
38678
38678
  });
38679
- __publicField(this, "onMouseUp", () => {
38679
+ __publicField2(this, "onMouseUp", () => {
38680
38680
  if (!this.isTouchMode) this.onPointerUp();
38681
38681
  });
38682
38682
  }
@@ -39149,6 +39149,12 @@ function localRef(key, initialValue) {
39149
39149
  return value;
39150
39150
  }
39151
39151
  const useLocalStorage = localRef;
39152
+ var __defProp = Object.defineProperty;
39153
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
39154
+ var __publicField = (obj, key, value) => {
39155
+ __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
39156
+ return value;
39157
+ };
39152
39158
  const axios = axios$1.create({
39153
39159
  withCredentials: true
39154
39160
  });
@@ -39163,7 +39169,8 @@ class DataRequest {
39163
39169
  this.itemID = "";
39164
39170
  }
39165
39171
  async post(item) {
39166
- if (!this.data_table) throw new Error("Data table not set");
39172
+ if (!this.data_table)
39173
+ throw new Error("Data table not set");
39167
39174
  const { data: data2 } = await axios.post(`/data/${this.data_table}`, item);
39168
39175
  return data2;
39169
39176
  }
@@ -39173,7 +39180,8 @@ class DataRequest {
39173
39180
  }
39174
39181
  async get() {
39175
39182
  var _a2, _b;
39176
- if (!this.data_table) throw new Error("Data table not set");
39183
+ if (!this.data_table)
39184
+ throw new Error("Data table not set");
39177
39185
  const filterStr = Object.keys(this._filter).length > 0 ? `?filter={${Object.entries(this._filter).map(([k2, v2]) => `${k2}:${v2}`).join(",")}}` : "";
39178
39186
  const url = `/data/${this.data_table}${this.itemID ? `/${this.itemID}` : ""}${filterStr}`;
39179
39187
  try {
@@ -39190,7 +39198,8 @@ class DataRequest {
39190
39198
  return this;
39191
39199
  }
39192
39200
  async delete() {
39193
- if (!this.data_table) throw new Error("Data table not set");
39201
+ if (!this.data_table)
39202
+ throw new Error("Data table not set");
39194
39203
  const { data: data2 } = await axios.delete(
39195
39204
  `/data/${this.data_table}/${this.itemID}`
39196
39205
  );
@@ -39198,8 +39207,10 @@ class DataRequest {
39198
39207
  }
39199
39208
  async put(updatedItem) {
39200
39209
  const { data_table, itemID } = this;
39201
- if (!data_table) throw new Error("Data table not set");
39202
- if (!itemID) throw new Error("Item ID not set");
39210
+ if (!data_table)
39211
+ throw new Error("Data table not set");
39212
+ if (!itemID)
39213
+ throw new Error("Item ID not set");
39203
39214
  const { data: data2 } = await axios.put(
39204
39215
  `/data/${data_table}/${itemID}`,
39205
39216
  updatedItem
@@ -39216,8 +39227,8 @@ function responses(key) {
39216
39227
  }
39217
39228
  class BagelAuth {
39218
39229
  constructor(bagel) {
39219
- __publicField(this, "user");
39220
39230
  this.bagel = bagel;
39231
+ __publicField(this, "user");
39221
39232
  this.bagel = bagel;
39222
39233
  }
39223
39234
  async validateUser() {
@@ -39320,10 +39331,12 @@ class Bagel {
39320
39331
  async get(endpoint, query) {
39321
39332
  this._setAuthorization();
39322
39333
  endpoint = this._endpointCleaner(endpoint);
39323
- if (/undefined|null/.test(endpoint)) throw new Error(`Invalid endpoint: ${endpoint}`);
39334
+ if (/undefined|null/.test(endpoint))
39335
+ throw new Error(`Invalid endpoint: ${endpoint}`);
39324
39336
  if (query) {
39325
39337
  const queryParams = Object.entries(query).filter(([_2, value]) => !!value).map(([key, value]) => `${key}=${value}`).join("&");
39326
- if (queryParams) endpoint = `${endpoint}?${queryParams}`;
39338
+ if (queryParams)
39339
+ endpoint = `${endpoint}?${queryParams}`;
39327
39340
  }
39328
39341
  const url = `/${endpoint}`;
39329
39342
  return axios.get(url).then(({ data: data2 }) => data2).catch((err) => {
@@ -39378,7 +39391,8 @@ class Bagel {
39378
39391
  const formData = new FormData();
39379
39392
  formData.append("file", file);
39380
39393
  let url = "/static_files/upload";
39381
- if (options == null ? void 0 : options.topic) url = `/static_files/upload?topic=${options.topic}`;
39394
+ if (options == null ? void 0 : options.topic)
39395
+ url = `/static_files/upload?topic=${options.topic}`;
39382
39396
  const { data: data2 } = await axios.post(url, formData, {
39383
39397
  headers: {
39384
39398
  "Content-Type": "multipart/form-data"