@bagelink/vue 0.0.1066 → 0.0.1068

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 (215) 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/Title.d.ts +42 -0
  60. package/dist/components/Title.d.ts.map +1 -0
  61. package/dist/components/TopBar.d.ts +12 -0
  62. package/dist/components/TopBar.d.ts.map +1 -0
  63. package/dist/components/charts/BarChart.vue.d.ts +2 -2
  64. package/dist/components/dashboard/Lineart.d.ts +20 -0
  65. package/dist/components/dashboard/Lineart.d.ts.map +1 -0
  66. package/dist/components/form/BglField.d.ts +25 -0
  67. package/dist/components/form/BglField.d.ts.map +1 -0
  68. package/dist/components/form/BglForm.d.ts +75 -0
  69. package/dist/components/form/BglForm.d.ts.map +1 -0
  70. package/dist/components/form/ItemRef.vue.d.ts +5 -3
  71. package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
  72. package/dist/components/form/MaterialIcon.vue.d.ts +4 -3
  73. package/dist/components/form/PlainInputField.vue.d.ts +3 -3
  74. package/dist/components/form/inputs/CheckInput.d.ts +56 -0
  75. package/dist/components/form/inputs/CheckInput.d.ts.map +1 -0
  76. package/dist/components/form/inputs/Checkbox.d.ts +16 -0
  77. package/dist/components/form/inputs/Checkbox.d.ts.map +1 -0
  78. package/dist/components/form/inputs/ColorPicker.d.ts +48 -0
  79. package/dist/components/form/inputs/ColorPicker.d.ts.map +1 -0
  80. package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
  81. package/dist/components/form/inputs/DateInput.d.ts +64 -0
  82. package/dist/components/form/inputs/DateInput.d.ts.map +1 -0
  83. package/dist/components/form/inputs/DatePicker.d.ts +33 -0
  84. package/dist/components/form/inputs/DatePicker.d.ts.map +1 -0
  85. package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
  86. package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
  87. package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
  88. package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
  89. package/dist/components/form/inputs/FileUpload.d.ts +108 -0
  90. package/dist/components/form/inputs/FileUpload.d.ts.map +1 -0
  91. package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
  92. package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
  93. package/dist/components/form/inputs/JSONInput.d.ts +53 -0
  94. package/dist/components/form/inputs/JSONInput.d.ts.map +1 -0
  95. package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
  96. package/dist/components/form/inputs/NumberInput.vue.d.ts.map +1 -1
  97. package/dist/components/form/inputs/Password.vue.d.ts +3 -3
  98. package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
  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 +105 -112
  153. package/dist/index.mjs +105 -112
  154. package/dist/style.css +25 -27
  155. package/dist/styles.css +14073 -0
  156. package/dist/utils/objects.d.ts +1 -0
  157. package/dist/vue.css +14073 -0
  158. package/package.json +1 -1
  159. package/src/components/form/BglField.vue +4 -4
  160. package/src/components/form/inputs/NumberInput.vue +6 -2
  161. package/src/components/form/inputs/PasswordInput.vue +11 -17
  162. package/src/components/form/inputs/RichText/index.vue +1 -1
  163. package/src/styles/layout.css +1 -1
  164. package/dist/common-C_IH8b5S.cjs +0 -12580
  165. package/dist/common-DoeNgx31.js +0 -12579
  166. package/dist/components/AddressSaerch.vue.d.ts +0 -7
  167. package/dist/components/AddressSaerch.vue.d.ts.map +0 -1
  168. package/dist/components/Popover.vue.d.ts +0 -10
  169. package/dist/components/Popover.vue.d.ts.map +0 -1
  170. package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts +0 -14
  171. package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts.map +0 -1
  172. package/dist/components/form/inputs/RichText/formatting.d.ts +0 -11
  173. package/dist/components/form/inputs/RichText/formatting.d.ts.map +0 -1
  174. package/dist/components/form/inputs/RichText/richtext-types.d.ts +0 -3
  175. package/dist/components/form/inputs/RichText/richtext-types.d.ts.map +0 -1
  176. package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts +0 -86
  177. package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts.map +0 -1
  178. package/dist/components/sortable/Animation.d.ts +0 -43
  179. package/dist/components/sortable/Animation.d.ts.map +0 -1
  180. package/dist/components/sortable/BrowserInfo.d.ts +0 -7
  181. package/dist/components/sortable/BrowserInfo.d.ts.map +0 -1
  182. package/dist/components/sortable/EventDispatcher.d.ts +0 -13
  183. package/dist/components/sortable/EventDispatcher.d.ts.map +0 -1
  184. package/dist/components/sortable/PluginManager.d.ts +0 -27
  185. package/dist/components/sortable/PluginManager.d.ts.map +0 -1
  186. package/dist/components/sortable/Sortable.d.ts +0 -81
  187. package/dist/components/sortable/Sortable.d.ts.map +0 -1
  188. package/dist/components/sortable/index.d.ts +0 -5
  189. package/dist/components/sortable/index.d.ts.map +0 -1
  190. package/dist/components/sortable/utils.d.ts +0 -49
  191. package/dist/components/sortable/utils.d.ts.map +0 -1
  192. package/dist/composables/drag-n-drop/useDraggable.d.ts +0 -2
  193. package/dist/composables/drag-n-drop/useDraggable.d.ts.map +0 -1
  194. package/dist/editor-CUDRLdmS.js +0 -4
  195. package/dist/editor-Cu374vEW.cjs +0 -4
  196. package/dist/editor-a8DSbb6P.js +0 -4
  197. package/dist/editor-xBt_vIha.cjs +0 -4
  198. package/dist/heic2any-8wMqMfB_.js +0 -933
  199. package/dist/heic2any-BrqcNzfV.js +0 -935
  200. package/dist/heic2any-C8KwH72N.cjs +0 -934
  201. package/dist/heic2any-k9wDCKka.cjs +0 -932
  202. package/dist/index-DiG-xM9T.cjs +0 -35016
  203. package/dist/index-nGuSAiY2.js +0 -35017
  204. package/dist/plugins/drag-n-drop/draggable.d.ts +0 -4
  205. package/dist/plugins/drag-n-drop/draggable.d.ts.map +0 -1
  206. package/dist/plugins/drag-n-drop/droppable.d.ts +0 -4
  207. package/dist/plugins/drag-n-drop/droppable.d.ts.map +0 -1
  208. package/dist/plugins/drag-n-drop/index.d.ts +0 -5
  209. package/dist/plugins/drag-n-drop/index.d.ts.map +0 -1
  210. package/dist/plugins/drag-n-drop/useDraggable.d.ts +0 -8
  211. package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +0 -1
  212. package/dist/plugins/drag-n-drop/useDroppable.d.ts +0 -7
  213. package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +0 -1
  214. package/dist/types/materialIcon.d.ts +0 -2
  215. package/dist/types/materialIcon.d.ts.map +0 -1
