matcha-components 18.0.29 → 18.0.30
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/esm2022/lib/matcha-components.module.mjs +5 -6
- package/esm2022/lib/matcha-headers/headine/headline.component.mjs +3 -3
- package/esm2022/lib/matcha-headers/subhead/subhead.component.mjs +3 -3
- package/esm2022/lib/matcha-headers/title/title.component.mjs +3 -3
- package/esm2022/lib/matcha-masonry/masonry/masonry.component.mjs +27 -3
- package/esm2022/public-api.mjs +1 -3
- package/fesm2022/matcha-components.mjs +37 -44
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/lib/matcha-components.module.d.ts +4 -5
- package/lib/matcha-masonry/masonry/masonry.component.d.ts +5 -1
- package/package.json +1 -1
- package/public-api.d.ts +0 -2
- package/esm2022/lib/matcha-stepper/stepper.directive.mjs +0 -19
- package/esm2022/lib/matcha-stepper/stepper.module.mjs +0 -18
- package/lib/matcha-stepper/stepper.directive.d.ts +0 -9
- package/lib/matcha-stepper/stepper.module.d.ts +0 -8
|
@@ -62,11 +62,11 @@ class MatchaHeadlineComponent {
|
|
|
62
62
|
return activeClasses;
|
|
63
63
|
}
|
|
64
64
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaHeadlineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
65
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MatchaHeadlineComponent, selector: "matcha-headline", inputs: { bulletColor: "bulletColor", loading: "loading" }, ngImport: i0, template: "<h4 class=\"lh-16 d-flex flex-align-center m-0
|
|
65
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MatchaHeadlineComponent, selector: "matcha-headline", inputs: { bulletColor: "bulletColor", loading: "loading" }, ngImport: i0, template: "<h4 class=\"lh-16 d-flex flex-align-center m-0 fw-900\"><span [class]=\"classes\"></span><ng-content></ng-content></h4>\n", styles: [""] }); }
|
|
66
66
|
}
|
|
67
67
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaHeadlineComponent, decorators: [{
|
|
68
68
|
type: Component,
|
|
69
|
-
args: [{ selector: 'matcha-headline', template: "<h4 class=\"lh-16 d-flex flex-align-center m-0
|
|
69
|
+
args: [{ selector: 'matcha-headline', template: "<h4 class=\"lh-16 d-flex flex-align-center m-0 fw-900\"><span [class]=\"classes\"></span><ng-content></ng-content></h4>\n" }]
|
|
70
70
|
}], propDecorators: { bulletColor: [{
|
|
71
71
|
type: Input
|
|
72
72
|
}], loading: [{
|
|
@@ -84,11 +84,11 @@ class MatchaSubheadComponent {
|
|
|
84
84
|
return activeClasses;
|
|
85
85
|
}
|
|
86
86
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaSubheadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
87
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MatchaSubheadComponent, selector: "matcha-subhead", inputs: { bulletColor: "bulletColor", loading: "loading" }, ngImport: i0, template: "<h5 class=\"lh-16 d-flex flex-align-center m-0
|
|
87
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MatchaSubheadComponent, selector: "matcha-subhead", inputs: { bulletColor: "bulletColor", loading: "loading" }, ngImport: i0, template: "<h5 class=\"lh-16 d-flex flex-align-center m-0 fw-900\"><span [class]=\"classes\"></span><ng-content></ng-content></h5>\n", styles: [""] }); }
|
|
88
88
|
}
|
|
89
89
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaSubheadComponent, decorators: [{
|
|
90
90
|
type: Component,
|
|
91
|
-
args: [{ selector: 'matcha-subhead', template: "<h5 class=\"lh-16 d-flex flex-align-center m-0
|
|
91
|
+
args: [{ selector: 'matcha-subhead', template: "<h5 class=\"lh-16 d-flex flex-align-center m-0 fw-900\"><span [class]=\"classes\"></span><ng-content></ng-content></h5>\n" }]
|
|
92
92
|
}], propDecorators: { bulletColor: [{
|
|
93
93
|
type: Input
|
|
94
94
|
}], loading: [{
|
|
@@ -106,11 +106,11 @@ class MatchaTitleComponent {
|
|
|
106
106
|
return activeClasses;
|
|
107
107
|
}
|
|
108
108
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
109
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MatchaTitleComponent, selector: "matcha-title", inputs: { bulletColor: "bulletColor", loading: "loading" }, ngImport: i0, template: "<h6 class=\"lh-24 d-flex flex-align-center m-0 text-uppercase\"><span [class]=\"classes\"></span><ng-content></ng-content>\n</h6>\n", styles: [""] }); }
|
|
109
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MatchaTitleComponent, selector: "matcha-title", inputs: { bulletColor: "bulletColor", loading: "loading" }, ngImport: i0, template: "<h6 class=\"lh-24 d-flex flex-align-center m-0 text-uppercase fw-900\"><span [class]=\"classes\"></span><ng-content></ng-content>\n</h6>\n", styles: [""] }); }
|
|
110
110
|
}
|
|
111
111
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaTitleComponent, decorators: [{
|
|
112
112
|
type: Component,
|
|
113
|
-
args: [{ selector: 'matcha-title', template: "<h6 class=\"lh-24 d-flex flex-align-center m-0 text-uppercase\"><span [class]=\"classes\"></span><ng-content></ng-content>\n</h6>\n" }]
|
|
113
|
+
args: [{ selector: 'matcha-title', template: "<h6 class=\"lh-24 d-flex flex-align-center m-0 text-uppercase fw-900\"><span [class]=\"classes\"></span><ng-content></ng-content>\n</h6>\n" }]
|
|
114
114
|
}], propDecorators: { bulletColor: [{
|
|
115
115
|
type: Input
|
|
116
116
|
}], loading: [{
|
|
@@ -269,6 +269,10 @@ class MatchaMasonryComponent {
|
|
|
269
269
|
this.lgColSize = null;
|
|
270
270
|
this.xlColSize = null;
|
|
271
271
|
this.gap = null;
|
|
272
|
+
this.gapSm = null;
|
|
273
|
+
this.gapMd = null;
|
|
274
|
+
this.gapLg = null;
|
|
275
|
+
this.gapXl = null;
|
|
272
276
|
}
|
|
273
277
|
get classes() {
|
|
274
278
|
const col = this.colSize ? `masonry-${this.colSize}` : '';
|
|
@@ -277,6 +281,10 @@ class MatchaMasonryComponent {
|
|
|
277
281
|
const lgCol = this.lgColSize ? `masonry-lg-${this.lgColSize}` : '';
|
|
278
282
|
const xlCol = this.xlColSize ? `masonry-xl-${this.xlColSize}` : '';
|
|
279
283
|
const gap = this.gap ? `masonry-gap-${this.gap}` : '';
|
|
284
|
+
const gapSm = this.gapSm ? `masonry-gap-sm-${this.gapSm}` : '';
|
|
285
|
+
const gapMd = this.gapMd ? `masonry-gap-md-${this.gapMd}` : '';
|
|
286
|
+
const gapLg = this.gapLg ? `masonry-gap-lg-${this.gapLg}` : '';
|
|
287
|
+
const gapXl = this.gapXl ? `masonry-gap-xl-${this.gapXl}` : '';
|
|
280
288
|
let activeClasses = '';
|
|
281
289
|
activeClasses += col ? ` ${col}` : '';
|
|
282
290
|
activeClasses += smCol ? ` ${smCol}` : '';
|
|
@@ -284,14 +292,18 @@ class MatchaMasonryComponent {
|
|
|
284
292
|
activeClasses += lgCol ? ` ${lgCol}` : '';
|
|
285
293
|
activeClasses += xlCol ? ` ${xlCol}` : '';
|
|
286
294
|
activeClasses += gap ? ` ${gap}` : '';
|
|
295
|
+
activeClasses += gapSm ? ` ${gapSm}` : '';
|
|
296
|
+
activeClasses += gapMd ? ` ${gapMd}` : '';
|
|
297
|
+
activeClasses += gapLg ? ` ${gapLg}` : '';
|
|
298
|
+
activeClasses += gapXl ? ` ${gapXl}` : '';
|
|
287
299
|
return activeClasses;
|
|
288
300
|
}
|
|
289
301
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaMasonryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
290
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MatchaMasonryComponent, 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" }, ngImport: i0, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n", styles: ["
|
|
302
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: MatchaMasonryComponent, 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: [""] }); }
|
|
291
303
|
}
|
|
292
304
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaMasonryComponent, decorators: [{
|
|
293
305
|
type: Component,
|
|
294
|
-
args: [{ selector: 'matcha-masonry', template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n"
|
|
306
|
+
args: [{ selector: 'matcha-masonry', template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
295
307
|
}], propDecorators: { colSize: [{
|
|
296
308
|
type: Input,
|
|
297
309
|
args: ['col']
|
|
@@ -310,6 +322,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
|
|
|
310
322
|
}], gap: [{
|
|
311
323
|
type: Input,
|
|
312
324
|
args: ['gap']
|
|
325
|
+
}], gapSm: [{
|
|
326
|
+
type: Input,
|
|
327
|
+
args: ['gap-sm']
|
|
328
|
+
}], gapMd: [{
|
|
329
|
+
type: Input,
|
|
330
|
+
args: ['gap-md']
|
|
331
|
+
}], gapLg: [{
|
|
332
|
+
type: Input,
|
|
333
|
+
args: ['gap-lg']
|
|
334
|
+
}], gapXl: [{
|
|
335
|
+
type: Input,
|
|
336
|
+
args: ['gap-xl']
|
|
313
337
|
}] } });
|
|
314
338
|
|
|
315
339
|
class MatchaMenuComponent {
|
|
@@ -1473,37 +1497,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
|
|
|
1473
1497
|
}]
|
|
1474
1498
|
}] });
|
|
1475
1499
|
|
|
1476
|
-
class MatchaStepperDirective {
|
|
1477
|
-
constructor(_elementRef, _renderer) {
|
|
1478
|
-
this._elementRef = _elementRef;
|
|
1479
|
-
this._renderer = _renderer;
|
|
1480
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1481
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-stepper');
|
|
1482
|
-
}
|
|
1483
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaStepperDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1484
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: MatchaStepperDirective, selector: "[matchaStepper]", ngImport: i0 }); }
|
|
1485
|
-
}
|
|
1486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaStepperDirective, decorators: [{
|
|
1487
|
-
type: Directive,
|
|
1488
|
-
args: [{
|
|
1489
|
-
selector: '[matchaStepper]'
|
|
1490
|
-
}]
|
|
1491
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1492
|
-
|
|
1493
|
-
class MatchaStepperModule {
|
|
1494
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1495
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: MatchaStepperModule, declarations: [MatchaStepperDirective], imports: [CommonModule], exports: [MatchaStepperDirective] }); }
|
|
1496
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaStepperModule, imports: [CommonModule] }); }
|
|
1497
|
-
}
|
|
1498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaStepperModule, decorators: [{
|
|
1499
|
-
type: NgModule,
|
|
1500
|
-
args: [{
|
|
1501
|
-
declarations: [MatchaStepperDirective],
|
|
1502
|
-
imports: [CommonModule],
|
|
1503
|
-
exports: [MatchaStepperDirective],
|
|
1504
|
-
}]
|
|
1505
|
-
}] });
|
|
1506
|
-
|
|
1507
1500
|
class MatchaTableDirective {
|
|
1508
1501
|
constructor(_elementRef, _renderer) {
|
|
1509
1502
|
this._elementRef = _elementRef;
|
|
@@ -1651,8 +1644,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
|
|
|
1651
1644
|
|
|
1652
1645
|
class MatchaComponentsModule {
|
|
1653
1646
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1654
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaOverflowDraggableComponent], imports: [MatchaMasonryModule, MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule,
|
|
1655
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaComponentsModule, imports: [MatchaMasonryModule, MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule,
|
|
1647
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaOverflowDraggableComponent], imports: [MatchaMasonryModule, MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule], exports: [MatchaMasonryModule, MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule] }); }
|
|
1648
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaComponentsModule, imports: [MatchaMasonryModule, MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule, MatchaMasonryModule, MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule] }); }
|
|
1656
1649
|
}
|
|
1657
1650
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaComponentsModule, decorators: [{
|
|
1658
1651
|
type: NgModule,
|
|
@@ -1660,8 +1653,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
|
|
|
1660
1653
|
declarations: [
|
|
1661
1654
|
MatchaOverflowDraggableComponent
|
|
1662
1655
|
],
|
|
1663
|
-
imports: [MatchaMasonryModule, MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule,
|
|
1664
|
-
exports: [MatchaMasonryModule, MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule,
|
|
1656
|
+
imports: [MatchaMasonryModule, MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule],
|
|
1657
|
+
exports: [MatchaMasonryModule, MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule],
|
|
1665
1658
|
}]
|
|
1666
1659
|
}] });
|
|
1667
1660
|
|
|
@@ -1698,5 +1691,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
|
|
|
1698
1691
|
* Generated bundle index. Do not edit.
|
|
1699
1692
|
*/
|
|
1700
1693
|
|
|
1701
|
-
export { MatchaAutocompleteDirective, MatchaAutocompleteModule, MatchaAutocompleteOverviewDirective, MatchaBadgeDirective, MatchaBadgeModule, MatchaBottomSheetDirective, MatchaBottomSheetModule, MatchaButtonDirective, MatchaButtonModule, MatchaButtonToggleDirective, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardFooter, MatchaCardModule, MatchaCheckboxDirective, MatchaCheckboxModule, MatchaChipsDirective, MatchaChipsModule, MatchaComponentsModule, MatchaDatepickerDirective, MatchaDatepickerModule, MatchaDialogDirective, MatchaDialogModule, MatchaDividerDirective, MatchaDividerModule, MatchaElevationDirective, MatchaElevationModule, MatchaExpansionDirective, MatchaExpansionModule, MatchaFormFieldDirective, MatchaFormsModule, MatchaGridComponent, MatchaGridModule, MatchaHeadersModule, MatchaHeadlineComponent, MatchaIconComponent, MatchaIconModule, MatchaInputDirective, MatchaInputModule, MatchaListDirective, MatchaListModule, MatchaMasonryComponent, MatchaMasonryModule, MatchaMenuComponent, MatchaMenuModule, MatchaMenuTriggerForDirective, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaProgressSpinnerDirective, MatchaProgressSpinnerModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSlideToggleDirective, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule,
|
|
1694
|
+
export { MatchaAutocompleteDirective, MatchaAutocompleteModule, MatchaAutocompleteOverviewDirective, MatchaBadgeDirective, MatchaBadgeModule, MatchaBottomSheetDirective, MatchaBottomSheetModule, MatchaButtonDirective, MatchaButtonModule, MatchaButtonToggleDirective, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardFooter, MatchaCardModule, MatchaCheckboxDirective, MatchaCheckboxModule, MatchaChipsDirective, MatchaChipsModule, MatchaComponentsModule, MatchaDatepickerDirective, MatchaDatepickerModule, MatchaDialogDirective, MatchaDialogModule, MatchaDividerDirective, MatchaDividerModule, MatchaElevationDirective, MatchaElevationModule, MatchaExpansionDirective, MatchaExpansionModule, MatchaFormFieldDirective, MatchaFormsModule, MatchaGridComponent, MatchaGridModule, MatchaHeadersModule, MatchaHeadlineComponent, MatchaIconComponent, MatchaIconModule, MatchaInputDirective, MatchaInputModule, MatchaListDirective, MatchaListModule, MatchaMasonryComponent, MatchaMasonryModule, MatchaMenuComponent, MatchaMenuModule, MatchaMenuTriggerForDirective, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaProgressSpinnerDirective, MatchaProgressSpinnerModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSlideToggleDirective, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaSubheadComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsDirective, MatchaTabsModule, MatchaTitleComponent, MatchaTooltipDirective, MatchaTooltipModule, MatchaTreeDirective, MatchaTreeModule };
|
|
1702
1695
|
//# sourceMappingURL=matcha-components.mjs.map
|