@dev-tcloud/tcloud-ui 0.0.1 → 0.0.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.
@@ -4,7 +4,7 @@ import { OnInit, OnDestroy } from '@angular/core';
4
4
  import { IConfirm } from '../../tcloud-ui-modal';
5
5
  import { NgForm } from '@angular/forms';
6
6
  import * as i0 from "@angular/core";
7
- export declare class TcloudUiModalFooterComponent implements OnInit, OnDestroy {
7
+ export declare class TCloudUiModalFooterComponent implements OnInit, OnDestroy {
8
8
  private tcloudModalService;
9
9
  btnCloseText: string;
10
10
  btnCancelText: string;
@@ -21,6 +21,6 @@ export declare class TcloudUiModalFooterComponent implements OnInit, OnDestroy {
21
21
  toCancel(): void;
22
22
  toStateLoading(): void;
23
23
  ngOnDestroy(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<TcloudUiModalFooterComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<TcloudUiModalFooterComponent, "tcloud-ui-modal-footer", never, { "btnCloseText": "btnCloseText"; "btnCancelText": "btnCancelText"; "btnConfirmText": "btnConfirmText"; }, {}, never, never, false>;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalFooterComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalFooterComponent, "tcloud-ui-modal-footer", never, { "btnCloseText": "btnCloseText"; "btnCancelText": "btnCancelText"; "btnConfirmText": "btnConfirmText"; }, {}, never, never, false>;
26
26
  }
@@ -1,10 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class TcloudUiModalHeaderComponent implements OnInit {
3
+ export declare class TCloudUiModalHeaderComponent implements OnInit {
4
4
  mode: 'info' | 'success' | 'danger' | 'warning';
5
5
  title: any | undefined;
6
6
  constructor();
7
7
  ngOnInit(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TcloudUiModalHeaderComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TcloudUiModalHeaderComponent, "tcloud-ui-modal-header", never, { "mode": "mode"; "title": "title"; }, {}, never, ["*"], false>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalHeaderComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalHeaderComponent, "tcloud-ui-modal-header", never, { "mode": "mode"; "title": "title"; }, {}, never, ["*"], false>;
10
10
  }
@@ -3,7 +3,7 @@ import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
3
3
  import { TcloudModalService } from './services/tcloud-modal.service';
4
4
  import { IConfirm } from './tcloud-ui-modal';
5
5
  import * as i0 from "@angular/core";
6
- export declare class TcloudUiModalComponent implements OnInit, OnDestroy {
6
+ export declare class TCloudUiModalComponent implements OnInit, OnDestroy {
7
7
  private tcloudModalService;
8
8
  param_confirm: IConfirm;
9
9
  private _confirm;
@@ -32,6 +32,6 @@ export declare class TcloudUiModalComponent implements OnInit, OnDestroy {
32
32
  checkIsOpen(): void;
33
33
  fixed_body(fixed: 'on' | 'off'): void;
34
34
  ngOnDestroy(): void;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<TcloudUiModalComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<TcloudUiModalComponent, "tcloud-ui-modal", never, { "confirm": "confirm"; "confirmText": "confirmText"; "autoClose": "autoClose"; "title": "title"; "maxWidth": "maxWidth"; "window": "window"; "open": "open"; "loading": "loading"; }, { "openChange": "openChange"; "toConfirm": "toConfirm"; "toCancel": "toCancel"; "toAction": "toAction"; }, never, ["*"], false>;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalComponent, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalComponent, "tcloud-ui-modal", never, { "confirm": "confirm"; "confirmText": "confirmText"; "autoClose": "autoClose"; "title": "title"; "maxWidth": "maxWidth"; "window": "window"; "open": "open"; "loading": "loading"; }, { "openChange": "openChange"; "toConfirm": "toConfirm"; "toCancel": "toCancel"; "toAction": "toAction"; }, never, ["*"], false>;
37
37
  }
@@ -5,8 +5,8 @@ import * as i3 from "./components/tcloud-ui-modal-body/tcloud-ui-modal-body.comp
5
5
  import * as i4 from "./components/tcloud-ui-modal-footer/tcloud-ui-modal-footer.component";
6
6
  import * as i5 from "@angular/common";
7
7
  import * as i6 from "@angular/forms";
8
- export declare class TcloudUiModalModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TcloudUiModalModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<TcloudUiModalModule, [typeof i1.TcloudUiModalComponent, typeof i2.TcloudUiModalHeaderComponent, typeof i3.TcloudUiModalBodyComponent, typeof i4.TcloudUiModalFooterComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule], [typeof i1.TcloudUiModalComponent, typeof i2.TcloudUiModalHeaderComponent, typeof i3.TcloudUiModalBodyComponent, typeof i4.TcloudUiModalFooterComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<TcloudUiModalModule>;
8
+ export declare class TCloudUiModalModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiModalModule, [typeof i1.TCloudUiModalComponent, typeof i2.TCloudUiModalHeaderComponent, typeof i3.TCloudUiModalBodyComponent, typeof i4.TCloudUiModalFooterComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule], [typeof i1.TCloudUiModalComponent, typeof i2.TCloudUiModalHeaderComponent, typeof i3.TCloudUiModalBodyComponent, typeof i4.TCloudUiModalFooterComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiModalModule>;
12
12
  }
@@ -5,6 +5,6 @@ import * as i3 from "./tcloud-ui-linha-logo/tcloud-ui-linha-logo.module";
5
5
  import * as i4 from "./tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.module";
6
6
  export declare class TCloudUiModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiModule, never, never, [typeof i1.TcloudUiModalModule, typeof i2.TCloudUiTabMenuModule, typeof i3.TCloudUiLinhaLogoModule, typeof i4.TCloudUiLineStepCircleModule]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiModule, never, [typeof i1.TCloudUiModalModule, typeof i2.TCloudUiTabMenuModule, typeof i3.TCloudUiLinhaLogoModule, typeof i4.TCloudUiLineStepCircleModule], [typeof i1.TCloudUiModalModule, typeof i2.TCloudUiTabMenuModule, typeof i3.TCloudUiLinhaLogoModule, typeof i4.TCloudUiLineStepCircleModule]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiModule>;
10
10
  }