package/dist/index.mjs CHANGED
@@ -59,8 +59,8 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
59
59
  };
60
60
  }
61
61
  });
62
- const _hoisted_1$V = ["aria-expanded", "aria-controls"];
63
- const _hoisted_2$B = { class: "accordion-label" };
62
+ const _hoisted_1$W = ["aria-expanded", "aria-controls"];
63
+ const _hoisted_2$C = { class: "accordion-label" };
64
64
  const _hoisted_3$s = ["id", "aria-hidden"];
65
65
  const _sfc_main$16 = /* @__PURE__ */ defineComponent({
66
66
  __name: "AccordionItem",
@@ -128,7 +128,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
128
128
  createVNode(unref(_sfc_main$d), { icon: computedIcon.value }, null, 8, ["icon"])
129
129
  ], 2)) : createCommentVNode("", true),
130
130
  renderSlot(_ctx.$slots, "head", {}, () => [
131
- createElementVNode("span", _hoisted_2$B, toDisplayString(_ctx.label), 1)
131
+ createElementVNode("span", _hoisted_2$C, toDisplayString(_ctx.label), 1)
132
132
  ], true),
133
133
  iconPosition.value === "end" ? (openBlock(), createElementBlock("span", {
134
134
  key: 1,
@@ -136,7 +136,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
136
136
  }, [
137
137
  createVNode(unref(_sfc_main$d), { icon: computedIcon.value }, null, 8, ["icon"])
138
138
  ], 2)) : createCommentVNode("", true)
139
- ], 8, _hoisted_1$V),
139
+ ], 8, _hoisted_1$W),
140
140
  createVNode(Transition, { name: "expand" }, {
141
141
  default: withCtx(() => [
142
142
  unref(isOpen) ? (openBlock(), createElementBlock("div", {
@@ -162,7 +162,7 @@ const _export_sfc = (sfc, props2) => {
162
162
  return target;
163
163
  };
164
164
  const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-1e73ca3e"]]);
165
- const _hoisted_1$U = { class: "relative" };
165
+ const _hoisted_1$V = { class: "relative" };
166
166
  const _sfc_main$15 = /* @__PURE__ */ defineComponent({
167
167
  __name: "AddressSearch",
168
168
  emits: ["addressSelected"],
@@ -185,7 +185,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
185
185
  (_a2 = suggestion.value) == null ? void 0 : _a2.show();
186
186
  }
187
187
  return (_ctx, _cache) => {
188
- return openBlock(), createElementBlock("div", _hoisted_1$U, [
188
+ return openBlock(), createElementBlock("div", _hoisted_1$V, [
189
189
  createVNode(unref(_sfc_main$W), {
190
190
  ref_key: "suggestion",
191
191
  ref: suggestion,
@@ -221,7 +221,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
221
221
  };
222
222
  }
223
223
  });
224
- const _hoisted_1$T = {
224
+ const _hoisted_1$U = {
225
225
  key: 1,
226
226
  class: "bgl_btn-flex"
227
227
  };
@@ -290,7 +290,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
290
290
  _ctx.loading ? (openBlock(), createBlock(unref(Loading), {
291
291
  key: 0,
292
292
  size: "15"
293
- })) : (openBlock(), createElementBlock("div", _hoisted_1$T, [
293
+ })) : (openBlock(), createElementBlock("div", _hoisted_1$U, [
294
294
  _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$d), {
295
295
  key: 0,
296
296
  icon: _ctx.icon
@@ -313,8 +313,8 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
313
313
  }
314
314
  });
315
315
  const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-c23a3626"]]);
316
- const _hoisted_1$S = ["dismissable"];
317
- const _hoisted_2$A = { class: "m-0" };
316
+ const _hoisted_1$T = ["dismissable"];
317
+ const _hoisted_2$B = { class: "m-0" };
318
318
  const _sfc_main$13 = /* @__PURE__ */ defineComponent({
319
319
  __name: "Alert",
320
320
  props: {
@@ -343,7 +343,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
343
343
  size: 2,
344
344
  color: color2[_ctx.type]
345
345
  }, null, 8, ["icon", "color"])) : createCommentVNode("", true),
346
- createElementVNode("p", _hoisted_2$A, toDisplayString(_ctx.message), 1),
346
+ createElementVNode("p", _hoisted_2$B, toDisplayString(_ctx.message), 1),
347
347
  createVNode(Btn, {
348
348
  flat: "",
349
349
  thin: "",
@@ -351,12 +351,12 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
351
351
  icon: "close",
352
352
  onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
353
353
  })
354
- ], 10, _hoisted_1$S)) : createCommentVNode("", true);
354
+ ], 10, _hoisted_1$T)) : createCommentVNode("", true);
355
355
  };
356
356
  }
357
357
  });
358
358
  const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-57141c32"]]);
359
- const _hoisted_1$R = ["src", "alt"];
359
+ const _hoisted_1$S = ["src", "alt"];
360
360
  const _sfc_main$12 = /* @__PURE__ */ defineComponent({
361
361
  __name: "Avatar",
362
362
  props: {
@@ -375,7 +375,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
375
375
  key: 0,
376
376
  src: _ctx.src,
377
377
  alt: _ctx.name
378
- }, null, 8, _hoisted_1$R)) : (openBlock(), createElementBlock("p", {
378
+ }, null, 8, _hoisted_1$S)) : (openBlock(), createElementBlock("p", {
379
379
  key: 1,
380
380
  style: normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
381
381
  }, toDisplayString((_ctx.fallback || unref(initials)(_ctx.name || "")).toUpperCase()), 5))
@@ -414,7 +414,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
414
414
  }
415
415
  });
