@finema/core 2.26.6 → 2.26.7

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.
Files changed (69) hide show
  1. package/README.md +79 -79
  2. package/dist/module.json +3 -3
  3. package/dist/module.mjs +1 -1
  4. package/dist/runtime/components/App.vue.d.ts +3 -3
  5. package/dist/runtime/components/DevToolsWindow/index.vue.d.ts +1 -1
  6. package/dist/runtime/components/Dialog/index.vue.d.ts +1 -1
  7. package/dist/runtime/components/Empty.vue.d.ts +1 -1
  8. package/dist/runtime/components/FlexDeck/index.vue.d.ts +1 -1
  9. package/dist/runtime/components/Form/FieldWrapper.vue +13 -13
  10. package/dist/runtime/components/Form/FieldWrapper.vue.d.ts +3 -3
  11. package/dist/runtime/components/Form/Fields.vue +13 -13
  12. package/dist/runtime/components/Form/Fields.vue.d.ts +1 -1
  13. package/dist/runtime/components/Form/InputCheckbox/index.vue +18 -18
  14. package/dist/runtime/components/Form/InputCheckbox/index.vue.d.ts +1 -1
  15. package/dist/runtime/components/Form/InputDateTime/index.vue.d.ts +1 -1
  16. package/dist/runtime/components/Form/InputDateTimeRange/index.vue.d.ts +1 -1
  17. package/dist/runtime/components/Form/InputNumber/index.vue +20 -20
  18. package/dist/runtime/components/Form/InputNumber/index.vue.d.ts +1 -1
  19. package/dist/runtime/components/Form/InputRadio/index.vue.d.ts +1 -1
  20. package/dist/runtime/components/Form/InputSearch/index.vue.d.ts +1 -1
  21. package/dist/runtime/components/Form/InputSelect/index.vue.d.ts +1 -1
  22. package/dist/runtime/components/Form/InputSelectMultiple/index.vue +43 -43
  23. package/dist/runtime/components/Form/InputSelectMultiple/index.vue.d.ts +1 -1
  24. package/dist/runtime/components/Form/InputText/index.vue +74 -74
  25. package/dist/runtime/components/Form/InputText/index.vue.d.ts +1 -1
  26. package/dist/runtime/components/Form/InputTextarea/index.vue +18 -18
  27. package/dist/runtime/components/Form/InputTextarea/index.vue.d.ts +1 -1
  28. package/dist/runtime/components/Form/InputToggle/index.vue +17 -17
  29. package/dist/runtime/components/Form/InputToggle/index.vue.d.ts +1 -1
  30. package/dist/runtime/components/Form/InputUploadDropzone/index.vue +30 -30
  31. package/dist/runtime/components/Form/InputUploadDropzone/index.vue.d.ts +1 -1
  32. package/dist/runtime/components/Form/InputUploadDropzoneAuto/index.vue.d.ts +1 -1
  33. package/dist/runtime/components/Form/InputWYSIWYG/UploadImageForm.vue.d.ts +1 -1
  34. package/dist/runtime/components/Form/InputWYSIWYG/index.vue.d.ts +1 -1
  35. package/dist/runtime/components/Form/fileState/EmptyState.vue +21 -21
  36. package/dist/runtime/components/Form/fileState/EmptyState.vue.d.ts +1 -1
  37. package/dist/runtime/components/Form/fileState/FailedState.vue +33 -33
  38. package/dist/runtime/components/Form/fileState/FailedState.vue.d.ts +1 -1
  39. package/dist/runtime/components/Form/fileState/LoadingState.vue +24 -24
  40. package/dist/runtime/components/Form/fileState/LoadingState.vue.d.ts +1 -1
  41. package/dist/runtime/components/Form/fileState/PreviewModal.vue +23 -23
  42. package/dist/runtime/components/Form/fileState/PreviewModal.vue.d.ts +1 -1
  43. package/dist/runtime/components/Form/fileState/SuccessState.vue.d.ts +1 -1
  44. package/dist/runtime/components/Form/index.vue +5 -5
  45. package/dist/runtime/components/Form/index.vue.d.ts +1 -1
  46. package/dist/runtime/components/Form/types.d.ts +1 -1
  47. package/dist/runtime/components/Image.vue +28 -28
  48. package/dist/runtime/components/Image.vue.d.ts +1 -1
  49. package/dist/runtime/components/Loader.vue.d.ts +1 -1
  50. package/dist/runtime/components/Log/LogItem.vue.d.ts +1 -1
  51. package/dist/runtime/components/Log/index.vue +17 -17
  52. package/dist/runtime/components/Log/index.vue.d.ts +1 -1
  53. package/dist/runtime/components/Table/Base.vue.d.ts +3 -3
  54. package/dist/runtime/components/Table/ColumnDate.vue +1 -1
  55. package/dist/runtime/components/Table/ColumnDate.vue.d.ts +1 -1
  56. package/dist/runtime/components/Table/ColumnDateTime.vue +1 -1
  57. package/dist/runtime/components/Table/ColumnDateTime.vue.d.ts +1 -1
  58. package/dist/runtime/components/Table/ColumnImage.vue +4 -4
  59. package/dist/runtime/components/Table/ColumnImage.vue.d.ts +1 -1
  60. package/dist/runtime/components/Table/ColumnNumber.vue.d.ts +1 -1
  61. package/dist/runtime/components/Table/ColumnText.vue +1 -1
  62. package/dist/runtime/components/Table/ColumnText.vue.d.ts +1 -1
  63. package/dist/runtime/components/Table/Simple.vue.d.ts +1 -1
  64. package/dist/runtime/components/Table/index.vue.d.ts +1 -1
  65. package/dist/runtime/components/TeleportSafe.vue.d.ts +3 -3
  66. package/dist/runtime/server/tsconfig.json +3 -3
  67. package/dist/runtime/theme/button.d.ts +1 -1
  68. package/dist/runtime/theme/button.js +1 -1
  69. package/package.json +6 -6
