@genesislcap/grid-pro 14.197.0 → 14.197.1-alpha-bd261ef.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.
@@ -414,7 +414,7 @@ export declare class GridPro extends GridPro_base {
414
414
  headerCaseType: GridProCaseType;
415
415
  /**
416
416
  * The row data to display in the grid.
417
- * @remarks For scenarios where you want to set data manually, without relying on `<grid-pro-genesis-datasource>`.
417
+ * @remarks For scenarios where you want to set data manually, without relying on `<grid-pro-client-side-datasource>`.
418
418
  * @public
419
419
  */
420
420
  rowData: any[];
@@ -9304,7 +9304,7 @@
9304
9304
  {
9305
9305
  "kind": "Property",
9306
9306
  "canonicalReference": "@genesislcap/grid-pro!GridPro#rowData:member",
9307
- "docComment": "/**\n * The row data to display in the grid.\n *\n * @remarks\n *\n * For scenarios where you want to set data manually, without relying on `<grid-pro-genesis-datasource>`.\n *\n * @public\n */\n",
9307
+ "docComment": "/**\n * The row data to display in the grid.\n *\n * @remarks\n *\n * For scenarios where you want to set data manually, without relying on `<grid-pro-client-side-datasource>`.\n *\n * @public\n */\n",
9308
9308
  "excerptTokens": [
9309
9309
  {
9310
9310
  "kind": "Content",
@@ -1580,7 +1580,7 @@ export declare class GridPro extends GridPro_base {
1580
1580
  headerCaseType: GridProCaseType;
1581
1581
  /**
1582
1582
  * The row data to display in the grid.
1583
- * @remarks For scenarios where you want to set data manually, without relying on `<grid-pro-genesis-datasource>`.
1583
+ * @remarks For scenarios where you want to set data manually, without relying on `<grid-pro-client-side-datasource>`.
1584
1584
  * @public
1585
1585
  */
1586
1586
  rowData: any[];
@@ -14,5 +14,5 @@ rowData: any[];
14
14
 
15
15
  ## Remarks
16
16
 
17
- For scenarios where you want to set data manually, without relying on `<grid-pro-genesis-datasource>`<!-- -->.
17
+ For scenarios where you want to set data manually, without relying on `<grid-pro-client-side-datasource>`<!-- -->.
18
18
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.197.0",
4
+ "version": "14.197.1-alpha-bd261ef.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -38,20 +38,20 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
- "@genesislcap/foundation-testing": "14.197.0",
42
- "@genesislcap/genx": "14.197.0",
43
- "@genesislcap/rollup-builder": "14.197.0",
44
- "@genesislcap/ts-builder": "14.197.0",
45
- "@genesislcap/uvu-playwright-builder": "14.197.0",
46
- "@genesislcap/vite-builder": "14.197.0",
47
- "@genesislcap/webpack-builder": "14.197.0",
41
+ "@genesislcap/foundation-testing": "14.197.1-alpha-bd261ef.0",
42
+ "@genesislcap/genx": "14.197.1-alpha-bd261ef.0",
43
+ "@genesislcap/rollup-builder": "14.197.1-alpha-bd261ef.0",
44
+ "@genesislcap/ts-builder": "14.197.1-alpha-bd261ef.0",
45
+ "@genesislcap/uvu-playwright-builder": "14.197.1-alpha-bd261ef.0",
46
+ "@genesislcap/vite-builder": "14.197.1-alpha-bd261ef.0",
47
+ "@genesislcap/webpack-builder": "14.197.1-alpha-bd261ef.0",
48
48
  "rimraf": "^5.0.0"
49
49
  },
50
50
  "dependencies": {
51
- "@genesislcap/foundation-comms": "14.197.0",
52
- "@genesislcap/foundation-logger": "14.197.0",
53
- "@genesislcap/foundation-ui": "14.197.0",
54
- "@genesislcap/foundation-utils": "14.197.0",
51
+ "@genesislcap/foundation-comms": "14.197.1-alpha-bd261ef.0",
52
+ "@genesislcap/foundation-logger": "14.197.1-alpha-bd261ef.0",
53
+ "@genesislcap/foundation-ui": "14.197.1-alpha-bd261ef.0",
54
+ "@genesislcap/foundation-utils": "14.197.1-alpha-bd261ef.0",
55
55
  "@microsoft/fast-colors": "^5.3.1",
56
56
  "@microsoft/fast-components": "^2.30.6",
57
57
  "@microsoft/fast-element": "^1.12.0",
@@ -77,5 +77,5 @@
77
77
  "access": "public"
78
78
  },
79
79
  "customElements": "dist/custom-elements.json",
80
- "gitHead": "1520d802086369c1ef2feb25e9d06a27b6fd09d4"
80
+ "gitHead": "66a3d9d870ec9736078fbf550a9b2bff13621fc1"
81
81
  }