416
416
  const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-2f3caf93"]]);
417
- const _hoisted_1$Q = { key: 1 };
417
+ const _hoisted_1$R = { key: 1 };
418
418
  const _sfc_main$10 = /* @__PURE__ */ defineComponent({
419
419
  __name: "BglComponent",
420
420
  props: {
@@ -561,7 +561,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
561
561
  id: [props2.id, child.id].filter(Boolean).join("."),
562
562
  field: child,
563
563
  "parent-path": props2.id
564
- }, null, 8, ["id", "field", "parent-path"])) : (openBlock(), createElementBlock("span", _hoisted_1$Q, toDisplayString(child), 1))
564
+ }, null, 8, ["id", "field", "parent-path"])) : (openBlock(), createElementBlock("span", _hoisted_1$R, toDisplayString(child), 1))
565
565
  ], 64);
566
566
  }), 128))
567
567
  ], 64))
@@ -571,8 +571,8 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
571
571
  };
572
572
  }
573
573
  });
574
- const _hoisted_1$P = ["src"];
575
- const _hoisted_2$z = ["autoplay", "muted", "loop", "controls", "playsinline"];
574
+ const _hoisted_1$Q = ["src"];
575
+ const _hoisted_2$A = ["autoplay", "muted", "loop", "controls", "playsinline"];
576
576
  const _hoisted_3$r = ["src", "type"];
577
577
  const _sfc_main$$ = /* @__PURE__ */ defineComponent({
578
578
  __name: "BglVideo",
@@ -651,7 +651,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
651
651
  allowfullscreen: "",
652
652
  title: "Video",
653
653
  allow: "autoplay"
654
- }, null, 12, _hoisted_1$P)) : _ctx.src ? (openBlock(), createElementBlock("video", {
654
+ }, null, 12, _hoisted_1$Q)) : _ctx.src ? (openBlock(), createElementBlock("video", {
655
655
  key: 1,
656
656
  ref_key: "video",
657
657
  ref: video,
@@ -666,13 +666,13 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
666
666
  src: _ctx.src,
667
667
  type: `video/${videoFormat.value}`
668
668
  }, null, 8, _hoisted_3$r)
669
- ], 12, _hoisted_2$z)) : createCommentVNode("", true)
669
+ ], 12, _hoisted_2$A)) : createCommentVNode("", true)
670
670
  ], 2);
671
671
  };
672
672
  }
673
673
  });
674
674
  const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-006552f6"]]);
675
- const _hoisted_1$O = {
675
+ const _hoisted_1$P = {
676
676
  key: 0,
677
677
  class: "card_label"
678
678
  };
@@ -705,7 +705,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
705
705
  }])
706
706
  }, {
707
707
  default: withCtx(() => [
708
- _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$O, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
708
+ _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$P, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
709
709
  renderSlot(_ctx.$slots, "default")
710
710
  ]),
711
711
  _: 3
@@ -715,8 +715,8 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
715
715
  };
716
716
  }
717
717
  });
718
- const _hoisted_1$N = ["dir"];
719
- const _hoisted_2$y = {
718
+ const _hoisted_1$O = ["dir"];
719
+ const _hoisted_2$z = {
720
720
  key: 0,
721
721
  class: "blocker"
722
722
  };
@@ -902,7 +902,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
902
902
  onMouseover: clearAutoplay,
903
903
  onFocusin: clearAutoplay
904
904
  }, [
905
- unref(isDragging) ? (openBlock(), createElementBlock("div", _hoisted_2$y)) : createCommentVNode("", true),
905
+ unref(isDragging) ? (openBlock(), createElementBlock("div", _hoisted_2$z)) : createCommentVNode("", true),
906
906
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
907
907
  ], 38),
908
908
  __props.dots && unref(slideCount) > 1 ? (openBlock(), createElementBlock("div", _hoisted_3$q, [
@@ -928,7 +928,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
928
928
  }, void 0, true)
929
929
  ])
930
930
  ])
931
- ], 14, _hoisted_1$N);
931
+ ], 14, _hoisted_1$O);
932
932
  };
933
933
  }
934
934
  });
@@ -6876,19 +6876,19 @@ var script = defineComponent({
6876
6876
  return { bar, canvas, direction, mouse };
6877
6877
  }
6878
6878
  });
