73 lines
1.6 KiB
JavaScript
73 lines
1.6 KiB
JavaScript
import {
|
|
createLayout,
|
|
makeLayoutProps
|
|
} from "./chunk-CTAMZJJN.js";
|
|
import "./chunk-P6FAB7CJ.js";
|
|
import {
|
|
useRtl
|
|
} from "./chunk-QN4ZFON4.js";
|
|
import {
|
|
makeThemeProps,
|
|
provideTheme
|
|
} from "./chunk-ILOYNRQG.js";
|
|
import {
|
|
genericComponent,
|
|
makeComponentProps,
|
|
propsFactory,
|
|
useRender
|
|
} from "./chunk-ADPJOAU6.js";
|
|
import {
|
|
createBaseVNode,
|
|
normalizeClass,
|
|
normalizeStyle
|
|
} from "./chunk-FIAHBV72.js";
|
|
import "./chunk-DC5AMYBS.js";
|
|
|
|
// node_modules/vuetify/lib/components/VApp/VApp.js
|
|
import "/Users/JasonJFraser/Desktop/apps/cmms/frontend/node_modules/vuetify/lib/components/VApp/VApp.css";
|
|
var makeVAppProps = propsFactory({
|
|
...makeComponentProps(),
|
|
...makeLayoutProps({
|
|
fullHeight: true
|
|
}),
|
|
...makeThemeProps()
|
|
}, "VApp");
|
|
var VApp = genericComponent()({
|
|
name: "VApp",
|
|
props: makeVAppProps(),
|
|
setup(props, _ref) {
|
|
let {
|
|
slots
|
|
} = _ref;
|
|
const theme = provideTheme(props);
|
|
const {
|
|
layoutClasses,
|
|
getLayoutItem,
|
|
items,
|
|
layoutRef
|
|
} = createLayout(props);
|
|
const {
|
|
rtlClasses
|
|
} = useRtl();
|
|
useRender(() => {
|
|
var _a;
|
|
return createBaseVNode("div", {
|
|
"ref": layoutRef,
|
|
"class": normalizeClass(["v-application", theme.themeClasses.value, layoutClasses.value, rtlClasses.value, props.class]),
|
|
"style": normalizeStyle([props.style])
|
|
}, [createBaseVNode("div", {
|
|
"class": "v-application__wrap"
|
|
}, [(_a = slots.default) == null ? void 0 : _a.call(slots)])]);
|
|
});
|
|
return {
|
|
getLayoutItem,
|
|
items,
|
|
theme
|
|
};
|
|
}
|
|
});
|
|
export {
|
|
VApp
|
|
};
|
|
//# sourceMappingURL=vuetify_components_VApp.js.map
|