ngx-rs-ant 0.13.0 → 0.13.2

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.
@@ -20,6 +20,7 @@ export declare class FormComponent implements OnInit {
20
20
  protected submitForm($event: any): void;
21
21
  validate(): boolean;
22
22
  submit(): void;
23
+ protected readonly window: Window & typeof globalThis;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<FormComponent, never>;
24
25
  static ɵcmp: i0.ɵɵComponentDeclaration<FormComponent, "rs-form", never, { "tenant": "tenant"; "className": "className"; "oid": "oid"; "copyOid": "copyOid"; "template": "template"; }, { "submitCallback": "submitCallback"; }, never, never, false, never>;
25
26
  }
@@ -34,5 +34,5 @@ export declare class ModalComponent implements OnInit, OnDestroy {
34
34
  onMousemove($event: MouseEvent): void;
35
35
  onWindowResize(): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "rs-modal", never, { "title": "title"; "size": "size"; "contentTemplate": "contentTemplate"; "contentTemplateContext": "contentTemplateContext"; "footerTemplate": "footerTemplate"; "footerTemplateContext": "footerTemplateContext"; }, {}, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "rs-modal", never, {}, {}, never, never, false, never>;
38
38
  }
@@ -3,6 +3,6 @@ import * as i1 from "./modal.component";
3
3
  import * as i2 from "@angular/common";
4
4
  export declare class ModalModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.ModalComponent], [typeof i2.CommonModule], [typeof i1.ModalComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.ModalComponent], [typeof i2.CommonModule], never>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>;
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-rs-ant",
3
- "version": "0.13.0",
3
+ "version": "0.13.2",
4
4
  "license": "MIT",
5
5
  "description": "RsAnt components based on Angular and DevExtreme",
6
6
  "exports": {
package/public-api.d.ts CHANGED
@@ -9,6 +9,9 @@ export * from './data-grid/master-detail-template.directive';
9
9
  export * from './data-grid/row-buttons-template.directive';
10
10
  export * from './data-grid/data-grid.module';
11
11
  export * from './data-grid/data-grid.service';
12
+ export * from './drawer/drawer.component';
13
+ export * from './drawer/drawer.module';
14
+ export * from './drawer/drawer.service';
12
15
  export * from './dynamic-params/dynamic-params.component';
13
16
  export * from './dynamic-params/dynamic-params.module';
14
17
  export * from './form/form.component';