@one-paragon/angular-utilities 0.3.7-beta.2 → 0.3.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-paragon/angular-utilities",
3
- "version": "0.3.7-beta.2",
3
+ "version": "0.3.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.3",
6
6
  "@angular/core": "^17.0.3",
@@ -9,4 +9,4 @@ import { GenFilterDisplayerComponent } from "../table-container-filter/gen-filte
9
9
  import { GenColDisplayerComponent } from "../gen-col-displayer/gen-col-displayer.component";
10
10
  import { SortMenuComponent } from "../sort-menu/sort-menu.component";
11
11
  import { ClickEmitterDirective, DialogDirective, StopPropagationDirective } from "../../../utilities";
12
- export declare const containerImports: (typeof AsyncPipe | typeof NgTemplateOutlet | typeof LetDirective | typeof MultiSortDirective | typeof GroupByListComponent | typeof FilterChipsComponent | typeof GenFilterDisplayerComponent | typeof GenColDisplayerComponent | typeof SortMenuComponent | typeof GenericTableComponent | typeof StopPropagationDirective | typeof ClickEmitterDirective | typeof DialogDirective | typeof MatButtonModule)[];
12
+ export declare const containerImports: (typeof MatButtonModule | typeof NgTemplateOutlet | typeof AsyncPipe | typeof MultiSortDirective | typeof StopPropagationDirective | typeof ClickEmitterDirective | typeof DialogDirective | typeof GenColDisplayerComponent | typeof GenFilterDisplayerComponent | typeof LetDirective | typeof FilterChipsComponent | typeof GenericTableComponent | typeof GroupByListComponent | typeof SortMenuComponent)[];