@fkui/vue 6.35.0 → 6.36.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/types/index.d.ts
CHANGED
|
@@ -17326,6 +17326,10 @@ declare type __VLS_Props_5 = {
|
|
|
17326
17326
|
* When set to an icon name an icon is displayed next to the label.
|
|
17327
17327
|
*/
|
|
17328
17328
|
icon?: string;
|
|
17329
|
+
/**
|
|
17330
|
+
* The icon library to use when rendering an icon. If not set, the default icon library will be used.
|
|
17331
|
+
*/
|
|
17332
|
+
iconLibrary?: string;
|
|
17329
17333
|
/**
|
|
17330
17334
|
* By default the label is visually hidden. When this prop is enabled the
|
|
17331
17335
|
* label is rendered visually as well.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/vue",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.36.0",
|
|
4
4
|
"description": "Vue implementation of FKUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fkui",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"unit:watch": "jest --watch"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@fkui/date": "^6.
|
|
70
|
-
"@fkui/design": "^6.
|
|
71
|
-
"@fkui/logic": "^6.
|
|
69
|
+
"@fkui/date": "^6.36.0",
|
|
70
|
+
"@fkui/design": "^6.36.0",
|
|
71
|
+
"@fkui/logic": "^6.36.0",
|
|
72
72
|
"fk-icons": "^4.30.1",
|
|
73
73
|
"html-validate": ">= 7.9.0",
|
|
74
74
|
"vue": "^3.5.0"
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"node": ">= 20",
|
|
86
86
|
"npm": ">= 7"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "b5bbd381af90d68b52b3a60e3b5e6a46972cd62c"
|
|
89
89
|
}
|