@fkui/vue 5.37.3 → 5.38.0
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/cjs/index.cjs.js +50 -50
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/index.esm.js +51 -51
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +16365 -4786
- package/htmlvalidate/elements/components.js +1 -1
- package/package.json +10 -10
|
@@ -550,7 +550,7 @@ module.exports = defineMetadata({
|
|
|
550
550
|
type: ["text", "date", "numeric", "action"],
|
|
551
551
|
},
|
|
552
552
|
requiredAttributes: ["name", "title"],
|
|
553
|
-
permittedContent: ["@phrasing", "button"],
|
|
553
|
+
permittedContent: ["@phrasing", "button", "f-badge"],
|
|
554
554
|
},
|
|
555
555
|
|
|
556
556
|
"f-tooltip": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/vue",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.38.0",
|
|
4
4
|
"description": "Vue implementation of FKUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fkui",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
"lodash": "^4.17.20"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@fkui/css-variables": "5.
|
|
77
|
-
"@fkui/date": "5.
|
|
78
|
-
"@fkui/design": "5.
|
|
79
|
-
"@fkui/icon-lib-default": "5.
|
|
80
|
-
"@fkui/logic": "5.
|
|
81
|
-
"@fkui/test-utils": "5.
|
|
76
|
+
"@fkui/css-variables": "5.38.0",
|
|
77
|
+
"@fkui/date": "5.38.0",
|
|
78
|
+
"@fkui/design": "5.38.0",
|
|
79
|
+
"@fkui/icon-lib-default": "5.38.0",
|
|
80
|
+
"@fkui/logic": "5.38.0",
|
|
81
|
+
"@fkui/test-utils": "5.38.0",
|
|
82
82
|
"@forsakringskassan/vite-lib-config": "2.0.3",
|
|
83
83
|
"@vue/test-utils": "2.4.6",
|
|
84
84
|
"cypress": "13.15.0",
|
|
85
85
|
"flush-promises": "1.0.2",
|
|
86
|
-
"vite": "5.4.
|
|
87
|
-
"vue": "3.
|
|
86
|
+
"vite": "5.4.9",
|
|
87
|
+
"vue": "3.5.12",
|
|
88
88
|
"vue-router": "4.4.5"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"node": ">= 20",
|
|
110
110
|
"npm": ">= 7"
|
|
111
111
|
},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "999e94ae55b1f2388a4be51d7542c2f9c2589c83"
|
|
113
113
|
}
|