@natec/mef-dev-ui-kit 1.1.1 → 1.1.111

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,4 +1,4 @@
1
- import { ElementRef, TemplateRef } from '@angular/core';
1
+ import { ElementRef, EventEmitter, TemplateRef } from '@angular/core';
2
2
  import { CollapseSetComponent } from '../collapse-set/collapse-set.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CollapseComponent {
@@ -12,8 +12,9 @@ export declare class CollapseComponent {
12
12
  get Disabled(): boolean;
13
13
  set Active(value: boolean);
14
14
  get Active(): boolean;
15
+ stateChange: EventEmitter<boolean>;
15
16
  clickHeader($event: MouseEvent): void;
16
17
  constructor(_collapseSet: CollapseSetComponent, _elementRef: ElementRef);
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapseComponent, [{ host: true; }, null]>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<CollapseComponent, "mefdev-collapse", never, { "Disabled": "Disabled"; "Active": "Active"; }, {}, ["CardTitle"], ["*"]>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollapseComponent, "mefdev-collapse", never, { "Disabled": "Disabled"; "Active": "Active"; }, { "stateChange": "stateChange"; }, ["CardTitle"], ["*"]>;
19
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natec/mef-dev-ui-kit",
3
- "version": "1.1.1",
3
+ "version": "1.1.111",
4
4
  "description": "MEF.DEV UI Kit Library",
5
5
  "author": {
6
6
  "name": "NATEC"
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@angular/cdk": "^13.3.9",
41
- "ngx-bootstrap": "^5.6.2",
41
+ "ngx-bootstrap": "^8.0.0",
42
42
  "ngx-ui-loader": "^13.0.0",
43
43
  "tslib": "^2.3.0"
44
44
  },