@bryntum/grid-angular-thin 7.2.4 → 7.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 (43) hide show
  1. package/README.md +5 -5
  2. package/bundles/bryntum-grid-angular-thin.umd.js +773 -230
  3. package/bundles/bryntum-grid-angular-thin.umd.js.map +1 -1
  4. package/esm2015/lib/bryntum-a-i-filter-field.component.js +66 -14
  5. package/esm2015/lib/bryntum-checklist-filter-combo.component.js +66 -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 +66 -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 +750 -207
  17. package/fesm2015/bryntum-grid-angular-thin.js.map +1 -1
  18. package/lib/bryntum-a-i-filter-field.component.d.ts +97 -133
  19. package/lib/bryntum-checklist-filter-combo.component.d.ts +116 -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 +117 -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 +159 -142
  32. package/src/lib/bryntum-checklist-filter-combo.component.ts +179 -176
  33. package/src/lib/bryntum-grid-base.component.ts +300 -344
  34. package/src/lib/bryntum-grid-chart-designer.component.ts +127 -113
  35. package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +154 -154
  36. package/src/lib/bryntum-grid-field-filter-picker.component.ts +153 -154
  37. package/src/lib/bryntum-grid.component.ts +300 -344
  38. package/src/lib/bryntum-group-bar.component.ts +134 -124
  39. package/src/lib/bryntum-theme-combo.component.ts +127 -0
  40. package/src/lib/bryntum-tree-combo.component.ts +179 -177
  41. package/src/lib/bryntum-tree-grid.component.ts +300 -344
  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.1",
4
4
  "description": "Angular IVY wrappers for Bryntum Grid JavaScript component",
5
5
  "keywords": [
6
6
  "bryntum",