matcha-components 0.0.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/matcha-confirm-dialog/matcha-confirm-dialog.component.mjs +3 -4
- package/esm2022/lib/components/matcha-confirm-dialog/matcha-confirm-dialog.module.mjs +5 -17
- package/esm2022/lib/components/matcha-input-search/matcha-input-search.component.mjs +12 -0
- package/esm2022/lib/components/matcha-input-search/matcha-input-search.module.mjs +18 -0
- package/esm2022/lib/matcha-components.component.mjs +3 -11
- package/esm2022/lib/matcha-components.module.mjs +28 -9
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/matcha-components.mjs +56 -37
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/lib/components/matcha-confirm-dialog/matcha-confirm-dialog.module.d.ts +1 -3
- package/lib/components/matcha-input-search/matcha-input-search.component.d.ts +5 -0
- package/lib/components/matcha-input-search/matcha-input-search.module.d.ts +8 -0
- package/lib/matcha-components.module.d.ts +5 -2
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Component, ViewChild } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@angular/material/dialog";
|
|
4
|
-
import * as i2 from "@angular/material/button";
|
|
5
4
|
class MatchaConfirmDialogComponent {
|
|
6
5
|
/**
|
|
7
6
|
* Constructor
|
|
@@ -29,12 +28,12 @@ class MatchaConfirmDialogComponent {
|
|
|
29
28
|
}
|
|
30
29
|
}
|
|
31
30
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogComponent, deps: [{ token: i1.MatDialogRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: MatchaConfirmDialogComponent, selector: "matcha-confirm-dialog", viewQueries: [{ propertyName: "titleElementRef", first: true, predicate: ["titleElement"], descendants: true, static: true }, { propertyName: "btnCancelElementRef", first: true, predicate: ["btnCancelElement"], descendants: true, static: true }, { propertyName: "btnSubmitElementRef", first: true, predicate: ["btnSubmitElement"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"matcha-card-flat p-24\">\n <div class=\"d-flex-space-between pb-16\">\n <h3 class=\"title m-0\"><span #titleElement class=\"title-bullet h-24\"></span>{{confirmMessage.title ? confirmMessage.title : 'Confirm'}}</h3>\n </div>\n <!-- <p class=\"m-0 pb-24 d-flex w-100-p par-m\" *ngIf=\"confirmMessage.message\">{{confirmMessage.message ? .inerhtml : confirmMessage}}</p> -->\n <p class=\"m-0 pb-24 d-flex w-100-p par-m\" [innerHTML]=\"confirmMessage.message ? confirmMessage.message : confirmMessage\"></p>\n <div class=\"d-flex-column d-flex-sm-row w-100-p d-flex-space-between\">\n <button #btnCancelElement id=\"btnCancel\" class=\"matcha-button-sm mb-16 mb-sm-0 mr-0 mr-sm-16\" mat-flat-button color=\"primary\" cdkFocusInitial (click)=\"dialogRef.close(false)\">{{confirmMessage.close ? confirmMessage.close : 'Cancel'}}</button>\n <button #btnSubmitElement id=\"btnSubmit\" class=\"matcha-button-sm\" mat-flat-button [color]=\"confirmMessage.color && confirmMessage.color !== 'green' ? confirmMessage.color : 'accent'\" (click)=\"dialogRef.close(true)\">{{confirmMessage.submit ? confirmMessage.submit : 'Confirm'}}</button
|
|
31
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: MatchaConfirmDialogComponent, selector: "matcha-confirm-dialog", viewQueries: [{ propertyName: "titleElementRef", first: true, predicate: ["titleElement"], descendants: true, static: true }, { propertyName: "btnCancelElementRef", first: true, predicate: ["btnCancelElement"], descendants: true, static: true }, { propertyName: "btnSubmitElementRef", first: true, predicate: ["btnSubmitElement"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"matcha-card-flat p-24\">\n <div class=\"d-flex-space-between pb-16\">\n <h3 class=\"title m-0\"><span #titleElement class=\"title-bullet h-24\"></span>{{confirmMessage.title ? confirmMessage.title : 'Confirm'}}</h3>\n </div>\n <!-- <p class=\"m-0 pb-24 d-flex w-100-p par-m\" *ngIf=\"confirmMessage.message\">{{confirmMessage.message ? .inerhtml : confirmMessage}}</p> -->\n <p class=\"m-0 pb-24 d-flex w-100-p par-m\" [innerHTML]=\"confirmMessage.message ? confirmMessage.message : confirmMessage\"></p>\n <div class=\"d-flex-column d-flex-sm-row w-100-p d-flex-space-between\">\n <button #btnCancelElement id=\"btnCancel\" class=\"matcha-button-sm mb-16 mb-sm-0 mr-0 mr-sm-16\" mat-flat-button color=\"primary\" cdkFocusInitial (click)=\"dialogRef.close(false)\">{{confirmMessage.close ? confirmMessage.close : 'Cancel'}}</button>\n <!-- <button #btnSubmitElement id=\"btnSubmit\" class=\"matcha-button-sm\" mat-flat-button [color]=\"confirmMessage.color && confirmMessage.color !== 'green' ? confirmMessage.color : 'accent'\" (click)=\"dialogRef.close(true)\">{{confirmMessage.submit ? confirmMessage.submit : 'Confirm'}}</button> -->\n </div>\n</div>\n", styles: [""] }); }
|
|
33
32
|
}
|
|
34
33
|
export { MatchaConfirmDialogComponent };
|
|
35
34
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogComponent, decorators: [{
|
|
36
35
|
type: Component,
|
|
37
|
-
args: [{ selector: 'matcha-confirm-dialog', template: "<div class=\"matcha-card-flat p-24\">\n <div class=\"d-flex-space-between pb-16\">\n <h3 class=\"title m-0\"><span #titleElement class=\"title-bullet h-24\"></span>{{confirmMessage.title ? confirmMessage.title : 'Confirm'}}</h3>\n </div>\n <!-- <p class=\"m-0 pb-24 d-flex w-100-p par-m\" *ngIf=\"confirmMessage.message\">{{confirmMessage.message ? .inerhtml : confirmMessage}}</p> -->\n <p class=\"m-0 pb-24 d-flex w-100-p par-m\" [innerHTML]=\"confirmMessage.message ? confirmMessage.message : confirmMessage\"></p>\n <div class=\"d-flex-column d-flex-sm-row w-100-p d-flex-space-between\">\n <button #btnCancelElement id=\"btnCancel\" class=\"matcha-button-sm mb-16 mb-sm-0 mr-0 mr-sm-16\" mat-flat-button color=\"primary\" cdkFocusInitial (click)=\"dialogRef.close(false)\">{{confirmMessage.close ? confirmMessage.close : 'Cancel'}}</button>\n <button #btnSubmitElement id=\"btnSubmit\" class=\"matcha-button-sm\" mat-flat-button [color]=\"confirmMessage.color && confirmMessage.color !== 'green' ? confirmMessage.color : 'accent'\" (click)=\"dialogRef.close(true)\">{{confirmMessage.submit ? confirmMessage.submit : 'Confirm'}}</button
|
|
36
|
+
args: [{ selector: 'matcha-confirm-dialog', template: "<div class=\"matcha-card-flat p-24\">\n <div class=\"d-flex-space-between pb-16\">\n <h3 class=\"title m-0\"><span #titleElement class=\"title-bullet h-24\"></span>{{confirmMessage.title ? confirmMessage.title : 'Confirm'}}</h3>\n </div>\n <!-- <p class=\"m-0 pb-24 d-flex w-100-p par-m\" *ngIf=\"confirmMessage.message\">{{confirmMessage.message ? .inerhtml : confirmMessage}}</p> -->\n <p class=\"m-0 pb-24 d-flex w-100-p par-m\" [innerHTML]=\"confirmMessage.message ? confirmMessage.message : confirmMessage\"></p>\n <div class=\"d-flex-column d-flex-sm-row w-100-p d-flex-space-between\">\n <button #btnCancelElement id=\"btnCancel\" class=\"matcha-button-sm mb-16 mb-sm-0 mr-0 mr-sm-16\" mat-flat-button color=\"primary\" cdkFocusInitial (click)=\"dialogRef.close(false)\">{{confirmMessage.close ? confirmMessage.close : 'Cancel'}}</button>\n <!-- <button #btnSubmitElement id=\"btnSubmit\" class=\"matcha-button-sm\" mat-flat-button [color]=\"confirmMessage.color && confirmMessage.color !== 'green' ? confirmMessage.color : 'accent'\" (click)=\"dialogRef.close(true)\">{{confirmMessage.submit ? confirmMessage.submit : 'Confirm'}}</button> -->\n </div>\n</div>\n" }]
|
|
38
37
|
}], ctorParameters: function () { return [{ type: i1.MatDialogRef }]; }, propDecorators: { titleElementRef: [{
|
|
39
38
|
type: ViewChild,
|
|
40
39
|
args: ['titleElement', { static: true }]
|
|
@@ -45,4 +44,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
|
45
44
|
type: ViewChild,
|
|
46
45
|
args: ['btnSubmitElement', { static: true }]
|
|
47
46
|
}] } });
|
|
48
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0Y2hhLWNvbmZpcm0tZGlhbG9nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hdGNoYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9tYXRjaGEtY29uZmlybS1kaWFsb2cvbWF0Y2hhLWNvbmZpcm0tZGlhbG9nLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hdGNoYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9tYXRjaGEtY29uZmlybS1kaWFsb2cvbWF0Y2hhLWNvbmZpcm0tZGlhbG9nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXNCLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBR3pFLE1BTWEsNEJBQTRCO0lBTXJDOzs7O09BSUc7SUFDSCxZQUNXLFNBQXFEO1FBQXJELGNBQVMsR0FBVCxTQUFTLENBQTRDO1FBUHpELG1CQUFjLEdBQVEsRUFBRSxJQUFJLEVBQUUsQ0FBQztJQVFuQyxDQUFDO0lBRUosUUFBUTtRQUNKLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxDQUFDO0lBQ3hDLENBQUM7SUFFRCxTQUFTLENBQUMsSUFBMkI7UUFDakMsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFDO1FBQ2pELElBQUksQ0FBQyxlQUFlLENBQUMsYUFBYSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMscUJBQXFCLEtBQUssRUFBRSxDQUFDLENBQUM7UUFDL0UsSUFBSSxJQUFJLENBQUMsWUFBWSxFQUFFO1lBQ25CLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUNsRTtRQUNELElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRTtZQUNwQixJQUFJLENBQUMsbUJBQW1CLENBQUMsYUFBYSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsUUFBUSxDQUFDLENBQUM7U0FDbEU7UUFDRCxJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUU7WUFDWixJQUFJLENBQUMsbUJBQW1CLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQztTQUNuRTtJQUNMLENBQUM7OEdBL0JRLDRCQUE0QjtrR0FBNUIsNEJBQTRCLDRhQ1R6QywwckNBV0E7O1NERmEsNEJBQTRCOzJGQUE1Qiw0QkFBNEI7a0JBTnhDLFNBQVM7K0JBQ0ksdUJBQXVCO21HQU1ZLGVBQWU7c0JBQTNELFNBQVM7dUJBQUMsY0FBYyxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRTtnQkFDTSxtQkFBbUI7c0JBQW5FLFNBQVM7dUJBQUMsa0JBQWtCLEVBQUUsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFO2dCQUNFLG1CQUFtQjtzQkFBbkUsU0FBUzt1QkFBQyxrQkFBa0IsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIE9uSW5pdCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXREaWFsb2dSZWYgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ21hdGNoYS1jb25maXJtLWRpYWxvZycsXG4gICAgdGVtcGxhdGVVcmw6ICcuL21hdGNoYS1jb25maXJtLWRpYWxvZy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbWF0Y2hhLWNvbmZpcm0tZGlhbG9nLmNvbXBvbmVudC5zY3NzJ11cblxufSlcbmV4cG9ydCBjbGFzcyBNYXRjaGFDb25maXJtRGlhbG9nQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgICBAVmlld0NoaWxkKCd0aXRsZUVsZW1lbnQnLCB7IHN0YXRpYzogdHJ1ZSB9KSB0aXRsZUVsZW1lbnRSZWYhOiBFbGVtZW50UmVmO1xuICAgIEBWaWV3Q2hpbGQoJ2J0bkNhbmNlbEVsZW1lbnQnLCB7IHN0YXRpYzogdHJ1ZSB9KSBidG5DYW5jZWxFbGVtZW50UmVmITogRWxlbWVudFJlZjtcbiAgICBAVmlld0NoaWxkKCdidG5TdWJtaXRFbGVtZW50JywgeyBzdGF0aWM6IHRydWUgfSkgYnRuU3VibWl0RWxlbWVudFJlZiE6IEVsZW1lbnRSZWY7XG5cbiAgICBwdWJsaWMgY29uZmlybU1lc3NhZ2U6IGFueSA9IHt9IHx8ICcnO1xuICAgIC8qKlxuICAgICAqIENvbnN0cnVjdG9yXG4gICAgICpcbiAgICAgKiBAcGFyYW0ge01hdERpYWxvZ1JlZjxNYXRjaGFDb25maXJtRGlhbG9nQ29tcG9uZW50Pn0gZGlhbG9nUmVmXG4gICAgICovXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHB1YmxpYyBkaWFsb2dSZWY6IE1hdERpYWxvZ1JlZjxNYXRjaGFDb25maXJtRGlhbG9nQ29tcG9uZW50PlxuICAgICkge31cblxuICAgIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLnNldFBhcmFtcyh0aGlzLmNvbmZpcm1NZXNzYWdlKTtcbiAgICB9XG5cbiAgICBzZXRQYXJhbXMoZGF0YTogb2JqZWN0IHwgc3RyaW5nIHwgYW55KSB7XG4gICAgICAgIGNvbnN0IGNvbG9yID0gZGF0YS5jb2xvciA/IGRhdGEuY29sb3IgOiAnYWNjZW50JztcbiAgICAgICAgdGhpcy50aXRsZUVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5jbGFzc0xpc3QuYWRkKGBtYXRjaGEtYmFja2dyb3VuZC0ke2NvbG9yfWApO1xuICAgICAgICBpZiAoZGF0YS5kaXNhYmxlQ2xvc2UpIHtcbiAgICAgICAgICAgIHRoaXMuYnRuQ2FuY2VsRWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LmNsYXNzTGlzdC5hZGQoJ2Qtbm9uZScpO1xuICAgICAgICB9XG4gICAgICAgIGlmIChkYXRhLmRpc2FibGVTdWJtaXQpIHtcbiAgICAgICAgICAgIHRoaXMuYnRuU3VibWl0RWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LmNsYXNzTGlzdC5hZGQoJ2Qtbm9uZScpO1xuICAgICAgICB9XG4gICAgICAgIGlmIChkYXRhLm9yZGVyKSB7XG4gICAgICAgICAgICB0aGlzLmJ0blN1Ym1pdEVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5zdHlsZS5vcmRlciA9IGRhdGEub3JkZXI7XG4gICAgICAgIH1cbiAgICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwibWF0Y2hhLWNhcmQtZmxhdCBwLTI0XCI+XG4gICAgPGRpdiBjbGFzcz1cImQtZmxleC1zcGFjZS1iZXR3ZWVuIHBiLTE2XCI+XG4gICAgICAgIDxoMyBjbGFzcz1cInRpdGxlIG0tMFwiPjxzcGFuICN0aXRsZUVsZW1lbnQgY2xhc3M9XCJ0aXRsZS1idWxsZXQgaC0yNFwiPjwvc3Bhbj57e2NvbmZpcm1NZXNzYWdlLnRpdGxlID8gY29uZmlybU1lc3NhZ2UudGl0bGUgOiAnQ29uZmlybSd9fTwvaDM+XG4gICAgPC9kaXY+XG4gICAgPCEtLSA8cCBjbGFzcz1cIm0tMCBwYi0yNCBkLWZsZXggdy0xMDAtcCBwYXItbVwiICpuZ0lmPVwiY29uZmlybU1lc3NhZ2UubWVzc2FnZVwiPnt7Y29uZmlybU1lc3NhZ2UubWVzc2FnZSA/IC5pbmVyaHRtbCA6IGNvbmZpcm1NZXNzYWdlfX08L3A+IC0tPlxuICAgIDxwIGNsYXNzPVwibS0wIHBiLTI0IGQtZmxleCB3LTEwMC1wIHBhci1tXCIgW2lubmVySFRNTF09XCJjb25maXJtTWVzc2FnZS5tZXNzYWdlID8gY29uZmlybU1lc3NhZ2UubWVzc2FnZSA6IGNvbmZpcm1NZXNzYWdlXCI+PC9wPlxuICAgIDxkaXYgY2xhc3M9XCJkLWZsZXgtY29sdW1uIGQtZmxleC1zbS1yb3cgdy0xMDAtcCBkLWZsZXgtc3BhY2UtYmV0d2VlblwiPlxuICAgICAgICA8YnV0dG9uICNidG5DYW5jZWxFbGVtZW50IGlkPVwiYnRuQ2FuY2VsXCIgY2xhc3M9XCJtYXRjaGEtYnV0dG9uLXNtIG1iLTE2IG1iLXNtLTAgbXItMCBtci1zbS0xNlwiIG1hdC1mbGF0LWJ1dHRvbiBjb2xvcj1cInByaW1hcnlcIiBjZGtGb2N1c0luaXRpYWwgKGNsaWNrKT1cImRpYWxvZ1JlZi5jbG9zZShmYWxzZSlcIj57e2NvbmZpcm1NZXNzYWdlLmNsb3NlID8gY29uZmlybU1lc3NhZ2UuY2xvc2UgOiAnQ2FuY2VsJ319PC9idXR0b24+XG4gICAgICAgIDwhLS0gPGJ1dHRvbiAjYnRuU3VibWl0RWxlbWVudCBpZD1cImJ0blN1Ym1pdFwiIGNsYXNzPVwibWF0Y2hhLWJ1dHRvbi1zbVwiIG1hdC1mbGF0LWJ1dHRvbiBbY29sb3JdPVwiY29uZmlybU1lc3NhZ2UuY29sb3IgJiYgY29uZmlybU1lc3NhZ2UuY29sb3IgIT09ICdncmVlbicgPyBjb25maXJtTWVzc2FnZS5jb2xvciA6ICdhY2NlbnQnXCIgKGNsaWNrKT1cImRpYWxvZ1JlZi5jbG9zZSh0cnVlKVwiPnt7Y29uZmlybU1lc3NhZ2Uuc3VibWl0ID8gY29uZmlybU1lc3NhZ2Uuc3VibWl0IDogJ0NvbmZpcm0nfX08L2J1dHRvbj4gLS0+XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,30 +1,18 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { MatButtonModule } from '@angular/material/button';
|
|
4
|
-
import { MatDialogModule } from '@angular/material/dialog';
|
|
5
3
|
import { MatchaConfirmDialogComponent } from './matcha-confirm-dialog.component';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
class MatchaConfirmDialogModule {
|
|
8
6
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogModule, declarations: [MatchaConfirmDialogComponent], imports: [CommonModule
|
|
10
|
-
|
|
11
|
-
MatButtonModule] }); }
|
|
12
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogModule, imports: [CommonModule,
|
|
13
|
-
MatDialogModule,
|
|
14
|
-
MatButtonModule] }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogModule, declarations: [MatchaConfirmDialogComponent], imports: [CommonModule] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogModule, imports: [CommonModule] }); }
|
|
15
9
|
}
|
|
16
10
|
export { MatchaConfirmDialogModule };
|
|
17
11
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogModule, decorators: [{
|
|
18
12
|
type: NgModule,
|
|
19
13
|
args: [{
|
|
20
|
-
declarations: [
|
|
21
|
-
|
|
22
|
-
],
|
|
23
|
-
imports: [
|
|
24
|
-
CommonModule,
|
|
25
|
-
MatDialogModule,
|
|
26
|
-
MatButtonModule
|
|
27
|
-
]
|
|
14
|
+
declarations: [MatchaConfirmDialogComponent],
|
|
15
|
+
imports: [CommonModule],
|
|
28
16
|
}]
|
|
29
17
|
}] });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0Y2hhLWNvbmZpcm0tZGlhbG9nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hdGNoYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9tYXRjaGEtY29uZmlybS1kaWFsb2cvbWF0Y2hhLWNvbmZpcm0tZGlhbG9nLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQzs7QUFFakYsTUFJYSx5QkFBeUI7OEdBQXpCLHlCQUF5QjsrR0FBekIseUJBQXlCLGlCQUhuQiw0QkFBNEIsYUFDakMsWUFBWTsrR0FFYix5QkFBeUIsWUFGeEIsWUFBWTs7U0FFYix5QkFBeUI7MkZBQXpCLHlCQUF5QjtrQkFKckMsUUFBUTttQkFBQztvQkFDTixZQUFZLEVBQUUsQ0FBQyw0QkFBNEIsQ0FBQztvQkFDNUMsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO2lCQUMxQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTWF0Y2hhQ29uZmlybURpYWxvZ0NvbXBvbmVudCB9IGZyb20gJy4vbWF0Y2hhLWNvbmZpcm0tZGlhbG9nLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gICAgZGVjbGFyYXRpb25zOiBbTWF0Y2hhQ29uZmlybURpYWxvZ0NvbXBvbmVudF0sXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIE1hdGNoYUNvbmZpcm1EaWFsb2dNb2R1bGUge31cbiJdfQ==
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
class MatchaInputSearchComponent {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: MatchaInputSearchComponent, selector: "matcha-input-search", ngImport: i0, template: "<p>matcha-input-search works!</p>\n", styles: [""] }); }
|
|
6
|
+
}
|
|
7
|
+
export { MatchaInputSearchComponent };
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchComponent, decorators: [{
|
|
9
|
+
type: Component,
|
|
10
|
+
args: [{ selector: 'matcha-input-search', template: "<p>matcha-input-search works!</p>\n" }]
|
|
11
|
+
}] });
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0Y2hhLWlucHV0LXNlYXJjaC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXRjaGEtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvbWF0Y2hhLWlucHV0LXNlYXJjaC9tYXRjaGEtaW5wdXQtc2VhcmNoLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hdGNoYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9tYXRjaGEtaW5wdXQtc2VhcmNoL21hdGNoYS1pbnB1dC1zZWFyY2guY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFMUMsTUFLYSwwQkFBMEI7OEdBQTFCLDBCQUEwQjtrR0FBMUIsMEJBQTBCLDJEQ1B2QyxxQ0FDQTs7U0RNYSwwQkFBMEI7MkZBQTFCLDBCQUEwQjtrQkFMdEMsU0FBUzsrQkFDRSxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbWF0Y2hhLWlucHV0LXNlYXJjaCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9tYXRjaGEtaW5wdXQtc2VhcmNoLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbWF0Y2hhLWlucHV0LXNlYXJjaC5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIE1hdGNoYUlucHV0U2VhcmNoQ29tcG9uZW50IHtcblxufVxuIiwiPHA+bWF0Y2hhLWlucHV0LXNlYXJjaCB3b3JrcyE8L3A+XG4iXX0=
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { MatchaInputSearchComponent } from './matcha-input-search.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
class MatchaInputSearchModule {
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchModule, declarations: [MatchaInputSearchComponent], imports: [CommonModule] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchModule, imports: [CommonModule] }); }
|
|
9
|
+
}
|
|
10
|
+
export { MatchaInputSearchModule };
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchModule, decorators: [{
|
|
12
|
+
type: NgModule,
|
|
13
|
+
args: [{
|
|
14
|
+
declarations: [MatchaInputSearchComponent],
|
|
15
|
+
imports: [CommonModule],
|
|
16
|
+
}]
|
|
17
|
+
}] });
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0Y2hhLWlucHV0LXNlYXJjaC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXRjaGEtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvbWF0Y2hhLWlucHV0LXNlYXJjaC9tYXRjaGEtaW5wdXQtc2VhcmNoLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQzs7QUFFN0UsTUFJYSx1QkFBdUI7OEdBQXZCLHVCQUF1QjsrR0FBdkIsdUJBQXVCLGlCQUhqQiwwQkFBMEIsYUFDL0IsWUFBWTsrR0FFYix1QkFBdUIsWUFGdEIsWUFBWTs7U0FFYix1QkFBdUI7MkZBQXZCLHVCQUF1QjtrQkFKbkMsUUFBUTttQkFBQztvQkFDTixZQUFZLEVBQUUsQ0FBQywwQkFBMEIsQ0FBQztvQkFDMUMsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO2lCQUMxQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTWF0Y2hhSW5wdXRTZWFyY2hDb21wb25lbnQgfSBmcm9tICcuL21hdGNoYS1pbnB1dC1zZWFyY2guY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgICBkZWNsYXJhdGlvbnM6IFtNYXRjaGFJbnB1dFNlYXJjaENvbXBvbmVudF0sXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIE1hdGNoYUlucHV0U2VhcmNoTW9kdWxlIHt9XG4iXX0=
|
|
@@ -2,19 +2,11 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
class MatchaComponentsComponent {
|
|
4
4
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: MatchaComponentsComponent, selector: "lib-matcha-components", ngImport: i0, template: `
|
|
6
|
-
<p>
|
|
7
|
-
matcha-components works!
|
|
8
|
-
</p>
|
|
9
|
-
`, isInline: true }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: MatchaComponentsComponent, selector: "lib-matcha-components", ngImport: i0, template: ` <p>matcha-components works!</p> `, isInline: true }); }
|
|
10
6
|
}
|
|
11
7
|
export { MatchaComponentsComponent };
|
|
12
8
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsComponent, decorators: [{
|
|
13
9
|
type: Component,
|
|
14
|
-
args: [{ selector: 'lib-matcha-components', template: `
|
|
15
|
-
<p>
|
|
16
|
-
matcha-components works!
|
|
17
|
-
</p>
|
|
18
|
-
` }]
|
|
10
|
+
args: [{ selector: 'lib-matcha-components', template: ` <p>matcha-components works!</p> ` }]
|
|
19
11
|
}] });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0Y2hhLWNvbXBvbmVudHMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvbWF0Y2hhLWNvbXBvbmVudHMvc3JjL2xpYi9tYXRjaGEtY29tcG9uZW50cy5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFMUMsTUFLYSx5QkFBeUI7OEdBQXpCLHlCQUF5QjtrR0FBekIseUJBQXlCLDZEQUh4QixtQ0FBbUM7O1NBR3BDLHlCQUF5QjsyRkFBekIseUJBQXlCO2tCQUxyQyxTQUFTOytCQUNJLHVCQUF1QixZQUN2QixtQ0FBbUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItbWF0Y2hhLWNvbXBvbmVudHMnLFxuICAgIHRlbXBsYXRlOiBgIDxwPm1hdGNoYS1jb21wb25lbnRzIHdvcmtzITwvcD4gYCxcbiAgICBzdHlsZXM6IFtdLFxufSlcbmV4cG9ydCBjbGFzcyBNYXRjaGFDb21wb25lbnRzQ29tcG9uZW50IHt9XG4iXX0=
|
|
@@ -1,25 +1,44 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import { MatchaComponentsComponent } from './matcha-components.component';
|
|
3
3
|
import { MatchaConfirmDialogModule } from './components/matcha-confirm-dialog/matcha-confirm-dialog.module';
|
|
4
|
+
import { MatButtonModule } from '@angular/material/button';
|
|
5
|
+
import { MatDialogModule } from '@angular/material/dialog';
|
|
6
|
+
import { MatchaInputSearchModule } from './components/matcha-input-search/matcha-input-search.module';
|
|
4
7
|
import * as i0 from "@angular/core";
|
|
5
8
|
class MatchaComponentsModule {
|
|
6
9
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaComponentsComponent], imports: [
|
|
8
|
-
|
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaComponentsComponent], imports: [MatDialogModule,
|
|
11
|
+
MatButtonModule,
|
|
12
|
+
MatchaConfirmDialogModule,
|
|
13
|
+
MatchaInputSearchModule], exports: [MatDialogModule,
|
|
14
|
+
MatButtonModule,
|
|
15
|
+
MatchaConfirmDialogModule,
|
|
16
|
+
MatchaInputSearchModule] }); }
|
|
17
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, imports: [MatDialogModule,
|
|
18
|
+
MatButtonModule,
|
|
19
|
+
MatchaConfirmDialogModule,
|
|
20
|
+
MatchaInputSearchModule, MatDialogModule,
|
|
21
|
+
MatButtonModule,
|
|
22
|
+
MatchaConfirmDialogModule,
|
|
23
|
+
MatchaInputSearchModule] }); }
|
|
9
24
|
}
|
|
10
25
|
export { MatchaComponentsModule };
|
|
11
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, decorators: [{
|
|
12
27
|
type: NgModule,
|
|
13
28
|
args: [{
|
|
14
|
-
declarations: [
|
|
15
|
-
MatchaComponentsComponent,
|
|
16
|
-
],
|
|
29
|
+
declarations: [MatchaComponentsComponent],
|
|
17
30
|
imports: [
|
|
18
|
-
|
|
31
|
+
MatDialogModule,
|
|
32
|
+
MatButtonModule,
|
|
33
|
+
MatchaConfirmDialogModule,
|
|
34
|
+
MatchaInputSearchModule,
|
|
19
35
|
],
|
|
20
36
|
exports: [
|
|
21
|
-
|
|
22
|
-
|
|
37
|
+
MatDialogModule,
|
|
38
|
+
MatButtonModule,
|
|
39
|
+
MatchaConfirmDialogModule,
|
|
40
|
+
MatchaInputSearchModule,
|
|
41
|
+
],
|
|
23
42
|
}]
|
|
24
43
|
}] });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0Y2hhLWNvbXBvbmVudHMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvbWF0Y2hhLWNvbXBvbmVudHMvc3JjL2xpYi9tYXRjaGEtY29tcG9uZW50cy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUMxRSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQztBQUM1RyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZEQUE2RCxDQUFDOztBQUV0RyxNQWlCYSxzQkFBc0I7OEdBQXRCLHNCQUFzQjsrR0FBdEIsc0JBQXNCLGlCQWhCaEIseUJBQXlCLGFBRXBDLGVBQWU7WUFDZixlQUFlO1lBRWYseUJBQXlCO1lBQ3pCLHVCQUF1QixhQUd2QixlQUFlO1lBQ2YsZUFBZTtZQUVmLHlCQUF5QjtZQUN6Qix1QkFBdUI7K0dBR2xCLHNCQUFzQixZQWQzQixlQUFlO1lBQ2YsZUFBZTtZQUVmLHlCQUF5QjtZQUN6Qix1QkFBdUIsRUFHdkIsZUFBZTtZQUNmLGVBQWU7WUFFZix5QkFBeUI7WUFDekIsdUJBQXVCOztTQUdsQixzQkFBc0I7MkZBQXRCLHNCQUFzQjtrQkFqQmxDLFFBQVE7bUJBQUM7b0JBQ04sWUFBWSxFQUFFLENBQUMseUJBQXlCLENBQUM7b0JBQ3pDLE9BQU8sRUFBRTt3QkFDTCxlQUFlO3dCQUNmLGVBQWU7d0JBRWYseUJBQXlCO3dCQUN6Qix1QkFBdUI7cUJBQzFCO29CQUNELE9BQU8sRUFBRTt3QkFDTCxlQUFlO3dCQUNmLGVBQWU7d0JBRWYseUJBQXlCO3dCQUN6Qix1QkFBdUI7cUJBQzFCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdGNoYUNvbXBvbmVudHNDb21wb25lbnQgfSBmcm9tICcuL21hdGNoYS1jb21wb25lbnRzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBNYXRjaGFDb25maXJtRGlhbG9nTW9kdWxlIH0gZnJvbSAnLi9jb21wb25lbnRzL21hdGNoYS1jb25maXJtLWRpYWxvZy9tYXRjaGEtY29uZmlybS1kaWFsb2cubW9kdWxlJztcbmltcG9ydCB7IE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5pbXBvcnQgeyBNYXREaWFsb2dNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xuaW1wb3J0IHsgTWF0Y2hhSW5wdXRTZWFyY2hNb2R1bGUgfSBmcm9tICcuL2NvbXBvbmVudHMvbWF0Y2hhLWlucHV0LXNlYXJjaC9tYXRjaGEtaW5wdXQtc2VhcmNoLm1vZHVsZSc7XG5cbkBOZ01vZHVsZSh7XG4gICAgZGVjbGFyYXRpb25zOiBbTWF0Y2hhQ29tcG9uZW50c0NvbXBvbmVudF0sXG4gICAgaW1wb3J0czogW1xuICAgICAgICBNYXREaWFsb2dNb2R1bGUsXG4gICAgICAgIE1hdEJ1dHRvbk1vZHVsZSxcblxuICAgICAgICBNYXRjaGFDb25maXJtRGlhbG9nTW9kdWxlLFxuICAgICAgICBNYXRjaGFJbnB1dFNlYXJjaE1vZHVsZSxcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgTWF0RGlhbG9nTW9kdWxlLFxuICAgICAgICBNYXRCdXR0b25Nb2R1bGUsXG5cbiAgICAgICAgTWF0Y2hhQ29uZmlybURpYWxvZ01vZHVsZSxcbiAgICAgICAgTWF0Y2hhSW5wdXRTZWFyY2hNb2R1bGUsXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgTWF0Y2hhQ29tcG9uZW50c01vZHVsZSB7fVxuIl19
|
package/esm2022/public-api.mjs
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
// Exportar os módulos separadamente
|
|
5
5
|
export { MatchaConfirmDialogModule } from './lib/components/matcha-confirm-dialog/matcha-confirm-dialog.module';
|
|
6
|
+
export { MatchaInputSearchModule } from './lib/components/matcha-input-search/matcha-input-search.module';
|
|
6
7
|
// Exportar o módulo que contém todos os componentes e módulos
|
|
7
8
|
export { MatchaComponentsModule } from './lib/matcha-components.module';
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL21hdGNoYS1jb21wb25lbnRzL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsb0NBQW9DO0FBQ3BDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLHFFQUFxRSxDQUFDO0FBQ2hILE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGlFQUFpRSxDQUFDO0FBRTFHLDhEQUE4RDtBQUM5RCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgbWF0Y2hhLWNvbXBvbmVudHNcbiAqL1xuXG4vLyBFeHBvcnRhciBvcyBtw7NkdWxvcyBzZXBhcmFkYW1lbnRlXG5leHBvcnQgeyBNYXRjaGFDb25maXJtRGlhbG9nTW9kdWxlIH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9tYXRjaGEtY29uZmlybS1kaWFsb2cvbWF0Y2hhLWNvbmZpcm0tZGlhbG9nLm1vZHVsZSc7XG5leHBvcnQgeyBNYXRjaGFJbnB1dFNlYXJjaE1vZHVsZSB9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvbWF0Y2hhLWlucHV0LXNlYXJjaC9tYXRjaGEtaW5wdXQtc2VhcmNoLm1vZHVsZSc7XG5cbi8vIEV4cG9ydGFyIG8gbcOzZHVsbyBxdWUgY29udMOpbSB0b2RvcyBvcyBjb21wb25lbnRlcyBlIG3Ds2R1bG9zXG5leHBvcnQgeyBNYXRjaGFDb21wb25lbnRzTW9kdWxlIH0gZnJvbSAnLi9saWIvbWF0Y2hhLWNvbXBvbmVudHMubW9kdWxlJztcbiJdfQ==
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Component, ViewChild, NgModule } from '@angular/core';
|
|
3
3
|
import { CommonModule } from '@angular/common';
|
|
4
|
-
import * as i2 from '@angular/material/button';
|
|
5
|
-
import { MatButtonModule } from '@angular/material/button';
|
|
6
4
|
import * as i1 from '@angular/material/dialog';
|
|
7
5
|
import { MatDialogModule } from '@angular/material/dialog';
|
|
6
|
+
import { MatButtonModule } from '@angular/material/button';
|
|
8
7
|
|
|
9
8
|
class MatchaConfirmDialogComponent {
|
|
10
9
|
/**
|
|
@@ -33,11 +32,11 @@ class MatchaConfirmDialogComponent {
|
|
|
33
32
|
}
|
|
34
33
|
}
|
|
35
34
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogComponent, deps: [{ token: i1.MatDialogRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
36
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: MatchaConfirmDialogComponent, selector: "matcha-confirm-dialog", viewQueries: [{ propertyName: "titleElementRef", first: true, predicate: ["titleElement"], descendants: true, static: true }, { propertyName: "btnCancelElementRef", first: true, predicate: ["btnCancelElement"], descendants: true, static: true }, { propertyName: "btnSubmitElementRef", first: true, predicate: ["btnSubmitElement"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"matcha-card-flat p-24\">\n <div class=\"d-flex-space-between pb-16\">\n <h3 class=\"title m-0\"><span #titleElement class=\"title-bullet h-24\"></span>{{confirmMessage.title ? confirmMessage.title : 'Confirm'}}</h3>\n </div>\n <!-- <p class=\"m-0 pb-24 d-flex w-100-p par-m\" *ngIf=\"confirmMessage.message\">{{confirmMessage.message ? .inerhtml : confirmMessage}}</p> -->\n <p class=\"m-0 pb-24 d-flex w-100-p par-m\" [innerHTML]=\"confirmMessage.message ? confirmMessage.message : confirmMessage\"></p>\n <div class=\"d-flex-column d-flex-sm-row w-100-p d-flex-space-between\">\n <button #btnCancelElement id=\"btnCancel\" class=\"matcha-button-sm mb-16 mb-sm-0 mr-0 mr-sm-16\" mat-flat-button color=\"primary\" cdkFocusInitial (click)=\"dialogRef.close(false)\">{{confirmMessage.close ? confirmMessage.close : 'Cancel'}}</button>\n <button #btnSubmitElement id=\"btnSubmit\" class=\"matcha-button-sm\" mat-flat-button [color]=\"confirmMessage.color && confirmMessage.color !== 'green' ? confirmMessage.color : 'accent'\" (click)=\"dialogRef.close(true)\">{{confirmMessage.submit ? confirmMessage.submit : 'Confirm'}}</button
|
|
35
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: MatchaConfirmDialogComponent, selector: "matcha-confirm-dialog", viewQueries: [{ propertyName: "titleElementRef", first: true, predicate: ["titleElement"], descendants: true, static: true }, { propertyName: "btnCancelElementRef", first: true, predicate: ["btnCancelElement"], descendants: true, static: true }, { propertyName: "btnSubmitElementRef", first: true, predicate: ["btnSubmitElement"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"matcha-card-flat p-24\">\n <div class=\"d-flex-space-between pb-16\">\n <h3 class=\"title m-0\"><span #titleElement class=\"title-bullet h-24\"></span>{{confirmMessage.title ? confirmMessage.title : 'Confirm'}}</h3>\n </div>\n <!-- <p class=\"m-0 pb-24 d-flex w-100-p par-m\" *ngIf=\"confirmMessage.message\">{{confirmMessage.message ? .inerhtml : confirmMessage}}</p> -->\n <p class=\"m-0 pb-24 d-flex w-100-p par-m\" [innerHTML]=\"confirmMessage.message ? confirmMessage.message : confirmMessage\"></p>\n <div class=\"d-flex-column d-flex-sm-row w-100-p d-flex-space-between\">\n <button #btnCancelElement id=\"btnCancel\" class=\"matcha-button-sm mb-16 mb-sm-0 mr-0 mr-sm-16\" mat-flat-button color=\"primary\" cdkFocusInitial (click)=\"dialogRef.close(false)\">{{confirmMessage.close ? confirmMessage.close : 'Cancel'}}</button>\n <!-- <button #btnSubmitElement id=\"btnSubmit\" class=\"matcha-button-sm\" mat-flat-button [color]=\"confirmMessage.color && confirmMessage.color !== 'green' ? confirmMessage.color : 'accent'\" (click)=\"dialogRef.close(true)\">{{confirmMessage.submit ? confirmMessage.submit : 'Confirm'}}</button> -->\n </div>\n</div>\n", styles: [""] }); }
|
|
37
36
|
}
|
|
38
37
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogComponent, decorators: [{
|
|
39
38
|
type: Component,
|
|
40
|
-
args: [{ selector: 'matcha-confirm-dialog', template: "<div class=\"matcha-card-flat p-24\">\n <div class=\"d-flex-space-between pb-16\">\n <h3 class=\"title m-0\"><span #titleElement class=\"title-bullet h-24\"></span>{{confirmMessage.title ? confirmMessage.title : 'Confirm'}}</h3>\n </div>\n <!-- <p class=\"m-0 pb-24 d-flex w-100-p par-m\" *ngIf=\"confirmMessage.message\">{{confirmMessage.message ? .inerhtml : confirmMessage}}</p> -->\n <p class=\"m-0 pb-24 d-flex w-100-p par-m\" [innerHTML]=\"confirmMessage.message ? confirmMessage.message : confirmMessage\"></p>\n <div class=\"d-flex-column d-flex-sm-row w-100-p d-flex-space-between\">\n <button #btnCancelElement id=\"btnCancel\" class=\"matcha-button-sm mb-16 mb-sm-0 mr-0 mr-sm-16\" mat-flat-button color=\"primary\" cdkFocusInitial (click)=\"dialogRef.close(false)\">{{confirmMessage.close ? confirmMessage.close : 'Cancel'}}</button>\n <button #btnSubmitElement id=\"btnSubmit\" class=\"matcha-button-sm\" mat-flat-button [color]=\"confirmMessage.color && confirmMessage.color !== 'green' ? confirmMessage.color : 'accent'\" (click)=\"dialogRef.close(true)\">{{confirmMessage.submit ? confirmMessage.submit : 'Confirm'}}</button
|
|
39
|
+
args: [{ selector: 'matcha-confirm-dialog', template: "<div class=\"matcha-card-flat p-24\">\n <div class=\"d-flex-space-between pb-16\">\n <h3 class=\"title m-0\"><span #titleElement class=\"title-bullet h-24\"></span>{{confirmMessage.title ? confirmMessage.title : 'Confirm'}}</h3>\n </div>\n <!-- <p class=\"m-0 pb-24 d-flex w-100-p par-m\" *ngIf=\"confirmMessage.message\">{{confirmMessage.message ? .inerhtml : confirmMessage}}</p> -->\n <p class=\"m-0 pb-24 d-flex w-100-p par-m\" [innerHTML]=\"confirmMessage.message ? confirmMessage.message : confirmMessage\"></p>\n <div class=\"d-flex-column d-flex-sm-row w-100-p d-flex-space-between\">\n <button #btnCancelElement id=\"btnCancel\" class=\"matcha-button-sm mb-16 mb-sm-0 mr-0 mr-sm-16\" mat-flat-button color=\"primary\" cdkFocusInitial (click)=\"dialogRef.close(false)\">{{confirmMessage.close ? confirmMessage.close : 'Cancel'}}</button>\n <!-- <button #btnSubmitElement id=\"btnSubmit\" class=\"matcha-button-sm\" mat-flat-button [color]=\"confirmMessage.color && confirmMessage.color !== 'green' ? confirmMessage.color : 'accent'\" (click)=\"dialogRef.close(true)\">{{confirmMessage.submit ? confirmMessage.submit : 'Confirm'}}</button> -->\n </div>\n</div>\n" }]
|
|
41
40
|
}], ctorParameters: function () { return [{ type: i1.MatDialogRef }]; }, propDecorators: { titleElementRef: [{
|
|
42
41
|
type: ViewChild,
|
|
43
42
|
args: ['titleElement', { static: true }]
|
|
@@ -51,61 +50,81 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
|
51
50
|
|
|
52
51
|
class MatchaConfirmDialogModule {
|
|
53
52
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
54
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogModule, declarations: [MatchaConfirmDialogComponent], imports: [CommonModule
|
|
55
|
-
|
|
56
|
-
MatButtonModule] }); }
|
|
57
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogModule, imports: [CommonModule,
|
|
58
|
-
MatDialogModule,
|
|
59
|
-
MatButtonModule] }); }
|
|
53
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogModule, declarations: [MatchaConfirmDialogComponent], imports: [CommonModule] }); }
|
|
54
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogModule, imports: [CommonModule] }); }
|
|
60
55
|
}
|
|
61
56
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaConfirmDialogModule, decorators: [{
|
|
62
57
|
type: NgModule,
|
|
63
58
|
args: [{
|
|
64
|
-
declarations: [
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
59
|
+
declarations: [MatchaConfirmDialogComponent],
|
|
60
|
+
imports: [CommonModule],
|
|
61
|
+
}]
|
|
62
|
+
}] });
|
|
63
|
+
|
|
64
|
+
class MatchaInputSearchComponent {
|
|
65
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
66
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: MatchaInputSearchComponent, selector: "matcha-input-search", ngImport: i0, template: "<p>matcha-input-search works!</p>\n", styles: [""] }); }
|
|
67
|
+
}
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchComponent, decorators: [{
|
|
69
|
+
type: Component,
|
|
70
|
+
args: [{ selector: 'matcha-input-search', template: "<p>matcha-input-search works!</p>\n" }]
|
|
71
|
+
}] });
|
|
72
|
+
|
|
73
|
+
class MatchaInputSearchModule {
|
|
74
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
75
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchModule, declarations: [MatchaInputSearchComponent], imports: [CommonModule] }); }
|
|
76
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchModule, imports: [CommonModule] }); }
|
|
77
|
+
}
|
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchModule, decorators: [{
|
|
79
|
+
type: NgModule,
|
|
80
|
+
args: [{
|
|
81
|
+
declarations: [MatchaInputSearchComponent],
|
|
82
|
+
imports: [CommonModule],
|
|
72
83
|
}]
|
|
73
84
|
}] });
|
|
74
85
|
|
|
75
86
|
class MatchaComponentsComponent {
|
|
76
87
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
77
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: MatchaComponentsComponent, selector: "lib-matcha-components", ngImport: i0, template: `
|
|
78
|
-
<p>
|
|
79
|
-
matcha-components works!
|
|
80
|
-
</p>
|
|
81
|
-
`, isInline: true }); }
|
|
88
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: MatchaComponentsComponent, selector: "lib-matcha-components", ngImport: i0, template: ` <p>matcha-components works!</p> `, isInline: true }); }
|
|
82
89
|
}
|
|
83
90
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsComponent, decorators: [{
|
|
84
91
|
type: Component,
|
|
85
|
-
args: [{ selector: 'lib-matcha-components', template: `
|
|
86
|
-
<p>
|
|
87
|
-
matcha-components works!
|
|
88
|
-
</p>
|
|
89
|
-
` }]
|
|
92
|
+
args: [{ selector: 'lib-matcha-components', template: ` <p>matcha-components works!</p> ` }]
|
|
90
93
|
}] });
|
|
91
94
|
|
|
92
95
|
class MatchaComponentsModule {
|
|
93
96
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
94
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaComponentsComponent], imports: [
|
|
95
|
-
|
|
97
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaComponentsComponent], imports: [MatDialogModule,
|
|
98
|
+
MatButtonModule,
|
|
99
|
+
MatchaConfirmDialogModule,
|
|
100
|
+
MatchaInputSearchModule], exports: [MatDialogModule,
|
|
101
|
+
MatButtonModule,
|
|
102
|
+
MatchaConfirmDialogModule,
|
|
103
|
+
MatchaInputSearchModule] }); }
|
|
104
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, imports: [MatDialogModule,
|
|
105
|
+
MatButtonModule,
|
|
106
|
+
MatchaConfirmDialogModule,
|
|
107
|
+
MatchaInputSearchModule, MatDialogModule,
|
|
108
|
+
MatButtonModule,
|
|
109
|
+
MatchaConfirmDialogModule,
|
|
110
|
+
MatchaInputSearchModule] }); }
|
|
96
111
|
}
|
|
97
112
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, decorators: [{
|
|
98
113
|
type: NgModule,
|
|
99
114
|
args: [{
|
|
100
|
-
declarations: [
|
|
101
|
-
MatchaComponentsComponent,
|
|
102
|
-
],
|
|
115
|
+
declarations: [MatchaComponentsComponent],
|
|
103
116
|
imports: [
|
|
104
|
-
|
|
117
|
+
MatDialogModule,
|
|
118
|
+
MatButtonModule,
|
|
119
|
+
MatchaConfirmDialogModule,
|
|
120
|
+
MatchaInputSearchModule,
|
|
105
121
|
],
|
|
106
122
|
exports: [
|
|
107
|
-
|
|
108
|
-
|
|
123
|
+
MatDialogModule,
|
|
124
|
+
MatButtonModule,
|
|
125
|
+
MatchaConfirmDialogModule,
|
|
126
|
+
MatchaInputSearchModule,
|
|
127
|
+
],
|
|
109
128
|
}]
|
|
110
129
|
}] });
|
|
111
130
|
|
|
@@ -118,5 +137,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
|
118
137
|
* Generated bundle index. Do not edit.
|
|
119
138
|
*/
|
|
120
139
|
|
|
121
|
-
export { MatchaComponentsModule, MatchaConfirmDialogModule };
|
|
140
|
+
export { MatchaComponentsModule, MatchaConfirmDialogModule, MatchaInputSearchModule };
|
|
122
141
|
//# sourceMappingURL=matcha-components.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"matcha-components.mjs","sources":["../../../projects/matcha-components/src/lib/components/matcha-confirm-dialog/matcha-confirm-dialog.component.ts","../../../projects/matcha-components/src/lib/components/matcha-confirm-dialog/matcha-confirm-dialog.component.html","../../../projects/matcha-components/src/lib/components/matcha-confirm-dialog/matcha-confirm-dialog.module.ts","../../../projects/matcha-components/src/lib/matcha-components.component.ts","../../../projects/matcha-components/src/lib/matcha-components.module.ts","../../../projects/matcha-components/src/public-api.ts","../../../projects/matcha-components/src/matcha-components.ts"],"sourcesContent":["import { Component, ElementRef, OnInit, ViewChild } from '@angular/core';\nimport { MatDialogRef } from '@angular/material/dialog';\n\n@Component({\n selector: 'matcha-confirm-dialog',\n templateUrl: './matcha-confirm-dialog.component.html',\n styleUrls: ['./matcha-confirm-dialog.component.scss'],\n\n})\nexport class MatchaConfirmDialogComponent implements OnInit {\n @ViewChild('titleElement', { static: true }) titleElementRef!: ElementRef;\n @ViewChild('btnCancelElement', { static: true }) btnCancelElementRef!: ElementRef;\n @ViewChild('btnSubmitElement', { static: true }) btnSubmitElementRef!: ElementRef;\n\n public confirmMessage: any = {} || '';\n\n /**\n * Constructor\n *\n * @param {MatDialogRef<MatchaConfirmDialogComponent>} dialogRef\n */\n constructor(\n public dialogRef: MatDialogRef<MatchaConfirmDialogComponent>\n ) {}\n\n ngOnInit() {\n this.setParams(this.confirmMessage);\n }\n\n setParams(data: object | string | any) {\n const color = data.color ? data.color : 'accent';\n this.titleElementRef.nativeElement.classList.add(`matcha-background-${color}`);\n if (data.disableClose) {\n this.btnCancelElementRef.nativeElement.classList.add('d-none');\n }\n if (data.disableSubmit) {\n this.btnSubmitElementRef.nativeElement.classList.add('d-none');\n }\n if (data.order) {\n this.btnSubmitElementRef.nativeElement.style.order = data.order;\n }\n }\n}\n","<div class=\"matcha-card-flat p-24\">\n <div class=\"d-flex-space-between pb-16\">\n <h3 class=\"title m-0\"><span #titleElement class=\"title-bullet h-24\"></span>{{confirmMessage.title ? confirmMessage.title : 'Confirm'}}</h3>\n </div>\n <!-- <p class=\"m-0 pb-24 d-flex w-100-p par-m\" *ngIf=\"confirmMessage.message\">{{confirmMessage.message ? .inerhtml : confirmMessage}}</p> -->\n <p class=\"m-0 pb-24 d-flex w-100-p par-m\" [innerHTML]=\"confirmMessage.message ? confirmMessage.message : confirmMessage\"></p>\n <div class=\"d-flex-column d-flex-sm-row w-100-p d-flex-space-between\">\n <button #btnCancelElement id=\"btnCancel\" class=\"matcha-button-sm mb-16 mb-sm-0 mr-0 mr-sm-16\" mat-flat-button color=\"primary\" cdkFocusInitial (click)=\"dialogRef.close(false)\">{{confirmMessage.close ? confirmMessage.close : 'Cancel'}}</button>\n <button #btnSubmitElement id=\"btnSubmit\" class=\"matcha-button-sm\" mat-flat-button [color]=\"confirmMessage.color && confirmMessage.color !== 'green' ? confirmMessage.color : 'accent'\" (click)=\"dialogRef.close(true)\">{{confirmMessage.submit ? confirmMessage.submit : 'Confirm'}}</button>\n </div>\n</div>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatDialogModule } from '@angular/material/dialog';\n\nimport { MatchaConfirmDialogComponent } from './matcha-confirm-dialog.component';\n\n@NgModule({\n declarations: [\n MatchaConfirmDialogComponent\n ],\n imports: [\n CommonModule,\n MatDialogModule,\n MatButtonModule\n ]\n})\nexport class MatchaConfirmDialogModule\n{\n}\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-matcha-components',\n template: `\n <p>\n matcha-components works!\n </p>\n `,\n styles: [\n ]\n})\nexport class MatchaComponentsComponent {\n\n}\n","import { NgModule } from '@angular/core';\nimport { MatchaComponentsComponent } from './matcha-components.component';\nimport { MatchaConfirmDialogModule } from './components/matcha-confirm-dialog/matcha-confirm-dialog.module';\n\n@NgModule({\n declarations: [\n MatchaComponentsComponent,\n ],\n imports: [\n MatchaConfirmDialogModule\n ],\n exports: [\n MatchaConfirmDialogModule\n ]\n})\nexport class MatchaComponentsModule { }\n","/*\n * Public API Surface of matcha-components\n */\n\n// Exportar os módulos separadamente\nexport { MatchaConfirmDialogModule } from './lib/components/matcha-confirm-dialog/matcha-confirm-dialog.module';\n\n// Exportar o módulo que contém todos os componentes e módulos\nexport { MatchaComponentsModule } from './lib/matcha-components.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"matcha-components.mjs","sources":["../../../projects/matcha-components/src/lib/components/matcha-confirm-dialog/matcha-confirm-dialog.component.ts","../../../projects/matcha-components/src/lib/components/matcha-confirm-dialog/matcha-confirm-dialog.component.html","../../../projects/matcha-components/src/lib/components/matcha-confirm-dialog/matcha-confirm-dialog.module.ts","../../../projects/matcha-components/src/lib/components/matcha-input-search/matcha-input-search.component.ts","../../../projects/matcha-components/src/lib/components/matcha-input-search/matcha-input-search.component.html","../../../projects/matcha-components/src/lib/components/matcha-input-search/matcha-input-search.module.ts","../../../projects/matcha-components/src/lib/matcha-components.component.ts","../../../projects/matcha-components/src/lib/matcha-components.module.ts","../../../projects/matcha-components/src/public-api.ts","../../../projects/matcha-components/src/matcha-components.ts"],"sourcesContent":["import { Component, ElementRef, OnInit, ViewChild } from '@angular/core';\nimport { MatDialogRef } from '@angular/material/dialog';\n\n@Component({\n selector: 'matcha-confirm-dialog',\n templateUrl: './matcha-confirm-dialog.component.html',\n styleUrls: ['./matcha-confirm-dialog.component.scss']\n\n})\nexport class MatchaConfirmDialogComponent implements OnInit {\n @ViewChild('titleElement', { static: true }) titleElementRef!: ElementRef;\n @ViewChild('btnCancelElement', { static: true }) btnCancelElementRef!: ElementRef;\n @ViewChild('btnSubmitElement', { static: true }) btnSubmitElementRef!: ElementRef;\n\n public confirmMessage: any = {} || '';\n /**\n * Constructor\n *\n * @param {MatDialogRef<MatchaConfirmDialogComponent>} dialogRef\n */\n constructor(\n public dialogRef: MatDialogRef<MatchaConfirmDialogComponent>\n ) {}\n\n ngOnInit() {\n this.setParams(this.confirmMessage);\n }\n\n setParams(data: object | string | any) {\n const color = data.color ? data.color : 'accent';\n this.titleElementRef.nativeElement.classList.add(`matcha-background-${color}`);\n if (data.disableClose) {\n this.btnCancelElementRef.nativeElement.classList.add('d-none');\n }\n if (data.disableSubmit) {\n this.btnSubmitElementRef.nativeElement.classList.add('d-none');\n }\n if (data.order) {\n this.btnSubmitElementRef.nativeElement.style.order = data.order;\n }\n }\n}\n","<div class=\"matcha-card-flat p-24\">\n <div class=\"d-flex-space-between pb-16\">\n <h3 class=\"title m-0\"><span #titleElement class=\"title-bullet h-24\"></span>{{confirmMessage.title ? confirmMessage.title : 'Confirm'}}</h3>\n </div>\n <!-- <p class=\"m-0 pb-24 d-flex w-100-p par-m\" *ngIf=\"confirmMessage.message\">{{confirmMessage.message ? .inerhtml : confirmMessage}}</p> -->\n <p class=\"m-0 pb-24 d-flex w-100-p par-m\" [innerHTML]=\"confirmMessage.message ? confirmMessage.message : confirmMessage\"></p>\n <div class=\"d-flex-column d-flex-sm-row w-100-p d-flex-space-between\">\n <button #btnCancelElement id=\"btnCancel\" class=\"matcha-button-sm mb-16 mb-sm-0 mr-0 mr-sm-16\" mat-flat-button color=\"primary\" cdkFocusInitial (click)=\"dialogRef.close(false)\">{{confirmMessage.close ? confirmMessage.close : 'Cancel'}}</button>\n <!-- <button #btnSubmitElement id=\"btnSubmit\" class=\"matcha-button-sm\" mat-flat-button [color]=\"confirmMessage.color && confirmMessage.color !== 'green' ? confirmMessage.color : 'accent'\" (click)=\"dialogRef.close(true)\">{{confirmMessage.submit ? confirmMessage.submit : 'Confirm'}}</button> -->\n </div>\n</div>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatchaConfirmDialogComponent } from './matcha-confirm-dialog.component';\n\n@NgModule({\n declarations: [MatchaConfirmDialogComponent],\n imports: [CommonModule],\n})\nexport class MatchaConfirmDialogModule {}\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'matcha-input-search',\n templateUrl: './matcha-input-search.component.html',\n styleUrls: ['./matcha-input-search.component.scss']\n})\nexport class MatchaInputSearchComponent {\n\n}\n","<p>matcha-input-search works!</p>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatchaInputSearchComponent } from './matcha-input-search.component';\n\n@NgModule({\n declarations: [MatchaInputSearchComponent],\n imports: [CommonModule],\n})\nexport class MatchaInputSearchModule {}\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-matcha-components',\n template: ` <p>matcha-components works!</p> `,\n styles: [],\n})\nexport class MatchaComponentsComponent {}\n","import { NgModule } from '@angular/core';\nimport { MatchaComponentsComponent } from './matcha-components.component';\nimport { MatchaConfirmDialogModule } from './components/matcha-confirm-dialog/matcha-confirm-dialog.module';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatDialogModule } from '@angular/material/dialog';\nimport { MatchaInputSearchModule } from './components/matcha-input-search/matcha-input-search.module';\n\n@NgModule({\n declarations: [MatchaComponentsComponent],\n imports: [\n MatDialogModule,\n MatButtonModule,\n\n MatchaConfirmDialogModule,\n MatchaInputSearchModule,\n ],\n exports: [\n MatDialogModule,\n MatButtonModule,\n\n MatchaConfirmDialogModule,\n MatchaInputSearchModule,\n ],\n})\nexport class MatchaComponentsModule {}\n","/*\n * Public API Surface of matcha-components\n */\n\n// Exportar os módulos separadamente\nexport { MatchaConfirmDialogModule } from './lib/components/matcha-confirm-dialog/matcha-confirm-dialog.module';\nexport { MatchaInputSearchModule } from './lib/components/matcha-input-search/matcha-input-search.module';\n\n// Exportar o módulo que contém todos os componentes e módulos\nexport { MatchaComponentsModule } from './lib/matcha-components.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./matcha-confirm-dialog.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/dialog";
|
|
5
|
-
import * as i4 from "@angular/material/button";
|
|
6
4
|
export declare class MatchaConfirmDialogModule {
|
|
7
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaConfirmDialogModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaConfirmDialogModule, [typeof i1.MatchaConfirmDialogComponent], [typeof i2.CommonModule
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaConfirmDialogModule, [typeof i1.MatchaConfirmDialogComponent], [typeof i2.CommonModule], never>;
|
|
9
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaConfirmDialogModule>;
|
|
10
8
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class MatchaInputSearchComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaInputSearchComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaInputSearchComponent, "matcha-input-search", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./matcha-input-search.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class MatchaInputSearchModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaInputSearchModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaInputSearchModule, [typeof i1.MatchaInputSearchComponent], [typeof i2.CommonModule], never>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaInputSearchModule>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./matcha-components.component";
|
|
3
|
-
import * as i2 from "
|
|
3
|
+
import * as i2 from "@angular/material/dialog";
|
|
4
|
+
import * as i3 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "./components/matcha-confirm-dialog/matcha-confirm-dialog.module";
|
|
6
|
+
import * as i5 from "./components/matcha-input-search/matcha-input-search.module";
|
|
4
7
|
export declare class MatchaComponentsModule {
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaComponentsModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaComponentsModule, [typeof i1.MatchaComponentsComponent], [typeof i2.MatchaConfirmDialogModule], [typeof i2.MatchaConfirmDialogModule]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaComponentsModule, [typeof i1.MatchaComponentsComponent], [typeof i2.MatDialogModule, typeof i3.MatButtonModule, typeof i4.MatchaConfirmDialogModule, typeof i5.MatchaInputSearchModule], [typeof i2.MatDialogModule, typeof i3.MatButtonModule, typeof i4.MatchaConfirmDialogModule, typeof i5.MatchaInputSearchModule]>;
|
|
7
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaComponentsModule>;
|
|
8
11
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
export { MatchaConfirmDialogModule } from './lib/components/matcha-confirm-dialog/matcha-confirm-dialog.module';
|
|
2
|
+
export { MatchaInputSearchModule } from './lib/components/matcha-input-search/matcha-input-search.module';
|
|
2
3
|
export { MatchaComponentsModule } from './lib/matcha-components.module';
|