@bagelink/vue 1.15.102 → 1.15.104
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/form/inputs/ColorInput.vue.d.ts.map +1 -1
- package/dist/dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +9 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/form/inputs/ColorInput.vue +13 -8
- package/src/dialog/Dialog.vue +11 -2
- package/src/styles/dark.css +5 -31
package/dist/index.mjs
CHANGED
|
@@ -17518,18 +17518,18 @@ var i4 = {
|
|
|
17518
17518
|
Je(L("input", pt({
|
|
17519
17519
|
id: e.id,
|
|
17520
17520
|
"onUpdate:modelValue": d[0] || (d[0] = (c) => s.value = c),
|
|
17521
|
-
class: ["border", {
|
|
17522
|
-
"no-edit": !e.editMode,
|
|
17523
|
-
"opacity-1": !s.value
|
|
17524
|
-
}],
|
|
17525
17521
|
type: "color",
|
|
17526
17522
|
placeholder: y(ze)(e.placeholder) || y(ze)(e.label),
|
|
17523
|
+
class: {
|
|
17524
|
+
"no-edit": !e.editMode,
|
|
17525
|
+
"opacity-1": !s.value
|
|
17526
|
+
},
|
|
17527
17527
|
required: e.required
|
|
17528
17528
|
}, e.nativeInputAttrs), null, 16, h4), [[ao, s.value]]),
|
|
17529
17529
|
e.small ? z("", !0) : Je((_(), S("input", {
|
|
17530
17530
|
key: 0,
|
|
17531
17531
|
"onUpdate:modelValue": d[1] || (d[1] = (c) => s.value = c),
|
|
17532
|
-
class: "flex-grow-1
|
|
17532
|
+
class: "flex-grow-1 colorInputPick",
|
|
17533
17533
|
type: "text",
|
|
17534
17534
|
placeholder: y(l)("color.placeholder")
|
|
17535
17535
|
}, null, 8, m4)), [[ao, s.value]]),
|
|
@@ -48355,7 +48355,7 @@ var SB = {
|
|
|
48355
48355
|
return t({ close: v }), (b, m) => (_(), S("dialog", {
|
|
48356
48356
|
ref_key: "dialogRef",
|
|
48357
48357
|
ref: i,
|
|
48358
|
-
class: re([[d.value, { "is-closing": l.value }], "border-none shadow-30 p-0 testMe1"]),
|
|
48358
|
+
class: re([[d.value, { "is-closing": l.value }], "border-none shadow-30 p-0 testMe1 dialog-no-focus-outline"]),
|
|
48359
48359
|
style: be({ "--dialog-width": u.value }),
|
|
48360
48360
|
onClick: p,
|
|
48361
48361
|
onCancel: h,
|
|
@@ -48363,6 +48363,8 @@ var SB = {
|
|
|
48363
48363
|
}, [
|
|
48364
48364
|
L("div", {
|
|
48365
48365
|
class: "grid grid-dialog max-height-100-2",
|
|
48366
|
+
tabindex: "-1",
|
|
48367
|
+
autofocus: "",
|
|
48366
48368
|
onClick: m[0] || (m[0] = Ze(() => {
|
|
48367
48369
|
}, ["stop"]))
|
|
48368
48370
|
}, [
|
|
@@ -48435,7 +48437,7 @@ var SB = {
|
|
|
48435
48437
|
})) : z("", !0)
|
|
48436
48438
|
], 38));
|
|
48437
48439
|
}
|
|
48438
|
-
}), Xa = /* @__PURE__ */ Ne(CB, [["__scopeId", "data-v-
|
|
48440
|
+
}), Xa = /* @__PURE__ */ Ne(CB, [["__scopeId", "data-v-58e0490a"]]), kB = /* @__PURE__ */ _e({
|
|
48439
48441
|
__name: "DialogConfirm",
|
|
48440
48442
|
props: {
|
|
48441
48443
|
open: { type: Boolean },
|