@bagelink/vue 0.0.280 → 0.0.284
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/ComboBox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/index.cjs +53 -46
- package/dist/index.mjs +53 -46
- package/dist/style.css +530 -268
- package/dist/types/materialIcons.d.ts +1 -1
- package/dist/types/materialIcons.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/ComboBox.vue +10 -6
- package/src/components/form/inputs/SelectInput.vue +23 -21
- package/src/styles/buttons.css +50 -38
- package/src/styles/layout.css +474 -194
- package/src/styles/text.css +80 -38
- package/src/types/materialIcons.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -17176,7 +17176,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
17176
17176
|
}
|
|
17177
17177
|
});
|
|
17178
17178
|
const _hoisted_1$G = { class: "full-nav" };
|
|
17179
|
-
const _hoisted_2$
|
|
17179
|
+
const _hoisted_2$x = { class: "nav-scroll" };
|
|
17180
17180
|
const _hoisted_3$p = { class: "nav-links-wrapper" };
|
|
17181
17181
|
const _hoisted_4$j = { class: "tooltip" };
|
|
17182
17182
|
const _hoisted_5$g = { class: "bot-buttons-wrapper" };
|
|
@@ -17211,7 +17211,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
17211
17211
|
})
|
|
17212
17212
|
], 32),
|
|
17213
17213
|
createElementVNode("div", _hoisted_1$G, [
|
|
17214
|
-
createElementVNode("div", _hoisted_2$
|
|
17214
|
+
createElementVNode("div", _hoisted_2$x, [
|
|
17215
17215
|
createElementVNode("div", _hoisted_3$p, [
|
|
17216
17216
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.links, (link) => {
|
|
17217
17217
|
return openBlock(), createBlock(resolveDynamicComponent(link.to ? "router-link" : "div"), {
|
|
@@ -17273,7 +17273,7 @@ const _hoisted_1$F = {
|
|
|
17273
17273
|
key: 0,
|
|
17274
17274
|
class: "loading"
|
|
17275
17275
|
};
|
|
17276
|
-
const _hoisted_2$
|
|
17276
|
+
const _hoisted_2$w = {
|
|
17277
17277
|
key: 1,
|
|
17278
17278
|
class: "bgl_btn-flex"
|
|
17279
17279
|
};
|
|
@@ -17363,7 +17363,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
17363
17363
|
})
|
|
17364
17364
|
}, {
|
|
17365
17365
|
default: withCtx(() => [
|
|
17366
|
-
_ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_1$F)) : (openBlock(), createElementBlock("div", _hoisted_2$
|
|
17366
|
+
_ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_1$F)) : (openBlock(), createElementBlock("div", _hoisted_2$w, [
|
|
17367
17367
|
_ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$C), {
|
|
17368
17368
|
key: 0,
|
|
17369
17369
|
icon: _ctx.icon
|
|
@@ -17385,7 +17385,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
17385
17385
|
});
|
|
17386
17386
|
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-7a7625e7"]]);
|
|
17387
17387
|
const _hoisted_1$E = { class: "tool-bar" };
|
|
17388
|
-
const _hoisted_2$
|
|
17388
|
+
const _hoisted_2$v = { class: "modal-footer mt-3" };
|
|
17389
17389
|
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
17390
17390
|
__name: "Modal",
|
|
17391
17391
|
props: {
|
|
@@ -17440,7 +17440,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
17440
17440
|
}, null, 8, ["label"])) : createCommentVNode("", true)
|
|
17441
17441
|
]),
|
|
17442
17442
|
renderSlot(_ctx.$slots, "default"),
|
|
17443
|
-
createElementVNode("footer", _hoisted_2$
|
|
17443
|
+
createElementVNode("footer", _hoisted_2$v, [
|
|
17444
17444
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.actions, (action, i2) => {
|
|
17445
17445
|
return openBlock(), createBlock(unref(Btn), mergeProps({
|
|
17446
17446
|
key: i2,
|
|
@@ -17567,7 +17567,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
17567
17567
|
});
|
|
17568
17568
|
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-dca6fe18"]]);
|
|
17569
17569
|
const _hoisted_1$D = { class: "accordion-item" };
|
|
17570
|
-
const _hoisted_2$
|
|
17570
|
+
const _hoisted_2$u = ["aria-expanded", "aria-controls"];
|
|
17571
17571
|
const _hoisted_3$o = { class: "accordion-label" };
|
|
17572
17572
|
const _hoisted_4$i = ["id", "aria-hidden"];
|
|
17573
17573
|
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
@@ -17607,7 +17607,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
17607
17607
|
}, [
|
|
17608
17608
|
createVNode(unref(_sfc_main$C), { icon: "expand_more" })
|
|
17609
17609
|
], 2)
|
|
17610
|
-
], 8, _hoisted_2$
|
|
17610
|
+
], 8, _hoisted_2$u),
|
|
17611
17611
|
createVNode(Transition, { name: "expand" }, {
|
|
17612
17612
|
default: withCtx(() => [
|
|
17613
17613
|
unref(open) ? (openBlock(), createElementBlock("div", {
|
|
@@ -17627,7 +17627,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
17627
17627
|
});
|
|
17628
17628
|
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-41718a1b"]]);
|
|
17629
17629
|
const _hoisted_1$C = { class: "card list-view grid thin" };
|
|
17630
|
-
const _hoisted_2$
|
|
17630
|
+
const _hoisted_2$t = { class: "list-header flex gap-3 align-items-top" };
|
|
17631
17631
|
const _hoisted_3$n = {
|
|
17632
17632
|
key: 0,
|
|
17633
17633
|
class: "bagel-input search-wrap"
|
|
@@ -17651,7 +17651,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
17651
17651
|
};
|
|
17652
17652
|
return (_ctx, _cache) => {
|
|
17653
17653
|
return openBlock(), createElementBlock("div", _hoisted_1$C, [
|
|
17654
|
-
createElementVNode("div", _hoisted_2$
|
|
17654
|
+
createElementVNode("div", _hoisted_2$t, [
|
|
17655
17655
|
_ctx.enableSearch ? (openBlock(), createElementBlock("div", _hoisted_3$n, [
|
|
17656
17656
|
withDirectives(createElementVNode("input", {
|
|
17657
17657
|
placeholder: _ctx.searchPlaceholder,
|
|
@@ -17679,7 +17679,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
17679
17679
|
}
|
|
17680
17680
|
});
|
|
17681
17681
|
const _hoisted_1$B = { class: "txt16 no-margin ellipsis" };
|
|
17682
|
-
const _hoisted_2$
|
|
17682
|
+
const _hoisted_2$s = { class: "txt14 no-margin txtgray ellipsis" };
|
|
17683
17683
|
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
17684
17684
|
__name: "ListItem",
|
|
17685
17685
|
props: {
|
|
@@ -17708,7 +17708,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
17708
17708
|
createTextVNode(toDisplayString(_ctx.title) + " ", 1),
|
|
17709
17709
|
renderSlot(_ctx.$slots, "default")
|
|
17710
17710
|
]),
|
|
17711
|
-
createElementVNode("p", _hoisted_2$
|
|
17711
|
+
createElementVNode("p", _hoisted_2$s, [
|
|
17712
17712
|
createTextVNode(toDisplayString(_ctx.subtitle) + " ", 1),
|
|
17713
17713
|
renderSlot(_ctx.$slots, "subtitle")
|
|
17714
17714
|
])
|
|
@@ -17720,7 +17720,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
17720
17720
|
}
|
|
17721
17721
|
});
|
|
17722
17722
|
const _hoisted_1$A = { class: "card tabs-top" };
|
|
17723
|
-
const _hoisted_2$
|
|
17723
|
+
const _hoisted_2$r = { class: "tabs grid auto-flow-columns fit-content" };
|
|
17724
17724
|
const _hoisted_3$m = ["onClick"];
|
|
17725
17725
|
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
17726
17726
|
__name: "TabbedLayout",
|
|
@@ -17759,7 +17759,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
17759
17759
|
}, [
|
|
17760
17760
|
createElementVNode("div", _hoisted_1$A, [
|
|
17761
17761
|
renderSlot(_ctx.$slots, "top-section", {}, void 0, true),
|
|
17762
|
-
createElementVNode("div", _hoisted_2$
|
|
17762
|
+
createElementVNode("div", _hoisted_2$r, [
|
|
17763
17763
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.tabs, (tab) => {
|
|
17764
17764
|
var _a2;
|
|
17765
17765
|
return openBlock(), createElementBlock("div", {
|
|
@@ -17786,7 +17786,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
17786
17786
|
});
|
|
17787
17787
|
const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-09fce741"]]);
|
|
17788
17788
|
const _hoisted_1$z = { class: "comments-wrap" };
|
|
17789
|
-
const _hoisted_2$
|
|
17789
|
+
const _hoisted_2$q = { class: "comment-list" };
|
|
17790
17790
|
const _hoisted_3$l = { class: "comment-top" };
|
|
17791
17791
|
const _hoisted_4$g = { class: "comment-owner" };
|
|
17792
17792
|
const _hoisted_5$e = { class: "comment-time" };
|
|
@@ -17837,7 +17837,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
17837
17837
|
};
|
|
17838
17838
|
return (_ctx, _cache) => {
|
|
17839
17839
|
return openBlock(), createElementBlock("div", _hoisted_1$z, [
|
|
17840
|
-
createElementVNode("div", _hoisted_2$
|
|
17840
|
+
createElementVNode("div", _hoisted_2$q, [
|
|
17841
17841
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(unref(comments), (comment) => {
|
|
17842
17842
|
var _a2, _b, _c;
|
|
17843
17843
|
return openBlock(), createElementBlock("div", {
|
|
@@ -17907,7 +17907,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
17907
17907
|
});
|
|
17908
17908
|
const Comments = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-c4b41dc0"]]);
|
|
17909
17909
|
const _hoisted_1$y = { class: "page-top" };
|
|
17910
|
-
const _hoisted_2$
|
|
17910
|
+
const _hoisted_2$p = { class: "top-title" };
|
|
17911
17911
|
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
17912
17912
|
__name: "PageTitle",
|
|
17913
17913
|
props: {
|
|
@@ -17919,7 +17919,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
17919
17919
|
setup(__props) {
|
|
17920
17920
|
return (_ctx, _cache) => {
|
|
17921
17921
|
return openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
17922
|
-
createElementVNode("h1", _hoisted_2$
|
|
17922
|
+
createElementVNode("h1", _hoisted_2$p, [
|
|
17923
17923
|
renderSlot(_ctx.$slots, "default"),
|
|
17924
17924
|
createTextVNode(" " + toDisplayString(__props.value), 1)
|
|
17925
17925
|
])
|
|
@@ -17928,7 +17928,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
17928
17928
|
}
|
|
17929
17929
|
});
|
|
17930
17930
|
const _hoisted_1$x = { class: "table-list-wrap h-100" };
|
|
17931
|
-
const _hoisted_2$
|
|
17931
|
+
const _hoisted_2$o = { class: "infinite-wrapper" };
|
|
17932
17932
|
const _hoisted_3$k = { class: "row first-row" };
|
|
17933
17933
|
const _hoisted_4$f = ["onClick"];
|
|
17934
17934
|
const _hoisted_5$d = { class: "flex" };
|
|
@@ -17969,7 +17969,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17969
17969
|
};
|
|
17970
17970
|
return (_ctx, _cache) => {
|
|
17971
17971
|
return openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
17972
|
-
createElementVNode("table", _hoisted_2$
|
|
17972
|
+
createElementVNode("table", _hoisted_2$o, [
|
|
17973
17973
|
createElementVNode("thead", _hoisted_3$k, [
|
|
17974
17974
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(computedSchema.value, (field) => {
|
|
17975
17975
|
return openBlock(), createElementBlock("th", {
|
|
@@ -18062,7 +18062,7 @@ const _hoisted_1$v = {
|
|
|
18062
18062
|
key: 0,
|
|
18063
18063
|
class: "data"
|
|
18064
18064
|
};
|
|
18065
|
-
const _hoisted_2$
|
|
18065
|
+
const _hoisted_2$n = {
|
|
18066
18066
|
key: 0,
|
|
18067
18067
|
class: "data-row"
|
|
18068
18068
|
};
|
|
@@ -18093,7 +18093,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
18093
18093
|
return openBlock(), createElementBlock(Fragment$1, {
|
|
18094
18094
|
key: field.id
|
|
18095
18095
|
}, [
|
|
18096
|
-
unref(iffer)(field, itemData.value) ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
18096
|
+
unref(iffer)(field, itemData.value) ? (openBlock(), createElementBlock("div", _hoisted_2$n, [
|
|
18097
18097
|
createElementVNode("div", _hoisted_3$j, toDisplayString((field == null ? void 0 : field.label) || unref(keyToLabel)(field.id)), 1),
|
|
18098
18098
|
createVNode(unref(_sfc_main$g), {
|
|
18099
18099
|
field,
|
|
@@ -18208,11 +18208,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
18208
18208
|
};
|
|
18209
18209
|
}
|
|
18210
18210
|
});
|
|
18211
|
-
const _hoisted_1$t =
|
|
18212
|
-
key: 0,
|
|
18213
|
-
type: "hidden"
|
|
18214
|
-
};
|
|
18215
|
-
const _hoisted_2$o = ["onClick"];
|
|
18211
|
+
const _hoisted_1$t = ["onClick"];
|
|
18216
18212
|
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
18217
18213
|
__name: "ComboBox",
|
|
18218
18214
|
props: {
|
|
@@ -18226,9 +18222,9 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18226
18222
|
emits: ["update:modelValue"],
|
|
18227
18223
|
setup(__props, { emit: __emit }) {
|
|
18228
18224
|
let open = ref(false);
|
|
18229
|
-
let selectedItem = ref();
|
|
18230
18225
|
const searchInput = ref(null);
|
|
18231
18226
|
const props2 = __props;
|
|
18227
|
+
let selectedItem = ref();
|
|
18232
18228
|
let search = ref("");
|
|
18233
18229
|
const toggle = () => {
|
|
18234
18230
|
open.value = !open.value;
|
|
@@ -18283,6 +18279,10 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18283
18279
|
emit2("update:modelValue", selectedItem.value);
|
|
18284
18280
|
open.value = false;
|
|
18285
18281
|
};
|
|
18282
|
+
watch(() => props2.modelValue, (value) => {
|
|
18283
|
+
if (value !== selectedItem.value)
|
|
18284
|
+
selectedItem.value = value;
|
|
18285
|
+
}, { immediate: true });
|
|
18286
18286
|
return (_ctx, _cache) => {
|
|
18287
18287
|
return openBlock(), createBlock(unref(kt$1), {
|
|
18288
18288
|
placement: "auto-start",
|
|
@@ -18302,7 +18302,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18302
18302
|
placeholder: "Search",
|
|
18303
18303
|
icon: "search",
|
|
18304
18304
|
modelValue: unref(search),
|
|
18305
|
-
"onUpdate:modelValue": _cache[
|
|
18305
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(search) ? search.value = $event : search = $event)
|
|
18306
18306
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true),
|
|
18307
18307
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(filteredOptions.value, (option2, i2) => {
|
|
18308
18308
|
return openBlock(), createElementBlock("div", {
|
|
@@ -18318,7 +18318,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18318
18318
|
key: 0,
|
|
18319
18319
|
icon: "check"
|
|
18320
18320
|
})) : createCommentVNode("", true)
|
|
18321
|
-
], 10,
|
|
18321
|
+
], 10, _hoisted_1$t);
|
|
18322
18322
|
}), 128))
|
|
18323
18323
|
]),
|
|
18324
18324
|
_: 2
|
|
@@ -18326,23 +18326,31 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18326
18326
|
]),
|
|
18327
18327
|
default: withCtx(() => [
|
|
18328
18328
|
createElementVNode("button", {
|
|
18329
|
+
type: "button",
|
|
18329
18330
|
class: "combobox-btn",
|
|
18330
18331
|
onClick: toggle
|
|
18331
18332
|
}, [
|
|
18332
18333
|
createTextVNode(toDisplayString(valueToLabel(unref(selectedItem)) || _ctx.placeholder || "Select") + " ", 1),
|
|
18333
18334
|
createVNode(unref(_sfc_main$C), normalizeProps(guardReactiveProps({ "icon": unref(open) ? "unfold_less" : "unfold_more" })), null, 16)
|
|
18334
18335
|
]),
|
|
18335
|
-
_ctx.required ? (openBlock(), createElementBlock("input",
|
|
18336
|
+
_ctx.required ? withDirectives((openBlock(), createElementBlock("input", {
|
|
18337
|
+
key: 0,
|
|
18338
|
+
style: { "width": "0", "height": "0", "position": "absolute", "opacity": "0", "z-index": "-1" },
|
|
18339
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(selectedItem) ? selectedItem.value = $event : selectedItem = $event),
|
|
18340
|
+
required: ""
|
|
18341
|
+
}, null, 512)), [
|
|
18342
|
+
[vModelText, unref(selectedItem)]
|
|
18343
|
+
]) : createCommentVNode("", true)
|
|
18336
18344
|
]),
|
|
18337
18345
|
_: 1
|
|
18338
18346
|
});
|
|
18339
18347
|
};
|
|
18340
18348
|
}
|
|
18341
18349
|
});
|
|
18342
|
-
const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-
|
|
18350
|
+
const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-ceeb5855"]]);
|
|
18343
18351
|
const _withScopeId$2 = (n2) => (pushScopeId("data-v-fe5af582"), n2 = n2(), popScopeId(), n2);
|
|
18344
18352
|
const _hoisted_1$s = { class: "bar-chart" };
|
|
18345
|
-
const _hoisted_2$
|
|
18353
|
+
const _hoisted_2$m = {
|
|
18346
18354
|
key: 0,
|
|
18347
18355
|
class: "group-wrap"
|
|
18348
18356
|
};
|
|
@@ -18413,7 +18421,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
18413
18421
|
class: "graph-wrap",
|
|
18414
18422
|
key: i2
|
|
18415
18423
|
}, [
|
|
18416
|
-
item.group ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
18424
|
+
item.group ? (openBlock(), createElementBlock("div", _hoisted_2$m, [
|
|
18417
18425
|
createElementVNode("p", _hoisted_3$i, toDisplayString(item.group), 1),
|
|
18418
18426
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList((item == null ? void 0 : item.data) || [], (nested, i22) => {
|
|
18419
18427
|
return openBlock(), createElementBlock("div", {
|
|
@@ -18650,7 +18658,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18650
18658
|
});
|
|
18651
18659
|
const _withScopeId$1 = (n2) => (pushScopeId("data-v-e8219826"), n2 = n2(), popScopeId(), n2);
|
|
18652
18660
|
const _hoisted_1$q = ["title"];
|
|
18653
|
-
const _hoisted_2$
|
|
18661
|
+
const _hoisted_2$l = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("svg", {
|
|
18654
18662
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18655
18663
|
height: "24",
|
|
18656
18664
|
viewBox: "0 -960 960 960",
|
|
@@ -18659,7 +18667,7 @@ const _hoisted_2$m = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ create
|
|
|
18659
18667
|
/* @__PURE__ */ createElementVNode("path", { d: "M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z" })
|
|
18660
18668
|
], -1));
|
|
18661
18669
|
const _hoisted_3$h = [
|
|
18662
|
-
_hoisted_2$
|
|
18670
|
+
_hoisted_2$l
|
|
18663
18671
|
];
|
|
18664
18672
|
const _hoisted_4$c = ["required", "id"];
|
|
18665
18673
|
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
@@ -27313,7 +27321,7 @@ Object.entries(Mo).forEach(([e, t]) => {
|
|
|
27313
27321
|
e !== "default" && (Va[e] = t);
|
|
27314
27322
|
});
|
|
27315
27323
|
const _hoisted_1$p = ["title"];
|
|
27316
|
-
const _hoisted_2$
|
|
27324
|
+
const _hoisted_2$k = { key: 0 };
|
|
27317
27325
|
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
27318
27326
|
__name: "DateInput",
|
|
27319
27327
|
props: {
|
|
@@ -27351,7 +27359,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
27351
27359
|
class: normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
27352
27360
|
title: _ctx.label
|
|
27353
27361
|
}, [
|
|
27354
|
-
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$
|
|
27362
|
+
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$k, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
|
|
27355
27363
|
createVNode(unref(Va), mergeProps({
|
|
27356
27364
|
ref_key: "datePicker",
|
|
27357
27365
|
ref: datePicker,
|
|
@@ -27365,7 +27373,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
27365
27373
|
}
|
|
27366
27374
|
});
|
|
27367
27375
|
const _hoisted_1$o = ["title"];
|
|
27368
|
-
const _hoisted_2$
|
|
27376
|
+
const _hoisted_2$j = { key: 0 };
|
|
27369
27377
|
const _hoisted_3$g = ["value", "placeholder"];
|
|
27370
27378
|
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
27371
27379
|
__name: "JSONInput",
|
|
@@ -27390,7 +27398,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
27390
27398
|
class: normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
27391
27399
|
title: _ctx.description
|
|
27392
27400
|
}, [
|
|
27393
|
-
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$
|
|
27401
|
+
_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$j, [
|
|
27394
27402
|
createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
|
|
27395
27403
|
])) : createCommentVNode("", true),
|
|
27396
27404
|
createElementVNode("textarea", {
|
|
@@ -28395,7 +28403,7 @@ const _hoisted_1$n = {
|
|
|
28395
28403
|
ref: "tags",
|
|
28396
28404
|
class: "multiselect__tags"
|
|
28397
28405
|
};
|
|
28398
|
-
const _hoisted_2$
|
|
28406
|
+
const _hoisted_2$i = { class: "multiselect__tags-wrap" };
|
|
28399
28407
|
const _hoisted_3$f = { class: "multiselect__spinner" };
|
|
28400
28408
|
const _hoisted_4$b = { key: 0 };
|
|
28401
28409
|
const _hoisted_5$a = { class: "multiselect__option" };
|
|
@@ -28443,7 +28451,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28443
28451
|
}, () => [
|
|
28444
28452
|
withDirectives(createVNode(
|
|
28445
28453
|
"div",
|
|
28446
|
-
_hoisted_2$
|
|
28454
|
+
_hoisted_2$i,
|
|
28447
28455
|
[
|
|
28448
28456
|
(openBlock(true), createBlock(
|
|
28449
28457
|
Fragment$1,
|
|
@@ -28709,8 +28717,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28709
28717
|
}
|
|
28710
28718
|
script$e.render = render$e;
|
|
28711
28719
|
const Multiselect = script$e;
|
|
28712
|
-
const _hoisted_1$m =
|
|
28713
|
-
const _hoisted_2$i = ["for"];
|
|
28720
|
+
const _hoisted_1$m = ["for"];
|
|
28714
28721
|
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
28715
28722
|
__name: "SelectInput",
|
|
28716
28723
|
props: {
|
|
@@ -28750,7 +28757,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
28750
28757
|
}
|
|
28751
28758
|
watch(() => props2.options, updateOptionList, { immediate: true });
|
|
28752
28759
|
return (_ctx, _cache) => {
|
|
28753
|
-
return openBlock(), createElementBlock("div",
|
|
28760
|
+
return openBlock(), createElementBlock("div", null, [
|
|
28754
28761
|
createElementVNode("label", {
|
|
28755
28762
|
class: "txt-start",
|
|
28756
28763
|
for: _ctx.id
|
|
@@ -28769,7 +28776,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
28769
28776
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => seletValue.value = $event),
|
|
28770
28777
|
"close-on-select": true
|
|
28771
28778
|
}, _ctx.extraProps), null, 16, ["id", "options", "required", "placeholder", "modelValue"])
|
|
28772
|
-
], 8,
|
|
28779
|
+
], 8, _hoisted_1$m)
|
|
28773
28780
|
]);
|
|
28774
28781
|
};
|
|
28775
28782
|
}
|