@bagelink/vue 0.0.646 → 0.0.652
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/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/form/ItemRef.vue.d.ts +1 -0
- package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/FileUpload.vue.d.ts +29 -0
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RadioGroup.vue.d.ts +35 -40
- package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectField.vue.d.ts +1 -4
- package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SignaturePad.vue.d.ts.map +1 -1
- package/dist/index.cjs +90 -85
- package/dist/index.mjs +90 -85
- package/dist/plugins/modal.d.ts +1 -1
- package/dist/plugins/modal.d.ts.map +1 -1
- package/dist/style.css +24 -24
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/components/form/inputs/Checkbox.vue +1 -1
- package/src/components/form/inputs/FileUpload.vue +4 -2
- package/src/components/form/inputs/FileUploadURL.vue +2 -2
- package/src/components/form/inputs/RadioGroup.vue +15 -5
- package/src/components/form/inputs/SignaturePad.vue +1 -0
- package/src/components/formkit/FileUploader.vue +2 -2
- package/src/plugins/modal.ts +1 -1
- package/src/types/index.ts +1 -1
- package/dist/components/Popover.vue.d.ts +0 -10
- package/dist/components/Popover.vue.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.cjs
CHANGED
|
@@ -5451,11 +5451,11 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
5451
5451
|
};
|
|
5452
5452
|
}
|
|
5453
5453
|
});
|
|
5454
|
-
const _hoisted_1$
|
|
5454
|
+
const _hoisted_1$K = { class: "full-nav" };
|
|
5455
5455
|
const _hoisted_2$A = { class: "nav-scroll" };
|
|
5456
5456
|
const _hoisted_3$o = { class: "nav-links-wrapper" };
|
|
5457
5457
|
const _hoisted_4$g = { class: "tooltip" };
|
|
5458
|
-
const _hoisted_5$
|
|
5458
|
+
const _hoisted_5$f = { class: "bot-buttons-wrapper" };
|
|
5459
5459
|
const _hoisted_6$9 = { class: "tooltip" };
|
|
5460
5460
|
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
5461
5461
|
__name: "NavBar",
|
|
@@ -5487,7 +5487,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
5487
5487
|
class: "top-arrow"
|
|
5488
5488
|
})
|
|
5489
5489
|
], 32),
|
|
5490
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
5490
|
+
vue.createElementVNode("div", _hoisted_1$K, [
|
|
5491
5491
|
vue.createElementVNode("div", _hoisted_2$A, [
|
|
5492
5492
|
vue.createElementVNode("div", _hoisted_3$o, [
|
|
5493
5493
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.links, (link) => {
|
|
@@ -5511,7 +5511,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
5511
5511
|
}), 128))
|
|
5512
5512
|
])
|
|
5513
5513
|
]),
|
|
5514
|
-
vue.createElementVNode("div", _hoisted_5$
|
|
5514
|
+
vue.createElementVNode("div", _hoisted_5$f, [
|
|
5515
5515
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.footerLinks, (link) => {
|
|
5516
5516
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(link.to ? "router-link" : "div"), {
|
|
5517
5517
|
key: link.label,
|
|
@@ -5546,7 +5546,7 @@ const _export_sfc = (sfc, props2) => {
|
|
|
5546
5546
|
return target;
|
|
5547
5547
|
};
|
|
5548
5548
|
const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-776cab4a"]]);
|
|
5549
|
-
const _hoisted_1$
|
|
5549
|
+
const _hoisted_1$J = {
|
|
5550
5550
|
key: 0,
|
|
5551
5551
|
class: "loading"
|
|
5552
5552
|
};
|
|
@@ -5648,7 +5648,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
5648
5648
|
onClick: vue.withModifiers(_ctx.onClick, ["stop"])
|
|
5649
5649
|
}, {
|
|
5650
5650
|
default: vue.withCtx(() => [
|
|
5651
|
-
_ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
5651
|
+
_ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$J)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$z, [
|
|
5652
5652
|
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
5653
5653
|
key: 0,
|
|
5654
5654
|
icon: _ctx.icon
|
|
@@ -5669,7 +5669,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
5669
5669
|
}
|
|
5670
5670
|
});
|
|
5671
5671
|
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-26f1062f"]]);
|
|
5672
|
-
const _hoisted_1$
|
|
5672
|
+
const _hoisted_1$I = {
|
|
5673
5673
|
key: 0,
|
|
5674
5674
|
class: "tool-bar"
|
|
5675
5675
|
};
|
|
@@ -5746,7 +5746,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
5746
5746
|
default: vue.withCtx(() => {
|
|
5747
5747
|
var _a2;
|
|
5748
5748
|
return [
|
|
5749
|
-
vue.unref(slots).toolbar || _ctx.title ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_1$
|
|
5749
|
+
vue.unref(slots).toolbar || _ctx.title ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_1$I, [
|
|
5750
5750
|
vue.renderSlot(_ctx.$slots, "toolbar"),
|
|
5751
5751
|
vue.createVNode(vue.unref(Btn), {
|
|
5752
5752
|
style: vue.normalizeStyle({ float: _ctx.side ? "left" : "right" }),
|
|
@@ -5903,7 +5903,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5903
5903
|
}
|
|
5904
5904
|
});
|
|
5905
5905
|
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-083a1b2d"]]);
|
|
5906
|
-
const _hoisted_1$
|
|
5906
|
+
const _hoisted_1$H = { class: "accordion-item" };
|
|
5907
5907
|
const _hoisted_2$x = ["aria-expanded", "aria-controls"];
|
|
5908
5908
|
const _hoisted_3$m = { class: "accordion-label" };
|
|
5909
5909
|
const _hoisted_4$f = ["id", "aria-hidden"];
|
|
@@ -5944,7 +5944,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
5944
5944
|
else if (accordionState.openItem === id) accordionState.openItem = null;
|
|
5945
5945
|
}
|
|
5946
5946
|
return (_ctx, _cache) => {
|
|
5947
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
5947
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$H, [
|
|
5948
5948
|
vue.createElementVNode("button", {
|
|
5949
5949
|
"aria-expanded": vue.unref(isOpen) ? "true" : "false",
|
|
5950
5950
|
class: "accordion-head",
|
|
@@ -5979,11 +5979,11 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
5979
5979
|
});
|
|
5980
5980
|
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-f87b579d"]]);
|
|
5981
5981
|
const _sfc_main$J = {};
|
|
5982
|
-
const _hoisted_1$
|
|
5982
|
+
const _hoisted_1$G = { class: "list-wrap bgl_card thin grid overflow-hidden h-100 pt-0 pb-05 px-0 m_pb-0" };
|
|
5983
5983
|
const _hoisted_2$w = { class: "p-1" };
|
|
5984
5984
|
const _hoisted_3$l = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
|
|
5985
5985
|
function _sfc_render$2(_ctx, _cache) {
|
|
5986
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
5986
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G, [
|
|
5987
5987
|
vue.createElementVNode("div", _hoisted_2$w, [
|
|
5988
5988
|
vue.renderSlot(_ctx.$slots, "header")
|
|
5989
5989
|
]),
|
|
@@ -5993,7 +5993,7 @@ function _sfc_render$2(_ctx, _cache) {
|
|
|
5993
5993
|
]);
|
|
5994
5994
|
}
|
|
5995
5995
|
const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$2]]);
|
|
5996
|
-
const _hoisted_1$
|
|
5996
|
+
const _hoisted_1$F = { class: "no-margin ellipsis line-height-14 pb-025" };
|
|
5997
5997
|
const _hoisted_2$v = { class: "txt12 no-margin txt-gray ellipsis" };
|
|
5998
5998
|
const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
5999
5999
|
__name: "ListItem",
|
|
@@ -6019,7 +6019,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
6019
6019
|
size: 40
|
|
6020
6020
|
}, null, 8, ["name", "src"])) : vue.createCommentVNode("", true),
|
|
6021
6021
|
vue.createElementVNode("div", null, [
|
|
6022
|
-
vue.createElementVNode("p", _hoisted_1$
|
|
6022
|
+
vue.createElementVNode("p", _hoisted_1$F, [
|
|
6023
6023
|
vue.createTextVNode(vue.toDisplayString(_ctx.title) + " ", 1),
|
|
6024
6024
|
vue.renderSlot(_ctx.$slots, "default")
|
|
6025
6025
|
]),
|
|
@@ -6034,7 +6034,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
6034
6034
|
};
|
|
6035
6035
|
}
|
|
6036
6036
|
});
|
|
6037
|
-
const _hoisted_1$
|
|
6037
|
+
const _hoisted_1$E = { class: "page-top" };
|
|
6038
6038
|
const _hoisted_2$u = { class: "top-title m-0" };
|
|
6039
6039
|
const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
6040
6040
|
__name: "PageTitle",
|
|
@@ -6046,7 +6046,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
6046
6046
|
},
|
|
6047
6047
|
setup(__props) {
|
|
6048
6048
|
return (_ctx, _cache) => {
|
|
6049
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6049
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$E, [
|
|
6050
6050
|
vue.createElementVNode("h1", _hoisted_2$u, [
|
|
6051
6051
|
vue.renderSlot(_ctx.$slots, "default"),
|
|
6052
6052
|
vue.createTextVNode(" " + vue.toDisplayString(__props.value), 1)
|
|
@@ -6365,7 +6365,7 @@ function useVerticalVirtualList(options, list) {
|
|
|
6365
6365
|
};
|
|
6366
6366
|
}
|
|
6367
6367
|
const _withScopeId$3 = (n2) => (vue.pushScopeId("data-v-d01cb754"), n2 = n2(), vue.popScopeId(), n2);
|
|
6368
|
-
const _hoisted_1$
|
|
6368
|
+
const _hoisted_1$D = {
|
|
6369
6369
|
key: 0,
|
|
6370
6370
|
class: "loading-table-wrapper z-99 h-100 w-100 absolute inset"
|
|
6371
6371
|
};
|
|
@@ -6374,7 +6374,7 @@ const _hoisted_3$k = [
|
|
|
6374
6374
|
_hoisted_2$t
|
|
6375
6375
|
];
|
|
6376
6376
|
const _hoisted_4$e = { class: "infinite-wrapper" };
|
|
6377
|
-
const _hoisted_5$
|
|
6377
|
+
const _hoisted_5$e = { class: "row first-row" };
|
|
6378
6378
|
const _hoisted_6$8 = { key: 0 };
|
|
6379
6379
|
const _hoisted_7$4 = ["onClick"];
|
|
6380
6380
|
const _hoisted_8$2 = { class: "flex" };
|
|
@@ -6521,9 +6521,9 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
6521
6521
|
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({ class: "table-list-wrap h-100" }, vue.unref(containerProps), {
|
|
6522
6522
|
class: { "loading-table": loading.value }
|
|
6523
6523
|
}), [
|
|
6524
|
-
loading.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6524
|
+
loading.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$D, _hoisted_3$k)) : (vue.openBlock(), vue.createElementBlock("div", vue.normalizeProps(vue.mergeProps({ key: 1 }, vue.unref(wrapperProps))), [
|
|
6525
6525
|
vue.createElementVNode("table", _hoisted_4$e, [
|
|
6526
|
-
vue.createElementVNode("thead", _hoisted_5$
|
|
6526
|
+
vue.createElementVNode("thead", _hoisted_5$e, [
|
|
6527
6527
|
vue.unref(isSelectable) ? (vue.openBlock(), vue.createElementBlock("th", _hoisted_6$8, [
|
|
6528
6528
|
vue.createElementVNode("input", {
|
|
6529
6529
|
ref_key: "allSelector",
|
|
@@ -6605,9 +6605,9 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
6605
6605
|
});
|
|
6606
6606
|
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-d01cb754"]]);
|
|
6607
6607
|
const _sfc_main$F = {};
|
|
6608
|
-
const _hoisted_1$
|
|
6608
|
+
const _hoisted_1$C = { class: "flex space-between" };
|
|
6609
6609
|
function _sfc_render$1(_ctx, _cache) {
|
|
6610
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6610
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$C, [
|
|
6611
6611
|
vue.renderSlot(_ctx.$slots, "default")
|
|
6612
6612
|
]);
|
|
6613
6613
|
}
|
|
@@ -6635,7 +6635,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
6635
6635
|
});
|
|
6636
6636
|
}
|
|
6637
6637
|
const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render]]);
|
|
6638
|
-
const _hoisted_1$
|
|
6638
|
+
const _hoisted_1$B = {
|
|
6639
6639
|
key: 0,
|
|
6640
6640
|
class: "data"
|
|
6641
6641
|
};
|
|
@@ -6645,7 +6645,7 @@ const _hoisted_2$s = {
|
|
|
6645
6645
|
};
|
|
6646
6646
|
const _hoisted_3$j = { class: "key" };
|
|
6647
6647
|
const _hoisted_4$d = { class: "m-0" };
|
|
6648
|
-
const _hoisted_5$
|
|
6648
|
+
const _hoisted_5$d = { key: 1 };
|
|
6649
6649
|
const _hoisted_6$7 = {
|
|
6650
6650
|
key: 0,
|
|
6651
6651
|
class: "data-row"
|
|
@@ -6692,7 +6692,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
6692
6692
|
const computedSchema = vue.computed(() => getFallbackSchema([itemData.value], props2.showFields));
|
|
6693
6693
|
return (_ctx, _cache) => {
|
|
6694
6694
|
var _a2;
|
|
6695
|
-
return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6695
|
+
return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$B, [
|
|
6696
6696
|
_ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$A), {
|
|
6697
6697
|
key: 0,
|
|
6698
6698
|
label: _ctx.title
|
|
@@ -6715,7 +6715,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
6715
6715
|
])) : vue.createCommentVNode("", true)
|
|
6716
6716
|
], 64);
|
|
6717
6717
|
}), 128)),
|
|
6718
|
-
!((_a2 = _ctx.schema) == null ? void 0 : _a2.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$
|
|
6718
|
+
!((_a2 = _ctx.schema) == null ? void 0 : _a2.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$d, [
|
|
6719
6719
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(computedSchema.value, ({ id, label }) => {
|
|
6720
6720
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: id }, [
|
|
6721
6721
|
!isUnset(itemData.value[id]) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$7, [
|
|
@@ -6735,7 +6735,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
6735
6735
|
}
|
|
6736
6736
|
});
|
|
6737
6737
|
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-4d174f13"]]);
|
|
6738
|
-
const _hoisted_1$
|
|
6738
|
+
const _hoisted_1$A = {
|
|
6739
6739
|
key: 0,
|
|
6740
6740
|
class: "card_label"
|
|
6741
6741
|
};
|
|
@@ -6767,7 +6767,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
6767
6767
|
}])
|
|
6768
6768
|
}, {
|
|
6769
6769
|
default: vue.withCtx(() => [
|
|
6770
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
6770
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$A, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
6771
6771
|
vue.renderSlot(_ctx.$slots, "default")
|
|
6772
6772
|
]),
|
|
6773
6773
|
_: 3
|
|
@@ -6775,7 +6775,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
6775
6775
|
};
|
|
6776
6776
|
}
|
|
6777
6777
|
});
|
|
6778
|
-
const _hoisted_1$
|
|
6778
|
+
const _hoisted_1$z = ["src", "alt"];
|
|
6779
6779
|
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
6780
6780
|
__name: "Avatar",
|
|
6781
6781
|
props: {
|
|
@@ -6794,7 +6794,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
6794
6794
|
key: 0,
|
|
6795
6795
|
src: _ctx.src,
|
|
6796
6796
|
alt: _ctx.name
|
|
6797
|
-
}, null, 8, _hoisted_1$
|
|
6797
|
+
}, null, 8, _hoisted_1$z)) : (vue.openBlock(), vue.createElementBlock("p", {
|
|
6798
6798
|
key: 1,
|
|
6799
6799
|
style: vue.normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
|
|
6800
6800
|
}, vue.toDisplayString(_ctx.fallback || vue.unref(initials)(_ctx.name || "")), 5))
|
|
@@ -6845,7 +6845,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
6845
6845
|
};
|
|
6846
6846
|
}
|
|
6847
6847
|
});
|
|
6848
|
-
const _hoisted_1$
|
|
6848
|
+
const _hoisted_1$y = ["dismissable"];
|
|
6849
6849
|
const _hoisted_2$r = { class: "m-0" };
|
|
6850
6850
|
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
6851
6851
|
__name: "Alert",
|
|
@@ -6883,7 +6883,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
6883
6883
|
icon: "close",
|
|
6884
6884
|
onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
|
|
6885
6885
|
})
|
|
6886
|
-
], 10, _hoisted_1$
|
|
6886
|
+
], 10, _hoisted_1$y)) : vue.createCommentVNode("", true);
|
|
6887
6887
|
};
|
|
6888
6888
|
}
|
|
6889
6889
|
});
|
|
@@ -6920,7 +6920,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
6920
6920
|
}
|
|
6921
6921
|
});
|
|
6922
6922
|
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-532b36ae"]]);
|
|
6923
|
-
const _hoisted_1$
|
|
6923
|
+
const _hoisted_1$x = ["src"];
|
|
6924
6924
|
const _hoisted_2$q = ["src", "autoplay", "muted", "loop", "controls"];
|
|
6925
6925
|
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
6926
6926
|
__name: "BglVideo",
|
|
@@ -6974,7 +6974,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
6974
6974
|
frameborder: "0",
|
|
6975
6975
|
allowfullscreen: "",
|
|
6976
6976
|
title: "Video"
|
|
6977
|
-
}, null, 12, _hoisted_1$
|
|
6977
|
+
}, null, 12, _hoisted_1$x)) : _ctx.src ? (vue.openBlock(), vue.createElementBlock("video", {
|
|
6978
6978
|
key: 1,
|
|
6979
6979
|
src: _ctx.src,
|
|
6980
6980
|
autoplay: _ctx.autoplay,
|
|
@@ -6989,7 +6989,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
6989
6989
|
}
|
|
6990
6990
|
});
|
|
6991
6991
|
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-862e1f20"]]);
|
|
6992
|
-
const _hoisted_1$
|
|
6992
|
+
const _hoisted_1$w = {
|
|
6993
6993
|
key: 0,
|
|
6994
6994
|
class: "blocker"
|
|
6995
6995
|
};
|
|
@@ -7142,7 +7142,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
7142
7142
|
onScrollend: scrollEnd,
|
|
7143
7143
|
onMousedown: startDragging
|
|
7144
7144
|
}, [
|
|
7145
|
-
vue.unref(isDragging) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
7145
|
+
vue.unref(isDragging) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$w)) : vue.createCommentVNode("", true),
|
|
7146
7146
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
7147
7147
|
], 34),
|
|
7148
7148
|
vue.createElementVNode("div", _hoisted_2$p, [
|
|
@@ -7205,12 +7205,12 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
7205
7205
|
};
|
|
7206
7206
|
}
|
|
7207
7207
|
});
|
|
7208
|
-
const _hoisted_1$
|
|
7208
|
+
const _hoisted_1$v = { class: "map-test" };
|
|
7209
7209
|
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
7210
7210
|
__name: "MapEmbed",
|
|
7211
7211
|
setup(__props) {
|
|
7212
7212
|
return (_ctx, _cache) => {
|
|
7213
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
7213
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$v);
|
|
7214
7214
|
};
|
|
7215
7215
|
}
|
|
7216
7216
|
});
|
|
@@ -7469,7 +7469,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
7469
7469
|
};
|
|
7470
7470
|
}
|
|
7471
7471
|
});
|
|
7472
|
-
const _hoisted_1$
|
|
7472
|
+
const _hoisted_1$u = ["title"];
|
|
7473
7473
|
const _hoisted_2$o = ["id", "required"];
|
|
7474
7474
|
const _hoisted_3$i = ["for"];
|
|
7475
7475
|
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -7512,7 +7512,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
7512
7512
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
7513
7513
|
], true)
|
|
7514
7514
|
], 8, _hoisted_3$i)
|
|
7515
|
-
], 10, _hoisted_1$
|
|
7515
|
+
], 10, _hoisted_1$u);
|
|
7516
7516
|
};
|
|
7517
7517
|
}
|
|
7518
7518
|
});
|
|
@@ -15956,7 +15956,7 @@ const eo = ({
|
|
|
15956
15956
|
Object.entries(go).forEach(([e, t]) => {
|
|
15957
15957
|
e !== "default" && (Hn[e] = t);
|
|
15958
15958
|
});
|
|
15959
|
-
const _hoisted_1$
|
|
15959
|
+
const _hoisted_1$t = ["title"];
|
|
15960
15960
|
const _hoisted_2$n = { key: 0 };
|
|
15961
15961
|
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
15962
15962
|
__name: "DateInput",
|
|
@@ -16016,11 +16016,11 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
16016
16016
|
"minutes-grid-increment": _ctx.minutesGridIncrement,
|
|
16017
16017
|
"start-time": { hours: 8, minutes: 0 }
|
|
16018
16018
|
}), null, 16, ["modelValue", "required", "enable-time-picker", "allowed-dates", "time-picker-inline", "minutes-increment", "minutes-grid-increment"])
|
|
16019
|
-
], 10, _hoisted_1$
|
|
16019
|
+
], 10, _hoisted_1$t);
|
|
16020
16020
|
};
|
|
16021
16021
|
}
|
|
16022
16022
|
});
|
|
16023
|
-
const _hoisted_1$
|
|
16023
|
+
const _hoisted_1$s = ["title"];
|
|
16024
16024
|
const _hoisted_2$m = { key: 0 };
|
|
16025
16025
|
const _hoisted_3$h = ["value", "placeholder"];
|
|
16026
16026
|
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -16055,19 +16055,19 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
16055
16055
|
placeholder: _ctx.placeholder,
|
|
16056
16056
|
onInput: handleInput
|
|
16057
16057
|
}, null, 42, _hoisted_3$h)
|
|
16058
|
-
], 10, _hoisted_1$
|
|
16058
|
+
], 10, _hoisted_1$s);
|
|
16059
16059
|
};
|
|
16060
16060
|
}
|
|
16061
16061
|
});
|
|
16062
16062
|
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
16063
|
-
const _hoisted_1$
|
|
16063
|
+
const _hoisted_1$r = { class: "flex gap-05" };
|
|
16064
16064
|
const _hoisted_2$l = ["disabled"];
|
|
16065
16065
|
const _hoisted_3$g = { key: 1 };
|
|
16066
16066
|
const _hoisted_4$c = {
|
|
16067
16067
|
key: 2,
|
|
16068
16068
|
class: "ms-auto ps-05 me-05"
|
|
16069
16069
|
};
|
|
16070
|
-
const _hoisted_5$
|
|
16070
|
+
const _hoisted_5$c = ["value"];
|
|
16071
16071
|
const _hoisted_6$6 = { class: "selectinput-options" };
|
|
16072
16072
|
const _hoisted_7$2 = ["onClick"];
|
|
16073
16073
|
const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -16262,7 +16262,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
16262
16262
|
default: vue.withCtx(() => [
|
|
16263
16263
|
vue.createElementVNode("label", null, [
|
|
16264
16264
|
vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
|
|
16265
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
16265
|
+
vue.createElementVNode("div", _hoisted_1$r, [
|
|
16266
16266
|
vue.createElementVNode("button", {
|
|
16267
16267
|
disabled: _ctx.disabled,
|
|
16268
16268
|
type: "button",
|
|
@@ -16298,7 +16298,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
16298
16298
|
value: vue.unref(selectedItems),
|
|
16299
16299
|
required: "",
|
|
16300
16300
|
onInput: _cache[2] || (_cache[2] = ($event) => updateOpen(true))
|
|
16301
|
-
}, null, 40, _hoisted_5$
|
|
16301
|
+
}, null, 40, _hoisted_5$c)) : vue.createCommentVNode("", true)
|
|
16302
16302
|
])
|
|
16303
16303
|
])
|
|
16304
16304
|
]),
|
|
@@ -18787,11 +18787,11 @@ const VueDraggableNext = vue.defineComponent({
|
|
|
18787
18787
|
}
|
|
18788
18788
|
}
|
|
18789
18789
|
});
|
|
18790
|
-
const _hoisted_1$
|
|
18790
|
+
const _hoisted_1$q = ["title"];
|
|
18791
18791
|
const _hoisted_2$k = { class: "bagel-input" };
|
|
18792
18792
|
const _hoisted_3$f = { class: "table-side-scroll" };
|
|
18793
18793
|
const _hoisted_4$b = { class: "table-header" };
|
|
18794
|
-
const _hoisted_5$
|
|
18794
|
+
const _hoisted_5$b = { class: "table-reorder" };
|
|
18795
18795
|
const _hoisted_6$5 = { class: "table-action" };
|
|
18796
18796
|
const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
18797
18797
|
__name: "TableField",
|
|
@@ -18889,7 +18889,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
18889
18889
|
key: row.id,
|
|
18890
18890
|
class: "flex table-row"
|
|
18891
18891
|
}, [
|
|
18892
|
-
vue.createElementVNode("div", _hoisted_5$
|
|
18892
|
+
vue.createElementVNode("div", _hoisted_5$b, [
|
|
18893
18893
|
vue.createVNode(vue.unref(_sfc_main$P), { icon: "more_vert" })
|
|
18894
18894
|
]),
|
|
18895
18895
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_a3 = vue.unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
|
|
@@ -18933,16 +18933,16 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
18933
18933
|
]),
|
|
18934
18934
|
_: 1
|
|
18935
18935
|
})
|
|
18936
|
-
], 8, _hoisted_1$
|
|
18936
|
+
], 8, _hoisted_1$q);
|
|
18937
18937
|
};
|
|
18938
18938
|
}
|
|
18939
18939
|
});
|
|
18940
18940
|
const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-515f5dc9"]]);
|
|
18941
|
-
const _hoisted_1$
|
|
18941
|
+
const _hoisted_1$p = ["title"];
|
|
18942
18942
|
const _hoisted_2$j = ["for"];
|
|
18943
18943
|
const _hoisted_3$e = ["id", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
|
|
18944
18944
|
const _hoisted_4$a = ["id", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
|
|
18945
|
-
const _hoisted_5$
|
|
18945
|
+
const _hoisted_5$a = { key: 2 };
|
|
18946
18946
|
const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
18947
18947
|
__name: "TextInput",
|
|
18948
18948
|
props: {
|
|
@@ -19058,7 +19058,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
19058
19058
|
}, _ctx.nativeInputAttrs, { onInput: updateInputVal }), null, 16, _hoisted_4$a)), [
|
|
19059
19059
|
[vue.vModelText, vue.unref(inputVal)]
|
|
19060
19060
|
]),
|
|
19061
|
-
_ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$
|
|
19061
|
+
_ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$a, vue.toDisplayString(_ctx.helptext), 1)) : vue.createCommentVNode("", true)
|
|
19062
19062
|
], 8, _hoisted_2$j),
|
|
19063
19063
|
_ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$P), {
|
|
19064
19064
|
key: 0,
|
|
@@ -19069,11 +19069,12 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
19069
19069
|
key: 1,
|
|
19070
19070
|
icon: _ctx.icon
|
|
19071
19071
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true)
|
|
19072
|
-
], 10, _hoisted_1$
|
|
19072
|
+
], 10, _hoisted_1$p);
|
|
19073
19073
|
};
|
|
19074
19074
|
}
|
|
19075
19075
|
});
|
|
19076
19076
|
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-82137f41"]]);
|
|
19077
|
+
const _hoisted_1$o = { class: "primary-checkbox" };
|
|
19077
19078
|
const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
19078
19079
|
__name: "Checkbox",
|
|
19079
19080
|
props: {
|
|
@@ -19084,10 +19085,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
19084
19085
|
setup(__props) {
|
|
19085
19086
|
const val = vue.useModel(__props, "modelValue");
|
|
19086
19087
|
return (_ctx, _cache) => {
|
|
19087
|
-
return vue.openBlock(), vue.createElementBlock("label",
|
|
19088
|
-
onClick: _cache[1] || (_cache[1] = ($event) => val.value = !val.value),
|
|
19089
|
-
class: "primary-checkbox"
|
|
19090
|
-
}, [
|
|
19088
|
+
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$o, [
|
|
19091
19089
|
vue.renderSlot(_ctx.$slots, "label", {}, void 0, true),
|
|
19092
19090
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
19093
19091
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
@@ -19099,7 +19097,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
19099
19097
|
};
|
|
19100
19098
|
}
|
|
19101
19099
|
});
|
|
19102
|
-
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-
|
|
19100
|
+
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-e6b95ea6"]]);
|
|
19103
19101
|
const _hoisted_1$n = ["title"];
|
|
19104
19102
|
const _hoisted_2$i = ["id", "placeholder", "required"];
|
|
19105
19103
|
const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -19155,7 +19153,7 @@ const _hoisted_3$d = {
|
|
|
19155
19153
|
class: "time-wrap"
|
|
19156
19154
|
};
|
|
19157
19155
|
const _hoisted_4$9 = ["id", "name", "value"];
|
|
19158
|
-
const _hoisted_5$
|
|
19156
|
+
const _hoisted_5$9 = ["for"];
|
|
19159
19157
|
const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
19160
19158
|
__name: "DatePicker",
|
|
19161
19159
|
props: {
|
|
@@ -19218,7 +19216,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
19218
19216
|
]),
|
|
19219
19217
|
vue.createElementVNode("label", {
|
|
19220
19218
|
for: `${hr2}_${_ctx.id}`
|
|
19221
|
-
}, vue.toDisplayString(hr2), 9, _hoisted_5$
|
|
19219
|
+
}, vue.toDisplayString(hr2), 9, _hoisted_5$9)
|
|
19222
19220
|
], 64);
|
|
19223
19221
|
}), 128))
|
|
19224
19222
|
])) : vue.createCommentVNode("", true)
|
|
@@ -19230,7 +19228,7 @@ const _hoisted_1$l = { class: "bagel-input" };
|
|
|
19230
19228
|
const _hoisted_2$g = { class: "pb-025" };
|
|
19231
19229
|
const _hoisted_3$c = { class: "flex gap-05 flex-wrap" };
|
|
19232
19230
|
const _hoisted_4$8 = ["id", "name", "value", "checked"];
|
|
19233
|
-
const _hoisted_5$
|
|
19231
|
+
const _hoisted_5$8 = ["for"];
|
|
19234
19232
|
const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
19235
19233
|
__name: "RadioPillsInput",
|
|
19236
19234
|
props: {
|
|
@@ -19290,7 +19288,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
19290
19288
|
}, null, 40, _hoisted_4$8),
|
|
19291
19289
|
vue.createElementVNode("label", {
|
|
19292
19290
|
for: `${_ctx.id}-${getValue(option2)}`
|
|
19293
|
-
}, vue.toDisplayString(getLabel(option2)), 9, _hoisted_5$
|
|
19291
|
+
}, vue.toDisplayString(getLabel(option2)), 9, _hoisted_5$8)
|
|
19294
19292
|
]);
|
|
19295
19293
|
}), 128))
|
|
19296
19294
|
])
|
|
@@ -19299,7 +19297,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
19299
19297
|
}
|
|
19300
19298
|
});
|
|
19301
19299
|
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-d86ce838"]]);
|
|
19302
|
-
const _withScopeId$2 = (n2) => (vue.pushScopeId("data-v-
|
|
19300
|
+
const _withScopeId$2 = (n2) => (vue.pushScopeId("data-v-21c953c3"), n2 = n2(), vue.popScopeId(), n2);
|
|
19303
19301
|
const _hoisted_1$k = { class: "bagel-input" };
|
|
19304
19302
|
const _hoisted_2$f = {
|
|
19305
19303
|
key: 0,
|
|
@@ -19310,7 +19308,7 @@ const _hoisted_4$7 = {
|
|
|
19310
19308
|
key: 1,
|
|
19311
19309
|
class: "multi-image-item previewName"
|
|
19312
19310
|
};
|
|
19313
|
-
const _hoisted_5$
|
|
19311
|
+
const _hoisted_5$7 = ["src"];
|
|
19314
19312
|
const _hoisted_6$4 = { class: "no-margin" };
|
|
19315
19313
|
const _hoisted_7$1 = {
|
|
19316
19314
|
key: 0,
|
|
@@ -19487,7 +19485,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
19487
19485
|
class: "preview",
|
|
19488
19486
|
src: file.url,
|
|
19489
19487
|
alt: ""
|
|
19490
|
-
}, null, 8, _hoisted_5$
|
|
19488
|
+
}, null, 8, _hoisted_5$7),
|
|
19491
19489
|
vue.createElementVNode("p", _hoisted_6$4, vue.toDisplayString(file.name), 1),
|
|
19492
19490
|
vue.createVNode(vue.unref(Btn), {
|
|
19493
19491
|
thin: "",
|
|
@@ -19535,6 +19533,8 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
19535
19533
|
], true),
|
|
19536
19534
|
!storageFiles.value.length && !fileQueue.value.length || _ctx.multiple ? vue.renderSlot(_ctx.$slots, "placeholder", {
|
|
19537
19535
|
key: 0,
|
|
19536
|
+
files: storageFiles.value,
|
|
19537
|
+
fileQueue: fileQueue.value,
|
|
19538
19538
|
browse
|
|
19539
19539
|
}, () => [
|
|
19540
19540
|
_hoisted_13
|
|
@@ -19544,7 +19544,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
19544
19544
|
};
|
|
19545
19545
|
}
|
|
19546
19546
|
});
|
|
19547
|
-
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
19547
|
+
const $el = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-21c953c3"]]);
|
|
19548
19548
|
const _withScopeId$1 = (n2) => (vue.pushScopeId("data-v-06b95183"), n2 = n2(), vue.popScopeId(), n2);
|
|
19549
19549
|
const _hoisted_1$j = ["title"];
|
|
19550
19550
|
const _hoisted_2$e = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("span", { class: "slider round" }, null, -1));
|
|
@@ -19552,7 +19552,7 @@ const _hoisted_3$a = [
|
|
|
19552
19552
|
_hoisted_2$e
|
|
19553
19553
|
];
|
|
19554
19554
|
const _hoisted_4$6 = ["id", "required"];
|
|
19555
|
-
const _hoisted_5$
|
|
19555
|
+
const _hoisted_5$6 = ["for"];
|
|
19556
19556
|
const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
19557
19557
|
__name: "ToggleInput",
|
|
19558
19558
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
@@ -19594,7 +19594,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
19594
19594
|
vue.renderSlot(_ctx.$slots, "label", {}, () => [
|
|
19595
19595
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
19596
19596
|
], true)
|
|
19597
|
-
], 8, _hoisted_5$
|
|
19597
|
+
], 8, _hoisted_5$6)
|
|
19598
19598
|
], 10, _hoisted_1$j);
|
|
19599
19599
|
};
|
|
19600
19600
|
}
|
|
@@ -45727,7 +45727,7 @@ const _hoisted_1$h = ["aria-expanded"];
|
|
|
45727
45727
|
const _hoisted_2$c = { class: "p-075 tel-countryp-dropdown" };
|
|
45728
45728
|
const _hoisted_3$9 = ["aria-selected", "onClick", "onMousemove"];
|
|
45729
45729
|
const _hoisted_4$5 = { class: "tel-country" };
|
|
45730
|
-
const _hoisted_5$
|
|
45730
|
+
const _hoisted_5$5 = { key: 1 };
|
|
45731
45731
|
const _hoisted_6$3 = ["id", "required", "placeholder", "disabled", "autocomplete", "pattern", "minlength", "maxlength", "name", "readonly", "tabindex", "aria-describedby"];
|
|
45732
45732
|
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
45733
45733
|
__name: "TelInput",
|
|
@@ -46019,7 +46019,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
46019
46019
|
country: pb.iso2
|
|
46020
46020
|
}, null, 8, ["country"])) : vue.createCommentVNode("", true),
|
|
46021
46021
|
vue.createElementVNode("p", _hoisted_4$5, vue.toDisplayString(pb.name), 1),
|
|
46022
|
-
computedDropDownOptions.value.showDialCodeInList ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$
|
|
46022
|
+
computedDropDownOptions.value.showDialCodeInList ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$5, " +" + vue.toDisplayString(pb.dialCode), 1)) : vue.createCommentVNode("", true)
|
|
46023
46023
|
], 40, _hoisted_3$9);
|
|
46024
46024
|
}), 128))
|
|
46025
46025
|
], 2)
|
|
@@ -46713,7 +46713,8 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
46713
46713
|
}
|
|
46714
46714
|
}
|
|
46715
46715
|
const defaultOptions2 = vue.ref({
|
|
46716
|
-
penColor: "rgb(0, 0, 0)"
|
|
46716
|
+
penColor: "rgb(0, 0, 0)",
|
|
46717
|
+
backgroundColor: "rgb(255, 255, 255)"
|
|
46717
46718
|
});
|
|
46718
46719
|
const signatureOptions = vue.computed(() => ({ ...defaultOptions2.value, ...props2.sigOption }));
|
|
46719
46720
|
vue.watch(
|
|
@@ -47222,13 +47223,14 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
47222
47223
|
}
|
|
47223
47224
|
});
|
|
47224
47225
|
const index = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-e3cd444d"]]);
|
|
47225
|
-
const _hoisted_1$d = ["
|
|
47226
|
-
const _hoisted_2$a = ["
|
|
47227
|
-
const _hoisted_3$8 =
|
|
47226
|
+
const _hoisted_1$d = ["for"];
|
|
47227
|
+
const _hoisted_2$a = ["id", "name", "value"];
|
|
47228
|
+
const _hoisted_3$8 = ["src", "alt"];
|
|
47229
|
+
const _hoisted_4$4 = {
|
|
47228
47230
|
key: 0,
|
|
47229
47231
|
class: "m-0"
|
|
47230
47232
|
};
|
|
47231
|
-
const
|
|
47233
|
+
const _hoisted_5$4 = {
|
|
47232
47234
|
key: 1,
|
|
47233
47235
|
class: "txt-gray txt-12 m-0"
|
|
47234
47236
|
};
|
|
@@ -47250,15 +47252,17 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
47250
47252
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.options, (opt, index2) => {
|
|
47251
47253
|
return vue.openBlock(), vue.createElementBlock("label", {
|
|
47252
47254
|
key: index2,
|
|
47253
|
-
class: "border round p-1 flex bg-gray-light mb-05 gap-075 active-list-item hover"
|
|
47255
|
+
class: "border round p-1 flex bg-gray-light mb-05 gap-075 active-list-item hover",
|
|
47256
|
+
for: opt.id
|
|
47254
47257
|
}, [
|
|
47255
47258
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
47259
|
+
id: opt.id,
|
|
47256
47260
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedOption.value = $event),
|
|
47257
47261
|
class: "radio-input-list",
|
|
47258
47262
|
type: "radio",
|
|
47259
47263
|
name: _ctx.groupName,
|
|
47260
47264
|
value: opt.value
|
|
47261
|
-
}, null, 8,
|
|
47265
|
+
}, null, 8, _hoisted_2$a), [
|
|
47262
47266
|
[vue.vModelRadio, selectedOption.value]
|
|
47263
47267
|
]),
|
|
47264
47268
|
opt.imgSrc ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
@@ -47267,11 +47271,12 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
47267
47271
|
width: "60",
|
|
47268
47272
|
src: opt.imgSrc,
|
|
47269
47273
|
alt: opt.imgAlt
|
|
47270
|
-
}, null, 8,
|
|
47274
|
+
}, null, 8, _hoisted_3$8)) : vue.createCommentVNode("", true),
|
|
47271
47275
|
vue.createElementVNode("div", null, [
|
|
47272
|
-
opt.label ? (vue.openBlock(), vue.createElementBlock("p",
|
|
47273
|
-
opt.subLabel ? (vue.openBlock(), vue.createElementBlock("p",
|
|
47276
|
+
opt.label ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_4$4, vue.toDisplayString(opt.label), 1)) : vue.createCommentVNode("", true),
|
|
47277
|
+
opt.subLabel ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$4, vue.toDisplayString(opt.subLabel), 1)) : vue.createCommentVNode("", true)
|
|
47274
47278
|
]),
|
|
47279
|
+
vue.renderSlot(_ctx.$slots, "radioItem", vue.mergeProps({ ref_for: true }, opt), void 0, true),
|
|
47275
47280
|
_ctx.deletable ? (vue.openBlock(), vue.createBlock(vue.unref(Btn), {
|
|
47276
47281
|
key: 1,
|
|
47277
47282
|
class: "ms-auto",
|
|
@@ -47280,13 +47285,13 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
47280
47285
|
icon: "delete",
|
|
47281
47286
|
onClick: ($event) => _ctx.$emit("delete", opt)
|
|
47282
47287
|
}, null, 8, ["onClick"])) : vue.createCommentVNode("", true)
|
|
47283
|
-
]);
|
|
47288
|
+
], 8, _hoisted_1$d);
|
|
47284
47289
|
}), 128))
|
|
47285
47290
|
]);
|
|
47286
47291
|
};
|
|
47287
47292
|
}
|
|
47288
47293
|
});
|
|
47289
|
-
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-
|
|
47294
|
+
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-bafd1df1"]]);
|
|
47290
47295
|
function _isPlaceholder(a2) {
|
|
47291
47296
|
return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
|
|
47292
47297
|
}
|