@vtj/materials 0.13.12 → 0.13.14

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/materials",
3
3
  "private": false,
4
- "version": "0.13.12",
4
+ "version": "0.13.14",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "低代码引擎",
@@ -33,12 +33,12 @@
33
33
  "vant": "~4.9.10",
34
34
  "vue": "~3.5.5",
35
35
  "vue-router": "~4.5.0",
36
- "@vtj/charts": "~0.13.12",
37
- "@vtj/ui": "~0.13.12",
38
- "@vtj/utils": "~0.13.12",
39
- "@vtj/icons": "~0.13.12",
40
- "@vtj/core": "~0.13.12",
41
- "@vtj/cli": "~0.12.10"
36
+ "@vtj/charts": "~0.13.14",
37
+ "@vtj/ui": "~0.13.14",
38
+ "@vtj/core": "~0.13.14",
39
+ "@vtj/utils": "~0.13.14",
40
+ "@vtj/cli": "~0.12.10",
41
+ "@vtj/icons": "~0.13.14"
42
42
  },
43
43
  "files": [
44
44
  "dist",
@@ -30,7 +30,7 @@ import UniGridItem from '@dcloudio/uni-ui/lib/uni-grid-item/uni-grid-item.vue';
30
30
  import UniGroup from '@dcloudio/uni-ui/lib/uni-group/uni-group.vue';
31
31
  import UniIcons from './lib/uni-icons/uni-icons.vue';
32
32
  import UniIndexedList from './lib/uni-indexed-list/uni-indexed-list.vue';
33
- import UniLink from '@dcloudio/uni-ui/lib/uni-link/uni-link.vue';
33
+ // import UniLink from '@dcloudio/uni-ui/lib/uni-link/uni-link.vue';
34
34
  import UniList from './lib/uni-list/uni-list.vue';
35
35
  import UniListItem from '@dcloudio/uni-ui/lib/uni-list-item/uni-list-item.vue';
36
36
  import UniListChat from '@dcloudio/uni-ui/lib/uni-list-chat/uni-list-chat.vue';
@@ -94,7 +94,7 @@ const components = {
94
94
  UniGroup,
95
95
  UniIcons,
96
96
  UniIndexedList,
97
- UniLink,
97
+ // UniLink,
98
98
  UniList,
99
99
  UniListItem,
100
100
  UniListChat,
@@ -159,7 +159,7 @@ export {
159
159
  UniGroup,
160
160
  UniIcons,
161
161
  UniIndexedList,
162
- UniLink,
162
+ // UniLink,
163
163
  UniList,
164
164
  UniListItem,
165
165
  UniListChat,
package/src/version.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/materials
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.13.12
5
+ * @version 0.13.14
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export const version = '0.13.12';
8
+ export const version = '0.13.14';