@up-packages/ui 0.13.0-qa → 0.14.0-qa
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/UpxTitleBar/UpxTitleBar.vue.d.ts +1 -0
- package/dist/components/UpxTitleBar/types.d.ts +1 -0
- package/dist/up-ui.css +1 -1
- package/dist/uplexis-ui.js +8 -4
- package/dist/uplexis-ui.js.map +1 -1
- package/dist/uplexis-ui.umd.cjs +1 -1
- package/dist/uplexis-ui.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/uplexis-ui.js
CHANGED
|
@@ -18841,7 +18841,8 @@ const $k = z({
|
|
|
18841
18841
|
disabled: { type: Boolean, default: !1 },
|
|
18842
18842
|
bordered: { type: Boolean, default: !0 },
|
|
18843
18843
|
title: { default: "Title bar" },
|
|
18844
|
-
headingType: { default: "
|
|
18844
|
+
headingType: { default: "h2" },
|
|
18845
|
+
color: { default: "#333333" }
|
|
18845
18846
|
},
|
|
18846
18847
|
emits: ["close"],
|
|
18847
18848
|
setup(e, { emit: n }) {
|
|
@@ -18865,12 +18866,15 @@ const $k = z({
|
|
|
18865
18866
|
]),
|
|
18866
18867
|
_: 1
|
|
18867
18868
|
})) : ge("", !0),
|
|
18868
|
-
(C(), ie(Pl(e.headingType), {
|
|
18869
|
+
(C(), ie(Pl(e.headingType), {
|
|
18870
|
+
class: "up-title-bar__title",
|
|
18871
|
+
style: me(e.color ? { color: e.color } : {})
|
|
18872
|
+
}, {
|
|
18869
18873
|
default: O(() => [
|
|
18870
18874
|
ke(ee(e.title), 1)
|
|
18871
18875
|
]),
|
|
18872
18876
|
_: 1
|
|
18873
|
-
}))
|
|
18877
|
+
}, 8, ["style"]))
|
|
18874
18878
|
]),
|
|
18875
18879
|
e.closeable ? (C(), F("button", {
|
|
18876
18880
|
key: 0,
|
|
@@ -18887,7 +18891,7 @@ const $k = z({
|
|
|
18887
18891
|
], 8, qk)) : ge("", !0)
|
|
18888
18892
|
], 2));
|
|
18889
18893
|
}
|
|
18890
|
-
}), jr = /* @__PURE__ */ j(Yk, [["__scopeId", "data-v-
|
|
18894
|
+
}), jr = /* @__PURE__ */ j(Yk, [["__scopeId", "data-v-ab64079d"]]), Xk = { class: "d-flex align-center" }, Qk = { class: "flex-grow-1" }, Jk = {
|
|
18891
18895
|
key: 0,
|
|
18892
18896
|
class: "up-toast__title"
|
|
18893
18897
|
}, Zk = { class: "up-toast__message" }, ew = {
|