6879
- const _hoisted_1$M = {
6879
+ const _hoisted_1$N = {
6880
6880
  key: 0,
6881
6881
  class: "layer-hover-bar"
6882
6882
  };
6883
- const _hoisted_2$x = ["x", "y", "width", "height"];
6883
+ const _hoisted_2$y = ["x", "y", "width", "height"];
6884
6884
  function render(_ctx, _cache, $props, $setup, $data, $options) {
6885
- return _ctx.mouse.hover ? (openBlock(), createElementBlock("g", _hoisted_1$M, [
6885
+ return _ctx.mouse.hover ? (openBlock(), createElementBlock("g", _hoisted_1$N, [
6886
6886
  createElementVNode("rect", mergeProps({ class: "hover-bar" }, _ctx.barStyle, {
6887
6887
  x: _ctx.bar.x,
6888
6888
  y: _ctx.bar.y,
6889
6889
  width: _ctx.bar.width > 0 ? _ctx.bar.width : 0,
6890
6890
  height: _ctx.bar.height > 0 ? _ctx.bar.height : 0
6891
- }), null, 16, _hoisted_2$x)
6891
+ }), null, 16, _hoisted_2$y)
6892
6892
  ])) : createCommentVNode("v-if", true);
6893
6893
  }
6894
6894
  script.render = render;
@@ -7034,11 +7034,11 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
7034
7034
  };
7035
7035
  }
7036
7036
  });
7037
- const _hoisted_1$L = {
7037
+ const _hoisted_1$M = {
7038
7038
  key: 0,
7039
7039
  class: "data"
7040
7040
  };
7041
- const _hoisted_2$w = {
7041
+ const _hoisted_2$x = {
7042
7042
  key: 0,
7043
7043
  class: "data-row m_py-05"
7044
7044
  };
@@ -7091,7 +7091,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
7091
7091
  const computedSchema = computed(() => getFallbackSchema([itemData.value], props2.showFields));
7092
7092
  return (_ctx, _cache) => {
7093
7093
  var _a2;
7094
- return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$L, [
7094
+ return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$M, [
7095
7095
  _ctx.title ? (openBlock(), createBlock(unref(_sfc_main$4), {
7096
7096
  key: 0,
7097
7097
  label: _ctx.title
@@ -7100,7 +7100,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
7100
7100
  return openBlock(), createElementBlock(Fragment, {
7101
7101
  key: field.id
7102
7102
  }, [
7103
- unref(iffer)(field, itemData.value) ? (openBlock(), createElementBlock("div", _hoisted_2$w, [
7103
+ unref(iffer)(field, itemData.value) ? (openBlock(), createElementBlock("div", _hoisted_2$x, [
7104
7104
  createElementVNode("div", _hoisted_3$o, [
7105
7105
  createElementVNode("p", _hoisted_4$g, toDisplayString((field == null ? void 0 : field.label) || unref(keyToLabel)(field.id)), 1)
7106
7106
  ]),
@@ -9747,8 +9747,8 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
9747
9747
  };
9748
9748
  }
9749
9749
  });
9750
- const _hoisted_1$K = { class: "px-1 pt-025 pb-1" };
9751
- const _hoisted_2$v = { class: "ms-1" };
9750
+ const _hoisted_1$L = { class: "px-1 pt-025 pb-1" };
9751
+ const _hoisted_2$w = { class: "ms-1" };
9752
9752
  const _sfc_main$V = /* @__PURE__ */ defineComponent({
9753
9753
  __name: "FieldSetVue",
9754
9754
  props: {
@@ -9757,8 +9757,8 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
9757
9757
  },
9758
9758
  setup(__props) {
9759
9759
  return (_ctx, _cache) => {
9760
- return openBlock(), createElementBlock("fieldset", _hoisted_1$K, [
9761
- createElementVNode("legend", _hoisted_2$v, toDisplayString(_ctx.legend || _ctx.label), 1),
9760
+ return openBlock(), createElementBlock("fieldset", _hoisted_1$L, [
9761
+ createElementVNode("legend", _hoisted_2$w, toDisplayString(_ctx.legend || _ctx.label), 1),
9762
9762
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
9763
9763
  ]);
9764
9764
  };
@@ -9809,7 +9809,7 @@ function useTabs(group) {
9809
9809
  });
9810
9810
  return { currentTab };
9811
9811
  }
9812
- const _hoisted_1$J = ["onClick"];
9812
+ const _hoisted_1$K = ["onClick"];
9813
9813
  const _sfc_main$T = /* @__PURE__ */ defineComponent({
9814
9814
  __name: "TabsNav",
9815
9815
  props: {
@@ -9892,7 +9892,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
9892
9892
  icon: tab.icon
9893
9893
  }, null, 8, ["icon"])) : createCommentVNode("", true),
9894
9894
  createTextVNode(" " + toDisplayString(tabLabel(tab)), 1)
9895
- ], 10, _hoisted_1$J);
9895
+ ], 10, _hoisted_1$K);
9896
9896
  }), 128))
9897
9897
  ], true)
9898
9898
  ], 2);
@@ -9961,7 +9961,7 @@ function useBagelFormState() {
9961
9961
  if (!state2) throw new Error("BagelFormState must be provided");
9962
9962
  return state2;
9963
9963
  }
9964
- const _hoisted_1$I = { key: 1 };
9964
+ const _hoisted_1$J = { key: 1 };
9965
9965
  const _sfc_main$S = /* @__PURE__ */ defineComponent({
9966
9966
  __name: "BglField",
9967
9967
  props: {
@@ -10021,12 +10021,6 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
10021
10021
  if (typeof props2.field.vIf === "function") return props2.field.vIf(fieldData.value, formState.data.value);
10022
10022
  return true;
10023
10023
  });
10024
- computed(
10025
- () => {
10026
- var _a2, _b;
10027
- return ((_b = (_a2 = props2.field).transform) == null ? void 0 : _b.call(_a2, fieldData.value, formState.data.value)) ?? fieldData.value;
10028
- }
10029
- );
10030
10024
  const computedOptions = computed(
10031
10025
  () => bindAttrs({ options: props2.field.options }, fieldData.value, formState.data.value).options
10032
10026
  );
@@ -10063,7 +10057,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
10063
10057
  fieldID: [props2.fieldID, child.id].filter(Boolean).join("."),
10064
10058
  field: child,
10065
10059
  "parent-path": props2.fieldID
10066
- }, null, 8, ["fieldID", "field", "parent-path"])) : (openBlock(), createElementBlock("span", _hoisted_1$I, toDisplayString(child), 1))
10060
+ }, null, 8, ["fieldID", "field", "parent-path"])) : (openBlock(), createElementBlock("span", _hoisted_1$J, toDisplayString(child), 1))
10067
10061
  ], 64);
