matcha-components 0.0.1 → 0.0.2
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 +3 -11
- package/esm2022/lib/components/matcha-input-search/matcha-input-search.component.mjs +12 -0
- package/esm2022/lib/matcha-components.module.mjs +21 -4
- package/fesm2022/matcha-components.mjs +31 -15
- 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/matcha-components.module.d.ts +5 -2
- package/package.json +2 -6
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0Y2hhLWNvbmZpcm0tZGlhbG9nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hdGNoYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9tYXRjaGEtY29uZmlybS1kaWFsb2cvbWF0Y2hhLWNvbmZpcm0tZGlhbG9nLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hdGNoYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9tYXRjaGEtY29uZmlybS1kaWFsb2cvbWF0Y2hhLWNvbmZpcm0tZGlhbG9nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXNCLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBR3pFLE1BTWEsNEJBQTRCO0lBTXJDOzs7O09BSUc7SUFDSCxZQUNXLFNBQXFEO1FBQXJELGNBQVMsR0FBVCxTQUFTLENBQTRDO1FBUHpELG1CQUFjLEdBQVEsRUFBRSxJQUFJLEVBQUUsQ0FBQztJQVFuQyxDQUFDO0lBRUosUUFBUTtRQUNKLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxDQUFDO0lBQ3hDLENBQUM7SUFFRCxTQUFTLENBQUMsSUFBMkI7UUFDakMsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFDO1FBQ2pELElBQUksQ0FBQyxlQUFlLENBQUMsYUFBYSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMscUJBQXFCLEtBQUssRUFBRSxDQUFDLENBQUM7UUFDL0UsSUFBSSxJQUFJLENBQUMsWUFBWSxFQUFFO1lBQ25CLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUNsRTtRQUNELElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRTtZQUNwQixJQUFJLENBQUMsbUJBQW1CLENBQUMsYUFBYSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsUUFBUSxDQUFDLENBQUM7U0FDbEU7UUFDRCxJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUU7WUFDWixJQUFJLENBQUMsbUJBQW1CLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQztTQUNuRTtJQUNMLENBQUM7OEdBL0JRLDRCQUE0QjtrR0FBNUIsNEJBQTRCLDRhQ1R6QywwckNBV0E7O1NERmEsNEJBQTRCOzJGQUE1Qiw0QkFBNEI7a0JBTnhDLFNBQVM7K0JBQ0ksdUJBQXVCO21HQU1ZLGVBQWU7c0JBQTNELFNBQVM7dUJBQUMsY0FBYyxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRTtnQkFDTSxtQkFBbUI7c0JBQW5FLFNBQVM7dUJBQUMsa0JBQWtCLEVBQUUsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFO2dCQUNFLG1CQUFtQjtzQkFBbkUsU0FBUzt1QkFBQyxrQkFBa0IsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIE9uSW5pdCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXREaWFsb2dSZWYgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ21hdGNoYS1jb25maXJtLWRpYWxvZycsXG4gICAgdGVtcGxhdGVVcmw6ICcuL21hdGNoYS1jb25maXJtLWRpYWxvZy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbWF0Y2hhLWNvbmZpcm0tZGlhbG9nLmNvbXBvbmVudC5zY3NzJ10sXG5cbn0pXG5leHBvcnQgY2xhc3MgTWF0Y2hhQ29uZmlybURpYWxvZ0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgQFZpZXdDaGlsZCgndGl0bGVFbGVtZW50JywgeyBzdGF0aWM6IHRydWUgfSkgdGl0bGVFbGVtZW50UmVmITogRWxlbWVudFJlZjtcbiAgICBAVmlld0NoaWxkKCdidG5DYW5jZWxFbGVtZW50JywgeyBzdGF0aWM6IHRydWUgfSkgYnRuQ2FuY2VsRWxlbWVudFJlZiE6IEVsZW1lbnRSZWY7XG4gICAgQFZpZXdDaGlsZCgnYnRuU3VibWl0RWxlbWVudCcsIHsgc3RhdGljOiB0cnVlIH0pIGJ0blN1Ym1pdEVsZW1lbnRSZWYhOiBFbGVtZW50UmVmO1xuXG4gICAgcHVibGljIGNvbmZpcm1NZXNzYWdlOiBhbnkgPSB7fSB8fCAnJztcbiAgICAvKipcbiAgICAgKiBDb25zdHJ1Y3RvclxuICAgICAqXG4gICAgICogQHBhcmFtIHtNYXREaWFsb2dSZWY8TWF0Y2hhQ29uZmlybURpYWxvZ0NvbXBvbmVudD59IGRpYWxvZ1JlZlxuICAgICAqL1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwdWJsaWMgZGlhbG9nUmVmOiBNYXREaWFsb2dSZWY8TWF0Y2hhQ29uZmlybURpYWxvZ0NvbXBvbmVudD5cbiAgICApIHt9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5zZXRQYXJhbXModGhpcy5jb25maXJtTWVzc2FnZSk7XG4gICAgfVxuXG4gICAgc2V0UGFyYW1zKGRhdGE6IG9iamVjdCB8IHN0cmluZyB8IGFueSkge1xuICAgICAgICBjb25zdCBjb2xvciA9IGRhdGEuY29sb3IgPyBkYXRhLmNvbG9yIDogJ2FjY2VudCc7XG4gICAgICAgIHRoaXMudGl0bGVFbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuY2xhc3NMaXN0LmFkZChgbWF0Y2hhLWJhY2tncm91bmQtJHtjb2xvcn1gKTtcbiAgICAgICAgaWYgKGRhdGEuZGlzYWJsZUNsb3NlKSB7XG4gICAgICAgICAgICB0aGlzLmJ0bkNhbmNlbEVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5jbGFzc0xpc3QuYWRkKCdkLW5vbmUnKTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoZGF0YS5kaXNhYmxlU3VibWl0KSB7XG4gICAgICAgICAgICB0aGlzLmJ0blN1Ym1pdEVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5jbGFzc0xpc3QuYWRkKCdkLW5vbmUnKTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoZGF0YS5vcmRlcikge1xuICAgICAgICAgICAgdGhpcy5idG5TdWJtaXRFbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuc3R5bGUub3JkZXIgPSBkYXRhLm9yZGVyO1xuICAgICAgICB9XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cIm1hdGNoYS1jYXJkLWZsYXQgcC0yNFwiPlxuICAgIDxkaXYgY2xhc3M9XCJkLWZsZXgtc3BhY2UtYmV0d2VlbiBwYi0xNlwiPlxuICAgICAgICA8aDMgY2xhc3M9XCJ0aXRsZSBtLTBcIj48c3BhbiAjdGl0bGVFbGVtZW50IGNsYXNzPVwidGl0bGUtYnVsbGV0IGgtMjRcIj48L3NwYW4+e3tjb25maXJtTWVzc2FnZS50aXRsZSA/IGNvbmZpcm1NZXNzYWdlLnRpdGxlIDogJ0NvbmZpcm0nfX08L2gzPlxuICAgIDwvZGl2PlxuICAgIDwhLS0gPHAgY2xhc3M9XCJtLTAgcGItMjQgZC1mbGV4IHctMTAwLXAgcGFyLW1cIiAqbmdJZj1cImNvbmZpcm1NZXNzYWdlLm1lc3NhZ2VcIj57e2NvbmZpcm1NZXNzYWdlLm1lc3NhZ2UgPyAuaW5lcmh0bWwgOiBjb25maXJtTWVzc2FnZX19PC9wPiAtLT5cbiAgICA8cCBjbGFzcz1cIm0tMCBwYi0yNCBkLWZsZXggdy0xMDAtcCBwYXItbVwiIFtpbm5lckhUTUxdPVwiY29uZmlybU1lc3NhZ2UubWVzc2FnZSA/IGNvbmZpcm1NZXNzYWdlLm1lc3NhZ2UgOiBjb25maXJtTWVzc2FnZVwiPjwvcD5cbiAgICA8ZGl2IGNsYXNzPVwiZC1mbGV4LWNvbHVtbiBkLWZsZXgtc20tcm93IHctMTAwLXAgZC1mbGV4LXNwYWNlLWJldHdlZW5cIj5cbiAgICAgICAgPGJ1dHRvbiAjYnRuQ2FuY2VsRWxlbWVudCBpZD1cImJ0bkNhbmNlbFwiIGNsYXNzPVwibWF0Y2hhLWJ1dHRvbi1zbSBtYi0xNiBtYi1zbS0wIG1yLTAgbXItc20tMTZcIiBtYXQtZmxhdC1idXR0b24gY29sb3I9XCJwcmltYXJ5XCIgY2RrRm9jdXNJbml0aWFsIChjbGljayk9XCJkaWFsb2dSZWYuY2xvc2UoZmFsc2UpXCI+e3tjb25maXJtTWVzc2FnZS5jbG9zZSA/IGNvbmZpcm1NZXNzYWdlLmNsb3NlIDogJ0NhbmNlbCd9fTwvYnV0dG9uPlxuICAgICAgICA8IS0tIDxidXR0b24gI2J0blN1Ym1pdEVsZW1lbnQgaWQ9XCJidG5TdWJtaXRcIiBjbGFzcz1cIm1hdGNoYS1idXR0b24tc21cIiBtYXQtZmxhdC1idXR0b24gW2NvbG9yXT1cImNvbmZpcm1NZXNzYWdlLmNvbG9yICYmIGNvbmZpcm1NZXNzYWdlLmNvbG9yICE9PSAnZ3JlZW4nID8gY29uZmlybU1lc3NhZ2UuY29sb3IgOiAnYWNjZW50J1wiIChjbGljayk9XCJkaWFsb2dSZWYuY2xvc2UodHJ1ZSlcIj57e2NvbmZpcm1NZXNzYWdlLnN1Ym1pdCA/IGNvbmZpcm1NZXNzYWdlLnN1Ym1pdCA6ICdDb25maXJtJ319PC9idXR0b24+IC0tPlxuICAgIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,17 +1,11 @@
|
|
|
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: [{
|
|
@@ -22,9 +16,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
|
22
16
|
],
|
|
23
17
|
imports: [
|
|
24
18
|
CommonModule,
|
|
25
|
-
MatDialogModule,
|
|
26
|
-
MatButtonModule
|
|
27
19
|
]
|
|
28
20
|
}]
|
|
29
21
|
}] });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0Y2hhLWNvbmZpcm0tZGlhbG9nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hdGNoYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9tYXRjaGEtY29uZmlybS1kaWFsb2cvbWF0Y2hhLWNvbmZpcm0tZGlhbG9nLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQzs7QUFFakYsTUFRYSx5QkFBeUI7OEdBQXpCLHlCQUF5QjsrR0FBekIseUJBQXlCLGlCQU45Qiw0QkFBNEIsYUFHNUIsWUFBWTsrR0FHUCx5QkFBeUIsWUFIOUIsWUFBWTs7U0FHUCx5QkFBeUI7MkZBQXpCLHlCQUF5QjtrQkFSckMsUUFBUTttQkFBQztvQkFDTixZQUFZLEVBQUU7d0JBQ1YsNEJBQTRCO3FCQUMvQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsWUFBWTtxQkFDZjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTWF0Y2hhQ29uZmlybURpYWxvZ0NvbXBvbmVudCB9IGZyb20gJy4vbWF0Y2hhLWNvbmZpcm0tZGlhbG9nLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIE1hdGNoYUNvbmZpcm1EaWFsb2dDb21wb25lbnRcbiAgICBdLFxuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgTWF0Y2hhQ29uZmlybURpYWxvZ01vZHVsZVxue1xufVxuIl19
|
|
@@ -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: "app-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: 'app-matcha-input-search', template: "<p>matcha-input-search works!</p>\n" }]
|
|
11
|
+
}] });
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0Y2hhLWlucHV0LXNlYXJjaC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXRjaGEtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvbWF0Y2hhLWlucHV0LXNlYXJjaC9tYXRjaGEtaW5wdXQtc2VhcmNoLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hdGNoYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9tYXRjaGEtaW5wdXQtc2VhcmNoL21hdGNoYS1pbnB1dC1zZWFyY2guY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFMUMsTUFLYSwwQkFBMEI7OEdBQTFCLDBCQUEwQjtrR0FBMUIsMEJBQTBCLCtEQ1B2QyxxQ0FDQTs7U0RNYSwwQkFBMEI7MkZBQTFCLDBCQUEwQjtrQkFMdEMsU0FBUzsrQkFDRSx5QkFBeUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLW1hdGNoYS1pbnB1dC1zZWFyY2gnLFxuICB0ZW1wbGF0ZVVybDogJy4vbWF0Y2hhLWlucHV0LXNlYXJjaC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21hdGNoYS1pbnB1dC1zZWFyY2guY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBNYXRjaGFJbnB1dFNlYXJjaENvbXBvbmVudCB7XG5cbn1cbiIsIjxwPm1hdGNoYS1pbnB1dC1zZWFyY2ggd29ya3MhPC9wPlxuIl19
|
|
@@ -1,11 +1,23 @@
|
|
|
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 { MatchaInputSearchComponent } from './components/matcha-input-search/matcha-input-search.component';
|
|
5
|
+
import { MatButtonModule } from '@angular/material/button';
|
|
6
|
+
import { MatDialogModule } from '@angular/material/dialog';
|
|
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
|
|
8
|
-
|
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaComponentsComponent,
|
|
11
|
+
MatchaInputSearchComponent], imports: [MatDialogModule,
|
|
12
|
+
MatButtonModule,
|
|
13
|
+
MatchaConfirmDialogModule], exports: [MatchaConfirmDialogModule,
|
|
14
|
+
MatDialogModule,
|
|
15
|
+
MatButtonModule] }); }
|
|
16
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, imports: [MatDialogModule,
|
|
17
|
+
MatButtonModule,
|
|
18
|
+
MatchaConfirmDialogModule, MatchaConfirmDialogModule,
|
|
19
|
+
MatDialogModule,
|
|
20
|
+
MatButtonModule] }); }
|
|
9
21
|
}
|
|
10
22
|
export { MatchaComponentsModule };
|
|
11
23
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, decorators: [{
|
|
@@ -13,13 +25,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
|
13
25
|
args: [{
|
|
14
26
|
declarations: [
|
|
15
27
|
MatchaComponentsComponent,
|
|
28
|
+
MatchaInputSearchComponent,
|
|
16
29
|
],
|
|
17
30
|
imports: [
|
|
31
|
+
MatDialogModule,
|
|
32
|
+
MatButtonModule,
|
|
18
33
|
MatchaConfirmDialogModule
|
|
19
34
|
],
|
|
20
35
|
exports: [
|
|
21
|
-
MatchaConfirmDialogModule
|
|
36
|
+
MatchaConfirmDialogModule,
|
|
37
|
+
MatDialogModule,
|
|
38
|
+
MatButtonModule,
|
|
22
39
|
]
|
|
23
40
|
}]
|
|
24
41
|
}] });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
42
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0Y2hhLWNvbXBvbmVudHMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvbWF0Y2hhLWNvbXBvbmVudHMvc3JjL2xpYi9tYXRjaGEtY29tcG9uZW50cy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUMxRSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQztBQUM1RyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxnRUFBZ0UsQ0FBQztBQUM1RyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDOztBQUUzRCxNQWdCYSxzQkFBc0I7OEdBQXRCLHNCQUFzQjsrR0FBdEIsc0JBQXNCLGlCQWQvQix5QkFBeUI7WUFDekIsMEJBQTBCLGFBRzFCLGVBQWU7WUFDZixlQUFlO1lBQ2YseUJBQXlCLGFBR3pCLHlCQUF5QjtZQUN6QixlQUFlO1lBQ2YsZUFBZTsrR0FHTixzQkFBc0IsWUFWL0IsZUFBZTtZQUNmLGVBQWU7WUFDZix5QkFBeUIsRUFHekIseUJBQXlCO1lBQ3pCLGVBQWU7WUFDZixlQUFlOztTQUdOLHNCQUFzQjsyRkFBdEIsc0JBQXNCO2tCQWhCbEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1oseUJBQXlCO3dCQUN6QiwwQkFBMEI7cUJBQzNCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxlQUFlO3dCQUNmLGVBQWU7d0JBQ2YseUJBQXlCO3FCQUMxQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AseUJBQXlCO3dCQUN6QixlQUFlO3dCQUNmLGVBQWU7cUJBQ2hCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdGNoYUNvbXBvbmVudHNDb21wb25lbnQgfSBmcm9tICcuL21hdGNoYS1jb21wb25lbnRzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBNYXRjaGFDb25maXJtRGlhbG9nTW9kdWxlIH0gZnJvbSAnLi9jb21wb25lbnRzL21hdGNoYS1jb25maXJtLWRpYWxvZy9tYXRjaGEtY29uZmlybS1kaWFsb2cubW9kdWxlJztcbmltcG9ydCB7IE1hdGNoYUlucHV0U2VhcmNoQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL21hdGNoYS1pbnB1dC1zZWFyY2gvbWF0Y2hhLWlucHV0LXNlYXJjaC5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcbmltcG9ydCB7IE1hdERpYWxvZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2RpYWxvZyc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIE1hdGNoYUNvbXBvbmVudHNDb21wb25lbnQsXG4gICAgTWF0Y2hhSW5wdXRTZWFyY2hDb21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBNYXREaWFsb2dNb2R1bGUsXG4gICAgTWF0QnV0dG9uTW9kdWxlLFxuICAgIE1hdGNoYUNvbmZpcm1EaWFsb2dNb2R1bGVcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIE1hdGNoYUNvbmZpcm1EaWFsb2dNb2R1bGUsXG4gICAgTWF0RGlhbG9nTW9kdWxlLFxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBNYXRjaGFDb21wb25lbnRzTW9kdWxlIHsgfVxuIl19
|
|
@@ -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,12 +50,8 @@ 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,
|
|
@@ -66,8 +61,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
|
66
61
|
],
|
|
67
62
|
imports: [
|
|
68
63
|
CommonModule,
|
|
69
|
-
MatDialogModule,
|
|
70
|
-
MatButtonModule
|
|
71
64
|
]
|
|
72
65
|
}]
|
|
73
66
|
}] });
|
|
@@ -89,22 +82,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
|
89
82
|
` }]
|
|
90
83
|
}] });
|
|
91
84
|
|
|
85
|
+
class MatchaInputSearchComponent {
|
|
86
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
87
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: MatchaInputSearchComponent, selector: "app-matcha-input-search", ngImport: i0, template: "<p>matcha-input-search works!</p>\n", styles: [""] }); }
|
|
88
|
+
}
|
|
89
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaInputSearchComponent, decorators: [{
|
|
90
|
+
type: Component,
|
|
91
|
+
args: [{ selector: 'app-matcha-input-search', template: "<p>matcha-input-search works!</p>\n" }]
|
|
92
|
+
}] });
|
|
93
|
+
|
|
92
94
|
class MatchaComponentsModule {
|
|
93
95
|
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
|
|
95
|
-
|
|
96
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, declarations: [MatchaComponentsComponent,
|
|
97
|
+
MatchaInputSearchComponent], imports: [MatDialogModule,
|
|
98
|
+
MatButtonModule,
|
|
99
|
+
MatchaConfirmDialogModule], exports: [MatchaConfirmDialogModule,
|
|
100
|
+
MatDialogModule,
|
|
101
|
+
MatButtonModule] }); }
|
|
102
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, imports: [MatDialogModule,
|
|
103
|
+
MatButtonModule,
|
|
104
|
+
MatchaConfirmDialogModule, MatchaConfirmDialogModule,
|
|
105
|
+
MatDialogModule,
|
|
106
|
+
MatButtonModule] }); }
|
|
96
107
|
}
|
|
97
108
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MatchaComponentsModule, decorators: [{
|
|
98
109
|
type: NgModule,
|
|
99
110
|
args: [{
|
|
100
111
|
declarations: [
|
|
101
112
|
MatchaComponentsComponent,
|
|
113
|
+
MatchaInputSearchComponent,
|
|
102
114
|
],
|
|
103
115
|
imports: [
|
|
116
|
+
MatDialogModule,
|
|
117
|
+
MatButtonModule,
|
|
104
118
|
MatchaConfirmDialogModule
|
|
105
119
|
],
|
|
106
120
|
exports: [
|
|
107
|
-
MatchaConfirmDialogModule
|
|
121
|
+
MatchaConfirmDialogModule,
|
|
122
|
+
MatDialogModule,
|
|
123
|
+
MatButtonModule,
|
|
108
124
|
]
|
|
109
125
|
}]
|
|
110
126
|
}] });
|
|
@@ -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
|
|
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/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/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: [\n MatchaConfirmDialogComponent\n ],\n imports: [\n CommonModule,\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 { Component } from '@angular/core';\n\n@Component({\n selector: 'app-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 { MatchaComponentsComponent } from './matcha-components.component';\nimport { MatchaConfirmDialogModule } from './components/matcha-confirm-dialog/matcha-confirm-dialog.module';\nimport { MatchaInputSearchComponent } from './components/matcha-input-search/matcha-input-search.component';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatDialogModule } from '@angular/material/dialog';\n\n@NgModule({\n declarations: [\n MatchaComponentsComponent,\n MatchaInputSearchComponent,\n ],\n imports: [\n MatDialogModule,\n MatButtonModule,\n MatchaConfirmDialogModule\n ],\n exports: [\n MatchaConfirmDialogModule,\n MatDialogModule,\n MatButtonModule,\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,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, "app-matcha-input-search", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -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 "./components/matcha-
|
|
3
|
+
import * as i2 from "./components/matcha-input-search/matcha-input-search.component";
|
|
4
|
+
import * as i3 from "@angular/material/dialog";
|
|
5
|
+
import * as i4 from "@angular/material/button";
|
|
6
|
+
import * as i5 from "./components/matcha-confirm-dialog/matcha-confirm-dialog.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
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaComponentsModule, [typeof i1.MatchaComponentsComponent, typeof i2.MatchaInputSearchComponent], [typeof i3.MatDialogModule, typeof i4.MatButtonModule, typeof i5.MatchaConfirmDialogModule], [typeof i5.MatchaConfirmDialogModule, typeof i3.MatDialogModule, typeof i4.MatButtonModule]>;
|
|
7
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaComponentsModule>;
|
|
8
11
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matcha-components",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^16.0.0",
|
|
6
|
-
"@angular/core": "^16.0.0",
|
|
7
|
-
"@angular/material": "^16.1.3"
|
|
8
|
-
},
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"peerDependencies": {},
|
|
9
5
|
"dependencies": {
|
|
10
6
|
"tslib": "^2.3.0"
|
|
11
7
|
},
|