@next-bricks/data-view 1.3.3 → 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
@@ -233,144 +233,109 @@
233
233
  }
234
234
  ]
235
235
  },
236
- "data-view.battery-chart": {
236
+ "data-view.modern-style-page-title": {
237
237
  "properties": [
238
238
  {
239
- "name": "value",
239
+ "name": "pageTitle",
240
240
  "annotation": {
241
241
  "type": "keyword",
242
- "value": "number"
242
+ "value": "string"
243
243
  }
244
244
  },
245
245
  {
246
- "name": "batteryWidth",
246
+ "name": "description",
247
247
  "annotation": {
248
248
  "type": "keyword",
249
- "value": "number"
249
+ "value": "string"
250
250
  }
251
251
  },
252
252
  {
253
- "name": "batteryHeight",
253
+ "name": "backgroundStyle",
254
254
  "annotation": {
255
- "type": "keyword",
256
- "value": "number"
255
+ "type": "reference",
256
+ "typeName": {
257
+ "type": "identifier",
258
+ "name": "CSSProperties"
259
+ }
257
260
  }
258
261
  },
259
262
  {
260
- "name": "thresholdColors",
263
+ "name": "leftRoundStyle",
261
264
  "annotation": {
262
- "type": "array",
263
- "elementType": {
264
- "type": "reference",
265
- "typeName": {
266
- "type": "identifier",
267
- "name": "ThresholdColor"
268
- }
265
+ "type": "reference",
266
+ "typeName": {
267
+ "type": "identifier",
268
+ "name": "CSSProperties"
269
269
  }
270
270
  }
271
271
  },
272
272
  {
273
- "name": "thresholdValue",
273
+ "name": "rightRoundStyle",
274
274
  "annotation": {
275
- "type": "keyword",
276
- "value": "number"
275
+ "type": "reference",
276
+ "typeName": {
277
+ "type": "identifier",
278
+ "name": "CSSProperties"
279
+ }
277
280
  }
278
281
  }
279
282
  ],
280
283
  "events": [],
281
- "methods": [],
282
- "types": [
284
+ "methods": []
285
+ },
286
+ "data-view.modern-style-component-title": {
287
+ "properties": [
283
288
  {
284
- "type": "interface",
285
- "name": "ThresholdColor",
286
- "body": [
287
- {
288
- "type": "propertySignature",
289
- "key": {
290
- "type": "identifier",
291
- "name": "color"
292
- },
293
- "annotation": {
294
- "type": "indexedAccess",
295
- "objectType": {
296
- "type": "reference",
297
- "typeName": {
298
- "type": "qualifiedName",
299
- "left": {
300
- "type": "identifier",
301
- "name": "React"
302
- },
303
- "right": {
304
- "type": "identifier",
305
- "name": "CSSProperties"
306
- }
307
- }
308
- },
309
- "indexType": {
310
- "type": "jsLiteral",
311
- "value": "color"
312
- }
313
- },
314
- "computed": false
315
- },
316
- {
317
- "type": "propertySignature",
318
- "key": {
319
- "type": "identifier",
320
- "name": "startValue"
321
- },
322
- "annotation": {
323
- "type": "keyword",
324
- "value": "number"
325
- },
326
- "computed": false
327
- },
328
- {
329
- "type": "propertySignature",
330
- "key": {
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": {
331
326
  "type": "identifier",
332
- "name": "endValue"
333
- },
334
- "annotation": {
335
- "type": "keyword",
336
- "value": "number"
337
- },
338
- "computed": false
327
+ "name": "CSSProperties"
328
+ }
339
329
  },
340
- {
341
- "type": "propertySignature",
342
- "key": {
343
- "type": "identifier",
344
- "name": "headerColor"
345
- },
346
- "annotation": {
347
- "type": "indexedAccess",
348
- "objectType": {
349
- "type": "reference",
350
- "typeName": {
351
- "type": "qualifiedName",
352
- "left": {
353
- "type": "identifier",
354
- "name": "React"
355
- },
356
- "right": {
357
- "type": "identifier",
358
- "name": "CSSProperties"
359
- }
360
- }
361
- },
362
- "indexType": {
363
- "type": "jsLiteral",
364
- "value": "color"
365
- }
366
- },
367
- "optional": true,
368
- "computed": false,
369
- "description": "电池头的颜色,默认取 color,color为渐变色,需要单独配置头部颜色,请使用该属性"
330
+ "indexType": {
331
+ "type": "jsLiteral",
332
+ "value": "color"
370
333
  }
371
- ]
334
+ }
372
335
  }
373
- ]
336
+ ],
337
+ "events": [],
338
+ "methods": []
374
339
  },
375
340
  "data-view.dropdown-menu": {
376
341
  "properties": [
@@ -444,109 +409,144 @@
444
409
  ],
445
410
  "methods": []
446
411
  },
447
- "data-view.modern-style-component-title": {
412
+ "data-view.battery-chart": {
448
413
  "properties": [
449
414
  {
450
- "name": "hideLeftComponent",
415
+ "name": "value",
451
416
  "annotation": {
452
417
  "type": "keyword",
453
- "value": "boolean"
418
+ "value": "number"
454
419
  }
455
420
  },
456
421
  {
457
- "name": "hideRightComponent",
422
+ "name": "batteryWidth",
458
423
  "annotation": {
459
424
  "type": "keyword",
460
- "value": "boolean"
425
+ "value": "number"
461
426
  }
462
427
  },
463
428
  {
464
- "name": "componentTitle",
429
+ "name": "batteryHeight",
465
430
  "annotation": {
466
431
  "type": "keyword",
467
- "value": "string"
468
- }
469
- },
470
- {
471
- "name": "titleTextStyle",
472
- "annotation": {
473
- "type": "reference",
474
- "typeName": {
475
- "type": "identifier",
476
- "name": "CSSProperties"
477
- }
432
+ "value": "number"
478
433
  }
479
434
  },
480
435
  {
481
- "name": "squareColor",
436
+ "name": "thresholdColors",
482
437
  "annotation": {
483
- "type": "indexedAccess",
484
- "objectType": {
438
+ "type": "array",
439
+ "elementType": {
485
440
  "type": "reference",
486
441
  "typeName": {
487
442
  "type": "identifier",
488
- "name": "CSSProperties"
443
+ "name": "ThresholdColor"
489
444
  }
490
- },
491
- "indexType": {
492
- "type": "jsLiteral",
493
- "value": "color"
494
445
  }
495
446
  }
496
- }
497
- ],
498
- "events": [],
499
- "methods": []
500
- },
501
- "data-view.modern-style-page-title": {
502
- "properties": [
503
- {
504
- "name": "pageTitle",
505
- "annotation": {
506
- "type": "keyword",
507
- "value": "string"
508
- }
509
447
  },
510
448
  {
511
- "name": "description",
449
+ "name": "thresholdValue",
512
450
  "annotation": {
513
451
  "type": "keyword",
514
- "value": "string"
515
- }
516
- },
517
- {
518
- "name": "backgroundStyle",
519
- "annotation": {
520
- "type": "reference",
521
- "typeName": {
522
- "type": "identifier",
523
- "name": "CSSProperties"
524
- }
525
- }
526
- },
527
- {
528
- "name": "leftRoundStyle",
529
- "annotation": {
530
- "type": "reference",
531
- "typeName": {
532
- "type": "identifier",
533
- "name": "CSSProperties"
534
- }
452
+ "value": "number"
535
453
  }
536
- },
454
+ }
455
+ ],
456
+ "events": [],
457
+ "methods": [],
458
+ "types": [
537
459
  {
538
- "name": "rightRoundStyle",
539
- "annotation": {
540
- "type": "reference",
541
- "typeName": {
542
- "type": "identifier",
543
- "name": "CSSProperties"
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为渐变色,需要单独配置头部颜色,请使用该属性"
544
546
  }
545
- }
547
+ ]
546
548
  }
547
- ],
548
- "events": [],
549
- "methods": []
549
+ ]
550
550
  },
