matcha-components 19.130.0 → 19.133.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 +47 -10
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/lib/matcha-components.module.d.ts +2 -1
- package/lib/matcha-page-layout/page-layout.component.d.ts +5 -0
- package/lib/matcha-page-layout/page-layout.module.d.ts +9 -0
- package/lib/matcha-stepper/step/step.component.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -2527,7 +2527,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
2527
2527
|
|
|
2528
2528
|
class StepComponent {
|
|
2529
2529
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: StepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2530
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: StepComponent, isStandalone: false, selector: "step", inputs: { step: "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 }); }
|
|
2530
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: StepComponent, isStandalone: false, selector: "step", inputs: { step: ["stepTitle", "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 }); }
|
|
2531
2531
|
}
|
|
2532
2532
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: StepComponent, decorators: [{
|
|
2533
2533
|
type: Component,
|
|
@@ -2538,7 +2538,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
2538
2538
|
}]
|
|
2539
2539
|
}], propDecorators: { step: [{
|
|
2540
2540
|
type: Input,
|
|
2541
|
-
args: ['
|
|
2541
|
+
args: ['stepTitle']
|
|
2542
2542
|
}], template: [{
|
|
2543
2543
|
type: ViewChild,
|
|
2544
2544
|
args: [TemplateRef, { static: true }]
|
|
@@ -3310,6 +3310,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3310
3310
|
args: ['class.matcha-drop-list']
|
|
3311
3311
|
}] } });
|
|
3312
3312
|
|
|
3313
|
+
class MatchaPageLayoutComponent {
|
|
3314
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MatchaPageLayoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3315
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", 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"] }); }
|
|
3316
|
+
}
|
|
3317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MatchaPageLayoutComponent, decorators: [{
|
|
3318
|
+
type: Component,
|
|
3319
|
+
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"] }]
|
|
3320
|
+
}] });
|
|
3321
|
+
|
|
3313
3322
|
class MatchaTooltipDirective {
|
|
3314
3323
|
constructor(el, renderer) {
|
|
3315
3324
|
this.el = el;
|
|
@@ -4911,7 +4920,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
4911
4920
|
imports: [
|
|
4912
4921
|
CommonModule,
|
|
4913
4922
|
PrevStepDirective,
|
|
4914
|
-
NextStepDirective
|
|
4923
|
+
NextStepDirective,
|
|
4915
4924
|
],
|
|
4916
4925
|
exports: [
|
|
4917
4926
|
MatchaStepperControllerComponent,
|
|
@@ -4983,7 +4992,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
4983
4992
|
}]
|
|
4984
4993
|
}] });
|
|
4985
4994
|
|
|
4986
|
-
|
|
4995
|
+
class MatchaPageLayoutModule {
|
|
4996
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MatchaPageLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4997
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: MatchaPageLayoutModule, declarations: [MatchaPageLayoutComponent], imports: [CommonModule,
|
|
4998
|
+
MatchaStepperModule], exports: [MatchaPageLayoutComponent] }); }
|
|
4999
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MatchaPageLayoutModule, imports: [CommonModule,
|
|
5000
|
+
MatchaStepperModule] }); }
|
|
5001
|
+
}
|
|
5002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MatchaPageLayoutModule, decorators: [{
|
|
5003
|
+
type: NgModule,
|
|
5004
|
+
args: [{
|
|
5005
|
+
declarations: [
|
|
5006
|
+
MatchaPageLayoutComponent
|
|
5007
|
+
],
|
|
5008
|
+
imports: [
|
|
5009
|
+
CommonModule,
|
|
5010
|
+
MatchaStepperModule
|
|
5011
|
+
],
|
|
5012
|
+
exports: [
|
|
5013
|
+
MatchaPageLayoutComponent
|
|
5014
|
+
]
|
|
5015
|
+
}]
|
|
5016
|
+
}] });
|
|
5017
|
+
|
|
4987
5018
|
class MatchaComponentsModule {
|
|
4988
5019
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MatchaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4989
5020
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaOverflowDraggableComponent], imports: [CommonModule,
|
|
@@ -5028,7 +5059,8 @@ class MatchaComponentsModule {
|
|
|
5028
5059
|
MatchaTooltipModule,
|
|
5029
5060
|
MatchaDateModule,
|
|
5030
5061
|
MatchaTimeModule,
|
|
5031
|
-
MatchaDropListModule
|
|
5062
|
+
MatchaDropListModule,
|
|
5063
|
+
MatchaPageLayoutModule], exports: [MatchaAccordionModule,
|
|
5032
5064
|
MatchaAutocompleteModule,
|
|
5033
5065
|
MatchaBadgeModule,
|
|
5034
5066
|
MatchaButtonModule,
|
|
@@ -5067,7 +5099,8 @@ class MatchaComponentsModule {
|
|
|
5067
5099
|
MatchaTooltipModule,
|
|
5068
5100
|
MatchaDateModule,
|
|
5069
5101
|
MatchaTimeModule,
|
|
5070
|
-
MatchaDropListModule
|
|
5102
|
+
MatchaDropListModule,
|
|
5103
|
+
MatchaPageLayoutModule] }); }
|
|
5071
5104
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MatchaComponentsModule, imports: [CommonModule,
|
|
5072
5105
|
FormsModule,
|
|
5073
5106
|
ReactiveFormsModule,
|
|
@@ -5110,7 +5143,8 @@ class MatchaComponentsModule {
|
|
|
5110
5143
|
MatchaTooltipModule,
|
|
5111
5144
|
MatchaDateModule,
|
|
5112
5145
|
MatchaTimeModule,
|
|
5113
|
-
MatchaDropListModule,
|
|
5146
|
+
MatchaDropListModule,
|
|
5147
|
+
MatchaPageLayoutModule, MatchaAccordionModule,
|
|
5114
5148
|
MatchaAutocompleteModule,
|
|
5115
5149
|
MatchaBadgeModule,
|
|
5116
5150
|
MatchaButtonModule,
|
|
@@ -5149,7 +5183,8 @@ class MatchaComponentsModule {
|
|
|
5149
5183
|
MatchaTooltipModule,
|
|
5150
5184
|
MatchaDateModule,
|
|
5151
5185
|
MatchaTimeModule,
|
|
5152
|
-
MatchaDropListModule
|
|
5186
|
+
MatchaDropListModule,
|
|
5187
|
+
MatchaPageLayoutModule] }); }
|
|
5153
5188
|
}
|
|
5154
5189
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MatchaComponentsModule, decorators: [{
|
|
5155
5190
|
type: NgModule,
|
|
@@ -5198,7 +5233,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
5198
5233
|
MatchaTooltipModule,
|
|
5199
5234
|
MatchaDateModule,
|
|
5200
5235
|
MatchaTimeModule,
|
|
5201
|
-
MatchaDropListModule
|
|
5236
|
+
MatchaDropListModule,
|
|
5237
|
+
MatchaPageLayoutModule
|
|
5202
5238
|
],
|
|
5203
5239
|
exports: [MatchaAccordionModule,
|
|
5204
5240
|
MatchaAutocompleteModule,
|
|
@@ -5240,6 +5276,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
5240
5276
|
MatchaDateModule,
|
|
5241
5277
|
MatchaTimeModule,
|
|
5242
5278
|
MatchaDropListModule,
|
|
5279
|
+
MatchaPageLayoutModule
|
|
5243
5280
|
],
|
|
5244
5281
|
}]
|
|
5245
5282
|
}] });
|
|
@@ -5307,5 +5344,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
5307
5344
|
* Generated bundle index. Do not edit.
|
|
5308
5345
|
*/
|
|
5309
5346
|
|
|
5310
|
-
export { MatchaAccordionComponent, MatchaAccordionContentComponent, MatchaAccordionHeaderComponent, MatchaAccordionItemComponent, MatchaAccordionModule, MatchaAutocompleteComponent, MatchaAutocompleteDirective, MatchaAutocompleteModule, MatchaBadgeDirective, MatchaBadgeModule, MatchaButtonComponent, MatchaButtonModule, MatchaButtonToggleComponent, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardModule, MatchaCheckboxComponent, MatchaCheckboxModule, MatchaChipsDirective, MatchaChipsModule, MatchaComponentsModule, MatchaDateComponent, MatchaDateModule, MatchaDatepickerDirective, MatchaDatepickerModule, MatchaDividerComponent, MatchaDividerModule, MatchaDragDirective, MatchaDragHandleDirective, MatchaDropListComponent, MatchaDropListModule, 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, MatchaModalService, MatchaOptionComponent, MatchaOptionModule, MatchaOptionService, MatchaOverlayService, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaRippleDirective, MatchaRippleModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSkeletonComponent, MatchaSkeletonModule, MatchaSlideToggleComponent, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaSpinComponent, MatchaSpinModule, MatchaStepperComponent, MatchaStepperContentComponent, MatchaStepperControllerComponent, MatchaStepperModule, MatchaStepperStateService, MatchaTabItemComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsComponent, MatchaTabsModule, MatchaTimeComponent, MatchaTimeModule, MatchaTitleComponent, MatchaTitleModule, MatchaToolbarButtonComponent, MatchaToolbarComponent, MatchaToolbarContentComponent, MatchaToolbarCustomButtonComponent, MatchaToolbarMainButtonComponent, MatchaToolbarModule, MatchaTooltipDirective, MatchaTooltipModule, NextStepDirective, PrevStepDirective, StepComponent, StepContentDirective };
|
|
5347
|
+
export { MatchaAccordionComponent, MatchaAccordionContentComponent, MatchaAccordionHeaderComponent, MatchaAccordionItemComponent, MatchaAccordionModule, MatchaAutocompleteComponent, MatchaAutocompleteDirective, MatchaAutocompleteModule, MatchaBadgeDirective, MatchaBadgeModule, MatchaButtonComponent, MatchaButtonModule, MatchaButtonToggleComponent, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardModule, MatchaCheckboxComponent, MatchaCheckboxModule, MatchaChipsDirective, MatchaChipsModule, MatchaComponentsModule, MatchaDateComponent, MatchaDateModule, MatchaDatepickerDirective, MatchaDatepickerModule, MatchaDividerComponent, MatchaDividerModule, MatchaDragDirective, MatchaDragHandleDirective, MatchaDropListComponent, MatchaDropListModule, 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, MatchaModalService, MatchaOptionComponent, MatchaOptionModule, MatchaOptionService, MatchaOverlayService, MatchaPageLayoutComponent, MatchaPageLayoutModule, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaRippleDirective, MatchaRippleModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSkeletonComponent, MatchaSkeletonModule, MatchaSlideToggleComponent, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaSpinComponent, MatchaSpinModule, MatchaStepperComponent, MatchaStepperContentComponent, MatchaStepperControllerComponent, MatchaStepperModule, MatchaStepperStateService, MatchaTabItemComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsComponent, MatchaTabsModule, MatchaTimeComponent, MatchaTimeModule, MatchaTitleComponent, MatchaTitleModule, MatchaToolbarButtonComponent, MatchaToolbarComponent, MatchaToolbarContentComponent, MatchaToolbarCustomButtonComponent, MatchaToolbarMainButtonComponent, MatchaToolbarModule, MatchaTooltipDirective, MatchaTooltipModule, NextStepDirective, PrevStepDirective, StepComponent, StepContentDirective };
|
|
5311
5348
|
//# sourceMappingURL=matcha-components.mjs.map
|