@hostlink/nuxt-light 1.40.3 → 1.40.4

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.40.3",
4
+ "version": "1.40.4",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
7
7
  "unbuild": "3.5.0"
@@ -1,11 +1,11 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  label: string;
3
- color?: string | undefined;
4
3
  to?: string | undefined;
4
+ color?: string | undefined;
5
5
  $props: {
6
6
  readonly label?: string | undefined;
7
- readonly color?: string | undefined;
8
7
  readonly to?: string | undefined;
8
+ readonly color?: string | undefined;
9
9
  };
10
10
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
11
  export default _default;
@@ -29,8 +29,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
29
29
  "onUpdate:maximized"?: ((value: boolean) => any) | undefined;
30
30
  }>, {
31
31
  flat: boolean;
32
- square: boolean;
33
32
  bordered: boolean;
33
+ square: boolean;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
35
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
36
36
  export default _default;
@@ -9,10 +9,10 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => any;
10
10
  };
11
11
  declare const __VLS_component: import("vue").DefineComponent<LColProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LColProps> & Readonly<{}>, {
12
- gutter: "xs" | "sm" | "md" | "lg" | "xl" | "none";
13
- md: number | string;
14
- sm: number | string;
15
12
  xs: number | string;
13
+ sm: number | string;
14
+ md: number | string;
15
+ gutter: "xs" | "sm" | "md" | "lg" | "xl" | "none";
16
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
17
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
18
  export default _default;
@@ -1,20 +1,20 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $emit: (event: "update:theme" | "update:menuOverlayHeader" | "update:dense" | "update:color" | "update:miniState" | "update:footer", ...args: any[]) => void;
3
3
  color: string;
4
- theme: string;
4
+ miniState: boolean;
5
5
  dense: boolean;
6
6
  footer: boolean;
7
- time: string;
8
- miniState: boolean;
9
7
  menuOverlayHeader: boolean;
8
+ theme: string;
9
+ time: string;
10
10
  $props: {
11
11
  readonly color?: string | undefined;
12
- readonly theme?: string | undefined;
12
+ readonly miniState?: boolean | undefined;
13
13
  readonly dense?: boolean | undefined;
14
14
  readonly footer?: boolean | undefined;
15
- readonly time?: string | undefined;
16
- readonly miniState?: boolean | undefined;
17
15
  readonly menuOverlayHeader?: boolean | undefined;
16
+ readonly theme?: string | undefined;
17
+ readonly time?: string | undefined;
18
18
  };
19
19
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
20
  export default _default;
@@ -28,16 +28,16 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
28
28
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
29
29
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
30
30
  }>, {
31
+ dense: boolean;
32
+ rounded: boolean;
33
+ square: boolean;
31
34
  disable: boolean;
32
- stackLabel: boolean;
35
+ mask: string;
36
+ hideBottomSpace: boolean;
33
37
  filled: boolean;
34
38
  outlined: boolean;
35
39
  standout: boolean;
36
- hideBottomSpace: boolean;
37
- rounded: boolean;
38
- square: boolean;
39
- dense: boolean;
40
- mask: string;
40
+ stackLabel: boolean;
41
41
  range: boolean;
42
42
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
43
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -6,9 +6,9 @@ declare const _default: import("vue").DefineComponent<LEditorProps, {}, {}, {},
6
6
  }, string, import("vue").PublicProps, Readonly<LEditorProps> & Readonly<{
7
7
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8
8
  }>, {
9
- modelValue: string;
10
- placeholder: string;
11
9
  dense: boolean;
10
+ placeholder: string;
11
+ modelValue: string;
12
12
  fonts: any | undefined;
13
13
  toolbar: readonly any[];
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1,9 +1,9 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
- value?: any;
3
2
  dense?: any;
3
+ value?: any;
4
4
  $props: {
5
- readonly value?: any;
6
5
  readonly dense?: any;
6
+ readonly value?: any;
7
7
  };
8
8
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
9
  export default _default;
@@ -4,15 +4,15 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_6) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<QFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QFieldProps> & Readonly<{}>, {
7
+ dense: boolean;
7
8
  dark: boolean | null;
8
- stackLabel: boolean;
9
+ rounded: boolean;
10
+ square: boolean;
11
+ hideBottomSpace: boolean;
9
12
  filled: boolean;
10
13
  outlined: boolean;
11
14
  standout: string | boolean;
12
- hideBottomSpace: boolean;
13
- rounded: boolean;
14
- square: boolean;
15
- dense: boolean;
15
+ stackLabel: boolean;
16
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
17
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
18
  export default _default;
@@ -1,16 +1,16 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $emit: (event: "close" | "input", ...args: any[]) => void;
3
- multiple: boolean;
4
3
  base: string;
5
4
  closeable: boolean;
6
5
  height: string;
7
6
  defaultAction: string;
7
+ multiple: boolean;
8
8
  $props: {
9
- readonly multiple?: boolean | undefined;
10
9
  readonly base?: string | undefined;
11
10
  readonly closeable?: boolean | undefined;
12
11
  readonly height?: string | undefined;
13
12
  readonly defaultAction?: string | undefined;
13
+ readonly multiple?: boolean | undefined;
14
14
  };
15
15
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
16
  export default _default;
@@ -25,16 +25,16 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
25
25
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
26
26
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
27
27
  }>, {
28
- accept: string;
29
- stackLabel: boolean;
28
+ path: string;
29
+ dense: boolean;
30
+ rounded: boolean;
31
+ square: boolean;
30
32
  filled: boolean;
31
33
  outlined: boolean;
32
34
  standout: boolean;
33
- rounded: boolean;
34
- square: boolean;
35
- dense: boolean;
36
- path: string;
35
+ stackLabel: boolean;
37
36
  driveIndex: number;
37
+ accept: string;
38
38
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
39
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
40
40
  export default _default;
@@ -14,12 +14,12 @@ declare const _default: import("vue").DefineComponent<LFileProps, {}, {}, {}, {}
14
14
  }, string, import("vue").PublicProps, Readonly<LFileProps> & Readonly<{
15
15
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
16
16
  }>, {
17
- stackLabel: boolean;
17
+ dense: boolean;
18
+ rounded: boolean;
19
+ square: boolean;
18
20
  filled: boolean;
19
21
  outlined: boolean;
20
22
  standout: boolean;
21
- rounded: boolean;
22
- square: boolean;
23
- dense: boolean;
23
+ stackLabel: boolean;
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
25
  export default _default;
@@ -5,17 +5,17 @@ type __VLS_WithSlots<T, S> = T & (new () => {
5
5
  });
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $emit: (event: "submit", ...args: any[]) => void;
8
- value: Record<string, any>;
9
8
  cancel: Function;
10
- title: string;
11
9
  width: string;
10
+ value: Record<string, any>;
11
+ title: string;
12
12
  save: Function;
13
13
  showNotification: boolean;
14
14
  $props: {
15
- readonly value?: Record<string, any> | undefined;
16
15
  readonly cancel?: Function | undefined;
17
- readonly title?: string | undefined;
18
16
  readonly width?: string | undefined;
17
+ readonly value?: Record<string, any> | undefined;
18
+ readonly title?: string | undefined;
19
19
  readonly save?: Function | undefined;
20
20
  readonly showNotification?: boolean | undefined;
21
21
  };
@@ -59,8 +59,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
59
59
  onSave?: ((...args: any[]) => any) | undefined;
60
60
  onSubmitted?: ((...args: any[]) => any) | undefined;
61
61
  }>, {
62
- gutter: string;
63
62
  bordered: boolean;
63
+ gutter: string;
64
64
  submitLabel: string;
65
65
  submitIcon: string;
66
66
  noRedirect: boolean;
@@ -17,15 +17,15 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
17
17
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
18
18
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
19
19
  }>, {
20
+ dense: boolean;
20
21
  dark: boolean | null;
21
- stackLabel: boolean;
22
+ rounded: boolean;
23
+ square: boolean;
24
+ hideBottomSpace: boolean;
22
25
  filled: boolean;
23
26
  outlined: boolean;
24
27
  standout: string | boolean;
25
- hideBottomSpace: boolean;
26
- rounded: boolean;
27
- square: boolean;
28
- dense: boolean;
28
+ stackLabel: boolean;
29
29
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
30
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
31
31
  export default _default;
@@ -15,8 +15,8 @@ type __VLS_Slots = {} & {
15
15
  end?: (props: typeof __VLS_30) => any;
16
16
  };
17
17
  declare const __VLS_component: import("vue").DefineComponent<LItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LItemProps> & Readonly<{}>, {
18
- top: boolean;
19
18
  alignItems: "flex-start" | "center" | "flex-end" | "stretch";
19
+ top: boolean;
20
20
  labelTop: boolean;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
22
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -1,9 +1,9 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
- value?: any;
3
2
  dense?: any;
3
+ value?: any;
4
4
  $props: {
5
- readonly value?: any;
6
5
  readonly dense?: any;
6
+ readonly value?: any;
7
7
  };
8
8
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
9
  export default _default;
@@ -15,9 +15,9 @@ type __VLS_Slots = {} & {
15
15
  default?: (props: typeof __VLS_36) => any;
16
16
  };
17
17
  declare const __VLS_component: import("vue").DefineComponent<LPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LPageProps> & Readonly<{}>, {
18
- gutter: "none" | "xs" | "sm" | "md" | "lg" | "xl";
19
18
  padding: boolean;
20
19
  title: string;
20
+ gutter: "none" | "xs" | "sm" | "md" | "lg" | "xl";
21
21
  backBtn: boolean;
22
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
23
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -1,13 +1,13 @@
1
1
  import type { QSelectProps } from "quasar";
2
2
  declare const _default: import("vue").DefineComponent<QSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QSelectProps> & Readonly<{}>, {
3
- stackLabel: boolean;
3
+ dense: boolean;
4
+ rounded: boolean;
5
+ square: boolean;
6
+ hideBottomSpace: boolean;
4
7
  filled: boolean;
5
8
  outlined: boolean;
6
9
  standout: string | boolean;
7
- hideBottomSpace: boolean;
8
- rounded: boolean;
9
- square: boolean;
10
- dense: boolean;
10
+ stackLabel: boolean;
11
11
  emitValue: boolean;
12
12
  mapOptions: boolean;
13
13
  optionValue: string | ((option: string | any) => any);
@@ -80,12 +80,12 @@ declare const __VLS_component: import("vue").DefineComponent<LTableProps, {
80
80
  "onUpdate:selected"?: ((p: any[]) => any) | undefined;
81
81
  }>, {
82
82
  flat: boolean;
83
- dark: boolean | null;
84
83
  dense: boolean;
84
+ dark: boolean | null;
85
85
  bordered: boolean;
86
- actions: Array<string>;
87
86
  fullscreen: boolean;
88
87
  selected: any[];
88
+ actions: Array<string>;
89
89
  pagination: {
90
90
  sortBy?: string | null;
91
91
  descending?: boolean;
@@ -93,7 +93,7 @@ declare const __VLS_component: import("vue").DefineComponent<LTableProps, {
93
93
  rowsPerPage?: number;
94
94
  rowsNumber?: number;
95
95
  };
96
- selection: "multiple" | "none" | "single";
96
+ selection: "none" | "multiple" | "single";
97
97
  loadingLabel: string;
98
98
  noDataLabel: string;
99
99
  rowsPerPageOptions: readonly any[];
@@ -19,7 +19,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
19
19
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
20
20
  }>, {
21
21
  name: string;
22
- align: "right" | "left" | "center" | "justify";
22
+ align: "left" | "right" | "center" | "justify";
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
25
  export default _default;
@@ -23,9 +23,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
23
23
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
24
24
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
25
25
  }>, {
26
+ mask: string;
26
27
  required: boolean;
27
28
  hideBottomSpace: boolean;
28
- mask: string;
29
29
  format24h: boolean;
30
30
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
31
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -1,11 +1,10 @@
1
1
  import { toQuery } from "@hostlink/light";
2
- import { useRoute } from "vue-router";
3
2
  import { default as getModelField } from "./getModelField.js";
4
3
  import { default as collect } from "./collect.js";
5
4
  import { defu } from "defu";
6
- import { useAsyncData } from "#app";
5
+ import { useAsyncData, useRoute } from "#app";
6
+ let route = useRoute();
7
7
  export default function(fields) {
8
- let route = useRoute();
9
8
  if (!route.name) {
10
9
  return;
11
10
  }
@@ -224,16 +224,16 @@ declare const light: {
224
224
  isoName: string;
225
225
  nativeName: string;
226
226
  label: {
227
- create: string;
228
- set: string;
229
227
  cancel: string;
230
228
  close: string;
231
229
  reset: string;
232
230
  select: string;
233
231
  filter: string;
234
232
  clear: string;
233
+ set: string;
235
234
  search: string;
236
235
  ok: string;
236
+ create: string;
237
237
  remove: string;
238
238
  update: string;
239
239
  refresh: string;
@@ -265,13 +265,13 @@ declare const light: {
265
265
  pagination: (start: number, end: number, total: number) => string;
266
266
  };
267
267
  editor: {
268
- right: string;
269
- left: string;
270
- center: string;
271
268
  align: string;
272
- bold: string;
269
+ left: string;
270
+ right: string;
273
271
  code: string;
274
272
  hr: string;
273
+ center: string;
274
+ bold: string;
275
275
  fontSize: string;
276
276
  url: string;
277
277
  italic: string;
@@ -318,21 +318,21 @@ declare const light: {
318
318
  set: (iconSet: import("quasar").QuasarIconSet) => void;
319
319
  name: string;
320
320
  type: {
321
- positive: string;
322
- negative: string;
323
321
  info: string;
324
322
  warning: string;
323
+ negative: string;
324
+ positive: string;
325
325
  };
326
326
  arrow: {
327
- right: string;
328
327
  left: string;
328
+ right: string;
329
329
  up: string;
330
330
  down: string;
331
331
  dropdown: string;
332
332
  };
333
333
  chevron: {
334
- right: string;
335
334
  left: string;
335
+ right: string;
336
336
  };
337
337
  colorPicker: {
338
338
  palette: string;
@@ -343,8 +343,8 @@ declare const light: {
343
343
  icon: string;
344
344
  };
345
345
  carousel: {
346
- right: string;
347
346
  left: string;
347
+ right: string;
348
348
  up: string;
349
349
  down: string;
350
350
  navigationIcon: string;
@@ -361,14 +361,14 @@ declare const light: {
361
361
  };
362
362
  editor: {
363
363
  size: string;
364
- right: string;
365
- left: string;
366
- center: string;
367
364
  align: string;
368
- bold: string;
365
+ left: string;
366
+ right: string;
369
367
  code: string;
370
368
  hr: string;
369
+ center: string;
371
370
  font: string;
371
+ bold: string;
372
372
  fontSize: string;
373
373
  italic: string;
374
374
  strikethrough: string;
@@ -431,8 +431,8 @@ declare const light: {
431
431
  active: string;
432
432
  };
433
433
  tabs: {
434
- right: string;
435
434
  left: string;
435
+ right: string;
436
436
  up: string;
437
437
  down: string;
438
438
  };
@@ -830,16 +830,16 @@ declare const _default: () => {
830
830
  isoName: string;
831
831
  nativeName: string;
832
832
  label: {
833
- create: string;
834
- set: string;
835
833
  cancel: string;
836
834
  close: string;
837
835
  reset: string;
838
836
  select: string;
839
837
  filter: string;
840
838
  clear: string;
839
+ set: string;
841
840
  search: string;
842
841
  ok: string;
842
+ create: string;
843
843
  remove: string;
844
844
  update: string;
845
845
  refresh: string;
@@ -871,13 +871,13 @@ declare const _default: () => {
871
871
  pagination: (start: number, end: number, total: number) => string;
872
872
  };
873
873
  editor: {
874
- right: string;
875
- left: string;
876
- center: string;
877
874
  align: string;
878
- bold: string;
875
+ left: string;
876
+ right: string;
879
877
  code: string;
880
878
  hr: string;
879
+ center: string;
880
+ bold: string;
881
881
  fontSize: string;
882
882
  url: string;
883
883
  italic: string;
@@ -924,21 +924,21 @@ declare const _default: () => {
924
924
  set: (iconSet: import("quasar").QuasarIconSet) => void;
925
925
  name: string;
926
926
  type: {
927
- positive: string;
928
- negative: string;
929
927
  info: string;
930
928
  warning: string;
929
+ negative: string;
930
+ positive: string;
931
931
  };
932
932
  arrow: {
933
- right: string;
934
933
  left: string;
934
+ right: string;
935
935
  up: string;
936
936
  down: string;
937
937
  dropdown: string;
938
938
  };
939
939
  chevron: {
940
- right: string;
941
940
  left: string;
941
+ right: string;
942
942
  };
943
943
  colorPicker: {
944
944
  palette: string;
@@ -949,8 +949,8 @@ declare const _default: () => {
949
949
  icon: string;
950
950
  };
951
951
  carousel: {
952
- right: string;
953
952
  left: string;
953
+ right: string;
954
954
  up: string;
955
955
  down: string;
956
956
  navigationIcon: string;
@@ -967,14 +967,14 @@ declare const _default: () => {
967
967
  };
968
968
  editor: {
969
969
  size: string;
970
- right: string;
971
- left: string;
972
- center: string;
973
970
  align: string;
974
- bold: string;
971
+ left: string;
972
+ right: string;
975
973
  code: string;
976
974
  hr: string;
975
+ center: string;
977
976
  font: string;
977
+ bold: string;
978
978
  fontSize: string;
979
979
  italic: string;
980
980
  strikethrough: string;
@@ -1037,8 +1037,8 @@ declare const _default: () => {
1037
1037
  active: string;
1038
1038
  };
1039
1039
  tabs: {
1040
- right: string;
1041
1040
  left: string;
1041
+ right: string;
1042
1042
  up: string;
1043
1043
  down: string;
1044
1044
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.40.3",
3
+ "version": "1.40.4",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",