@vtj/materials 0.13.8 → 0.13.10

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.8",
4
+ "version": "0.13.10",
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.8",
37
- "@vtj/cli": "~0.12.10",
38
- "@vtj/core": "~0.13.8",
39
- "@vtj/utils": "~0.13.8",
40
- "@vtj/ui": "~0.13.8",
41
- "@vtj/icons": "~0.13.8"
36
+ "@vtj/charts": "~0.13.10",
37
+ "@vtj/core": "~0.13.10",
38
+ "@vtj/ui": "~0.13.10",
39
+ "@vtj/icons": "~0.13.10",
40
+ "@vtj/utils": "~0.13.10",
41
+ "@vtj/cli": "~0.12.10"
42
42
  },
43
43
  "files": [
44
44
  "dist",
package/src/antdv/card.ts CHANGED
@@ -102,7 +102,6 @@ const components: MaterialDescription[] = [
102
102
  title: 'Default size card',
103
103
  style: { width: '300px' }
104
104
  },
105
- slot: 'extra',
106
105
  children: [
107
106
  {
108
107
  name: 'a',
@@ -162,7 +161,6 @@ const components: MaterialDescription[] = [
162
161
  slots: ['avatar', 'description', 'title'],
163
162
  snippet: {
164
163
  props: { title: 'Europe Street beat' },
165
- slot: 'description',
166
164
  children: [
167
165
  {
168
166
  name: 'span',
@@ -41,7 +41,6 @@ const components: MaterialDescription[] = [
41
41
  ],
42
42
  slots: ['default', 'actions', 'author', 'avatar', 'content', 'datetime'],
43
43
  snippet: {
44
- slot: 'actions',
45
44
  children: [
46
45
  // 图标
47
46
  // {
package/src/antdv/list.ts CHANGED
@@ -136,7 +136,7 @@ const components: MaterialDescription[] = [
136
136
  }
137
137
  ]
138
138
  },
139
- slot: 'renderItem',
139
+
140
140
  children: [
141
141
  {
142
142
  name: 'span',
@@ -135,7 +135,6 @@ const components: MaterialDescription[] = [
135
135
  props: {
136
136
  title: 'Title'
137
137
  },
138
- slot: 'content',
139
138
  children: [
140
139
  {
141
140
  name: 'p',
@@ -411,7 +411,6 @@ const components: MaterialDescription[] = [
411
411
  ],
412
412
  slots: ['label'],
413
413
  snippet: {
414
- slot: 'label',
415
414
  children: [
416
415
  {
417
416
  name: 'span',
@@ -126,7 +126,6 @@ const components: MaterialDescription[] = [
126
126
  events: ['openChange', 'update:open'],
127
127
  slots: ['default', 'title'],
128
128
  snippet: {
129
- slot: 'title',
130
129
  children: [
131
130
  { name: 'p', slot: { name: 'title' }, children: 'prompt text' },
132
131
  { name: 'p', children: ' Tooltip will show when mouse enter.' }
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.8
5
+ * @version 0.13.10
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export const version = '0.13.8';
8
+ export const version = '0.13.10';