@dev-tcloud/tcloud-ui 0.0.9 → 0.0.10
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/README.md +2 -1
- package/esm2020/lib/_modules/tcloud-ui-linha-logo/tcloud-ui-linha-logo.component.mjs +2 -4
- package/esm2020/lib/_modules/tcloud-ui-not-found/tcloud-ui-not-found.component.mjs +20 -0
- package/esm2020/lib/_modules/tcloud-ui-not-found/tcloud-ui-not-found.module.mjs +24 -0
- package/esm2020/lib/tcloud-ui.module.mjs +8 -1
- package/esm2020/public-api.mjs +4 -1
- package/fesm2015/dev-tcloud-tcloud-ui.mjs +45 -4
- package/fesm2015/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/fesm2020/dev-tcloud-tcloud-ui.mjs +45 -4
- package/fesm2020/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/lib/_modules/tcloud-ui-not-found/tcloud-ui-not-found.component.d.ts +8 -0
- package/lib/_modules/tcloud-ui-not-found/tcloud-ui-not-found.module.d.ts +8 -0
- package/lib/tcloud-ui.module.d.ts +4 -3
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -2,7 +2,6 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Component, Input, NgModule, Injectable, EventEmitter, Output, ViewChild, forwardRef, Pipe, Directive, HostListener } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/common';
|
|
4
4
|
import { CommonModule, DatePipe } from '@angular/common';
|
|
5
|
-
import { Buffer } from 'buffer';
|
|
6
5
|
import { Subject } from 'rxjs';
|
|
7
6
|
import * as i1$1 from '@angular/router';
|
|
8
7
|
import * as i2 from '@angular/forms';
|
|
@@ -11,7 +10,7 @@ import { trigger, state, style, transition, animate } from '@angular/animations'
|
|
|
11
10
|
|
|
12
11
|
class TCloudUiLinhaLogoComponent {
|
|
13
12
|
constructor() {
|
|
14
|
-
this.server = '
|
|
13
|
+
this.server = 'https://ateleia-email.s3-sa-east-1.amazonaws.com/';
|
|
15
14
|
this.product = '';
|
|
16
15
|
this.logo_name = '';
|
|
17
16
|
this.product_name = '';
|
|
@@ -19,7 +18,6 @@ class TCloudUiLinhaLogoComponent {
|
|
|
19
18
|
this.font_size = '';
|
|
20
19
|
}
|
|
21
20
|
ngOnInit() {
|
|
22
|
-
this.server = Buffer.from(this.server, 'base64').toString('utf8');
|
|
23
21
|
this.logo_name = this.getLogoName();
|
|
24
22
|
this.product_name = this.getProductName();
|
|
25
23
|
this.alt_product_name = (this.product_name).toUpperCase();
|
|
@@ -1964,6 +1962,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1964
1962
|
}]
|
|
1965
1963
|
}] });
|
|
1966
1964
|
|
|
1965
|
+
class TCloudUiNotFoundComponent {
|
|
1966
|
+
constructor() {
|
|
1967
|
+
this.message = 'Nenhum registro encontrado.';
|
|
1968
|
+
this.styleIcon = {};
|
|
1969
|
+
}
|
|
1970
|
+
ngOnInit() {
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
TCloudUiNotFoundComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiNotFoundComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1974
|
+
TCloudUiNotFoundComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiNotFoundComponent, selector: "tcloud-ui-not-found", inputs: { message: "message" }, ngImport: i0, template: "<div class=\"tc-container-empty\">\r\n <div class=\"tc-message-empty-icon\">\r\n <i class=\"fas fa-exclamation-triangle\"></i>\r\n </div>\r\n <div *ngIf=\"message !== ''\" class=\"tc-message-empty\" [innerHTML]=\"message\" ></div>\r\n</div>", styles: [".tc-container-empty{margin:15px;text-align:center;border:1px solid rgba(204,204,204,.4392156863);padding:10px;border-radius:5px;background-color:#fff}.tc-container-empty .tc-message-empty-icon i{font-size:25px;color:#c1c1c1}.tc-container-empty .tc-message-empty{margin:15px;font-size:15px;color:#a49d9d}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiNotFoundComponent, decorators: [{
|
|
1976
|
+
type: Component,
|
|
1977
|
+
args: [{ selector: 'tcloud-ui-not-found', template: "<div class=\"tc-container-empty\">\r\n <div class=\"tc-message-empty-icon\">\r\n <i class=\"fas fa-exclamation-triangle\"></i>\r\n </div>\r\n <div *ngIf=\"message !== ''\" class=\"tc-message-empty\" [innerHTML]=\"message\" ></div>\r\n</div>", styles: [".tc-container-empty{margin:15px;text-align:center;border:1px solid rgba(204,204,204,.4392156863);padding:10px;border-radius:5px;background-color:#fff}.tc-container-empty .tc-message-empty-icon i{font-size:25px;color:#c1c1c1}.tc-container-empty .tc-message-empty{margin:15px;font-size:15px;color:#a49d9d}\n"] }]
|
|
1978
|
+
}], propDecorators: { message: [{
|
|
1979
|
+
type: Input
|
|
1980
|
+
}] } });
|
|
1981
|
+
|
|
1982
|
+
class TCloudUiNotFoundModule {
|
|
1983
|
+
}
|
|
1984
|
+
TCloudUiNotFoundModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiNotFoundModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1985
|
+
TCloudUiNotFoundModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiNotFoundModule, declarations: [TCloudUiNotFoundComponent], imports: [CommonModule], exports: [TCloudUiNotFoundComponent] });
|
|
1986
|
+
TCloudUiNotFoundModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiNotFoundModule, imports: [CommonModule] });
|
|
1987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiNotFoundModule, decorators: [{
|
|
1988
|
+
type: NgModule,
|
|
1989
|
+
args: [{
|
|
1990
|
+
declarations: [
|
|
1991
|
+
TCloudUiNotFoundComponent
|
|
1992
|
+
],
|
|
1993
|
+
imports: [
|
|
1994
|
+
CommonModule,
|
|
1995
|
+
],
|
|
1996
|
+
exports: [
|
|
1997
|
+
TCloudUiNotFoundComponent
|
|
1998
|
+
],
|
|
1999
|
+
}]
|
|
2000
|
+
}] });
|
|
2001
|
+
|
|
1967
2002
|
class TCloudUiTooltipDirective {
|
|
1968
2003
|
constructor(el, renderer) {
|
|
1969
2004
|
this.el = el;
|
|
@@ -2246,6 +2281,7 @@ TCloudUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
2246
2281
|
TCloudUiMultiInputModule,
|
|
2247
2282
|
TCloudUiChoiceIssuesModule,
|
|
2248
2283
|
TCloudUiInputSearchModule,
|
|
2284
|
+
TCloudUiNotFoundModule,
|
|
2249
2285
|
// Directives
|
|
2250
2286
|
TCloudUiDirectiveModule,
|
|
2251
2287
|
// Pipes
|
|
@@ -2258,6 +2294,7 @@ TCloudUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
2258
2294
|
TCloudUiMultiInputModule,
|
|
2259
2295
|
TCloudUiChoiceIssuesModule,
|
|
2260
2296
|
TCloudUiInputSearchModule,
|
|
2297
|
+
TCloudUiNotFoundModule,
|
|
2261
2298
|
// Directives
|
|
2262
2299
|
TCloudUiDirectiveModule,
|
|
2263
2300
|
// Pipes
|
|
@@ -2274,6 +2311,7 @@ TCloudUiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
|
|
|
2274
2311
|
TCloudUiMultiInputModule,
|
|
2275
2312
|
TCloudUiChoiceIssuesModule,
|
|
2276
2313
|
TCloudUiInputSearchModule,
|
|
2314
|
+
TCloudUiNotFoundModule,
|
|
2277
2315
|
// Directives
|
|
2278
2316
|
TCloudUiDirectiveModule,
|
|
2279
2317
|
// Pipes
|
|
@@ -2286,6 +2324,7 @@ TCloudUiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
|
|
|
2286
2324
|
TCloudUiMultiInputModule,
|
|
2287
2325
|
TCloudUiChoiceIssuesModule,
|
|
2288
2326
|
TCloudUiInputSearchModule,
|
|
2327
|
+
TCloudUiNotFoundModule,
|
|
2289
2328
|
// Directives
|
|
2290
2329
|
TCloudUiDirectiveModule,
|
|
2291
2330
|
// Pipes
|
|
@@ -2303,6 +2342,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2303
2342
|
TCloudUiMultiInputModule,
|
|
2304
2343
|
TCloudUiChoiceIssuesModule,
|
|
2305
2344
|
TCloudUiInputSearchModule,
|
|
2345
|
+
TCloudUiNotFoundModule,
|
|
2306
2346
|
// Directives
|
|
2307
2347
|
TCloudUiDirectiveModule,
|
|
2308
2348
|
// Pipes
|
|
@@ -2318,6 +2358,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2318
2358
|
TCloudUiMultiInputModule,
|
|
2319
2359
|
TCloudUiChoiceIssuesModule,
|
|
2320
2360
|
TCloudUiInputSearchModule,
|
|
2361
|
+
TCloudUiNotFoundModule,
|
|
2321
2362
|
// Directives
|
|
2322
2363
|
TCloudUiDirectiveModule,
|
|
2323
2364
|
// Pipes
|
|
@@ -2338,5 +2379,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2338
2379
|
* Generated bundle index. Do not edit.
|
|
2339
2380
|
*/
|
|
2340
2381
|
|
|
2341
|
-
export { CNPJPipe, CPFPipe, CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR$1 as CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, MonthNamePipe, RespectivePipe, StatusInfoPipe, TCloudUiChoiceIssuesComponent, TCloudUiChoiceIssuesModule, TCloudUiDataListComponent, TCloudUiDataListModule, TCloudUiDataListOptionComponent, TCloudUiDirectiveModule, TCloudUiInputSearchComponent, TCloudUiInputSearchModule, TCloudUiLineStepCircleComponent, TCloudUiLineStepCircleModule, TCloudUiLinhaLogoComponent, TCloudUiLinhaLogoModule, TCloudUiLoadingTransitionsService, TCloudUiModalBodyComponent, TCloudUiModalComponent, TCloudUiModalFooterComponent, TCloudUiModalHeaderComponent, TCloudUiModalModule, TCloudUiModule, TCloudUiMultiInputComponent, TCloudUiMultiInputModule, TCloudUiMultiSelectComponent, TCloudUiMultiSelectModule, TCloudUiPipesModule, TCloudUiSearchInObjectService, TCloudUiTabContentComponent, TCloudUiTabHeadComponent, TCloudUiTabMenuComponent, TCloudUiTabMenuModule, TCloudUiTabSubtitleComponent, TCloudUiTabTitleComponent, TCloudUiTooltipDirective };
|
|
2382
|
+
export { CNPJPipe, CPFPipe, CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR$1 as CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, MonthNamePipe, RespectivePipe, StatusInfoPipe, TCloudUiChoiceIssuesComponent, TCloudUiChoiceIssuesModule, TCloudUiDataListComponent, TCloudUiDataListModule, TCloudUiDataListOptionComponent, TCloudUiDirectiveModule, TCloudUiInputSearchComponent, TCloudUiInputSearchModule, TCloudUiLineStepCircleComponent, TCloudUiLineStepCircleModule, TCloudUiLinhaLogoComponent, TCloudUiLinhaLogoModule, TCloudUiLoadingTransitionsService, TCloudUiModalBodyComponent, TCloudUiModalComponent, TCloudUiModalFooterComponent, TCloudUiModalHeaderComponent, TCloudUiModalModule, TCloudUiModule, TCloudUiMultiInputComponent, TCloudUiMultiInputModule, TCloudUiMultiSelectComponent, TCloudUiMultiSelectModule, TCloudUiNotFoundComponent, TCloudUiNotFoundModule, TCloudUiPipesModule, TCloudUiSearchInObjectService, TCloudUiTabContentComponent, TCloudUiTabHeadComponent, TCloudUiTabMenuComponent, TCloudUiTabMenuModule, TCloudUiTabSubtitleComponent, TCloudUiTabTitleComponent, TCloudUiTooltipDirective };
|
|
2342
2383
|
//# sourceMappingURL=dev-tcloud-tcloud-ui.mjs.map
|