@genesislcap/grid-pro 14.18.0 → 14.19.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.
- package/dist/custom-elements.json +520 -147
- package/dist/dts/cell/cell.d.ts +5 -0
- package/dist/dts/cell/cell.d.ts.map +1 -1
- package/dist/dts/cell/cell.template.d.ts +4 -0
- package/dist/dts/cell/cell.template.d.ts.map +1 -1
- package/dist/dts/cell-renderers/action.renderer.d.ts +39 -2
- package/dist/dts/cell-renderers/action.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/actions-menu.renderer.d.ts +38 -3
- package/dist/dts/cell-renderers/actions-menu.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/boolean.renderer.d.ts +13 -1
- package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/index.d.ts +1 -0
- package/dist/dts/cell-renderers/index.d.ts.map +1 -1
- package/dist/dts/cell-renderers/select.renderer.d.ts +19 -0
- package/dist/dts/cell-renderers/select.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/text-field.renderer.d.ts +57 -0
- package/dist/dts/cell-renderers/text-field.renderer.d.ts.map +1 -0
- package/dist/dts/cell-renderers/text.renderer.d.ts +17 -25
- package/dist/dts/cell-renderers/text.renderer.d.ts.map +1 -1
- package/dist/dts/column/column.d.ts +5 -0
- package/dist/dts/column/column.d.ts.map +1 -1
- package/dist/dts/column/column.template.d.ts +4 -0
- package/dist/dts/column/column.template.d.ts.map +1 -1
- package/dist/dts/external/ag-grid-css.d.ts +5 -0
- package/dist/dts/external/ag-grid-css.d.ts.map +1 -1
- package/dist/dts/external/ag-head-css.d.ts +5 -0
- package/dist/dts/external/ag-head-css.d.ts.map +1 -1
- package/dist/dts/external/ag-theme-alpine-no-font-css.d.ts +4 -0
- package/dist/dts/external/ag-theme-alpine-no-font-css.d.ts.map +1 -1
- package/dist/dts/external/ag-theme-balham-no-font-css.d.ts +4 -0
- package/dist/dts/external/ag-theme-balham-no-font-css.d.ts.map +1 -1
- package/dist/dts/external/ag-theme-material-no-font-css.d.ts +4 -0
- package/dist/dts/external/ag-theme-material-no-font-css.d.ts.map +1 -1
- package/dist/dts/external/fonts.d.ts +25 -0
- package/dist/dts/external/fonts.d.ts.map +1 -1
- package/dist/dts/external/index.d.ts +9 -0
- package/dist/dts/external/index.d.ts.map +1 -1
- package/dist/dts/grid-components.d.ts +16 -2
- package/dist/dts/grid-components.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +4 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +1 -1
- package/dist/dts/grid-pro.definitions.d.ts +40 -0
- package/dist/dts/grid-pro.definitions.d.ts.map +1 -1
- package/dist/dts/grid-pro.styles.d.ts +5 -0
- package/dist/dts/grid-pro.styles.d.ts.map +1 -1
- package/dist/dts/grid-pro.template.d.ts +4 -0
- package/dist/dts/grid-pro.template.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts +62 -0
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/dts/index.d.ts +26 -4
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/style/colors.d.ts +10 -0
- package/dist/dts/style/colors.d.ts.map +1 -1
- package/dist/dts/style/tokens.d.ts +5 -0
- package/dist/dts/style/tokens.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +11 -0
- package/dist/dts/utils/logger.d.ts +4 -0
- package/dist/dts/utils/logger.d.ts.map +1 -1
- package/dist/esm/cell/cell.js +5 -0
- package/dist/esm/cell/cell.template.js +4 -0
- package/dist/esm/cell-renderers/action.renderer.js +12 -2
- package/dist/esm/cell-renderers/actions-menu.renderer.js +38 -3
- package/dist/esm/cell-renderers/boolean.renderer.js +13 -1
- package/dist/esm/cell-renderers/index.js +1 -0
- package/dist/esm/cell-renderers/select.renderer.js +19 -0
- package/dist/esm/cell-renderers/text-field.renderer.js +94 -0
- package/dist/esm/cell-renderers/text.renderer.js +17 -66
- package/dist/esm/column/column.js +5 -0
- package/dist/esm/column/column.template.js +4 -0
- package/dist/esm/external/ag-grid-css.js +5 -0
- package/dist/esm/external/ag-head-css.js +5 -0
- package/dist/esm/external/ag-theme-alpine-no-font-css.js +4 -0
- package/dist/esm/external/ag-theme-balham-no-font-css.js +4 -0
- package/dist/esm/external/ag-theme-material-no-font-css.js +4 -0
- package/dist/esm/external/fonts.js +21 -0
- package/dist/esm/external/index.js +9 -0
- package/dist/esm/grid-components.js +7 -1
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +4 -1
- package/dist/esm/grid-pro.definitions.js +40 -0
- package/dist/esm/grid-pro.js +1 -1
- package/dist/esm/grid-pro.styles.js +5 -0
- package/dist/esm/grid-pro.template.js +4 -0
- package/dist/esm/grid-pro.types.js +58 -0
- package/dist/esm/index.js +26 -4
- package/dist/esm/style/colors.js +10 -0
- package/dist/esm/style/tokens.js +5 -0
- package/dist/esm/utils/logger.js +4 -0
- package/dist/grid-pro.api.json +8753 -0
- package/dist/grid-pro.d.ts +2067 -0
- package/docs/.gitattributes +2 -0
- package/docs/api/grid-pro.actionheightmultiplier.md +18 -0
- package/docs/api/grid-pro.actionrenderer.clickhandler.md +15 -0
- package/docs/api/grid-pro.actionrenderer.datatestid.md +11 -0
- package/docs/api/grid-pro.actionrenderer.getgui.md +15 -0
- package/docs/api/grid-pro.actionrenderer.init.md +22 -0
- package/docs/api/grid-pro.actionrenderer.isdisabled.md +22 -0
- package/docs/api/grid-pro.actionrenderer.md +35 -0
- package/docs/api/grid-pro.actionrenderer.params.md +11 -0
- package/docs/api/grid-pro.actionrenderer.pendingaction.md +11 -0
- package/docs/api/grid-pro.actionrenderer.refresh.md +22 -0
- package/docs/api/grid-pro.actionrendererparams.md +25 -0
- package/docs/api/grid-pro.actionsmenurenderer.getgui.md +15 -0
- package/docs/api/grid-pro.actionsmenurenderer.init.md +22 -0
- package/docs/api/grid-pro.actionsmenurenderer.md +35 -0
- package/docs/api/grid-pro.actionsmenurenderer.params.md +11 -0
- package/docs/api/grid-pro.actionsmenurenderer.refresh.md +22 -0
- package/docs/api/grid-pro.agactionrendererstyles.md +13 -0
- package/docs/api/grid-pro.agbooleanrendererstyles.md +13 -0
- package/docs/api/grid-pro.agexternalstockstyles.md +18 -0
- package/docs/api/grid-pro.aggridalpinefontface.md +13 -0
- package/docs/api/grid-pro.aggridbalhamfontface.md +13 -0
- package/docs/api/grid-pro.aggridcss.md +18 -0
- package/docs/api/grid-pro.aggridcssvars.md +63 -0
- package/docs/api/grid-pro.aggridmaterialfontface.md +13 -0
- package/docs/api/grid-pro.aggridtheme.md +24 -0
- package/docs/api/grid-pro.agheadcss.md +18 -0
- package/docs/api/grid-pro.agselectrendererstyles.md +13 -0
- package/docs/api/grid-pro.agtextfieldrenderer.destroy.md +15 -0
- package/docs/api/grid-pro.agtextfieldrenderer.getgui.md +15 -0
- package/docs/api/grid-pro.agtextfieldrenderer.init.md +22 -0
- package/docs/api/grid-pro.agtextfieldrenderer.md +35 -0
- package/docs/api/grid-pro.agtextfieldrenderer.params.md +11 -0
- package/docs/api/grid-pro.agtextfieldrenderer.refresh.md +22 -0
- package/docs/api/grid-pro.agtextfieldrenderer.textchanged.md +13 -0
- package/docs/api/grid-pro.agtextfieldrenderer.textfield.md +11 -0
- package/docs/api/grid-pro.agtextfieldrenderer.textvalue.md +11 -0
- package/docs/api/grid-pro.agtextrenderer.md +18 -0
- package/docs/api/grid-pro.agthemealpinenofontscss.md +13 -0
- package/docs/api/grid-pro.agthemebalhamnofontscss.md +13 -0
- package/docs/api/grid-pro.agthemefontfacemap.md +13 -0
- package/docs/api/grid-pro.agthemefontsid.md +22 -0
- package/docs/api/grid-pro.agthemematerialnofontscss.md +13 -0
- package/docs/api/grid-pro.agthemetokenmapclassname.md +22 -0
- package/docs/api/grid-pro.agthemetokenmapcss.md +36 -0
- package/docs/api/grid-pro.booleanrenderer.destroy.md +15 -0
- package/docs/api/grid-pro.booleanrenderer.getgui.md +15 -0
- package/docs/api/grid-pro.booleanrenderer.init.md +22 -0
- package/docs/api/grid-pro.booleanrenderer.md +32 -0
- package/docs/api/grid-pro.booleanrenderer.params.md +11 -0
- package/docs/api/grid-pro.booleanrenderer.refresh.md +22 -0
- package/docs/api/grid-pro.celltemplate.md +13 -0
- package/docs/api/grid-pro.columntemplate.md +13 -0
- package/docs/api/grid-pro.datetimevalueformatter.md +26 -0
- package/docs/api/grid-pro.datevalueformatter.md +26 -0
- package/docs/api/grid-pro.defaultaggridfontface.md +18 -0
- package/docs/api/grid-pro.defaultgridproconfig.md +13 -0
- package/docs/api/grid-pro.foundationagbooleanrenderer.md +26 -0
- package/docs/api/grid-pro.foundationagselectrenderer.md +26 -0
- package/docs/api/grid-pro.foundationagtextfieldrenderer.md +26 -0
- package/docs/api/grid-pro.foundationagtextrenderer.md +31 -0
- package/docs/api/grid-pro.foundationgridcomponents.md +83 -0
- package/docs/api/grid-pro.foundationgridpro.md +28 -0
- package/docs/api/grid-pro.foundationgridproactionrenderer.md +26 -0
- package/docs/api/grid-pro.foundationgridproactionsmenurenderer.md +24 -0
- package/docs/api/grid-pro.foundationgridproshadowoptions.md +11 -0
- package/docs/api/grid-pro.foundationgridprostyles.md +18 -0
- package/docs/api/grid-pro.getactionsmenudef.md +39 -0
- package/docs/api/grid-pro.getagbooleanrenderertemplate.md +13 -0
- package/docs/api/grid-pro.getselectrenderertemplate.md +13 -0
- package/docs/api/grid-pro.gettextfieldrenderertemplate.md +13 -0
- package/docs/api/grid-pro.gettextrenderertemplate.md +16 -0
- package/docs/api/grid-pro.gridcolumn.definition.md +11 -0
- package/docs/api/grid-pro.gridcolumn.md +32 -0
- package/docs/api/grid-pro.gridcolumn.slottedagcell.md +11 -0
- package/docs/api/grid-pro.gridcolumn.slottedagcellchanged.md +15 -0
- package/docs/api/grid-pro.gridcomponents.md +15 -0
- package/docs/api/grid-pro.gridpro._constructor_.md +13 -0
- package/docs/api/grid-pro.gridpro.agattributechangedcallback.md +24 -0
- package/docs/api/grid-pro.gridpro.agattributes.md +11 -0
- package/docs/api/grid-pro.gridpro.aggrid.md +11 -0
- package/docs/api/grid-pro.gridpro.aggridoptions.md +11 -0
- package/docs/api/grid-pro.gridpro.agpropertiesmap.md +11 -0
- package/docs/api/grid-pro.gridpro.applytemplatedefinitions.md +22 -0
- package/docs/api/grid-pro.gridpro.autocellrendererbytype.md +11 -0
- package/docs/api/grid-pro.gridpro.classnames.md +11 -0
- package/docs/api/grid-pro.gridpro.columnapi.md +11 -0
- package/docs/api/grid-pro.gridpro.columncomponentname.md +11 -0
- package/docs/api/grid-pro.gridpro.combineallgridcomponents.md +22 -0
- package/docs/api/grid-pro.gridpro.connectedcallback.md +15 -0
- package/docs/api/grid-pro.gridpro.disconnectedcallback.md +15 -0
- package/docs/api/grid-pro.gridpro.enablecellflashing.md +13 -0
- package/docs/api/grid-pro.gridpro.enabledrowflashing.md +11 -0
- package/docs/api/grid-pro.gridpro.eventsandcallbacks.md +11 -0
- package/docs/api/grid-pro.gridpro.globaleventlistener.md +23 -0
- package/docs/api/grid-pro.gridpro.gridapi.md +11 -0
- package/docs/api/grid-pro.gridpro.gridautosizingenabled.md +13 -0
- package/docs/api/grid-pro.gridpro.gridcomponents.md +13 -0
- package/docs/api/grid-pro.gridpro.gridfontface.md +11 -0
- package/docs/api/grid-pro.gridpro.gridoptions.md +11 -0
- package/docs/api/grid-pro.gridpro.gridslot.md +11 -0
- package/docs/api/grid-pro.gridpro.headerheight.md +11 -0
- package/docs/api/grid-pro.gridpro.initialised.md +11 -0
- package/docs/api/grid-pro.gridpro.md +61 -0
- package/docs/api/grid-pro.gridpro.observedattributes.md +11 -0
- package/docs/api/grid-pro.gridpro.onlytemplatecoldefs.md +11 -0
- package/docs/api/grid-pro.gridpro.persistcolumnstatekey.md +11 -0
- package/docs/api/grid-pro.gridpro.rowheight.md +11 -0
- package/docs/api/grid-pro.gridpro.statepersistanceenabled.md +15 -0
- package/docs/api/grid-pro.gridpro.theme.md +11 -0
- package/docs/api/grid-pro.gridpro.themechanged.md +23 -0
- package/docs/api/grid-pro.gridprocell.connectedcallback.md +15 -0
- package/docs/api/grid-pro.gridprocell.destroy.md +15 -0
- package/docs/api/grid-pro.gridprocell.getgui.md +15 -0
- package/docs/api/grid-pro.gridprocell.init.md +22 -0
- package/docs/api/grid-pro.gridprocell.md +40 -0
- package/docs/api/grid-pro.gridprocell.refresh.md +22 -0
- package/docs/api/grid-pro.gridprocell.renderer.md +11 -0
- package/docs/api/grid-pro.gridprocell.rendererparams.md +11 -0
- package/docs/api/grid-pro.gridprocell.slottedagrendererchanged.md +15 -0
- package/docs/api/grid-pro.gridprocell.slottedrenderer.md +11 -0
- package/docs/api/grid-pro.gridprocolumns.md +25 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.connect.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.connectedcallback.md +15 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.criteria.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.criteriachanged.md +23 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.datasource.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.deepclone.md +15 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.deferredgridoptions.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.deinit.md +16 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.disconnectedcallback.md +15 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.fields.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.init.md +15 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.issnapshot.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.maxrows.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.maxview.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.md +49 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.movingview.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.orderby.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.removefilter.md +22 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.request.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.reset.md +21 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.resourcename.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.resourcenamechanged.md +23 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.restart.md +15 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.restartonreconnection.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.reverse.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.rowid.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.setfilter.md +23 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.connect.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.connectedcallback.md +15 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.criteria.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.disconnectedcallback.md +15 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.fields.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.init.md +15 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.issnapshot.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.maxrows.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.maxview.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.md +40 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.orderby.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.pagination.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.params.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.reset.md +15 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.resourcename.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.resourcenamechanged.md +23 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.restart.md +15 -0
- package/docs/api/grid-pro.gridprogenesisdatasourcenext.reverse.md +11 -0
- package/docs/api/grid-pro.gridprorenderertypes.md +24 -0
- package/docs/api/grid-pro.gridprotemplate.md +13 -0
- package/docs/api/grid-pro.logger.md +13 -0
- package/docs/api/grid-pro.md +93 -0
- package/docs/api/grid-pro.selectrenderer.destroy.md +15 -0
- package/docs/api/grid-pro.selectrenderer.getgui.md +15 -0
- package/docs/api/grid-pro.selectrenderer.init.md +22 -0
- package/docs/api/grid-pro.selectrenderer.md +34 -0
- package/docs/api/grid-pro.selectrenderer.params.md +11 -0
- package/docs/api/grid-pro.selectrenderer.refresh.md +22 -0
- package/docs/api/grid-pro.selectrenderer.selectionchanged.md +11 -0
- package/docs/api/grid-pro.selectrenderer.value.md +11 -0
- package/docs/api/grid-pro.streamdatasource._constructor_.md +20 -0
- package/docs/api/grid-pro.streamdatasource.connect.md +11 -0
- package/docs/api/grid-pro.streamdatasource.dataserverstream.md +11 -0
- package/docs/api/grid-pro.streamdatasource.getrows.md +22 -0
- package/docs/api/grid-pro.streamdatasource.md +34 -0
- package/docs/api/grid-pro.streamdatasource.resourceparams.md +11 -0
- package/docs/api/grid-pro.streamdatasource.streamsourceref.md +11 -0
- package/docs/api/grid-pro.streamdatasourceoptions.md +20 -0
- package/docs/api/grid-pro.textfieldrendererstyles.md +13 -0
- package/docs/api/grid-pro.textrendererstyles.md +16 -0
- package/docs/api/index.md +12 -0
- package/docs/api-report.md +806 -0
- package/package.json +11 -9
- package/tsdoc.json +4 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [foundationAgTextRenderer](./grid-pro.foundationagtextrenderer.md)
|
|
4
|
+
|
|
5
|
+
## foundationAgTextRenderer variable
|
|
6
|
+
|
|
7
|
+
> Warning: This API is now obsolete.
|
|
8
|
+
>
|
|
9
|
+
> - Use foundationAgTextFieldRenderer instead
|
|
10
|
+
>
|
|
11
|
+
|
|
12
|
+
The Foundation Text Renderer registry.
|
|
13
|
+
|
|
14
|
+
**Signature:**
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
foundationAgTextRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
18
|
+
baseName: string;
|
|
19
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
20
|
+
template: import("@microsoft/fast-element").ViewTemplate<AgTextFieldRenderer, any>;
|
|
21
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
22
|
+
baseName: string;
|
|
23
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
24
|
+
template: import("@microsoft/fast-element").ViewTemplate<AgTextFieldRenderer, any>;
|
|
25
|
+
}, typeof AgTextRenderer>
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## Remarks
|
|
29
|
+
|
|
30
|
+
HTML Element: <<!-- -->foundation-grid-text-renderer<!-- -->>
|
|
31
|
+
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [foundationGridComponents](./grid-pro.foundationgridcomponents.md)
|
|
4
|
+
|
|
5
|
+
## foundationGridComponents variable
|
|
6
|
+
|
|
7
|
+
The Grid Pro Components.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
foundationGridComponents: {
|
|
13
|
+
foundationGridProActionRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
14
|
+
baseName: string;
|
|
15
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
16
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./cell-renderers").ActionRenderer, any>;
|
|
17
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
18
|
+
baseName: string;
|
|
19
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
20
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./cell-renderers").ActionRenderer, any>;
|
|
21
|
+
}, typeof import("./cell-renderers").ActionRenderer>;
|
|
22
|
+
foundationGridProActionsMenuRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
23
|
+
baseName: string;
|
|
24
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
25
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
26
|
+
baseName: string;
|
|
27
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
28
|
+
}, typeof import("./cell-renderers").ActionsMenuRenderer>;
|
|
29
|
+
foundationAgBooleanRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
30
|
+
baseName: string;
|
|
31
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
32
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
33
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
34
|
+
baseName: string;
|
|
35
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
36
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
37
|
+
}, typeof import("./cell-renderers").BooleanRenderer>;
|
|
38
|
+
foundationAgTextRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
39
|
+
baseName: string;
|
|
40
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
41
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./cell-renderers").AgTextFieldRenderer, any>;
|
|
42
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
43
|
+
baseName: string;
|
|
44
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
45
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./cell-renderers").AgTextFieldRenderer, any>;
|
|
46
|
+
}, typeof import("./cell-renderers").AgTextRenderer>;
|
|
47
|
+
foundationAgTextFieldRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
48
|
+
baseName: string;
|
|
49
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
50
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./cell-renderers").AgTextFieldRenderer, any>;
|
|
51
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
52
|
+
baseName: string;
|
|
53
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
54
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./cell-renderers").AgTextFieldRenderer, any>;
|
|
55
|
+
}, typeof import("./cell-renderers").AgTextFieldRenderer>;
|
|
56
|
+
foundationAgSelectRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
57
|
+
baseName: string;
|
|
58
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
59
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
60
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
61
|
+
baseName: string;
|
|
62
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
63
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
64
|
+
}, typeof import("./cell-renderers").SelectRenderer>;
|
|
65
|
+
foundationGridPro: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
66
|
+
shadowOptions: any;
|
|
67
|
+
baseName: string;
|
|
68
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
69
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
70
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
71
|
+
shadowOptions: any;
|
|
72
|
+
baseName: string;
|
|
73
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
74
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
75
|
+
}, typeof import("./grid-pro").GridPro>;
|
|
76
|
+
register(container?: Container, ...rest: any[]): void;
|
|
77
|
+
}
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
## Remarks
|
|
81
|
+
|
|
82
|
+
Contains all available components, from Grid Pro itself to the cell renderers.
|
|
83
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [foundationGridPro](./grid-pro.foundationgridpro.md)
|
|
4
|
+
|
|
5
|
+
## foundationGridPro variable
|
|
6
|
+
|
|
7
|
+
The Foundation AgGrid
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
foundationGridPro: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
13
|
+
shadowOptions: any;
|
|
14
|
+
baseName: string;
|
|
15
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
16
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
17
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
18
|
+
shadowOptions: any;
|
|
19
|
+
baseName: string;
|
|
20
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
21
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
22
|
+
}, typeof GridPro>
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## Remarks
|
|
26
|
+
|
|
27
|
+
HTML Element: <<!-- -->foundation-grid-pro<!-- -->>
|
|
28
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [foundationGridProActionRenderer](./grid-pro.foundationgridproactionrenderer.md)
|
|
4
|
+
|
|
5
|
+
## foundationGridProActionRenderer variable
|
|
6
|
+
|
|
7
|
+
The Foundation Action Renderer registry.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
foundationGridProActionRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
13
|
+
baseName: string;
|
|
14
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
15
|
+
template: import("@microsoft/fast-element").ViewTemplate<ActionRenderer, any>;
|
|
16
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
17
|
+
baseName: string;
|
|
18
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
19
|
+
template: import("@microsoft/fast-element").ViewTemplate<ActionRenderer, any>;
|
|
20
|
+
}, typeof ActionRenderer>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Remarks
|
|
24
|
+
|
|
25
|
+
HTML Element: <<!-- -->foundation-grid-pro-action-renderer<!-- -->>
|
|
26
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [foundationGridProActionsMenuRenderer](./grid-pro.foundationgridproactionsmenurenderer.md)
|
|
4
|
+
|
|
5
|
+
## foundationGridProActionsMenuRenderer variable
|
|
6
|
+
|
|
7
|
+
The Foundation Actions Menu Renderer registry.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
foundationGridProActionsMenuRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
13
|
+
baseName: string;
|
|
14
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
15
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
16
|
+
baseName: string;
|
|
17
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
18
|
+
}, typeof ActionsMenuRenderer>
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Remarks
|
|
22
|
+
|
|
23
|
+
HTML Element: <<!-- -->foundation-grid-pro-actions-menu-renderer<!-- -->>
|
|
24
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [foundationGridProShadowOptions](./grid-pro.foundationgridproshadowoptions.md)
|
|
4
|
+
|
|
5
|
+
## foundationGridProShadowOptions variable
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
foundationGridProShadowOptions: ShadowRootInit
|
|
11
|
+
```
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [foundationGridProStyles](./grid-pro.foundationgridprostyles.md)
|
|
4
|
+
|
|
5
|
+
## foundationGridProStyles variable
|
|
6
|
+
|
|
7
|
+
The Grid Pro styles.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
foundationGridProStyles: ElementStyles
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Remarks
|
|
16
|
+
|
|
17
|
+
this is the default CSS, bundles Alpine/Balham/Material AG themes.
|
|
18
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [getActionsMenuDef](./grid-pro.getactionsmenudef.md)
|
|
4
|
+
|
|
5
|
+
## getActionsMenuDef variable
|
|
6
|
+
|
|
7
|
+
Helper function to get ColDef [https://www.ag-grid.com/javascript-data-grid/column-properties/](https://www.ag-grid.com/javascript-data-grid/column-properties/) for Actions Menu Renderer. Will take the parameter values for a base ColDef and merge them with the overrideDef (if specified).
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
getActionsMenuDef: (actions: ActionMenuItem[], overrideDef?: ColDef, customActionsOpenerName?: string, isVertical?: boolean, buttonAppearance?: string) => ColDef
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
```ts
|
|
19
|
+
public exampleActionsMenuDef: AgcCore.ColDef = getActionsMenuDef(
|
|
20
|
+
[
|
|
21
|
+
{
|
|
22
|
+
name: 'View',
|
|
23
|
+
callback: (rowData) => logger.debug('VIEWW!!!', rowData),
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
name: 'Delete',
|
|
27
|
+
callback: (rowData) => logger.debug('DELETE!!!', rowData),
|
|
28
|
+
},
|
|
29
|
+
],
|
|
30
|
+
{
|
|
31
|
+
headerName: 'Instrument Actions',
|
|
32
|
+
width: 180,
|
|
33
|
+
},
|
|
34
|
+
'+',
|
|
35
|
+
true,
|
|
36
|
+
'primary-gradient'
|
|
37
|
+
);
|
|
38
|
+
```
|
|
39
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [getAgBooleanRendererTemplate](./grid-pro.getagbooleanrenderertemplate.md)
|
|
4
|
+
|
|
5
|
+
## getAgBooleanRendererTemplate variable
|
|
6
|
+
|
|
7
|
+
Get a Design System prefixed Checkbox template.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
getAgBooleanRendererTemplate: (designSystem?: string) => import("@microsoft/fast-element").ViewTemplate<any, any>
|
|
13
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [getSelectRendererTemplate](./grid-pro.getselectrenderertemplate.md)
|
|
4
|
+
|
|
5
|
+
## getSelectRendererTemplate variable
|
|
6
|
+
|
|
7
|
+
Get a Design System prefixed Select template.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
getSelectRendererTemplate: (designSystem?: string) => import("@microsoft/fast-element").ViewTemplate<any, any>
|
|
13
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [getTextFieldRendererTemplate](./grid-pro.gettextfieldrenderertemplate.md)
|
|
4
|
+
|
|
5
|
+
## getTextFieldRendererTemplate variable
|
|
6
|
+
|
|
7
|
+
Get a Design System prefixed Text Field template.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
getTextFieldRendererTemplate: (designSystem?: string) => import("@microsoft/fast-element").ViewTemplate<AgTextFieldRenderer, any>
|
|
13
|
+
```
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [getTextRendererTemplate](./grid-pro.gettextrenderertemplate.md)
|
|
4
|
+
|
|
5
|
+
## getTextRendererTemplate variable
|
|
6
|
+
|
|
7
|
+
> Warning: This API is now obsolete.
|
|
8
|
+
>
|
|
9
|
+
> - Use getTextFieldRendererTemplate instead
|
|
10
|
+
>
|
|
11
|
+
|
|
12
|
+
**Signature:**
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
getTextRendererTemplate: (designSystem?: string) => import("@microsoft/fast-element").ViewTemplate<AgTextFieldRenderer, any>
|
|
16
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridColumn](./grid-pro.gridcolumn.md) > [definition](./grid-pro.gridcolumn.definition.md)
|
|
4
|
+
|
|
5
|
+
## GridColumn.definition property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
definition: ColDef;
|
|
11
|
+
```
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridColumn](./grid-pro.gridcolumn.md)
|
|
4
|
+
|
|
5
|
+
## GridColumn class
|
|
6
|
+
|
|
7
|
+
The Grid Pro Column element.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
export declare class GridColumn extends FoundationElement
|
|
13
|
+
```
|
|
14
|
+
**Extends:** FoundationElement
|
|
15
|
+
|
|
16
|
+
## Remarks
|
|
17
|
+
|
|
18
|
+
Used insde the Grid Pro element, to specify the column definitions (ColDef) for a given column.
|
|
19
|
+
|
|
20
|
+
## Properties
|
|
21
|
+
|
|
22
|
+
| Property | Modifiers | Type | Description |
|
|
23
|
+
| --- | --- | --- | --- |
|
|
24
|
+
| [definition](./grid-pro.gridcolumn.definition.md) | | ColDef | |
|
|
25
|
+
| [slottedAgCell](./grid-pro.gridcolumn.slottedagcell.md) | | HTMLElement\[\] | |
|
|
26
|
+
|
|
27
|
+
## Methods
|
|
28
|
+
|
|
29
|
+
| Method | Modifiers | Description |
|
|
30
|
+
| --- | --- | --- |
|
|
31
|
+
| [slottedAgCellChanged()](./grid-pro.gridcolumn.slottedagcellchanged.md) | | |
|
|
32
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridColumn](./grid-pro.gridcolumn.md) > [slottedAgCell](./grid-pro.gridcolumn.slottedagcell.md)
|
|
4
|
+
|
|
5
|
+
## GridColumn.slottedAgCell property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
slottedAgCell: HTMLElement[];
|
|
11
|
+
```
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridColumn](./grid-pro.gridcolumn.md) > [slottedAgCellChanged](./grid-pro.gridcolumn.slottedagcellchanged.md)
|
|
4
|
+
|
|
5
|
+
## GridColumn.slottedAgCellChanged() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
slottedAgCellChanged(): void;
|
|
11
|
+
```
|
|
12
|
+
**Returns:**
|
|
13
|
+
|
|
14
|
+
void
|
|
15
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridComponents](./grid-pro.gridcomponents.md)
|
|
4
|
+
|
|
5
|
+
## GridComponents type
|
|
6
|
+
|
|
7
|
+
Grid Pro Components type, used to define the custom components that will be registered in the grid
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
export type GridComponents = {
|
|
13
|
+
[componentName: string]: any;
|
|
14
|
+
};
|
|
15
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [(constructor)](./grid-pro.gridpro._constructor_.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.(constructor)
|
|
6
|
+
|
|
7
|
+
Constructs a new instance of the `GridPro` class
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
constructor();
|
|
13
|
+
```
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [agAttributeChangedCallback](./grid-pro.gridpro.agattributechangedcallback.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.agAttributeChangedCallback() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
agAttributeChangedCallback(attName: any, oldValue: any, newValue: any): void;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| attName | any | |
|
|
18
|
+
| oldValue | any | |
|
|
19
|
+
| newValue | any | |
|
|
20
|
+
|
|
21
|
+
**Returns:**
|
|
22
|
+
|
|
23
|
+
void
|
|
24
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [agAttributes](./grid-pro.gridpro.agattributes.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.agAttributes property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
protected agAttributes: any;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [agGrid](./grid-pro.gridpro.aggrid.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.agGrid property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
agGrid: Grid;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [agGridOptions](./grid-pro.gridpro.aggridoptions.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.agGridOptions property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
protected agGridOptions: GridOptions;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [agPropertiesMap](./grid-pro.gridpro.agpropertiesmap.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.agPropertiesMap property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
protected agPropertiesMap: any;
|
|
11
|
+
```
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [applyTemplateDefinitions](./grid-pro.gridpro.applytemplatedefinitions.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.applyTemplateDefinitions() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
applyTemplateDefinitions(columnDefs?: ColDef[]): ColDef<any>[];
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| columnDefs | ColDef\[\] | _(Optional)_ |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
ColDef<any>\[\]
|
|
22
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [autoCellRendererByType](./grid-pro.gridpro.autocellrendererbytype.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.autoCellRendererByType property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
autoCellRendererByType: boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [classNames](./grid-pro.gridpro.classnames.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.classNames property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
classNames: string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [columnApi](./grid-pro.gridpro.columnapi.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.columnApi property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
columnApi: ColumnApi;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [columnComponentName](./grid-pro.gridpro.columncomponentname.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.columnComponentName property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
columnComponentName: string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [combineAllGridComponents](./grid-pro.gridpro.combineallgridcomponents.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.combineAllGridComponents() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
combineAllGridComponents(gridOptionsComponents: GridComponents): GridComponents;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| gridOptionsComponents | [GridComponents](./grid-pro.gridcomponents.md) | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[GridComponents](./grid-pro.gridcomponents.md)
|
|
22
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [connectedCallback](./grid-pro.gridpro.connectedcallback.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.connectedCallback() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
connectedCallback(): void;
|
|
11
|
+
```
|
|
12
|
+
**Returns:**
|
|
13
|
+
|
|
14
|
+
void
|
|
15
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [disconnectedCallback](./grid-pro.gridpro.disconnectedcallback.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.disconnectedCallback() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
disconnectedCallback(): void;
|
|
11
|
+
```
|
|
12
|
+
**Returns:**
|
|
13
|
+
|
|
14
|
+
void
|
|
15
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [enableCellFlashing](./grid-pro.gridpro.enablecellflashing.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.enableCellFlashing property
|
|
6
|
+
|
|
7
|
+
If true, will enable cell flashing for all cell renderers, unless otherwise defined in custom colDef
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
enableCellFlashing: boolean;
|
|
13
|
+
```
|