@bagelink/vue 0.0.280 → 0.0.282
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/index.cjs +35 -31
- package/dist/index.mjs +35 -31
- package/dist/style.css +529 -284
- package/package.json +1 -1
- package/src/components/ComboBox.vue +73 -74
- package/src/styles/buttons.css +50 -38
- package/src/styles/layout.css +449 -190
- package/src/styles/text.css +80 -38
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComboBox.vue.d.ts","sourceRoot":"","sources":["../../src/components/ComboBox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ComboBox.vue.d.ts","sourceRoot":"","sources":["../../src/components/ComboBox.vue"],"names":[],"mappings":"AAwBA;AAGA,OAAO,wBAAwB,CAAC;AAOhC,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;;aAkRtF,MAAM,EAAE;;;;;;;;;aAAR,MAAM,EAAE;;;;;;;;;AANlB,wBAcG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
package/dist/index.cjs
CHANGED
|
@@ -17178,7 +17178,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
17178
17178
|
}
|
|
17179
17179
|
});
|
|
17180
17180
|
const _hoisted_1$G = { class: "full-nav" };
|
|
17181
|
-
const _hoisted_2$
|
|
17181
|
+
const _hoisted_2$y = { class: "nav-scroll" };
|
|
17182
17182
|
const _hoisted_3$p = { class: "nav-links-wrapper" };
|
|
17183
17183
|
const _hoisted_4$j = { class: "tooltip" };
|
|
17184
17184
|
const _hoisted_5$g = { class: "bot-buttons-wrapper" };
|
|
@@ -17213,7 +17213,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
17213
17213
|
})
|
|
17214
17214
|
], 32),
|
|
17215
17215
|
vue.createElementVNode("div", _hoisted_1$G, [
|
|
17216
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
17216
|
+
vue.createElementVNode("div", _hoisted_2$y, [
|
|
17217
17217
|
vue.createElementVNode("div", _hoisted_3$p, [
|
|
17218
17218
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.links, (link) => {
|
|
17219
17219
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(link.to ? "router-link" : "div"), {
|
|
@@ -17275,7 +17275,7 @@ const _hoisted_1$F = {
|
|
|
17275
17275
|
key: 0,
|
|
17276
17276
|
class: "loading"
|
|
17277
17277
|
};
|
|
17278
|
-
const _hoisted_2$
|
|
17278
|
+
const _hoisted_2$x = {
|
|
17279
17279
|
key: 1,
|
|
17280
17280
|
class: "bgl_btn-flex"
|
|
17281
17281
|
};
|
|
@@ -17365,7 +17365,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
17365
17365
|
})
|
|
17366
17366
|
}, {
|
|
17367
17367
|
default: vue.withCtx(() => [
|
|
17368
|
-
_ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$F)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
17368
|
+
_ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$F)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$x, [
|
|
17369
17369
|
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$C), {
|
|
17370
17370
|
key: 0,
|
|
17371
17371
|
icon: _ctx.icon
|
|
@@ -17387,7 +17387,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
17387
17387
|
});
|
|
17388
17388
|
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-7a7625e7"]]);
|
|
17389
17389
|
const _hoisted_1$E = { class: "tool-bar" };
|
|
17390
|
-
const _hoisted_2$
|
|
17390
|
+
const _hoisted_2$w = { class: "modal-footer mt-3" };
|
|
17391
17391
|
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
17392
17392
|
__name: "Modal",
|
|
17393
17393
|
props: {
|
|
@@ -17442,7 +17442,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
17442
17442
|
}, null, 8, ["label"])) : vue.createCommentVNode("", true)
|
|
17443
17443
|
]),
|
|
17444
17444
|
vue.renderSlot(_ctx.$slots, "default"),
|
|
17445
|
-
vue.createElementVNode("footer", _hoisted_2$
|
|
17445
|
+
vue.createElementVNode("footer", _hoisted_2$w, [
|
|
17446
17446
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.actions, (action, i2) => {
|
|
17447
17447
|
return vue.openBlock(), vue.createBlock(vue.unref(Btn), vue.mergeProps({
|
|
17448
17448
|
key: i2,
|
|
@@ -17569,7 +17569,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
17569
17569
|
});
|
|
17570
17570
|
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-dca6fe18"]]);
|
|
17571
17571
|
const _hoisted_1$D = { class: "accordion-item" };
|
|
17572
|
-
const _hoisted_2$
|
|
17572
|
+
const _hoisted_2$v = ["aria-expanded", "aria-controls"];
|
|
17573
17573
|
const _hoisted_3$o = { class: "accordion-label" };
|
|
17574
17574
|
const _hoisted_4$i = ["id", "aria-hidden"];
|
|
17575
17575
|
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -17609,7 +17609,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
17609
17609
|
}, [
|
|
17610
17610
|
vue.createVNode(vue.unref(_sfc_main$C), { icon: "expand_more" })
|
|
17611
17611
|
], 2)
|
|
17612
|
-
], 8, _hoisted_2$
|
|
17612
|
+
], 8, _hoisted_2$v),
|
|
17613
17613
|
vue.createVNode(vue.Transition, { name: "expand" }, {
|
|
17614
17614
|
default: vue.withCtx(() => [
|
|
17615
17615
|
vue.unref(open) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -17629,7 +17629,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
17629
17629
|
});
|
|
17630
17630
|
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-41718a1b"]]);
|
|
17631
17631
|
const _hoisted_1$C = { class: "card list-view grid thin" };
|
|
17632
|
-
const _hoisted_2$
|
|
17632
|
+
const _hoisted_2$u = { class: "list-header flex gap-3 align-items-top" };
|
|
17633
17633
|
const _hoisted_3$n = {
|
|
17634
17634
|
key: 0,
|
|
17635
17635
|
class: "bagel-input search-wrap"
|
|
@@ -17653,7 +17653,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
17653
17653
|
};
|
|
17654
17654
|
return (_ctx, _cache) => {
|
|
17655
17655
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$C, [
|
|
17656
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
17656
|
+
vue.createElementVNode("div", _hoisted_2$u, [
|
|
17657
17657
|
_ctx.enableSearch ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$n, [
|
|
17658
17658
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
17659
17659
|
placeholder: _ctx.searchPlaceholder,
|
|
@@ -17681,7 +17681,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
17681
17681
|
}
|
|
17682
17682
|
});
|
|
17683
17683
|
const _hoisted_1$B = { class: "txt16 no-margin ellipsis" };
|
|
17684
|
-
const _hoisted_2$
|
|
17684
|
+
const _hoisted_2$t = { class: "txt14 no-margin txtgray ellipsis" };
|
|
17685
17685
|
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
17686
17686
|
__name: "ListItem",
|
|
17687
17687
|
props: {
|
|
@@ -17710,7 +17710,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
17710
17710
|
vue.createTextVNode(vue.toDisplayString(_ctx.title) + " ", 1),
|
|
17711
17711
|
vue.renderSlot(_ctx.$slots, "default")
|
|
17712
17712
|
]),
|
|
17713
|
-
vue.createElementVNode("p", _hoisted_2$
|
|
17713
|
+
vue.createElementVNode("p", _hoisted_2$t, [
|
|
17714
17714
|
vue.createTextVNode(vue.toDisplayString(_ctx.subtitle) + " ", 1),
|
|
17715
17715
|
vue.renderSlot(_ctx.$slots, "subtitle")
|
|
17716
17716
|
])
|
|
@@ -17722,7 +17722,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
17722
17722
|
}
|
|
17723
17723
|
});
|
|
17724
17724
|
const _hoisted_1$A = { class: "card tabs-top" };
|
|
17725
|
-
const _hoisted_2$
|
|
17725
|
+
const _hoisted_2$s = { class: "tabs grid auto-flow-columns fit-content" };
|
|
17726
17726
|
const _hoisted_3$m = ["onClick"];
|
|
17727
17727
|
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
17728
17728
|
__name: "TabbedLayout",
|
|
@@ -17761,7 +17761,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
17761
17761
|
}, [
|
|
17762
17762
|
vue.createElementVNode("div", _hoisted_1$A, [
|
|
17763
17763
|
vue.renderSlot(_ctx.$slots, "top-section", {}, void 0, true),
|
|
17764
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
17764
|
+
vue.createElementVNode("div", _hoisted_2$s, [
|
|
17765
17765
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.tabs, (tab) => {
|
|
17766
17766
|
var _a2;
|
|
17767
17767
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -17788,7 +17788,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
17788
17788
|
});
|
|
17789
17789
|
const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-09fce741"]]);
|
|
17790
17790
|
const _hoisted_1$z = { class: "comments-wrap" };
|
|
17791
|
-
const _hoisted_2$
|
|
17791
|
+
const _hoisted_2$r = { class: "comment-list" };
|
|
17792
17792
|
const _hoisted_3$l = { class: "comment-top" };
|
|
17793
17793
|
const _hoisted_4$g = { class: "comment-owner" };
|
|
17794
17794
|
const _hoisted_5$e = { class: "comment-time" };
|
|
@@ -17839,7 +17839,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
17839
17839
|
};
|
|
17840
17840
|
return (_ctx, _cache) => {
|
|
17841
17841
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$z, [
|
|
17842
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
17842
|
+
vue.createElementVNode("div", _hoisted_2$r, [
|
|
17843
17843
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(comments), (comment) => {
|
|
17844
17844
|
var _a2, _b, _c;
|
|
17845
17845
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -17909,7 +17909,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
17909
17909
|
});
|
|
17910
17910
|
const Comments = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-c4b41dc0"]]);
|
|
17911
17911
|
const _hoisted_1$y = { class: "page-top" };
|
|
17912
|
-
const _hoisted_2$
|
|
17912
|
+
const _hoisted_2$q = { class: "top-title" };
|
|
17913
17913
|
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
17914
17914
|
__name: "PageTitle",
|
|
17915
17915
|
props: {
|
|
@@ -17921,7 +17921,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
17921
17921
|
setup(__props) {
|
|
17922
17922
|
return (_ctx, _cache) => {
|
|
17923
17923
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$y, [
|
|
17924
|
-
vue.createElementVNode("h1", _hoisted_2$
|
|
17924
|
+
vue.createElementVNode("h1", _hoisted_2$q, [
|
|
17925
17925
|
vue.renderSlot(_ctx.$slots, "default"),
|
|
17926
17926
|
vue.createTextVNode(" " + vue.toDisplayString(__props.value), 1)
|
|
17927
17927
|
])
|
|
@@ -17930,7 +17930,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
17930
17930
|
}
|
|
17931
17931
|
});
|
|
17932
17932
|
const _hoisted_1$x = { class: "table-list-wrap h-100" };
|
|
17933
|
-
const _hoisted_2$
|
|
17933
|
+
const _hoisted_2$p = { class: "infinite-wrapper" };
|
|
17934
17934
|
const _hoisted_3$k = { class: "row first-row" };
|
|
17935
17935
|
const _hoisted_4$f = ["onClick"];
|
|
17936
17936
|
const _hoisted_5$d = { class: "flex" };
|
|
@@ -17971,7 +17971,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
17971
17971
|
};
|
|
17972
17972
|
return (_ctx, _cache) => {
|
|
17973
17973
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$x, [
|
|
17974
|
-
vue.createElementVNode("table", _hoisted_2$
|
|
17974
|
+
vue.createElementVNode("table", _hoisted_2$p, [
|
|
17975
17975
|
vue.createElementVNode("thead", _hoisted_3$k, [
|
|
17976
17976
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(computedSchema.value, (field) => {
|
|
17977
17977
|
return vue.openBlock(), vue.createElementBlock("th", {
|
|
@@ -18064,7 +18064,7 @@ const _hoisted_1$v = {
|
|
|
18064
18064
|
key: 0,
|
|
18065
18065
|
class: "data"
|
|
18066
18066
|
};
|
|
18067
|
-
const _hoisted_2$
|
|
18067
|
+
const _hoisted_2$o = {
|
|
18068
18068
|
key: 0,
|
|
18069
18069
|
class: "data-row"
|
|
18070
18070
|
};
|
|
@@ -18095,7 +18095,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
18095
18095
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
18096
18096
|
key: field.id
|
|
18097
18097
|
}, [
|
|
18098
|
-
vue.unref(iffer)(field, itemData.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
18098
|
+
vue.unref(iffer)(field, itemData.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$o, [
|
|
18099
18099
|
vue.createElementVNode("div", _hoisted_3$j, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1),
|
|
18100
18100
|
vue.createVNode(vue.unref(_sfc_main$g), {
|
|
18101
18101
|
field,
|
|
@@ -18210,11 +18210,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
18210
18210
|
};
|
|
18211
18211
|
}
|
|
18212
18212
|
});
|
|
18213
|
-
const _hoisted_1$t =
|
|
18214
|
-
key: 0,
|
|
18215
|
-
type: "hidden"
|
|
18216
|
-
};
|
|
18217
|
-
const _hoisted_2$o = ["onClick"];
|
|
18213
|
+
const _hoisted_1$t = ["onClick"];
|
|
18218
18214
|
const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
18219
18215
|
__name: "ComboBox",
|
|
18220
18216
|
props: {
|
|
@@ -18304,7 +18300,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
18304
18300
|
placeholder: "Search",
|
|
18305
18301
|
icon: "search",
|
|
18306
18302
|
modelValue: vue.unref(search),
|
|
18307
|
-
"onUpdate:modelValue": _cache[
|
|
18303
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(search) ? search.value = $event : search = $event)
|
|
18308
18304
|
}, null, 8, ["modelValue"])) : vue.createCommentVNode("", true),
|
|
18309
18305
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(filteredOptions.value, (option2, i2) => {
|
|
18310
18306
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -18320,7 +18316,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
18320
18316
|
key: 0,
|
|
18321
18317
|
icon: "check"
|
|
18322
18318
|
})) : vue.createCommentVNode("", true)
|
|
18323
|
-
], 10,
|
|
18319
|
+
], 10, _hoisted_1$t);
|
|
18324
18320
|
}), 128))
|
|
18325
18321
|
]),
|
|
18326
18322
|
_: 2
|
|
@@ -18328,20 +18324,28 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
18328
18324
|
]),
|
|
18329
18325
|
default: vue.withCtx(() => [
|
|
18330
18326
|
vue.createElementVNode("button", {
|
|
18327
|
+
type: "button",
|
|
18331
18328
|
class: "combobox-btn",
|
|
18332
18329
|
onClick: toggle
|
|
18333
18330
|
}, [
|
|
18334
18331
|
vue.createTextVNode(vue.toDisplayString(valueToLabel(vue.unref(selectedItem)) || _ctx.placeholder || "Select") + " ", 1),
|
|
18335
18332
|
vue.createVNode(vue.unref(_sfc_main$C), vue.normalizeProps(vue.guardReactiveProps({ "icon": vue.unref(open) ? "unfold_less" : "unfold_more" })), null, 16)
|
|
18336
18333
|
]),
|
|
18337
|
-
_ctx.required ? (vue.openBlock(), vue.createElementBlock("input",
|
|
18334
|
+
_ctx.required ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("input", {
|
|
18335
|
+
key: 0,
|
|
18336
|
+
style: { "width": "0", "height": "0", "position": "absolute", "opacity": "0", "z-index": "-1" },
|
|
18337
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(selectedItem) ? selectedItem.value = $event : selectedItem = $event),
|
|
18338
|
+
required: ""
|
|
18339
|
+
}, null, 512)), [
|
|
18340
|
+
[vue.vModelText, vue.unref(selectedItem)]
|
|
18341
|
+
]) : vue.createCommentVNode("", true)
|
|
18338
18342
|
]),
|
|
18339
18343
|
_: 1
|
|
18340
18344
|
});
|
|
18341
18345
|
};
|
|
18342
18346
|
}
|
|
18343
18347
|
});
|
|
18344
|
-
const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-
|
|
18348
|
+
const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-6c62bdf1"]]);
|
|
18345
18349
|
const _withScopeId$2 = (n2) => (vue.pushScopeId("data-v-fe5af582"), n2 = n2(), vue.popScopeId(), n2);
|
|
18346
18350
|
const _hoisted_1$s = { class: "bar-chart" };
|
|
18347
18351
|
const _hoisted_2$n = {
|
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$y = { 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$y, [
|
|
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$x = {
|
|
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$x, [
|
|
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$w = { 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$w, [
|
|
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$v = ["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$v),
|
|
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$u = { 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$u, [
|
|
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$t = { 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$t, [
|
|
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$s = { 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$s, [
|
|
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$r = { 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$r, [
|
|
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$q = { 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$q, [
|
|
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$p = { 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$p, [
|
|
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$o = {
|
|
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$o, [
|
|
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: {
|
|
@@ -18302,7 +18298,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18302
18298
|
placeholder: "Search",
|
|
18303
18299
|
icon: "search",
|
|
18304
18300
|
modelValue: unref(search),
|
|
18305
|
-
"onUpdate:modelValue": _cache[
|
|
18301
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(search) ? search.value = $event : search = $event)
|
|
18306
18302
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true),
|
|
18307
18303
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(filteredOptions.value, (option2, i2) => {
|
|
18308
18304
|
return openBlock(), createElementBlock("div", {
|
|
@@ -18318,7 +18314,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18318
18314
|
key: 0,
|
|
18319
18315
|
icon: "check"
|
|
18320
18316
|
})) : createCommentVNode("", true)
|
|
18321
|
-
], 10,
|
|
18317
|
+
], 10, _hoisted_1$t);
|
|
18322
18318
|
}), 128))
|
|
18323
18319
|
]),
|
|
18324
18320
|
_: 2
|
|
@@ -18326,20 +18322,28 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18326
18322
|
]),
|
|
18327
18323
|
default: withCtx(() => [
|
|
18328
18324
|
createElementVNode("button", {
|
|
18325
|
+
type: "button",
|
|
18329
18326
|
class: "combobox-btn",
|
|
18330
18327
|
onClick: toggle
|
|
18331
18328
|
}, [
|
|
18332
18329
|
createTextVNode(toDisplayString(valueToLabel(unref(selectedItem)) || _ctx.placeholder || "Select") + " ", 1),
|
|
18333
18330
|
createVNode(unref(_sfc_main$C), normalizeProps(guardReactiveProps({ "icon": unref(open) ? "unfold_less" : "unfold_more" })), null, 16)
|
|
18334
18331
|
]),
|
|
18335
|
-
_ctx.required ? (openBlock(), createElementBlock("input",
|
|
18332
|
+
_ctx.required ? withDirectives((openBlock(), createElementBlock("input", {
|
|
18333
|
+
key: 0,
|
|
18334
|
+
style: { "width": "0", "height": "0", "position": "absolute", "opacity": "0", "z-index": "-1" },
|
|
18335
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(selectedItem) ? selectedItem.value = $event : selectedItem = $event),
|
|
18336
|
+
required: ""
|
|
18337
|
+
}, null, 512)), [
|
|
18338
|
+
[vModelText, unref(selectedItem)]
|
|
18339
|
+
]) : createCommentVNode("", true)
|
|
18336
18340
|
]),
|
|
18337
18341
|
_: 1
|
|
18338
18342
|
});
|
|
18339
18343
|
};
|
|
18340
18344
|
}
|
|
18341
18345
|
});
|
|
18342
|
-
const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-
|
|
18346
|
+
const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-6c62bdf1"]]);
|
|
18343
18347
|
const _withScopeId$2 = (n2) => (pushScopeId("data-v-fe5af582"), n2 = n2(), popScopeId(), n2);
|
|
18344
18348
|
const _hoisted_1$s = { class: "bar-chart" };
|
|
18345
18349
|
const _hoisted_2$n = {
|