@genesislcap/foundation-zero-grid-pro 14.275.3 → 14.276.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.
@@ -387,7 +387,7 @@
387
387
  "type": {
388
388
  "text": "string"
389
389
  },
390
- "description": "The key to use for persisting the column state in local broswer or KV storage.",
390
+ "description": "The key to use for persisting the column state in local browser or KV storage.",
391
391
  "inheritedFrom": {
392
392
  "name": "GridPro",
393
393
  "module": "src/grid-pro.ts"
@@ -545,6 +545,54 @@
545
545
  "module": "src/grid-pro.ts"
546
546
  }
547
547
  },
548
+ {
549
+ "kind": "field",
550
+ "name": "pagination",
551
+ "type": {
552
+ "text": "boolean"
553
+ },
554
+ "default": "false",
555
+ "description": "Enable pagination for the grid.",
556
+ "inheritedFrom": {
557
+ "name": "GridPro",
558
+ "module": "src/grid-pro.ts"
559
+ }
560
+ },
561
+ {
562
+ "kind": "field",
563
+ "name": "paginationPageSize",
564
+ "description": "Number of rows per page when pagination is enabled.",
565
+ "inheritedFrom": {
566
+ "name": "GridPro",
567
+ "module": "src/grid-pro.ts"
568
+ }
569
+ },
570
+ {
571
+ "kind": "field",
572
+ "name": "statusBarConfig",
573
+ "type": {
574
+ "text": "GridProStatusBarConfig"
575
+ },
576
+ "default": "DEFAULT_STATUS_BAR_CONFIG",
577
+ "description": "Configuration for the grid status bar components.",
578
+ "inheritedFrom": {
579
+ "name": "GridPro",
580
+ "module": "src/grid-pro.ts"
581
+ }
582
+ },
583
+ {
584
+ "kind": "field",
585
+ "name": "withStatusBar",
586
+ "type": {
587
+ "text": "boolean"
588
+ },
589
+ "default": "false",
590
+ "description": "Enables or disables the grid status bar.",
591
+ "inheritedFrom": {
592
+ "name": "GridPro",
593
+ "module": "src/grid-pro.ts"
594
+ }
595
+ },
548
596
  {
549
597
  "kind": "field",
550
598
  "name": "columnState",
@@ -903,7 +951,7 @@
903
951
  "kind": "field",
904
952
  "name": "gridProDatasource",
905
953
  "type": {
906
- "text": "| GridProGenesisDatasource\n | GridProClientSideDatasource\n | GridProServerSideDatasource"
954
+ "text": "GridProBaseDatasource"
907
955
  },
908
956
  "description": "Get the datasource element.",
909
957
  "privacy": "public",
@@ -930,6 +978,16 @@
930
978
  "module": "src/grid-pro.ts"
931
979
  }
932
980
  },
981
+ {
982
+ "kind": "method",
983
+ "name": "clearLocalGridOptions",
984
+ "description": "Clears the local grid options, this is used to clear the grid options when the grid is restarted.",
985
+ "privacy": "public",
986
+ "inheritedFrom": {
987
+ "name": "GridPro",
988
+ "module": "src/grid-pro.ts"
989
+ }
990
+ },
933
991
  {
934
992
  "kind": "method",
935
993
  "name": "initGrid",
@@ -997,6 +1055,23 @@
997
1055
  "module": "src/grid-pro.ts"
998
1056
  }
999
1057
  },
1058
+ {
1059
+ "kind": "method",
1060
+ "name": "setupPaginationAndStatusBar",
1061
+ "privacy": "protected",
1062
+ "parameters": [
1063
+ {
1064
+ "name": "gridOptions",
1065
+ "type": {
1066
+ "text": "GridOptions"
1067
+ }
1068
+ }
1069
+ ],
1070
+ "inheritedFrom": {
1071
+ "name": "GridPro",
1072
+ "module": "src/grid-pro.ts"
1073
+ }
1074
+ },
1000
1075
  {
1001
1076
  "kind": "method",
1002
1077
  "name": "agAttributeChangedCallback",
@@ -1322,7 +1397,7 @@
1322
1397
  "type": {
1323
1398
  "text": "string"
1324
1399
  },
1325
- "description": "The key to use for persisting the column state in local broswer or KV storage.",
1400
+ "description": "The key to use for persisting the column state in local browser or KV storage.",
1326
1401
  "fieldName": "persistColumnStateKey",
1327
1402
  "inheritedFrom": {
1328
1403
  "name": "GridPro",
@@ -1397,6 +1472,40 @@
1397
1472
  "name": "GridPro",
1398
1473
  "module": "src/grid-pro.ts"
1399
1474
  }
1475
+ },
1476
+ {
1477
+ "type": {
1478
+ "text": "boolean"
1479
+ },
1480
+ "default": "false",
1481
+ "description": "Enable pagination for the grid.",
1482
+ "fieldName": "pagination",
1483
+ "inheritedFrom": {
1484
+ "name": "GridPro",
1485
+ "module": "src/grid-pro.ts"
1486
+ }
1487
+ },
1488
+ {
1489
+ "name": "pagination-page-size",
1490
+ "description": "Number of rows per page when pagination is enabled.",
1491
+ "fieldName": "paginationPageSize",
1492
+ "inheritedFrom": {
1493
+ "name": "GridPro",
1494
+ "module": "src/grid-pro.ts"
1495
+ }
1496
+ },
1497
+ {
1498
+ "name": "with-status-bar",
1499
+ "type": {
1500
+ "text": "boolean"
1501
+ },
1502
+ "default": "false",
1503
+ "description": "Enables or disables the grid status bar.",
1504
+ "fieldName": "withStatusBar",
1505
+ "inheritedFrom": {
1506
+ "name": "GridPro",
1507
+ "module": "src/grid-pro.ts"
1508
+ }
1400
1509
  }
1401
1510
  ]
1402
1511
  },
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.275.3",
4
+ "version": "14.276.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.275.3",
39
- "@genesislcap/rollup-builder": "14.275.3",
40
- "@genesislcap/ts-builder": "14.275.3",
41
- "@genesislcap/uvu-playwright-builder": "14.275.3",
42
- "@genesislcap/vite-builder": "14.275.3",
43
- "@genesislcap/webpack-builder": "14.275.3",
38
+ "@genesislcap/genx": "14.276.0",
39
+ "@genesislcap/rollup-builder": "14.276.0",
40
+ "@genesislcap/ts-builder": "14.276.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.276.0",
42
+ "@genesislcap/vite-builder": "14.276.0",
43
+ "@genesislcap/webpack-builder": "14.276.0",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.275.3",
48
- "@genesislcap/foundation-zero": "14.275.3",
49
- "@genesislcap/grid-pro": "14.275.3",
47
+ "@genesislcap/foundation-ui": "14.276.0",
48
+ "@genesislcap/foundation-zero": "14.276.0",
49
+ "@genesislcap/grid-pro": "14.276.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": "bf879e49257ab5a47f2307ef75e3170e75a1c49f"
70
+ "gitHead": "5ece673bf91cdbd37bff15d8125d57c027244c68"
71
71
  }