@bagelink/vue 1.9.170 → 1.9.174
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/Dropdown.vue.d.ts.map +1 -1
- package/dist/dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/dialog/dialogTypes.d.ts +1 -1
- package/dist/dialog/dialogTypes.d.ts.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Dropdown.vue +1 -2
- package/src/components/form/inputs/ArrayInput.vue +1 -1
- package/src/dialog/Dialog.vue +66 -0
- package/src/dialog/dialogTypes.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5258,6 +5258,7 @@ const Yw = {
|
|
|
5258
5258
|
ref_key: "triggerWrapRef",
|
|
5259
5259
|
ref: l
|
|
5260
5260
|
}, Y.$attrs, {
|
|
5261
|
+
onClick: F,
|
|
5261
5262
|
onMouseenter: z,
|
|
5262
5263
|
onMouseleave: B,
|
|
5263
5264
|
onFocus: z,
|
|
@@ -5278,8 +5279,7 @@ const Yw = {
|
|
|
5278
5279
|
outline: e.outline,
|
|
5279
5280
|
round: e.round,
|
|
5280
5281
|
color: e.color,
|
|
5281
|
-
disabled: e.disabled
|
|
5282
|
-
onClick: F
|
|
5282
|
+
disabled: e.disabled
|
|
5283
5283
|
}, null, 8, ["class", "iconEnd", "icon", "value", "thin", "flat", "outline", "round", "color", "disabled"])
|
|
5284
5284
|
])
|
|
5285
5285
|
], 16),
|
|
@@ -8007,7 +8007,7 @@ const Ss = /* @__PURE__ */ Te({
|
|
|
8007
8007
|
}, X2 = {
|
|
8008
8008
|
key: 1,
|
|
8009
8009
|
class: "txt12 txt-gray-50 mb-05"
|
|
8010
|
-
}, K2 = ["onDragenter", "onDrop"], J2 = { class: "grid gap-05 grid-array-line align-items-center" }, Z2 = { class: "ellipsis-1" }, Q2 = {
|
|
8010
|
+
}, K2 = ["onDragenter", "onDrop"], J2 = { class: "grid gap-05 grid-array-line align-items-center pe-025" }, Z2 = { class: "ellipsis-1" }, Q2 = {
|
|
8011
8011
|
key: 0,
|
|
8012
8012
|
class: "array-input-row grid gap-05 align-items-center"
|
|
8013
8013
|
}, ni = /* @__PURE__ */ Te({
|
|
@@ -37106,7 +37106,7 @@ const MD = {
|
|
|
37106
37106
|
},
|
|
37107
37107
|
emits: ["update:open", "close"],
|
|
37108
37108
|
setup(e, { expose: t, emit: n }) {
|
|
37109
|
-
const a = e, r = n, o = R(null), l = R(!1), i = R(!0), s = H(() => MD[a.width]), c = H(() => a.position === "left" ? "dialog-left ms-1 me-auto mt-1 mb-1 height-100-2 m_m-0 m_h-100vh m_max-h-100vh m_radius-0" : a.position === "right" ? "dialog-right me-1 ms-auto mt-1 mb-1 height-100-2 m_m-0 m_h-100vh m_max-h-100vh m_radius-0" : "dialog-center mx-auto");
|
|
37109
|
+
const a = e, r = n, o = R(null), l = R(!1), i = R(!0), s = H(() => MD[a.width]), c = H(() => a.position === "left" ? "dialog-left ms-1 me-auto mt-1 mb-1 height-100-2 m_m-0 m_h-100vh m_max-h-100vh m_radius-0" : a.position === "right" ? "dialog-right me-1 ms-auto mt-1 mb-1 height-100-2 m_m-0 m_h-100vh m_max-h-100vh m_radius-0" : a.position === "top" ? "dialog-top mx-auto mt-1 mb-auto" : a.position === "bottom" ? "dialog-bottom mx-auto mb-1 mt-auto" : "dialog-center mx-auto");
|
|
37110
37110
|
Re(() => a.open, (p) => {
|
|
37111
37111
|
var b;
|
|
37112
37112
|
p ? ((b = o.value) == null || b.showModal(), l.value = !1, i.value = !1, setTimeout(() => {
|
|
@@ -37206,7 +37206,7 @@ const MD = {
|
|
|
37206
37206
|
})) : U("", !0)
|
|
37207
37207
|
], 38));
|
|
37208
37208
|
}
|
|
37209
|
-
}), Od = /* @__PURE__ */ Ke(ID, [["__scopeId", "data-v-
|
|
37209
|
+
}), Od = /* @__PURE__ */ Ke(ID, [["__scopeId", "data-v-de4f607d"]]), ND = /* @__PURE__ */ Te({
|
|
37210
37210
|
__name: "DialogConfirm",
|
|
37211
37211
|
props: {
|
|
37212
37212
|
open: { type: Boolean },
|