@pisell/materials 1.0.205 → 1.0.207-fix.1
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/build/lowcode/render/default/view.js +12 -12
- package/build/lowcode/view.js +12 -12
- package/lowcode/drawer/meta.ts +5 -0
- package/lowcode/item/meta.ts +1 -1
- package/package.json +2 -2
package/lowcode/drawer/meta.ts
CHANGED
|
@@ -283,6 +283,11 @@ export default {
|
|
|
283
283
|
display: 'block',
|
|
284
284
|
type: 'group',
|
|
285
285
|
items: [
|
|
286
|
+
{
|
|
287
|
+
title: "others",
|
|
288
|
+
name: "others",
|
|
289
|
+
setter: ["JsonSetter", "VariableSetter"],
|
|
290
|
+
},
|
|
286
291
|
{
|
|
287
292
|
name: 'className',
|
|
288
293
|
title: { label: '容器类名', tip: 'className | 对话框外层容器的类名' },
|
package/lowcode/item/meta.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.207-fix.1",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@dnd-kit/utilities": "^3.2.1",
|
|
58
58
|
"ahooks": "^3.7.6",
|
|
59
59
|
"react-infinite-scroll-component": "^6.1.0",
|
|
60
|
-
"@pisell/utils": "1.0.
|
|
60
|
+
"@pisell/utils": "1.0.23",
|
|
61
61
|
"@pisell/icon": "0.0.8",
|
|
62
62
|
"@pisell/date-picker": "1.0.67"
|
|
63
63
|
},
|