@dev-tcloud/tcloud-ui 0.0.0 → 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.
- package/esm2020/public_api.mjs +4 -1
- package/esm2020/src/app/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.component.mjs +72 -0
- package/esm2020/src/app/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.module.mjs +24 -0
- package/esm2020/src/app/_modules/tcloud-ui-modal/components/tcloud-ui-modal-body/tcloud-ui-modal-body.component.mjs +5 -5
- package/esm2020/src/app/_modules/tcloud-ui-modal/components/tcloud-ui-modal-footer/tcloud-ui-modal-footer.component.mjs +5 -5
- package/esm2020/src/app/_modules/tcloud-ui-modal/components/tcloud-ui-modal-header/tcloud-ui-modal-header.component.mjs +5 -5
- package/esm2020/src/app/_modules/tcloud-ui-modal/tcloud-ui-modal.component.mjs +5 -5
- package/esm2020/src/app/_modules/tcloud-ui-modal/tcloud-ui-modal.module.mjs +25 -25
- package/esm2020/src/app/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-subtitle/tcloud-ui-tab-subtitle.component.mjs +2 -2
- package/esm2020/src/app/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-title/tcloud-ui-tab-title.component.mjs +2 -2
- package/esm2020/src/app/_modules/tcloud-ui.module.mjs +41 -0
- package/fesm2015/dev-tcloud-tcloud-ui.mjs +564 -440
- package/fesm2015/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/fesm2020/dev-tcloud-tcloud-ui.mjs +564 -440
- package/fesm2020/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/package.json +116 -116
- package/public_api.d.ts +3 -0
- package/src/app/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.component.d.ts +22 -0
- package/src/app/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.module.d.ts +8 -0
- package/src/app/_modules/tcloud-ui-modal/components/tcloud-ui-modal-body/tcloud-ui-modal-body.component.d.ts +3 -3
- package/src/app/_modules/tcloud-ui-modal/components/tcloud-ui-modal-footer/tcloud-ui-modal-footer.component.d.ts +3 -3
- package/src/app/_modules/tcloud-ui-modal/components/tcloud-ui-modal-header/tcloud-ui-modal-header.component.d.ts +3 -3
- package/src/app/_modules/tcloud-ui-modal/tcloud-ui-modal.component.d.ts +3 -3
- package/src/app/_modules/tcloud-ui-modal/tcloud-ui-modal.module.d.ts +4 -4
- package/src/app/_modules/tcloud-ui.module.d.ts +10 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tcloud-ui-line-step-circle.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class TCloudUiLineStepCircleModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiLineStepCircleModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiLineStepCircleModule, [typeof i1.TCloudUiLineStepCircleComponent], [typeof i2.CommonModule], [typeof i1.TCloudUiLineStepCircleComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiLineStepCircleModule>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class TCloudUiModalBodyComponent implements OnInit {
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalBodyComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalBodyComponent, "tcloud-ui-modal-body", never, {}, {}, never, ["*"], false>;
|
|
8
8
|
}
|
|
@@ -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
|
|
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<
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
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
|
|
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<
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
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
|
|
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<
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
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
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
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
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tcloud-ui-modal/tcloud-ui-modal.module";
|
|
3
|
+
import * as i2 from "./tcloud-ui-tab-menu/tcloud-ui-tab-menu.module";
|
|
4
|
+
import * as i3 from "./tcloud-ui-linha-logo/tcloud-ui-linha-logo.module";
|
|
5
|
+
import * as i4 from "./tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.module";
|
|
6
|
+
export declare class TCloudUiModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModule, never>;
|
|
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
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiModule>;
|
|
10
|
+
}
|