@saasmakers/ui 1.4.42 → 1.4.43
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/app/types/global.d.ts +4 -1
- package/package.json +2 -2
package/app/types/global.d.ts
CHANGED
|
@@ -106,7 +106,10 @@ declare global {
|
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
type RouteLocationNamedI18n =
|
|
109
|
+
type RouteLocationNamedI18n = string | {
|
|
110
|
+
name: string
|
|
111
|
+
params?: Record<string, number | string>
|
|
112
|
+
}
|
|
110
113
|
type VuelidateValidation = import('@vuelidate/core').BaseValidation
|
|
111
114
|
}
|
|
112
115
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saasmakers/ui",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.43",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Reusable Nuxt UI components for SaaS Makers projects",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"pinia": "3.0.4",
|
|
46
46
|
"snarkdown": "2.0.0",
|
|
47
47
|
"unocss": "66.7.0",
|
|
48
|
-
"vue": "3.5.
|
|
48
|
+
"vue": "3.5.38",
|
|
49
49
|
"vue-router": "4.6.4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|