@next-bricks/presentational-bricks 1.264.2 → 1.264.3
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/dist/stories.json
CHANGED
|
@@ -198,16 +198,16 @@
|
|
|
198
198
|
"slots": null,
|
|
199
199
|
"history": [
|
|
200
200
|
{
|
|
201
|
-
"version": "1.
|
|
202
|
-
"change": "
|
|
201
|
+
"version": "1.90.0",
|
|
202
|
+
"change": "新增 text 和 fontSIze 属性"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"version": "1.82.3",
|
|
206
206
|
"change": "color 颜色选择标准化"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
|
-
"version": "1.
|
|
210
|
-
"change": "
|
|
209
|
+
"version": "1.82.2",
|
|
210
|
+
"change": "新增构件 `presentational-bricks.basic-progress`"
|
|
211
211
|
}
|
|
212
212
|
],
|
|
213
213
|
"memo": "```typescript\nexport enum Color {\n green = \"green\",\n red = \"red\",\n blue = \"blue\",\n orange = \"orange\",\n cyan = \"cyan\",\n purple = \"purple\",\n geekblue = \"geekblue\",\n gray = \"gray\",\n slategray = \"slategray\",\n doderblue = \"doderblue\",\n royalblue = \"royalblue\",\n lightorange = \"lightorange\",\n goldenrod = \"goldenrod\",\n jewelryblue = \"jewelryblue\",\n orangered = \"orangered\",\n springgreen = \"springgreen\",\n mediumpurple = \"mediumpurple\",\n skyblue = \"skyblue\",\n yellowgreen = \"yellowgreen\",\n lightpurple = \"lightpurple\",\n}\n```",
|
|
@@ -216,59 +216,58 @@
|
|
|
216
216
|
"name": "value",
|
|
217
217
|
"type": "number",
|
|
218
218
|
"required": "true",
|
|
219
|
-
"
|
|
220
|
-
"
|
|
219
|
+
"description": "进度值(只负责确定颜色的值)",
|
|
220
|
+
"group": "basic"
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"name": "type",
|
|
224
|
-
"type": "line|circle|dashboard",
|
|
224
|
+
"type": "line | circle | dashboard",
|
|
225
225
|
"required": "circle",
|
|
226
226
|
"default": "dashboard",
|
|
227
|
-
"description": "类型"
|
|
227
|
+
"description": "类型",
|
|
228
|
+
"group": "basic"
|
|
228
229
|
},
|
|
229
230
|
{
|
|
230
231
|
"name": "text",
|
|
231
232
|
"type": "string",
|
|
232
233
|
"required": "false",
|
|
233
|
-
"
|
|
234
|
-
"
|
|
234
|
+
"description": "展示内容",
|
|
235
|
+
"group": "basic"
|
|
235
236
|
},
|
|
236
237
|
{
|
|
237
|
-
"name": "
|
|
238
|
+
"name": "description",
|
|
238
239
|
"type": "string",
|
|
239
240
|
"required": "false",
|
|
240
|
-
"
|
|
241
|
-
"
|
|
241
|
+
"description": "描述值",
|
|
242
|
+
"group": "basic"
|
|
242
243
|
},
|
|
243
244
|
{
|
|
244
|
-
"name": "
|
|
245
|
+
"name": "textColor",
|
|
245
246
|
"type": "string",
|
|
246
247
|
"required": "false",
|
|
247
|
-
"
|
|
248
|
-
"
|
|
248
|
+
"description": "展示内容的颜色",
|
|
249
|
+
"group": "ui"
|
|
249
250
|
},
|
|
250
251
|
{
|
|
251
252
|
"name": "colorMap",
|
|
252
253
|
"type": "ColorObj[]",
|
|
253
254
|
"required": "false",
|
|
254
|
-
"
|
|
255
|
-
"
|
|
255
|
+
"description": "颜色范围",
|
|
256
|
+
"group": "ui"
|
|
256
257
|
},
|
|
257
258
|
{
|
|
258
259
|
"name": "fontSize",
|
|
259
260
|
"type": "string",
|
|
260
261
|
"required": "false",
|
|
261
|
-
"default": "-",
|
|
262
262
|
"description": "设定展示内容大小",
|
|
263
|
-
"group": "
|
|
263
|
+
"group": "ui"
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
"name": "configProps",
|
|
267
267
|
"type": "Record<string, any>",
|
|
268
268
|
"required": "false",
|
|
269
|
-
"default": "-",
|
|
270
269
|
"description": "透传[antd progress](https://3x.ant.design/components/progress-cn/)",
|
|
271
|
-
"group": "
|
|
270
|
+
"group": "other"
|
|
272
271
|
}
|
|
273
272
|
],
|
|
274
273
|
"interface": [
|
|
@@ -1497,6 +1496,7 @@
|
|
|
1497
1496
|
"category": "value-mapping",
|
|
1498
1497
|
"type": "brick",
|
|
1499
1498
|
"author": "ice",
|
|
1499
|
+
"deprecated": true,
|
|
1500
1500
|
"text": {
|
|
1501
1501
|
"en": "cluster type",
|
|
1502
1502
|
"zh": "集群类型"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.264.
|
|
3
|
+
"version": "1.264.3",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"@next-dll/ace": "*",
|
|
56
56
|
"@next-dll/react-dnd": "*"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "86b6a32ac0a9cf876fc8010d46f7ef65a478e320"
|
|
59
59
|
}
|