@next-bricks/data-view 1.0.5 → 1.0.7
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 +9 -9
- package/dist/chunks/{242.a79b1b2b.js → 242.ac21540d.js} +2 -2
- package/dist/chunks/{242.a79b1b2b.js.map → 242.ac21540d.js.map} +1 -1
- package/dist/chunks/3322.64a25bff.js +2 -0
- package/dist/chunks/3322.64a25bff.js.map +1 -0
- package/dist/chunks/6804.01deddc0.js +2 -0
- package/dist/chunks/6804.01deddc0.js.map +1 -0
- package/dist/chunks/{7861.ad9a89a5.js → 7861.7644351b.js} +2 -2
- package/dist/chunks/{7861.ad9a89a5.js.map → 7861.7644351b.js.map} +1 -1
- package/dist/chunks/app-wall-system-card.d6a42264.js +2 -0
- package/dist/chunks/app-wall-system-card.d6a42264.js.map +1 -0
- package/dist/chunks/app-wall.dbaf1812.js +2 -0
- package/dist/chunks/app-wall.dbaf1812.js.map +1 -0
- package/dist/chunks/brick-notification.f14a4569.js +2 -0
- package/dist/chunks/brick-notification.f14a4569.js.map +1 -0
- package/dist/chunks/{cabinet-node.b0de2565.js → cabinet-node.ad1bec01.js} +3 -3
- package/dist/chunks/{cabinet-node.b0de2565.js.map → cabinet-node.ad1bec01.js.map} +1 -1
- package/dist/chunks/complex-search.78e2159d.js +2 -0
- package/dist/chunks/complex-search.78e2159d.js.map +1 -0
- package/dist/chunks/dropdown-menu.646ea75f.js +3 -0
- package/dist/chunks/dropdown-menu.646ea75f.js.map +1 -0
- package/dist/chunks/{main.dde9f051.js → main.a424a820.js} +2 -2
- package/dist/chunks/{main.dde9f051.js.map → main.a424a820.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.75d29afd.js → modern-style-treemap.56a38581.js} +3 -3
- package/dist/chunks/{modern-style-treemap.75d29afd.js.map → modern-style-treemap.56a38581.js.map} +1 -1
- package/dist/chunks/tabs-drawer.26c9ab36.js +3 -0
- package/dist/chunks/tabs-drawer.26c9ab36.js.map +1 -0
- package/dist/examples.json +8 -8
- package/dist/index.af973a5c.js +2 -0
- package/dist/{index.553f5a93.js.map → index.af973a5c.js.map} +1 -1
- package/dist/manifest.json +99 -99
- package/dist/types.json +224 -239
- package/package.json +3 -3
- package/dist/chunks/3322.42f4288f.js +0 -2
- package/dist/chunks/3322.42f4288f.js.map +0 -1
- package/dist/chunks/6804.757a5d3b.js +0 -2
- package/dist/chunks/6804.757a5d3b.js.map +0 -1
- package/dist/chunks/app-wall-system-card.3ca7e831.js +0 -2
- package/dist/chunks/app-wall-system-card.3ca7e831.js.map +0 -1
- package/dist/chunks/app-wall.5188b5ba.js +0 -2
- package/dist/chunks/app-wall.5188b5ba.js.map +0 -1
- package/dist/chunks/brick-notification.45fa8334.js +0 -2
- package/dist/chunks/brick-notification.45fa8334.js.map +0 -1
- package/dist/chunks/complex-search.51d1228b.js +0 -2
- package/dist/chunks/complex-search.51d1228b.js.map +0 -1
- package/dist/chunks/dropdown-menu.d84cae7b.js +0 -3
- package/dist/chunks/dropdown-menu.d84cae7b.js.map +0 -1
- package/dist/chunks/tabs-drawer.371e2508.js +0 -3
- package/dist/chunks/tabs-drawer.371e2508.js.map +0 -1
- package/dist/index.553f5a93.js +0 -2
- /package/dist/chunks/{cabinet-node.b0de2565.js.LICENSE.txt → cabinet-node.ad1bec01.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{dropdown-menu.d84cae7b.js.LICENSE.txt → dropdown-menu.646ea75f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{modern-style-treemap.75d29afd.js.LICENSE.txt → modern-style-treemap.56a38581.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{tabs-drawer.371e2508.js.LICENSE.txt → tabs-drawer.26c9ab36.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
{
|
|
2
|
+
"data-view.gear-background": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "color",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "indexedAccess",
|
|
8
|
+
"objectType": {
|
|
9
|
+
"type": "reference",
|
|
10
|
+
"typeName": {
|
|
11
|
+
"type": "qualifiedName",
|
|
12
|
+
"left": {
|
|
13
|
+
"type": "identifier",
|
|
14
|
+
"name": "React"
|
|
15
|
+
},
|
|
16
|
+
"right": {
|
|
17
|
+
"type": "identifier",
|
|
18
|
+
"name": "CSSProperties"
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"indexType": {
|
|
23
|
+
"type": "jsLiteral",
|
|
24
|
+
"value": "color"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"events": [],
|
|
30
|
+
"methods": []
|
|
31
|
+
},
|
|
2
32
|
"data-view.gauge-chart": {
|
|
3
33
|
"properties": [
|
|
4
34
|
{
|
|
@@ -94,6 +124,56 @@
|
|
|
94
124
|
"events": [],
|
|
95
125
|
"methods": []
|
|
96
126
|
},
|
|
127
|
+
"data-view.modern-style-page-title": {
|
|
128
|
+
"properties": [
|
|
129
|
+
{
|
|
130
|
+
"name": "pageTitle",
|
|
131
|
+
"annotation": {
|
|
132
|
+
"type": "keyword",
|
|
133
|
+
"value": "string"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "description",
|
|
138
|
+
"annotation": {
|
|
139
|
+
"type": "keyword",
|
|
140
|
+
"value": "string"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "backgroundStyle",
|
|
145
|
+
"annotation": {
|
|
146
|
+
"type": "reference",
|
|
147
|
+
"typeName": {
|
|
148
|
+
"type": "identifier",
|
|
149
|
+
"name": "CSSProperties"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "leftRoundStyle",
|
|
155
|
+
"annotation": {
|
|
156
|
+
"type": "reference",
|
|
157
|
+
"typeName": {
|
|
158
|
+
"type": "identifier",
|
|
159
|
+
"name": "CSSProperties"
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "rightRoundStyle",
|
|
165
|
+
"annotation": {
|
|
166
|
+
"type": "reference",
|
|
167
|
+
"typeName": {
|
|
168
|
+
"type": "identifier",
|
|
169
|
+
"name": "CSSProperties"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"events": [],
|
|
175
|
+
"methods": []
|
|
176
|
+
},
|
|
97
177
|
"data-view.tabs-drawer": {
|
|
98
178
|
"properties": [
|
|
99
179
|
{
|
|
@@ -287,56 +367,6 @@
|
|
|
287
367
|
}
|
|
288
368
|
]
|
|
289
369
|
},
|
|
290
|
-
"data-view.modern-style-page-title": {
|
|
291
|
-
"properties": [
|
|
292
|
-
{
|
|
293
|
-
"name": "pageTitle",
|
|
294
|
-
"annotation": {
|
|
295
|
-
"type": "keyword",
|
|
296
|
-
"value": "string"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"name": "description",
|
|
301
|
-
"annotation": {
|
|
302
|
-
"type": "keyword",
|
|
303
|
-
"value": "string"
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"name": "backgroundStyle",
|
|
308
|
-
"annotation": {
|
|
309
|
-
"type": "reference",
|
|
310
|
-
"typeName": {
|
|
311
|
-
"type": "identifier",
|
|
312
|
-
"name": "CSSProperties"
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"name": "leftRoundStyle",
|
|
318
|
-
"annotation": {
|
|
319
|
-
"type": "reference",
|
|
320
|
-
"typeName": {
|
|
321
|
-
"type": "identifier",
|
|
322
|
-
"name": "CSSProperties"
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"name": "rightRoundStyle",
|
|
328
|
-
"annotation": {
|
|
329
|
-
"type": "reference",
|
|
330
|
-
"typeName": {
|
|
331
|
-
"type": "identifier",
|
|
332
|
-
"name": "CSSProperties"
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
],
|
|
337
|
-
"events": [],
|
|
338
|
-
"methods": []
|
|
339
|
-
},
|
|
340
370
|
"data-view.battery-chart": {
|
|
341
371
|
"properties": [
|
|
342
372
|
{
|
|
@@ -1471,36 +1501,6 @@
|
|
|
1471
1501
|
}
|
|
1472
1502
|
]
|
|
1473
1503
|
},
|
|
1474
|
-
"data-view.gear-background": {
|
|
1475
|
-
"properties": [
|
|
1476
|
-
{
|
|
1477
|
-
"name": "color",
|
|
1478
|
-
"annotation": {
|
|
1479
|
-
"type": "indexedAccess",
|
|
1480
|
-
"objectType": {
|
|
1481
|
-
"type": "reference",
|
|
1482
|
-
"typeName": {
|
|
1483
|
-
"type": "qualifiedName",
|
|
1484
|
-
"left": {
|
|
1485
|
-
"type": "identifier",
|
|
1486
|
-
"name": "React"
|
|
1487
|
-
},
|
|
1488
|
-
"right": {
|
|
1489
|
-
"type": "identifier",
|
|
1490
|
-
"name": "CSSProperties"
|
|
1491
|
-
}
|
|
1492
|
-
}
|
|
1493
|
-
},
|
|
1494
|
-
"indexType": {
|
|
1495
|
-
"type": "jsLiteral",
|
|
1496
|
-
"value": "color"
|
|
1497
|
-
}
|
|
1498
|
-
}
|
|
1499
|
-
}
|
|
1500
|
-
],
|
|
1501
|
-
"events": [],
|
|
1502
|
-
"methods": []
|
|
1503
|
-
},
|
|
1504
1504
|
"data-view.title-text": {
|
|
1505
1505
|
"properties": [
|
|
1506
1506
|
{
|
|
@@ -2972,57 +2972,54 @@
|
|
|
2972
2972
|
"methods": [],
|
|
2973
2973
|
"types": [
|
|
2974
2974
|
{
|
|
2975
|
-
"type": "
|
|
2975
|
+
"type": "interface",
|
|
2976
2976
|
"name": "TreemapData",
|
|
2977
|
-
"
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
{
|
|
2981
|
-
"type": "
|
|
2982
|
-
"
|
|
2983
|
-
"type": "identifier",
|
|
2984
|
-
"name": "name"
|
|
2985
|
-
},
|
|
2986
|
-
"annotation": {
|
|
2987
|
-
"type": "keyword",
|
|
2988
|
-
"value": "string"
|
|
2989
|
-
},
|
|
2990
|
-
"computed": false
|
|
2977
|
+
"body": [
|
|
2978
|
+
{
|
|
2979
|
+
"type": "propertySignature",
|
|
2980
|
+
"key": {
|
|
2981
|
+
"type": "identifier",
|
|
2982
|
+
"name": "name"
|
|
2991
2983
|
},
|
|
2992
|
-
{
|
|
2993
|
-
"type": "
|
|
2994
|
-
"
|
|
2995
|
-
"type": "identifier",
|
|
2996
|
-
"name": "value"
|
|
2997
|
-
},
|
|
2998
|
-
"annotation": {
|
|
2999
|
-
"type": "keyword",
|
|
3000
|
-
"value": "number"
|
|
3001
|
-
},
|
|
3002
|
-
"optional": true,
|
|
3003
|
-
"computed": false
|
|
2984
|
+
"annotation": {
|
|
2985
|
+
"type": "keyword",
|
|
2986
|
+
"value": "string"
|
|
3004
2987
|
},
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
"
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
2988
|
+
"computed": false
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"type": "propertySignature",
|
|
2992
|
+
"key": {
|
|
2993
|
+
"type": "identifier",
|
|
2994
|
+
"name": "value"
|
|
2995
|
+
},
|
|
2996
|
+
"annotation": {
|
|
2997
|
+
"type": "keyword",
|
|
2998
|
+
"value": "number"
|
|
2999
|
+
},
|
|
3000
|
+
"optional": true,
|
|
3001
|
+
"computed": false
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"type": "propertySignature",
|
|
3005
|
+
"key": {
|
|
3006
|
+
"type": "identifier",
|
|
3007
|
+
"name": "children"
|
|
3008
|
+
},
|
|
3009
|
+
"annotation": {
|
|
3010
|
+
"type": "array",
|
|
3011
|
+
"elementType": {
|
|
3012
|
+
"type": "reference",
|
|
3013
|
+
"typeName": {
|
|
3014
|
+
"type": "identifier",
|
|
3015
|
+
"name": "TreemapData"
|
|
3019
3016
|
}
|
|
3020
|
-
}
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3017
|
+
}
|
|
3018
|
+
},
|
|
3019
|
+
"optional": true,
|
|
3020
|
+
"computed": false
|
|
3021
|
+
}
|
|
3022
|
+
]
|
|
3026
3023
|
},
|
|
3027
3024
|
{
|
|
3028
3025
|
"type": "enum",
|
|
@@ -3521,37 +3518,34 @@
|
|
|
3521
3518
|
]
|
|
3522
3519
|
},
|
|
3523
3520
|
{
|
|
3524
|
-
"type": "
|
|
3521
|
+
"type": "interface",
|
|
3525
3522
|
"name": "Relation",
|
|
3526
|
-
"
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
{
|
|
3530
|
-
"type": "
|
|
3531
|
-
"
|
|
3532
|
-
"type": "identifier",
|
|
3533
|
-
"name": "source"
|
|
3534
|
-
},
|
|
3535
|
-
"annotation": {
|
|
3536
|
-
"type": "keyword",
|
|
3537
|
-
"value": "string"
|
|
3538
|
-
},
|
|
3539
|
-
"computed": false
|
|
3523
|
+
"body": [
|
|
3524
|
+
{
|
|
3525
|
+
"type": "propertySignature",
|
|
3526
|
+
"key": {
|
|
3527
|
+
"type": "identifier",
|
|
3528
|
+
"name": "source"
|
|
3540
3529
|
},
|
|
3541
|
-
{
|
|
3542
|
-
"type": "
|
|
3543
|
-
"
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
"
|
|
3552
|
-
}
|
|
3553
|
-
|
|
3554
|
-
|
|
3530
|
+
"annotation": {
|
|
3531
|
+
"type": "keyword",
|
|
3532
|
+
"value": "string"
|
|
3533
|
+
},
|
|
3534
|
+
"computed": false
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"type": "propertySignature",
|
|
3538
|
+
"key": {
|
|
3539
|
+
"type": "identifier",
|
|
3540
|
+
"name": "target"
|
|
3541
|
+
},
|
|
3542
|
+
"annotation": {
|
|
3543
|
+
"type": "keyword",
|
|
3544
|
+
"value": "string"
|
|
3545
|
+
},
|
|
3546
|
+
"computed": false
|
|
3547
|
+
}
|
|
3548
|
+
]
|
|
3555
3549
|
},
|
|
3556
3550
|
{
|
|
3557
3551
|
"type": "interface",
|
|
@@ -3850,29 +3844,26 @@
|
|
|
3850
3844
|
}
|
|
3851
3845
|
},
|
|
3852
3846
|
{
|
|
3853
|
-
"type": "
|
|
3847
|
+
"type": "interface",
|
|
3854
3848
|
"name": "DataFill",
|
|
3855
|
-
"
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
{
|
|
3859
|
-
"type": "
|
|
3860
|
-
"
|
|
3849
|
+
"body": [
|
|
3850
|
+
{
|
|
3851
|
+
"type": "propertySignature",
|
|
3852
|
+
"key": {
|
|
3853
|
+
"type": "identifier",
|
|
3854
|
+
"name": "fillStyle"
|
|
3855
|
+
},
|
|
3856
|
+
"annotation": {
|
|
3857
|
+
"type": "reference",
|
|
3858
|
+
"typeName": {
|
|
3861
3859
|
"type": "identifier",
|
|
3862
|
-
"name": "
|
|
3863
|
-
}
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
}
|
|
3870
|
-
},
|
|
3871
|
-
"optional": true,
|
|
3872
|
-
"computed": false
|
|
3873
|
-
}
|
|
3874
|
-
]
|
|
3875
|
-
}
|
|
3860
|
+
"name": "Color"
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
"optional": true,
|
|
3864
|
+
"computed": false
|
|
3865
|
+
}
|
|
3866
|
+
]
|
|
3876
3867
|
},
|
|
3877
3868
|
{
|
|
3878
3869
|
"type": "typeAlias",
|
|
@@ -3999,75 +3990,69 @@
|
|
|
3999
3990
|
]
|
|
4000
3991
|
},
|
|
4001
3992
|
{
|
|
4002
|
-
"type": "
|
|
3993
|
+
"type": "interface",
|
|
4003
3994
|
"name": "Axis",
|
|
4004
|
-
"
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
{
|
|
4008
|
-
"type": "
|
|
4009
|
-
"
|
|
4010
|
-
"type": "identifier",
|
|
4011
|
-
"name": "x"
|
|
4012
|
-
},
|
|
4013
|
-
"annotation": {
|
|
4014
|
-
"type": "keyword",
|
|
4015
|
-
"value": "number"
|
|
4016
|
-
},
|
|
4017
|
-
"computed": false
|
|
3995
|
+
"body": [
|
|
3996
|
+
{
|
|
3997
|
+
"type": "propertySignature",
|
|
3998
|
+
"key": {
|
|
3999
|
+
"type": "identifier",
|
|
4000
|
+
"name": "x"
|
|
4018
4001
|
},
|
|
4019
|
-
{
|
|
4020
|
-
"type": "
|
|
4021
|
-
"
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
"
|
|
4030
|
-
}
|
|
4031
|
-
|
|
4032
|
-
|
|
4002
|
+
"annotation": {
|
|
4003
|
+
"type": "keyword",
|
|
4004
|
+
"value": "number"
|
|
4005
|
+
},
|
|
4006
|
+
"computed": false
|
|
4007
|
+
},
|
|
4008
|
+
{
|
|
4009
|
+
"type": "propertySignature",
|
|
4010
|
+
"key": {
|
|
4011
|
+
"type": "identifier",
|
|
4012
|
+
"name": "y"
|
|
4013
|
+
},
|
|
4014
|
+
"annotation": {
|
|
4015
|
+
"type": "keyword",
|
|
4016
|
+
"value": "number"
|
|
4017
|
+
},
|
|
4018
|
+
"computed": false
|
|
4019
|
+
}
|
|
4020
|
+
]
|
|
4033
4021
|
},
|
|
4034
4022
|
{
|
|
4035
|
-
"type": "
|
|
4023
|
+
"type": "interface",
|
|
4036
4024
|
"name": "DataLine",
|
|
4037
|
-
"
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
{
|
|
4041
|
-
"type": "
|
|
4042
|
-
"
|
|
4043
|
-
"type": "identifier",
|
|
4044
|
-
"name": "lineWidth"
|
|
4045
|
-
},
|
|
4046
|
-
"annotation": {
|
|
4047
|
-
"type": "keyword",
|
|
4048
|
-
"value": "number"
|
|
4049
|
-
},
|
|
4050
|
-
"optional": true,
|
|
4051
|
-
"computed": false
|
|
4025
|
+
"body": [
|
|
4026
|
+
{
|
|
4027
|
+
"type": "propertySignature",
|
|
4028
|
+
"key": {
|
|
4029
|
+
"type": "identifier",
|
|
4030
|
+
"name": "lineWidth"
|
|
4052
4031
|
},
|
|
4053
|
-
{
|
|
4054
|
-
"type": "
|
|
4055
|
-
"
|
|
4032
|
+
"annotation": {
|
|
4033
|
+
"type": "keyword",
|
|
4034
|
+
"value": "number"
|
|
4035
|
+
},
|
|
4036
|
+
"optional": true,
|
|
4037
|
+
"computed": false
|
|
4038
|
+
},
|
|
4039
|
+
{
|
|
4040
|
+
"type": "propertySignature",
|
|
4041
|
+
"key": {
|
|
4042
|
+
"type": "identifier",
|
|
4043
|
+
"name": "strokeStyle"
|
|
4044
|
+
},
|
|
4045
|
+
"annotation": {
|
|
4046
|
+
"type": "reference",
|
|
4047
|
+
"typeName": {
|
|
4056
4048
|
"type": "identifier",
|
|
4057
|
-
"name": "
|
|
4058
|
-
}
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
}
|
|
4065
|
-
},
|
|
4066
|
-
"optional": true,
|
|
4067
|
-
"computed": false
|
|
4068
|
-
}
|
|
4069
|
-
]
|
|
4070
|
-
}
|
|
4049
|
+
"name": "Color"
|
|
4050
|
+
}
|
|
4051
|
+
},
|
|
4052
|
+
"optional": true,
|
|
4053
|
+
"computed": false
|
|
4054
|
+
}
|
|
4055
|
+
]
|
|
4071
4056
|
}
|
|
4072
4057
|
]
|
|
4073
4058
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/data-view",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"postpublish": "mv package.json.bak package.json"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@next-core/build-next-bricks": "^1.20.
|
|
37
|
+
"@next-core/build-next-bricks": "^1.20.5",
|
|
38
38
|
"@next-core/test-next": "^1.0.15"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@next-bricks/icons": "*"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "1aee6cec88db2e611d36d3707d29c116d740e8e9"
|
|
44
44
|
}
|