@genesislcap/foundation-zero-grid-pro 14.501.0 → 15.0.0-FUI-2567.2

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.
@@ -696,31 +696,6 @@
696
696
  "module": "src/grid-pro.ts"
697
697
  }
698
698
  },
699
- {
700
- "kind": "field",
701
- "name": "pagination",
702
- "type": {
703
- "text": "boolean"
704
- },
705
- "default": "false",
706
- "description": "Enable pagination for the grid.",
707
- "inheritedFrom": {
708
- "name": "GridPro",
709
- "module": "src/grid-pro.ts"
710
- }
711
- },
712
- {
713
- "kind": "field",
714
- "name": "paginationPageSize",
715
- "type": {
716
- "text": "number"
717
- },
718
- "description": "Number of rows per page when pagination is enabled.",
719
- "inheritedFrom": {
720
- "name": "GridPro",
721
- "module": "src/grid-pro.ts"
722
- }
723
- },
724
699
  {
725
700
  "kind": "field",
726
701
  "name": "statusBarConfig",
@@ -1567,29 +1542,7 @@
1567
1542
  },
1568
1543
  {
1569
1544
  "kind": "method",
1570
- "name": "addPaginationPanel",
1571
- "privacy": "private",
1572
- "return": {
1573
- "type": {
1574
- "text": "void"
1575
- }
1576
- },
1577
- "parameters": [
1578
- {
1579
- "name": "statusPanels",
1580
- "type": {
1581
- "text": "any[]"
1582
- }
1583
- }
1584
- ],
1585
- "inheritedFrom": {
1586
- "name": "GridPro",
1587
- "module": "src/grid-pro.ts"
1588
- }
1589
- },
1590
- {
1591
- "kind": "method",
1592
- "name": "setupPaginationAndStatusBar",
1545
+ "name": "setupStatusBar",
1593
1546
  "privacy": "protected",
1594
1547
  "parameters": [
1595
1548
  {
@@ -2119,30 +2072,6 @@
2119
2072
  "module": "src/grid-pro.ts"
2120
2073
  }
2121
2074
  },
2122
- {
2123
- "type": {
2124
- "text": "boolean"
2125
- },
2126
- "default": "false",
2127
- "description": "Enable pagination for the grid.",
2128
- "fieldName": "pagination",
2129
- "inheritedFrom": {
2130
- "name": "GridPro",
2131
- "module": "src/grid-pro.ts"
2132
- }
2133
- },
2134
- {
2135
- "name": "pagination-page-size",
2136
- "type": {
2137
- "text": "number"
2138
- },
2139
- "description": "Number of rows per page when pagination is enabled.",
2140
- "fieldName": "paginationPageSize",
2141
- "inheritedFrom": {
2142
- "name": "GridPro",
2143
- "module": "src/grid-pro.ts"
2144
- }
2145
- },
2146
2075
  {
2147
2076
  "name": "with-status-bar",
2148
2077
  "type": {
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.501.0",
4
+ "version": "15.0.0-FUI-2567.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,17 +37,17 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/genx": "14.501.0",
41
- "@genesislcap/rollup-builder": "14.501.0",
42
- "@genesislcap/ts-builder": "14.501.0",
43
- "@genesislcap/uvu-playwright-builder": "14.501.0",
44
- "@genesislcap/vite-builder": "14.501.0",
45
- "@genesislcap/webpack-builder": "14.501.0"
40
+ "@genesislcap/genx": "15.0.0-FUI-2567.2",
41
+ "@genesislcap/rollup-builder": "15.0.0-FUI-2567.2",
42
+ "@genesislcap/ts-builder": "15.0.0-FUI-2567.2",
43
+ "@genesislcap/uvu-playwright-builder": "15.0.0-FUI-2567.2",
44
+ "@genesislcap/vite-builder": "15.0.0-FUI-2567.2",
45
+ "@genesislcap/webpack-builder": "15.0.0-FUI-2567.2"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "14.501.0",
49
- "@genesislcap/foundation-zero": "14.501.0",
50
- "@genesislcap/grid-pro": "14.501.0",
48
+ "@genesislcap/foundation-ui": "15.0.0-FUI-2567.2",
49
+ "@genesislcap/foundation-zero": "15.0.0-FUI-2567.2",
50
+ "@genesislcap/grid-pro": "15.0.0-FUI-2567.2",
51
51
  "@microsoft/fast-colors": "5.3.1",
52
52
  "@microsoft/fast-components": "2.30.6",
53
53
  "@microsoft/fast-element": "1.14.0",
@@ -78,5 +78,5 @@
78
78
  "require": "./dist/react.cjs"
79
79
  }
80
80
  },
81
- "gitHead": "4fccf90855cbd10b0289566a75a95120a2be4384"
81
+ "gitHead": "2f496cecd7d9286db8969194da4e1aed73877ca1"
82
82
  }