matcha-components 18.0.28 → 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 +6 -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 +77 -0
- package/esm2022/lib/{matcha-stepper/stepper.module.mjs → matcha-masonry/masonry.module.mjs} +9 -9
- package/esm2022/public-api.mjs +3 -3
- package/fesm2022/matcha-components.mjs +100 -42
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/lib/matcha-components.module.d.ts +32 -32
- package/lib/matcha-masonry/masonry/masonry.component.d.ts +16 -0
- package/lib/matcha-masonry/masonry.module.d.ts +8 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -2
- package/esm2022/lib/matcha-stepper/stepper.directive.mjs +0 -19
- 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: [{
|
|
@@ -261,6 +261,81 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
|
|
|
261
261
|
type: Input
|
|
262
262
|
}] } });
|
|
263
263
|
|
|
264
|
+
class MatchaMasonryComponent {
|
|
265
|
+
constructor() {
|
|
266
|
+
this.colSize = null;
|
|
267
|
+
this.smColSize = null;
|
|
268
|
+
this.mdColSize = null;
|
|
269
|
+
this.lgColSize = null;
|
|
270
|
+
this.xlColSize = null;
|
|
271
|
+
this.gap = null;
|
|
272
|
+
this.gapSm = null;
|
|
273
|
+
this.gapMd = null;
|
|
274
|
+
this.gapLg = null;
|
|
275
|
+
this.gapXl = null;
|
|
276
|
+
}
|
|
277
|
+
get classes() {
|
|
278
|
+
const col = this.colSize ? `masonry-${this.colSize}` : '';
|
|
279
|
+
const smCol = this.smColSize ? `masonry-sm-${this.smColSize}` : '';
|
|
280
|
+
const mdCol = this.mdColSize ? `masonry-md-${this.mdColSize}` : '';
|
|
281
|
+
const lgCol = this.lgColSize ? `masonry-lg-${this.lgColSize}` : '';
|
|
282
|
+
const xlCol = this.xlColSize ? `masonry-xl-${this.xlColSize}` : '';
|
|
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}` : '';
|
|
288
|
+
let activeClasses = '';
|
|
289
|
+
activeClasses += col ? ` ${col}` : '';
|
|
290
|
+
activeClasses += smCol ? ` ${smCol}` : '';
|
|
291
|
+
activeClasses += mdCol ? ` ${mdCol}` : '';
|
|
292
|
+
activeClasses += lgCol ? ` ${lgCol}` : '';
|
|
293
|
+
activeClasses += xlCol ? ` ${xlCol}` : '';
|
|
294
|
+
activeClasses += gap ? ` ${gap}` : '';
|
|
295
|
+
activeClasses += gapSm ? ` ${gapSm}` : '';
|
|
296
|
+
activeClasses += gapMd ? ` ${gapMd}` : '';
|
|
297
|
+
activeClasses += gapLg ? ` ${gapLg}` : '';
|
|
298
|
+
activeClasses += gapXl ? ` ${gapXl}` : '';
|
|
299
|
+
return activeClasses;
|
|
300
|
+
}
|
|
301
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaMasonryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
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: [""] }); }
|
|
303
|
+
}
|
|
304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaMasonryComponent, decorators: [{
|
|
305
|
+
type: Component,
|
|
306
|
+
args: [{ selector: 'matcha-masonry', template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
307
|
+
}], propDecorators: { colSize: [{
|
|
308
|
+
type: Input,
|
|
309
|
+
args: ['col']
|
|
310
|
+
}], smColSize: [{
|
|
311
|
+
type: Input,
|
|
312
|
+
args: ['col-sm']
|
|
313
|
+
}], mdColSize: [{
|
|
314
|
+
type: Input,
|
|
315
|
+
args: ['col-md']
|
|
316
|
+
}], lgColSize: [{
|
|
317
|
+
type: Input,
|
|
318
|
+
args: ['col-lg']
|
|
319
|
+
}], xlColSize: [{
|
|
320
|
+
type: Input,
|
|
321
|
+
args: ['col-xl']
|
|
322
|
+
}], gap: [{
|
|
323
|
+
type: Input,
|
|
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']
|
|
337
|
+
}] } });
|
|
338
|
+
|
|
264
339
|
class MatchaMenuComponent {
|
|
265
340
|
constructor(_elementRef, _renderer) {
|
|
266
341
|
this._elementRef = _elementRef;
|
|
@@ -326,6 +401,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
|
|
|
326
401
|
}]
|
|
327
402
|
}] });
|
|
328
403
|
|
|
404
|
+
class MatchaMasonryModule {
|
|
405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaMasonryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
406
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: MatchaMasonryModule, declarations: [MatchaMasonryComponent], imports: [CommonModule], exports: [MatchaMasonryComponent] }); }
|
|
407
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaMasonryModule, imports: [CommonModule] }); }
|
|
408
|
+
}
|
|
409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaMasonryModule, decorators: [{
|
|
410
|
+
type: NgModule,
|
|
411
|
+
args: [{
|
|
412
|
+
declarations: [MatchaMasonryComponent],
|
|
413
|
+
imports: [CommonModule],
|
|
414
|
+
exports: [MatchaMasonryComponent]
|
|
415
|
+
}]
|
|
416
|
+
}] });
|
|
417
|
+
|
|
329
418
|
class MatchaHeadersModule {
|
|
330
419
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaHeadersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
331
420
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: MatchaHeadersModule, declarations: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent], imports: [CommonModule], exports: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent] }); }
|
|
@@ -1408,37 +1497,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
|
|
|
1408
1497
|
}]
|
|
1409
1498
|
}] });
|
|
1410
1499
|
|
|
1411
|
-
class MatchaStepperDirective {
|
|
1412
|
-
constructor(_elementRef, _renderer) {
|
|
1413
|
-
this._elementRef = _elementRef;
|
|
1414
|
-
this._renderer = _renderer;
|
|
1415
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1416
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-stepper');
|
|
1417
|
-
}
|
|
1418
|
-
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 }); }
|
|
1419
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: MatchaStepperDirective, selector: "[matchaStepper]", ngImport: i0 }); }
|
|
1420
|
-
}
|
|
1421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaStepperDirective, decorators: [{
|
|
1422
|
-
type: Directive,
|
|
1423
|
-
args: [{
|
|
1424
|
-
selector: '[matchaStepper]'
|
|
1425
|
-
}]
|
|
1426
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1427
|
-
|
|
1428
|
-
class MatchaStepperModule {
|
|
1429
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1430
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: MatchaStepperModule, declarations: [MatchaStepperDirective], imports: [CommonModule], exports: [MatchaStepperDirective] }); }
|
|
1431
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaStepperModule, imports: [CommonModule] }); }
|
|
1432
|
-
}
|
|
1433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaStepperModule, decorators: [{
|
|
1434
|
-
type: NgModule,
|
|
1435
|
-
args: [{
|
|
1436
|
-
declarations: [MatchaStepperDirective],
|
|
1437
|
-
imports: [CommonModule],
|
|
1438
|
-
exports: [MatchaStepperDirective],
|
|
1439
|
-
}]
|
|
1440
|
-
}] });
|
|
1441
|
-
|
|
1442
1500
|
class MatchaTableDirective {
|
|
1443
1501
|
constructor(_elementRef, _renderer) {
|
|
1444
1502
|
this._elementRef = _elementRef;
|
|
@@ -1586,8 +1644,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
|
|
|
1586
1644
|
|
|
1587
1645
|
class MatchaComponentsModule {
|
|
1588
1646
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1589
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaOverflowDraggableComponent], imports: [MatchaCardModule, MatchaHeadersModule], exports: [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,
|
|
1590
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaComponentsModule, imports: [MatchaCardModule, MatchaHeadersModule, 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] }); }
|
|
1591
1649
|
}
|
|
1592
1650
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: MatchaComponentsModule, decorators: [{
|
|
1593
1651
|
type: NgModule,
|
|
@@ -1595,8 +1653,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
|
|
|
1595
1653
|
declarations: [
|
|
1596
1654
|
MatchaOverflowDraggableComponent
|
|
1597
1655
|
],
|
|
1598
|
-
imports: [MatchaCardModule, MatchaHeadersModule],
|
|
1599
|
-
exports: [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],
|
|
1600
1658
|
}]
|
|
1601
1659
|
}] });
|
|
1602
1660
|
|
|
@@ -1633,5 +1691,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImpor
|
|
|
1633
1691
|
* Generated bundle index. Do not edit.
|
|
1634
1692
|
*/
|
|
1635
1693
|
|
|
1636
|
-
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, 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 };
|
|
1637
1695
|
//# sourceMappingURL=matcha-components.mjs.map
|