angular-slickgrid 3.3.2 → 4.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/README.md +180 -188
  2. package/angular-slickgrid.d.ts +1 -3
  3. package/app/modules/angular-slickgrid/components/angular-slickgrid.component.d.ts +9 -6
  4. package/app/modules/angular-slickgrid/extensions/index.d.ts +1 -1
  5. package/app/modules/angular-slickgrid/extensions/{rowDetailViewExtension.d.ts → slickRowDetailView.d.ts} +40 -27
  6. package/app/modules/angular-slickgrid/index.d.ts +1 -1
  7. package/app/modules/angular-slickgrid/models/angularGridInstance.interface.d.ts +1 -1
  8. package/app/modules/angular-slickgrid/modules/angular-slickgrid.module.d.ts +7 -0
  9. package/app/modules/angular-slickgrid/services/angularUtil.service.d.ts +3 -0
  10. package/app/modules/angular-slickgrid/services/bsDropdown.service.d.ts +3 -0
  11. package/app/modules/angular-slickgrid/services/container.service.d.ts +3 -0
  12. package/app/modules/angular-slickgrid/services/translater.service.d.ts +3 -0
  13. package/docs/assets/lib/multiple-select/README.md +17 -0
  14. package/esm2020/angular-slickgrid.mjs +5 -0
  15. package/esm2020/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +1168 -0
  16. package/{esm2015/app/modules/angular-slickgrid/constants.js → esm2020/app/modules/angular-slickgrid/constants.mjs} +0 -0
  17. package/{esm2015/app/modules/angular-slickgrid/extensions/index.js → esm2020/app/modules/angular-slickgrid/extensions/index.mjs} +2 -2
  18. package/esm2020/app/modules/angular-slickgrid/extensions/slickRowDetailView.mjs +300 -0
  19. package/esm2020/app/modules/angular-slickgrid/global-grid-options.mjs +243 -0
  20. package/{esm2015/app/modules/angular-slickgrid/index.js → esm2020/app/modules/angular-slickgrid/index.mjs} +2 -2
  21. package/{esm2015/app/modules/angular-slickgrid/models/angularComponentOutput.interface.js → esm2020/app/modules/angular-slickgrid/models/angularComponentOutput.interface.mjs} +0 -0
  22. package/esm2020/app/modules/angular-slickgrid/models/angularGridInstance.interface.mjs +2 -0
  23. package/{esm2015/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.js → esm2020/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.mjs} +0 -0
  24. package/{esm2015/app/modules/angular-slickgrid/models/gridOption.interface.js → esm2020/app/modules/angular-slickgrid/models/gridOption.interface.mjs} +0 -0
  25. package/{esm2015/app/modules/angular-slickgrid/models/index.js → esm2020/app/modules/angular-slickgrid/models/index.mjs} +0 -0
  26. package/{esm2015/app/modules/angular-slickgrid/models/rowDetailView.interface.js → esm2020/app/modules/angular-slickgrid/models/rowDetailView.interface.mjs} +0 -0
  27. package/{esm2015/app/modules/angular-slickgrid/models/slickGrid.interface.js → esm2020/app/modules/angular-slickgrid/models/slickGrid.interface.mjs} +0 -0
  28. package/esm2020/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +46 -0
  29. package/esm2020/app/modules/angular-slickgrid/services/angularUtil.service.mjs +46 -0
  30. package/esm2020/app/modules/angular-slickgrid/services/bsDropdown.service.mjs +103 -0
  31. package/esm2020/app/modules/angular-slickgrid/services/container.service.mjs +26 -0
  32. package/{esm2015/app/modules/angular-slickgrid/services/index.js → esm2020/app/modules/angular-slickgrid/services/index.mjs} +0 -0
  33. package/esm2020/app/modules/angular-slickgrid/services/translater.service.mjs +43 -0
  34. package/{esm2015/app/modules/angular-slickgrid/services/utilities.js → esm2020/app/modules/angular-slickgrid/services/utilities.mjs} +0 -0
  35. package/{esm2015/app/modules/angular-slickgrid/slickgrid-config.js → esm2020/app/modules/angular-slickgrid/slickgrid-config.mjs} +0 -0
  36. package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
  37. package/fesm2015/{angular-slickgrid.js → angular-slickgrid.mjs} +252 -282
  38. package/fesm2015/angular-slickgrid.mjs.map +1 -0
  39. package/fesm2020/angular-slickgrid.mjs +2066 -0
  40. package/fesm2020/angular-slickgrid.mjs.map +1 -0
  41. package/package.json +38 -23
  42. package/angular-slickgrid.metadata.json +0 -1
  43. package/bundles/angular-slickgrid.umd.js +0 -2642
  44. package/bundles/angular-slickgrid.umd.js.map +0 -1
  45. package/esm2015/angular-slickgrid.js +0 -7
  46. package/esm2015/app/modules/angular-slickgrid/components/angular-slickgrid.component.js +0 -1202
  47. package/esm2015/app/modules/angular-slickgrid/extensions/rowDetailViewExtension.js +0 -342
  48. package/esm2015/app/modules/angular-slickgrid/global-grid-options.js +0 -243
  49. package/esm2015/app/modules/angular-slickgrid/models/angularGridInstance.interface.js +0 -2
  50. package/esm2015/app/modules/angular-slickgrid/modules/angular-slickgrid.module.js +0 -37
  51. package/esm2015/app/modules/angular-slickgrid/services/angularUtil.service.js +0 -48
  52. package/esm2015/app/modules/angular-slickgrid/services/bsDropdown.service.js +0 -103
  53. package/esm2015/app/modules/angular-slickgrid/services/container.service.js +0 -24
  54. package/esm2015/app/modules/angular-slickgrid/services/translater.service.js +0 -47
  55. package/fesm2015/angular-slickgrid.js.map +0 -1
