angular-slickgrid 4.3.0 → 4.3.1

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 (34) hide show
  1. package/LICENSE +20 -20
  2. package/README.md +181 -181
  3. package/{index.d.ts → angular-slickgrid.d.ts} +0 -0
  4. package/app/modules/angular-slickgrid/components/angular-slickgrid.component.d.ts +1 -1
  5. package/docs/assets/lib/multiple-select/README.md +17 -17
  6. package/esm2020/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +6 -6
  7. package/esm2020/app/modules/angular-slickgrid/constants.mjs +1 -1
  8. package/esm2020/app/modules/angular-slickgrid/extensions/index.mjs +1 -1
  9. package/esm2020/app/modules/angular-slickgrid/extensions/slickRowDetailView.mjs +2 -2
  10. package/esm2020/app/modules/angular-slickgrid/global-grid-options.mjs +1 -1
  11. package/esm2020/app/modules/angular-slickgrid/index.mjs +1 -1
  12. package/esm2020/app/modules/angular-slickgrid/models/angularComponentOutput.interface.mjs +1 -1
  13. package/esm2020/app/modules/angular-slickgrid/models/angularGridInstance.interface.mjs +1 -1
  14. package/esm2020/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.mjs +1 -1
  15. package/esm2020/app/modules/angular-slickgrid/models/gridOption.interface.mjs +1 -1
  16. package/esm2020/app/modules/angular-slickgrid/models/index.mjs +1 -1
  17. package/esm2020/app/modules/angular-slickgrid/models/rowDetailView.interface.mjs +1 -1
  18. package/esm2020/app/modules/angular-slickgrid/models/slickGrid.interface.mjs +1 -1
  19. package/esm2020/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +10 -7
  20. package/esm2020/app/modules/angular-slickgrid/services/angularUtil.service.mjs +4 -4
  21. package/esm2020/app/modules/angular-slickgrid/services/bsDropdown.service.mjs +4 -4
  22. package/esm2020/app/modules/angular-slickgrid/services/container.service.mjs +4 -4
  23. package/esm2020/app/modules/angular-slickgrid/services/index.mjs +1 -1
  24. package/esm2020/app/modules/angular-slickgrid/services/translater.service.mjs +4 -4
  25. package/esm2020/app/modules/angular-slickgrid/services/utilities.mjs +1 -1
  26. package/esm2020/app/modules/angular-slickgrid/slickgrid-config.mjs +1 -1
  27. package/esm2020/public_api.mjs +1 -1
  28. package/fesm2015/angular-slickgrid.mjs +27 -24
  29. package/fesm2015/angular-slickgrid.mjs.map +1 -1
  30. package/fesm2020/angular-slickgrid.mjs +27 -24
  31. package/fesm2020/angular-slickgrid.mjs.map +1 -1
  32. package/i18n/en.json +89 -89
  33. package/i18n/fr.json +90 -90
  34. package/package.json +7 -7
@@ -61,9 +61,9 @@ class AngularUtilService {
61
61
  return componentOutput;
62
62
  }
63
63
  }
64
- AngularUtilService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: AngularUtilService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ApplicationRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
65
- AngularUtilService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: AngularUtilService });
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: AngularUtilService, decorators: [{
64
+ AngularUtilService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AngularUtilService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ApplicationRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
65
+ AngularUtilService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AngularUtilService });
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AngularUtilService, decorators: [{
67
67
  type: Injectable
68
68
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.ApplicationRef }, { type: i0.Injector }]; } });
69
69
 
@@ -161,9 +161,9 @@ class BsDropDownService {
161
161
  });
162
162
  }
163
163
  }
164
- BsDropDownService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: BsDropDownService, deps: [{ token: AngularUtilService }], target: i0.ɵɵFactoryTarget.Injectable });
165
- BsDropDownService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: BsDropDownService });
166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: BsDropDownService, decorators: [{
164
+ BsDropDownService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BsDropDownService, deps: [{ token: AngularUtilService }], target: i0.ɵɵFactoryTarget.Injectable });
165
+ BsDropDownService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BsDropDownService });
166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BsDropDownService, decorators: [{
167
167
  type: Injectable
168
168
  }], ctorParameters: function () { return [{ type: AngularUtilService }]; } });
169
169
 
@@ -188,9 +188,9 @@ class ContainerService {
188
188
  }
189
189
  }
190
190
  }
191
- ContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: ContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
192
- ContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: ContainerService });
193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: ContainerService, decorators: [{
191
+ ContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
192
+ ContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContainerService });
193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ContainerService, decorators: [{
194
194
  type: Injectable
195
195
  }], ctorParameters: function () { return []; } });
196
196
 
@@ -226,9 +226,9 @@ class TranslaterService {
226
226
  return this.translateService?.instant?.(translationKey || ' ');
227
227
  }
228
228
  }
