@next-bricks/data-view 0.21.0 → 0.22.0
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/2693.a8079f42.js.map +1 -1
- package/dist/chunks/app-wall-card-item.2cd77e32.js.map +1 -1
- package/dist/chunks/app-wall-relation-line.acea64ca.js.map +1 -1
- package/dist/chunks/app-wall-system-card.7ee27171.js.map +1 -1
- package/dist/chunks/app-wall.94fbb95f.js.map +1 -1
- package/dist/chunks/battery-chart.8e793849.js.map +1 -1
- package/dist/chunks/cabinet-app-layer.c3156126.js.map +1 -1
- package/dist/chunks/cabinet-button.dafeb310.js.map +1 -1
- package/dist/chunks/cabinet-container.346f6ad2.js.map +1 -1
- package/dist/chunks/cabinet-node.a6b6ec50.js.map +1 -1
- package/dist/chunks/cabinet-thumbnail.9d80efaa.js.map +1 -1
- package/dist/chunks/complex-search.59965ae1.js.map +1 -1
- package/dist/chunks/data-display-flipper-fifth.6005ab9a.js.map +1 -1
- package/dist/chunks/data-display-flipper-sixth.025897c1.js.map +1 -1
- package/dist/chunks/data-display-flipper.92cca083.js.map +1 -1
- package/dist/chunks/dropdown-menu.99b11850.js.map +1 -1
- package/dist/chunks/gauge-chart.79b7367f.js.map +1 -1
- package/dist/chunks/gear-background.7fa31a86.js.map +1 -1
- package/dist/chunks/graph-layout-grid.d4de0c9e.js.map +1 -1
- package/dist/chunks/graph-node.444dd8f0.js.map +1 -1
- package/dist/chunks/graph-text.1968abff.js.map +1 -1
- package/dist/chunks/grid-background.8e76ec03.js.map +1 -1
- package/dist/chunks/indicator-card.e2accdd2.js.map +1 -1
- package/dist/chunks/loading-panel.797beb0d.js.map +1 -1
- package/dist/chunks/{main.04197c51.js → main.24719185.js} +2 -2
- package/dist/chunks/{main.04197c51.js.map → main.24719185.js.map} +1 -1
- package/dist/chunks/modern-style-component-title.8f7c81a6.js.map +1 -1
- package/dist/chunks/modern-style-page-title.8cfafe41.js.map +1 -1
- package/dist/chunks/modern-style-treemap.c3bea9ed.js.map +1 -1
- package/dist/chunks/particle-animation.dfe139b8.js.map +1 -1
- package/dist/chunks/radar-chart.edeb980f.js.map +1 -1
- package/dist/chunks/simple-card-item.61b3990d.js.map +1 -1
- package/dist/chunks/tabs-drawer.0567e674.js.map +1 -1
- package/dist/chunks/tabs-page-title.38fece11.js.map +1 -1
- package/dist/examples.json +8 -8
- package/dist/{index.abcfb554.js → index.b9bc155c.js} +2 -2
- package/dist/{index.abcfb554.js.map → index.b9bc155c.js.map} +1 -1
- package/dist/manifest.json +142 -124
- package/dist/types.json +105 -106
- package/dist-types/app-wall/card-item/index.d.ts +1 -5
- package/dist-types/app-wall/index.d.ts +1 -5
- package/dist-types/app-wall/relation-line/index.d.ts +6 -10
- package/dist-types/app-wall/system-card/index.d.ts +1 -5
- package/dist-types/battery-chart/index.d.ts +2 -6
- package/dist-types/cabinet/cabinet-app-layer/index.d.ts +11 -15
- package/dist-types/cabinet/cabinet-button/index.d.ts +1 -5
- package/dist-types/cabinet/cabinet-container/index.d.ts +1 -5
- package/dist-types/cabinet/cabinet-node/index.d.ts +1 -5
- package/dist-types/cabinet/cabinet-thumbnail/index.d.ts +1 -5
- package/dist-types/complex-search/index.d.ts +1 -5
- package/dist-types/data-display-flipper/index.d.ts +2 -1
- package/dist-types/data-display-flipper-fifth/index.d.ts +1 -1
- package/dist-types/data-display-flipper-sixth/index.d.ts +2 -1
- package/dist-types/dropdown-menu/index.d.ts +16 -20
- package/dist-types/gauge-chart/index.d.ts +1 -5
- package/dist-types/gear-background/index.d.ts +1 -5
- package/dist-types/graph/layout-grid/index.d.ts +1 -5
- package/dist-types/graph/node/index.d.ts +1 -5
- package/dist-types/graph/text/index.d.ts +1 -5
- package/dist-types/grid-background/index.d.ts +1 -5
- package/dist-types/indicator-card/index.d.ts +2 -1
- package/dist-types/loading-panel/index.d.ts +1 -5
- package/dist-types/modern-style-component-title/index.d.ts +1 -5
- package/dist-types/modern-style-page-title/index.d.ts +1 -5
- package/dist-types/modern-style-treemap/index.d.ts +1 -5
- package/dist-types/particle-animation/index.d.ts +1 -5
- package/dist-types/radar-chart/index.d.ts +1 -5
- package/dist-types/simple-card-item/index.d.ts +2 -1
- package/dist-types/tabs-drawer/index.d.ts +1 -5
- package/dist-types/tabs-page-title/index.d.ts +8 -8
- package/package.json +2 -2
package/dist/types.json
CHANGED
|
@@ -40,6 +40,110 @@
|
|
|
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
|
+
},
|
|
43
147
|
"data-view.tabs-drawer": {
|
|
44
148
|
"properties": [
|
|
45
149
|
{
|
|
@@ -444,110 +548,6 @@
|
|
|
444
548
|
],
|
|
445
549
|
"methods": []
|
|
446
550
|
},
|
|
447
|
-
"data-view.modern-style-component-title": {
|
|
448
|
-
"properties": [
|
|
449
|
-
{
|
|
450
|
-
"name": "hideLeftComponent",
|
|
451
|
-
"annotation": {
|
|
452
|
-
"type": "keyword",
|
|
453
|
-
"value": "boolean"
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"name": "hideRightComponent",
|
|
458
|
-
"annotation": {
|
|
459
|
-
"type": "keyword",
|
|
460
|
-
"value": "boolean"
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"name": "componentTitle",
|
|
465
|
-
"annotation": {
|
|
466
|
-
"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
|
-
}
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"name": "squareColor",
|
|
482
|
-
"annotation": {
|
|
483
|
-
"type": "indexedAccess",
|
|
484
|
-
"objectType": {
|
|
485
|
-
"type": "reference",
|
|
486
|
-
"typeName": {
|
|
487
|
-
"type": "identifier",
|
|
488
|
-
"name": "CSSProperties"
|
|
489
|
-
}
|
|
490
|
-
},
|
|
491
|
-
"indexType": {
|
|
492
|
-
"type": "jsLiteral",
|
|
493
|
-
"value": "color"
|
|
494
|
-
}
|
|
495
|
-
}
|
|
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
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"name": "description",
|
|
512
|
-
"annotation": {
|
|
513
|
-
"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
|
-
}
|
|
535
|
-
}
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"name": "rightRoundStyle",
|
|
539
|
-
"annotation": {
|
|
540
|
-
"type": "reference",
|
|
541
|
-
"typeName": {
|
|
542
|
-
"type": "identifier",
|
|
543
|
-
"name": "CSSProperties"
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
],
|
|
548
|
-
"events": [],
|
|
549
|
-
"methods": []
|
|
550
|
-
},
|
|
551
551
|
"data-view.particle-animation": {
|
|
552
552
|
"properties": [
|
|
553
553
|
{
|
|
@@ -1687,8 +1687,7 @@
|
|
|
1687
1687
|
"computed": false,
|
|
1688
1688
|
"description": "标签名称"
|
|
1689
1689
|
}
|
|
1690
|
-
]
|
|
1691
|
-
"description": "带有tabs的标题构件"
|
|
1690
|
+
]
|
|
1692
1691
|
}
|
|
1693
1692
|
]
|
|
1694
1693
|
},
|
|
@@ -6,12 +6,8 @@ export interface AppWallCardItemProps {
|
|
|
6
6
|
description: string;
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
* @name data-view.app-wall-card-item
|
|
11
|
-
* @docKind brick
|
|
12
|
-
* @description 应用墙子构件----卡片项
|
|
9
|
+
* 应用墙子构件----卡片项
|
|
13
10
|
* @author nlicroshan
|
|
14
|
-
* @noInheritDoc
|
|
15
11
|
*/
|
|
16
12
|
declare class AppWallCardItem extends ReactNextElement implements AppWallCardItemProps {
|
|
17
13
|
/**
|
|
@@ -19,12 +19,8 @@ export interface AppWallProps {
|
|
|
19
19
|
noRotate?: boolean;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
23
|
-
* @name data-view.app-wall
|
|
24
|
-
* @docKind brick
|
|
25
|
-
* @description 应用墙
|
|
22
|
+
* 应用墙
|
|
26
23
|
* @author nlicroshan
|
|
27
|
-
* @noInheritDoc
|
|
28
24
|
*/
|
|
29
25
|
declare class AppWall extends ReactNextElement implements AppWallProps {
|
|
30
26
|
#private;
|
|
@@ -4,20 +4,16 @@ export interface AppWallRelationLineProps {
|
|
|
4
4
|
lightColor: "blue" | "purple";
|
|
5
5
|
}
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
8
|
-
* @name data-view.app-wall-relation-line
|
|
9
|
-
* @docKind brick
|
|
10
|
-
* @description 应用墙子构件----关联连线
|
|
7
|
+
* 应用墙子构件----关联连线
|
|
11
8
|
* @author nlicroshan
|
|
12
|
-
* @noInheritDoc
|
|
13
9
|
*/
|
|
14
10
|
declare class AppWallRelationLine extends ReactNextElement implements AppWallRelationLineProps {
|
|
15
11
|
/**
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
12
|
+
* @kind "blue" | "purple"
|
|
13
|
+
* @required false
|
|
14
|
+
* @default "blue"
|
|
15
|
+
* @description 光线颜色
|
|
16
|
+
*/
|
|
21
17
|
accessor lightColor: "blue" | "purple";
|
|
22
18
|
render(): JSX.Element;
|
|
23
19
|
}
|
|
@@ -14,12 +14,8 @@ export interface SystemCardProps {
|
|
|
14
14
|
containerStyle?: React.CSSProperties;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
18
|
-
* @name data-view.app-wall-system-card
|
|
19
|
-
* @docKind brick
|
|
20
|
-
* @description
|
|
17
|
+
* 应用墙系统卡片
|
|
21
18
|
* @author astrid
|
|
22
|
-
* @noInheritDoc
|
|
23
19
|
*/
|
|
24
20
|
declare class SystemCard extends ReactNextElement implements SystemCardProps {
|
|
25
21
|
#private;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { ReactNextElement } from "@next-core/react-element";
|
|
3
3
|
interface ThresholdColor {
|
|
4
4
|
color: React.CSSProperties["color"];
|
|
@@ -15,12 +15,8 @@ interface BatteryChartChartProps {
|
|
|
15
15
|
batteryHeight?: number;
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
19
|
-
* @name data-view.battery-chart
|
|
20
|
-
* @docKind brick
|
|
21
|
-
* @description 大屏电池
|
|
18
|
+
* 大屏电池
|
|
22
19
|
* @author astrid
|
|
23
|
-
* @noInheritDoc
|
|
24
20
|
*/
|
|
25
21
|
declare class BatteryChart extends ReactNextElement implements BatteryChartChartProps {
|
|
26
22
|
/**
|
|
@@ -5,27 +5,23 @@ export interface CabinetAppLayerProps {
|
|
|
5
5
|
status?: "active" | "faded";
|
|
6
6
|
}
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
9
|
-
* @name data-view.cabinet-app-layer
|
|
10
|
-
* @docKind brick
|
|
11
|
-
* @description cabinet子构件----应用层
|
|
8
|
+
* cabinet子构件----应用层
|
|
12
9
|
* @author nlicroshan
|
|
13
|
-
* @noInheritDoc
|
|
14
10
|
*/
|
|
15
11
|
declare class CabinetAppLayer extends ReactNextElement implements CabinetAppLayerProps {
|
|
16
12
|
/**
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
13
|
+
* @kind string
|
|
14
|
+
* @required true
|
|
15
|
+
* @default
|
|
16
|
+
* @description 标题
|
|
17
|
+
*/
|
|
22
18
|
accessor appTitle: string;
|
|
23
19
|
/**
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
20
|
+
* @kind "active" | "faded"
|
|
21
|
+
* @required false
|
|
22
|
+
* @default
|
|
23
|
+
* @description 当前状态
|
|
24
|
+
*/
|
|
29
25
|
accessor status: "active" | "faded";
|
|
30
26
|
render(): JSX.Element;
|
|
31
27
|
}
|
|
@@ -4,12 +4,8 @@ export interface CabinetButtonProps {
|
|
|
4
4
|
buttonStyle?: React.CSSProperties;
|
|
5
5
|
}
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
8
|
-
* @name data-view.cabinet-button
|
|
9
|
-
* @docKind brick
|
|
10
|
-
* @description 大屏按钮
|
|
7
|
+
* 大屏按钮
|
|
11
8
|
* @author astrid
|
|
12
|
-
* @noInheritDoc
|
|
13
9
|
*/
|
|
14
10
|
declare class CabinetButton extends ReactNextElement implements CabinetButtonProps {
|
|
15
11
|
/**
|
|
@@ -15,12 +15,8 @@ export interface CabinetContainerProps {
|
|
|
15
15
|
handleDbClick?: (params: ClickEventDataType) => void;
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
19
|
-
* @name data-view.cabinet-container
|
|
20
|
-
* @docKind brick
|
|
21
|
-
* @description 大屏集群容器构件
|
|
18
|
+
* 大屏集群容器构件
|
|
22
19
|
* @author astrid
|
|
23
|
-
* @noInheritDoc
|
|
24
20
|
*/
|
|
25
21
|
declare class CabinetContainer extends ReactNextElement implements CabinetContainerProps {
|
|
26
22
|
#private;
|
|
@@ -7,12 +7,8 @@ export interface CabinetNodeProps {
|
|
|
7
7
|
isAlert?: boolean;
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @name data-view.cabinet-node
|
|
12
|
-
* @docKind brick
|
|
13
|
-
* @description cabinet子构件----节点
|
|
10
|
+
* cabinet子构件----节点
|
|
14
11
|
* @author nlicroshan
|
|
15
|
-
* @noInheritDoc
|
|
16
12
|
*/
|
|
17
13
|
declare class CabinetNode extends ReactNextElement implements CabinetNodeProps {
|
|
18
14
|
/**
|
|
@@ -13,12 +13,8 @@ export interface CabinetThumbnailProps {
|
|
|
13
13
|
columns?: number;
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
17
|
-
* @name data-view.cabinet-thumbnail
|
|
18
|
-
* @docKind brick
|
|
19
|
-
* @description 应用墙缩略图
|
|
16
|
+
* 应用墙缩略图
|
|
20
17
|
* @author astrid
|
|
21
|
-
* @noInheritDoc
|
|
22
18
|
*/
|
|
23
19
|
declare class CabinetThumbnail extends ReactNextElement implements CabinetThumbnailProps {
|
|
24
20
|
/**
|
|
@@ -19,12 +19,8 @@ interface ComplexSearchProps {
|
|
|
19
19
|
onSelect?: (data: OptionItem) => void;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
23
|
-
* @name data-view.complex-search
|
|
24
|
-
* @docKind brick
|
|
25
|
-
* @description 大屏搜索构件
|
|
22
|
+
* 大屏搜索构件
|
|
26
23
|
* @author astrid
|
|
27
|
-
* @noInheritDoc
|
|
28
24
|
*/
|
|
29
25
|
declare class ComplexSearch extends ReactNextElement implements ComplexSearchProps {
|
|
30
26
|
#private;
|
|
@@ -11,7 +11,8 @@ export interface DataDisplayFlipperProps {
|
|
|
11
11
|
separator?: string;
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* 翻牌器-type-3
|
|
15
|
+
* @author jiezhou
|
|
15
16
|
*/
|
|
16
17
|
declare class DataDisplayFlipper extends ReactNextElement implements DataDisplayFlipperProps {
|
|
17
18
|
/** 翻牌器标题 */
|
|
@@ -10,7 +10,7 @@ export interface DataDisplayFlipperFifthProps {
|
|
|
10
10
|
showDefaultPrefix?: boolean;
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* 翻牌器-type-5
|
|
14
14
|
*/
|
|
15
15
|
declare class DataDisplayFlipperFifth extends ReactNextElement implements DataDisplayFlipperFifthProps {
|
|
16
16
|
/** 翻牌器标题 */
|
|
@@ -7,7 +7,8 @@ export interface DataDisplayFlipperSixthProps {
|
|
|
7
7
|
flipperStyle?: React.CSSProperties;
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* 翻牌器-type-6
|
|
11
|
+
* @author jiezhou
|
|
11
12
|
*/
|
|
12
13
|
declare class DataDisplayFlipperSixth extends ReactNextElement implements DataDisplayFlipperSixthProps {
|
|
13
14
|
/** 翻牌器标题 */
|
|
@@ -12,12 +12,8 @@ interface DropdownMenuProps {
|
|
|
12
12
|
allowClear?: boolean;
|
|
13
13
|
}
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
16
|
-
* @name data-view.dropdown-menu
|
|
17
|
-
* @docKind brick
|
|
18
|
-
* @description 基础下拉菜单
|
|
15
|
+
* 基础下拉菜单
|
|
19
16
|
* @author nlicroshan
|
|
20
|
-
* @noInheritDoc
|
|
21
17
|
*/
|
|
22
18
|
declare class DropdownMenu extends ReactNextElement implements DropdownMenuProps {
|
|
23
19
|
#private;
|
|
@@ -32,25 +28,25 @@ declare class DropdownMenu extends ReactNextElement implements DropdownMenuProps
|
|
|
32
28
|
value: string;
|
|
33
29
|
}[];
|
|
34
30
|
/**
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
31
|
+
* @kind string
|
|
32
|
+
* @required false
|
|
33
|
+
* @default
|
|
34
|
+
* @description 值
|
|
35
|
+
*/
|
|
40
36
|
accessor value: string;
|
|
41
37
|
/**
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
38
|
+
* @kind string
|
|
39
|
+
* @required false
|
|
40
|
+
* @default
|
|
41
|
+
* @description 占位符
|
|
42
|
+
*/
|
|
47
43
|
accessor placeholder: string;
|
|
48
44
|
/**
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
45
|
+
* @kind boolean
|
|
46
|
+
* @required false
|
|
47
|
+
* @default
|
|
48
|
+
* @description 是否允许清除
|
|
49
|
+
*/
|
|
54
50
|
accessor allowClear: boolean;
|
|
55
51
|
render(): JSX.Element;
|
|
56
52
|
}
|
|
@@ -8,12 +8,8 @@ interface GaugeChartProps {
|
|
|
8
8
|
fontSize?: number;
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
* @name data-view.gauge-chart
|
|
13
|
-
* @docKind brick
|
|
14
|
-
* @description 大屏仪表盘
|
|
11
|
+
* 大屏仪表盘
|
|
15
12
|
* @author astrid
|
|
16
|
-
* @noInheritDoc
|
|
17
13
|
*/
|
|
18
14
|
declare class GaugeChart extends ReactNextElement implements GaugeChartProps {
|
|
19
15
|
/**
|
|
@@ -4,12 +4,8 @@ interface GearBackgroundProps {
|
|
|
4
4
|
color?: React.CSSProperties["color"];
|
|
5
5
|
}
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
8
|
-
* @name data-view.gear-background
|
|
9
|
-
* @docKind brick
|
|
10
|
-
* @description
|
|
7
|
+
* 齿轮背景
|
|
11
8
|
* @author astrid
|
|
12
|
-
* @noInheritDoc
|
|
13
9
|
*/
|
|
14
10
|
declare class GearBackground extends ReactNextElement implements GearBackgroundProps {
|
|
15
11
|
/**
|
|
@@ -10,12 +10,8 @@ export interface GraphLayoutGridProps {
|
|
|
10
10
|
isReverse?: boolean;
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
14
|
-
* @name data-view.graph-layout-grid
|
|
15
|
-
* @docKind brick
|
|
16
|
-
* @description
|
|
13
|
+
* Graph grid 布局
|
|
17
14
|
* @author astrid
|
|
18
|
-
* @noInheritDoc
|
|
19
15
|
*/
|
|
20
16
|
declare class GraphLayoutGrid extends ReactNextElement implements GraphLayoutGridProps {
|
|
21
17
|
/**
|
|
@@ -4,12 +4,8 @@ export interface GraphNodeProps {
|
|
|
4
4
|
url: string;
|
|
5
5
|
}
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
8
|
-
* @name data-view.graph-node
|
|
9
|
-
* @docKind brick
|
|
10
|
-
* @description
|
|
7
|
+
* Graph Node
|
|
11
8
|
* @author astrid
|
|
12
|
-
* @noInheritDoc
|
|
13
9
|
*/
|
|
14
10
|
declare class GraphNode extends ReactNextElement implements GraphNodeProps {
|
|
15
11
|
/**
|
|
@@ -5,12 +5,8 @@ export interface GraphTextProps {
|
|
|
5
5
|
value: string | number;
|
|
6
6
|
}
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
9
|
-
* @name data-view.graph-text
|
|
10
|
-
* @docKind brick
|
|
11
|
-
* @description
|
|
8
|
+
* Graph text
|
|
12
9
|
* @author astrid
|
|
13
|
-
* @noInheritDoc
|
|
14
10
|
*/
|
|
15
11
|
declare class GraphText extends ReactNextElement implements GraphTextProps {
|
|
16
12
|
/**
|
|
@@ -10,12 +10,8 @@ interface GridBackgroundProps {
|
|
|
10
10
|
maskStyle?: React.CSSProperties;
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
14
|
-
* @name data-view.grid-background
|
|
15
|
-
* @docKind brick
|
|
16
|
-
* @description 大屏网格背景
|
|
13
|
+
* 大屏网格背景
|
|
17
14
|
* @author astrid
|
|
18
|
-
* @noInheritDoc
|
|
19
15
|
*/
|
|
20
16
|
declare class GridBackground extends ReactNextElement implements GridBackgroundProps {
|
|
21
17
|
/**
|
|
@@ -9,12 +9,8 @@ interface LoadingPanelProps {
|
|
|
9
9
|
onEnd?: () => void;
|
|
10
10
|
}
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
13
|
-
* @name data-view.loading-panel
|
|
14
|
-
* @docKind brick
|
|
15
|
-
* @description 大屏加载模块展示
|
|
12
|
+
* 大屏加载模块展示
|
|
16
13
|
* @author astrid
|
|
17
|
-
* @noInheritDoc
|
|
18
14
|
*/
|
|
19
15
|
declare class LoadingPanel extends ReactNextElement implements LoadingPanelProps {
|
|
20
16
|
#private;
|
|
@@ -8,12 +8,8 @@ interface ModernStyleComponentTitleProps {
|
|
|
8
8
|
squareColor?: CSSProperties["color"];
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
* @name data-view.modern-style-component-title
|
|
13
|
-
* @docKind brick
|
|
14
|
-
* @description 现代风组件标题
|
|
11
|
+
* 现代风组件标题
|
|
15
12
|
* @author nlicroshan
|
|
16
|
-
* @noInheritDoc
|
|
17
13
|
*/
|
|
18
14
|
declare class ModernStyleComponentTitle extends ReactNextElement implements ModernStyleComponentTitleProps {
|
|
19
15
|
/**
|
|
@@ -8,12 +8,8 @@ interface ModernStylePageTitleProps {
|
|
|
8
8
|
rightRoundStyle?: CSSProperties;
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
* @name data-view.modern-style-page-title
|
|
13
|
-
* @docKind brick
|
|
14
|
-
* @description 现代风页面标题
|
|
11
|
+
* 现代风页面标题
|
|
15
12
|
* @author nlicroshan
|
|
16
|
-
* @noInheritDoc
|
|
17
13
|
*/
|
|
18
14
|
declare class ModernStylePageTitle extends ReactNextElement implements ModernStylePageTitleProps {
|
|
19
15
|
/**
|