@flux-ui/application 3.2.0-beta.9 → 3.2.0
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 +10 -10
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Fragment, TransitionGroup, computed, createBlock, createCommentVNode, c
|
|
|
2
2
|
import { FluxFadeTransition, FluxFlyout, FluxIcon, FluxMenu, FluxMenuGroup, 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.50.0+f2ed1ec6a4c7f7fd/node_modules/@basmilius/utils/dist/index.mjs
|
|
6
6
|
function x(e) {
|
|
7
7
|
let t = {};
|
|
8
8
|
do {
|
|
@@ -983,7 +983,7 @@ var convertLchToLab = ({ l, c, h, alpha }, mode = "lab") => {
|
|
|
983
983
|
};
|
|
984
984
|
//#endregion
|
|
985
985
|
//#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/xyz65/constants.js
|
|
986
|
-
var k$
|
|
986
|
+
var k$3 = Math.pow(29, 3) / Math.pow(3, 3);
|
|
987
987
|
var e$2 = Math.pow(6, 3) / Math.pow(29, 3);
|
|
988
988
|
//#endregion
|
|
989
989
|
//#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/constants.js
|
|
@@ -1001,7 +1001,7 @@ Math.pow(29, 3) / Math.pow(3, 3);
|
|
|
1001
1001
|
Math.pow(6, 3) / Math.pow(29, 3);
|
|
1002
1002
|
//#endregion
|
|
1003
1003
|
//#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/lab65/convertLab65ToXyz65.js
|
|
1004
|
-
var fn$1 = (v) => Math.pow(v, 3) > e$2 ? Math.pow(v, 3) : (116 * v - 16) / k$
|
|
1004
|
+
var fn$1 = (v) => Math.pow(v, 3) > e$2 ? Math.pow(v, 3) : (116 * v - 16) / k$3;
|
|
1005
1005
|
var convertLab65ToXyz65 = ({ l, a, b, alpha }) => {
|
|
1006
1006
|
if (l === void 0) l = 0;
|
|
1007
1007
|
if (a === void 0) a = 0;
|
|
@@ -1023,7 +1023,7 @@ var convertLab65ToXyz65 = ({ l, a, b, alpha }) => {
|
|
|
1023
1023
|
var convertLab65ToRgb = (lab) => convertXyz65ToRgb(convertLab65ToXyz65(lab));
|
|
1024
1024
|
//#endregion
|
|
1025
1025
|
//#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/lab65/convertXyz65ToLab65.js
|
|
1026
|
-
var f$1 = (value) => value > e$2 ? Math.cbrt(value) : (k$
|
|
1026
|
+
var f$1 = (value) => value > e$2 ? Math.cbrt(value) : (k$3 * value + 16) / 116;
|
|
1027
1027
|
var convertXyz65ToLab65 = ({ x, y, z, alpha }) => {
|
|
1028
1028
|
if (x === void 0) x = 0;
|
|
1029
1029
|
if (y === void 0) y = 0;
|
|
@@ -1885,11 +1885,11 @@ var definition$16 = {
|
|
|
1885
1885
|
};
|
|
1886
1886
|
//#endregion
|
|
1887
1887
|
//#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/xyz50/constants.js
|
|
1888
|
-
var k = Math.pow(29, 3) / Math.pow(3, 3);
|
|
1888
|
+
var k$1 = Math.pow(29, 3) / Math.pow(3, 3);
|
|
1889
1889
|
var e = Math.pow(6, 3) / Math.pow(29, 3);
|
|
1890
1890
|
//#endregion
|
|
1891
1891
|
//#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/lab/convertLabToXyz50.js
|
|
1892
|
-
var fn = (v) => Math.pow(v, 3) > e ? Math.pow(v, 3) : (116 * v - 16) / k;
|
|
1892
|
+
var fn = (v) => Math.pow(v, 3) > e ? Math.pow(v, 3) : (116 * v - 16) / k$1;
|
|
1893
1893
|
var convertLabToXyz50 = ({ l, a, b, alpha }) => {
|
|
1894
1894
|
if (l === void 0) l = 0;
|
|
1895
1895
|
if (a === void 0) a = 0;
|
|
@@ -1938,7 +1938,7 @@ var convertRgbToXyz50 = (rgb) => {
|
|
|
1938
1938
|
};
|
|
1939
1939
|
//#endregion
|
|
1940
1940
|
//#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/lab/convertXyz50ToLab.js
|
|
1941
|
-
var f = (value) => value > e ? Math.cbrt(value) : (k * value + 16) / 116;
|
|
1941
|
+
var f = (value) => value > e ? Math.cbrt(value) : (k$1 * value + 16) / 116;
|
|
1942
1942
|
var convertXyz50ToLab = ({ x, y, z, alpha }) => {
|
|
1943
1943
|
if (x === void 0) x = 0;
|
|
1944
1944
|
if (y === void 0) y = 0;
|
|
@@ -2144,7 +2144,7 @@ var u_fn$1 = (x, y, z) => 4 * x / (x + 15 * y + 3 * z);
|
|
|
2144
2144
|
var v_fn$1 = (x, y, z) => 9 * y / (x + 15 * y + 3 * z);
|
|
2145
2145
|
var un$1 = u_fn$1(D50.X, D50.Y, D50.Z);
|
|
2146
2146
|
var vn$1 = v_fn$1(D50.X, D50.Y, D50.Z);
|
|
2147
|
-
var l_fn = (value) => value <= e ? k * value : 116 * Math.cbrt(value) - 16;
|
|
2147
|
+
var l_fn = (value) => value <= e ? k$1 * value : 116 * Math.cbrt(value) - 16;
|
|
2148
2148
|
var convertXyz50ToLuv = ({ x, y, z, alpha }) => {
|
|
2149
2149
|
if (x === void 0) x = 0;
|
|
2150
2150
|
if (y === void 0) y = 0;
|
|
@@ -2184,7 +2184,7 @@ var convertLuvToXyz50 = ({ l, u, v, alpha }) => {
|
|
|
2184
2184
|
if (v === void 0) v = 0;
|
|
2185
2185
|
let up = u / (13 * l) + un;
|
|
2186
2186
|
let vp = v / (13 * l) + vn;
|
|
2187
|
-
let y = D50.Y * (l <= 8 ? l / k : Math.pow((l + 16) / 116, 3));
|
|
2187
|
+
let y = D50.Y * (l <= 8 ? l / k$1 : Math.pow((l + 16) / 116, 3));
|
|
2188
2188
|
let res = {
|
|
2189
2189
|
mode: "xyz50",
|
|
2190
2190
|
x: y * (9 * up) / (4 * vp),
|
|
@@ -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.
|
|
3153
|
+
//#region ../../node_modules/.bun/@basmilius+http-client@3.50.0+2111c3e180df0f85/node_modules/@basmilius/http-client/dist/index.mjs
|
|
3154
3154
|
function adapter_default(Parent) {
|
|
3155
3155
|
return class extends Parent {
|
|
3156
3156
|
constructor(...args) {
|