@next-bricks/data-view 1.9.1 → 1.9.2
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/bricks.json +4 -4
- package/dist/chunks/{1491.19fdfb95.js → 1491.345114bf.js} +3 -3
- package/dist/chunks/1491.345114bf.js.map +1 -0
- package/dist/chunks/{32.b45f5151.js → 32.40f02922.js} +2 -2
- package/dist/chunks/{32.b45f5151.js.map → 32.40f02922.js.map} +1 -1
- package/dist/chunks/{4837.1794b642.js → 4837.26a827bd.js} +2 -2
- package/dist/chunks/{4837.1794b642.js.map → 4837.26a827bd.js.map} +1 -1
- package/dist/chunks/{7218.258c9866.js → 7218.446f491e.js} +2 -2
- package/dist/chunks/{7218.258c9866.js.map → 7218.446f491e.js.map} +1 -1
- package/dist/chunks/{complex-search.8ce479ba.js → complex-search.edc01a8a.js} +2 -2
- package/dist/chunks/{complex-search.8ce479ba.js.map → complex-search.edc01a8a.js.map} +1 -1
- package/dist/chunks/{main.e9cbbef8.js → main.2de8b5d7.js} +2 -2
- package/dist/chunks/{main.e9cbbef8.js.map → main.2de8b5d7.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.4b2c0feb.js → modern-style-treemap.eb1d71e0.js} +3 -3
- package/dist/chunks/{modern-style-treemap.4b2c0feb.js.map → modern-style-treemap.eb1d71e0.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/{index.d23f893b.js → index.863009f8.js} +2 -2
- package/dist/{index.d23f893b.js.map → index.863009f8.js.map} +1 -1
- package/dist/manifest.json +112 -96
- package/dist/types.json +127 -105
- package/package.json +3 -3
- package/dist/chunks/1491.19fdfb95.js.map +0 -1
- /package/dist/chunks/{1491.19fdfb95.js.LICENSE.txt → 1491.345114bf.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{modern-style-treemap.4b2c0feb.js.LICENSE.txt → modern-style-treemap.eb1d71e0.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -49,83 +49,6 @@
|
|
|
49
49
|
"description": "大屏仪表盘",
|
|
50
50
|
"category": "big-screen-content"
|
|
51
51
|
},
|
|
52
|
-
{
|
|
53
|
-
"name": "data-view.modern-style-component-title",
|
|
54
|
-
"properties": [
|
|
55
|
-
{
|
|
56
|
-
"name": "hideLeftComponent",
|
|
57
|
-
"description": "",
|
|
58
|
-
"default": "false"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "hideRightComponent",
|
|
62
|
-
"description": "",
|
|
63
|
-
"default": "true"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"name": "componentTitle",
|
|
67
|
-
"description": "",
|
|
68
|
-
"type": "string"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "titleTextStyle",
|
|
72
|
-
"description": "",
|
|
73
|
-
"attribute": false,
|
|
74
|
-
"type": "CSSProperties"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "squareColor",
|
|
78
|
-
"description": "",
|
|
79
|
-
"attribute": false,
|
|
80
|
-
"type": "CSSProperties[\"color\"]"
|
|
81
|
-
}
|
|
82
|
-
],
|
|
83
|
-
"events": [],
|
|
84
|
-
"slots": [],
|
|
85
|
-
"methods": [],
|
|
86
|
-
"parts": [],
|
|
87
|
-
"description": "现代风组件标题",
|
|
88
|
-
"category": "big-screen-content"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "data-view.modern-style-page-title",
|
|
92
|
-
"properties": [
|
|
93
|
-
{
|
|
94
|
-
"name": "pageTitle",
|
|
95
|
-
"description": "",
|
|
96
|
-
"type": "string"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"name": "description",
|
|
100
|
-
"description": "",
|
|
101
|
-
"type": "string"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "backgroundStyle",
|
|
105
|
-
"description": "",
|
|
106
|
-
"attribute": false,
|
|
107
|
-
"type": "CSSProperties"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"name": "leftRoundStyle",
|
|
111
|
-
"description": "",
|
|
112
|
-
"attribute": false,
|
|
113
|
-
"type": "CSSProperties"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"name": "rightRoundStyle",
|
|
117
|
-
"description": "",
|
|
118
|
-
"attribute": false,
|
|
119
|
-
"type": "CSSProperties"
|
|
120
|
-
}
|
|
121
|
-
],
|
|
122
|
-
"events": [],
|
|
123
|
-
"slots": [],
|
|
124
|
-
"methods": [],
|
|
125
|
-
"parts": [],
|
|
126
|
-
"description": "现代风页面标题",
|
|
127
|
-
"category": "big-screen-content"
|
|
128
|
-
},
|
|
129
52
|
{
|
|
130
53
|
"name": "data-view.tabs-drawer",
|
|
131
54
|
"properties": [
|
|
@@ -632,6 +555,44 @@
|
|
|
632
555
|
"parts": [],
|
|
633
556
|
"description": "cabinet子构件----节点"
|
|
634
557
|
},
|
|
558
|
+
{
|
|
559
|
+
"name": "data-view.modern-style-component-title",
|
|
560
|
+
"properties": [
|
|
561
|
+
{
|
|
562
|
+
"name": "hideLeftComponent",
|
|
563
|
+
"description": "",
|
|
564
|
+
"default": "false"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "hideRightComponent",
|
|
568
|
+
"description": "",
|
|
569
|
+
"default": "true"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "componentTitle",
|
|
573
|
+
"description": "",
|
|
574
|
+
"type": "string"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"name": "titleTextStyle",
|
|
578
|
+
"description": "",
|
|
579
|
+
"attribute": false,
|
|
580
|
+
"type": "CSSProperties"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "squareColor",
|
|
584
|
+
"description": "",
|
|
585
|
+
"attribute": false,
|
|
586
|
+
"type": "CSSProperties[\"color\"]"
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"events": [],
|
|
590
|
+
"slots": [],
|
|
591
|
+
"methods": [],
|
|
592
|
+
"parts": [],
|
|
593
|
+
"description": "现代风组件标题",
|
|
594
|
+
"category": "big-screen-content"
|
|
595
|
+
},
|
|
635
596
|
{
|
|
636
597
|
"name": "data-view.cabinet-app-layer",
|
|
637
598
|
"properties": [
|
|
@@ -652,6 +613,45 @@
|
|
|
652
613
|
"parts": [],
|
|
653
614
|
"description": "cabinet子构件----应用层"
|
|
654
615
|
},
|
|
616
|
+
{
|
|
617
|
+
"name": "data-view.modern-style-page-title",
|
|
618
|
+
"properties": [
|
|
619
|
+
{
|
|
620
|
+
"name": "pageTitle",
|
|
621
|
+
"description": "",
|
|
622
|
+
"type": "string"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"name": "description",
|
|
626
|
+
"description": "",
|
|
627
|
+
"type": "string"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"name": "backgroundStyle",
|
|
631
|
+
"description": "",
|
|
632
|
+
"attribute": false,
|
|
633
|
+
"type": "CSSProperties"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "leftRoundStyle",
|
|
637
|
+
"description": "",
|
|
638
|
+
"attribute": false,
|
|
639
|
+
"type": "CSSProperties"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "rightRoundStyle",
|
|
643
|
+
"description": "",
|
|
644
|
+
"attribute": false,
|
|
645
|
+
"type": "CSSProperties"
|
|
646
|
+
}
|
|
647
|
+
],
|
|
648
|
+
"events": [],
|
|
649
|
+
"slots": [],
|
|
650
|
+
"methods": [],
|
|
651
|
+
"parts": [],
|
|
652
|
+
"description": "现代风页面标题",
|
|
653
|
+
"category": "big-screen-content"
|
|
654
|
+
},
|
|
655
655
|
{
|
|
656
656
|
"name": "data-view.cabinet-container",
|
|
657
657
|
"properties": [
|
|
@@ -1001,24 +1001,6 @@
|
|
|
1001
1001
|
"description": "大屏网格背景",
|
|
1002
1002
|
"category": "big-screen-layout"
|
|
1003
1003
|
},
|
|
1004
|
-
{
|
|
1005
|
-
"name": "data-view.gear-background",
|
|
1006
|
-
"properties": [
|
|
1007
|
-
{
|
|
1008
|
-
"name": "color",
|
|
1009
|
-
"description": "",
|
|
1010
|
-
"default": "\"#3366FF\"",
|
|
1011
|
-
"attribute": false,
|
|
1012
|
-
"type": "React.CSSProperties[\"color\"]"
|
|
1013
|
-
}
|
|
1014
|
-
],
|
|
1015
|
-
"events": [],
|
|
1016
|
-
"slots": [],
|
|
1017
|
-
"methods": [],
|
|
1018
|
-
"parts": [],
|
|
1019
|
-
"description": "齿轮背景",
|
|
1020
|
-
"category": "big-screen-layout"
|
|
1021
|
-
},
|
|
1022
1004
|
{
|
|
1023
1005
|
"name": "data-view.radar-chart",
|
|
1024
1006
|
"properties": [
|
|
@@ -1102,6 +1084,24 @@
|
|
|
1102
1084
|
"description": "雷达图",
|
|
1103
1085
|
"category": "big-screen-content"
|
|
1104
1086
|
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "data-view.gear-background",
|
|
1089
|
+
"properties": [
|
|
1090
|
+
{
|
|
1091
|
+
"name": "color",
|
|
1092
|
+
"description": "",
|
|
1093
|
+
"default": "\"#3366FF\"",
|
|
1094
|
+
"attribute": false,
|
|
1095
|
+
"type": "React.CSSProperties[\"color\"]"
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"events": [],
|
|
1099
|
+
"slots": [],
|
|
1100
|
+
"methods": [],
|
|
1101
|
+
"parts": [],
|
|
1102
|
+
"description": "齿轮背景",
|
|
1103
|
+
"category": "big-screen-layout"
|
|
1104
|
+
},
|
|
1105
1105
|
{
|
|
1106
1106
|
"name": "data-view.title-text",
|
|
1107
1107
|
"properties": [
|
|
@@ -1181,6 +1181,11 @@
|
|
|
1181
1181
|
"description": "标签高亮显示,默认第一个",
|
|
1182
1182
|
"default": "-",
|
|
1183
1183
|
"type": "string"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"name": "textContent",
|
|
1187
|
+
"type": "string",
|
|
1188
|
+
"description": "文本内容"
|
|
1184
1189
|
}
|
|
1185
1190
|
],
|
|
1186
1191
|
"events": [
|
|
@@ -1282,6 +1287,11 @@
|
|
|
1282
1287
|
"description": "是否禁用",
|
|
1283
1288
|
"default": "false",
|
|
1284
1289
|
"type": "boolean"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"name": "textContent",
|
|
1293
|
+
"type": "string",
|
|
1294
|
+
"description": "文本内容"
|
|
1285
1295
|
}
|
|
1286
1296
|
],
|
|
1287
1297
|
"events": [],
|
|
@@ -1297,7 +1307,13 @@
|
|
|
1297
1307
|
},
|
|
1298
1308
|
{
|
|
1299
1309
|
"name": "data-view.tech-mesh-base-view",
|
|
1300
|
-
"properties": [
|
|
1310
|
+
"properties": [
|
|
1311
|
+
{
|
|
1312
|
+
"name": "textContent",
|
|
1313
|
+
"type": "string",
|
|
1314
|
+
"description": "文本内容"
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1301
1317
|
"events": [],
|
|
1302
1318
|
"slots": [
|
|
1303
1319
|
{
|
package/dist/types.json
CHANGED
|
@@ -40,110 +40,6 @@
|
|
|
40
40
|
"events": [],
|
|
41
41
|
"methods": []
|
|
42
42
|
},
|
|
43
|
-
"data-view.modern-style-component-title": {
|
|
44
|
-
"properties": [
|
|
45
|
-
{
|
|
46
|
-
"name": "hideLeftComponent",
|
|
47
|
-
"annotation": {
|
|
48
|
-
"type": "keyword",
|
|
49
|
-
"value": "boolean"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "hideRightComponent",
|
|
54
|
-
"annotation": {
|
|
55
|
-
"type": "keyword",
|
|
56
|
-
"value": "boolean"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"name": "componentTitle",
|
|
61
|
-
"annotation": {
|
|
62
|
-
"type": "keyword",
|
|
63
|
-
"value": "string"
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "titleTextStyle",
|
|
68
|
-
"annotation": {
|
|
69
|
-
"type": "reference",
|
|
70
|
-
"typeName": {
|
|
71
|
-
"type": "identifier",
|
|
72
|
-
"name": "CSSProperties"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "squareColor",
|
|
78
|
-
"annotation": {
|
|
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"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
],
|
|
94
|
-
"events": [],
|
|
95
|
-
"methods": []
|
|
96
|
-
},
|
|
97
|
-
"data-view.modern-style-page-title": {
|
|
98
|
-
"properties": [
|
|
99
|
-
{
|
|
100
|
-
"name": "pageTitle",
|
|
101
|
-
"annotation": {
|
|
102
|
-
"type": "keyword",
|
|
103
|
-
"value": "string"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"name": "description",
|
|
108
|
-
"annotation": {
|
|
109
|
-
"type": "keyword",
|
|
110
|
-
"value": "string"
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"name": "backgroundStyle",
|
|
115
|
-
"annotation": {
|
|
116
|
-
"type": "reference",
|
|
117
|
-
"typeName": {
|
|
118
|
-
"type": "identifier",
|
|
119
|
-
"name": "CSSProperties"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"name": "leftRoundStyle",
|
|
125
|
-
"annotation": {
|
|
126
|
-
"type": "reference",
|
|
127
|
-
"typeName": {
|
|
128
|
-
"type": "identifier",
|
|
129
|
-
"name": "CSSProperties"
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"name": "rightRoundStyle",
|
|
135
|
-
"annotation": {
|
|
136
|
-
"type": "reference",
|
|
137
|
-
"typeName": {
|
|
138
|
-
"type": "identifier",
|
|
139
|
-
"name": "CSSProperties"
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
],
|
|
144
|
-
"events": [],
|
|
145
|
-
"methods": []
|
|
146
|
-
},
|
|
147
43
|
"data-view.tabs-drawer": {
|
|
148
44
|
"properties": [
|
|
149
45
|
{
|
|
@@ -936,6 +832,60 @@
|
|
|
936
832
|
"events": [],
|
|
937
833
|
"methods": []
|
|
938
834
|
},
|
|
835
|
+
"data-view.modern-style-component-title": {
|
|
836
|
+
"properties": [
|
|
837
|
+
{
|
|
838
|
+
"name": "hideLeftComponent",
|
|
839
|
+
"annotation": {
|
|
840
|
+
"type": "keyword",
|
|
841
|
+
"value": "boolean"
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"name": "hideRightComponent",
|
|
846
|
+
"annotation": {
|
|
847
|
+
"type": "keyword",
|
|
848
|
+
"value": "boolean"
|
|
849
|
+
}
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "componentTitle",
|
|
853
|
+
"annotation": {
|
|
854
|
+
"type": "keyword",
|
|
855
|
+
"value": "string"
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "titleTextStyle",
|
|
860
|
+
"annotation": {
|
|
861
|
+
"type": "reference",
|
|
862
|
+
"typeName": {
|
|
863
|
+
"type": "identifier",
|
|
864
|
+
"name": "CSSProperties"
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"name": "squareColor",
|
|
870
|
+
"annotation": {
|
|
871
|
+
"type": "indexedAccess",
|
|
872
|
+
"objectType": {
|
|
873
|
+
"type": "reference",
|
|
874
|
+
"typeName": {
|
|
875
|
+
"type": "identifier",
|
|
876
|
+
"name": "CSSProperties"
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
"indexType": {
|
|
880
|
+
"type": "jsLiteral",
|
|
881
|
+
"value": "color"
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
],
|
|
886
|
+
"events": [],
|
|
887
|
+
"methods": []
|
|
888
|
+
},
|
|
939
889
|
"data-view.cabinet-app-layer": {
|
|
940
890
|
"properties": [
|
|
941
891
|
{
|
|
@@ -965,6 +915,56 @@
|
|
|
965
915
|
"events": [],
|
|
966
916
|
"methods": []
|
|
967
917
|
},
|
|
918
|
+
"data-view.modern-style-page-title": {
|
|
919
|
+
"properties": [
|
|
920
|
+
{
|
|
921
|
+
"name": "pageTitle",
|
|
922
|
+
"annotation": {
|
|
923
|
+
"type": "keyword",
|
|
924
|
+
"value": "string"
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": "description",
|
|
929
|
+
"annotation": {
|
|
930
|
+
"type": "keyword",
|
|
931
|
+
"value": "string"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "backgroundStyle",
|
|
936
|
+
"annotation": {
|
|
937
|
+
"type": "reference",
|
|
938
|
+
"typeName": {
|
|
939
|
+
"type": "identifier",
|
|
940
|
+
"name": "CSSProperties"
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "leftRoundStyle",
|
|
946
|
+
"annotation": {
|
|
947
|
+
"type": "reference",
|
|
948
|
+
"typeName": {
|
|
949
|
+
"type": "identifier",
|
|
950
|
+
"name": "CSSProperties"
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "rightRoundStyle",
|
|
956
|
+
"annotation": {
|
|
957
|
+
"type": "reference",
|
|
958
|
+
"typeName": {
|
|
959
|
+
"type": "identifier",
|
|
960
|
+
"name": "CSSProperties"
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
],
|
|
965
|
+
"events": [],
|
|
966
|
+
"methods": []
|
|
967
|
+
},
|
|
968
968
|
"data-view.cabinet-graph": {
|
|
969
969
|
"properties": [
|
|
970
970
|
{
|
|
@@ -1642,6 +1642,13 @@
|
|
|
1642
1642
|
"type": "keyword",
|
|
1643
1643
|
"value": "string"
|
|
1644
1644
|
}
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "textContent",
|
|
1648
|
+
"annotation": {
|
|
1649
|
+
"type": "keyword",
|
|
1650
|
+
"value": "string"
|
|
1651
|
+
}
|
|
1645
1652
|
}
|
|
1646
1653
|
],
|
|
1647
1654
|
"events": [
|
|
@@ -1801,6 +1808,13 @@
|
|
|
1801
1808
|
"type": "keyword",
|
|
1802
1809
|
"value": "boolean"
|
|
1803
1810
|
}
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"name": "textContent",
|
|
1814
|
+
"annotation": {
|
|
1815
|
+
"type": "keyword",
|
|
1816
|
+
"value": "string"
|
|
1817
|
+
}
|
|
1804
1818
|
}
|
|
1805
1819
|
],
|
|
1806
1820
|
"events": [],
|
|
@@ -1838,7 +1852,15 @@
|
|
|
1838
1852
|
]
|
|
1839
1853
|
},
|
|
1840
1854
|
"data-view.tech-mesh-base-view": {
|
|
1841
|
-
"properties": [
|
|
1855
|
+
"properties": [
|
|
1856
|
+
{
|
|
1857
|
+
"name": "textContent",
|
|
1858
|
+
"annotation": {
|
|
1859
|
+
"type": "keyword",
|
|
1860
|
+
"value": "string"
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
1863
|
+
],
|
|
1842
1864
|
"events": [],
|
|
1843
1865
|
"methods": []
|
|
1844
1866
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/data-view",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"postpublish": "mv package.json.bak package.json"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@next-core/build-next-bricks": "^1.23.
|
|
38
|
+
"@next-core/build-next-bricks": "^1.23.6",
|
|
39
39
|
"@next-core/test-next": "^1.1.7"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@next-bricks/basic": "*",
|
|
43
43
|
"@next-bricks/icons": "*"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "f4947f553074efa2ce32e64dee08ee36f505ddf7"
|
|
46
46
|
}
|