@slickgrid-universal/vanilla-bundle 0.18.0 → 1.1.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.
Files changed (48) hide show
  1. package/CHANGELOG.md +81 -3
  2. package/README.md +30 -30
  3. package/dist/commonjs/components/slick-vanilla-grid-bundle.d.ts +163 -43
  4. package/dist/commonjs/components/slick-vanilla-grid-bundle.js +44 -81
  5. package/dist/commonjs/components/slick-vanilla-grid-bundle.js.map +1 -1
  6. package/dist/commonjs/index.d.ts +30 -37
  7. package/dist/commonjs/index.js +1 -3
  8. package/dist/commonjs/index.js.map +1 -1
  9. package/dist/commonjs/services/index.d.ts +0 -1
  10. package/dist/commonjs/services/index.js +0 -1
  11. package/dist/commonjs/services/index.js.map +1 -1
  12. package/dist/esm/components/slick-vanilla-grid-bundle.d.ts +163 -44
  13. package/dist/esm/components/slick-vanilla-grid-bundle.js +46 -85
  14. package/dist/esm/components/slick-vanilla-grid-bundle.js.map +1 -1
  15. package/dist/esm/index.d.ts +30 -38
  16. package/dist/esm/index.js +1 -2
  17. package/dist/esm/index.js.map +1 -1
  18. package/dist/esm/interfaces/index.d.ts +0 -1
  19. package/dist/esm/interfaces/slickerGridInstance.interface.d.ts +0 -1
  20. package/dist/esm/services/index.d.ts +0 -2
  21. package/dist/esm/services/index.js +0 -1
  22. package/dist/esm/services/index.js.map +1 -1
  23. package/dist/esm/services/universalContainer.service.d.ts +0 -1
  24. package/package.json +21 -26
  25. package/dist/bundle/index.d.ts +0 -456
  26. package/dist/bundle/slickgrid-vanilla-bundle.js +0 -3
  27. package/dist/bundle/slickgrid-vanilla-bundle.js.LICENSE.txt +0 -144
  28. package/dist/bundle/slickgrid-vanilla-bundle.js.map +0 -1
  29. package/dist/commonjs/salesforce-global-grid-options.d.ts +0 -3
  30. package/dist/commonjs/salesforce-global-grid-options.js +0 -77
  31. package/dist/commonjs/salesforce-global-grid-options.js.map +0 -1
  32. package/dist/commonjs/services/textExport.service.d.ts +0 -7
  33. package/dist/commonjs/services/textExport.service.js +0 -17
  34. package/dist/commonjs/services/textExport.service.js.map +0 -1
  35. package/dist/esm/components/slick-vanilla-grid-bundle.d.ts.map +0 -1
  36. package/dist/esm/index.d.ts.map +0 -1
  37. package/dist/esm/interfaces/index.d.ts.map +0 -1
  38. package/dist/esm/interfaces/slickerGridInstance.interface.d.ts.map +0 -1
  39. package/dist/esm/salesforce-global-grid-options.d.ts +0 -4
  40. package/dist/esm/salesforce-global-grid-options.d.ts.map +0 -1
  41. package/dist/esm/salesforce-global-grid-options.js +0 -74
  42. package/dist/esm/salesforce-global-grid-options.js.map +0 -1
  43. package/dist/esm/services/index.d.ts.map +0 -1
  44. package/dist/esm/services/textExport.service.d.ts +0 -8
  45. package/dist/esm/services/textExport.service.d.ts.map +0 -1
  46. package/dist/esm/services/textExport.service.js +0 -13
  47. package/dist/esm/services/textExport.service.js.map +0 -1
  48. package/dist/esm/services/universalContainer.service.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,23 +3,101 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.18.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.17.0...v0.18.0) (2021-09-29)
