-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d66c275
commit c6cfcf5
Showing
185 changed files
with
11,252 additions
and
11,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
import { AfterContentInit, OnInit, Renderer2 } from '@angular/core'; | ||
import { UntypedFormBuilder } from '@angular/forms'; | ||
import { MatSlideToggleChange } from '@angular/material/slide-toggle'; | ||
import { NgbModal } from '@ng-bootstrap/ng-bootstrap'; | ||
import * as i0 from "@angular/core"; | ||
export declare class PbdsA11yWidgetComponent implements OnInit, AfterContentInit { | ||
private modalService; | ||
private fb; | ||
private document; | ||
private renderer; | ||
constructor(modalService: NgbModal, fb: UntypedFormBuilder, document: Document, renderer: Renderer2); | ||
form: import("@angular/forms").UntypedFormGroup; | ||
fontBrandRegular: string; | ||
fontBrandBold: string; | ||
fontBrandLight: string; | ||
fontSans: string; | ||
ngOnInit(): void; | ||
ngAfterContentInit(): void; | ||
resetFonts(): void; | ||
reduceSaturation(): void; | ||
increaseSaturation(): void; | ||
toggleVisionOptions(event: MatSlideToggleChange): void; | ||
toggleCognitiveOptions(event: MatSlideToggleChange): void; | ||
toggleLimitDistrations(event: MatSlideToggleChange): void; | ||
openA11yWidget(event: MouseEvent, a11yWidget: NgbModal): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsA11yWidgetComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PbdsA11yWidgetComponent, "pbds-a11y-widget", never, {}, {}, never, never, false, never>; | ||
} | ||
import { AfterContentInit, OnInit, Renderer2 } from '@angular/core'; | ||
import { UntypedFormBuilder } from '@angular/forms'; | ||
import { MatSlideToggleChange } from '@angular/material/slide-toggle'; | ||
import { NgbModal } from '@ng-bootstrap/ng-bootstrap'; | ||
import * as i0 from "@angular/core"; | ||
export declare class PbdsA11yWidgetComponent implements OnInit, AfterContentInit { | ||
private modalService; | ||
private fb; | ||
private document; | ||
private renderer; | ||
constructor(modalService: NgbModal, fb: UntypedFormBuilder, document: Document, renderer: Renderer2); | ||
form: import("@angular/forms").UntypedFormGroup; | ||
fontBrandRegular: string; | ||
fontBrandBold: string; | ||
fontBrandLight: string; | ||
fontSans: string; | ||
ngOnInit(): void; | ||
ngAfterContentInit(): void; | ||
resetFonts(): void; | ||
reduceSaturation(): void; | ||
increaseSaturation(): void; | ||
toggleVisionOptions(event: MatSlideToggleChange): void; | ||
toggleCognitiveOptions(event: MatSlideToggleChange): void; | ||
toggleLimitDistrations(event: MatSlideToggleChange): void; | ||
openA11yWidget(event: MouseEvent, a11yWidget: NgbModal): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsA11yWidgetComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PbdsA11yWidgetComponent, "pbds-a11y-widget", never, {}, {}, never, never, false, never>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./a11y-widget.component"; | ||
import * as i2 from "@angular/common"; | ||
import * as i3 from "@angular/material/slide-toggle"; | ||
import * as i4 from "@angular/forms"; | ||
export declare class PbdsA11yWidgetModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsA11yWidgetModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<PbdsA11yWidgetModule, [typeof i1.PbdsA11yWidgetComponent], [typeof i2.CommonModule, typeof i3.MatSlideToggleModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule], [typeof i1.PbdsA11yWidgetComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<PbdsA11yWidgetModule>; | ||
} | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./a11y-widget.component"; | ||
import * as i2 from "@angular/common"; | ||
import * as i3 from "@angular/material/slide-toggle"; | ||
import * as i4 from "@angular/forms"; | ||
export declare class PbdsA11yWidgetModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsA11yWidgetModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<PbdsA11yWidgetModule, [typeof i1.PbdsA11yWidgetComponent], [typeof i2.CommonModule, typeof i3.MatSlideToggleModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule], [typeof i1.PbdsA11yWidgetComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<PbdsA11yWidgetModule>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="pb-design-system/a11y-widget" /> | ||
export * from './public_api'; | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="pb-design-system/a11y-widget" /> | ||
export * from './public_api'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export * from './a11y-widget.component'; | ||
export * from './a11y-widget.module'; | ||
export * from './a11y-widget.component'; | ||
export * from './a11y-widget.module'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
import * as i0 from "@angular/core"; | ||
export declare class PbdsAvatarComponent { | ||
label: string; | ||
icon: string; | ||
image: string; | ||
size: string; | ||
shape: string; | ||
style: any; | ||
styleClass: string; | ||
value: string; | ||
title: string; | ||
containerClass(): { | ||
'pb-avatar': boolean; | ||
'pb-avatar-image': boolean; | ||
'pb-avatar-circle': boolean; | ||
'pb-avatar-sm': boolean; | ||
'pb-avatar-lg': boolean; | ||
'pb-avatar-xl': boolean; | ||
}; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsAvatarComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PbdsAvatarComponent, "pbds-avatar", never, { "label": "label"; "icon": "icon"; "image": "image"; "size": "size"; "shape": "shape"; "style": "style"; "styleClass": "styleClass"; "value": "value"; "title": "title"; }, {}, never, never, false, never>; | ||
} | ||
import * as i0 from "@angular/core"; | ||
export declare class PbdsAvatarComponent { | ||
label: string; | ||
icon: string; | ||
image: string; | ||
size: string; | ||
shape: string; | ||
style: any; | ||
styleClass: string; | ||
value: string; | ||
title: string; | ||
containerClass(): { | ||
'pb-avatar': boolean; | ||
'pb-avatar-image': boolean; | ||
'pb-avatar-circle': boolean; | ||
'pb-avatar-sm': boolean; | ||
'pb-avatar-lg': boolean; | ||
'pb-avatar-xl': boolean; | ||
}; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsAvatarComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PbdsAvatarComponent, "pbds-avatar", never, { "label": "label"; "icon": "icon"; "image": "image"; "size": "size"; "shape": "shape"; "style": "style"; "styleClass": "styleClass"; "value": "value"; "title": "title"; }, {}, never, never, false, never>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./avatar.component"; | ||
import * as i2 from "@angular/common"; | ||
export declare class PbdsAvatarModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsAvatarModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<PbdsAvatarModule, [typeof i1.PbdsAvatarComponent], [typeof i2.CommonModule], [typeof i1.PbdsAvatarComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<PbdsAvatarModule>; | ||
} | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./avatar.component"; | ||
import * as i2 from "@angular/common"; | ||
export declare class PbdsAvatarModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsAvatarModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<PbdsAvatarModule, [typeof i1.PbdsAvatarComponent], [typeof i2.CommonModule], [typeof i1.PbdsAvatarComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<PbdsAvatarModule>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="pb-design-system/avatar" /> | ||
export * from './public_api'; | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="pb-design-system/avatar" /> | ||
export * from './public_api'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export * from './avatar.component'; | ||
export * from './avatar.module'; | ||
export * from './avatar.component'; | ||
export * from './avatar.module'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
import { EventEmitter } from '@angular/core'; | ||
import { PbdsColumnToggle } from './column-toggle.interfaces'; | ||
import * as i0 from "@angular/core"; | ||
export declare class PbdsColumnToggleComponent { | ||
label: string; | ||
showAllLabel: string; | ||
columns: any[]; | ||
storagekey: string | false; | ||
minimum: number; | ||
placement: string; | ||
toggle: EventEmitter<PbdsColumnToggle>; | ||
isShowAll: boolean; | ||
columnStorage: any; | ||
index: number; | ||
private totalSelected; | ||
ngOnInit(): void; | ||
toggleColumn($event: any, column: any): void; | ||
showAllColumns($event: Event): void; | ||
private setLocalStorage; | ||
private updateTotalSelected; | ||
setShowAllChecked(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsColumnToggleComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PbdsColumnToggleComponent, "pbds-column-toggle", never, { "label": "label"; "showAllLabel": "showAllLabel"; "columns": "columns"; "storagekey": "storagekey"; "minimum": "minimum"; "placement": "placement"; }, { "toggle": "toggle"; }, never, never, false, never>; | ||
} | ||
import { EventEmitter } from '@angular/core'; | ||
import { PbdsColumnToggle } from './column-toggle.interfaces'; | ||
import * as i0 from "@angular/core"; | ||
export declare class PbdsColumnToggleComponent { | ||
label: string; | ||
showAllLabel: string; | ||
columns: any[]; | ||
storagekey: string | false; | ||
minimum: number; | ||
placement: string; | ||
toggle: EventEmitter<PbdsColumnToggle>; | ||
isShowAll: boolean; | ||
columnStorage: any; | ||
index: number; | ||
private totalSelected; | ||
ngOnInit(): void; | ||
toggleColumn($event: any, column: any): void; | ||
showAllColumns($event: Event): void; | ||
private setLocalStorage; | ||
private updateTotalSelected; | ||
setShowAllChecked(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsColumnToggleComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PbdsColumnToggleComponent, "pbds-column-toggle", never, { "label": "label"; "showAllLabel": "showAllLabel"; "columns": "columns"; "storagekey": "storagekey"; "minimum": "minimum"; "placement": "placement"; }, { "toggle": "toggle"; }, never, never, false, never>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export interface PbdsColumnToggle { | ||
showAll: boolean; | ||
column: Object | null; | ||
columns: any[]; | ||
} | ||
export interface PbdsColumnToggle { | ||
showAll: boolean; | ||
column: Object | null; | ||
columns: any[]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./column-toggle.component"; | ||
import * as i2 from "@angular/common"; | ||
import * as i3 from "@ng-bootstrap/ng-bootstrap"; | ||
import * as i4 from "@angular/forms"; | ||
export declare class PbdsColumnToggleModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsColumnToggleModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<PbdsColumnToggleModule, [typeof i1.PbdsColumnToggleComponent], [typeof i2.CommonModule, typeof i3.NgbDropdownModule, typeof i4.FormsModule], [typeof i1.PbdsColumnToggleComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<PbdsColumnToggleModule>; | ||
} | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./column-toggle.component"; | ||
import * as i2 from "@angular/common"; | ||
import * as i3 from "@ng-bootstrap/ng-bootstrap"; | ||
import * as i4 from "@angular/forms"; | ||
export declare class PbdsColumnToggleModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsColumnToggleModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<PbdsColumnToggleModule, [typeof i1.PbdsColumnToggleComponent], [typeof i2.CommonModule, typeof i3.NgbDropdownModule, typeof i4.FormsModule], [typeof i1.PbdsColumnToggleComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<PbdsColumnToggleModule>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="pb-design-system/column-toggle" /> | ||
export * from './public_api'; | ||
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="pb-design-system/column-toggle" /> | ||
export * from './public_api'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export * from './column-toggle.module'; | ||
export * from './column-toggle.interfaces'; | ||
export * from './column-toggle.component'; | ||
export * from './column-toggle.module'; | ||
export * from './column-toggle.interfaces'; | ||
export * from './column-toggle.component'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class PbdsBarAnnotationsDirective implements OnInit, OnChanges { | ||
private component; | ||
annotations: any; | ||
annotationsHilight: any; | ||
annotationClicked: EventEmitter<any>; | ||
private annotationsGroup; | ||
private hilightBox; | ||
constructor(component: any); | ||
ngOnInit(): void; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
private update; | ||
private updateHilight; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsBarAnnotationsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<PbdsBarAnnotationsDirective, "pbds-dataviz-bar[annotations]", never, { "annotations": "annotations"; "annotationsHilight": "annotationsHilight"; }, { "annotationClicked": "annotationClicked"; }, never, never, false, never>; | ||
} | ||
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class PbdsBarAnnotationsDirective implements OnInit, OnChanges { | ||
private component; | ||
annotations: any; | ||
annotationsHilight: any; | ||
annotationClicked: EventEmitter<any>; | ||
private annotationsGroup; | ||
private hilightBox; | ||
constructor(component: any); | ||
ngOnInit(): void; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
private update; | ||
private updateHilight; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsBarAnnotationsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<PbdsBarAnnotationsDirective, "pbds-dataviz-bar[annotations]", never, { "annotations": "annotations"; "annotationsHilight": "annotationsHilight"; }, { "annotationClicked": "annotationClicked"; }, never, never, false, never>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class PbdsBarGroupedAnnotationsDirective implements OnInit, OnChanges { | ||
private component; | ||
annotations: any; | ||
annotationsHilight: any; | ||
annotationClicked: EventEmitter<any>; | ||
private annotationsGroup; | ||
private hilightBox; | ||
constructor(component: any); | ||
ngOnInit(): void; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
private update; | ||
private updateHilight; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsBarGroupedAnnotationsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<PbdsBarGroupedAnnotationsDirective, "pbds-dataviz-bar-grouped[annotations]", never, { "annotations": "annotations"; "annotationsHilight": "annotationsHilight"; }, { "annotationClicked": "annotationClicked"; }, never, never, false, never>; | ||
} | ||
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class PbdsBarGroupedAnnotationsDirective implements OnInit, OnChanges { | ||
private component; | ||
annotations: any; | ||
annotationsHilight: any; | ||
annotationClicked: EventEmitter<any>; | ||
private annotationsGroup; | ||
private hilightBox; | ||
constructor(component: any); | ||
ngOnInit(): void; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
private update; | ||
private updateHilight; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PbdsBarGroupedAnnotationsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<PbdsBarGroupedAnnotationsDirective, "pbds-dataviz-bar-grouped[annotations]", never, { "annotations": "annotations"; "annotationsHilight": "annotationsHilight"; }, { "annotationClicked": "annotationClicked"; }, never, never, false, never>; | ||
} |
Oops, something went wrong.