@next-bricks/data-view 1.10.12 → 1.10.13

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.
Files changed (44) hide show
  1. package/dist/bricks.json +3 -3
  2. package/dist/chunks/{3171.844c796f.js → 3171.58807427.js} +2 -2
  3. package/dist/chunks/{5552.6fcbd077.js.map → 3171.58807427.js.map} +1 -1
  4. package/dist/chunks/{6314.9f58384b.js → 3933.f2b54556.js} +2 -2
  5. package/dist/chunks/{6314.9f58384b.js.map → 3933.f2b54556.js.map} +1 -1
  6. package/dist/chunks/{5552.6fcbd077.js → 5552.87da9878.js} +2 -2
  7. package/dist/chunks/{3171.844c796f.js.map → 5552.87da9878.js.map} +1 -1
  8. package/dist/chunks/{3933.0bb7da1d.js → 6314.a27d2069.js} +2 -2
  9. package/dist/chunks/{3933.0bb7da1d.js.map → 6314.a27d2069.js.map} +1 -1
  10. package/dist/chunks/6773.5f152984.js +2 -0
  11. package/dist/chunks/6773.5f152984.js.map +1 -0
  12. package/dist/chunks/{8097.8f59d530.js → 8097.e14d0f64.js} +2 -2
  13. package/dist/chunks/{8097.8f59d530.js.map → 8097.e14d0f64.js.map} +1 -1
  14. package/dist/chunks/871.b8aa19b8.js +2 -0
  15. package/dist/chunks/871.b8aa19b8.js.map +1 -0
  16. package/dist/chunks/8826.a293b47f.js +2 -0
  17. package/dist/chunks/{8826.da754999.js.map → 8826.a293b47f.js.map} +1 -1
  18. package/dist/chunks/9140.3c21ab5b.js +3 -0
  19. package/dist/chunks/9140.3c21ab5b.js.map +1 -0
  20. package/dist/chunks/complex-search.c53d6876.js +2 -0
  21. package/dist/chunks/{complex-search.6e250583.js.map → complex-search.c53d6876.js.map} +1 -1
  22. package/dist/chunks/graph-text.35673faa.js +2 -0
  23. package/dist/chunks/{graph-text.7519cf16.js.map → graph-text.35673faa.js.map} +1 -1
  24. package/dist/chunks/{main.5a631d5a.js → main.44488957.js} +2 -2
  25. package/dist/chunks/{main.5a631d5a.js.map → main.44488957.js.map} +1 -1
  26. package/dist/chunks/{modern-style-treemap.e69e96f5.js → modern-style-treemap.3836ca2d.js} +3 -3
  27. package/dist/chunks/{modern-style-treemap.e69e96f5.js.map → modern-style-treemap.3836ca2d.js.map} +1 -1
  28. package/dist/examples.json +6 -6
  29. package/dist/{index.bda4d569.js → index.8fb268dd.js} +2 -2
  30. package/dist/{index.bda4d569.js.map → index.8fb268dd.js.map} +1 -1
  31. package/dist/manifest.json +92 -92
  32. package/dist/types.json +38 -38
  33. package/package.json +2 -2
  34. package/dist/chunks/6773.12284ad6.js +0 -2
  35. package/dist/chunks/6773.12284ad6.js.map +0 -1
  36. package/dist/chunks/871.f5aa7aaf.js +0 -2
  37. package/dist/chunks/871.f5aa7aaf.js.map +0 -1
  38. package/dist/chunks/8826.da754999.js +0 -2
  39. package/dist/chunks/9140.e170dabc.js +0 -3
  40. package/dist/chunks/9140.e170dabc.js.map +0 -1
  41. package/dist/chunks/complex-search.6e250583.js +0 -2
  42. package/dist/chunks/graph-text.7519cf16.js +0 -2
  43. /package/dist/chunks/{9140.e170dabc.js.LICENSE.txt → 9140.3c21ab5b.js.LICENSE.txt} +0 -0
  44. /package/dist/chunks/{modern-style-treemap.e69e96f5.js.LICENSE.txt → modern-style-treemap.3836ca2d.js.LICENSE.txt} +0 -0
