@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
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$z = { 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$z, [
|
|
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$y = {
|
|
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$y, [
|
|
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$x = { 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$x, [
|
|
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$w = ["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$w),
|
|
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$v = { 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$v, [
|
|
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$u = { 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$u, [
|
|
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$t = { 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$t, [
|
|
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$s = { 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$s, [
|
|
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$r = { 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$r, [
|
|
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$q = { 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$q, [
|
|
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$p = {
|
|
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$p, [
|
|
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,7 +18208,11 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
18208
18208
|
};
|
|
18209
18209
|
}
|
|
18210
18210
|
});
|
|
18211
|
-
const _hoisted_1$t =
|
|
18211
|
+
const _hoisted_1$t = {
|
|
18212
|
+
key: 0,
|
|
18213
|
+
type: "hidden"
|
|
18214
|
+
};
|
|
18215
|
+
const _hoisted_2$o = ["onClick"];
|
|
18212
18216
|
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
18213
18217
|
__name: "ComboBox",
|
|
18214
18218
|
props: {
|
|
@@ -18216,7 +18220,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18216
18220
|
placeholder: {},
|
|
18217
18221
|
disabled: { type: Boolean },
|
|
18218
18222
|
modelValue: {},
|
|
18219
|
-
searchable: { type: Boolean }
|
|
18223
|
+
searchable: { type: Boolean },
|
|
18224
|
+
required: { type: Boolean }
|
|
18220
18225
|
},
|
|
18221
18226
|
emits: ["update:modelValue"],
|
|
18222
18227
|
setup(__props, { emit: __emit }) {
|
|
@@ -18285,7 +18290,6 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18285
18290
|
}, {
|
|
18286
18291
|
popper: withCtx(({ hide }) => [
|
|
18287
18292
|
createVNode(unref(_sfc_main$n), {
|
|
18288
|
-
border: "",
|
|
18289
18293
|
thin: "",
|
|
18290
18294
|
class: "combobox-options"
|
|
18291
18295
|
}, {
|
|
@@ -18314,31 +18318,28 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18314
18318
|
key: 0,
|
|
18315
18319
|
icon: "check"
|
|
18316
18320
|
})) : createCommentVNode("", true)
|
|
18317
|
-
], 10,
|
|
18321
|
+
], 10, _hoisted_2$o);
|
|
18318
18322
|
}), 128))
|
|
18319
18323
|
]),
|
|
18320
18324
|
_: 2
|
|
18321
18325
|
}, 1024)
|
|
18322
18326
|
]),
|
|
18323
18327
|
default: withCtx(() => [
|
|
18324
|
-
|
|
18328
|
+
createElementVNode("button", {
|
|
18325
18329
|
class: "combobox-btn",
|
|
18326
|
-
border: "",
|
|
18327
|
-
color: "black",
|
|
18328
18330
|
onClick: toggle
|
|
18329
|
-
},
|
|
18330
|
-
|
|
18331
|
-
|
|
18332
|
-
|
|
18333
|
-
|
|
18334
|
-
}, 16)
|
|
18331
|
+
}, [
|
|
18332
|
+
createTextVNode(toDisplayString(valueToLabel(unref(selectedItem)) || _ctx.placeholder || "Select") + " ", 1),
|
|
18333
|
+
createVNode(unref(_sfc_main$C), normalizeProps(guardReactiveProps({ "icon": unref(open) ? "unfold_less" : "unfold_more" })), null, 16)
|
|
18334
|
+
]),
|
|
18335
|
+
_ctx.required ? (openBlock(), createElementBlock("input", _hoisted_1$t)) : createCommentVNode("", true)
|
|
18335
18336
|
]),
|
|
18336
18337
|
_: 1
|
|
18337
18338
|
});
|
|
18338
18339
|
};
|
|
18339
18340
|
}
|
|
18340
18341
|
});
|
|
18341
|
-
const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-
|
|
18342
|
+
const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-32f19dd0"]]);
|
|
18342
18343
|
const _withScopeId$2 = (n2) => (pushScopeId("data-v-fe5af582"), n2 = n2(), popScopeId(), n2);
|
|
18343
18344
|
const _hoisted_1$s = { class: "bar-chart" };
|
|
18344
18345
|
const _hoisted_2$n = {
|
|
@@ -18647,7 +18648,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18647
18648
|
};
|
|
18648
18649
|
}
|
|
18649
18650
|
});
|
|
18650
|
-
const _withScopeId$1 = (n2) => (pushScopeId("data-v-
|
|
18651
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-e8219826"), n2 = n2(), popScopeId(), n2);
|
|
18651
18652
|
const _hoisted_1$q = ["title"];
|
|
18652
18653
|
const _hoisted_2$m = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("svg", {
|
|
18653
18654
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -18694,13 +18695,15 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18694
18695
|
}, null, 8, _hoisted_4$c), [
|
|
18695
18696
|
[vModelCheckbox, checked.value]
|
|
18696
18697
|
]),
|
|
18697
|
-
|
|
18698
|
+
renderSlot(_ctx.$slots, "label", {}, () => [
|
|
18699
|
+
createTextVNode(toDisplayString(_ctx.label), 1)
|
|
18700
|
+
], true)
|
|
18698
18701
|
])
|
|
18699
18702
|
], 10, _hoisted_1$q);
|
|
18700
18703
|
};
|
|
18701
18704
|
}
|
|
18702
18705
|
});
|
|
18703
|
-
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
18706
|
+
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-e8219826"]]);
|
|
18704
18707
|
function toDate(argument) {
|
|
18705
18708
|
const argStr = Object.prototype.toString.call(argument);
|
|
18706
18709
|
if (argument instanceof Date || typeof argument === "object" && argStr === "[object Date]") {
|
|
@@ -28763,7 +28766,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
28763
28766
|
required: _ctx.required,
|
|
28764
28767
|
placeholder: _ctx.placeholder,
|
|
28765
28768
|
modelValue: seletValue.value,
|
|
28766
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => seletValue.value = $event)
|
|
28769
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => seletValue.value = $event),
|
|
28770
|
+
"close-on-select": true
|
|
28767
28771
|
}, _ctx.extraProps), null, 16, ["id", "options", "required", "placeholder", "modelValue"])
|
|
28768
28772
|
], 8, _hoisted_2$i)
|
|
28769
28773
|
]);
|
package/dist/plugins/modal.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export interface ModalFormOptions {
|
|
|
13
13
|
title?: string;
|
|
14
14
|
dismissable?: boolean;
|
|
15
15
|
schema: BglFormSchemaT<any> | (() => BglFormSchemaT) | BglFormSchemaT;
|
|
16
|
-
onSubmit?: (formData: any) => Promise<
|
|
16
|
+
onSubmit?: (formData: any) => Promise<void>;
|
|
17
17
|
onDelete?: (id: string) => Promise<void>;
|
|
18
18
|
onError?: ((err: any) => void);
|
|
19
19
|
modelValue?: Record<string, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../src/plugins/modal.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,YAAY,EACf,MAAM,KAAK,CAAC;AACb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAClC,OAAO,KAAK,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhE,MAAM,WAAW,YAAY;
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../src/plugins/modal.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,YAAY,EACf,MAAM,KAAK,CAAC;AACb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAClC,OAAO,KAAK,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhE,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,EAAE,cAAc,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,cAAc,CAAC,GAAG,cAAc,CAAA;IACrE,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,GAAG,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC5C,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACzC,OAAO,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACjC,qBAAqB,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;CAC5C;AAED,MAAM,WAAW,mBAAmB;IAClC,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACpC,SAAS,EAAE,OAAO,GAAG,WAAW,CAAC;IACjC,YAAY,EAAE,YAAY,GAAG,gBAAgB,CAAA;CAC9C;AACD,MAAM,WAAW,uBAAuB;IACtC,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACpC,SAAS,EAAE,WAAW,CAAC;IACvB,YAAY,EAAE,gBAAgB,CAAA;CAC/B;AACD,MAAM,WAAW,QAAQ;IACvB,SAAS,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,CAAC;IACxE,aAAa,EAAE,CAAC,OAAO,EAAE,gBAAgB,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,uBAAuB,GAAG,SAAS,CAAC;IAC/G,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC;AAED,eAAO,MAAM,WAAW,EAAE,YAAY,CAAC,QAAQ,CAAmB,CAAC;AAEnE,eAAO,MAAM,QAAQ,QAAO,QAI3B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,MAyCzB,CAAC"}
|