@bagelink/vue 0.0.260 → 0.0.262
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/Modal.vue.d.ts.map +1 -1
- package/dist/components/ModalForm.vue.d.ts +6 -0
- package/dist/components/ModalForm.vue.d.ts.map +1 -1
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +2 -0
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TextArea.vue.d.ts +2 -0
- package/dist/components/form/inputs/TextArea.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
- package/dist/index.cjs +59 -34
- package/dist/index.mjs +59 -34
- package/dist/plugins/modal.d.ts +1 -0
- package/dist/plugins/modal.d.ts.map +1 -1
- package/dist/style.css +42 -42
- package/package.json +1 -1
- package/src/components/Modal.vue +29 -6
- package/src/components/ModalForm.vue +43 -12
- package/src/components/TableSchema.vue +11 -3
- package/src/components/form/inputs/SelectInput.vue +12 -3
- package/src/components/form/inputs/TextArea.vue +2 -0
- package/src/components/form/inputs/TextInput.vue +55 -15
- package/src/plugins/modal.ts +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../src/components/Modal.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../src/components/Modal.vue"],"names":[],"mappings":"AAwCA;AAGA,OAAO,EACN,KAAK,UAAU,EACf,MAAM,eAAe,CAAC;AACvB,OAAO,qBAAqB,CAAC;;;;;;;;;;;;;;;;;;;;;;AAuN7B,wBAAwG;AACxG,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;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -26,6 +26,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
'onUpdate:isModalVisible': {
|
|
27
27
|
type: import("vue").PropType<(visible: boolean) => void>;
|
|
28
28
|
};
|
|
29
|
+
onError: {
|
|
30
|
+
type: import("vue").PropType<(err: any) => void>;
|
|
31
|
+
};
|
|
29
32
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
33
|
modelValue: import("vue").PropType<Record<string, any>>;
|
|
31
34
|
side: {
|
|
@@ -53,6 +56,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
56
|
'onUpdate:isModalVisible': {
|
|
54
57
|
type: import("vue").PropType<(visible: boolean) => void>;
|
|
55
58
|
};
|
|
59
|
+
onError: {
|
|
60
|
+
type: import("vue").PropType<(err: any) => void>;
|
|
61
|
+
};
|
|
56
62
|
}>>, {}, {}>;
|
|
57
63
|
export default _default;
|
|
58
64
|
//# sourceMappingURL=ModalForm.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalForm.vue.d.ts","sourceRoot":"","sources":["../../src/components/ModalForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModalForm.vue.d.ts","sourceRoot":"","sources":["../../src/components/ModalForm.vue"],"names":[],"mappings":"AAyCA;AAEA,OAAO,EACiB,KAAK,cAAc,EAAE,KAAK,UAAU,EAC3D,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;gDAmPC,GAAG,KAAK,QAAQ,IAAI,CAAC;;;0CAE3B,MAAM,KAAK,IAAI;;;+CAEO,OAAO,KAAK,IAAI;;;2CAEtC,GAAG,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;gDANN,GAAG,KAAK,QAAQ,IAAI,CAAC;;;0CAE3B,MAAM,KAAK,IAAI;;;+CAEO,OAAO,KAAK,IAAI;;;2CAEtC,GAAG,KAAK,IAAI;;;AAnB9B,wBAuBG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableSchema.vue.d.ts","sourceRoot":"","sources":["../../src/components/TableSchema.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TableSchema.vue.d.ts","sourceRoot":"","sources":["../../src/components/TableSchema.vue"],"names":[],"mappings":"AAmCA;AAGA,OAAO,EACN,KAAK,cAAc,EAGnB,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;AAmTvB,wBAAwG;AACxG,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;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -11,6 +11,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
11
11
|
placeholder?: string | undefined;
|
|
12
12
|
defaultValue?: string | number | undefined;
|
|
13
13
|
options: RawOption[] | string;
|
|
14
|
+
extraProps?: Record<string, any> | undefined;
|
|
14
15
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
16
|
"update:modelValue": (...args: any[]) => void;
|
|
16
17
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -21,6 +22,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
21
22
|
placeholder?: string | undefined;
|
|
22
23
|
defaultValue?: string | number | undefined;
|
|
23
24
|
options: RawOption[] | string;
|
|
25
|
+
extraProps?: Record<string, any> | undefined;
|
|
24
26
|
}>>> & {
|
|
25
27
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
26
28
|
}, {}, {}>;
|
|
@@ -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":"AA4BA;AAOA,KAAK,MAAM,GAAG;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB,CAAC;AACF,KAAK,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;;;;;;;;aAmJhC,SAAS,EAAE,GAAG,MAAM;;;;;;;;;;;aAApB,SAAS,EAAE,GAAG,MAAM;;;;;AAZ9B,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"}
|
|
@@ -7,6 +7,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
7
7
|
small?: boolean | undefined;
|
|
8
8
|
nativeInputAttrs?: Record<string, any> | undefined;
|
|
9
9
|
showCharacterLimit?: boolean | undefined;
|
|
10
|
+
required?: boolean | undefined;
|
|
10
11
|
}>, {
|
|
11
12
|
description: string;
|
|
12
13
|
editMode: boolean;
|
|
@@ -23,6 +24,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
23
24
|
small?: boolean | undefined;
|
|
24
25
|
nativeInputAttrs?: Record<string, any> | undefined;
|
|
25
26
|
showCharacterLimit?: boolean | undefined;
|
|
27
|
+
required?: boolean | undefined;
|
|
26
28
|
}>, {
|
|
27
29
|
description: string;
|
|
28
30
|
editMode: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/TextArea.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextArea.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/TextArea.vue"],"names":[],"mappings":"AAyBA;;;;gBAsKc,GAAG;;;;;;;;;;;;;;;;;gBAAH,GAAG;;;;;;;;;;;;;;;iBAFD,MAAM;WACZ,MAAM;iBAEA,MAAM;cACT,OAAO;;AAVpB,wBAiBG;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;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/TextInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/TextInput.vue"],"names":[],"mappings":"AA8DA;AAGA,OAAO,EACS,KAAK,aAAa,EACjC,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAmUd,MAAM;gBARA,MAAM,GAAG,MAAM;gBAOf,OAAO;kBASL,MAAM;;AA1BvB,wBA6BG;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;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
package/dist/index.cjs
CHANGED
|
@@ -14621,7 +14621,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
14621
14621
|
});
|
|
14622
14622
|
const _hoisted_1$F = { class: "full-nav" };
|
|
14623
14623
|
const _hoisted_2$z = { class: "nav-scroll" };
|
|
14624
|
-
const _hoisted_3$
|
|
14624
|
+
const _hoisted_3$q = { class: "nav-links-wrapper" };
|
|
14625
14625
|
const _hoisted_4$j = { class: "tooltip" };
|
|
14626
14626
|
const _hoisted_5$g = { class: "bot-buttons-wrapper" };
|
|
14627
14627
|
const _hoisted_6$b = { class: "tooltip" };
|
|
@@ -14656,7 +14656,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
14656
14656
|
], 32),
|
|
14657
14657
|
vue.createElementVNode("div", _hoisted_1$F, [
|
|
14658
14658
|
vue.createElementVNode("div", _hoisted_2$z, [
|
|
14659
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
14659
|
+
vue.createElementVNode("div", _hoisted_3$q, [
|
|
14660
14660
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.links, (link) => {
|
|
14661
14661
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(link.to ? "router-link" : "div"), {
|
|
14662
14662
|
class: "nav-button",
|
|
@@ -14911,13 +14911,15 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
14911
14911
|
schema: { type: Function },
|
|
14912
14912
|
onSubmit: { type: Function },
|
|
14913
14913
|
onDelete: { type: Function },
|
|
14914
|
-
"onUpdate:isModalVisible": { type: Function }
|
|
14914
|
+
"onUpdate:isModalVisible": { type: Function },
|
|
14915
|
+
onError: { type: Function }
|
|
14915
14916
|
}, {
|
|
14916
14917
|
"modelValue": { default: {} },
|
|
14917
14918
|
"modelModifiers": {}
|
|
14918
14919
|
}),
|
|
14919
14920
|
emits: ["update:modelValue"],
|
|
14920
14921
|
setup(__props) {
|
|
14922
|
+
const bagel = useBagel();
|
|
14921
14923
|
const props2 = __props;
|
|
14922
14924
|
const modal = vue.ref();
|
|
14923
14925
|
const computedFormSchema = vue.computed(() => {
|
|
@@ -14932,14 +14934,17 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
14932
14934
|
return (_a2 = modal.value) == null ? void 0 : _a2.closeModal();
|
|
14933
14935
|
};
|
|
14934
14936
|
const runSubmit = async () => {
|
|
14935
|
-
var _a2, _b, _c;
|
|
14937
|
+
var _a2, _b, _c, _d;
|
|
14936
14938
|
if (((_b = (_a2 = form.value) == null ? void 0 : _a2.validateForm) == null ? void 0 : _b.call(_a2)) === false)
|
|
14937
14939
|
return;
|
|
14938
14940
|
try {
|
|
14939
14941
|
await ((_c = props2.onSubmit) == null ? void 0 : _c.call(props2, formData.value));
|
|
14940
14942
|
closeModal();
|
|
14941
14943
|
} catch (err) {
|
|
14942
|
-
|
|
14944
|
+
if (props2.onError)
|
|
14945
|
+
props2.onError(err);
|
|
14946
|
+
else
|
|
14947
|
+
(_d = bagel == null ? void 0 : bagel.onError) == null ? void 0 : _d.call(bagel, err);
|
|
14943
14948
|
}
|
|
14944
14949
|
};
|
|
14945
14950
|
const runDelete = () => {
|
|
@@ -14998,7 +15003,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
14998
15003
|
};
|
|
14999
15004
|
}
|
|
15000
15005
|
});
|
|
15001
|
-
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-
|
|
15006
|
+
const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-82698669"]]);
|
|
15002
15007
|
const _hoisted_1$C = { class: "accordion-item" };
|
|
15003
15008
|
const _hoisted_2$w = {
|
|
15004
15009
|
key: 0,
|
|
@@ -15043,7 +15048,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
15043
15048
|
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-172f43f1"]]);
|
|
15044
15049
|
const _hoisted_1$B = { class: "card list-view grid thin" };
|
|
15045
15050
|
const _hoisted_2$v = { class: "list-header flex gap-3 align-items-top" };
|
|
15046
|
-
const _hoisted_3$
|
|
15051
|
+
const _hoisted_3$p = {
|
|
15047
15052
|
key: 0,
|
|
15048
15053
|
class: "bagel-input search-wrap"
|
|
15049
15054
|
};
|
|
@@ -15067,7 +15072,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
15067
15072
|
return (_ctx, _cache) => {
|
|
15068
15073
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$B, [
|
|
15069
15074
|
vue.createElementVNode("div", _hoisted_2$v, [
|
|
15070
|
-
_ctx.enableSearch ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$
|
|
15075
|
+
_ctx.enableSearch ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$p, [
|
|
15071
15076
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
15072
15077
|
placeholder: _ctx.searchPlaceholder,
|
|
15073
15078
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => searchTerm.value = $event),
|
|
@@ -15136,7 +15141,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
15136
15141
|
});
|
|
15137
15142
|
const _hoisted_1$z = { class: "card tabs-top" };
|
|
15138
15143
|
const _hoisted_2$t = { class: "tabs grid auto-flow-columns fit-content" };
|
|
15139
|
-
const _hoisted_3$
|
|
15144
|
+
const _hoisted_3$o = ["onClick"];
|
|
15140
15145
|
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
15141
15146
|
__name: "TabbedLayout",
|
|
15142
15147
|
props: {
|
|
@@ -15183,7 +15188,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
15183
15188
|
}, "tab"]),
|
|
15184
15189
|
key: tab,
|
|
15185
15190
|
onClick: ($event) => changeTab(tab)
|
|
15186
|
-
}, vue.toDisplayString(tab), 11, _hoisted_3$
|
|
15191
|
+
}, vue.toDisplayString(tab), 11, _hoisted_3$o);
|
|
15187
15192
|
}), 128))
|
|
15188
15193
|
])
|
|
15189
15194
|
]),
|
|
@@ -15202,7 +15207,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
15202
15207
|
const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-09fce741"]]);
|
|
15203
15208
|
const _hoisted_1$y = { class: "comments-wrap" };
|
|
15204
15209
|
const _hoisted_2$s = { class: "comment-list" };
|
|
15205
|
-
const _hoisted_3$
|
|
15210
|
+
const _hoisted_3$n = { class: "comment-top" };
|
|
15206
15211
|
const _hoisted_4$h = { class: "comment-owner" };
|
|
15207
15212
|
const _hoisted_5$e = { class: "comment-time" };
|
|
15208
15213
|
const _hoisted_6$a = { class: "comment-actions" };
|
|
@@ -15262,7 +15267,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
15262
15267
|
}, "comment"]),
|
|
15263
15268
|
key: comment.id
|
|
15264
15269
|
}, [
|
|
15265
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
15270
|
+
vue.createElementVNode("div", _hoisted_3$n, [
|
|
15266
15271
|
vue.createElementVNode("div", _hoisted_4$h, vue.toDisplayString(comment.sender.first_name) + " " + vue.toDisplayString(comment.sender.last_name), 1),
|
|
15267
15272
|
vue.createElementVNode("div", _hoisted_5$e, vue.toDisplayString(comment.updated_at.split("T")[0]), 1),
|
|
15268
15273
|
vue.createElementVNode("div", _hoisted_6$a, [
|
|
@@ -15344,7 +15349,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
15344
15349
|
});
|
|
15345
15350
|
const _hoisted_1$w = { class: "table-list-wrap h-100" };
|
|
15346
15351
|
const _hoisted_2$q = { class: "infinite-wrapper" };
|
|
15347
|
-
const _hoisted_3$
|
|
15352
|
+
const _hoisted_3$m = { class: "row first-row" };
|
|
15348
15353
|
const _hoisted_4$g = ["onClick"];
|
|
15349
15354
|
const _hoisted_5$d = { class: "flex" };
|
|
15350
15355
|
const _hoisted_6$9 = ["onClick"];
|
|
@@ -15385,7 +15390,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
15385
15390
|
return (_ctx, _cache) => {
|
|
15386
15391
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$w, [
|
|
15387
15392
|
vue.createElementVNode("table", _hoisted_2$q, [
|
|
15388
|
-
vue.createElementVNode("thead", _hoisted_3$
|
|
15393
|
+
vue.createElementVNode("thead", _hoisted_3$m, [
|
|
15389
15394
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(computedSchema.value, (field) => {
|
|
15390
15395
|
return vue.openBlock(), vue.createElementBlock("th", {
|
|
15391
15396
|
class: "col",
|
|
@@ -15441,7 +15446,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
15441
15446
|
};
|
|
15442
15447
|
}
|
|
15443
15448
|
});
|
|
15444
|
-
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-
|
|
15449
|
+
const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-2137a7a8"]]);
|
|
15445
15450
|
const _sfc_main$p = {};
|
|
15446
15451
|
const _hoisted_1$v = { class: "flex space-between" };
|
|
15447
15452
|
function _sfc_render$1(_ctx, _cache) {
|
|
@@ -15481,7 +15486,7 @@ const _hoisted_2$p = {
|
|
|
15481
15486
|
key: 0,
|
|
15482
15487
|
class: "data-row"
|
|
15483
15488
|
};
|
|
15484
|
-
const _hoisted_3$
|
|
15489
|
+
const _hoisted_3$l = { class: "key" };
|
|
15485
15490
|
const _hoisted_4$f = { key: 1 };
|
|
15486
15491
|
const _hoisted_5$c = { class: "key" };
|
|
15487
15492
|
const _hoisted_6$8 = { class: "vlue" };
|
|
@@ -15509,7 +15514,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
15509
15514
|
key: field.id
|
|
15510
15515
|
}, [
|
|
15511
15516
|
vue.unref(iffer)(field, itemData.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$p, [
|
|
15512
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
15517
|
+
vue.createElementVNode("div", _hoisted_3$l, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1),
|
|
15513
15518
|
vue.createVNode(vue.unref(_sfc_main$h), {
|
|
15514
15519
|
field,
|
|
15515
15520
|
modelValue: itemData.value,
|
|
@@ -15615,7 +15620,7 @@ const _hoisted_2$o = {
|
|
|
15615
15620
|
key: 0,
|
|
15616
15621
|
class: "group-wrap"
|
|
15617
15622
|
};
|
|
15618
|
-
const _hoisted_3$
|
|
15623
|
+
const _hoisted_3$k = { class: "group-title" };
|
|
15619
15624
|
const _hoisted_4$e = {
|
|
15620
15625
|
key: 1,
|
|
15621
15626
|
class: "bar-wrap"
|
|
@@ -15683,7 +15688,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
15683
15688
|
key: i2
|
|
15684
15689
|
}, [
|
|
15685
15690
|
item.group ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$o, [
|
|
15686
|
-
vue.createElementVNode("p", _hoisted_3$
|
|
15691
|
+
vue.createElementVNode("p", _hoisted_3$k, vue.toDisplayString(item.group), 1),
|
|
15687
15692
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((item == null ? void 0 : item.data) || [], (nested, i22) => {
|
|
15688
15693
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
15689
15694
|
key: i22,
|
|
@@ -15921,7 +15926,7 @@ const _hoisted_2$n = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.cr
|
|
|
15921
15926
|
}, [
|
|
15922
15927
|
/* @__PURE__ */ vue.createElementVNode("path", { d: "M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z" })
|
|
15923
15928
|
], -1));
|
|
15924
|
-
const _hoisted_3$
|
|
15929
|
+
const _hoisted_3$j = [
|
|
15925
15930
|
_hoisted_2$n
|
|
15926
15931
|
];
|
|
15927
15932
|
const _hoisted_4$d = ["id"];
|
|
@@ -15947,7 +15952,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
15947
15952
|
vue.createElementVNode("div", {
|
|
15948
15953
|
class: vue.normalizeClass(["check-square", { checked: checked.value }]),
|
|
15949
15954
|
onClick: _cache[0] || (_cache[0] = ($event) => checked.value = !checked.value)
|
|
15950
|
-
}, _hoisted_3$
|
|
15955
|
+
}, _hoisted_3$j, 2),
|
|
15951
15956
|
vue.createElementVNode("label", null, [
|
|
15952
15957
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
15953
15958
|
id: _ctx.id,
|
|
@@ -24624,7 +24629,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
24624
24629
|
});
|
|
24625
24630
|
const _hoisted_1$p = ["title"];
|
|
24626
24631
|
const _hoisted_2$l = { key: 0 };
|
|
24627
|
-
const _hoisted_3$
|
|
24632
|
+
const _hoisted_3$i = ["value", "placeholder"];
|
|
24628
24633
|
const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
24629
24634
|
__name: "JSONInput",
|
|
24630
24635
|
props: {
|
|
@@ -24656,7 +24661,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
24656
24661
|
onInput: handleInput,
|
|
24657
24662
|
class: vue.normalizeClass({ "no-edit": !_ctx.editMode }),
|
|
24658
24663
|
placeholder: _ctx.placeholder
|
|
24659
|
-
}, null, 42, _hoisted_3$
|
|
24664
|
+
}, null, 42, _hoisted_3$i)
|
|
24660
24665
|
], 10, _hoisted_1$p);
|
|
24661
24666
|
};
|
|
24662
24667
|
}
|
|
@@ -25654,7 +25659,7 @@ const _hoisted_1$o = {
|
|
|
25654
25659
|
class: "multiselect__tags"
|
|
25655
25660
|
};
|
|
25656
25661
|
const _hoisted_2$k = { class: "multiselect__tags-wrap" };
|
|
25657
|
-
const _hoisted_3$
|
|
25662
|
+
const _hoisted_3$h = { class: "multiselect__spinner" };
|
|
25658
25663
|
const _hoisted_4$c = { key: 0 };
|
|
25659
25664
|
const _hoisted_5$a = { class: "multiselect__option" };
|
|
25660
25665
|
const _hoisted_6$6 = { class: "multiselect__option" };
|
|
@@ -25749,7 +25754,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25749
25754
|
vue.renderSlot(_ctx.$slots, "loading", {}, () => [
|
|
25750
25755
|
vue.withDirectives(vue.createVNode(
|
|
25751
25756
|
"div",
|
|
25752
|
-
_hoisted_3$
|
|
25757
|
+
_hoisted_3$h,
|
|
25753
25758
|
null,
|
|
25754
25759
|
512
|
|
25755
25760
|
/* NEED_PATCH */
|
|
@@ -25969,6 +25974,7 @@ script$e.render = render$e;
|
|
|
25969
25974
|
const Multiselect = script$e;
|
|
25970
25975
|
const _hoisted_1$n = { class: "pb-1" };
|
|
25971
25976
|
const _hoisted_2$j = ["for"];
|
|
25977
|
+
const _hoisted_3$g = ["name", "required"];
|
|
25972
25978
|
const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
25973
25979
|
__name: "SelectInput",
|
|
25974
25980
|
props: {
|
|
@@ -25978,7 +25984,8 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
25978
25984
|
modelValue: {},
|
|
25979
25985
|
placeholder: {},
|
|
25980
25986
|
defaultValue: {},
|
|
25981
|
-
options: {}
|
|
25987
|
+
options: {},
|
|
25988
|
+
extraProps: {}
|
|
25982
25989
|
},
|
|
25983
25990
|
emits: ["update:modelValue"],
|
|
25984
25991
|
setup(__props, { emit: __emit }) {
|
|
@@ -26017,7 +26024,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
26017
26024
|
for: _ctx.id
|
|
26018
26025
|
}, [
|
|
26019
26026
|
vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
|
|
26020
|
-
vue.createVNode(vue.unref(Multiselect), {
|
|
26027
|
+
vue.createVNode(vue.unref(Multiselect), vue.mergeProps({
|
|
26021
26028
|
ref_key: "multiselect",
|
|
26022
26029
|
ref: multiselect,
|
|
26023
26030
|
id: _ctx.id,
|
|
@@ -26028,7 +26035,15 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
26028
26035
|
placeholder: _ctx.placeholder,
|
|
26029
26036
|
modelValue: seletValue.value,
|
|
26030
26037
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => seletValue.value = $event)
|
|
26031
|
-
}, null,
|
|
26038
|
+
}, _ctx.extraProps), null, 16, ["id", "options", "required", "placeholder", "modelValue"]),
|
|
26039
|
+
vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
|
|
26040
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => seletValue.value = $event),
|
|
26041
|
+
type: "hidden",
|
|
26042
|
+
name: _ctx.id,
|
|
26043
|
+
required: _ctx.required
|
|
26044
|
+
}, _ctx.extraProps), null, 16, _hoisted_3$g), [
|
|
26045
|
+
[vue.vModelText, seletValue.value]
|
|
26046
|
+
])
|
|
26032
26047
|
], 8, _hoisted_2$j)
|
|
26033
26048
|
]);
|
|
26034
26049
|
};
|
|
@@ -28830,7 +28845,16 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
28830
28845
|
);
|
|
28831
28846
|
return (_ctx, _cache) => {
|
|
28832
28847
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
28833
|
-
class: vue.normalizeClass(["bagel-input text-input", {
|
|
28848
|
+
class: vue.normalizeClass(["bagel-input text-input", {
|
|
28849
|
+
dense: _ctx.dense,
|
|
28850
|
+
small: _ctx.small,
|
|
28851
|
+
shrink: _ctx.shrink,
|
|
28852
|
+
toggleEdit: _ctx.toggleEdit,
|
|
28853
|
+
editMode: vue.unref(editMode),
|
|
28854
|
+
code: _ctx.code,
|
|
28855
|
+
textInputIconWrap: _ctx.icon,
|
|
28856
|
+
txtInputIconStart: _ctx.iconStart
|
|
28857
|
+
}]),
|
|
28834
28858
|
title: _ctx.title
|
|
28835
28859
|
}, [
|
|
28836
28860
|
vue.createElementVNode("label", { for: _ctx.id }, [
|
|
@@ -28890,14 +28914,14 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
28890
28914
|
};
|
|
28891
28915
|
}
|
|
28892
28916
|
});
|
|
28893
|
-
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
28917
|
+
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-e116816b"]]);
|
|
28894
28918
|
const _hoisted_1$j = ["title"];
|
|
28895
28919
|
const _hoisted_2$f = { key: 0 };
|
|
28896
28920
|
const _hoisted_3$c = {
|
|
28897
28921
|
key: 1,
|
|
28898
28922
|
class: "character-limit"
|
|
28899
28923
|
};
|
|
28900
|
-
const _hoisted_4$9 = ["value"];
|
|
28924
|
+
const _hoisted_4$9 = ["value", "required"];
|
|
28901
28925
|
const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
28902
28926
|
__name: "TextArea",
|
|
28903
28927
|
props: {
|
|
@@ -28908,7 +28932,8 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
28908
28932
|
editMode: { type: Boolean, default: true },
|
|
28909
28933
|
small: { type: Boolean },
|
|
28910
28934
|
nativeInputAttrs: {},
|
|
28911
|
-
showCharacterLimit: { type: Boolean }
|
|
28935
|
+
showCharacterLimit: { type: Boolean },
|
|
28936
|
+
required: { type: Boolean }
|
|
28912
28937
|
},
|
|
28913
28938
|
emits: ["update:modelValue"],
|
|
28914
28939
|
setup(__props, { emit: __emit }) {
|
|
@@ -28931,12 +28956,12 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
28931
28956
|
value: _ctx.modelValue,
|
|
28932
28957
|
onInput: handleInput,
|
|
28933
28958
|
class: { "no-edit": !_ctx.editMode }
|
|
28934
|
-
}, _ctx.nativeInputAttrs), null, 16, _hoisted_4$9)
|
|
28959
|
+
}, _ctx.nativeInputAttrs, { required: _ctx.required }), null, 16, _hoisted_4$9)
|
|
28935
28960
|
], 10, _hoisted_1$j);
|
|
28936
28961
|
};
|
|
28937
28962
|
}
|
|
28938
28963
|
});
|
|
28939
|
-
const TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
28964
|
+
const TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-64dc9f53"]]);
|
|
28940
28965
|
const _hoisted_1$i = { class: "primary-checkbox" };
|
|
28941
28966
|
const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
28942
28967
|
__name: "Checkbox",
|