@@ -1,5 +1,6 @@
1
1
  import { AngularComponentOutput } from '../models/angularComponentOutput.interface';
2
2
  import { ApplicationRef, ComponentFactoryResolver, Injector } from '@angular/core';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class AngularUtilService {
4
5
  private compFactoryResolver;
5
6
  private appRef;
@@ -7,4 +8,6 @@ export declare class AngularUtilService {
7
8
  constructor(compFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
8
9
  createAngularComponent(component: any): AngularComponentOutput;
9
10
  createAngularComponentAppendToDom(component: any, targetElement?: HTMLElement | Element, clearTargetContent?: boolean): AngularComponentOutput;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<AngularUtilService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<AngularUtilService>;
10
13
  }
@@ -1,4 +1,5 @@
1
1
  import { AngularUtilService } from './angularUtil.service';
2
+ import * as i0 from "@angular/core";
2
3
  interface DropDownServiceParams {
3
4
  /** the custom action formatter component that contains the dropdown */
4
5
  component: any;
@@ -24,5 +25,7 @@ export declare class BsDropDownService {
24
25
  dispose(): void;
25
26
  dropContainerShow(): void;
26
27
  render(dropdownParams: DropDownServiceParams): Promise<unknown>;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsDropDownService, never>;
29
+ static ɵprov: i0.ɵɵInjectableDeclaration<BsDropDownService>;
27
30
  }
28
31
  export {};
@@ -1,7 +1,10 @@
1
1
  import { ContainerInstance, ContainerService as UniversalContainerService } from '@slickgrid-universal/common';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class ContainerService implements UniversalContainerService {
3
4
  dependencies: ContainerInstance[];
4
5
  constructor();
5
6
  get<T = any>(key: string): T | null;
6
7
  registerInstance(key: string, instance: any): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContainerService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<ContainerService>;
7
10
  }
@@ -1,5 +1,6 @@
1
1
  import { TranslateService } from '@ngx-translate/core';
2
2
  import { TranslaterService as UniversalTranslateService } from '@slickgrid-universal/common';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * This is a Translate Service Wrapper for Slickgrid-Universal monorepo lib to work properly,
5
6
  * it must implement Slickgrid-Universal TranslaterService interface to work properly
@@ -24,4 +25,6 @@ export declare class TranslaterService implements UniversalTranslateService {
24
25
  * @return {string} translated value
25
26
  */
26
27
  translate(translationKey: string): string;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<TranslaterService, [{ optional: true; }]>;
29
+ static ɵprov: i0.ɵɵInjectableDeclaration<TranslaterService>;
27
30
  }
@@ -0,0 +1,17 @@
1
+ # Multiple Select
2
+
3
+ Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
4
+
5
+ To get started checkout examples and documentation at http://wenzhixin.net.cn/p/multiple-select
6
+
7
+ ## jsFiddle examples
8
+
9
+ https://github.com/wenzhixin/multiple-select/issues/255
10
+
11
+ ## Changelog
12
+
13
+ [CHANGELOG](https://github.com/wenzhixin/multiple-select/blob/master/CHANGELOG.md)
14
+
15
+ ## LICENSE
16
+
17
+ [The MIT License](https://github.com/wenzhixin/multiple-select/blob/master/LICENSE)
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ndWxhci1zbGlja2dyaWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvYW5ndWxhci1zbGlja2dyaWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWNfYXBpJztcbiJdfQ==