@ascentgl/ads-ui 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/index.mjs +5 -7
- package/esm2022/lib/components/badge/numeric-badge.component.mjs +1 -1
- package/esm2022/lib/components/card/card.component.mjs +2 -2
- package/esm2022/lib/components/expansion-panel/expansion-panel.component.mjs +8 -4
- package/esm2022/lib/components/expansion-panel/expansion-panel.module.mjs +5 -3
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.mjs +3 -3
- package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.component.mjs +3 -3
- package/esm2022/lib/components/logo/primary-logo/primary-logo.component.mjs +4 -3
- package/esm2022/lib/components/nav-bar/nav-item/index.mjs +2 -0
- package/esm2022/lib/components/nav-bar/nav-item/nav-item.component.mjs +27 -0
- package/esm2022/lib/components/nav-bar/nav-item/nav-item.module.mjs +20 -0
- package/esm2022/lib/components/nav-bar/nav-item/nav-item.types.mjs +2 -0
- package/esm2022/lib/components/nav-bar/nav-item/public-api.mjs +3 -0
- package/esm2022/lib/components/nav-bar/nav-menu/index.mjs +2 -0
- package/esm2022/lib/components/nav-bar/nav-menu/nav-menu.component.mjs +29 -0
- package/esm2022/lib/components/nav-bar/nav-menu/nav-menu.module.mjs +40 -0
- package/esm2022/lib/components/nav-bar/nav-menu/nav-menu.types.mjs +2 -0
- package/esm2022/lib/components/nav-bar/nav-menu/public-api.mjs +3 -0
- package/esm2022/lib/components/nav-bar/side-nav-bar/index.mjs +2 -0
- package/esm2022/lib/components/nav-bar/side-nav-bar/public-api.mjs +3 -0
- package/esm2022/lib/components/nav-bar/side-nav-bar/side-nav-bar.component.mjs +82 -0
- package/esm2022/lib/components/nav-bar/side-nav-bar/side-nav-bar.module.mjs +46 -0
- package/esm2022/lib/components/steppers/numeric-stepper/components/numeric-step.component.mjs +22 -0
- package/esm2022/lib/components/steppers/numeric-stepper/index.mjs +2 -0
- package/esm2022/lib/components/steppers/numeric-stepper/numeric-stepper.component.mjs +19 -0
- package/esm2022/lib/components/steppers/numeric-stepper/numeric-stepper.module.mjs +21 -0
- package/esm2022/lib/components/steppers/numeric-stepper/public-api.mjs +3 -0
- package/esm2022/src/lib/components/card/card.component.mjs +2 -2
- package/esm2022/src/lib/components/logo/primary-logo/primary-logo.component.mjs +4 -3
- package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +3 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +259 -989
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +4 -6
- package/lib/components/badge/numeric-badge.component.d.ts +1 -1
- package/lib/components/expansion-panel/expansion-panel.component.d.ts +7 -1
- package/lib/components/expansion-panel/expansion-panel.module.d.ts +1 -1
- package/lib/components/nav-bar/nav-item/nav-item.component.d.ts +18 -0
- package/lib/components/nav-bar/nav-item/nav-item.module.d.ts +10 -0
- package/lib/components/nav-bar/nav-item/nav-item.types.d.ts +7 -0
- package/lib/components/nav-bar/nav-item/public-api.d.ts +2 -0
- package/lib/components/{nav-menu → nav-bar/nav-menu}/nav-menu.component.d.ts +1 -3
- package/lib/components/{nav-menu → nav-bar/nav-menu}/nav-menu.module.d.ts +3 -4
- package/lib/components/{nav-menu → nav-bar/nav-menu}/nav-menu.types.d.ts +1 -1
- package/lib/components/nav-bar/side-nav-bar/public-api.d.ts +2 -0
- package/lib/components/nav-bar/side-nav-bar/side-nav-bar.component.d.ts +42 -0
- package/lib/components/nav-bar/side-nav-bar/side-nav-bar.module.d.ts +13 -0
- package/lib/components/steppers/numeric-stepper/components/numeric-step.component.d.ts +10 -0
- package/lib/components/steppers/numeric-stepper/numeric-stepper.component.d.ts +16 -0
- package/lib/components/steppers/numeric-stepper/numeric-stepper.module.d.ts +11 -0
- package/lib/components/steppers/numeric-stepper/public-api.d.ts +2 -0
- package/package.json +23 -47
- package/esm2022/lib/components/nav-menu/index.mjs +0 -2
- package/esm2022/lib/components/nav-menu/nav-menu.component.mjs +0 -32
- package/esm2022/lib/components/nav-menu/nav-menu.module.mjs +0 -22
- package/esm2022/lib/components/nav-menu/nav-menu.types.mjs +0 -2
- package/esm2022/lib/components/nav-menu/public-api.mjs +0 -3
- package/esm2022/lib/components/progress-stepper/index.mjs +0 -2
- package/esm2022/lib/components/progress-stepper/progress-step.types.mjs +0 -2
- package/esm2022/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
- package/esm2022/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
- package/esm2022/lib/components/progress-stepper/public-api.mjs +0 -4
- package/esm2022/lib/components/stepper-condensed/condensed-helpers.mjs +0 -97
- package/esm2022/lib/components/stepper-condensed/condensed-step.type.mjs +0 -12
- package/esm2022/lib/components/stepper-condensed/index.mjs +0 -2
- package/esm2022/lib/components/stepper-condensed/public-api.mjs +0 -5
- package/esm2022/lib/components/stepper-condensed/stepper-condensed.component.mjs +0 -149
- package/esm2022/lib/components/stepper-condensed/stepper-condensed.module.mjs +0 -28
- package/esm2022/lib/components/timeline-stepper/index.mjs +0 -2
- package/esm2022/lib/components/timeline-stepper/public-api.mjs +0 -5
- package/esm2022/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
- package/esm2022/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
- package/esm2022/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
- package/esm2022/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
- package/esm2022/lib/components/vertical-stepper/index.mjs +0 -2
- package/esm2022/lib/components/vertical-stepper/public-api.mjs +0 -5
- package/esm2022/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
- package/esm2022/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
- package/esm2022/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
- package/esm2022/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
- package/esm2022/lib/components/wizard-stepper/index.mjs +0 -2
- package/esm2022/lib/components/wizard-stepper/public-api.mjs +0 -4
- package/esm2022/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
- package/esm2022/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
- package/esm2022/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
- package/esm2022/src/lib/components/progress-stepper/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -5
- package/esm2022/src/lib/components/progress-stepper/progress-step.types.mjs +0 -2
- package/esm2022/src/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
- package/esm2022/src/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
- package/esm2022/src/lib/components/progress-stepper/public-api.mjs +0 -4
- package/esm2022/src/lib/components/timeline-stepper/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -5
- package/esm2022/src/lib/components/timeline-stepper/public-api.mjs +0 -5
- package/esm2022/src/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
- package/esm2022/src/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
- package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
- package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
- package/esm2022/src/lib/components/vertical-stepper/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -5
- package/esm2022/src/lib/components/vertical-stepper/public-api.mjs +0 -5
- package/esm2022/src/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
- package/esm2022/src/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
- package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
- package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
- package/esm2022/src/lib/components/wizard-stepper/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -5
- package/esm2022/src/lib/components/wizard-stepper/public-api.mjs +0 -4
- package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
- package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
- package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -136
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -286
- package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -264
- package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -51
- package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs.map +0 -1
- package/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
- package/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
- package/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
- package/lib/components/progress-stepper/public-api.d.ts +0 -3
- package/lib/components/stepper-condensed/condensed-helpers.d.ts +0 -24
- package/lib/components/stepper-condensed/condensed-step.type.d.ts +0 -43
- package/lib/components/stepper-condensed/public-api.d.ts +0 -4
- package/lib/components/stepper-condensed/stepper-condensed.component.d.ts +0 -61
- package/lib/components/stepper-condensed/stepper-condensed.module.d.ts +0 -11
- package/lib/components/timeline-stepper/public-api.d.ts +0 -4
- package/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
- package/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
- package/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
- package/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
- package/lib/components/vertical-stepper/index.d.ts +0 -1
- package/lib/components/vertical-stepper/public-api.d.ts +0 -4
- package/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
- package/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
- package/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
- package/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
- package/lib/components/wizard-stepper/index.d.ts +0 -1
- package/lib/components/wizard-stepper/public-api.d.ts +0 -3
- package/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
- package/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
- package/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
- package/src/lib/components/progress-stepper/index.d.ts +0 -5
- package/src/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
- package/src/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
- package/src/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
- package/src/lib/components/progress-stepper/public-api.d.ts +0 -3
- package/src/lib/components/timeline-stepper/index.d.ts +0 -5
- package/src/lib/components/timeline-stepper/public-api.d.ts +0 -4
- package/src/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
- package/src/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
- package/src/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
- package/src/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
- package/src/lib/components/vertical-stepper/index.d.ts +0 -5
- package/src/lib/components/vertical-stepper/public-api.d.ts +0 -4
- package/src/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
- package/src/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
- package/src/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
- package/src/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
- package/src/lib/components/wizard-stepper/index.d.ts +0 -5
- package/src/lib/components/wizard-stepper/public-api.d.ts +0 -3
- package/src/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
- package/src/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
- package/src/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
- /package/lib/components/{nav-menu → nav-bar/nav-item}/index.d.ts +0 -0
- /package/lib/components/{progress-stepper → nav-bar/nav-menu}/index.d.ts +0 -0
- /package/lib/components/{nav-menu → nav-bar/nav-menu}/public-api.d.ts +0 -0
- /package/lib/components/{stepper-condensed → nav-bar/side-nav-bar}/index.d.ts +0 -0
- /package/lib/components/{timeline-stepper → steppers/numeric-stepper}/index.d.ts +0 -0
package/index.d.ts
CHANGED
|
@@ -36,18 +36,15 @@ export * from './lib/components/pagination/container';
|
|
|
36
36
|
export * from './lib/components/progress-indicators/progress-bar';
|
|
37
37
|
export * from './lib/components/progress-indicators/progress-spinner';
|
|
38
38
|
export * from './lib/components/progress-indicators/progress-indicator-spinner';
|
|
39
|
-
export * from './lib/components/progress-stepper';
|
|
40
39
|
export * from './lib/components/rating';
|
|
41
40
|
export * from './lib/components/shell-layout';
|
|
42
41
|
export * from './lib/components/splash-page';
|
|
43
|
-
export * from './lib/components/stepper-condensed';
|
|
44
42
|
export * from './lib/components/submenu/submenu-container';
|
|
45
43
|
export * from './lib/components/submenu/submenu-heading';
|
|
46
44
|
export * from './lib/components/submenu/submenu-item';
|
|
47
45
|
export * from './lib/components/submenu/submenu-secondary-item';
|
|
48
46
|
export * from './lib/components/tags/tag';
|
|
49
47
|
export * from './lib/components/tags/tag-container';
|
|
50
|
-
export * from './lib/components/timeline-stepper';
|
|
51
48
|
export * from './lib/components/form-fields/dropdowns/dropdown';
|
|
52
49
|
export * from './lib/components/form-fields/dropdowns/multi-select-dropdown';
|
|
53
50
|
export * from './lib/components/form-fields/input';
|
|
@@ -64,7 +61,6 @@ export * from './lib/components/form-fields/selection-fields/slide-toggle';
|
|
|
64
61
|
export * from './lib/components/form-fields/selection-fields/slider';
|
|
65
62
|
export * from './lib/components/snackbars/inline-snackbar';
|
|
66
63
|
export * from './lib/components/snackbars/snackbar';
|
|
67
|
-
export * from './lib/components/vertical-stepper';
|
|
68
64
|
export * from './lib/components/widgets/widget-actions';
|
|
69
65
|
export * from './lib/components/widgets/widget-bar';
|
|
70
66
|
export * from './lib/components/widgets/widget-container';
|
|
@@ -74,7 +70,6 @@ export * from './lib/components/widgets/widget-preview';
|
|
|
74
70
|
export * from './lib/components/widgets/widget-thumbnail';
|
|
75
71
|
export * from './lib/components/widgets/widget-thumbnail-container';
|
|
76
72
|
export * from './lib/components/widgets/widget-title';
|
|
77
|
-
export * from './lib/components/wizard-stepper';
|
|
78
73
|
export * from './lib/services/viewport/viewport.service';
|
|
79
74
|
export * from './lib/services/window/window.service';
|
|
80
75
|
export * from './lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter';
|
|
@@ -83,4 +78,7 @@ export * from './lib/components/badge';
|
|
|
83
78
|
export * from './lib/components/chip';
|
|
84
79
|
export * from './lib/components/expansion-panel';
|
|
85
80
|
export * from './lib/components/table';
|
|
86
|
-
export * from './lib/components/nav-menu';
|
|
81
|
+
export * from './lib/components/nav-bar/nav-menu';
|
|
82
|
+
export * from './lib/components/nav-bar/nav-item';
|
|
83
|
+
export * from './lib/components/nav-bar/side-nav-bar';
|
|
84
|
+
export * from './lib/components/steppers/numeric-stepper';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
2
3
|
import { Colors } from '../general/color-palette/colors.enums';
|
|
4
|
+
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
3
5
|
import * as i0 from "@angular/core";
|
|
4
6
|
export declare class AdsExpansionPanelComponent {
|
|
5
7
|
private registry;
|
|
@@ -10,6 +12,10 @@ export declare class AdsExpansionPanelComponent {
|
|
|
10
12
|
id: import("@angular/core").InputSignal<string>;
|
|
11
13
|
/** The header text */
|
|
12
14
|
header: import("@angular/core").InputSignal<string>;
|
|
15
|
+
/** The header template */
|
|
16
|
+
headerTemplate: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
17
|
+
/** The header template data */
|
|
18
|
+
headerTemplateData: import("@angular/core").InputSignal<GENERIC_COLLECTION | undefined>;
|
|
13
19
|
/** Whether the AccordionItem is expanded. */
|
|
14
20
|
isExpanded: import("@angular/core").InputSignal<boolean>;
|
|
15
21
|
/** Whether the AccordionItem is disabled. */
|
|
@@ -17,5 +23,5 @@ export declare class AdsExpansionPanelComponent {
|
|
|
17
23
|
/** Component width. Must include units of measure: px, %, em, rem, etc. */
|
|
18
24
|
width: import("@angular/core").InputSignal<string>;
|
|
19
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsExpansionPanelComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsExpansionPanelComponent, "ads-expansion-panel", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": true; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsExpansionPanelComponent, "ads-expansion-panel", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; "isSignal": true; }; "headerTemplateData": { "alias": "headerTemplateData"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
21
27
|
}
|
|
@@ -5,6 +5,6 @@ import * as i3 from "@ascentgl/ads-icons";
|
|
|
5
5
|
import * as i4 from "@angular/material/expansion";
|
|
6
6
|
export declare class AdsExpansionPanelModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsExpansionPanelModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsExpansionPanelModule, [typeof i1.AdsExpansionPanelComponent], [typeof i2.NgClass, typeof i2.NgStyle, typeof i3.AdsIconModule, typeof i4.MatExpansionPanel, typeof i4.MatExpansionPanelTitle, typeof i4.MatExpansionPanelHeader, typeof i4.MatExpansionPanelDescription], [typeof i1.AdsExpansionPanelComponent]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsExpansionPanelModule, [typeof i1.AdsExpansionPanelComponent], [typeof i2.NgClass, typeof i2.NgStyle, typeof i3.AdsIconModule, typeof i4.MatExpansionPanel, typeof i4.MatExpansionPanelTitle, typeof i4.MatExpansionPanelHeader, typeof i4.MatExpansionPanelDescription, typeof i2.NgTemplateOutlet], [typeof i1.AdsExpansionPanelComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsExpansionPanelModule>;
|
|
10
10
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { adsIcon } from '@ascentgl/ads-icons/icons';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AdsNavItemComponent {
|
|
4
|
+
/** Optional icon before label text */
|
|
5
|
+
icon: import("@angular/core").InputSignal<adsIcon | undefined>;
|
|
6
|
+
/** Label text */
|
|
7
|
+
label: import("@angular/core").InputSignal<string | undefined>;
|
|
8
|
+
/** Href path */
|
|
9
|
+
href: import("@angular/core").InputSignal<string | undefined>;
|
|
10
|
+
/** SVG icon without fill */
|
|
11
|
+
iconOutline: import("@angular/core").InputSignal<boolean>;
|
|
12
|
+
/** onClick method */
|
|
13
|
+
onClick: import("@angular/core").InputSignal<(() => void) | undefined>;
|
|
14
|
+
/** @ignore */
|
|
15
|
+
isCollapsed: import("@angular/core").InputSignal<boolean>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavItemComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavItemComponent, "ads-nav-item", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "iconOutline": { "alias": "iconOutline"; "required": false; "isSignal": true; }; "onClick": { "alias": "onClick"; "required": false; "isSignal": true; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./nav-item.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@ascentgl/ads-icons";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
export declare class AdsNavItemModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavItemModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavItemModule, [typeof i1.AdsNavItemComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4.RouterLink, typeof i4.RouterLinkActive], [typeof i1.AdsNavItemComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavItemModule>;
|
|
10
|
+
}
|
|
@@ -4,8 +4,6 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class AdsNavMenuComponent {
|
|
5
5
|
private registry;
|
|
6
6
|
constructor(registry: AdsIconRegistry);
|
|
7
|
-
/** Id attribute for the main menu trigger element */
|
|
8
|
-
id: import("@angular/core").InputSignal<string>;
|
|
9
7
|
/**
|
|
10
8
|
* Array of menu items to display in the main menu
|
|
11
9
|
*/
|
|
@@ -15,5 +13,5 @@ export declare class AdsNavMenuComponent {
|
|
|
15
13
|
/** Optional label text before icon */
|
|
16
14
|
label: import("@angular/core").InputSignal<string | undefined>;
|
|
17
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavMenuComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavMenuComponent, "ads-nav-menu", never, { "
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavMenuComponent, "ads-nav-menu", never, { "navMenuItems": { "alias": "navMenuItems"; "required": true; "isSignal": true; }; "iconUrl": { "alias": "iconUrl"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
19
17
|
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./nav-menu.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "@
|
|
4
|
+
import * as i3 from "@ascentgl/ads-icons";
|
|
5
|
+
import * as i4 from "@angular/material/menu";
|
|
6
6
|
import * as i5 from "@angular/router";
|
|
7
|
-
import * as i6 from "@angular/material/button";
|
|
8
7
|
export declare class AdsNavMenuModule {
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavMenuModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof i1.AdsNavMenuComponent], [typeof i2.CommonModule, typeof i3.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof i1.AdsNavMenuComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i2.NgOptimizedImage, typeof i4.MatMenu, typeof i4.MatMenuTrigger, typeof i5.RouterLinkActive, typeof i4.MatMenuItem, typeof i5.RouterLink], [typeof i1.AdsNavMenuComponent]>;
|
|
11
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavMenuModule>;
|
|
12
11
|
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
+
import { NavItem } from '../nav-item/nav-item.types';
|
|
4
|
+
import { SplitGutterInteractionEvent } from 'angular-split/lib/models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class AdsSideNavBarComponent implements OnInit, AfterViewInit {
|
|
7
|
+
private registry;
|
|
8
|
+
/** @ignore */
|
|
9
|
+
constructor(registry: AdsIconRegistry);
|
|
10
|
+
/** Min width before sidebar collapsed */
|
|
11
|
+
widthToCollapsed: import("@angular/core").InputSignal<number>;
|
|
12
|
+
/** The default expanded width for the sidebar */
|
|
13
|
+
defaultExpandedWidth: import("@angular/core").InputSignal<number>;
|
|
14
|
+
/** The search template */
|
|
15
|
+
searchTemplate: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
16
|
+
/** The extra data template below search */
|
|
17
|
+
extraDataTemplate: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
18
|
+
/** Array of nav elements */
|
|
19
|
+
navItems: import("@angular/core").InputSignal<NavItem[]>;
|
|
20
|
+
/** @ignore */
|
|
21
|
+
isCollapsed: import("@angular/core").WritableSignal<boolean>;
|
|
22
|
+
/** @ignore */
|
|
23
|
+
sidebarSize: import("@angular/core").WritableSignal<number>;
|
|
24
|
+
/** @ignore */
|
|
25
|
+
private localStorageName;
|
|
26
|
+
/** @ignore */
|
|
27
|
+
sideNavArea: ElementRef;
|
|
28
|
+
/** @ignore */
|
|
29
|
+
ngOnInit(): void;
|
|
30
|
+
/** @ignore */
|
|
31
|
+
onDragEnd(event: SplitGutterInteractionEvent): void;
|
|
32
|
+
/** @ignore */
|
|
33
|
+
ngAfterViewInit(): void;
|
|
34
|
+
/** Expand the sidebar between collapsed and expanded */
|
|
35
|
+
/** @ignore */
|
|
36
|
+
expandSidebar(): void;
|
|
37
|
+
/** Save current width to the local storage */
|
|
38
|
+
/** @ignore */
|
|
39
|
+
saveLocalStorage(size: number): void;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSideNavBarComponent, "ads-side-nav-bar", never, { "widthToCollapsed": { "alias": "widthToCollapsed"; "required": false; "isSignal": true; }; "defaultExpandedWidth": { "alias": "defaultExpandedWidth"; "required": false; "isSignal": true; }; "searchTemplate": { "alias": "searchTemplate"; "required": false; "isSignal": true; }; "extraDataTemplate": { "alias": "extraDataTemplate"; "required": false; "isSignal": true; }; "navItems": { "alias": "navItems"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./side-nav-bar.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../nav-item/nav-item.module";
|
|
5
|
+
import * as i4 from "../../logo/primary-logo/primary-logo.module";
|
|
6
|
+
import * as i5 from "angular-split";
|
|
7
|
+
import * as i6 from "@angular/router";
|
|
8
|
+
import * as i7 from "@ascentgl/ads-icons";
|
|
9
|
+
export declare class AdsSideNavBarModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSideNavBarModule, [typeof i1.AdsSideNavBarComponent], [typeof i2.CommonModule, typeof i3.AdsNavItemModule, typeof i4.AdsPrimaryLogoModule, typeof i5.SplitComponent, typeof i5.SplitAreaComponent, typeof i6.RouterOutlet, typeof i6.RouterLink, typeof i6.RouterLinkActive, typeof i7.AdsIconModule], [typeof i1.AdsSideNavBarComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSideNavBarModule>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AdsNumericStepComponent {
|
|
3
|
+
isLast: import("@angular/core").InputSignal<boolean>;
|
|
4
|
+
isDelivery: import("@angular/core").InputSignal<boolean>;
|
|
5
|
+
index: import("@angular/core").InputSignal<number>;
|
|
6
|
+
distance: import("@angular/core").InputSignal<string | undefined>;
|
|
7
|
+
get isFirst(): boolean;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNumericStepComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNumericStepComponent, "ads-numeric-step", never, { "isLast": { "alias": "isLast"; "required": true; "isSignal": true; }; "isDelivery": { "alias": "isDelivery"; "required": true; "isSignal": true; }; "index": { "alias": "index"; "required": true; "isSignal": true; }; "distance": { "alias": "distance"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export interface NumericStep {
|
|
5
|
+
template: TemplateRef<unknown>;
|
|
6
|
+
headerTemplate: TemplateRef<unknown>;
|
|
7
|
+
isDelivery: boolean;
|
|
8
|
+
distance?: string;
|
|
9
|
+
templateData: GENERIC_COLLECTION;
|
|
10
|
+
}
|
|
11
|
+
export declare class AdsNumericStepperComponent {
|
|
12
|
+
/** Steps array */
|
|
13
|
+
steps: import("@angular/core").InputSignal<NumericStep[]>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNumericStepperComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNumericStepperComponent, "ads-numeric-stepper", never, { "steps": { "alias": "steps"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./numeric-stepper.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "./components/numeric-step.component";
|
|
5
|
+
import * as i4 from "@angular/material/expansion";
|
|
6
|
+
import * as i5 from "../../expansion-panel/expansion-panel.module";
|
|
7
|
+
export declare class AdsNumericStepperModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNumericStepperModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNumericStepperModule, [typeof i1.AdsNumericStepperComponent], [typeof i2.CommonModule, typeof i3.AdsNumericStepComponent, typeof i4.MatAccordion, typeof i5.AdsExpansionPanelModule], [typeof i1.AdsNumericStepperComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNumericStepperModule>;
|
|
11
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascentgl/ads-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ascentgl/ads-icons": ">=0.0.0",
|
|
6
6
|
"@ascentgl/ads-utils": ">=0.0.0",
|
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
"esm": "./esm2022/src/lib/components/pagination/ascentgl-ads-ui-src-lib-components-pagination.mjs",
|
|
77
77
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs"
|
|
78
78
|
},
|
|
79
|
-
"./src/lib/components/
|
|
80
|
-
"types": "./src/lib/components/
|
|
81
|
-
"esm2022": "./esm2022/src/lib/components/
|
|
82
|
-
"esm": "./esm2022/src/lib/components/
|
|
83
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-
|
|
79
|
+
"./src/lib/components/navigation": {
|
|
80
|
+
"types": "./src/lib/components/navigation/index.d.ts",
|
|
81
|
+
"esm2022": "./esm2022/src/lib/components/navigation/ascentgl-ads-ui-src-lib-components-navigation.mjs",
|
|
82
|
+
"esm": "./esm2022/src/lib/components/navigation/ascentgl-ads-ui-src-lib-components-navigation.mjs",
|
|
83
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs"
|
|
84
84
|
},
|
|
85
85
|
"./src/lib/components/shell-layout": {
|
|
86
86
|
"types": "./src/lib/components/shell-layout/index.d.ts",
|
|
@@ -88,17 +88,11 @@
|
|
|
88
88
|
"esm": "./esm2022/src/lib/components/shell-layout/ascentgl-ads-ui-src-lib-components-shell-layout.mjs",
|
|
89
89
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs"
|
|
90
90
|
},
|
|
91
|
-
"./src/lib/components/
|
|
92
|
-
"types": "./src/lib/components/
|
|
93
|
-
"esm2022": "./esm2022/src/lib/components/
|
|
94
|
-
"esm": "./esm2022/src/lib/components/
|
|
95
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-
|
|
96
|
-
},
|
|
97
|
-
"./src/lib/components/navigation": {
|
|
98
|
-
"types": "./src/lib/components/navigation/index.d.ts",
|
|
99
|
-
"esm2022": "./esm2022/src/lib/components/navigation/ascentgl-ads-ui-src-lib-components-navigation.mjs",
|
|
100
|
-
"esm": "./esm2022/src/lib/components/navigation/ascentgl-ads-ui-src-lib-components-navigation.mjs",
|
|
101
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs"
|
|
91
|
+
"./src/lib/components/rating": {
|
|
92
|
+
"types": "./src/lib/components/rating/index.d.ts",
|
|
93
|
+
"esm2022": "./esm2022/src/lib/components/rating/ascentgl-ads-ui-src-lib-components-rating.mjs",
|
|
94
|
+
"esm": "./esm2022/src/lib/components/rating/ascentgl-ads-ui-src-lib-components-rating.mjs",
|
|
95
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs"
|
|
102
96
|
},
|
|
103
97
|
"./src/lib/components/splash-page": {
|
|
104
98
|
"types": "./src/lib/components/splash-page/index.d.ts",
|
|
@@ -106,24 +100,6 @@
|
|
|
106
100
|
"esm": "./esm2022/src/lib/components/splash-page/ascentgl-ads-ui-src-lib-components-splash-page.mjs",
|
|
107
101
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs"
|
|
108
102
|
},
|
|
109
|
-
"./src/lib/components/timeline-stepper": {
|
|
110
|
-
"types": "./src/lib/components/timeline-stepper/index.d.ts",
|
|
111
|
-
"esm2022": "./esm2022/src/lib/components/timeline-stepper/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs",
|
|
112
|
-
"esm": "./esm2022/src/lib/components/timeline-stepper/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs",
|
|
113
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs"
|
|
114
|
-
},
|
|
115
|
-
"./src/lib/components/vertical-stepper": {
|
|
116
|
-
"types": "./src/lib/components/vertical-stepper/index.d.ts",
|
|
117
|
-
"esm2022": "./esm2022/src/lib/components/vertical-stepper/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs",
|
|
118
|
-
"esm": "./esm2022/src/lib/components/vertical-stepper/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs",
|
|
119
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs"
|
|
120
|
-
},
|
|
121
|
-
"./src/lib/components/wizard-stepper": {
|
|
122
|
-
"types": "./src/lib/components/wizard-stepper/index.d.ts",
|
|
123
|
-
"esm2022": "./esm2022/src/lib/components/wizard-stepper/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs",
|
|
124
|
-
"esm": "./esm2022/src/lib/components/wizard-stepper/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs",
|
|
125
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs"
|
|
126
|
-
},
|
|
127
103
|
"./src/lib/components/buttons/button-container": {
|
|
128
104
|
"types": "./src/lib/components/buttons/button-container/index.d.ts",
|
|
129
105
|
"esm2022": "./esm2022/src/lib/components/buttons/button-container/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs",
|
|
@@ -268,30 +244,24 @@
|
|
|
268
244
|
"esm": "./esm2022/src/lib/components/widgets/widget-actions/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs",
|
|
269
245
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs"
|
|
270
246
|
},
|
|
271
|
-
"./src/lib/components/widgets/widget-container": {
|
|
272
|
-
"types": "./src/lib/components/widgets/widget-container/index.d.ts",
|
|
273
|
-
"esm2022": "./esm2022/src/lib/components/widgets/widget-container/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs",
|
|
274
|
-
"esm": "./esm2022/src/lib/components/widgets/widget-container/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs",
|
|
275
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs"
|
|
276
|
-
},
|
|
277
247
|
"./src/lib/components/widgets/widget-bar": {
|
|
278
248
|
"types": "./src/lib/components/widgets/widget-bar/index.d.ts",
|
|
279
249
|
"esm2022": "./esm2022/src/lib/components/widgets/widget-bar/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs",
|
|
280
250
|
"esm": "./esm2022/src/lib/components/widgets/widget-bar/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs",
|
|
281
251
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs"
|
|
282
252
|
},
|
|
283
|
-
"./src/lib/components/widgets/widget-footer": {
|
|
284
|
-
"types": "./src/lib/components/widgets/widget-footer/index.d.ts",
|
|
285
|
-
"esm2022": "./esm2022/src/lib/components/widgets/widget-footer/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs",
|
|
286
|
-
"esm": "./esm2022/src/lib/components/widgets/widget-footer/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs",
|
|
287
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs"
|
|
288
|
-
},
|
|
289
253
|
"./src/lib/components/widgets/widget-header": {
|
|
290
254
|
"types": "./src/lib/components/widgets/widget-header/index.d.ts",
|
|
291
255
|
"esm2022": "./esm2022/src/lib/components/widgets/widget-header/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs",
|
|
292
256
|
"esm": "./esm2022/src/lib/components/widgets/widget-header/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs",
|
|
293
257
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs"
|
|
294
258
|
},
|
|
259
|
+
"./src/lib/components/widgets/widget-footer": {
|
|
260
|
+
"types": "./src/lib/components/widgets/widget-footer/index.d.ts",
|
|
261
|
+
"esm2022": "./esm2022/src/lib/components/widgets/widget-footer/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs",
|
|
262
|
+
"esm": "./esm2022/src/lib/components/widgets/widget-footer/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs",
|
|
263
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs"
|
|
264
|
+
},
|
|
295
265
|
"./src/lib/components/widgets/widget-preview": {
|
|
296
266
|
"types": "./src/lib/components/widgets/widget-preview/index.d.ts",
|
|
297
267
|
"esm2022": "./esm2022/src/lib/components/widgets/widget-preview/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs",
|
|
@@ -304,6 +274,12 @@
|
|
|
304
274
|
"esm": "./esm2022/src/lib/components/widgets/widget-thumbnail/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs",
|
|
305
275
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs"
|
|
306
276
|
},
|
|
277
|
+
"./src/lib/components/widgets/widget-container": {
|
|
278
|
+
"types": "./src/lib/components/widgets/widget-container/index.d.ts",
|
|
279
|
+
"esm2022": "./esm2022/src/lib/components/widgets/widget-container/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs",
|
|
280
|
+
"esm": "./esm2022/src/lib/components/widgets/widget-container/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs",
|
|
281
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs"
|
|
282
|
+
},
|
|
307
283
|
"./src/lib/components/widgets/widget-thumbnail-container": {
|
|
308
284
|
"types": "./src/lib/components/widgets/widget-thumbnail-container/index.d.ts",
|
|
309
285
|
"esm2022": "./esm2022/src/lib/components/widgets/widget-thumbnail-container/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2LW1lbnUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { Component, input } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import { adsIconUserCircle } from '@ascentgl/ads-icons/icons';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@ascentgl/ads-icons";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
|
-
import * as i3 from "@angular/material/menu";
|
|
8
|
-
import * as i4 from "@angular/router";
|
|
9
|
-
import * as i5 from "@angular/material/button";
|
|
10
|
-
export class AdsNavMenuComponent {
|
|
11
|
-
constructor(registry) {
|
|
12
|
-
this.registry = registry;
|
|
13
|
-
/** Id attribute for the main menu trigger element */
|
|
14
|
-
this.id = input('ads-nav-menu');
|
|
15
|
-
/**
|
|
16
|
-
* Array of menu items to display in the main menu
|
|
17
|
-
*/
|
|
18
|
-
this.navMenuItems = input.required();
|
|
19
|
-
/** Image url path */
|
|
20
|
-
this.iconUrl = input();
|
|
21
|
-
/** Optional label text before icon */
|
|
22
|
-
this.label = input();
|
|
23
|
-
this.registry.register(adsIconUserCircle);
|
|
24
|
-
}
|
|
25
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavMenuComponent, deps: [{ token: i1.AdsIconRegistry }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
26
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.1", type: AdsNavMenuComponent, selector: "ads-nav-menu", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, navMenuItems: { classPropertyName: "navMenuItems", publicName: "navMenuItems", isSignal: true, isRequired: true, transformFunction: null }, iconUrl: { classPropertyName: "iconUrl", publicName: "iconUrl", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "@if (iconUrl()) {\n <div class=\"ads-avatar-container\" [matMenuTriggerFor]=\"menu\">\n @if (label()) {\n <span>{{ label() }}</span>\n }\n <img [ngSrc]=\"iconUrl()!\" alt=\"User Logo\" height=\"48\" width=\"48\" />\n </div>\n} @else {\n <button mat-icon-button [matMenuTriggerFor]=\"menu\">\n <ads-icon [id]=\"id()\" name=\"user_circle\" size=\"sm\" theme=\"primary\"></ads-icon>\n </button>\n}\n<mat-menu #menu=\"matMenu\" [class]=\"'ads-mat-menu'\">\n @for (item of navMenuItems(); track item) {\n @if (item.template) {\n <ng-container *ngTemplateOutlet=\"item.template; context: { menuItem: item }\" />\n } @else if (item.href) {\n <button mat-menu-item [routerLink]=\"item.href!\" routerLinkActive=\"selected\">\n <ng-container *ngTemplateOutlet=\"text; context: { menuItem: item }\" />\n </button>\n } @else {\n <button mat-menu-item (click)=\"item.onClick ? item.onClick() : null\">\n <ng-container *ngTemplateOutlet=\"text; context: { menuItem: item }\" />\n </button>\n }\n }\n</mat-menu>\n\n<ng-template #text let-item=\"menuItem\">\n <div class=\"ads-nav-item-container\">\n @if (item.icon) {\n <ads-icon [id]=\"item.id\" [name]=\"item.icon\" size=\"sm\" theme=\"iconPrimary\"></ads-icon>\n }\n <span>{{ item.text }}</span>\n </div>\n</ng-template>\n", styles: [".mat-mdc-icon-button.mat-mdc-button-base{display:flex}::ng-deep .mat-mdc-menu-panel{--mat-menu-container-shape: 12px !important;--mat-menu-container-color: var(--color-white) !important}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content{padding:0!important;--mat-menu-item-label-text-line-height: 21px;--mat-menu-item-label-text-tracking: normal}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item{--mat-menu-item-leading-spacing: 0;--mat-menu-item-trailing-spacing: 0;--mat-menu-item-label-text-color: var(--color-medium);background-color:var(--color-white)}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:hover{background-color:var(--color-secondary-hover)!important}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:active{background-color:var(--color-secondary-pressed)!important}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.selected{background-color:var(--color-secondary)}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:hover,::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:active,::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.selected{--mat-menu-item-label-text-color: var(--color-white)}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:hover ads-icon,::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:active ads-icon,::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.selected ads-icon{color:var(--color-white)!important}.ads-nav-item-container{display:flex;padding:12px;gap:12px}.ads-avatar-container{display:flex;gap:15px;align-items:center;cursor:pointer}.ads-avatar-container span{color:var(--color-medium);font-weight:500}.ads-avatar-container img{border-radius:50px}\n"], dependencies: [{ kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i3.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i3.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }, { kind: "component", type: i1.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }, { kind: "directive", type: i4.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i4.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "ariaCurrentWhenActive", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }, { kind: "component", type: i5.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "directive", type: i2.NgOptimizedImage, selector: "img[ngSrc]", inputs: ["ngSrc", "ngSrcset", "sizes", "width", "height", "loading", "priority", "loaderParams", "disableOptimizedSrcset", "fill", "placeholder", "placeholderConfig", "src", "srcset"] }] }); }
|
|
27
|
-
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavMenuComponent, decorators: [{
|
|
29
|
-
type: Component,
|
|
30
|
-
args: [{ selector: 'ads-nav-menu', template: "@if (iconUrl()) {\n <div class=\"ads-avatar-container\" [matMenuTriggerFor]=\"menu\">\n @if (label()) {\n <span>{{ label() }}</span>\n }\n <img [ngSrc]=\"iconUrl()!\" alt=\"User Logo\" height=\"48\" width=\"48\" />\n </div>\n} @else {\n <button mat-icon-button [matMenuTriggerFor]=\"menu\">\n <ads-icon [id]=\"id()\" name=\"user_circle\" size=\"sm\" theme=\"primary\"></ads-icon>\n </button>\n}\n<mat-menu #menu=\"matMenu\" [class]=\"'ads-mat-menu'\">\n @for (item of navMenuItems(); track item) {\n @if (item.template) {\n <ng-container *ngTemplateOutlet=\"item.template; context: { menuItem: item }\" />\n } @else if (item.href) {\n <button mat-menu-item [routerLink]=\"item.href!\" routerLinkActive=\"selected\">\n <ng-container *ngTemplateOutlet=\"text; context: { menuItem: item }\" />\n </button>\n } @else {\n <button mat-menu-item (click)=\"item.onClick ? item.onClick() : null\">\n <ng-container *ngTemplateOutlet=\"text; context: { menuItem: item }\" />\n </button>\n }\n }\n</mat-menu>\n\n<ng-template #text let-item=\"menuItem\">\n <div class=\"ads-nav-item-container\">\n @if (item.icon) {\n <ads-icon [id]=\"item.id\" [name]=\"item.icon\" size=\"sm\" theme=\"iconPrimary\"></ads-icon>\n }\n <span>{{ item.text }}</span>\n </div>\n</ng-template>\n", styles: [".mat-mdc-icon-button.mat-mdc-button-base{display:flex}::ng-deep .mat-mdc-menu-panel{--mat-menu-container-shape: 12px !important;--mat-menu-container-color: var(--color-white) !important}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content{padding:0!important;--mat-menu-item-label-text-line-height: 21px;--mat-menu-item-label-text-tracking: normal}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item{--mat-menu-item-leading-spacing: 0;--mat-menu-item-trailing-spacing: 0;--mat-menu-item-label-text-color: var(--color-medium);background-color:var(--color-white)}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:hover{background-color:var(--color-secondary-hover)!important}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:active{background-color:var(--color-secondary-pressed)!important}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.selected{background-color:var(--color-secondary)}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:hover,::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:active,::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.selected{--mat-menu-item-label-text-color: var(--color-white)}::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:hover ads-icon,::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:active ads-icon,::ng-deep .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.selected ads-icon{color:var(--color-white)!important}.ads-nav-item-container{display:flex;padding:12px;gap:12px}.ads-avatar-container{display:flex;gap:15px;align-items:center;cursor:pointer}.ads-avatar-container span{color:var(--color-medium);font-weight:500}.ads-avatar-container img{border-radius:50px}\n"] }]
|
|
31
|
-
}], ctorParameters: () => [{ type: i1.AdsIconRegistry }] });
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2LW1lbnUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdi1tZW51L25hdi1tZW51LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9uYXYtbWVudS9uYXYtbWVudS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7Ozs7Ozs7QUFPOUQsTUFBTSxPQUFPLG1CQUFtQjtJQUM5QixZQUFvQixRQUF5QjtRQUF6QixhQUFRLEdBQVIsUUFBUSxDQUFpQjtRQUk3QyxxREFBcUQ7UUFDckQsT0FBRSxHQUFHLEtBQUssQ0FBUyxjQUFjLENBQUMsQ0FBQztRQUVuQzs7V0FFRztRQUNILGlCQUFZLEdBQUcsS0FBSyxDQUFDLFFBQVEsRUFBaUIsQ0FBQztRQUUvQyxxQkFBcUI7UUFDckIsWUFBTyxHQUFHLEtBQUssRUFBVSxDQUFDO1FBRTFCLHNDQUFzQztRQUN0QyxVQUFLLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFmdEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsaUJBQWlCLENBQUMsQ0FBQztJQUM1QyxDQUFDOzhHQUhVLG1CQUFtQjtrR0FBbkIsbUJBQW1CLGlqQkNWaEMsdzBDQW9DQTs7MkZEMUJhLG1CQUFtQjtrQkFML0IsU0FBUzsrQkFDRSxjQUFjIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmF2TWVudUl0ZW0gfSBmcm9tICcuL25hdi1tZW51LnR5cGVzJztcbmltcG9ydCB7IEFkc0ljb25SZWdpc3RyeSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMnO1xuaW1wb3J0IHsgYWRzSWNvblVzZXJDaXJjbGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zL2ljb25zJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLW5hdi1tZW51JyxcbiAgc3R5bGVVcmxzOiBbJ25hdi1tZW51LmNvbXBvbmVudC5zY3NzJ10sXG4gIHRlbXBsYXRlVXJsOiAnbmF2LW1lbnUuY29tcG9uZW50Lmh0bWwnLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNOYXZNZW51Q29tcG9uZW50IHtcbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWdpc3RyeTogQWRzSWNvblJlZ2lzdHJ5KSB7XG4gICAgdGhpcy5yZWdpc3RyeS5yZWdpc3RlcihhZHNJY29uVXNlckNpcmNsZSk7XG4gIH1cblxuICAvKiogSWQgYXR0cmlidXRlIGZvciB0aGUgbWFpbiBtZW51IHRyaWdnZXIgZWxlbWVudCAqL1xuICBpZCA9IGlucHV0PHN0cmluZz4oJ2Fkcy1uYXYtbWVudScpO1xuXG4gIC8qKlxuICAgKiBBcnJheSBvZiBtZW51IGl0ZW1zIHRvIGRpc3BsYXkgaW4gdGhlIG1haW4gbWVudVxuICAgKi9cbiAgbmF2TWVudUl0ZW1zID0gaW5wdXQucmVxdWlyZWQ8TmF2TWVudUl0ZW1bXT4oKTtcblxuICAvKiogSW1hZ2UgdXJsIHBhdGggKi9cbiAgaWNvblVybCA9IGlucHV0PHN0cmluZz4oKTtcblxuICAvKiogT3B0aW9uYWwgbGFiZWwgdGV4dCBiZWZvcmUgaWNvbiAqL1xuICBsYWJlbCA9IGlucHV0PHN0cmluZz4oKTtcbn1cbiIsIkBpZiAoaWNvblVybCgpKSB7XG4gIDxkaXYgY2xhc3M9XCJhZHMtYXZhdGFyLWNvbnRhaW5lclwiIFttYXRNZW51VHJpZ2dlckZvcl09XCJtZW51XCI+XG4gICAgQGlmIChsYWJlbCgpKSB7XG4gICAgICA8c3Bhbj57eyBsYWJlbCgpIH19PC9zcGFuPlxuICAgIH1cbiAgICA8aW1nIFtuZ1NyY109XCJpY29uVXJsKCkhXCIgYWx0PVwiVXNlciBMb2dvXCIgaGVpZ2h0PVwiNDhcIiB3aWR0aD1cIjQ4XCIgLz5cbiAgPC9kaXY+XG59IEBlbHNlIHtcbiAgPGJ1dHRvbiBtYXQtaWNvbi1idXR0b24gW21hdE1lbnVUcmlnZ2VyRm9yXT1cIm1lbnVcIj5cbiAgICA8YWRzLWljb24gW2lkXT1cImlkKClcIiBuYW1lPVwidXNlcl9jaXJjbGVcIiBzaXplPVwic21cIiB0aGVtZT1cInByaW1hcnlcIj48L2Fkcy1pY29uPlxuICA8L2J1dHRvbj5cbn1cbjxtYXQtbWVudSAjbWVudT1cIm1hdE1lbnVcIiBbY2xhc3NdPVwiJ2Fkcy1tYXQtbWVudSdcIj5cbiAgQGZvciAoaXRlbSBvZiBuYXZNZW51SXRlbXMoKTsgdHJhY2sgaXRlbSkge1xuICAgIEBpZiAoaXRlbS50ZW1wbGF0ZSkge1xuICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cIml0ZW0udGVtcGxhdGU7IGNvbnRleHQ6IHsgbWVudUl0ZW06IGl0ZW0gfVwiIC8+XG4gICAgfSBAZWxzZSBpZiAoaXRlbS5ocmVmKSB7XG4gICAgICA8YnV0dG9uIG1hdC1tZW51LWl0ZW0gW3JvdXRlckxpbmtdPVwiaXRlbS5ocmVmIVwiIHJvdXRlckxpbmtBY3RpdmU9XCJzZWxlY3RlZFwiPlxuICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwidGV4dDsgY29udGV4dDogeyBtZW51SXRlbTogaXRlbSB9XCIgLz5cbiAgICAgIDwvYnV0dG9uPlxuICAgIH0gQGVsc2Uge1xuICAgICAgPGJ1dHRvbiBtYXQtbWVudS1pdGVtIChjbGljayk9XCJpdGVtLm9uQ2xpY2sgPyBpdGVtLm9uQ2xpY2soKSA6IG51bGxcIj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cInRleHQ7IGNvbnRleHQ6IHsgbWVudUl0ZW06IGl0ZW0gfVwiIC8+XG4gICAgICA8L2J1dHRvbj5cbiAgICB9XG4gIH1cbjwvbWF0LW1lbnU+XG5cbjxuZy10ZW1wbGF0ZSAjdGV4dCBsZXQtaXRlbT1cIm1lbnVJdGVtXCI+XG4gIDxkaXYgY2xhc3M9XCJhZHMtbmF2LWl0ZW0tY29udGFpbmVyXCI+XG4gICAgQGlmIChpdGVtLmljb24pIHtcbiAgICAgIDxhZHMtaWNvbiBbaWRdPVwiaXRlbS5pZFwiIFtuYW1lXT1cIml0ZW0uaWNvblwiIHNpemU9XCJzbVwiIHRoZW1lPVwiaWNvblByaW1hcnlcIj48L2Fkcy1pY29uPlxuICAgIH1cbiAgICA8c3Bhbj57eyBpdGVtLnRleHQgfX08L3NwYW4+XG4gIDwvZGl2PlxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CommonModule, NgOptimizedImage } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { MatMenuModule } from '@angular/material/menu';
|
|
4
|
-
import { RouterModule } from '@angular/router';
|
|
5
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
6
|
-
import { AdsNavMenuComponent } from './nav-menu.component';
|
|
7
|
-
import { MatIconButton } from '@angular/material/button';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export class AdsNavMenuModule {
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsNavMenuModule, declarations: [AdsNavMenuComponent], imports: [CommonModule, MatMenuModule, AdsIconModule, RouterModule, MatIconButton, NgOptimizedImage], exports: [AdsNavMenuComponent] }); }
|
|
12
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavMenuModule, imports: [CommonModule, MatMenuModule, AdsIconModule, RouterModule, MatIconButton] }); }
|
|
13
|
-
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavMenuModule, decorators: [{
|
|
15
|
-
type: NgModule,
|
|
16
|
-
args: [{
|
|
17
|
-
imports: [CommonModule, MatMenuModule, AdsIconModule, RouterModule, MatIconButton, NgOptimizedImage],
|
|
18
|
-
exports: [AdsNavMenuComponent],
|
|
19
|
-
declarations: [AdsNavMenuComponent],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2LW1lbnUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdi1tZW51L25hdi1tZW51Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLGdCQUFnQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDakUsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMzRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7O0FBT3pELE1BQU0sT0FBTyxnQkFBZ0I7OEdBQWhCLGdCQUFnQjsrR0FBaEIsZ0JBQWdCLGlCQUZaLG1CQUFtQixhQUZ4QixZQUFZLEVBQUUsYUFBYSxFQUFFLGFBQWEsRUFBRSxZQUFZLEVBQUUsYUFBYSxFQUFFLGdCQUFnQixhQUN6RixtQkFBbUI7K0dBR2xCLGdCQUFnQixZQUpqQixZQUFZLEVBQUUsYUFBYSxFQUFFLGFBQWEsRUFBRSxZQUFZLEVBQUUsYUFBYTs7MkZBSXRFLGdCQUFnQjtrQkFMNUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsYUFBYSxFQUFFLGFBQWEsRUFBRSxZQUFZLEVBQUUsYUFBYSxFQUFFLGdCQUFnQixDQUFDO29CQUNwRyxPQUFPLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQztvQkFDOUIsWUFBWSxFQUFFLENBQUMsbUJBQW1CLENBQUM7aUJBQ3BDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlLCBOZ09wdGltaXplZEltYWdlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXRNZW51TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvbWVudSc7XG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgQWRzSWNvbk1vZHVsZSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMnO1xuaW1wb3J0IHsgQWRzTmF2TWVudUNvbXBvbmVudCB9IGZyb20gJy4vbmF2LW1lbnUuY29tcG9uZW50JztcbmltcG9ydCB7IE1hdEljb25CdXR0b24gfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24nO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBNYXRNZW51TW9kdWxlLCBBZHNJY29uTW9kdWxlLCBSb3V0ZXJNb2R1bGUsIE1hdEljb25CdXR0b24sIE5nT3B0aW1pemVkSW1hZ2VdLFxuICBleHBvcnRzOiBbQWRzTmF2TWVudUNvbXBvbmVudF0sXG4gIGRlY2xhcmF0aW9uczogW0Fkc05hdk1lbnVDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNOYXZNZW51TW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2LW1lbnUudHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2LW1lbnUvbmF2LW1lbnUudHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGFkc0ljb24gfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zL2ljb25zJztcbmltcG9ydCB7IFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCB0eXBlIE5hdk1lbnVJdGVtID0ge1xuICB0ZW1wbGF0ZT86IFRlbXBsYXRlUmVmPHVua25vd24+O1xuICB0ZXh0Pzogc3RyaW5nO1xuICBpY29uPzogYWRzSWNvbjtcbiAgaHJlZj86IHN0cmluZztcbiAgaWQ/OiBzdHJpbmc7XG4gIG9uQ2xpY2s/OiAoKSA9PiB2b2lkO1xuICBba2V5OiBzdHJpbmddOiB1bmtub3duO1xufTtcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './nav-menu.module';
|
|
2
|
-
export * from './nav-menu.component';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9uYXYtbWVudS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxzQkFBc0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbmF2LW1lbnUubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbmF2LW1lbnUuY29tcG9uZW50JztcbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcHJvZ3Jlc3Mtc3RlcHBlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3Mtc3RlcC50eXBlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9wcm9ncmVzcy1zdGVwcGVyL3Byb2dyZXNzLXN0ZXAudHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIFByb2dyZXNzU3RlcCA9IHtcbiAgdGl0bGU6IHN0cmluZztcbiAgZGF0ZT86IHN0cmluZztcbiAgY29tcGxldGVkPzogYm9vbGVhbjtcbn07XG4iXX0=
|