@@ -1,5 +1,5 @@
1
- <template>
2
- <form class="form">
3
- <slot />
4
- </form>
5
- </template>
1
+ <template>
2
+ <form class="form">
3
+ <slot />
4
+ </form>
5
+ </template>
@@ -2,7 +2,7 @@ declare var __VLS_1: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_1) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
6
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
7
  export default _default;
8
8
  type __VLS_WithSlots<T, S> = T & {
@@ -14,7 +14,7 @@ import type { INumberField } from '#core/components/Form/InputNumber/types';
14
14
  import type { IDateTimeField } from '#core/components/Form/InputDateTime/date_time_field.types';
15
15
  import type { IRadioField } from '#core/components/Form/InputRadio/types';
16
16
  import type { IWYSIWYGField } from '#core/components/Form/InputWYSIWYG/types';
17
- export declare const enum INPUT_TYPES {
17
+ export declare enum INPUT_TYPES {
18
18
  TEXT = "TEXT",
19
19
  SEARCH = "SEARCH",
20
20
  NUMBER = "NUMBER",
@@ -1,32 +1,32 @@
1
1
  <template>
2
- <UseImage v-bind="$props">
3
- <template #loading>
4
- <slot name="loading">
5
- <div
6
- class="flex h-full w-full items-center justify-center"
7
- >
8
- <Loader
9
- :loading="true"
10
- />
11
- </div>
12
- </slot>
13
- </template>
14
-
15
- <template #error>
16
- <slot name="error">
17
- <div
18
- class="flex h-full w-full items-center justify-center"
19
- >
20
- <p class="text-error-400">
21
- <Icon
22
- name="i-heroicons:exclamation-circle-solid"
23
- class="text-error-400 size-8"
24
- />
25
- </p>
26
- </div>
27
- </slot>
28
- </template>
29
- </UseImage>
2
+ <UseImage v-bind="$props">
3
+ <template #loading>
4
+ <slot name="loading">
5
+ <div
6
+ class="flex h-full w-full items-center justify-center"
7
+ >
8
+ <Loader
9
+ :loading="true"
10
+ />
11
+ </div>
12
+ </slot>
13
+ </template>
14
+
15
+ <template #error>
16
+ <slot name="error">
17
+ <div
18
+ class="flex h-full w-full items-center justify-center"
19
+ >
20
+ <p class="text-error-400">
21
+ <Icon
22
+ name="i-heroicons:exclamation-circle-solid"
23
+ class="text-error-400 size-8"
24
+ />
25
+ </p>
26
+ </div>
27
+ </slot>
28
+ </template>
29
+ </UseImage>
30
30
  </template>
31
31
 
32
32
  <script setup>
@@ -3,7 +3,7 @@ type __VLS_Slots = {
3
3
  loading: () => any;
4
4
  error: () => any;
5
5
  };
6
- declare const __VLS_component: import("vue").DefineComponent<UseImageOptions, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UseImageOptions> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_component: import("vue").DefineComponent<UseImageOptions, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UseImageOptions> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
8
  export default _default;
9
9
  type __VLS_WithSlots<T, S> = T & {
@@ -8,7 +8,7 @@ type __VLS_Props = {
8
8
  ui?: typeof loaderTheme['slots'];
9
9
  class?: any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
12
  loading: boolean;
13
13
  icon: string;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -2,5 +2,5 @@ type __VLS_Props = {
2
2
  data?: any;
3
3
  title?: string;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
6
  export default _default;
@@ -1,21 +1,21 @@
1
1
  <template>
2
- <DevOnly>
3
- <TeleportSafe
4
- to="#dev-logs"
5
- >
6
- <LogItem
7
- v-if="typeof data !== 'undefined'"
8
- :data="data"
9
- :title="title"
10
- />
11
- <LogItem
12
- v-for="(item, index) in dataItems"
13
- :key="index"
14
- :data="item"
15
- :title="`${title} #${index + 1}`"
16
- />
17
- </TeleportSafe>
18
- </DevOnly>
2
+ <DevOnly>
3
+ <TeleportSafe
4
+ to="#dev-logs"
5
+ >
6
+ <LogItem
7
+ v-if="typeof data !== 'undefined'"
8
+ :data="data"
9
+ :title="title"
10
+ />
11
+ <LogItem
12
+ v-for="(item, index) in dataItems"
13
+ :key="index"
14
+ :data="item"
15
+ :title="`${title} #${index + 1}`"
16
+ />
17
+ </TeleportSafe>
18
+ </DevOnly>
19
19
  </template>
20
20
 
21
21
  <script setup>
@@ -3,5 +3,5 @@ type __VLS_Props = {
3
3
  dataItems?: any[];
4
4
  title?: string;
5
5
  };
6
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
@@ -1,8 +1,8 @@
1
1
  import { type PropType } from 'vue';
2
2
  import { type ITableOptions } from '#core/components/Table/types';
3
- declare var __VLS_20: string | number, __VLS_21: any;
3
+ declare var __VLS_29: string | number, __VLS_30: any;
4
4
  type __VLS_Slots = {} & {
5
- [K in NonNullable<typeof __VLS_20>]?: (props: typeof __VLS_21) => any;
5
+ [K in NonNullable<typeof __VLS_29>]?: (props: typeof __VLS_30) => any;
6
6
  };
7
7
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
8
  status: {
@@ -29,7 +29,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
29
29
  type: PropType<ITableOptions["isHideCaption"]>;
30
30
  default: boolean;
31
31
  };
32
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
33
  pageChange: (...args: any[]) => void;
34
34
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
35
35
  status: {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- {{ getValue || "-" }}
2
+ {{ getValue || "-" }}
3
3
  </template>
4
4
 
5
5
  <script setup>
@@ -4,5 +4,5 @@ type __VLS_Props = {
4
4
  row: any;
5
5
  column: TableColumn<any>;
6
6
  };
7
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
8
  export default _default;
@@ -1,5 +1,5 @@
1
1
  <template>
2
- {{ getValue || "-" }}
2
+ {{ getValue || "-" }}
3
3
  </template>
4
4
 
5
5
  <script setup>
@@ -4,5 +4,5 @@ type __VLS_Props = {
4
4
  row: any;
5
5
  column: TableColumn<any>;
6
6
  };
7
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
8
  export default _default;
@@ -1,8 +1,8 @@
1
1
  <template>
2
- <Image
3
- class="h-12 rounded"
4
- :src="getValue"
5
- />
2
+ <Image
3
+ class="h-12 rounded"
4
+ :src="getValue"
5
+ />
6
6
  </template>
7
7
 
8
8
  <script setup>
@@ -4,5 +4,5 @@ type __VLS_Props = {
4
4
  row: any;
5
5
  column: TableColumn<any>;
6
6
  };
7
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
8
  export default _default;
@@ -4,5 +4,5 @@ type __VLS_Props = {
4
4
  row: any;
5
5
  column: TableColumn<any>;
6
6
  };
7
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
8
  export default _default;
@@ -1,5 +1,5 @@
1
1
  <template>
2
- {{ getValue }}
2
+ {{ getValue }}
3
3
  </template>
4
4
 
5
5
  <script setup>
@@ -4,5 +4,5 @@ type __VLS_Props = {
4
4
  row: any;
5
5
  column: TableColumn<any>;
6
6
  };
7
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
8
  export default _default;
@@ -9,7 +9,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
9
9
  type: PropType<ISimpleTableOptions>;
10
10
  required: true;
11
11
  };
12
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  options: {
14
14
  type: PropType<ISimpleTableOptions>;
15
15
  required: true;
@@ -9,7 +9,7 @@ type __VLS_Props = {
9
9
  options: ITableOptions<any>;
10
10
  ui?: typeof tableTheme['slots'];
11
11
  };
12
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
13
  search: (q: string) => any;
14
14
  pageChange: (page: number) => any;
15
15
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -2,11 +2,11 @@ type __VLS_Props = {
2
2
  to: string;
3
3
  disabled?: boolean;
4
4
  };
5
- declare var __VLS_5: {};
5
+ declare var __VLS_6: {};
6
6
  type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_5) => any;
7
+ default?: (props: typeof __VLS_6) => any;
8
8
  };
9
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
11
  export default _default;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,3 +1,3 @@
1
- {
2
- "extends": "../../../.nuxt/tsconfig.server.json",
3
- }
1
+ {
2
+ "extends": "../../../.nuxt/tsconfig.server.json",
3
+ }
@@ -1,5 +1,5 @@
1
1
  export declare const buttonTheme: {
2
2
  slots: {
3
- base: string;
3
+ base: string[];
4
4
  };
5
5
  };
@@ -1,5 +1,5 @@
1
1
  export const buttonTheme = {
2
2
  slots: {
3
- base: "cursor-pointer"
3
+ base: ["cursor-pointer"]
4
4
  }
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "2.26.6",
3
+ "version": "2.26.7",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",
@@ -43,8 +43,8 @@
43
43
  "@iconify-json/heroicons": "^1.2.2",
44
44
  "@iconify-json/ph": "^1.2.2",
45
45
  "@iconify-json/svg-spinners": "^1.2.2",
46
- "@nuxt/kit": "^3.17.5",
47
- "@nuxt/ui": "^3.2.0",
46
+ "@nuxt/kit": "^4.0.2",
47
+ "@nuxt/ui": "^3.3.0",
48
48
  "@pinia/nuxt": "^0.11.0",
49
49
  "@tailwindcss/typography": "^0.5.0-alpha.3",
50
50
  "@tiptap/extension-image": "^2.23.0",
@@ -75,7 +75,7 @@
75
75
  "@nuxt/devtools": "^2.6.0",
76
76
  "@nuxt/eslint-config": "^1.4.1",
77
77
  "@nuxt/module-builder": "^1.0.1",
78
- "@nuxt/schema": "^3.17.5",
78
+ "@nuxt/schema": "^4.0.2",
79
79
  "@nuxt/test-utils": "^3.19.0",
80
80
  "@types/node": "latest",
81
81
  "changelogen": "^0.6.1",
@@ -84,11 +84,11 @@
84
84
  "eslint-plugin-better-tailwindcss": "^3.3.0",
85
85
  "husky": "^9.1.7",
86
86
  "lint-staged": "^16.0.0",
87
- "nuxt": "^3.17.5",
87
+ "nuxt": "^4.0.2",
88
88
  "typescript": "~5.6.3",
89
89
  "typescript-eslint": "^8.18.0",
90
90
  "vitest": "^3.1.3",
91
- "vue-tsc": "^2.2.10"
91
+ "vue-tsc": "^3.0.4"
92
92
  },
93
93
  "lint-staged": {
94
94
  "*": "eslint --fix --quiet"