una-nuxt-module 2.1.22 → 2.1.23

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,6 +1,6 @@
1
1
  {
2
2
  "name": "una-nuxt-module",
3
- "version": "2.1.22",
3
+ "version": "2.1.23",
4
4
  "configKey": "unaxt",
5
5
  "compatibility": {
6
6
  "nuxt": ">=4.0.0"
package/dist/module.mjs CHANGED
@@ -198,7 +198,7 @@ function addTemplates() {
198
198
  }
199
199
 
200
200
  const name = "una-nuxt-module";
201
- const version = "2.1.22";
201
+ const version = "2.1.23";
202
202
 
203
203
  const module = defineNuxtModule({
204
204
  meta: {
@@ -20,7 +20,7 @@ const props = defineProps({
20
20
  fieldName: { type: String, required: true },
21
21
  required: { type: Boolean, required: false },
22
22
  config: { type: null, required: false },
23
- schema: { type: null, required: false },
23
+ schema: { type: Object, required: false },
24
24
  disabled: { type: Boolean, required: false }
25
25
  });
26
26
  const shapes = computed(() => {
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Se define la configuración de internalización para el plugin de vue-i18n.
3
+ */
4
+ declare const _default: any;
5
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "una-nuxt-module",
3
- "version": "2.1.22",
3
+ "version": "2.1.23",
4
4
  "description": "Módulo Nuxt para desarrollo CGI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,49 +57,49 @@
57
57
  "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
58
58
  },
59
59
  "dependencies": {
60
- "@asgardeo/auth-spa": "^3.3.0",
61
- "@nuxt/fonts": "^0.11.4",
60
+ "@asgardeo/auth-spa": "3.3.0",
61
+ "@nuxt/fonts": "0.11.4",
62
62
  "@nuxt/icon": "2.0.0",
63
- "@nuxt/image": "^1.11.0",
64
- "@nuxt/kit": "^4.1.1",
65
- "@nuxtjs/i18n": "10.0.6",
66
- "@tailwindcss/vite": "^4.1.13",
67
- "@tanstack/vue-table": "^8.21.3",
68
- "@vee-validate/zod": "^4.15.1",
69
- "@vueuse/core": "^13.9.0",
70
- "class-variance-authority": "^0.7.1",
71
- "clsx": "^2.1.1",
72
- "defu": "^6.1.4",
73
- "embla-carousel-vue": "^8.6.0",
74
- "lucide-vue-next": "^0.542.0",
75
- "pinia": "^2.2.0",
76
- "reka-ui": "^2.5.0",
77
- "scule": "^1.3.0",
78
- "tailwind-merge": "^3.3.1",
79
- "tailwindcss": "^4.1.13",
80
- "tw-animate-css": "^1.3.8",
81
- "vaul-vue": "^0.4.1",
82
- "vee-validate": "^4.15.1",
83
- "vue-json-pretty": "^2.5.0",
84
- "vue-sonner": "^2.0.8",
85
- "zod": "^3.25.63"
63
+ "@nuxt/image": "1.11.0",
64
+ "@nuxt/kit": "4.1.1",
65
+ "@nuxtjs/i18n": "10.1.0",
66
+ "@tailwindcss/vite": "4.1.13",
67
+ "@tanstack/vue-table": "8.21.3",
68
+ "@vee-validate/zod": "4.15.1",
69
+ "@vueuse/core": "13.9.0",
70
+ "class-variance-authority": "0.7.1",
71
+ "clsx": "2.1.1",
72
+ "defu": "6.1.4",
73
+ "embla-carousel-vue": "8.6.0",
74
+ "lucide-vue-next": "0.543.0",
75
+ "pinia": "2.2.8",
76
+ "reka-ui": "2.5.0",
77
+ "scule": "1.3.0",
78
+ "tailwind-merge": "3.3.1",
79
+ "tailwindcss": "4.1.13",
80
+ "tw-animate-css": "1.3.8",
81
+ "vaul-vue": "0.4.1",
82
+ "vee-validate": "4.15.1",
83
+ "vue-json-pretty": "2.5.0",
84
+ "vue-sonner": "2.0.8",
85
+ "zod": "3.25.63"
86
86
  },
87
87
  "devDependencies": {
88
- "@nuxt/devtools": "^2.6.3",
89
- "@nuxt/eslint-config": "^1.9.0",
90
- "@nuxt/module-builder": "^1.0.2",
91
- "@nuxt/schema": "^4.1.1",
92
- "@nuxt/test-utils": "^3.19.2",
93
- "@nuxtjs/color-mode": "^3.5.2",
94
- "@pinia/nuxt": "^0.5.2",
95
- "@types/node": "latest",
96
- "changelogen": "^0.6.2",
97
- "eslint": "^9.34.0",
98
- "nuxt": "^4.1.1",
88
+ "@nuxt/devtools": "2.6.3",
89
+ "@nuxt/eslint-config": "1.9.0",
90
+ "@nuxt/module-builder": "1.0.2",
91
+ "@nuxt/schema": "4.1.1",
92
+ "@nuxt/test-utils": "3.19.2",
93
+ "@nuxtjs/color-mode": "3.5.2",
94
+ "@pinia/nuxt": "0.5.5",
95
+ "@types/node": "24.3.1",
96
+ "changelogen": "0.6.2",
97
+ "eslint": "9.35.0",
98
+ "nuxt": "4.1.1",
99
99
  "shadcn-nuxt": "2.2.0",
100
100
  "typescript": "~5.9.2",
101
- "vitest": "^3.2.4",
102
- "vue-tsc": "^3.0.6"
101
+ "vitest": "3.2.4",
102
+ "vue-tsc": "3.0.6"
103
103
  },
104
104
  "directories": {
105
105
  "test": "test"