@vtj/materials 0.12.36 → 0.12.38

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.12.36",
4
+ "version": "0.12.38",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "低代码引擎",
@@ -32,12 +32,12 @@
32
32
  "vant": "~4.9.10",
33
33
  "vue": "~3.5.5",
34
34
  "vue-router": "~4.5.0",
35
- "@vtj/charts": "~0.12.36",
36
- "@vtj/cli": "~0.12.3",
37
- "@vtj/icons": "~0.12.36",
38
- "@vtj/ui": "~0.12.36",
39
- "@vtj/core": "~0.12.36",
40
- "@vtj/utils": "~0.12.36"
35
+ "@vtj/cli": "~0.12.4",
36
+ "@vtj/core": "~0.12.38",
37
+ "@vtj/charts": "~0.12.38",
38
+ "@vtj/utils": "~0.12.38",
39
+ "@vtj/icons": "~0.12.38",
40
+ "@vtj/ui": "~0.12.38"
41
41
  },
42
42
  "files": [
43
43
  "dist",
@@ -5,7 +5,6 @@ const Scrollbar: MaterialDescription = {
5
5
 
6
6
  categoryId: 'base',
7
7
  doc: 'https://element-plus.org/zh-CN/component/scrollbar.html',
8
- childIncludes: false,
9
8
  package: 'element-plus',
10
9
  props: [
11
10
  {
package/src/ui/grid.ts CHANGED
@@ -152,7 +152,7 @@ const desc: MaterialDescription = {
152
152
  setters: 'BooleanSetter'
153
153
  },
154
154
  {
155
- name: 'showFoter',
155
+ name: 'showFooter',
156
156
  setters: 'BooleanSetter'
157
157
  },
158
158
  {
package/src/vant/form.ts CHANGED
@@ -116,19 +116,9 @@ const Form: MaterialDescription = {
116
116
  {
117
117
  name: 'VanField',
118
118
  props: {
119
- modelValue: '用户名',
120
- name: '用户名',
121
- label: '用户名',
122
- placeholder: '用户名'
123
- }
124
- },
125
- {
126
- name: 'VanField',
127
- props: {
128
- modelValue: '密码',
129
- name: '密码',
130
- label: '密码',
131
- placeholder: '密码'
119
+ name: 'title',
120
+ label: '标题',
121
+ placeholder: '标题'
132
122
  }
133
123
  }
134
124
  ]
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.12.36
5
+ * @version 0.12.38
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export const version = '0.12.36';
8
+ export const version = '0.12.38';