matcha-components 20.46.0 → 20.47.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.
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { EventEmitter, Output, HostBinding, Input, Component, ContentChildren, ElementRef, Renderer2, Inject, PLATFORM_ID, Injectable, ViewChild, ContentChild, HostListener, Directive, forwardRef, ChangeDetectionStrategy, InjectionToken, inject,
|
|
2
|
+
import { EventEmitter, Output, HostBinding, Input, Component, ContentChildren, ElementRef, Renderer2, Inject, PLATFORM_ID, Injectable, ViewChild, ContentChild, HostListener, Directive, forwardRef, ChangeDetectionStrategy, InjectionToken, inject, TemplateRef, Optional, ViewEncapsulation, NgModule, createComponent, Pipe } from '@angular/core';
|
|
3
3
|
import { animation, style, animate, trigger, transition, useAnimation, state, query, stagger, animateChild, sequence, group } from '@angular/animations';
|
|
4
4
|
import { Subscription, Subject, BehaviorSubject, of, fromEvent } from 'rxjs';
|
|
5
5
|
import { debounceTime, startWith, map, distinctUntilChanged, takeUntil, filter } from 'rxjs/operators';
|
|
6
6
|
import * as i1 from '@angular/common';
|
|
7
|
-
import { isPlatformBrowser, CommonModule } from '@angular/common';
|
|
7
|
+
import { isPlatformBrowser, DOCUMENT, CommonModule } 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';
|
|
@@ -11619,15 +11619,15 @@ const compatibleOptions = {
|
|
|
11619
11619
|
outputTransformFn: (v) => v,
|
|
11620
11620
|
maskFilled: new EventEmitter()
|
|
11621
11621
|
};
|
|
11622
|
-
class
|
|
11623
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type:
|
|
11624
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type:
|
|
11625
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type:
|
|
11622
|
+
class MatchaMaskModule {
|
|
11623
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11624
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskModule, declarations: [MatchaMaskCompatibleDirective], imports: [CommonModule], exports: [MatchaMaskCompatibleDirective] }); }
|
|
11625
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskModule, providers: [
|
|
11626
11626
|
MatchaMaskService,
|
|
11627
11627
|
{ provide: MATCHA_MASK_CONFIG, useValue: compatibleOptions }
|
|
11628
11628
|
], imports: [CommonModule] }); }
|
|
11629
11629
|
}
|
|
11630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type:
|
|
11630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaMaskModule, decorators: [{
|
|
11631
11631
|
type: NgModule,
|
|
11632
11632
|
args: [{
|
|
11633
11633
|
declarations: [MatchaMaskCompatibleDirective],
|
|
@@ -11649,11 +11649,11 @@ class MatchaInputPhoneModule {
|
|
|
11649
11649
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: MatchaInputPhoneModule, declarations: [MatchaInputPhoneComponent], imports: [CommonModule,
|
|
11650
11650
|
MatchaFormFieldModule,
|
|
11651
11651
|
FormsModule,
|
|
11652
|
-
|
|
11652
|
+
MatchaMaskModule], exports: [MatchaInputPhoneComponent] }); }
|
|
11653
11653
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInputPhoneModule, imports: [CommonModule,
|
|
11654
11654
|
MatchaFormFieldModule,
|
|
11655
11655
|
FormsModule,
|
|
11656
|
-
|
|
11656
|
+
MatchaMaskModule] }); }
|
|
11657
11657
|
}
|
|
11658
11658
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaInputPhoneModule, decorators: [{
|
|
11659
11659
|
type: NgModule,
|
|
@@ -11663,7 +11663,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
11663
11663
|
CommonModule,
|
|
11664
11664
|
MatchaFormFieldModule,
|
|
11665
11665
|
FormsModule,
|
|
11666
|
-
|
|
11666
|
+
MatchaMaskModule
|
|
11667
11667
|
],
|
|
11668
11668
|
exports: [MatchaInputPhoneComponent]
|
|
11669
11669
|
}]
|
|
@@ -11855,7 +11855,7 @@ class MatchaComponentsModule {
|
|
|
11855
11855
|
MatchaPageLayoutModule,
|
|
11856
11856
|
MatchaDrawerModule,
|
|
11857
11857
|
MatchaHighlightModule,
|
|
11858
|
-
|
|
11858
|
+
MatchaMaskModule], exports: [MatchaAccordionModule,
|
|
11859
11859
|
MatchaAutocompleteModule,
|
|
11860
11860
|
MatchaOptionModule,
|
|
11861
11861
|
MatchaPanelModule,
|
|
@@ -11900,7 +11900,7 @@ class MatchaComponentsModule {
|
|
|
11900
11900
|
MatchaAvatarModule,
|
|
11901
11901
|
MatchaDrawerModule,
|
|
11902
11902
|
MatchaHighlightModule,
|
|
11903
|
-
|
|
11903
|
+
MatchaMaskModule] }); }
|
|
11904
11904
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaComponentsModule, imports: [CommonModule,
|
|
11905
11905
|
FormsModule,
|
|
11906
11906
|
ReactiveFormsModule,
|
|
@@ -11948,7 +11948,7 @@ class MatchaComponentsModule {
|
|
|
11948
11948
|
MatchaPageLayoutModule,
|
|
11949
11949
|
MatchaDrawerModule,
|
|
11950
11950
|
MatchaHighlightModule,
|
|
11951
|
-
|
|
11951
|
+
MatchaMaskModule, MatchaAccordionModule,
|
|
11952
11952
|
MatchaAutocompleteModule,
|
|
11953
11953
|
MatchaOptionModule,
|
|
11954
11954
|
MatchaPanelModule,
|
|
@@ -11993,7 +11993,7 @@ class MatchaComponentsModule {
|
|
|
11993
11993
|
MatchaAvatarModule,
|
|
11994
11994
|
MatchaDrawerModule,
|
|
11995
11995
|
MatchaHighlightModule,
|
|
11996
|
-
|
|
11996
|
+
MatchaMaskModule] }); }
|
|
11997
11997
|
}
|
|
11998
11998
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaComponentsModule, decorators: [{
|
|
11999
11999
|
type: NgModule,
|
|
@@ -12047,7 +12047,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
12047
12047
|
MatchaPageLayoutModule,
|
|
12048
12048
|
MatchaDrawerModule,
|
|
12049
12049
|
MatchaHighlightModule,
|
|
12050
|
-
|
|
12050
|
+
MatchaMaskModule
|
|
12051
12051
|
],
|
|
12052
12052
|
exports: [MatchaAccordionModule,
|
|
12053
12053
|
MatchaAutocompleteModule,
|
|
@@ -12094,7 +12094,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
12094
12094
|
MatchaAvatarModule,
|
|
12095
12095
|
MatchaDrawerModule,
|
|
12096
12096
|
MatchaHighlightModule,
|
|
12097
|
-
|
|
12097
|
+
MatchaMaskModule
|
|
12098
12098
|
],
|
|
12099
12099
|
}]
|
|
12100
12100
|
}] });
|
|
@@ -12274,5 +12274,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
12274
12274
|
* Generated bundle index. Do not edit.
|
|
12275
12275
|
*/
|
|
12276
12276
|
|
|
12277
|
-
export { CopyButtonComponent, INITIAL_CONFIG, MATCHA_MASK_CONFIG, MATCHA_OPTION_PARENT, MatchaAccordionComponent, MatchaAccordionContentComponent, MatchaAccordionHeaderComponent, MatchaAccordionItemComponent, MatchaAccordionModule, MatchaAutocompleteComponent, MatchaAutocompleteModule, MatchaAutocompleteTriggerDirective, MatchaAvatarComponent, MatchaAvatarModule, MatchaBadgeDirective, MatchaBadgeModule, 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, MatchaInputDirective, MatchaInputModule, MatchaInputPhoneComponent, MatchaInputPhoneModule, MatchaLabelComponent, MatchaLazyloadComponent, MatchaLazyloadDataComponent, MatchaLazyloadModule, MatchaMaskApplierService, MatchaMaskCompatibleDirective,
|
|
12277
|
+
export { CopyButtonComponent, INITIAL_CONFIG, MATCHA_MASK_CONFIG, MATCHA_OPTION_PARENT, MatchaAccordionComponent, MatchaAccordionContentComponent, MatchaAccordionHeaderComponent, MatchaAccordionItemComponent, MatchaAccordionModule, MatchaAutocompleteComponent, MatchaAutocompleteModule, MatchaAutocompleteTriggerDirective, MatchaAvatarComponent, MatchaAvatarModule, MatchaBadgeDirective, MatchaBadgeModule, 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, MatchaInputDirective, MatchaInputModule, MatchaInputPhoneComponent, MatchaInputPhoneModule, MatchaLabelComponent, MatchaLazyloadComponent, MatchaLazyloadDataComponent, MatchaLazyloadModule, MatchaMaskApplierService, MatchaMaskCompatibleDirective, MatchaMaskModule, MatchaMaskPipe, MatchaMaskService, MatchaMasonryComponent, MatchaMasonryModule, MatchaMenuComponent, MatchaMenuModule, MatchaMenuTriggerForDirective, MatchaModalComponent, MatchaModalContentComponent, MatchaModalFooterComponent, MatchaModalHeaderComponent, MatchaModalModule, MatchaModalOptionsComponent, MatchaModalService, MatchaOptionComponent, MatchaOptionModule, MatchaOverlayService, MatchaPageLayoutComponent, MatchaPageLayoutModule, MatchaPaginatorComponent, MatchaPaginatorIntl, MatchaPaginatorModule, MatchaPanelComponent, MatchaPanelModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaRadioComponent, MatchaRadioModule, MatchaRippleDirective, MatchaRippleModule, MatchaSelectComponent, MatchaSelectModule, MatchaSelectTriggerDirective, MatchaSidenavDirective, MatchaSidenavModule, MatchaSkeletonComponent, MatchaSkeletonModule, MatchaSlideToggleComponent, MatchaSlideToggleModule, MatchaSliderComponent, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaSpinComponent, MatchaSpinModule, MatchaSpinnerComponent, MatchaSpinnerModule, MatchaStepperComponent, MatchaStepperContentComponent, MatchaStepperControllerComponent, MatchaStepperModule, MatchaStepperStateService, MatchaTabItemComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsComponent, MatchaTabsModule, MatchaTimeComponent, MatchaTimeModule, MatchaTitleComponent, MatchaTitleModule, MatchaToolbarButtonComponent, MatchaToolbarComponent, MatchaToolbarContentComponent, MatchaToolbarCustomButtonComponent, MatchaToolbarMainButtonComponent, MatchaToolbarModule, MatchaTooltipDirective, MatchaTooltipModule, NEW_CONFIG, NextStepDirective, PrevStepDirective, StepComponent, StepContentDirective, compatibleOptions, initialConfig, timeMasks, withoutValidation };
|
|
12278
12278
|
//# sourceMappingURL=matcha-components.mjs.map
|