@pisell/materials 1.0.156 → 1.0.157
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/lowcode/date-picker/meta.ts +6 -0
- package/lowcode/date-picker.range-picker/meta.ts +5 -5
- package/lowcode/select/meta.ts +6 -0
- package/lowcode/tree-select/meta.ts +6 -0
- package/package.json +1 -1
|
@@ -156,6 +156,12 @@ export default {
|
|
|
156
156
|
defaultValue: true,
|
|
157
157
|
setter: "BoolSetter",
|
|
158
158
|
},
|
|
159
|
+
{
|
|
160
|
+
name: 'className',
|
|
161
|
+
title: { label: '选择器类名', tip: '选择器类名' },
|
|
162
|
+
propType: 'string',
|
|
163
|
+
setter: 'StringSetter'
|
|
164
|
+
},
|
|
159
165
|
{
|
|
160
166
|
name: "showToday",
|
|
161
167
|
title: {
|
|
@@ -203,11 +203,11 @@ export default {
|
|
|
203
203
|
// title: { label: '在面板中添加额外的页脚', tip: '在面板中添加额外的页脚' },
|
|
204
204
|
// propType: 'func',
|
|
205
205
|
// },
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
206
|
+
{
|
|
207
|
+
name: 'className',
|
|
208
|
+
title: { label: '选择器 className', tip: '选择器 className' },
|
|
209
|
+
propType: 'string',
|
|
210
|
+
},
|
|
211
211
|
// {
|
|
212
212
|
// name: 'dropdownClassName',
|
|
213
213
|
// title: {
|
package/lowcode/select/meta.ts
CHANGED
|
@@ -120,6 +120,12 @@ export default {
|
|
|
120
120
|
defaultValue: false,
|
|
121
121
|
setter: 'BoolSetter'
|
|
122
122
|
},
|
|
123
|
+
{
|
|
124
|
+
name: 'className',
|
|
125
|
+
title: { label: '选择器类名', tip: '选择器类名' },
|
|
126
|
+
propType: 'string',
|
|
127
|
+
setter: 'StringSetter'
|
|
128
|
+
},
|
|
123
129
|
{
|
|
124
130
|
name: 'autoFocus',
|
|
125
131
|
title: { label: '自动聚焦', tip: '默认获取焦点' },
|
|
@@ -69,6 +69,12 @@ export default {
|
|
|
69
69
|
defaultValue: false,
|
|
70
70
|
setter: 'BoolSetter'
|
|
71
71
|
},
|
|
72
|
+
{
|
|
73
|
+
name: 'className',
|
|
74
|
+
title: { label: '选择器类名', tip: '选择器类名' },
|
|
75
|
+
propType: 'string',
|
|
76
|
+
setter: 'StringSetter'
|
|
77
|
+
},
|
|
72
78
|
// {
|
|
73
79
|
// name: 'dropdownClassName',
|
|
74
80
|
// title: {
|