@flux-ui/application 3.0.0-next.65 → 3.0.0-next.67

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.
@@ -3,25 +3,16 @@ type __VLS_Props = {
3
3
  readonly contextMenuName?: string;
4
4
  readonly showDesktopMenuToggle?: boolean;
5
5
  };
6
- declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
- slots: Readonly<{
9
- default(): VNode[];
10
- menu(): VNode[];
11
- side(): VNode[];
12
- }> & {
13
- default(): VNode[];
14
- menu(): VNode[];
15
- side(): VNode[];
16
- };
17
- refs: {};
18
- rootEl: HTMLDivElement;
6
+ type __VLS_Slots = {
7
+ default(): VNode[];
8
+ menu(): VNode[];
9
+ side(): VNode[];
19
10
  };
20
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
22
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
+ declare const _default: typeof __VLS_export;
23
14
  export default _default;
24
- type __VLS_WithTemplateSlots<T, S> = T & {
15
+ type __VLS_WithSlots<T, S> = T & {
25
16
  new (): {
26
17
  $slots: S;
27
18
  };
@@ -3,21 +3,14 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
3
3
  type __VLS_Props = {
4
4
  readonly layout?: FluxApplicationLayout;
5
5
  };
6
- declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
- slots: Readonly<{
9
- default(): any;
10
- }> & {
11
- default(): any;
12
- };
13
- refs: {};
14
- rootEl: HTMLElement;
6
+ type __VLS_Slots = {
7
+ default(): any;
15
8
  };
16
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
9
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
19
12
  export default _default;
20
- type __VLS_WithTemplateSlots<T, S> = T & {
13
+ type __VLS_WithSlots<T, S> = T & {
21
14
  new (): {
22
15
  $slots: S;
23
16
  };
@@ -3,27 +3,17 @@ type __VLS_Props = {
3
3
  readonly title: string;
4
4
  readonly subtitle?: string;
5
5
  };
6
- declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
- slots: Readonly<{
9
- after?(): VNode[];
10
- before?(): VNode[];
11
- end?(): VNode[];
12
- start?(): VNode[];
13
- }> & {
14
- after?(): VNode[];
15
- before?(): VNode[];
16
- end?(): VNode[];
17
- start?(): VNode[];
18
- };
19
- refs: {};
20
- rootEl: HTMLElement;
6
+ type __VLS_Slots = {
7
+ after?(): VNode[];
8
+ before?(): VNode[];
9
+ end?(): VNode[];
10
+ start?(): VNode[];
21
11
  };
22
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
24
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
25
15
  export default _default;
26
- type __VLS_WithTemplateSlots<T, S> = T & {
16
+ type __VLS_WithSlots<T, S> = T & {
27
17
  new (): {
28
18
  $slots: S;
29
19
  };
@@ -1,25 +1,15 @@
1
1
  import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: Readonly<{
5
- default(): VNode;
6
- context?(): VNode;
7
- footer?(): VNode;
8
- header?(): VNode;
9
- }> & {
10
- default(): VNode;
11
- context?(): VNode;
12
- footer?(): VNode;
13
- header?(): VNode;
14
- };
15
- refs: {};
16
- rootEl: HTMLElement;
2
+ type __VLS_Slots = {
3
+ default(): VNode;
4
+ context?(): VNode;
5
+ footer?(): VNode;
6
+ header?(): VNode;
17
7
  };
18
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
- declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
8
+ declare const __VLS_base: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
21
11
  export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
12
+ type __VLS_WithSlots<T, S> = T & {
23
13
  new (): {
24
14
  $slots: S;
25
15
  };
@@ -6,23 +6,15 @@ type __VLS_Props = {
6
6
  readonly imageSrc?: string;
7
7
  readonly label: string;
8
8
  };
9
- declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
- slots: Readonly<{
12
- avatar?(): VNode;
13
- switcher?(): VNode;
14
- }> & {
15
- avatar?(): VNode;
16
- switcher?(): VNode;
17
- };
18
- refs: {};
19
- rootEl: HTMLDivElement;
9
+ type __VLS_Slots = {
10
+ avatar?(): VNode;
11
+ switcher?(): VNode;
20
12
  };
21
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
23
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
24
16
  export default _default;
25
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_WithSlots<T, S> = T & {
26
18
  new (): {
27
19
  $slots: S;
28
20
  };
@@ -12,5 +12,6 @@ type __VLS_Props = {
12
12
  readonly icon?: FluxIconName;
13
13
  readonly type?: FluxPressableType;
14
14
  };
15
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
16
17
  export default _default;
@@ -2,5 +2,6 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
2
2
  type __VLS_Props = {
3
3
  readonly name?: string;
4
4
  };
5
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
5
+ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
@@ -3,19 +3,15 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
3
3
  type __VLS_Props = {
4
4
  readonly icon?: FluxIconName;
5
5
  };
6
- declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
- slots: {
9
- default?(_: {}): any;
10
- };
11
- refs: {};
12
- rootEl: HTMLDivElement;
6
+ declare var __VLS_6: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_6) => any;
13
9
  };
14
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
10
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
17
13
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
19
15
  new (): {
20
16
  $slots: S;
21
17
  };
@@ -1,3 +1,4 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2
+ declare const __VLS_export: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -3,23 +3,15 @@ type __VLS_Props = {
3
3
  readonly title?: string;
4
4
  readonly info?: string;
5
5
  };
6
- declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
- slots: Readonly<{
9
- default(): VNode;
10
- end?(): VNode;
11
- }> & {
12
- default(): VNode;
13
- end?(): VNode;
14
- };
15
- refs: {};
16
- rootEl: HTMLElement;
6
+ type __VLS_Slots = {
7
+ default(): VNode;
8
+ end?(): VNode;
17
9
  };
18
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
10
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
21
13
  export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
23
15
  new (): {
24
16
  $slots: S;
25
17
  };
@@ -1,19 +1,12 @@
1
1
  import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: Readonly<{
5
- default(): VNode;
6
- }> & {
7
- default(): VNode;
8
- };
9
- refs: {};
10
- rootEl: HTMLElement;
2
+ type __VLS_Slots = {
3
+ default(): VNode;
11
4
  };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
5
+ declare const __VLS_base: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
15
8
  export default _default;
16
- type __VLS_WithTemplateSlots<T, S> = T & {
9
+ type __VLS_WithSlots<T, S> = T & {
17
10
  new (): {
18
11
  $slots: S;
19
12
  };
@@ -4,25 +4,16 @@ type __VLS_Props = {
4
4
  readonly icon?: FluxIconName;
5
5
  readonly title?: string;
6
6
  };
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: Readonly<{
10
- end?(): VNode;
11
- start?(): VNode;
12
- tabs?(): VNode;
13
- }> & {
14
- end?(): VNode;
15
- start?(): VNode;
16
- tabs?(): VNode;
17
- };
18
- refs: {};
19
- rootEl: HTMLElement;
7
+ type __VLS_Slots = {
8
+ end?(): VNode;
9
+ start?(): VNode;
10
+ tabs?(): VNode;
20
11
  };
21
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
23
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
24
15
  export default _default;
25
- type __VLS_WithTemplateSlots<T, S> = T & {
16
+ type __VLS_WithSlots<T, S> = T & {
26
17
  new (): {
27
18
  $slots: S;
28
19
  };
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.25.0/node_modules/@basmilius/utils/dist/index.mjs
5
+ //#region ../../node_modules/.bun/@basmilius+utils@3.30.0/node_modules/@basmilius/utils/dist/index.mjs
6
6
  function x$1(e) {
7
7
  let t = {};
8
8
  do {
@@ -3103,7 +3103,7 @@ useMode(definition$2);
3103
3103
  useMode(definition$1);
3104
3104
  useMode(definition);
3105
3105
  //#endregion
3106
- //#region ../../node_modules/.bun/@basmilius+http-client@3.25.0+96a7401e32316653/node_modules/@basmilius/http-client/dist/index.mjs
3106
+ //#region ../../node_modules/.bun/@basmilius+http-client@3.30.0+638c9d1214a588db/node_modules/@basmilius/http-client/dist/index.mjs
3107
3107
  function c(e) {
3108
3108
  return class extends e {
3109
3109
  constructor(...e) {
@@ -3114,17 +3114,17 @@ function c(e) {
3114
3114
  function ne(e, t) {
3115
3115
  return e === t ? !0 : e === t;
3116
3116
  }
3117
- var l = Symbol(), u = Symbol(), d = Symbol(), f = Symbol(), p = Symbol(), m = Symbol(), h$1 = Symbol(), g = Symbol(), _ = Symbol(), re = Symbol(), ie = Symbol();
3117
+ var l = Symbol(), u = Symbol(), d = Symbol(), f = Symbol(), p = Symbol(), m = Symbol(), h$1 = Symbol(), g = Symbol(), _ = Symbol(), re = Symbol(), ie$1 = Symbol();
3118
3118
  function v(e) {
3119
3119
  return e && typeof e == `object` && !!e[p];
3120
3120
  }
3121
3121
  function y(e) {
3122
3122
  if (!v(e)) throw Error(`@dto assert given object is not a class decorated with @Dto.`);
3123
3123
  }
3124
- var ae = Symbol();
3124
+ var ae$1 = Symbol();
3125
3125
  function b(e, t = 0, n) {
3126
3126
  return function(...r) {
3127
- let i = e[ae] ??= /* @__PURE__ */ new WeakMap(), a = r[t], o = n === void 0 ? `self` : r[n];
3127
+ let i = e[ae$1] ??= /* @__PURE__ */ new WeakMap(), a = r[t], o = n === void 0 ? `self` : r[n];
3128
3128
  if (typeof a != `object` || !a) return e.call(this, ...r);
3129
3129
  i.has(a) || i.set(a, []);
3130
3130
  let s = i.get(a);
@@ -3143,7 +3143,7 @@ function x(e) {
3143
3143
  return y(e), e[f];
3144
3144
  }
3145
3145
  var S = b(function(e, t, n, r) {
3146
- let i = e[ie];
3146
+ let i = e[ie$1];
3147
3147
  i(e, t, n, r), e[m] && S(e[m], e[h$1], e[m][e[h$1]]);
3148
3148
  }, 0, 1), C = b(function(e) {
3149
3149
  y(e), e[f] && (e[f] = !1, S(e, f, !1, !0)), !(!e[u] || e[u].length === 0) && e[u].filter(x).forEach(C);
@@ -3179,26 +3179,26 @@ function ue(e, t) {
3179
3179
  t[m] = void 0, t[h$1] = void 0;
3180
3180
  }
3181
3181
  }
3182
- var O$1 = {};
3182
+ var O = {};
3183
3183
  var k$2 = {
3184
3184
  deleteProperty(e, t) {
3185
- if (Reflect.deleteProperty(e, t), A$1(e, t)) return !0;
3185
+ if (Reflect.deleteProperty(e, t), A(e, t)) return !0;
3186
3186
  let n = e[m];
3187
3187
  return n && S(n, e[h$1], n[e[h$1]]), n && w(n, e[h$1]), !0;
3188
3188
  },
3189
3189
  get(e, t, n) {
3190
3190
  if (t === _) return !0;
3191
- if (A$1(e, t)) return Reflect.get(e, t, n);
3191
+ if (A(e, t)) return Reflect.get(e, t, n);
3192
3192
  let r = e[m];
3193
3193
  return r && le(r, e[h$1]), Reflect.get(e, t);
3194
3194
  },
3195
3195
  set(e, t, n, r) {
3196
- if (A$1(e, t)) return Reflect.set(e, t, n, r);
3196
+ if (A(e, t)) return Reflect.set(e, t, n, r);
3197
3197
  let i = e[m];
3198
3198
  return i && S(i, e[h$1], i[e[h$1]]), i && w(i, e[h$1]), Reflect.set(e, t, n);
3199
3199
  }
3200
3200
  };
3201
- function A$1(e, t) {
3201
+ function A(e, t) {
3202
3202
  return typeof t == `symbol` || typeof e[t] == `function` || t === `length`;
3203
3203
  }
3204
3204
  var de = {
@@ -3223,7 +3223,7 @@ var de = {
3223
3223
  let a = i.get?.call(e) ?? void 0;
3224
3224
  return ne(n, a) ? !0 : (ue(e, a), Array.isArray(n) && !n[_] && (n = new Proxy(n, k$2)), i.set.call(e, n), E(e, t, n), w(e, t), S(e, t, n, a), !0);
3225
3225
  }
3226
- }, fe$1 = {
3226
+ }, fe = {
3227
3227
  get(e, t, n) {
3228
3228
  return t === `__v_isRef` ? !1 : t === _ ? !0 : t in e ? Reflect.get(e, t, n) : Reflect.get(e.value, t);
3229
3229
  },
@@ -3236,23 +3236,23 @@ var de = {
3236
3236
  set(e, t, n, r) {
3237
3237
  return t in e ? Reflect.set(e, t, n, r) : Reflect.set(e.value, t, n);
3238
3238
  }
3239
- }, pe$1 = { construct(e, t, n) {
3239
+ }, pe = { construct(e, t, n) {
3240
3240
  t = t.map((e) => Array.isArray(e) ? new Proxy(e, k$2) : e);
3241
3241
  let r = customRef((r, i) => {
3242
3242
  let a = markRaw(Reflect.construct(e, t, n));
3243
- a[l] = t, a[f] = !1, a[re] = r, a[ie] = i;
3243
+ a[l] = t, a[f] = !1, a[re] = r, a[ie$1] = i;
3244
3244
  let s = new Proxy(a, de);
3245
3245
  return {
3246
3246
  get: () => (r(), s),
3247
3247
  set: () => void 0
3248
3248
  };
3249
3249
  });
3250
- return new Proxy(r, fe$1);
3250
+ return new Proxy(r, fe);
3251
3251
  } };
3252
3252
  function me() {
3253
3253
  let e = this;
3254
3254
  y(e);
3255
- let t = O$1[e[p]], n = new t(...e[l]);
3255
+ let t = O[e[p]], n = new t(...e[l]);
3256
3256
  for (let [e, t] of Object.entries(this[d])) t.set && (n[e] = v(this[e]) ? this[e].clone() : this[e]);
3257
3257
  return n;
3258
3258
  }
@@ -3262,7 +3262,7 @@ function he(e) {
3262
3262
  v(this[t]) && typeof e[t] == `object` ? this[t].fill(e[t]) : n && n.set && (this[t] = e[t]);
3263
3263
  }
3264
3264
  }
3265
- function ge() {
3265
+ function ge$1() {
3266
3266
  let e = {};
3267
3267
  for (let t of this[g]) {
3268
3268
  let n = this[t];
@@ -3273,11 +3273,11 @@ function ge() {
3273
3273
  function j$1(e) {
3274
3274
  ve(e);
3275
3275
  let t = Object.freeze(x$1(e)), a = Object.keys(t);
3276
- return K$1(e.prototype, d, t), K$1(e.prototype, p, e.name), K$1(e.prototype, g, a), K$1(e, Symbol.hasInstance, (t) => typeof t == `object` && t?.[p] === e.name), G$1(e, `clone`, me), G$1(e, `fill`, he), G$1(e, `toJSON`, ge), _e(e);
3276
+ return K$1(e.prototype, d, t), K$1(e.prototype, p, e.name), K$1(e.prototype, g, a), K$1(e, Symbol.hasInstance, (t) => typeof t == `object` && t?.[p] === e.name), G$1(e, `clone`, me), G$1(e, `fill`, he), G$1(e, `toJSON`, ge$1), _e$1(e);
3277
3277
  }
3278
- function _e(e) {
3279
- let t = new Proxy(e, pe$1);
3280
- return O$1[e.name] = t, t;
3278
+ function _e$1(e) {
3279
+ let t = new Proxy(e, pe);
3280
+ return O[e.name] = t, t;
3281
3281
  }
3282
3282
  function ve(e) {
3283
3283
  let t = Object.getPrototypeOf(e.prototype);
@@ -3401,10 +3401,9 @@ var X = Y = class {
3401
3401
  }
3402
3402
  };
3403
3403
  X = Y = B([c], X);
3404
- converter(`oklch`);
3405
3404
  RegExp(`[a-z]`), RegExp(`[A-Z]`), RegExp(`[0-9]`), RegExp(`[!"#$%&'()*+,-./:;<=>?@[\\\\\\]^_\`{|}~]`);
3406
3405
  //#endregion
3407
- //#region ../internals/dist/composable-DaZozn_3.js
3406
+ //#region ../internals/dist/composable-5ooZTjm_.js
3408
3407
  function D(e, t, n, r = { passive: !0 }) {
3409
3408
  watch(e, (e, i, a) => {
3410
3409
  e && (e.addEventListener(t, n, r), a(() => e.removeEventListener(t, n)));