@fkui/vue 5.37.2 → 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 +51 -51
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/index.esm.js +52 -52
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +16333 -4754
- package/htmlvalidate/elements/components.js +5 -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": {
|
|
@@ -1300,6 +1300,10 @@ module.exports = defineMetadata({
|
|
|
1300
1300
|
flow: true,
|
|
1301
1301
|
permittedContent: ["f-wizard-step", "@flow"],
|
|
1302
1302
|
attributes: {
|
|
1303
|
+
"disable-initial-focus": {
|
|
1304
|
+
required: false,
|
|
1305
|
+
boolean: true,
|
|
1306
|
+
},
|
|
1303
1307
|
"header-tag": {
|
|
1304
1308
|
required: true,
|
|
1305
1309
|
enum: ["h1", "h2", "h3", "h4", "h5", "h6"],
|
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
|
}
|