@dev-tcloud/tcloud-ui 2.2.7 → 2.3.1
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 +1 -0
- package/esm2022/lib/_directives/align/align.directive.mjs +4 -1
- package/esm2022/lib/_modules/tcloud-ui-filters/components/range-date/range-date.component.mjs +5 -1
- package/esm2022/lib/_modules/tcloud-ui-label-token/tcloud-ui-label-token.component.mjs +36 -0
- package/esm2022/lib/_modules/tcloud-ui-label-token/tcloud-ui-label-token.module.mjs +31 -0
- package/esm2022/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-head/tcloud-ui-tab-head.component.mjs +6 -3
- package/esm2022/lib/tcloud-ui.module.mjs +8 -1
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/dev-tcloud-tcloud-ui.mjs +78 -3
- package/fesm2022/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/lib/_modules/tcloud-ui-label-token/tcloud-ui-label-token.component.d.ts +14 -0
- package/lib/_modules/tcloud-ui-label-token/tcloud-ui-label-token.module.d.ts +9 -0
- package/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-head/tcloud-ui-tab-head.component.d.ts +2 -1
- package/lib/tcloud-ui.module.d.ts +4 -3
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/scss/tcloud/custom/buttons.scss +103 -59
|
@@ -408,6 +408,7 @@ class TCloudUiTabHeadComponent {
|
|
|
408
408
|
this.ID = '';
|
|
409
409
|
this.background = true;
|
|
410
410
|
this.backgroundColor = 'transparent'; // var(--cinza4)
|
|
411
|
+
this.bottom_line = false;
|
|
411
412
|
}
|
|
412
413
|
ngOnInit() {
|
|
413
414
|
if (this.background) {
|
|
@@ -452,17 +453,19 @@ class TCloudUiTabHeadComponent {
|
|
|
452
453
|
this.scrollSuave(ccs_s, action == 'next' ? wid + ccs_s : ccs_s - wid, 0, ccs);
|
|
453
454
|
}
|
|
454
455
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TCloudUiTabHeadComponent, deps: [{ token: TabMenuService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
455
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TCloudUiTabHeadComponent, selector: "tcloud-ui-tab-head", inputs: { scroll: "scroll", background: "background", backgroundColor: "backgroundColor" }, ngImport: i0, template: "\r\n\r\n<table class=\"tcloud-ui-tab-head area-navigation\">\r\n <tr>\r\n <td *ngIf=\"scroll\">\r\n <button (click)=\"to_scroll('prev')\"> <i class=\"fas fa-chevron-left\"></i> </button>\r\n </td>\r\n\r\n <td>\r\n
|
|
456
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TCloudUiTabHeadComponent, selector: "tcloud-ui-tab-head", inputs: { scroll: "scroll", background: "background", backgroundColor: "backgroundColor", bottom_line: "bottom_line" }, ngImport: i0, template: "\r\n\r\n<table class=\"tcloud-ui-tab-head area-navigation\">\r\n <tr>\r\n <td *ngIf=\"scroll\">\r\n <button (click)=\"to_scroll('prev')\"> <i class=\"fas fa-chevron-left\"></i> </button>\r\n </td>\r\n\r\n <td>\r\n\r\n </td>\r\n\r\n <td *ngIf=\"scroll\">\r\n <button (click)=\"to_scroll('next')\"> <i class=\"fas fa-chevron-right\"></i> </button>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<div\r\n class=\"tc-menu {{ ID }}\"\r\n [attr.style]=\"'background: ' + backgroundColor + ';'\"\r\n [class.tab-full]=\"!scroll\"\r\n [class.tab-subtitle-line-bottom]=\"bottom_line === true\"\r\n [class.tc-menu-line-bottom]=\"bottom_line === true\"\r\n [class.tab-subtitle-default]=\"bottom_line !== true\"\r\n>\r\n\r\n<div class=\"tc-menu {{ ID }}\" [attr.style]=\"'background: ' + backgroundColor + ';'\" [class.tab-full]=\"!scroll\" >\r\n <ng-content></ng-content>\r\n</div>", styles: ["::ng-deep .tab-subtitle-line-bottom .tab-subtitle{border-bottom:4px solid transparent!important;margin:0!important;padding:16px 32px!important;transition:.3s ease-in-out}::ng-deep .tab-subtitle-line-bottom .tab-subtitle:hover{border-bottom:4px solid var(--verde)!important}::ng-deep .tab-subtitle-line-bottom .tab-subtitle-active{border-bottom:4px solid var(--verde)!important}::ng-deep .tab-subtitle-default .tab-subtitle-active{color:var(--verde)!important}.tc-menu-line-bottom{border-radius:0!important;border-bottom:1px solid #BCBCBC}.area-navigation{display:none;width:100%;line-height:0}.area-navigation button{padding:0!important}.area-navigation td{width:100%;height:0;line-height:0}.area-navigation td:first-child{width:10px!important;text-align:left}.area-navigation td:first-child button{color:var(--tc-primary);cursor:pointer;position:relative;top:15px;right:0;border:none;background-color:transparent;font-size:15px;height:30px}.area-navigation td:last-child{width:10px!important;text-align:right}.area-navigation td:last-child button{color:var(--tc-primary);cursor:pointer;position:relative;top:15px;left:0;border:none;background-color:transparent;font-size:15px;height:30px}.tc-menu{display:flex;align-items:center;border-radius:10px;overflow:hidden;margin-bottom:5px;z-index:1;position:relative}@media (max-width: 1440px){.area-navigation{display:block!important;position:relative;top:0;height:2px}.tc-menu{margin-left:15px;margin-right:15px}}.tab-full{margin-left:0!important;margin-right:0!important}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
456
457
|
}
|
|
457
458
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TCloudUiTabHeadComponent, decorators: [{
|
|
458
459
|
type: Component,
|
|
459
|
-
args: [{ selector: 'tcloud-ui-tab-head', template: "\r\n\r\n<table class=\"tcloud-ui-tab-head area-navigation\">\r\n <tr>\r\n <td *ngIf=\"scroll\">\r\n <button (click)=\"to_scroll('prev')\"> <i class=\"fas fa-chevron-left\"></i> </button>\r\n </td>\r\n\r\n <td>\r\n
|
|
460
|
+
args: [{ selector: 'tcloud-ui-tab-head', template: "\r\n\r\n<table class=\"tcloud-ui-tab-head area-navigation\">\r\n <tr>\r\n <td *ngIf=\"scroll\">\r\n <button (click)=\"to_scroll('prev')\"> <i class=\"fas fa-chevron-left\"></i> </button>\r\n </td>\r\n\r\n <td>\r\n\r\n </td>\r\n\r\n <td *ngIf=\"scroll\">\r\n <button (click)=\"to_scroll('next')\"> <i class=\"fas fa-chevron-right\"></i> </button>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<div\r\n class=\"tc-menu {{ ID }}\"\r\n [attr.style]=\"'background: ' + backgroundColor + ';'\"\r\n [class.tab-full]=\"!scroll\"\r\n [class.tab-subtitle-line-bottom]=\"bottom_line === true\"\r\n [class.tc-menu-line-bottom]=\"bottom_line === true\"\r\n [class.tab-subtitle-default]=\"bottom_line !== true\"\r\n>\r\n\r\n<div class=\"tc-menu {{ ID }}\" [attr.style]=\"'background: ' + backgroundColor + ';'\" [class.tab-full]=\"!scroll\" >\r\n <ng-content></ng-content>\r\n</div>", styles: ["::ng-deep .tab-subtitle-line-bottom .tab-subtitle{border-bottom:4px solid transparent!important;margin:0!important;padding:16px 32px!important;transition:.3s ease-in-out}::ng-deep .tab-subtitle-line-bottom .tab-subtitle:hover{border-bottom:4px solid var(--verde)!important}::ng-deep .tab-subtitle-line-bottom .tab-subtitle-active{border-bottom:4px solid var(--verde)!important}::ng-deep .tab-subtitle-default .tab-subtitle-active{color:var(--verde)!important}.tc-menu-line-bottom{border-radius:0!important;border-bottom:1px solid #BCBCBC}.area-navigation{display:none;width:100%;line-height:0}.area-navigation button{padding:0!important}.area-navigation td{width:100%;height:0;line-height:0}.area-navigation td:first-child{width:10px!important;text-align:left}.area-navigation td:first-child button{color:var(--tc-primary);cursor:pointer;position:relative;top:15px;right:0;border:none;background-color:transparent;font-size:15px;height:30px}.area-navigation td:last-child{width:10px!important;text-align:right}.area-navigation td:last-child button{color:var(--tc-primary);cursor:pointer;position:relative;top:15px;left:0;border:none;background-color:transparent;font-size:15px;height:30px}.tc-menu{display:flex;align-items:center;border-radius:10px;overflow:hidden;margin-bottom:5px;z-index:1;position:relative}@media (max-width: 1440px){.area-navigation{display:block!important;position:relative;top:0;height:2px}.tc-menu{margin-left:15px;margin-right:15px}}.tab-full{margin-left:0!important;margin-right:0!important}\n"] }]
|
|
460
461
|
}], ctorParameters: function () { return [{ type: TabMenuService }]; }, propDecorators: { scroll: [{
|
|
461
462
|
type: Input
|
|
462
463
|
}], background: [{
|
|
463
464
|
type: Input
|
|
464
465
|
}], backgroundColor: [{
|
|
465
466
|
type: Input
|
|
467
|
+
}], bottom_line: [{
|
|
468
|
+
type: Input
|
|
466
469
|
}] } });
|
|
467
470
|
|
|
468
471
|
class TCloudUiTabMenuModule {
|
|
@@ -3524,6 +3527,7 @@ class TCloudUiRangeDateComponent {
|
|
|
3524
3527
|
this.options_date_time = [
|
|
3525
3528
|
{ value: '1-last-time', description: 'Última 1 hora' },
|
|
3526
3529
|
{ value: '3-last-time', description: 'Últimas 3 horas' },
|
|
3530
|
+
{ value: '6-last-time', description: 'Últimas 6 horas' },
|
|
3527
3531
|
{ value: '24-last-time', description: 'Últimas 24 horas' },
|
|
3528
3532
|
{ value: '7-days', description: 'Últimos 7 dias' },
|
|
3529
3533
|
{ value: '15-days', description: 'Últimos 15 dias' },
|
|
@@ -3551,6 +3555,9 @@ class TCloudUiRangeDateComponent {
|
|
|
3551
3555
|
if (event === '3-last-time') {
|
|
3552
3556
|
filter_date = new Date(current_date.getTime() - 3 * 60 * 60 * 1000);
|
|
3553
3557
|
}
|
|
3558
|
+
if (event === '6-last-time') {
|
|
3559
|
+
filter_date = new Date(current_date.getTime() - 6 * 60 * 60 * 1000);
|
|
3560
|
+
}
|
|
3554
3561
|
if (event === '24-last-time') {
|
|
3555
3562
|
filter_date = new Date(current_date.getTime() - 24 * 60 * 60 * 1000);
|
|
3556
3563
|
}
|
|
@@ -4512,6 +4519,9 @@ class TCloudUiAlignDirective {
|
|
|
4512
4519
|
if (this._direction === 'end') {
|
|
4513
4520
|
this.renderer.setStyle(el, 'text-align', 'right');
|
|
4514
4521
|
}
|
|
4522
|
+
if (this._direction === 'justify') {
|
|
4523
|
+
this.renderer.setStyle(el, 'text-align', 'justify');
|
|
4524
|
+
}
|
|
4515
4525
|
}
|
|
4516
4526
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TCloudUiAlignDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4517
4527
|
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TCloudUiAlignDirective, selector: "[TCalign]", inputs: { TCalign: "TCalign" }, ngImport: i0 }); }
|
|
@@ -5940,6 +5950,65 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5940
5950
|
}]
|
|
5941
5951
|
}] });
|
|
5942
5952
|
|
|
5953
|
+
class TCloudUiLabelTokenComponent {
|
|
5954
|
+
constructor() {
|
|
5955
|
+
this.copy = false;
|
|
5956
|
+
this.value = '';
|
|
5957
|
+
this.onClick = new EventEmitter();
|
|
5958
|
+
this.show = false;
|
|
5959
|
+
this.isCopy = false;
|
|
5960
|
+
}
|
|
5961
|
+
ngOnInit() {
|
|
5962
|
+
}
|
|
5963
|
+
copyText() {
|
|
5964
|
+
this.isCopy = true;
|
|
5965
|
+
// Copy the text inside the text field
|
|
5966
|
+
navigator.clipboard.writeText(this.value);
|
|
5967
|
+
this.onClick.emit(this.value);
|
|
5968
|
+
setTimeout(() => {
|
|
5969
|
+
this.isCopy = false;
|
|
5970
|
+
}, 3000);
|
|
5971
|
+
}
|
|
5972
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TCloudUiLabelTokenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5973
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TCloudUiLabelTokenComponent, selector: "tcloud-ui-label-token", inputs: { copy: "copy", value: "value" }, outputs: { onClick: "onClick" }, ngImport: i0, template: "<div>\r\n\r\n <div class=\"mb-2 box-area\">\r\n <table>\r\n <tr>\r\n\r\n <td class=\"area-value\">\r\n <div *ngIf=\"show\">{{ value }}</div>\r\n <div class=\"no-show\" *ngIf=\"!show\">#*#*#*#*#*#*#*#*#</div>\r\n </td>\r\n\r\n <td class=\"area-action\">\r\n <div class=\"options-area-actions\">\r\n <button type=\"button\" *ngIf=\"show\" class=\"btn-icon-smart\" (click)=\"show = !show\" ><i class=\"fas fa-eye\"></i></button>\r\n <button type=\"button\" *ngIf=\"!show\" class=\"btn-icon-smart\" (click)=\"show = !show\"><i class=\"fas fa-eye-slash\"></i></button>\r\n\r\n <ng-container *ngIf=\"copy\">\r\n <button type=\"button\" [title]=\"'Copiar texto'\" *ngIf=\"!isCopy\" class=\"btn-icon-smart\" (click)=\"copyText()\" ><i class=\"fas fa-copy\"></i></button>\r\n <button type=\"button\" [title]=\"'Texto copiado'\" *ngIf=\"isCopy\" class=\"btn-icon-smart\"><i class=\"fas fa-check\"></i></button>\r\n </ng-container>\r\n </div>\r\n </td>\r\n\r\n </tr>\r\n </table>\r\n </div>\r\n\r\n </div>", styles: ["table{width:100%}table td.area-value{height:30px;width:100%;padding:6px 10px}table td.area-value div{color:#707070;font-size:18px;line-height:0;padding-left:7px}.box-area{border:1px solid #D5CCC3;border-radius:5px;background-color:#f1f1f1}.btn-icon-smart{color:#d5ccc3;border:none;background-color:#fff;padding:6px;cursor:pointer}.no-show{filter:blur(1.5px);color:#fff;font-size:18px;line-height:0;font-weight:400}.area-action{background:#fff;border-radius:0 5px 5px 0;height:30px}.options-area-actions{width:60px;display:flex;justify-content:center}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
5974
|
+
}
|
|
5975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TCloudUiLabelTokenComponent, decorators: [{
|
|
5976
|
+
type: Component,
|
|
5977
|
+
args: [{ selector: 'tcloud-ui-label-token', template: "<div>\r\n\r\n <div class=\"mb-2 box-area\">\r\n <table>\r\n <tr>\r\n\r\n <td class=\"area-value\">\r\n <div *ngIf=\"show\">{{ value }}</div>\r\n <div class=\"no-show\" *ngIf=\"!show\">#*#*#*#*#*#*#*#*#</div>\r\n </td>\r\n\r\n <td class=\"area-action\">\r\n <div class=\"options-area-actions\">\r\n <button type=\"button\" *ngIf=\"show\" class=\"btn-icon-smart\" (click)=\"show = !show\" ><i class=\"fas fa-eye\"></i></button>\r\n <button type=\"button\" *ngIf=\"!show\" class=\"btn-icon-smart\" (click)=\"show = !show\"><i class=\"fas fa-eye-slash\"></i></button>\r\n\r\n <ng-container *ngIf=\"copy\">\r\n <button type=\"button\" [title]=\"'Copiar texto'\" *ngIf=\"!isCopy\" class=\"btn-icon-smart\" (click)=\"copyText()\" ><i class=\"fas fa-copy\"></i></button>\r\n <button type=\"button\" [title]=\"'Texto copiado'\" *ngIf=\"isCopy\" class=\"btn-icon-smart\"><i class=\"fas fa-check\"></i></button>\r\n </ng-container>\r\n </div>\r\n </td>\r\n\r\n </tr>\r\n </table>\r\n </div>\r\n\r\n </div>", styles: ["table{width:100%}table td.area-value{height:30px;width:100%;padding:6px 10px}table td.area-value div{color:#707070;font-size:18px;line-height:0;padding-left:7px}.box-area{border:1px solid #D5CCC3;border-radius:5px;background-color:#f1f1f1}.btn-icon-smart{color:#d5ccc3;border:none;background-color:#fff;padding:6px;cursor:pointer}.no-show{filter:blur(1.5px);color:#fff;font-size:18px;line-height:0;font-weight:400}.area-action{background:#fff;border-radius:0 5px 5px 0;height:30px}.options-area-actions{width:60px;display:flex;justify-content:center}\n"] }]
|
|
5978
|
+
}], ctorParameters: function () { return []; }, propDecorators: { copy: [{
|
|
5979
|
+
type: Input
|
|
5980
|
+
}], value: [{
|
|
5981
|
+
type: Input
|
|
5982
|
+
}], onClick: [{
|
|
5983
|
+
type: Output
|
|
5984
|
+
}] } });
|
|
5985
|
+
|
|
5986
|
+
class TCloudUiLabelTokenModule {
|
|
5987
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TCloudUiLabelTokenModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
5988
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TCloudUiLabelTokenModule, declarations: [TCloudUiLabelTokenComponent], imports: [CommonModule,
|
|
5989
|
+
FormsModule,
|
|
5990
|
+
ReactiveFormsModule], exports: [TCloudUiLabelTokenComponent] }); }
|
|
5991
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TCloudUiLabelTokenModule, imports: [CommonModule,
|
|
5992
|
+
FormsModule,
|
|
5993
|
+
ReactiveFormsModule] }); }
|
|
5994
|
+
}
|
|
5995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TCloudUiLabelTokenModule, decorators: [{
|
|
5996
|
+
type: NgModule,
|
|
5997
|
+
args: [{
|
|
5998
|
+
declarations: [
|
|
5999
|
+
TCloudUiLabelTokenComponent
|
|
6000
|
+
],
|
|
6001
|
+
imports: [
|
|
6002
|
+
CommonModule,
|
|
6003
|
+
FormsModule,
|
|
6004
|
+
ReactiveFormsModule
|
|
6005
|
+
],
|
|
6006
|
+
exports: [
|
|
6007
|
+
TCloudUiLabelTokenComponent
|
|
6008
|
+
]
|
|
6009
|
+
}]
|
|
6010
|
+
}] });
|
|
6011
|
+
|
|
5943
6012
|
class TCloudUiModule {
|
|
5944
6013
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TCloudUiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
5945
6014
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TCloudUiModule, imports: [TCloudUiModalModule,
|
|
@@ -5965,6 +6034,7 @@ class TCloudUiModule {
|
|
|
5965
6034
|
TCloudUiProgressBarModule,
|
|
5966
6035
|
TCloudUiLoadingModule,
|
|
5967
6036
|
TCloudUiReorderItemsModule,
|
|
6037
|
+
TCloudUiLabelTokenModule,
|
|
5968
6038
|
// Directives
|
|
5969
6039
|
TCloudUiDirectiveModule,
|
|
5970
6040
|
// Pipes
|
|
@@ -5991,6 +6061,7 @@ class TCloudUiModule {
|
|
|
5991
6061
|
TCloudUiProgressBarModule,
|
|
5992
6062
|
TCloudUiLoadingModule,
|
|
5993
6063
|
TCloudUiReorderItemsModule,
|
|
6064
|
+
TCloudUiLabelTokenModule,
|
|
5994
6065
|
// Directives
|
|
5995
6066
|
TCloudUiDirectiveModule,
|
|
5996
6067
|
// Pipes
|
|
@@ -6021,6 +6092,7 @@ class TCloudUiModule {
|
|
|
6021
6092
|
TCloudUiProgressBarModule,
|
|
6022
6093
|
TCloudUiLoadingModule,
|
|
6023
6094
|
TCloudUiReorderItemsModule,
|
|
6095
|
+
TCloudUiLabelTokenModule,
|
|
6024
6096
|
// Directives
|
|
6025
6097
|
TCloudUiDirectiveModule,
|
|
6026
6098
|
// Pipes
|
|
@@ -6047,6 +6119,7 @@ class TCloudUiModule {
|
|
|
6047
6119
|
TCloudUiProgressBarModule,
|
|
6048
6120
|
TCloudUiLoadingModule,
|
|
6049
6121
|
TCloudUiReorderItemsModule,
|
|
6122
|
+
TCloudUiLabelTokenModule,
|
|
6050
6123
|
// Directives
|
|
6051
6124
|
TCloudUiDirectiveModule,
|
|
6052
6125
|
// Pipes
|
|
@@ -6079,6 +6152,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6079
6152
|
TCloudUiProgressBarModule,
|
|
6080
6153
|
TCloudUiLoadingModule,
|
|
6081
6154
|
TCloudUiReorderItemsModule,
|
|
6155
|
+
TCloudUiLabelTokenModule,
|
|
6082
6156
|
// Directives
|
|
6083
6157
|
TCloudUiDirectiveModule,
|
|
6084
6158
|
// Pipes
|
|
@@ -6108,6 +6182,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6108
6182
|
TCloudUiProgressBarModule,
|
|
6109
6183
|
TCloudUiLoadingModule,
|
|
6110
6184
|
TCloudUiReorderItemsModule,
|
|
6185
|
+
TCloudUiLabelTokenModule,
|
|
6111
6186
|
// Directives
|
|
6112
6187
|
TCloudUiDirectiveModule,
|
|
6113
6188
|
// Pipes
|
|
@@ -6128,5 +6203,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6128
6203
|
* Generated bundle index. Do not edit.
|
|
6129
6204
|
*/
|
|
6130
6205
|
|
|
6131
|
-
export { BytesPipe, CNPJPipe, CPFPipe, CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, DateBRPipe, MonthNamePipe, RespectivePipe, StatusInfoPipe, TCCondition, TCFiltersType, TCloudCurrencyDirective, TCloudUiAccordionBodyComponent, TCloudUiAccordionComponent, TCloudUiAccordionModule, TCloudUiAccordionTitleComponent, TCloudUiAlignDirective, TCloudUiChoiceIssuesComponent, TCloudUiChoiceIssuesModule, TCloudUiCubesComponent, TCloudUiDataListComponent, TCloudUiDataListModule, TCloudUiDataListOptionComponent, TCloudUiDatepickerComponent, TCloudUiDatepickerModule, TCloudUiDatepickerTimeComponent, TCloudUiDatepickerTimeModule, TCloudUiDirectiveModule, TCloudUiElCopyDirective, TCloudUiFiltersComponent, TCloudUiFiltersModule, TCloudUiHoverParentDirective, TCloudUiInputPasswordComponent, TCloudUiInputPasswordModule, TCloudUiInputSearchComponent, TCloudUiInputSearchModule, TCloudUiLineStepCircleComponent, TCloudUiLineStepCircleModule, TCloudUiLinhaLogoComponent, TCloudUiLinhaLogoModule, TCloudUiLoadingComponent, TCloudUiLoadingModule, TCloudUiLoadingTransitionsService, TCloudUiModalBodyComponent, TCloudUiModalComponent, TCloudUiModalFooterComponent, TCloudUiModalHeaderComponent, TCloudUiModalModule, TCloudUiModule, TCloudUiMultiInputComponent, TCloudUiMultiInputModule, TCloudUiMultiSelectComponent, TCloudUiMultiSelectModule, TCloudUiMultiplesValuesComponent, TCloudUiMultiplesValuesModule, TCloudUiNotFoundComponent, TCloudUiNotFoundModule, TCloudUiNumberStepComponent, TCloudUiNumberStepModule, TCloudUiPipesModule, TCloudUiProgressBarComponent, TCloudUiProgressBarModule, TCloudUiRangeDateComponent, TCloudUiReorderItemsComponent, TCloudUiReorderItemsModule, TCloudUiScrollBoxComponent, TCloudUiScrollBoxModule, TCloudUiSearchInObjectService, TCloudUiTabContentComponent, TCloudUiTabHeadComponent, TCloudUiTabMenuComponent, TCloudUiTabMenuModule, TCloudUiTabSubtitleComponent, TCloudUiTabTitleComponent, TCloudUiTableComponent, TCloudUiTableModule, TCloudUiTooltipDirective, TCloudUiWelcomeComponent, TCloudUiWelcomeModule, ToTextPipe };
|
|
6206
|
+
export { BytesPipe, CNPJPipe, CPFPipe, CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, DateBRPipe, MonthNamePipe, RespectivePipe, StatusInfoPipe, TCCondition, TCFiltersType, TCloudCurrencyDirective, TCloudUiAccordionBodyComponent, TCloudUiAccordionComponent, TCloudUiAccordionModule, TCloudUiAccordionTitleComponent, TCloudUiAlignDirective, TCloudUiChoiceIssuesComponent, TCloudUiChoiceIssuesModule, TCloudUiCubesComponent, TCloudUiDataListComponent, TCloudUiDataListModule, TCloudUiDataListOptionComponent, TCloudUiDatepickerComponent, TCloudUiDatepickerModule, TCloudUiDatepickerTimeComponent, TCloudUiDatepickerTimeModule, TCloudUiDirectiveModule, TCloudUiElCopyDirective, TCloudUiFiltersComponent, TCloudUiFiltersModule, TCloudUiHoverParentDirective, TCloudUiInputPasswordComponent, TCloudUiInputPasswordModule, TCloudUiInputSearchComponent, TCloudUiInputSearchModule, TCloudUiLabelTokenComponent, TCloudUiLabelTokenModule, TCloudUiLineStepCircleComponent, TCloudUiLineStepCircleModule, TCloudUiLinhaLogoComponent, TCloudUiLinhaLogoModule, TCloudUiLoadingComponent, TCloudUiLoadingModule, TCloudUiLoadingTransitionsService, TCloudUiModalBodyComponent, TCloudUiModalComponent, TCloudUiModalFooterComponent, TCloudUiModalHeaderComponent, TCloudUiModalModule, TCloudUiModule, TCloudUiMultiInputComponent, TCloudUiMultiInputModule, TCloudUiMultiSelectComponent, TCloudUiMultiSelectModule, TCloudUiMultiplesValuesComponent, TCloudUiMultiplesValuesModule, TCloudUiNotFoundComponent, TCloudUiNotFoundModule, TCloudUiNumberStepComponent, TCloudUiNumberStepModule, TCloudUiPipesModule, TCloudUiProgressBarComponent, TCloudUiProgressBarModule, TCloudUiRangeDateComponent, TCloudUiReorderItemsComponent, TCloudUiReorderItemsModule, TCloudUiScrollBoxComponent, TCloudUiScrollBoxModule, TCloudUiSearchInObjectService, TCloudUiTabContentComponent, TCloudUiTabHeadComponent, TCloudUiTabMenuComponent, TCloudUiTabMenuModule, TCloudUiTabSubtitleComponent, TCloudUiTabTitleComponent, TCloudUiTableComponent, TCloudUiTableModule, TCloudUiTooltipDirective, TCloudUiWelcomeComponent, TCloudUiWelcomeModule, ToTextPipe };
|
|
6132
6207
|
//# sourceMappingURL=dev-tcloud-tcloud-ui.mjs.map
|