@bagelink/vue 0.0.1180 → 0.0.1182

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 +24 -8
  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 +1 -1
  160. package/src/utils/BagelFormUtils.ts +9 -9
  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");
@@ -13775,7 +13775,7 @@ function transpose(fromDate, constructor) {
13775
13775
  const TIMEZONE_UNIT_PRIORITY = 10;
13776
13776
  class Setter {
13777
13777
  constructor() {
13778
- __publicField(this, "subPriority", 0);
13778
+ __publicField2(this, "subPriority", 0);
13779
13779
  }
13780
13780
  validate(_utcDate, _options) {
13781
13781
  return true;
@@ -13802,8 +13802,8 @@ class ValueSetter extends Setter {
13802
13802
  class DateToSystemTimezoneSetter extends Setter {
13803
13803
  constructor() {
13804
13804
  super(...arguments);
13805
- __publicField(this, "priority", TIMEZONE_UNIT_PRIORITY);
13806
- __publicField(this, "subPriority", -1);
13805
+ __publicField2(this, "priority", TIMEZONE_UNIT_PRIORITY);
13806
+ __publicField2(this, "subPriority", -1);
13807
13807
  }
13808
13808
  set(date2, flags) {
13809
13809
  if (flags.timestampIsSet) return date2;
@@ -13834,8 +13834,8 @@ class Parser {
13834
13834
  class EraParser extends Parser {
13835
13835
  constructor() {
13836
13836
  super(...arguments);
13837
- __publicField(this, "priority", 140);
13838
- __publicField(this, "incompatibleTokens", ["R", "u", "t", "T"]);
13837
+ __publicField2(this, "priority", 140);
13838
+ __publicField2(this, "incompatibleTokens", ["R", "u", "t", "T"]);
13839
13839
  }
13840
13840
  parse(dateString, token, match2) {
13841
13841
  switch (token) {
@@ -14013,8 +14013,8 @@ function isLeapYearIndex(year) {
14013
14013
  class YearParser extends Parser {
14014
14014
  constructor() {
14015
14015
  super(...arguments);
14016
- __publicField(this, "priority", 130);
14017
- __publicField(this, "incompatibleTokens", ["Y", "R", "u", "w", "I", "i", "e", "c", "t", "T"]);
14016
+ __publicField2(this, "priority", 130);
14017
+ __publicField2(this, "incompatibleTokens", ["Y", "R", "u", "w", "I", "i", "e", "c", "t", "T"]);
14018
14018
  }
14019
14019
  parse(dateString, token, match2) {
14020
14020
  const valueCallback = (year) => ({
@@ -14058,8 +14058,8 @@ class YearParser extends Parser {
14058
14058
  class LocalWeekYearParser extends Parser {
14059
14059
  constructor() {
14060
14060
  super(...arguments);
14061
- __publicField(this, "priority", 130);
14062
- __publicField(this, "incompatibleTokens", [
14061
+ __publicField2(this, "priority", 130);
14062
+ __publicField2(this, "incompatibleTokens", [
14063
14063
  "y",
14064
14064
  "R",
14065
14065
  "u",
@@ -14121,8 +14121,8 @@ class LocalWeekYearParser extends Parser {
14121
14121
  class ISOWeekYearParser extends Parser {
14122
14122
  constructor() {
14123
14123
  super(...arguments);
14124
- __publicField(this, "priority", 130);
14125
- __publicField(this, "incompatibleTokens", [
14124
+ __publicField2(this, "priority", 130);
14125
+ __publicField2(this, "incompatibleTokens", [
14126
14126
  "G",
14127
14127
  "y",
14128
14128
  "Y",
@@ -14156,8 +14156,8 @@ class ISOWeekYearParser extends Parser {
14156
14156
  class ExtendedYearParser extends Parser {
14157
14157
  constructor() {
14158
14158
  super(...arguments);
14159
- __publicField(this, "priority", 130);
14160
- __publicField(this, "incompatibleTokens", ["G", "y", "Y", "R", "w", "I", "i", "e", "c", "t", "T"]);
14159
+ __publicField2(this, "priority", 130);
14160
+ __publicField2(this, "incompatibleTokens", ["G", "y", "Y", "R", "w", "I", "i", "e", "c", "t", "T"]);
14161
14161
  }
14162
14162
  parse(dateString, token) {
14163
14163
  if (token === "u") {
@@ -14174,8 +14174,8 @@ class ExtendedYearParser extends Parser {
14174
14174
  class QuarterParser extends Parser {
14175
14175
  constructor() {
14176
14176
  super(...arguments);
14177
- __publicField(this, "priority", 120);
14178
- __publicField(this, "incompatibleTokens", [
14177
+ __publicField2(this, "priority", 120);
14178
+ __publicField2(this, "incompatibleTokens", [
14179
14179
  "Y",
14180
14180
  "R",
14181
14181
  "q",
@@ -14243,8 +14243,8 @@ class QuarterParser extends Parser {
14243
14243
  class StandAloneQuarterParser extends Parser {
14244
14244
  constructor() {
14245
14245
  super(...arguments);
14246
- __publicField(this, "priority", 120);
14247
- __publicField(this, "incompatibleTokens", [
14246
+ __publicField2(this, "priority", 120);
14247
+ __publicField2(this, "incompatibleTokens", [
14248
14248
  "Y",
14249
14249
  "R",
14250
14250
  "Q",
@@ -14312,7 +14312,7 @@ class StandAloneQuarterParser extends Parser {
14312
14312
  class MonthParser extends Parser {
14313
14313
  constructor() {
14314
14314
  super(...arguments);
14315
- __publicField(this, "incompatibleTokens", [
14315
+ __publicField2(this, "incompatibleTokens", [
14316
14316
  "Y",
14317
14317
  "R",
14318
14318
  "q",
@@ -14327,7 +14327,7 @@ class MonthParser extends Parser {
14327
14327
  "t",
14328
14328
  "T"
14329
14329
  ]);
14330
- __publicField(this, "priority", 110);
14330
+ __publicField2(this, "priority", 110);
14331
14331
  }
14332
14332
  parse(dateString, token, match2) {
14333
14333
  const valueCallback = (value) => value - 1;
@@ -14382,8 +14382,8 @@ class MonthParser extends Parser {
14382
14382
  class StandAloneMonthParser extends Parser {
14383
14383
  constructor() {
14384
14384
  super(...arguments);
14385
- __publicField(this, "priority", 110);
14386
- __publicField(this, "incompatibleTokens", [
14385
+ __publicField2(this, "priority", 110);
14386
+ __publicField2(this, "incompatibleTokens", [
14387
14387
  "Y",
14388
14388
  "R",
14389
14389
  "q",
@@ -14458,8 +14458,8 @@ function setWeek(date2, week, options) {
14458
14458
  class LocalWeekParser extends Parser {
14459
14459
  constructor() {
14460
14460
  super(...arguments);
14461
- __publicField(this, "priority", 100);
14462
- __publicField(this, "incompatibleTokens", [
14461
+ __publicField2(this, "priority", 100);
14462
+ __publicField2(this, "incompatibleTokens", [
14463
14463
  "y",
14464
14464
  "R",
14465
14465
  "u",
@@ -14501,8 +14501,8 @@ function setISOWeek(date2, week) {
14501
14501
  class ISOWeekParser extends Parser {
14502
14502
  constructor() {
14503
14503
  super(...arguments);
14504
- __publicField(this, "priority", 100);
14505
- __publicField(this, "incompatibleTokens", [
14504
+ __publicField2(this, "priority", 100);
14505
+ __publicField2(this, "incompatibleTokens", [
14506
14506
  "y",
14507
14507
  "Y",
14508
14508
  "u",
@@ -14554,9 +14554,9 @@ const DAYS_IN_MONTH_LEAP_YEAR = [
14554
14554
  class DateParser extends Parser {
14555
14555
  constructor() {
14556
14556
  super(...arguments);
14557
- __publicField(this, "priority", 90);
14558
- __publicField(this, "subPriority", 1);
14559
- __publicField(this, "incompatibleTokens", [
14557
+ __publicField2(this, "priority", 90);
14558
+ __publicField2(this, "subPriority", 1);
14559
+ __publicField2(this, "incompatibleTokens", [
14560
14560
  "Y",
14561
14561
  "R",
14562
14562
  "q",
@@ -14600,9 +14600,9 @@ class DateParser extends Parser {
14600
14600
  class DayOfYearParser extends Parser {
14601
14601
  constructor() {
14602
14602
  super(...arguments);
14603
- __publicField(this, "priority", 90);
14604
- __publicField(this, "subpriority", 1);
14605
- __publicField(this, "incompatibleTokens", [
14603
+ __publicField2(this, "priority", 90);
14604
+ __publicField2(this, "subpriority", 1);
14605
+ __publicField2(this, "incompatibleTokens", [
14606
14606
  "Y",
14607
14607
  "R",
14608
14608
  "q",
@@ -14661,8 +14661,8 @@ function setDay(date2, day, options) {
14661
14661
  class DayParser extends Parser {
14662
14662
  constructor() {
14663
14663
  super(...arguments);
14664
- __publicField(this, "priority", 90);
14665
- __publicField(this, "incompatibleTokens", ["D", "i", "e", "c", "t", "T"]);
14664
+ __publicField2(this, "priority", 90);
14665
+ __publicField2(this, "incompatibleTokens", ["D", "i", "e", "c", "t", "T"]);
14666
14666
  }
14667
14667
  parse(dateString, token, match2) {
14668
14668
  switch (token) {
@@ -14704,8 +14704,8 @@ class DayParser extends Parser {
14704
14704
  class LocalDayParser extends Parser {
14705
14705
  constructor() {
14706
14706
  super(...arguments);
14707
- __publicField(this, "priority", 90);
14708
- __publicField(this, "incompatibleTokens", [
14707
+ __publicField2(this, "priority", 90);
14708
+ __publicField2(this, "incompatibleTokens", [
14709
14709
  "y",
14710
14710
  "R",
14711
14711
  "u",
@@ -14777,8 +14777,8 @@ class LocalDayParser extends Parser {
14777
14777
  class StandAloneLocalDayParser extends Parser {
14778
14778
  constructor() {
14779
14779
  super(...arguments);
14780
- __publicField(this, "priority", 90);
14781
- __publicField(this, "incompatibleTokens", [
14780
+ __publicField2(this, "priority", 90);
14781
+ __publicField2(this, "incompatibleTokens", [
14782
14782
  "y",
14783
14783
  "R",
14784
14784
  "u",
@@ -14856,8 +14856,8 @@ function setISODay(date2, day) {
14856
14856
  class ISODayParser extends Parser {
14857
14857
  constructor() {
14858
14858
  super(...arguments);
14859
- __publicField(this, "priority", 90);
14860
- __publicField(this, "incompatibleTokens", [
14859
+ __publicField2(this, "priority", 90);
14860
+ __publicField2(this, "incompatibleTokens", [
14861
14861
  "y",
14862
14862
  "Y",
14863
14863
  "u",
@@ -14959,8 +14959,8 @@ class ISODayParser extends Parser {
14959
14959
  class AMPMParser extends Parser {
14960
14960
  constructor() {
14961
14961
  super(...arguments);
14962
- __publicField(this, "priority", 80);
14963
- __publicField(this, "incompatibleTokens", ["b", "B", "H", "k", "t", "T"]);
14962
+ __publicField2(this, "priority", 80);
14963
+ __publicField2(this, "incompatibleTokens", ["b", "B", "H", "k", "t", "T"]);
14964
14964
  }
14965
14965
  parse(dateString, token, match2) {
14966
14966
  switch (token) {
@@ -15001,8 +15001,8 @@ class AMPMParser extends Parser {
15001
15001
  class AMPMMidnightParser extends Parser {
15002
15002
  constructor() {
15003
15003
  super(...arguments);
15004
- __publicField(this, "priority", 80);
15005
- __publicField(this, "incompatibleTokens", ["a", "B", "H", "k", "t", "T"]);
15004
+ __publicField2(this, "priority", 80);
15005
+ __publicField2(this, "incompatibleTokens", ["a", "B", "H", "k", "t", "T"]);
15006
15006
  }
15007
15007
  parse(dateString, token, match2) {
15008
15008
  switch (token) {
@@ -15043,8 +15043,8 @@ class AMPMMidnightParser extends Parser {
15043
15043
  class DayPeriodParser extends Parser {
15044
15044
  constructor() {
15045
15045
  super(...arguments);
15046
- __publicField(this, "priority", 80);
15047
- __publicField(this, "incompatibleTokens", ["a", "b", "t", "T"]);
15046
+ __publicField2(this, "priority", 80);
15047
+ __publicField2(this, "incompatibleTokens", ["a", "b", "t", "T"]);
15048
15048
  }
15049
15049
  parse(dateString, token, match2) {
15050
15050
  switch (token) {
@@ -15085,8 +15085,8 @@ class DayPeriodParser extends Parser {
15085
15085
  class Hour1to12Parser extends Parser {
15086
15086
  constructor() {
15087
15087
  super(...arguments);
15088
- __publicField(this, "priority", 70);
15089
- __publicField(this, "incompatibleTokens", ["H", "K", "k", "t", "T"]);
15088
+ __publicField2(this, "priority", 70);
15089
+ __publicField2(this, "incompatibleTokens", ["H", "K", "k", "t", "T"]);
15090
15090
  }
15091
15091
  parse(dateString, token, match2) {
15092
15092
  switch (token) {
@@ -15116,8 +15116,8 @@ class Hour1to12Parser extends Parser {
15116
15116
  class Hour0to23Parser extends Parser {
15117
15117
  constructor() {
15118
15118
  super(...arguments);
15119
- __publicField(this, "priority", 70);
15120
- __publicField(this, "incompatibleTokens", ["a", "b", "h", "K", "k", "t", "T"]);
15119
+ __publicField2(this, "priority", 70);
15120
+ __publicField2(this, "incompatibleTokens", ["a", "b", "h", "K", "k", "t", "T"]);
15121
15121
  }
15122
15122
  parse(dateString, token, match2) {
15123
15123
  switch (token) {
@@ -15140,8 +15140,8 @@ class Hour0to23Parser extends Parser {
15140
15140
  class Hour0To11Parser extends Parser {
15141
15141
  constructor() {
15142
15142
  super(...arguments);
15143
- __publicField(this, "priority", 70);
15144
- __publicField(this, "incompatibleTokens", ["h", "H", "k", "t", "T"]);
15143
+ __publicField2(this, "priority", 70);
15144
+ __publicField2(this, "incompatibleTokens", ["h", "H", "k", "t", "T"]);
15145
15145
  }
15146
15146
  parse(dateString, token, match2) {
15147
15147
  switch (token) {
@@ -15169,8 +15169,8 @@ class Hour0To11Parser extends Parser {
15169
15169
  class Hour1To24Parser extends Parser {
15170
15170
  constructor() {
15171
15171
  super(...arguments);
15172
- __publicField(this, "priority", 70);
15173
- __publicField(this, "incompatibleTokens", ["a", "b", "h", "H", "K", "t", "T"]);
15172
+ __publicField2(this, "priority", 70);
15173
+ __publicField2(this, "incompatibleTokens", ["a", "b", "h", "H", "K", "t", "T"]);
15174
15174
  }
15175
15175
  parse(dateString, token, match2) {
15176
15176
  switch (token) {
@@ -15194,8 +15194,8 @@ class Hour1To24Parser extends Parser {
15194
15194
  class MinuteParser extends Parser {
15195
15195
  constructor() {
15196
15196
  super(...arguments);
15197
- __publicField(this, "priority", 60);
15198
- __publicField(this, "incompatibleTokens", ["t", "T"]);
15197
+ __publicField2(this, "priority", 60);
15198
+ __publicField2(this, "incompatibleTokens", ["t", "T"]);
15199
15199
  }
15200
15200
  parse(dateString, token, match2) {
15201
15201
  switch (token) {
@@ -15218,8 +15218,8 @@ class MinuteParser extends Parser {
15218
15218
  class SecondParser extends Parser {
15219
15219
  constructor() {
15220
15220
  super(...arguments);
15221
- __publicField(this, "priority", 50);
15222
- __publicField(this, "incompatibleTokens", ["t", "T"]);
15221
+ __publicField2(this, "priority", 50);
15222
+ __publicField2(this, "incompatibleTokens", ["t", "T"]);
15223
15223
  }
15224
15224
  parse(dateString, token, match2) {
15225
15225
  switch (token) {
@@ -15242,8 +15242,8 @@ class SecondParser extends Parser {
15242
15242
  class FractionOfSecondParser extends Parser {
15243
15243
  constructor() {
15244
15244
  super(...arguments);
15245
- __publicField(this, "priority", 30);
15246
- __publicField(this, "incompatibleTokens", ["t", "T"]);
15245
+ __publicField2(this, "priority", 30);
15246
+ __publicField2(this, "incompatibleTokens", ["t", "T"]);
15247
15247
  }
15248
15248
  parse(dateString, token) {
15249
15249
  const valueCallback = (value) => Math.trunc(value * Math.pow(10, -token.length + 3));
@@ -15257,8 +15257,8 @@ class FractionOfSecondParser extends Parser {
15257
15257
  class ISOTimezoneWithZParser extends Parser {
15258
15258
  constructor() {
15259
15259
  super(...arguments);
15260
- __publicField(this, "priority", 10);
15261
- __publicField(this, "incompatibleTokens", ["t", "T", "x"]);
15260
+ __publicField2(this, "priority", 10);
15261
+ __publicField2(this, "incompatibleTokens", ["t", "T", "x"]);
15262
15262
  }
15263
15263
  parse(dateString, token) {
15264
15264
  switch (token) {
@@ -15295,8 +15295,8 @@ class ISOTimezoneWithZParser extends Parser {
15295
15295
  class ISOTimezoneParser extends Parser {
15296
15296
  constructor() {
15297
15297
  super(...arguments);
15298
- __publicField(this, "priority", 10);
15299
- __publicField(this, "incompatibleTokens", ["t", "T", "X"]);
15298
+ __publicField2(this, "priority", 10);
15299
+ __publicField2(this, "incompatibleTokens", ["t", "T", "X"]);
15300
15300
  }
15301
15301
  parse(dateString, token) {
15302
15302
  switch (token) {
@@ -15333,8 +15333,8 @@ class ISOTimezoneParser extends Parser {
15333
15333
  class TimestampSecondsParser extends Parser {
15334
15334
  constructor() {
15335
15335
  super(...arguments);
15336
- __publicField(this, "priority", 40);
15337
- __publicField(this, "incompatibleTokens", "*");
15336
+ __publicField2(this, "priority", 40);
15337
+ __publicField2(this, "incompatibleTokens", "*");
15338
15338
  }
15339
15339
  parse(dateString) {
15340
15340
  return parseAnyDigitsSigned(dateString);
@@ -15346,8 +15346,8 @@ class TimestampSecondsParser extends Parser {
15346
15346
  class TimestampMillisecondsParser extends Parser {
15347
15347
  constructor() {
15348
15348
  super(...arguments);
15349
- __publicField(this, "priority", 20);
15350
- __publicField(this, "incompatibleTokens", "*");
15349
+ __publicField2(this, "priority", 20);
15350
+ __publicField2(this, "incompatibleTokens", "*");
15351
15351
  }
15352
15352
  parse(dateString) {
15353
15353
  return parseAnyDigitsSigned(dateString);
@@ -38651,39 +38651,39 @@ function _sfc_render(_ctx, _cache) {
38651
38651
  const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render]]);
38652
38652
  class TapDetector {
38653
38653
  constructor() {
38654
- __publicField(this, "singleTapCallbacks", []);
38655
- __publicField(this, "doubleTapCallbacks", []);
38656
- __publicField(this, "isTouchMode", false);
38657
- __publicField(this, "lastTapTimestamp", 0);
38658
- __publicField(this, "tappedCount", 0);
38659
- __publicField(this, "touchMovedLength", 0);
38660
- __publicField(this, "lastPointerX", 0);
38661
- __publicField(this, "lastPointerY", 0);
38662
- __publicField(this, "onTouchStart", (event) => {
38654
+ __publicField2(this, "singleTapCallbacks", []);
38655
+ __publicField2(this, "doubleTapCallbacks", []);
38656
+ __publicField2(this, "isTouchMode", false);
38657
+ __publicField2(this, "lastTapTimestamp", 0);
38658
+ __publicField2(this, "tappedCount", 0);
38659
+ __publicField2(this, "touchMovedLength", 0);
38660
+ __publicField2(this, "lastPointerX", 0);
38661
+ __publicField2(this, "lastPointerY", 0);
38662
+ __publicField2(this, "onTouchStart", (event) => {
38663
38663
  this.isTouchMode = true;
38664
38664
  if (event.touches.length === 1) {
38665
38665
  this.onPointerDown(event.touches[0].clientX, event.touches[0].clientY);
38666
38666
  }
38667
38667
  });
38668
- __publicField(this, "onTouchMove", (event) => {
38668
+ __publicField2(this, "onTouchMove", (event) => {
38669
38669
  if (event.touches.length === 1) {
38670
38670
  this.onPointerMove(event.touches[0].clientX, event.touches[0].clientY);
38671
38671
  }
38672
38672
  });
38673
- __publicField(this, "onTouchEnd", () => {
38673
+ __publicField2(this, "onTouchEnd", () => {
38674
38674
  if (this.isTouchMode) this.onPointerUp();
38675
38675
  });
38676
- __publicField(this, "onMouseDown", (event) => {
38676
+ __publicField2(this, "onMouseDown", (event) => {
38677
38677
  if (!this.isTouchMode) {
38678
38678
  this.onPointerDown(event.clientX, event.clientY);
38679
38679
  }
38680
38680
  });
38681
- __publicField(this, "onMouseMove", (event) => {
38681
+ __publicField2(this, "onMouseMove", (event) => {
38682
38682
  if (!this.isTouchMode && event.button === 0) {
38683
38683
  this.onPointerMove(event.clientX, event.clientY);
38684
38684
  }
38685
38685
  });
38686
- __publicField(this, "onMouseUp", () => {
38686
+ __publicField2(this, "onMouseUp", () => {
38687
38687
  if (!this.isTouchMode) this.onPointerUp();
38688
38688
  });
38689
38689
  }
@@ -39156,6 +39156,12 @@ function localRef(key, initialValue) {
39156
39156
  return value;
39157
39157
  }
39158
39158
  const useLocalStorage = localRef;
39159
+ var __defProp = Object.defineProperty;
39160
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
39161
+ var __publicField = (obj, key, value) => {
39162
+ __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
39163
+ return value;
39164
+ };
39159
39165
  const axios = axios$1.create({
39160
39166
  withCredentials: true
39161
39167
  });
@@ -39170,7 +39176,8 @@ class DataRequest {
39170
39176
  this.itemID = "";
39171
39177
  }
39172
39178
  async post(item) {
39173
- if (!this.data_table) throw new Error("Data table not set");
39179
+ if (!this.data_table)
39180
+ throw new Error("Data table not set");
39174
39181
  const { data: data2 } = await axios.post(`/data/${this.data_table}`, item);
39175
39182
  return data2;
39176
39183
  }
@@ -39180,7 +39187,8 @@ class DataRequest {
39180
39187
  }
39181
39188
  async get() {
39182
39189
  var _a2, _b;
39183
- if (!this.data_table) throw new Error("Data table not set");
39190
+ if (!this.data_table)
39191
+ throw new Error("Data table not set");
39184
39192
  const filterStr = Object.keys(this._filter).length > 0 ? `?filter={${Object.entries(this._filter).map(([k2, v2]) => `${k2}:${v2}`).join(",")}}` : "";
39185
39193
  const url = `/data/${this.data_table}${this.itemID ? `/${this.itemID}` : ""}${filterStr}`;
39186
39194
  try {
@@ -39197,7 +39205,8 @@ class DataRequest {
39197
39205
  return this;
39198
39206
  }
39199
39207
  async delete() {
39200
- if (!this.data_table) throw new Error("Data table not set");
39208
+ if (!this.data_table)
39209
+ throw new Error("Data table not set");
39201
39210
  const { data: data2 } = await axios.delete(
39202
39211
  `/data/${this.data_table}/${this.itemID}`
39203
39212
  );
@@ -39205,8 +39214,10 @@ class DataRequest {
39205
39214
  }
39206
39215
  async put(updatedItem) {
39207
39216
  const { data_table, itemID } = this;
39208
- if (!data_table) throw new Error("Data table not set");
39209
- if (!itemID) throw new Error("Item ID not set");
39217
+ if (!data_table)
39218
+ throw new Error("Data table not set");
39219
+ if (!itemID)
39220
+ throw new Error("Item ID not set");
39210
39221
  const { data: data2 } = await axios.put(
39211
39222
  `/data/${data_table}/${itemID}`,
39212
39223
  updatedItem
@@ -39223,8 +39234,8 @@ function responses(key) {
39223
39234
  }
39224
39235
  class BagelAuth {
39225
39236
  constructor(bagel) {
39226
- __publicField(this, "user");
39227
39237
  this.bagel = bagel;
39238
+ __publicField(this, "user");
39228
39239
  this.bagel = bagel;
39229
39240
  }
39230
39241
  async validateUser() {
@@ -39327,10 +39338,12 @@ class Bagel {
39327
39338
  async get(endpoint, query) {
39328
39339
  this._setAuthorization();
39329
39340
  endpoint = this._endpointCleaner(endpoint);
39330
- if (/undefined|null/.test(endpoint)) throw new Error(`Invalid endpoint: ${endpoint}`);
39341
+ if (/undefined|null/.test(endpoint))
39342
+ throw new Error(`Invalid endpoint: ${endpoint}`);
39331
39343
  if (query) {
39332
39344
  const queryParams = Object.entries(query).filter(([_2, value]) => !!value).map(([key, value]) => `${key}=${value}`).join("&");
39333
- if (queryParams) endpoint = `${endpoint}?${queryParams}`;
39345
+ if (queryParams)
39346
+ endpoint = `${endpoint}?${queryParams}`;
39334
39347
  }
39335
39348
  const url = `/${endpoint}`;
39336
39349
  return axios.get(url).then(({ data: data2 }) => data2).catch((err) => {
@@ -39385,7 +39398,8 @@ class Bagel {
39385
39398
  const formData = new FormData();
39386
39399
  formData.append("file", file);
39387
39400
  let url = "/static_files/upload";
39388
- if (options == null ? void 0 : options.topic) url = `/static_files/upload?topic=${options.topic}`;
39401
+ if (options == null ? void 0 : options.topic)
39402
+ url = `/static_files/upload?topic=${options.topic}`;
39389
39403
  const { data: data2 } = await axios.post(url, formData, {
39390
39404
  headers: {
39391
39405
  "Content-Type": "multipart/form-data"