@genesislcap/rapid-grid-pro 15.13.1 → 15.14.0-FUI-2601.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.
@@ -502,6 +502,15 @@
502
502
  "module": "src/grid-pro-beta.ts"
503
503
  }
504
504
  },
505
+ {
506
+ "kind": "method",
507
+ "name": "gridSlotChanged",
508
+ "description": "The slot ref binds asynchronously, and the queued `initGrid` skips any run that beats it. FAST\ncalls this the moment the ref lands, so a grid whose options were set BEFORE the view bound\nstill initialises rather than staying blank — closing the one gap that skip would leave.\n\nGuarded on `agGridOptions` as well: without options there is nothing to build, and AG Grid\nwould only log \"no gridOptions provided to the grid\". Those arrive via a grid-options change,\nwhich re-runs `initGrid` on its own.",
509
+ "inheritedFrom": {
510
+ "name": "GridProBeta",
511
+ "module": "src/grid-pro-beta.ts"
512
+ }
513
+ },
505
514
  {
506
515
  "kind": "field",
507
516
  "name": "themeMode",
@@ -551,6 +560,65 @@
551
560
  "module": "src/grid-pro-beta.ts"
552
561
  }
553
562
  },
563
+ {
564
+ "kind": "field",
565
+ "name": "withSideBar",
566
+ "type": {
567
+ "text": "boolean"
568
+ },
569
+ "default": "false",
570
+ "description": "Community side bar shell (no AG side-bar chrome). Tools come from `sideBarTools`.",
571
+ "inheritedFrom": {
572
+ "name": "GridProBeta",
573
+ "module": "src/grid-pro-beta.ts"
574
+ }
575
+ },
576
+ {
577
+ "kind": "field",
578
+ "name": "sideBarTools",
579
+ "type": {
580
+ "text": "GridProSideBarToolDef[] | null"
581
+ },
582
+ "default": "null",
583
+ "description": "Dynamic side-bar tools (Columns, AG Filters, custom `IToolPanelComp`, etc.).\nDefaults to GRID_PRO_DEFAULT_SIDE_BAR_TOOLS (Columns only).",
584
+ "inheritedFrom": {
585
+ "name": "GridProBeta",
586
+ "module": "src/grid-pro-beta.ts"
587
+ }
588
+ },
589
+ {
590
+ "kind": "method",
591
+ "name": "sideBarToolsChanged",
592
+ "inheritedFrom": {
593
+ "name": "GridProBeta",
594
+ "module": "src/grid-pro-beta.ts"
595
+ }
596
+ },
597
+ {
598
+ "kind": "field",
599
+ "name": "resolvedSideBarTools",
600
+ "type": {
601
+ "text": "ReadonlyArray<GridProSideBarToolDef>"
602
+ },
603
+ "description": "Resolved tools list used by the template.",
604
+ "readonly": true,
605
+ "inheritedFrom": {
606
+ "name": "GridProBeta",
607
+ "module": "src/grid-pro-beta.ts"
608
+ }
609
+ },
610
+ {
611
+ "kind": "field",
612
+ "name": "sideBar",
613
+ "type": {
614
+ "text": "GridProSideBar"
615
+ },
616
+ "description": "Community side bar element.",
617
+ "inheritedFrom": {
618
+ "name": "GridProBeta",
619
+ "module": "src/grid-pro-beta.ts"
620
+ }
621
+ },
554
622
  {
555
623
  "kind": "field",
556
624
  "name": "customErrorHandlerTemplate",
@@ -1205,6 +1273,57 @@
1205
1273
  "module": "src/grid-pro-beta.ts"
1206
1274
  }
1207
1275
  },
