@bagelink/vue 0.0.1064 → 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.
- package/dist/components/Accordion.d.ts +12 -0
- package/dist/components/Accordion.d.ts.map +1 -0
- package/dist/components/AccordionItem.d.ts +34 -0
- package/dist/components/AccordionItem.d.ts.map +1 -0
- package/dist/components/Alert.d.ts +34 -0
- package/dist/components/Alert.d.ts.map +1 -0
- package/dist/components/Avatar.d.ts +36 -0
- package/dist/components/Avatar.d.ts.map +1 -0
- package/dist/components/Badge.d.ts +22 -0
- package/dist/components/Badge.d.ts.map +1 -0
- package/dist/components/BglVideo.d.ts +20 -0
- package/dist/components/BglVideo.d.ts.map +1 -0
- package/dist/components/Btn.d.ts +99 -0
- package/dist/components/Btn.d.ts.map +1 -0
- package/dist/components/Card.d.ts +39 -0
- package/dist/components/Card.d.ts.map +1 -0
- package/dist/components/Carousel.d.ts +74 -0
- package/dist/components/Carousel.d.ts.map +1 -0
- package/dist/components/ComboBox.vue.d.ts +3 -3
- package/dist/components/Comments.vue.d.ts +2 -2
- package/dist/components/ContactSubmissions.vue.d.ts +2 -2
- package/dist/components/DataPreview.d.ts +42 -0
- package/dist/components/DataPreview.d.ts.map +1 -0
- package/dist/components/Drop.vue.d.ts +34 -0
- package/dist/components/Drop.vue.d.ts.map +1 -0
- package/dist/components/FileUploader.vue.d.ts +60 -0
- package/dist/components/FileUploader.vue.d.ts.map +1 -0
- package/dist/components/Flag.d.ts +20 -0
- package/dist/components/Flag.d.ts.map +1 -0
- package/dist/components/FormSchema.vue.d.ts +5 -4
- package/dist/components/Image.vue.d.ts.map +1 -1
- package/dist/components/LangText.vue.d.ts +2 -2
- package/dist/components/ListItem.d.ts +34 -0
- package/dist/components/ListItem.d.ts.map +1 -0
- package/dist/components/ListView.d.ts +13 -0
- package/dist/components/ListView.d.ts.map +1 -0
- package/dist/components/MapEmbed.d.ts +3 -0
- package/dist/components/MapEmbed.d.ts.map +1 -0
- package/dist/components/MaterialIcon.d.ts +26 -0
- package/dist/components/MaterialIcon.d.ts.map +1 -0
- package/dist/components/Modal.d.ts +46 -0
- package/dist/components/Modal.d.ts.map +1 -0
- package/dist/components/ModalBglForm.vue.d.ts +21 -20
- package/dist/components/ModalConfirm.d.ts +24 -0
- package/dist/components/ModalConfirm.d.ts.map +1 -0
- package/dist/components/ModalForm.d.ts +78 -0
- package/dist/components/ModalForm.d.ts.map +1 -0
- package/dist/components/NavBar.d.ts +64 -0
- package/dist/components/NavBar.d.ts.map +1 -0
- package/dist/components/PageTitle.d.ts +24 -0
- package/dist/components/PageTitle.d.ts.map +1 -0
- package/dist/components/PersonPreview.vue.d.ts +5 -4
- package/dist/components/PersonPreviewFormkit.vue.d.ts +4 -3
- package/dist/components/RTXEditor.vue.d.ts +3 -3
- package/dist/components/RouterWrapper.d.ts +3 -0
- package/dist/components/RouterWrapper.d.ts.map +1 -0
- package/dist/components/TabbedLayout.vue.d.ts +5 -4
- package/dist/components/TableSchema.d.ts +35 -0
- package/dist/components/TableSchema.d.ts.map +1 -0
- package/dist/components/Title.d.ts +42 -0
- package/dist/components/Title.d.ts.map +1 -0
- package/dist/components/TopBar.d.ts +12 -0
- package/dist/components/TopBar.d.ts.map +1 -0
- package/dist/components/charts/BarChart.vue.d.ts +2 -2
- package/dist/components/dashboard/Lineart.d.ts +20 -0
- package/dist/components/dashboard/Lineart.d.ts.map +1 -0
- package/dist/components/form/BglField.d.ts +25 -0
- package/dist/components/form/BglField.d.ts.map +1 -0
- package/dist/components/form/BglForm.d.ts +75 -0
- package/dist/components/form/BglForm.d.ts.map +1 -0
- package/dist/components/form/ItemRef.vue.d.ts +5 -3
- package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
- package/dist/components/form/MaterialIcon.vue.d.ts +4 -3
- package/dist/components/form/PlainInputField.vue.d.ts +3 -3
- package/dist/components/form/inputs/CheckInput.d.ts +56 -0
- package/dist/components/form/inputs/CheckInput.d.ts.map +1 -0
- package/dist/components/form/inputs/Checkbox.d.ts +16 -0
- package/dist/components/form/inputs/Checkbox.d.ts.map +1 -0
- package/dist/components/form/inputs/ColorPicker.d.ts +48 -0
- package/dist/components/form/inputs/ColorPicker.d.ts.map +1 -0
- package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DateInput.d.ts +64 -0
- package/dist/components/form/inputs/DateInput.d.ts.map +1 -0
- package/dist/components/form/inputs/DatePicker.d.ts +33 -0
- package/dist/components/form/inputs/DatePicker.d.ts.map +1 -0
- package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/FileUpload.d.ts +108 -0
- package/dist/components/form/inputs/FileUpload.d.ts.map +1 -0
- package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/JSONInput.d.ts +53 -0
- package/dist/components/form/inputs/JSONInput.d.ts.map +1 -0
- package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/NumberInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/Password.vue.d.ts +3 -3
- package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
- package/dist/components/form/inputs/RadioGroup.d.ts +42 -0
- package/dist/components/form/inputs/RadioGroup.d.ts.map +1 -0
- package/dist/components/form/inputs/RadioPillsInput.d.ts +48 -0
- package/dist/components/form/inputs/RadioPillsInput.d.ts.map +1 -0
- package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
- package/dist/components/form/inputs/RichText.d.ts +20 -0
- package/dist/components/form/inputs/RichText.d.ts.map +1 -0
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts +22 -0
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +1 -0
- package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText2/index.d.ts +24 -0
- package/dist/components/form/inputs/RichText2/index.d.ts.map +1 -0
- package/dist/components/form/inputs/RichText2/index.vue.d.ts +1 -0
- package/dist/components/form/inputs/RichText2/index.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
- package/dist/components/form/inputs/SelectField.vue.d.ts +6 -8
- package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.d.ts +55 -0
- package/dist/components/form/inputs/SelectInput.d.ts.map +1 -0
- package/dist/components/form/inputs/SignaturePad.d.ts +72 -0
- package/dist/components/form/inputs/SignaturePad.d.ts.map +1 -0
- package/dist/components/form/inputs/TableField.d.ts +45 -0
- package/dist/components/form/inputs/TableField.d.ts.map +1 -0
- package/dist/components/form/inputs/TelInput.d.ts +241 -0
- package/dist/components/form/inputs/TelInput.d.ts.map +1 -0
- package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
- package/dist/components/form/inputs/TextInput.d.ts +90 -0
- package/dist/components/form/inputs/TextInput.d.ts.map +1 -0
- package/dist/components/form/inputs/ToggleInput.d.ts +58 -0
- package/dist/components/form/inputs/ToggleInput.d.ts.map +1 -0
- package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
- package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
- package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
- package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
- package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
- package/dist/components/formkit/Toggle.vue.d.ts +2 -2
- package/dist/components/layout/BottomMenu.d.ts +27 -0
- package/dist/components/layout/BottomMenu.d.ts.map +1 -0
- package/dist/components/layout/Layout.d.ts +58 -0
- package/dist/components/layout/Layout.d.ts.map +1 -0
- package/dist/components/layout/SidebarMenu.d.ts +38 -0
- package/dist/components/layout/SidebarMenu.d.ts.map +1 -0
- package/dist/components/layout/TabbedLayout.d.ts +42 -0
- package/dist/components/layout/TabbedLayout.d.ts.map +1 -0
- package/dist/components/layout/Tabs.d.ts +31 -0
- package/dist/components/layout/Tabs.d.ts.map +1 -0
- package/dist/components/layout/TabsBody.d.ts +23 -0
- package/dist/components/layout/TabsBody.d.ts.map +1 -0
- package/dist/components/layout/TabsNav.d.ts +35 -0
- package/dist/components/layout/TabsNav.d.ts.map +1 -0
- package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +4 -3
- package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
- package/dist/index.cjs +107 -115
- package/dist/index.mjs +107 -115
- package/dist/style.css +26 -28
- package/dist/styles.css +14073 -0
- package/dist/utils/objects.d.ts +1 -0
- package/dist/vue.css +14073 -0
- package/package.json +1 -1
- package/src/components/Image.vue +2 -3
- package/src/components/form/BglField.vue +4 -4
- package/src/components/form/inputs/NumberInput.vue +6 -2
- package/src/components/form/inputs/PasswordInput.vue +11 -17
- package/src/components/form/inputs/RichText/index.vue +1 -1
- package/src/styles/layout.css +1 -1
- package/dist/common-C_IH8b5S.cjs +0 -12580
- package/dist/common-DoeNgx31.js +0 -12579
- package/dist/components/AddressSaerch.vue.d.ts +0 -7
- package/dist/components/AddressSaerch.vue.d.ts.map +0 -1
- package/dist/components/Popover.vue.d.ts +0 -10
- package/dist/components/Popover.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts +0 -14
- package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/formatting.d.ts +0 -11
- package/dist/components/form/inputs/RichText/formatting.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/richtext-types.d.ts +0 -3
- package/dist/components/form/inputs/RichText/richtext-types.d.ts.map +0 -1
- package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts +0 -86
- package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts.map +0 -1
- package/dist/components/sortable/Animation.d.ts +0 -43
- package/dist/components/sortable/Animation.d.ts.map +0 -1
- package/dist/components/sortable/BrowserInfo.d.ts +0 -7
- package/dist/components/sortable/BrowserInfo.d.ts.map +0 -1
- package/dist/components/sortable/EventDispatcher.d.ts +0 -13
- package/dist/components/sortable/EventDispatcher.d.ts.map +0 -1
- package/dist/components/sortable/PluginManager.d.ts +0 -27
- package/dist/components/sortable/PluginManager.d.ts.map +0 -1
- package/dist/components/sortable/Sortable.d.ts +0 -81
- package/dist/components/sortable/Sortable.d.ts.map +0 -1
- package/dist/components/sortable/index.d.ts +0 -5
- package/dist/components/sortable/index.d.ts.map +0 -1
- package/dist/components/sortable/utils.d.ts +0 -49
- package/dist/components/sortable/utils.d.ts.map +0 -1
- package/dist/composables/drag-n-drop/useDraggable.d.ts +0 -2
- package/dist/composables/drag-n-drop/useDraggable.d.ts.map +0 -1
- package/dist/editor-CUDRLdmS.js +0 -4
- package/dist/editor-Cu374vEW.cjs +0 -4
- package/dist/editor-a8DSbb6P.js +0 -4
- package/dist/editor-xBt_vIha.cjs +0 -4
- package/dist/heic2any-8wMqMfB_.js +0 -933
- package/dist/heic2any-BrqcNzfV.js +0 -935
- package/dist/heic2any-C8KwH72N.cjs +0 -934
- package/dist/heic2any-k9wDCKka.cjs +0 -932
- package/dist/index-DiG-xM9T.cjs +0 -35016
- package/dist/index-nGuSAiY2.js +0 -35017
- package/dist/plugins/drag-n-drop/draggable.d.ts +0 -4
- package/dist/plugins/drag-n-drop/draggable.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/droppable.d.ts +0 -4
- package/dist/plugins/drag-n-drop/droppable.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/index.d.ts +0 -5
- package/dist/plugins/drag-n-drop/index.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/useDraggable.d.ts +0 -8
- package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/useDroppable.d.ts +0 -7
- package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +0 -1
- package/dist/types/materialIcon.d.ts +0 -2
- 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$
|
|
63
|
-
const _hoisted_2$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
317
|
-
const _hoisted_2$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
575
|
-
const _hoisted_2$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
719
|
-
const _hoisted_2$
|
|
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$
|
|
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$
|
|
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$
|
|
6879
|
+
const _hoisted_1$N = {
|
|
6880
6880
|
key: 0,
|
|
6881
6881
|
class: "layer-hover-bar"
|
|
6882
6882
|
};
|
|
6883
|
-
const _hoisted_2$
|
|
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$
|
|
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$
|
|
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$
|
|
7037
|
+
const _hoisted_1$M = {
|
|
7038
7038
|
key: 0,
|
|
7039
7039
|
class: "data"
|
|
7040
7040
|
};
|
|
7041
|
-
const _hoisted_2$
|
|
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$
|
|
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$
|
|
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$
|
|
9751
|
-
const _hoisted_2$
|
|
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$
|
|
9761
|
-
createElementVNode("legend", _hoisted_2$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
10326
|
-
const _hoisted_2$
|
|
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$
|
|
10388
|
-
_ctx.schema ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
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$
|
|
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$
|
|
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$
|
|
10462
|
-
const _hoisted_2$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
10633
|
-
const _hoisted_2$
|
|
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$
|
|
10666
|
+
}, _ctx.nativeInputAttrs), null, 16, _hoisted_2$s), [
|
|
10673
10667
|
[vModelText, inputVal.value]
|
|
10674
10668
|
])
|
|
10675
10669
|
])
|
|
10676
|
-
], 10, _hoisted_1$
|
|
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$
|
|
19235
|
-
const _hoisted_2$
|
|
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$
|
|
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$
|
|
19288
|
+
], 10, _hoisted_1$C);
|
|
19295
19289
|
};
|
|
19296
19290
|
}
|
|
19297
19291
|
});
|
|
19298
|
-
const _hoisted_1$
|
|
19299
|
-
const _hoisted_2$
|
|
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$
|
|
19335
|
-
createElementVNode("div", _hoisted_2$
|
|
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$
|
|
19376
|
-
const _hoisted_2$
|
|
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",
|
|
@@ -19387,8 +19381,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
19387
19381
|
},
|
|
19388
19382
|
setup(__props) {
|
|
19389
19383
|
let imageSrc = ref(null);
|
|
19390
|
-
const
|
|
19391
|
-
const fileBaseUrl = computed(() => (bagel.fileBaseUrl || "https://files.bagel.design").replace(/\/$/, ""));
|
|
19384
|
+
const fileBaseUrl = computed(() => "https://files.bagel.design".replace(/\/$/, ""));
|
|
19392
19385
|
const pathToUrl = () => `${fileBaseUrl.value}/${__props.pathKey}`;
|
|
19393
19386
|
async function loadImage() {
|
|
19394
19387
|
var _a2;
|
|
@@ -19437,7 +19430,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
19437
19430
|
}
|
|
19438
19431
|
watch(() => [__props.src, __props.pathKey], loadImage, { immediate: true });
|
|
19439
19432
|
return (_ctx, _cache) => {
|
|
19440
|
-
return _ctx.caption ? (openBlock(), createElementBlock("figcaption", _hoisted_1$
|
|
19433
|
+
return _ctx.caption ? (openBlock(), createElementBlock("figcaption", _hoisted_1$A, [
|
|
19441
19434
|
unref(imageSrc) ? (openBlock(), createElementBlock("img", mergeProps({
|
|
19442
19435
|
key: 0,
|
|
19443
19436
|
src: unref(imageSrc)
|
|
@@ -19445,7 +19438,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
19445
19438
|
alt: _ctx.alt,
|
|
19446
19439
|
width: unref(normalizeDimension)(_ctx.width),
|
|
19447
19440
|
height: unref(normalizeDimension)(_ctx.height)
|
|
19448
|
-
}), null, 16, _hoisted_2$
|
|
19441
|
+
}), null, 16, _hoisted_2$p)) : (openBlock(), createBlock(unref(Skeleton), {
|
|
19449
19442
|
key: 1,
|
|
19450
19443
|
class: "img-web-kit",
|
|
19451
19444
|
width: unref(normalizeDimension)(_ctx.width),
|
|
@@ -19467,9 +19460,9 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
19467
19460
|
};
|
|
19468
19461
|
}
|
|
19469
19462
|
});
|
|
19470
|
-
const Image$1 = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-
|
|
19471
|
-
const _hoisted_1$
|
|
19472
|
-
const _hoisted_2$
|
|
19463
|
+
const Image$1 = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-3aff6eb2"]]);
|
|
19464
|
+
const _hoisted_1$z = { class: "bagel-input" };
|
|
19465
|
+
const _hoisted_2$o = {
|
|
19473
19466
|
key: 0,
|
|
19474
19467
|
placeholder: "required",
|
|
19475
19468
|
type: "text",
|
|
@@ -19680,9 +19673,9 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
19680
19673
|
return (_ctx, _cache) => {
|
|
19681
19674
|
const _directive_tooltip = resolveDirective("tooltip");
|
|
19682
19675
|
const _directive_lightbox = resolveDirective("lightbox");
|
|
19683
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19676
|
+
return openBlock(), createElementBlock("div", _hoisted_1$z, [
|
|
19684
19677
|
createElementVNode("label", null, toDisplayString(_ctx.label), 1),
|
|
19685
|
-
_ctx.required && !storageFiles.value.length ? (openBlock(), createElementBlock("input", _hoisted_2$
|
|
19678
|
+
_ctx.required && !storageFiles.value.length ? (openBlock(), createElementBlock("input", _hoisted_2$o)) : createCommentVNode("", true),
|
|
19686
19679
|
_ctx.theme === "basic" ? (openBlock(), createBlock(unref(_sfc_main$_), {
|
|
19687
19680
|
key: 1,
|
|
19688
19681
|
outline: "",
|
|
@@ -19929,8 +19922,8 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
19929
19922
|
}
|
|
19930
19923
|
});
|
|
19931
19924
|
const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-6bfdaea2"]]);
|
|
19932
|
-
const _hoisted_1$
|
|
19933
|
-
const _hoisted_2$
|
|
19925
|
+
const _hoisted_1$y = ["title"];
|
|
19926
|
+
const _hoisted_2$n = { key: 0 };
|
|
19934
19927
|
const _hoisted_3$i = ["value", "placeholder"];
|
|
19935
19928
|
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
19936
19929
|
__name: "JSONInput",
|
|
@@ -19955,7 +19948,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
19955
19948
|
class: normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
19956
19949
|
title: _ctx.description
|
|
19957
19950
|
}, [
|
|
19958
|
-
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$
|
|
19951
|
+
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$n, [
|
|
19959
19952
|
createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
|
|
19960
19953
|
])) : createCommentVNode("", true),
|
|
19961
19954
|
createElementVNode("textarea", {
|
|
@@ -19964,13 +19957,13 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
19964
19957
|
placeholder: _ctx.placeholder,
|
|
19965
19958
|
onInput: handleInput
|
|
19966
19959
|
}, null, 42, _hoisted_3$i)
|
|
19967
|
-
], 10, _hoisted_1$
|
|
19960
|
+
], 10, _hoisted_1$y);
|
|
19968
19961
|
};
|
|
19969
19962
|
}
|
|
19970
19963
|
});
|
|
19971
19964
|
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
19972
|
-
const _hoisted_1$
|
|
19973
|
-
const _hoisted_2$
|
|
19965
|
+
const _hoisted_1$x = ["for"];
|
|
19966
|
+
const _hoisted_2$m = ["id", "placeholder", "disabled", "required", "readonly", "onKeydown"];
|
|
19974
19967
|
const _hoisted_3$h = { key: 1 };
|
|
19975
19968
|
const _hoisted_4$c = {
|
|
19976
19969
|
key: 5,
|
|
@@ -20072,7 +20065,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
20072
20065
|
withKeys(withModifiers(increment, ["prevent"]), ["up"]),
|
|
20073
20066
|
withKeys(withModifiers(decrement, ["prevent"]), ["down"])
|
|
20074
20067
|
]
|
|
20075
|
-
}, null, 42, _hoisted_2$
|
|
20068
|
+
}, null, 42, _hoisted_2$m), [
|
|
20076
20069
|
[
|
|
20077
20070
|
vModelText,
|
|
20078
20071
|
unref(formattedValue),
|
|
@@ -20108,7 +20101,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
20108
20101
|
icon: "add",
|
|
20109
20102
|
flat: "",
|
|
20110
20103
|
thin: "",
|
|
20111
|
-
class: "bgl-ctrl-num-btn ctrl-add color-gray",
|
|
20104
|
+
class: "bgl-ctrl-num-btn ctrl-add color-gray top-bgl-ctrl-num-btn",
|
|
20112
20105
|
onClick: increment
|
|
20113
20106
|
}),
|
|
20114
20107
|
createVNode(unref(Btn), {
|
|
@@ -20120,13 +20113,13 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
20120
20113
|
})
|
|
20121
20114
|
])) : createCommentVNode("", true)
|
|
20122
20115
|
], 2)
|
|
20123
|
-
], 8, _hoisted_1$
|
|
20116
|
+
], 8, _hoisted_1$x)
|
|
20124
20117
|
], 2);
|
|
20125
20118
|
};
|
|
20126
20119
|
}
|
|
20127
20120
|
});
|
|
20128
|
-
const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-
|
|
20129
|
-
const _hoisted_1$
|
|
20121
|
+
const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-09ec7e39"]]);
|
|
20122
|
+
const _hoisted_1$w = ["value", "autofocus", "onKeydown", "onPaste"];
|
|
20130
20123
|
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
20131
20124
|
__name: "OTP",
|
|
20132
20125
|
props: {
|
|
@@ -20225,13 +20218,15 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
20225
20218
|
oninput: "this.value = this.value.slice(0, 1);",
|
|
20226
20219
|
onKeydown: ($event) => handleKeyDown($event, ind),
|
|
20227
20220
|
onPaste: ($event) => handlePaste($event, ind)
|
|
20228
|
-
}, null, 40, _hoisted_1$
|
|
20221
|
+
}, null, 40, _hoisted_1$w);
|
|
20229
20222
|
}), 128))
|
|
20230
20223
|
], 512);
|
|
20231
20224
|
};
|
|
20232
20225
|
}
|
|
20233
20226
|
});
|
|
20234
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" };
|
|
20235
20230
|
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
20236
20231
|
__name: "PasswordInput",
|
|
20237
20232
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -20266,7 +20261,6 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
20266
20261
|
emits: ["update:modelValue", "update:showPwd"],
|
|
20267
20262
|
setup(__props) {
|
|
20268
20263
|
const props2 = __props;
|
|
20269
|
-
const hasLabel = computed(() => props2.label && props2.label.trim() !== "");
|
|
20270
20264
|
const password = useModel(__props, "modelValue");
|
|
20271
20265
|
const showPwd = useModel(__props, "showPwd");
|
|
20272
20266
|
const toggleShowPwdIcon = computed(
|
|
@@ -20274,9 +20268,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
20274
20268
|
);
|
|
20275
20269
|
const inputType = computed(() => showPwd.value ? "text" : "password");
|
|
20276
20270
|
return (_ctx, _cache) => {
|
|
20277
|
-
return openBlock(), createElementBlock("div",
|
|
20278
|
-
class: normalizeClass(["relative", { "has-label": hasLabel.value }])
|
|
20279
|
-
}, [
|
|
20271
|
+
return openBlock(), createElementBlock("div", _hoisted_1$v, [
|
|
20280
20272
|
createVNode(unref(TextInput), mergeProps({
|
|
20281
20273
|
modelValue: password.value,
|
|
20282
20274
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => password.value = $event)
|
|
@@ -20284,14 +20276,16 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
20284
20276
|
type: inputType.value,
|
|
20285
20277
|
class: "mb-0"
|
|
20286
20278
|
}), null, 16, ["modelValue", "type"]),
|
|
20287
|
-
|
|
20288
|
-
|
|
20289
|
-
|
|
20290
|
-
|
|
20291
|
-
|
|
20292
|
-
|
|
20293
|
-
|
|
20294
|
-
|
|
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
|
+
]);
|
|
20295
20289
|
};
|
|
20296
20290
|
}
|
|
20297
20291
|
});
|
|
@@ -21898,7 +21892,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
21898
21892
|
};
|
|
21899
21893
|
}
|
|
21900
21894
|
});
|
|
21901
|
-
const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-
|
|
21895
|
+
const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-2e74943d"]]);
|
|
21902
21896
|
const _hoisted_1$o = { class: "flex gap-05" };
|
|
21903
21897
|
const _hoisted_2$f = ["disabled"];
|
|
21904
21898
|
const _hoisted_3$c = { key: 1 };
|
|
@@ -33655,14 +33649,12 @@ class BagelAuth {
|
|
|
33655
33649
|
}
|
|
33656
33650
|
}
|
|
33657
33651
|
class Bagel {
|
|
33658
|
-
constructor({ host,
|
|
33652
|
+
constructor({ host, onError }) {
|
|
33659
33653
|
__publicField(this, "host");
|
|
33660
|
-
__publicField(this, "fileBaseUrl");
|
|
33661
33654
|
__publicField(this, "onError");
|
|
33662
33655
|
__publicField(this, "read_table");
|
|
33663
33656
|
__publicField(this, "auth", new BagelAuth(this));
|
|
33664
33657
|
this.host = host == null ? void 0 : host.replace(/\/$/, "");
|
|
33665
|
-
this.fileBaseUrl = fileBaseUrl == null ? void 0 : fileBaseUrl.replace(/\/$/, "");
|
|
33666
33658
|
if (!this.host) {
|
|
33667
33659
|
return this;
|
|
33668
33660
|
}
|