6
+ # [1.1.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.2...v1.1.0) (2021-12-11)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * **filters:** css "filled" class on filters should also work w/Grid View ([e8edae7](https://github.com/ghiscoding/slickgrid-universal/commit/e8edae79bcd5c28438203e269d26f107e26c4ae5))
11
+ * **context:** strip hidden special chars on context menu Copy command ([f94ca83](https://github.com/ghiscoding/slickgrid-universal/commit/f94ca834b1fdee94e4e44bdc3d245956a4437de6))
12
+ * **locales:** add missing text & remove global config texts fix Locales ([655a872](https://github.com/ghiscoding/slickgrid-universal/commit/655a872d7160ab53530f8e2fdc575817af782b5d))
12
13
 
13
14
 
14
15
  ### Features
15
16
 
16
- * **styling:** increase highlight of filters that are filled w/values ([8f93534](https://github.com/ghiscoding/slickgrid-universal/commit/8f9353418190ee3e11aca65d1a57fa4204331011))
17
+ * **build:** create `salesforce-vanilla-bundle` standalone package ([214d8e7](https://github.com/ghiscoding/slickgrid-universal/commit/214d8e77646d3fdac278cf18227c96f346c94522))
18
+ * **controls:** convert and add ColumnPicker into Slickgrid-Universal ([1f937b9](https://github.com/ghiscoding/slickgrid-universal/commit/1f937b9a3abe43cf1a2bb1f52ba625c34431e328))
19
+ * **controls:** move external Grid Menu into Slickgrid-Universal ([40adff4](https://github.com/ghiscoding/slickgrid-universal/commit/40adff49c2a74769823dfbed3d32b239608e2a59))
20
+ * **plugins:** move Checkbox and Row Selection plugins to universal ([06f0ab1](https://github.com/ghiscoding/slickgrid-universal/commit/06f0ab155a2f0ee06681d3e94780397c5e4f9f67))
21
+ * **plugins:** move external Cell Menu into Slickgrid-Universal ([6f34c10](https://github.com/ghiscoding/slickgrid-universal/commit/6f34c10b9a8522ae430e13c9519083451bf71ebf))
22
+ * **plugins:** move external cell related plugins to universal ([11e15d8](https://github.com/ghiscoding/slickgrid-universal/commit/11e15d88360b7b30ca7ab94624a7928201f15945))
23
+ * **plugins:** move external Context Menu into Slickgrid-Universal ([2170bb4](https://github.com/ghiscoding/slickgrid-universal/commit/2170bb4e3f02ef6f45ad13a1c59730047942651e))
24
+ * **plugins:** move external Draggable Grouping into Slickgrid-Universal ([8e6eb48](https://github.com/ghiscoding/slickgrid-universal/commit/8e6eb4881741313b7d582d2e3d17ffef582ecb35))
25
+ * **plugins:** move external GroupItemMetataProvider into Universal ([8f18c7d](https://github.com/ghiscoding/slickgrid-universal/commit/8f18c7d3d616e4cd72eb5478d544ec241c53154f))
26
+ * **plugins:** move external Header Button into Slickgrid-Universal ([69711ad](https://github.com/ghiscoding/slickgrid-universal/commit/69711aded5aa835091789800214f82cd7c72753e))
27
+ * **plugins:** move external Header Menu into Slickgrid-Universal ([aeba480](https://github.com/ghiscoding/slickgrid-universal/commit/aeba4801fdb5cba3976984f5c591be8c1ad97e4b))
28
+ * **plugins:** move Row Detail View plugin to universal ([fb327a6](https://github.com/ghiscoding/slickgrid-universal/commit/fb327a6abe85b86683572cde2a550de43a01f9e1))
29
+ * **plugins:** move Row Move Manager plugin to universal ([b19b2ed](https://github.com/ghiscoding/slickgrid-universal/commit/b19b2ed2da669662fbbdcf9fdefac243132909b2))
30
+ * **plugins:** replace AutoTooltips Extension by plugin ([80df14d](https://github.com/ghiscoding/slickgrid-universal/commit/80df14da9b66e9e1b8314e5adb1b96890cc7baa1))
17
31
 
18
32
 
19
33
 
20
34
 
21
35
 
22
36
 
37
+ ## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * **resizer:** use autosize width when total width smaller than viewport ([555fb0c](https://github.com/ghiscoding/slickgrid-universal/commit/555fb0cb793c111de837ffe6e9f212fcbf5ed701))
43
+ * **translation:** add new UNFREEZE_COLUMNS to fix translation ([22ed231](https://github.com/ghiscoding/slickgrid-universal/commit/22ed2313c45587f2ebdb279c9e47df881c6f83d6))
44
+
45
+
46
+
47
+
48
+
49
+
50
+ ## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * **context:** strin hidden special chars on context menu Copy command ([221c05d](https://github.com/ghiscoding/slickgrid-universal/commit/221c05d8d6345d090074c92e423071888e4a2686))
56
+ * **tree:** reset to initial tree sort when calling "Clear all Sorting" ([984e3a7](https://github.com/ghiscoding/slickgrid-universal/commit/984e3a7bf0bf734f035514d32d44c6164c6fdab1))
57
+
58
+
59
+
60
+
61
+
62
+
63
+ # [0.19.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.18.0...v0.19.0) (2021-10-28)
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * make it work with AutoTooltip and extra option to skip it ([2f7e4c5](https://github.com/ghiscoding/slickgrid-universal/commit/2f7e4c502471c236a76510905ddbf07f653ea5d8))
69
+ * **frozen:** calling `setPinning` with empty object/null should clear it ([48b11f7](https://github.com/ghiscoding/slickgrid-universal/commit/48b11f74f2ce6541b6e6e03bf7fe194e5be96d0e))
70
+ * **styling:** cleanup CSS files to ship smaller bundle ([69b18bf](https://github.com/ghiscoding/slickgrid-universal/commit/69b18bf3505fc5538de878b7dbf33104faa8b11a))
71
+
72
+
73
+ ### Features
74
+
75
+ * **plugin:** add row move shadown item while moving/dragging row ([c665ec8](https://github.com/ghiscoding/slickgrid-universal/commit/c665ec88be859feeea89e5ab8826f2b0a57c5cfb))
76
+ * add async process to use with Promise/Observable ([7350a6d](https://github.com/ghiscoding/slickgrid-universal/commit/7350a6d06ef5bb8495a05e22421f9b7b5a4270cb))
77
+ * **plugin:** create new Custom Tooltip plugin ([4c8c4f6](https://github.com/ghiscoding/slickgrid-universal/commit/4c8c4f62423665bc2e1dcf0675b1300607397b6a))
78
+
79
+
80
+
81
+
82
+
83
+
84
+ # [0.18.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.17.0...v0.18.0) (2021-09-29)
85
+
86
+
87
+ ### Bug Fixes
88
+
89
+ * **filters:** css "filled" class on filters should also work w/Grid View ([e8edae7](https://github.com/ghiscoding/slickgrid-universal/commit/e8edae79bcd5c28438203e269d26f107e26c4ae5))
90
+
91
+
92
+ ### Features
93
+
94
+ * **styling:** increase highlight of filters that are filled w/values ([8f93534](https://github.com/ghiscoding/slickgrid-universal/commit/8f9353418190ee3e11aca65d1a57fa4204331011))
95
+
96
+
97
+
98
+
99
+
100
+
23
101
  # [0.17.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.16.2...v0.17.0) (2021-09-09)
24
102
 
25
103
 
package/README.md CHANGED
@@ -1,30 +1,30 @@
1
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2
- [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
3
- [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
4
- [![npm](https://img.shields.io/npm/v/@slickgrid-universal/vanilla-bundle.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/vanilla-bundle)
5
- [![npm](https://img.shields.io/npm/dy/@slickgrid-universal/vanilla-bundle?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/vanilla-bundle)
6
-
7
- [![Actions Status](https://github.com/ghiscoding/slickgrid-universal/workflows/CI%20Build/badge.svg)](https://github.com/ghiscoding/slickgrid-universal/actions)
8
- [![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)
9
- [![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
10
- [![codecov](https://codecov.io/gh/ghiscoding/slickgrid-universal/branch/master/graph/badge.svg)](https://codecov.io/gh/ghiscoding/slickgrid-universal)
11
-
12
- ## Vanilla Bundle
13
- #### @slickgrid-universal/vanilla-bundle
14
-
15
- Vanilla Bundle implementation (no framework, plain TypeSript implementation). This package does what other framework would do, that is to make all the features usable in 1 bundle so that it could then be used by other Apps/Projects, for example we use this bundle in our SalesForce (with Lighning Web Component) App and it requires plain ES6 JavaScript which this bundle also produce (for that there's a `dist-grid-bundle-zip` folder which will zip the ES6 `dist` folder which we then import in SalesForce).
16
-
17
- ### Internal Dependencies
18
- - [@slickgrid-universal/common](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/common)
19
- - [@slickgrid-universal/event-pub-sub](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/event-pub-sub)
20
- - [@slickgrid-universal/custom-footer-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/custom-footer-component)
21
- - [@slickgrid-universal/empty-warning-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/empty-warning-component)
22
- - [@slickgrid-universal/pagination-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/pagination-component)
23
-
24
- ### External Dependencies
25
- - [whatwg-fetch](https://github.com/whatwg/fetch) - Fetch Standard
26
-
27
- ### Installation
28
- This Vanilla Bundle is used in our SalesForce implementation (since it requires plain ES6) and is also used by the standalone `webpack-demo-vanilla-bundle` which serves for demo purposes.
29
-
30
- Go to the root of the repo and follow the instructions provided in the main [README](https://github.com/ghiscoding/slickgrid-universal#installation)
1
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2
+ [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
3
+ [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
4
+ [![npm](https://img.shields.io/npm/v/@slickgrid-universal/vanilla-bundle.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/vanilla-bundle)
5
+ [![npm](https://img.shields.io/npm/dy/@slickgrid-universal/vanilla-bundle?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/vanilla-bundle)
6
+
7
+ [![Actions Status](https://github.com/ghiscoding/slickgrid-universal/workflows/CI%20Build/badge.svg)](https://github.com/ghiscoding/slickgrid-universal/actions)
8
+ [![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)
9
+ [![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
10
+ [![codecov](https://codecov.io/gh/ghiscoding/slickgrid-universal/branch/master/graph/badge.svg)](https://codecov.io/gh/ghiscoding/slickgrid-universal)
11
+
12
+ ## Vanilla Bundle
13
+ #### @slickgrid-universal/vanilla-bundle
14
+
15
+ Vanilla Bundle implementation (no framework, plain TypeSript implementation). This package does what other framework would do, that is to make all the features usable in 1 bundle so that it could then be used by other Apps/Projects
16
+
17
+ ### Internal Dependencies
18
+ - [@slickgrid-universal/common](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/common)
19
+ - [@slickgrid-universal/event-pub-sub](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/event-pub-sub)
20
+ - [@slickgrid-universal/custom-footer-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/custom-footer-component)
21
+ - [@slickgrid-universal/empty-warning-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/empty-warning-component)
22
+ - [@slickgrid-universal/pagination-component](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/pagination-component)
23
+
24
+ ### External Dependencies
25
+ - [whatwg-fetch](https://github.com/whatwg/fetch) - Fetch Standard
26
+
27
+ ### Installation
28
+ This Vanilla Bundle is used used by the standalone [webpack-demo-vanilla-bundle](https://github.com/ghiscoding/slickgrid-universal/tree/master/examples/webpack-demo-vanilla-bundle) which serves for demo purposes.
29
+
30
+ Go to the root of the repo and follow the instructions provided in the main [README](https://github.com/ghiscoding/slickgrid-universal#installation)
@@ -1,37 +1,39 @@
1
+ import 'jquery';
2
+ import 'jquery-ui/ui/widgets/draggable';
3
+ import 'jquery-ui/ui/widgets/droppable';
4
+ import 'jquery-ui/ui/widgets/sortable';
1
5
  import 'flatpickr/dist/l10n/fr';
2
6
  import 'slickgrid/lib/jquery.event.drag-2.3.0';
3
7
  import 'slickgrid/lib/jquery.mousewheel';
4
8
  import 'slickgrid/slick.core';
5
9
  import 'slickgrid/slick.grid';
6
10
  import 'slickgrid/slick.dataview';
7
- import 'slickgrid/slick.groupitemmetadataprovider';
8
- import { BackendServiceApi, Column, ExtensionList, GridOption, Metrics, Pagination, ServicePagination, SlickDataView, SlickEventHandler, SlickGrid, SlickGroupItemMetadataProvider, Subscription, ExtensionUtility, BackendUtilityService, CollectionService, ExtensionService, FilterFactory, FilterService, GridEventService, GridService, GridStateService, GroupingAndColspanService, PaginationService, ResizerService, RxJsFacade, SharedService, SortService, TranslaterService, TreeDataService } from '@slickgrid-universal/common';
11
+ import { BackendServiceApi, Column, ExtensionList, ExternalResource, GridOption, Metrics, Pagination, ServicePagination, SlickDataView, SlickEventHandler, SlickGrid, SlickGroupItemMetadataProvider, Subscription, BackendUtilityService, CollectionService, ExtensionService, ExtensionUtility, FilterFactory, FilterService, GridEventService, GridService, GridStateService, GroupingAndColspanService, Observable, PaginationService, ResizerService, RxJsFacade, SharedService, SortService, TranslaterService, TreeDataService } from '@slickgrid-universal/common';
9
12
  import { EventPubSubService } from '@slickgrid-universal/event-pub-sub';
10
- import { SlickCompositeEditorComponent } from '@slickgrid-universal/composite-editor-component';
11
13
  import { SlickEmptyWarningComponent } from '@slickgrid-universal/empty-warning-component';
12
14
  import { SlickFooterComponent } from '@slickgrid-universal/custom-footer-component';
13
15
  import { SlickPaginationComponent } from '@slickgrid-universal/pagination-component';
14
16
  import { SlickerGridInstance } from '../interfaces/slickerGridInstance.interface';
15
17
  import { UniversalContainerService } from '../services/universalContainer.service';
16
18
  export declare class SlickVanillaGridBundle {
17
- private _currentDatasetLength;
18
- private _eventPubSubService;
19
- private _columnDefinitions?;
20
- private _gridOptions?;
21
- private _gridContainerElm;
22
- private _gridParentContainerElm;
23
- private _hideHeaderRowAfterPageLoad;
24
- private _isDatasetInitialized;
25
- private _isDatasetHierarchicalInitialized;
26
- private _isGridInitialized;
27
- private _isLocalGrid;
28
- private _isPaginationInitialized;
29
- private _eventHandler;
30
- private _extensions;
31
- private _paginationOptions;
32
- private _registeredResources;
33
- private _slickgridInitialized;
34
- private _slickerGridInstances;
19
+ protected _currentDatasetLength: number;
20
+ protected _eventPubSubService: EventPubSubService;
21
+ protected _columnDefinitions?: Column[];
22
+ protected _gridOptions?: GridOption;
23
+ protected _gridContainerElm: HTMLElement;
24
+ protected _gridParentContainerElm: HTMLElement;
25
+ protected _hideHeaderRowAfterPageLoad: boolean;
26
+ protected _isDatasetInitialized: boolean;
27
+ protected _isDatasetHierarchicalInitialized: boolean;
28
+ protected _isGridInitialized: boolean;
29
+ protected _isLocalGrid: boolean;
30
+ protected _isPaginationInitialized: boolean;
31
+ protected _eventHandler: SlickEventHandler;
32
+ protected _extensions: ExtensionList<any> | undefined;
33
+ protected _paginationOptions: Pagination | undefined;
34
+ protected _registeredResources: ExternalResource[];
35
+ protected _slickgridInitialized: boolean;
36
+ protected _slickerGridInstances: SlickerGridInstance | undefined;
35
37
  backendServiceApi: BackendServiceApi | undefined;
36
38
  dataView?: SlickDataView;
37
39
  slickGrid?: SlickGrid;
@@ -52,6 +54,8 @@ export declare class SlickVanillaGridBundle {
52
54
  extensionService: ExtensionService;
53
55
  filterFactory: FilterFactory;
54
56
  filterService: FilterService;
57
+ gridClass: string;
58
+ gridClassName: string;
55
59
  gridEventService: GridEventService;
56
60
  gridService: GridService;
57
61
  gridStateService: GridStateService;
@@ -63,12 +67,9 @@ export declare class SlickVanillaGridBundle {
63
67
  translaterService: TranslaterService | undefined;
64
68
  treeDataService: TreeDataService;
65
69
  universalContainerService: UniversalContainerService;
66
- slickCompositeEditor: SlickCompositeEditorComponent | undefined;
67
70
  slickEmptyWarning: SlickEmptyWarningComponent | undefined;
68
71
  slickFooter: SlickFooterComponent | undefined;
69
72
  slickPagination: SlickPaginationComponent | undefined;
70
- gridClass: string;
71
- gridClassName: string;
72
73
  get eventHandler(): SlickEventHandler;
73
74
  get columnDefinitions(): Column[];
74
75
  set columnDefinitions(columnDefinitions: Column[]);
@@ -84,7 +85,7 @@ export declare class SlickVanillaGridBundle {
84
85
  set isDatasetInitialized(isInitialized: boolean);
85
86
  get isGridInitialized(): boolean;
86
87
  get instances(): SlickerGridInstance | undefined;
87
- get extensions(): ExtensionList<any, any> | undefined;
88
+ get extensions(): ExtensionList<any> | undefined;
88
89
  get registeredResources(): any[];
89
90
  /**
90
91
  * Slicker Grid Bundle constructor
@@ -160,58 +161,177 @@ export declare class SlickVanillaGridBundle {
160
161
  * Loop through all column definitions and copy the original optional `width` properties optionally provided by the user.
161
162
  * We will use this when doing a resize by cell content, if user provided a `width` it won't override it.
162
163
  */
163
- private copyColumnWidthsReference;
164
- private displayEmptyDataWarning;
164
+ protected copyColumnWidthsReference(columnDefinitions: Column[]): void;
165
+ protected displayEmptyDataWarning(showWarning?: boolean): void;
165
166
  /** When data changes in the DataView, we'll refresh the metrics and/or display a warning if the dataset is empty */
166
- private handleOnItemCountChanged;
167
+ protected handleOnItemCountChanged(currentPageRowItemCount: number, totalItemCount: number): void;
167
168
  /** Initialize the Pagination Service once */
168
- private initializePaginationService;
169
+ protected initializePaginationService(paginationOptions: Pagination): void;
169
170
  /**
170
171
  * Render (or dispose) the Pagination Component, user can optionally provide False (to not show it) which will in term dispose of the Pagination,
171
172
  * also while disposing we can choose to omit the disposable of the Pagination Service (if we are simply toggling the Pagination, we want to keep the Service alive)
172
173
  * @param {Boolean} showPagination - show (new render) or not (dispose) the Pagination
173
174
  * @param {Boolean} shouldDisposePaginationService - when disposing the Pagination, do we also want to dispose of the Pagination Service? (defaults to True)
174
175
  */
175
- private renderPagination;
176
+ protected renderPagination(showPagination?: boolean): void;
176
177
  /** Load the Editor Collection asynchronously and replace the "collection" property when Promise resolves */
177
- private loadEditorCollectionAsync;
178
+ protected loadEditorCollectionAsync(column: Column): void;
178
179
  /** Load any possible Columns Grid Presets */
179
- private loadColumnPresetsWhenDatasetInitialized;
180
+ protected loadColumnPresetsWhenDatasetInitialized(): void;
180
181
  /** Load any possible Filters Grid Presets */
181
- private loadFilterPresetsWhenDatasetInitialized;
182
+ protected loadFilterPresetsWhenDatasetInitialized(): void;
182
183
  /**
183
184
  * local grid, check if we need to show the Pagination
184
185
  * if so then also check if there's any presets and finally initialize the PaginationService
185
186
  * a local grid with Pagination presets will potentially have a different total of items, we'll need to get it from the DataView and update our total
186
187
  */
187
- private loadLocalGridPagination;
188
+ protected loadLocalGridPagination(dataset?: any[]): void;
188
189
  /** Load any Row Selections into the DataView that were presets by the user */
189
- private loadRowSelectionPresetWhenExists;
190
+ protected loadRowSelectionPresetWhenExists(): void;
190
191
  /** Pre-Register any Resource that don't require SlickGrid to be instantiated (for example RxJS Resource) */
191
- private preRegisterResources;
192
- private registerResources;
192
+ protected preRegisterResources(): void;
193
+ protected registerResources(): void;
193
194
  /** Register the RxJS Resource in all necessary services which uses */
194
- private registerRxJsResource;
195
+ protected registerRxJsResource(resource: RxJsFacade): void;
195
196
  /**
196
197
  * Takes a flat dataset with parent/child relationship, sort it (via its tree structure) and return the sorted flat array
197
198
  * @returns {Array<Object>} sort flat parent/child dataset
198
199
  */
199
- private sortTreeDataset;
200
+ protected sortTreeDataset<T>(flatDatasetInput: T[], forceGridRefresh?: boolean): T[];
200
201
  /**
201
202
  * For convenience to the user, we provide the property "editor" as an Slickgrid-Universal editor complex object
202
203
  * however "editor" is used internally by SlickGrid for it's own Editor Factory
203
204
  * so in our lib we will swap "editor" and copy it into a new property called "internalColumnEditor"
204
205
  * then take back "editor.model" and make it the new "editor" so that SlickGrid Editor Factory still works
205
206
  */
206
- private swapInternalEditorToSlickGridFactoryEditor;
207
+ protected swapInternalEditorToSlickGridFactoryEditor(columnDefinitions: Column[]): {
208
+ editor: any;
209
+ internalColumnEditor: {
210
+ alwaysSaveOnEnterKey?: boolean | undefined;
211
+ ariaLabel?: string | undefined;
212
+ callbacks?: any;
213
+ collectionAsync?: Promise<any> | Observable<any> | undefined;
214
+ collection?: any[] | undefined;
215
+ collectionFilterBy?: import("@slickgrid-universal/common").CollectionFilterBy | import("@slickgrid-universal/common").CollectionFilterBy[] | undefined;
216
+ collectionOptions?: import("@slickgrid-universal/common").CollectionOption | undefined;
217
+ collectionOverride?: ((collectionInput: any[], args: import("@slickgrid-universal/common").CollectionOverrideArgs) => any[]) | undefined;
218
+ collectionSortBy?: import("@slickgrid-universal/common").CollectionSortBy | import("@slickgrid-universal/common").CollectionSortBy[] | undefined;
219
+ complexObjectPath?: string | undefined;
220
+ compositeEditorFormOrder?: number | undefined;
221
+ customStructure?: import("@slickgrid-universal/common").CollectionCustomStructure | undefined;
222
+ decimal?: number | undefined;
223
+ disabled?: boolean | undefined;
224
+ editorOptions?: any;
225
+ enableRenderHtml?: boolean | undefined;
226
+ enableTranslateLabel?: boolean | undefined;
227
+ errorMessage?: string | undefined;
228
+ massUpdate?: boolean | undefined;
229
+ maxLength?: number | undefined;
230
+ maxValue?: string | number | undefined;
231
+ minLength?: number | undefined;
232
+ minValue?: string | number | undefined;
233
+ model?: any;
234
+ placeholder?: string | undefined;
235
+ operatorConditionalType?: "inclusive" | "exclusive" | undefined;
236
+ queryField?: string | undefined;
237
+ required?: boolean | undefined;
238
+ serializeComplexValueFormat?: "object" | "flat" | undefined;
239
+ title?: string | undefined;
240
+ type?: "string" | "number" | "boolean" | "object" | "text" | "unknown" | "integer" | "float" | "date" | "dateIso" | "dateUtc" | "dateTime" | "dateTimeIso" | "dateTimeIsoAmPm" | "dateTimeIsoAM_PM" | "dateTimeShortIso" | "dateEuro" | "dateEuroShort" | "dateTimeShortEuro" | "dateTimeEuro" | "dateTimeEuroAmPm" | "dateTimeEuroAM_PM" | "dateTimeEuroShort" | "dateTimeEuroShortAmPm" | "dateTimeEuroShortAM_PM" | "dateUs" | "dateUsShort" | "dateTimeShortUs" | "dateTimeUs" | "dateTimeUsAmPm" | "dateTimeUsAM_PM" | "dateTimeUsShort" | "dateTimeUsShortAmPm" | "dateTimeUsShortAM_PM" | "password" | "readonly" | undefined;
241
+ validator?: import("@slickgrid-universal/common").EditorValidator | undefined;
242
+ valueStep?: string | number | undefined;
243
+ params?: any;
244
+ };
245
+ alwaysRenderColumn?: boolean | undefined;
246
+ asyncPostRender?: ((domCellNode: any, row: number, dataContext: any, columnDef: Column<any>) => void) | undefined;
247
+ behavior?: string | undefined;
248
+ cannotTriggerInsert?: boolean | undefined;
249
+ cellMenu?: import("@slickgrid-universal/common").CellMenu | undefined;
250
+ columnGroup?: string | undefined;
251
+ columnGroupKey?: string | undefined;
252
+ colspan?: number | "*" | undefined;
253
+ cssClass?: string | undefined;
254
+ customTooltip?: import("@slickgrid-universal/common").CustomTooltipOption<any> | undefined;
255
+ dataKey?: string | undefined;
256
+ defaultSortAsc?: boolean | undefined;
257
+ denyPaste?: boolean | undefined;
258
+ disableTooltip?: boolean | undefined;
259
+ excludeFromColumnPicker?: boolean | undefined;
260
+ excludeFromExport?: boolean | undefined;
261
+ excludeFromGridMenu?: boolean | undefined;
262
+ excludeFromQuery?: boolean | undefined;
263
+ excludeFromHeaderMenu?: boolean | undefined;
264
+ exportColumnWidth?: number | undefined;
265
+ exportCustomFormatter?: import("@slickgrid-universal/common").Formatter<any> | undefined;
266
+ exportCustomGroupTotalsFormatter?: import("@slickgrid-universal/common").GroupTotalsFormatter | undefined;
267
+ exportWithFormatter?: boolean | undefined;
268
+ exportCsvForceToKeepAsString?: boolean | undefined;
269
+ field: string;
270
+ fields?: string[] | undefined;
271
+ filter?: import("@slickgrid-universal/common").ColumnFilter | undefined;
272
+ filterable?: boolean | undefined;
273
+ filterSearchType?: "string" | "number" | "boolean" | "object" | "text" | "unknown" | "integer" | "float" | "date" | "dateIso" | "dateUtc" | "dateTime" | "dateTimeIso" | "dateTimeIsoAmPm" | "dateTimeIsoAM_PM" | "dateTimeShortIso" | "dateEuro" | "dateEuroShort" | "dateTimeShortEuro" | "dateTimeEuro" | "dateTimeEuroAmPm" | "dateTimeEuroAM_PM" | "dateTimeEuroShort" | "dateTimeEuroShortAmPm" | "dateTimeEuroShortAM_PM" | "dateUs" | "dateUsShort" | "dateTimeShortUs" | "dateTimeUs" | "dateTimeUsAmPm" | "dateTimeUsAM_PM" | "dateTimeUsShort" | "dateTimeUsShortAmPm" | "dateTimeUsShortAM_PM" | "password" | "readonly" | undefined;
274
+ focusable?: boolean | undefined;
275
+ formatter?: import("@slickgrid-universal/common").Formatter<any> | undefined;
276
+ grouping?: import("@slickgrid-universal/common").Grouping<any> | undefined;
277
+ groupTotalsFormatter?: import("@slickgrid-universal/common").GroupTotalsFormatter | undefined;
278
+ header?: import("@slickgrid-universal/common").HeaderButtonsOrMenu | undefined;
279
+ headerCssClass?: string | undefined;
280
+ id: string | number;
281
+ labelKey?: string | undefined;
282
+ maxWidth?: number | undefined;
283
+ minWidth?: number | undefined;
284
+ originalWidth?: number | undefined;
285
+ name?: string | undefined;
286
+ nameCompositeEditor?: string | undefined;
287
+ nameKey?: string | undefined;
288
+ nameCompositeEditorKey?: string | undefined;
289
+ onBeforeEditCell?: ((e: import("@slickgrid-universal/common").SlickEventData, args: import("@slickgrid-universal/common").OnEventArgs) => void) | undefined;
290
+ onCellChange?: ((e: import("@slickgrid-universal/common").SlickEventData, args: import("@slickgrid-universal/common").OnEventArgs) => void) | undefined;
291
+ onCellClick?: ((e: import("@slickgrid-universal/common").SlickEventData, args: import("@slickgrid-universal/common").OnEventArgs) => void) | undefined;
292
+ outputType?: "string" | "number" | "boolean" | "object" | "text" | "unknown" | "integer" | "float" | "date" | "dateIso" | "dateUtc" | "dateTime" | "dateTimeIso" | "dateTimeIsoAmPm" | "dateTimeIsoAM_PM" | "dateTimeShortIso" | "dateEuro" | "dateEuroShort" | "dateTimeShortEuro" | "dateTimeEuro" | "dateTimeEuroAmPm" | "dateTimeEuroAM_PM" | "dateTimeEuroShort" | "dateTimeEuroShortAmPm" | "dateTimeEuroShortAM_PM" | "dateUs" | "dateUsShort" | "dateTimeShortUs" | "dateTimeUs" | "dateTimeUsAmPm" | "dateTimeUsAM_PM" | "dateTimeUsShort" | "dateTimeUsShortAmPm" | "dateTimeUsShortAM_PM" | "password" | "readonly" | undefined;
293
+ /**
294
+ * Slicker Grid Bundle constructor
295
+ * @param {Object} gridParentContainerElm - div HTML DOM element container
296
+ * @param {Array<Column>} columnDefs - Column Definitions
297
+ * @param {Object} options - Grid Options
298
+ * @param {Array<Object>} dataset - Dataset
299
+ * @param {Array<Object>} hierarchicalDataset - Hierarchical Dataset
300
+ * @param {Object} services - Typically only used for Unit Testing when we want to pass Mocked/Stub Services
301
+ */
302
+ saveOutputType?: "string" | "number" | "boolean" | "object" | "text" | "unknown" | "integer" | "float" | "date" | "dateIso" | "dateUtc" | "dateTime" | "dateTimeIso" | "dateTimeIsoAmPm" | "dateTimeIsoAM_PM" | "dateTimeShortIso" | "dateEuro" | "dateEuroShort" | "dateTimeShortEuro" | "dateTimeEuro" | "dateTimeEuroAmPm" | "dateTimeEuroAM_PM" | "dateTimeEuroShort" | "dateTimeEuroShortAmPm" | "dateTimeEuroShortAM_PM" | "dateUs" | "dateUsShort" | "dateTimeShortUs" | "dateTimeUs" | "dateTimeUsAmPm" | "dateTimeUsAM_PM" | "dateTimeUsShort" | "dateTimeUsShortAmPm" | "dateTimeUsShortAM_PM" | "password" | "readonly" | undefined;
303
+ params?: any;
304
+ previousWidth?: number | undefined;
305
+ queryField?: string | undefined;
306
+ queryFieldNameGetterFn?: ((dataContext: any) => string) | undefined;
307
+ queryFieldFilter?: string | undefined;
308
+ queryFieldSorter?: string | undefined;
309
+ resizable?: boolean | undefined;
310
+ resizeAlwaysRecalculateWidth?: boolean | undefined;
311
+ resizeCalcWidthRatio?: number | undefined;
312
+ resizeCharWidthInPx?: number | undefined;
313
+ resizeMaxWidthThreshold?: number | undefined;
314
+ resizeExtraWidthPadding?: number | undefined;
315
+ rerenderOnResize?: boolean | undefined;
316
+ sanitizeDataExport?: boolean | undefined;
317
+ selectable?: boolean | undefined;
318
+ sortable?: boolean | undefined;
319
+ sortComparer?: import("@slickgrid-universal/common").SortComparer | undefined;
320
+ toolTip?: string | undefined;
321
+ type?: "string" | "number" | "boolean" | "object" | "text" | "unknown" | "integer" | "float" | "date" | "dateIso" | "dateUtc" | "dateTime" | "dateTimeIso" | "dateTimeIsoAmPm" | "dateTimeIsoAM_PM" | "dateTimeShortIso" | "dateEuro" | "dateEuroShort" | "dateTimeShortEuro" | "dateTimeEuro" | "dateTimeEuroAmPm" | "dateTimeEuroAM_PM" | "dateTimeEuroShort" | "dateTimeEuroShortAmPm" | "dateTimeEuroShortAM_PM" | "dateUs" | "dateUsShort" | "dateTimeShortUs" | "dateTimeUs" | "dateTimeUsAmPm" | "dateTimeUsAM_PM" | "dateTimeUsShort" | "dateTimeUsShortAmPm" | "dateTimeUsShortAM_PM" | "password" | "readonly" | undefined;
322
+ unselectable?: boolean | undefined;
323
+ validator?: import("@slickgrid-universal/common").EditorValidator | undefined;
324
+ valueCouldBeUndefined?: boolean | undefined;
325
+ width?: number | undefined;
326
+ }[];
207
327
  /** translate all columns (including hidden columns) */
208
- private translateColumnHeaderTitleKeys;
328
+ protected translateColumnHeaderTitleKeys(): void;
209
329
  /** translate all column groups (including hidden columns) */
210
- private translateColumnGroupKeys;
330
+ protected translateColumnGroupKeys(): void;
211
331
  /**
212
332
  * Update the "internalColumnEditor.collection" property.
213
333
  * Since this is called after the async call resolves, the pointer will not be the same as the "column" argument passed.
214
334
  * Once we found the new pointer, we will reassign the "editor" and "collection" to the "internalColumnEditor" so it has newest collection
215
335
  */
216
- private updateEditorCollection;
336
+ protected updateEditorCollection<T = any>(column: Column<T>, newCollection: T[]): void;
217
337
  }