@dev-tcloud/tcloud-ui 0.0.81 → 0.0.83

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.
@@ -4916,6 +4916,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
4916
4916
  }]
4917
4917
  }] });
4918
4918
 
4919
+ class TCloudUiWelcomeComponent {
4920
+ constructor() {
4921
+ this.imgSrc = '';
4922
+ this.title = '';
4923
+ this.description = '';
4924
+ this.size = 'small';
4925
+ this.font = 'normal';
4926
+ }
4927
+ ngOnInit() {
4928
+ }
4929
+ }
4930
+ TCloudUiWelcomeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiWelcomeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4931
+ TCloudUiWelcomeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: TCloudUiWelcomeComponent, selector: "tcloud-ui-welcome", inputs: { imgSrc: "imgSrc", title: "title", description: "description", size: "size", font: "font" }, ngImport: i0, template: "<div class=\"tcloud-ui-welcome\">\n <div class=\"row\">\n\n <div class=\"col-md-5 text-center\" *ngIf=\"imgSrc !== ''\" >\n <img class=\"containt-img-{{ size }}\" src=\"{{ imgSrc }}\">\n </div>\n\n <div class=\"{{ (imgSrc === '') ? 'col-md-12' : 'col-md-7' }} text-center\">\n <div class=\"info-new-window\">\n\n <h2 *ngIf=\"title !== ''\" [innerHTML]=\"title\" ></h2>\n \n <div class=\"info-{{ font }}\" *ngIf=\"description !== ''\" [innerHTML]=\"description\"></div>\n \n <div class=\"mt-5 text-center\">\n <ng-content></ng-content>\n </div>\n \n </div>\n </div>\n </div>\n</div>", styles: [".containt-img-small{text-align:center;width:100%;max-width:370px;max-height:310px;padding:10px}.containt-img-normal{text-align:center;width:100%;max-width:540px;max-height:345px;padding:10px}.containt-img-big{text-align:center;width:100%;max-width:640px;max-height:425px;padding:10px}.info-new-window{position:relative;top:50%;transform:translateY(-50%)}.info-small{font-size:.7rem}.info-normal{font-size:.8rem}.info-big{font-size:1rem}.top-info{font-size:15px}h2{color:var(--tc-primary)}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
4932
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiWelcomeComponent, decorators: [{
4933
+ type: Component,
4934
+ args: [{ selector: 'tcloud-ui-welcome', template: "<div class=\"tcloud-ui-welcome\">\n <div class=\"row\">\n\n <div class=\"col-md-5 text-center\" *ngIf=\"imgSrc !== ''\" >\n <img class=\"containt-img-{{ size }}\" src=\"{{ imgSrc }}\">\n </div>\n\n <div class=\"{{ (imgSrc === '') ? 'col-md-12' : 'col-md-7' }} text-center\">\n <div class=\"info-new-window\">\n\n <h2 *ngIf=\"title !== ''\" [innerHTML]=\"title\" ></h2>\n \n <div class=\"info-{{ font }}\" *ngIf=\"description !== ''\" [innerHTML]=\"description\"></div>\n \n <div class=\"mt-5 text-center\">\n <ng-content></ng-content>\n </div>\n \n </div>\n </div>\n </div>\n</div>", styles: [".containt-img-small{text-align:center;width:100%;max-width:370px;max-height:310px;padding:10px}.containt-img-normal{text-align:center;width:100%;max-width:540px;max-height:345px;padding:10px}.containt-img-big{text-align:center;width:100%;max-width:640px;max-height:425px;padding:10px}.info-new-window{position:relative;top:50%;transform:translateY(-50%)}.info-small{font-size:.7rem}.info-normal{font-size:.8rem}.info-big{font-size:1rem}.top-info{font-size:15px}h2{color:var(--tc-primary)}\n"] }]
4935
+ }], ctorParameters: function () { return []; }, propDecorators: { imgSrc: [{
4936
+ type: Input
4937
+ }], title: [{
4938
+ type: Input
4939
+ }], description: [{
4940
+ type: Input
4941
+ }], size: [{
4942
+ type: Input
4943
+ }], font: [{
4944
+ type: Input
4945
+ }] } });
4946
+
4947
+ class TCloudUiWelcomeModule {
4948
+ }
4949
+ TCloudUiWelcomeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiWelcomeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4950
+ TCloudUiWelcomeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiWelcomeModule, declarations: [TCloudUiWelcomeComponent], imports: [CommonModule], exports: [TCloudUiWelcomeComponent] });
4951
+ TCloudUiWelcomeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiWelcomeModule, imports: [CommonModule] });
4952
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiWelcomeModule, decorators: [{
4953
+ type: NgModule,
4954
+ args: [{
4955
+ declarations: [
4956
+ TCloudUiWelcomeComponent
4957
+ ],
4958
+ exports: [
4959
+ TCloudUiWelcomeComponent
4960
+ ],
4961
+ imports: [
4962
+ CommonModule
4963
+ ]
4964
+ }]
4965
+ }] });
4966
+
4919
4967
  class TCloudUiModule {
4920
4968
  }
