matcha-components 1.0.16 → 1.0.18
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/README.md +4 -1
- package/esm2022/lib/matcha-autocomplete/autocomplete-overview.directive.mjs +6 -7
- package/esm2022/lib/matcha-autocomplete/autocomplete.directive.mjs +6 -7
- package/esm2022/lib/matcha-autocomplete/autocomplete.module.mjs +6 -7
- package/esm2022/lib/matcha-badge/badge.directive.mjs +6 -7
- package/esm2022/lib/matcha-badge/badge.module.mjs +6 -7
- package/esm2022/lib/matcha-bottom-sheet/bottom-sheet.directive.mjs +6 -7
- package/esm2022/lib/matcha-bottom-sheet/bottom-sheet.module.mjs +6 -7
- package/esm2022/lib/matcha-button/button.directive.mjs +6 -8
- package/esm2022/lib/matcha-button/button.module.mjs +6 -7
- package/esm2022/lib/matcha-button-toggle/button-toggle.module.mjs +6 -7
- package/esm2022/lib/matcha-button-toggle/matcha-button-toggle.directive.mjs +6 -7
- package/esm2022/lib/matcha-card/card.component.mjs +5 -6
- package/esm2022/lib/matcha-card/card.module.mjs +6 -7
- package/esm2022/lib/matcha-checkbox/checkbox.directive.mjs +6 -7
- package/esm2022/lib/matcha-checkbox/checkbox.module.mjs +6 -7
- package/esm2022/lib/matcha-chips/chips.module.mjs +6 -7
- package/esm2022/lib/matcha-chips/matcha-chips.directive.mjs +6 -7
- package/esm2022/lib/matcha-components.module.mjs +13 -10
- package/esm2022/lib/matcha-datepicker/datepicker.directive.mjs +6 -7
- package/esm2022/lib/matcha-datepicker/datepicker.module.mjs +6 -7
- package/esm2022/lib/matcha-dialog/dialog.module.mjs +6 -7
- package/esm2022/lib/matcha-dialog/matcha-dialog.directive.mjs +6 -7
- package/esm2022/lib/matcha-divider/divider.directive.mjs +6 -7
- package/esm2022/lib/matcha-divider/divider.module.mjs +6 -7
- package/esm2022/lib/matcha-elevation/elevation.directive.mjs +6 -7
- package/esm2022/lib/matcha-elevation/elevation.module.mjs +6 -7
- package/esm2022/lib/matcha-expansion/expansion.directive.mjs +6 -7
- package/esm2022/lib/matcha-expansion/expansion.module.mjs +6 -7
- package/esm2022/lib/matcha-forms/form-field.directive.mjs +6 -7
- package/esm2022/lib/matcha-forms/forms.module.mjs +6 -7
- package/esm2022/lib/matcha-grid/grid.component.mjs +6 -7
- package/esm2022/lib/matcha-grid/grid.module.mjs +6 -7
- package/esm2022/lib/matcha-headers/headers.module.mjs +6 -7
- package/esm2022/lib/matcha-headers/headine/headline.component.mjs +5 -6
- package/esm2022/lib/matcha-headers/subhead/subhead.component.mjs +5 -6
- package/esm2022/lib/matcha-headers/title/title.component.mjs +6 -7
- package/esm2022/lib/matcha-icon/icon.component.mjs +5 -6
- package/esm2022/lib/matcha-icon/icon.module.mjs +6 -7
- package/esm2022/lib/matcha-input/input.directive.mjs +6 -7
- package/esm2022/lib/matcha-input/input.module.mjs +6 -7
- package/esm2022/lib/matcha-list/list.directive.mjs +6 -7
- package/esm2022/lib/matcha-list/list.module.mjs +6 -7
- package/esm2022/lib/matcha-menu/menu.directive.mjs +6 -7
- package/esm2022/lib/matcha-menu/menu.module.mjs +6 -7
- package/esm2022/lib/matcha-overflow-draggable/matcha-overflow-draggable.component.mjs +54 -0
- package/esm2022/lib/matcha-paginator/paginator.directive.mjs +6 -7
- package/esm2022/lib/matcha-paginator/paginator.module.mjs +6 -7
- package/esm2022/lib/matcha-progress-bar/progress-bar.directive.mjs +6 -7
- package/esm2022/lib/matcha-progress-bar/progress-bar.module.mjs +6 -7
- package/esm2022/lib/matcha-progress-spinner/progress-spinner.directive.mjs +6 -7
- package/esm2022/lib/matcha-progress-spinner/progress-spinner.module.mjs +6 -7
- package/esm2022/lib/matcha-radio-button/matcha-radio-button.directive.mjs +6 -7
- package/esm2022/lib/matcha-radio-button/radio-button.module.mjs +6 -7
- package/esm2022/lib/matcha-select/select.directive.mjs +6 -7
- package/esm2022/lib/matcha-select/select.module.mjs +6 -7
- package/esm2022/lib/matcha-sidenav/sidenav.directive.mjs +6 -7
- package/esm2022/lib/matcha-sidenav/sidenav.module.mjs +6 -7
- package/esm2022/lib/matcha-slide-toggle/slide-toggle.directive.mjs +6 -7
- package/esm2022/lib/matcha-slide-toggle/slide-toggle.module.mjs +6 -7
- package/esm2022/lib/matcha-slider/matcha-slider.directive.mjs +6 -7
- package/esm2022/lib/matcha-slider/slider.module.mjs +6 -7
- package/esm2022/lib/matcha-snackbar/snack-bar.directive.mjs +6 -7
- package/esm2022/lib/matcha-snackbar/snack-bar.module.mjs +6 -7
- package/esm2022/lib/matcha-sort-header/sort-header.directive.mjs +6 -7
- package/esm2022/lib/matcha-sort-header/sort-header.module.mjs +6 -7
- package/esm2022/lib/matcha-stepper/stepper.directive.mjs +6 -7
- package/esm2022/lib/matcha-stepper/stepper.module.mjs +6 -7
- package/esm2022/lib/matcha-table/table.directive.mjs +6 -7
- package/esm2022/lib/matcha-table/table.module.mjs +6 -7
- package/esm2022/lib/matcha-tabs/tabs.directive.mjs +6 -7
- package/esm2022/lib/matcha-tabs/tabs.module.mjs +6 -7
- package/esm2022/lib/matcha-tooltip/tooltip.directive.mjs +6 -7
- package/esm2022/lib/matcha-tooltip/tooltip.module.mjs +6 -7
- package/esm2022/lib/matcha-tree/tree.directive.mjs +6 -7
- package/esm2022/lib/matcha-tree/tree.module.mjs +6 -7
- package/esm2022/lib/test-component/my-test-component/my-test-component.component.mjs +11 -0
- package/esm2022/lib/test-component/test-component.module.mjs +20 -0
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/matcha-components.mjs +375 -297
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/lib/matcha-components.module.d.ts +37 -35
- package/lib/matcha-overflow-draggable/matcha-overflow-draggable.component.d.ts +8 -0
- package/lib/test-component/my-test-component/my-test-component.component.d.ts +5 -0
- package/lib/test-component/test-component.module.d.ts +8 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -28,10 +28,10 @@ class MatchaCardComponent {
|
|
|
28
28
|
const activeClasses = `matcha-card ${elevation} ${blockquoteposition} ${blockquoteColor} ${backgroundColor} ${this.loading ? 'loading' : ''} ${this.class}`;
|
|
29
29
|
return activeClasses;
|
|
30
30
|
}
|
|
31
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
32
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
31
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.5", type: MatchaCardComponent, selector: "matcha-card", inputs: { elevation: "elevation", blockquote: "blockquote", color: "color", blockquoteColor: "blockquoteColor", class: "class", alpha: "alpha", loading: "loading" }, ngImport: i0, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
|
|
33
33
|
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaCardComponent, decorators: [{
|
|
35
35
|
type: Component,
|
|
36
36
|
args: [{ selector: 'matcha-card', template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
37
37
|
}], propDecorators: { elevation: [{
|
|
@@ -60,10 +60,10 @@ class MatchaHeadlineComponent {
|
|
|
60
60
|
const activeClasses = `${bullet} ${this.loading ? 'loading' : ''}`;
|
|
61
61
|
return activeClasses;
|
|
62
62
|
}
|
|
63
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
64
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
63
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaHeadlineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
64
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.5", type: MatchaHeadlineComponent, selector: "matcha-headline", inputs: { bulletColor: "bulletColor", loading: "loading" }, ngImport: i0, template: "<h4 class=\"lh-16 d-flex d-flex-align-center m-0 h4\"><span [class]=\"classes\"></span><ng-content></ng-content></h4>\n", styles: [""] }); }
|
|
65
65
|
}
|
|
66
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
66
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaHeadlineComponent, decorators: [{
|
|
67
67
|
type: Component,
|
|
68
68
|
args: [{ selector: 'matcha-headline', template: "<h4 class=\"lh-16 d-flex d-flex-align-center m-0 h4\"><span [class]=\"classes\"></span><ng-content></ng-content></h4>\n" }]
|
|
69
69
|
}], propDecorators: { bulletColor: [{
|
|
@@ -82,10 +82,10 @@ class MatchaSubheadComponent {
|
|
|
82
82
|
const activeClasses = `${bullet} ${this.loading ? 'loading' : ''}`;
|
|
83
83
|
return activeClasses;
|
|
84
84
|
}
|
|
85
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
86
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
85
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSubheadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
86
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.5", type: MatchaSubheadComponent, selector: "matcha-subhead", inputs: { bulletColor: "bulletColor", loading: "loading" }, ngImport: i0, template: "<h5 class=\"lh-16 d-flex d-flex-align-center m-0 h5\"><span [class]=\"classes\"></span><ng-content></ng-content></h5>\n", styles: [""] }); }
|
|
87
87
|
}
|
|
88
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
88
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSubheadComponent, decorators: [{
|
|
89
89
|
type: Component,
|
|
90
90
|
args: [{ selector: 'matcha-subhead', template: "<h5 class=\"lh-16 d-flex d-flex-align-center m-0 h5\"><span [class]=\"classes\"></span><ng-content></ng-content></h5>\n" }]
|
|
91
91
|
}], propDecorators: { bulletColor: [{
|
|
@@ -104,12 +104,12 @@ class MatchaTitleComponent {
|
|
|
104
104
|
const activeClasses = `${bullet} ${this.loading ? 'loading' : ''}`;
|
|
105
105
|
return activeClasses;
|
|
106
106
|
}
|
|
107
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
108
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
107
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
108
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.5", type: MatchaTitleComponent, selector: "matcha-title", inputs: { bulletColor: "bulletColor", loading: "loading" }, ngImport: i0, template: "<h6 class=\"lh-24 d-flex d-flex-align-center m-0 text-uppercase\"><span [class]=\"classes\"></span><ng-content></ng-content>\n</h6>", styles: [""] }); }
|
|
109
109
|
}
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTitleComponent, decorators: [{
|
|
111
111
|
type: Component,
|
|
112
|
-
args: [{ selector: 'matcha-title', template: "<h6 class=\"lh-24 d-flex d-flex-align-center m-0
|
|
112
|
+
args: [{ selector: 'matcha-title', template: "<h6 class=\"lh-24 d-flex d-flex-align-center m-0 text-uppercase\"><span [class]=\"classes\"></span><ng-content></ng-content>\n</h6>" }]
|
|
113
113
|
}], propDecorators: { bulletColor: [{
|
|
114
114
|
type: Input
|
|
115
115
|
}], loading: [{
|
|
@@ -132,10 +132,10 @@ class MatchaIconComponent {
|
|
|
132
132
|
const activeClasses = `${icon} ${color} ${size} ${loading} ${this.class}`;
|
|
133
133
|
return activeClasses;
|
|
134
134
|
}
|
|
135
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
136
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
135
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
136
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.5", type: MatchaIconComponent, selector: "matcha-icon", inputs: { name: "name", size: "size", color: "color", class: "class", loading: "loading" }, ngImport: i0, template: "<span [class]=\"classes\">\n <ng-content></ng-content>\n</span>\n", styles: [""] }); }
|
|
137
137
|
}
|
|
138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaIconComponent, decorators: [{
|
|
139
139
|
type: Component,
|
|
140
140
|
args: [{ selector: 'matcha-icon', template: "<span [class]=\"classes\">\n <ng-content></ng-content>\n</span>\n" }]
|
|
141
141
|
}], propDecorators: { name: [{
|
|
@@ -234,13 +234,13 @@ class MatchaGridComponent {
|
|
|
234
234
|
this.setColspanClasses(this.colspan, this.breakpoint);
|
|
235
235
|
this.setRowspanClasses(this.rowspan, this.breakpoint);
|
|
236
236
|
}
|
|
237
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
238
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
237
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaGridComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
238
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.5", type: MatchaGridComponent, selector: "matcha-grid", inputs: { breakpoint: "breakpoint", col: "col", gap: "gap", class: "class", span: "span", rowspan: "rowspan", colspan: "colspan", direction: "direction", loading: "loading" }, usesOnChanges: true, ngImport: i0, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
|
|
239
239
|
}
|
|
240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaGridComponent, decorators: [{
|
|
241
241
|
type: Component,
|
|
242
242
|
args: [{ selector: 'matcha-grid', template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
243
|
-
}], ctorParameters:
|
|
243
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { breakpoint: [{
|
|
244
244
|
type: Input
|
|
245
245
|
}], col: [{
|
|
246
246
|
type: Input
|
|
@@ -260,12 +260,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
260
260
|
type: Input
|
|
261
261
|
}] } });
|
|
262
262
|
|
|
263
|
+
class MyTestComponentComponent {
|
|
264
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MyTestComponentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
265
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.5", type: MyTestComponentComponent, selector: "lib-my-test-component", ngImport: i0, template: "<p>my-test-component works 2!</p>\n", styles: [""] }); }
|
|
266
|
+
}
|
|
267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MyTestComponentComponent, decorators: [{
|
|
268
|
+
type: Component,
|
|
269
|
+
args: [{ selector: 'lib-my-test-component', template: "<p>my-test-component works 2!</p>\n" }]
|
|
270
|
+
}] });
|
|
271
|
+
|
|
272
|
+
class TestComponentModule {
|
|
273
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: TestComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
274
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: TestComponentModule, declarations: [MyTestComponentComponent], imports: [CommonModule], exports: [MyTestComponentComponent] }); }
|
|
275
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: TestComponentModule, imports: [CommonModule] }); }
|
|
276
|
+
}
|
|
277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: TestComponentModule, decorators: [{
|
|
278
|
+
type: NgModule,
|
|
279
|
+
args: [{
|
|
280
|
+
declarations: [MyTestComponentComponent],
|
|
281
|
+
imports: [
|
|
282
|
+
CommonModule,
|
|
283
|
+
],
|
|
284
|
+
exports: [MyTestComponentComponent]
|
|
285
|
+
}]
|
|
286
|
+
}] });
|
|
287
|
+
|
|
263
288
|
class MatchaCardModule {
|
|
264
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
265
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
266
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
289
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
290
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaCardModule, declarations: [MatchaCardComponent], imports: [CommonModule], exports: [MatchaCardComponent] }); }
|
|
291
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaCardModule, imports: [CommonModule] }); }
|
|
267
292
|
}
|
|
268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
293
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaCardModule, decorators: [{
|
|
269
294
|
type: NgModule,
|
|
270
295
|
args: [{
|
|
271
296
|
declarations: [MatchaCardComponent],
|
|
@@ -275,11 +300,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
275
300
|
}] });
|
|
276
301
|
|
|
277
302
|
class MatchaHeadersModule {
|
|
278
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
279
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
280
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
303
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaHeadersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
304
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaHeadersModule, declarations: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent], imports: [CommonModule], exports: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent] }); }
|
|
305
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaHeadersModule, imports: [CommonModule] }); }
|
|
281
306
|
}
|
|
282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaHeadersModule, decorators: [{
|
|
283
308
|
type: NgModule,
|
|
284
309
|
args: [{
|
|
285
310
|
declarations: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent],
|
|
@@ -294,15 +319,15 @@ class MatchaAutocompleteDirective {
|
|
|
294
319
|
this._renderer = _renderer;
|
|
295
320
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-autocomplete');
|
|
296
321
|
}
|
|
297
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
298
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
322
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaAutocompleteDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
323
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaAutocompleteDirective, selector: "[matcha-autocomplete]", ngImport: i0 }); }
|
|
299
324
|
}
|
|
300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaAutocompleteDirective, decorators: [{
|
|
301
326
|
type: Directive,
|
|
302
327
|
args: [{
|
|
303
328
|
selector: '[matcha-autocomplete]'
|
|
304
329
|
}]
|
|
305
|
-
}], ctorParameters:
|
|
330
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
306
331
|
|
|
307
332
|
class MatchaAutocompleteOverviewDirective {
|
|
308
333
|
constructor(_elementRef, _renderer) {
|
|
@@ -311,23 +336,23 @@ class MatchaAutocompleteOverviewDirective {
|
|
|
311
336
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
312
337
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-autocomplete-overview');
|
|
313
338
|
}
|
|
314
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
315
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
339
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaAutocompleteOverviewDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
340
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaAutocompleteOverviewDirective, selector: "[matcha-autocomplete-overview]", ngImport: i0 }); }
|
|
316
341
|
}
|
|
317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaAutocompleteOverviewDirective, decorators: [{
|
|
318
343
|
type: Directive,
|
|
319
344
|
args: [{
|
|
320
345
|
selector: '[matcha-autocomplete-overview]'
|
|
321
346
|
}]
|
|
322
|
-
}], ctorParameters:
|
|
347
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
323
348
|
|
|
324
349
|
class MatchaAutocompleteModule {
|
|
325
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
326
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
350
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
351
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaAutocompleteModule, declarations: [MatchaAutocompleteDirective,
|
|
327
352
|
MatchaAutocompleteOverviewDirective], exports: [MatchaAutocompleteDirective, MatchaAutocompleteOverviewDirective] }); }
|
|
328
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
353
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaAutocompleteModule }); }
|
|
329
354
|
}
|
|
330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaAutocompleteModule, decorators: [{
|
|
331
356
|
type: NgModule,
|
|
332
357
|
args: [{
|
|
333
358
|
declarations: [
|
|
@@ -346,22 +371,22 @@ class MatchaBadgeDirective {
|
|
|
346
371
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
347
372
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-badge');
|
|
348
373
|
}
|
|
349
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
350
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
374
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaBadgeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
375
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaBadgeDirective, selector: "[matcha-badge]", ngImport: i0 }); }
|
|
351
376
|
}
|
|
352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaBadgeDirective, decorators: [{
|
|
353
378
|
type: Directive,
|
|
354
379
|
args: [{
|
|
355
380
|
selector: '[matcha-badge]',
|
|
356
381
|
}]
|
|
357
|
-
}], ctorParameters:
|
|
382
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
358
383
|
|
|
359
384
|
class MatchaBadgeModule {
|
|
360
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
361
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
362
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
385
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
386
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaBadgeModule, declarations: [MatchaBadgeDirective], exports: [MatchaBadgeDirective] }); }
|
|
387
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaBadgeModule }); }
|
|
363
388
|
}
|
|
364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaBadgeModule, decorators: [{
|
|
365
390
|
type: NgModule,
|
|
366
391
|
args: [{
|
|
367
392
|
declarations: [MatchaBadgeDirective],
|
|
@@ -377,22 +402,22 @@ class MatchaTabsDirective {
|
|
|
377
402
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
378
403
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tabs');
|
|
379
404
|
}
|
|
380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
381
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTabsDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
406
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaTabsDirective, selector: "[matchaTabs]", ngImport: i0 }); }
|
|
382
407
|
}
|
|
383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTabsDirective, decorators: [{
|
|
384
409
|
type: Directive,
|
|
385
410
|
args: [{
|
|
386
411
|
selector: '[matchaTabs]'
|
|
387
412
|
}]
|
|
388
|
-
}], ctorParameters:
|
|
413
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
389
414
|
|
|
390
415
|
class MatchaTabsModule {
|
|
391
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
392
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
393
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
417
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaTabsModule, declarations: [MatchaTabsDirective], imports: [CommonModule], exports: [MatchaTabsDirective] }); }
|
|
418
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTabsModule, imports: [CommonModule] }); }
|
|
394
419
|
}
|
|
395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
420
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTabsModule, decorators: [{
|
|
396
421
|
type: NgModule,
|
|
397
422
|
args: [{
|
|
398
423
|
declarations: [MatchaTabsDirective],
|
|
@@ -408,22 +433,22 @@ class MatchaBottomSheetDirective {
|
|
|
408
433
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
409
434
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-bottom-sheet');
|
|
410
435
|
}
|
|
411
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
412
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
436
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaBottomSheetDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
437
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaBottomSheetDirective, selector: "[matcha-bottom-sheet]", ngImport: i0 }); }
|
|
413
438
|
}
|
|
414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaBottomSheetDirective, decorators: [{
|
|
415
440
|
type: Directive,
|
|
416
441
|
args: [{
|
|
417
442
|
selector: '[matcha-bottom-sheet]'
|
|
418
443
|
}]
|
|
419
|
-
}], ctorParameters:
|
|
444
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
420
445
|
|
|
421
446
|
class MatchaBottomSheetModule {
|
|
422
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
423
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
424
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
447
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaBottomSheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
448
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaBottomSheetModule, declarations: [MatchaBottomSheetDirective], exports: [MatchaBottomSheetDirective] }); }
|
|
449
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaBottomSheetModule }); }
|
|
425
450
|
}
|
|
426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaBottomSheetModule, decorators: [{
|
|
427
452
|
type: NgModule,
|
|
428
453
|
args: [{
|
|
429
454
|
declarations: [MatchaBottomSheetDirective],
|
|
@@ -438,22 +463,22 @@ class MatchaButtonToggleDirective {
|
|
|
438
463
|
this._renderer = _renderer;
|
|
439
464
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-button-toggle');
|
|
440
465
|
}
|
|
441
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
442
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
466
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaButtonToggleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
467
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaButtonToggleDirective, selector: "[matcha-button-toggle]", ngImport: i0 }); }
|
|
443
468
|
}
|
|
444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaButtonToggleDirective, decorators: [{
|
|
445
470
|
type: Directive,
|
|
446
471
|
args: [{
|
|
447
472
|
selector: '[matcha-button-toggle]'
|
|
448
473
|
}]
|
|
449
|
-
}], ctorParameters:
|
|
474
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
450
475
|
|
|
451
476
|
class MatchaButtonToggleModule {
|
|
452
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
453
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
454
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
477
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaButtonToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
478
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaButtonToggleModule, declarations: [MatchaButtonToggleDirective], exports: [MatchaButtonToggleDirective] }); }
|
|
479
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaButtonToggleModule }); }
|
|
455
480
|
}
|
|
456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaButtonToggleModule, decorators: [{
|
|
457
482
|
type: NgModule,
|
|
458
483
|
args: [{
|
|
459
484
|
declarations: [
|
|
@@ -478,7 +503,6 @@ class MatchaButtonDirective {
|
|
|
478
503
|
}
|
|
479
504
|
ngOnChanges() {
|
|
480
505
|
this._setConfig();
|
|
481
|
-
console.log(this.size);
|
|
482
506
|
}
|
|
483
507
|
_setConfig() {
|
|
484
508
|
// Remove todas as classes relacionadas ao tamanho
|
|
@@ -496,16 +520,16 @@ class MatchaButtonDirective {
|
|
|
496
520
|
this._renderer.removeClass(this._elementRef.nativeElement, `matcha-button-pill`);
|
|
497
521
|
}
|
|
498
522
|
}
|
|
499
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
500
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
523
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
524
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaButtonDirective, selector: "[matcha-button]", inputs: { pill: "pill", size: "size" }, usesOnChanges: true, ngImport: i0 }); }
|
|
501
525
|
}
|
|
502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaButtonDirective, decorators: [{
|
|
503
527
|
type: Directive,
|
|
504
528
|
args: [{
|
|
505
529
|
selector: '[matcha-button]',
|
|
506
530
|
standalone: false,
|
|
507
531
|
}]
|
|
508
|
-
}], ctorParameters:
|
|
532
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { pill: [{
|
|
509
533
|
type: Input,
|
|
510
534
|
args: ['pill']
|
|
511
535
|
}], size: [{
|
|
@@ -514,11 +538,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
514
538
|
}] } });
|
|
515
539
|
|
|
516
540
|
class MatchaButtonModule {
|
|
517
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
518
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
519
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
541
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
542
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaButtonModule, declarations: [MatchaButtonDirective], exports: [MatchaButtonDirective] }); }
|
|
543
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaButtonModule }); }
|
|
520
544
|
}
|
|
521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaButtonModule, decorators: [{
|
|
522
546
|
type: NgModule,
|
|
523
547
|
args: [{
|
|
524
548
|
declarations: [MatchaButtonDirective],
|
|
@@ -534,22 +558,22 @@ class MatchaCheckboxDirective {
|
|
|
534
558
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
535
559
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-checkbox');
|
|
536
560
|
}
|
|
537
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
538
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
561
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaCheckboxDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
562
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaCheckboxDirective, selector: "[matcha-checkbox]", ngImport: i0 }); }
|
|
539
563
|
}
|
|
540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaCheckboxDirective, decorators: [{
|
|
541
565
|
type: Directive,
|
|
542
566
|
args: [{
|
|
543
567
|
selector: '[matcha-checkbox]',
|
|
544
568
|
}]
|
|
545
|
-
}], ctorParameters:
|
|
569
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
546
570
|
|
|
547
571
|
class MatchaCheckboxModule {
|
|
548
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
549
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
550
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
572
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
573
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaCheckboxModule, declarations: [MatchaCheckboxDirective], exports: [MatchaCheckboxDirective] }); }
|
|
574
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaCheckboxModule }); }
|
|
551
575
|
}
|
|
552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaCheckboxModule, decorators: [{
|
|
553
577
|
type: NgModule,
|
|
554
578
|
args: [{
|
|
555
579
|
declarations: [MatchaCheckboxDirective],
|
|
@@ -565,22 +589,22 @@ class MatchaChipsDirective {
|
|
|
565
589
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
566
590
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-chips');
|
|
567
591
|
}
|
|
568
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
569
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
592
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaChipsDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
593
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaChipsDirective, selector: "[matchaChips]", ngImport: i0 }); }
|
|
570
594
|
}
|
|
571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaChipsDirective, decorators: [{
|
|
572
596
|
type: Directive,
|
|
573
597
|
args: [{
|
|
574
598
|
selector: '[matchaChips]'
|
|
575
599
|
}]
|
|
576
|
-
}], ctorParameters:
|
|
600
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
577
601
|
|
|
578
602
|
class MatchaChipsModule {
|
|
579
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
580
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
581
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
603
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaChipsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
604
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaChipsModule, declarations: [MatchaChipsDirective], exports: [MatchaChipsDirective] }); }
|
|
605
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaChipsModule }); }
|
|
582
606
|
}
|
|
583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaChipsModule, decorators: [{
|
|
584
608
|
type: NgModule,
|
|
585
609
|
args: [{
|
|
586
610
|
declarations: [MatchaChipsDirective],
|
|
@@ -598,22 +622,22 @@ class MatchaDatepickerDirective {
|
|
|
598
622
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
599
623
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-datepicker');
|
|
600
624
|
}
|
|
601
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
602
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
625
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDatepickerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
626
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaDatepickerDirective, selector: "[matcha-datepicker]", ngImport: i0 }); }
|
|
603
627
|
}
|
|
604
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
628
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDatepickerDirective, decorators: [{
|
|
605
629
|
type: Directive,
|
|
606
630
|
args: [{
|
|
607
631
|
selector: '[matcha-datepicker]',
|
|
608
632
|
}]
|
|
609
|
-
}], ctorParameters:
|
|
633
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
610
634
|
|
|
611
635
|
class MatchaDatepickerModule {
|
|
612
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
613
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
614
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
636
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDatepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
637
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaDatepickerModule, declarations: [MatchaDatepickerDirective], exports: [MatchaDatepickerDirective] }); }
|
|
638
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDatepickerModule }); }
|
|
615
639
|
}
|
|
616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDatepickerModule, decorators: [{
|
|
617
641
|
type: NgModule,
|
|
618
642
|
args: [{
|
|
619
643
|
declarations: [MatchaDatepickerDirective],
|
|
@@ -629,22 +653,22 @@ class MatchaDialogDirective {
|
|
|
629
653
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
630
654
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-dialog');
|
|
631
655
|
}
|
|
632
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
633
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
656
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDialogDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
657
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaDialogDirective, selector: "[matchaDialog]", ngImport: i0 }); }
|
|
634
658
|
}
|
|
635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDialogDirective, decorators: [{
|
|
636
660
|
type: Directive,
|
|
637
661
|
args: [{
|
|
638
662
|
selector: '[matchaDialog]'
|
|
639
663
|
}]
|
|
640
|
-
}], ctorParameters:
|
|
664
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
641
665
|
|
|
642
666
|
class MatchaDialogModule {
|
|
643
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
644
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
645
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
667
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
668
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaDialogModule, declarations: [MatchaDialogDirective], imports: [CommonModule], exports: [MatchaDialogDirective] }); }
|
|
669
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDialogModule, imports: [CommonModule] }); }
|
|
646
670
|
}
|
|
647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDialogModule, decorators: [{
|
|
648
672
|
type: NgModule,
|
|
649
673
|
args: [{
|
|
650
674
|
declarations: [MatchaDialogDirective],
|
|
@@ -664,22 +688,22 @@ class MatchaDividerDirective {
|
|
|
664
688
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
665
689
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-dialog');
|
|
666
690
|
}
|
|
667
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
668
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
691
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDividerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
692
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaDividerDirective, selector: "[matchaDivider]", ngImport: i0 }); }
|
|
669
693
|
}
|
|
670
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDividerDirective, decorators: [{
|
|
671
695
|
type: Directive,
|
|
672
696
|
args: [{
|
|
673
697
|
selector: '[matchaDivider]'
|
|
674
698
|
}]
|
|
675
|
-
}], ctorParameters:
|
|
699
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
676
700
|
|
|
677
701
|
class MatchaDividerModule {
|
|
678
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
679
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
680
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
702
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
703
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaDividerModule, declarations: [MatchaDividerDirective], imports: [CommonModule], exports: [MatchaDividerDirective] }); }
|
|
704
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDividerModule, imports: [CommonModule] }); }
|
|
681
705
|
}
|
|
682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaDividerModule, decorators: [{
|
|
683
707
|
type: NgModule,
|
|
684
708
|
args: [{
|
|
685
709
|
declarations: [MatchaDividerDirective],
|
|
@@ -707,25 +731,25 @@ class MatchaElevationDirective {
|
|
|
707
731
|
this._renderer.addClass(this._elementRef.nativeElement, `elevation-z-0`);
|
|
708
732
|
}
|
|
709
733
|
}
|
|
710
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
711
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
734
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaElevationDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
735
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaElevationDirective, selector: "[elevation]", inputs: { elevation: "elevation" }, usesOnChanges: true, ngImport: i0 }); }
|
|
712
736
|
}
|
|
713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaElevationDirective, decorators: [{
|
|
714
738
|
type: Directive,
|
|
715
739
|
args: [{
|
|
716
740
|
selector: '[elevation]',
|
|
717
741
|
}]
|
|
718
|
-
}], ctorParameters:
|
|
742
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { elevation: [{
|
|
719
743
|
type: Input,
|
|
720
744
|
args: ['elevation']
|
|
721
745
|
}] } });
|
|
722
746
|
|
|
723
747
|
class MatchaElevationModule {
|
|
724
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
725
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
726
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
748
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaElevationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
749
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaElevationModule, declarations: [MatchaElevationDirective], imports: [CommonModule], exports: [MatchaElevationDirective] }); }
|
|
750
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaElevationModule, imports: [CommonModule] }); }
|
|
727
751
|
}
|
|
728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaElevationModule, decorators: [{
|
|
729
753
|
type: NgModule,
|
|
730
754
|
args: [{
|
|
731
755
|
declarations: [MatchaElevationDirective],
|
|
@@ -741,22 +765,22 @@ class MatchaExpansionDirective {
|
|
|
741
765
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
742
766
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-expansion-panel');
|
|
743
767
|
}
|
|
744
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
745
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
768
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaExpansionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
769
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaExpansionDirective, selector: "[matchaExpansion]", ngImport: i0 }); }
|
|
746
770
|
}
|
|
747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaExpansionDirective, decorators: [{
|
|
748
772
|
type: Directive,
|
|
749
773
|
args: [{
|
|
750
774
|
selector: '[matchaExpansion]',
|
|
751
775
|
}]
|
|
752
|
-
}], ctorParameters:
|
|
776
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
753
777
|
|
|
754
778
|
class MatchaExpansionModule {
|
|
755
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
756
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
757
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
779
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaExpansionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
780
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaExpansionModule, declarations: [MatchaExpansionDirective], imports: [CommonModule], exports: [MatchaExpansionDirective] }); }
|
|
781
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaExpansionModule, imports: [CommonModule] }); }
|
|
758
782
|
}
|
|
759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
783
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaExpansionModule, decorators: [{
|
|
760
784
|
type: NgModule,
|
|
761
785
|
args: [{
|
|
762
786
|
declarations: [MatchaExpansionDirective],
|
|
@@ -772,22 +796,22 @@ class MatchaFormFieldDirective {
|
|
|
772
796
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
773
797
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-form-field');
|
|
774
798
|
}
|
|
775
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
776
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
799
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaFormFieldDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
800
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaFormFieldDirective, selector: "[matchaFormField]", ngImport: i0 }); }
|
|
777
801
|
}
|
|
778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaFormFieldDirective, decorators: [{
|
|
779
803
|
type: Directive,
|
|
780
804
|
args: [{
|
|
781
805
|
selector: '[matchaFormField]',
|
|
782
806
|
}]
|
|
783
|
-
}], ctorParameters:
|
|
807
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
784
808
|
|
|
785
809
|
class MatchaFormsModule {
|
|
786
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
787
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
788
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
810
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
811
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaFormsModule, declarations: [MatchaFormFieldDirective], imports: [CommonModule], exports: [MatchaFormFieldDirective] }); }
|
|
812
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaFormsModule, imports: [CommonModule] }); }
|
|
789
813
|
}
|
|
790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaFormsModule, decorators: [{
|
|
791
815
|
type: NgModule,
|
|
792
816
|
args: [{
|
|
793
817
|
declarations: [MatchaFormFieldDirective],
|
|
@@ -797,11 +821,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
797
821
|
}] });
|
|
798
822
|
|
|
799
823
|
class MatchaIconModule {
|
|
800
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
801
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
802
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
824
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
825
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaIconModule, declarations: [MatchaIconComponent], imports: [CommonModule], exports: [MatchaIconComponent] }); }
|
|
826
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaIconModule, imports: [CommonModule] }); }
|
|
803
827
|
}
|
|
804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
828
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaIconModule, decorators: [{
|
|
805
829
|
type: NgModule,
|
|
806
830
|
args: [{
|
|
807
831
|
declarations: [MatchaIconComponent],
|
|
@@ -817,22 +841,22 @@ class MatchaInputDirective {
|
|
|
817
841
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
818
842
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-input');
|
|
819
843
|
}
|
|
820
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
821
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
844
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaInputDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
845
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaInputDirective, selector: "[matcha-input]", ngImport: i0 }); }
|
|
822
846
|
}
|
|
823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
847
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaInputDirective, decorators: [{
|
|
824
848
|
type: Directive,
|
|
825
849
|
args: [{
|
|
826
850
|
selector: '[matcha-input]',
|
|
827
851
|
}]
|
|
828
|
-
}], ctorParameters:
|
|
852
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
829
853
|
|
|
830
854
|
class MatchaInputModule {
|
|
831
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
832
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
833
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
855
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
856
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaInputModule, declarations: [MatchaInputDirective], exports: [MatchaInputDirective] }); }
|
|
857
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaInputModule }); }
|
|
834
858
|
}
|
|
835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaInputModule, decorators: [{
|
|
836
860
|
type: NgModule,
|
|
837
861
|
args: [{
|
|
838
862
|
declarations: [MatchaInputDirective],
|
|
@@ -848,22 +872,22 @@ class MatchaListDirective {
|
|
|
848
872
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
849
873
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-list');
|
|
850
874
|
}
|
|
851
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
852
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
875
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaListDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
876
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaListDirective, selector: "[matchaList]", ngImport: i0 }); }
|
|
853
877
|
}
|
|
854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaListDirective, decorators: [{
|
|
855
879
|
type: Directive,
|
|
856
880
|
args: [{
|
|
857
881
|
selector: '[matchaList]',
|
|
858
882
|
}]
|
|
859
|
-
}], ctorParameters:
|
|
883
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
860
884
|
|
|
861
885
|
class MatchaListModule {
|
|
862
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
863
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
864
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
886
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
887
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaListModule, declarations: [MatchaListDirective], imports: [CommonModule], exports: [MatchaListDirective] }); }
|
|
888
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaListModule, imports: [CommonModule] }); }
|
|
865
889
|
}
|
|
866
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
890
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaListModule, decorators: [{
|
|
867
891
|
type: NgModule,
|
|
868
892
|
args: [{
|
|
869
893
|
declarations: [MatchaListDirective],
|
|
@@ -879,22 +903,22 @@ class MatchaMenuDirective {
|
|
|
879
903
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
880
904
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-menu');
|
|
881
905
|
}
|
|
882
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
883
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
906
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaMenuDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
907
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaMenuDirective, selector: "[matchaMenu]", ngImport: i0 }); }
|
|
884
908
|
}
|
|
885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaMenuDirective, decorators: [{
|
|
886
910
|
type: Directive,
|
|
887
911
|
args: [{
|
|
888
912
|
selector: '[matchaMenu]'
|
|
889
913
|
}]
|
|
890
|
-
}], ctorParameters:
|
|
914
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
891
915
|
|
|
892
916
|
class MatchaMenuModule {
|
|
893
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
894
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
895
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
917
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
918
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaMenuModule, declarations: [MatchaMenuDirective], imports: [CommonModule], exports: [MatchaMenuDirective] }); }
|
|
919
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaMenuModule, imports: [CommonModule] }); }
|
|
896
920
|
}
|
|
897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
921
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaMenuModule, decorators: [{
|
|
898
922
|
type: NgModule,
|
|
899
923
|
args: [{
|
|
900
924
|
declarations: [MatchaMenuDirective],
|
|
@@ -910,22 +934,22 @@ class MatchaSidenavDirective {
|
|
|
910
934
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
911
935
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-sidenav');
|
|
912
936
|
}
|
|
913
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
914
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
937
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSidenavDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
938
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaSidenavDirective, selector: "[matcha-sidenav]", ngImport: i0 }); }
|
|
915
939
|
}
|
|
916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSidenavDirective, decorators: [{
|
|
917
941
|
type: Directive,
|
|
918
942
|
args: [{
|
|
919
943
|
selector: '[matcha-sidenav]',
|
|
920
944
|
}]
|
|
921
|
-
}], ctorParameters:
|
|
945
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
922
946
|
|
|
923
947
|
class MatchaSidenavModule {
|
|
924
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
925
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
926
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
948
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSidenavModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
949
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaSidenavModule, declarations: [MatchaSidenavDirective], imports: [CommonModule], exports: [MatchaSidenavDirective] }); }
|
|
950
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSidenavModule, imports: [CommonModule] }); }
|
|
927
951
|
}
|
|
928
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
952
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSidenavModule, decorators: [{
|
|
929
953
|
type: NgModule,
|
|
930
954
|
args: [{
|
|
931
955
|
declarations: [MatchaSidenavDirective],
|
|
@@ -941,22 +965,22 @@ class MatchaPaginatorDirective {
|
|
|
941
965
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
942
966
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-paginator');
|
|
943
967
|
}
|
|
944
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
945
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
968
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaPaginatorDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
969
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaPaginatorDirective, selector: "[matchaPaginator]", ngImport: i0 }); }
|
|
946
970
|
}
|
|
947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaPaginatorDirective, decorators: [{
|
|
948
972
|
type: Directive,
|
|
949
973
|
args: [{
|
|
950
974
|
selector: '[matchaPaginator]'
|
|
951
975
|
}]
|
|
952
|
-
}], ctorParameters:
|
|
976
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
953
977
|
|
|
954
978
|
class MatchaPaginatorModule {
|
|
955
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
956
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
957
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
979
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaPaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
980
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaPaginatorModule, declarations: [MatchaPaginatorDirective], imports: [CommonModule], exports: [MatchaPaginatorDirective] }); }
|
|
981
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaPaginatorModule, imports: [CommonModule] }); }
|
|
958
982
|
}
|
|
959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
983
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaPaginatorModule, decorators: [{
|
|
960
984
|
type: NgModule,
|
|
961
985
|
args: [{
|
|
962
986
|
declarations: [MatchaPaginatorDirective],
|
|
@@ -972,22 +996,22 @@ class MatchaProgressBarDirective {
|
|
|
972
996
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
973
997
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-progress-bar');
|
|
974
998
|
}
|
|
975
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
976
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
999
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaProgressBarDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1000
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaProgressBarDirective, selector: "[matcha-progress-bar]", ngImport: i0 }); }
|
|
977
1001
|
}
|
|
978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaProgressBarDirective, decorators: [{
|
|
979
1003
|
type: Directive,
|
|
980
1004
|
args: [{
|
|
981
1005
|
selector: '[matcha-progress-bar]'
|
|
982
1006
|
}]
|
|
983
|
-
}], ctorParameters:
|
|
1007
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
984
1008
|
|
|
985
1009
|
class MatchaProgressBarModule {
|
|
986
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
987
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
988
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1010
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1011
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaProgressBarModule, declarations: [MatchaProgressBarDirective], imports: [CommonModule], exports: [MatchaProgressBarDirective] }); }
|
|
1012
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaProgressBarModule, imports: [CommonModule] }); }
|
|
989
1013
|
}
|
|
990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaProgressBarModule, decorators: [{
|
|
991
1015
|
type: NgModule,
|
|
992
1016
|
args: [{
|
|
993
1017
|
declarations: [MatchaProgressBarDirective],
|
|
@@ -1007,22 +1031,22 @@ class MatchaProgressSpinnerDirective {
|
|
|
1007
1031
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1008
1032
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-progress-spinner');
|
|
1009
1033
|
}
|
|
1010
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1011
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1034
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaProgressSpinnerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1035
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaProgressSpinnerDirective, selector: "[matcha-progress-spinner]", ngImport: i0 }); }
|
|
1012
1036
|
}
|
|
1013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaProgressSpinnerDirective, decorators: [{
|
|
1014
1038
|
type: Directive,
|
|
1015
1039
|
args: [{
|
|
1016
1040
|
selector: '[matcha-progress-spinner]'
|
|
1017
1041
|
}]
|
|
1018
|
-
}], ctorParameters:
|
|
1042
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1019
1043
|
|
|
1020
1044
|
class MatchaProgressSpinnerModule {
|
|
1021
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1022
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1023
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1045
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaProgressSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1046
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaProgressSpinnerModule, declarations: [MatchaProgressSpinnerDirective], imports: [CommonModule], exports: [MatchaProgressSpinnerDirective] }); }
|
|
1047
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaProgressSpinnerModule, imports: [CommonModule] }); }
|
|
1024
1048
|
}
|
|
1025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1049
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaProgressSpinnerModule, decorators: [{
|
|
1026
1050
|
type: NgModule,
|
|
1027
1051
|
args: [{
|
|
1028
1052
|
declarations: [MatchaProgressSpinnerDirective],
|
|
@@ -1042,22 +1066,22 @@ class MatchaRadioButtonDirective {
|
|
|
1042
1066
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1043
1067
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-radio-button');
|
|
1044
1068
|
}
|
|
1045
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1046
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1069
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1070
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaRadioButtonDirective, selector: "[matchaRadioButton]", ngImport: i0 }); }
|
|
1047
1071
|
}
|
|
1048
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaRadioButtonDirective, decorators: [{
|
|
1049
1073
|
type: Directive,
|
|
1050
1074
|
args: [{
|
|
1051
1075
|
selector: '[matchaRadioButton]'
|
|
1052
1076
|
}]
|
|
1053
|
-
}], ctorParameters:
|
|
1077
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1054
1078
|
|
|
1055
1079
|
class MatchaRadioButtonModule {
|
|
1056
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1057
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1058
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1080
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaRadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1081
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaRadioButtonModule, declarations: [MatchaRadioButtonDirective], imports: [CommonModule], exports: [MatchaRadioButtonDirective] }); }
|
|
1082
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaRadioButtonModule, imports: [CommonModule] }); }
|
|
1059
1083
|
}
|
|
1060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaRadioButtonModule, decorators: [{
|
|
1061
1085
|
type: NgModule,
|
|
1062
1086
|
args: [{
|
|
1063
1087
|
declarations: [MatchaRadioButtonDirective],
|
|
@@ -1075,22 +1099,22 @@ class MatchaSelectDirective {
|
|
|
1075
1099
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1076
1100
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-select');
|
|
1077
1101
|
}
|
|
1078
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1079
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1102
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSelectDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1103
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaSelectDirective, selector: "[matcha-select]", ngImport: i0 }); }
|
|
1080
1104
|
}
|
|
1081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSelectDirective, decorators: [{
|
|
1082
1106
|
type: Directive,
|
|
1083
1107
|
args: [{
|
|
1084
1108
|
selector: '[matcha-select]',
|
|
1085
1109
|
}]
|
|
1086
|
-
}], ctorParameters:
|
|
1110
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1087
1111
|
|
|
1088
1112
|
class MatchaSelectModule {
|
|
1089
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1090
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1091
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1113
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1114
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaSelectModule, declarations: [MatchaSelectDirective], imports: [CommonModule], exports: [MatchaSelectDirective] }); }
|
|
1115
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSelectModule, imports: [CommonModule] }); }
|
|
1092
1116
|
}
|
|
1093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSelectModule, decorators: [{
|
|
1094
1118
|
type: NgModule,
|
|
1095
1119
|
args: [{
|
|
1096
1120
|
declarations: [MatchaSelectDirective],
|
|
@@ -1106,22 +1130,22 @@ class MatchaSlideToggleDirective {
|
|
|
1106
1130
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1107
1131
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-slide-toggle');
|
|
1108
1132
|
}
|
|
1109
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1110
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1133
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSlideToggleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1134
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaSlideToggleDirective, selector: "[slide-toggle]", ngImport: i0 }); }
|
|
1111
1135
|
}
|
|
1112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSlideToggleDirective, decorators: [{
|
|
1113
1137
|
type: Directive,
|
|
1114
1138
|
args: [{
|
|
1115
1139
|
selector: '[slide-toggle]'
|
|
1116
1140
|
}]
|
|
1117
|
-
}], ctorParameters:
|
|
1141
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1118
1142
|
|
|
1119
1143
|
class MatchaSlideToggleModule {
|
|
1120
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1121
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1122
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSlideToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1145
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaSlideToggleModule, declarations: [MatchaSlideToggleDirective], imports: [CommonModule], exports: [MatchaSlideToggleDirective] }); }
|
|
1146
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSlideToggleModule, imports: [CommonModule] }); }
|
|
1123
1147
|
}
|
|
1124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSlideToggleModule, decorators: [{
|
|
1125
1149
|
type: NgModule,
|
|
1126
1150
|
args: [{
|
|
1127
1151
|
declarations: [MatchaSlideToggleDirective],
|
|
@@ -1139,22 +1163,22 @@ class MatchaSliderDirective {
|
|
|
1139
1163
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1140
1164
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-slider');
|
|
1141
1165
|
}
|
|
1142
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1143
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1166
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSliderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1167
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaSliderDirective, selector: "[matchaSlider]", ngImport: i0 }); }
|
|
1144
1168
|
}
|
|
1145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSliderDirective, decorators: [{
|
|
1146
1170
|
type: Directive,
|
|
1147
1171
|
args: [{
|
|
1148
1172
|
selector: '[matchaSlider]'
|
|
1149
1173
|
}]
|
|
1150
|
-
}], ctorParameters:
|
|
1174
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1151
1175
|
|
|
1152
1176
|
class MatchaSliderModule {
|
|
1153
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1154
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1155
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1177
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1178
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaSliderModule, declarations: [MatchaSliderDirective], imports: [CommonModule], exports: [MatchaSliderDirective] }); }
|
|
1179
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSliderModule, imports: [CommonModule] }); }
|
|
1156
1180
|
}
|
|
1157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSliderModule, decorators: [{
|
|
1158
1182
|
type: NgModule,
|
|
1159
1183
|
args: [{
|
|
1160
1184
|
declarations: [MatchaSliderDirective],
|
|
@@ -1172,22 +1196,22 @@ class MatchaSnackBarDirective {
|
|
|
1172
1196
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1173
1197
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-snackbar');
|
|
1174
1198
|
}
|
|
1175
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1176
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1199
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSnackBarDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1200
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaSnackBarDirective, selector: "[matchaSnackBar]", ngImport: i0 }); }
|
|
1177
1201
|
}
|
|
1178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSnackBarDirective, decorators: [{
|
|
1179
1203
|
type: Directive,
|
|
1180
1204
|
args: [{
|
|
1181
1205
|
selector: '[matchaSnackBar]',
|
|
1182
1206
|
}]
|
|
1183
|
-
}], ctorParameters:
|
|
1207
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1184
1208
|
|
|
1185
1209
|
class MatchaSnackBarModule {
|
|
1186
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1187
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1188
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1210
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSnackBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1211
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaSnackBarModule, declarations: [MatchaSnackBarDirective], imports: [CommonModule], exports: [MatchaSnackBarDirective] }); }
|
|
1212
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSnackBarModule, imports: [CommonModule] }); }
|
|
1189
1213
|
}
|
|
1190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSnackBarModule, decorators: [{
|
|
1191
1215
|
type: NgModule,
|
|
1192
1216
|
args: [{
|
|
1193
1217
|
declarations: [MatchaSnackBarDirective],
|
|
@@ -1203,22 +1227,22 @@ class MatchaSortHeaderDirective {
|
|
|
1203
1227
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1204
1228
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-sort-header');
|
|
1205
1229
|
}
|
|
1206
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1207
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1230
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSortHeaderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1231
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaSortHeaderDirective, selector: "[matchaSortHeader]", ngImport: i0 }); }
|
|
1208
1232
|
}
|
|
1209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSortHeaderDirective, decorators: [{
|
|
1210
1234
|
type: Directive,
|
|
1211
1235
|
args: [{
|
|
1212
1236
|
selector: '[matchaSortHeader]'
|
|
1213
1237
|
}]
|
|
1214
|
-
}], ctorParameters:
|
|
1238
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1215
1239
|
|
|
1216
1240
|
class MatchaSortHeaderModule {
|
|
1217
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1218
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1219
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1241
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSortHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1242
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaSortHeaderModule, declarations: [MatchaSortHeaderDirective], imports: [CommonModule], exports: [MatchaSortHeaderDirective] }); }
|
|
1243
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSortHeaderModule, imports: [CommonModule] }); }
|
|
1220
1244
|
}
|
|
1221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaSortHeaderModule, decorators: [{
|
|
1222
1246
|
type: NgModule,
|
|
1223
1247
|
args: [{
|
|
1224
1248
|
declarations: [MatchaSortHeaderDirective],
|
|
@@ -1234,22 +1258,22 @@ class MatchaStepperDirective {
|
|
|
1234
1258
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1235
1259
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-stepper');
|
|
1236
1260
|
}
|
|
1237
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1238
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1261
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaStepperDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1262
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaStepperDirective, selector: "[matchaStepper]", ngImport: i0 }); }
|
|
1239
1263
|
}
|
|
1240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaStepperDirective, decorators: [{
|
|
1241
1265
|
type: Directive,
|
|
1242
1266
|
args: [{
|
|
1243
1267
|
selector: '[matchaStepper]'
|
|
1244
1268
|
}]
|
|
1245
|
-
}], ctorParameters:
|
|
1269
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1246
1270
|
|
|
1247
1271
|
class MatchaStepperModule {
|
|
1248
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1249
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1250
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1273
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaStepperModule, declarations: [MatchaStepperDirective], imports: [CommonModule], exports: [MatchaStepperDirective] }); }
|
|
1274
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaStepperModule, imports: [CommonModule] }); }
|
|
1251
1275
|
}
|
|
1252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaStepperModule, decorators: [{
|
|
1253
1277
|
type: NgModule,
|
|
1254
1278
|
args: [{
|
|
1255
1279
|
declarations: [MatchaStepperDirective],
|
|
@@ -1265,22 +1289,22 @@ class MatchaTableDirective {
|
|
|
1265
1289
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1266
1290
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-table');
|
|
1267
1291
|
}
|
|
1268
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1269
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1292
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1293
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaTableDirective, selector: "[matchaTable]", ngImport: i0 }); }
|
|
1270
1294
|
}
|
|
1271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTableDirective, decorators: [{
|
|
1272
1296
|
type: Directive,
|
|
1273
1297
|
args: [{
|
|
1274
1298
|
selector: '[matchaTable]'
|
|
1275
1299
|
}]
|
|
1276
|
-
}], ctorParameters:
|
|
1300
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1277
1301
|
|
|
1278
1302
|
class MatchaTableModule {
|
|
1279
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1280
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1281
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1303
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1304
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaTableModule, declarations: [MatchaTableDirective], imports: [CommonModule], exports: [MatchaTableDirective] }); }
|
|
1305
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTableModule, imports: [CommonModule] }); }
|
|
1282
1306
|
}
|
|
1283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTableModule, decorators: [{
|
|
1284
1308
|
type: NgModule,
|
|
1285
1309
|
args: [{
|
|
1286
1310
|
declarations: [MatchaTableDirective],
|
|
@@ -1296,22 +1320,22 @@ class MatchaTooltipDirective {
|
|
|
1296
1320
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1297
1321
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tooltip');
|
|
1298
1322
|
}
|
|
1299
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1300
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1323
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTooltipDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1324
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaTooltipDirective, selector: "[matchaTooltip]", ngImport: i0 }); }
|
|
1301
1325
|
}
|
|
1302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTooltipDirective, decorators: [{
|
|
1303
1327
|
type: Directive,
|
|
1304
1328
|
args: [{
|
|
1305
1329
|
selector: '[matchaTooltip]'
|
|
1306
1330
|
}]
|
|
1307
|
-
}], ctorParameters:
|
|
1331
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1308
1332
|
|
|
1309
1333
|
class MatchaTooltipModule {
|
|
1310
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1311
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1312
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1334
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1335
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaTooltipModule, declarations: [MatchaTooltipDirective], imports: [CommonModule], exports: [MatchaTooltipDirective] }); }
|
|
1336
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTooltipModule, imports: [CommonModule] }); }
|
|
1313
1337
|
}
|
|
1314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTooltipModule, decorators: [{
|
|
1315
1339
|
type: NgModule,
|
|
1316
1340
|
args: [{
|
|
1317
1341
|
declarations: [MatchaTooltipDirective],
|
|
@@ -1327,22 +1351,22 @@ class MatchaTreeDirective {
|
|
|
1327
1351
|
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1328
1352
|
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tree');
|
|
1329
1353
|
}
|
|
1330
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1331
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1354
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTreeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1355
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.5", type: MatchaTreeDirective, selector: "[matchaTree]", ngImport: i0 }); }
|
|
1332
1356
|
}
|
|
1333
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTreeDirective, decorators: [{
|
|
1334
1358
|
type: Directive,
|
|
1335
1359
|
args: [{
|
|
1336
1360
|
selector: '[matchaTree]'
|
|
1337
1361
|
}]
|
|
1338
|
-
}], ctorParameters:
|
|
1362
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
1339
1363
|
|
|
1340
1364
|
class MatchaTreeModule {
|
|
1341
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1342
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1343
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1365
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1366
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaTreeModule, declarations: [MatchaTreeDirective], imports: [CommonModule], exports: [MatchaTreeDirective] }); }
|
|
1367
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTreeModule, imports: [CommonModule] }); }
|
|
1344
1368
|
}
|
|
1345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaTreeModule, decorators: [{
|
|
1346
1370
|
type: NgModule,
|
|
1347
1371
|
args: [{
|
|
1348
1372
|
declarations: [MatchaTreeDirective],
|
|
@@ -1351,26 +1375,80 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1351
1375
|
}]
|
|
1352
1376
|
}] });
|
|
1353
1377
|
|
|
1378
|
+
class MatchaOverflowDraggableComponent {
|
|
1379
|
+
constructor() {
|
|
1380
|
+
this.dragRef = '';
|
|
1381
|
+
}
|
|
1382
|
+
dragToScroll() {
|
|
1383
|
+
const ele = document.querySelector(`matchaDraggableReference${this.dragRef}`);
|
|
1384
|
+
if (ele) {
|
|
1385
|
+
let pos = { top: 0, left: 0, x: 0, y: 0 };
|
|
1386
|
+
const mouseDownHandler = function (e) {
|
|
1387
|
+
pos = {
|
|
1388
|
+
// The current scroll
|
|
1389
|
+
left: ele.scrollLeft,
|
|
1390
|
+
top: ele.scrollTop,
|
|
1391
|
+
// Get the current mouse position
|
|
1392
|
+
x: e.clientX,
|
|
1393
|
+
y: e.clientY,
|
|
1394
|
+
};
|
|
1395
|
+
ele.setAttribute('style', 'cursor: grabbing; user-select: none');
|
|
1396
|
+
document.addEventListener('mousemove', mouseMoveHandler);
|
|
1397
|
+
document.addEventListener('mouseup', mouseUpHandler);
|
|
1398
|
+
};
|
|
1399
|
+
const mouseMoveHandler = function (e) {
|
|
1400
|
+
// How far the mouse has been moved
|
|
1401
|
+
const dx = e.clientX - pos.x;
|
|
1402
|
+
const dy = e.clientY - pos.y;
|
|
1403
|
+
// Scroll the element
|
|
1404
|
+
ele.scrollTop = pos.top - dy;
|
|
1405
|
+
ele.scrollLeft = pos.left - dx;
|
|
1406
|
+
};
|
|
1407
|
+
const mouseUpHandler = function () {
|
|
1408
|
+
document.removeEventListener('mousemove', mouseMoveHandler);
|
|
1409
|
+
document.removeEventListener('mouseup', mouseUpHandler);
|
|
1410
|
+
ele.setAttribute('style', 'cursor: grab; user-select: initial');
|
|
1411
|
+
};
|
|
1412
|
+
ele.addEventListener('mousedown', mouseDownHandler);
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
get classes() {
|
|
1416
|
+
const draggableReference = this.dragRef ? `matchaDraggableReference${this.dragRef}` : '';
|
|
1417
|
+
const activeClasses = `${draggableReference}`;
|
|
1418
|
+
return activeClasses;
|
|
1419
|
+
}
|
|
1420
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaOverflowDraggableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1421
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.5", type: MatchaOverflowDraggableComponent, selector: "matcha-overflow-draggable", inputs: { dragRef: "dragRef" }, ngImport: i0, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
|
|
1422
|
+
}
|
|
1423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaOverflowDraggableComponent, decorators: [{
|
|
1424
|
+
type: Component,
|
|
1425
|
+
args: [{ selector: 'matcha-overflow-draggable', template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
1426
|
+
}], propDecorators: { dragRef: [{
|
|
1427
|
+
type: Input
|
|
1428
|
+
}] } });
|
|
1429
|
+
|
|
1354
1430
|
class MatchaComponentsModule {
|
|
1355
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1356
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1357
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1431
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1432
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaOverflowDraggableComponent], imports: [TestComponentModule, MatchaCardModule, MatchaHeadersModule], exports: [TestComponentModule, 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, MatchaStepperModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule] }); }
|
|
1433
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaComponentsModule, imports: [TestComponentModule, MatchaCardModule, MatchaHeadersModule, TestComponentModule, 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, MatchaStepperModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule] }); }
|
|
1358
1434
|
}
|
|
1359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaComponentsModule, decorators: [{
|
|
1360
1436
|
type: NgModule,
|
|
1361
1437
|
args: [{
|
|
1362
|
-
declarations: [
|
|
1363
|
-
|
|
1364
|
-
|
|
1438
|
+
declarations: [
|
|
1439
|
+
MatchaOverflowDraggableComponent
|
|
1440
|
+
],
|
|
1441
|
+
imports: [TestComponentModule, MatchaCardModule, MatchaHeadersModule],
|
|
1442
|
+
exports: [TestComponentModule, 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, MatchaStepperModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule],
|
|
1365
1443
|
}]
|
|
1366
1444
|
}] });
|
|
1367
1445
|
|
|
1368
1446
|
class MatchaGridModule {
|
|
1369
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1370
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1371
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1447
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1448
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.5", ngImport: i0, type: MatchaGridModule, declarations: [MatchaGridComponent], imports: [CommonModule], exports: [MatchaGridComponent] }); }
|
|
1449
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaGridModule, imports: [CommonModule] }); }
|
|
1372
1450
|
}
|
|
1373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MatchaGridModule, decorators: [{
|
|
1374
1452
|
type: NgModule,
|
|
1375
1453
|
args: [{
|
|
1376
1454
|
declarations: [MatchaGridComponent],
|
|
@@ -1398,5 +1476,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1398
1476
|
* Generated bundle index. Do not edit.
|
|
1399
1477
|
*/
|
|
1400
1478
|
|
|
1401
|
-
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, MatchaMenuDirective, MatchaMenuModule, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaProgressSpinnerDirective, MatchaProgressSpinnerModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSlideToggleDirective, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaStepperDirective, MatchaStepperModule, MatchaSubheadComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsDirective, MatchaTabsModule, MatchaTitleComponent, MatchaTooltipDirective, MatchaTooltipModule, MatchaTreeDirective, MatchaTreeModule };
|
|
1479
|
+
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, MatchaMenuDirective, MatchaMenuModule, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaProgressSpinnerDirective, MatchaProgressSpinnerModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSlideToggleDirective, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaStepperDirective, MatchaStepperModule, MatchaSubheadComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsDirective, MatchaTabsModule, MatchaTitleComponent, MatchaTooltipDirective, MatchaTooltipModule, MatchaTreeDirective, MatchaTreeModule, MyTestComponentComponent, TestComponentModule };
|
|
1402
1480
|
//# sourceMappingURL=matcha-components.mjs.map
|