@fkui/vue 6.29.0 → 6.30.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/cypress.cjs.js +4 -2
- package/dist/cjs/cypress.cjs.js.map +2 -2
- package/dist/cjs/index.cjs.js +30 -23
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/cypress.esm.js +4 -2
- package/dist/esm/cypress.esm.js.map +2 -2
- package/dist/esm/index.esm.js +30 -23
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -6864,7 +6864,7 @@ declare const __VLS_export_47: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS
|
|
|
6864
6864
|
* Structured as `{attributeName: "Name for dropdown", secondAttributeName: "Name for dropdown"}`
|
|
6865
6865
|
*/
|
|
6866
6866
|
sortableAttributes: {
|
|
6867
|
-
type: PropType<Record<string, string
|
|
6867
|
+
type: PropType<Record<string, string | Readonly<Ref<string>>>>;
|
|
6868
6868
|
required: boolean;
|
|
6869
6869
|
};
|
|
6870
6870
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/vue",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.30.0",
|
|
4
4
|
"description": "Vue implementation of FKUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fkui",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"unit:watch": "jest --watch"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@fkui/date": "^6.
|
|
64
|
-
"@fkui/design": "^6.
|
|
65
|
-
"@fkui/logic": "^6.
|
|
63
|
+
"@fkui/date": "^6.30.0",
|
|
64
|
+
"@fkui/design": "^6.30.0",
|
|
65
|
+
"@fkui/logic": "^6.30.0",
|
|
66
66
|
"fk-icons": "^4.30.1",
|
|
67
67
|
"html-validate": ">= 7.9.0",
|
|
68
68
|
"vue": "^3.5.0"
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"node": ">= 20",
|
|
80
80
|
"npm": ">= 7"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "2fc11f663fa0023ec1d0670feac5e64467fac8c2"
|
|
83
83
|
}
|