@vtj/materials 0.9.20 → 0.9.21

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.
@@ -111,13 +111,13 @@ const VirtualizedTable: MaterialDescription = {
111
111
  setters: 'BooleanSetter'
112
112
  },
113
113
  {
114
- name: 'width *',
114
+ name: 'width',
115
115
  defaultValue: '',
116
116
  label: '表宽必填',
117
117
  setters: 'NumberSetter'
118
118
  },
119
119
  {
120
- name: 'height *',
120
+ name: 'height',
121
121
  defaultValue: '',
122
122
  label: '表高必填',
123
123
  setters: 'NumberSetter'
@@ -167,7 +167,13 @@ const VirtualizedTable: MaterialDescription = {
167
167
  'scroll',
168
168
  'rows-rendered',
169
169
  'row-event-handlers'
170
- ]
170
+ ],
171
+ snippet: {
172
+ props: {
173
+ width: 700,
174
+ height: 400
175
+ }
176
+ }
171
177
  };
172
178
 
173
179
  export default VirtualizedTable;
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.9.20
5
+ * @version 0.9.21
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export const version = '0.9.20';
8
+ export const version = '0.9.21';