ngx-mimic 0.0.2 → 0.0.5
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/esm2020/lib/feature-card/feature-card.component.mjs +14 -0
- package/esm2020/lib/ngx-mimic.component.mjs +2 -3
- package/esm2020/lib/ngx-mimic.module.mjs +17 -6
- package/esm2020/lib/ngx-mimic.service.mjs +9 -1
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/ngx-mimic.mjs +37 -8
- package/fesm2015/ngx-mimic.mjs.map +1 -1
- package/fesm2020/ngx-mimic.mjs +37 -8
- package/fesm2020/ngx-mimic.mjs.map +1 -1
- package/lib/feature-card/feature-card.component.d.ts +8 -0
- package/lib/ngx-mimic.module.d.ts +4 -1
- package/lib/ngx-mimic.service.d.ts +13 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
@@ -0,0 +1,14 @@
|
|
1
|
+
import { Component } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export class FeatureCardComponent {
|
4
|
+
constructor() { }
|
5
|
+
ngOnInit() {
|
6
|
+
}
|
7
|
+
}
|
8
|
+
FeatureCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: FeatureCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
9
|
+
FeatureCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: FeatureCardComponent, selector: "mimic-feature-card", ngImport: i0, template: "<div>\n <h1>COMPONENTE DUDA PROGRAMADORA 2023</h1>\n feature-card works!\n</div>\n", styles: [""] });
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: FeatureCardComponent, decorators: [{
|
11
|
+
type: Component,
|
12
|
+
args: [{ selector: 'mimic-feature-card', template: "<div>\n <h1>COMPONENTE DUDA PROGRAMADORA 2023</h1>\n feature-card works!\n</div>\n", styles: [""] }]
|
13
|
+
}], ctorParameters: function () { return []; } });
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZS1jYXJkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1taW1pYy9zcmMvbGliL2ZlYXR1cmUtY2FyZC9mZWF0dXJlLWNhcmQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LW1pbWljL3NyYy9saWIvZmVhdHVyZS1jYXJkL2ZlYXR1cmUtY2FyZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOztBQU9sRCxNQUFNLE9BQU8sb0JBQW9CO0lBRS9CLGdCQUFnQixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOztpSEFMVSxvQkFBb0I7cUdBQXBCLG9CQUFvQiwwRENQakMsc0ZBSUE7MkZER2Esb0JBQW9CO2tCQUxoQyxTQUFTOytCQUNFLG9CQUFvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21pbWljLWZlYXR1cmUtY2FyZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9mZWF0dXJlLWNhcmQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9mZWF0dXJlLWNhcmQuY29tcG9uZW50LnNhc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBGZWF0dXJlQ2FyZENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgY29uc3RydWN0b3IoKSB7IH1cblxuICBuZ09uSW5pdCgpIHtcbiAgfVxuXG59XG4iLCI8ZGl2PlxuICA8aDE+Q09NUE9ORU5URSBEVURBIFBST0dSQU1BRE9SQSAyMDIzPC9oMT5cbiAgZmVhdHVyZS1jYXJkIHdvcmtzIVxuPC9kaXY+XG4iXX0=
|
@@ -2,8 +2,7 @@ import { Component } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export class NgxMimicComponent {
|
4
4
|
constructor() { }
|
5
|
-
ngOnInit() {
|
6
|
-
}
|
5
|
+
ngOnInit() { }
|
7
6
|
}
|
8
7
|
NgxMimicComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
9
8
|
NgxMimicComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: NgxMimicComponent, selector: "lib-ngx-mimic", ngImport: i0, template: `
|
@@ -23,4 +22,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImpor
|
|
23
22
|
styles: []
|
24
23
|
}]
|
25
24
|
}], ctorParameters: function () { return []; } });
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LW1pbWljLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1taW1pYy9zcmMvbGliL25neC1taW1pYy5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7QUFZbEQsTUFBTSxPQUFPLGlCQUFpQjtJQUU1QixnQkFBZ0IsQ0FBQztJQUVqQixRQUFRLEtBQVUsQ0FBQzs7OEdBSlIsaUJBQWlCO2tHQUFqQixpQkFBaUIscURBUmxCOzs7O0dBSVQ7MkZBSVUsaUJBQWlCO2tCQVY3QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxlQUFlO29CQUN6QixRQUFRLEVBQUU7Ozs7R0FJVDtvQkFDRCxNQUFNLEVBQUUsRUFDUDtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2xpYi1uZ3gtbWltaWMnLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxwPlxuICAgICAgbmd4LW1pbWljIHdvcmtzIVxuICAgIDwvcD5cbiAgYCxcbiAgc3R5bGVzOiBbXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgTmd4TWltaWNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7fVxuXG59XG4iXX0=
|
@@ -1,21 +1,32 @@
|
|
1
|
-
import { NgModule } from '@angular/core';
|
1
|
+
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
2
|
+
import { FeatureCardComponent } from './feature-card/feature-card.component';
|
2
3
|
import { NgxMimicComponent } from './ngx-mimic.component';
|
3
4
|
import * as i0 from "@angular/core";
|
4
5
|
export class NgxMimicModule {
|
6
|
+
static forRoot() {
|
7
|
+
return {
|
8
|
+
ngModule: NgxMimicModule
|
9
|
+
};
|
10
|
+
}
|
5
11
|
}
|
6
12
|
NgxMimicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
7
|
-
NgxMimicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, declarations: [NgxMimicComponent
|
13
|
+
NgxMimicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, declarations: [NgxMimicComponent,
|
14
|
+
FeatureCardComponent], exports: [NgxMimicComponent,
|
15
|
+
FeatureCardComponent] });
|
8
16
|
NgxMimicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, imports: [[]] });
|
9
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, decorators: [{
|
10
18
|
type: NgModule,
|
11
19
|
args: [{
|
12
20
|
declarations: [
|
13
|
-
NgxMimicComponent
|
21
|
+
NgxMimicComponent,
|
22
|
+
FeatureCardComponent
|
14
23
|
],
|
15
24
|
imports: [],
|
16
25
|
exports: [
|
17
|
-
NgxMimicComponent
|
18
|
-
|
26
|
+
NgxMimicComponent,
|
27
|
+
FeatureCardComponent
|
28
|
+
],
|
29
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
19
30
|
}]
|
20
31
|
}] });
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LW1pbWljLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1taW1pYy9zcmMvbGliL25neC1taW1pYy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUF1QixRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdEYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBZTFELE1BQU0sT0FBTyxjQUFjO0lBQ3pCLE1BQU0sQ0FBQyxPQUFPO1FBQ1osT0FBTztZQUNMLFFBQVEsRUFBRSxjQUFjO1NBQ3pCLENBQUE7SUFDSCxDQUFDOzsyR0FMVSxjQUFjOzRHQUFkLGNBQWMsaUJBWHZCLGlCQUFpQjtRQUNqQixvQkFBb0IsYUFLcEIsaUJBQWlCO1FBQ2pCLG9CQUFvQjs0R0FJWCxjQUFjLFlBUmhCLEVBQ1I7MkZBT1UsY0FBYztrQkFiMUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osaUJBQWlCO3dCQUNqQixvQkFBb0I7cUJBQ3JCO29CQUNELE9BQU8sRUFBRSxFQUNSO29CQUNELE9BQU8sRUFBRTt3QkFDUCxpQkFBaUI7d0JBQ2pCLG9CQUFvQjtxQkFDckI7b0JBQ0QsT0FBTyxFQUFFLENBQUUsc0JBQXNCLENBQUU7aUJBQ3BDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTW9kdWxlV2l0aFByb3ZpZGVycywgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZlYXR1cmVDYXJkQ29tcG9uZW50IH0gZnJvbSAnLi9mZWF0dXJlLWNhcmQvZmVhdHVyZS1jYXJkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBOZ3hNaW1pY0NvbXBvbmVudCB9IGZyb20gJy4vbmd4LW1pbWljLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIE5neE1pbWljQ29tcG9uZW50LFxuICAgIEZlYXR1cmVDYXJkQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIE5neE1pbWljQ29tcG9uZW50LFxuICAgIEZlYXR1cmVDYXJkQ29tcG9uZW50XG4gIF0sXG4gIHNjaGVtYXM6IFsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSBdXG59KVxuZXhwb3J0IGNsYXNzIE5neE1pbWljTW9kdWxlIHsgXG4gIHN0YXRpYyBmb3JSb290KCk6IE1vZHVsZVdpdGhQcm92aWRlcnM8Tmd4TWltaWNNb2R1bGU+IHtcbiAgICByZXR1cm4ge1xuICAgICAgbmdNb2R1bGU6IE5neE1pbWljTW9kdWxlXG4gICAgfVxuICB9XG59XG4iXX0=
|
@@ -2,6 +2,12 @@ import { Injectable } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export class NgxMimicService {
|
4
4
|
constructor() { }
|
5
|
+
getVisualIdentity() {
|
6
|
+
return this.visualIdentity;
|
7
|
+
}
|
8
|
+
setVisualIdentity(visualIdentity) {
|
9
|
+
this.visualIdentity = visualIdentity;
|
10
|
+
}
|
5
11
|
}
|
6
12
|
NgxMimicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
7
13
|
NgxMimicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicService, providedIn: 'root' });
|
@@ -11,4 +17,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImpor
|
|
11
17
|
providedIn: 'root'
|
12
18
|
}]
|
13
19
|
}], ctorParameters: function () { return []; } });
|
14
|
-
|
20
|
+
export class VisualIdentity {
|
21
|
+
}
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LW1pbWljLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtbWltaWMvc3JjL2xpYi9uZ3gtbWltaWMuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU0zQyxNQUFNLE9BQU8sZUFBZTtJQUcxQixnQkFBZ0IsQ0FBQztJQUVqQixpQkFBaUI7UUFDZixPQUFPLElBQUksQ0FBQyxjQUFjLENBQUM7SUFDN0IsQ0FBQztJQUVELGlCQUFpQixDQUFDLGNBQThCO1FBQzlDLElBQUksQ0FBQyxjQUFjLEdBQUcsY0FBYyxDQUFDO0lBQ3ZDLENBQUM7OzRHQVhVLGVBQWU7Z0hBQWYsZUFBZSxjQUhkLE1BQU07MkZBR1AsZUFBZTtrQkFKM0IsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkI7O0FBZ0JELE1BQU0sT0FBTyxjQUFjO0NBUzFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290J1xufSlcblxuZXhwb3J0IGNsYXNzIE5neE1pbWljU2VydmljZSB7XG4gIHZpc3VhbElkZW50aXR5OiBWaXN1YWxJZGVudGl0eSB8IHVuZGVmaW5lZDtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIGdldFZpc3VhbElkZW50aXR5KCk6IFZpc3VhbElkZW50aXR5IHwgdW5kZWZpbmVkIHtcbiAgICByZXR1cm4gdGhpcy52aXN1YWxJZGVudGl0eTtcbiAgfVxuXG4gIHNldFZpc3VhbElkZW50aXR5KHZpc3VhbElkZW50aXR5OiBWaXN1YWxJZGVudGl0eSk6IHZvaWQge1xuICAgIHRoaXMudmlzdWFsSWRlbnRpdHkgPSB2aXN1YWxJZGVudGl0eTtcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgVmlzdWFsSWRlbnRpdHkge1xuICBpZDogbnVtYmVyIHwgdW5kZWZpbmVkO1xuICB0aGVtZTogbnVtYmVyIHwgdW5kZWZpbmVkO1xuICBiYXNlQ29sb3I6IHN0cmluZyB8IHVuZGVmaW5lZDtcbiAgcHJpbWFyeUNvbG9yOiBzdHJpbmcgfCB1bmRlZmluZWQ7XG4gIGNhbGxUb0FjdGlvbkNvbG9yOiBzdHJpbmcgfCB1bmRlZmluZWQ7XG4gIHRleHRDb2xvcjogc3RyaW5nIHwgdW5kZWZpbmVkO1xuICBsb2dvRmlsZTogc3RyaW5nIHwgdW5kZWZpbmVkO1xuICBsb2dvOiBhbnkgfCB1bmRlZmluZWQ7XG59Il19
|
package/esm2020/public-api.mjs
CHANGED
@@ -4,4 +4,5 @@
|
|
4
4
|
export * from './lib/ngx-mimic.service';
|
5
5
|
export * from './lib/ngx-mimic.component';
|
6
6
|
export * from './lib/ngx-mimic.module';
|
7
|
-
|
7
|
+
export * from './lib/feature-card/feature-card.component';
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL25neC1taW1pYy9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHdCQUF3QixDQUFDO0FBRXZDLGNBQWMsMkNBQTJDLENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIG5neC1taW1pY1xuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vbGliL25neC1taW1pYy5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL25neC1taW1pYy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbmd4LW1pbWljLm1vZHVsZSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vbGliL2ZlYXR1cmUtY2FyZC9mZWF0dXJlLWNhcmQuY29tcG9uZW50J1xuIl19
|
package/fesm2015/ngx-mimic.mjs
CHANGED
@@ -1,8 +1,14 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import { Injectable, Component, NgModule } from '@angular/core';
|
2
|
+
import { Injectable, Component, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
3
3
|
|
4
4
|
class NgxMimicService {
|
5
5
|
constructor() { }
|
6
|
+
getVisualIdentity() {
|
7
|
+
return this.visualIdentity;
|
8
|
+
}
|
9
|
+
setVisualIdentity(visualIdentity) {
|
10
|
+
this.visualIdentity = visualIdentity;
|
11
|
+
}
|
6
12
|
}
|
7
13
|
NgxMimicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
8
14
|
NgxMimicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicService, providedIn: 'root' });
|
@@ -12,11 +18,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImpor
|
|
12
18
|
providedIn: 'root'
|
13
19
|
}]
|
14
20
|
}], ctorParameters: function () { return []; } });
|
21
|
+
class VisualIdentity {
|
22
|
+
}
|
15
23
|
|
16
24
|
class NgxMimicComponent {
|
17
25
|
constructor() { }
|
18
|
-
ngOnInit() {
|
19
|
-
}
|
26
|
+
ngOnInit() { }
|
20
27
|
}
|
21
28
|
NgxMimicComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
22
29
|
NgxMimicComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: NgxMimicComponent, selector: "lib-ngx-mimic", ngImport: i0, template: `
|
@@ -37,21 +44,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImpor
|
|
37
44
|
}]
|
38
45
|
}], ctorParameters: function () { return []; } });
|
39
46
|
|
47
|
+
class FeatureCardComponent {
|
48
|
+
constructor() { }
|
49
|
+
ngOnInit() {
|
50
|
+
}
|
51
|
+
}
|
52
|
+
FeatureCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: FeatureCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
53
|
+
FeatureCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: FeatureCardComponent, selector: "mimic-feature-card", ngImport: i0, template: "<div>\n <h1>COMPONENTE DUDA PROGRAMADORA 2023</h1>\n feature-card works!\n</div>\n", styles: [""] });
|
54
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: FeatureCardComponent, decorators: [{
|
55
|
+
type: Component,
|
56
|
+
args: [{ selector: 'mimic-feature-card', template: "<div>\n <h1>COMPONENTE DUDA PROGRAMADORA 2023</h1>\n feature-card works!\n</div>\n", styles: [""] }]
|
57
|
+
}], ctorParameters: function () { return []; } });
|
58
|
+
|
40
59
|
class NgxMimicModule {
|
60
|
+
static forRoot() {
|
61
|
+
return {
|
62
|
+
ngModule: NgxMimicModule
|
63
|
+
};
|
64
|
+
}
|
41
65
|
}
|
42
66
|
NgxMimicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
43
|
-
NgxMimicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, declarations: [NgxMimicComponent
|
67
|
+
NgxMimicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, declarations: [NgxMimicComponent,
|
68
|
+
FeatureCardComponent], exports: [NgxMimicComponent,
|
69
|
+
FeatureCardComponent] });
|
44
70
|
NgxMimicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, imports: [[]] });
|
45
71
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, decorators: [{
|
46
72
|
type: NgModule,
|
47
73
|
args: [{
|
48
74
|
declarations: [
|
49
|
-
NgxMimicComponent
|
75
|
+
NgxMimicComponent,
|
76
|
+
FeatureCardComponent
|
50
77
|
],
|
51
78
|
imports: [],
|
52
79
|
exports: [
|
53
|
-
NgxMimicComponent
|
54
|
-
|
80
|
+
NgxMimicComponent,
|
81
|
+
FeatureCardComponent
|
82
|
+
],
|
83
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
55
84
|
}]
|
56
85
|
}] });
|
57
86
|
|
@@ -63,5 +92,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImpor
|
|
63
92
|
* Generated bundle index. Do not edit.
|
64
93
|
*/
|
65
94
|
|
66
|
-
export { NgxMimicComponent, NgxMimicModule, NgxMimicService };
|
95
|
+
export { FeatureCardComponent, NgxMimicComponent, NgxMimicModule, NgxMimicService, VisualIdentity };
|
67
96
|
//# sourceMappingURL=ngx-mimic.mjs.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ngx-mimic.mjs","sources":["../../../projects/ngx-mimic/src/lib/ngx-mimic.service.ts","../../../projects/ngx-mimic/src/lib/ngx-mimic.component.ts","../../../projects/ngx-mimic/src/lib/ngx-mimic.module.ts","../../../projects/ngx-mimic/src/public-api.ts","../../../projects/ngx-mimic/src/ngx-mimic.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NgxMimicService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'lib-ngx-mimic',\n template: `\n <p>\n ngx-mimic works!\n </p>\n `,\n styles: [\n ]\n})\nexport class NgxMimicComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { NgxMimicComponent } from './ngx-mimic.component';\n\n
|
1
|
+
{"version":3,"file":"ngx-mimic.mjs","sources":["../../../projects/ngx-mimic/src/lib/ngx-mimic.service.ts","../../../projects/ngx-mimic/src/lib/ngx-mimic.component.ts","../../../projects/ngx-mimic/src/lib/feature-card/feature-card.component.ts","../../../projects/ngx-mimic/src/lib/feature-card/feature-card.component.html","../../../projects/ngx-mimic/src/lib/ngx-mimic.module.ts","../../../projects/ngx-mimic/src/public-api.ts","../../../projects/ngx-mimic/src/ngx-mimic.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\n\nexport class NgxMimicService {\n visualIdentity: VisualIdentity | undefined;\n\n constructor() { }\n\n getVisualIdentity(): VisualIdentity | undefined {\n return this.visualIdentity;\n }\n\n setVisualIdentity(visualIdentity: VisualIdentity): void {\n this.visualIdentity = visualIdentity;\n }\n}\n\nexport class VisualIdentity {\n id: number | undefined;\n theme: number | undefined;\n baseColor: string | undefined;\n primaryColor: string | undefined;\n callToActionColor: string | undefined;\n textColor: string | undefined;\n logoFile: string | undefined;\n logo: any | undefined;\n}","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'lib-ngx-mimic',\n template: `\n <p>\n ngx-mimic works!\n </p>\n `,\n styles: [\n ]\n})\nexport class NgxMimicComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {}\n\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'mimic-feature-card',\n templateUrl: './feature-card.component.html',\n styleUrls: ['./feature-card.component.sass']\n})\nexport class FeatureCardComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","<div>\n <h1>COMPONENTE DUDA PROGRAMADORA 2023</h1>\n feature-card works!\n</div>\n","import { CUSTOM_ELEMENTS_SCHEMA, ModuleWithProviders, NgModule } from '@angular/core';\nimport { FeatureCardComponent } from './feature-card/feature-card.component';\nimport { NgxMimicComponent } from './ngx-mimic.component';\n\n@NgModule({\n declarations: [\n NgxMimicComponent,\n FeatureCardComponent\n ],\n imports: [\n ],\n exports: [\n NgxMimicComponent,\n FeatureCardComponent\n ],\n schemas: [ CUSTOM_ELEMENTS_SCHEMA ]\n})\nexport class NgxMimicModule { \n static forRoot(): ModuleWithProviders<NgxMimicModule> {\n return {\n ngModule: NgxMimicModule\n }\n }\n}\n","/*\n * Public API Surface of ngx-mimic\n */\n\nexport * from './lib/ngx-mimic.service';\nexport * from './lib/ngx-mimic.component';\nexport * from './lib/ngx-mimic.module';\n\nexport * from './lib/feature-card/feature-card.component'\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
package/fesm2020/ngx-mimic.mjs
CHANGED
@@ -1,8 +1,14 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import { Injectable, Component, NgModule } from '@angular/core';
|
2
|
+
import { Injectable, Component, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
3
3
|
|
4
4
|
class NgxMimicService {
|
5
5
|
constructor() { }
|
6
|
+
getVisualIdentity() {
|
7
|
+
return this.visualIdentity;
|
8
|
+
}
|
9
|
+
setVisualIdentity(visualIdentity) {
|
10
|
+
this.visualIdentity = visualIdentity;
|
11
|
+
}
|
6
12
|
}
|
7
13
|
NgxMimicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
8
14
|
NgxMimicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicService, providedIn: 'root' });
|
@@ -12,11 +18,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImpor
|
|
12
18
|
providedIn: 'root'
|
13
19
|
}]
|
14
20
|
}], ctorParameters: function () { return []; } });
|
21
|
+
class VisualIdentity {
|
22
|
+
}
|
15
23
|
|
16
24
|
class NgxMimicComponent {
|
17
25
|
constructor() { }
|
18
|
-
ngOnInit() {
|
19
|
-
}
|
26
|
+
ngOnInit() { }
|
20
27
|
}
|
21
28
|
NgxMimicComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
22
29
|
NgxMimicComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: NgxMimicComponent, selector: "lib-ngx-mimic", ngImport: i0, template: `
|
@@ -37,21 +44,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImpor
|
|
37
44
|
}]
|
38
45
|
}], ctorParameters: function () { return []; } });
|
39
46
|
|
47
|
+
class FeatureCardComponent {
|
48
|
+
constructor() { }
|
49
|
+
ngOnInit() {
|
50
|
+
}
|
51
|
+
}
|
52
|
+
FeatureCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: FeatureCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
53
|
+
FeatureCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.5", type: FeatureCardComponent, selector: "mimic-feature-card", ngImport: i0, template: "<div>\n <h1>COMPONENTE DUDA PROGRAMADORA 2023</h1>\n feature-card works!\n</div>\n", styles: [""] });
|
54
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: FeatureCardComponent, decorators: [{
|
55
|
+
type: Component,
|
56
|
+
args: [{ selector: 'mimic-feature-card', template: "<div>\n <h1>COMPONENTE DUDA PROGRAMADORA 2023</h1>\n feature-card works!\n</div>\n", styles: [""] }]
|
57
|
+
}], ctorParameters: function () { return []; } });
|
58
|
+
|
40
59
|
class NgxMimicModule {
|
60
|
+
static forRoot() {
|
61
|
+
return {
|
62
|
+
ngModule: NgxMimicModule
|
63
|
+
};
|
64
|
+
}
|
41
65
|
}
|
42
66
|
NgxMimicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
43
|
-
NgxMimicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, declarations: [NgxMimicComponent
|
67
|
+
NgxMimicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, declarations: [NgxMimicComponent,
|
68
|
+
FeatureCardComponent], exports: [NgxMimicComponent,
|
69
|
+
FeatureCardComponent] });
|
44
70
|
NgxMimicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, imports: [[]] });
|
45
71
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: NgxMimicModule, decorators: [{
|
46
72
|
type: NgModule,
|
47
73
|
args: [{
|
48
74
|
declarations: [
|
49
|
-
NgxMimicComponent
|
75
|
+
NgxMimicComponent,
|
76
|
+
FeatureCardComponent
|
50
77
|
],
|
51
78
|
imports: [],
|
52
79
|
exports: [
|
53
|
-
NgxMimicComponent
|
54
|
-
|
80
|
+
NgxMimicComponent,
|
81
|
+
FeatureCardComponent
|
82
|
+
],
|
83
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
55
84
|
}]
|
56
85
|
}] });
|
57
86
|
|
@@ -63,5 +92,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImpor
|
|
63
92
|
* Generated bundle index. Do not edit.
|
64
93
|
*/
|
65
94
|
|
66
|
-
export { NgxMimicComponent, NgxMimicModule, NgxMimicService };
|
95
|
+
export { FeatureCardComponent, NgxMimicComponent, NgxMimicModule, NgxMimicService, VisualIdentity };
|
67
96
|
//# sourceMappingURL=ngx-mimic.mjs.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ngx-mimic.mjs","sources":["../../../projects/ngx-mimic/src/lib/ngx-mimic.service.ts","../../../projects/ngx-mimic/src/lib/ngx-mimic.component.ts","../../../projects/ngx-mimic/src/lib/ngx-mimic.module.ts","../../../projects/ngx-mimic/src/public-api.ts","../../../projects/ngx-mimic/src/ngx-mimic.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NgxMimicService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'lib-ngx-mimic',\n template: `\n <p>\n ngx-mimic works!\n </p>\n `,\n styles: [\n ]\n})\nexport class NgxMimicComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { NgxMimicComponent } from './ngx-mimic.component';\n\n
|
1
|
+
{"version":3,"file":"ngx-mimic.mjs","sources":["../../../projects/ngx-mimic/src/lib/ngx-mimic.service.ts","../../../projects/ngx-mimic/src/lib/ngx-mimic.component.ts","../../../projects/ngx-mimic/src/lib/feature-card/feature-card.component.ts","../../../projects/ngx-mimic/src/lib/feature-card/feature-card.component.html","../../../projects/ngx-mimic/src/lib/ngx-mimic.module.ts","../../../projects/ngx-mimic/src/public-api.ts","../../../projects/ngx-mimic/src/ngx-mimic.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\n\nexport class NgxMimicService {\n visualIdentity: VisualIdentity | undefined;\n\n constructor() { }\n\n getVisualIdentity(): VisualIdentity | undefined {\n return this.visualIdentity;\n }\n\n setVisualIdentity(visualIdentity: VisualIdentity): void {\n this.visualIdentity = visualIdentity;\n }\n}\n\nexport class VisualIdentity {\n id: number | undefined;\n theme: number | undefined;\n baseColor: string | undefined;\n primaryColor: string | undefined;\n callToActionColor: string | undefined;\n textColor: string | undefined;\n logoFile: string | undefined;\n logo: any | undefined;\n}","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'lib-ngx-mimic',\n template: `\n <p>\n ngx-mimic works!\n </p>\n `,\n styles: [\n ]\n})\nexport class NgxMimicComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {}\n\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'mimic-feature-card',\n templateUrl: './feature-card.component.html',\n styleUrls: ['./feature-card.component.sass']\n})\nexport class FeatureCardComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","<div>\n <h1>COMPONENTE DUDA PROGRAMADORA 2023</h1>\n feature-card works!\n</div>\n","import { CUSTOM_ELEMENTS_SCHEMA, ModuleWithProviders, NgModule } from '@angular/core';\nimport { FeatureCardComponent } from './feature-card/feature-card.component';\nimport { NgxMimicComponent } from './ngx-mimic.component';\n\n@NgModule({\n declarations: [\n NgxMimicComponent,\n FeatureCardComponent\n ],\n imports: [\n ],\n exports: [\n NgxMimicComponent,\n FeatureCardComponent\n ],\n schemas: [ CUSTOM_ELEMENTS_SCHEMA ]\n})\nexport class NgxMimicModule { \n static forRoot(): ModuleWithProviders<NgxMimicModule> {\n return {\n ngModule: NgxMimicModule\n }\n }\n}\n","/*\n * Public API Surface of ngx-mimic\n */\n\nexport * from './lib/ngx-mimic.service';\nexport * from './lib/ngx-mimic.component';\nexport * from './lib/ngx-mimic.module';\n\nexport * from './lib/feature-card/feature-card.component'\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { OnInit } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class FeatureCardComponent implements OnInit {
|
4
|
+
constructor();
|
5
|
+
ngOnInit(): void;
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureCardComponent, never>;
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureCardComponent, "mimic-feature-card", never, {}, {}, never, never>;
|
8
|
+
}
|
@@ -1,7 +1,10 @@
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
1
2
|
import * as i0 from "@angular/core";
|
2
3
|
import * as i1 from "./ngx-mimic.component";
|
4
|
+
import * as i2 from "./feature-card/feature-card.component";
|
3
5
|
export declare class NgxMimicModule {
|
6
|
+
static forRoot(): ModuleWithProviders<NgxMimicModule>;
|
4
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMimicModule, never>;
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxMimicModule, [typeof i1.NgxMimicComponent], never, [typeof i1.NgxMimicComponent]>;
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxMimicModule, [typeof i1.NgxMimicComponent, typeof i2.FeatureCardComponent], never, [typeof i1.NgxMimicComponent, typeof i2.FeatureCardComponent]>;
|
6
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxMimicModule>;
|
7
10
|
}
|
@@ -1,6 +1,19 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class NgxMimicService {
|
3
|
+
visualIdentity: VisualIdentity | undefined;
|
3
4
|
constructor();
|
5
|
+
getVisualIdentity(): VisualIdentity | undefined;
|
6
|
+
setVisualIdentity(visualIdentity: VisualIdentity): void;
|
4
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMimicService, never>;
|
5
8
|
static ɵprov: i0.ɵɵInjectableDeclaration<NgxMimicService>;
|
6
9
|
}
|
10
|
+
export declare class VisualIdentity {
|
11
|
+
id: number | undefined;
|
12
|
+
theme: number | undefined;
|
13
|
+
baseColor: string | undefined;
|
14
|
+
primaryColor: string | undefined;
|
15
|
+
callToActionColor: string | undefined;
|
16
|
+
textColor: string | undefined;
|
17
|
+
logoFile: string | undefined;
|
18
|
+
logo: any | undefined;
|
19
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED