matcha-components 20.54.0 → 20.57.0
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/fesm2022/matcha-components.mjs +1027 -1375
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/index.d.ts +184 -293
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { EventEmitter, Output, HostBinding, Input, Component, ContentChildren, ElementRef, Renderer2, Inject,
|
|
2
|
+
import { EventEmitter, Output, HostBinding, Input, Component, ContentChildren, ElementRef, Renderer2, Inject, ViewEncapsulation, ChangeDetectionStrategy, HostListener, ContentChild, Directive, forwardRef, InjectionToken, inject, Injectable, ViewChild, TemplateRef, Optional, NgModule, createComponent, PLATFORM_ID, Pipe } from '@angular/core';
|
|
3
3
|
import { animation, style, animate, trigger, transition, useAnimation, state, query, stagger, animateChild, sequence, group } from '@angular/animations';
|
|
4
|
-
import { Subscription, Subject, BehaviorSubject,
|
|
5
|
-
import { debounceTime,
|
|
4
|
+
import { Subscription, Subject, BehaviorSubject, fromEvent, of } from 'rxjs';
|
|
5
|
+
import { debounceTime, takeUntil, filter, startWith, map, distinctUntilChanged } from 'rxjs/operators';
|
|
6
6
|
import * as i1 from '@angular/common';
|
|
7
|
-
import {
|
|
7
|
+
import { DOCUMENT, CommonModule, isPlatformBrowser } from '@angular/common';
|
|
8
8
|
import * as i2 from '@angular/forms';
|
|
9
9
|
import { FormControlName, NG_VALUE_ACCESSOR, NgControl, NG_VALIDATORS, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
10
10
|
import * as i1$1 from '@angular/common/http';
|
|
@@ -410,10 +410,10 @@ class MatchaAccordionItemComponent {
|
|
|
410
410
|
// Emite evento para o accordion pai controlar o estado
|
|
411
411
|
this.toggleRequested.emit();
|
|
412
412
|
}
|
|
413
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
414
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
413
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
414
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaAccordionItemComponent, isStandalone: false, selector: "matcha-accordion-item", inputs: { stretch: "stretch", clickableHeader: "clickableHeader", isOpen: "isOpen" }, outputs: { opened: "opened", toggleRequested: "toggleRequested" }, host: { properties: { "class.stretch": "this.stretchClass", "class.is-open": "this.isOpenClass" } }, usesOnChanges: true, ngImport: i0, template: "<div class=\"accordion-item flex-column overflow-hidden\">\n <div class=\"accordion-header d-flex\">\n <div class=\"d-flex accordion-header-wrapper\"\n [class.cursor-pointer]=\"clickableHeader\"\n (click)=\"clickableHeader ? toggleAccordion() : null\">\n <ng-content select=\"matcha-accordion-header\"></ng-content>\n </div>\n </div>\n <div class=\"accordion-content overflow-hidden\" [@expandCollapse]=\"isOpen ? '*' : 'void'\">\n <ng-content select=\"matcha-accordion-content\"></ng-content>\n <ng-content></ng-content>\n </div>\n</div>\n", styles: [""], animations: [...createAnimations] }); }
|
|
415
415
|
}
|
|
416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAccordionItemComponent, decorators: [{
|
|
417
417
|
type: Component,
|
|
418
418
|
args: [{ selector: 'matcha-accordion-item', standalone: false, animations: [...createAnimations], template: "<div class=\"accordion-item flex-column overflow-hidden\">\n <div class=\"accordion-header d-flex\">\n <div class=\"d-flex accordion-header-wrapper\"\n [class.cursor-pointer]=\"clickableHeader\"\n (click)=\"clickableHeader ? toggleAccordion() : null\">\n <ng-content select=\"matcha-accordion-header\"></ng-content>\n </div>\n </div>\n <div class=\"accordion-content overflow-hidden\" [@expandCollapse]=\"isOpen ? '*' : 'void'\">\n <ng-content select=\"matcha-accordion-content\"></ng-content>\n <ng-content></ng-content>\n </div>\n</div>\n" }]
|
|
419
419
|
}], propDecorators: { stretch: [{
|
|
@@ -484,10 +484,10 @@ class MatchaAccordionComponent {
|
|
|
484
484
|
});
|
|
485
485
|
}
|
|
486
486
|
}
|
|
487
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
488
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
487
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
488
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaAccordionComponent, isStandalone: false, selector: "matcha-accordion", inputs: { multiple: "multiple" }, outputs: { openedChange: "openedChange" }, queries: [{ propertyName: "items", predicate: MatchaAccordionItemComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] }); }
|
|
489
489
|
}
|
|
490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAccordionComponent, decorators: [{
|
|
491
491
|
type: Component,
|
|
492
492
|
args: [{ selector: 'matcha-accordion', standalone: false, template: "<ng-content></ng-content>\n" }]
|
|
493
493
|
}], propDecorators: { multiple: [{
|
|
@@ -501,19 +501,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
501
501
|
}] } });
|
|
502
502
|
|
|
503
503
|
class MatchaAccordionHeaderComponent {
|
|
504
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
505
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
504
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAccordionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
505
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaAccordionHeaderComponent, isStandalone: false, selector: "matcha-accordion-header", ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] }); }
|
|
506
506
|
}
|
|
507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
507
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAccordionHeaderComponent, decorators: [{
|
|
508
508
|
type: Component,
|
|
509
509
|
args: [{ selector: 'matcha-accordion-header', standalone: false, template: "<ng-content></ng-content>\n" }]
|
|
510
510
|
}] });
|
|
511
511
|
|
|
512
512
|
class MatchaAccordionContentComponent {
|
|
513
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
514
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
513
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAccordionContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
514
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaAccordionContentComponent, isStandalone: false, selector: "matcha-accordion-content", ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] }); }
|
|
515
515
|
}
|
|
516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAccordionContentComponent, decorators: [{
|
|
517
517
|
type: Component,
|
|
518
518
|
args: [{ selector: 'matcha-accordion-content', standalone: false, template: "<ng-content></ng-content>\n" }]
|
|
519
519
|
}] });
|
|
@@ -552,10 +552,10 @@ class MatchaInfiniteScrollComponent {
|
|
|
552
552
|
ngOnDestroy() {
|
|
553
553
|
this.observer.disconnect();
|
|
554
554
|
}
|
|
555
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
556
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
555
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInfiniteScrollComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
556
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaInfiniteScrollComponent, isStandalone: false, selector: "matcha-infinite-scroll", outputs: { scrolledToEnd: "scrolledToEnd" }, ngImport: i0, template: "", styles: [""] }); }
|
|
557
557
|
}
|
|
558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInfiniteScrollComponent, decorators: [{
|
|
559
559
|
type: Component,
|
|
560
560
|
args: [{ selector: 'matcha-infinite-scroll', standalone: false, template: "" }]
|
|
561
561
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { scrolledToEnd: [{
|
|
@@ -673,10 +673,10 @@ class MatchaInfiniteScrollDataComponent {
|
|
|
673
673
|
this.dataSubscription.unsubscribe();
|
|
674
674
|
this.searchSubscription.unsubscribe();
|
|
675
675
|
}
|
|
676
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
677
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
676
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInfiniteScrollDataComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
677
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaInfiniteScrollDataComponent, isStandalone: false, selector: "matcha-infinite-scroll-data", inputs: { loadData: "loadData", initialList: "initialList", threshold: "threshold", resetKey: "resetKey", searchTerm: "searchTerm" }, outputs: { aggregatedData: "aggregatedData", exactMatch: "exactMatch" }, usesOnChanges: true, ngImport: i0, template: "", styles: ["", ":host{height:1px;opacity:0}\n"] }); }
|
|
678
678
|
}
|
|
679
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInfiniteScrollDataComponent, decorators: [{
|
|
680
680
|
type: Component,
|
|
681
681
|
args: [{ selector: 'matcha-infinite-scroll-data', standalone: false, template: "", styles: [":host{height:1px;opacity:0}\n"] }]
|
|
682
682
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { loadData: [{
|
|
@@ -729,10 +729,10 @@ class MatchaLazyloadComponent {
|
|
|
729
729
|
ngOnDestroy() {
|
|
730
730
|
this.observer.disconnect();
|
|
731
731
|
}
|
|
732
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
733
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
732
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaLazyloadComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
733
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaLazyloadComponent, isStandalone: false, selector: "matcha-lazyload", outputs: { scrolledToEnd: "scrolledToEnd" }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] }); }
|
|
734
734
|
}
|
|
735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaLazyloadComponent, decorators: [{
|
|
736
736
|
type: Component,
|
|
737
737
|
args: [{ selector: 'matcha-lazyload', standalone: false, template: "<ng-content></ng-content>\n" }]
|
|
738
738
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { scrolledToEnd: [{
|
|
@@ -856,10 +856,10 @@ class MatchaLazyloadDataComponent {
|
|
|
856
856
|
this.dataSubscription.unsubscribe();
|
|
857
857
|
this.searchSubscription.unsubscribe();
|
|
858
858
|
}
|
|
859
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
860
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
859
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaLazyloadDataComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
860
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaLazyloadDataComponent, isStandalone: false, selector: "matcha-lazyload-data", inputs: { loadData: "loadData", initialList: "initialList", threshold: "threshold", rootMargin: "rootMargin", resetKey: "resetKey", searchTerm: "searchTerm" }, outputs: { aggregatedData: "aggregatedData", exactMatch: "exactMatch" }, usesOnChanges: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: ["", ":host{height:1px;opacity:0}\n"] }); }
|
|
861
861
|
}
|
|
862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaLazyloadDataComponent, decorators: [{
|
|
863
863
|
type: Component,
|
|
864
864
|
args: [{ selector: 'matcha-lazyload-data', standalone: false, template: "<ng-content></ng-content>\n", styles: [":host{height:1px;opacity:0}\n"] }]
|
|
865
865
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { loadData: [{
|
|
@@ -905,6 +905,7 @@ class MatchaButtonComponent {
|
|
|
905
905
|
this.sizeMd = null;
|
|
906
906
|
this.sizeLg = null;
|
|
907
907
|
this.sizeXl = null;
|
|
908
|
+
this.gap = null;
|
|
908
909
|
this.color = 'basic';
|
|
909
910
|
this._basic = false;
|
|
910
911
|
this._outline = false;
|
|
@@ -919,6 +920,7 @@ class MatchaButtonComponent {
|
|
|
919
920
|
sizeLg: 'large',
|
|
920
921
|
sizeXl: 'huge',
|
|
921
922
|
size: 'medium',
|
|
923
|
+
gap: null,
|
|
922
924
|
basic: false,
|
|
923
925
|
outline: false,
|
|
924
926
|
pill: false,
|
|
@@ -929,6 +931,7 @@ class MatchaButtonComponent {
|
|
|
929
931
|
ngOnInit() {
|
|
930
932
|
this._renderer.addClass(this._elementRef.nativeElement, `matcha-button`);
|
|
931
933
|
this.setConfig();
|
|
934
|
+
this.updateDividerStyles();
|
|
932
935
|
// Adicione o evento de clique apenas a elementos com a classe "matcha-button"
|
|
933
936
|
const buttons = document.querySelectorAll('.matcha-button');
|
|
934
937
|
buttons.forEach(button => {
|
|
@@ -938,6 +941,7 @@ class MatchaButtonComponent {
|
|
|
938
941
|
}
|
|
939
942
|
ngOnChanges() {
|
|
940
943
|
this.setConfig();
|
|
944
|
+
this.updateDividerStyles();
|
|
941
945
|
}
|
|
942
946
|
clearConfig() {
|
|
943
947
|
//size
|
|
@@ -947,6 +951,11 @@ class MatchaButtonComponent {
|
|
|
947
951
|
this._renderer.removeClass(this._elementRef.nativeElement, `matcha-button-md-${this._config.sizeMd}`);
|
|
948
952
|
this._renderer.removeClass(this._elementRef.nativeElement, `matcha-button-lg-${this._config.sizeLg}`);
|
|
949
953
|
this._renderer.removeClass(this._elementRef.nativeElement, `matcha-button-xl-${this._config.sizeXl}`);
|
|
954
|
+
//gap
|
|
955
|
+
if (this._config.gap) {
|
|
956
|
+
this._renderer.removeClass(this._elementRef.nativeElement, `px-${this._config.gap}`);
|
|
957
|
+
this._renderer.removeClass(this._elementRef.nativeElement, `gap-${this._config.gap}`);
|
|
958
|
+
}
|
|
950
959
|
//basic
|
|
951
960
|
this._renderer.removeClass(this._elementRef.nativeElement, `matcha-button-icon`);
|
|
952
961
|
//outline
|
|
@@ -961,6 +970,7 @@ class MatchaButtonComponent {
|
|
|
961
970
|
setConfig() {
|
|
962
971
|
this.clearConfig();
|
|
963
972
|
this.size ? this.setSize() : null;
|
|
973
|
+
this.gap ? this.setGap() : null;
|
|
964
974
|
(this.outline === true || this.outline === 'true') ? this.setOutline() : null;
|
|
965
975
|
(this.pill === true || this.pill === 'true') ? this.setPill() : null;
|
|
966
976
|
(this.link === true || this.link === 'true') ? this.setLink() : null;
|
|
@@ -991,6 +1001,11 @@ class MatchaButtonComponent {
|
|
|
991
1001
|
this._config.sizeXl = this.sizeXl;
|
|
992
1002
|
}
|
|
993
1003
|
}
|
|
1004
|
+
setGap() {
|
|
1005
|
+
this._renderer.addClass(this._elementRef.nativeElement, `px-${this.gap}`);
|
|
1006
|
+
this._renderer.addClass(this._elementRef.nativeElement, `gap-${this.gap}`);
|
|
1007
|
+
this._config.gap = this.gap;
|
|
1008
|
+
}
|
|
994
1009
|
setOutline() {
|
|
995
1010
|
this._renderer.addClass(this._elementRef.nativeElement, `matcha-button-outline`);
|
|
996
1011
|
}
|
|
@@ -1007,6 +1022,24 @@ class MatchaButtonComponent {
|
|
|
1007
1022
|
setIcon() {
|
|
1008
1023
|
this._renderer.addClass(this._elementRef.nativeElement, `matcha-button-icon`);
|
|
1009
1024
|
}
|
|
1025
|
+
updateDividerStyles() {
|
|
1026
|
+
// Busca todos os matcha-divider dentro do botão
|
|
1027
|
+
const dividers = this._elementRef.nativeElement.querySelectorAll('matcha-divider');
|
|
1028
|
+
if (dividers && dividers.length > 0) {
|
|
1029
|
+
dividers.forEach((divider) => {
|
|
1030
|
+
// Busca as divs dentro do matcha-divider
|
|
1031
|
+
const innerDivs = divider.querySelectorAll('div');
|
|
1032
|
+
innerDivs.forEach((div) => {
|
|
1033
|
+
// Remove a classe border-color-disabled
|
|
1034
|
+
if (div.classList.contains('border-color-disabled')) {
|
|
1035
|
+
this._renderer.removeClass(div, 'border-color-disabled');
|
|
1036
|
+
// Adiciona a classe opacity-03
|
|
1037
|
+
this._renderer.addClass(div, 'opacity-03');
|
|
1038
|
+
}
|
|
1039
|
+
});
|
|
1040
|
+
});
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1010
1043
|
addRippleEffect(e) {
|
|
1011
1044
|
var target = e.target;
|
|
1012
1045
|
if (target.tagName.toLowerCase() !== 'button')
|
|
@@ -1033,10 +1066,10 @@ class MatchaButtonComponent {
|
|
|
1033
1066
|
button.removeEventListener('click', this.addRippleEffect, false);
|
|
1034
1067
|
});
|
|
1035
1068
|
}
|
|
1036
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1037
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1069
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaButtonComponent, deps: [{ token: ElementRef }, { token: Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1070
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaButtonComponent, isStandalone: false, selector: "[matcha-button]", inputs: { size: "size", sizeXs: ["size-xs", "sizeXs"], sizeSm: ["size-sm", "sizeSm"], sizeMd: ["size-md", "sizeMd"], sizeLg: ["size-lg", "sizeLg"], sizeXl: ["size-xl", "sizeXl"], gap: "gap", color: "color", basic: "basic", outline: "outline", alpha: "alpha", pill: "pill", link: "link", icon: "icon" }, host: { properties: { "attr.color": "this.colorAttr" } }, usesOnChanges: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] }); }
|
|
1038
1071
|
}
|
|
1039
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaButtonComponent, decorators: [{
|
|
1040
1073
|
type: Component,
|
|
1041
1074
|
args: [{ selector: '[matcha-button]', standalone: false, template: "<ng-content></ng-content>\n" }]
|
|
1042
1075
|
}], ctorParameters: () => [{ type: i0.ElementRef, decorators: [{
|
|
@@ -1063,6 +1096,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
1063
1096
|
}], sizeXl: [{
|
|
1064
1097
|
type: Input,
|
|
1065
1098
|
args: ['size-xl']
|
|
1099
|
+
}], gap: [{
|
|
1100
|
+
type: Input,
|
|
1101
|
+
args: ['gap']
|
|
1066
1102
|
}], color: [{
|
|
1067
1103
|
type: Input,
|
|
1068
1104
|
args: ['color']
|
|
@@ -1140,10 +1176,10 @@ class MatchaCardComponent {
|
|
|
1140
1176
|
hasBlockquotePosition() {
|
|
1141
1177
|
return this.blockquote === 'left' || this.blockquote === 'right';
|
|
1142
1178
|
}
|
|
1143
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1144
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1179
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1180
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaCardComponent, isStandalone: false, selector: "matcha-card", inputs: { color: "color", blockquote: "blockquote", blockquoteColor: "blockquoteColor", class: "class", alpha: "alpha", tint: "tint", loading: "loading" }, host: { properties: { "attr.color": "this.colorAttr", "attr.alpha": "this.alphaAttr", "attr.tint": "this.tintAttr", "class": "this.classes" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] }); }
|
|
1145
1181
|
}
|
|
1146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaCardComponent, decorators: [{
|
|
1147
1183
|
type: Component,
|
|
1148
1184
|
args: [{ selector: 'matcha-card', standalone: false, template: "<ng-content></ng-content>\n" }]
|
|
1149
1185
|
}], propDecorators: { color: [{
|
|
@@ -1181,20 +1217,19 @@ class MatchaDividerComponent {
|
|
|
1181
1217
|
this.gapMd = null;
|
|
1182
1218
|
this.gapLg = null;
|
|
1183
1219
|
this.gapXl = null;
|
|
1184
|
-
this.
|
|
1220
|
+
this._direction = 'horizontal';
|
|
1185
1221
|
}
|
|
1186
|
-
set
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
this._vertical = value === '' || value === true || value === 'true';
|
|
1222
|
+
set direction(value) {
|
|
1223
|
+
this._direction = value;
|
|
1224
|
+
}
|
|
1225
|
+
get direction() {
|
|
1226
|
+
return this._direction;
|
|
1192
1227
|
}
|
|
1193
|
-
get
|
|
1194
|
-
return this.
|
|
1228
|
+
get directionAttr() {
|
|
1229
|
+
return this.direction;
|
|
1195
1230
|
}
|
|
1196
1231
|
get classes() {
|
|
1197
|
-
const hasVertical = this.vertical;
|
|
1232
|
+
const hasVertical = this.direction === 'vertical';
|
|
1198
1233
|
const directionPrefix = hasVertical ? 'mx' : 'my';
|
|
1199
1234
|
const gap = this.gap ? `${directionPrefix}-${this.gap}` : '';
|
|
1200
1235
|
const gapSm = this.gapSm ? `${directionPrefix}-sm-${this.gapSm}` : '';
|
|
@@ -1212,10 +1247,10 @@ class MatchaDividerComponent {
|
|
|
1212
1247
|
activeClasses += gapXl ? ` ${gapXl}` : '';
|
|
1213
1248
|
return activeClasses;
|
|
1214
1249
|
}
|
|
1215
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1216
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1250
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1251
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaDividerComponent, isStandalone: false, selector: "matcha-divider", inputs: { gap: "gap", gapSm: ["gap-sm", "gapSm"], gapMd: ["gap-md", "gapMd"], gapLg: ["gap-lg", "gapLg"], gapXl: ["gap-xl", "gapXl"], direction: "direction" }, host: { properties: { "attr.direction": "this.directionAttr" } }, ngImport: i0, template: "<div [class]=\"classes\"></div>\n", styles: [""] }); }
|
|
1217
1252
|
}
|
|
1218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDividerComponent, decorators: [{
|
|
1219
1254
|
type: Component,
|
|
1220
1255
|
args: [{ selector: 'matcha-divider', standalone: false, template: "<div [class]=\"classes\"></div>\n" }]
|
|
1221
1256
|
}], propDecorators: { gap: [{
|
|
@@ -1233,9 +1268,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
1233
1268
|
}], gapXl: [{
|
|
1234
1269
|
type: Input,
|
|
1235
1270
|
args: ['gap-xl']
|
|
1236
|
-
}],
|
|
1271
|
+
}], direction: [{
|
|
1237
1272
|
type: Input,
|
|
1238
|
-
args: ['
|
|
1273
|
+
args: ['direction']
|
|
1274
|
+
}], directionAttr: [{
|
|
1275
|
+
type: HostBinding,
|
|
1276
|
+
args: ['attr.direction']
|
|
1239
1277
|
}] } });
|
|
1240
1278
|
|
|
1241
1279
|
// matcha-title <matcha-title color="fg" size="1" loading="false" type="pill" icon="icon" (iconClick)="emitIconAction($event)"></matcha-title>
|
|
@@ -1243,9 +1281,9 @@ class MatchaTitleComponent {
|
|
|
1243
1281
|
constructor() {
|
|
1244
1282
|
this.color = null;
|
|
1245
1283
|
this.size = 4;
|
|
1246
|
-
this.
|
|
1247
|
-
this.
|
|
1248
|
-
this.
|
|
1284
|
+
this._loading = false;
|
|
1285
|
+
this._type = 'pill';
|
|
1286
|
+
this._icon = '';
|
|
1249
1287
|
this.iconClick = new EventEmitter();
|
|
1250
1288
|
this.sizeClasses = {
|
|
1251
1289
|
1: 'fw-900 fs-12 lh-12',
|
|
@@ -1257,6 +1295,23 @@ class MatchaTitleComponent {
|
|
|
1257
1295
|
7: 'fw-900 fs-40 lh-40',
|
|
1258
1296
|
};
|
|
1259
1297
|
}
|
|
1298
|
+
get loading() { return this._loading; }
|
|
1299
|
+
set loading(v) { this._loading = v === 'false' ? false : !!v; }
|
|
1300
|
+
get loadingAttr() {
|
|
1301
|
+
return this.loading ? 'true' : 'false';
|
|
1302
|
+
}
|
|
1303
|
+
get type() { return this._type; }
|
|
1304
|
+
set type(v) {
|
|
1305
|
+
this._type = v || 'pill';
|
|
1306
|
+
}
|
|
1307
|
+
get typeAttr() {
|
|
1308
|
+
return this.type;
|
|
1309
|
+
}
|
|
1310
|
+
get icon() { return this._icon; }
|
|
1311
|
+
set icon(v) { this._icon = v || ''; }
|
|
1312
|
+
get iconAttr() {
|
|
1313
|
+
return this.icon || null;
|
|
1314
|
+
}
|
|
1260
1315
|
getTypes() {
|
|
1261
1316
|
const color = this.color ? `background-${this.color} ` : 'background-fg';
|
|
1262
1317
|
const icon = this.icon ? `i-matcha-${this.icon}` : '';
|
|
@@ -1282,614 +1337,405 @@ class MatchaTitleComponent {
|
|
|
1282
1337
|
hasIconClickOutput() {
|
|
1283
1338
|
return this.iconClick.observers.length > 0;
|
|
1284
1339
|
}
|
|
1285
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1286
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1340
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1341
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaTitleComponent, isStandalone: false, selector: "matcha-title", inputs: { color: "color", size: "size", loading: "loading", type: "type", icon: "icon" }, outputs: { iconClick: "iconClick" }, host: { properties: { "attr.loading": "this.loadingAttr", "attr.type": "this.typeAttr", "attr.icon": "this.iconAttr" } }, ngImport: i0, template: "<!-- <matcha-title size=\"1\" type=\"bullet\"></matcha-title> -->\n\n<div class=\"d-flex flex-align-center m-0\">\n <ng-container *ngIf=\"loading\">\n <span [class]=\"signClasses\" [class.skeleton-animated-background]=\"loading\"></span>\n <span [class]=\"textClasses\" [class.skeleton-animated-background]=\"loading\" class=\"d-flex px-60\"> </span>\n </ng-container>\n\n <ng-container *ngIf=\"!loading\">\n <span [class]=\"signClasses\" [class.cursor-pointer]=\"hasIconClickOutput()\" (click)=\"emitIconAction()\"></span>\n <span [class]=\"textClasses\">\n <ng-content></ng-content>\n </span>\n </ng-container>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
1287
1342
|
}
|
|
1288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTitleComponent, decorators: [{
|
|
1289
1344
|
type: Component,
|
|
1290
|
-
args: [{ selector: 'matcha-title', standalone: false, template: "<!-- <matcha-title size=\"1\" type=\"bullet\"></matcha-title> -->\n\n<div class=\"d-flex flex-align-center m-0\">\n <span [class]=\"signClasses\" [class.cursor-pointer]=\"hasIconClickOutput()\" (click)=\"emitIconAction()\"></span>\n
|
|
1345
|
+
args: [{ selector: 'matcha-title', standalone: false, template: "<!-- <matcha-title size=\"1\" type=\"bullet\"></matcha-title> -->\n\n<div class=\"d-flex flex-align-center m-0\">\n <ng-container *ngIf=\"loading\">\n <span [class]=\"signClasses\" [class.skeleton-animated-background]=\"loading\"></span>\n <span [class]=\"textClasses\" [class.skeleton-animated-background]=\"loading\" class=\"d-flex px-60\"> </span>\n </ng-container>\n\n <ng-container *ngIf=\"!loading\">\n <span [class]=\"signClasses\" [class.cursor-pointer]=\"hasIconClickOutput()\" (click)=\"emitIconAction()\"></span>\n <span [class]=\"textClasses\">\n <ng-content></ng-content>\n </span>\n </ng-container>\n</div>\n" }]
|
|
1291
1346
|
}], propDecorators: { color: [{
|
|
1292
1347
|
type: Input
|
|
1293
1348
|
}], size: [{
|
|
1294
1349
|
type: Input
|
|
1295
1350
|
}], loading: [{
|
|
1296
1351
|
type: Input
|
|
1352
|
+
}], loadingAttr: [{
|
|
1353
|
+
type: HostBinding,
|
|
1354
|
+
args: ['attr.loading']
|
|
1297
1355
|
}], type: [{
|
|
1298
1356
|
type: Input
|
|
1357
|
+
}], typeAttr: [{
|
|
1358
|
+
type: HostBinding,
|
|
1359
|
+
args: ['attr.type']
|
|
1299
1360
|
}], icon: [{
|
|
1300
1361
|
type: Input
|
|
1362
|
+
}], iconAttr: [{
|
|
1363
|
+
type: HostBinding,
|
|
1364
|
+
args: ['attr.icon']
|
|
1301
1365
|
}], iconClick: [{
|
|
1302
1366
|
type: Output
|
|
1303
1367
|
}] } });
|
|
1304
1368
|
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
breakpoint: ''
|
|
1315
|
-
});
|
|
1316
|
-
this.currentBreakpoints = new Map();
|
|
1317
|
-
this.isBrowser = isPlatformBrowser(this.platformId);
|
|
1318
|
-
if (this.isBrowser) {
|
|
1319
|
-
this.setupResizeListener();
|
|
1369
|
+
class MatchaDrawerComponent {
|
|
1370
|
+
get mode() {
|
|
1371
|
+
return this._mode;
|
|
1372
|
+
}
|
|
1373
|
+
set mode(value) {
|
|
1374
|
+
if (this._mode !== value) {
|
|
1375
|
+
this._mode = value;
|
|
1376
|
+
this.modeChange.emit(value);
|
|
1377
|
+
this._cdr.markForCheck();
|
|
1320
1378
|
}
|
|
1321
1379
|
}
|
|
1380
|
+
get drawerWidth() {
|
|
1381
|
+
// Garante que sempre retorne um valor válido
|
|
1382
|
+
return this.width || '256px';
|
|
1383
|
+
}
|
|
1384
|
+
get opened() {
|
|
1385
|
+
return this._opened;
|
|
1386
|
+
}
|
|
1387
|
+
set opened(value) {
|
|
1388
|
+
this.toggle(value);
|
|
1389
|
+
}
|
|
1390
|
+
constructor(_elementRef, _cdr) {
|
|
1391
|
+
this._elementRef = _elementRef;
|
|
1392
|
+
this._cdr = _cdr;
|
|
1393
|
+
// Propriedades principais
|
|
1394
|
+
this.position = 'start';
|
|
1395
|
+
// Mode com setter para detectar mudanças
|
|
1396
|
+
this._mode = 'over';
|
|
1397
|
+
this.disableClose = false;
|
|
1398
|
+
this.autoFocus = true;
|
|
1399
|
+
this.fixedInViewport = false;
|
|
1400
|
+
this.fixedTopGap = 0;
|
|
1401
|
+
this.fixedBottomGap = 0;
|
|
1402
|
+
// Largura do drawer
|
|
1403
|
+
this.width = '256px';
|
|
1404
|
+
// Estado de aberto/fechado
|
|
1405
|
+
this._opened = false;
|
|
1406
|
+
// Eventos
|
|
1407
|
+
this.openedChange = new EventEmitter();
|
|
1408
|
+
this.openedStart = new EventEmitter();
|
|
1409
|
+
this.closedStart = new EventEmitter();
|
|
1410
|
+
this.modeChange = new EventEmitter();
|
|
1411
|
+
// Subject para debounce de animações
|
|
1412
|
+
this._animationSubject = new Subject();
|
|
1413
|
+
this._animating = false;
|
|
1414
|
+
this._setupAnimationDebounce();
|
|
1415
|
+
}
|
|
1416
|
+
ngOnInit() {
|
|
1417
|
+
// Inicialização se necessário
|
|
1418
|
+
}
|
|
1322
1419
|
ngOnDestroy() {
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1420
|
+
this._animationSubject.complete();
|
|
1421
|
+
}
|
|
1422
|
+
_setupAnimationDebounce() {
|
|
1423
|
+
this._animationSubject.pipe(debounceTime(50)).subscribe(() => {
|
|
1424
|
+
this._animating = false;
|
|
1425
|
+
this._cdr.markForCheck();
|
|
1426
|
+
});
|
|
1326
1427
|
}
|
|
1327
1428
|
/**
|
|
1328
|
-
*
|
|
1329
|
-
* @param breakpoint - String no formato CSS media query (ex: '(max-width: 768px)')
|
|
1330
|
-
* @returns Observable<BreakpointState>
|
|
1429
|
+
* Toggle o estado do drawer
|
|
1331
1430
|
*/
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1431
|
+
toggle(isOpen = !this._opened) {
|
|
1432
|
+
return new Promise((resolve) => {
|
|
1433
|
+
if (this._opened === isOpen || this._animating) {
|
|
1434
|
+
resolve();
|
|
1435
|
+
return;
|
|
1436
|
+
}
|
|
1437
|
+
this._animating = true;
|
|
1438
|
+
const wasOpened = this._opened;
|
|
1439
|
+
this._opened = isOpen;
|
|
1440
|
+
if (isOpen) {
|
|
1441
|
+
this.openedStart.emit();
|
|
1442
|
+
}
|
|
1443
|
+
else {
|
|
1444
|
+
this.closedStart.emit();
|
|
1445
|
+
}
|
|
1446
|
+
// Emite a mudança
|
|
1447
|
+
this.openedChange.emit(this._opened);
|
|
1448
|
+
this._cdr.markForCheck();
|
|
1449
|
+
// Aguarda a animação
|
|
1450
|
+
this._animationSubject.next(true);
|
|
1451
|
+
setTimeout(() => {
|
|
1452
|
+
if (this.autoFocus && isOpen) {
|
|
1453
|
+
this._elementRef.nativeElement.focus();
|
|
1454
|
+
}
|
|
1455
|
+
resolve();
|
|
1456
|
+
}, 300);
|
|
1457
|
+
});
|
|
1340
1458
|
}
|
|
1341
1459
|
/**
|
|
1342
|
-
*
|
|
1343
|
-
* @param breakpoint - String no formato CSS media query
|
|
1344
|
-
* @returns boolean
|
|
1460
|
+
* Abre o drawer
|
|
1345
1461
|
*/
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
return false;
|
|
1349
|
-
}
|
|
1350
|
-
return this.checkBreakpoint(breakpoint);
|
|
1462
|
+
open() {
|
|
1463
|
+
return this.toggle(true);
|
|
1351
1464
|
}
|
|
1352
1465
|
/**
|
|
1353
|
-
*
|
|
1354
|
-
* @param breakpoint - String no formato CSS media query
|
|
1355
|
-
* @returns BreakpointState
|
|
1466
|
+
* Fecha o drawer
|
|
1356
1467
|
*/
|
|
1357
|
-
|
|
1358
|
-
return
|
|
1359
|
-
matches: this.isMatched(breakpoint),
|
|
1360
|
-
breakpoint
|
|
1361
|
-
};
|
|
1468
|
+
close() {
|
|
1469
|
+
return this.toggle(false);
|
|
1362
1470
|
}
|
|
1363
1471
|
/**
|
|
1364
|
-
*
|
|
1365
|
-
* @param breakpoints - Array de strings de breakpoints
|
|
1366
|
-
* @returns Observable<Map<string, boolean>>
|
|
1472
|
+
* Getter para saber se está animando
|
|
1367
1473
|
*/
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
const emptyMap = new Map();
|
|
1371
|
-
breakpoints.forEach(bp => emptyMap.set(bp, false));
|
|
1372
|
-
return of(emptyMap);
|
|
1373
|
-
}
|
|
1374
|
-
return this.breakpointSubject.asObservable().pipe(startWith({ matches: false, breakpoint: '' }), map(() => {
|
|
1375
|
-
const result = new Map();
|
|
1376
|
-
breakpoints.forEach(bp => {
|
|
1377
|
-
result.set(bp, this.checkBreakpoint(bp));
|
|
1378
|
-
});
|
|
1379
|
-
return result;
|
|
1380
|
-
}), distinctUntilChanged((prev, curr) => {
|
|
1381
|
-
if (prev.size !== curr.size)
|
|
1382
|
-
return false;
|
|
1383
|
-
for (const [key, value] of prev) {
|
|
1384
|
-
if (curr.get(key) !== value)
|
|
1385
|
-
return false;
|
|
1386
|
-
}
|
|
1387
|
-
return true;
|
|
1388
|
-
}));
|
|
1474
|
+
get animating() {
|
|
1475
|
+
return this._animating;
|
|
1389
1476
|
}
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
this.
|
|
1395
|
-
|
|
1396
|
-
|
|
1477
|
+
/**
|
|
1478
|
+
* Getter para a largura/altura do drawer
|
|
1479
|
+
*/
|
|
1480
|
+
get visibility() {
|
|
1481
|
+
return this.opened || this._animating ? 'visible' : 'hidden';
|
|
1482
|
+
}
|
|
1483
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDrawerComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1484
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaDrawerComponent, isStandalone: false, selector: "matcha-drawer", inputs: { position: "position", mode: "mode", disableClose: "disableClose", autoFocus: "autoFocus", fixedInViewport: "fixedInViewport", fixedTopGap: "fixedTopGap", fixedBottomGap: "fixedBottomGap", width: "width", opened: "opened" }, outputs: { openedChange: "openedChange", openedStart: "openedStart", closedStart: "closedStart", modeChange: "modeChange" }, host: { attributes: { "tabindex": "-1" }, properties: { "class.matcha-drawer-end": "position === \"end\"", "class.matcha-drawer-over": "mode === \"over\"", "class.matcha-drawer-push": "mode === \"push\"", "class.matcha-drawer-side": "mode === \"side\"", "class.matcha-drawer-opened": "opened", "style.width": "this.drawerWidth", "style.visibility": "this.visibility" }, classAttribute: "matcha-drawer" }, ngImport: i0, template: "<div class=\"matcha-drawer-inner-container\">\n <ng-content></ng-content>\n</div>\n", styles: [""], encapsulation: i0.ViewEncapsulation.None }); }
|
|
1485
|
+
}
|
|
1486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDrawerComponent, decorators: [{
|
|
1487
|
+
type: Component,
|
|
1488
|
+
args: [{ selector: 'matcha-drawer', encapsulation: ViewEncapsulation.None, standalone: false, host: {
|
|
1489
|
+
'class': 'matcha-drawer',
|
|
1490
|
+
'[class.matcha-drawer-end]': 'position === "end"',
|
|
1491
|
+
'[class.matcha-drawer-over]': 'mode === "over"',
|
|
1492
|
+
'[class.matcha-drawer-push]': 'mode === "push"',
|
|
1493
|
+
'[class.matcha-drawer-side]': 'mode === "side"',
|
|
1494
|
+
'[class.matcha-drawer-opened]': 'opened',
|
|
1495
|
+
'tabindex': '-1',
|
|
1496
|
+
}, template: "<div class=\"matcha-drawer-inner-container\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
1497
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }], propDecorators: { position: [{
|
|
1498
|
+
type: Input
|
|
1499
|
+
}], mode: [{
|
|
1500
|
+
type: Input
|
|
1501
|
+
}], disableClose: [{
|
|
1502
|
+
type: Input
|
|
1503
|
+
}], autoFocus: [{
|
|
1504
|
+
type: Input
|
|
1505
|
+
}], fixedInViewport: [{
|
|
1506
|
+
type: Input
|
|
1507
|
+
}], fixedTopGap: [{
|
|
1508
|
+
type: Input
|
|
1509
|
+
}], fixedBottomGap: [{
|
|
1510
|
+
type: Input
|
|
1511
|
+
}], width: [{
|
|
1512
|
+
type: Input
|
|
1513
|
+
}], drawerWidth: [{
|
|
1514
|
+
type: HostBinding,
|
|
1515
|
+
args: ['style.width']
|
|
1516
|
+
}], opened: [{
|
|
1517
|
+
type: Input
|
|
1518
|
+
}], openedChange: [{
|
|
1519
|
+
type: Output
|
|
1520
|
+
}], openedStart: [{
|
|
1521
|
+
type: Output
|
|
1522
|
+
}], closedStart: [{
|
|
1523
|
+
type: Output
|
|
1524
|
+
}], modeChange: [{
|
|
1525
|
+
type: Output
|
|
1526
|
+
}], visibility: [{
|
|
1527
|
+
type: HostBinding,
|
|
1528
|
+
args: ['style.visibility']
|
|
1529
|
+
}] } });
|
|
1530
|
+
|
|
1531
|
+
class MatchaDrawerContentComponent {
|
|
1532
|
+
constructor(_elementRef) {
|
|
1533
|
+
this._elementRef = _elementRef;
|
|
1534
|
+
}
|
|
1535
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDrawerContentComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1536
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaDrawerContentComponent, isStandalone: false, selector: "matcha-drawer-content", host: { classAttribute: "matcha-drawer-content" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1537
|
+
}
|
|
1538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDrawerContentComponent, decorators: [{
|
|
1539
|
+
type: Component,
|
|
1540
|
+
args: [{
|
|
1541
|
+
selector: 'matcha-drawer-content',
|
|
1542
|
+
template: '<ng-content></ng-content>',
|
|
1543
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1544
|
+
encapsulation: ViewEncapsulation.None,
|
|
1545
|
+
standalone: false,
|
|
1546
|
+
host: {
|
|
1547
|
+
'class': 'matcha-drawer-content',
|
|
1548
|
+
}
|
|
1549
|
+
}]
|
|
1550
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
1551
|
+
|
|
1552
|
+
class MatchaDrawerContainerComponent {
|
|
1553
|
+
get hasOpenDrawer() {
|
|
1554
|
+
return this._drawers && this._drawers.some(drawer => drawer.opened);
|
|
1555
|
+
}
|
|
1556
|
+
constructor(_cdr) {
|
|
1557
|
+
this._cdr = _cdr;
|
|
1558
|
+
/** Backdrop override */
|
|
1559
|
+
this._backdropOverride = null;
|
|
1560
|
+
this._destroyed = new Subject();
|
|
1561
|
+
this._doCheck = new Subject();
|
|
1562
|
+
// Debounce para otimizar detecção de mudanças
|
|
1563
|
+
this._doCheck.pipe(debounceTime(10), takeUntil(this._destroyed)).subscribe(() => {
|
|
1564
|
+
this._validateDrawers();
|
|
1565
|
+
this._updateContentMargins();
|
|
1566
|
+
});
|
|
1567
|
+
}
|
|
1568
|
+
ngAfterContentInit() {
|
|
1569
|
+
// Escuta mudanças nos drawers
|
|
1570
|
+
this._drawers.changes
|
|
1571
|
+
.pipe(takeUntil(this._destroyed))
|
|
1397
1572
|
.subscribe(() => {
|
|
1398
|
-
|
|
1399
|
-
this.
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1573
|
+
this._validateDrawers();
|
|
1574
|
+
this._updateContentMargins();
|
|
1575
|
+
this._subscribeToDrawerChanges();
|
|
1576
|
+
});
|
|
1577
|
+
// Inscreve nos eventos dos drawers
|
|
1578
|
+
this._subscribeToDrawerChanges();
|
|
1579
|
+
this._updateContentMargins();
|
|
1580
|
+
}
|
|
1581
|
+
/**
|
|
1582
|
+
* Inscreve nos eventos de cada drawer
|
|
1583
|
+
*/
|
|
1584
|
+
_subscribeToDrawerChanges() {
|
|
1585
|
+
this._drawers.forEach(drawer => {
|
|
1586
|
+
// Escuta mudanças no estado opened
|
|
1587
|
+
drawer.openedChange
|
|
1588
|
+
.pipe(takeUntil(this._destroyed))
|
|
1589
|
+
.subscribe(() => {
|
|
1590
|
+
this._updateContentMargins();
|
|
1591
|
+
this._cdr.markForCheck();
|
|
1592
|
+
});
|
|
1593
|
+
// Escuta mudanças no modo do drawer
|
|
1594
|
+
drawer.modeChange
|
|
1595
|
+
.pipe(takeUntil(this._destroyed))
|
|
1596
|
+
.subscribe(() => {
|
|
1597
|
+
this._updateContentMargins();
|
|
1598
|
+
this._cdr.markForCheck();
|
|
1404
1599
|
});
|
|
1405
1600
|
});
|
|
1406
1601
|
}
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
return false;
|
|
1423
|
-
}
|
|
1424
|
-
const [, condition, value] = match;
|
|
1425
|
-
const numericValue = parseInt(value, 10);
|
|
1426
|
-
const windowWidth = window.innerWidth;
|
|
1427
|
-
const windowHeight = window.innerHeight;
|
|
1428
|
-
let result = false;
|
|
1429
|
-
switch (condition) {
|
|
1430
|
-
case 'max-width':
|
|
1431
|
-
result = windowWidth <= numericValue;
|
|
1432
|
-
break;
|
|
1433
|
-
case 'min-width':
|
|
1434
|
-
result = windowWidth >= numericValue;
|
|
1435
|
-
break;
|
|
1436
|
-
case 'max-height':
|
|
1437
|
-
result = windowHeight <= numericValue;
|
|
1438
|
-
break;
|
|
1439
|
-
case 'min-height':
|
|
1440
|
-
result = windowHeight >= numericValue;
|
|
1441
|
-
break;
|
|
1442
|
-
default:
|
|
1443
|
-
result = false;
|
|
1444
|
-
}
|
|
1445
|
-
// Armazena no cache
|
|
1446
|
-
this.currentBreakpoints.set(breakpoint, result);
|
|
1447
|
-
return result;
|
|
1602
|
+
ngOnDestroy() {
|
|
1603
|
+
this._destroyed.next();
|
|
1604
|
+
this._destroyed.complete();
|
|
1605
|
+
this._doCheck.complete();
|
|
1606
|
+
}
|
|
1607
|
+
/**
|
|
1608
|
+
* Fecha todos os drawers que não têm disableClose
|
|
1609
|
+
*/
|
|
1610
|
+
onEscape() {
|
|
1611
|
+
if (this._drawers) {
|
|
1612
|
+
this._drawers.forEach(drawer => {
|
|
1613
|
+
if (drawer.opened && !drawer.disableClose && drawer.mode === 'over') {
|
|
1614
|
+
drawer.close();
|
|
1615
|
+
}
|
|
1616
|
+
});
|
|
1448
1617
|
}
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1618
|
+
}
|
|
1619
|
+
/**
|
|
1620
|
+
* Valida que não há múltiplos drawers na mesma posição
|
|
1621
|
+
*/
|
|
1622
|
+
_validateDrawers() {
|
|
1623
|
+
// Implementação simplificada - apenas avisa no console
|
|
1624
|
+
if (this._drawers && this._drawers.length > 2) {
|
|
1625
|
+
console.warn('Matcha Drawer: Mais de 2 drawers detectados. Use no máximo 2 (start e end).');
|
|
1453
1626
|
}
|
|
1454
1627
|
}
|
|
1455
1628
|
/**
|
|
1456
|
-
*
|
|
1629
|
+
* Atualiza as margens do conteúdo baseado nos drawers abertos
|
|
1457
1630
|
*/
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1631
|
+
_updateContentMargins() {
|
|
1632
|
+
if (!this._content || !this._drawers) {
|
|
1633
|
+
return;
|
|
1634
|
+
}
|
|
1635
|
+
let left = 0;
|
|
1636
|
+
let right = 0;
|
|
1637
|
+
this._drawers.forEach(drawer => {
|
|
1638
|
+
// Só aplica margem para side e push quando o drawer está aberto
|
|
1639
|
+
if (drawer.opened && (drawer.mode === 'side' || drawer.mode === 'push')) {
|
|
1640
|
+
const width = this._getDrawerWidth(drawer);
|
|
1641
|
+
if (drawer.position === 'start') {
|
|
1642
|
+
left = width;
|
|
1643
|
+
}
|
|
1644
|
+
else {
|
|
1645
|
+
right = width;
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1648
|
+
});
|
|
1649
|
+
// Aplica as margens no content
|
|
1650
|
+
this._setContentMargins(left, right);
|
|
1461
1651
|
}
|
|
1462
1652
|
/**
|
|
1463
|
-
*
|
|
1653
|
+
* Obtém a largura do drawer de forma segura
|
|
1464
1654
|
*/
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
MOBILE: '(max-width: 768px)',
|
|
1472
|
-
TABLET: '(min-width: 769px) and (max-width: 1024px)',
|
|
1473
|
-
DESKTOP: '(min-width: 1025px)'
|
|
1474
|
-
}; }
|
|
1475
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaBreakpointObserver, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1476
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaBreakpointObserver, providedIn: 'root' // Singleton garantido pelo Angular
|
|
1477
|
-
}); }
|
|
1478
|
-
}
|
|
1479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaBreakpointObserver, decorators: [{
|
|
1480
|
-
type: Injectable,
|
|
1481
|
-
args: [{
|
|
1482
|
-
providedIn: 'root' // Singleton garantido pelo Angular
|
|
1483
|
-
}]
|
|
1484
|
-
}], ctorParameters: () => [{ type: Object, decorators: [{
|
|
1485
|
-
type: Inject,
|
|
1486
|
-
args: [PLATFORM_ID]
|
|
1487
|
-
}] }] });
|
|
1488
|
-
|
|
1489
|
-
class MatchaDrawerComponent {
|
|
1490
|
-
get drawerClasses() {
|
|
1491
|
-
return `matcha-drawer matcha-drawer-${this.mode} matcha-drawer-${this.position} ${this.isOpen ? 'matcha-drawer-open' : 'matcha-drawer-closed'}`;
|
|
1492
|
-
}
|
|
1493
|
-
get drawerWidth() {
|
|
1494
|
-
if (this.mode === 'overlay') {
|
|
1495
|
-
// Modo overlay: sempre 0px para não empurrar o conteúdo
|
|
1496
|
-
return '0px';
|
|
1497
|
-
}
|
|
1498
|
-
// Modo push: ocupa espaço apenas quando aberto
|
|
1499
|
-
return this.isOpen ? this.width : '0px';
|
|
1500
|
-
}
|
|
1501
|
-
get drawerHeight() {
|
|
1502
|
-
return '100vh';
|
|
1503
|
-
}
|
|
1504
|
-
constructor(elementRef, renderer, cdr, breakpointObserver) {
|
|
1505
|
-
this.elementRef = elementRef;
|
|
1506
|
-
this.renderer = renderer;
|
|
1507
|
-
this.cdr = cdr;
|
|
1508
|
-
this.breakpointObserver = breakpointObserver;
|
|
1509
|
-
this.isOpen = false;
|
|
1510
|
-
this.mode = 'overlay';
|
|
1511
|
-
this.position = 'left';
|
|
1512
|
-
this.width = '300px';
|
|
1513
|
-
this.hasBackdrop = true;
|
|
1514
|
-
this.disableClose = false;
|
|
1515
|
-
this.autoCloseOnMobile = true;
|
|
1516
|
-
this.breakpoint = 1024;
|
|
1517
|
-
this.elevation = 8;
|
|
1518
|
-
this.hasFooter = false;
|
|
1519
|
-
// Novas propriedades para responsividade inteligente
|
|
1520
|
-
this.responsiveMode = true;
|
|
1521
|
-
this.mobileMode = 'overlay';
|
|
1522
|
-
this.desktopMode = 'push';
|
|
1523
|
-
this.mobileBreakpoint = 768;
|
|
1524
|
-
// 🎯 Nova propriedade para comportamento inteligente automático
|
|
1525
|
-
this.autoResponsive = true;
|
|
1526
|
-
this.isOpenChange = new EventEmitter();
|
|
1527
|
-
this.drawerToggle = new EventEmitter();
|
|
1528
|
-
this.drawerOpened = new EventEmitter();
|
|
1529
|
-
this.drawerClosed = new EventEmitter();
|
|
1530
|
-
this.isMobile = false;
|
|
1531
|
-
this.bodyScrollLocked = false;
|
|
1532
|
-
this.currentResponsiveMode = 'push';
|
|
1533
|
-
// 🎯 Subject para controlar resize com debounce
|
|
1534
|
-
this.resizeSubject = new Subject();
|
|
1535
|
-
this.setupResizeObserver();
|
|
1536
|
-
this.setupResizeDebounce();
|
|
1537
|
-
}
|
|
1538
|
-
ngOnInit() {
|
|
1539
|
-
this.checkScreenSize();
|
|
1540
|
-
this.setupBodyScrollLock();
|
|
1541
|
-
// 🎯 Comportamento inteligente automático
|
|
1542
|
-
if (this.autoResponsive) {
|
|
1543
|
-
this.setupSmartInitialState();
|
|
1544
|
-
}
|
|
1545
|
-
if (this.responsiveMode) {
|
|
1546
|
-
this.setupResponsiveMode();
|
|
1547
|
-
}
|
|
1548
|
-
}
|
|
1549
|
-
ngOnDestroy() {
|
|
1550
|
-
if (this.resizeObserver) {
|
|
1551
|
-
this.resizeObserver.disconnect();
|
|
1552
|
-
}
|
|
1553
|
-
if (this.breakpointSubscription) {
|
|
1554
|
-
this.breakpointSubscription.unsubscribe();
|
|
1555
|
-
}
|
|
1556
|
-
// 🎯 Limpeza do Subject
|
|
1557
|
-
this.resizeSubject.complete();
|
|
1558
|
-
this.unlockBodyScroll();
|
|
1559
|
-
}
|
|
1560
|
-
setupResizeObserver() {
|
|
1561
|
-
if (typeof ResizeObserver !== 'undefined') {
|
|
1562
|
-
this.resizeObserver = new ResizeObserver(() => {
|
|
1563
|
-
this.checkScreenSize();
|
|
1564
|
-
});
|
|
1565
|
-
if (this.elementRef.nativeElement.parentElement) {
|
|
1566
|
-
this.resizeObserver.observe(this.elementRef.nativeElement.parentElement);
|
|
1567
|
-
}
|
|
1568
|
-
}
|
|
1569
|
-
}
|
|
1570
|
-
// 🎯 Configuração do debounce para resize
|
|
1571
|
-
setupResizeDebounce() {
|
|
1572
|
-
this.resizeSubject.pipe(debounceTime(150) // Aguarda 150ms de estabilidade
|
|
1573
|
-
).subscribe((isMobile) => {
|
|
1574
|
-
this.updateDrawerStateOnResize();
|
|
1575
|
-
});
|
|
1576
|
-
}
|
|
1577
|
-
checkScreenSize() {
|
|
1578
|
-
const wasMobile = this.isMobile;
|
|
1579
|
-
this.isMobile = window.innerWidth < this.breakpoint;
|
|
1580
|
-
if (wasMobile !== this.isMobile) {
|
|
1581
|
-
this.cdr.detectChanges();
|
|
1582
|
-
if (!this.isMobile && this.autoCloseOnMobile && this.isOpen) {
|
|
1583
|
-
this.close();
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1586
|
-
}
|
|
1587
|
-
setupResponsiveMode() {
|
|
1588
|
-
const breakpoint = `(max-width: ${this.mobileBreakpoint}px)`;
|
|
1589
|
-
this.breakpointSubscription = this.breakpointObserver
|
|
1590
|
-
.observe(breakpoint)
|
|
1591
|
-
.subscribe((result) => {
|
|
1592
|
-
this.isMobile = result.matches;
|
|
1593
|
-
this.updateModeBasedOnScreen();
|
|
1594
|
-
this.cdr.detectChanges();
|
|
1595
|
-
});
|
|
1596
|
-
}
|
|
1597
|
-
updateModeBasedOnScreen() {
|
|
1598
|
-
if (this.responsiveMode) {
|
|
1599
|
-
const newMode = this.isMobile ? this.mobileMode : this.desktopMode;
|
|
1600
|
-
if (newMode !== this.currentResponsiveMode) {
|
|
1601
|
-
this.currentResponsiveMode = newMode;
|
|
1602
|
-
// Apenas atualiza o modo se não foi definido manualmente
|
|
1603
|
-
if (this.mode === this.mobileMode || this.mode === this.desktopMode) {
|
|
1604
|
-
this.mode = newMode;
|
|
1605
|
-
}
|
|
1606
|
-
// 🎯 Comportamento dinâmico inteligente durante resize
|
|
1607
|
-
if (this.autoResponsive) {
|
|
1608
|
-
this.resizeSubject.next(this.isMobile);
|
|
1609
|
-
}
|
|
1610
|
-
}
|
|
1611
|
-
}
|
|
1612
|
-
}
|
|
1613
|
-
// 🎯 Método para atualizar estado do drawer durante resize
|
|
1614
|
-
updateDrawerStateOnResize() {
|
|
1615
|
-
// Só aplica a lógica se mobile = overlay e desktop = push
|
|
1616
|
-
if (this.mobileMode === 'overlay' && this.desktopMode === 'push') {
|
|
1617
|
-
const shouldBeOpen = !this.isMobile; // Desktop aberto, Mobile fechado
|
|
1618
|
-
if (this.isOpen !== shouldBeOpen) {
|
|
1619
|
-
// 🎯 SOLUÇÃO OBSERVABLE: Mudança de estado com debounce
|
|
1620
|
-
this.isOpen = shouldBeOpen;
|
|
1621
|
-
this.isOpenChange.emit(this.isOpen);
|
|
1622
|
-
// Configura o scroll lock se necessário
|
|
1623
|
-
if (this.isOpen && this.mode === 'overlay') {
|
|
1624
|
-
this.lockBodyScroll();
|
|
1625
|
-
}
|
|
1626
|
-
else if (!this.isOpen) {
|
|
1627
|
-
this.unlockBodyScroll();
|
|
1628
|
-
}
|
|
1655
|
+
_getDrawerWidth(drawer) {
|
|
1656
|
+
// Primeiro tenta usar a propriedade width do componente
|
|
1657
|
+
if (drawer.width) {
|
|
1658
|
+
const widthValue = parseInt(drawer.width, 10);
|
|
1659
|
+
if (!isNaN(widthValue) && widthValue > 0) {
|
|
1660
|
+
return widthValue;
|
|
1629
1661
|
}
|
|
1630
1662
|
}
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
// Verifica se está em mobile usando o breakpoint observer
|
|
1635
|
-
const isMobile = this.breakpointObserver.isMatched(MatchaBreakpointObserver.BREAKPOINTS.MOBILE);
|
|
1636
|
-
// Define o estado inicial baseado no dispositivo
|
|
1637
|
-
// Mobile: fechado, Desktop: aberto
|
|
1638
|
-
// Usa setTimeout para evitar o "piscar" visual
|
|
1639
|
-
setTimeout(() => {
|
|
1640
|
-
this.isOpen = !isMobile;
|
|
1641
|
-
// Emite o evento para notificar o componente pai
|
|
1642
|
-
this.isOpenChange.emit(this.isOpen);
|
|
1643
|
-
// Configura o scroll lock se necessário
|
|
1644
|
-
if (this.isOpen && this.mode === 'overlay') {
|
|
1645
|
-
this.lockBodyScroll();
|
|
1646
|
-
}
|
|
1647
|
-
// Força a detecção de mudanças
|
|
1648
|
-
this.cdr.detectChanges();
|
|
1649
|
-
}, 0);
|
|
1650
|
-
}
|
|
1651
|
-
setupBodyScrollLock() {
|
|
1652
|
-
if (this.mode === 'overlay' && this.isOpen) {
|
|
1653
|
-
this.lockBodyScroll();
|
|
1654
|
-
}
|
|
1655
|
-
}
|
|
1656
|
-
lockBodyScroll() {
|
|
1657
|
-
if (!this.bodyScrollLocked) {
|
|
1658
|
-
document.body.style.overflow = 'hidden';
|
|
1659
|
-
this.bodyScrollLocked = true;
|
|
1660
|
-
}
|
|
1661
|
-
}
|
|
1662
|
-
unlockBodyScroll() {
|
|
1663
|
-
if (this.bodyScrollLocked) {
|
|
1664
|
-
document.body.style.overflow = '';
|
|
1665
|
-
this.bodyScrollLocked = false;
|
|
1666
|
-
}
|
|
1667
|
-
}
|
|
1668
|
-
toggle() {
|
|
1669
|
-
if (this.disableClose && this.isOpen) {
|
|
1670
|
-
return;
|
|
1671
|
-
}
|
|
1672
|
-
this.isOpen = !this.isOpen;
|
|
1673
|
-
this.isOpenChange.emit(this.isOpen);
|
|
1674
|
-
this.drawerToggle.emit();
|
|
1675
|
-
if (this.isOpen) {
|
|
1676
|
-
this.drawerOpened.emit();
|
|
1677
|
-
if (this.mode === 'overlay') {
|
|
1678
|
-
this.lockBodyScroll();
|
|
1679
|
-
}
|
|
1663
|
+
const element = drawer._elementRef?.nativeElement;
|
|
1664
|
+
if (!element) {
|
|
1665
|
+
return 256; // Default 256px
|
|
1680
1666
|
}
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1667
|
+
// Tenta obter a largura do CSS primeiro (mais confiável)
|
|
1668
|
+
const computedStyle = window.getComputedStyle(element);
|
|
1669
|
+
const cssWidth = parseInt(computedStyle.width, 10);
|
|
1670
|
+
// Se a largura computada é válida e não é absurda, usa ela
|
|
1671
|
+
if (cssWidth && cssWidth > 0 && cssWidth < 1000) {
|
|
1672
|
+
return cssWidth;
|
|
1684
1673
|
}
|
|
1685
|
-
|
|
1686
|
-
|
|
1674
|
+
// Fallback para offsetWidth, mas valida o valor
|
|
1675
|
+
const offsetWidth = element.offsetWidth;
|
|
1676
|
+
if (offsetWidth > 0 && offsetWidth < 1000) {
|
|
1677
|
+
return offsetWidth;
|
|
1687
1678
|
}
|
|
1679
|
+
// Se tudo falhar, retorna o padrão
|
|
1680
|
+
return 256;
|
|
1688
1681
|
}
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
this.
|
|
1695
|
-
if (
|
|
1696
|
-
|
|
1682
|
+
/**
|
|
1683
|
+
* Define as margens do conteúdo
|
|
1684
|
+
*/
|
|
1685
|
+
_setContentMargins(left, right) {
|
|
1686
|
+
if (this._content) {
|
|
1687
|
+
const contentElement = this._content._elementRef?.nativeElement;
|
|
1688
|
+
if (contentElement) {
|
|
1689
|
+
// Valida os valores antes de aplicar
|
|
1690
|
+
const validLeft = Math.max(0, Math.min(left, 600)); // Max 600px
|
|
1691
|
+
const validRight = Math.max(0, Math.min(right, 600)); // Max 600px
|
|
1692
|
+
contentElement.style.marginLeft = `${validLeft}px`;
|
|
1693
|
+
contentElement.style.marginRight = `${validRight}px`;
|
|
1697
1694
|
}
|
|
1698
1695
|
}
|
|
1699
1696
|
}
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
this.
|
|
1706
|
-
this.unlockBodyScroll();
|
|
1707
|
-
}
|
|
1708
|
-
}
|
|
1709
|
-
onBackdropClick() {
|
|
1710
|
-
if (this.hasBackdrop && this.mode === 'overlay' && !this.disableClose) {
|
|
1711
|
-
this.close();
|
|
1712
|
-
}
|
|
1713
|
-
}
|
|
1714
|
-
onKeyDown(event) {
|
|
1715
|
-
if (event.key === 'Escape' && this.isOpen && !this.disableClose) {
|
|
1716
|
-
this.close();
|
|
1717
|
-
}
|
|
1718
|
-
}
|
|
1719
|
-
getDrawerTransform() {
|
|
1720
|
-
// Centralização em telas grandes
|
|
1721
|
-
if (window.innerWidth >= 1920) {
|
|
1722
|
-
return `translateX(calc(50vw - 960px))`;
|
|
1723
|
-
}
|
|
1724
|
-
return 'none';
|
|
1725
|
-
}
|
|
1726
|
-
get animationState() {
|
|
1727
|
-
return this.isOpen ? 'open' : 'closed';
|
|
1728
|
-
}
|
|
1729
|
-
get isOverlayMode() {
|
|
1730
|
-
return this.mode === 'overlay';
|
|
1731
|
-
}
|
|
1732
|
-
get isPushMode() {
|
|
1733
|
-
return this.mode === 'push';
|
|
1734
|
-
}
|
|
1735
|
-
// Getter para o modo atual (considerando responsividade)
|
|
1736
|
-
get currentMode() {
|
|
1737
|
-
if (this.responsiveMode) {
|
|
1738
|
-
return this.isMobile ? this.mobileMode : this.desktopMode;
|
|
1739
|
-
}
|
|
1740
|
-
return this.mode;
|
|
1741
|
-
}
|
|
1742
|
-
// Getter para saber se está em modo mobile
|
|
1743
|
-
get isMobileView() {
|
|
1744
|
-
return this.isMobile;
|
|
1745
|
-
}
|
|
1746
|
-
// Getter para saber se está em modo responsivo
|
|
1747
|
-
get isResponsiveActive() {
|
|
1748
|
-
return this.responsiveMode;
|
|
1749
|
-
}
|
|
1750
|
-
// 🎯 Getter para saber se o modo automático está ativo
|
|
1751
|
-
get isAutoResponsiveActive() {
|
|
1752
|
-
return this.autoResponsive;
|
|
1753
|
-
}
|
|
1754
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaDrawerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: MatchaBreakpointObserver }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1755
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.3", type: MatchaDrawerComponent, isStandalone: false, selector: "matcha-drawer", inputs: { isOpen: "isOpen", mode: "mode", position: "position", width: "width", hasBackdrop: "hasBackdrop", disableClose: "disableClose", autoCloseOnMobile: "autoCloseOnMobile", breakpoint: "breakpoint", elevation: "elevation", hasFooter: "hasFooter", responsiveMode: "responsiveMode", mobileMode: "mobileMode", desktopMode: "desktopMode", mobileBreakpoint: "mobileBreakpoint", autoResponsive: "autoResponsive" }, outputs: { isOpenChange: "isOpenChange", drawerToggle: "drawerToggle", drawerOpened: "drawerOpened", drawerClosed: "drawerClosed" }, host: { properties: { "class": "this.drawerClasses", "style.width": "this.drawerWidth", "style.height": "this.drawerHeight" } }, viewQueries: [{ propertyName: "drawerContent", first: true, predicate: ["drawerContent"], descendants: true }], ngImport: i0, template: "<!-- Backdrop para modo overlay -->\n<div *ngIf=\"isOverlayMode && isOpen && hasBackdrop\"\n class=\"matcha-backdrop\"\n [@fadeInOut]=\"isOpen ? '1' : '0'\"\n (click)=\"onBackdropClick()\">\n</div>\n\n<!-- Drawer Container Principal -->\n<div *ngIf=\"(isOpen && mode === 'overlay') || mode === 'push'\"\n class=\"matcha-drawer-container\"\n [class.matcha-drawer-overlay-mode]=\"isOverlayMode\"\n [class.matcha-drawer-push-mode]=\"isPushMode\"\n [class.matcha-drawer-left]=\"position === 'left'\"\n [class.matcha-drawer-right]=\"position === 'right'\"\n [@slideInLeft]=\"animationState\"\n [style.transform]=\"getDrawerTransform()\"\n [style.width]=\"drawerWidth\"\n [style.overflow]=\"isOpen ? 'visible' : 'hidden'\"\n (keydown)=\"onKeyDown($event)\"\n tabindex=\"0\">\n\n <!-- Drawer Content -->\n <div class=\"matcha-drawer-content\"\n [style.min-width]=\"width\">\n\n <!-- Header do drawer -->\n <div class=\"matcha-drawer-header\">\n <ng-content select=\"[drawer-header]\"></ng-content>\n\n </div>\n\n <!-- Conte\u00FAdo principal do drawer -->\n <div class=\"matcha-drawer-main-content\">\n <ng-content select=\"[drawer-content]\"></ng-content>\n <ng-content></ng-content>\n </div>\n\n <!-- Footer do drawer -->\n <div *ngIf=\"hasFooter\" class=\"matcha-drawer-footer\">\n <ng-content select=\"[drawer-footer]\"></ng-content>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], animations: createAnimations }); }
|
|
1756
|
-
}
|
|
1757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaDrawerComponent, decorators: [{
|
|
1758
|
-
type: Component,
|
|
1759
|
-
args: [{ selector: 'matcha-drawer', animations: createAnimations, standalone: false, template: "<!-- Backdrop para modo overlay -->\n<div *ngIf=\"isOverlayMode && isOpen && hasBackdrop\"\n class=\"matcha-backdrop\"\n [@fadeInOut]=\"isOpen ? '1' : '0'\"\n (click)=\"onBackdropClick()\">\n</div>\n\n<!-- Drawer Container Principal -->\n<div *ngIf=\"(isOpen && mode === 'overlay') || mode === 'push'\"\n class=\"matcha-drawer-container\"\n [class.matcha-drawer-overlay-mode]=\"isOverlayMode\"\n [class.matcha-drawer-push-mode]=\"isPushMode\"\n [class.matcha-drawer-left]=\"position === 'left'\"\n [class.matcha-drawer-right]=\"position === 'right'\"\n [@slideInLeft]=\"animationState\"\n [style.transform]=\"getDrawerTransform()\"\n [style.width]=\"drawerWidth\"\n [style.overflow]=\"isOpen ? 'visible' : 'hidden'\"\n (keydown)=\"onKeyDown($event)\"\n tabindex=\"0\">\n\n <!-- Drawer Content -->\n <div class=\"matcha-drawer-content\"\n [style.min-width]=\"width\">\n\n <!-- Header do drawer -->\n <div class=\"matcha-drawer-header\">\n <ng-content select=\"[drawer-header]\"></ng-content>\n\n </div>\n\n <!-- Conte\u00FAdo principal do drawer -->\n <div class=\"matcha-drawer-main-content\">\n <ng-content select=\"[drawer-content]\"></ng-content>\n <ng-content></ng-content>\n </div>\n\n <!-- Footer do drawer -->\n <div *ngIf=\"hasFooter\" class=\"matcha-drawer-footer\">\n <ng-content select=\"[drawer-footer]\"></ng-content>\n </div>\n </div>\n</div>\n" }]
|
|
1760
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: MatchaBreakpointObserver }], propDecorators: { isOpen: [{
|
|
1761
|
-
type: Input
|
|
1762
|
-
}], mode: [{
|
|
1763
|
-
type: Input
|
|
1764
|
-
}], position: [{
|
|
1765
|
-
type: Input
|
|
1766
|
-
}], width: [{
|
|
1767
|
-
type: Input
|
|
1768
|
-
}], hasBackdrop: [{
|
|
1769
|
-
type: Input
|
|
1770
|
-
}], disableClose: [{
|
|
1771
|
-
type: Input
|
|
1772
|
-
}], autoCloseOnMobile: [{
|
|
1773
|
-
type: Input
|
|
1774
|
-
}], breakpoint: [{
|
|
1775
|
-
type: Input
|
|
1776
|
-
}], elevation: [{
|
|
1777
|
-
type: Input
|
|
1778
|
-
}], hasFooter: [{
|
|
1779
|
-
type: Input
|
|
1780
|
-
}], responsiveMode: [{
|
|
1781
|
-
type: Input
|
|
1782
|
-
}], mobileMode: [{
|
|
1783
|
-
type: Input
|
|
1784
|
-
}], desktopMode: [{
|
|
1785
|
-
type: Input
|
|
1786
|
-
}], mobileBreakpoint: [{
|
|
1787
|
-
type: Input
|
|
1788
|
-
}], autoResponsive: [{
|
|
1789
|
-
type: Input
|
|
1790
|
-
}], isOpenChange: [{
|
|
1791
|
-
type: Output
|
|
1792
|
-
}], drawerToggle: [{
|
|
1793
|
-
type: Output
|
|
1794
|
-
}], drawerOpened: [{
|
|
1795
|
-
type: Output
|
|
1796
|
-
}], drawerClosed: [{
|
|
1797
|
-
type: Output
|
|
1798
|
-
}], drawerContent: [{
|
|
1799
|
-
type: ViewChild,
|
|
1800
|
-
args: ['drawerContent', { static: false }]
|
|
1801
|
-
}], drawerClasses: [{
|
|
1802
|
-
type: HostBinding,
|
|
1803
|
-
args: ['class']
|
|
1804
|
-
}], drawerWidth: [{
|
|
1805
|
-
type: HostBinding,
|
|
1806
|
-
args: ['style.width']
|
|
1807
|
-
}], drawerHeight: [{
|
|
1808
|
-
type: HostBinding,
|
|
1809
|
-
args: ['style.height']
|
|
1810
|
-
}] } });
|
|
1811
|
-
|
|
1812
|
-
class MatchaDrawerContainerComponent {
|
|
1813
|
-
constructor() {
|
|
1814
|
-
this.hasBackdrop = true;
|
|
1815
|
-
this.autoFocus = true;
|
|
1816
|
-
}
|
|
1817
|
-
ngOnInit() {
|
|
1818
|
-
if (this.drawer) {
|
|
1819
|
-
this.setupDrawerEvents();
|
|
1697
|
+
/**
|
|
1698
|
+
* Retorna se há um backdrop visível
|
|
1699
|
+
*/
|
|
1700
|
+
get _hasBackdrop() {
|
|
1701
|
+
if (this._backdropOverride !== null) {
|
|
1702
|
+
return this._backdropOverride;
|
|
1820
1703
|
}
|
|
1704
|
+
return this._drawers && this._drawers.some(drawer => drawer.opened && drawer.mode === 'over');
|
|
1821
1705
|
}
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
if (this.
|
|
1827
|
-
this.
|
|
1828
|
-
if (
|
|
1829
|
-
|
|
1830
|
-
// Focus será gerenciado pelo próprio drawer component
|
|
1831
|
-
}, 100);
|
|
1706
|
+
/**
|
|
1707
|
+
* Fecha o drawer quando o backdrop é clicado
|
|
1708
|
+
*/
|
|
1709
|
+
_onBackdropClick() {
|
|
1710
|
+
if (this._drawers) {
|
|
1711
|
+
this._drawers.forEach(drawer => {
|
|
1712
|
+
if (drawer.opened && !drawer.disableClose && drawer.mode === 'over') {
|
|
1713
|
+
drawer.close();
|
|
1832
1714
|
}
|
|
1833
1715
|
});
|
|
1834
1716
|
}
|
|
1835
1717
|
}
|
|
1836
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1837
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1718
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDrawerContainerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1719
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaDrawerContainerComponent, isStandalone: false, selector: "matcha-drawer-container", host: { listeners: { "document:keydown.escape": "onEscape()" }, properties: { "class.matcha-drawer-container-explicit-backdrop": "_backdropOverride", "class.matcha-drawer-container-has-open": "this.hasOpenDrawer" }, classAttribute: "matcha-drawer-container" }, queries: [{ propertyName: "_content", first: true, predicate: MatchaDrawerContentComponent, descendants: true }, { propertyName: "_drawers", predicate: MatchaDrawerComponent }], ngImport: i0, template: "<div class=\"matcha-drawer-backdrop\"\n *ngIf=\"_hasBackdrop\"\n (click)=\"_onBackdropClick()\">\n</div>\n\n<ng-content select=\"matcha-drawer\"></ng-content>\n\n<div class=\"matcha-drawer-content-container\">\n <ng-content select=\"matcha-drawer-content\"></ng-content>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
1838
1720
|
}
|
|
1839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDrawerContainerComponent, decorators: [{
|
|
1840
1722
|
type: Component,
|
|
1841
|
-
args: [{ selector: 'matcha-drawer-container', standalone: false,
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
type: ContentChild,
|
|
1723
|
+
args: [{ selector: 'matcha-drawer-container', encapsulation: ViewEncapsulation.None, standalone: false, host: {
|
|
1724
|
+
'class': 'matcha-drawer-container',
|
|
1725
|
+
'[class.matcha-drawer-container-explicit-backdrop]': '_backdropOverride',
|
|
1726
|
+
}, template: "<div class=\"matcha-drawer-backdrop\"\n *ngIf=\"_hasBackdrop\"\n (click)=\"_onBackdropClick()\">\n</div>\n\n<ng-content select=\"matcha-drawer\"></ng-content>\n\n<div class=\"matcha-drawer-content-container\">\n <ng-content select=\"matcha-drawer-content\"></ng-content>\n</div>\n" }]
|
|
1727
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { _drawers: [{
|
|
1728
|
+
type: ContentChildren,
|
|
1848
1729
|
args: [MatchaDrawerComponent]
|
|
1849
|
-
}]
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
this.padding = '24px';
|
|
1854
|
-
this.scrollable = true;
|
|
1855
|
-
this.maxHeight = 'auto';
|
|
1856
|
-
}
|
|
1857
|
-
get contentClasses() {
|
|
1858
|
-
return `matcha-drawer-content ${this.scrollable ? 'scrollable' : 'no-scroll'}`;
|
|
1859
|
-
}
|
|
1860
|
-
get maxHeightStyle() {
|
|
1861
|
-
return this.maxHeight;
|
|
1862
|
-
}
|
|
1863
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaDrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1864
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.3", type: MatchaDrawerContentComponent, isStandalone: false, selector: "matcha-drawer-content", inputs: { padding: "padding", scrollable: "scrollable", maxHeight: "maxHeight" }, host: { properties: { "class": "this.contentClasses", "style.max-height": "this.maxHeightStyle" } }, ngImport: i0, template: `
|
|
1865
|
-
<div class="matcha-drawer-content-wrapper">
|
|
1866
|
-
<ng-content></ng-content>
|
|
1867
|
-
</div>
|
|
1868
|
-
`, isInline: true }); }
|
|
1869
|
-
}
|
|
1870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaDrawerContentComponent, decorators: [{
|
|
1871
|
-
type: Component,
|
|
1872
|
-
args: [{
|
|
1873
|
-
selector: 'matcha-drawer-content',
|
|
1874
|
-
template: `
|
|
1875
|
-
<div class="matcha-drawer-content-wrapper">
|
|
1876
|
-
<ng-content></ng-content>
|
|
1877
|
-
</div>
|
|
1878
|
-
`,
|
|
1879
|
-
standalone: false
|
|
1880
|
-
}]
|
|
1881
|
-
}], propDecorators: { padding: [{
|
|
1882
|
-
type: Input
|
|
1883
|
-
}], scrollable: [{
|
|
1884
|
-
type: Input
|
|
1885
|
-
}], maxHeight: [{
|
|
1886
|
-
type: Input
|
|
1887
|
-
}], contentClasses: [{
|
|
1888
|
-
type: HostBinding,
|
|
1889
|
-
args: ['class']
|
|
1890
|
-
}], maxHeightStyle: [{
|
|
1730
|
+
}], _content: [{
|
|
1731
|
+
type: ContentChild,
|
|
1732
|
+
args: [MatchaDrawerContentComponent]
|
|
1733
|
+
}], hasOpenDrawer: [{
|
|
1891
1734
|
type: HostBinding,
|
|
1892
|
-
args: ['
|
|
1735
|
+
args: ['class.matcha-drawer-container-has-open']
|
|
1736
|
+
}], onEscape: [{
|
|
1737
|
+
type: HostListener,
|
|
1738
|
+
args: ['document:keydown.escape']
|
|
1893
1739
|
}] } });
|
|
1894
1740
|
|
|
1895
1741
|
class MatchaIconComponent {
|
|
@@ -1908,10 +1754,10 @@ class MatchaIconComponent {
|
|
|
1908
1754
|
const activeClasses = `${icon} ${color} ${size} ${loading} ${this.class}`;
|
|
1909
1755
|
return activeClasses;
|
|
1910
1756
|
}
|
|
1911
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1912
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1757
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1758
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaIconComponent, isStandalone: false, selector: "matcha-icon", inputs: { name: "name", size: "size", color: "color", class: "class", loading: "loading" }, ngImport: i0, template: "<span [class]=\"classes\">\n <ng-content></ng-content>\n</span>\n", styles: [""] }); }
|
|
1913
1759
|
}
|
|
1914
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1760
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaIconComponent, decorators: [{
|
|
1915
1761
|
type: Component,
|
|
1916
1762
|
args: [{ selector: 'matcha-icon', standalone: false, template: "<span [class]=\"classes\">\n <ng-content></ng-content>\n</span>\n" }]
|
|
1917
1763
|
}], propDecorators: { name: [{
|
|
@@ -2008,10 +1854,10 @@ class MatchaGridComponent {
|
|
|
2008
1854
|
this.setColspanClasses(this.colspan, this.breakpoint);
|
|
2009
1855
|
this.setRowspanClasses(this.rowspan, this.breakpoint);
|
|
2010
1856
|
}
|
|
2011
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2012
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1857
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaGridComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1858
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaGridComponent, isStandalone: false, selector: "matcha-grid", inputs: { breakpoint: "breakpoint", col: "col", gap: "gap", class: "class", span: "span", rowspan: "rowspan", colspan: "colspan", direction: "direction", loading: "loading" }, usesOnChanges: true, ngImport: i0, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
|
|
2013
1859
|
}
|
|
2014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaGridComponent, decorators: [{
|
|
2015
1861
|
type: Component,
|
|
2016
1862
|
args: [{ selector: 'matcha-grid', standalone: false, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
2017
1863
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { breakpoint: [{
|
|
@@ -2071,10 +1917,10 @@ class MatchaMasonryComponent {
|
|
|
2071
1917
|
activeClasses += gapXl ? ` ${gapXl}` : '';
|
|
2072
1918
|
return activeClasses;
|
|
2073
1919
|
}
|
|
2074
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2075
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1920
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMasonryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1921
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaMasonryComponent, isStandalone: false, selector: "matcha-masonry", inputs: { colSize: ["col", "colSize"], smColSize: ["col-sm", "smColSize"], mdColSize: ["col-md", "mdColSize"], lgColSize: ["col-lg", "lgColSize"], xlColSize: ["col-xl", "xlColSize"], gap: "gap", gapSm: ["gap-sm", "gapSm"], gapMd: ["gap-md", "gapMd"], gapLg: ["gap-lg", "gapLg"], gapXl: ["gap-xl", "gapXl"] }, ngImport: i0, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
|
|
2076
1922
|
}
|
|
2077
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMasonryComponent, decorators: [{
|
|
2078
1924
|
type: Component,
|
|
2079
1925
|
args: [{ selector: 'matcha-masonry', standalone: false, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
2080
1926
|
}], propDecorators: { colSize: [{
|
|
@@ -2110,19 +1956,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
2110
1956
|
}] } });
|
|
2111
1957
|
|
|
2112
1958
|
class MatchaModalContentComponent {
|
|
2113
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2114
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1959
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1960
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaModalContentComponent, isStandalone: false, selector: "matcha-modal-content", ngImport: i0, template: "\n<div class=\"py-24 pt-0 overflow-auto\" style=\"max-height: calc(100vh - 300px);\n\">\n <div class=\"matcha-card-flat matcha-background-transparent p-0 flex-column--force\">\n <div class=\"flex-column matcha-card-flat matcha-background-transparent px-24 py-0\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n", styles: [""] }); }
|
|
2115
1961
|
}
|
|
2116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalContentComponent, decorators: [{
|
|
2117
1963
|
type: Component,
|
|
2118
1964
|
args: [{ selector: 'matcha-modal-content', standalone: false, template: "\n<div class=\"py-24 pt-0 overflow-auto\" style=\"max-height: calc(100vh - 300px);\n\">\n <div class=\"matcha-card-flat matcha-background-transparent p-0 flex-column--force\">\n <div class=\"flex-column matcha-card-flat matcha-background-transparent px-24 py-0\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n" }]
|
|
2119
1965
|
}] });
|
|
2120
1966
|
|
|
2121
1967
|
class MatchaModalHeaderComponent {
|
|
2122
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2123
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1968
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1969
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaModalHeaderComponent, isStandalone: false, selector: "matcha-modal-header", ngImport: i0, template: "<!-- [@animate]=\"{ value: '*', params: { delay: '100ms' } }\" -->\n<!-- MATCHA CHECK -->\n<div class=\"matcha-section pt-16 px-16 pt-md-24 px-md-24\">\n <div class=\"d-flex flex-wrap flex-space-between mb-16 mb-md-24\">\n <div class=\"flex-space-between flex-align-center\">\n <ng-content></ng-content>\n </div>\n <div class=\"flex-row flex-end gap-8\">\n <ng-content select=\"matcha-modal-options\"></ng-content>\n </div>\n </div>\n <matcha-divider></matcha-divider>\n</div>\n", styles: [""], dependencies: [{ kind: "component", type: MatchaDividerComponent, selector: "matcha-divider", inputs: ["gap", "gap-sm", "gap-md", "gap-lg", "gap-xl", "direction"] }] }); }
|
|
2124
1970
|
}
|
|
2125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalHeaderComponent, decorators: [{
|
|
2126
1972
|
type: Component,
|
|
2127
1973
|
args: [{ selector: 'matcha-modal-header', standalone: false, template: "<!-- [@animate]=\"{ value: '*', params: { delay: '100ms' } }\" -->\n<!-- MATCHA CHECK -->\n<div class=\"matcha-section pt-16 px-16 pt-md-24 px-md-24\">\n <div class=\"d-flex flex-wrap flex-space-between mb-16 mb-md-24\">\n <div class=\"flex-space-between flex-align-center\">\n <ng-content></ng-content>\n </div>\n <div class=\"flex-row flex-end gap-8\">\n <ng-content select=\"matcha-modal-options\"></ng-content>\n </div>\n </div>\n <matcha-divider></matcha-divider>\n</div>\n" }]
|
|
2128
1974
|
}] });
|
|
@@ -2148,10 +1994,10 @@ class MatchaModalFooterComponent {
|
|
|
2148
1994
|
}
|
|
2149
1995
|
});
|
|
2150
1996
|
}
|
|
2151
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2152
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1997
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1998
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaModalFooterComponent, isStandalone: false, selector: "matcha-modal-footer", inputs: { buttonType: ["", "buttonType"] }, ngImport: i0, template: "<div class=\"matcha-section pb-16 px-16 pb-md-24 px-md-24\">\n <matcha-divider></matcha-divider>\n <div class=\"flex-column flex-sm-row w-100-p flex-space-between gap-16\">\n <div class=\"flex-column flex-sm-row w-100-p flex-space-between mt-16 mt-md-24 gap-16\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "component", type: MatchaDividerComponent, selector: "matcha-divider", inputs: ["gap", "gap-sm", "gap-md", "gap-lg", "gap-xl", "direction"] }] }); }
|
|
2153
1999
|
}
|
|
2154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalFooterComponent, decorators: [{
|
|
2155
2001
|
type: Component,
|
|
2156
2002
|
args: [{ selector: 'matcha-modal-footer', standalone: false, template: "<div class=\"matcha-section pb-16 px-16 pb-md-24 px-md-24\">\n <matcha-divider></matcha-divider>\n <div class=\"flex-column flex-sm-row w-100-p flex-space-between gap-16\">\n <div class=\"flex-column flex-sm-row w-100-p flex-space-between mt-16 mt-md-24 gap-16\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n" }]
|
|
2157
2003
|
}], propDecorators: { buttonType: [{
|
|
@@ -2160,10 +2006,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
2160
2006
|
}] } });
|
|
2161
2007
|
|
|
2162
2008
|
class MatchaModalOptionsComponent {
|
|
2163
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2164
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2009
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalOptionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2010
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaModalOptionsComponent, isStandalone: false, selector: "matcha-modal-options", ngImport: i0, template: "<div class=\"flex-row gap-8\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
|
|
2165
2011
|
}
|
|
2166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2012
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalOptionsComponent, decorators: [{
|
|
2167
2013
|
type: Component,
|
|
2168
2014
|
args: [{ selector: 'matcha-modal-options', standalone: false, template: "<div class=\"flex-row gap-8\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
2169
2015
|
}] });
|
|
@@ -2202,10 +2048,10 @@ class MatchaModalComponent {
|
|
|
2202
2048
|
this.hasBackdrop = true;
|
|
2203
2049
|
this.backdropClass = '';
|
|
2204
2050
|
}
|
|
2205
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2206
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2051
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2052
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaModalComponent, isStandalone: false, selector: "matcha-modal", inputs: { size: "size", sizeXs: ["size-xs", "sizeXs"], sizeSm: ["size-sm", "sizeSm"], sizeMd: ["size-md", "sizeMd"], sizeLg: ["size-lg", "sizeLg"], sizeXl: ["size-xl", "sizeXl"], class: "class", hasBackdrop: "hasBackdrop", backdropClass: "backdropClass" }, host: { properties: { "attr.size": "this.sizeAttr", "attr.size-xs": "this.sizeAttrXs", "arrt.size-sm": "this.sizeAttrSm", "attr.size-md": "this.sizeAttrMd", "attr.size-lg": "this.sizeAttrLg", "attr.size-xl": "this.sizeAttrXl", "class": "this.classes" } }, ngImport: i0, template: "<div class=\"background-surface elevation-z-4 flex-column matcha-modal radius-8\">\n <ng-content></ng-content>\n</div>", styles: [""] }); }
|
|
2207
2053
|
}
|
|
2208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalComponent, decorators: [{
|
|
2209
2055
|
type: Component,
|
|
2210
2056
|
args: [{ selector: 'matcha-modal', standalone: false, template: "<div class=\"background-surface elevation-z-4 flex-column matcha-modal radius-8\">\n <ng-content></ng-content>\n</div>" }]
|
|
2211
2057
|
}], ctorParameters: () => [], propDecorators: { size: [{
|
|
@@ -2255,57 +2101,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
2255
2101
|
args: ['class']
|
|
2256
2102
|
}] } });
|
|
2257
2103
|
|
|
2258
|
-
class MatchaMenuComponent {
|
|
2259
|
-
constructor(_elementRef, _renderer) {
|
|
2260
|
-
this._elementRef = _elementRef;
|
|
2261
|
-
this._renderer = _renderer;
|
|
2262
|
-
this.isParentMenu = false;
|
|
2263
|
-
this.isOpen = false;
|
|
2264
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
2265
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-menu');
|
|
2266
|
-
}
|
|
2267
|
-
handleOutsideClick(event) {
|
|
2268
|
-
if (!this._elementRef.nativeElement.contains(event.target) && this.isOpen) {
|
|
2269
|
-
this.closeMenu();
|
|
2270
|
-
}
|
|
2271
|
-
}
|
|
2272
|
-
handleMouseLeave(event) {
|
|
2273
|
-
if (!this.isParentMenu && this._elementRef.nativeElement.contains(event.relatedTarget)) {
|
|
2274
|
-
return;
|
|
2275
|
-
}
|
|
2276
|
-
this.closeMenu();
|
|
2277
|
-
}
|
|
2278
|
-
openMenu() {
|
|
2279
|
-
this.isOpen = true;
|
|
2280
|
-
}
|
|
2281
|
-
closeMenu() {
|
|
2282
|
-
this.isOpen = false;
|
|
2283
|
-
}
|
|
2284
|
-
toggleMenu() {
|
|
2285
|
-
this.isOpen = !this.isOpen;
|
|
2286
|
-
}
|
|
2287
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaMenuComponent, deps: [{ token: ElementRef }, { token: Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2288
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.3", type: MatchaMenuComponent, isStandalone: false, selector: "matcha-menu", inputs: { isParentMenu: "isParentMenu" }, host: { listeners: { "document:click": "handleOutsideClick($event)", "mouseleave": "handleMouseLeave($event)" } }, exportAs: ["matchaMenu"], ngImport: i0, template: "<div class=\"menu\" [ngClass]=\"{'show': isOpen}\">\n <ng-content></ng-content>\n </div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
2289
|
-
}
|
|
2290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaMenuComponent, decorators: [{
|
|
2291
|
-
type: Component,
|
|
2292
|
-
args: [{ selector: 'matcha-menu', exportAs: 'matchaMenu', standalone: false, template: "<div class=\"menu\" [ngClass]=\"{'show': isOpen}\">\n <ng-content></ng-content>\n </div>\n" }]
|
|
2293
|
-
}], ctorParameters: () => [{ type: i0.ElementRef, decorators: [{
|
|
2294
|
-
type: Inject,
|
|
2295
|
-
args: [ElementRef]
|
|
2296
|
-
}] }, { type: i0.Renderer2, decorators: [{
|
|
2297
|
-
type: Inject,
|
|
2298
|
-
args: [Renderer2]
|
|
2299
|
-
}] }], propDecorators: { isParentMenu: [{
|
|
2300
|
-
type: Input
|
|
2301
|
-
}], handleOutsideClick: [{
|
|
2302
|
-
type: HostListener,
|
|
2303
|
-
args: ['document:click', ['$event']]
|
|
2304
|
-
}], handleMouseLeave: [{
|
|
2305
|
-
type: HostListener,
|
|
2306
|
-
args: ['mouseleave', ['$event']]
|
|
2307
|
-
}] } });
|
|
2308
|
-
|
|
2309
2104
|
class MatchaToolbarComponent {
|
|
2310
2105
|
constructor() {
|
|
2311
2106
|
this.elevation = 1;
|
|
@@ -2330,12 +2125,12 @@ class MatchaToolbarComponent {
|
|
|
2330
2125
|
ngOnDestroy() {
|
|
2331
2126
|
clearTimeout(this.resizeTimeout);
|
|
2332
2127
|
}
|
|
2333
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2334
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2128
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2129
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaToolbarComponent, isStandalone: false, selector: "matcha-toolbar", inputs: { elevation: "elevation" }, host: { listeners: { "window:resize": "onResize()" } }, ngImport: i0, template: "<!-- HOW TO USE:\n<matcha-toolbar>\n <matcha-title type=\"icon\" icon=\"settings-out\" (iconClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-NO-ICONE-AQUI\">\n {{'FINANCIAL.CATEGORY.TITLE' | translate}}\n </matcha-title>\n <search-form toolbar-form-field (searchText)=\"searchText($event)\"></search-form>\n <matcha-toolbar-button icon=\"home-out\" (buttonClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-AQUI\">\n TEXTO DO BOT\u00C3O AQUI\n </matcha-toolbar-button>\n <matcha-toolbar-content>\n TEXTO DO BOT\u00C3O AQUI\n </matcha-toolbar-content>\n <matcha-toolbar-main-button (buttonClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-AQUI\">\n TEXTO DO BOT\u00C3O AQUI\n </matcha-toolbar-main-button>\n QUALQUER OUTRA FUNCIONALIDADE AQUI\n</matcha-toolbar>\n-->\n<ng-template #toolbarMainButton>\n <ng-content select=\"matcha-toolbar-main-button\"></ng-content>\n</ng-template>\n\n<ng-template #toolbarCustomButton>\n <ng-content select=\"matcha-toolbar-custom-button\"></ng-content>\n</ng-template>\n<!-- CONTENT HEADER -->\n<div class=\"flex-column background-surface radius-8\" [ngClass]=\"elevationClass\">\n <div class=\"flex-column flex-md-row flex-wrap p-16 flex-align-center flex-space-between h-auto min-h-72 flex-wrap\">\n <div class=\"w-100-p--force w-md-auto--force flex-space-between flex-wrap gap-8\">\n <div class=\"min-h-32 flex-center-center\">\n <ng-content select=\"matcha-title\"></ng-content>\n </div>\n <ng-container *ngIf=\"isMobileScreen\">\n <ng-container *ngTemplateOutlet=\"toolbarMainButton\"></ng-container>\n <ng-container *ngTemplateOutlet=\"toolbarCustomButton\"></ng-container>\n </ng-container>\n </div>\n <div class=\"w-100-p--force w-md-auto--force flex-row flex-end gap-8\">\n <!-- ISSO DEVE SER SUBSTITUIDO PELO matcha-input-search FOR IMPLEMENTADO -->\n <ng-content select=\"search-form\"></ng-content>\n <!-- /ISSO DEVE SER SUBSTITUIDO PELO matcha-input-search FOR IMPLEMENTADO -->\n <div class=\"flex-row gap-8\">\n <ng-content select=\"matcha-toolbar-button\"></ng-content>\n <ng-content select=\"matcha-toolbar-content\"></ng-content>\n <ng-content></ng-content>\n <ng-container *ngIf=\"!isMobileScreen\">\n <ng-container *ngTemplateOutlet=\"toolbarMainButton\"></ng-container>\n <ng-container *ngTemplateOutlet=\"toolbarCustomButton\"></ng-container>\n </ng-container>\n </div>\n </div>\n </div>\n</div>\n<!-- / CONTENT HEADER -->\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
|
|
2335
2130
|
}
|
|
2336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarComponent, decorators: [{
|
|
2337
2132
|
type: Component,
|
|
2338
|
-
args: [{ selector: 'matcha-toolbar', standalone: false, template: "<!-- HOW TO USE:\n<matcha-toolbar>\n <matcha-title type=\"icon\" icon=\"settings-out\" (iconClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-NO-ICONE-AQUI\">\n {{'FINANCIAL.CATEGORY.TITLE' | translate}}\n </matcha-title>\n <search-form toolbar-form-field (searchText)=\"searchText($event)\"></search-form>\n <matcha-toolbar-button icon=\"home-out\" (buttonClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-AQUI\">\n TEXTO DO BOT\u00C3O AQUI\n </matcha-toolbar-button>\n <matcha-toolbar-content>\n TEXTO DO BOT\u00C3O AQUI\n </matcha-toolbar-content>\n <matcha-toolbar-main-button (buttonClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-AQUI\">\n TEXTO DO BOT\u00C3O AQUI\n </matcha-toolbar-main-button>\n QUALQUER OUTRA FUNCIONALIDADE AQUI\n</matcha-toolbar>\n-->\n<ng-template #toolbarMainButton>\n <ng-content select=\"matcha-toolbar-main-button\"></ng-content>\n</ng-template>\n\n<ng-template #toolbarCustomButton>\n <ng-content select=\"matcha-toolbar-custom-button\"></ng-content>\n</ng-template>\n<!-- CONTENT HEADER -->\n<div class=\"flex-column background-surface radius-8\" [ngClass]=\"elevationClass\">\n <div class=\"flex-column flex-md-row flex-wrap p-16 flex-align-center flex-space-between h-auto min-h-72 flex-wrap\">\n <div class=\"w-100-p--force w-md-auto--force flex-space-between flex-wrap\">\n <div class=\"min-h-32 flex-center-center\">\n <ng-content select=\"matcha-title\"></ng-content>\n </div>\n <ng-container *ngIf=\"isMobileScreen\">\n <ng-container *ngTemplateOutlet=\"toolbarMainButton\"></ng-container>\n <ng-container *ngTemplateOutlet=\"toolbarCustomButton\"></ng-container>\n </ng-container>\n </div>\n <div class=\"w-100-p--force w-md-auto--force flex-row flex-end gap-8\">\n <!-- ISSO DEVE SER SUBSTITUIDO PELO matcha-input-search FOR IMPLEMENTADO -->\n <ng-content select=\"search-form\"></ng-content>\n <!-- /ISSO DEVE SER SUBSTITUIDO PELO matcha-input-search FOR IMPLEMENTADO -->\n <div class=\"flex-row gap-8\">\n <ng-content select=\"matcha-toolbar-button\"></ng-content>\n <ng-content select=\"matcha-toolbar-content\"></ng-content>\n <ng-content></ng-content>\n <ng-container *ngIf=\"!isMobileScreen\">\n <ng-container *ngTemplateOutlet=\"toolbarMainButton\"></ng-container>\n <ng-container *ngTemplateOutlet=\"toolbarCustomButton\"></ng-container>\n </ng-container>\n </div>\n </div>\n </div>\n</div>\n<!-- / CONTENT HEADER -->\n" }]
|
|
2133
|
+
args: [{ selector: 'matcha-toolbar', standalone: false, template: "<!-- HOW TO USE:\n<matcha-toolbar>\n <matcha-title type=\"icon\" icon=\"settings-out\" (iconClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-NO-ICONE-AQUI\">\n {{'FINANCIAL.CATEGORY.TITLE' | translate}}\n </matcha-title>\n <search-form toolbar-form-field (searchText)=\"searchText($event)\"></search-form>\n <matcha-toolbar-button icon=\"home-out\" (buttonClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-AQUI\">\n TEXTO DO BOT\u00C3O AQUI\n </matcha-toolbar-button>\n <matcha-toolbar-content>\n TEXTO DO BOT\u00C3O AQUI\n </matcha-toolbar-content>\n <matcha-toolbar-main-button (buttonClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-AQUI\">\n TEXTO DO BOT\u00C3O AQUI\n </matcha-toolbar-main-button>\n QUALQUER OUTRA FUNCIONALIDADE AQUI\n</matcha-toolbar>\n-->\n<ng-template #toolbarMainButton>\n <ng-content select=\"matcha-toolbar-main-button\"></ng-content>\n</ng-template>\n\n<ng-template #toolbarCustomButton>\n <ng-content select=\"matcha-toolbar-custom-button\"></ng-content>\n</ng-template>\n<!-- CONTENT HEADER -->\n<div class=\"flex-column background-surface radius-8\" [ngClass]=\"elevationClass\">\n <div class=\"flex-column flex-md-row flex-wrap p-16 flex-align-center flex-space-between h-auto min-h-72 flex-wrap\">\n <div class=\"w-100-p--force w-md-auto--force flex-space-between flex-wrap gap-8\">\n <div class=\"min-h-32 flex-center-center\">\n <ng-content select=\"matcha-title\"></ng-content>\n </div>\n <ng-container *ngIf=\"isMobileScreen\">\n <ng-container *ngTemplateOutlet=\"toolbarMainButton\"></ng-container>\n <ng-container *ngTemplateOutlet=\"toolbarCustomButton\"></ng-container>\n </ng-container>\n </div>\n <div class=\"w-100-p--force w-md-auto--force flex-row flex-end gap-8\">\n <!-- ISSO DEVE SER SUBSTITUIDO PELO matcha-input-search FOR IMPLEMENTADO -->\n <ng-content select=\"search-form\"></ng-content>\n <!-- /ISSO DEVE SER SUBSTITUIDO PELO matcha-input-search FOR IMPLEMENTADO -->\n <div class=\"flex-row gap-8\">\n <ng-content select=\"matcha-toolbar-button\"></ng-content>\n <ng-content select=\"matcha-toolbar-content\"></ng-content>\n <ng-content></ng-content>\n <ng-container *ngIf=\"!isMobileScreen\">\n <ng-container *ngTemplateOutlet=\"toolbarMainButton\"></ng-container>\n <ng-container *ngTemplateOutlet=\"toolbarCustomButton\"></ng-container>\n </ng-container>\n </div>\n </div>\n </div>\n</div>\n<!-- / CONTENT HEADER -->\n" }]
|
|
2339
2134
|
}], propDecorators: { elevation: [{
|
|
2340
2135
|
type: Input
|
|
2341
2136
|
}], onResize: [{
|
|
@@ -2355,12 +2150,12 @@ class MatchaToolbarButtonComponent {
|
|
|
2355
2150
|
emitButtonClick() {
|
|
2356
2151
|
this.buttonClick.emit();
|
|
2357
2152
|
}
|
|
2358
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2359
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2153
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2154
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaToolbarButtonComponent, isStandalone: false, selector: "matcha-toolbar-button", inputs: { icon: "icon" }, outputs: { buttonClick: "buttonClick" }, ngImport: i0, template: "<!-- HOW TO USE:\n<matcha-toolbar-button (buttonClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-AQUI\" toolbar-button-tooltip=\"TOOLTIP-AQUI\">\n TEXTO DO BOT\u00C3O AQUI\n</matcha-toolbar-button>\n-->\n<button matcha-button outline=\"true\" size=\"small\" color=\"grey\" icon=\"true\" class=\"\" (click)=\"emitButtonClick()\">\n <span [class]=\"classes\"></span>\n</button>\n", styles: [""], dependencies: [{ kind: "component", type: MatchaButtonComponent, selector: "[matcha-button]", inputs: ["size", "size-xs", "size-sm", "size-md", "size-lg", "size-xl", "gap", "color", "basic", "outline", "alpha", "pill", "link", "icon"] }] }); }
|
|
2360
2155
|
}
|
|
2361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarButtonComponent, decorators: [{
|
|
2362
2157
|
type: Component,
|
|
2363
|
-
args: [{ selector: 'matcha-toolbar-button', standalone: false, template: "<!-- HOW TO USE:\n<matcha-toolbar-button (buttonClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-AQUI\" toolbar-button-tooltip=\"TOOLTIP-AQUI\">\n TEXTO DO BOT\u00C3O AQUI\n</matcha-toolbar-button>\n-->\n<button matcha-button outline=\"true\" size=\"small\" color=\"grey\" icon=\"true\" class=\"
|
|
2158
|
+
args: [{ selector: 'matcha-toolbar-button', standalone: false, template: "<!-- HOW TO USE:\n<matcha-toolbar-button (buttonClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-AQUI\" toolbar-button-tooltip=\"TOOLTIP-AQUI\">\n TEXTO DO BOT\u00C3O AQUI\n</matcha-toolbar-button>\n-->\n<button matcha-button outline=\"true\" size=\"small\" color=\"grey\" icon=\"true\" class=\"\" (click)=\"emitButtonClick()\">\n <span [class]=\"classes\"></span>\n</button>\n" }]
|
|
2364
2159
|
}], propDecorators: { icon: [{
|
|
2365
2160
|
type: Input,
|
|
2366
2161
|
args: ['icon']
|
|
@@ -2369,12 +2164,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
2369
2164
|
}] } });
|
|
2370
2165
|
|
|
2371
2166
|
class MatchaToolbarContentComponent {
|
|
2372
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2373
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2167
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2168
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaToolbarContentComponent, isStandalone: false, selector: "matcha-toolbar-content", ngImport: i0, template: "<!-- HOW TO USE:\n<matcha-toolbar-content>\n OUTROS CONTEUDOS CUSTOMIZADOS NA TOOLBAR\n</matcha-toolbar-content>\n-->\n<div class=\"d-flex flex-wrap gap-8\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
|
|
2374
2169
|
}
|
|
2375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarContentComponent, decorators: [{
|
|
2376
2171
|
type: Component,
|
|
2377
|
-
args: [{ selector: 'matcha-toolbar-content', standalone: false, template: "<!-- HOW TO USE:\n<matcha-toolbar-content>\n OUTROS CONTEUDOS CUSTOMIZADOS NA TOOLBAR\n</matcha-toolbar-content>\n-->\n<div class=\"d-flex flex-wrap gap-8
|
|
2172
|
+
args: [{ selector: 'matcha-toolbar-content', standalone: false, template: "<!-- HOW TO USE:\n<matcha-toolbar-content>\n OUTROS CONTEUDOS CUSTOMIZADOS NA TOOLBAR\n</matcha-toolbar-content>\n-->\n<div class=\"d-flex flex-wrap gap-8\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
2378
2173
|
}] });
|
|
2379
2174
|
|
|
2380
2175
|
class MatchaToolbarMainButtonComponent {
|
|
@@ -2384,10 +2179,10 @@ class MatchaToolbarMainButtonComponent {
|
|
|
2384
2179
|
emitButtonClick() {
|
|
2385
2180
|
this.buttonClick.emit();
|
|
2386
2181
|
}
|
|
2387
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2388
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2182
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarMainButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2183
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaToolbarMainButtonComponent, isStandalone: false, selector: "matcha-toolbar-main-button", outputs: { buttonClick: "buttonClick" }, ngImport: i0, template: "<!-- HOW TO USE:\n<matcha-toolbar-main-button (buttonClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-AQUI\">\n TEXTO DO BOT\u00C3O AQUI\n</matcha-toolbar-main-button>\n-->\n<button matcha-button size=\"tiny\" size-md=\"small\" color=\"accent\" (click)=\"emitButtonClick()\">\n <span class=\"i-matcha-action_plus i-size-sm ml--4\"></span>\n <span class=\"ml-8 fs-14\">\n <ng-content></ng-content>\n </span>\n</button>\n", styles: [""], dependencies: [{ kind: "component", type: MatchaButtonComponent, selector: "[matcha-button]", inputs: ["size", "size-xs", "size-sm", "size-md", "size-lg", "size-xl", "gap", "color", "basic", "outline", "alpha", "pill", "link", "icon"] }] }); }
|
|
2389
2184
|
}
|
|
2390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarMainButtonComponent, decorators: [{
|
|
2391
2186
|
type: Component,
|
|
2392
2187
|
args: [{ selector: 'matcha-toolbar-main-button', standalone: false, template: "<!-- HOW TO USE:\n<matcha-toolbar-main-button (buttonClick)=\"FUN\u00C7\u00C3O-AO-CLICAR-AQUI\">\n TEXTO DO BOT\u00C3O AQUI\n</matcha-toolbar-main-button>\n-->\n<button matcha-button size=\"tiny\" size-md=\"small\" color=\"accent\" (click)=\"emitButtonClick()\">\n <span class=\"i-matcha-action_plus i-size-sm ml--4\"></span>\n <span class=\"ml-8 fs-14\">\n <ng-content></ng-content>\n </span>\n</button>\n" }]
|
|
2393
2188
|
}], propDecorators: { buttonClick: [{
|
|
@@ -2395,16 +2190,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
2395
2190
|
}] } });
|
|
2396
2191
|
|
|
2397
2192
|
class MatchaToolbarCustomButtonComponent {
|
|
2398
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2399
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2193
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarCustomButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2194
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaToolbarCustomButtonComponent, isStandalone: false, selector: "matcha-toolbar-custom-button", ngImport: i0, template: "<!-- HOW TO USE:\n<matcha-toolbar-custom-button>\n Bot\u00E3o customizado aqui\n</matcha-toolbar-custom-button>\n-->\n<ng-content></ng-content>\n", styles: [""] }); }
|
|
2400
2195
|
}
|
|
2401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarCustomButtonComponent, decorators: [{
|
|
2402
2197
|
type: Component,
|
|
2403
2198
|
args: [{ selector: 'matcha-toolbar-custom-button', standalone: false, template: "<!-- HOW TO USE:\n<matcha-toolbar-custom-button>\n Bot\u00E3o customizado aqui\n</matcha-toolbar-custom-button>\n-->\n<ng-content></ng-content>\n" }]
|
|
2404
2199
|
}] });
|
|
2405
2200
|
|
|
2406
2201
|
class MatchaFormFieldComponent {
|
|
2407
|
-
constructor() {
|
|
2202
|
+
constructor(elementRef) {
|
|
2203
|
+
this.elementRef = elementRef;
|
|
2408
2204
|
this.color = 'grey';
|
|
2409
2205
|
this.size = null;
|
|
2410
2206
|
this.sizeXs = null;
|
|
@@ -2413,19 +2209,42 @@ class MatchaFormFieldComponent {
|
|
|
2413
2209
|
this.sizeLg = null;
|
|
2414
2210
|
this.sizeXl = null;
|
|
2415
2211
|
}
|
|
2212
|
+
ngAfterViewInit() {
|
|
2213
|
+
this.generateDataCy();
|
|
2214
|
+
}
|
|
2215
|
+
generateDataCy() {
|
|
2216
|
+
// Busca o matcha-label dentro do form-field
|
|
2217
|
+
const labelElement = this.elementRef.nativeElement.querySelector('matcha-label');
|
|
2218
|
+
const inputElement = this.elementRef.nativeElement.querySelector('input, textarea, select');
|
|
2219
|
+
if (labelElement && inputElement) {
|
|
2220
|
+
const labelText = labelElement.textContent?.trim();
|
|
2221
|
+
if (labelText) {
|
|
2222
|
+
const dataCyValue = this.convertToKebabCase(labelText);
|
|
2223
|
+
inputElement.setAttribute('data-cy', `matcha-form-field-${dataCyValue}`);
|
|
2224
|
+
}
|
|
2225
|
+
}
|
|
2226
|
+
}
|
|
2227
|
+
convertToKebabCase(text) {
|
|
2228
|
+
return text
|
|
2229
|
+
.toLowerCase()
|
|
2230
|
+
.replace(/\s+/g, '-') // Substitui espaços por hífens
|
|
2231
|
+
.replace(/[^\w\-]/g, '') // Remove caracteres especiais
|
|
2232
|
+
.replace(/\-\-+/g, '-') // Remove hífens duplos
|
|
2233
|
+
.replace(/^-+|-+$/g, ''); // Remove hífens do início e fim
|
|
2234
|
+
}
|
|
2416
2235
|
get control() {
|
|
2417
2236
|
return this.controlDir?.control;
|
|
2418
2237
|
}
|
|
2419
2238
|
get showError() {
|
|
2420
2239
|
return !!this.control?.invalid && (this.control?.touched || this.control?.dirty);
|
|
2421
2240
|
}
|
|
2422
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2423
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2241
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaFormFieldComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2242
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaFormFieldComponent, isStandalone: false, selector: "matcha-form-field", inputs: { color: "color", size: "size", sizeXs: ["size-xs", "sizeXs"], sizeSm: ["size-sm", "sizeSm"], sizeMd: ["size-md", "sizeMd"], sizeLg: ["size-lg", "sizeLg"], sizeXl: ["size-xl", "sizeXl"] }, queries: [{ propertyName: "controlDir", first: true, predicate: FormControlName, descendants: true }], ngImport: i0, template: "<div class=\"flex-column gap-4\">\n <div class=\"matcha-form-field position-relative w-100-p min-h-40 flex-align-center\" #inputSelector>\n <div class=\"flex-row position-absolute w-100-p min-h-40 h-100-p\">\n <div class=\"matcha-form-field-border-start bl-2 bt-2 bb-2 radius-left-8 min-w-8 border-color-{{color}}\"></div>\n <div class=\"matcha-form-field-border-middle bb-2 w-auto border-color-{{color}}\">\n <ng-content select=\"matcha-label\"></ng-content>\n </div>\n <div class=\"matcha-form-field-border-end br-2 bt-2 bb-2 radius-right-8 w-100-p border-color-{{color}}\"></div>\n </div>\n <div class=\"flex-row position-relative py-8 px-12 gap-8 w-100-p\">\n <ng-content></ng-content>\n </div>\n </div>\n <ng-container *ngIf=\"showError\">\n <ng-content select=\"matcha-error\"></ng-content>\n </ng-container>\n <ng-content select=\"matcha-autocomplete\"></ng-content>\n</div>\n<ng-content select=\"matcha-hint-text\"></ng-content>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2424
2243
|
}
|
|
2425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaFormFieldComponent, decorators: [{
|
|
2426
2245
|
type: Component,
|
|
2427
2246
|
args: [{ selector: 'matcha-form-field', standalone: false, template: "<div class=\"flex-column gap-4\">\n <div class=\"matcha-form-field position-relative w-100-p min-h-40 flex-align-center\" #inputSelector>\n <div class=\"flex-row position-absolute w-100-p min-h-40 h-100-p\">\n <div class=\"matcha-form-field-border-start bl-2 bt-2 bb-2 radius-left-8 min-w-8 border-color-{{color}}\"></div>\n <div class=\"matcha-form-field-border-middle bb-2 w-auto border-color-{{color}}\">\n <ng-content select=\"matcha-label\"></ng-content>\n </div>\n <div class=\"matcha-form-field-border-end br-2 bt-2 bb-2 radius-right-8 w-100-p border-color-{{color}}\"></div>\n </div>\n <div class=\"flex-row position-relative py-8 px-12 gap-8 w-100-p\">\n <ng-content></ng-content>\n </div>\n </div>\n <ng-container *ngIf=\"showError\">\n <ng-content select=\"matcha-error\"></ng-content>\n </ng-container>\n <ng-content select=\"matcha-autocomplete\"></ng-content>\n</div>\n<ng-content select=\"matcha-hint-text\"></ng-content>\n" }]
|
|
2428
|
-
}], propDecorators: { color: [{
|
|
2247
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { color: [{
|
|
2429
2248
|
type: Input
|
|
2430
2249
|
}], size: [{
|
|
2431
2250
|
type: Input,
|
|
@@ -2454,10 +2273,10 @@ class MatchaLabelComponent {
|
|
|
2454
2273
|
constructor() {
|
|
2455
2274
|
this.color = 'blue-grey';
|
|
2456
2275
|
}
|
|
2457
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2458
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2276
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2277
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaLabelComponent, isStandalone: false, selector: "matcha-label", inputs: { color: "color" }, ngImport: i0, template: "<label\n class=\"d-flex d-flex-align-center position-relative text-nowrap px-4 fs-12 lh-18 fw-700 color-{{color}}\"\n style=\"transform: translateY(-8px);\">\n <ng-content></ng-content>\n <!-- <span class=\"pl-4 fs-10 fw-400 lh-16 matcha-color-placeholder\">*</span>\n <span class=\"pl-4 fs-10 fw-400 lh-16 matcha-color-placeholder\">(Opcional)</span> -->\n</label>", styles: [""] }); }
|
|
2459
2278
|
}
|
|
2460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaLabelComponent, decorators: [{
|
|
2461
2280
|
type: Component,
|
|
2462
2281
|
args: [{ selector: 'matcha-label', standalone: false, template: "<label\n class=\"d-flex d-flex-align-center position-relative text-nowrap px-4 fs-12 lh-18 fw-700 color-{{color}}\"\n style=\"transform: translateY(-8px);\">\n <ng-content></ng-content>\n <!-- <span class=\"pl-4 fs-10 fw-400 lh-16 matcha-color-placeholder\">*</span>\n <span class=\"pl-4 fs-10 fw-400 lh-16 matcha-color-placeholder\">(Opcional)</span> -->\n</label>" }]
|
|
2463
2282
|
}], propDecorators: { color: [{
|
|
@@ -2465,10 +2284,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
2465
2284
|
}] } });
|
|
2466
2285
|
|
|
2467
2286
|
class MatchaErrorComponent {
|
|
2468
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2469
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2287
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2288
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaErrorComponent, isStandalone: false, selector: "matcha-error", ngImport: i0, template: "<p class=\"w-100-p color-red fs-12 lh-16 flex-row flex-align-center gap-4 m-0\">\n <matcha-icon name=\"action_sign_warning-out\" size=\"sm\"></matcha-icon>\n <ng-content></ng-content>\n</p>", styles: [""], dependencies: [{ kind: "component", type: MatchaIconComponent, selector: "matcha-icon", inputs: ["name", "size", "color", "class", "loading"] }] }); }
|
|
2470
2289
|
}
|
|
2471
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaErrorComponent, decorators: [{
|
|
2472
2291
|
type: Component,
|
|
2473
2292
|
args: [{ selector: 'matcha-error', standalone: false, template: "<p class=\"w-100-p color-red fs-12 lh-16 flex-row flex-align-center gap-4 m-0\">\n <matcha-icon name=\"action_sign_warning-out\" size=\"sm\"></matcha-icon>\n <ng-content></ng-content>\n</p>" }]
|
|
2474
2293
|
}] });
|
|
@@ -2526,10 +2345,10 @@ class MatchaRippleDirective {
|
|
|
2526
2345
|
});
|
|
2527
2346
|
this.ripples = [];
|
|
2528
2347
|
}
|
|
2529
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2530
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
2348
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaRippleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2349
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: MatchaRippleDirective, isStandalone: false, selector: "[matchaRipple]", inputs: { rippleColor: "rippleColor" }, host: { listeners: { "mousedown": "onMouseDown($event)" } }, ngImport: i0 }); }
|
|
2531
2350
|
}
|
|
2532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaRippleDirective, decorators: [{
|
|
2533
2352
|
type: Directive,
|
|
2534
2353
|
args: [{
|
|
2535
2354
|
selector: '[matchaRipple]',
|
|
@@ -2594,8 +2413,8 @@ class MatchaCheckboxComponent {
|
|
|
2594
2413
|
this.checkedChange.emit(eventData);
|
|
2595
2414
|
this.change.emit(event);
|
|
2596
2415
|
}
|
|
2597
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2598
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2417
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaCheckboxComponent, isStandalone: false, selector: "matcha-checkbox", inputs: { color: "color", indeterminate: "indeterminate", disabled: "disabled", checked: "checked" }, outputs: { checkedChange: "checkedChange", change: "change" }, providers: [
|
|
2599
2418
|
{
|
|
2600
2419
|
provide: NG_VALUE_ACCESSOR,
|
|
2601
2420
|
useExisting: forwardRef(() => MatchaCheckboxComponent),
|
|
@@ -2603,7 +2422,7 @@ class MatchaCheckboxComponent {
|
|
|
2603
2422
|
}
|
|
2604
2423
|
], ngImport: i0, template: "<label\n class=\"matcha-checkbox flex-align-center\"\n [class.matcha-checkbox-disabled]=\"disabled\">\n <div\n class=\"matcha-checkbox-container w-40 h-40 max-w-40 max-h-40 min-w-40 min-h-40 flex-center-center radius-full cursor-pointer\"\n matchaRipple>\n <input\n type=\"checkbox\"\n class=\"matcha-checkbox-input\"\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n [indeterminate]=\"indeterminate\"\n (change)=\"onInputChange($event)\">\n </div>\n\n <span class=\"matcha-checkbox-label fw-500 fs-16 lh-20\">\n <ng-content></ng-content>\n </span>\n</label>", styles: [""], dependencies: [{ kind: "directive", type: MatchaRippleDirective, selector: "[matchaRipple]", inputs: ["rippleColor"] }] }); }
|
|
2605
2424
|
}
|
|
2606
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaCheckboxComponent, decorators: [{
|
|
2607
2426
|
type: Component,
|
|
2608
2427
|
args: [{ selector: 'matcha-checkbox', standalone: false, providers: [
|
|
2609
2428
|
{
|
|
@@ -2681,8 +2500,8 @@ class MatchaRadioComponent {
|
|
|
2681
2500
|
this.checkedChange.emit(eventData);
|
|
2682
2501
|
this.change.emit(event);
|
|
2683
2502
|
}
|
|
2684
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2685
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2503
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2504
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaRadioComponent, isStandalone: false, selector: "matcha-radio", inputs: { color: "color", value: "value", name: "name", disabled: "disabled", checked: "checked" }, outputs: { checkedChange: "checkedChange", change: "change" }, providers: [
|
|
2686
2505
|
{
|
|
2687
2506
|
provide: NG_VALUE_ACCESSOR,
|
|
2688
2507
|
useExisting: forwardRef(() => MatchaRadioComponent),
|
|
@@ -2690,7 +2509,7 @@ class MatchaRadioComponent {
|
|
|
2690
2509
|
}
|
|
2691
2510
|
], ngImport: i0, template: "<label\n class=\"matcha-radio flex-align-center\"\n [class.matcha-radio-disabled]=\"disabled\">\n <div\n class=\"matcha-radio-container w-40 h-40 max-w-40 max-h-40 min-w-40 min-h-40 flex-center-center radius-full cursor-pointer\"\n matchaRipple>\n <input\n type=\"radio\"\n class=\"matcha-radio-input\"\n [attr.name]=\"name\"\n [value]=\"value\"\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n (change)=\"onInputChange($event)\">\n </div>\n\n <span class=\"matcha-radio-label fw-500 lh-20\">\n <ng-content></ng-content>\n </span>\n</label>", styles: [""], dependencies: [{ kind: "directive", type: MatchaRippleDirective, selector: "[matchaRipple]", inputs: ["rippleColor"] }] }); }
|
|
2692
2511
|
}
|
|
2693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaRadioComponent, decorators: [{
|
|
2694
2513
|
type: Component,
|
|
2695
2514
|
args: [{ selector: 'matcha-radio', standalone: false, providers: [
|
|
2696
2515
|
{
|
|
@@ -2762,10 +2581,10 @@ class MatchaSpinComponent {
|
|
|
2762
2581
|
const progress = Math.min(Math.max(Number(this.progress), 0), 100);
|
|
2763
2582
|
return this.circumference - (progress / 100) * this.circumference;
|
|
2764
2583
|
}
|
|
2765
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2766
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2584
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSpinComponent, deps: [{ token: ElementRef }, { token: Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2585
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaSpinComponent, isStandalone: false, selector: "matcha-spin", inputs: { progress: "progress", color: "color", size: "size", sizeXs: ["size-xs", "sizeXs"], sizeSm: ["size-sm", "sizeSm"], sizeMd: ["size-md", "sizeMd"], sizeLg: ["size-lg", "sizeLg"], sizeXl: ["size-xl", "sizeXl"] }, ngImport: i0, template: "<div\n class=\"matcha-spin\"\n role=\"progressbar\"\n [attr.aria-valuemin]=\"0\"\n [attr.aria-valuemax]=\"100\"\n [attr.aria-valuenow]=\"progress\"\n>\n <svg [attr.viewBox]=\"'0 0 ' + diameter + ' ' + diameter\">\n <circle\n class=\"spin-placeholder\"\n [attr.cx]=\"diameter / 2\"\n [attr.cy]=\"diameter / 2\"\n [attr.r]=\"radius\"\n [attr.stroke-width]=\"strokeWidth\"\n />\n <circle\n class=\"spin-progress\"\n [attr.cx]=\"diameter / 2\"\n [attr.cy]=\"diameter / 2\"\n [attr.r]=\"radius\"\n [attr.stroke-width]=\"strokeWidth\"\n [attr.stroke]=\"color\"\n [attr.stroke-dasharray]=\"circumference\"\n [attr.stroke-dashoffset]=\"progress ? dashOffset : null\"\n />\n </svg>\n</div>\n", styles: [""] }); }
|
|
2767
2586
|
}
|
|
2768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSpinComponent, decorators: [{
|
|
2769
2588
|
type: Component,
|
|
2770
2589
|
args: [{ selector: 'matcha-spin', standalone: false, template: "<div\n class=\"matcha-spin\"\n role=\"progressbar\"\n [attr.aria-valuemin]=\"0\"\n [attr.aria-valuemax]=\"100\"\n [attr.aria-valuenow]=\"progress\"\n>\n <svg [attr.viewBox]=\"'0 0 ' + diameter + ' ' + diameter\">\n <circle\n class=\"spin-placeholder\"\n [attr.cx]=\"diameter / 2\"\n [attr.cy]=\"diameter / 2\"\n [attr.r]=\"radius\"\n [attr.stroke-width]=\"strokeWidth\"\n />\n <circle\n class=\"spin-progress\"\n [attr.cx]=\"diameter / 2\"\n [attr.cy]=\"diameter / 2\"\n [attr.r]=\"radius\"\n [attr.stroke-width]=\"strokeWidth\"\n [attr.stroke]=\"color\"\n [attr.stroke-dasharray]=\"circumference\"\n [attr.stroke-dashoffset]=\"progress ? dashOffset : null\"\n />\n </svg>\n</div>\n" }]
|
|
2771
2590
|
}], ctorParameters: () => [{ type: i0.ElementRef, decorators: [{
|
|
@@ -2847,10 +2666,10 @@ class MatchaSpinnerComponent {
|
|
|
2847
2666
|
const progress = Math.min(Math.max(Number(this.progress), 0), 100);
|
|
2848
2667
|
return this.circumference - (progress / 100) * this.circumference;
|
|
2849
2668
|
}
|
|
2850
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2851
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2669
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSpinnerComponent, deps: [{ token: ElementRef }, { token: Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2670
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaSpinnerComponent, isStandalone: false, selector: "matcha-spinner", inputs: { progress: "progress", color: "color", size: "size", sizeXs: ["size-xs", "sizeXs"], sizeSm: ["size-sm", "sizeSm"], sizeMd: ["size-md", "sizeMd"], sizeLg: ["size-lg", "sizeLg"], sizeXl: ["size-xl", "sizeXl"] }, host: { properties: { "attr.progress": "this._progress", "attr.color": "this._color", "attr.size": "this.hostSize" } }, ngImport: i0, template: "<div\n class=\"matcha-spinner\"\n role=\"progressbar\"\n [attr.aria-valuemin]=\"0\"\n [attr.aria-valuemax]=\"100\"\n [attr.aria-valuenow]=\"progress\"\n>\n <svg [attr.viewBox]=\"'0 0 ' + diameter + ' ' + diameter\" class=\"spinner\">\n <circle\n class=\"spinner-placeholder\"\n [attr.cx]=\"center\"\n [attr.cy]=\"center\"\n [attr.r]=\"radius\"\n [attr.stroke-width]=\"strokeWidth\"\n stroke-linecap=\"round\"\n />\n <circle\n class=\"spinner-progress path\"\n [attr.cx]=\"center\"\n [attr.cy]=\"center\"\n [attr.r]=\"radius\"\n [attr.stroke-width]=\"strokeWidth\"\n [attr.stroke]=\"color\"\n [attr.stroke-dasharray]=\"circumference\"\n [attr.stroke-dashoffset]=\"dashOffset\"\n stroke-linecap=\"round\"\n />\n </svg>\n</div>\n", styles: [""] }); }
|
|
2852
2671
|
}
|
|
2853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSpinnerComponent, decorators: [{
|
|
2854
2673
|
type: Component,
|
|
2855
2674
|
args: [{ selector: 'matcha-spinner', standalone: false, template: "<div\n class=\"matcha-spinner\"\n role=\"progressbar\"\n [attr.aria-valuemin]=\"0\"\n [attr.aria-valuemax]=\"100\"\n [attr.aria-valuenow]=\"progress\"\n>\n <svg [attr.viewBox]=\"'0 0 ' + diameter + ' ' + diameter\" class=\"spinner\">\n <circle\n class=\"spinner-placeholder\"\n [attr.cx]=\"center\"\n [attr.cy]=\"center\"\n [attr.r]=\"radius\"\n [attr.stroke-width]=\"strokeWidth\"\n stroke-linecap=\"round\"\n />\n <circle\n class=\"spinner-progress path\"\n [attr.cx]=\"center\"\n [attr.cy]=\"center\"\n [attr.r]=\"radius\"\n [attr.stroke-width]=\"strokeWidth\"\n [attr.stroke]=\"color\"\n [attr.stroke-dasharray]=\"circumference\"\n [attr.stroke-dashoffset]=\"dashOffset\"\n stroke-linecap=\"round\"\n />\n </svg>\n</div>\n" }]
|
|
2856
2675
|
}], ctorParameters: () => [{ type: i0.ElementRef, decorators: [{
|
|
@@ -2913,10 +2732,10 @@ class MatchaHintTextComponent {
|
|
|
2913
2732
|
default: return 'red';
|
|
2914
2733
|
}
|
|
2915
2734
|
}
|
|
2916
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2917
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2735
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaHintTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2736
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaHintTextComponent, isStandalone: false, selector: "matcha-hint-text", inputs: { type: "type", size: "size" }, ngImport: i0, template: "<div class=\"d-flex flex-align-center gap-4\">\n <matcha-icon color=\"{{ iconColor }}\" name=\"{{ iconName }}\"> </matcha-icon>\n <span class=\"text\"><ng-content></ng-content></span>\n</div>\n", styles: [""], dependencies: [{ kind: "component", type: MatchaIconComponent, selector: "matcha-icon", inputs: ["name", "size", "color", "class", "loading"] }] }); }
|
|
2918
2737
|
}
|
|
2919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaHintTextComponent, decorators: [{
|
|
2920
2739
|
type: Component,
|
|
2921
2740
|
args: [{ selector: 'matcha-hint-text', standalone: false, template: "<div class=\"d-flex flex-align-center gap-4\">\n <matcha-icon color=\"{{ iconColor }}\" name=\"{{ iconName }}\"> </matcha-icon>\n <span class=\"text\"><ng-content></ng-content></span>\n</div>\n" }]
|
|
2922
2741
|
}], propDecorators: { type: [{
|
|
@@ -2951,12 +2770,12 @@ class MatchaSkeletonComponent {
|
|
|
2951
2770
|
const amountNumber = typeof this.amount === 'string' ? parseInt(this.amount) : this.amount;
|
|
2952
2771
|
return Array(amountNumber).fill(0).map((_, index) => index);
|
|
2953
2772
|
}
|
|
2954
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2955
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2773
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSkeletonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2774
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaSkeletonComponent, isStandalone: false, selector: "matcha-skeleton", inputs: { amount: "amount", grid: "grid", height: "height", model: "model", gap: "gap" }, host: { properties: { "attr.amount": "this.amount", "attr.grid": "this.grid", "attr.height": "this.height", "attr.model": "this.model", "attr.gap": "this.gap" } }, ngImport: i0, template: "<ng-content></ng-content>\n<!-- CARD SKELETON -->\n<div [class]=\"classes\" *ngIf=\"model !== 'table'\">\n <div class=\"skeleton-animated-background flex-column--force p-0 radius-8 user-select-none overflow-hidden\" *ngFor=\"let i of amountArray\">\n\n <ng-container *ngIf=\"model === 'profile'\"><span class=\"h8 title p-16 m-0\"> <span class=\"radius-full background-surface-alpha h-48 w-48\"></span> </span></ng-container>\n\n <div [class]=\"'h-'+ height + ' flex-column--force p-16'\"></div>\n\n <ng-container *ngIf=\"model === 'profile'\">\n <div class=\"flex-column--force\">\n <div class=\"flex-column--force p-16 gap-16\">\n <div class=\"w-100-p h-16 background-surface-alpha radius-full\"></div>\n <div class=\"w-100-p h-16 background-surface-alpha radius-full\"></div>\n </div>\n </div>\n </ng-container>\n\n </div>\n</div>\n<!-- CARD SKELETON -->\n\n<!-- TABLE SKELETON -->\n<div class=\"skeleton-animated-background w-100-p mr-16 flex-column--force p-0 radius-8 user-select-none\" *ngIf=\"model === 'table'\">\n\n <div class=\"flex-column--force h-64 background-surface-alpha\">\n <ng-container> </ng-container>\n </div>\n\n <ng-container *ngFor=\"let i of amountArray\">\n <div class=\"grid-4 h-80 px-16 gap-16 flex-align-center--force\">\n <div class=\"w-100-p flex-row--force gap-16\">\n <div class=\"min-h-48 min-w-48 h-48 w-48 background-surface-alpha radius-full\"></div>\n <div class=\"w-100-p flex-column--force flex-center--force gap-16\">\n <div class=\"h-16 w-60-p background-surface-alpha radius-full\"></div>\n <div class=\"h-16 w-100-p background-surface-alpha radius-full\"></div>\n </div>\n </div>\n <div class=\"h-16 w-100-p flex-column--force background-surface-alpha radius-full\"></div>\n <div class=\"w-100-p flex-row--force gap-16\">\n <div class=\"w-100-p flex-column--force flex-center--force gap-16\">\n <div class=\"h-16 w-60-p background-surface-alpha radius-full\"></div>\n <div class=\"h-16 w-100-p background-surface-alpha radius-full\"></div>\n </div>\n </div>\n <div class=\"h-16 w-100-p flex-column--force background-surface-alpha radius-full\"></div>\n </div>\n\n <div class=\"grid-4 h-80 px-16 gap-16 flex-align-center--force background-bg-alpha\">\n <div class=\"w-100-p flex-row--force gap-16\">\n <div class=\"min-h-48 min-w-48 h-48 w-48 background-surface-alpha radius-full\"></div>\n <div class=\"w-100-p flex-column--force flex-center--force gap-16\">\n <div class=\"h-16 w-100-p background-surface-alpha radius-full\"></div>\n <div class=\"h-16 w-30-p background-surface-alpha radius-full\"></div>\n </div>\n </div>\n <div class=\"h-16 w-100-p flex-column--force background-surface-alpha radius-full\"></div>\n <div class=\"w-100-p flex-row--force gap-16\">\n <div class=\"w-100-p flex-column--force flex-center--force gap-16\">\n <div class=\"h-16 w-60-p background-surface-alpha radius-full\"></div>\n <div class=\"h-16 w-100-p background-surface-alpha radius-full\"></div>\n </div>\n </div>\n <div class=\"h-16 w-100-p flex-column--force background-surface-alpha radius-full\"></div>\n </div>\n\n </ng-container>\n\n</div>\n<!-- TABLE SKELETON -->\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2956
2775
|
}
|
|
2957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSkeletonComponent, decorators: [{
|
|
2958
2777
|
type: Component,
|
|
2959
|
-
args: [{ selector: 'matcha-skeleton', standalone: false, template: "<ng-content></ng-content>\n<!-- CARD SKELETON -->\n<div [class]=\"classes\" *ngIf=\"model !== 'table'\">\n <div class=\"skeleton-animated-background flex-column--force p-0 radius-8 user-select-none overflow-hidden\" *ngFor=\"let i of amountArray\">\n\n <ng-container *ngIf=\"model === 'profile'\"><span class=\"h8 title p-16 m-0\"> <span class=\"radius-full background-surface-alpha h-48 w-48\"></span> </span></ng-container>\n\n <div [class]=\"'h-'+ height + ' flex-column--force p-16
|
|
2778
|
+
args: [{ selector: 'matcha-skeleton', standalone: false, template: "<ng-content></ng-content>\n<!-- CARD SKELETON -->\n<div [class]=\"classes\" *ngIf=\"model !== 'table'\">\n <div class=\"skeleton-animated-background flex-column--force p-0 radius-8 user-select-none overflow-hidden\" *ngFor=\"let i of amountArray\">\n\n <ng-container *ngIf=\"model === 'profile'\"><span class=\"h8 title p-16 m-0\"> <span class=\"radius-full background-surface-alpha h-48 w-48\"></span> </span></ng-container>\n\n <div [class]=\"'h-'+ height + ' flex-column--force p-16'\"></div>\n\n <ng-container *ngIf=\"model === 'profile'\">\n <div class=\"flex-column--force\">\n <div class=\"flex-column--force p-16 gap-16\">\n <div class=\"w-100-p h-16 background-surface-alpha radius-full\"></div>\n <div class=\"w-100-p h-16 background-surface-alpha radius-full\"></div>\n </div>\n </div>\n </ng-container>\n\n </div>\n</div>\n<!-- CARD SKELETON -->\n\n<!-- TABLE SKELETON -->\n<div class=\"skeleton-animated-background w-100-p mr-16 flex-column--force p-0 radius-8 user-select-none\" *ngIf=\"model === 'table'\">\n\n <div class=\"flex-column--force h-64 background-surface-alpha\">\n <ng-container> </ng-container>\n </div>\n\n <ng-container *ngFor=\"let i of amountArray\">\n <div class=\"grid-4 h-80 px-16 gap-16 flex-align-center--force\">\n <div class=\"w-100-p flex-row--force gap-16\">\n <div class=\"min-h-48 min-w-48 h-48 w-48 background-surface-alpha radius-full\"></div>\n <div class=\"w-100-p flex-column--force flex-center--force gap-16\">\n <div class=\"h-16 w-60-p background-surface-alpha radius-full\"></div>\n <div class=\"h-16 w-100-p background-surface-alpha radius-full\"></div>\n </div>\n </div>\n <div class=\"h-16 w-100-p flex-column--force background-surface-alpha radius-full\"></div>\n <div class=\"w-100-p flex-row--force gap-16\">\n <div class=\"w-100-p flex-column--force flex-center--force gap-16\">\n <div class=\"h-16 w-60-p background-surface-alpha radius-full\"></div>\n <div class=\"h-16 w-100-p background-surface-alpha radius-full\"></div>\n </div>\n </div>\n <div class=\"h-16 w-100-p flex-column--force background-surface-alpha radius-full\"></div>\n </div>\n\n <div class=\"grid-4 h-80 px-16 gap-16 flex-align-center--force background-bg-alpha\">\n <div class=\"w-100-p flex-row--force gap-16\">\n <div class=\"min-h-48 min-w-48 h-48 w-48 background-surface-alpha radius-full\"></div>\n <div class=\"w-100-p flex-column--force flex-center--force gap-16\">\n <div class=\"h-16 w-100-p background-surface-alpha radius-full\"></div>\n <div class=\"h-16 w-30-p background-surface-alpha radius-full\"></div>\n </div>\n </div>\n <div class=\"h-16 w-100-p flex-column--force background-surface-alpha radius-full\"></div>\n <div class=\"w-100-p flex-row--force gap-16\">\n <div class=\"w-100-p flex-column--force flex-center--force gap-16\">\n <div class=\"h-16 w-60-p background-surface-alpha radius-full\"></div>\n <div class=\"h-16 w-100-p background-surface-alpha radius-full\"></div>\n </div>\n </div>\n <div class=\"h-16 w-100-p flex-column--force background-surface-alpha radius-full\"></div>\n </div>\n\n </ng-container>\n\n</div>\n<!-- TABLE SKELETON -->\n" }]
|
|
2960
2779
|
}], propDecorators: { amount: [{
|
|
2961
2780
|
type: Input,
|
|
2962
2781
|
args: ['amount']
|
|
@@ -3053,8 +2872,8 @@ class MatchaSlideToggleComponent {
|
|
|
3053
2872
|
this.onTouched();
|
|
3054
2873
|
this.change.emit({ checked: newCheckedState });
|
|
3055
2874
|
}
|
|
3056
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3057
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2875
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSlideToggleComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2876
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaSlideToggleComponent, isStandalone: false, selector: "matcha-slide-toggle", inputs: { color: "color", checked: "checked", disabled: "disabled" }, outputs: { change: "change" }, providers: [
|
|
3058
2877
|
{
|
|
3059
2878
|
provide: NG_VALUE_ACCESSOR,
|
|
3060
2879
|
useExisting: forwardRef(() => MatchaSlideToggleComponent),
|
|
@@ -3062,7 +2881,7 @@ class MatchaSlideToggleComponent {
|
|
|
3062
2881
|
},
|
|
3063
2882
|
], usesOnChanges: true, ngImport: i0, template: "<label\n class=\"matcha-slide-toggle-wrapper flex-align-center\"\n [class.matcha-slide-toggle-disabled]=\"disabled\"\n >\n <input\n type=\"checkbox\"\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n (change)=\"onInputChange($event)\"\n />\n\n <span class=\"matcha-slide-toggle-label ml-8 fw-500 fs-16 lh-20\">\n <ng-content></ng-content>\n </span>\n</label>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3064
2883
|
}
|
|
3065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2884
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSlideToggleComponent, decorators: [{
|
|
3066
2885
|
type: Component,
|
|
3067
2886
|
args: [{ selector: 'matcha-slide-toggle', standalone: false, providers: [
|
|
3068
2887
|
{
|
|
@@ -3139,10 +2958,10 @@ class MatchaButtonToggleComponent {
|
|
|
3139
2958
|
});
|
|
3140
2959
|
}
|
|
3141
2960
|
}
|
|
3142
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3143
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2961
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaButtonToggleComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2962
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaButtonToggleComponent, isStandalone: false, selector: "matcha-button-toggle", inputs: { multiple: "multiple", disabled: "disabled", required: "required", inactiveColor: "inactiveColor", inactiveType: "inactiveType", gap: "gap" }, host: { properties: { "attr.disabled": "this.isDisabled" } }, queries: [{ propertyName: "buttons", predicate: MatchaButtonComponent }], ngImport: i0, template: "<div\n class=\"button-group d-flex\"\n [ngClass]=\"gapClass\"\n [class.flex-wrap]=\"gap !== 0\"\n role=\"group\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
3144
2963
|
}
|
|
3145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2964
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaButtonToggleComponent, decorators: [{
|
|
3146
2965
|
type: Component,
|
|
3147
2966
|
args: [{ selector: 'matcha-button-toggle', standalone: false, template: "<div\n class=\"button-group d-flex\"\n [ngClass]=\"gapClass\"\n [class.flex-wrap]=\"gap !== 0\"\n role=\"group\"\n>\n <ng-content></ng-content>\n</div>\n" }]
|
|
3148
2967
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { multiple: [{
|
|
@@ -3177,10 +2996,10 @@ class MatchaTabItemComponent {
|
|
|
3177
2996
|
get active() {
|
|
3178
2997
|
return this._active;
|
|
3179
2998
|
}
|
|
3180
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3181
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2999
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTabItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3000
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaTabItemComponent, isStandalone: false, selector: "matcha-tab", inputs: { title: "title", icon: "icon", active: "active" }, ngImport: i0, template: "<ng-content *ngIf=\"active\"></ng-content>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3182
3001
|
}
|
|
3183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTabItemComponent, decorators: [{
|
|
3184
3003
|
type: Component,
|
|
3185
3004
|
args: [{ selector: 'matcha-tab', standalone: false, template: "<ng-content *ngIf=\"active\"></ng-content>\n" }]
|
|
3186
3005
|
}], propDecorators: { title: [{
|
|
@@ -3257,10 +3076,10 @@ class MatchaTabsComponent {
|
|
|
3257
3076
|
this.selectTabByIndex(tabsArray.length - 1);
|
|
3258
3077
|
}
|
|
3259
3078
|
}
|
|
3260
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3261
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
3079
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3080
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaTabsComponent, isStandalone: false, selector: "matcha-tabs", inputs: { selectedIndex: "selectedIndex", activeTabIndex: "activeTabIndex" }, outputs: { selectedIndexChange: "selectedIndexChange", selectedTabChange: "selectedTabChange", tabSelected: "tabSelected" }, host: { listeners: { "keydown": "handleKeyboardEvent($event)" } }, queries: [{ propertyName: "tabs", predicate: MatchaTabItemComponent }], usesOnChanges: true, ngImport: i0, template: "<div class=\"flex-column gap-24 w-100-p\">\n <nav class=\"button-group overflow-auto w-100-p flex-row gap-8 list-style-none pl-0 pb-4\" role=\"tablist\">\n <button *ngFor=\"let tab of tabs; let i = index\" (click)=\"selectTabByIndex(i)\"\n [attr.aria-selected]=\"tab.active\"\n [attr.aria-controls]=\"'tab-content-' + i\"\n [ngClass]=\"{'active': tab.active}\"\n class=\"\n border-color-{{tab.active?'accent':'surface'}} background-surface\n cursor-pointer w-100-p min-w-88 b-2 radius-8 p-8 flex-column flex-align-center gap-4 flex-space-between\"\n role=\"tab\"\n tabindex=\"{{tab.active ? 0 : -1}}\">\n <matcha-icon [name]=\"tab.icon\" color=\"accent\" size=\"md\"></matcha-icon>\n <span class=\"color-fg fw-900 fs-14 lh-16 line-clamp-2\">\n {{ tab.title }}\n </span>\n </button>\n </nav>\n\n <div>\n <ng-content></ng-content>\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: MatchaIconComponent, selector: "matcha-icon", inputs: ["name", "size", "color", "class", "loading"] }], animations: [...createAnimations] }); }
|
|
3262
3081
|
}
|
|
3263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTabsComponent, decorators: [{
|
|
3264
3083
|
type: Component,
|
|
3265
3084
|
args: [{ selector: 'matcha-tabs', animations: [...createAnimations], standalone: false, template: "<div class=\"flex-column gap-24 w-100-p\">\n <nav class=\"button-group overflow-auto w-100-p flex-row gap-8 list-style-none pl-0 pb-4\" role=\"tablist\">\n <button *ngFor=\"let tab of tabs; let i = index\" (click)=\"selectTabByIndex(i)\"\n [attr.aria-selected]=\"tab.active\"\n [attr.aria-controls]=\"'tab-content-' + i\"\n [ngClass]=\"{'active': tab.active}\"\n class=\"\n border-color-{{tab.active?'accent':'surface'}} background-surface\n cursor-pointer w-100-p min-w-88 b-2 radius-8 p-8 flex-column flex-align-center gap-4 flex-space-between\"\n role=\"tab\"\n tabindex=\"{{tab.active ? 0 : -1}}\">\n <matcha-icon [name]=\"tab.icon\" color=\"accent\" size=\"md\"></matcha-icon>\n <span class=\"color-fg fw-900 fs-14 lh-16 line-clamp-2\">\n {{ tab.title }}\n </span>\n </button>\n </nav>\n\n <div>\n <ng-content></ng-content>\n </div>\n</div>\n" }]
|
|
3266
3085
|
}], propDecorators: { tabs: [{
|
|
@@ -3357,10 +3176,10 @@ class MatchaDateRangeComponent {
|
|
|
3357
3176
|
control.setErrors(Object.keys(errors).length ? errors : null);
|
|
3358
3177
|
}
|
|
3359
3178
|
}
|
|
3360
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3361
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
3179
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDateRangeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3180
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaDateRangeComponent, isStandalone: false, selector: "matcha-date-range", queries: [{ propertyName: "controls", predicate: NgControl, descendants: true }], ngImport: i0, template: "<div class=\"d-flex gap-16\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
|
|
3362
3181
|
}
|
|
3363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDateRangeComponent, decorators: [{
|
|
3364
3183
|
type: Component,
|
|
3365
3184
|
args: [{ selector: 'matcha-date-range', standalone: false, template: "<div class=\"d-flex gap-16\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
3366
3185
|
}], propDecorators: { controls: [{
|
|
@@ -3476,10 +3295,10 @@ class MatchaTimeComponent {
|
|
|
3476
3295
|
control.setErrors(Object.keys(errors).length ? errors : null);
|
|
3477
3296
|
}
|
|
3478
3297
|
}
|
|
3479
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3480
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
3298
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTimeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3299
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaTimeComponent, isStandalone: false, selector: "matcha-time", inputs: { startDateControlName: "startDateControlName", endDateControlName: "endDateControlName", allowCrossDays: "allowCrossDays" }, queries: [{ propertyName: "controls", predicate: NgControl, descendants: true }], ngImport: i0, template: "<div class=\"d-flex gap-16\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
|
|
3481
3300
|
}
|
|
3482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTimeComponent, decorators: [{
|
|
3483
3302
|
type: Component,
|
|
3484
3303
|
args: [{ selector: 'matcha-time', standalone: false, template: "<div class=\"d-flex gap-16\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
3485
3304
|
}], propDecorators: { controls: [{
|
|
@@ -5707,10 +5526,10 @@ class MatchaMaskApplierService {
|
|
|
5707
5526
|
nonZeroIndex,
|
|
5708
5527
|
};
|
|
5709
5528
|
}
|
|
5710
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5711
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
5529
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskApplierService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5530
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskApplierService }); }
|
|
5712
5531
|
}
|
|
5713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskApplierService, decorators: [{
|
|
5714
5533
|
type: Injectable
|
|
5715
5534
|
}] });
|
|
5716
5535
|
|
|
@@ -6357,10 +6176,10 @@ class MatchaMaskService extends MatchaMaskApplierService {
|
|
|
6357
6176
|
currentLocaleDecimalMarker() {
|
|
6358
6177
|
return (1.1).toLocaleString().substring(1, 2);
|
|
6359
6178
|
}
|
|
6360
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6361
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
6179
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6180
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskService }); }
|
|
6362
6181
|
}
|
|
6363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskService, decorators: [{
|
|
6364
6183
|
type: Injectable
|
|
6365
6184
|
}] });
|
|
6366
6185
|
|
|
@@ -6576,8 +6395,8 @@ class MatchaMaskCompatibleDirective {
|
|
|
6576
6395
|
// Implementar validação se necessário
|
|
6577
6396
|
return null;
|
|
6578
6397
|
}
|
|
6579
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6580
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6398
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskCompatibleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
6399
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: MatchaMaskCompatibleDirective, isStandalone: false, selector: "input[mask], textarea[mask]", inputs: { mask: "mask", specialCharacters: "specialCharacters", patterns: "patterns", prefix: "prefix", suffix: "suffix", thousandSeparator: "thousandSeparator", decimalMarker: "decimalMarker", dropSpecialCharacters: "dropSpecialCharacters", hiddenInput: "hiddenInput", showMaskTyped: "showMaskTyped", placeHolderCharacter: "placeHolderCharacter", shownMaskExpression: "shownMaskExpression", clearIfNotMatch: "clearIfNotMatch", validation: "validation", separatorLimit: "separatorLimit", allowNegativeNumbers: "allowNegativeNumbers", leadZeroDateTime: "leadZeroDateTime", leadZero: "leadZero", triggerOnMaskChange: "triggerOnMaskChange", apm: "apm", inputTransformFn: "inputTransformFn", outputTransformFn: "outputTransformFn", keepCharacterPositions: "keepCharacterPositions", instantPrefix: "instantPrefix" }, outputs: { maskFilled: "maskFilled" }, host: { listeners: { "paste": "onPaste($event)", "focus": "onFocus($event)", "ngModelChange": "onModelChange($event)", "input": "onInput($event)", "compositionstart": "onCompositionStart($event)", "compositionend": "onCompositionEnd($event)", "blur": "onBlur($event)", "click": "onClick($event)", "keydown": "onKeyDown($event)" } }, providers: [
|
|
6581
6400
|
{
|
|
6582
6401
|
provide: NG_VALUE_ACCESSOR,
|
|
6583
6402
|
useExisting: forwardRef(() => MatchaMaskCompatibleDirective),
|
|
@@ -6591,7 +6410,7 @@ class MatchaMaskCompatibleDirective {
|
|
|
6591
6410
|
MatchaMaskService,
|
|
6592
6411
|
], exportAs: ["mask", "matchaMask"], usesOnChanges: true, ngImport: i0 }); }
|
|
6593
6412
|
}
|
|
6594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskCompatibleDirective, decorators: [{
|
|
6595
6414
|
type: Directive,
|
|
6596
6415
|
args: [{
|
|
6597
6416
|
selector: 'input[mask], textarea[mask]',
|
|
@@ -6882,10 +6701,10 @@ class MatchaInputPhoneComponent {
|
|
|
6882
6701
|
ngOnDestroy() {
|
|
6883
6702
|
this.removeClickListener();
|
|
6884
6703
|
}
|
|
6885
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6886
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
6704
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInputPhoneComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6705
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaInputPhoneComponent, isStandalone: false, selector: "matcha-input-phone", inputs: { fallbackMask: "fallbackMask", value: "value" }, outputs: { onChange: "onChange" }, viewQueries: [{ propertyName: "inputSelector", first: true, predicate: ["inputSelector"], descendants: true }, { propertyName: "phoneRef", first: true, predicate: ["phoneRef"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n<div class=\"flex-row position-relative px-16 gap-8\" #inputSelector>\n <div class=\"min-h-24 radius-8 cursor-pointer d-flex gap-8 flex-align-center fs-16\" (click)=\"toggleDropdown()\">\n <div class=\"d-flex-row flex-align-center\">\n <img alt=\"\" [src]=\"'https://flagcdn.com/16x12/'+ selectedCountry?.iso2?.toLowerCase() + '.png'\"\n height=\"16\">\n </div>\n <span class=\"w-16 fs-16\"\n [ngClass]=\"isOpen ? 'i-matcha-action_arrow_up': 'i-matcha-action_arrow_down'\"></span>\n\n </div>\n <input *ngIf=\"isInitialized\" #phoneRef type=\"text\" placeholder=\"{{ typeMask }}\"\n [(ngModel)]=\"inputValueModel\"\n pattern=\"[0-9]*\" (keyup)=\"onInput($event)\" [mask]=\"typeMask\">\n\n <ng-container *ngIf=\"isOpen\">\n <div class=\"position-absolute z-index-10\">\n <div class=\"grid-1 gap-16 radius-8 z-index-10 p-8 w-300 position-absolute background-surface elevation-z-1\"\n style=\"top: calc(100% + 10px); overflow: hidden; height: 300px; overflow-y: auto;\">\n\n <label *ngFor=\"let country of allCountries; let i = index\"\n class=\"fs-16 lh-18 cursor-pointer d-flex-align-center p-8 ts-300-l\"\n [ngClass]=\"labelHover === i+'bg' ? 'background-bg' : 'background-surface'\"\n (mouseover)=\"labelHover = i+'bg'\" (mouseout)=\"labelHover = i+'su'\"\n (click)=\"selectCountry(country)\">\n <img alt=\"\" class=\"mr-8\"\n [src]=\"'https://flagcdn.com/16x12/'+ country?.iso2?.toLowerCase() + '.png'\" height=\"16\">\n {{country.name}}\n </label>\n </div>\n </div>\n </ng-container>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: MatchaMaskCompatibleDirective, selector: "input[mask], textarea[mask]", inputs: ["mask", "specialCharacters", "patterns", "prefix", "suffix", "thousandSeparator", "decimalMarker", "dropSpecialCharacters", "hiddenInput", "showMaskTyped", "placeHolderCharacter", "shownMaskExpression", "clearIfNotMatch", "validation", "separatorLimit", "allowNegativeNumbers", "leadZeroDateTime", "leadZero", "triggerOnMaskChange", "apm", "inputTransformFn", "outputTransformFn", "keepCharacterPositions", "instantPrefix"], outputs: ["maskFilled"], exportAs: ["mask", "matchaMask"] }] }); }
|
|
6887
6706
|
}
|
|
6888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInputPhoneComponent, decorators: [{
|
|
6889
6708
|
type: Component,
|
|
6890
6709
|
args: [{ selector: 'matcha-input-phone', standalone: false, template: "\n<div class=\"flex-row position-relative px-16 gap-8\" #inputSelector>\n <div class=\"min-h-24 radius-8 cursor-pointer d-flex gap-8 flex-align-center fs-16\" (click)=\"toggleDropdown()\">\n <div class=\"d-flex-row flex-align-center\">\n <img alt=\"\" [src]=\"'https://flagcdn.com/16x12/'+ selectedCountry?.iso2?.toLowerCase() + '.png'\"\n height=\"16\">\n </div>\n <span class=\"w-16 fs-16\"\n [ngClass]=\"isOpen ? 'i-matcha-action_arrow_up': 'i-matcha-action_arrow_down'\"></span>\n\n </div>\n <input *ngIf=\"isInitialized\" #phoneRef type=\"text\" placeholder=\"{{ typeMask }}\"\n [(ngModel)]=\"inputValueModel\"\n pattern=\"[0-9]*\" (keyup)=\"onInput($event)\" [mask]=\"typeMask\">\n\n <ng-container *ngIf=\"isOpen\">\n <div class=\"position-absolute z-index-10\">\n <div class=\"grid-1 gap-16 radius-8 z-index-10 p-8 w-300 position-absolute background-surface elevation-z-1\"\n style=\"top: calc(100% + 10px); overflow: hidden; height: 300px; overflow-y: auto;\">\n\n <label *ngFor=\"let country of allCountries; let i = index\"\n class=\"fs-16 lh-18 cursor-pointer d-flex-align-center p-8 ts-300-l\"\n [ngClass]=\"labelHover === i+'bg' ? 'background-bg' : 'background-surface'\"\n (mouseover)=\"labelHover = i+'bg'\" (mouseout)=\"labelHover = i+'su'\"\n (click)=\"selectCountry(country)\">\n <img alt=\"\" class=\"mr-8\"\n [src]=\"'https://flagcdn.com/16x12/'+ country?.iso2?.toLowerCase() + '.png'\" height=\"16\">\n {{country.name}}\n </label>\n </div>\n </div>\n </ng-container>\n</div>\n" }]
|
|
6891
6710
|
}], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }], propDecorators: { inputSelector: [{
|
|
@@ -6905,10 +6724,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
6905
6724
|
}] } });
|
|
6906
6725
|
|
|
6907
6726
|
class StepComponent {
|
|
6908
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6909
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
6727
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: StepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6728
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: StepComponent, isStandalone: false, selector: "matcha-step", inputs: { step: ["title", "step"] }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, static: true }], ngImport: i0, template: `<ng-template><ng-content></ng-content></ng-template>`, isInline: true }); }
|
|
6910
6729
|
}
|
|
6911
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6730
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: StepComponent, decorators: [{
|
|
6912
6731
|
type: Component,
|
|
6913
6732
|
args: [{
|
|
6914
6733
|
selector: 'matcha-step',
|
|
@@ -6963,10 +6782,10 @@ class MatchaStepperStateService {
|
|
|
6963
6782
|
this._activeStep$.next(current - 1);
|
|
6964
6783
|
}
|
|
6965
6784
|
}
|
|
6966
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6967
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
6785
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6786
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperStateService }); }
|
|
6968
6787
|
}
|
|
6969
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperStateService, decorators: [{
|
|
6970
6789
|
type: Injectable
|
|
6971
6790
|
}] });
|
|
6972
6791
|
|
|
@@ -6980,10 +6799,10 @@ class MatchaStepperComponent {
|
|
|
6980
6799
|
this.stepperState.setActiveStep(this.active);
|
|
6981
6800
|
}
|
|
6982
6801
|
}
|
|
6983
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6984
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
6802
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperComponent, deps: [{ token: MatchaStepperStateService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6803
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaStepperComponent, isStandalone: false, selector: "matcha-stepper", inputs: { active: "active" }, providers: [MatchaStepperStateService], usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true }); }
|
|
6985
6804
|
}
|
|
6986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperComponent, decorators: [{
|
|
6987
6806
|
type: Component,
|
|
6988
6807
|
args: [{
|
|
6989
6808
|
selector: 'matcha-stepper',
|
|
@@ -7016,14 +6835,14 @@ class MatchaStepperContentComponent {
|
|
|
7016
6835
|
prevStep() {
|
|
7017
6836
|
this.stepperState.prevStep();
|
|
7018
6837
|
}
|
|
7019
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7020
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
6838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperContentComponent, deps: [{ token: MatchaStepperStateService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6839
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaStepperContentComponent, isStandalone: false, selector: "matcha-stepper-content", queries: [{ propertyName: "steps", predicate: StepComponent }], ngImport: i0, template: `
|
|
7021
6840
|
<ng-container *ngIf="stepsArray.length">
|
|
7022
6841
|
<ng-container *ngTemplateOutlet="stepsArray[activeStep]?.template || null"></ng-container>
|
|
7023
6842
|
</ng-container>
|
|
7024
6843
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
|
|
7025
6844
|
}
|
|
7026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperContentComponent, decorators: [{
|
|
7027
6846
|
type: Component,
|
|
7028
6847
|
args: [{
|
|
7029
6848
|
selector: 'matcha-stepper-content',
|
|
@@ -7054,10 +6873,10 @@ class MatchaStepperControllerComponent {
|
|
|
7054
6873
|
return;
|
|
7055
6874
|
this.stepperState.setActiveStep(index);
|
|
7056
6875
|
}
|
|
7057
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7058
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
6876
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperControllerComponent, deps: [{ token: MatchaStepperStateService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6877
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaStepperControllerComponent, isStandalone: false, selector: "matcha-stepper-controller", inputs: { disableNext: "disableNext" }, providers: [], ngImport: i0, template: "<div class=\"flex-column flex-align-end gap-16\">\n <span class=\"fw-900 fs-12 lh-12\">{{steps[activeStep]}}</span>\n <div class=\"d-flex align-center gap-8\">\n <ng-container *ngFor=\"let step of steps; let i = index\">\n <div (click)=\"goToStep(i)\" class=\"cursor-pointer w-32 h-8 radius-8\" [class.background-accent]=\"i <= activeStep\" [class.background-disabled]=\"i > activeStep\"></div> \n </ng-container>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] }); }
|
|
7059
6878
|
}
|
|
7060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperControllerComponent, decorators: [{
|
|
7061
6880
|
type: Component,
|
|
7062
6881
|
args: [{ selector: 'matcha-stepper-controller', providers: [], standalone: false, template: "<div class=\"flex-column flex-align-end gap-16\">\n <span class=\"fw-900 fs-12 lh-12\">{{steps[activeStep]}}</span>\n <div class=\"d-flex align-center gap-8\">\n <ng-container *ngFor=\"let step of steps; let i = index\">\n <div (click)=\"goToStep(i)\" class=\"cursor-pointer w-32 h-8 radius-8\" [class.background-accent]=\"i <= activeStep\" [class.background-disabled]=\"i > activeStep\"></div> \n </ng-container>\n </div>\n</div>\n" }]
|
|
7063
6882
|
}], ctorParameters: () => [{ type: MatchaStepperStateService }], propDecorators: { disableNext: [{
|
|
@@ -7086,10 +6905,10 @@ class MatchaDropListService {
|
|
|
7086
6905
|
getAllDropZones() {
|
|
7087
6906
|
return Array.from(this.dropZones.values());
|
|
7088
6907
|
}
|
|
7089
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7090
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
6908
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDropListService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6909
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDropListService, providedIn: 'root' }); }
|
|
7091
6910
|
}
|
|
7092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6911
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDropListService, decorators: [{
|
|
7093
6912
|
type: Injectable,
|
|
7094
6913
|
args: [{
|
|
7095
6914
|
providedIn: 'root'
|
|
@@ -7387,10 +7206,10 @@ class MatchaDragDirective {
|
|
|
7387
7206
|
this.listeners.forEach(cleanup => cleanup());
|
|
7388
7207
|
this.listeners = [];
|
|
7389
7208
|
}
|
|
7390
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7391
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
7209
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDragDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: MatchaDropListService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
7210
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: MatchaDragDirective, isStandalone: false, selector: "[matchaDrag]", inputs: { matchaDragData: "matchaDragData", matchaDragDisabled: "matchaDragDisabled" }, host: { properties: { "class.matcha-drag-item": "this.dragItemClass", "class.matcha-drag-disabled": "this.dragDisabledClass" } }, ngImport: i0 }); }
|
|
7392
7211
|
}
|
|
7393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDragDirective, decorators: [{
|
|
7394
7213
|
type: Directive,
|
|
7395
7214
|
args: [{
|
|
7396
7215
|
selector: '[matchaDrag]',
|
|
@@ -7690,10 +7509,10 @@ class MatchaDropListComponent {
|
|
|
7690
7509
|
this.transferItem(this.currentDragItem, this.sourceContainer, this, dropIndex);
|
|
7691
7510
|
}
|
|
7692
7511
|
}
|
|
7693
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7694
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
7512
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDropListComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: MatchaDropListService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7513
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaDropListComponent, isStandalone: false, selector: "matcha-drop-list", inputs: { matchaDropListData: "matchaDropListData", matchaDropListDisabled: "matchaDropListDisabled", matchaDropListConnectedTo: "matchaDropListConnectedTo", matchaDropListSortingDisabled: "matchaDropListSortingDisabled", matchaDropListAcceptPredicate: "matchaDropListAcceptPredicate" }, outputs: { matchaDropListDropped: "matchaDropListDropped" }, host: { properties: { "class.matcha-drop-list": "this.dropListClass" } }, queries: [{ propertyName: "dragItems", predicate: MatchaDragDirective }], ngImport: i0, template: "<div class=\"matcha-drop-list-container\"\n [class.matcha-drop-list-receiving]=\"isReceivingDrag\"\n [class.matcha-drop-list-disabled]=\"matchaDropListDisabled\"\n [class.matcha-drop-list-can-accept]=\"isReceivingDrag && canAcceptDrop\"\n [class.matcha-drop-list-cannot-accept]=\"isReceivingDrag && !canAcceptDrop\">\n <ng-content></ng-content>\n\n <!-- Linha indicadora de drop -->\n <div class=\"matcha-drop-indicator\"\n [class.active]=\"showDropIndicator && canAcceptDrop\"\n [style.top.px]=\"dropIndicatorPosition\">\n </div>\n\n <!-- Placeholder para lista vazia -->\n <div *ngIf=\"isReceivingDrag && dragItems.length === 0\"\n class=\"matcha-drop-list-placeholder\">\n <div class=\"matcha-drop-list-empty-placeholder\"\n [class.can-accept]=\"canAcceptDrop\"\n [class.cannot-accept]=\"!canAcceptDrop\">\n <span [class.i-matcha-action_sign_success]=\"canAcceptDrop\"\n [class.i-matcha-action_sign_error]=\"!canAcceptDrop\"\n [class.color-green]=\"canAcceptDrop\"\n [class.color-red]=\"!canAcceptDrop\"\n class=\"i-size-lg\"></span>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
7695
7514
|
}
|
|
7696
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDropListComponent, decorators: [{
|
|
7697
7516
|
type: Component,
|
|
7698
7517
|
args: [{ selector: 'matcha-drop-list', standalone: false, template: "<div class=\"matcha-drop-list-container\"\n [class.matcha-drop-list-receiving]=\"isReceivingDrag\"\n [class.matcha-drop-list-disabled]=\"matchaDropListDisabled\"\n [class.matcha-drop-list-can-accept]=\"isReceivingDrag && canAcceptDrop\"\n [class.matcha-drop-list-cannot-accept]=\"isReceivingDrag && !canAcceptDrop\">\n <ng-content></ng-content>\n\n <!-- Linha indicadora de drop -->\n <div class=\"matcha-drop-indicator\"\n [class.active]=\"showDropIndicator && canAcceptDrop\"\n [style.top.px]=\"dropIndicatorPosition\">\n </div>\n\n <!-- Placeholder para lista vazia -->\n <div *ngIf=\"isReceivingDrag && dragItems.length === 0\"\n class=\"matcha-drop-list-placeholder\">\n <div class=\"matcha-drop-list-empty-placeholder\"\n [class.can-accept]=\"canAcceptDrop\"\n [class.cannot-accept]=\"!canAcceptDrop\">\n <span [class.i-matcha-action_sign_success]=\"canAcceptDrop\"\n [class.i-matcha-action_sign_error]=\"!canAcceptDrop\"\n [class.color-green]=\"canAcceptDrop\"\n [class.color-red]=\"!canAcceptDrop\"\n class=\"i-size-lg\"></span>\n </div>\n </div>\n</div>\n" }]
|
|
7699
7518
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: MatchaDropListService }], propDecorators: { matchaDropListData: [{
|
|
@@ -7717,10 +7536,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
7717
7536
|
}] } });
|
|
7718
7537
|
|
|
7719
7538
|
class MatchaPageLayoutComponent {
|
|
7720
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7721
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
7539
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPageLayoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7540
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaPageLayoutComponent, isStandalone: false, selector: "matcha-page-layout", ngImport: i0, template: "<div class=\"page-layout carded fullwidth\">\n <!-- TOP BACKGROUND -->\n <div class=\"top-bg\"></div>\n <!--/ TOP BACKGROUND -->\n\n <!-- CENTER -->\n <div class=\"center pt-24 gap-16\">\n <!-- CONTENT CARD -->\n <div class=\"content-card flatten flex-column h-100-p\">\n <!-- CONTENT -->\n <div class=\"content flex-column h-100-p\">\n <div class=\"content-card card-flat flex-column h-100-p background-bg border-radius-0 pb-16\">\n <ng-content></ng-content>\n </div>\n </div>\n </div>\n </div>\n</div>", styles: [":host{display:flex;flex-direction:column;width:100%}\n"] }); }
|
|
7722
7541
|
}
|
|
7723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPageLayoutComponent, decorators: [{
|
|
7724
7543
|
type: Component,
|
|
7725
7544
|
args: [{ selector: 'matcha-page-layout', standalone: false, template: "<div class=\"page-layout carded fullwidth\">\n <!-- TOP BACKGROUND -->\n <div class=\"top-bg\"></div>\n <!--/ TOP BACKGROUND -->\n\n <!-- CENTER -->\n <div class=\"center pt-24 gap-16\">\n <!-- CONTENT CARD -->\n <div class=\"content-card flatten flex-column h-100-p\">\n <!-- CONTENT -->\n <div class=\"content flex-column h-100-p\">\n <div class=\"content-card card-flat flex-column h-100-p background-bg border-radius-0 pb-16\">\n <ng-content></ng-content>\n </div>\n </div>\n </div>\n </div>\n</div>", styles: [":host{display:flex;flex-direction:column;width:100%}\n"] }]
|
|
7726
7545
|
}] });
|
|
@@ -7779,10 +7598,10 @@ class MatchaAvatarComponent {
|
|
|
7779
7598
|
}
|
|
7780
7599
|
return classes;
|
|
7781
7600
|
}
|
|
7782
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7783
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
7601
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7602
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaAvatarComponent, isStandalone: false, selector: "matcha-avatar", inputs: { src: "src", name: "name", size: "size", color: "color", disabled: "disabled" }, ngImport: i0, template: "<span [class]=\"avatarClasses\">\n <!-- Imagem do usu\u00E1rio -->\n <img \n *ngIf=\"hasImage\" \n [src]=\"src\" \n [alt]=\"name || 'Avatar'\"\n class=\"matcha-avatar-image\">\n \n <!-- Iniciais do nome -->\n <span \n *ngIf=\"!hasImage && hasName\" \n class=\"matcha-avatar-initials\">\n {{ initials }}\n </span>\n \n\n <svg \n *ngIf=\"showDefaultIcon\"\n class=\"matcha-avatar-icon\"\n viewBox=\"0 0 56 56\" \n fill=\"none\" \n xmlns=\"http://www.w3.org/2000/svg\">\n <path \n fill-rule=\"evenodd\" \n clip-rule=\"evenodd\" \n d=\"M28 0C12.544 0 0 12.544 0 28C0 43.456 12.544 56 28 56C43.456 56 56 43.456 56 28C56 12.544 43.456 0 28 0ZM28.0022 8.4C32.6502 8.4 36.4022 12.152 36.4022 16.8C36.4022 21.448 32.6502 25.2 28.0022 25.2C23.3542 25.2 19.6022 21.448 19.6022 16.8C19.6022 12.152 23.3542 8.4 28.0022 8.4ZM28.0022 48.1601C21.0022 48.1601 14.8142 44.5761 11.2022 39.1441C11.2862 33.5721 22.4022 30.5201 28.0022 30.5201C33.5742 30.5201 44.7182 33.5721 44.8022 39.1441C41.1902 44.5761 35.0022 48.1601 28.0022 48.1601Z\" \n fill=\"currentColor\"/>\n </svg>\n </span>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
7784
7603
|
}
|
|
7785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAvatarComponent, decorators: [{
|
|
7786
7605
|
type: Component,
|
|
7787
7606
|
args: [{ selector: 'matcha-avatar', standalone: false, template: "<span [class]=\"avatarClasses\">\n <!-- Imagem do usu\u00E1rio -->\n <img \n *ngIf=\"hasImage\" \n [src]=\"src\" \n [alt]=\"name || 'Avatar'\"\n class=\"matcha-avatar-image\">\n \n <!-- Iniciais do nome -->\n <span \n *ngIf=\"!hasImage && hasName\" \n class=\"matcha-avatar-initials\">\n {{ initials }}\n </span>\n \n\n <svg \n *ngIf=\"showDefaultIcon\"\n class=\"matcha-avatar-icon\"\n viewBox=\"0 0 56 56\" \n fill=\"none\" \n xmlns=\"http://www.w3.org/2000/svg\">\n <path \n fill-rule=\"evenodd\" \n clip-rule=\"evenodd\" \n d=\"M28 0C12.544 0 0 12.544 0 28C0 43.456 12.544 56 28 56C43.456 56 56 43.456 56 28C56 12.544 43.456 0 28 0ZM28.0022 8.4C32.6502 8.4 36.4022 12.152 36.4022 16.8C36.4022 21.448 32.6502 25.2 28.0022 25.2C23.3542 25.2 19.6022 21.448 19.6022 16.8C19.6022 12.152 23.3542 8.4 28.0022 8.4ZM28.0022 48.1601C21.0022 48.1601 14.8142 44.5761 11.2022 39.1441C11.2862 33.5721 22.4022 30.5201 28.0022 30.5201C33.5742 30.5201 44.7182 33.5721 44.8022 39.1441C41.1902 44.5761 35.0022 48.1601 28.0022 48.1601Z\" \n fill=\"currentColor\"/>\n </svg>\n </span>" }]
|
|
7788
7607
|
}], propDecorators: { src: [{
|
|
@@ -7871,10 +7690,10 @@ class MatchaOptionComponent {
|
|
|
7871
7690
|
getTextContent() {
|
|
7872
7691
|
return this.elRef.nativeElement.textContent?.trim() || '';
|
|
7873
7692
|
}
|
|
7874
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7875
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
7693
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaOptionComponent, deps: [{ token: MATCHA_OPTION_PARENT, optional: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7694
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaOptionComponent, isStandalone: false, selector: "matcha-option", inputs: { value: "value", disabled: "disabled" }, outputs: { optionClick: "optionClick", optionSelect: "optionSelect" }, host: { attributes: { "role": "option", "tabindex": "0" }, listeners: { "click": "onClick()", "keydown": "onKeydown($event)" }, properties: { "attr.aria-selected": "this.selected" }, classAttribute: "matcha-option" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true }); }
|
|
7876
7695
|
}
|
|
7877
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7696
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaOptionComponent, decorators: [{
|
|
7878
7697
|
type: Component,
|
|
7879
7698
|
args: [{
|
|
7880
7699
|
selector: 'matcha-option',
|
|
@@ -8057,8 +7876,8 @@ class MatchaPanelComponent {
|
|
|
8057
7876
|
this.resizeListener = undefined;
|
|
8058
7877
|
}
|
|
8059
7878
|
}
|
|
8060
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8061
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
7879
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPanelComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7880
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaPanelComponent, isStandalone: false, selector: "matcha-panel", inputs: { placement: "placement", maxHeight: "maxHeight", minWidth: "minWidth", offset: "offset", triggerElement: "triggerElement", open: "open" }, outputs: { opened: "opened", closed: "closed" }, viewQueries: [{ propertyName: "panelRef", first: true, predicate: ["panel"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
8062
7881
|
<div class="matcha-panel-container" style="position: relative;">
|
|
8063
7882
|
<ng-container *ngIf="open">
|
|
8064
7883
|
<!-- Painel -->
|
|
@@ -8077,7 +7896,7 @@ class MatchaPanelComponent {
|
|
|
8077
7896
|
</div>
|
|
8078
7897
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
8079
7898
|
}
|
|
8080
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPanelComponent, decorators: [{
|
|
8081
7900
|
type: Component,
|
|
8082
7901
|
args: [{
|
|
8083
7902
|
selector: 'matcha-panel',
|
|
@@ -8307,10 +8126,10 @@ class MatchaAutocompleteComponent {
|
|
|
8307
8126
|
});
|
|
8308
8127
|
return value;
|
|
8309
8128
|
}
|
|
8310
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8311
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
8129
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAutocompleteComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8130
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaAutocompleteComponent, isStandalone: false, selector: "matcha-autocomplete", inputs: { placement: "placement", maxHeight: "maxHeight", minWidth: "minWidth" }, outputs: { opened: "opened", closed: "closed" }, queries: [{ propertyName: "options", predicate: MatchaOptionComponent, descendants: true }], viewQueries: [{ propertyName: "panel", first: true, predicate: MatchaPanelComponent, descendants: true }], ngImport: i0, template: "<matcha-panel\n #panel\n [open]=\"open\"\n [placement]=\"placement\"\n [maxHeight]=\"maxHeight\"\n [minWidth]=\"minWidth\"\n [triggerElement]=\"triggerElement\"\n (opened)=\"opened.emit()\"\n (closed)=\"closed.emit()\">\n <div class=\"matcha-panel-content flex-column\">\n <ng-content></ng-content>\n </div>\n</matcha-panel>\n", dependencies: [{ kind: "component", type: MatchaPanelComponent, selector: "matcha-panel", inputs: ["placement", "maxHeight", "minWidth", "offset", "triggerElement", "open"], outputs: ["opened", "closed"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
8312
8131
|
}
|
|
8313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAutocompleteComponent, decorators: [{
|
|
8314
8133
|
type: Component,
|
|
8315
8134
|
args: [{ selector: 'matcha-autocomplete', encapsulation: ViewEncapsulation.None, standalone: false, template: "<matcha-panel\n #panel\n [open]=\"open\"\n [placement]=\"placement\"\n [maxHeight]=\"maxHeight\"\n [minWidth]=\"minWidth\"\n [triggerElement]=\"triggerElement\"\n (opened)=\"opened.emit()\"\n (closed)=\"closed.emit()\">\n <div class=\"matcha-panel-content flex-column\">\n <ng-content></ng-content>\n </div>\n</matcha-panel>\n" }]
|
|
8316
8135
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }], propDecorators: { options: [{
|
|
@@ -8730,8 +8549,8 @@ class MatchaSelectComponent {
|
|
|
8730
8549
|
this.isDisabled = isDisabled;
|
|
8731
8550
|
this.cdr.detectChanges();
|
|
8732
8551
|
}
|
|
8733
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8734
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
8552
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSelectComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8553
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaSelectComponent, isStandalone: false, selector: "matcha-select", inputs: { placement: "placement", maxHeight: "maxHeight", minWidth: "minWidth", placeholder: "placeholder", disabled: "disabled" }, outputs: { opened: "opened", closed: "closed", selectionChange: "selectionChange" }, providers: [
|
|
8735
8554
|
{
|
|
8736
8555
|
provide: NG_VALUE_ACCESSOR,
|
|
8737
8556
|
useExisting: forwardRef(() => MatchaSelectComponent),
|
|
@@ -8739,7 +8558,7 @@ class MatchaSelectComponent {
|
|
|
8739
8558
|
}
|
|
8740
8559
|
], queries: [{ propertyName: "options", predicate: MatchaOptionComponent, descendants: true }], viewQueries: [{ propertyName: "panel", first: true, predicate: MatchaPanelComponent, descendants: true }], ngImport: i0, template: "<div class=\"matcha-select-container\" [class.matcha-select-disabled]=\"disabled || isDisabled\">\n <div\n class=\"matcha-select-trigger\"\n [class.matcha-select-open]=\"open\"\n [class.matcha-select-disabled]=\"disabled || isDisabled\"\n (click)=\"onTriggerClick()\"\n [attr.tabindex]=\"(disabled || isDisabled) ? -1 : 0\"\n role=\"combobox\"\n [attr.aria-expanded]=\"open\"\n [attr.aria-haspopup]=\"true\"\n [attr.aria-disabled]=\"disabled || isDisabled\">\n\n <span class=\"matcha-select-value\" [class.matcha-select-placeholder]=\"!selectedValue\">\n {{ getSelectedLabel() || placeholder }}\n </span>\n\n <span class=\"matcha-select-arrow\" [class.matcha-select-arrow-open]=\"open\">\n <span class=\"i-matcha-action_arrow_down\"></span>\n </span>\n </div>\n\n <matcha-panel\n #panel\n [placement]=\"placement\"\n [maxHeight]=\"maxHeight\"\n [minWidth]=\"minWidth\"\n [open]=\"open\">\n <ng-content></ng-content>\n </matcha-panel>\n</div>\n", styles: [""], dependencies: [{ kind: "component", type: MatchaPanelComponent, selector: "matcha-panel", inputs: ["placement", "maxHeight", "minWidth", "offset", "triggerElement", "open"], outputs: ["opened", "closed"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
8741
8560
|
}
|
|
8742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSelectComponent, decorators: [{
|
|
8743
8562
|
type: Component,
|
|
8744
8563
|
args: [{ selector: 'matcha-select', encapsulation: ViewEncapsulation.None, standalone: false, providers: [
|
|
8745
8564
|
{
|
|
@@ -8801,10 +8620,10 @@ class MatchaPaginatorIntl {
|
|
|
8801
8620
|
return `Página ${page + 1} de ${amountPages}`;
|
|
8802
8621
|
};
|
|
8803
8622
|
}
|
|
8804
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8805
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
8623
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPaginatorIntl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8624
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPaginatorIntl, providedIn: 'root' }); }
|
|
8806
8625
|
}
|
|
8807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPaginatorIntl, decorators: [{
|
|
8808
8627
|
type: Injectable,
|
|
8809
8628
|
args: [{ providedIn: 'root' }]
|
|
8810
8629
|
}] });
|
|
@@ -8924,10 +8743,10 @@ class MatchaPaginatorComponent {
|
|
|
8924
8743
|
};
|
|
8925
8744
|
this.page.emit(event);
|
|
8926
8745
|
}
|
|
8927
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8928
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
8746
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPaginatorComponent, deps: [{ token: MatchaPaginatorIntl }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8747
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaPaginatorComponent, isStandalone: false, selector: "matcha-paginator", inputs: { pageIndex: "pageIndex", length: "length", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", color: "color" }, outputs: { page: "page" }, ngImport: i0, template: "<div class=\"matcha-paginator flex-row flex-align-center gap-16\">\n <!-- Items per page selector -->\n <div class=\"flex-row flex-align-center gap-8\" *ngIf=\"pageSizeOptions && pageSizeOptions.length > 0\">\n <span class=\"text-sm color-placeholder\">{{ _intl.itemsPerPageLabel }}</span>\n <div class=\"page-size-selector\">\n <select \n class=\"page-size-select radius-8\" \n [value]=\"pageSize\" \n (change)=\"onPageSizeChange($event)\">\n <option *ngFor=\"let option of pageSizeOptions\" [value]=\"option\">\n {{ option }}\n </option>\n </select>\n <div class=\"select-icon\">\n <matcha-icon name=\"action_arrow_down\" size=\"sm\" color=\"fg\"></matcha-icon>\n </div>\n </div>\n </div>\n \n <!-- Page navigation -->\n <div class=\"flex-row flex-align-center gap-8\">\n <!-- Previous page button -->\n <button \n class=\"nav-button\" \n [disabled]=\"!hasPreviousPage\"\n (click)=\"previousPage()\"\n [attr.aria-label]=\"_intl.previousPageLabel\">\n <matcha-icon name=\"action_arrow_left\" size=\"md\"></matcha-icon>\n </button>\n \n <!-- Page numbers -->\n <div class=\"flex-row flex-align-center gap-4\">\n <ng-container *ngFor=\"let page of displayPages; trackBy: trackByPage\">\n <button \n *ngIf=\"isNumber(page); else ellipsis\"\n class=\"page-button\"\n [class.active]=\"page === currentPage\"\n [class.radius-full]=\"page === currentPage\"\n [ngClass]=\"page === currentPage ? color : ''\"\n (click)=\"goToPage(page)\"\n [attr.aria-label]=\"'Ir para p\u00E1gina ' + page\">\n {{ page }}\n </button>\n <ng-template #ellipsis>\n <span class=\"ellipsis\">{{ page }}</span>\n </ng-template>\n </ng-container>\n </div>\n \n <!-- Next page button -->\n <button \n class=\"nav-button\" \n [disabled]=\"!hasNextPage\"\n (click)=\"nextPage()\"\n [attr.aria-label]=\"_intl.nextPageLabel\">\n <matcha-icon name=\"action_arrow_right\" size=\"md\"></matcha-icon>\n </button>\n </div>\n </div>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MatchaIconComponent, selector: "matcha-icon", inputs: ["name", "size", "color", "class", "loading"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8929
8748
|
}
|
|
8930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8749
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPaginatorComponent, decorators: [{
|
|
8931
8750
|
type: Component,
|
|
8932
8751
|
args: [{ selector: 'matcha-paginator', standalone: false, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"matcha-paginator flex-row flex-align-center gap-16\">\n <!-- Items per page selector -->\n <div class=\"flex-row flex-align-center gap-8\" *ngIf=\"pageSizeOptions && pageSizeOptions.length > 0\">\n <span class=\"text-sm color-placeholder\">{{ _intl.itemsPerPageLabel }}</span>\n <div class=\"page-size-selector\">\n <select \n class=\"page-size-select radius-8\" \n [value]=\"pageSize\" \n (change)=\"onPageSizeChange($event)\">\n <option *ngFor=\"let option of pageSizeOptions\" [value]=\"option\">\n {{ option }}\n </option>\n </select>\n <div class=\"select-icon\">\n <matcha-icon name=\"action_arrow_down\" size=\"sm\" color=\"fg\"></matcha-icon>\n </div>\n </div>\n </div>\n \n <!-- Page navigation -->\n <div class=\"flex-row flex-align-center gap-8\">\n <!-- Previous page button -->\n <button \n class=\"nav-button\" \n [disabled]=\"!hasPreviousPage\"\n (click)=\"previousPage()\"\n [attr.aria-label]=\"_intl.previousPageLabel\">\n <matcha-icon name=\"action_arrow_left\" size=\"md\"></matcha-icon>\n </button>\n \n <!-- Page numbers -->\n <div class=\"flex-row flex-align-center gap-4\">\n <ng-container *ngFor=\"let page of displayPages; trackBy: trackByPage\">\n <button \n *ngIf=\"isNumber(page); else ellipsis\"\n class=\"page-button\"\n [class.active]=\"page === currentPage\"\n [class.radius-full]=\"page === currentPage\"\n [ngClass]=\"page === currentPage ? color : ''\"\n (click)=\"goToPage(page)\"\n [attr.aria-label]=\"'Ir para p\u00E1gina ' + page\">\n {{ page }}\n </button>\n <ng-template #ellipsis>\n <span class=\"ellipsis\">{{ page }}</span>\n </ng-template>\n </ng-container>\n </div>\n \n <!-- Next page button -->\n <button \n class=\"nav-button\" \n [disabled]=\"!hasNextPage\"\n (click)=\"nextPage()\"\n [attr.aria-label]=\"_intl.nextPageLabel\">\n <matcha-icon name=\"action_arrow_right\" size=\"md\"></matcha-icon>\n </button>\n </div>\n </div>" }]
|
|
8933
8752
|
}], ctorParameters: () => [{ type: MatchaPaginatorIntl }, { type: i0.ChangeDetectorRef }], propDecorators: { pageIndex: [{
|
|
@@ -9049,10 +8868,10 @@ class CopyButtonComponent {
|
|
|
9049
8868
|
this.currentIcon = this.icon;
|
|
9050
8869
|
this.isCopied = false;
|
|
9051
8870
|
}
|
|
9052
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9053
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
8871
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: CopyButtonComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8872
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: CopyButtonComponent, isStandalone: false, selector: "matcha-copy-button", inputs: { type: "type", size: "size", icon: "icon", position: "position", customClass: "customClass" }, outputs: { copied: "copied" }, ngImport: i0, template: "<button\n matcha-button\n [size]=\"size\"\n pill=\"true\"\n icon=\"true\"\n [class]=\"getButtonClasses()\"\n (click)=\"copyToClipboard()\"\n [title]=\"'Copiar c\u00F3digo ' + type\">\n <matcha-icon [name]=\"currentIcon\" [size]=\"size === 'tiny' ? 'small' : size\"></matcha-icon>\n</button>\n\n\n", styles: [".position-absolute{position:absolute}.position-relative{position:relative}.top-8{top:8px}.right-8{right:8px}.m-8{margin:8px}.z-index-10{z-index:10}\n"], dependencies: [{ kind: "component", type: MatchaIconComponent, selector: "matcha-icon", inputs: ["name", "size", "color", "class", "loading"] }, { kind: "component", type: MatchaButtonComponent, selector: "[matcha-button]", inputs: ["size", "size-xs", "size-sm", "size-md", "size-lg", "size-xl", "gap", "color", "basic", "outline", "alpha", "pill", "link", "icon"] }] }); }
|
|
9054
8873
|
}
|
|
9055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8874
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: CopyButtonComponent, decorators: [{
|
|
9056
8875
|
type: Component,
|
|
9057
8876
|
args: [{ selector: 'matcha-copy-button', standalone: false, template: "<button\n matcha-button\n [size]=\"size\"\n pill=\"true\"\n icon=\"true\"\n [class]=\"getButtonClasses()\"\n (click)=\"copyToClipboard()\"\n [title]=\"'Copiar c\u00F3digo ' + type\">\n <matcha-icon [name]=\"currentIcon\" [size]=\"size === 'tiny' ? 'small' : size\"></matcha-icon>\n</button>\n\n\n", styles: [".position-absolute{position:absolute}.position-relative{position:relative}.top-8{top:8px}.right-8{right:8px}.m-8{margin:8px}.z-index-10{z-index:10}\n"] }]
|
|
9058
8877
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { type: [{
|
|
@@ -9262,8 +9081,8 @@ class MatchaHighlightComponent {
|
|
|
9262
9081
|
'<pre><code class="highlight language-' + this.lang + '">' + highlightedCode + '</code></pre>';
|
|
9263
9082
|
}
|
|
9264
9083
|
}
|
|
9265
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9266
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
9084
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaHighlightComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.HttpClient }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9085
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaHighlightComponent, isStandalone: false, selector: "matcha-highlight", inputs: { lang: "lang", path: "path", theme: "theme" }, host: { properties: { "attr.theme": "this.themeAttr" } }, queries: [{ propertyName: "source", first: true, predicate: ["source"], descendants: true, static: true }], ngImport: i0, template: `
|
|
9267
9086
|
<matcha-copy-button [type]="lang" class="copy-button"></matcha-copy-button>
|
|
9268
9087
|
<div class="matcha-highlight-container">
|
|
9269
9088
|
<div class="highlight-content">
|
|
@@ -9272,7 +9091,7 @@ class MatchaHighlightComponent {
|
|
|
9272
9091
|
</div>
|
|
9273
9092
|
`, isInline: true, dependencies: [{ kind: "component", type: CopyButtonComponent, selector: "matcha-copy-button", inputs: ["type", "size", "icon", "position", "customClass"], outputs: ["copied"] }] }); }
|
|
9274
9093
|
}
|
|
9275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaHighlightComponent, decorators: [{
|
|
9276
9095
|
type: Component,
|
|
9277
9096
|
args: [{
|
|
9278
9097
|
selector: 'matcha-highlight',
|
|
@@ -9307,7 +9126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
9307
9126
|
class MatchaSliderComponent {
|
|
9308
9127
|
set highValue(val) {
|
|
9309
9128
|
this._highValue = val;
|
|
9310
|
-
if (val !== null && val !== undefined) {
|
|
9129
|
+
if (val !== null && val !== undefined && val !== 0) {
|
|
9311
9130
|
this.isRangeInternal = true;
|
|
9312
9131
|
}
|
|
9313
9132
|
}
|
|
@@ -9431,7 +9250,7 @@ class MatchaSliderComponent {
|
|
|
9431
9250
|
this.cancelAnimationFrame();
|
|
9432
9251
|
}
|
|
9433
9252
|
initializeValues() {
|
|
9434
|
-
if (this.isRange && this.
|
|
9253
|
+
if (this.isRange && this._highValue === 0) {
|
|
9435
9254
|
this.highValue = this.mergedOptions.ceil;
|
|
9436
9255
|
}
|
|
9437
9256
|
}
|
|
@@ -9744,8 +9563,8 @@ class MatchaSliderComponent {
|
|
|
9744
9563
|
formatValue(value) {
|
|
9745
9564
|
return this.mergedOptions.format ? this.mergedOptions.format(value) : value.toString();
|
|
9746
9565
|
}
|
|
9747
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9748
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
9566
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSliderComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9567
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaSliderComponent, isStandalone: false, selector: "matcha-slider", inputs: { value: "value", highValue: "highValue", options: "options", color: "color", disabled: "disabled" }, outputs: { valueChange: "valueChange", highValueChange: "highValueChange", userChange: "userChange", userChangeEnd: "userChangeEnd" }, providers: [
|
|
9749
9568
|
{
|
|
9750
9569
|
provide: NG_VALUE_ACCESSOR,
|
|
9751
9570
|
useExisting: forwardRef(() => MatchaSliderComponent),
|
|
@@ -9753,7 +9572,7 @@ class MatchaSliderComponent {
|
|
|
9753
9572
|
}
|
|
9754
9573
|
], viewQueries: [{ propertyName: "sliderElement", first: true, predicate: ["sliderElement"], descendants: true }], ngImport: i0, template: "<!-- projects/matcha-components/src/lib/matcha-slider/slider/slider.component.html -->\n\n<div class=\"matcha-slider\" [class.disabled]=\"isDisabled\" [class.range]=\"isRange\"\n [attr.data-color]=\"color\" #sliderElement>\n\n <div class=\"limit-labels\" *ngIf=\"!mergedOptions.hideLimitLabels\">\n <span class=\"floor-label\" [style.visibility]=\"isAtMinValue ? 'hidden' : 'visible'\">\n {{ formatValue(mergedOptions.floor || 0) }}\n </span>\n \n <span class=\"ceil-label\" [style.visibility]=\"isAtMaxValue ? 'hidden' : 'visible'\">\n {{ formatValue(mergedOptions.ceil || 100) }}\n </span>\n </div>\n \n <div class=\"slider-track\" (mousedown)=\"onTrackMouseDown($event)\" (click)=\"onTrackClick($event)\">\n\n <div class=\"selection-bar\" [style]=\"selectionBarStyle\" *ngIf=\"mergedOptions.showSelectionBar\">\n </div>\n\n <div class=\"pointer low-pointer\" [style]=\"getPointerStyle(false)\"\n [attr.tabindex]=\"isDisabled ? -1 : 0\"\n (mousedown)=\"onPointerMouseDown($event, false)\" (click)=\"onPointerClick($event, false)\"\n (keydown)=\"onKeyDown($event)\" role=\"slider\" [attr.aria-valuemin]=\"mergedOptions.floor\"\n [attr.aria-valuemax]=\"mergedOptions.ceil\" [attr.aria-valuenow]=\"value\"\n [attr.aria-disabled]=\"isDisabled\">\n\n <div class=\"pointer-label\" *ngIf=\"!mergedOptions.hidePointerLabels\">\n {{ formatValue(value) }}\n </div>\n </div>\n\n <div class=\"pointer high-pointer\" [style]=\"getPointerStyle(true)\"\n [attr.tabindex]=\"isDisabled ? -1 : 0\" (mousedown)=\"onPointerMouseDown($event, true)\"\n (click)=\"onPointerClick($event, true)\" (keydown)=\"onKeyDown($event)\" role=\"slider\"\n [attr.aria-valuemin]=\"mergedOptions.floor\" [attr.aria-valuemax]=\"mergedOptions.ceil\"\n [attr.aria-valuenow]=\"highValue\" [attr.aria-disabled]=\"isDisabled\" *ngIf=\"isRange\">\n\n <div class=\"pointer-label\" *ngIf=\"!mergedOptions.hidePointerLabels\">\n {{ formatValue(highValue) }}\n </div>\n </div>\n </div>\n\n</div>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.Default }); }
|
|
9755
9574
|
}
|
|
9756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSliderComponent, decorators: [{
|
|
9757
9576
|
type: Component,
|
|
9758
9577
|
args: [{ selector: 'matcha-slider', standalone: false, changeDetection: ChangeDetectionStrategy.Default, providers: [
|
|
9759
9578
|
{
|
|
@@ -9970,10 +9789,10 @@ class MatchaTooltipDirective {
|
|
|
9970
9789
|
this.isDestroyed = true;
|
|
9971
9790
|
this.destroyTooltip();
|
|
9972
9791
|
}
|
|
9973
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9974
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
9792
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTooltipDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
9793
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: MatchaTooltipDirective, isStandalone: false, selector: "[matchaTooltip]", inputs: { tooltipText: ["matchaTooltip", "tooltipText"], tooltipDisabled: ["matchaTooltipDisabled", "tooltipDisabled"], preferAbove: ["matchaTooltipAbove", "preferAbove"], preferBelow: ["matchaTooltipBelow", "preferBelow"], preferLeft: ["matchaTooltipLeft", "preferLeft"], preferRight: ["matchaTooltipRight", "preferRight"], tooltipEnableClose: ["matchaTooltipEnableClose", "tooltipEnableClose"] }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "click": "onClick($event)" }, properties: { "attr.tooltip-disabled": "this.tooltipDisabledAttr", "attr.tooltip-above": "this.preferAboveAttr", "attr.tooltip-below": "this.preferBelowAttr", "attr.tooltip-left": "this.preferLeftAttr", "attr.tooltip-right": "this.preferRightAttr", "attr.tooltip-enable-close": "this.tooltipEnableCloseAttr" } }, ngImport: i0 }); }
|
|
9975
9794
|
}
|
|
9976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTooltipDirective, decorators: [{
|
|
9977
9796
|
type: Directive,
|
|
9978
9797
|
args: [{
|
|
9979
9798
|
selector: '[matchaTooltip]',
|
|
@@ -10030,11 +9849,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10030
9849
|
}] } });
|
|
10031
9850
|
|
|
10032
9851
|
class MatchaTooltipModule {
|
|
10033
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10034
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10035
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
9852
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9853
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaTooltipModule, declarations: [MatchaTooltipDirective], imports: [CommonModule], exports: [MatchaTooltipDirective] }); }
|
|
9854
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTooltipModule, imports: [CommonModule] }); }
|
|
10036
9855
|
}
|
|
10037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9856
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTooltipModule, decorators: [{
|
|
10038
9857
|
type: NgModule,
|
|
10039
9858
|
args: [{
|
|
10040
9859
|
declarations: [MatchaTooltipDirective],
|
|
@@ -10044,11 +9863,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10044
9863
|
}] });
|
|
10045
9864
|
|
|
10046
9865
|
class MatchaIconModule {
|
|
10047
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10048
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10049
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
9866
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9867
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaIconModule, declarations: [MatchaIconComponent], imports: [CommonModule, MatchaTooltipModule], exports: [MatchaIconComponent] }); }
|
|
9868
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaIconModule, imports: [CommonModule, MatchaTooltipModule] }); }
|
|
10050
9869
|
}
|
|
10051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaIconModule, decorators: [{
|
|
10052
9871
|
type: NgModule,
|
|
10053
9872
|
args: [{
|
|
10054
9873
|
declarations: [MatchaIconComponent],
|
|
@@ -10058,11 +9877,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10058
9877
|
}] });
|
|
10059
9878
|
|
|
10060
9879
|
class MatchaTitleModule {
|
|
10061
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10062
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10063
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
9880
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTitleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9881
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaTitleModule, declarations: [MatchaTitleComponent], imports: [CommonModule], exports: [MatchaTitleComponent] }); }
|
|
9882
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTitleModule, imports: [CommonModule] }); }
|
|
10064
9883
|
}
|
|
10065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9884
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTitleModule, decorators: [{
|
|
10066
9885
|
type: NgModule,
|
|
10067
9886
|
args: [{
|
|
10068
9887
|
declarations: [MatchaTitleComponent],
|
|
@@ -10072,11 +9891,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10072
9891
|
}] });
|
|
10073
9892
|
|
|
10074
9893
|
class MatchaDividerModule {
|
|
10075
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10076
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10077
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
9894
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9895
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaDividerModule, declarations: [MatchaDividerComponent], imports: [CommonModule], exports: [MatchaDividerComponent] }); }
|
|
9896
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDividerModule, imports: [CommonModule] }); }
|
|
10078
9897
|
}
|
|
10079
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9898
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDividerModule, decorators: [{
|
|
10080
9899
|
type: NgModule,
|
|
10081
9900
|
args: [{
|
|
10082
9901
|
declarations: [
|
|
@@ -10090,11 +9909,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10090
9909
|
}] });
|
|
10091
9910
|
|
|
10092
9911
|
class MatchaButtonModule {
|
|
10093
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10094
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10095
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
9912
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9913
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaButtonModule, declarations: [MatchaButtonComponent], exports: [MatchaButtonComponent] }); }
|
|
9914
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaButtonModule }); }
|
|
10096
9915
|
}
|
|
10097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaButtonModule, decorators: [{
|
|
10098
9917
|
type: NgModule,
|
|
10099
9918
|
args: [{
|
|
10100
9919
|
declarations: [MatchaButtonComponent],
|
|
@@ -10104,8 +9923,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10104
9923
|
}] });
|
|
10105
9924
|
|
|
10106
9925
|
class MatchaAccordionModule {
|
|
10107
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10108
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
9926
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9927
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaAccordionModule, declarations: [MatchaAccordionComponent,
|
|
10109
9928
|
MatchaAccordionItemComponent,
|
|
10110
9929
|
MatchaAccordionHeaderComponent,
|
|
10111
9930
|
MatchaAccordionContentComponent], imports: [CommonModule,
|
|
@@ -10117,14 +9936,14 @@ class MatchaAccordionModule {
|
|
|
10117
9936
|
MatchaAccordionItemComponent,
|
|
10118
9937
|
MatchaAccordionHeaderComponent,
|
|
10119
9938
|
MatchaAccordionContentComponent] }); }
|
|
10120
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
9939
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAccordionModule, imports: [CommonModule,
|
|
10121
9940
|
MatchaIconModule,
|
|
10122
9941
|
MatchaTitleModule,
|
|
10123
9942
|
MatchaDividerModule,
|
|
10124
9943
|
MatchaTooltipModule,
|
|
10125
9944
|
MatchaButtonModule] }); }
|
|
10126
9945
|
}
|
|
10127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAccordionModule, decorators: [{
|
|
10128
9947
|
type: NgModule,
|
|
10129
9948
|
args: [{
|
|
10130
9949
|
declarations: [
|
|
@@ -10151,11 +9970,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10151
9970
|
}] });
|
|
10152
9971
|
|
|
10153
9972
|
class MatchaInfiniteScrollModule {
|
|
10154
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10155
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10156
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
9973
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInfiniteScrollModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9974
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaInfiniteScrollModule, declarations: [MatchaInfiniteScrollComponent, MatchaInfiniteScrollDataComponent], imports: [CommonModule], exports: [MatchaInfiniteScrollComponent, MatchaInfiniteScrollDataComponent] }); }
|
|
9975
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInfiniteScrollModule, imports: [CommonModule] }); }
|
|
10157
9976
|
}
|
|
10158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInfiniteScrollModule, decorators: [{
|
|
10159
9978
|
type: NgModule,
|
|
10160
9979
|
args: [{
|
|
10161
9980
|
declarations: [MatchaInfiniteScrollComponent, MatchaInfiniteScrollDataComponent],
|
|
@@ -10167,11 +9986,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10167
9986
|
}] });
|
|
10168
9987
|
|
|
10169
9988
|
class MatchaLazyloadModule {
|
|
10170
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10171
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10172
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
9989
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaLazyloadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9990
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaLazyloadModule, declarations: [MatchaLazyloadComponent, MatchaLazyloadDataComponent], imports: [CommonModule], exports: [MatchaLazyloadComponent, MatchaLazyloadDataComponent] }); }
|
|
9991
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaLazyloadModule, imports: [CommonModule] }); }
|
|
10173
9992
|
}
|
|
10174
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaLazyloadModule, decorators: [{
|
|
10175
9994
|
type: NgModule,
|
|
10176
9995
|
args: [{
|
|
10177
9996
|
declarations: [MatchaLazyloadComponent, MatchaLazyloadDataComponent],
|
|
@@ -10205,10 +10024,10 @@ class MatchaElevationDirective {
|
|
|
10205
10024
|
this._renderer.addClass(this._elementRef.nativeElement, `elevation-z-0`);
|
|
10206
10025
|
}
|
|
10207
10026
|
}
|
|
10208
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10209
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
10027
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaElevationDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
10028
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: MatchaElevationDirective, isStandalone: false, selector: "[elevation]", inputs: { elevation: "elevation" }, usesOnChanges: true, ngImport: i0 }); }
|
|
10210
10029
|
}
|
|
10211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaElevationDirective, decorators: [{
|
|
10212
10031
|
type: Directive,
|
|
10213
10032
|
args: [{
|
|
10214
10033
|
selector: '[elevation]',
|
|
@@ -10220,11 +10039,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10220
10039
|
}] } });
|
|
10221
10040
|
|
|
10222
10041
|
class MatchaElevationModule {
|
|
10223
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10224
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10225
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10042
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaElevationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10043
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaElevationModule, declarations: [MatchaElevationDirective], imports: [CommonModule], exports: [MatchaElevationDirective] }); }
|
|
10044
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaElevationModule, imports: [CommonModule] }); }
|
|
10226
10045
|
}
|
|
10227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaElevationModule, decorators: [{
|
|
10228
10047
|
type: NgModule,
|
|
10229
10048
|
args: [{
|
|
10230
10049
|
declarations: [MatchaElevationDirective],
|
|
@@ -10352,10 +10171,10 @@ class MatchaOverlayService {
|
|
|
10352
10171
|
this.removeOverlayContainer();
|
|
10353
10172
|
}
|
|
10354
10173
|
}
|
|
10355
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10356
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
10174
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaOverlayService, deps: [{ token: i0.ApplicationRef }, { token: i0.Injector }, { token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10175
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaOverlayService, providedIn: 'root' }); }
|
|
10357
10176
|
}
|
|
10358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaOverlayService, decorators: [{
|
|
10359
10178
|
type: Injectable,
|
|
10360
10179
|
args: [{
|
|
10361
10180
|
providedIn: 'root',
|
|
@@ -10391,10 +10210,10 @@ class MatchaModalService {
|
|
|
10391
10210
|
getData() {
|
|
10392
10211
|
return this.currentData;
|
|
10393
10212
|
}
|
|
10394
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10395
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
10213
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalService, deps: [{ token: MatchaOverlayService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10214
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalService, providedIn: 'root' }); }
|
|
10396
10215
|
}
|
|
10397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalService, decorators: [{
|
|
10398
10217
|
type: Injectable,
|
|
10399
10218
|
args: [{
|
|
10400
10219
|
providedIn: 'root'
|
|
@@ -10402,8 +10221,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10402
10221
|
}], ctorParameters: () => [{ type: MatchaOverlayService }] });
|
|
10403
10222
|
|
|
10404
10223
|
class MatchaModalModule {
|
|
10405
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10406
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10225
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalModule, declarations: [MatchaModalHeaderComponent,
|
|
10407
10226
|
MatchaModalContentComponent,
|
|
10408
10227
|
MatchaModalFooterComponent,
|
|
10409
10228
|
MatchaModalOptionsComponent,
|
|
@@ -10417,7 +10236,7 @@ class MatchaModalModule {
|
|
|
10417
10236
|
MatchaModalFooterComponent,
|
|
10418
10237
|
MatchaModalOptionsComponent,
|
|
10419
10238
|
MatchaModalComponent] }); }
|
|
10420
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10239
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalModule, providers: [
|
|
10421
10240
|
MatchaModalService,
|
|
10422
10241
|
MatchaOverlayService
|
|
10423
10242
|
], imports: [CommonModule,
|
|
@@ -10427,7 +10246,7 @@ class MatchaModalModule {
|
|
|
10427
10246
|
MatchaTooltipModule,
|
|
10428
10247
|
MatchaElevationModule] }); }
|
|
10429
10248
|
}
|
|
10430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaModalModule, decorators: [{
|
|
10431
10250
|
type: NgModule,
|
|
10432
10251
|
args: [{
|
|
10433
10252
|
declarations: [
|
|
@@ -10460,21 +10279,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10460
10279
|
}] });
|
|
10461
10280
|
|
|
10462
10281
|
class MatchaCardModule {
|
|
10463
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10464
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10283
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaCardModule, declarations: [MatchaCardComponent], imports: [CommonModule,
|
|
10465
10284
|
MatchaElevationModule,
|
|
10466
10285
|
MatchaIconModule,
|
|
10467
10286
|
MatchaTitleModule,
|
|
10468
10287
|
MatchaDividerModule,
|
|
10469
10288
|
MatchaTooltipModule], exports: [MatchaCardComponent] }); }
|
|
10470
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10289
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaCardModule, imports: [CommonModule,
|
|
10471
10290
|
MatchaElevationModule,
|
|
10472
10291
|
MatchaIconModule,
|
|
10473
10292
|
MatchaTitleModule,
|
|
10474
10293
|
MatchaDividerModule,
|
|
10475
10294
|
MatchaTooltipModule] }); }
|
|
10476
10295
|
}
|
|
10477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaCardModule, decorators: [{
|
|
10478
10297
|
type: NgModule,
|
|
10479
10298
|
args: [{
|
|
10480
10299
|
declarations: [MatchaCardComponent],
|
|
@@ -10491,11 +10310,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10491
10310
|
}] });
|
|
10492
10311
|
|
|
10493
10312
|
class MatchaMasonryModule {
|
|
10494
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10495
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10496
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10313
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMasonryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10314
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaMasonryModule, declarations: [MatchaMasonryComponent], imports: [CommonModule], exports: [MatchaMasonryComponent] }); }
|
|
10315
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMasonryModule, imports: [CommonModule] }); }
|
|
10497
10316
|
}
|
|
10498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMasonryModule, decorators: [{
|
|
10499
10318
|
type: NgModule,
|
|
10500
10319
|
args: [{
|
|
10501
10320
|
declarations: [MatchaMasonryComponent],
|
|
@@ -10505,13 +10324,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10505
10324
|
}] });
|
|
10506
10325
|
|
|
10507
10326
|
class MatchaButtonToggleModule {
|
|
10508
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10509
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10327
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaButtonToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10328
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaButtonToggleModule, declarations: [MatchaButtonToggleComponent], imports: [CommonModule,
|
|
10510
10329
|
MatchaTooltipModule], exports: [MatchaButtonToggleComponent] }); }
|
|
10511
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10330
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaButtonToggleModule, imports: [CommonModule,
|
|
10512
10331
|
MatchaTooltipModule] }); }
|
|
10513
10332
|
}
|
|
10514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaButtonToggleModule, decorators: [{
|
|
10515
10334
|
type: NgModule,
|
|
10516
10335
|
args: [{
|
|
10517
10336
|
declarations: [MatchaButtonToggleComponent],
|
|
@@ -10524,8 +10343,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10524
10343
|
}] });
|
|
10525
10344
|
|
|
10526
10345
|
class MatchaToolbarModule {
|
|
10527
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10528
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10346
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10347
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarModule, declarations: [MatchaToolbarComponent,
|
|
10529
10348
|
MatchaToolbarButtonComponent,
|
|
10530
10349
|
MatchaToolbarContentComponent,
|
|
10531
10350
|
MatchaToolbarMainButtonComponent,
|
|
@@ -10538,12 +10357,12 @@ class MatchaToolbarModule {
|
|
|
10538
10357
|
MatchaToolbarMainButtonComponent,
|
|
10539
10358
|
MatchaToolbarCustomButtonComponent,
|
|
10540
10359
|
MatchaTitleModule] }); }
|
|
10541
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10360
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarModule, imports: [CommonModule,
|
|
10542
10361
|
MatchaButtonModule,
|
|
10543
10362
|
MatchaTitleModule,
|
|
10544
10363
|
MatchaTooltipModule, MatchaTitleModule] }); }
|
|
10545
10364
|
}
|
|
10546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaToolbarModule, decorators: [{
|
|
10547
10366
|
type: NgModule,
|
|
10548
10367
|
args: [{
|
|
10549
10368
|
declarations: [
|
|
@@ -10571,11 +10390,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10571
10390
|
}] });
|
|
10572
10391
|
|
|
10573
10392
|
class MatchaGridModule {
|
|
10574
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10575
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10576
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10393
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10394
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaGridModule, declarations: [MatchaGridComponent], imports: [CommonModule], exports: [MatchaGridComponent] }); }
|
|
10395
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaGridModule, imports: [CommonModule] }); }
|
|
10577
10396
|
}
|
|
10578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaGridModule, decorators: [{
|
|
10579
10398
|
type: NgModule,
|
|
10580
10399
|
args: [{
|
|
10581
10400
|
declarations: [MatchaGridComponent],
|
|
@@ -10585,11 +10404,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10585
10404
|
}] });
|
|
10586
10405
|
|
|
10587
10406
|
class MatchaFormFieldModule {
|
|
10588
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10589
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10590
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10407
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaFormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10408
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaFormFieldModule, declarations: [MatchaFormFieldComponent, MatchaLabelComponent, MatchaErrorComponent], imports: [CommonModule, MatchaIconModule], exports: [MatchaFormFieldComponent, MatchaLabelComponent, MatchaErrorComponent] }); }
|
|
10409
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaFormFieldModule, imports: [CommonModule, MatchaIconModule] }); }
|
|
10591
10410
|
}
|
|
10592
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaFormFieldModule, decorators: [{
|
|
10593
10412
|
type: NgModule,
|
|
10594
10413
|
args: [{
|
|
10595
10414
|
declarations: [MatchaFormFieldComponent, MatchaLabelComponent, MatchaErrorComponent],
|
|
@@ -10718,10 +10537,10 @@ class MatchaAutocompleteTriggerDirective {
|
|
|
10718
10537
|
}, 10);
|
|
10719
10538
|
}
|
|
10720
10539
|
}
|
|
10721
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10722
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
10540
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAutocompleteTriggerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
10541
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: MatchaAutocompleteTriggerDirective, isStandalone: false, selector: "[matchaAutocomplete]", inputs: { panel: ["matchaAutocomplete", "panel"] }, host: { listeners: { "click": "onClick()", "focus": "onFocus()", "input": "onInput($event)", "keydown": "onKeydown($event)", "document:click": "onDocClick($event)" } }, ngImport: i0 }); }
|
|
10723
10542
|
}
|
|
10724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAutocompleteTriggerDirective, decorators: [{
|
|
10725
10544
|
type: Directive,
|
|
10726
10545
|
args: [{
|
|
10727
10546
|
selector: '[matchaAutocomplete]',
|
|
@@ -10748,11 +10567,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10748
10567
|
}] } });
|
|
10749
10568
|
|
|
10750
10569
|
class MatchaOptionModule {
|
|
10751
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10752
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10753
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10570
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10571
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaOptionModule, declarations: [MatchaOptionComponent], imports: [CommonModule], exports: [MatchaOptionComponent] }); }
|
|
10572
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaOptionModule, imports: [CommonModule] }); }
|
|
10754
10573
|
}
|
|
10755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaOptionModule, decorators: [{
|
|
10756
10575
|
type: NgModule,
|
|
10757
10576
|
args: [{
|
|
10758
10577
|
declarations: [
|
|
@@ -10768,11 +10587,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10768
10587
|
}] });
|
|
10769
10588
|
|
|
10770
10589
|
class MatchaPanelModule {
|
|
10771
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10772
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10773
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10590
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10591
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaPanelModule, declarations: [MatchaPanelComponent], imports: [CommonModule], exports: [MatchaPanelComponent] }); }
|
|
10592
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPanelModule, imports: [CommonModule] }); }
|
|
10774
10593
|
}
|
|
10775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPanelModule, decorators: [{
|
|
10776
10595
|
type: NgModule,
|
|
10777
10596
|
args: [{
|
|
10778
10597
|
declarations: [
|
|
@@ -10788,15 +10607,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10788
10607
|
}] });
|
|
10789
10608
|
|
|
10790
10609
|
class MatchaAutocompleteModule {
|
|
10791
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10792
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10610
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10611
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaAutocompleteModule, declarations: [MatchaAutocompleteComponent,
|
|
10793
10612
|
MatchaAutocompleteTriggerDirective], imports: [CommonModule,
|
|
10794
10613
|
MatchaOptionModule,
|
|
10795
10614
|
MatchaPanelModule], exports: [MatchaAutocompleteComponent,
|
|
10796
10615
|
MatchaAutocompleteTriggerDirective,
|
|
10797
10616
|
MatchaOptionModule // Re-exporta para conveniência
|
|
10798
10617
|
] }); }
|
|
10799
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10618
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAutocompleteModule, providers: [
|
|
10800
10619
|
// Provider para permitir injeção da interface MatchaOptionParent
|
|
10801
10620
|
{ provide: MATCHA_OPTION_PARENT, useExisting: MatchaAutocompleteComponent }
|
|
10802
10621
|
], imports: [CommonModule,
|
|
@@ -10804,7 +10623,7 @@ class MatchaAutocompleteModule {
|
|
|
10804
10623
|
MatchaPanelModule, MatchaOptionModule // Re-exporta para conveniência
|
|
10805
10624
|
] }); }
|
|
10806
10625
|
}
|
|
10807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAutocompleteModule, decorators: [{
|
|
10808
10627
|
type: NgModule,
|
|
10809
10628
|
args: [{
|
|
10810
10629
|
declarations: [
|
|
@@ -10943,10 +10762,10 @@ class MatchaSelectTriggerDirective {
|
|
|
10943
10762
|
}, 10);
|
|
10944
10763
|
}
|
|
10945
10764
|
}
|
|
10946
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10947
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
10765
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSelectTriggerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
10766
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: MatchaSelectTriggerDirective, isStandalone: false, selector: "[matchaSelect]", inputs: { select: ["matchaSelect", "select"] }, host: { listeners: { "click": "onClick()", "focus": "onFocus()", "keydown": "onKeydown($event)", "document:click": "onDocClick($event)" } }, ngImport: i0 }); }
|
|
10948
10767
|
}
|
|
10949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSelectTriggerDirective, decorators: [{
|
|
10950
10769
|
type: Directive,
|
|
10951
10770
|
args: [{
|
|
10952
10771
|
selector: '[matchaSelect]',
|
|
@@ -10970,17 +10789,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10970
10789
|
}] } });
|
|
10971
10790
|
|
|
10972
10791
|
class MatchaSelectModule {
|
|
10973
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10974
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10792
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10793
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaSelectModule, declarations: [MatchaSelectComponent,
|
|
10975
10794
|
MatchaSelectTriggerDirective], imports: [CommonModule,
|
|
10976
10795
|
MatchaOptionModule,
|
|
10977
10796
|
MatchaPanelModule], exports: [MatchaSelectComponent,
|
|
10978
10797
|
MatchaSelectTriggerDirective] }); }
|
|
10979
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10798
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSelectModule, imports: [CommonModule,
|
|
10980
10799
|
MatchaOptionModule,
|
|
10981
10800
|
MatchaPanelModule] }); }
|
|
10982
10801
|
}
|
|
10983
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSelectModule, decorators: [{
|
|
10984
10803
|
type: NgModule,
|
|
10985
10804
|
args: [{
|
|
10986
10805
|
declarations: [
|
|
@@ -10999,44 +10818,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
10999
10818
|
}]
|
|
11000
10819
|
}] });
|
|
11001
10820
|
|
|
11002
|
-
class MatchaBadgeDirective {
|
|
11003
|
-
constructor(_elementRef, _renderer) {
|
|
11004
|
-
this._elementRef = _elementRef;
|
|
11005
|
-
this._renderer = _renderer;
|
|
11006
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
11007
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-badge');
|
|
11008
|
-
}
|
|
11009
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaBadgeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11010
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.3", type: MatchaBadgeDirective, isStandalone: false, selector: "[matcha-badge]", ngImport: i0 }); }
|
|
11011
|
-
}
|
|
11012
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaBadgeDirective, decorators: [{
|
|
11013
|
-
type: Directive,
|
|
11014
|
-
args: [{
|
|
11015
|
-
selector: '[matcha-badge]',
|
|
11016
|
-
standalone: false
|
|
11017
|
-
}]
|
|
11018
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
11019
|
-
|
|
11020
|
-
class MatchaBadgeModule {
|
|
11021
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11022
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: MatchaBadgeModule, declarations: [MatchaBadgeDirective], exports: [MatchaBadgeDirective] }); }
|
|
11023
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaBadgeModule }); }
|
|
11024
|
-
}
|
|
11025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaBadgeModule, decorators: [{
|
|
11026
|
-
type: NgModule,
|
|
11027
|
-
args: [{
|
|
11028
|
-
declarations: [MatchaBadgeDirective],
|
|
11029
|
-
imports: [],
|
|
11030
|
-
exports: [MatchaBadgeDirective],
|
|
11031
|
-
}]
|
|
11032
|
-
}] });
|
|
11033
|
-
|
|
11034
10821
|
class MatchaRippleModule {
|
|
11035
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11036
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11037
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10822
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaRippleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10823
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaRippleModule, declarations: [MatchaRippleDirective], imports: [CommonModule], exports: [MatchaRippleDirective] }); }
|
|
10824
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaRippleModule, imports: [CommonModule] }); }
|
|
11038
10825
|
}
|
|
11039
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaRippleModule, decorators: [{
|
|
11040
10827
|
type: NgModule,
|
|
11041
10828
|
args: [{
|
|
11042
10829
|
declarations: [
|
|
@@ -11052,11 +10839,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11052
10839
|
}] });
|
|
11053
10840
|
|
|
11054
10841
|
class MatchaCheckboxModule {
|
|
11055
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11056
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11057
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10842
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10843
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaCheckboxModule, declarations: [MatchaCheckboxComponent], imports: [CommonModule, MatchaRippleModule], exports: [MatchaCheckboxComponent] }); }
|
|
10844
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaCheckboxModule, imports: [CommonModule, MatchaRippleModule] }); }
|
|
11058
10845
|
}
|
|
11059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaCheckboxModule, decorators: [{
|
|
11060
10847
|
type: NgModule,
|
|
11061
10848
|
args: [{
|
|
11062
10849
|
declarations: [
|
|
@@ -11070,13 +10857,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11070
10857
|
}] });
|
|
11071
10858
|
|
|
11072
10859
|
class MatchaHintTextModule {
|
|
11073
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11074
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10860
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaHintTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10861
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaHintTextModule, declarations: [MatchaHintTextComponent], imports: [CommonModule,
|
|
11075
10862
|
MatchaIconModule], exports: [MatchaHintTextComponent] }); }
|
|
11076
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10863
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaHintTextModule, imports: [CommonModule,
|
|
11077
10864
|
MatchaIconModule] }); }
|
|
11078
10865
|
}
|
|
11079
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaHintTextModule, decorators: [{
|
|
11080
10867
|
type: NgModule,
|
|
11081
10868
|
args: [{
|
|
11082
10869
|
declarations: [MatchaHintTextComponent],
|
|
@@ -11088,116 +10875,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11088
10875
|
}]
|
|
11089
10876
|
}] });
|
|
11090
10877
|
|
|
11091
|
-
class
|
|
11092
|
-
constructor(
|
|
11093
|
-
this.
|
|
11094
|
-
this._renderer = _renderer;
|
|
11095
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
11096
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-input');
|
|
11097
|
-
}
|
|
11098
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaInputDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11099
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.3", type: MatchaInputDirective, isStandalone: false, selector: "[matcha-input]", ngImport: i0 }); }
|
|
11100
|
-
}
|
|
11101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaInputDirective, decorators: [{
|
|
11102
|
-
type: Directive,
|
|
11103
|
-
args: [{
|
|
11104
|
-
selector: '[matcha-input]',
|
|
11105
|
-
standalone: false
|
|
11106
|
-
}]
|
|
11107
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
11108
|
-
|
|
11109
|
-
class MatchaInputModule {
|
|
11110
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11111
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: MatchaInputModule, declarations: [MatchaInputDirective], exports: [MatchaInputDirective] }); }
|
|
11112
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaInputModule }); }
|
|
11113
|
-
}
|
|
11114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaInputModule, decorators: [{
|
|
11115
|
-
type: NgModule,
|
|
11116
|
-
args: [{
|
|
11117
|
-
declarations: [MatchaInputDirective],
|
|
11118
|
-
imports: [],
|
|
11119
|
-
exports: [MatchaInputDirective],
|
|
11120
|
-
}]
|
|
11121
|
-
}] });
|
|
11122
|
-
|
|
11123
|
-
class MatchaMenuTriggerForDirective {
|
|
11124
|
-
constructor(_elementRef, _renderer) {
|
|
11125
|
-
this._elementRef = _elementRef;
|
|
11126
|
-
this._renderer = _renderer;
|
|
11127
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
11128
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-menu-trigger');
|
|
11129
|
-
}
|
|
11130
|
-
onClick(event) {
|
|
11131
|
-
event.stopPropagation();
|
|
11132
|
-
this.menu.toggleMenu();
|
|
11133
|
-
}
|
|
11134
|
-
onMouseEnter() {
|
|
11135
|
-
if (!this.menu.isParentMenu) {
|
|
11136
|
-
this.menu.openMenu();
|
|
11137
|
-
}
|
|
11138
|
-
}
|
|
11139
|
-
onMouseLeave() {
|
|
11140
|
-
if (!this.menu.isParentMenu) {
|
|
11141
|
-
this.menu.closeMenu();
|
|
11142
|
-
}
|
|
11143
|
-
}
|
|
11144
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaMenuTriggerForDirective, deps: [{ token: ElementRef }, { token: Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11145
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.3", type: MatchaMenuTriggerForDirective, isStandalone: false, selector: "[matchaMenuTriggerFor]", inputs: { menu: ["matchaMenuTriggerFor", "menu"] }, host: { listeners: { "click": "onClick($event)", "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()" } }, exportAs: ["matchaMenuTriggerFor"], ngImport: i0 }); }
|
|
11146
|
-
}
|
|
11147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaMenuTriggerForDirective, decorators: [{
|
|
11148
|
-
type: Directive,
|
|
11149
|
-
args: [{
|
|
11150
|
-
selector: '[matchaMenuTriggerFor]',
|
|
11151
|
-
exportAs: 'matchaMenuTriggerFor',
|
|
11152
|
-
standalone: false
|
|
11153
|
-
}]
|
|
11154
|
-
}], ctorParameters: () => [{ type: i0.ElementRef, decorators: [{
|
|
11155
|
-
type: Inject,
|
|
11156
|
-
args: [ElementRef]
|
|
11157
|
-
}] }, { type: i0.Renderer2, decorators: [{
|
|
11158
|
-
type: Inject,
|
|
11159
|
-
args: [Renderer2]
|
|
11160
|
-
}] }], propDecorators: { menu: [{
|
|
11161
|
-
type: Input,
|
|
11162
|
-
args: ['matchaMenuTriggerFor']
|
|
11163
|
-
}], onClick: [{
|
|
11164
|
-
type: HostListener,
|
|
11165
|
-
args: ['click', ['$event']]
|
|
11166
|
-
}], onMouseEnter: [{
|
|
11167
|
-
type: HostListener,
|
|
11168
|
-
args: ['mouseenter']
|
|
11169
|
-
}], onMouseLeave: [{
|
|
11170
|
-
type: HostListener,
|
|
11171
|
-
args: ['mouseleave']
|
|
11172
|
-
}] } });
|
|
11173
|
-
|
|
11174
|
-
class MatchaMenuModule {
|
|
11175
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11176
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: MatchaMenuModule, declarations: [MatchaMenuComponent,
|
|
11177
|
-
MatchaMenuTriggerForDirective], imports: [CommonModule], exports: [MatchaMenuComponent,
|
|
11178
|
-
MatchaMenuTriggerForDirective] }); }
|
|
11179
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaMenuModule, imports: [CommonModule] }); }
|
|
11180
|
-
}
|
|
11181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaMenuModule, decorators: [{
|
|
11182
|
-
type: NgModule,
|
|
11183
|
-
args: [{
|
|
11184
|
-
declarations: [
|
|
11185
|
-
MatchaMenuComponent,
|
|
11186
|
-
MatchaMenuTriggerForDirective
|
|
11187
|
-
],
|
|
11188
|
-
imports: [
|
|
11189
|
-
CommonModule
|
|
11190
|
-
],
|
|
11191
|
-
exports: [
|
|
11192
|
-
MatchaMenuComponent,
|
|
11193
|
-
MatchaMenuTriggerForDirective
|
|
11194
|
-
]
|
|
11195
|
-
}]
|
|
11196
|
-
}] });
|
|
11197
|
-
|
|
11198
|
-
class MatchaOverflowDraggableComponent {
|
|
11199
|
-
constructor() {
|
|
11200
|
-
this.dragRef = '';
|
|
10878
|
+
class MatchaOverflowDraggableComponent {
|
|
10879
|
+
constructor() {
|
|
10880
|
+
this.dragRef = '';
|
|
11201
10881
|
}
|
|
11202
10882
|
dragToScroll() {
|
|
11203
10883
|
const ele = document.querySelector(`matchaDraggableReference${this.dragRef}`);
|
|
@@ -11237,10 +10917,10 @@ class MatchaOverflowDraggableComponent {
|
|
|
11237
10917
|
const activeClasses = `${draggableReference}`;
|
|
11238
10918
|
return activeClasses;
|
|
11239
10919
|
}
|
|
11240
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11241
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
10920
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaOverflowDraggableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10921
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: MatchaOverflowDraggableComponent, isStandalone: false, selector: "matcha-overflow-draggable", inputs: { dragRef: "dragRef" }, ngImport: i0, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
|
|
11242
10922
|
}
|
|
11243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaOverflowDraggableComponent, decorators: [{
|
|
11244
10924
|
type: Component,
|
|
11245
10925
|
args: [{ selector: 'matcha-overflow-draggable', standalone: false, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
11246
10926
|
}], propDecorators: { dragRef: [{
|
|
@@ -11248,11 +10928,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11248
10928
|
}] } });
|
|
11249
10929
|
|
|
11250
10930
|
class MatchaPaginatorModule {
|
|
11251
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11252
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11253
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10931
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10932
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaPaginatorModule, declarations: [MatchaPaginatorComponent], imports: [CommonModule, MatchaIconModule], exports: [MatchaPaginatorComponent] }); }
|
|
10933
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPaginatorModule, providers: [MatchaPaginatorIntl], imports: [CommonModule, MatchaIconModule] }); }
|
|
11254
10934
|
}
|
|
11255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPaginatorModule, decorators: [{
|
|
11256
10936
|
type: NgModule,
|
|
11257
10937
|
args: [{
|
|
11258
10938
|
declarations: [MatchaPaginatorComponent],
|
|
@@ -11262,80 +10942,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11262
10942
|
}]
|
|
11263
10943
|
}] });
|
|
11264
10944
|
|
|
11265
|
-
class MatchaProgressBarDirective {
|
|
11266
|
-
constructor(_elementRef, _renderer) {
|
|
11267
|
-
this._elementRef = _elementRef;
|
|
11268
|
-
this._renderer = _renderer;
|
|
11269
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
11270
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-progress-bar');
|
|
11271
|
-
}
|
|
11272
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaProgressBarDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11273
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.3", type: MatchaProgressBarDirective, isStandalone: false, selector: "[matcha-progress-bar]", ngImport: i0 }); }
|
|
11274
|
-
}
|
|
11275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaProgressBarDirective, decorators: [{
|
|
11276
|
-
type: Directive,
|
|
11277
|
-
args: [{
|
|
11278
|
-
selector: '[matcha-progress-bar]',
|
|
11279
|
-
standalone: false
|
|
11280
|
-
}]
|
|
11281
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
11282
|
-
|
|
11283
|
-
class MatchaProgressBarModule {
|
|
11284
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11285
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: MatchaProgressBarModule, declarations: [MatchaProgressBarDirective], imports: [CommonModule], exports: [MatchaProgressBarDirective] }); }
|
|
11286
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaProgressBarModule, imports: [CommonModule] }); }
|
|
11287
|
-
}
|
|
11288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaProgressBarModule, decorators: [{
|
|
11289
|
-
type: NgModule,
|
|
11290
|
-
args: [{
|
|
11291
|
-
declarations: [MatchaProgressBarDirective],
|
|
11292
|
-
imports: [
|
|
11293
|
-
CommonModule
|
|
11294
|
-
],
|
|
11295
|
-
exports: [
|
|
11296
|
-
MatchaProgressBarDirective
|
|
11297
|
-
]
|
|
11298
|
-
}]
|
|
11299
|
-
}] });
|
|
11300
|
-
|
|
11301
|
-
class MatchaSidenavDirective {
|
|
11302
|
-
constructor(_elementRef, _renderer) {
|
|
11303
|
-
this._elementRef = _elementRef;
|
|
11304
|
-
this._renderer = _renderer;
|
|
11305
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
11306
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-sidenav');
|
|
11307
|
-
}
|
|
11308
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSidenavDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11309
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.3", type: MatchaSidenavDirective, isStandalone: false, selector: "[matcha-sidenav]", ngImport: i0 }); }
|
|
11310
|
-
}
|
|
11311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSidenavDirective, decorators: [{
|
|
11312
|
-
type: Directive,
|
|
11313
|
-
args: [{
|
|
11314
|
-
selector: '[matcha-sidenav]',
|
|
11315
|
-
standalone: false
|
|
11316
|
-
}]
|
|
11317
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
11318
|
-
|
|
11319
|
-
class MatchaSidenavModule {
|
|
11320
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSidenavModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11321
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: MatchaSidenavModule, declarations: [MatchaSidenavDirective], imports: [CommonModule], exports: [MatchaSidenavDirective] }); }
|
|
11322
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSidenavModule, imports: [CommonModule] }); }
|
|
11323
|
-
}
|
|
11324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSidenavModule, decorators: [{
|
|
11325
|
-
type: NgModule,
|
|
11326
|
-
args: [{
|
|
11327
|
-
declarations: [MatchaSidenavDirective],
|
|
11328
|
-
imports: [CommonModule],
|
|
11329
|
-
exports: [MatchaSidenavDirective],
|
|
11330
|
-
}]
|
|
11331
|
-
}] });
|
|
11332
|
-
|
|
11333
10945
|
class MatchaSlideToggleModule {
|
|
11334
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11335
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11336
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10946
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSlideToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10947
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaSlideToggleModule, declarations: [MatchaSlideToggleComponent], imports: [CommonModule, FormsModule], exports: [MatchaSlideToggleComponent] }); }
|
|
10948
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSlideToggleModule, imports: [CommonModule, FormsModule] }); }
|
|
11337
10949
|
}
|
|
11338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSlideToggleModule, decorators: [{
|
|
11339
10951
|
type: NgModule,
|
|
11340
10952
|
args: [{
|
|
11341
10953
|
declarations: [MatchaSlideToggleComponent],
|
|
@@ -11346,76 +10958,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11346
10958
|
}]
|
|
11347
10959
|
}] });
|
|
11348
10960
|
|
|
11349
|
-
class MatchaSnackBarDirective {
|
|
11350
|
-
constructor(_elementRef, _renderer) {
|
|
11351
|
-
this._elementRef = _elementRef;
|
|
11352
|
-
this._renderer = _renderer;
|
|
11353
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
11354
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-snackbar');
|
|
11355
|
-
}
|
|
11356
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSnackBarDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11357
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.3", type: MatchaSnackBarDirective, isStandalone: false, selector: "[matchaSnackBar]", ngImport: i0 }); }
|
|
11358
|
-
}
|
|
11359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSnackBarDirective, decorators: [{
|
|
11360
|
-
type: Directive,
|
|
11361
|
-
args: [{
|
|
11362
|
-
selector: '[matchaSnackBar]',
|
|
11363
|
-
standalone: false
|
|
11364
|
-
}]
|
|
11365
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
11366
|
-
|
|
11367
|
-
class MatchaSnackBarModule {
|
|
11368
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSnackBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11369
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: MatchaSnackBarModule, declarations: [MatchaSnackBarDirective], imports: [CommonModule], exports: [MatchaSnackBarDirective] }); }
|
|
11370
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSnackBarModule, imports: [CommonModule] }); }
|
|
11371
|
-
}
|
|
11372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSnackBarModule, decorators: [{
|
|
11373
|
-
type: NgModule,
|
|
11374
|
-
args: [{
|
|
11375
|
-
declarations: [MatchaSnackBarDirective],
|
|
11376
|
-
imports: [CommonModule],
|
|
11377
|
-
exports: [MatchaSnackBarDirective],
|
|
11378
|
-
}]
|
|
11379
|
-
}] });
|
|
11380
|
-
|
|
11381
|
-
class MatchaSortHeaderDirective {
|
|
11382
|
-
constructor(_elementRef, _renderer) {
|
|
11383
|
-
this._elementRef = _elementRef;
|
|
11384
|
-
this._renderer = _renderer;
|
|
11385
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
11386
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-sort-header');
|
|
11387
|
-
}
|
|
11388
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSortHeaderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11389
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.3", type: MatchaSortHeaderDirective, isStandalone: false, selector: "[matchaSortHeader]", ngImport: i0 }); }
|
|
11390
|
-
}
|
|
11391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSortHeaderDirective, decorators: [{
|
|
11392
|
-
type: Directive,
|
|
11393
|
-
args: [{
|
|
11394
|
-
selector: '[matchaSortHeader]',
|
|
11395
|
-
standalone: false
|
|
11396
|
-
}]
|
|
11397
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
11398
|
-
|
|
11399
|
-
class MatchaSortHeaderModule {
|
|
11400
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSortHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11401
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: MatchaSortHeaderModule, declarations: [MatchaSortHeaderDirective], imports: [CommonModule], exports: [MatchaSortHeaderDirective] }); }
|
|
11402
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSortHeaderModule, imports: [CommonModule] }); }
|
|
11403
|
-
}
|
|
11404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaSortHeaderModule, decorators: [{
|
|
11405
|
-
type: NgModule,
|
|
11406
|
-
args: [{
|
|
11407
|
-
declarations: [MatchaSortHeaderDirective],
|
|
11408
|
-
imports: [CommonModule],
|
|
11409
|
-
exports: [MatchaSortHeaderDirective],
|
|
11410
|
-
}]
|
|
11411
|
-
}] });
|
|
11412
|
-
|
|
11413
10961
|
class MatchaSpinModule {
|
|
11414
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11415
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11416
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10962
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSpinModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10963
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaSpinModule, declarations: [MatchaSpinComponent], imports: [CommonModule], exports: [MatchaSpinComponent] }); }
|
|
10964
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSpinModule, imports: [CommonModule] }); }
|
|
11417
10965
|
}
|
|
11418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSpinModule, decorators: [{
|
|
11419
10967
|
type: NgModule,
|
|
11420
10968
|
args: [{
|
|
11421
10969
|
declarations: [MatchaSpinComponent],
|
|
@@ -11427,11 +10975,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11427
10975
|
}] });
|
|
11428
10976
|
|
|
11429
10977
|
class MatchaSpinnerModule {
|
|
11430
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11431
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11432
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10978
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10979
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaSpinnerModule, declarations: [MatchaSpinnerComponent], imports: [CommonModule], exports: [MatchaSpinnerComponent] }); }
|
|
10980
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSpinnerModule, imports: [CommonModule] }); }
|
|
11433
10981
|
}
|
|
11434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSpinnerModule, decorators: [{
|
|
11435
10983
|
type: NgModule,
|
|
11436
10984
|
args: [{
|
|
11437
10985
|
declarations: [MatchaSpinnerComponent],
|
|
@@ -11442,48 +10990,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11442
10990
|
}]
|
|
11443
10991
|
}] });
|
|
11444
10992
|
|
|
11445
|
-
class MatchaTableDirective {
|
|
11446
|
-
constructor(_elementRef, _renderer) {
|
|
11447
|
-
this._elementRef = _elementRef;
|
|
11448
|
-
this._renderer = _renderer;
|
|
11449
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
11450
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-table');
|
|
11451
|
-
}
|
|
11452
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaTableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11453
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.3", type: MatchaTableDirective, isStandalone: false, selector: "[matchaTable]", ngImport: i0 }); }
|
|
11454
|
-
}
|
|
11455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaTableDirective, decorators: [{
|
|
11456
|
-
type: Directive,
|
|
11457
|
-
args: [{
|
|
11458
|
-
selector: '[matchaTable]',
|
|
11459
|
-
standalone: false
|
|
11460
|
-
}]
|
|
11461
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
11462
|
-
|
|
11463
|
-
class MatchaTableModule {
|
|
11464
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11465
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: MatchaTableModule, declarations: [MatchaTableDirective], imports: [CommonModule], exports: [MatchaTableDirective] }); }
|
|
11466
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaTableModule, imports: [CommonModule] }); }
|
|
11467
|
-
}
|
|
11468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatchaTableModule, decorators: [{
|
|
11469
|
-
type: NgModule,
|
|
11470
|
-
args: [{
|
|
11471
|
-
declarations: [MatchaTableDirective],
|
|
11472
|
-
imports: [CommonModule],
|
|
11473
|
-
exports: [MatchaTableDirective],
|
|
11474
|
-
}]
|
|
11475
|
-
}] });
|
|
11476
|
-
|
|
11477
10993
|
class MatchaTabsModule {
|
|
11478
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11479
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
10994
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10995
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaTabsModule, declarations: [MatchaTabsComponent,
|
|
11480
10996
|
MatchaTabItemComponent], imports: [CommonModule,
|
|
11481
10997
|
MatchaIconModule], exports: [MatchaTabsComponent,
|
|
11482
10998
|
MatchaTabItemComponent] }); }
|
|
11483
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
10999
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTabsModule, imports: [CommonModule,
|
|
11484
11000
|
MatchaIconModule] }); }
|
|
11485
11001
|
}
|
|
11486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTabsModule, decorators: [{
|
|
11487
11003
|
type: NgModule,
|
|
11488
11004
|
args: [{
|
|
11489
11005
|
declarations: [
|
|
@@ -11502,13 +11018,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11502
11018
|
}] });
|
|
11503
11019
|
|
|
11504
11020
|
class MatchaDateRangeModule {
|
|
11505
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11506
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11021
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDateRangeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11022
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaDateRangeModule, declarations: [MatchaDateRangeComponent], imports: [CommonModule,
|
|
11507
11023
|
ReactiveFormsModule], exports: [MatchaDateRangeComponent] }); }
|
|
11508
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11024
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDateRangeModule, imports: [CommonModule,
|
|
11509
11025
|
ReactiveFormsModule] }); }
|
|
11510
11026
|
}
|
|
11511
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDateRangeModule, decorators: [{
|
|
11512
11028
|
type: NgModule,
|
|
11513
11029
|
args: [{
|
|
11514
11030
|
declarations: [MatchaDateRangeComponent],
|
|
@@ -11521,13 +11037,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11521
11037
|
}] });
|
|
11522
11038
|
|
|
11523
11039
|
class MatchaTimeModule {
|
|
11524
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11525
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11040
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTimeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11041
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaTimeModule, declarations: [MatchaTimeComponent], imports: [CommonModule,
|
|
11526
11042
|
ReactiveFormsModule], exports: [MatchaTimeComponent] }); }
|
|
11527
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11043
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTimeModule, imports: [CommonModule,
|
|
11528
11044
|
ReactiveFormsModule] }); }
|
|
11529
11045
|
}
|
|
11530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaTimeModule, decorators: [{
|
|
11531
11047
|
type: NgModule,
|
|
11532
11048
|
args: [{
|
|
11533
11049
|
declarations: [MatchaTimeComponent],
|
|
@@ -11546,10 +11062,10 @@ class PrevStepDirective {
|
|
|
11546
11062
|
onClick() {
|
|
11547
11063
|
this.stepper?.prevStep();
|
|
11548
11064
|
}
|
|
11549
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11550
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
11065
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: PrevStepDirective, deps: [{ token: MatchaStepperContentComponent }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11066
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: PrevStepDirective, isStandalone: true, selector: "[prevStep]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
|
|
11551
11067
|
}
|
|
11552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: PrevStepDirective, decorators: [{
|
|
11553
11069
|
type: Directive,
|
|
11554
11070
|
args: [{
|
|
11555
11071
|
selector: '[prevStep]',
|
|
@@ -11567,10 +11083,10 @@ class NextStepDirective {
|
|
|
11567
11083
|
onClick() {
|
|
11568
11084
|
this.stepper?.nextStep();
|
|
11569
11085
|
}
|
|
11570
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11571
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
11086
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NextStepDirective, deps: [{ token: MatchaStepperContentComponent }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11087
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: NextStepDirective, isStandalone: true, selector: "[nextStep]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
|
|
11572
11088
|
}
|
|
11573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NextStepDirective, decorators: [{
|
|
11574
11090
|
type: Directive,
|
|
11575
11091
|
args: [{
|
|
11576
11092
|
selector: '[nextStep]',
|
|
@@ -11582,8 +11098,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11582
11098
|
}] } });
|
|
11583
11099
|
|
|
11584
11100
|
class MatchaStepperModule {
|
|
11585
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11586
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11101
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11102
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperModule, declarations: [MatchaStepperControllerComponent,
|
|
11587
11103
|
MatchaStepperComponent,
|
|
11588
11104
|
MatchaStepperContentComponent,
|
|
11589
11105
|
StepComponent], imports: [CommonModule,
|
|
@@ -11594,9 +11110,9 @@ class MatchaStepperModule {
|
|
|
11594
11110
|
StepComponent,
|
|
11595
11111
|
PrevStepDirective,
|
|
11596
11112
|
NextStepDirective] }); }
|
|
11597
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11113
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperModule, imports: [CommonModule] }); }
|
|
11598
11114
|
}
|
|
11599
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaStepperModule, decorators: [{
|
|
11600
11116
|
type: NgModule,
|
|
11601
11117
|
args: [{
|
|
11602
11118
|
declarations: [
|
|
@@ -11633,10 +11149,10 @@ class MatchaDragHandleDirective {
|
|
|
11633
11149
|
ngOnInit() {
|
|
11634
11150
|
this.dragDirective.setDragHandle(this.elementRef.nativeElement);
|
|
11635
11151
|
}
|
|
11636
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11637
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
11152
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDragHandleDirective, deps: [{ token: i0.ElementRef }, { token: MatchaDragDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11153
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: MatchaDragHandleDirective, isStandalone: false, selector: "[matchaDragHandle]", host: { properties: { "class.matcha-drag-handle": "this.dragHandleClass" } }, ngImport: i0 }); }
|
|
11638
11154
|
}
|
|
11639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDragHandleDirective, decorators: [{
|
|
11640
11156
|
type: Directive,
|
|
11641
11157
|
args: [{
|
|
11642
11158
|
selector: '[matchaDragHandle]',
|
|
@@ -11648,17 +11164,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11648
11164
|
}] } });
|
|
11649
11165
|
|
|
11650
11166
|
class MatchaDropListModule {
|
|
11651
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11652
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11167
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDropListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11168
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaDropListModule, declarations: [MatchaDropListComponent,
|
|
11653
11169
|
MatchaDragDirective,
|
|
11654
11170
|
MatchaDragHandleDirective], imports: [CommonModule], exports: [MatchaDropListComponent,
|
|
11655
11171
|
MatchaDragDirective,
|
|
11656
11172
|
MatchaDragHandleDirective] }); }
|
|
11657
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11173
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDropListModule, providers: [
|
|
11658
11174
|
MatchaDropListService
|
|
11659
11175
|
], imports: [CommonModule] }); }
|
|
11660
11176
|
}
|
|
11661
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDropListModule, decorators: [{
|
|
11662
11178
|
type: NgModule,
|
|
11663
11179
|
args: [{
|
|
11664
11180
|
declarations: [
|
|
@@ -11712,14 +11228,14 @@ const compatibleOptions = {
|
|
|
11712
11228
|
maskFilled: new EventEmitter()
|
|
11713
11229
|
};
|
|
11714
11230
|
class MatchaMaskModule {
|
|
11715
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11716
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11717
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11231
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11232
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskModule, declarations: [MatchaMaskCompatibleDirective], imports: [CommonModule], exports: [MatchaMaskCompatibleDirective] }); }
|
|
11233
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskModule, providers: [
|
|
11718
11234
|
MatchaMaskService,
|
|
11719
11235
|
{ provide: MATCHA_MASK_CONFIG, useValue: compatibleOptions }
|
|
11720
11236
|
], imports: [CommonModule] }); }
|
|
11721
11237
|
}
|
|
11722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskModule, decorators: [{
|
|
11723
11239
|
type: NgModule,
|
|
11724
11240
|
args: [{
|
|
11725
11241
|
declarations: [MatchaMaskCompatibleDirective],
|
|
@@ -11737,17 +11253,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11737
11253
|
}] });
|
|
11738
11254
|
|
|
11739
11255
|
class MatchaInputPhoneModule {
|
|
11740
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11741
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11256
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInputPhoneModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11257
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaInputPhoneModule, declarations: [MatchaInputPhoneComponent], imports: [CommonModule,
|
|
11742
11258
|
MatchaFormFieldModule,
|
|
11743
11259
|
FormsModule,
|
|
11744
11260
|
MatchaMaskModule], exports: [MatchaInputPhoneComponent] }); }
|
|
11745
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11261
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInputPhoneModule, imports: [CommonModule,
|
|
11746
11262
|
MatchaFormFieldModule,
|
|
11747
11263
|
FormsModule,
|
|
11748
11264
|
MatchaMaskModule] }); }
|
|
11749
11265
|
}
|
|
11750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInputPhoneModule, decorators: [{
|
|
11751
11267
|
type: NgModule,
|
|
11752
11268
|
args: [{
|
|
11753
11269
|
declarations: [MatchaInputPhoneComponent],
|
|
@@ -11762,13 +11278,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11762
11278
|
}] });
|
|
11763
11279
|
|
|
11764
11280
|
class MatchaPageLayoutModule {
|
|
11765
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11766
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11281
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPageLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11282
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaPageLayoutModule, declarations: [MatchaPageLayoutComponent], imports: [CommonModule,
|
|
11767
11283
|
MatchaStepperModule], exports: [MatchaPageLayoutComponent] }); }
|
|
11768
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11284
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPageLayoutModule, imports: [CommonModule,
|
|
11769
11285
|
MatchaStepperModule] }); }
|
|
11770
11286
|
}
|
|
11771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaPageLayoutModule, decorators: [{
|
|
11772
11288
|
type: NgModule,
|
|
11773
11289
|
args: [{
|
|
11774
11290
|
declarations: [
|
|
@@ -11785,11 +11301,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11785
11301
|
}] });
|
|
11786
11302
|
|
|
11787
11303
|
class MatchaRadioModule {
|
|
11788
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11789
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11790
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11304
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11305
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaRadioModule, declarations: [MatchaRadioComponent], imports: [CommonModule, MatchaRippleModule], exports: [MatchaRadioComponent] }); }
|
|
11306
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaRadioModule, imports: [CommonModule, MatchaRippleModule] }); }
|
|
11791
11307
|
}
|
|
11792
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaRadioModule, decorators: [{
|
|
11793
11309
|
type: NgModule,
|
|
11794
11310
|
args: [{
|
|
11795
11311
|
declarations: [
|
|
@@ -11803,11 +11319,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11803
11319
|
}] });
|
|
11804
11320
|
|
|
11805
11321
|
class MatchaAvatarModule {
|
|
11806
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11807
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11808
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11322
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11323
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaAvatarModule, declarations: [MatchaAvatarComponent], imports: [CommonModule], exports: [MatchaAvatarComponent] }); }
|
|
11324
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAvatarModule, imports: [CommonModule] }); }
|
|
11809
11325
|
}
|
|
11810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaAvatarModule, decorators: [{
|
|
11811
11327
|
type: NgModule,
|
|
11812
11328
|
args: [{
|
|
11813
11329
|
declarations: [MatchaAvatarComponent],
|
|
@@ -11818,20 +11334,204 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11818
11334
|
}]
|
|
11819
11335
|
}] });
|
|
11820
11336
|
|
|
11337
|
+
/**
|
|
11338
|
+
* Serviço singleton para observação de breakpoints CSS
|
|
11339
|
+
* Funciona tanto no browser quanto no servidor (SSR)
|
|
11340
|
+
*/
|
|
11341
|
+
class MatchaBreakpointObserver {
|
|
11342
|
+
constructor(platformId) {
|
|
11343
|
+
this.platformId = platformId;
|
|
11344
|
+
this.breakpointSubject = new BehaviorSubject({
|
|
11345
|
+
matches: false,
|
|
11346
|
+
breakpoint: ''
|
|
11347
|
+
});
|
|
11348
|
+
this.currentBreakpoints = new Map();
|
|
11349
|
+
this.isBrowser = isPlatformBrowser(this.platformId);
|
|
11350
|
+
if (this.isBrowser) {
|
|
11351
|
+
this.setupResizeListener();
|
|
11352
|
+
}
|
|
11353
|
+
}
|
|
11354
|
+
ngOnDestroy() {
|
|
11355
|
+
if (this.resizeSubscription) {
|
|
11356
|
+
this.resizeSubscription.unsubscribe();
|
|
11357
|
+
}
|
|
11358
|
+
}
|
|
11359
|
+
/**
|
|
11360
|
+
* Observa um breakpoint específico
|
|
11361
|
+
* @param breakpoint - String no formato CSS media query (ex: '(max-width: 768px)')
|
|
11362
|
+
* @returns Observable<BreakpointState>
|
|
11363
|
+
*/
|
|
11364
|
+
observe(breakpoint) {
|
|
11365
|
+
if (!this.isBrowser) {
|
|
11366
|
+
// No servidor, retorna um observable que emite false
|
|
11367
|
+
return of({ matches: false, breakpoint });
|
|
11368
|
+
}
|
|
11369
|
+
// Emite o estado inicial
|
|
11370
|
+
const initialState = this.getState(breakpoint);
|
|
11371
|
+
return this.breakpointSubject.asObservable().pipe(startWith(initialState), map(() => this.getState(breakpoint)), distinctUntilChanged((prev, curr) => prev.matches === curr.matches && prev.breakpoint === curr.breakpoint));
|
|
11372
|
+
}
|
|
11373
|
+
/**
|
|
11374
|
+
* Verifica se um breakpoint específico está ativo
|
|
11375
|
+
* @param breakpoint - String no formato CSS media query
|
|
11376
|
+
* @returns boolean
|
|
11377
|
+
*/
|
|
11378
|
+
isMatched(breakpoint) {
|
|
11379
|
+
if (!this.isBrowser) {
|
|
11380
|
+
return false;
|
|
11381
|
+
}
|
|
11382
|
+
return this.checkBreakpoint(breakpoint);
|
|
11383
|
+
}
|
|
11384
|
+
/**
|
|
11385
|
+
* Obtém o estado atual do breakpoint
|
|
11386
|
+
* @param breakpoint - String no formato CSS media query
|
|
11387
|
+
* @returns BreakpointState
|
|
11388
|
+
*/
|
|
11389
|
+
getState(breakpoint) {
|
|
11390
|
+
return {
|
|
11391
|
+
matches: this.isMatched(breakpoint),
|
|
11392
|
+
breakpoint
|
|
11393
|
+
};
|
|
11394
|
+
}
|
|
11395
|
+
/**
|
|
11396
|
+
* Observa múltiplos breakpoints simultaneamente
|
|
11397
|
+
* @param breakpoints - Array de strings de breakpoints
|
|
11398
|
+
* @returns Observable<Map<string, boolean>>
|
|
11399
|
+
*/
|
|
11400
|
+
observeMultiple(breakpoints) {
|
|
11401
|
+
if (!this.isBrowser) {
|
|
11402
|
+
const emptyMap = new Map();
|
|
11403
|
+
breakpoints.forEach(bp => emptyMap.set(bp, false));
|
|
11404
|
+
return of(emptyMap);
|
|
11405
|
+
}
|
|
11406
|
+
return this.breakpointSubject.asObservable().pipe(startWith({ matches: false, breakpoint: '' }), map(() => {
|
|
11407
|
+
const result = new Map();
|
|
11408
|
+
breakpoints.forEach(bp => {
|
|
11409
|
+
result.set(bp, this.checkBreakpoint(bp));
|
|
11410
|
+
});
|
|
11411
|
+
return result;
|
|
11412
|
+
}), distinctUntilChanged((prev, curr) => {
|
|
11413
|
+
if (prev.size !== curr.size)
|
|
11414
|
+
return false;
|
|
11415
|
+
for (const [key, value] of prev) {
|
|
11416
|
+
if (curr.get(key) !== value)
|
|
11417
|
+
return false;
|
|
11418
|
+
}
|
|
11419
|
+
return true;
|
|
11420
|
+
}));
|
|
11421
|
+
}
|
|
11422
|
+
setupResizeListener() {
|
|
11423
|
+
if (!this.isBrowser)
|
|
11424
|
+
return;
|
|
11425
|
+
// Usa fromEvent para criar um observable do evento resize
|
|
11426
|
+
this.resizeSubscription = fromEvent(window, 'resize')
|
|
11427
|
+
.pipe(debounceTime(100) // Debounce para evitar muitas chamadas
|
|
11428
|
+
)
|
|
11429
|
+
.subscribe(() => {
|
|
11430
|
+
// Limpa o cache de breakpoints
|
|
11431
|
+
this.currentBreakpoints.clear();
|
|
11432
|
+
// Emite um novo evento para forçar reavaliação
|
|
11433
|
+
this.breakpointSubject.next({
|
|
11434
|
+
matches: false,
|
|
11435
|
+
breakpoint: ''
|
|
11436
|
+
});
|
|
11437
|
+
});
|
|
11438
|
+
}
|
|
11439
|
+
checkBreakpoint(breakpoint) {
|
|
11440
|
+
if (!this.isBrowser)
|
|
11441
|
+
return false;
|
|
11442
|
+
// Verifica cache primeiro
|
|
11443
|
+
if (this.currentBreakpoints.has(breakpoint)) {
|
|
11444
|
+
return this.currentBreakpoints.get(breakpoint);
|
|
11445
|
+
}
|
|
11446
|
+
try {
|
|
11447
|
+
// Remove parênteses se existirem
|
|
11448
|
+
const cleanBreakpoint = breakpoint.replace(/[()]/g, '');
|
|
11449
|
+
// Extrai o valor numérico e a condição
|
|
11450
|
+
const match = cleanBreakpoint.match(/(max-width|min-width|max-height|min-height):\s*(\d+)px/);
|
|
11451
|
+
if (!match) {
|
|
11452
|
+
console.warn(`Breakpoint inválido: ${breakpoint}`);
|
|
11453
|
+
this.currentBreakpoints.set(breakpoint, false);
|
|
11454
|
+
return false;
|
|
11455
|
+
}
|
|
11456
|
+
const [, condition, value] = match;
|
|
11457
|
+
const numericValue = parseInt(value, 10);
|
|
11458
|
+
const windowWidth = window.innerWidth;
|
|
11459
|
+
const windowHeight = window.innerHeight;
|
|
11460
|
+
let result = false;
|
|
11461
|
+
switch (condition) {
|
|
11462
|
+
case 'max-width':
|
|
11463
|
+
result = windowWidth <= numericValue;
|
|
11464
|
+
break;
|
|
11465
|
+
case 'min-width':
|
|
11466
|
+
result = windowWidth >= numericValue;
|
|
11467
|
+
break;
|
|
11468
|
+
case 'max-height':
|
|
11469
|
+
result = windowHeight <= numericValue;
|
|
11470
|
+
break;
|
|
11471
|
+
case 'min-height':
|
|
11472
|
+
result = windowHeight >= numericValue;
|
|
11473
|
+
break;
|
|
11474
|
+
default:
|
|
11475
|
+
result = false;
|
|
11476
|
+
}
|
|
11477
|
+
// Armazena no cache
|
|
11478
|
+
this.currentBreakpoints.set(breakpoint, result);
|
|
11479
|
+
return result;
|
|
11480
|
+
}
|
|
11481
|
+
catch (error) {
|
|
11482
|
+
console.error('Erro ao verificar breakpoint:', error);
|
|
11483
|
+
this.currentBreakpoints.set(breakpoint, false);
|
|
11484
|
+
return false;
|
|
11485
|
+
}
|
|
11486
|
+
}
|
|
11487
|
+
/**
|
|
11488
|
+
* Método utilitário para criar breakpoints comuns
|
|
11489
|
+
*/
|
|
11490
|
+
static createBreakpoint(width, condition = 'max') {
|
|
11491
|
+
const prefix = condition === 'max' ? 'max-width' : 'min-width';
|
|
11492
|
+
return `(${prefix}: ${width}px)`;
|
|
11493
|
+
}
|
|
11494
|
+
/**
|
|
11495
|
+
* Breakpoints pré-definidos para facilitar o uso
|
|
11496
|
+
*/
|
|
11497
|
+
static { this.BREAKPOINTS = {
|
|
11498
|
+
XS: '(max-width: 480px)',
|
|
11499
|
+
SM: '(max-width: 768px)',
|
|
11500
|
+
MD: '(max-width: 1024px)',
|
|
11501
|
+
LG: '(max-width: 1200px)',
|
|
11502
|
+
XL: '(max-width: 1440px)',
|
|
11503
|
+
MOBILE: '(max-width: 768px)',
|
|
11504
|
+
TABLET: '(min-width: 769px) and (max-width: 1024px)',
|
|
11505
|
+
DESKTOP: '(min-width: 1025px)'
|
|
11506
|
+
}; }
|
|
11507
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaBreakpointObserver, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
11508
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaBreakpointObserver, providedIn: 'root' // Singleton garantido pelo Angular
|
|
11509
|
+
}); }
|
|
11510
|
+
}
|
|
11511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaBreakpointObserver, decorators: [{
|
|
11512
|
+
type: Injectable,
|
|
11513
|
+
args: [{
|
|
11514
|
+
providedIn: 'root' // Singleton garantido pelo Angular
|
|
11515
|
+
}]
|
|
11516
|
+
}], ctorParameters: () => [{ type: Object, decorators: [{
|
|
11517
|
+
type: Inject,
|
|
11518
|
+
args: [PLATFORM_ID]
|
|
11519
|
+
}] }] });
|
|
11520
|
+
|
|
11821
11521
|
class MatchaDrawerModule {
|
|
11822
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11823
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11522
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11523
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaDrawerModule, declarations: [MatchaDrawerComponent,
|
|
11824
11524
|
MatchaDrawerContainerComponent,
|
|
11825
11525
|
MatchaDrawerContentComponent], imports: [CommonModule,
|
|
11826
11526
|
MatchaButtonModule], exports: [MatchaDrawerComponent,
|
|
11827
11527
|
MatchaDrawerContainerComponent,
|
|
11828
11528
|
MatchaDrawerContentComponent] }); }
|
|
11829
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11529
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDrawerModule, providers: [
|
|
11830
11530
|
MatchaBreakpointObserver
|
|
11831
11531
|
], imports: [CommonModule,
|
|
11832
11532
|
MatchaButtonModule] }); }
|
|
11833
11533
|
}
|
|
11834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaDrawerModule, decorators: [{
|
|
11835
11535
|
type: NgModule,
|
|
11836
11536
|
args: [{
|
|
11837
11537
|
declarations: [
|
|
@@ -11856,15 +11556,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11856
11556
|
|
|
11857
11557
|
// Prism.js será carregado dinamicamente no componente quando necessário
|
|
11858
11558
|
class MatchaHighlightModule {
|
|
11859
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11860
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11559
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11560
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaHighlightModule, declarations: [MatchaHighlightComponent,
|
|
11861
11561
|
CopyButtonComponent], imports: [MatchaIconModule,
|
|
11862
11562
|
MatchaButtonModule], exports: [MatchaHighlightComponent,
|
|
11863
11563
|
CopyButtonComponent] }); }
|
|
11864
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11564
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaHighlightModule, imports: [MatchaIconModule,
|
|
11865
11565
|
MatchaButtonModule] }); }
|
|
11866
11566
|
}
|
|
11867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaHighlightModule, decorators: [{
|
|
11868
11568
|
type: NgModule,
|
|
11869
11569
|
args: [{
|
|
11870
11570
|
declarations: [
|
|
@@ -11883,11 +11583,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11883
11583
|
}] });
|
|
11884
11584
|
|
|
11885
11585
|
class MatchaSliderModule {
|
|
11886
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11887
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11888
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11586
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11587
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaSliderModule, declarations: [MatchaSliderComponent], imports: [CommonModule, FormsModule], exports: [MatchaSliderComponent] }); }
|
|
11588
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSliderModule, imports: [CommonModule, FormsModule] }); }
|
|
11889
11589
|
}
|
|
11890
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSliderModule, decorators: [{
|
|
11891
11591
|
type: NgModule,
|
|
11892
11592
|
args: [{
|
|
11893
11593
|
declarations: [MatchaSliderComponent],
|
|
@@ -11899,8 +11599,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
11899
11599
|
}] });
|
|
11900
11600
|
|
|
11901
11601
|
class MatchaComponentsModule {
|
|
11902
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11903
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
11602
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11603
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaOverflowDraggableComponent], imports: [CommonModule,
|
|
11904
11604
|
FormsModule,
|
|
11905
11605
|
ReactiveFormsModule,
|
|
11906
11606
|
MatchaAccordionModule,
|
|
@@ -11908,7 +11608,6 @@ class MatchaComponentsModule {
|
|
|
11908
11608
|
MatchaOptionModule,
|
|
11909
11609
|
MatchaPanelModule,
|
|
11910
11610
|
MatchaSelectModule,
|
|
11911
|
-
MatchaBadgeModule,
|
|
11912
11611
|
MatchaButtonModule,
|
|
11913
11612
|
MatchaButtonToggleModule,
|
|
11914
11613
|
MatchaCardModule,
|
|
@@ -11921,23 +11620,16 @@ class MatchaComponentsModule {
|
|
|
11921
11620
|
MatchaIconModule,
|
|
11922
11621
|
MatchaInfiniteScrollModule,
|
|
11923
11622
|
MatchaLazyloadModule,
|
|
11924
|
-
MatchaInputModule,
|
|
11925
11623
|
MatchaInputPhoneModule,
|
|
11926
11624
|
MatchaMasonryModule,
|
|
11927
|
-
MatchaMenuModule,
|
|
11928
11625
|
MatchaModalModule,
|
|
11929
11626
|
MatchaPaginatorModule,
|
|
11930
|
-
MatchaProgressBarModule,
|
|
11931
11627
|
MatchaRippleModule,
|
|
11932
|
-
MatchaSidenavModule,
|
|
11933
11628
|
MatchaSlideToggleModule,
|
|
11934
11629
|
MatchaSliderModule,
|
|
11935
|
-
MatchaSnackBarModule,
|
|
11936
|
-
MatchaSortHeaderModule,
|
|
11937
11630
|
MatchaSpinModule,
|
|
11938
11631
|
MatchaSpinnerModule,
|
|
11939
11632
|
MatchaStepperModule,
|
|
11940
|
-
MatchaTableModule,
|
|
11941
11633
|
MatchaTabsModule,
|
|
11942
11634
|
MatchaTitleModule,
|
|
11943
11635
|
MatchaTooltipModule,
|
|
@@ -11952,7 +11644,6 @@ class MatchaComponentsModule {
|
|
|
11952
11644
|
MatchaOptionModule,
|
|
11953
11645
|
MatchaPanelModule,
|
|
11954
11646
|
MatchaSelectModule,
|
|
11955
|
-
MatchaBadgeModule,
|
|
11956
11647
|
MatchaButtonModule,
|
|
11957
11648
|
MatchaButtonToggleModule,
|
|
11958
11649
|
MatchaCardModule,
|
|
@@ -11965,23 +11656,16 @@ class MatchaComponentsModule {
|
|
|
11965
11656
|
MatchaIconModule,
|
|
11966
11657
|
MatchaInfiniteScrollModule,
|
|
11967
11658
|
MatchaLazyloadModule,
|
|
11968
|
-
MatchaInputModule,
|
|
11969
11659
|
MatchaInputPhoneModule,
|
|
11970
11660
|
MatchaMasonryModule,
|
|
11971
|
-
MatchaMenuModule,
|
|
11972
11661
|
MatchaModalModule,
|
|
11973
11662
|
MatchaPaginatorModule,
|
|
11974
|
-
MatchaProgressBarModule,
|
|
11975
11663
|
MatchaRippleModule,
|
|
11976
|
-
MatchaSidenavModule,
|
|
11977
11664
|
MatchaSlideToggleModule,
|
|
11978
11665
|
MatchaSliderModule,
|
|
11979
|
-
MatchaSnackBarModule,
|
|
11980
|
-
MatchaSortHeaderModule,
|
|
11981
11666
|
MatchaSpinModule,
|
|
11982
11667
|
MatchaSpinnerModule,
|
|
11983
11668
|
MatchaStepperModule,
|
|
11984
|
-
MatchaTableModule,
|
|
11985
11669
|
MatchaTabsModule,
|
|
11986
11670
|
MatchaTitleModule,
|
|
11987
11671
|
MatchaTooltipModule,
|
|
@@ -11993,7 +11677,7 @@ class MatchaComponentsModule {
|
|
|
11993
11677
|
MatchaDrawerModule,
|
|
11994
11678
|
MatchaHighlightModule,
|
|
11995
11679
|
MatchaMaskModule] }); }
|
|
11996
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11680
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaComponentsModule, imports: [CommonModule,
|
|
11997
11681
|
FormsModule,
|
|
11998
11682
|
ReactiveFormsModule,
|
|
11999
11683
|
MatchaAccordionModule,
|
|
@@ -12001,7 +11685,6 @@ class MatchaComponentsModule {
|
|
|
12001
11685
|
MatchaOptionModule,
|
|
12002
11686
|
MatchaPanelModule,
|
|
12003
11687
|
MatchaSelectModule,
|
|
12004
|
-
MatchaBadgeModule,
|
|
12005
11688
|
MatchaButtonModule,
|
|
12006
11689
|
MatchaButtonToggleModule,
|
|
12007
11690
|
MatchaCardModule,
|
|
@@ -12014,23 +11697,16 @@ class MatchaComponentsModule {
|
|
|
12014
11697
|
MatchaIconModule,
|
|
12015
11698
|
MatchaInfiniteScrollModule,
|
|
12016
11699
|
MatchaLazyloadModule,
|
|
12017
|
-
MatchaInputModule,
|
|
12018
11700
|
MatchaInputPhoneModule,
|
|
12019
11701
|
MatchaMasonryModule,
|
|
12020
|
-
MatchaMenuModule,
|
|
12021
11702
|
MatchaModalModule,
|
|
12022
11703
|
MatchaPaginatorModule,
|
|
12023
|
-
MatchaProgressBarModule,
|
|
12024
11704
|
MatchaRippleModule,
|
|
12025
|
-
MatchaSidenavModule,
|
|
12026
11705
|
MatchaSlideToggleModule,
|
|
12027
11706
|
MatchaSliderModule,
|
|
12028
|
-
MatchaSnackBarModule,
|
|
12029
|
-
MatchaSortHeaderModule,
|
|
12030
11707
|
MatchaSpinModule,
|
|
12031
11708
|
MatchaSpinnerModule,
|
|
12032
11709
|
MatchaStepperModule,
|
|
12033
|
-
MatchaTableModule,
|
|
12034
11710
|
MatchaTabsModule,
|
|
12035
11711
|
MatchaTitleModule,
|
|
12036
11712
|
MatchaTooltipModule,
|
|
@@ -12045,7 +11721,6 @@ class MatchaComponentsModule {
|
|
|
12045
11721
|
MatchaOptionModule,
|
|
12046
11722
|
MatchaPanelModule,
|
|
12047
11723
|
MatchaSelectModule,
|
|
12048
|
-
MatchaBadgeModule,
|
|
12049
11724
|
MatchaButtonModule,
|
|
12050
11725
|
MatchaButtonToggleModule,
|
|
12051
11726
|
MatchaCardModule,
|
|
@@ -12058,23 +11733,16 @@ class MatchaComponentsModule {
|
|
|
12058
11733
|
MatchaIconModule,
|
|
12059
11734
|
MatchaInfiniteScrollModule,
|
|
12060
11735
|
MatchaLazyloadModule,
|
|
12061
|
-
MatchaInputModule,
|
|
12062
11736
|
MatchaInputPhoneModule,
|
|
12063
11737
|
MatchaMasonryModule,
|
|
12064
|
-
MatchaMenuModule,
|
|
12065
11738
|
MatchaModalModule,
|
|
12066
11739
|
MatchaPaginatorModule,
|
|
12067
|
-
MatchaProgressBarModule,
|
|
12068
11740
|
MatchaRippleModule,
|
|
12069
|
-
MatchaSidenavModule,
|
|
12070
11741
|
MatchaSlideToggleModule,
|
|
12071
11742
|
MatchaSliderModule,
|
|
12072
|
-
MatchaSnackBarModule,
|
|
12073
|
-
MatchaSortHeaderModule,
|
|
12074
11743
|
MatchaSpinModule,
|
|
12075
11744
|
MatchaSpinnerModule,
|
|
12076
11745
|
MatchaStepperModule,
|
|
12077
|
-
MatchaTableModule,
|
|
12078
11746
|
MatchaTabsModule,
|
|
12079
11747
|
MatchaTitleModule,
|
|
12080
11748
|
MatchaTooltipModule,
|
|
@@ -12087,7 +11755,7 @@ class MatchaComponentsModule {
|
|
|
12087
11755
|
MatchaHighlightModule,
|
|
12088
11756
|
MatchaMaskModule] }); }
|
|
12089
11757
|
}
|
|
12090
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaComponentsModule, decorators: [{
|
|
12091
11759
|
type: NgModule,
|
|
12092
11760
|
args: [{
|
|
12093
11761
|
declarations: [MatchaOverflowDraggableComponent],
|
|
@@ -12100,7 +11768,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
12100
11768
|
MatchaOptionModule,
|
|
12101
11769
|
MatchaPanelModule,
|
|
12102
11770
|
MatchaSelectModule,
|
|
12103
|
-
MatchaBadgeModule,
|
|
12104
11771
|
MatchaButtonModule,
|
|
12105
11772
|
MatchaButtonToggleModule,
|
|
12106
11773
|
MatchaCardModule,
|
|
@@ -12113,23 +11780,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
12113
11780
|
MatchaIconModule,
|
|
12114
11781
|
MatchaInfiniteScrollModule,
|
|
12115
11782
|
MatchaLazyloadModule,
|
|
12116
|
-
MatchaInputModule,
|
|
12117
11783
|
MatchaInputPhoneModule,
|
|
12118
11784
|
MatchaMasonryModule,
|
|
12119
|
-
MatchaMenuModule,
|
|
12120
11785
|
MatchaModalModule,
|
|
12121
11786
|
MatchaPaginatorModule,
|
|
12122
|
-
MatchaProgressBarModule,
|
|
12123
11787
|
MatchaRippleModule,
|
|
12124
|
-
MatchaSidenavModule,
|
|
12125
11788
|
MatchaSlideToggleModule,
|
|
12126
11789
|
MatchaSliderModule,
|
|
12127
|
-
MatchaSnackBarModule,
|
|
12128
|
-
MatchaSortHeaderModule,
|
|
12129
11790
|
MatchaSpinModule,
|
|
12130
11791
|
MatchaSpinnerModule,
|
|
12131
11792
|
MatchaStepperModule,
|
|
12132
|
-
MatchaTableModule,
|
|
12133
11793
|
MatchaTabsModule,
|
|
12134
11794
|
MatchaTitleModule,
|
|
12135
11795
|
MatchaTooltipModule,
|
|
@@ -12146,7 +11806,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
12146
11806
|
MatchaOptionModule,
|
|
12147
11807
|
MatchaPanelModule,
|
|
12148
11808
|
MatchaSelectModule,
|
|
12149
|
-
MatchaBadgeModule,
|
|
12150
11809
|
MatchaButtonModule,
|
|
12151
11810
|
MatchaButtonToggleModule,
|
|
12152
11811
|
MatchaCardModule,
|
|
@@ -12159,23 +11818,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
12159
11818
|
MatchaIconModule,
|
|
12160
11819
|
MatchaInfiniteScrollModule,
|
|
12161
11820
|
MatchaLazyloadModule,
|
|
12162
|
-
MatchaInputModule,
|
|
12163
11821
|
MatchaInputPhoneModule,
|
|
12164
11822
|
MatchaMasonryModule,
|
|
12165
|
-
MatchaMenuModule,
|
|
12166
11823
|
MatchaModalModule,
|
|
12167
11824
|
MatchaPaginatorModule,
|
|
12168
|
-
MatchaProgressBarModule,
|
|
12169
11825
|
MatchaRippleModule,
|
|
12170
|
-
MatchaSidenavModule,
|
|
12171
11826
|
MatchaSlideToggleModule,
|
|
12172
11827
|
MatchaSliderModule,
|
|
12173
|
-
MatchaSnackBarModule,
|
|
12174
|
-
MatchaSortHeaderModule,
|
|
12175
11828
|
MatchaSpinModule,
|
|
12176
11829
|
MatchaSpinnerModule,
|
|
12177
11830
|
MatchaStepperModule,
|
|
12178
|
-
MatchaTableModule,
|
|
12179
11831
|
MatchaTabsModule,
|
|
12180
11832
|
MatchaTitleModule,
|
|
12181
11833
|
MatchaTooltipModule,
|
|
@@ -12192,11 +11844,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
12192
11844
|
}] });
|
|
12193
11845
|
|
|
12194
11846
|
class MatchaSkeletonModule {
|
|
12195
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
12196
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
12197
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11847
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSkeletonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11848
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaSkeletonModule, declarations: [MatchaSkeletonComponent], imports: [CommonModule], exports: [MatchaSkeletonComponent] }); }
|
|
11849
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSkeletonModule, imports: [CommonModule] }); }
|
|
12198
11850
|
}
|
|
12199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSkeletonModule, decorators: [{
|
|
12200
11852
|
type: NgModule,
|
|
12201
11853
|
args: [{
|
|
12202
11854
|
declarations: [MatchaSkeletonComponent],
|
|
@@ -12217,14 +11869,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
12217
11869
|
* explicitamente, mas este módulo pode ser usado para organização.
|
|
12218
11870
|
*/
|
|
12219
11871
|
class MatchaBreakpointObservableModule {
|
|
12220
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
12221
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
12222
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
11872
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaBreakpointObservableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11873
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaBreakpointObservableModule, imports: [CommonModule] }); }
|
|
11874
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaBreakpointObservableModule, providers: [
|
|
12223
11875
|
// O serviço já é providedIn: 'root', mas incluímos aqui para clareza
|
|
12224
11876
|
MatchaBreakpointObserver
|
|
12225
11877
|
], imports: [CommonModule] }); }
|
|
12226
11878
|
}
|
|
12227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaBreakpointObservableModule, decorators: [{
|
|
12228
11880
|
type: NgModule,
|
|
12229
11881
|
args: [{
|
|
12230
11882
|
imports: [
|
|
@@ -12323,10 +11975,10 @@ class MatchaMaskPipe {
|
|
|
12323
11975
|
});
|
|
12324
11976
|
}
|
|
12325
11977
|
}
|
|
12326
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
12327
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.
|
|
11978
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
11979
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskPipe, isStandalone: false, name: "mask" }); }
|
|
12328
11980
|
}
|
|
12329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11981
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskPipe, decorators: [{
|
|
12330
11982
|
type: Pipe,
|
|
12331
11983
|
args: [{
|
|
12332
11984
|
name: 'mask',
|
|
@@ -12339,10 +11991,10 @@ class StepContentDirective {
|
|
|
12339
11991
|
constructor(template) {
|
|
12340
11992
|
this.template = template;
|
|
12341
11993
|
}
|
|
12342
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
12343
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
11994
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: StepContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11995
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.0", type: StepContentDirective, isStandalone: true, selector: "[step]", inputs: { step: "step" }, ngImport: i0 }); }
|
|
12344
11996
|
}
|
|
12345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: StepContentDirective, decorators: [{
|
|
12346
11998
|
type: Directive,
|
|
12347
11999
|
args: [{
|
|
12348
12000
|
selector: '[step]'
|
|
@@ -12366,5 +12018,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
12366
12018
|
* Generated bundle index. Do not edit.
|
|
12367
12019
|
*/
|
|
12368
12020
|
|
|
12369
|
-
export { CopyButtonComponent, INITIAL_CONFIG, MATCHA_MASK_CONFIG, MATCHA_OPTION_PARENT, MatchaAccordionComponent, MatchaAccordionContentComponent, MatchaAccordionHeaderComponent, MatchaAccordionItemComponent, MatchaAccordionModule, MatchaAutocompleteComponent, MatchaAutocompleteModule, MatchaAutocompleteTriggerDirective, MatchaAvatarComponent, MatchaAvatarModule,
|
|
12021
|
+
export { CopyButtonComponent, INITIAL_CONFIG, MATCHA_MASK_CONFIG, MATCHA_OPTION_PARENT, MatchaAccordionComponent, MatchaAccordionContentComponent, MatchaAccordionHeaderComponent, MatchaAccordionItemComponent, MatchaAccordionModule, MatchaAutocompleteComponent, MatchaAutocompleteModule, MatchaAutocompleteTriggerDirective, MatchaAvatarComponent, MatchaAvatarModule, MatchaBreakpointObservableModule, MatchaBreakpointObserver, MatchaButtonComponent, MatchaButtonModule, MatchaButtonToggleComponent, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardModule, MatchaCheckboxComponent, MatchaCheckboxModule, MatchaComponentsModule, MatchaDateRangeComponent, MatchaDateRangeModule, MatchaDividerComponent, MatchaDividerModule, MatchaDragDirective, MatchaDragHandleDirective, MatchaDrawerComponent, MatchaDrawerContainerComponent, MatchaDrawerContentComponent, MatchaDrawerModule, MatchaDropListComponent, MatchaDropListModule, MatchaElevationDirective, MatchaElevationModule, MatchaErrorComponent, MatchaFormFieldComponent, MatchaFormFieldModule, MatchaGridComponent, MatchaGridModule, MatchaHighlightComponent, MatchaHighlightModule, MatchaHintTextComponent, MatchaHintTextModule, MatchaIconComponent, MatchaIconModule, MatchaInfiniteScrollComponent, MatchaInfiniteScrollDataComponent, MatchaInfiniteScrollModule, MatchaInputPhoneComponent, MatchaInputPhoneModule, MatchaLabelComponent, MatchaLazyloadComponent, MatchaLazyloadDataComponent, MatchaLazyloadModule, MatchaMaskApplierService, MatchaMaskCompatibleDirective, MatchaMaskModule, MatchaMaskPipe, MatchaMaskService, MatchaMasonryComponent, MatchaMasonryModule, MatchaModalComponent, MatchaModalContentComponent, MatchaModalFooterComponent, MatchaModalHeaderComponent, MatchaModalModule, MatchaModalOptionsComponent, MatchaModalService, MatchaOptionComponent, MatchaOptionModule, MatchaOverlayService, MatchaPageLayoutComponent, MatchaPageLayoutModule, MatchaPaginatorComponent, MatchaPaginatorIntl, MatchaPaginatorModule, MatchaPanelComponent, MatchaPanelModule, MatchaRadioComponent, MatchaRadioModule, MatchaRippleDirective, MatchaRippleModule, MatchaSelectComponent, MatchaSelectModule, MatchaSelectTriggerDirective, MatchaSkeletonComponent, MatchaSkeletonModule, MatchaSlideToggleComponent, MatchaSlideToggleModule, MatchaSliderComponent, MatchaSliderModule, MatchaSpinComponent, MatchaSpinModule, MatchaSpinnerComponent, MatchaSpinnerModule, MatchaStepperComponent, MatchaStepperContentComponent, MatchaStepperControllerComponent, MatchaStepperModule, MatchaStepperStateService, MatchaTabItemComponent, MatchaTabsComponent, MatchaTabsModule, MatchaTimeComponent, MatchaTimeModule, MatchaTitleComponent, MatchaTitleModule, MatchaToolbarButtonComponent, MatchaToolbarComponent, MatchaToolbarContentComponent, MatchaToolbarCustomButtonComponent, MatchaToolbarMainButtonComponent, MatchaToolbarModule, MatchaTooltipDirective, MatchaTooltipModule, NEW_CONFIG, NextStepDirective, PrevStepDirective, StepComponent, StepContentDirective, compatibleOptions, initialConfig, timeMasks, withoutValidation };
|
|
12370
12022
|
//# sourceMappingURL=matcha-components.mjs.map
|