@@ -50,80 +50,80 @@
50
50
  "category": "big-screen-content"
51
51
  },
52
52
  {
53
- "name": "data-view.modern-style-page-title",
53
+ "name": "data-view.modern-style-component-title",
54
54
  "properties": [
55
55
  {
56
- "name": "pageTitle",
56
+ "name": "hideLeftComponent",
57
57
  "description": "",
58
- "type": "string"
58
+ "default": "false"
59
59
  },
60
60
  {
61
- "name": "description",
61
+ "name": "hideRightComponent",
62
62
  "description": "",
63
- "type": "string"
63
+ "default": "true"
64
64
  },
65
65
  {
66
- "name": "backgroundStyle",
66
+ "name": "componentTitle",
67
67
  "description": "",
68
- "attribute": false,
69
- "type": "CSSProperties"
68
+ "type": "string"
70
69
  },
71
70
  {
72
- "name": "leftRoundStyle",
71
+ "name": "titleTextStyle",
73
72
  "description": "",
74
73
  "attribute": false,
75
74
  "type": "CSSProperties"
76
75
  },
77
76
  {
78
- "name": "rightRoundStyle",
77
+ "name": "squareColor",
79
78
  "description": "",
80
79
  "attribute": false,
81
- "type": "CSSProperties"
80
+ "type": "CSSProperties[\"color\"]"
82
81
  }
83
82
  ],
84
83
  "events": [],
85
84
  "slots": [],
86
85
  "methods": [],
87
86
  "parts": [],
88
- "description": "现代风页面标题",
87
+ "description": "现代风组件标题",
89
88
  "category": "big-screen-content"
90
89
  },
91
90
  {
92
- "name": "data-view.modern-style-component-title",
91
+ "name": "data-view.modern-style-page-title",
93
92
  "properties": [
94
93
  {
95
- "name": "hideLeftComponent",
94
+ "name": "pageTitle",
96
95
  "description": "",
97
- "default": "false"
96
+ "type": "string"
98
97
  },
99
98
  {
100
- "name": "hideRightComponent",
99
+ "name": "description",
101
100
  "description": "",
102
- "default": "true"
101
+ "type": "string"
103
102
  },
104
103
  {
105
- "name": "componentTitle",
104
+ "name": "backgroundStyle",
106
105
  "description": "",
107
- "type": "string"
106
+ "attribute": false,
107
+ "type": "CSSProperties"
108
108
  },
109
109
  {
110
- "name": "titleTextStyle",
110
+ "name": "leftRoundStyle",
111
111
  "description": "",
112
112
  "attribute": false,
113
113
  "type": "CSSProperties"
114
114
  },
115
115
  {
116
- "name": "squareColor",
116
+ "name": "rightRoundStyle",
117
117
  "description": "",
118
118
  "attribute": false,
119
- "type": "CSSProperties[\"color\"]"
119
+ "type": "CSSProperties"
120
120
  }
121
121
  ],
122
122
  "events": [],
123
123
  "slots": [],
124
124
  "methods": [],
125
125
  "parts": [],
126
- "description": "现代风组件标题",
126
+ "description": "现代风页面标题",
127
127
  "category": "big-screen-content"
128
128
  },
129
129
  {
@@ -353,75 +353,6 @@
353
353
  "description": "基础下拉菜单",
354
354
  "category": "big-screen-content"
355
355
  },
