@jooler/jooler-websites-shared 0.0.3 → 0.0.4
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/get-started-cta/get-started-cta.component.mjs +22 -0
- package/esm2020/lib/jooler-websites-shared.module.mjs +10 -5
- package/esm2020/lib/page-section-style-ten/page-section-style-ten.component.mjs +2 -2
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/jooler-websites-shared.mjs +31 -7
- package/fesm2015/jooler-websites-shared.mjs.map +1 -1
- package/fesm2020/jooler-websites-shared.mjs +31 -7
- package/fesm2020/jooler-websites-shared.mjs.map +1 -1
- package/lib/get-started-cta/get-started-cta.component.d.ts +10 -0
- package/lib/jooler-websites-shared.module.d.ts +5 -4
- package/package.json +2 -2
- package/public-api.d.ts +1 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/router";
|
|
4
|
+
import * as i2 from "@angular/material/button";
|
|
5
|
+
export class GetStartedCTAComponent {
|
|
6
|
+
constructor(_Router) {
|
|
7
|
+
this._Router = _Router;
|
|
8
|
+
}
|
|
9
|
+
onClickCreateAccount() {
|
|
10
|
+
this._Router.navigate(["authentication/get-started"]);
|
|
11
|
+
}
|
|
12
|
+
onClickLogo() {
|
|
13
|
+
this._Router.navigate(['home-page']);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
GetStartedCTAComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: GetStartedCTAComponent, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
+
GetStartedCTAComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: GetStartedCTAComponent, selector: "get-started-cta", ngImport: i0, template: "<div class=\"all\">\n <div class=\"get-started\">\n <div class=\"content\">\n <h1>Get Started</h1>\n <div class=\"description\">\n Join our community of jewelry enthusiasts and industry professionals today by signing\n up for an account. Let us help you make your mark in the world of jewelry.\n </div>\n <img src=\" ../../../assets/images/logo-white.png\" alt=\"\" (click)=\"onClickLogo()\" class=\"logo-img\">\n <div class=\"create-account\">\n <input type=\"email\" class=\"email-input\" placeholder=\"Email Address\">\n <button mat-raised-button class=\"sign-up-btn\" (click)=\"onClickCreateAccount()\">Create\n Account</button>\n </div>\n </div>\n </div>\n</div>", styles: [".all{margin-top:3rem;display:flex;align-items:center}.get-started{position:relative;text-align:center;color:#fff;background-image:url(../../../assets/images/get-started-background.png);background-position:top center;background-repeat:no-repeat;background-size:cover;display:grid;padding:3rem 0rem;border-radius:1.5rem;margin:auto;width:90%}@media only screen and (min-width: 1500px){.get-started{max-width:150rem}}.get-started .content{display:grid;row-gap:1rem}.get-started .content .title{font-size:4rem}.get-started .content .description{width:60%;margin:auto}@media only screen and (max-width: 75em){.get-started .content .description{width:80%}}.get-started .sign-up{text-decoration:underline;font-weight:500;cursor:pointer}.get-started .logo-img{cursor:pointer;margin:2vh 0 5vh;width:20rem;margin:auto}.get-started .create-account{display:flex;justify-content:center;align-items:center;height:3.4rem;width:50%;margin:auto;column-gap:2%}.get-started .sign-up-btn{background-color:#155ed4;color:#fff;height:100%;width:40%;max-width:70%}.get-started .email-input{width:60%;height:100%;max-width:80%}@media only screen and (max-width: 75em){.get-started .create-account{width:70%}}@media only screen and (max-width: 56.25em){.get-started .create-account{height:auto;row-gap:1rem;flex-wrap:wrap;width:100%;flex-direction:column}.get-started .sign-up-btn{height:4rem;width:20rem}.get-started .email-input{width:29rem;height:3.5rem}}\n"], dependencies: [{ kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }] });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: GetStartedCTAComponent, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: 'get-started-cta', template: "<div class=\"all\">\n <div class=\"get-started\">\n <div class=\"content\">\n <h1>Get Started</h1>\n <div class=\"description\">\n Join our community of jewelry enthusiasts and industry professionals today by signing\n up for an account. Let us help you make your mark in the world of jewelry.\n </div>\n <img src=\" ../../../assets/images/logo-white.png\" alt=\"\" (click)=\"onClickLogo()\" class=\"logo-img\">\n <div class=\"create-account\">\n <input type=\"email\" class=\"email-input\" placeholder=\"Email Address\">\n <button mat-raised-button class=\"sign-up-btn\" (click)=\"onClickCreateAccount()\">Create\n Account</button>\n </div>\n </div>\n </div>\n</div>", styles: [".all{margin-top:3rem;display:flex;align-items:center}.get-started{position:relative;text-align:center;color:#fff;background-image:url(../../../assets/images/get-started-background.png);background-position:top center;background-repeat:no-repeat;background-size:cover;display:grid;padding:3rem 0rem;border-radius:1.5rem;margin:auto;width:90%}@media only screen and (min-width: 1500px){.get-started{max-width:150rem}}.get-started .content{display:grid;row-gap:1rem}.get-started .content .title{font-size:4rem}.get-started .content .description{width:60%;margin:auto}@media only screen and (max-width: 75em){.get-started .content .description{width:80%}}.get-started .sign-up{text-decoration:underline;font-weight:500;cursor:pointer}.get-started .logo-img{cursor:pointer;margin:2vh 0 5vh;width:20rem;margin:auto}.get-started .create-account{display:flex;justify-content:center;align-items:center;height:3.4rem;width:50%;margin:auto;column-gap:2%}.get-started .sign-up-btn{background-color:#155ed4;color:#fff;height:100%;width:40%;max-width:70%}.get-started .email-input{width:60%;height:100%;max-width:80%}@media only screen and (max-width: 75em){.get-started .create-account{width:70%}}@media only screen and (max-width: 56.25em){.get-started .create-account{height:auto;row-gap:1rem;flex-wrap:wrap;width:100%;flex-direction:column}.get-started .sign-up-btn{height:4rem;width:20rem}.get-started .email-input{width:29rem;height:3.5rem}}\n"] }]
|
|
21
|
+
}], ctorParameters: function () { return [{ type: i1.Router }]; } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0LXN0YXJ0ZWQtY3RhLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2pvb2xlci13ZWJzaXRlcy1zaGFyZWQvc3JjL2xpYi9nZXQtc3RhcnRlZC1jdGEvZ2V0LXN0YXJ0ZWQtY3RhLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2pvb2xlci13ZWJzaXRlcy1zaGFyZWQvc3JjL2xpYi9nZXQtc3RhcnRlZC1jdGEvZ2V0LXN0YXJ0ZWQtY3RhLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7QUFRMUMsTUFBTSxPQUFPLHNCQUFzQjtJQUVqQyxZQUFvQixPQUFlO1FBQWYsWUFBTyxHQUFQLE9BQU8sQ0FBUTtJQUFJLENBQUM7SUFFeEMsb0JBQW9CO1FBQ2xCLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLENBQUMsNEJBQTRCLENBQUMsQ0FBQyxDQUFDO0lBQ3hELENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDO0lBQ3ZDLENBQUM7O21IQVZVLHNCQUFzQjt1R0FBdEIsc0JBQXNCLHVEQ1JuQyxrMEJBZ0JNOzJGRFJPLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFJvdXRlciB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2dldC1zdGFydGVkLWN0YScsXG4gIHRlbXBsYXRlVXJsOiAnLi9nZXQtc3RhcnRlZC1jdGEuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9nZXQtc3RhcnRlZC1jdGEuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBHZXRTdGFydGVkQ1RBQ29tcG9uZW50IHtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIF9Sb3V0ZXI6IFJvdXRlcikgeyB9XG5cbiAgb25DbGlja0NyZWF0ZUFjY291bnQoKSB7XG4gICAgdGhpcy5fUm91dGVyLm5hdmlnYXRlKFtcImF1dGhlbnRpY2F0aW9uL2dldC1zdGFydGVkXCJdKTtcbiAgfVxuXG4gIG9uQ2xpY2tMb2dvKCkge1xuICAgIHRoaXMuX1JvdXRlci5uYXZpZ2F0ZShbJ2hvbWUtcGFnZSddKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImFsbFwiPlxuICAgIDxkaXYgY2xhc3M9XCJnZXQtc3RhcnRlZFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGVudFwiPlxuICAgICAgICAgICAgPGgxPkdldCBTdGFydGVkPC9oMT5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJkZXNjcmlwdGlvblwiPlxuICAgICAgICAgICAgICAgIEpvaW4gb3VyIGNvbW11bml0eSBvZiBqZXdlbHJ5IGVudGh1c2lhc3RzIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRvZGF5IGJ5IHNpZ25pbmdcbiAgICAgICAgICAgICAgICB1cCBmb3IgYW4gYWNjb3VudC4gTGV0IHVzIGhlbHAgeW91IG1ha2UgeW91ciBtYXJrIGluIHRoZSB3b3JsZCBvZiBqZXdlbHJ5LlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIiAuLi8uLi8uLi9hc3NldHMvaW1hZ2VzL2xvZ28td2hpdGUucG5nXCIgYWx0PVwiXCIgKGNsaWNrKT1cIm9uQ2xpY2tMb2dvKClcIiBjbGFzcz1cImxvZ28taW1nXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3JlYXRlLWFjY291bnRcIj5cbiAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cImVtYWlsXCIgY2xhc3M9XCJlbWFpbC1pbnB1dFwiIHBsYWNlaG9sZGVyPVwiRW1haWwgQWRkcmVzc1wiPlxuICAgICAgICAgICAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gY2xhc3M9XCJzaWduLXVwLWJ0blwiIChjbGljayk9XCJvbkNsaWNrQ3JlYXRlQWNjb3VudCgpXCI+Q3JlYXRlXG4gICAgICAgICAgICAgICAgICAgIEFjY291bnQ8L2J1dHRvbj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvZGl2PiJdfQ==
|
|
@@ -4,17 +4,20 @@ import { PageSectionStyleTenComponent } from './page-section-style-ten/page-sect
|
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
5
|
import { AppMaterialModule } from '@jooler/app-material';
|
|
6
6
|
import { FontAwesomeSharedModule } from '@jooler/font-awesome-shared';
|
|
7
|
+
import { GetStartedCTAComponent } from '../public-api';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
export class JoolerWebsitesSharedModule {
|
|
9
10
|
}
|
|
10
11
|
JoolerWebsitesSharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: JoolerWebsitesSharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
12
|
JoolerWebsitesSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: JoolerWebsitesSharedModule, declarations: [SectionTitleComponent,
|
|
12
|
-
PageSectionStyleTenComponent
|
|
13
|
+
PageSectionStyleTenComponent,
|
|
14
|
+
GetStartedCTAComponent], imports: [CommonModule,
|
|
13
15
|
AppMaterialModule,
|
|
14
16
|
FontAwesomeSharedModule], exports: [AppMaterialModule,
|
|
15
17
|
SectionTitleComponent,
|
|
16
18
|
PageSectionStyleTenComponent,
|
|
17
|
-
FontAwesomeSharedModule
|
|
19
|
+
FontAwesomeSharedModule,
|
|
20
|
+
GetStartedCTAComponent] });
|
|
18
21
|
JoolerWebsitesSharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: JoolerWebsitesSharedModule, imports: [CommonModule,
|
|
19
22
|
AppMaterialModule,
|
|
20
23
|
FontAwesomeSharedModule, AppMaterialModule,
|
|
@@ -24,7 +27,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImpor
|
|
|
24
27
|
args: [{
|
|
25
28
|
declarations: [
|
|
26
29
|
SectionTitleComponent,
|
|
27
|
-
PageSectionStyleTenComponent
|
|
30
|
+
PageSectionStyleTenComponent,
|
|
31
|
+
GetStartedCTAComponent
|
|
28
32
|
],
|
|
29
33
|
imports: [
|
|
30
34
|
CommonModule,
|
|
@@ -35,8 +39,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImpor
|
|
|
35
39
|
AppMaterialModule,
|
|
36
40
|
SectionTitleComponent,
|
|
37
41
|
PageSectionStyleTenComponent,
|
|
38
|
-
FontAwesomeSharedModule
|
|
42
|
+
FontAwesomeSharedModule,
|
|
43
|
+
GetStartedCTAComponent
|
|
39
44
|
]
|
|
40
45
|
}]
|
|
41
46
|
}] });
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam9vbGVyLXdlYnNpdGVzLXNoYXJlZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9qb29sZXItd2Vic2l0ZXMtc2hhcmVkL3NyYy9saWIvam9vbGVyLXdlYnNpdGVzLXNoYXJlZC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUNoRixPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSwyREFBMkQsQ0FBQztBQUN6RyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDekQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDdEUsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQTBCdkQsTUFBTSxPQUFPLDBCQUEwQjs7dUhBQTFCLDBCQUEwQjt3SEFBMUIsMEJBQTBCLGlCQXBCbkMscUJBQXFCO1FBQ3JCLDRCQUE0QjtRQUM1QixzQkFBc0IsYUFJdEIsWUFBWTtRQUNaLGlCQUFpQjtRQUNqQix1QkFBdUIsYUFLdkIsaUJBQWlCO1FBQ2pCLHFCQUFxQjtRQUNyQiw0QkFBNEI7UUFDNUIsdUJBQXVCO1FBQ3ZCLHNCQUFzQjt3SEFHYiwwQkFBMEIsWUFkbkMsWUFBWTtRQUNaLGlCQUFpQjtRQUNqQix1QkFBdUIsRUFLdkIsaUJBQWlCO1FBR2pCLHVCQUF1QjsyRkFJZCwwQkFBMEI7a0JBdEJ0QyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixxQkFBcUI7d0JBQ3JCLDRCQUE0Qjt3QkFDNUIsc0JBQXNCO3FCQUV2QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixpQkFBaUI7d0JBQ2pCLHVCQUF1QjtxQkFHeEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGlCQUFpQjt3QkFDakIscUJBQXFCO3dCQUNyQiw0QkFBNEI7d0JBQzVCLHVCQUF1Qjt3QkFDdkIsc0JBQXNCO3FCQUN2QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTZWN0aW9uVGl0bGVDb21wb25lbnQgfSBmcm9tICcuL3NlY3Rpb24tdGl0bGUvc2VjdGlvbi10aXRsZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgUGFnZVNlY3Rpb25TdHlsZVRlbkNvbXBvbmVudCB9IGZyb20gJy4vcGFnZS1zZWN0aW9uLXN0eWxlLXRlbi9wYWdlLXNlY3Rpb24tc3R5bGUtdGVuLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQXBwTWF0ZXJpYWxNb2R1bGUgfSBmcm9tICdAam9vbGVyL2FwcC1tYXRlcmlhbCc7XG5pbXBvcnQgeyBGb250QXdlc29tZVNoYXJlZE1vZHVsZSB9IGZyb20gJ0Bqb29sZXIvZm9udC1hd2Vzb21lLXNoYXJlZCc7XG5pbXBvcnQgeyBHZXRTdGFydGVkQ1RBQ29tcG9uZW50IH0gZnJvbSAnLi4vcHVibGljLWFwaSc7XG5cblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBTZWN0aW9uVGl0bGVDb21wb25lbnQsXG4gICAgUGFnZVNlY3Rpb25TdHlsZVRlbkNvbXBvbmVudCxcbiAgICBHZXRTdGFydGVkQ1RBQ29tcG9uZW50XG5cbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBBcHBNYXRlcmlhbE1vZHVsZSxcbiAgICBGb250QXdlc29tZVNoYXJlZE1vZHVsZVxuXG5cbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEFwcE1hdGVyaWFsTW9kdWxlLFxuICAgIFNlY3Rpb25UaXRsZUNvbXBvbmVudCxcbiAgICBQYWdlU2VjdGlvblN0eWxlVGVuQ29tcG9uZW50LFxuICAgIEZvbnRBd2Vzb21lU2hhcmVkTW9kdWxlLFxuICAgIEdldFN0YXJ0ZWRDVEFDb21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBKb29sZXJXZWJzaXRlc1NoYXJlZE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -12,10 +12,10 @@ export class PageSectionStyleTenComponent {
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
PageSectionStyleTenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PageSectionStyleTenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
15
|
-
PageSectionStyleTenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PageSectionStyleTenComponent, selector: "page-section-style-ten", inputs: { data: "data", iconName: "iconName" }, ngImport: i0, template: "<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>", styles: ["mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}mat-expansion-panel{background:#FAFAFA}mat-expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){mat-expansion-panel{margin:0rem 1rem}}\n"], dependencies: [{ kind: "directive", type: i1.MatAccordion, selector: "mat-accordion", inputs: ["multi", "hideToggle", "displayMode", "togglePosition"], exportAs: ["matAccordion"] }, { kind: "component", type: i1.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["disabled", "expanded", "hideToggle", "togglePosition"], outputs: ["opened", "closed", "expandedChange", "afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i1.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["tabIndex", "expandedHeight", "collapsedHeight"] }, { kind: "directive", type: i1.MatExpansionPanelTitle, selector: "mat-panel-title" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }] });
|
|
15
|
+
PageSectionStyleTenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PageSectionStyleTenComponent, selector: "page-section-style-ten", inputs: { data: "data", iconName: "iconName" }, ngImport: i0, template: "<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>", styles: ["mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.mat-mdc-form-field{margin:1rem .1rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}mat-expansion-panel{background:#FAFAFA}mat-expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){mat-expansion-panel{margin:0rem 1rem}}\n"], dependencies: [{ kind: "directive", type: i1.MatAccordion, selector: "mat-accordion", inputs: ["multi", "hideToggle", "displayMode", "togglePosition"], exportAs: ["matAccordion"] }, { kind: "component", type: i1.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["disabled", "expanded", "hideToggle", "togglePosition"], outputs: ["opened", "closed", "expandedChange", "afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i1.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["tabIndex", "expandedHeight", "collapsedHeight"] }, { kind: "directive", type: i1.MatExpansionPanelTitle, selector: "mat-panel-title" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }] });
|
|
16
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PageSectionStyleTenComponent, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
|
-
args: [{ selector: 'page-section-style-ten', template: "<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>", styles: ["mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}mat-expansion-panel{background:#FAFAFA}mat-expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){mat-expansion-panel{margin:0rem 1rem}}\n"] }]
|
|
18
|
+
args: [{ selector: 'page-section-style-ten', template: "<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>", styles: ["mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.mat-mdc-form-field{margin:1rem .1rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}mat-expansion-panel{background:#FAFAFA}mat-expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){mat-expansion-panel{margin:0rem 1rem}}\n"] }]
|
|
19
19
|
}], ctorParameters: function () { return []; }, propDecorators: { data: [{
|
|
20
20
|
type: Input
|
|
21
21
|
}], iconName: [{
|
package/esm2020/public-api.mjs
CHANGED
|
@@ -6,4 +6,5 @@ export * from './lib/section-title/section-title.component';
|
|
|
6
6
|
export * from './lib/page-section-style-ten/page-section-style-ten.component';
|
|
7
7
|
export * from './lib/page-section-style-ten/page-section.model';
|
|
8
8
|
export * from './lib/page-section-style-ten/page-section-action.model';
|
|
9
|
-
|
|
9
|
+
export * from './lib/get-started-cta/get-started-cta.component';
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2pvb2xlci13ZWJzaXRlcy1zaGFyZWQvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYywrREFBK0QsQ0FBQztBQUM5RSxjQUFjLGlEQUFpRCxDQUFDO0FBQ2hFLGNBQWMsd0RBQXdELENBQUM7QUFDdkUsY0FBYyxpREFBaUQsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2Ygam9vbGVyLXdlYnNpdGVzLXNoYXJlZFxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vbGliL2pvb2xlci13ZWJzaXRlcy1zaGFyZWQubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NlY3Rpb24tdGl0bGUvc2VjdGlvbi10aXRsZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcGFnZS1zZWN0aW9uLXN0eWxlLXRlbi9wYWdlLXNlY3Rpb24tc3R5bGUtdGVuLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9wYWdlLXNlY3Rpb24tc3R5bGUtdGVuL3BhZ2Utc2VjdGlvbi5tb2RlbCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9wYWdlLXNlY3Rpb24tc3R5bGUtdGVuL3BhZ2Utc2VjdGlvbi1hY3Rpb24ubW9kZWwnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZ2V0LXN0YXJ0ZWQtY3RhL2dldC1zdGFydGVkLWN0YS5jb21wb25lbnQnO1xuXG4iXX0=
|
|
@@ -6,6 +6,8 @@ import * as i1$1 from '@angular/material/expansion';
|
|
|
6
6
|
import * as i2 from '@fortawesome/angular-fontawesome';
|
|
7
7
|
import { AppMaterialModule } from '@jooler/app-material';
|
|
8
8
|
import { FontAwesomeSharedModule } from '@jooler/font-awesome-shared';
|
|
9
|
+
import * as i1$2 from '@angular/router';
|
|
10
|
+
import * as i2$1 from '@angular/material/button';
|
|
9
11
|
|
|
10
12
|
class SectionTitleComponent {
|
|
11
13
|
constructor() {
|
|
@@ -37,10 +39,10 @@ class PageSectionStyleTenComponent {
|
|
|
37
39
|
}
|
|
38
40
|
}
|
|
39
41
|
PageSectionStyleTenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PageSectionStyleTenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
40
|
-
PageSectionStyleTenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PageSectionStyleTenComponent, selector: "page-section-style-ten", inputs: { data: "data", iconName: "iconName" }, ngImport: i0, template: "<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>", styles: ["mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}mat-expansion-panel{background:#FAFAFA}mat-expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){mat-expansion-panel{margin:0rem 1rem}}\n"], dependencies: [{ kind: "directive", type: i1$1.MatAccordion, selector: "mat-accordion", inputs: ["multi", "hideToggle", "displayMode", "togglePosition"], exportAs: ["matAccordion"] }, { kind: "component", type: i1$1.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["disabled", "expanded", "hideToggle", "togglePosition"], outputs: ["opened", "closed", "expandedChange", "afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i1$1.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["tabIndex", "expandedHeight", "collapsedHeight"] }, { kind: "directive", type: i1$1.MatExpansionPanelTitle, selector: "mat-panel-title" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }] });
|
|
42
|
+
PageSectionStyleTenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PageSectionStyleTenComponent, selector: "page-section-style-ten", inputs: { data: "data", iconName: "iconName" }, ngImport: i0, template: "<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>", styles: ["mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.mat-mdc-form-field{margin:1rem .1rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}mat-expansion-panel{background:#FAFAFA}mat-expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){mat-expansion-panel{margin:0rem 1rem}}\n"], dependencies: [{ kind: "directive", type: i1$1.MatAccordion, selector: "mat-accordion", inputs: ["multi", "hideToggle", "displayMode", "togglePosition"], exportAs: ["matAccordion"] }, { kind: "component", type: i1$1.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["disabled", "expanded", "hideToggle", "togglePosition"], outputs: ["opened", "closed", "expandedChange", "afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i1$1.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["tabIndex", "expandedHeight", "collapsedHeight"] }, { kind: "directive", type: i1$1.MatExpansionPanelTitle, selector: "mat-panel-title" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }] });
|
|
41
43
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PageSectionStyleTenComponent, decorators: [{
|
|
42
44
|
type: Component,
|
|
43
|
-
args: [{ selector: 'page-section-style-ten', template: "<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>", styles: ["mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}mat-expansion-panel{background:#FAFAFA}mat-expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){mat-expansion-panel{margin:0rem 1rem}}\n"] }]
|
|
45
|
+
args: [{ selector: 'page-section-style-ten', template: "<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>", styles: ["mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.mat-mdc-form-field{margin:1rem .1rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}mat-expansion-panel{background:#FAFAFA}mat-expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){mat-expansion-panel{margin:0rem 1rem}}\n"] }]
|
|
44
46
|
}], ctorParameters: function () { return []; }, propDecorators: { data: [{
|
|
45
47
|
type: Input
|
|
46
48
|
}], iconName: [{
|
|
@@ -51,12 +53,14 @@ class JoolerWebsitesSharedModule {
|
|
|
51
53
|
}
|
|
52
54
|
JoolerWebsitesSharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: JoolerWebsitesSharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
53
55
|
JoolerWebsitesSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: JoolerWebsitesSharedModule, declarations: [SectionTitleComponent,
|
|
54
|
-
PageSectionStyleTenComponent
|
|
56
|
+
PageSectionStyleTenComponent,
|
|
57
|
+
GetStartedCTAComponent], imports: [CommonModule,
|
|
55
58
|
AppMaterialModule,
|
|
56
59
|
FontAwesomeSharedModule], exports: [AppMaterialModule,
|
|
57
60
|
SectionTitleComponent,
|
|
58
61
|
PageSectionStyleTenComponent,
|
|
59
|
-
FontAwesomeSharedModule
|
|
62
|
+
FontAwesomeSharedModule,
|
|
63
|
+
GetStartedCTAComponent] });
|
|
60
64
|
JoolerWebsitesSharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: JoolerWebsitesSharedModule, imports: [CommonModule,
|
|
61
65
|
AppMaterialModule,
|
|
62
66
|
FontAwesomeSharedModule, AppMaterialModule,
|
|
@@ -66,7 +70,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImpor
|
|
|
66
70
|
args: [{
|
|
67
71
|
declarations: [
|
|
68
72
|
SectionTitleComponent,
|
|
69
|
-
PageSectionStyleTenComponent
|
|
73
|
+
PageSectionStyleTenComponent,
|
|
74
|
+
GetStartedCTAComponent
|
|
70
75
|
],
|
|
71
76
|
imports: [
|
|
72
77
|
CommonModule,
|
|
@@ -77,7 +82,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImpor
|
|
|
77
82
|
AppMaterialModule,
|
|
78
83
|
SectionTitleComponent,
|
|
79
84
|
PageSectionStyleTenComponent,
|
|
80
|
-
FontAwesomeSharedModule
|
|
85
|
+
FontAwesomeSharedModule,
|
|
86
|
+
GetStartedCTAComponent
|
|
81
87
|
]
|
|
82
88
|
}]
|
|
83
89
|
}] });
|
|
@@ -88,6 +94,24 @@ class PageSection {
|
|
|
88
94
|
class PageSectionAction {
|
|
89
95
|
}
|
|
90
96
|
|
|
97
|
+
class GetStartedCTAComponent {
|
|
98
|
+
constructor(_Router) {
|
|
99
|
+
this._Router = _Router;
|
|
100
|
+
}
|
|
101
|
+
onClickCreateAccount() {
|
|
102
|
+
this._Router.navigate(["authentication/get-started"]);
|
|
103
|
+
}
|
|
104
|
+
onClickLogo() {
|
|
105
|
+
this._Router.navigate(['home-page']);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
GetStartedCTAComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: GetStartedCTAComponent, deps: [{ token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
109
|
+
GetStartedCTAComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: GetStartedCTAComponent, selector: "get-started-cta", ngImport: i0, template: "<div class=\"all\">\n <div class=\"get-started\">\n <div class=\"content\">\n <h1>Get Started</h1>\n <div class=\"description\">\n Join our community of jewelry enthusiasts and industry professionals today by signing\n up for an account. Let us help you make your mark in the world of jewelry.\n </div>\n <img src=\" ../../../assets/images/logo-white.png\" alt=\"\" (click)=\"onClickLogo()\" class=\"logo-img\">\n <div class=\"create-account\">\n <input type=\"email\" class=\"email-input\" placeholder=\"Email Address\">\n <button mat-raised-button class=\"sign-up-btn\" (click)=\"onClickCreateAccount()\">Create\n Account</button>\n </div>\n </div>\n </div>\n</div>", styles: [".all{margin-top:3rem;display:flex;align-items:center}.get-started{position:relative;text-align:center;color:#fff;background-image:url(../../../assets/images/get-started-background.png);background-position:top center;background-repeat:no-repeat;background-size:cover;display:grid;padding:3rem 0rem;border-radius:1.5rem;margin:auto;width:90%}@media only screen and (min-width: 1500px){.get-started{max-width:150rem}}.get-started .content{display:grid;row-gap:1rem}.get-started .content .title{font-size:4rem}.get-started .content .description{width:60%;margin:auto}@media only screen and (max-width: 75em){.get-started .content .description{width:80%}}.get-started .sign-up{text-decoration:underline;font-weight:500;cursor:pointer}.get-started .logo-img{cursor:pointer;margin:2vh 0 5vh;width:20rem;margin:auto}.get-started .create-account{display:flex;justify-content:center;align-items:center;height:3.4rem;width:50%;margin:auto;column-gap:2%}.get-started .sign-up-btn{background-color:#155ed4;color:#fff;height:100%;width:40%;max-width:70%}.get-started .email-input{width:60%;height:100%;max-width:80%}@media only screen and (max-width: 75em){.get-started .create-account{width:70%}}@media only screen and (max-width: 56.25em){.get-started .create-account{height:auto;row-gap:1rem;flex-wrap:wrap;width:100%;flex-direction:column}.get-started .sign-up-btn{height:4rem;width:20rem}.get-started .email-input{width:29rem;height:3.5rem}}\n"], dependencies: [{ kind: "component", type: i2$1.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }] });
|
|
110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: GetStartedCTAComponent, decorators: [{
|
|
111
|
+
type: Component,
|
|
112
|
+
args: [{ selector: 'get-started-cta', template: "<div class=\"all\">\n <div class=\"get-started\">\n <div class=\"content\">\n <h1>Get Started</h1>\n <div class=\"description\">\n Join our community of jewelry enthusiasts and industry professionals today by signing\n up for an account. Let us help you make your mark in the world of jewelry.\n </div>\n <img src=\" ../../../assets/images/logo-white.png\" alt=\"\" (click)=\"onClickLogo()\" class=\"logo-img\">\n <div class=\"create-account\">\n <input type=\"email\" class=\"email-input\" placeholder=\"Email Address\">\n <button mat-raised-button class=\"sign-up-btn\" (click)=\"onClickCreateAccount()\">Create\n Account</button>\n </div>\n </div>\n </div>\n</div>", styles: [".all{margin-top:3rem;display:flex;align-items:center}.get-started{position:relative;text-align:center;color:#fff;background-image:url(../../../assets/images/get-started-background.png);background-position:top center;background-repeat:no-repeat;background-size:cover;display:grid;padding:3rem 0rem;border-radius:1.5rem;margin:auto;width:90%}@media only screen and (min-width: 1500px){.get-started{max-width:150rem}}.get-started .content{display:grid;row-gap:1rem}.get-started .content .title{font-size:4rem}.get-started .content .description{width:60%;margin:auto}@media only screen and (max-width: 75em){.get-started .content .description{width:80%}}.get-started .sign-up{text-decoration:underline;font-weight:500;cursor:pointer}.get-started .logo-img{cursor:pointer;margin:2vh 0 5vh;width:20rem;margin:auto}.get-started .create-account{display:flex;justify-content:center;align-items:center;height:3.4rem;width:50%;margin:auto;column-gap:2%}.get-started .sign-up-btn{background-color:#155ed4;color:#fff;height:100%;width:40%;max-width:70%}.get-started .email-input{width:60%;height:100%;max-width:80%}@media only screen and (max-width: 75em){.get-started .create-account{width:70%}}@media only screen and (max-width: 56.25em){.get-started .create-account{height:auto;row-gap:1rem;flex-wrap:wrap;width:100%;flex-direction:column}.get-started .sign-up-btn{height:4rem;width:20rem}.get-started .email-input{width:29rem;height:3.5rem}}\n"] }]
|
|
113
|
+
}], ctorParameters: function () { return [{ type: i1$2.Router }]; } });
|
|
114
|
+
|
|
91
115
|
/*
|
|
92
116
|
* Public API Surface of jooler-websites-shared
|
|
93
117
|
*/
|
|
@@ -96,5 +120,5 @@ class PageSectionAction {
|
|
|
96
120
|
* Generated bundle index. Do not edit.
|
|
97
121
|
*/
|
|
98
122
|
|
|
99
|
-
export { JoolerWebsitesSharedModule, PageSection, PageSectionAction, PageSectionStyleTenComponent, SectionTitleComponent };
|
|
123
|
+
export { GetStartedCTAComponent, JoolerWebsitesSharedModule, PageSection, PageSectionAction, PageSectionStyleTenComponent, SectionTitleComponent };
|
|
100
124
|
//# sourceMappingURL=jooler-websites-shared.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jooler-websites-shared.mjs","sources":["../../../projects/jooler-websites-shared/src/lib/section-title/section-title.component.ts","../../../projects/jooler-websites-shared/src/lib/section-title/section-title.component.html","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section-style-ten.component.ts","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section-style-ten.component.html","../../../projects/jooler-websites-shared/src/lib/jooler-websites-shared.module.ts","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section.model.ts","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section-action.model.ts","../../../projects/jooler-websites-shared/src/public-api.ts","../../../projects/jooler-websites-shared/src/jooler-websites-shared.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'section-title',\n templateUrl: './section-title.component.html',\n styleUrls: ['./section-title.component.scss']\n})\nexport class SectionTitleComponent {\n @Input() title: string;\n @Input() subtitle: string;\n @Input() alignLeft: boolean;\n @Input() isDarkBg: boolean = false;\n}\n","<div class=\"section-container\"\n [ngClass]=\"{'align-left':alignLeft,'align-center':!alignLeft,'dark-background':isDarkBg ,'light-background':!isDarkBg}\">\n <div class=\"title\">{{title}}</div>\n <div class=\"divider\">\n </div>\n <div class=\"description\">\n {{subtitle}}\n </div>\n</div>","import { Component, Input, OnInit } from '@angular/core';\nimport { PageSection } from './page-section.model';\n\n@Component({\n selector: 'page-section-style-ten',\n templateUrl: './page-section-style-ten.component.html',\n styleUrls: ['./page-section-style-ten.component.scss']\n})\nexport class PageSectionStyleTenComponent implements OnInit {\n @Input() data: any | PageSection;\n @Input() iconName: any = \"circle\";\n\n panelOpenState: boolean = false;\n\n constructor() { }\n\n ngOnInit(): void {\n // console.log(\"what's my section\", this.pageSection)\n }\n}\n","<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>","import { NgModule } from '@angular/core';\nimport { SectionTitleComponent } from './section-title/section-title.component';\nimport { PageSectionStyleTenComponent } from './page-section-style-ten/page-section-style-ten.component';\nimport { CommonModule } from '@angular/common';\nimport { AppMaterialModule } from '@jooler/app-material';\nimport { FontAwesomeSharedModule } from '@jooler/font-awesome-shared';\n\n\n\n@NgModule({\n declarations: [\n SectionTitleComponent,\n PageSectionStyleTenComponent\n\n ],\n imports: [\n CommonModule,\n AppMaterialModule,\n FontAwesomeSharedModule\n\n ],\n exports: [\n AppMaterialModule,\n SectionTitleComponent,\n PageSectionStyleTenComponent,\n FontAwesomeSharedModule\n ]\n})\nexport class JoolerWebsitesSharedModule { }\n","import { PageSectionAction } from './page-section-action.model';\n\nexport class PageSection {\n id: number;\n icon: string;\n title: string;\n description: string;\n image: string;\n titleImage: string;\n subtitle: string;\n actions: PageSectionAction[];\n}","export class PageSectionAction {\n id: number;\n route: string;\n label: string;\n}","/*\n * Public API Surface of jooler-websites-shared\n */\n\nexport * from './lib/jooler-websites-shared.module';\nexport * from './lib/section-title/section-title.component';\nexport * from './lib/page-section-style-ten/page-section-style-ten.component';\nexport * from './lib/page-section-style-ten/page-section.model';\nexport * from './lib/page-section-style-ten/page-section-action.model';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"jooler-websites-shared.mjs","sources":["../../../projects/jooler-websites-shared/src/lib/section-title/section-title.component.ts","../../../projects/jooler-websites-shared/src/lib/section-title/section-title.component.html","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section-style-ten.component.ts","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section-style-ten.component.html","../../../projects/jooler-websites-shared/src/lib/jooler-websites-shared.module.ts","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section.model.ts","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section-action.model.ts","../../../projects/jooler-websites-shared/src/lib/get-started-cta/get-started-cta.component.ts","../../../projects/jooler-websites-shared/src/lib/get-started-cta/get-started-cta.component.html","../../../projects/jooler-websites-shared/src/public-api.ts","../../../projects/jooler-websites-shared/src/jooler-websites-shared.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'section-title',\n templateUrl: './section-title.component.html',\n styleUrls: ['./section-title.component.scss']\n})\nexport class SectionTitleComponent {\n @Input() title: string;\n @Input() subtitle: string;\n @Input() alignLeft: boolean;\n @Input() isDarkBg: boolean = false;\n}\n","<div class=\"section-container\"\n [ngClass]=\"{'align-left':alignLeft,'align-center':!alignLeft,'dark-background':isDarkBg ,'light-background':!isDarkBg}\">\n <div class=\"title\">{{title}}</div>\n <div class=\"divider\">\n </div>\n <div class=\"description\">\n {{subtitle}}\n </div>\n</div>","import { Component, Input, OnInit } from '@angular/core';\nimport { PageSection } from './page-section.model';\n\n@Component({\n selector: 'page-section-style-ten',\n templateUrl: './page-section-style-ten.component.html',\n styleUrls: ['./page-section-style-ten.component.scss']\n})\nexport class PageSectionStyleTenComponent implements OnInit {\n @Input() data: any | PageSection;\n @Input() iconName: any = \"circle\";\n\n panelOpenState: boolean = false;\n\n constructor() { }\n\n ngOnInit(): void {\n // console.log(\"what's my section\", this.pageSection)\n }\n}\n","<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>","import { NgModule } from '@angular/core';\nimport { SectionTitleComponent } from './section-title/section-title.component';\nimport { PageSectionStyleTenComponent } from './page-section-style-ten/page-section-style-ten.component';\nimport { CommonModule } from '@angular/common';\nimport { AppMaterialModule } from '@jooler/app-material';\nimport { FontAwesomeSharedModule } from '@jooler/font-awesome-shared';\nimport { GetStartedCTAComponent } from '../public-api';\n\n\n\n@NgModule({\n declarations: [\n SectionTitleComponent,\n PageSectionStyleTenComponent,\n GetStartedCTAComponent\n\n ],\n imports: [\n CommonModule,\n AppMaterialModule,\n FontAwesomeSharedModule\n\n\n ],\n exports: [\n AppMaterialModule,\n SectionTitleComponent,\n PageSectionStyleTenComponent,\n FontAwesomeSharedModule,\n GetStartedCTAComponent\n ]\n})\nexport class JoolerWebsitesSharedModule { }\n","import { PageSectionAction } from './page-section-action.model';\n\nexport class PageSection {\n id: number;\n icon: string;\n title: string;\n description: string;\n image: string;\n titleImage: string;\n subtitle: string;\n actions: PageSectionAction[];\n}","export class PageSectionAction {\n id: number;\n route: string;\n label: string;\n}","import { Component } from '@angular/core';\nimport { Router } from '@angular/router';\n\n@Component({\n selector: 'get-started-cta',\n templateUrl: './get-started-cta.component.html',\n styleUrls: ['./get-started-cta.component.scss']\n})\nexport class GetStartedCTAComponent {\n\n constructor(private _Router: Router) { }\n\n onClickCreateAccount() {\n this._Router.navigate([\"authentication/get-started\"]);\n }\n\n onClickLogo() {\n this._Router.navigate(['home-page']);\n }\n}\n","<div class=\"all\">\n <div class=\"get-started\">\n <div class=\"content\">\n <h1>Get Started</h1>\n <div class=\"description\">\n Join our community of jewelry enthusiasts and industry professionals today by signing\n up for an account. Let us help you make your mark in the world of jewelry.\n </div>\n <img src=\" ../../../assets/images/logo-white.png\" alt=\"\" (click)=\"onClickLogo()\" class=\"logo-img\">\n <div class=\"create-account\">\n <input type=\"email\" class=\"email-input\" placeholder=\"Email Address\">\n <button mat-raised-button class=\"sign-up-btn\" (click)=\"onClickCreateAccount()\">Create\n Account</button>\n </div>\n </div>\n </div>\n</div>","/*\n * Public API Surface of jooler-websites-shared\n */\n\nexport * from './lib/jooler-websites-shared.module';\nexport * from './lib/section-title/section-title.component';\nexport * from './lib/page-section-style-ten/page-section-style-ten.component';\nexport * from './lib/page-section-style-ten/page-section.model';\nexport * from './lib/page-section-style-ten/page-section-action.model';\nexport * from './lib/get-started-cta/get-started-cta.component';\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1","i2"],"mappings":";;;;;;;;;;;MAOa,qBAAqB,CAAA;AALlC,IAAA,WAAA,GAAA;AASW,QAAA,IAAQ,CAAA,QAAA,GAAY,KAAK,CAAC;KACpC;;kHALY,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,qBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,qJCPlC,gUAQM,EAAA,MAAA,EAAA,CAAA,26BAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDDO,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBALjC,SAAS;+BACE,eAAe,EAAA,QAAA,EAAA,gUAAA,EAAA,MAAA,EAAA,CAAA,26BAAA,CAAA,EAAA,CAAA;8BAKhB,KAAK,EAAA,CAAA;sBAAb,KAAK;gBACG,QAAQ,EAAA,CAAA;sBAAhB,KAAK;gBACG,SAAS,EAAA,CAAA;sBAAjB,KAAK;gBACG,QAAQ,EAAA,CAAA;sBAAhB,KAAK;;;MEHK,4BAA4B,CAAA;AAMvC,IAAA,WAAA,GAAA;AAJS,QAAA,IAAQ,CAAA,QAAA,GAAQ,QAAQ,CAAC;AAElC,QAAA,IAAc,CAAA,cAAA,GAAY,KAAK,CAAC;KAEf;IAEjB,QAAQ,GAAA;;KAEP;;yHAVU,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA5B,4BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,4BAA4B,8GCRzC,0rBAmBgB,EAAA,MAAA,EAAA,CAAA,smBAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,YAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,YAAA,EAAA,aAAA,EAAA,gBAAA,CAAA,EAAA,QAAA,EAAA,CAAA,cAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,iBAAA,EAAA,QAAA,EAAA,qBAAA,EAAA,MAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,gBAAA,CAAA,EAAA,OAAA,EAAA,CAAA,QAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,aAAA,EAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,uBAAA,EAAA,QAAA,EAAA,4BAAA,EAAA,MAAA,EAAA,CAAA,UAAA,EAAA,gBAAA,EAAA,iBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,sBAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,SAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,OAAA,EAAA,MAAA,EAAA,OAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,QAAA,EAAA,SAAA,EAAA,QAAA,EAAA,QAAA,EAAA,YAAA,EAAA,SAAA,EAAA,WAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDXH,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBALxC,SAAS;+BACE,wBAAwB,EAAA,QAAA,EAAA,0rBAAA,EAAA,MAAA,EAAA,CAAA,smBAAA,CAAA,EAAA,CAAA;0EAKzB,IAAI,EAAA,CAAA;sBAAZ,KAAK;gBACG,QAAQ,EAAA,CAAA;sBAAhB,KAAK;;;MEsBK,0BAA0B,CAAA;;uHAA1B,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA1B,0BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,0BAA0B,iBApBnC,qBAAqB;QACrB,4BAA4B;AAC5B,QAAA,sBAAsB,aAItB,YAAY;QACZ,iBAAiB;AACjB,QAAA,uBAAuB,aAKvB,iBAAiB;QACjB,qBAAqB;QACrB,4BAA4B;QAC5B,uBAAuB;QACvB,sBAAsB,CAAA,EAAA,CAAA,CAAA;AAGb,0BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,0BAA0B,YAdnC,YAAY;QACZ,iBAAiB;AACjB,QAAA,uBAAuB,EAKvB,iBAAiB;QAGjB,uBAAuB,CAAA,EAAA,CAAA,CAAA;2FAId,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAtBtC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,qBAAqB;wBACrB,4BAA4B;wBAC5B,sBAAsB;AAEvB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;wBACZ,iBAAiB;wBACjB,uBAAuB;AAGxB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,iBAAiB;wBACjB,qBAAqB;wBACrB,4BAA4B;wBAC5B,uBAAuB;wBACvB,sBAAsB;AACvB,qBAAA;iBACF,CAAA;;;MC7BY,WAAW,CAAA;AASvB;;MCXY,iBAAiB,CAAA;AAI7B;;MCIY,sBAAsB,CAAA;AAEjC,IAAA,WAAA,CAAoB,OAAe,EAAA;AAAf,QAAA,IAAO,CAAA,OAAA,GAAP,OAAO,CAAQ;KAAK;IAExC,oBAAoB,GAAA;QAClB,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,4BAA4B,CAAC,CAAC,CAAC;KACvD;IAED,WAAW,GAAA;QACT,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC;KACtC;;mHAVU,sBAAsB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAA,IAAA,CAAA,MAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAtB,sBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,uDCRnC,k0BAgBM,EAAA,MAAA,EAAA,CAAA,45CAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,SAAA,EAAA,QAAA,EAAA,4LAAA,EAAA,MAAA,EAAA,CAAA,UAAA,EAAA,eAAA,EAAA,OAAA,CAAA,EAAA,QAAA,EAAA,CAAA,WAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDRO,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;+BACE,iBAAiB,EAAA,QAAA,EAAA,k0BAAA,EAAA,MAAA,EAAA,CAAA,45CAAA,CAAA,EAAA,CAAA;;;AEJ7B;;AAEG;;ACFH;;AAEG;;;;"}
|
|
@@ -6,6 +6,8 @@ import * as i1$1 from '@angular/material/expansion';
|
|
|
6
6
|
import * as i2 from '@fortawesome/angular-fontawesome';
|
|
7
7
|
import { AppMaterialModule } from '@jooler/app-material';
|
|
8
8
|
import { FontAwesomeSharedModule } from '@jooler/font-awesome-shared';
|
|
9
|
+
import * as i1$2 from '@angular/router';
|
|
10
|
+
import * as i2$1 from '@angular/material/button';
|
|
9
11
|
|
|
10
12
|
class SectionTitleComponent {
|
|
11
13
|
constructor() {
|
|
@@ -37,10 +39,10 @@ class PageSectionStyleTenComponent {
|
|
|
37
39
|
}
|
|
38
40
|
}
|
|
39
41
|
PageSectionStyleTenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PageSectionStyleTenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
40
|
-
PageSectionStyleTenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PageSectionStyleTenComponent, selector: "page-section-style-ten", inputs: { data: "data", iconName: "iconName" }, ngImport: i0, template: "<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>", styles: ["mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}mat-expansion-panel{background:#FAFAFA}mat-expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){mat-expansion-panel{margin:0rem 1rem}}\n"], dependencies: [{ kind: "directive", type: i1$1.MatAccordion, selector: "mat-accordion", inputs: ["multi", "hideToggle", "displayMode", "togglePosition"], exportAs: ["matAccordion"] }, { kind: "component", type: i1$1.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["disabled", "expanded", "hideToggle", "togglePosition"], outputs: ["opened", "closed", "expandedChange", "afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i1$1.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["tabIndex", "expandedHeight", "collapsedHeight"] }, { kind: "directive", type: i1$1.MatExpansionPanelTitle, selector: "mat-panel-title" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }] });
|
|
42
|
+
PageSectionStyleTenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PageSectionStyleTenComponent, selector: "page-section-style-ten", inputs: { data: "data", iconName: "iconName" }, ngImport: i0, template: "<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>", styles: ["mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.mat-mdc-form-field{margin:1rem .1rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}mat-expansion-panel{background:#FAFAFA}mat-expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){mat-expansion-panel{margin:0rem 1rem}}\n"], dependencies: [{ kind: "directive", type: i1$1.MatAccordion, selector: "mat-accordion", inputs: ["multi", "hideToggle", "displayMode", "togglePosition"], exportAs: ["matAccordion"] }, { kind: "component", type: i1$1.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["disabled", "expanded", "hideToggle", "togglePosition"], outputs: ["opened", "closed", "expandedChange", "afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i1$1.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["tabIndex", "expandedHeight", "collapsedHeight"] }, { kind: "directive", type: i1$1.MatExpansionPanelTitle, selector: "mat-panel-title" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }] });
|
|
41
43
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PageSectionStyleTenComponent, decorators: [{
|
|
42
44
|
type: Component,
|
|
43
|
-
args: [{ selector: 'page-section-style-ten', template: "<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>", styles: ["mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}mat-expansion-panel{background:#FAFAFA}mat-expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){mat-expansion-panel{margin:0rem 1rem}}\n"] }]
|
|
45
|
+
args: [{ selector: 'page-section-style-ten', template: "<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>", styles: ["mat-card{height:10rem;width:40rem;margin:4.5rem 4.5rem 4.5rem 25rem}.mat-mdc-form-field{margin:1rem .1rem}.main-container{width:100%;height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-self:stretch;margin:2rem auto;z-index:1;max-width:130rem;padding:0 5rem}mat-expansion-panel{background:#FAFAFA}mat-expansion-panel fa-icon{font-size:.7rem;margin-right:1rem}mat-expansion-panel-header{height:100%;min-height:7rem;font-size:1.7rem;font-weight:600}.mat-expansion-panel-header.mat-expanded{height:auto}@media only screen and (max-width: 37.5em){mat-expansion-panel{margin:0rem 1rem}}\n"] }]
|
|
44
46
|
}], ctorParameters: function () { return []; }, propDecorators: { data: [{
|
|
45
47
|
type: Input
|
|
46
48
|
}], iconName: [{
|
|
@@ -51,12 +53,14 @@ class JoolerWebsitesSharedModule {
|
|
|
51
53
|
}
|
|
52
54
|
JoolerWebsitesSharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: JoolerWebsitesSharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
53
55
|
JoolerWebsitesSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: JoolerWebsitesSharedModule, declarations: [SectionTitleComponent,
|
|
54
|
-
PageSectionStyleTenComponent
|
|
56
|
+
PageSectionStyleTenComponent,
|
|
57
|
+
GetStartedCTAComponent], imports: [CommonModule,
|
|
55
58
|
AppMaterialModule,
|
|
56
59
|
FontAwesomeSharedModule], exports: [AppMaterialModule,
|
|
57
60
|
SectionTitleComponent,
|
|
58
61
|
PageSectionStyleTenComponent,
|
|
59
|
-
FontAwesomeSharedModule
|
|
62
|
+
FontAwesomeSharedModule,
|
|
63
|
+
GetStartedCTAComponent] });
|
|
60
64
|
JoolerWebsitesSharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: JoolerWebsitesSharedModule, imports: [CommonModule,
|
|
61
65
|
AppMaterialModule,
|
|
62
66
|
FontAwesomeSharedModule, AppMaterialModule,
|
|
@@ -66,7 +70,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImpor
|
|
|
66
70
|
args: [{
|
|
67
71
|
declarations: [
|
|
68
72
|
SectionTitleComponent,
|
|
69
|
-
PageSectionStyleTenComponent
|
|
73
|
+
PageSectionStyleTenComponent,
|
|
74
|
+
GetStartedCTAComponent
|
|
70
75
|
],
|
|
71
76
|
imports: [
|
|
72
77
|
CommonModule,
|
|
@@ -77,7 +82,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImpor
|
|
|
77
82
|
AppMaterialModule,
|
|
78
83
|
SectionTitleComponent,
|
|
79
84
|
PageSectionStyleTenComponent,
|
|
80
|
-
FontAwesomeSharedModule
|
|
85
|
+
FontAwesomeSharedModule,
|
|
86
|
+
GetStartedCTAComponent
|
|
81
87
|
]
|
|
82
88
|
}]
|
|
83
89
|
}] });
|
|
@@ -88,6 +94,24 @@ class PageSection {
|
|
|
88
94
|
class PageSectionAction {
|
|
89
95
|
}
|
|
90
96
|
|
|
97
|
+
class GetStartedCTAComponent {
|
|
98
|
+
constructor(_Router) {
|
|
99
|
+
this._Router = _Router;
|
|
100
|
+
}
|
|
101
|
+
onClickCreateAccount() {
|
|
102
|
+
this._Router.navigate(["authentication/get-started"]);
|
|
103
|
+
}
|
|
104
|
+
onClickLogo() {
|
|
105
|
+
this._Router.navigate(['home-page']);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
GetStartedCTAComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: GetStartedCTAComponent, deps: [{ token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
109
|
+
GetStartedCTAComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: GetStartedCTAComponent, selector: "get-started-cta", ngImport: i0, template: "<div class=\"all\">\n <div class=\"get-started\">\n <div class=\"content\">\n <h1>Get Started</h1>\n <div class=\"description\">\n Join our community of jewelry enthusiasts and industry professionals today by signing\n up for an account. Let us help you make your mark in the world of jewelry.\n </div>\n <img src=\" ../../../assets/images/logo-white.png\" alt=\"\" (click)=\"onClickLogo()\" class=\"logo-img\">\n <div class=\"create-account\">\n <input type=\"email\" class=\"email-input\" placeholder=\"Email Address\">\n <button mat-raised-button class=\"sign-up-btn\" (click)=\"onClickCreateAccount()\">Create\n Account</button>\n </div>\n </div>\n </div>\n</div>", styles: [".all{margin-top:3rem;display:flex;align-items:center}.get-started{position:relative;text-align:center;color:#fff;background-image:url(../../../assets/images/get-started-background.png);background-position:top center;background-repeat:no-repeat;background-size:cover;display:grid;padding:3rem 0rem;border-radius:1.5rem;margin:auto;width:90%}@media only screen and (min-width: 1500px){.get-started{max-width:150rem}}.get-started .content{display:grid;row-gap:1rem}.get-started .content .title{font-size:4rem}.get-started .content .description{width:60%;margin:auto}@media only screen and (max-width: 75em){.get-started .content .description{width:80%}}.get-started .sign-up{text-decoration:underline;font-weight:500;cursor:pointer}.get-started .logo-img{cursor:pointer;margin:2vh 0 5vh;width:20rem;margin:auto}.get-started .create-account{display:flex;justify-content:center;align-items:center;height:3.4rem;width:50%;margin:auto;column-gap:2%}.get-started .sign-up-btn{background-color:#155ed4;color:#fff;height:100%;width:40%;max-width:70%}.get-started .email-input{width:60%;height:100%;max-width:80%}@media only screen and (max-width: 75em){.get-started .create-account{width:70%}}@media only screen and (max-width: 56.25em){.get-started .create-account{height:auto;row-gap:1rem;flex-wrap:wrap;width:100%;flex-direction:column}.get-started .sign-up-btn{height:4rem;width:20rem}.get-started .email-input{width:29rem;height:3.5rem}}\n"], dependencies: [{ kind: "component", type: i2$1.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }] });
|
|
110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: GetStartedCTAComponent, decorators: [{
|
|
111
|
+
type: Component,
|
|
112
|
+
args: [{ selector: 'get-started-cta', template: "<div class=\"all\">\n <div class=\"get-started\">\n <div class=\"content\">\n <h1>Get Started</h1>\n <div class=\"description\">\n Join our community of jewelry enthusiasts and industry professionals today by signing\n up for an account. Let us help you make your mark in the world of jewelry.\n </div>\n <img src=\" ../../../assets/images/logo-white.png\" alt=\"\" (click)=\"onClickLogo()\" class=\"logo-img\">\n <div class=\"create-account\">\n <input type=\"email\" class=\"email-input\" placeholder=\"Email Address\">\n <button mat-raised-button class=\"sign-up-btn\" (click)=\"onClickCreateAccount()\">Create\n Account</button>\n </div>\n </div>\n </div>\n</div>", styles: [".all{margin-top:3rem;display:flex;align-items:center}.get-started{position:relative;text-align:center;color:#fff;background-image:url(../../../assets/images/get-started-background.png);background-position:top center;background-repeat:no-repeat;background-size:cover;display:grid;padding:3rem 0rem;border-radius:1.5rem;margin:auto;width:90%}@media only screen and (min-width: 1500px){.get-started{max-width:150rem}}.get-started .content{display:grid;row-gap:1rem}.get-started .content .title{font-size:4rem}.get-started .content .description{width:60%;margin:auto}@media only screen and (max-width: 75em){.get-started .content .description{width:80%}}.get-started .sign-up{text-decoration:underline;font-weight:500;cursor:pointer}.get-started .logo-img{cursor:pointer;margin:2vh 0 5vh;width:20rem;margin:auto}.get-started .create-account{display:flex;justify-content:center;align-items:center;height:3.4rem;width:50%;margin:auto;column-gap:2%}.get-started .sign-up-btn{background-color:#155ed4;color:#fff;height:100%;width:40%;max-width:70%}.get-started .email-input{width:60%;height:100%;max-width:80%}@media only screen and (max-width: 75em){.get-started .create-account{width:70%}}@media only screen and (max-width: 56.25em){.get-started .create-account{height:auto;row-gap:1rem;flex-wrap:wrap;width:100%;flex-direction:column}.get-started .sign-up-btn{height:4rem;width:20rem}.get-started .email-input{width:29rem;height:3.5rem}}\n"] }]
|
|
113
|
+
}], ctorParameters: function () { return [{ type: i1$2.Router }]; } });
|
|
114
|
+
|
|
91
115
|
/*
|
|
92
116
|
* Public API Surface of jooler-websites-shared
|
|
93
117
|
*/
|
|
@@ -96,5 +120,5 @@ class PageSectionAction {
|
|
|
96
120
|
* Generated bundle index. Do not edit.
|
|
97
121
|
*/
|
|
98
122
|
|
|
99
|
-
export { JoolerWebsitesSharedModule, PageSection, PageSectionAction, PageSectionStyleTenComponent, SectionTitleComponent };
|
|
123
|
+
export { GetStartedCTAComponent, JoolerWebsitesSharedModule, PageSection, PageSectionAction, PageSectionStyleTenComponent, SectionTitleComponent };
|
|
100
124
|
//# sourceMappingURL=jooler-websites-shared.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jooler-websites-shared.mjs","sources":["../../../projects/jooler-websites-shared/src/lib/section-title/section-title.component.ts","../../../projects/jooler-websites-shared/src/lib/section-title/section-title.component.html","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section-style-ten.component.ts","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section-style-ten.component.html","../../../projects/jooler-websites-shared/src/lib/jooler-websites-shared.module.ts","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section.model.ts","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section-action.model.ts","../../../projects/jooler-websites-shared/src/public-api.ts","../../../projects/jooler-websites-shared/src/jooler-websites-shared.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'section-title',\n templateUrl: './section-title.component.html',\n styleUrls: ['./section-title.component.scss']\n})\nexport class SectionTitleComponent {\n @Input() title: string;\n @Input() subtitle: string;\n @Input() alignLeft: boolean;\n @Input() isDarkBg: boolean = false;\n}\n","<div class=\"section-container\"\n [ngClass]=\"{'align-left':alignLeft,'align-center':!alignLeft,'dark-background':isDarkBg ,'light-background':!isDarkBg}\">\n <div class=\"title\">{{title}}</div>\n <div class=\"divider\">\n </div>\n <div class=\"description\">\n {{subtitle}}\n </div>\n</div>","import { Component, Input, OnInit } from '@angular/core';\nimport { PageSection } from './page-section.model';\n\n@Component({\n selector: 'page-section-style-ten',\n templateUrl: './page-section-style-ten.component.html',\n styleUrls: ['./page-section-style-ten.component.scss']\n})\nexport class PageSectionStyleTenComponent implements OnInit {\n @Input() data: any | PageSection;\n @Input() iconName: any = \"circle\";\n\n panelOpenState: boolean = false;\n\n constructor() { }\n\n ngOnInit(): void {\n // console.log(\"what's my section\", this.pageSection)\n }\n}\n","<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>","import { NgModule } from '@angular/core';\nimport { SectionTitleComponent } from './section-title/section-title.component';\nimport { PageSectionStyleTenComponent } from './page-section-style-ten/page-section-style-ten.component';\nimport { CommonModule } from '@angular/common';\nimport { AppMaterialModule } from '@jooler/app-material';\nimport { FontAwesomeSharedModule } from '@jooler/font-awesome-shared';\n\n\n\n@NgModule({\n declarations: [\n SectionTitleComponent,\n PageSectionStyleTenComponent\n\n ],\n imports: [\n CommonModule,\n AppMaterialModule,\n FontAwesomeSharedModule\n\n ],\n exports: [\n AppMaterialModule,\n SectionTitleComponent,\n PageSectionStyleTenComponent,\n FontAwesomeSharedModule\n ]\n})\nexport class JoolerWebsitesSharedModule { }\n","import { PageSectionAction } from './page-section-action.model';\n\nexport class PageSection {\n id: number;\n icon: string;\n title: string;\n description: string;\n image: string;\n titleImage: string;\n subtitle: string;\n actions: PageSectionAction[];\n}","export class PageSectionAction {\n id: number;\n route: string;\n label: string;\n}","/*\n * Public API Surface of jooler-websites-shared\n */\n\nexport * from './lib/jooler-websites-shared.module';\nexport * from './lib/section-title/section-title.component';\nexport * from './lib/page-section-style-ten/page-section-style-ten.component';\nexport * from './lib/page-section-style-ten/page-section.model';\nexport * from './lib/page-section-style-ten/page-section-action.model';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"jooler-websites-shared.mjs","sources":["../../../projects/jooler-websites-shared/src/lib/section-title/section-title.component.ts","../../../projects/jooler-websites-shared/src/lib/section-title/section-title.component.html","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section-style-ten.component.ts","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section-style-ten.component.html","../../../projects/jooler-websites-shared/src/lib/jooler-websites-shared.module.ts","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section.model.ts","../../../projects/jooler-websites-shared/src/lib/page-section-style-ten/page-section-action.model.ts","../../../projects/jooler-websites-shared/src/lib/get-started-cta/get-started-cta.component.ts","../../../projects/jooler-websites-shared/src/lib/get-started-cta/get-started-cta.component.html","../../../projects/jooler-websites-shared/src/public-api.ts","../../../projects/jooler-websites-shared/src/jooler-websites-shared.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'section-title',\n templateUrl: './section-title.component.html',\n styleUrls: ['./section-title.component.scss']\n})\nexport class SectionTitleComponent {\n @Input() title: string;\n @Input() subtitle: string;\n @Input() alignLeft: boolean;\n @Input() isDarkBg: boolean = false;\n}\n","<div class=\"section-container\"\n [ngClass]=\"{'align-left':alignLeft,'align-center':!alignLeft,'dark-background':isDarkBg ,'light-background':!isDarkBg}\">\n <div class=\"title\">{{title}}</div>\n <div class=\"divider\">\n </div>\n <div class=\"description\">\n {{subtitle}}\n </div>\n</div>","import { Component, Input, OnInit } from '@angular/core';\nimport { PageSection } from './page-section.model';\n\n@Component({\n selector: 'page-section-style-ten',\n templateUrl: './page-section-style-ten.component.html',\n styleUrls: ['./page-section-style-ten.component.scss']\n})\nexport class PageSectionStyleTenComponent implements OnInit {\n @Input() data: any | PageSection;\n @Input() iconName: any = \"circle\";\n\n panelOpenState: boolean = false;\n\n constructor() { }\n\n ngOnInit(): void {\n // console.log(\"what's my section\", this.pageSection)\n }\n}\n","<mat-accordion class=\"mat-mdc-form-field\">\n <mat-expansion-panel (opened)=\"panelOpenState = true\" (closed)=\"panelOpenState = false\">\n <mat-expansion-panel-header>\n <div class=\"panel-headline\">\n <mat-panel-title>\n <fa-icon [icon]=\"iconName\">\n </fa-icon>\n {{data.question}}\n </mat-panel-title>\n </div>\n </mat-expansion-panel-header>\n <div class=\"panel-content\">\n <ul>\n <li>\n {{data.answer}}\n </li>\n </ul>\n </div>\n </mat-expansion-panel>\n</mat-accordion>","import { NgModule } from '@angular/core';\nimport { SectionTitleComponent } from './section-title/section-title.component';\nimport { PageSectionStyleTenComponent } from './page-section-style-ten/page-section-style-ten.component';\nimport { CommonModule } from '@angular/common';\nimport { AppMaterialModule } from '@jooler/app-material';\nimport { FontAwesomeSharedModule } from '@jooler/font-awesome-shared';\nimport { GetStartedCTAComponent } from '../public-api';\n\n\n\n@NgModule({\n declarations: [\n SectionTitleComponent,\n PageSectionStyleTenComponent,\n GetStartedCTAComponent\n\n ],\n imports: [\n CommonModule,\n AppMaterialModule,\n FontAwesomeSharedModule\n\n\n ],\n exports: [\n AppMaterialModule,\n SectionTitleComponent,\n PageSectionStyleTenComponent,\n FontAwesomeSharedModule,\n GetStartedCTAComponent\n ]\n})\nexport class JoolerWebsitesSharedModule { }\n","import { PageSectionAction } from './page-section-action.model';\n\nexport class PageSection {\n id: number;\n icon: string;\n title: string;\n description: string;\n image: string;\n titleImage: string;\n subtitle: string;\n actions: PageSectionAction[];\n}","export class PageSectionAction {\n id: number;\n route: string;\n label: string;\n}","import { Component } from '@angular/core';\nimport { Router } from '@angular/router';\n\n@Component({\n selector: 'get-started-cta',\n templateUrl: './get-started-cta.component.html',\n styleUrls: ['./get-started-cta.component.scss']\n})\nexport class GetStartedCTAComponent {\n\n constructor(private _Router: Router) { }\n\n onClickCreateAccount() {\n this._Router.navigate([\"authentication/get-started\"]);\n }\n\n onClickLogo() {\n this._Router.navigate(['home-page']);\n }\n}\n","<div class=\"all\">\n <div class=\"get-started\">\n <div class=\"content\">\n <h1>Get Started</h1>\n <div class=\"description\">\n Join our community of jewelry enthusiasts and industry professionals today by signing\n up for an account. Let us help you make your mark in the world of jewelry.\n </div>\n <img src=\" ../../../assets/images/logo-white.png\" alt=\"\" (click)=\"onClickLogo()\" class=\"logo-img\">\n <div class=\"create-account\">\n <input type=\"email\" class=\"email-input\" placeholder=\"Email Address\">\n <button mat-raised-button class=\"sign-up-btn\" (click)=\"onClickCreateAccount()\">Create\n Account</button>\n </div>\n </div>\n </div>\n</div>","/*\n * Public API Surface of jooler-websites-shared\n */\n\nexport * from './lib/jooler-websites-shared.module';\nexport * from './lib/section-title/section-title.component';\nexport * from './lib/page-section-style-ten/page-section-style-ten.component';\nexport * from './lib/page-section-style-ten/page-section.model';\nexport * from './lib/page-section-style-ten/page-section-action.model';\nexport * from './lib/get-started-cta/get-started-cta.component';\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1","i2"],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Router } from '@angular/router';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GetStartedCTAComponent {
|
|
4
|
+
private _Router;
|
|
5
|
+
constructor(_Router: Router);
|
|
6
|
+
onClickCreateAccount(): void;
|
|
7
|
+
onClickLogo(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GetStartedCTAComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GetStartedCTAComponent, "get-started-cta", never, {}, {}, never, never, false>;
|
|
10
|
+
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./section-title/section-title.component";
|
|
3
3
|
import * as i2 from "./page-section-style-ten/page-section-style-ten.component";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@jooler/
|
|
4
|
+
import * as i3 from "./get-started-cta/get-started-cta.component";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@jooler/app-material";
|
|
7
|
+
import * as i6 from "@jooler/font-awesome-shared";
|
|
7
8
|
export declare class JoolerWebsitesSharedModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<JoolerWebsitesSharedModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<JoolerWebsitesSharedModule, [typeof i1.SectionTitleComponent, typeof i2.PageSectionStyleTenComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<JoolerWebsitesSharedModule, [typeof i1.SectionTitleComponent, typeof i2.PageSectionStyleTenComponent, typeof i3.GetStartedCTAComponent], [typeof i4.CommonModule, typeof i5.AppMaterialModule, typeof i6.FontAwesomeSharedModule], [typeof i5.AppMaterialModule, typeof i1.SectionTitleComponent, typeof i2.PageSectionStyleTenComponent, typeof i6.FontAwesomeSharedModule, typeof i3.GetStartedCTAComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<JoolerWebsitesSharedModule>;
|
|
11
12
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jooler/jooler-websites-shared",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=13.1.0",
|
|
6
6
|
"@angular/core": ">=13.1.0"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"type": "git",
|
|
41
41
|
"url": "git+https://github.com/HenryHamamji/erp-shared-library.git"
|
|
42
42
|
},
|
|
43
|
-
"author": "
|
|
43
|
+
"author": "Mohamamd Ali",
|
|
44
44
|
"license": "UNLICENSED",
|
|
45
45
|
"bugs": {
|
|
46
46
|
"url": "https://github.com/HenryHamamji/erp-shared-library/issues"
|
package/public-api.d.ts
CHANGED
|
@@ -3,3 +3,4 @@ export * from './lib/section-title/section-title.component';
|
|
|
3
3
|
export * from './lib/page-section-style-ten/page-section-style-ten.component';
|
|
4
4
|
export * from './lib/page-section-style-ten/page-section.model';
|
|
5
5
|
export * from './lib/page-section-style-ten/page-section-action.model';
|
|
6
|
+
export * from './lib/get-started-cta/get-started-cta.component';
|