@genesislcap/rapid-grid-pro 14.285.1 → 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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +259 -102
  2. 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": {
@@ -3385,108 +3542,6 @@
3385
3542
  }
3386
3543
  ]
3387
3544
  },
3388
- {
3389
- "kind": "javascript-module",
3390
- "path": "src/style/colors.ts",
3391
- "declarations": [
3392
- {
3393
- "kind": "variable",
3394
- "name": "darkColors",
3395
- "type": {
3396
- "text": "object"
3397
- },
3398
- "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#cccccc')),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#879ba6')),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#1f2126')),\n borderSwatch: SwatchRGB.from(parseColorHexRGB('#2e3339')),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2b2e34')),\n}"
3399
- },
3400
- {
3401
- "kind": "variable",
3402
- "name": "lightColors",
3403
- "type": {
3404
- "text": "object"
3405
- },
3406
- "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#000000')),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#181d1f')),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#FFFFFF')),\n borderSwatch: SwatchRGB.from(parseColorHexRGB('#babfc7')),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2196f3')),\n}"
3407
- }
3408
- ],
3409
- "exports": [
3410
- {
3411
- "kind": "js",
3412
- "name": "darkColors",
3413
- "declaration": {
3414
- "name": "darkColors",
3415
- "module": "src/style/colors.ts"
3416
- }
3417
- },
3418
- {
3419
- "kind": "js",
3420
- "name": "lightColors",
3421
- "declaration": {
3422
- "name": "lightColors",
3423
- "module": "src/style/colors.ts"
3424
- }
3425
- }
3426
- ]
3427
- },
3428
- {
3429
- "kind": "javascript-module",
3430
- "path": "src/style/index.ts",
3431
- "declarations": [],
3432
- "exports": [
3433
- {
3434
- "kind": "js",
3435
- "name": "*",
3436
- "declaration": {
3437
- "name": "*",
3438
- "package": "./colors"
3439
- }
3440
- },
3441
- {
3442
- "kind": "js",
3443
- "name": "*",
3444
- "declaration": {
3445
- "name": "*",
3446
- "package": "./tokens"
3447
- }
3448
- }
3449
- ]
3450
- },
3451
- {
3452
- "kind": "javascript-module",
3453
- "path": "src/style/tokens.ts",
3454
- "declarations": [
3455
- {
3456
- "kind": "variable",
3457
- "name": "agThemeGenesisRapidTokens",
3458
- "type": {
3459
- "text": "object"
3460
- },
3461
- "default": "{\n backgroundColor: create<Swatch>('rapid-ag-background-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.backgroundSwatch\n : darkColors.backgroundSwatch,\n ),\n borderColor: create<Swatch>('rapid-ag-border-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.borderSwatch\n : darkColors.borderSwatch,\n ),\n foregroundColor: create<Swatch>('rapid-ag-foreground-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.foregroundSwatch\n : darkColors.foregroundSwatch,\n ),\n headerForegroundColor: create<Swatch>('rapid-ag-header-foreground-color').withDefault(\n (elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.headerForegroundSwatch\n : darkColors.headerForegroundSwatch,\n ),\n rowHoverColor: create<Swatch>('rapid-ag-row-hover-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.rowHoverSwatch\n : darkColors.rowHoverSwatch,\n ),\n}"
3462
- }
3463
- ],
3464
- "exports": [
3465
- {
3466
- "kind": "js",
3467
- "name": "agThemeGenesisRapidTokens",
3468
- "declaration": {
3469
- "name": "agThemeGenesisRapidTokens",
3470
- "module": "src/style/tokens.ts"
3471
- }
3472
- }
3473
- ]
3474
- },
3475
- {
3476
- "kind": "javascript-module",
3477
- "path": "src/themes/index.ts",
3478
- "declarations": [],
3479
- "exports": [
3480
- {
3481
- "kind": "js",
3482
- "name": "*",
3483
- "declaration": {
3484
- "name": "*",
3485
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
3486
- }
3487
- }
3488
- ]
3489
- },
3490
3545
  {
3491
3546
  "kind": "javascript-module",
3492
3547
  "path": "src/cell-renderers/action.renderer.ts",
@@ -4806,6 +4861,108 @@
4806
4861
  }
4807
4862
  ]
4808
4863
  },