229
- TranslaterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: TranslaterService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
230
- TranslaterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: TranslaterService });
231
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: TranslaterService, decorators: [{
229
+ TranslaterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TranslaterService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
230
+ TranslaterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TranslaterService });
231
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TranslaterService, decorators: [{
232
232
  type: Injectable
233
233
  }], ctorParameters: function () { return [{ type: i1.TranslateService, decorators: [{
234
234
  type: Optional
@@ -500,7 +500,7 @@ class SlickRowDetailView extends SlickRowDetailView$1 {
500
500
  awaitedItemDetail = await castObservableToPromise(this.rxjs, response); // from Angular-http-client
501
501
  }
502
502
  if (!awaitedItemDetail || !awaitedItemDetail.hasOwnProperty(this.datasetIdPropName)) {
503
- throw new Error(`[Angular-Slickgrid] could not process the Row Detail, you must make sure that your "process" callback
503
+ throw new Error(`[Angular-Slickgrid] could not process the Row Detail, you must make sure that your "process" callback
504
504
  (a Promise or an HttpClient call returning an Observable) returns an item object that has an "${this.datasetIdPropName}" property`);
505
505
  }
506
506
  // notify the plugin with the new item details
@@ -1981,21 +1981,21 @@ class AngularSlickgridComponent {
1981
1981
  }
1982
1982
  }
1983
1983
  }
1984
- AngularSlickgridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: AngularSlickgridComponent, deps: [{ token: AngularUtilService }, { token: i0.ApplicationRef }, { token: i0.ChangeDetectorRef }, { token: ContainerService }, { token: i0.ElementRef }, { token: i1.TranslateService, optional: true }, { token: TranslaterService, optional: true }, { token: 'config' }, { token: 'externalService' }], target: i0.ɵɵFactoryTarget.Component });
1985
- AngularSlickgridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: AngularSlickgridComponent, selector: "angular-slickgrid", inputs: { customDataView: "customDataView", gridId: "gridId", gridOptions: "gridOptions", paginationOptions: "paginationOptions", columnDefinitions: "columnDefinitions", dataset: "dataset", datasetHierarchical: "datasetHierarchical" }, providers: [
1984
+ AngularSlickgridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AngularSlickgridComponent, deps: [{ token: AngularUtilService }, { token: i0.ApplicationRef }, { token: i0.ChangeDetectorRef }, { token: ContainerService }, { token: i0.ElementRef }, { token: i1.TranslateService, optional: true }, { token: TranslaterService, optional: true }, { token: 'config' }, { token: 'externalService' }], target: i0.ɵɵFactoryTarget.Component });
1985
+ AngularSlickgridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AngularSlickgridComponent, selector: "angular-slickgrid", inputs: { customDataView: "customDataView", gridId: "gridId", gridOptions: "gridOptions", paginationOptions: "paginationOptions", columnDefinitions: "columnDefinitions", dataset: "dataset", datasetHierarchical: "datasetHierarchical" }, providers: [
1986
1986
  // make everything transient (non-singleton)
1987
1987
  AngularUtilService,
1988
1988
  ApplicationRef,
1989
1989
  TranslaterService,
1990
- ], ngImport: i0, template: "<div id=\"slickGridContainer-{{gridId}}\" class=\"gridPane\">\n <div attr.id='{{gridId}}' class=\"slickgrid-container\" style=\"width: 100%\">\n </div>\n</div>" });
1991
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: AngularSlickgridComponent, decorators: [{
1990
+ ], ngImport: i0, template: "<div id=\"slickGridContainer-{{gridId}}\" class=\"gridPane\">\r\n <div attr.id='{{gridId}}' class=\"slickgrid-container\" style=\"width: 100%\">\r\n </div>\r\n</div>" });
1991
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AngularSlickgridComponent, decorators: [{
1992
1992
  type: Component,
1993
1993
  args: [{ selector: 'angular-slickgrid', providers: [
1994
1994
  // make everything transient (non-singleton)
1995
1995
  AngularUtilService,
1996
1996
  ApplicationRef,
1997
1997
  TranslaterService,
1998
- ], template: "<div id=\"slickGridContainer-{{gridId}}\" class=\"gridPane\">\n <div attr.id='{{gridId}}' class=\"slickgrid-container\" style=\"width: 100%\">\n </div>\n</div>" }]
1998
+ ], template: "<div id=\"slickGridContainer-{{gridId}}\" class=\"gridPane\">\r\n <div attr.id='{{gridId}}' class=\"slickgrid-container\" style=\"width: 100%\">\r\n </div>\r\n</div>" }]
1999
1999
  }], ctorParameters: function () { return [{ type: AngularUtilService }, { type: i0.ApplicationRef }, { type: i0.ChangeDetectorRef }, { type: ContainerService }, { type: i0.ElementRef }, { type: i1.TranslateService, decorators: [{
2000
2000
  type: Optional
2001
2001
  }] }, { type: TranslaterService, decorators: [{
@@ -2036,12 +2036,14 @@ class AngularSlickgridModule {
2036
2036
  };
2037
2037
  }
2038
2038
  }
2039
- AngularSlickgridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: AngularSlickgridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2040
- AngularSlickgridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: AngularSlickgridModule, declarations: [AngularSlickgridComponent], imports: [CommonModule,
2039
+ AngularSlickgridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AngularSlickgridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2040
+ AngularSlickgridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AngularSlickgridModule, declarations: [AngularSlickgridComponent], imports: [CommonModule,
2041
2041
  TranslateModule], exports: [AngularSlickgridComponent] });
2042
- AngularSlickgridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: AngularSlickgridModule, imports: [CommonModule,
2043
- TranslateModule] });
2044
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: AngularSlickgridModule, decorators: [{
2042
+ AngularSlickgridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AngularSlickgridModule, imports: [[
2043
+ CommonModule,
2044
+ TranslateModule
2045
+ ]] });
2046
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AngularSlickgridModule, decorators: [{
2045
2047
  type: NgModule,
2046
2048
  args: [{
2047
2049
  imports: [
@@ -2053,7 +2055,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImpor
2053
2055
  ],
2054
2056
  exports: [
2055
2057
  AngularSlickgridComponent,
2056
- ]
2058
+ ],
2059
+ entryComponents: [AngularSlickgridComponent]
2057
2060
  }]
2058
2061
  }] });
2059
2062