356
- {
357
- "name": "data-view.loading-panel",
358
- "properties": [
359
- {
360
- "name": "customTitle",
361
- "description": "",
362
- "type": "string"
363
- },
364
- {
365
- "name": "loading",
366
- "description": "",
367
- "type": "boolean"
368
- },
369
- {
370
- "name": "useRealTimeProgress",
371
- "description": "",
372
- "default": "false",
373
- "type": "boolean"
374
- },
375
- {
376
- "name": "progress",
377
- "description": "",
378
- "type": "number"
379
- },
380
- {
381
- "name": "intervalTime",
382
- "description": "",
383
- "type": "number"
384
- }
385
- ],
386
- "events": [
387
- {
388
- "name": "end",
389
- "description": "",
390
- "detail": {
391
- "description": null,
392
- "type": "void"
393
- }
394
- }
395
- ],
396
- "slots": [],
397
- "methods": [],
398
- "parts": [],
399
- "description": "大屏加载模块展示",
400
- "category": "big-screen-content"
401
- },
402
- {
403
- "name": "data-view.particle-animation",
404
- "properties": [
405
- {
406
- "name": "colors",
407
- "description": "",
408
- "attribute": false,
409
- "type": "ColorType"
410
- },
411
- {
412
- "name": "containerStyle",
413
- "description": "",
414
- "attribute": false,
415
- "type": "React.CSSProperties"
416
- }
417
- ],
418
- "events": [],
419
- "slots": [],
420
- "methods": [],
421
- "parts": [],
422
- "description": "大屏粒子加载动效",
423
- "category": "big-screen-content"
424
- },
425
356
  {
426
357
  "name": "data-view.complex-search",
427
358
  "properties": [
@@ -496,6 +427,75 @@
496
427
  "description": "大屏搜索构件",
497
428
  "category": "big-screen-content"
498
429
  },
430
+ {
431
+ "name": "data-view.loading-panel",
432
+ "properties": [
433
+ {
434
+ "name": "customTitle",
435
+ "description": "",
436
+ "type": "string"
437
+ },
438
+ {
439
+ "name": "loading",
440
+ "description": "",
441
+ "type": "boolean"
442
+ },
443
+ {
444
+ "name": "useRealTimeProgress",
445
+ "description": "",
446
+ "default": "false",
447
+ "type": "boolean"
448
+ },
449
+ {
450
+ "name": "progress",
451
+ "description": "",
452
+ "type": "number"
453
+ },
454
+ {
455
+ "name": "intervalTime",
456
+ "description": "",
457
+ "type": "number"
458
+ }
459
+ ],
460
+ "events": [
461
+ {
462
+ "name": "end",
463
+ "description": "",
464
+ "detail": {
465
+ "description": null,
466
+ "type": "void"
467
+ }
468
+ }
469
+ ],
470
+ "slots": [],
471
+ "methods": [],
472
+ "parts": [],
473
+ "description": "大屏加载模块展示",
474
+ "category": "big-screen-content"
475
+ },
476
+ {
477
+ "name": "data-view.particle-animation",
478
+ "properties": [
479
+ {
480
+ "name": "colors",
481
+ "description": "",
482
+ "attribute": false,
483
+ "type": "ColorType"
484
+ },
485
+ {
486
+ "name": "containerStyle",
487
+ "description": "",
488
+ "attribute": false,
489
+ "type": "React.CSSProperties"
490
+ }
491
+ ],
492
+ "events": [],
493
+ "slots": [],
494
+ "methods": [],
495
+ "parts": [],
496
+ "description": "大屏粒子加载动效",
497
+ "category": "big-screen-content"
498
+ },
499
499
  {
500
500
  "name": "data-view.app-wall-card-item",
501
501
  "properties": [
package/dist/types.json CHANGED
@@ -40,34 +40,31 @@
40
40
  "events": [],
41
41
  "methods": []
42
42
  },
43
- "data-view.modern-style-page-title": {
43
+ "data-view.modern-style-component-title": {
44
44
  "properties": [
45
45
  {
46
- "name": "pageTitle",
46
+ "name": "hideLeftComponent",
47
47
  "annotation": {
48
48
  "type": "keyword",
49
- "value": "string"
49
+ "value": "boolean"
50
50
  }
51
51
  },
52
52
  {
53
- "name": "description",
53
+ "name": "hideRightComponent",
54
54
  "annotation": {
55
55
  "type": "keyword",
56
- "value": "string"
56
+ "value": "boolean"
57
57
  }
58
58
  },
59
59
  {
60
- "name": "backgroundStyle",
60
+ "name": "componentTitle",
61
61
  "annotation": {
62
- "type": "reference",
63
- "typeName": {
64
- "type": "identifier",
65
- "name": "CSSProperties"
66
- }
62
+ "type": "keyword",
63
+ "value": "string"
67
64
  }
68
65
  },
69
66
  {
70
- "name": "leftRoundStyle",
67
+ "name": "titleTextStyle",
71
68
  "annotation": {
72
69
  "type": "reference",
73
70
  "typeName": {
@@ -77,12 +74,19 @@
77
74
  }
78
75
  },
79
76
  {
80
- "name": "rightRoundStyle",
77
+ "name": "squareColor",
81
78
  "annotation": {
82
- "type": "reference",
83
- "typeName": {
84
- "type": "identifier",
85
- "name": "CSSProperties"
79
+ "type": "indexedAccess",
80
+ "objectType": {
81
+ "type": "reference",
82
+ "typeName": {
83
+ "type": "identifier",
84
+ "name": "CSSProperties"
85
+ }
86
+ },
87
+ "indexType": {
88
+ "type": "jsLiteral",
89
+ "value": "color"
86
90
  }
87
91
  }
88
92
  }
@@ -90,31 +94,34 @@
90
94
  "events": [],
91
95
  "methods": []
92
96
  },
93
- "data-view.modern-style-component-title": {
97
+ "data-view.modern-style-page-title": {
94
98
  "properties": [
95
99
  {
96
- "name": "hideLeftComponent",
100
+ "name": "pageTitle",
97
101
  "annotation": {
98
102
  "type": "keyword",
99
- "value": "boolean"
103
+ "value": "string"
100
104
  }
101
105
  },
102
106
  {
103
- "name": "hideRightComponent",
107
+ "name": "description",
104
108
  "annotation": {
105
109
  "type": "keyword",
106
- "value": "boolean"
110
+ "value": "string"
107
111
  }
108
112
  },
109
113
  {
110
- "name": "componentTitle",
114
+ "name": "backgroundStyle",
111
115
  "annotation": {
112
- "type": "keyword",
113
- "value": "string"
116
+ "type": "reference",
117
+ "typeName": {
118
+ "type": "identifier",
119
+ "name": "CSSProperties"
120
+ }
114
121
  }
115
122
  },
116
123
  {
117
- "name": "titleTextStyle",
124
+ "name": "leftRoundStyle",
118
125
  "annotation": {
119
126
  "type": "reference",
120
127
  "typeName": {
@@ -124,19 +131,12 @@
124
131
  }
125
132
  },
126
133
  {
127
- "name": "squareColor",
134
+ "name": "rightRoundStyle",
128
135
  "annotation": {
129
- "type": "indexedAccess",
130
- "objectType": {
131
- "type": "reference",
132
- "typeName": {
133
- "type": "identifier",
134
- "name": "CSSProperties"
135
- }
136
- },
137
- "indexType": {
138
- "type": "jsLiteral",
139
- "value": "color"
136
+ "type": "reference",
137
+ "typeName": {
138
+ "type": "identifier",
139
+ "name": "CSSProperties"
140
140
  }
141
141
  }
142
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/data-view",
3
- "version": "1.10.12",
3
+ "version": "1.10.13",
4
4
  "homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/data-view",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,5 +42,5 @@
42
42
  "@next-bricks/basic": "*",
43
43
  "@next-bricks/icons": "*"
44
44
  },
45
- "gitHead": "77728717e861ef1853d7e00165ff55c850f3c6eb"
45
+ "gitHead": "caa9d3ad2e36f024b7b5a00f7ee0bf118890e464"
46
46
  }