angular-slickgrid 5.6.0 → 5.6.3
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/app/modules/angular-slickgrid/components/angular-slickgrid.component.d.ts +1 -0
- package/esm2020/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +33 -14
- package/esm2020/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +5 -5
- package/esm2020/app/modules/angular-slickgrid/services/angularUtil.service.mjs +4 -4
- package/esm2020/app/modules/angular-slickgrid/services/container.service.mjs +4 -4
- package/esm2020/app/modules/angular-slickgrid/services/translater.service.mjs +4 -4
- package/fesm2015/angular-slickgrid.mjs +46 -26
- package/fesm2015/angular-slickgrid.mjs.map +1 -1
- package/fesm2020/angular-slickgrid.mjs +45 -26
- package/fesm2020/angular-slickgrid.mjs.map +1 -1
- package/package.json +11 -11
- package/test/cypress/node_modules/debug/README.md +27 -1
|
@@ -145,6 +145,7 @@ export declare class AngularSlickgridComponent implements AfterViewInit, OnDestr
|
|
|
145
145
|
private initializePaginationService;
|
|
146
146
|
/** Load the Editor Collection asynchronously and replace the "collection" property when Observable resolves */
|
|
147
147
|
private loadEditorCollectionAsync;
|
|
148
|
+
protected insertDynamicPresetColumns(columnId: string, gridPresetColumns: Column[]): void;
|
|
148
149
|
/** Load any possible Columns Grid Presets */
|
|
149
150
|
private loadColumnPresetsWhenDatasetInitialized;
|
|
150
151
|
/** Load any possible Filters Grid Presets */
|