4921
4969
  TCloudUiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TCloudUiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -4937,6 +4985,7 @@ TCloudUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
4937
4985
  TCloudUiDatepickerModule,
4938
4986
  TCloudUiDatepickerTimeModule,
4939
4987
  TCloudUiMultiplesValuesModule,
4988
+ TCloudUiWelcomeModule,
4940
4989
  // Directives
4941
4990
  TCloudUiDirectiveModule,
4942
4991
  // Pipes
@@ -4958,6 +5007,7 @@ TCloudUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
4958
5007
  TCloudUiDatepickerModule,
4959
5008
  TCloudUiDatepickerTimeModule,
4960
5009
  TCloudUiMultiplesValuesModule,
5010
+ TCloudUiWelcomeModule,
4961
5011
  // Directives
4962
5012
  TCloudUiDirectiveModule,
4963
5013
  // Pipes
@@ -4983,6 +5033,7 @@ TCloudUiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
4983
5033
  TCloudUiDatepickerModule,
4984
5034
  TCloudUiDatepickerTimeModule,
4985
5035
  TCloudUiMultiplesValuesModule,
5036
+ TCloudUiWelcomeModule,
4986
5037
  // Directives
4987
5038
  TCloudUiDirectiveModule,
4988
5039
  // Pipes
@@ -5004,6 +5055,7 @@ TCloudUiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
5004
5055
  TCloudUiDatepickerModule,
5005
5056
  TCloudUiDatepickerTimeModule,
5006
5057
  TCloudUiMultiplesValuesModule,
5058
+ TCloudUiWelcomeModule,
5007
5059
  // Directives
5008
5060
  TCloudUiDirectiveModule,
5009
5061
  // Pipes
@@ -5030,6 +5082,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
5030
5082
  TCloudUiDatepickerModule,
5031
5083
  TCloudUiDatepickerTimeModule,
5032
5084
  TCloudUiMultiplesValuesModule,
5085
+ TCloudUiWelcomeModule,
5033
5086
  // Directives
5034
5087
  TCloudUiDirectiveModule,
5035
5088
  // Pipes
@@ -5054,6 +5107,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
5054
5107
  TCloudUiDatepickerModule,
5055
5108
  TCloudUiDatepickerTimeModule,
5056
5109
  TCloudUiMultiplesValuesModule,
5110
+ TCloudUiWelcomeModule,
5057
5111
  // Directives
5058
5112
  TCloudUiDirectiveModule,
5059
5113
  // Pipes
@@ -5074,5 +5128,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
5074
5128
  * Generated bundle index. Do not edit.
5075
5129
  */
5076
5130
 