10068
10062
  }), 128))
10069
10063
  ]),
@@ -10214,7 +10208,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
10214
10208
  };
10215
10209
  }
10216
10210
  });
10217
- const _hoisted_1$H = { key: 0 };
10211
+ const _hoisted_1$I = { key: 0 };
10218
10212
  const _sfc_main$Q = /* @__PURE__ */ defineComponent({
10219
10213
  __name: "BglMultiStepForm",
10220
10214
  props: /* @__PURE__ */ mergeModels({
@@ -10282,7 +10276,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
10282
10276
  mode: "out-in"
10283
10277
  }, {
10284
10278
  default: withCtx(() => [
10285
- !unref(isStepping) ? (openBlock(), createElementBlock("div", _hoisted_1$H, [
10279
+ !unref(isStepping) ? (openBlock(), createElementBlock("div", _hoisted_1$I, [
10286
10280
  createVNode(unref(_sfc_main$R), mergeProps({
10287
10281
  ref_key: "formRef",
10288
10282
  ref: formRef,
@@ -10322,8 +10316,8 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
10322
10316
  };
10323
10317
  }
10324
10318
  });
10325
- const _hoisted_1$G = { class: "label mb-05" };
10326
- const _hoisted_2$u = {
10319
+ const _hoisted_1$H = { class: "label mb-05" };
10320
+ const _hoisted_2$v = {
10327
10321
  key: 0,
10328
10322
  class: "-ms-05 ps-05 border-start"
10329
10323
  };
@@ -10384,8 +10378,8 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
10384
10378
  return openBlock(), createElementBlock("div", {
10385
10379
  class: normalizeClass(props2.class)
10386
10380
  }, [
10387
- createElementVNode("p", _hoisted_1$G, toDisplayString(_ctx.label), 1),
10388
- _ctx.schema ? (openBlock(), createElementBlock("div", _hoisted_2$u, [
10381
+ createElementVNode("p", _hoisted_1$H, toDisplayString(_ctx.label), 1),
10382
+ _ctx.schema ? (openBlock(), createElementBlock("div", _hoisted_2$v, [
10389
10383
  (openBlock(true), createElementBlock(Fragment, null, renderList(data2.value, (_2, i2) => {
10390
10384
  return openBlock(), createElementBlock("div", {
10391
10385
  key: i2,
@@ -10434,7 +10428,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
10434
10428
  };
10435
10429
  }
10436
10430
  });
10437
- const _hoisted_1$F = { class: "primary-checkbox" };
10431
+ const _hoisted_1$G = { class: "primary-checkbox" };
10438
10432
  const _sfc_main$O = /* @__PURE__ */ defineComponent({
10439
10433
  __name: "Checkbox",
10440
10434
  props: {
@@ -10445,7 +10439,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
10445
10439
  setup(__props) {
10446
10440
  const val = useModel(__props, "modelValue");
10447
10441
  return (_ctx, _cache) => {
10448
- return openBlock(), createElementBlock("label", _hoisted_1$F, [
10442
+ return openBlock(), createElementBlock("label", _hoisted_1$G, [
10449
10443
  renderSlot(_ctx.$slots, "label", {}, void 0, true),
10450
10444
  withDirectives(createElementVNode("input", {
10451
10445
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
@@ -10458,8 +10452,8 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
10458
10452
  }
10459
10453
  });
10460
10454
  const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-73f1d9ad"]]);
10461
- const _hoisted_1$E = ["title"];
10462
- const _hoisted_2$t = ["id", "value", "required"];
10455
+ const _hoisted_1$F = ["title"];
10456
+ const _hoisted_2$u = ["id", "value", "required"];
10463
10457
  const _hoisted_3$n = ["for"];
10464
10458
  const _sfc_main$N = /* @__PURE__ */ defineComponent({
10465
10459
  __name: "CheckInput",
@@ -10495,7 +10489,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
10495
10489
  required: _ctx.required,
10496
10490
  type: "checkbox",
10497
10491
  class: "me-05"
10498
- }, null, 8, _hoisted_2$t), [
10492
+ }, null, 8, _hoisted_2$u), [
10499
10493
  [vModelCheckbox, checked.value]
10500
10494
  ]),
10501
10495
  createElementVNode("label", { for: inputId.value }, [
@@ -10503,16 +10497,16 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
10503
10497
  createTextVNode(toDisplayString(_ctx.label), 1)
10504
10498
  ], true)
10505
10499
  ], 8, _hoisted_3$n)
10506
- ], 10, _hoisted_1$E);
10500
+ ], 10, _hoisted_1$F);
10507
10501
  };
10508
10502
  }
10509
10503
  });
10510
10504
  const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-03ed2982"]]);
10511
- const _hoisted_1$D = {
10505
+ const _hoisted_1$E = {
10512
10506
  key: 0,
10513
10507
  class: "code-editor-wrap grid rounded p-1 overflow hm-300px"
10514
10508
  };
10515
- const _hoisted_2$s = { class: "overflow-hidden absolute inset-0 p-0 m-0 h-100 codeText" };
10509
+ const _hoisted_2$t = { class: "overflow-hidden absolute inset-0 p-0 m-0 h-100 codeText" };
10516
10510
  const _hoisted_3$m = ["innerHTML"];
10517
10511
  const _hoisted_4$f = ["onKeydown"];
10518
10512
  const _sfc_main$M = /* @__PURE__ */ defineComponent({
@@ -10595,12 +10589,12 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
10595
10589
  }
10596
10590
  }, { immediate: true });
10597
10591
  return (_ctx, _cache) => {
10598
- return unref(loaded) ? (openBlock(), createElementBlock("div", _hoisted_1$D, [
10592
+ return unref(loaded) ? (openBlock(), createElementBlock("div", _hoisted_1$E, [
10599
10593
  createElementVNode("div", {
10600
10594
  class: "relative block h-100",
10601
10595
  style: normalizeStyle({ height: unref(height) })
10602
10596
  }, [
10603
- createElementVNode("pre", _hoisted_2$s, [
10597
+ createElementVNode("pre", _hoisted_2$t, [
10604
10598
  _cache[2] || (_cache[2] = createTextVNode(" ")),
10605
10599
  createElementVNode("code", {
10606
10600
  class: normalizeClass(className.value),
@@ -10629,8 +10623,8 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
10629
10623
  }
10630
10624
  });
10631
10625
  const CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-4f1dc18a"]]);
10632
- const _hoisted_1$C = ["title"];
10633
- const _hoisted_2$r = ["id", "placeholder", "required"];
10626
+ const _hoisted_1$D = ["title"];
10627
+ const _hoisted_2$s = ["id", "placeholder", "required"];
10634
10628
  const _sfc_main$L = /* @__PURE__ */ defineComponent({
10635
10629
  __name: "ColorPicker",
10636
10630
  props: {
@@ -10669,11 +10663,11 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
10669
10663
  placeholder: _ctx.placeholder || _ctx.label,
10670
10664
  class: { "no-edit": !_ctx.editMode },
10671
10665
  required: _ctx.required
10672
- }, _ctx.nativeInputAttrs), null, 16, _hoisted_2$r), [
10666
+ }, _ctx.nativeInputAttrs), null, 16, _hoisted_2$s), [
10673
10667
  [vModelText, inputVal.value]
10674
10668
  ])
10675
10669
  ])
10676
- ], 10, _hoisted_1$C)) : createCommentVNode("", true);
10670
+ ], 10, _hoisted_1$D)) : createCommentVNode("", true);
10677
10671
  };
10678
10672
  }
10679
10673
  });
@@ -19231,8 +19225,8 @@ const eo = ({
19231
19225
  Object.entries(go).forEach(([e, t]) => {
19232
19226
  e !== "default" && (Hn[e] = t);
19233
19227
  });
19234
- const _hoisted_1$B = ["title"];
19235
- const _hoisted_2$q = { key: 0 };
19228
+ const _hoisted_1$C = ["title"];
19229
+ const _hoisted_2$r = { key: 0 };
19236
19230
  const _sfc_main$K = /* @__PURE__ */ defineComponent({
19237
19231
  __name: "DateInput",
19238
19232
  props: {
@@ -19275,7 +19269,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
19275
19269
  class: normalizeClass(["bagel-input", { small: _ctx.small }]),
19276
19270
  title: _ctx.label
19277
19271
  }, [
19278
- _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$q, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
19272
+ _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$r, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
19279
19273
  createVNode(unref(Hn), mergeProps({
19280
19274
  ref_key: "datePicker",
19281
19275
  ref: datePicker,
@@ -19291,12 +19285,12 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
19291
19285
  "minutes-grid-increment": _ctx.minutesGridIncrement,
19292
19286
  "start-time": { hours: 8, minutes: 0 }
19293
19287
  }), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
19294
- ], 10, _hoisted_1$B);
19288
+ ], 10, _hoisted_1$C);
19295
19289
  };
19296
19290
  }
19297
19291
  });
19298
- const _hoisted_1$A = { class: "datetime-wrap" };
19299
- const _hoisted_2$p = { class: "date-wrap" };
19292
+ const _hoisted_1$B = { class: "datetime-wrap" };
19293
+ const _hoisted_2$q = { class: "date-wrap" };
19300
19294
  const _hoisted_3$l = {
19301
19295
  key: 0,
19302
19296
  class: "time-wrap"
@@ -19331,8 +19325,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
19331
19325
  return `${hour}:${minute}`;
19332
19326
  });
19333
19327
  return (_ctx, _cache) => {
19334
- return openBlock(), createElementBlock("div", _hoisted_1$A, [
19335
- createElementVNode("div", _hoisted_2$p, [
19328
+ return openBlock(), createElementBlock("div", _hoisted_1$B, [
19329
+ createElementVNode("div", _hoisted_2$q, [
19336
19330
  createVNode(unref(Hn), mergeProps({
19337
19331
  modelValue: selectedDate.value,
19338
19332
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedDate.value = $event),
@@ -19372,8 +19366,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
19372
19366
  };
19373
19367
  }
19374
19368
  });
19375
- const _hoisted_1$z = { key: 0 };
19376
- const _hoisted_2$o = ["src", "alt", "width", "height"];
19369
+ const _hoisted_1$A = { key: 0 };
19370
+ const _hoisted_2$p = ["src", "alt", "width", "height"];
19377
19371
  const _hoisted_3$k = ["src", "alt", "width", "height"];
19378
19372
  const _sfc_main$I = /* @__PURE__ */ defineComponent({
19379
19373
  __name: "Image",
@@ -19436,7 +19430,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
19436
19430
  }
19437
19431
  watch(() => [__props.src, __props.pathKey], loadImage, { immediate: true });
19438
19432
  return (_ctx, _cache) => {
19439
- return _ctx.caption ? (openBlock(), createElementBlock("figcaption", _hoisted_1$z, [
19433
+ return _ctx.caption ? (openBlock(), createElementBlock("figcaption", _hoisted_1$A, [
19440
19434
  unref(imageSrc) ? (openBlock(), createElementBlock("img", mergeProps({
19441
19435
  key: 0,
19442
19436
  src: unref(imageSrc)
@@ -19444,7 +19438,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
19444
19438
  alt: _ctx.alt,
19445
19439
  width: unref(normalizeDimension)(_ctx.width),
19446
19440
  height: unref(normalizeDimension)(_ctx.height)
19447
- }), null, 16, _hoisted_2$o)) : (openBlock(), createBlock(unref(Skeleton), {
19441
+ }), null, 16, _hoisted_2$p)) : (openBlock(), createBlock(unref(Skeleton), {
19448
19442
  key: 1,
19449
19443
  class: "img-web-kit",
19450
19444
  width: unref(normalizeDimension)(_ctx.width),
@@ -19467,8 +19461,8 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
19467
19461
  }
19468
19462
  });
19469
19463
  const Image$1 = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-3aff6eb2"]]);
19470
- const _hoisted_1$y = { class: "bagel-input" };
19471
- const _hoisted_2$n = {
19464
+ const _hoisted_1$z = { class: "bagel-input" };
19465
+ const _hoisted_2$o = {
19472
19466
  key: 0,
19473
19467
  placeholder: "required",
19474
19468
  type: "text",
@@ -19679,9 +19673,9 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
19679
19673
  return (_ctx, _cache) => {
19680
19674
  const _directive_tooltip = resolveDirective("tooltip");
19681
19675
  const _directive_lightbox = resolveDirective("lightbox");
19682
- return openBlock(), createElementBlock("div", _hoisted_1$y, [
19676
+ return openBlock(), createElementBlock("div", _hoisted_1$z, [
19683
19677
  createElementVNode("label", null, toDisplayString(_ctx.label), 1),
19684
- _ctx.required && !storageFiles.value.length ? (openBlock(), createElementBlock("input", _hoisted_2$n)) : createCommentVNode("", true),
19678
+ _ctx.required && !storageFiles.value.length ? (openBlock(), createElementBlock("input", _hoisted_2$o)) : createCommentVNode("", true),
19685
19679
  _ctx.theme === "basic" ? (openBlock(), createBlock(unref(_sfc_main$_), {
19686
19680
  key: 1,
19687
19681
  outline: "",
@@ -19928,8 +19922,8 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
19928
19922
  }
19929
19923
  });
19930
19924
  const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-6bfdaea2"]]);
19931
- const _hoisted_1$x = ["title"];
19932
- const _hoisted_2$m = { key: 0 };
19925
+ const _hoisted_1$y = ["title"];
19926
+ const _hoisted_2$n = { key: 0 };
19933
19927
  const _hoisted_3$i = ["value", "placeholder"];
19934
19928
  const _sfc_main$G = /* @__PURE__ */ defineComponent({
19935
19929
  __name: "JSONInput",
@@ -19954,7 +19948,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
19954
19948
  class: normalizeClass(["bagel-input", { small: _ctx.small }]),
19955
19949
  title: _ctx.description
19956
19950
  }, [
19957
- _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$m, [
19951
+ _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$n, [
19958
19952
  createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
19959
19953
  ])) : createCommentVNode("", true),
19960
19954
  createElementVNode("textarea", {
@@ -19963,13 +19957,13 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
19963
19957
  placeholder: _ctx.placeholder,
19964
19958
  onInput: handleInput
19965
19959
  }, null, 42, _hoisted_3$i)
19966
- ], 10, _hoisted_1$x);
19960
+ ], 10, _hoisted_1$y);
19967
19961
  };
19968
19962
  }
19969
19963
  });
19970
19964
  const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-1cbaeab2"]]);
19971
- const _hoisted_1$w = ["for"];
19972
- const _hoisted_2$l = ["id", "placeholder", "disabled", "required", "readonly", "onKeydown"];
19965
+ const _hoisted_1$x = ["for"];
19966
+ const _hoisted_2$m = ["id", "placeholder", "disabled", "required", "readonly", "onKeydown"];
19973
19967
  const _hoisted_3$h = { key: 1 };
19974
19968
  const _hoisted_4$c = {
19975
19969
  key: 5,
@@ -20071,7 +20065,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
20071
20065
  withKeys(withModifiers(increment, ["prevent"]), ["up"]),
20072
20066
  withKeys(withModifiers(decrement, ["prevent"]), ["down"])
20073
20067
  ]
20074
- }, null, 42, _hoisted_2$l), [
20068
+ }, null, 42, _hoisted_2$m), [
20075
20069
  [
20076
20070
  vModelText,
20077
20071
  unref(formattedValue),
@@ -20107,7 +20101,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
20107
20101
  icon: "add",
20108
20102
  flat: "",
20109
20103
  thin: "",
20110
- class: "bgl-ctrl-num-btn ctrl-add color-gray",
20104
+ class: "bgl-ctrl-num-btn ctrl-add color-gray top-bgl-ctrl-num-btn",
20111
20105
  onClick: increment
20112
20106
  }),
20113
20107
  createVNode(unref(Btn), {
@@ -20119,13 +20113,13 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
20119
20113
  })
20120
20114
  ])) : createCommentVNode("", true)
20121
20115
  ], 2)
20122
- ], 8, _hoisted_1$w)
20116
+ ], 8, _hoisted_1$x)
20123
20117
  ], 2);
20124
20118
  };
20125
20119
  }
20126
20120
  });
20127
- const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-abb5baff"]]);
20128
- const _hoisted_1$v = ["value", "autofocus", "onKeydown", "onPaste"];
20121
+ const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-09ec7e39"]]);
20122
+ const _hoisted_1$w = ["value", "autofocus", "onKeydown", "onPaste"];
20129
20123
  const _sfc_main$E = /* @__PURE__ */ defineComponent({
20130
20124
  __name: "OTP",
20131
20125
  props: {
@@ -20224,13 +20218,15 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
20224
20218
  oninput: "this.value = this.value.slice(0, 1);",
20225
20219
  onKeydown: ($event) => handleKeyDown($event, ind),
20226
20220
  onPaste: ($event) => handlePaste($event, ind)
20227
- }, null, 40, _hoisted_1$v);
20221
+ }, null, 40, _hoisted_1$w);
20228
20222
  }), 128))
20229
20223
  ], 512);
20230
20224
  };
20231
20225
  }
