windows-plus-utilities 0.0.5 → 0.0.7

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.
@@ -0,0 +1,24 @@
1
+ import { Component, Input } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class SectionHeaderComponent {
4
+ /**
5
+ * @author Alex Hodson
6
+ * @description class constructor specifying the required services and properties
7
+ */
8
+ constructor() { }
9
+ /**
10
+ * @author Alex Hodson
11
+ * @description the method to be run when the component is rendered
12
+ */
13
+ ngOnInit() {
14
+ }
15
+ }
16
+ SectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
+ SectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: SectionHeaderComponent, selector: "wp-section-header", inputs: { heading: "heading" }, ngImport: i0, template: "<div id=\"sectionHeader\" class=\"d-flex justify-content-md-between align-items-center bg-blue\">\n\t<h3>{{heading}}</h3>\n</div>", styles: ["#sectionHeader{padding:2%;width:100%;margin:1% 0}\n"] });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderComponent, decorators: [{
19
+ type: Component,
20
+ args: [{ selector: 'wp-section-header', template: "<div id=\"sectionHeader\" class=\"d-flex justify-content-md-between align-items-center bg-blue\">\n\t<h3>{{heading}}</h3>\n</div>", styles: ["#sectionHeader{padding:2%;width:100%;margin:1% 0}\n"] }]
21
+ }], ctorParameters: function () { return []; }, propDecorators: { heading: [{
22
+ type: Input
23
+ }] } });
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VjdGlvbi1oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvd2luZG93cy1wbHVzLXV0aWxpdGllcy9zZWN0aW9uLWhlYWRlci9jb21wb25lbnRzL3NlY3Rpb24taGVhZGVyL3NlY3Rpb24taGVhZGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3dpbmRvd3MtcGx1cy11dGlsaXRpZXMvc2VjdGlvbi1oZWFkZXIvY29tcG9uZW50cy9zZWN0aW9uLWhlYWRlci9zZWN0aW9uLWhlYWRlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQzs7QUFPekQsTUFBTSxPQUFPLHNCQUFzQjtJQUtsQzs7O09BR0c7SUFDRixnQkFBZ0IsQ0FBQztJQUNsQjs7O09BR0c7SUFDRixRQUFRO0lBQ1IsQ0FBQzs7b0hBZlUsc0JBQXNCO3dHQUF0QixzQkFBc0IseUZDUG5DLG1JQUVNOzRGREtPLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSxtQkFBbUI7MEVBUXJCLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICd3cC1zZWN0aW9uLWhlYWRlcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9zZWN0aW9uLWhlYWRlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3NlY3Rpb24taGVhZGVyLmNvbXBvbmVudC5zYXNzJ11cbn0pXG5leHBvcnQgY2xhc3MgU2VjdGlvbkhlYWRlckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cdC8qKlxuXHQgKiBAZGVzY3JpcHRpb24gYSBzdHJpbmcgcmVwcmVzZW50aW5nIHRoZSBoZWFkaW5nIHZhbHVlIHRvIGJlIGRpc3BsYXllZFxuXHQgKi9cblx0QElucHV0KCkgaGVhZGluZzogc3RyaW5nXG5cdC8qKlxuXHQgKiBAYXV0aG9yIEFsZXggSG9kc29uXG5cdCAqIEBkZXNjcmlwdGlvbiBjbGFzcyBjb25zdHJ1Y3RvciBzcGVjaWZ5aW5nIHRoZSByZXF1aXJlZCBzZXJ2aWNlcyBhbmQgcHJvcGVydGllc1xuXHQgKi9cbiAgY29uc3RydWN0b3IoKSB7IH1cblx0LyoqXG5cdCAqIEBhdXRob3IgQWxleCBIb2Rzb25cblx0ICogQGRlc2NyaXB0aW9uIHRoZSBtZXRob2QgdG8gYmUgcnVuIHdoZW4gdGhlIGNvbXBvbmVudCBpcyByZW5kZXJlZFxuXHQgKi9cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gIH1cblxufVxuIiwiPGRpdiBpZD1cInNlY3Rpb25IZWFkZXJcIiBjbGFzcz1cImQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtbWQtYmV0d2VlbiBhbGlnbi1pdGVtcy1jZW50ZXIgYmctYmx1ZVwiPlxuXHQ8aDM+e3toZWFkaW5nfX08L2gzPlxuPC9kaXY+Il19
@@ -0,0 +1,6 @@
1
+ /*
2
+ * Public API Surface of windows-plus-utilities
3
+ */
4
+ export * from './components/section-header/section-header.component';
5
+ export * from './section-header.module';
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3dpbmRvd3MtcGx1cy11dGlsaXRpZXMvc2VjdGlvbi1oZWFkZXIvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsc0RBQXNELENBQUM7QUFDckUsY0FBYyx5QkFBeUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2Ygd2luZG93cy1wbHVzLXV0aWxpdGllc1xuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50cy9zZWN0aW9uLWhlYWRlci9zZWN0aW9uLWhlYWRlci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zZWN0aW9uLWhlYWRlci5tb2R1bGUnO1xuIl19
@@ -0,0 +1,24 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { SectionHeaderComponent } from './components/section-header/section-header.component';
4
+ import * as i0 from "@angular/core";
5
+ export class SectionHeaderModule {
6
+ }
7
+ SectionHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ SectionHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderModule, declarations: [SectionHeaderComponent], imports: [CommonModule], exports: [SectionHeaderComponent] });
9
+ SectionHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderModule, decorators: [{
11
+ type: NgModule,
12
+ args: [{
13
+ declarations: [
14
+ SectionHeaderComponent
15
+ ],
16
+ imports: [
17
+ CommonModule
18
+ ],
19
+ exports: [
20
+ SectionHeaderComponent
21
+ ]
22
+ }]
23
+ }] });
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VjdGlvbi1oZWFkZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvd2luZG93cy1wbHVzLXV0aWxpdGllcy9zZWN0aW9uLWhlYWRlci9zZWN0aW9uLWhlYWRlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sc0RBQXNELENBQUM7O0FBZTlGLE1BQU0sT0FBTyxtQkFBbUI7O2lIQUFuQixtQkFBbUI7a0hBQW5CLG1CQUFtQixpQkFUNUIsc0JBQXNCLGFBR3RCLFlBQVksYUFHWixzQkFBc0I7a0hBR2IsbUJBQW1CLFlBTjVCLFlBQVk7NEZBTUgsbUJBQW1CO2tCQVgvQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixzQkFBc0I7cUJBQ3ZCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDUCxzQkFBc0I7cUJBQ3ZCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBTZWN0aW9uSGVhZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3NlY3Rpb24taGVhZGVyL3NlY3Rpb24taGVhZGVyLmNvbXBvbmVudCc7XG5cblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBTZWN0aW9uSGVhZGVyQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGVcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIFNlY3Rpb25IZWFkZXJDb21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBTZWN0aW9uSGVhZGVyTW9kdWxlIHsgfVxuIl19
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public-api';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2luZG93cy1wbHVzLXV0aWxpdGllcy1zZWN0aW9uLWhlYWRlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3dpbmRvd3MtcGx1cy11dGlsaXRpZXMvc2VjdGlvbi1oZWFkZXIvd2luZG93cy1wbHVzLXV0aWxpdGllcy1zZWN0aW9uLWhlYWRlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
@@ -0,0 +1,56 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Component, Input, NgModule } from '@angular/core';
3
+ import { CommonModule } from '@angular/common';
4
+
5
+ class SectionHeaderComponent {
6
+ /**
7
+ * @author Alex Hodson
8
+ * @description class constructor specifying the required services and properties
9
+ */
10
+ constructor() { }
11
+ /**
12
+ * @author Alex Hodson
13
+ * @description the method to be run when the component is rendered
14
+ */
15
+ ngOnInit() {
16
+ }
17
+ }
18
+ SectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
+ SectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: SectionHeaderComponent, selector: "wp-section-header", inputs: { heading: "heading" }, ngImport: i0, template: "<div id=\"sectionHeader\" class=\"d-flex justify-content-md-between align-items-center bg-blue\">\n\t<h3>{{heading}}</h3>\n</div>", styles: ["#sectionHeader{padding:2%;width:100%;margin:1% 0}\n"] });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderComponent, decorators: [{
21
+ type: Component,
22
+ args: [{ selector: 'wp-section-header', template: "<div id=\"sectionHeader\" class=\"d-flex justify-content-md-between align-items-center bg-blue\">\n\t<h3>{{heading}}</h3>\n</div>", styles: ["#sectionHeader{padding:2%;width:100%;margin:1% 0}\n"] }]
23
+ }], ctorParameters: function () { return []; }, propDecorators: { heading: [{
24
+ type: Input
25
+ }] } });
26
+
27
+ class SectionHeaderModule {
28
+ }
29
+ SectionHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
30
+ SectionHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderModule, declarations: [SectionHeaderComponent], imports: [CommonModule], exports: [SectionHeaderComponent] });
31
+ SectionHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderModule, imports: [CommonModule] });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderModule, decorators: [{
33
+ type: NgModule,
34
+ args: [{
35
+ declarations: [
36
+ SectionHeaderComponent
37
+ ],
38
+ imports: [
39
+ CommonModule
40
+ ],
41
+ exports: [
42
+ SectionHeaderComponent
43
+ ]
44
+ }]
45
+ }] });
46
+
47
+ /*
48
+ * Public API Surface of windows-plus-utilities
49
+ */
50
+
51
+ /**
52
+ * Generated bundle index. Do not edit.
53
+ */
54
+
55
+ export { SectionHeaderComponent, SectionHeaderModule };
56
+ //# sourceMappingURL=windows-plus-utilities-section-header.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"windows-plus-utilities-section-header.mjs","sources":["../../../projects/windows-plus-utilities/section-header/components/section-header/section-header.component.ts","../../../projects/windows-plus-utilities/section-header/components/section-header/section-header.component.html","../../../projects/windows-plus-utilities/section-header/section-header.module.ts","../../../projects/windows-plus-utilities/section-header/public-api.ts","../../../projects/windows-plus-utilities/section-header/windows-plus-utilities-section-header.ts"],"sourcesContent":["import { Component, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'wp-section-header',\n templateUrl: './section-header.component.html',\n styleUrls: ['./section-header.component.sass']\n})\nexport class SectionHeaderComponent implements OnInit {\n\t/**\n\t * @description a string representing the heading value to be displayed\n\t */\n\t@Input() heading: string\n\t/**\n\t * @author Alex Hodson\n\t * @description class constructor specifying the required services and properties\n\t */\n constructor() { }\n\t/**\n\t * @author Alex Hodson\n\t * @description the method to be run when the component is rendered\n\t */\n ngOnInit(): void {\n }\n\n}\n","<div id=\"sectionHeader\" class=\"d-flex justify-content-md-between align-items-center bg-blue\">\n\t<h3>{{heading}}</h3>\n</div>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SectionHeaderComponent } from './components/section-header/section-header.component';\n\n\n\n@NgModule({\n declarations: [\n SectionHeaderComponent\n ],\n imports: [\n CommonModule\n ],\n exports: [\n SectionHeaderComponent\n ]\n})\nexport class SectionHeaderModule { }\n","/*\n * Public API Surface of windows-plus-utilities\n */\n\nexport * from './components/section-header/section-header.component';\nexport * from './section-header.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,sBAAsB,CAAA;AAKlC;;;AAGG;AACF,IAAA,WAAA,GAAA,GAAiB;AAClB;;;AAGG;IACF,QAAQ,GAAA;KACP;;oHAfU,sBAAsB,EAAA,IAAA,EAAA,EAAA,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,SAAA,EAAA,IAAA,EAAA,sBAAsB,yFCPnC,mIAEM,EAAA,MAAA,EAAA,CAAA,qDAAA,CAAA,EAAA,CAAA,CAAA;4FDKO,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;+BACE,mBAAmB,EAAA,QAAA,EAAA,mIAAA,EAAA,MAAA,EAAA,CAAA,qDAAA,CAAA,EAAA,CAAA;0EAQrB,OAAO,EAAA,CAAA;sBAAf,KAAK;;;MEMM,mBAAmB,CAAA;;iHAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAnB,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,EAT5B,YAAA,EAAA,CAAA,sBAAsB,CAGtB,EAAA,OAAA,EAAA,CAAA,YAAY,aAGZ,sBAAsB,CAAA,EAAA,CAAA,CAAA;AAGb,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,YAN5B,YAAY,CAAA,EAAA,CAAA,CAAA;4FAMH,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAX/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,sBAAsB;AACvB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;AACb,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,sBAAsB;AACvB,qBAAA;iBACF,CAAA;;;AChBD;;AAEG;;ACFH;;AAEG;;;;"}
@@ -0,0 +1,56 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Component, Input, NgModule } from '@angular/core';
3
+ import { CommonModule } from '@angular/common';
4
+
5
+ class SectionHeaderComponent {
6
+ /**
7
+ * @author Alex Hodson
8
+ * @description class constructor specifying the required services and properties
9
+ */
10
+ constructor() { }
11
+ /**
12
+ * @author Alex Hodson
13
+ * @description the method to be run when the component is rendered
14
+ */
15
+ ngOnInit() {
16
+ }
17
+ }
18
+ SectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
+ SectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: SectionHeaderComponent, selector: "wp-section-header", inputs: { heading: "heading" }, ngImport: i0, template: "<div id=\"sectionHeader\" class=\"d-flex justify-content-md-between align-items-center bg-blue\">\n\t<h3>{{heading}}</h3>\n</div>", styles: ["#sectionHeader{padding:2%;width:100%;margin:1% 0}\n"] });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderComponent, decorators: [{
21
+ type: Component,
22
+ args: [{ selector: 'wp-section-header', template: "<div id=\"sectionHeader\" class=\"d-flex justify-content-md-between align-items-center bg-blue\">\n\t<h3>{{heading}}</h3>\n</div>", styles: ["#sectionHeader{padding:2%;width:100%;margin:1% 0}\n"] }]
23
+ }], ctorParameters: function () { return []; }, propDecorators: { heading: [{
24
+ type: Input
25
+ }] } });
26
+
27
+ class SectionHeaderModule {
28
+ }
29
+ SectionHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
30
+ SectionHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderModule, declarations: [SectionHeaderComponent], imports: [CommonModule], exports: [SectionHeaderComponent] });
31
+ SectionHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderModule, imports: [CommonModule] });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SectionHeaderModule, decorators: [{
33
+ type: NgModule,
34
+ args: [{
35
+ declarations: [
36
+ SectionHeaderComponent
37
+ ],
38
+ imports: [
39
+ CommonModule
40
+ ],
41
+ exports: [
42
+ SectionHeaderComponent
43
+ ]
44
+ }]
45
+ }] });
46
+
47
+ /*
48
+ * Public API Surface of windows-plus-utilities
49
+ */
50
+
51
+ /**
52
+ * Generated bundle index. Do not edit.
53
+ */
54
+
55
+ export { SectionHeaderComponent, SectionHeaderModule };
56
+ //# sourceMappingURL=windows-plus-utilities-section-header.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"windows-plus-utilities-section-header.mjs","sources":["../../../projects/windows-plus-utilities/section-header/components/section-header/section-header.component.ts","../../../projects/windows-plus-utilities/section-header/components/section-header/section-header.component.html","../../../projects/windows-plus-utilities/section-header/section-header.module.ts","../../../projects/windows-plus-utilities/section-header/public-api.ts","../../../projects/windows-plus-utilities/section-header/windows-plus-utilities-section-header.ts"],"sourcesContent":["import { Component, Input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'wp-section-header',\n templateUrl: './section-header.component.html',\n styleUrls: ['./section-header.component.sass']\n})\nexport class SectionHeaderComponent implements OnInit {\n\t/**\n\t * @description a string representing the heading value to be displayed\n\t */\n\t@Input() heading: string\n\t/**\n\t * @author Alex Hodson\n\t * @description class constructor specifying the required services and properties\n\t */\n constructor() { }\n\t/**\n\t * @author Alex Hodson\n\t * @description the method to be run when the component is rendered\n\t */\n ngOnInit(): void {\n }\n\n}\n","<div id=\"sectionHeader\" class=\"d-flex justify-content-md-between align-items-center bg-blue\">\n\t<h3>{{heading}}</h3>\n</div>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SectionHeaderComponent } from './components/section-header/section-header.component';\n\n\n\n@NgModule({\n declarations: [\n SectionHeaderComponent\n ],\n imports: [\n CommonModule\n ],\n exports: [\n SectionHeaderComponent\n ]\n})\nexport class SectionHeaderModule { }\n","/*\n * Public API Surface of windows-plus-utilities\n */\n\nexport * from './components/section-header/section-header.component';\nexport * from './section-header.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,sBAAsB,CAAA;AAKlC;;;AAGG;AACF,IAAA,WAAA,GAAA,GAAiB;AAClB;;;AAGG;IACF,QAAQ,GAAA;KACP;;oHAfU,sBAAsB,EAAA,IAAA,EAAA,EAAA,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,SAAA,EAAA,IAAA,EAAA,sBAAsB,yFCPnC,mIAEM,EAAA,MAAA,EAAA,CAAA,qDAAA,CAAA,EAAA,CAAA,CAAA;4FDKO,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;+BACE,mBAAmB,EAAA,QAAA,EAAA,mIAAA,EAAA,MAAA,EAAA,CAAA,qDAAA,CAAA,EAAA,CAAA;0EAQrB,OAAO,EAAA,CAAA;sBAAf,KAAK;;;MEMM,mBAAmB,CAAA;;iHAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAnB,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,EAT5B,YAAA,EAAA,CAAA,sBAAsB,CAGtB,EAAA,OAAA,EAAA,CAAA,YAAY,aAGZ,sBAAsB,CAAA,EAAA,CAAA,CAAA;AAGb,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,YAN5B,YAAY,CAAA,EAAA,CAAA,CAAA;4FAMH,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAX/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,sBAAsB;AACvB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;AACb,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,sBAAsB;AACvB,qBAAA;AACF,iBAAA,CAAA;;;AChBD;;AAEG;;ACFH;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "windows-plus-utilities",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.12",
6
6
  "@angular/core": "^14.2.12",
