@ithinkdt/ui 4.0.13 → 4.0.15

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.
@@ -525,9 +525,9 @@ export declare const DtDeptRender: (
525
525
 
526
526
  export interface DataDescriptionsProps<Data extends object> {
527
527
  cols?: number
528
- data: Data | undefined | null
528
+ data: Partial<Data> | undefined | null
529
529
  items: DescriptionItem<Data>[]
530
- title?: VNodeChild | ((data: Data | undefined) => VNodeChild)
530
+ title?: VNodeChild | ((data: Partial<Data> | undefined) => VNodeChild)
531
531
  anchor?: boolean | AnchorProps & AllowedComponentProps | undefined
532
532
  }
533
533
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ithinkdt/ui",
3
- "version": "4.0.13",
3
+ "version": "4.0.15",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "iThinkDT UI",
@@ -62,13 +62,13 @@
62
62
  },
63
63
  "sideEffects": false,
64
64
  "dependencies": {
65
- "@vueuse/core": "^14.2.1",
65
+ "@vueuse/core": "^14.3.0",
66
66
  "date-fns": "^4.1.0",
67
67
  "vueuc": ">=0.4.65",
68
68
  "sortablejs": "^1.15.7",
69
69
  "@types/sortablejs": "^1.15.9",
70
- "nanoid": "^5.1.7",
71
- "@ithinkdt/common": "^4.0.7"
70
+ "nanoid": "^5.1.11",
71
+ "@ithinkdt/common": "^4.0.8"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "@ithinkdt/page": ">=4.0",
@@ -88,13 +88,13 @@
88
88
  "devDependencies": {
89
89
  "@vitejs/plugin-vue-jsx": "^5.1.5",
90
90
  "ithinkdt-ui": "^1.9.1",
91
- "typescript": "~6.0.2",
91
+ "typescript": "~6.0.3",
92
92
  "unocss": "^66.6.8",
93
- "vite": "^8.0.8",
94
- "vue": "^3.5.32",
95
- "vue-router": "^5.0.4",
96
- "@vue/test-utils": "^2.4.6",
97
- "@ithinkdt/page": "^4.0.15"
93
+ "vite": "^8.0.10",
94
+ "vue": "^3.5.34",
95
+ "vue-router": "^5.0.6",
96
+ "@vue/test-utils": "^2.4.10",
97
+ "@ithinkdt/page": "^4.0.19"
98
98
  },
99
99
  "scripts": {
100
100
  "dev": "vite build --watch",