@edm-sdui/sdui 1.0.16 → 1.0.17

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.
@@ -0,0 +1,15 @@
1
+ import { EventEmitter } from "@angular/core";
2
+ import { DomSanitizer, SafeResourceUrl } from "@angular/platform-browser";
3
+ import * as i0 from "@angular/core";
4
+ export declare class ModalComponent {
5
+ private sanitizer;
6
+ url: string;
7
+ title: string;
8
+ closed: EventEmitter<void>;
9
+ constructor(sanitizer: DomSanitizer);
10
+ get safeUrl(): SafeResourceUrl;
11
+ close(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "edm-modal", never, { "url": { "alias": "url"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, { "closed": "closed"; }, never, never, true, never>;
14
+ }
15
+ //# sourceMappingURL=modal.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/modal/modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;;AAE1E,qBAMa,cAAc;IAKb,OAAO,CAAC,SAAS;IAJpB,GAAG,EAAG,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAM;IAClB,MAAM,qBAA4B;gBAExB,SAAS,EAAE,YAAY;IAE3C,IAAI,OAAO,IAAI,eAAe,CAE7B;IAED,KAAK;yCAXM,cAAc;2CAAd,cAAc;CAc1B"}
@@ -0,0 +1,12 @@
1
+ import { ApplicationRef, ComponentFactoryResolver, Injector } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export declare class ModalService {
4
+ private injector;
5
+ private appRef;
6
+ private cfr;
7
+ constructor(injector: Injector, appRef: ApplicationRef, cfr: ComponentFactoryResolver);
8
+ open(url: string, title?: string): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
11
+ }
12
+ //# sourceMappingURL=modal.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal.service.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/services/modal.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,wBAAwB,EAA+B,QAAQ,EAAoB,MAAM,eAAe,CAAC;;AAGlI,qBACa,YAAY;IAErB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,GAAG;gBAFH,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,cAAc,EACtB,GAAG,EAAE,wBAAwB;IAGvC,IAAI,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,GAAE,MAAW;yCAPzB,YAAY;6CAAZ,YAAY;CAsBxB"}
@@ -1,11 +1,13 @@
1
1
  import { Router } from '@angular/router';
2
2
  import { UIAction } from '../uitheme/models/uiaction';
3
3
  import { UIActionHandlersService } from './ui-action-handlers.service';
4
+ import { ModalService } from './modal.service';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class UIActionService {
6
7
  private router;
7
8
  private actionHandlers;
8
- constructor(router: Router, actionHandlers: UIActionHandlersService);
9
+ private modalService;
10
+ constructor(router: Router, actionHandlers: UIActionHandlersService, modalService: ModalService);
9
11
  execute(action: UIAction): void;
10
12
  private handleCustomNavigation;
11
13
  static ɵfac: i0.ɵɵFactoryDeclaration<UIActionService, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ui-action.service.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/services/ui-action.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAGtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;;AAEvE,qBACa,eAAe;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;gBADd,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,uBAAuB;IAI3D,OAAO,CAAC,MAAM,EAAE,QAAQ,GAAG,IAAI;IAyC/B,OAAO,CAAC,sBAAsB;yCA/CnB,eAAe;6CAAf,eAAe;CA+H3B"}
1
+ {"version":3,"file":"ui-action.service.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/services/ui-action.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAGtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAE/C,qBACa,eAAe;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,YAAY;gBAFZ,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,uBAAuB,EACvC,YAAY,EAAE,YAAY;IAI9C,OAAO,CAAC,MAAM,EAAE,QAAQ,GAAG,IAAI;IA8C/B,OAAO,CAAC,sBAAsB;yCArDnB,eAAe;6CAAf,eAAe;CAqI3B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edm-sdui/sdui",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"