20232
20226
  });
20233
20227
  const OTP = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-5c22c199"]]);
20228
+ const _hoisted_1$v = { class: "relative" };
20229
+ const _hoisted_2$l = { class: "m-password position-bottom-end flex column justify-content-center" };
20234
20230
  const _sfc_main$D = /* @__PURE__ */ defineComponent({
20235
20231
  __name: "PasswordInput",
20236
20232
  props: /* @__PURE__ */ mergeModels({
@@ -20265,7 +20261,6 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
20265
20261
  emits: ["update:modelValue", "update:showPwd"],
20266
20262
  setup(__props) {
20267
20263
  const props2 = __props;
20268
- const hasLabel = computed(() => props2.label && props2.label.trim() !== "");
20269
20264
  const password = useModel(__props, "modelValue");
20270
20265
  const showPwd = useModel(__props, "showPwd");
20271
20266
  const toggleShowPwdIcon = computed(
@@ -20273,9 +20268,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
20273
20268
  );
20274
20269
  const inputType = computed(() => showPwd.value ? "text" : "password");
20275
20270
  return (_ctx, _cache) => {
20276
- return openBlock(), createElementBlock("div", {
20277
- class: normalizeClass(["relative", { "has-label": hasLabel.value }])
20278
- }, [
20271
+ return openBlock(), createElementBlock("div", _hoisted_1$v, [
20279
20272
  createVNode(unref(TextInput), mergeProps({
20280
20273
  modelValue: password.value,
20281
20274
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => password.value = $event)
@@ -20283,14 +20276,16 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
20283
20276
  type: inputType.value,
20284
20277
  class: "mb-0"
20285
20278
  }), null, 16, ["modelValue", "type"]),
20286
- createVNode(unref(Btn), {
20287
- flat: "",
20288
- thin: "",
20289
- class: "mx-05 m-password position-bottom-end",
20290
- icon: toggleShowPwdIcon.value,
20291
- onClick: _cache[1] || (_cache[1] = ($event) => showPwd.value = !showPwd.value)
20292
- }, null, 8, ["icon"])
20293
- ], 2);
20279
+ createElementVNode("div", _hoisted_2$l, [
20280
+ createVNode(unref(Btn), {
20281
+ flat: "",
20282
+ thin: "",
20283
+ class: "mx-05",
20284
+ icon: toggleShowPwdIcon.value,
20285
+ onClick: _cache[1] || (_cache[1] = ($event) => showPwd.value = !showPwd.value)
20286
+ }, null, 8, ["icon"])
20287
+ ])
20288
+ ]);
20294
20289
  };
20295
20290
  }
20296
20291
  });
@@ -21897,7 +21892,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
21897
21892
  };
21898
21893
  }
21899
21894
  });
21900
- const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-70080819"]]);
21895
+ const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-2e74943d"]]);
21901
21896
  const _hoisted_1$o = { class: "flex gap-05" };
21902
21897
  const _hoisted_2$f = ["disabled"];
21903
21898
  const _hoisted_3$c = { key: 1 };
@@ -33654,14 +33649,12 @@ class BagelAuth {
33654
33649
  }
33655
33650
  }
33656
33651
  class Bagel {
33657
- constructor({ host, fileBaseUrl, onError }) {
33652
+ constructor({ host, onError }) {
33658
33653
  __publicField(this, "host");
33659
- __publicField(this, "fileBaseUrl");
33660
33654
  __publicField(this, "onError");
33661
33655
  __publicField(this, "read_table");
33662
33656
  __publicField(this, "auth", new BagelAuth(this));
33663
33657
  this.host = host == null ? void 0 : host.replace(/\/$/, "");
33664
- this.fileBaseUrl = fileBaseUrl == null ? void 0 : fileBaseUrl.replace(/\/$/, "");
33665
33658
  if (!this.host) {
33666
33659
  return this;
33667
33660
  }