1276
+ {
1277
+ "kind": "method",
1278
+ "name": "applyCommunitySideBarOptions",
1279
+ "privacy": "private",
1280
+ "return": {
1281
+ "type": {
1282
+ "text": "void"
1283
+ }
1284
+ },
1285
+ "inheritedFrom": {
1286
+ "name": "GridProBeta",
1287
+ "module": "src/grid-pro-beta.ts"
1288
+ }
1289
+ },
1290
+ {
1291
+ "kind": "method",
1292
+ "name": "selectSideBarTool",
1293
+ "return": {
1294
+ "type": {
1295
+ "text": "void"
1296
+ }
1297
+ },
1298
+ "parameters": [
1299
+ {
1300
+ "name": "tool",
1301
+ "type": {
1302
+ "text": "GridProSideBarToolId"
1303
+ }
1304
+ }
1305
+ ],
1306
+ "description": "Selects a Community side-bar tool. Clicking the active open tool collapses the panel.",
1307
+ "privacy": "public",
1308
+ "inheritedFrom": {
1309
+ "name": "GridProBeta",
1310
+ "module": "src/grid-pro-beta.ts"
1311
+ }
1312
+ },
1313
+ {
1314
+ "kind": "method",
1315
+ "name": "destroySideBarTools",
1316
+ "privacy": "private",
1317
+ "return": {
1318
+ "type": {
1319
+ "text": "void"
1320
+ }
1321
+ },
1322
+ "inheritedFrom": {
1323
+ "name": "GridProBeta",
1324
+ "module": "src/grid-pro-beta.ts"
1325
+ }
1326
+ },
1208
1327
  {
1209
1328
  "kind": "method",
1210
1329
  "name": "clearLocalGridOptions",
@@ -1681,6 +1800,19 @@
1681
1800
  "name": "GridProBeta",
1682
1801
  "module": "src/grid-pro-beta.ts"
1683
1802
  }
1803
+ },
1804
+ {
1805
+ "name": "with-side-bar",
1806
+ "type": {
1807
+ "text": "boolean"
1808
+ },
1809
+ "default": "false",
1810
+ "description": "Community side bar shell (no AG side-bar chrome). Tools come from `sideBarTools`.",
1811
+ "fieldName": "withSideBar",
1812
+ "inheritedFrom": {
1813
+ "name": "GridProBeta",
1814
+ "module": "src/grid-pro-beta.ts"
1815
+ }
1684
1816
  }
1685
1817
  ],
1686
1818
  "events": [
@@ -2381,6 +2513,15 @@
2381
2513
  "module": "src/grid-pro.ts"
2382
2514
  }
2383
2515
  },
2516
+ {
2517
+ "kind": "method",
2518
+ "name": "gridSlotChanged",
2519
+ "description": "The slot ref binds asynchronously, and the queued `initGrid` skips any run that beats it. FAST\ncalls this the moment the ref lands, so a grid whose options were set BEFORE the view bound\nstill initialises rather than staying blank — closing the one gap that skip would leave.\n\nGuarded on `agGridOptions` as well: without options there is nothing to build, and AG Grid\nwould only log \"no gridOptions provided to the grid\". Those arrive via a grid-options change,\nwhich re-runs `initGrid` on its own.",
2520
+ "inheritedFrom": {
2521
+ "name": "GridPro",
2522
+ "module": "src/grid-pro.ts"
2523
+ }
2524
+ },
2384
2525
  {
2385
2526
  "kind": "field",
2386
2527
  "name": "themeMode",
@@ -7151,6 +7292,21 @@
7151
7292
  }
7152
7293
  ]
7153
7294
  },
7295
+ {
7296
+ "kind": "javascript-module",
7297
+ "path": "src/themes/index.ts",
7298
+ "declarations": [],
7299
+ "exports": [
7300
+ {
7301
+ "kind": "js",
7302
+ "name": "*",
7303
+ "declaration": {
7304
+ "name": "*",
7305
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
7306
+ }
7307
+ }
7308
+ ]
7309
+ },
7154
7310
  {
7155
7311
  "kind": "javascript-module",
7156
7312
  "path": "src/style/colors.ts",
@@ -7398,21 +7554,6 @@
7398
7554
  }
7399
7555
  ]
7400
7556
  },
