matcha-components 19.66.0 → 19.67.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 +7 -42
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/lib/matcha-components.module.d.ts +1 -2
- package/package.json +1 -1
- package/public-api.d.ts +0 -2
- package/lib/matcha-tip-text/matcha-tip-text.component.d.ts +0 -5
- package/lib/matcha-tip-text/matcha-tip-text.module.d.ts +0 -8
|
@@ -2083,15 +2083,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
2083
2083
|
args: [MatchaTabItemComponent]
|
|
2084
2084
|
}] } });
|
|
2085
2085
|
|
|
2086
|
-
class MatchaTipTextComponent {
|
|
2087
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: MatchaTipTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2088
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.6", type: MatchaTipTextComponent, isStandalone: false, selector: "matcha-tip-text", ngImport: i0, template: "<p class=\"blue\">matcha-tip-text works!</p>\n", styles: [""] }); }
|
|
2089
|
-
}
|
|
2090
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: MatchaTipTextComponent, decorators: [{
|
|
2091
|
-
type: Component,
|
|
2092
|
-
args: [{ selector: 'matcha-tip-text', standalone: false, template: "<p class=\"blue\">matcha-tip-text works!</p>\n" }]
|
|
2093
|
-
}] });
|
|
2094
|
-
|
|
2095
2086
|
class MatchaTooltipDirective {
|
|
2096
2087
|
constructor(el, renderer) {
|
|
2097
2088
|
this.el = el;
|
|
@@ -3587,26 +3578,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
3587
3578
|
}]
|
|
3588
3579
|
}] });
|
|
3589
3580
|
|
|
3590
|
-
class MatchaTipTextModule {
|
|
3591
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: MatchaTipTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3592
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.6", ngImport: i0, type: MatchaTipTextModule, declarations: [MatchaTipTextComponent], imports: [CommonModule], exports: [MatchaTipTextComponent] }); }
|
|
3593
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: MatchaTipTextModule, imports: [CommonModule] }); }
|
|
3594
|
-
}
|
|
3595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: MatchaTipTextModule, decorators: [{
|
|
3596
|
-
type: NgModule,
|
|
3597
|
-
args: [{
|
|
3598
|
-
declarations: [
|
|
3599
|
-
MatchaTipTextComponent
|
|
3600
|
-
],
|
|
3601
|
-
imports: [
|
|
3602
|
-
CommonModule
|
|
3603
|
-
],
|
|
3604
|
-
exports: [
|
|
3605
|
-
MatchaTipTextComponent
|
|
3606
|
-
]
|
|
3607
|
-
}]
|
|
3608
|
-
}] });
|
|
3609
|
-
|
|
3610
3581
|
class MatchaComponentsModule {
|
|
3611
3582
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: MatchaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3612
3583
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.6", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaOverflowDraggableComponent], imports: [CommonModule,
|
|
@@ -3646,8 +3617,7 @@ class MatchaComponentsModule {
|
|
|
3646
3617
|
MatchaTabsModule,
|
|
3647
3618
|
MatchaTitleModule,
|
|
3648
3619
|
MatchaTooltipModule,
|
|
3649
|
-
MatchaTreeModule,
|
|
3650
|
-
MatchaTipTextModule], exports: [MatchaAccordionModule,
|
|
3620
|
+
MatchaTreeModule], exports: [MatchaAccordionModule,
|
|
3651
3621
|
MatchaAutocompleteModule,
|
|
3652
3622
|
MatchaBadgeModule,
|
|
3653
3623
|
MatchaButtonModule,
|
|
@@ -3681,8 +3651,7 @@ class MatchaComponentsModule {
|
|
|
3681
3651
|
MatchaTabsModule,
|
|
3682
3652
|
MatchaTitleModule,
|
|
3683
3653
|
MatchaTooltipModule,
|
|
3684
|
-
MatchaTreeModule
|
|
3685
|
-
MatchaTipTextModule] }); }
|
|
3654
|
+
MatchaTreeModule] }); }
|
|
3686
3655
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: MatchaComponentsModule, imports: [CommonModule,
|
|
3687
3656
|
FormsModule,
|
|
3688
3657
|
ReactiveFormsModule,
|
|
@@ -3720,8 +3689,7 @@ class MatchaComponentsModule {
|
|
|
3720
3689
|
MatchaTabsModule,
|
|
3721
3690
|
MatchaTitleModule,
|
|
3722
3691
|
MatchaTooltipModule,
|
|
3723
|
-
MatchaTreeModule,
|
|
3724
|
-
MatchaTipTextModule, MatchaAccordionModule,
|
|
3692
|
+
MatchaTreeModule, MatchaAccordionModule,
|
|
3725
3693
|
MatchaAutocompleteModule,
|
|
3726
3694
|
MatchaBadgeModule,
|
|
3727
3695
|
MatchaButtonModule,
|
|
@@ -3755,8 +3723,7 @@ class MatchaComponentsModule {
|
|
|
3755
3723
|
MatchaTabsModule,
|
|
3756
3724
|
MatchaTitleModule,
|
|
3757
3725
|
MatchaTooltipModule,
|
|
3758
|
-
MatchaTreeModule
|
|
3759
|
-
MatchaTipTextModule] }); }
|
|
3726
|
+
MatchaTreeModule] }); }
|
|
3760
3727
|
}
|
|
3761
3728
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: MatchaComponentsModule, decorators: [{
|
|
3762
3729
|
type: NgModule,
|
|
@@ -3802,8 +3769,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
3802
3769
|
MatchaTabsModule,
|
|
3803
3770
|
MatchaTitleModule,
|
|
3804
3771
|
MatchaTooltipModule,
|
|
3805
|
-
MatchaTreeModule
|
|
3806
|
-
MatchaTipTextModule
|
|
3772
|
+
MatchaTreeModule
|
|
3807
3773
|
],
|
|
3808
3774
|
exports: [
|
|
3809
3775
|
MatchaAccordionModule,
|
|
@@ -3840,8 +3806,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
3840
3806
|
MatchaTabsModule,
|
|
3841
3807
|
MatchaTitleModule,
|
|
3842
3808
|
MatchaTooltipModule,
|
|
3843
|
-
MatchaTreeModule
|
|
3844
|
-
MatchaTipTextModule
|
|
3809
|
+
MatchaTreeModule
|
|
3845
3810
|
]
|
|
3846
3811
|
}]
|
|
3847
3812
|
}] });
|
|
@@ -3865,5 +3830,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
3865
3830
|
* Generated bundle index. Do not edit.
|
|
3866
3831
|
*/
|
|
3867
3832
|
|
|
3868
|
-
export { MatchaAccordionComponent, MatchaAccordionContentComponent, MatchaAccordionHeaderComponent, MatchaAccordionItemComponent, MatchaAccordionModule, MatchaAutocompleteDirective, MatchaAutocompleteModule, MatchaAutocompleteOverviewDirective, MatchaBadgeDirective, MatchaBadgeModule, MatchaButtonComponent, MatchaButtonModule, MatchaButtonToggleComponent, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardModule, MatchaCheckboxComponent, MatchaCheckboxModule, MatchaChipsDirective, MatchaChipsModule, MatchaComponentsModule, MatchaDatepickerDirective, MatchaDatepickerModule, MatchaDividerComponent, MatchaDividerModule, MatchaElevationDirective, MatchaElevationModule, MatchaErrorComponent, MatchaFormFieldComponent, MatchaFormFieldModule, MatchaGridComponent, MatchaGridModule, MatchaHintTextComponent, MatchaHintTextModule, MatchaIconComponent, MatchaIconModule, MatchaInfiniteScrollComponent, MatchaInfiniteScrollDataComponent, MatchaInfiniteScrollModule, MatchaInputDirective, MatchaInputModule, MatchaLabelComponent, MatchaMasonryComponent, MatchaMasonryModule, MatchaMenuComponent, MatchaMenuModule, MatchaMenuTriggerForDirective, MatchaModalComponent, MatchaModalContentComponent, MatchaModalFooterComponent, MatchaModalHeaderComponent, MatchaModalModule, MatchaModalOptionsComponent, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaRippleDirective, MatchaRippleModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSlideToggleDirective, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaSpinComponent, MatchaSpinModule, MatchaTabItemComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsComponent, MatchaTabsModule,
|
|
3833
|
+
export { MatchaAccordionComponent, MatchaAccordionContentComponent, MatchaAccordionHeaderComponent, MatchaAccordionItemComponent, MatchaAccordionModule, MatchaAutocompleteDirective, MatchaAutocompleteModule, MatchaAutocompleteOverviewDirective, MatchaBadgeDirective, MatchaBadgeModule, MatchaButtonComponent, MatchaButtonModule, MatchaButtonToggleComponent, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardModule, MatchaCheckboxComponent, MatchaCheckboxModule, MatchaChipsDirective, MatchaChipsModule, MatchaComponentsModule, MatchaDatepickerDirective, MatchaDatepickerModule, MatchaDividerComponent, MatchaDividerModule, MatchaElevationDirective, MatchaElevationModule, MatchaErrorComponent, MatchaFormFieldComponent, MatchaFormFieldModule, MatchaGridComponent, MatchaGridModule, MatchaHintTextComponent, MatchaHintTextModule, MatchaIconComponent, MatchaIconModule, MatchaInfiniteScrollComponent, MatchaInfiniteScrollDataComponent, MatchaInfiniteScrollModule, MatchaInputDirective, MatchaInputModule, MatchaLabelComponent, MatchaMasonryComponent, MatchaMasonryModule, MatchaMenuComponent, MatchaMenuModule, MatchaMenuTriggerForDirective, MatchaModalComponent, MatchaModalContentComponent, MatchaModalFooterComponent, MatchaModalHeaderComponent, MatchaModalModule, MatchaModalOptionsComponent, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaRippleDirective, MatchaRippleModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSlideToggleDirective, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaSpinComponent, MatchaSpinModule, MatchaTabItemComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsComponent, MatchaTabsModule, MatchaTitleComponent, MatchaTitleModule, MatchaToolbarButtonComponent, MatchaToolbarComponent, MatchaToolbarContentComponent, MatchaToolbarMainButtonComponent, MatchaToolbarModule, MatchaTooltipDirective, MatchaTooltipModule, MatchaTreeDirective, MatchaTreeModule };
|
|
3869
3834
|
//# sourceMappingURL=matcha-components.mjs.map
|