@pisell/materials 1.0.141 → 1.0.143

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.
@@ -17,20 +17,10 @@ export default [
17
17
  key: "timeLinei5wd",
18
18
  category: "Item",
19
19
  title: "菜单名",
20
+ label: "菜单名"
20
21
  },
21
22
  ],
22
23
  },
23
- children: [
24
- {
25
- componentName: "Menu.Item",
26
- props: {
27
- key: "timeLinei5wd",
28
- category: "Item",
29
- title: "菜单名",
30
- children: "菜单名",
31
- },
32
- },
33
- ],
34
24
  },
35
25
  ],
36
26
  },
@@ -82,7 +82,7 @@ export default {
82
82
  return {
83
83
  key: 'item-' + uuid(),
84
84
  category: 'Menu.Item',
85
- children: '菜单名',
85
+ label: '菜单名',
86
86
  };
87
87
  },
88
88
  },
@@ -118,11 +118,6 @@ export default {
118
118
  title: { label: "徽标数量", tip: "badge | 徽标数量" },
119
119
  propType: { type: "oneOfType", value: ["number"] },
120
120
  setter: ["NumberSetter", "VariableSetter"],
121
- condition(target) {
122
- return (
123
- target.getProps().getPropValue("type") === "icon-label"
124
- );
125
- },
126
121
  },
127
122
  ],
128
123
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.141",
3
+ "version": "1.0.143",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",