4864
+ {
4865
+ "kind": "javascript-module",
4866
+ "path": "src/style/colors.ts",
4867
+ "declarations": [
4868
+ {
4869
+ "kind": "variable",
4870
+ "name": "darkColors",
4871
+ "type": {
4872
+ "text": "object"
4873
+ },
4874
+ "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#cccccc')),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#879ba6')),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#1f2126')),\n borderSwatch: SwatchRGB.from(parseColorHexRGB('#2e3339')),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2b2e34')),\n}"
4875
+ },
4876
+ {
4877
+ "kind": "variable",
4878
+ "name": "lightColors",
4879
+ "type": {
4880
+ "text": "object"
4881
+ },
4882
+ "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#000000')),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#181d1f')),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#FFFFFF')),\n borderSwatch: SwatchRGB.from(parseColorHexRGB('#babfc7')),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2196f3')),\n}"
4883
+ }
4884
+ ],
4885
+ "exports": [
4886
+ {
4887
+ "kind": "js",
4888
+ "name": "darkColors",
4889
+ "declaration": {
4890
+ "name": "darkColors",
4891
+ "module": "src/style/colors.ts"
4892
+ }
4893
+ },
4894
+ {
4895
+ "kind": "js",
4896
+ "name": "lightColors",
4897
+ "declaration": {
4898
+ "name": "lightColors",
4899
+ "module": "src/style/colors.ts"
4900
+ }
4901
+ }
4902
+ ]
4903
+ },
4904
+ {
4905
+ "kind": "javascript-module",
4906
+ "path": "src/style/index.ts",
4907
+ "declarations": [],
4908
+ "exports": [
4909
+ {
4910
+ "kind": "js",
4911
+ "name": "*",
4912
+ "declaration": {
4913
+ "name": "*",
4914
+ "package": "./colors"
4915
+ }
4916
+ },
4917
+ {
4918
+ "kind": "js",
4919
+ "name": "*",
4920
+ "declaration": {
4921
+ "name": "*",
4922
+ "package": "./tokens"
4923
+ }
4924
+ }
4925
+ ]
4926
+ },
4927
+ {
4928
+ "kind": "javascript-module",
4929
+ "path": "src/style/tokens.ts",
4930
+ "declarations": [
4931
+ {
4932
+ "kind": "variable",
4933
+ "name": "agThemeGenesisRapidTokens",
4934
+ "type": {
4935
+ "text": "object"
4936
+ },
4937
+ "default": "{\n backgroundColor: create<Swatch>('rapid-ag-background-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.backgroundSwatch\n : darkColors.backgroundSwatch,\n ),\n borderColor: create<Swatch>('rapid-ag-border-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.borderSwatch\n : darkColors.borderSwatch,\n ),\n foregroundColor: create<Swatch>('rapid-ag-foreground-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.foregroundSwatch\n : darkColors.foregroundSwatch,\n ),\n headerForegroundColor: create<Swatch>('rapid-ag-header-foreground-color').withDefault(\n (elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.headerForegroundSwatch\n : darkColors.headerForegroundSwatch,\n ),\n rowHoverColor: create<Swatch>('rapid-ag-row-hover-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.rowHoverSwatch\n : darkColors.rowHoverSwatch,\n ),\n}"
4938
+ }
4939
+ ],
4940
+ "exports": [
4941
+ {
4942
+ "kind": "js",
4943
+ "name": "agThemeGenesisRapidTokens",
4944
+ "declaration": {
4945
+ "name": "agThemeGenesisRapidTokens",
4946
+ "module": "src/style/tokens.ts"
4947
+ }
4948
+ }
4949
+ ]
4950
+ },
4951
+ {
4952
+ "kind": "javascript-module",
4953
+ "path": "src/themes/index.ts",
4954
+ "declarations": [],
4955
+ "exports": [
4956
+ {
4957
+ "kind": "js",
4958
+ "name": "*",
4959
+ "declaration": {
4960
+ "name": "*",
4961
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
4962
+ }
4963
+ }
4964
+ ]
4965
+ },
4809
4966
  {
4810
4967
  "kind": "javascript-module",
4811
4968
  "path": "src/themes/genesis-rapid/ag-theme-genesis-rapid-css.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-grid-pro",
3
3
  "description": "Genesis Rapid Grid Pro",
4
- "version": "14.285.1",
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.285.1",
39
- "@genesislcap/rollup-builder": "14.285.1",
40
- "@genesislcap/ts-builder": "14.285.1",
41
- "@genesislcap/uvu-playwright-builder": "14.285.1",
42
- "@genesislcap/vite-builder": "14.285.1",
43
- "@genesislcap/webpack-builder": "14.285.1",
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.285.1",
48
- "@genesislcap/grid-pro": "14.285.1",
49
- "@genesislcap/rapid-design-system": "14.285.1",
47
+ "@genesislcap/foundation-ui": "14.286.0",
48
+ "@genesislcap/grid-pro": "14.286.0",
49
+ "@genesislcap/rapid-design-system": "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": "6d060a7642ec87b7c2bb4c992cb3c98ef6bc52a1"
70
+ "gitHead": "5dcc55742a75e355f98b4ce86c715e681448d7e2"
71
71
  }