@bagelink/vue 0.0.276 → 0.0.280
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 +2 -0
- package/dist/components/ComboBox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CheckInput.vue.d.ts +9 -4
- package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/index.cjs +44 -40
- package/dist/index.mjs +44 -40
- package/dist/plugins/modal.d.ts +1 -1
- package/dist/plugins/modal.d.ts.map +1 -1
- package/dist/style.css +444 -469
- package/package.json +1 -1
- package/src/components/ComboBox.vue +75 -69
- package/src/components/form/inputs/CheckInput.vue +55 -53
- package/src/components/form/inputs/SelectInput.vue +272 -284
- package/src/components/formkit/Toggle.vue +85 -100
- package/src/plugins/modal.ts +23 -23
- package/src/styles/buttons.css +38 -40
- package/src/styles/inputs.css +100 -109
- package/src/styles/layout.css +0 -1
- package/src/styles/text.css +0 -21
|
@@ -8,6 +8,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
8
8
|
disabled?: boolean | undefined;
|
|
9
9
|
modelValue?: Option | undefined;
|
|
10
10
|
searchable?: boolean | undefined;
|
|
11
|
+
required?: boolean | undefined;
|
|
11
12
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
13
|
"update:modelValue": (...args: any[]) => void;
|
|
13
14
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -16,6 +17,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
16
17
|
disabled?: boolean | undefined;
|
|
17
18
|
modelValue?: Option | undefined;
|
|
18
19
|
searchable?: boolean | undefined;
|
|
20
|
+
required?: boolean | undefined;
|
|
19
21
|
}>>> & {
|
|
20
22
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
21
23
|
}, {}, {}>;
|
|
@@ -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":"AAyBA;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;;aAmRrF,MAAM,EAAE;;;;;;;;;aAAR,MAAM,EAAE;;;;;;;;;AANnB,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"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
modelValue: import("vue").PropType<boolean>;
|
|
3
3
|
label: {
|
|
4
4
|
type: import("vue").PropType<string>;
|
|
5
|
-
required: true;
|
|
6
5
|
};
|
|
7
6
|
id: {
|
|
8
7
|
type: import("vue").PropType<string>;
|
|
@@ -20,7 +19,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
19
|
modelValue: import("vue").PropType<boolean>;
|
|
21
20
|
label: {
|
|
22
21
|
type: import("vue").PropType<string>;
|
|
23
|
-
required: true;
|
|
24
22
|
};
|
|
25
23
|
id: {
|
|
26
24
|
type: import("vue").PropType<string>;
|
|
@@ -34,6 +32,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
32
|
required: {
|
|
35
33
|
type: import("vue").PropType<boolean>;
|
|
36
34
|
};
|
|
37
|
-
}>>, {}, {}
|
|
35
|
+
}>>, {}, {}>, {
|
|
36
|
+
label?(_: {}): any;
|
|
37
|
+
}>;
|
|
38
38
|
export default _default;
|
|
39
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
+
new (): {
|
|
41
|
+
$slots: S;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
39
44
|
//# sourceMappingURL=CheckInput.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/CheckInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CheckInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/CheckInput.vue"],"names":[],"mappings":"AAeA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2KA,wBAAwG;AAGxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/SelectInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SelectInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/SelectInput.vue"],"names":[],"mappings":"AAUA;AAOA,KAAK,MAAM,GAAG;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AACF,KAAK,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;;;;;;;;aAwI/B,SAAS,EAAE,GAAG,MAAM;;;;;;;;;;;aAApB,SAAS,EAAE,GAAG,MAAM;;;;;AAZ/B,wBAgBG;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$z = { 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$z, [
|
|
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$y = {
|
|
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$y, [
|
|
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$x = { 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$x, [
|
|
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$w = ["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$w),
|
|
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$v = { 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$v, [
|
|
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$u = { 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$u, [
|
|
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$t = { 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$t, [
|
|
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$s = { 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$s, [
|
|
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$r = { 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$r, [
|
|
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$q = { 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$q, [
|
|
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$p = {
|
|
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$p, [
|
|
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,7 +18210,11 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
18210
18210
|
};
|
|
18211
18211
|
}
|
|
18212
18212
|
});
|
|
18213
|
-
const _hoisted_1$t =
|
|
18213
|
+
const _hoisted_1$t = {
|
|
18214
|
+
key: 0,
|
|
18215
|
+
type: "hidden"
|
|
18216
|
+
};
|
|
18217
|
+
const _hoisted_2$o = ["onClick"];
|
|
18214
18218
|
const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
18215
18219
|
__name: "ComboBox",
|
|
18216
18220
|
props: {
|
|
@@ -18218,7 +18222,8 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
18218
18222
|
placeholder: {},
|
|
18219
18223
|
disabled: { type: Boolean },
|
|
18220
18224
|
modelValue: {},
|
|
18221
|
-
searchable: { type: Boolean }
|
|
18225
|
+
searchable: { type: Boolean },
|
|
18226
|
+
required: { type: Boolean }
|
|
18222
18227
|
},
|
|
18223
18228
|
emits: ["update:modelValue"],
|
|
18224
18229
|
setup(__props, { emit: __emit }) {
|
|
@@ -18287,7 +18292,6 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
18287
18292
|
}, {
|
|
18288
18293
|
popper: vue.withCtx(({ hide }) => [
|
|
18289
18294
|
vue.createVNode(vue.unref(_sfc_main$n), {
|
|
18290
|
-
border: "",
|
|
18291
18295
|
thin: "",
|
|
18292
18296
|
class: "combobox-options"
|
|
18293
18297
|
}, {
|
|
@@ -18316,31 +18320,28 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
18316
18320
|
key: 0,
|
|
18317
18321
|
icon: "check"
|
|
18318
18322
|
})) : vue.createCommentVNode("", true)
|
|
18319
|
-
], 10,
|
|
18323
|
+
], 10, _hoisted_2$o);
|
|
18320
18324
|
}), 128))
|
|
18321
18325
|
]),
|
|
18322
18326
|
_: 2
|
|
18323
18327
|
}, 1024)
|
|
18324
18328
|
]),
|
|
18325
18329
|
default: vue.withCtx(() => [
|
|
18326
|
-
vue.
|
|
18330
|
+
vue.createElementVNode("button", {
|
|
18327
18331
|
class: "combobox-btn",
|
|
18328
|
-
border: "",
|
|
18329
|
-
color: "black",
|
|
18330
18332
|
onClick: toggle
|
|
18331
|
-
},
|
|
18332
|
-
|
|
18333
|
-
|
|
18334
|
-
|
|
18335
|
-
|
|
18336
|
-
}, 16)
|
|
18333
|
+
}, [
|
|
18334
|
+
vue.createTextVNode(vue.toDisplayString(valueToLabel(vue.unref(selectedItem)) || _ctx.placeholder || "Select") + " ", 1),
|
|
18335
|
+
vue.createVNode(vue.unref(_sfc_main$C), vue.normalizeProps(vue.guardReactiveProps({ "icon": vue.unref(open) ? "unfold_less" : "unfold_more" })), null, 16)
|
|
18336
|
+
]),
|
|
18337
|
+
_ctx.required ? (vue.openBlock(), vue.createElementBlock("input", _hoisted_1$t)) : vue.createCommentVNode("", true)
|
|
18337
18338
|
]),
|
|
18338
18339
|
_: 1
|
|
18339
18340
|
});
|
|
18340
18341
|
};
|
|
18341
18342
|
}
|
|
18342
18343
|
});
|
|
18343
|
-
const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-
|
|
18344
|
+
const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-32f19dd0"]]);
|
|
18344
18345
|
const _withScopeId$2 = (n2) => (vue.pushScopeId("data-v-fe5af582"), n2 = n2(), vue.popScopeId(), n2);
|
|
18345
18346
|
const _hoisted_1$s = { class: "bar-chart" };
|
|
18346
18347
|
const _hoisted_2$n = {
|
|
@@ -18649,7 +18650,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
18649
18650
|
};
|
|
18650
18651
|
}
|
|
18651
18652
|
});
|
|
18652
|
-
const _withScopeId$1 = (n2) => (vue.pushScopeId("data-v-
|
|
18653
|
+
const _withScopeId$1 = (n2) => (vue.pushScopeId("data-v-e8219826"), n2 = n2(), vue.popScopeId(), n2);
|
|
18653
18654
|
const _hoisted_1$q = ["title"];
|
|
18654
18655
|
const _hoisted_2$m = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("svg", {
|
|
18655
18656
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -18696,13 +18697,15 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18696
18697
|
}, null, 8, _hoisted_4$c), [
|
|
18697
18698
|
[vue.vModelCheckbox, checked.value]
|
|
18698
18699
|
]),
|
|
18699
|
-
vue.
|
|
18700
|
+
vue.renderSlot(_ctx.$slots, "label", {}, () => [
|
|
18701
|
+
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
18702
|
+
], true)
|
|
18700
18703
|
])
|
|
18701
18704
|
], 10, _hoisted_1$q);
|
|
18702
18705
|
};
|
|
18703
18706
|
}
|
|
18704
18707
|
});
|
|
18705
|
-
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
18708
|
+
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-e8219826"]]);
|
|
18706
18709
|
function toDate(argument) {
|
|
18707
18710
|
const argStr = Object.prototype.toString.call(argument);
|
|
18708
18711
|
if (argument instanceof Date || typeof argument === "object" && argStr === "[object Date]") {
|
|
@@ -28765,7 +28768,8 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
28765
28768
|
required: _ctx.required,
|
|
28766
28769
|
placeholder: _ctx.placeholder,
|
|
28767
28770
|
modelValue: seletValue.value,
|
|
28768
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => seletValue.value = $event)
|
|
28771
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => seletValue.value = $event),
|
|
28772
|
+
"close-on-select": true
|
|
28769
28773
|
}, _ctx.extraProps), null, 16, ["id", "options", "required", "placeholder", "modelValue"])
|
|
28770
28774
|
], 8, _hoisted_2$i)
|
|
28771
28775
|
]);
|