@next-bricks/data-view 1.10.6 → 1.10.8
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 +3 -3
- package/dist/chunks/4185.d14b5e56.js +3 -0
- package/dist/chunks/4185.d14b5e56.js.map +1 -0
- package/dist/chunks/{8826.32bd732c.js → 8826.f1bb8b39.js} +2 -2
- package/dist/chunks/{8826.32bd732c.js.map → 8826.f1bb8b39.js.map} +1 -1
- package/dist/chunks/{complex-search.52ad96b5.js → complex-search.3b55f86d.js} +2 -2
- package/dist/chunks/{complex-search.52ad96b5.js.map → complex-search.3b55f86d.js.map} +1 -1
- package/dist/chunks/main.2487162c.js +2 -0
- package/dist/chunks/{main.49724130.js.map → main.2487162c.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.7244603b.js → modern-style-treemap.5c70a0d3.js} +3 -3
- package/dist/chunks/{modern-style-treemap.7244603b.js.map → modern-style-treemap.5c70a0d3.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/index.e825b6b1.js +2 -0
- package/dist/{index.f15a38e3.js.map → index.e825b6b1.js.map} +1 -1
- package/dist/manifest.json +61 -61
- package/dist/types.json +46 -46
- package/package.json +3 -3
- package/dist/chunks/4185.39591309.js +0 -3
- package/dist/chunks/4185.39591309.js.map +0 -1
- package/dist/chunks/main.49724130.js +0 -2
- package/dist/index.f15a38e3.js +0 -2
- /package/dist/chunks/{4185.39591309.js.LICENSE.txt → 4185.d14b5e56.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{modern-style-treemap.7244603b.js.LICENSE.txt → modern-style-treemap.5c70a0d3.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -1019,6 +1019,48 @@
|
|
|
1019
1019
|
"description": "齿轮背景",
|
|
1020
1020
|
"category": "big-screen-layout"
|
|
1021
1021
|
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "data-view.title-text",
|
|
1024
|
+
"properties": [
|
|
1025
|
+
{
|
|
1026
|
+
"name": "type",
|
|
1027
|
+
"description": "文本样式,`normal` 纯白, `stroke` 渐变加描边, `gradient` 渐变",
|
|
1028
|
+
"default": "\"normal\"",
|
|
1029
|
+
"attribute": false,
|
|
1030
|
+
"type": "TitleType"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"name": "text",
|
|
1034
|
+
"description": "标题文本",
|
|
1035
|
+
"default": "-",
|
|
1036
|
+
"type": "string"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "fontSize",
|
|
1040
|
+
"description": "字体大小",
|
|
1041
|
+
"default": "42px",
|
|
1042
|
+
"type": "CSSProperties[\"fontSize\"]"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"name": "fontWeight",
|
|
1046
|
+
"description": "字体粗细",
|
|
1047
|
+
"default": "500",
|
|
1048
|
+
"type": "CSSProperties[\"fontWeight\"]"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "letterSpacing",
|
|
1052
|
+
"description": "字体间距",
|
|
1053
|
+
"default": "17px",
|
|
1054
|
+
"type": "CSSProperties[\"letterSpacing\"]"
|
|
1055
|
+
}
|
|
1056
|
+
],
|
|
1057
|
+
"events": [],
|
|
1058
|
+
"slots": [],
|
|
1059
|
+
"methods": [],
|
|
1060
|
+
"parts": [],
|
|
1061
|
+
"description": "大屏标题文本构件",
|
|
1062
|
+
"category": "big-screen-content"
|
|
1063
|
+
},
|
|
1022
1064
|
{
|
|
1023
1065
|
"name": "data-view.radar-chart",
|
|
1024
1066
|
"properties": [
|
|
@@ -1103,68 +1145,49 @@
|
|
|
1103
1145
|
"category": "big-screen-content"
|
|
1104
1146
|
},
|
|
1105
1147
|
{
|
|
1106
|
-
"name": "data-view.
|
|
1148
|
+
"name": "data-view.brick-notification",
|
|
1107
1149
|
"properties": [
|
|
1108
1150
|
{
|
|
1109
|
-
"name": "
|
|
1110
|
-
"description": "
|
|
1111
|
-
"default": "\"normal\"",
|
|
1112
|
-
"attribute": false,
|
|
1113
|
-
"type": "TitleType"
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"name": "text",
|
|
1117
|
-
"description": "标题文本",
|
|
1151
|
+
"name": "message",
|
|
1152
|
+
"description": "提示内容",
|
|
1118
1153
|
"default": "-",
|
|
1119
1154
|
"type": "string"
|
|
1120
1155
|
},
|
|
1121
1156
|
{
|
|
1122
|
-
"name": "
|
|
1123
|
-
"description": "
|
|
1124
|
-
"default": "
|
|
1125
|
-
"
|
|
1126
|
-
|
|
1127
|
-
{
|
|
1128
|
-
"name": "fontWeight",
|
|
1129
|
-
"description": "字体粗细",
|
|
1130
|
-
"default": "500",
|
|
1131
|
-
"type": "CSSProperties[\"fontWeight\"]"
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"name": "letterSpacing",
|
|
1135
|
-
"description": "字体间距",
|
|
1136
|
-
"default": "17px",
|
|
1137
|
-
"type": "CSSProperties[\"letterSpacing\"]"
|
|
1157
|
+
"name": "icon",
|
|
1158
|
+
"description": "图标",
|
|
1159
|
+
"default": "-",
|
|
1160
|
+
"attribute": false,
|
|
1161
|
+
"type": "GeneralIconProps"
|
|
1138
1162
|
}
|
|
1139
1163
|
],
|
|
1140
1164
|
"events": [],
|
|
1141
1165
|
"slots": [],
|
|
1142
1166
|
"methods": [],
|
|
1143
|
-
"parts": []
|
|
1144
|
-
"description": "大屏标题文本构件",
|
|
1145
|
-
"category": "big-screen-content"
|
|
1167
|
+
"parts": []
|
|
1146
1168
|
},
|
|
1147
1169
|
{
|
|
1148
|
-
"name": "data-view.
|
|
1170
|
+
"name": "data-view.top-title-bar",
|
|
1149
1171
|
"properties": [
|
|
1150
1172
|
{
|
|
1151
|
-
"name": "
|
|
1152
|
-
"description": "
|
|
1173
|
+
"name": "text",
|
|
1174
|
+
"description": "标题文本",
|
|
1153
1175
|
"default": "-",
|
|
1154
1176
|
"type": "string"
|
|
1155
1177
|
},
|
|
1156
1178
|
{
|
|
1157
|
-
"name": "
|
|
1158
|
-
"description": "
|
|
1159
|
-
"default": "
|
|
1160
|
-
"
|
|
1161
|
-
"type": "GeneralIconProps"
|
|
1179
|
+
"name": "type",
|
|
1180
|
+
"description": "标题类型",
|
|
1181
|
+
"default": "normal",
|
|
1182
|
+
"type": "TitleBarType"
|
|
1162
1183
|
}
|
|
1163
1184
|
],
|
|
1164
1185
|
"events": [],
|
|
1165
1186
|
"slots": [],
|
|
1166
1187
|
"methods": [],
|
|
1167
|
-
"parts": []
|
|
1188
|
+
"parts": [],
|
|
1189
|
+
"description": "大屏标题栏三种样式构件",
|
|
1190
|
+
"category": "big-screen-content"
|
|
1168
1191
|
},
|
|
1169
1192
|
{
|
|
1170
1193
|
"name": "data-view.tabs-page-title",
|
|
@@ -1221,29 +1244,6 @@
|
|
|
1221
1244
|
"description": "带有tabs的标题构件",
|
|
1222
1245
|
"category": "big-screen-content"
|
|
1223
1246
|
},
|
|
1224
|
-
{
|
|
1225
|
-
"name": "data-view.top-title-bar",
|
|
1226
|
-
"properties": [
|
|
1227
|
-
{
|
|
1228
|
-
"name": "text",
|
|
1229
|
-
"description": "标题文本",
|
|
1230
|
-
"default": "-",
|
|
1231
|
-
"type": "string"
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
"name": "type",
|
|
1235
|
-
"description": "标题类型",
|
|
1236
|
-
"default": "normal",
|
|
1237
|
-
"type": "TitleBarType"
|
|
1238
|
-
}
|
|
1239
|
-
],
|
|
1240
|
-
"events": [],
|
|
1241
|
-
"slots": [],
|
|
1242
|
-
"methods": [],
|
|
1243
|
-
"parts": [],
|
|
1244
|
-
"description": "大屏标题栏三种样式构件",
|
|
1245
|
-
"category": "big-screen-content"
|
|
1246
|
-
},
|
|
1247
1247
|
{
|
|
1248
1248
|
"name": "data-view.lights-component-title",
|
|
1249
1249
|
"properties": [
|
package/dist/types.json
CHANGED
|
@@ -1621,6 +1621,52 @@
|
|
|
1621
1621
|
"events": [],
|
|
1622
1622
|
"methods": []
|
|
1623
1623
|
},
|
|
1624
|
+
"data-view.top-title-bar": {
|
|
1625
|
+
"properties": [
|
|
1626
|
+
{
|
|
1627
|
+
"name": "text",
|
|
1628
|
+
"annotation": {
|
|
1629
|
+
"type": "keyword",
|
|
1630
|
+
"value": "string"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"name": "type",
|
|
1635
|
+
"annotation": {
|
|
1636
|
+
"type": "reference",
|
|
1637
|
+
"typeName": {
|
|
1638
|
+
"type": "identifier",
|
|
1639
|
+
"name": "TitleBarType"
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
],
|
|
1644
|
+
"events": [],
|
|
1645
|
+
"methods": [],
|
|
1646
|
+
"types": [
|
|
1647
|
+
{
|
|
1648
|
+
"type": "typeAlias",
|
|
1649
|
+
"name": "TitleBarType",
|
|
1650
|
+
"annotation": {
|
|
1651
|
+
"type": "union",
|
|
1652
|
+
"types": [
|
|
1653
|
+
{
|
|
1654
|
+
"type": "jsLiteral",
|
|
1655
|
+
"value": "normal"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"type": "jsLiteral",
|
|
1659
|
+
"value": "sample"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"type": "jsLiteral",
|
|
1663
|
+
"value": "square"
|
|
1664
|
+
}
|
|
1665
|
+
]
|
|
1666
|
+
}
|
|
1667
|
+
}
|
|
1668
|
+
]
|
|
1669
|
+
},
|
|
1624
1670
|
"data-view.tabs-page-title": {
|
|
1625
1671
|
"properties": [
|
|
1626
1672
|
{
|
|
@@ -1698,52 +1744,6 @@
|
|
|
1698
1744
|
}
|
|
1699
1745
|
]
|
|
1700
1746
|
},
|
|
1701
|
-
"data-view.top-title-bar": {
|
|
1702
|
-
"properties": [
|
|
1703
|
-
{
|
|
1704
|
-
"name": "text",
|
|
1705
|
-
"annotation": {
|
|
1706
|
-
"type": "keyword",
|
|
1707
|
-
"value": "string"
|
|
1708
|
-
}
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"name": "type",
|
|
1712
|
-
"annotation": {
|
|
1713
|
-
"type": "reference",
|
|
1714
|
-
"typeName": {
|
|
1715
|
-
"type": "identifier",
|
|
1716
|
-
"name": "TitleBarType"
|
|
1717
|
-
}
|
|
1718
|
-
}
|
|
1719
|
-
}
|
|
1720
|
-
],
|
|
1721
|
-
"events": [],
|
|
1722
|
-
"methods": [],
|
|
1723
|
-
"types": [
|
|
1724
|
-
{
|
|
1725
|
-
"type": "typeAlias",
|
|
1726
|
-
"name": "TitleBarType",
|
|
1727
|
-
"annotation": {
|
|
1728
|
-
"type": "union",
|
|
1729
|
-
"types": [
|
|
1730
|
-
{
|
|
1731
|
-
"type": "jsLiteral",
|
|
1732
|
-
"value": "normal"
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"type": "jsLiteral",
|
|
1736
|
-
"value": "sample"
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"type": "jsLiteral",
|
|
1740
|
-
"value": "square"
|
|
1741
|
-
}
|
|
1742
|
-
]
|
|
1743
|
-
}
|
|
1744
|
-
}
|
|
1745
|
-
]
|
|
1746
|
-
},
|
|
1747
1747
|
"data-view.lights-component-title": {
|
|
1748
1748
|
"properties": [
|
|
1749
1749
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/data-view",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.8",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-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.10",
|
|
39
39
|
"@next-core/test-next": "^1.1.8"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@next-bricks/basic": "*",
|
|
43
43
|
"@next-bricks/icons": "*"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "fc3f65ad13d569a7d95dac05da00f993d595aebf"
|
|
46
46
|
}
|