shared-ritm 1.1.1 → 1.1.3
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/shared-ritm.es.js
CHANGED
|
@@ -6021,7 +6021,7 @@ const fa = typeof ResizeObserver < "u", Fl = fa === !0 ? {} : {
|
|
|
6021
6021
|
__name: "AppLayoutHeader",
|
|
6022
6022
|
props: {
|
|
6023
6023
|
userData: {},
|
|
6024
|
-
fullWidth: {}
|
|
6024
|
+
fullWidth: { type: Boolean }
|
|
6025
6025
|
},
|
|
6026
6026
|
setup(e) {
|
|
6027
6027
|
const t = e, n = d(
|
|
@@ -6031,7 +6031,7 @@ const fa = typeof ResizeObserver < "u", Fl = fa === !0 ? {} : {
|
|
|
6031
6031
|
}
|
|
6032
6032
|
);
|
|
6033
6033
|
return (o, r) => (J(), Ce(mc, {
|
|
6034
|
-
class: _e([o.$style.header, {
|
|
6034
|
+
class: _e([o.$style.header, { [o.$style["header-full"]]: o.fullWidth }])
|
|
6035
6035
|
}, {
|
|
6036
6036
|
default: fe(() => [
|
|
6037
6037
|
we(vc, {
|