@sebgroup/green-angular 5.3.2 → 5.3.4

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": "@sebgroup/green-angular",
3
- "version": "5.3.2",
3
+ "version": "5.3.4",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=17.3.10",
6
6
  "@angular/common": ">=17.3.12",
@@ -17,7 +17,7 @@
17
17
  "scroll-into-view-if-needed": "^2.2.31"
18
18
  },
19
19
  "dependencies": {
20
- "@sebgroup/green-core": "^1.66.0",
20
+ "@sebgroup/green-core": "^1.68.1",
21
21
  "@sebgroup/chlorophyll": "^3.6.15",
22
22
  "@sebgroup/extract": "^3.0.2",
23
23
  "tslib": "^2.3.1"
@@ -147,18 +147,18 @@
147
147
  "esm": "./esm2022/src/lib/sortable-list/sebgroup-green-angular-src-lib-sortable-list.mjs",
148
148
  "default": "./fesm2022/sebgroup-green-angular-src-lib-sortable-list.mjs"
149
149
  },
150
- "./src/v-angular/account-number": {
151
- "types": "./src/v-angular/account-number/index.d.ts",
152
- "esm2022": "./esm2022/src/v-angular/account-number/sebgroup-green-angular-src-v-angular-account-number.mjs",
153
- "esm": "./esm2022/src/v-angular/account-number/sebgroup-green-angular-src-v-angular-account-number.mjs",
154
- "default": "./fesm2022/sebgroup-green-angular-src-v-angular-account-number.mjs"
155
- },
156
150
  "./src/v-angular/alert": {
157
151
  "types": "./src/v-angular/alert/index.d.ts",
158
152
  "esm2022": "./esm2022/src/v-angular/alert/sebgroup-green-angular-src-v-angular-alert.mjs",
159
153
  "esm": "./esm2022/src/v-angular/alert/sebgroup-green-angular-src-v-angular-alert.mjs",
160
154
  "default": "./fesm2022/sebgroup-green-angular-src-v-angular-alert.mjs"
161
155
  },
156
+ "./src/v-angular/account-number": {
157
+ "types": "./src/v-angular/account-number/index.d.ts",
158
+ "esm2022": "./esm2022/src/v-angular/account-number/sebgroup-green-angular-src-v-angular-account-number.mjs",
159
+ "esm": "./esm2022/src/v-angular/account-number/sebgroup-green-angular-src-v-angular-account-number.mjs",
160
+ "default": "./fesm2022/sebgroup-green-angular-src-v-angular-account-number.mjs"
161
+ },
162
162
  "./src/v-angular/base-control-value-accessor": {
163
163
  "types": "./src/v-angular/base-control-value-accessor/index.d.ts",
164
164
  "esm2022": "./esm2022/src/v-angular/base-control-value-accessor/sebgroup-green-angular-src-v-angular-base-control-value-accessor.mjs",
@@ -1,5 +1,5 @@
1
- import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
2
1
  import '@sebgroup/green-core/components/icon/icons/dot-grid-one-horizontal.js';
2
+ import { AfterViewInit, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class NggvFoldOutComponent implements OnDestroy, AfterViewInit {
5
5
  /** Special property used for selecting DOM elements during automated UI testing. */
@@ -12,6 +12,8 @@ export declare class NggvFoldOutComponent implements OnDestroy, AfterViewInit {
12
12
  text?: string;
13
13
  /** Aria label for the fold-out button */
14
14
  ariaLabel?: string;
15
+ /** Emits when the children container collapses, for components with change detection strategy "OnPush" */
16
+ actionEmitter: EventEmitter<void>;
15
17
  /** @internal */
16
18
  protected shown: boolean;
17
19
  private activeIndex;
@@ -43,5 +45,5 @@ export declare class NggvFoldOutComponent implements OnDestroy, AfterViewInit {
43
45
  private takeAction;
44
46
  private resetChildren;
45
47
  static ɵfac: i0.ɵɵFactoryDeclaration<NggvFoldOutComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<NggvFoldOutComponent, "nggv-fold-out", never, { "thook": { "alias": "thook"; "required": false; }; "alignOptions": { "alias": "alignOptions"; "required": false; }; "text": { "alias": "text"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<NggvFoldOutComponent, "nggv-fold-out", never, { "thook": { "alias": "thook"; "required": false; }; "alignOptions": { "alias": "alignOptions"; "required": false; }; "text": { "alias": "text"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "actionEmitter": "actionEmitter"; }, never, ["*"], false, never>;
47
49
  }
@@ -1,5 +1,5 @@
1
- import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
2
1
  import '@sebgroup/green-core/components/icon/icons/dot-grid-one-horizontal.js';
2
+ import { AfterViewInit, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class NggvFoldOutComponent implements OnDestroy, AfterViewInit {
5
5
  /** Special property used for selecting DOM elements during automated UI testing. */
@@ -12,6 +12,8 @@ export declare class NggvFoldOutComponent implements OnDestroy, AfterViewInit {
12
12
  text?: string;
13
13
  /** Aria label for the fold-out button */
14
14
  ariaLabel?: string;
15
+ /** Emits when the children container collapses, for components with change detection strategy "OnPush" */
16
+ actionEmitter: EventEmitter<void>;
15
17
  /** @internal */
16
18
  protected shown: boolean;
17
19
  private activeIndex;
@@ -43,5 +45,5 @@ export declare class NggvFoldOutComponent implements OnDestroy, AfterViewInit {
43
45
  private takeAction;
44
46
  private resetChildren;
45
47
  static ɵfac: i0.ɵɵFactoryDeclaration<NggvFoldOutComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<NggvFoldOutComponent, "nggv-fold-out", never, { "thook": { "alias": "thook"; "required": false; }; "alignOptions": { "alias": "alignOptions"; "required": false; }; "text": { "alias": "text"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["*"], false, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<NggvFoldOutComponent, "nggv-fold-out", never, { "thook": { "alias": "thook"; "required": false; }; "alignOptions": { "alias": "alignOptions"; "required": false; }; "text": { "alias": "text"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "actionEmitter": "actionEmitter"; }, never, ["*"], false, never>;
47
49
  }