@bryntum/grid-angular-thin 7.2.4 → 7.3.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 (43) hide show
  1. package/README.md +4 -4
  2. package/bundles/bryntum-grid-angular-thin.umd.js +761 -230
  3. package/bundles/bryntum-grid-angular-thin.umd.js.map +1 -1
  4. package/esm2015/lib/bryntum-a-i-filter-field.component.js +62 -14
  5. package/esm2015/lib/bryntum-checklist-filter-combo.component.js +62 -14
  6. package/esm2015/lib/bryntum-grid-base.component.js +78 -35
  7. package/esm2015/lib/bryntum-grid-chart-designer.component.js +61 -12
  8. package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +65 -21
  9. package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +65 -21
  10. package/esm2015/lib/bryntum-grid.component.js +78 -35
  11. package/esm2015/lib/bryntum-group-bar.component.js +61 -12
  12. package/esm2015/lib/bryntum-tree-combo.component.js +62 -14
  13. package/esm2015/lib/bryntum-tree-grid.component.js +78 -35
  14. package/esm2015/lib/grid.module.js +5 -4
  15. package/esm2015/lib/shadowdom.helper.js +82 -0
  16. package/fesm2015/bryntum-grid-angular-thin.js +738 -207
  17. package/fesm2015/bryntum-grid-angular-thin.js.map +1 -1
  18. package/lib/bryntum-a-i-filter-field.component.d.ts +87 -133
  19. package/lib/bryntum-checklist-filter-combo.component.d.ts +106 -166
  20. package/lib/bryntum-grid-base.component.d.ts +238 -303
  21. package/lib/bryntum-grid-chart-designer.component.d.ts +71 -108
  22. package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +93 -143
  23. package/lib/bryntum-grid-field-filter-picker.component.d.ts +94 -145
  24. package/lib/bryntum-grid.component.d.ts +238 -303
  25. package/lib/bryntum-group-bar.component.d.ts +77 -118
  26. package/lib/bryntum-tree-combo.component.d.ts +107 -168
  27. package/lib/bryntum-tree-grid.component.d.ts +238 -303
  28. package/lib/grid.module.d.ts +2 -1
  29. package/lib/shadowdom.helper.d.ts +3 -0
  30. package/package.json +1 -1
  31. package/src/lib/bryntum-a-i-filter-field.component.ts +146 -141
  32. package/src/lib/bryntum-checklist-filter-combo.component.ts +166 -175
  33. package/src/lib/bryntum-grid-base.component.ts +275 -319
  34. package/src/lib/bryntum-grid-chart-designer.component.ts +126 -112
  35. package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +152 -152
  36. package/src/lib/bryntum-grid-field-filter-picker.component.ts +152 -153
  37. package/src/lib/bryntum-grid.component.ts +275 -319
  38. package/src/lib/bryntum-group-bar.component.ts +132 -122
  39. package/src/lib/bryntum-theme-combo.component.ts +128 -0
  40. package/src/lib/bryntum-tree-combo.component.ts +166 -176
  41. package/src/lib/bryntum-tree-grid.component.ts +275 -319
  42. package/src/lib/grid.module.ts +2 -1
  43. package/src/lib/shadowdom.helper.ts +91 -0
@@ -9,8 +9,9 @@ import * as i7 from "./bryntum-grid-field-filter-picker-group.component";
9
9
  import * as i8 from "./bryntum-group-bar.component";
10
10
  import * as i9 from "./bryntum-tree-combo.component";
11
11
  import * as i10 from "./bryntum-tree-grid.component";
12
+ import * as i11 from "@angular/common";
12
13
  export declare class BryntumGridModule {
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BryntumGridModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<BryntumGridModule, [typeof i1.BryntumAIFilterFieldComponent, typeof i2.BryntumChecklistFilterComboComponent, typeof i3.BryntumGridComponent, typeof i4.BryntumGridBaseComponent, typeof i5.BryntumGridChartDesignerComponent, typeof i6.BryntumGridFieldFilterPickerComponent, typeof i7.BryntumGridFieldFilterPickerGroupComponent, typeof i8.BryntumGroupBarComponent, typeof i9.BryntumTreeComboComponent, typeof i10.BryntumTreeGridComponent], never, [typeof i1.BryntumAIFilterFieldComponent, typeof i2.BryntumChecklistFilterComboComponent, typeof i3.BryntumGridComponent, typeof i4.BryntumGridBaseComponent, typeof i5.BryntumGridChartDesignerComponent, typeof i6.BryntumGridFieldFilterPickerComponent, typeof i7.BryntumGridFieldFilterPickerGroupComponent, typeof i8.BryntumGroupBarComponent, typeof i9.BryntumTreeComboComponent, typeof i10.BryntumTreeGridComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BryntumGridModule, [typeof i1.BryntumAIFilterFieldComponent, typeof i2.BryntumChecklistFilterComboComponent, typeof i3.BryntumGridComponent, typeof i4.BryntumGridBaseComponent, typeof i5.BryntumGridChartDesignerComponent, typeof i6.BryntumGridFieldFilterPickerComponent, typeof i7.BryntumGridFieldFilterPickerGroupComponent, typeof i8.BryntumGroupBarComponent, typeof i9.BryntumTreeComboComponent, typeof i10.BryntumTreeGridComponent], [typeof i11.CommonModule], [typeof i1.BryntumAIFilterFieldComponent, typeof i2.BryntumChecklistFilterComboComponent, typeof i3.BryntumGridComponent, typeof i4.BryntumGridBaseComponent, typeof i5.BryntumGridChartDesignerComponent, typeof i6.BryntumGridFieldFilterPickerComponent, typeof i7.BryntumGridFieldFilterPickerGroupComponent, typeof i8.BryntumGroupBarComponent, typeof i9.BryntumTreeComboComponent, typeof i10.BryntumTreeGridComponent]>;
15
16
  static ɵinj: i0.ɵɵInjectorDeclaration<BryntumGridModule>;
16
17
  }
@@ -0,0 +1,3 @@
1
+ export declare function registerShadowRoot(shadowRoot: ShadowRoot): void;
2
+ export declare function unregisterShadowRoot(shadowRoot: ShadowRoot): void;
3
+ export declare function initThemeInShadowRoots(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bryntum/grid-angular-thin",
3
- "version": "7.2.4",
3
+ "version": "7.3.0",
4
4
  "description": "Angular IVY wrappers for Bryntum Grid JavaScript component",
5
5
  "keywords": [
6
6
  "bryntum",