@genesislcap/foundation-zero-grid-pro 14.285.0 → 14.286.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/custom-elements.json +157 -0
- package/package.json +11 -11
|
@@ -561,6 +561,9 @@
|
|
|
561
561
|
{
|
|
562
562
|
"kind": "field",
|
|
563
563
|
"name": "paginationPageSize",
|
|
564
|
+
"type": {
|
|
565
|
+
"text": "number"
|
|
566
|
+
},
|
|
564
567
|
"description": "Number of rows per page when pagination is enabled.",
|
|
565
568
|
"inheritedFrom": {
|
|
566
569
|
"name": "GridPro",
|
|
@@ -933,6 +936,19 @@
|
|
|
933
936
|
"module": "src/grid-pro.ts"
|
|
934
937
|
}
|
|
935
938
|
},
|
|
939
|
+
{
|
|
940
|
+
"kind": "field",
|
|
941
|
+
"name": "isServerSide",
|
|
942
|
+
"type": {
|
|
943
|
+
"text": "boolean"
|
|
944
|
+
},
|
|
945
|
+
"privacy": "public",
|
|
946
|
+
"readonly": true,
|
|
947
|
+
"inheritedFrom": {
|
|
948
|
+
"name": "GridPro",
|
|
949
|
+
"module": "src/grid-pro.ts"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
936
952
|
{
|
|
937
953
|
"kind": "field",
|
|
938
954
|
"name": "gridParams",
|
|
@@ -1054,6 +1070,144 @@
|
|
|
1054
1070
|
"module": "src/grid-pro.ts"
|
|
1055
1071
|
}
|
|
1056
1072
|
},
|
|
1073
|
+
{
|
|
1074
|
+
"kind": "method",
|
|
1075
|
+
"name": "panelExists",
|
|
1076
|
+
"privacy": "private",
|
|
1077
|
+
"return": {
|
|
1078
|
+
"type": {
|
|
1079
|
+
"text": "boolean"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
"parameters": [
|
|
1083
|
+
{
|
|
1084
|
+
"name": "statusPanelType",
|
|
1085
|
+
"type": {
|
|
1086
|
+
"text": "string"
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"name": "panels",
|
|
1091
|
+
"type": {
|
|
1092
|
+
"text": "any[]"
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
],
|
|
1096
|
+
"inheritedFrom": {
|
|
1097
|
+
"name": "GridPro",
|
|
1098
|
+
"module": "src/grid-pro.ts"
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"kind": "method",
|
|
1103
|
+
"name": "addRowCountPanel",
|
|
1104
|
+
"privacy": "private",
|
|
1105
|
+
"return": {
|
|
1106
|
+
"type": {
|
|
1107
|
+
"text": "void"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
"parameters": [
|
|
1111
|
+
{
|
|
1112
|
+
"name": "statusPanels",
|
|
1113
|
+
"type": {
|
|
1114
|
+
"text": "any[]"
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
],
|
|
1118
|
+
"inheritedFrom": {
|
|
1119
|
+
"name": "GridPro",
|
|
1120
|
+
"module": "src/grid-pro.ts"
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"kind": "method",
|
|
1125
|
+
"name": "addMaxRowsPanel",
|
|
1126
|
+
"privacy": "private",
|
|
1127
|
+
"return": {
|
|
1128
|
+
"type": {
|
|
1129
|
+
"text": "void"
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
"parameters": [
|
|
1133
|
+
{
|
|
1134
|
+
"name": "statusPanels",
|
|
1135
|
+
"type": {
|
|
1136
|
+
"text": "any[]"
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"inheritedFrom": {
|
|
1141
|
+
"name": "GridPro",
|
|
1142
|
+
"module": "src/grid-pro.ts"
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"kind": "method",
|
|
1147
|
+
"name": "addAggregationPanel",
|
|
1148
|
+
"privacy": "private",
|
|
1149
|
+
"return": {
|
|
1150
|
+
"type": {
|
|
1151
|
+
"text": "void"
|
|
1152
|
+
}
|
|
1153
|
+
},
|
|
1154
|
+
"parameters": [
|
|
1155
|
+
{
|
|
1156
|
+
"name": "statusPanels",
|
|
1157
|
+
"type": {
|
|
1158
|
+
"text": "any[]"
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
],
|
|
1162
|
+
"inheritedFrom": {
|
|
1163
|
+
"name": "GridPro",
|
|
1164
|
+
"module": "src/grid-pro.ts"
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"kind": "method",
|
|
1169
|
+
"name": "addDatasourcePanels",
|
|
1170
|
+
"privacy": "private",
|
|
1171
|
+
"return": {
|
|
1172
|
+
"type": {
|
|
1173
|
+
"text": "void"
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
1176
|
+
"parameters": [
|
|
1177
|
+
{
|
|
1178
|
+
"name": "statusPanels",
|
|
1179
|
+
"type": {
|
|
1180
|
+
"text": "any[]"
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
],
|
|
1184
|
+
"inheritedFrom": {
|
|
1185
|
+
"name": "GridPro",
|
|
1186
|
+
"module": "src/grid-pro.ts"
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"kind": "method",
|
|
1191
|
+
"name": "addPaginationPanel",
|
|
1192
|
+
"privacy": "private",
|
|
1193
|
+
"return": {
|
|
1194
|
+
"type": {
|
|
1195
|
+
"text": "void"
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
"parameters": [
|
|
1199
|
+
{
|
|
1200
|
+
"name": "statusPanels",
|
|
1201
|
+
"type": {
|
|
1202
|
+
"text": "any[]"
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
],
|
|
1206
|
+
"inheritedFrom": {
|
|
1207
|
+
"name": "GridPro",
|
|
1208
|
+
"module": "src/grid-pro.ts"
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1057
1211
|
{
|
|
1058
1212
|
"kind": "method",
|
|
1059
1213
|
"name": "setupPaginationAndStatusBar",
|
|
@@ -1486,6 +1640,9 @@
|
|
|
1486
1640
|
},
|
|
1487
1641
|
{
|
|
1488
1642
|
"name": "pagination-page-size",
|
|
1643
|
+
"type": {
|
|
1644
|
+
"text": "number"
|
|
1645
|
+
},
|
|
1489
1646
|
"description": "Number of rows per page when pagination is enabled.",
|
|
1490
1647
|
"fieldName": "paginationPageSize",
|
|
1491
1648
|
"inheritedFrom": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero-grid-pro",
|
|
3
3
|
"description": "Genesis Foundation Zero Grid Pro",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.286.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@genesislcap/genx": "14.
|
|
39
|
-
"@genesislcap/rollup-builder": "14.
|
|
40
|
-
"@genesislcap/ts-builder": "14.
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
42
|
-
"@genesislcap/vite-builder": "14.
|
|
43
|
-
"@genesislcap/webpack-builder": "14.
|
|
38
|
+
"@genesislcap/genx": "14.286.0",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.286.0",
|
|
40
|
+
"@genesislcap/ts-builder": "14.286.0",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.286.0",
|
|
42
|
+
"@genesislcap/vite-builder": "14.286.0",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.286.0",
|
|
44
44
|
"rimraf": "^5.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@genesislcap/foundation-ui": "14.
|
|
48
|
-
"@genesislcap/foundation-zero": "14.
|
|
49
|
-
"@genesislcap/grid-pro": "14.
|
|
47
|
+
"@genesislcap/foundation-ui": "14.286.0",
|
|
48
|
+
"@genesislcap/foundation-zero": "14.286.0",
|
|
49
|
+
"@genesislcap/grid-pro": "14.286.0",
|
|
50
50
|
"@microsoft/fast-colors": "5.3.1",
|
|
51
51
|
"@microsoft/fast-components": "2.30.6",
|
|
52
52
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
69
|
"customElements": "dist/custom-elements.json",
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "5dcc55742a75e355f98b4ce86c715e681448d7e2"
|
|
71
71
|
}
|