7401
- {
7402
- "kind": "javascript-module",
7403
- "path": "src/themes/index.ts",
7404
- "declarations": [],
7405
- "exports": [
7406
- {
7407
- "kind": "js",
7408
- "name": "*",
7409
- "declaration": {
7410
- "name": "*",
7411
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
7412
- }
7413
- }
7414
- ]
7415
- },
7416
7557
  {
7417
7558
  "kind": "javascript-module",
7418
7559
  "path": "src/themes/genesis-rapid/ag-theme-genesis-rapid-css.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro-beta.d.ts","sourceRoot":"","sources":["../../src/grid-pro-beta.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,EAEZ,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAe,WAAW,EAAE,MAAM,mBAAmB,CAAC;AA6D7D;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,WAAW;IACnC,QAAQ,EAAG,GAAG,CAAC;IAE3B;;;;;;;;;;OAUG;IACH,OAAO,CAAC,MAAM,CAAC,YAAY,CAAiD;IAE5E,OAAO,CAAC,cAAc;IAgBtB;;;OAGG;IACH,OAAO,CAAC,gBAAgB;IASxB;;;;;;OAMG;IACH,0BAA0B,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO;IAShF;;;OAGG;IACH,IAAI,WAAW,CAAC,OAAO,EAAE,WAAW,EAuBnC;CACF;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;2BA2B3B,CAAC"}
1
+ {"version":3,"file":"grid-pro-beta.d.ts","sourceRoot":"","sources":["../../src/grid-pro-beta.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,WAAW,EAEZ,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAe,WAAW,EAAE,MAAM,mBAAmB,CAAC;AA6D7D;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,WAAW;IACnC,QAAQ,EAAG,GAAG,CAAC;IAE3B;;;;;;;;;;OAUG;IACH,OAAO,CAAC,MAAM,CAAC,YAAY,CAAiD;IAE5E,OAAO,CAAC,cAAc;IAgBtB;;;OAGG;IACH,OAAO,CAAC,gBAAgB;IASxB;;;;;;OAMG;IACH,0BAA0B,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO;IAShF;;;OAGG;IACH,IAAI,WAAW,CAAC,OAAO,EAAE,WAAW,EAuBnC;CACF;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;2BA4B3B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { __decorate } from "tslib";
2
- import { agDragGhostShadowDomStyles, GridProBeta, GridProRendererTypes, } from '@genesislcap/grid-pro';
2
+ import { agDragGhostShadowDomStyles, gridProSideBarHostStyles, GridProBeta, GridProRendererTypes, } from '@genesislcap/grid-pro';
3
3
  import { css, observable } from '@microsoft/fast-element';
4
4
  import { themeBalham } from 'ag-grid-community';
5
5
  import { RapidNumberEditor, RapidSelectEditor, RapidMultiselectEditor, RapidDateEditor, RapidStringEditor, } from './cell-editors';
@@ -111,6 +111,7 @@ __decorate([
111
111
  ], RapidGridProBeta.prototype, "provider", void 0);
112
112
  export const rapidGridProBeta = RapidGridProBeta.compose(Object.assign({ baseName: 'grid-pro', template, styles: css `
113
113
  ${agDragGhostShadowDomStyles}
114
+ ${gridProSideBarHostStyles}
114
115
 
115
116
  :host {
116
117
  width: 100%;
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": "15.13.1",
4
+ "version": "15.14.0-FUI-2601.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": "15.13.1",
41
- "@genesislcap/rollup-builder": "15.13.1",
42
- "@genesislcap/ts-builder": "15.13.1",
43
- "@genesislcap/uvu-playwright-builder": "15.13.1",
44
- "@genesislcap/vite-builder": "15.13.1",
45
- "@genesislcap/webpack-builder": "15.13.1"
40
+ "@genesislcap/genx": "15.14.0-FUI-2601.2",
41
+ "@genesislcap/rollup-builder": "15.14.0-FUI-2601.2",
42
+ "@genesislcap/ts-builder": "15.14.0-FUI-2601.2",
43
+ "@genesislcap/uvu-playwright-builder": "15.14.0-FUI-2601.2",
44
+ "@genesislcap/vite-builder": "15.14.0-FUI-2601.2",
45
+ "@genesislcap/webpack-builder": "15.14.0-FUI-2601.2"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "15.13.1",
49
- "@genesislcap/grid-pro": "15.13.1",
50
- "@genesislcap/rapid-design-system": "15.13.1",
48
+ "@genesislcap/foundation-ui": "15.14.0-FUI-2601.2",
49
+ "@genesislcap/grid-pro": "15.14.0-FUI-2601.2",
50
+ "@genesislcap/rapid-design-system": "15.14.0-FUI-2601.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",
@@ -80,5 +80,5 @@
80
80
  "require": "./dist/react.cjs"
81
81
  }
82
82
  },
83
- "gitHead": "4ac0cfb22051b17da81586baf5166c9b605fae10"
83
+ "gitHead": "8cfb8980feaea239d7613df6dadff64b6bd19a60"
84
84
  }