@flux-ui/application 3.0.0-next.69 → 3.0.0-next.71
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/component/FluxApplication.vue.d.ts +1 -2
- package/dist/component/FluxApplicationContent.vue.d.ts +1 -2
- package/dist/component/FluxApplicationHero.vue.d.ts +1 -2
- package/dist/component/FluxApplicationMenu.vue.d.ts +1 -2
- package/dist/component/FluxApplicationMenuAccount.vue.d.ts +1 -2
- package/dist/component/FluxApplicationMenuContext.vue.d.ts +1 -2
- package/dist/component/FluxApplicationMenuContextStack.vue.d.ts +1 -2
- package/dist/component/FluxApplicationMenuPromo.vue.d.ts +1 -2
- package/dist/component/FluxApplicationMenuToggle.vue.d.ts +1 -2
- package/dist/component/FluxApplicationSection.vue.d.ts +1 -2
- package/dist/component/FluxApplicationSide.vue.d.ts +1 -2
- package/dist/component/FluxApplicationTop.vue.d.ts +1 -2
- package/dist/index.js +4 -7
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
|
@@ -9,8 +9,7 @@ type __VLS_Slots = {
|
|
|
9
9
|
side(): VNode[];
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
13
|
export default _default;
|
|
15
14
|
type __VLS_WithSlots<T, S> = T & {
|
|
16
15
|
new (): {
|
|
@@ -7,8 +7,7 @@ type __VLS_Slots = {
|
|
|
7
7
|
default(): any;
|
|
8
8
|
};
|
|
9
9
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
10
|
-
declare const
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
10
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
11
|
export default _default;
|
|
13
12
|
type __VLS_WithSlots<T, S> = T & {
|
|
14
13
|
new (): {
|
|
@@ -10,8 +10,7 @@ type __VLS_Slots = {
|
|
|
10
10
|
start?(): VNode[];
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
declare const
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
14
|
export default _default;
|
|
16
15
|
type __VLS_WithSlots<T, S> = T & {
|
|
17
16
|
new (): {
|
|
@@ -6,8 +6,7 @@ type __VLS_Slots = {
|
|
|
6
6
|
header?(): VNode;
|
|
7
7
|
};
|
|
8
8
|
declare const __VLS_base: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
9
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
10
|
export default _default;
|
|
12
11
|
type __VLS_WithSlots<T, S> = T & {
|
|
13
12
|
new (): {
|
|
@@ -11,8 +11,7 @@ type __VLS_Slots = {
|
|
|
11
11
|
switcher?(): VNode;
|
|
12
12
|
};
|
|
13
13
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
declare const
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
14
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
15
|
export default _default;
|
|
17
16
|
type __VLS_WithSlots<T, S> = T & {
|
|
18
17
|
new (): {
|
|
@@ -12,6 +12,5 @@ type __VLS_Props = {
|
|
|
12
12
|
readonly icon?: FluxIconName;
|
|
13
13
|
readonly type?: FluxPressableType;
|
|
14
14
|
};
|
|
15
|
-
declare const
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17
16
|
export default _default;
|
|
@@ -2,6 +2,5 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
readonly name?: string;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
declare const _default: typeof __VLS_export;
|
|
5
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7
6
|
export default _default;
|
|
@@ -8,8 +8,7 @@ type __VLS_Slots = {} & {
|
|
|
8
8
|
default?: (props: typeof __VLS_6) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
declare const
|
|
12
|
-
declare const _default: typeof __VLS_export;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
13
12
|
export default _default;
|
|
14
13
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
14
|
new (): {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const
|
|
3
|
-
declare const _default: typeof __VLS_export;
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4
3
|
export default _default;
|
|
@@ -8,8 +8,7 @@ type __VLS_Slots = {
|
|
|
8
8
|
end?(): VNode;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
declare const
|
|
12
|
-
declare const _default: typeof __VLS_export;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
13
12
|
export default _default;
|
|
14
13
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
14
|
new (): {
|
|
@@ -3,8 +3,7 @@ type __VLS_Slots = {
|
|
|
3
3
|
default(): VNode;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_base: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6
|
-
declare const
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
7
|
export default _default;
|
|
9
8
|
type __VLS_WithSlots<T, S> = T & {
|
|
10
9
|
new (): {
|
|
@@ -10,8 +10,7 @@ type __VLS_Slots = {
|
|
|
10
10
|
tabs?(): VNode;
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
13
|
-
declare const
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
14
|
export default _default;
|
|
16
15
|
type __VLS_WithSlots<T, S> = T & {
|
|
17
16
|
new (): {
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Fragment, TransitionGroup, computed, createBlock, createCommentVNode, c
|
|
|
2
2
|
import { FluxFadeTransition, FluxFlyout, FluxIcon, FluxMenu, FluxMenuItem, FluxPane, FluxRouteTransition, FluxSecondaryButton, FluxSpacer, FluxTabBar, useBreakpoints } from "@flux-ui/components";
|
|
3
3
|
import { DateTime } from "luxon";
|
|
4
4
|
import { RouterView, matchedRouteKey, useRoute, viewDepthKey } from "vue-router";
|
|
5
|
-
//#region ../../node_modules/.bun/@basmilius+utils@3.
|
|
5
|
+
//#region ../../node_modules/.bun/@basmilius+utils@3.35.0+f2ed1ec6a4c7f7fd/node_modules/@basmilius/utils/dist/index.mjs
|
|
6
6
|
function x(e) {
|
|
7
7
|
let t = {};
|
|
8
8
|
do {
|
|
@@ -2282,14 +2282,11 @@ var convertOklabToRgb = (c) => convertLrgbToRgb(convertOklabToLrgb(c));
|
|
|
2282
2282
|
function toe(x) {
|
|
2283
2283
|
const k_1 = .206;
|
|
2284
2284
|
const k_2 = .03;
|
|
2285
|
-
const k_3 =
|
|
2285
|
+
const k_3 = 1.206 / 1.03;
|
|
2286
2286
|
return .5 * (k_3 * x - k_1 + Math.sqrt((k_3 * x - k_1) * (k_3 * x - k_1) + 4 * k_2 * k_3 * x));
|
|
2287
2287
|
}
|
|
2288
2288
|
function toe_inv(x) {
|
|
2289
|
-
|
|
2290
|
-
const k_2 = .03;
|
|
2291
|
-
const k_3 = (1 + k_1) / (1 + k_2);
|
|
2292
|
-
return (x * x + k_1 * x) / (k_3 * (x + k_2));
|
|
2289
|
+
return (x * x + .206 * x) / (1.206 / 1.03 * (x + .03));
|
|
2293
2290
|
}
|
|
2294
2291
|
function compute_max_saturation(a, b) {
|
|
2295
2292
|
let k0, k1, k2, k3, k4, wl, wm, ws;
|
|
@@ -3103,7 +3100,7 @@ useMode(definition$2);
|
|
|
3103
3100
|
useMode(definition$1);
|
|
3104
3101
|
useMode(definition);
|
|
3105
3102
|
//#endregion
|
|
3106
|
-
//#region ../../node_modules/.bun/@basmilius+http-client@3.
|
|
3103
|
+
//#region ../../node_modules/.bun/@basmilius+http-client@3.35.0+f97c77f67c914c00/node_modules/@basmilius/http-client/dist/index.mjs
|
|
3107
3104
|
function adapter_default(Parent) {
|
|
3108
3105
|
return class extends Parent {
|
|
3109
3106
|
constructor(...args) {
|