@flux-ui/application 3.1.12 → 3.2.0-beta.1
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/index.js
CHANGED
|
@@ -3150,7 +3150,7 @@ useMode(definition$2);
|
|
|
3150
3150
|
useMode(definition$1);
|
|
3151
3151
|
useMode(definition);
|
|
3152
3152
|
//#endregion
|
|
3153
|
-
//#region ../../node_modules/.bun/@basmilius+http-client@3.45.0+
|
|
3153
|
+
//#region ../../node_modules/.bun/@basmilius+http-client@3.45.0+66382d5e2ea3742d/node_modules/@basmilius/http-client/dist/index.mjs
|
|
3154
3154
|
function adapter_default(Parent) {
|
|
3155
3155
|
return class extends Parent {
|
|
3156
3156
|
constructor(...args) {
|
|
@@ -4035,10 +4035,7 @@ var FluxApplicationContent_default = /* @__PURE__ */ defineComponent({
|
|
|
4035
4035
|
const { layout: layoutRef } = useApplicationInjection_default();
|
|
4036
4036
|
watch(() => __props.layout, () => layoutRef.value = __props.layout, { immediate: true });
|
|
4037
4037
|
return (_ctx, _cache) => {
|
|
4038
|
-
return openBlock(), createElementBlock("main", {
|
|
4039
|
-
class: normalizeClass(unref(clsx)(__props.layout === "default" && unref(ApplicationContent_module_default).applicationContentDefault, __props.layout === "dashboard" && unref(ApplicationContent_module_default).applicationContentDashboard, __props.layout === "full" && unref(ApplicationContent_module_default).applicationContentFull, __props.layout === "medium" && unref(ApplicationContent_module_default).applicationContentMedium, __props.layout === "narrow" && unref(ApplicationContent_module_default).applicationContentNarrow)),
|
|
4040
|
-
"aria-label": "Application Content"
|
|
4041
|
-
}, [renderSlot(_ctx.$slots, "default")], 2);
|
|
4038
|
+
return openBlock(), createElementBlock("main", { class: normalizeClass(unref(clsx)(__props.layout === "default" && unref(ApplicationContent_module_default).applicationContentDefault, __props.layout === "dashboard" && unref(ApplicationContent_module_default).applicationContentDashboard, __props.layout === "full" && unref(ApplicationContent_module_default).applicationContentFull, __props.layout === "medium" && unref(ApplicationContent_module_default).applicationContentMedium, __props.layout === "narrow" && unref(ApplicationContent_module_default).applicationContentNarrow)) }, [renderSlot(_ctx.$slots, "default")], 2);
|
|
4042
4039
|
};
|
|
4043
4040
|
}
|
|
4044
4041
|
});
|