@skyux/navbar 9.3.1 → 9.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/documentation.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"fileName": "projects/navbar/src/modules/navbar/navbar.module.ts",
|
|
32
32
|
"line": 12,
|
|
33
33
|
"character": 13,
|
|
34
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
34
|
+
"url": "https://github.com/blackbaud/skyux/blob/0d422b5/libs/components/navbar/src/lib/modules/navbar/navbar.module.ts#L12"
|
|
35
35
|
}
|
|
36
36
|
],
|
|
37
37
|
"decorators": [
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"fileName": "projects/navbar/src/modules/navbar/navbar.component.ts",
|
|
72
72
|
"line": 11,
|
|
73
73
|
"character": 13,
|
|
74
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
74
|
+
"url": "https://github.com/blackbaud/skyux/blob/0d422b5/libs/components/navbar/src/lib/modules/navbar/navbar.component.ts#L11"
|
|
75
75
|
}
|
|
76
76
|
],
|
|
77
77
|
"decorators": [
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"fileName": "projects/navbar/src/modules/navbar/navbar-item.component.ts",
|
|
131
131
|
"line": 18,
|
|
132
132
|
"character": 9,
|
|
133
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
133
|
+
"url": "https://github.com/blackbaud/skyux/blob/0d422b5/libs/components/navbar/src/lib/modules/navbar/navbar-item.component.ts#L18"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
136
|
"type": {
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"fileName": "projects/navbar/src/modules/navbar/navbar-item.component.ts",
|
|
164
164
|
"line": 12,
|
|
165
165
|
"character": 13,
|
|
166
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
166
|
+
"url": "https://github.com/blackbaud/skyux/blob/0d422b5/libs/components/navbar/src/lib/modules/navbar/navbar-item.component.ts#L12"
|
|
167
167
|
}
|
|
168
168
|
],
|
|
169
169
|
"decorators": [
|
|
@@ -7,12 +7,12 @@ import * as i1 from "@angular/common";
|
|
|
7
7
|
*/
|
|
8
8
|
export class SkyNavbarItemComponent {
|
|
9
9
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.5", ngImport: i0, type: SkyNavbarItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.5", type: SkyNavbarItemComponent, selector: "sky-navbar-item", inputs: { active: "active" }, ngImport: i0, template: "<div class=\"sky-navbar-item\" [ngClass]=\"{ 'sky-navbar-item-active': active }\">\n <ng-content
|
|
10
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.5", type: SkyNavbarItemComponent, selector: "sky-navbar-item", inputs: { active: "active" }, ngImport: i0, template: "<div class=\"sky-navbar-item\" [ngClass]=\"{ 'sky-navbar-item-active': active }\">\n <ng-content />\n</div>\n", styles: [".sky-navbar-item{display:block;font-weight:600;margin-right:5px;height:100%}.sky-navbar-item ::ng-deep a,.sky-navbar-item ::ng-deep .sky-dropdown-item>a,.sky-navbar-item ::ng-deep .sky-dropdown-button{background-color:transparent;border:none;color:#a7b1c2;display:block;padding:16px 12px;text-decoration:none;width:100%}.sky-navbar-item ::ng-deep .sky-dropdown-menu{background-color:#2f4050}.sky-navbar-item ::ng-deep .sky-dropdown-item{color:#a7b1c2;display:block;font-size:13px;font-weight:400;margin:0}.sky-navbar-item ::ng-deep .sky-dropdown-item:hover{background-color:#293846;color:#fff}.sky-navbar-item ::ng-deep .sky-dropdown-item:hover>::ng-deep a,.sky-navbar-item ::ng-deep .sky-dropdown-item:hover ::ng-deep .sky-dropdown-button{color:#fff}.sky-navbar-item ::ng-deep .sky-dropdown:hover .sky-dropdown-button,.sky-navbar-item ::ng-deep .sky-navbar-item-active,.sky-navbar-item.sky-navbar-item-active ::ng-deep>*,.sky-navbar-item.sky-navbar-item-active ::ng-deep .sky-dropdown-button{background-color:#293846;color:#fff;border-bottom:4px solid #1c84c6;padding-bottom:12px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
11
11
|
}
|
|
12
12
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.5", ngImport: i0, type: SkyNavbarItemComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
|
-
args: [{ selector: 'sky-navbar-item', template: "<div class=\"sky-navbar-item\" [ngClass]=\"{ 'sky-navbar-item-active': active }\">\n <ng-content
|
|
14
|
+
args: [{ selector: 'sky-navbar-item', template: "<div class=\"sky-navbar-item\" [ngClass]=\"{ 'sky-navbar-item-active': active }\">\n <ng-content />\n</div>\n", styles: [".sky-navbar-item{display:block;font-weight:600;margin-right:5px;height:100%}.sky-navbar-item ::ng-deep a,.sky-navbar-item ::ng-deep .sky-dropdown-item>a,.sky-navbar-item ::ng-deep .sky-dropdown-button{background-color:transparent;border:none;color:#a7b1c2;display:block;padding:16px 12px;text-decoration:none;width:100%}.sky-navbar-item ::ng-deep .sky-dropdown-menu{background-color:#2f4050}.sky-navbar-item ::ng-deep .sky-dropdown-item{color:#a7b1c2;display:block;font-size:13px;font-weight:400;margin:0}.sky-navbar-item ::ng-deep .sky-dropdown-item:hover{background-color:#293846;color:#fff}.sky-navbar-item ::ng-deep .sky-dropdown-item:hover>::ng-deep a,.sky-navbar-item ::ng-deep .sky-dropdown-item:hover ::ng-deep .sky-dropdown-button{color:#fff}.sky-navbar-item ::ng-deep .sky-dropdown:hover .sky-dropdown-button,.sky-navbar-item ::ng-deep .sky-navbar-item-active,.sky-navbar-item.sky-navbar-item-active ::ng-deep>*,.sky-navbar-item.sky-navbar-item-active ::ng-deep .sky-dropdown-button{background-color:#293846;color:#fff;border-bottom:4px solid #1c84c6;padding-bottom:12px}\n"] }]
|
|
15
15
|
}], propDecorators: { active: [{
|
|
16
16
|
type: Input
|
|
17
17
|
}] } });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2YmFyLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL25hdmJhci9zcmMvbGliL21vZHVsZXMvbmF2YmFyL25hdmJhci1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9uYXZiYXIvc3JjL2xpYi9tb2R1bGVzL25hdmJhci9uYXZiYXItaXRlbS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBRWpEOzs7R0FHRztBQU1ILE1BQU0sT0FBTyxzQkFBc0I7OEdBQXRCLHNCQUFzQjtrR0FBdEIsc0JBQXNCLHFGQ1huQyxnSEFHQTs7MkZEUWEsc0JBQXNCO2tCQUxsQyxTQUFTOytCQUNFLGlCQUFpQjs4QkFVcEIsTUFBTTtzQkFEWixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKipcbiAqIERpc3BsYXlzIGEgbmF2aWdhdGlvbiBpdGVtIGluIHRoZSBuYXZiYXIuIEl0IGNhbiBpbmNsdWRlIHN1Yi1uYXZpZ2F0aW9uIGl0ZW1zIGluXG4gKiBhIGRyb3Bkb3duIG1lbnUuXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3NreS1uYXZiYXItaXRlbScsXG4gIHRlbXBsYXRlVXJsOiAnLi9uYXZiYXItaXRlbS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25hdmJhci1pdGVtLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIFNreU5hdmJhckl0ZW1Db21wb25lbnQge1xuICAvKipcbiAgICogV2hldGhlciB0aGUgbmF2aWdhdGlvbiBpdGVtIGlzIGFjdGl2ZS5cbiAgICogQGRlZmF1bHQgZmFsc2VcbiAgICovXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBhY3RpdmU6IGJvb2xlYW4gfCB1bmRlZmluZWQ7XG59XG4iLCI8ZGl2IGNsYXNzPVwic2t5LW5hdmJhci1pdGVtXCIgW25nQ2xhc3NdPVwieyAnc2t5LW5hdmJhci1pdGVtLWFjdGl2ZSc6IGFjdGl2ZSB9XCI+XG4gIDxuZy1jb250ZW50IC8+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -5,10 +5,10 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
*/
|
|
6
6
|
export class SkyNavbarComponent {
|
|
7
7
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.5", ngImport: i0, type: SkyNavbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.5", type: SkyNavbarComponent, selector: "sky-navbar", ngImport: i0, template: "<div class=\"sky-navbar\">\n <ng-content
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.5", type: SkyNavbarComponent, selector: "sky-navbar", ngImport: i0, template: "<div class=\"sky-navbar\">\n <ng-content />\n</div>\n", styles: [".sky-navbar{background-color:#2f4050;display:flex;align-items:flex-start;flex-direction:row}\n"] }); }
|
|
9
9
|
}
|
|
10
10
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.5", ngImport: i0, type: SkyNavbarComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
|
-
args: [{ selector: 'sky-navbar', template: "<div class=\"sky-navbar\">\n <ng-content
|
|
12
|
+
args: [{ selector: 'sky-navbar', template: "<div class=\"sky-navbar\">\n <ng-content />\n</div>\n", styles: [".sky-navbar{background-color:#2f4050;display:flex;align-items:flex-start;flex-direction:row}\n"] }]
|
|
13
13
|
}] });
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2YmFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9uYXZiYXIvc3JjL2xpYi9tb2R1bGVzL25hdmJhci9uYXZiYXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL25hdmJhci9zcmMvbGliL21vZHVsZXMvbmF2YmFyL25hdmJhci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUUxQzs7R0FFRztBQU1ILE1BQU0sT0FBTyxrQkFBa0I7OEdBQWxCLGtCQUFrQjtrR0FBbEIsa0JBQWtCLGtEQ1YvQix3REFHQTs7MkZET2Esa0JBQWtCO2tCQUw5QixTQUFTOytCQUNFLFlBQVkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuLyoqXG4gKiBEaXNwbGF5cyB0b3AtbGV2ZWwgbmF2aWdhdGlvbi5cbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc2t5LW5hdmJhcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9uYXZiYXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9uYXZiYXIuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgU2t5TmF2YmFyQ29tcG9uZW50IHt9XG4iLCI8ZGl2IGNsYXNzPVwic2t5LW5hdmJhclwiPlxuICA8bmctY29udGVudCAvPlxuPC9kaXY+XG4iXX0=
|
|
@@ -9,11 +9,11 @@ import { Component, Input, NgModule } from '@angular/core';
|
|
|
9
9
|
*/
|
|
10
10
|
class SkyNavbarItemComponent {
|
|
11
11
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.5", ngImport: i0, type: SkyNavbarItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.5", type: SkyNavbarItemComponent, selector: "sky-navbar-item", inputs: { active: "active" }, ngImport: i0, template: "<div class=\"sky-navbar-item\" [ngClass]=\"{ 'sky-navbar-item-active': active }\">\n <ng-content
|
|
12
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.5", type: SkyNavbarItemComponent, selector: "sky-navbar-item", inputs: { active: "active" }, ngImport: i0, template: "<div class=\"sky-navbar-item\" [ngClass]=\"{ 'sky-navbar-item-active': active }\">\n <ng-content />\n</div>\n", styles: [".sky-navbar-item{display:block;font-weight:600;margin-right:5px;height:100%}.sky-navbar-item ::ng-deep a,.sky-navbar-item ::ng-deep .sky-dropdown-item>a,.sky-navbar-item ::ng-deep .sky-dropdown-button{background-color:transparent;border:none;color:#a7b1c2;display:block;padding:16px 12px;text-decoration:none;width:100%}.sky-navbar-item ::ng-deep .sky-dropdown-menu{background-color:#2f4050}.sky-navbar-item ::ng-deep .sky-dropdown-item{color:#a7b1c2;display:block;font-size:13px;font-weight:400;margin:0}.sky-navbar-item ::ng-deep .sky-dropdown-item:hover{background-color:#293846;color:#fff}.sky-navbar-item ::ng-deep .sky-dropdown-item:hover>::ng-deep a,.sky-navbar-item ::ng-deep .sky-dropdown-item:hover ::ng-deep .sky-dropdown-button{color:#fff}.sky-navbar-item ::ng-deep .sky-dropdown:hover .sky-dropdown-button,.sky-navbar-item ::ng-deep .sky-navbar-item-active,.sky-navbar-item.sky-navbar-item-active ::ng-deep>*,.sky-navbar-item.sky-navbar-item-active ::ng-deep .sky-dropdown-button{background-color:#293846;color:#fff;border-bottom:4px solid #1c84c6;padding-bottom:12px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
13
13
|
}
|
|
14
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.5", ngImport: i0, type: SkyNavbarItemComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
|
-
args: [{ selector: 'sky-navbar-item', template: "<div class=\"sky-navbar-item\" [ngClass]=\"{ 'sky-navbar-item-active': active }\">\n <ng-content
|
|
16
|
+
args: [{ selector: 'sky-navbar-item', template: "<div class=\"sky-navbar-item\" [ngClass]=\"{ 'sky-navbar-item-active': active }\">\n <ng-content />\n</div>\n", styles: [".sky-navbar-item{display:block;font-weight:600;margin-right:5px;height:100%}.sky-navbar-item ::ng-deep a,.sky-navbar-item ::ng-deep .sky-dropdown-item>a,.sky-navbar-item ::ng-deep .sky-dropdown-button{background-color:transparent;border:none;color:#a7b1c2;display:block;padding:16px 12px;text-decoration:none;width:100%}.sky-navbar-item ::ng-deep .sky-dropdown-menu{background-color:#2f4050}.sky-navbar-item ::ng-deep .sky-dropdown-item{color:#a7b1c2;display:block;font-size:13px;font-weight:400;margin:0}.sky-navbar-item ::ng-deep .sky-dropdown-item:hover{background-color:#293846;color:#fff}.sky-navbar-item ::ng-deep .sky-dropdown-item:hover>::ng-deep a,.sky-navbar-item ::ng-deep .sky-dropdown-item:hover ::ng-deep .sky-dropdown-button{color:#fff}.sky-navbar-item ::ng-deep .sky-dropdown:hover .sky-dropdown-button,.sky-navbar-item ::ng-deep .sky-navbar-item-active,.sky-navbar-item.sky-navbar-item-active ::ng-deep>*,.sky-navbar-item.sky-navbar-item-active ::ng-deep .sky-dropdown-button{background-color:#293846;color:#fff;border-bottom:4px solid #1c84c6;padding-bottom:12px}\n"] }]
|
|
17
17
|
}], propDecorators: { active: [{
|
|
18
18
|
type: Input
|
|
19
19
|
}] } });
|
|
@@ -23,11 +23,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.5", ngImpor
|
|
|
23
23
|
*/
|
|
24
24
|
class SkyNavbarComponent {
|
|
25
25
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.5", ngImport: i0, type: SkyNavbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
26
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.5", type: SkyNavbarComponent, selector: "sky-navbar", ngImport: i0, template: "<div class=\"sky-navbar\">\n <ng-content
|
|
26
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.5", type: SkyNavbarComponent, selector: "sky-navbar", ngImport: i0, template: "<div class=\"sky-navbar\">\n <ng-content />\n</div>\n", styles: [".sky-navbar{background-color:#2f4050;display:flex;align-items:flex-start;flex-direction:row}\n"] }); }
|
|
27
27
|
}
|
|
28
28
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.5", ngImport: i0, type: SkyNavbarComponent, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
|
-
args: [{ selector: 'sky-navbar', template: "<div class=\"sky-navbar\">\n <ng-content
|
|
30
|
+
args: [{ selector: 'sky-navbar', template: "<div class=\"sky-navbar\">\n <ng-content />\n</div>\n", styles: [".sky-navbar{background-color:#2f4050;display:flex;align-items:flex-start;flex-direction:row}\n"] }]
|
|
31
31
|
}] });
|
|
32
32
|
|
|
33
33
|
class SkyNavbarModule {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skyux-navbar.mjs","sources":["../../../../../libs/components/navbar/src/lib/modules/navbar/navbar-item.component.ts","../../../../../libs/components/navbar/src/lib/modules/navbar/navbar-item.component.html","../../../../../libs/components/navbar/src/lib/modules/navbar/navbar.component.ts","../../../../../libs/components/navbar/src/lib/modules/navbar/navbar.component.html","../../../../../libs/components/navbar/src/lib/modules/navbar/navbar.module.ts","../../../../../libs/components/navbar/src/skyux-navbar.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n/**\n * Displays a navigation item in the navbar. It can include sub-navigation items in\n * a dropdown menu.\n */\n@Component({\n selector: 'sky-navbar-item',\n templateUrl: './navbar-item.component.html',\n styleUrls: ['./navbar-item.component.scss'],\n})\nexport class SkyNavbarItemComponent {\n /**\n * Whether the navigation item is active.\n * @default false\n */\n @Input()\n public active: boolean | undefined;\n}\n","<div class=\"sky-navbar-item\" [ngClass]=\"{ 'sky-navbar-item-active': active }\">\n <ng-content
|
|
1
|
+
{"version":3,"file":"skyux-navbar.mjs","sources":["../../../../../libs/components/navbar/src/lib/modules/navbar/navbar-item.component.ts","../../../../../libs/components/navbar/src/lib/modules/navbar/navbar-item.component.html","../../../../../libs/components/navbar/src/lib/modules/navbar/navbar.component.ts","../../../../../libs/components/navbar/src/lib/modules/navbar/navbar.component.html","../../../../../libs/components/navbar/src/lib/modules/navbar/navbar.module.ts","../../../../../libs/components/navbar/src/skyux-navbar.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n/**\n * Displays a navigation item in the navbar. It can include sub-navigation items in\n * a dropdown menu.\n */\n@Component({\n selector: 'sky-navbar-item',\n templateUrl: './navbar-item.component.html',\n styleUrls: ['./navbar-item.component.scss'],\n})\nexport class SkyNavbarItemComponent {\n /**\n * Whether the navigation item is active.\n * @default false\n */\n @Input()\n public active: boolean | undefined;\n}\n","<div class=\"sky-navbar-item\" [ngClass]=\"{ 'sky-navbar-item-active': active }\">\n <ng-content />\n</div>\n","import { Component } from '@angular/core';\n\n/**\n * Displays top-level navigation.\n */\n@Component({\n selector: 'sky-navbar',\n templateUrl: './navbar.component.html',\n styleUrls: ['./navbar.component.scss'],\n})\nexport class SkyNavbarComponent {}\n","<div class=\"sky-navbar\">\n <ng-content />\n</div>\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { SkyNavbarItemComponent } from './navbar-item.component';\nimport { SkyNavbarComponent } from './navbar.component';\n\n@NgModule({\n declarations: [SkyNavbarComponent, SkyNavbarItemComponent],\n imports: [CommonModule],\n exports: [SkyNavbarComponent, SkyNavbarItemComponent],\n})\nexport class SkyNavbarModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;AAEA;;;AAGG;MAMU,sBAAsB,CAAA;8GAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,qFCXnC,gHAGA,EAAA,MAAA,EAAA,CAAA,6jCAAA,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,EAAA;;2FDQa,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;+BACE,iBAAiB,EAAA,QAAA,EAAA,gHAAA,EAAA,MAAA,EAAA,CAAA,6jCAAA,CAAA,EAAA,CAAA;8BAUpB,MAAM,EAAA,CAAA;sBADZ,KAAK;;;AEdR;;AAEG;MAMU,kBAAkB,CAAA;8GAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,kDCV/B,wDAGA,EAAA,MAAA,EAAA,CAAA,gGAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDOa,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAL9B,SAAS;+BACE,YAAY,EAAA,QAAA,EAAA,wDAAA,EAAA,MAAA,EAAA,CAAA,gGAAA,CAAA,EAAA,CAAA;;;MEKX,eAAe,CAAA;8GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAf,eAAe,EAAA,YAAA,EAAA,CAJX,kBAAkB,EAAE,sBAAsB,aAC/C,YAAY,CAAA,EAAA,OAAA,EAAA,CACZ,kBAAkB,EAAE,sBAAsB,CAAA,EAAA,CAAA,CAAA,EAAA;AAEzC,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,YAHhB,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAGX,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE,CAAC,kBAAkB,EAAE,sBAAsB,CAAC;oBAC1D,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE,CAAC,kBAAkB,EAAE,sBAAsB,CAAC;AACtD,iBAAA,CAAA;;;ACVD;;AAEG;;;;"}
|