@acorex/components 5.0.59 → 5.0.60

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.
@@ -1,8 +1,12 @@
1
+ import { ChangeDetectorRef, ElementRef } from '@angular/core';
1
2
  import { AXBaseComponent } from '../base/mixin';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class AXBreadCrumbsItemComponent extends AXBaseComponent {
4
5
  text: string;
5
- constructor();
6
+ /**
7
+ * @ignore
8
+ */
9
+ constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef);
6
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsItemComponent, never>;
7
11
  static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsItemComponent, "ax-breadcrumbs-item", never, { "text": "text"; }, {}, never, ["ax-prefix,ax-loading,ax-icon", "ax-suffix,ax-loading,ax-icon"]>;
8
12
  }
@@ -1,7 +1,11 @@
1
+ import { ChangeDetectorRef, ElementRef } from '@angular/core';
1
2
  import { AXBaseComponent } from '../base';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class AXBreadCrumbsComponent extends AXBaseComponent {
4
- constructor();
5
+ /**
6
+ * @ignore
7
+ */
8
+ constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef);
5
9
  static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsComponent, never>;
6
10
  static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsComponent, "ax-breadcrumbs", never, {}, {}, never, ["ax-breadcrumbs-item"]>;
7
11
  }
@@ -1,14 +1,14 @@
1
- import { OnInit } from '@angular/core';
1
+ import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
2
2
  import { AXBaseComponent } from '../base';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AXCollapseGroupComponent extends AXBaseComponent implements OnInit {
5
+ private cdr;
5
6
  accordion: boolean;
6
7
  nonCollapsedIndex: number;
7
8
  private _collapses;
8
- constructor();
9
+ constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
9
10
  ngOnInit(): void;
10
11
  ngAfterViewInit(): void;
11
- ngDoCheck(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseGroupComponent, never>;
13
13
  static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseGroupComponent, "ax-collapse-group", never, { "accordion": "accordion"; "nonCollapsedIndex": "nonCollapsedIndex"; }, {}, ["_collapses"], ["ax-collapse"]>;
14
14
  }
@@ -1,14 +1,15 @@
1
- import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
1
+ import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit, TemplateRef } from '@angular/core';
2
2
  import { AXBaseComponent } from '../base';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AXCollapseComponent extends AXBaseComponent implements OnInit {
5
+ private cdr;
6
+ constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
5
7
  isCollapsedChange: EventEmitter<any>;
6
8
  private _isCollapsed;
7
9
  get isCollapsed(): boolean;
8
10
  set isCollapsed(v: boolean);
9
11
  caption: string;
10
12
  headerTemplate: TemplateRef<any>;
11
- constructor();
12
13
  ngOnInit(): void;
13
14
  handleHeaderClick(): void;
14
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseComponent, never>;
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./result.component";
3
3
  import * as i2 from "@angular/common";
4
- export declare class ResultModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<ResultModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<ResultModule, [typeof i1.AXResultComponent], [typeof i2.CommonModule], [typeof i1.AXResultComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<ResultModule>;
4
+ export declare class AXResultModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXResultModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXResultModule, [typeof i1.AXResultComponent], [typeof i2.CommonModule], [typeof i1.AXResultComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXResultModule>;
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "5.0.59",
3
+ "version": "5.0.60",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.2",
6
6
  "@angular/core": "^13.3.2",