7
- "windows-plus-theme": "^1.0.7"
7
+ "windows-plus-theme": "^1.0.8"
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0"
@@ -34,6 +34,14 @@
34
34
  "es2015": "./fesm2015/windows-plus-utilities-custom-card.mjs",
35
35
  "node": "./fesm2015/windows-plus-utilities-custom-card.mjs",
36
36
  "default": "./fesm2020/windows-plus-utilities-custom-card.mjs"
37
+ },
38
+ "./section-header": {
39
+ "types": "./section-header/index.d.ts",
40
+ "esm2020": "./esm2020/section-header/windows-plus-utilities-section-header.mjs",
41
+ "es2020": "./fesm2020/windows-plus-utilities-section-header.mjs",
42
+ "es2015": "./fesm2015/windows-plus-utilities-section-header.mjs",
43
+ "node": "./fesm2015/windows-plus-utilities-section-header.mjs",
44
+ "default": "./fesm2020/windows-plus-utilities-section-header.mjs"
37
45
  }
38
46
  },
39
47
  "sideEffects": false
@@ -0,0 +1,20 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SectionHeaderComponent implements OnInit {
4
+ /**
5
+ * @description a string representing the heading value to be displayed
6
+ */
7
+ heading: string;
8
+ /**
9
+ * @author Alex Hodson
10
+ * @description class constructor specifying the required services and properties
11
+ */
12
+ constructor();
13
+ /**
14
+ * @author Alex Hodson
15
+ * @description the method to be run when the component is rendered
16
+ */
17
+ ngOnInit(): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<SectionHeaderComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<SectionHeaderComponent, "wp-section-header", never, { "heading": "heading"; }, {}, never, never, false>;
20
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="windows-plus-utilities/section-header" />
5
+ export * from './public-api';
@@ -0,0 +1,2 @@
1
+ export * from './components/section-header/section-header.component';
2
+ export * from './section-header.module';
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./components/section-header/section-header.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class SectionHeaderModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SectionHeaderModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SectionHeaderModule, [typeof i1.SectionHeaderComponent], [typeof i2.CommonModule], [typeof i1.SectionHeaderComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<SectionHeaderModule>;
8
+ }