551
551
  "data-view.particle-animation": {
552
552
  "properties": [
@@ -676,6 +676,42 @@
676
676
  }
677
677
  ]
678
678
  },
679
+ "data-view.app-wall-card-item": {
680
+ "properties": [
681
+ {
682
+ "name": "status",
683
+ "annotation": {
684
+ "type": "union",
685
+ "types": [
686
+ {
687
+ "type": "jsLiteral",
688
+ "value": "normal"
689
+ },
690
+ {
691
+ "type": "jsLiteral",
692
+ "value": "warning"
693
+ }
694
+ ]
695
+ }
696
+ },
697
+ {
698
+ "name": "cardTitle",
699
+ "annotation": {
700
+ "type": "keyword",
701
+ "value": "string"
702
+ }
703
+ },
704
+ {
705
+ "name": "description",
706
+ "annotation": {
707
+ "type": "keyword",
708
+ "value": "string"
709
+ }
710
+ }
711
+ ],
712
+ "events": [],
713
+ "methods": []
714
+ },
679
715
  "data-view.app-wall-system-card": {
680
716
  "properties": [
681
717
  {
@@ -795,42 +831,6 @@
795
831
  }
796
832
  ]
797
833
  },
798
- "data-view.app-wall-card-item": {
799
- "properties": [
800
- {
801
- "name": "status",
802
- "annotation": {
803
- "type": "union",
804
- "types": [
805
- {
806
- "type": "jsLiteral",
807
- "value": "normal"
808
- },
809
- {
810
- "type": "jsLiteral",
811
- "value": "warning"
812
- }
813
- ]
814
- }
815
- },
816
- {
817
- "name": "cardTitle",
818
- "annotation": {
819
- "type": "keyword",
820
- "value": "string"
821
- }
822
- },
823
- {
824
- "name": "description",
825
- "annotation": {
826
- "type": "keyword",
827
- "value": "string"
828
- }
829
- }
830
- ],
831
- "events": [],
832
- "methods": []
833
- },
834
834
  "data-view.app-wall-relation-line": {
835
835
  "properties": [
836
836
  {
@@ -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
  {
@@ -1737,6 +1737,35 @@
1737
1737
  }
1738
1738
  ]
1739
1739
  },
1740
+ "data-view.lights-component-title": {
1741
+ "properties": [
1742
+ {
1743
+ "name": "componentTitle",
1744
+ "annotation": {
1745
+ "type": "keyword",
1746
+ "value": "string"
1747
+ }
1748
+ },
1749
+ {
1750
+ "name": "theme",
1751
+ "annotation": {
1752
+ "type": "union",
1753
+ "types": [
1754
+ {
1755
+ "type": "jsLiteral",
1756
+ "value": "light"
1757
+ },
1758
+ {
1759
+ "type": "jsLiteral",
1760
+ "value": "dark"
1761
+ }
1762
+ ]
1763
+ }
1764
+ }
1765
+ ],
1766
+ "events": [],
1767
+ "methods": []
1768
+ },
1740
1769
  "data-view.hi-tech-button": {
1741
1770
  "properties": [
1742
1771
  {
@@ -1808,35 +1837,6 @@
1808
1837
  }
1809
1838
  ]
1810
1839
  },
1811
- "data-view.lights-component-title": {
1812
- "properties": [
1813
- {
1814
- "name": "componentTitle",
1815
- "annotation": {
1816
- "type": "keyword",
1817
- "value": "string"
1818
- }
1819
- },
1820
- {
1821
- "name": "theme",
1822
- "annotation": {
1823
- "type": "union",
1824
- "types": [
1825
- {
1826
- "type": "jsLiteral",
1827
- "value": "light"
1828
- },
1829
- {
1830
- "type": "jsLiteral",
1831
- "value": "dark"
1832
- }
1833
- ]
1834
- }
1835
- }
1836
- ],
1837
- "events": [],
1838
- "methods": []
1839
- },
1840
1840
  "data-view.tech-mesh-base-view": {
1841
1841
  "properties": [],
1842
1842
  "events": [],