@next-bricks/data-view 1.3.2 → 1.3.4

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/types.json CHANGED
@@ -40,145 +40,303 @@
40
40
  "events": [],
41
41
  "methods": []
42
42
  },
43
- "data-view.battery-chart": {
43
+ "data-view.tabs-drawer": {
44
44
  "properties": [
45
45
  {
46
- "name": "value",
46
+ "name": "tabList",
47
47
  "annotation": {
48
- "type": "keyword",
49
- "value": "number"
48
+ "type": "array",
49
+ "elementType": {
50
+ "type": "reference",
51
+ "typeName": {
52
+ "type": "identifier",
53
+ "name": "TabItem"
54
+ }
55
+ }
50
56
  }
51
57
  },
52
58
  {
53
- "name": "batteryWidth",
59
+ "name": "activeKey",
54
60
  "annotation": {
55
61
  "type": "keyword",
56
- "value": "number"
62
+ "value": "string"
57
63
  }
58
64
  },
59
65
  {
60
- "name": "batteryHeight",
66
+ "name": "width",
61
67
  "annotation": {
62
- "type": "keyword",
63
- "value": "number"
68
+ "type": "union",
69
+ "types": [
70
+ {
71
+ "type": "keyword",
72
+ "value": "number"
73
+ },
74
+ {
75
+ "type": "keyword",
76
+ "value": "string"
77
+ }
78
+ ]
64
79
  }
65
80
  },
66
81
  {
67
- "name": "thresholdColors",
82
+ "name": "drawerStyle",
68
83
  "annotation": {
69
- "type": "array",
70
- "elementType": {
71
- "type": "reference",
72
- "typeName": {
84
+ "type": "reference",
85
+ "typeName": {
86
+ "type": "qualifiedName",
87
+ "left": {
73
88
  "type": "identifier",
74
- "name": "ThresholdColor"
89
+ "name": "React"
90
+ },
91
+ "right": {
92
+ "type": "identifier",
93
+ "name": "CSSProperties"
75
94
  }
76
95
  }
77
96
  }
78
97
  },
79
98
  {
80
- "name": "thresholdValue",
99
+ "name": "bodyStyle",
100
+ "annotation": {
101
+ "type": "reference",
102
+ "typeName": {
103
+ "type": "qualifiedName",
104
+ "left": {
105
+ "type": "identifier",
106
+ "name": "React"
107
+ },
108
+ "right": {
109
+ "type": "identifier",
110
+ "name": "CSSProperties"
111
+ }
112
+ }
113
+ }
114
+ },
115
+ {
116
+ "name": "zIndex",
81
117
  "annotation": {
82
118
  "type": "keyword",
83
119
  "value": "number"
84
120
  }
121
+ },
122
+ {
123
+ "name": "visible",
124
+ "annotation": {
125
+ "type": "keyword",
126
+ "value": "boolean"
127
+ }
128
+ }
129
+ ],
130
+ "events": [
131
+ {
132
+ "name": "open",
133
+ "detail": {
134
+ "annotation": {
135
+ "type": "keyword",
136
+ "value": "void"
137
+ }
138
+ }
139
+ },
140
+ {
141
+ "name": "close",
142
+ "detail": {
143
+ "annotation": {
144
+ "type": "keyword",
145
+ "value": "void"
146
+ }
147
+ }
148
+ },
149
+ {
150
+ "name": "tab.change",
151
+ "detail": {
152
+ "annotation": {
153
+ "type": "keyword",
154
+ "value": "string"
155
+ }
156
+ }
157
+ }
158
+ ],
159
+ "methods": [
160
+ {
161
+ "name": "open",
162
+ "params": [],
163
+ "returns": {}
164
+ },
165
+ {
166
+ "name": "close",
167
+ "params": [],
168
+ "returns": {}
85
169
  }
86
170
  ],
87
- "events": [],
88
- "methods": [],
89
171
  "types": [
90
172
  {
91
173
  "type": "interface",
92
- "name": "ThresholdColor",
174
+ "name": "TabItem",
93
175
  "body": [
94
176
  {
95
177
  "type": "propertySignature",
96
178
  "key": {
97
179
  "type": "identifier",
98
- "name": "color"
180
+ "name": "icon"
99
181
  },
100
182
  "annotation": {
101
- "type": "indexedAccess",
102
- "objectType": {
103
- "type": "reference",
104
- "typeName": {
105
- "type": "qualifiedName",
106
- "left": {
107
- "type": "identifier",
108
- "name": "React"
109
- },
110
- "right": {
111
- "type": "identifier",
112
- "name": "CSSProperties"
113
- }
114
- }
115
- },
116
- "indexType": {
117
- "type": "jsLiteral",
118
- "value": "color"
183
+ "type": "reference",
184
+ "typeName": {
185
+ "type": "identifier",
186
+ "name": "GeneralIconProps"
119
187
  }
120
188
  },
121
- "computed": false
189
+ "computed": false,
190
+ "description": "菜单标题对应的图标。"
122
191
  },
123
192
  {
124
193
  "type": "propertySignature",
125
194
  "key": {
126
195
  "type": "identifier",
127
- "name": "startValue"
196
+ "name": "key"
128
197
  },
129
198
  "annotation": {
130
199
  "type": "keyword",
131
- "value": "number"
200
+ "value": "string"
132
201
  },
133
- "computed": false
202
+ "computed": false,
203
+ "description": "唯一标识"
134
204
  },
135
205
  {
136
206
  "type": "propertySignature",
137
207
  "key": {
138
208
  "type": "identifier",
139
- "name": "endValue"
209
+ "name": "title"
140
210
  },
141
211
  "annotation": {
142
212
  "type": "keyword",
143
- "value": "number"
213
+ "value": "string"
144
214
  },
145
- "computed": false
215
+ "optional": true,
216
+ "computed": false,
217
+ "description": "菜单标题。"
146
218
  },
147
219
  {
148
220
  "type": "propertySignature",
149
221
  "key": {
150
222
  "type": "identifier",
151
- "name": "headerColor"
223
+ "name": "tooltip"
152
224
  },
153
225
  "annotation": {
154
- "type": "indexedAccess",
155
- "objectType": {
156
- "type": "reference",
157
- "typeName": {
158
- "type": "qualifiedName",
159
- "left": {
160
- "type": "identifier",
161
- "name": "React"
162
- },
163
- "right": {
164
- "type": "identifier",
165
- "name": "CSSProperties"
166
- }
167
- }
168
- },
169
- "indexType": {
170
- "type": "jsLiteral",
171
- "value": "color"
172
- }
226
+ "type": "keyword",
227
+ "value": "string"
173
228
  },
174
229
  "optional": true,
175
- "computed": false,
176
- "description": "电池头的颜色,默认取 color,color为渐变色,需要单独配置头部颜色,请使用该属性"
230
+ "computed": false
177
231
  }
178
232
  ]
179
233
  }
180
234
  ]
181
235
  },
236
+ "data-view.modern-style-page-title": {
237
+ "properties": [
238
+ {
239
+ "name": "pageTitle",
240
+ "annotation": {
241
+ "type": "keyword",
242
+ "value": "string"
243
+ }
244
+ },
245
+ {
246
+ "name": "description",
247
+ "annotation": {
248
+ "type": "keyword",
249
+ "value": "string"
250
+ }
251
+ },
252
+ {
253
+ "name": "backgroundStyle",
254
+ "annotation": {
255
+ "type": "reference",
256
+ "typeName": {
257
+ "type": "identifier",
258
+ "name": "CSSProperties"
259
+ }
260
+ }
261
+ },
262
+ {
263
+ "name": "leftRoundStyle",
264
+ "annotation": {
265
+ "type": "reference",
266
+ "typeName": {
267
+ "type": "identifier",
268
+ "name": "CSSProperties"
269
+ }
270
+ }
271
+ },
272
+ {
273
+ "name": "rightRoundStyle",
274
+ "annotation": {
275
+ "type": "reference",
276
+ "typeName": {
277
+ "type": "identifier",
278
+ "name": "CSSProperties"
279
+ }
280
+ }
281
+ }
282
+ ],
283
+ "events": [],
284
+ "methods": []
285
+ },
286
+ "data-view.modern-style-component-title": {
287
+ "properties": [
288
+ {
289
+ "name": "hideLeftComponent",
290
+ "annotation": {
291
+ "type": "keyword",
292
+ "value": "boolean"
293
+ }
294
+ },
295
+ {
296
+ "name": "hideRightComponent",
297
+ "annotation": {
298
+ "type": "keyword",
299
+ "value": "boolean"
300
+ }
301
+ },
302
+ {
303
+ "name": "componentTitle",
304
+ "annotation": {
305
+ "type": "keyword",
306
+ "value": "string"
307
+ }
308
+ },
309
+ {
310
+ "name": "titleTextStyle",
311
+ "annotation": {
312
+ "type": "reference",
313
+ "typeName": {
314
+ "type": "identifier",
315
+ "name": "CSSProperties"
316
+ }
317
+ }
318
+ },
319
+ {
320
+ "name": "squareColor",
321
+ "annotation": {
322
+ "type": "indexedAccess",
323
+ "objectType": {
324
+ "type": "reference",
325
+ "typeName": {
326
+ "type": "identifier",
327
+ "name": "CSSProperties"
328
+ }
329
+ },
330
+ "indexType": {
331
+ "type": "jsLiteral",
332
+ "value": "color"
333
+ }
334
+ }
335
+ }
336
+ ],
337
+ "events": [],
338
+ "methods": []
339
+ },
182
340
  "data-view.dropdown-menu": {
183
341
  "properties": [
184
342
  {
@@ -251,55 +409,144 @@
251
409
  ],
252
410
  "methods": []
253
411
  },
254
- "data-view.modern-style-page-title": {
412
+ "data-view.battery-chart": {
255
413
  "properties": [
256
414
  {
257
- "name": "pageTitle",
415
+ "name": "value",
258
416
  "annotation": {
259
417
  "type": "keyword",
260
- "value": "string"
418
+ "value": "number"
261
419
  }
262
420
  },
263
421
  {
264
- "name": "description",
422
+ "name": "batteryWidth",
265
423
  "annotation": {
266
424
  "type": "keyword",
267
- "value": "string"
425
+ "value": "number"
268
426
  }
269
427
  },
270
428
  {
271
- "name": "backgroundStyle",
429
+ "name": "batteryHeight",
272
430
  "annotation": {
273
- "type": "reference",
274
- "typeName": {
275
- "type": "identifier",
276
- "name": "CSSProperties"
277
- }
431
+ "type": "keyword",
432
+ "value": "number"
278
433
  }
279
434
  },
280
435
  {
281
- "name": "leftRoundStyle",
436
+ "name": "thresholdColors",
282
437
  "annotation": {
283
- "type": "reference",
284
- "typeName": {
285
- "type": "identifier",
286
- "name": "CSSProperties"
438
+ "type": "array",
439
+ "elementType": {
440
+ "type": "reference",
441
+ "typeName": {
442
+ "type": "identifier",
443
+ "name": "ThresholdColor"
444
+ }
287
445
  }
288
446
  }
289
447
  },
290
448
  {
291
- "name": "rightRoundStyle",
449
+ "name": "thresholdValue",
292
450
  "annotation": {
293
- "type": "reference",
294
- "typeName": {
295
- "type": "identifier",
296
- "name": "CSSProperties"
451
+ "type": "keyword",
452
+ "value": "number"
453
+ }
454
+ }
455
+ ],
456
+ "events": [],
457
+ "methods": [],
458
+ "types": [
459
+ {
460
+ "type": "interface",
461
+ "name": "ThresholdColor",
462
+ "body": [
463
+ {
464
+ "type": "propertySignature",
465
+ "key": {
466
+ "type": "identifier",
467
+ "name": "color"
468
+ },
469
+ "annotation": {
470
+ "type": "indexedAccess",
471
+ "objectType": {
472
+ "type": "reference",
473
+ "typeName": {
474
+ "type": "qualifiedName",
475
+ "left": {
476
+ "type": "identifier",
477
+ "name": "React"
478
+ },
479
+ "right": {
480
+ "type": "identifier",
481
+ "name": "CSSProperties"
482
+ }
483
+ }
484
+ },
485
+ "indexType": {
486
+ "type": "jsLiteral",
487
+ "value": "color"
488
+ }
489
+ },
490
+ "computed": false
491
+ },
492
+ {
493
+ "type": "propertySignature",
494
+ "key": {
495
+ "type": "identifier",
496
+ "name": "startValue"
497
+ },
498
+ "annotation": {
499
+ "type": "keyword",
500
+ "value": "number"
501
+ },
502
+ "computed": false
503
+ },
504
+ {
505
+ "type": "propertySignature",
506
+ "key": {
507
+ "type": "identifier",
508
+ "name": "endValue"
509
+ },
510
+ "annotation": {
511
+ "type": "keyword",
512
+ "value": "number"
513
+ },
514
+ "computed": false
515
+ },
516
+ {
517
+ "type": "propertySignature",
518
+ "key": {
519
+ "type": "identifier",
520
+ "name": "headerColor"
521
+ },
522
+ "annotation": {
523
+ "type": "indexedAccess",
524
+ "objectType": {
525
+ "type": "reference",
526
+ "typeName": {
527
+ "type": "qualifiedName",
528
+ "left": {
529
+ "type": "identifier",
530
+ "name": "React"
531
+ },
532
+ "right": {
533
+ "type": "identifier",
534
+ "name": "CSSProperties"
535
+ }
536
+ }
537
+ },
538
+ "indexType": {
539
+ "type": "jsLiteral",
540
+ "value": "color"
541
+ }
542
+ },
543
+ "optional": true,
544
+ "computed": false,
545
+ "description": "电池头的颜色,默认取 color,color为渐变色,需要单独配置头部颜色,请使用该属性"
297
546
  }
298
- }
547
+ ]
299
548
  }
300
- ],
301
- "events": [],
302
- "methods": []
549
+ ]
303
550
  },
304
551
  "data-view.particle-animation": {
305
552
  "properties": [
@@ -468,278 +715,44 @@
468
715
  "data-view.app-wall-system-card": {
469
716
  "properties": [
470
717
  {
471
- "name": "status",
472
- "annotation": {
473
- "type": "reference",
474
- "typeName": {
475
- "type": "identifier",
476
- "name": "StatusType"
477
- }
478
- }
479
- },
480
- {
481
- "name": "cardTitle",
482
- "annotation": {
483
- "type": "keyword",
484
- "value": "string"
485
- }
486
- },
487
- {
488
- "name": "itemList",
489
- "annotation": {
490
- "type": "array",
491
- "elementType": {
492
- "type": "reference",
493
- "typeName": {
494
- "type": "identifier",
495
- "name": "DescriptionItem"
496
- }
497
- }
498
- }
499
- },
500
- {
501
- "name": "buttonName",
502
- "annotation": {
503
- "type": "keyword",
504
- "value": "string"
505
- }
506
- },
507
- {
508
- "name": "containerStyle",
509
- "annotation": {
510
- "type": "reference",
511
- "typeName": {
512
- "type": "qualifiedName",
513
- "left": {
514
- "type": "identifier",
515
- "name": "React"
516
- },
517
- "right": {
518
- "type": "identifier",
519
- "name": "CSSProperties"
520
- }
521
- }
522
- }
523
- }
524
- ],
525
- "events": [
526
- {
527
- "name": "button-click",
528
- "detail": {
529
- "annotation": {
530
- "type": "keyword",
531
- "value": "void"
532
- }
533
- }
534
- }
535
- ],
536
- "methods": [],
537
- "types": [
538
- {
539
- "type": "typeAlias",
540
- "name": "StatusType",
541
- "annotation": {
542
- "type": "union",
543
- "types": [
544
- {
545
- "type": "jsLiteral",
546
- "value": "normal"
547
- },
548
- {
549
- "type": "jsLiteral",
550
- "value": "warning"
551
- }
552
- ]
553
- }
554
- },
555
- {
556
- "type": "interface",
557
- "name": "DescriptionItem",
558
- "body": [
559
- {
560
- "type": "propertySignature",
561
- "key": {
562
- "type": "identifier",
563
- "name": "key"
564
- },
565
- "annotation": {
566
- "type": "keyword",
567
- "value": "string"
568
- },
569
- "computed": false
570
- },
571
- {
572
- "type": "propertySignature",
573
- "key": {
574
- "type": "identifier",
575
- "name": "value"
576
- },
577
- "annotation": {
578
- "type": "keyword",
579
- "value": "string"
580
- },
581
- "computed": false
582
- }
583
- ]
584
- }
585
- ]
586
- },
587
- "data-view.modern-style-component-title": {
588
- "properties": [
589
- {
590
- "name": "hideLeftComponent",
591
- "annotation": {
592
- "type": "keyword",
593
- "value": "boolean"
594
- }
595
- },
596
- {
597
- "name": "hideRightComponent",
598
- "annotation": {
599
- "type": "keyword",
600
- "value": "boolean"
601
- }
602
- },
603
- {
604
- "name": "componentTitle",
605
- "annotation": {
606
- "type": "keyword",
607
- "value": "string"
608
- }
609
- },
610
- {
611
- "name": "titleTextStyle",
612
- "annotation": {
613
- "type": "reference",
614
- "typeName": {
615
- "type": "identifier",
616
- "name": "CSSProperties"
617
- }
618
- }
619
- },
620
- {
621
- "name": "squareColor",
622
- "annotation": {
623
- "type": "indexedAccess",
624
- "objectType": {
625
- "type": "reference",
626
- "typeName": {
627
- "type": "identifier",
628
- "name": "CSSProperties"
629
- }
630
- },
631
- "indexType": {
632
- "type": "jsLiteral",
633
- "value": "color"
634
- }
635
- }
636
- }
637
- ],
638
- "events": [],
639
- "methods": []
640
- },
641
- "data-view.app-wall-relation-line": {
642
- "properties": [
643
- {
644
- "name": "lightColor",
645
- "annotation": {
646
- "type": "union",
647
- "types": [
648
- {
649
- "type": "jsLiteral",
650
- "value": "blue"
651
- },
652
- {
653
- "type": "jsLiteral",
654
- "value": "purple"
655
- }
656
- ]
657
- }
658
- }
659
- ],
660
- "events": [],
661
- "methods": []
662
- },
663
- "data-view.cabinet-button": {
664
- "properties": [
665
- {
666
- "name": "buttonStyle",
667
- "annotation": {
668
- "type": "reference",
669
- "typeName": {
670
- "type": "qualifiedName",
671
- "left": {
672
- "type": "identifier",
673
- "name": "React"
674
- },
675
- "right": {
676
- "type": "identifier",
677
- "name": "CSSProperties"
678
- }
679
- }
680
- }
681
- }
682
- ],
683
- "events": [],
684
- "methods": []
685
- },
686
- "data-view.tabs-drawer": {
687
- "properties": [
688
- {
689
- "name": "tabList",
718
+ "name": "status",
690
719
  "annotation": {
691
- "type": "array",
692
- "elementType": {
693
- "type": "reference",
694
- "typeName": {
695
- "type": "identifier",
696
- "name": "TabItem"
697
- }
720
+ "type": "reference",
721
+ "typeName": {
722
+ "type": "identifier",
723
+ "name": "StatusType"
698
724
  }
699
725
  }
700
726
  },
701
727
  {
702
- "name": "activeKey",
728
+ "name": "cardTitle",
703
729
  "annotation": {
704
730
  "type": "keyword",
705
731
  "value": "string"
706
732
  }
707
733
  },
708
734
  {
709
- "name": "width",
735
+ "name": "itemList",
710
736
  "annotation": {
711
- "type": "union",
712
- "types": [
713
- {
714
- "type": "keyword",
715
- "value": "number"
716
- },
717
- {
718
- "type": "keyword",
719
- "value": "string"
737
+ "type": "array",
738
+ "elementType": {
739
+ "type": "reference",
740
+ "typeName": {
741
+ "type": "identifier",
742
+ "name": "DescriptionItem"
720
743
  }
721
- ]
744
+ }
722
745
  }
723
746
  },
724
747
  {
725
- "name": "drawerStyle",
748
+ "name": "buttonName",
726
749
  "annotation": {
727
- "type": "reference",
728
- "typeName": {
729
- "type": "qualifiedName",
730
- "left": {
731
- "type": "identifier",
732
- "name": "React"
733
- },
734
- "right": {
735
- "type": "identifier",
736
- "name": "CSSProperties"
737
- }
738
- }
750
+ "type": "keyword",
751
+ "value": "string"
739
752
  }
740
753
  },
741
754
  {
742
- "name": "bodyStyle",
755
+ "name": "containerStyle",
743
756
  "annotation": {
744
757
  "type": "reference",
745
758
  "typeName": {
@@ -754,84 +767,42 @@
754
767
  }
755
768
  }
756
769
  }
757
- },
758
- {
759
- "name": "zIndex",
760
- "annotation": {
761
- "type": "keyword",
762
- "value": "number"
763
- }
764
- },
765
- {
766
- "name": "visible",
767
- "annotation": {
768
- "type": "keyword",
769
- "value": "boolean"
770
- }
771
770
  }
772
771
  ],
773
772
  "events": [
774
773
  {
775
- "name": "open",
776
- "detail": {
777
- "annotation": {
778
- "type": "keyword",
779
- "value": "void"
780
- }
781
- }
782
- },
783
- {
784
- "name": "close",
774
+ "name": "button-click",
785
775
  "detail": {
786
776
  "annotation": {
787
777
  "type": "keyword",
788
778
  "value": "void"
789
779
  }
790
780
  }
791
- },
792
- {
793
- "name": "tab.change",
794
- "detail": {
795
- "annotation": {
796
- "type": "keyword",
797
- "value": "string"
798
- }
799
- }
800
781
  }
801
782
  ],
802
- "methods": [
783
+ "methods": [],
784
+ "types": [
803
785
  {
804
- "name": "open",
805
- "params": [],
806
- "returns": {}
786
+ "type": "typeAlias",
787
+ "name": "StatusType",
788
+ "annotation": {
789
+ "type": "union",
790
+ "types": [
791
+ {
792
+ "type": "jsLiteral",
793
+ "value": "normal"
794
+ },
795
+ {
796
+ "type": "jsLiteral",
797
+ "value": "warning"
798
+ }
799
+ ]
800
+ }
807
801
  },
808
- {
809
- "name": "close",
810
- "params": [],
811
- "returns": {}
812
- }
813
- ],
814
- "types": [
815
802
  {
816
803
  "type": "interface",
817
- "name": "TabItem",
804
+ "name": "DescriptionItem",
818
805
  "body": [
819
- {
820
- "type": "propertySignature",
821
- "key": {
822
- "type": "identifier",
823
- "name": "icon"
824
- },
825
- "annotation": {
826
- "type": "reference",
827
- "typeName": {
828
- "type": "identifier",
829
- "name": "GeneralIconProps"
830
- }
831
- },
832
- "computed": false,
833
- "description": "菜单标题对应的图标。"
834
- },
835
806
  {
836
807
  "type": "propertySignature",
837
808
  "key": {
@@ -842,40 +813,69 @@
842
813
  "type": "keyword",
843
814
  "value": "string"
844
815
  },
845
- "computed": false,
846
- "description": "唯一标识"
847
- },
848
- {
849
- "type": "propertySignature",
850
- "key": {
851
- "type": "identifier",
852
- "name": "title"
853
- },
854
- "annotation": {
855
- "type": "keyword",
856
- "value": "string"
857
- },
858
- "optional": true,
859
- "computed": false,
860
- "description": "菜单标题。"
816
+ "computed": false
861
817
  },
862
818
  {
863
819
  "type": "propertySignature",
864
820
  "key": {
865
821
  "type": "identifier",
866
- "name": "tooltip"
822
+ "name": "value"
867
823
  },
868
824
  "annotation": {
869
825
  "type": "keyword",
870
826
  "value": "string"
871
827
  },
872
- "optional": true,
873
828
  "computed": false
874
829
  }
875
830
  ]
876
831
  }
877
832
  ]
878
833
  },
834
+ "data-view.app-wall-relation-line": {
835
+ "properties": [
836
+ {
837
+ "name": "lightColor",
838
+ "annotation": {
839
+ "type": "union",
840
+ "types": [
841
+ {
842
+ "type": "jsLiteral",
843
+ "value": "blue"
844
+ },
845
+ {
846
+ "type": "jsLiteral",
847
+ "value": "purple"
848
+ }
849
+ ]
850
+ }
851
+ }
852
+ ],
853
+ "events": [],
854
+ "methods": []
855
+ },
856
+ "data-view.cabinet-button": {
857
+ "properties": [
858
+ {
859
+ "name": "buttonStyle",
860
+ "annotation": {
861
+ "type": "reference",
862
+ "typeName": {
863
+ "type": "qualifiedName",
864
+ "left": {
865
+ "type": "identifier",
866
+ "name": "React"
867
+ },
868
+ "right": {
869
+ "type": "identifier",
870
+ "name": "CSSProperties"
871
+ }
872
+ }
873
+ }
874
+ }
875
+ ],
876
+ "events": [],
877
+ "methods": []
878
+ },
879
879
  "data-view.cabinet-node": {
880
880
  "properties": [
881
881
  {
@@ -1348,6 +1348,36 @@
1348
1348
  "events": [],
1349
1349
  "methods": []
1350
1350
  },
1351
+ "data-view.gear-background": {
1352
+ "properties": [
1353
+ {
1354
+ "name": "color",
1355
+ "annotation": {
1356
+ "type": "indexedAccess",
1357
+ "objectType": {
1358
+ "type": "reference",
1359
+ "typeName": {
1360
+ "type": "qualifiedName",
1361
+ "left": {
1362
+ "type": "identifier",
1363
+ "name": "React"
1364
+ },
1365
+ "right": {
1366
+ "type": "identifier",
1367
+ "name": "CSSProperties"
1368
+ }
1369
+ }
1370
+ },
1371
+ "indexType": {
1372
+ "type": "jsLiteral",
1373
+ "value": "color"
1374
+ }
1375
+ }
1376
+ }
1377
+ ],
1378
+ "events": [],
1379
+ "methods": []
1380
+ },
1351
1381
  "data-view.grid-background": {
1352
1382
  "properties": [
1353
1383
  {
@@ -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
  {