5077
- export { BytesPipe, CNPJPipe, CPFPipe, CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR$6 as CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, DateBRPipe, MonthNamePipe, RespectivePipe, StatusInfoPipe, TCCondition, TCFiltersType, TCloudUiAccordionBodyComponent, TCloudUiAccordionComponent, TCloudUiAccordionModule, TCloudUiAccordionTitleComponent, TCloudUiAlignDirective, TCloudUiChoiceIssuesComponent, TCloudUiChoiceIssuesModule, TCloudUiDataListComponent, TCloudUiDataListModule, TCloudUiDataListOptionComponent, TCloudUiDatepickerComponent, TCloudUiDatepickerModule, TCloudUiDatepickerTimeComponent, TCloudUiDatepickerTimeModule, TCloudUiDirectiveModule, TCloudUiFiltersComponent, TCloudUiFiltersModule, TCloudUiHoverParentDirective, TCloudUiInputSearchComponent, TCloudUiInputSearchModule, TCloudUiLineStepCircleComponent, TCloudUiLineStepCircleModule, TCloudUiLinhaLogoComponent, TCloudUiLinhaLogoModule, TCloudUiLoadingTransitionsService, TCloudUiModalBodyComponent, TCloudUiModalComponent, TCloudUiModalFooterComponent, TCloudUiModalHeaderComponent, TCloudUiModalModule, TCloudUiModule, TCloudUiMultiInputComponent, TCloudUiMultiInputModule, TCloudUiMultiSelectComponent, TCloudUiMultiSelectModule, TCloudUiMultiplesValuesComponent, TCloudUiMultiplesValuesModule, TCloudUiNotFoundComponent, TCloudUiNotFoundModule, TCloudUiNumberStepComponent, TCloudUiNumberStepModule, TCloudUiPipesModule, TCloudUiRangeDateComponent, TCloudUiScrollBoxComponent, TCloudUiScrollBoxModule, TCloudUiSearchInObjectService, TCloudUiTabContentComponent, TCloudUiTabHeadComponent, TCloudUiTabMenuComponent, TCloudUiTabMenuModule, TCloudUiTabSubtitleComponent, TCloudUiTabTitleComponent, TCloudUiTableComponent, TCloudUiTableModule, TCloudUiTooltipDirective };
5131
+ export { BytesPipe, CNPJPipe, CPFPipe, CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR$6 as CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, DateBRPipe, MonthNamePipe, RespectivePipe, StatusInfoPipe, TCCondition, TCFiltersType, TCloudUiAccordionBodyComponent, TCloudUiAccordionComponent, TCloudUiAccordionModule, TCloudUiAccordionTitleComponent, TCloudUiAlignDirective, TCloudUiChoiceIssuesComponent, TCloudUiChoiceIssuesModule, TCloudUiDataListComponent, TCloudUiDataListModule, TCloudUiDataListOptionComponent, TCloudUiDatepickerComponent, TCloudUiDatepickerModule, TCloudUiDatepickerTimeComponent, TCloudUiDatepickerTimeModule, TCloudUiDirectiveModule, TCloudUiFiltersComponent, TCloudUiFiltersModule, TCloudUiHoverParentDirective, TCloudUiInputSearchComponent, TCloudUiInputSearchModule, TCloudUiLineStepCircleComponent, TCloudUiLineStepCircleModule, TCloudUiLinhaLogoComponent, TCloudUiLinhaLogoModule, TCloudUiLoadingTransitionsService, TCloudUiModalBodyComponent, TCloudUiModalComponent, TCloudUiModalFooterComponent, TCloudUiModalHeaderComponent, TCloudUiModalModule, TCloudUiModule, TCloudUiMultiInputComponent, TCloudUiMultiInputModule, TCloudUiMultiSelectComponent, TCloudUiMultiSelectModule, TCloudUiMultiplesValuesComponent, TCloudUiMultiplesValuesModule, TCloudUiNotFoundComponent, TCloudUiNotFoundModule, TCloudUiNumberStepComponent, TCloudUiNumberStepModule, TCloudUiPipesModule, TCloudUiRangeDateComponent, TCloudUiScrollBoxComponent, TCloudUiScrollBoxModule, TCloudUiSearchInObjectService, TCloudUiTabContentComponent, TCloudUiTabHeadComponent, TCloudUiTabMenuComponent, TCloudUiTabMenuModule, TCloudUiTabSubtitleComponent, TCloudUiTabTitleComponent, TCloudUiTableComponent, TCloudUiTableModule, TCloudUiTooltipDirective, TCloudUiWelcomeComponent, TCloudUiWelcomeModule };
5078
5132
  //# sourceMappingURL=dev-tcloud-tcloud-ui.mjs.map