@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.
- 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 +2 -2
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +17 -17
- package/lowcode/dropdown/snippets.ts +1 -11
- package/lowcode/menu/meta.ts +1 -1
- package/lowcode/tabs/meta.ts +0 -5
- package/package.json +1 -1
|
@@ -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
|
},
|
package/lowcode/menu/meta.ts
CHANGED
package/lowcode/tabs/meta.ts
CHANGED
|
@@ -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
|
},
|