@flywheel-io/vision 19.8.0-beta.0 → 20.0.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/fesm2022/flywheel-io-vision.mjs +884 -897
- package/fesm2022/flywheel-io-vision.mjs.map +1 -1
- package/index.d.ts +2787 -3
- package/package.json +5 -6
- package/color.utils.d.ts +0 -2
- package/components/alert/alert.component.d.ts +0 -16
- package/components/alert/alert.module.d.ts +0 -13
- package/components/app-icon/app-icon.component.d.ts +0 -23
- package/components/app-icon/app-icon.module.d.ts +0 -12
- package/components/avatar/avatar.component.d.ts +0 -30
- package/components/avatar/avatar.module.d.ts +0 -12
- package/components/avatar-list/avatar-list.component.d.ts +0 -24
- package/components/badge/badge.component.d.ts +0 -16
- package/components/badge/badge.module.d.ts +0 -11
- package/components/breadcrumbs/breadcrumbs.component.d.ts +0 -13
- package/components/breadcrumbs/breadcrumbs.module.d.ts +0 -13
- package/components/breadcrumbs/crumb.component.d.ts +0 -16
- package/components/button/button.component.d.ts +0 -20
- package/components/button/button.directives.d.ts +0 -37
- package/components/button/button.module.d.ts +0 -14
- package/components/button-group/button-group.component.d.ts +0 -36
- package/components/button-group/button-group.module.d.ts +0 -13
- package/components/button-toggle/button-toggle-item/button-toggle-item.component.d.ts +0 -26
- package/components/button-toggle/button-toggle.component.d.ts +0 -39
- package/components/button-toggle/button-toggle.module.d.ts +0 -13
- package/components/card/card-attribute/card-attribute.component.d.ts +0 -12
- package/components/card/card-author/card-author.component.d.ts +0 -11
- package/components/card/card-content/card-content.component.d.ts +0 -9
- package/components/card/card-footer/card-footer.component.d.ts +0 -13
- package/components/card/card-header/card-header.component.d.ts +0 -14
- package/components/card/card.component.d.ts +0 -16
- package/components/card/card.module.d.ts +0 -18
- package/components/checkbox/checkbox.component.d.ts +0 -27
- package/components/checkbox/checkbox.module.d.ts +0 -12
- package/components/chip/chip.component.d.ts +0 -26
- package/components/chip/chip.module.d.ts +0 -13
- package/components/chip-list/chip-list.component.d.ts +0 -21
- package/components/contained-input/contained-input.component.d.ts +0 -27
- package/components/contained-input/contained-input.module.d.ts +0 -15
- package/components/date-input/date-input.component.d.ts +0 -51
- package/components/date-input/date-input.module.d.ts +0 -13
- package/components/dialog/dialog-actions.component.d.ts +0 -13
- package/components/dialog/dialog-confirm.component.d.ts +0 -42
- package/components/dialog/dialog-content.component.d.ts +0 -14
- package/components/dialog/dialog-header.component.d.ts +0 -13
- package/components/dialog/dialog-simple.component.d.ts +0 -39
- package/components/dialog/dialog.component.d.ts +0 -39
- package/components/dialog/dialog.service.d.ts +0 -22
- package/components/dialog/dialogs.module.d.ts +0 -20
- package/components/form-heading/form-heading.component.d.ts +0 -16
- package/components/form-heading/form-heading.module.d.ts +0 -14
- package/components/forms/validators.d.ts +0 -29
- package/components/icon/icon.component.d.ts +0 -22
- package/components/icon/icon.module.d.ts +0 -11
- package/components/icon/icon.types.d.ts +0 -2
- package/components/icon-button/icon-button.component.d.ts +0 -17
- package/components/icon-button/icon-button.module.d.ts +0 -12
- package/components/layouts/context/context.component.d.ts +0 -23
- package/components/layouts/grid/grid.component.d.ts +0 -23
- package/components/layouts/layout-group.component.d.ts +0 -13
- package/components/layouts/layouts.module.d.ts +0 -17
- package/components/layouts/panel/panel.component.d.ts +0 -15
- package/components/layouts/sidebar/sidebar.component.d.ts +0 -13
- package/components/layouts/toolbar/toolbar.component.d.ts +0 -11
- package/components/menu/menu-close-triggers.directive.d.ts +0 -11
- package/components/menu/menu-container/menu-container.component.d.ts +0 -62
- package/components/menu/menu-header/menu-header.component.d.ts +0 -9
- package/components/menu/menu-item/menu-item.component.d.ts +0 -50
- package/components/menu/menu-item-group/menu-item-group.component.d.ts +0 -20
- package/components/menu/menu-separator/menu-separator.component.d.ts +0 -10
- package/components/menu/menu-sub-item/menu-sub-item.component.d.ts +0 -25
- package/components/menu/menu.component.d.ts +0 -34
- package/components/menu/menu.module.d.ts +0 -27
- package/components/navbar/navbar-header/navbar-header.component.d.ts +0 -9
- package/components/navbar/navbar-item/navbar-item.component.d.ts +0 -32
- package/components/navbar/navbar-sub-item/navbar-sub-item.component.d.ts +0 -22
- package/components/navbar/navbar.component.d.ts +0 -18
- package/components/navbar/navbar.module.d.ts +0 -21
- package/components/number-input/number-input.component.d.ts +0 -49
- package/components/number-input/number-input.module.d.ts +0 -13
- package/components/paginator/paginator-advanced/paginator-advanced.component.d.ts +0 -36
- package/components/paginator/paginator.component.d.ts +0 -47
- package/components/paginator/paginator.model.d.ts +0 -8
- package/components/paginator/paginator.module.d.ts +0 -17
- package/components/phone-input/country-code.data.d.ts +0 -2
- package/components/phone-input/phone-input.component.d.ts +0 -70
- package/components/phone-input/phone-input.model.d.ts +0 -10
- package/components/phone-input/phone-input.module.d.ts +0 -16
- package/components/popover/popover-panel/popover-panel.component.d.ts +0 -14
- package/components/popover/popover.component.d.ts +0 -36
- package/components/popover/popover.module.d.ts +0 -14
- package/components/progress/bar/bar.component.d.ts +0 -35
- package/components/progress/progress.module.d.ts +0 -12
- package/components/progress/spinner/spinner.component.d.ts +0 -40
- package/components/radio/radio-group.component.d.ts +0 -34
- package/components/radio/radio.component.d.ts +0 -21
- package/components/radio/radio.module.d.ts +0 -13
- package/components/section-heading/back-button/back-button.component.d.ts +0 -15
- package/components/section-heading/section-heading.component.d.ts +0 -17
- package/components/section-heading/section-heading.module.d.ts +0 -15
- package/components/section-heading/subsection-heading/subsection-heading.component.d.ts +0 -13
- package/components/select-menu/multi-select-menu/multi-select-menu.component.d.ts +0 -81
- package/components/select-menu/select-menu.component.d.ts +0 -117
- package/components/select-menu/select-menu.module.d.ts +0 -20
- package/components/shared/services/menu-manager.service.d.ts +0 -10
- package/components/shared/translation.service.d.ts +0 -14
- package/components/snackbar/snackbar/snackbar.component.d.ts +0 -32
- package/components/snackbar/snackbar-container/snackbar-container.component.d.ts +0 -23
- package/components/snackbar/snackbar-message.model.d.ts +0 -14
- package/components/snackbar/snackbar-timer.service.d.ts +0 -10
- package/components/snackbar/snackbar.module.d.ts +0 -15
- package/components/snackbar/snackbar.service.d.ts +0 -13
- package/components/stepper/step.component.d.ts +0 -31
- package/components/stepper/stepper.component.d.ts +0 -27
- package/components/stepper/stepper.module.d.ts +0 -14
- package/components/switch/switch.component.d.ts +0 -26
- package/components/switch/switch.module.d.ts +0 -11
- package/components/table/cell.d.ts +0 -63
- package/components/table/row.d.ts +0 -60
- package/components/table/table-dense.component.d.ts +0 -15
- package/components/table/table.component.d.ts +0 -15
- package/components/table/table.module.d.ts +0 -15
- package/components/tabs/tab/tab.component.d.ts +0 -25
- package/components/tabs/tab-panel/tab-panel.component.d.ts +0 -10
- package/components/tabs/tabs.component.d.ts +0 -21
- package/components/tabs/tabs.module.d.ts +0 -14
- package/components/tag/tag.component.d.ts +0 -13
- package/components/tag/tag.module.d.ts +0 -12
- package/components/text/text.component.d.ts +0 -16
- package/components/text-input/text-input.component.d.ts +0 -56
- package/components/text-input/text-input.module.d.ts +0 -14
- package/components/textarea-input/textarea-input.component.d.ts +0 -45
- package/components/textarea-input/textarea-input.module.d.ts +0 -14
- package/components/timezone-select/time-zone-select.component.d.ts +0 -38
- package/components/tooltip/tooltip-panel/tooltip-panel.component.d.ts +0 -27
- package/components/tooltip/tooltip.component.d.ts +0 -28
- package/components/tooltip/tooltip.directive.d.ts +0 -67
- package/components/tooltip/tooltip.module.d.ts +0 -16
- package/components/typeahead/typeahead.component.d.ts +0 -73
- package/components/wrapped-input/wrapped-input.component.d.ts +0 -18
- package/components/wrapped-input/wrapped-input.module.d.ts +0 -12
- package/directives/NoopValueAccessor.directive.d.ts +0 -15
- package/directives/menu-register.directive.d.ts +0 -14
- package/flywheel-io-vision-19.8.0-beta.0.tgz +0 -0
- package/public-api.d.ts +0 -138
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
|
-
import { IconType } from '../icon/icon.types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Form control component for numeric input with optional increment/decrement controls, icon actions, and Angular forms integration
|
|
7
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-number-input--docs)
|
|
8
|
-
*/
|
|
9
|
-
export declare class FwNumberInputComponent implements ControlValueAccessor {
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
useActionableIcons?: boolean;
|
|
12
|
-
leftIcon?: IconType;
|
|
13
|
-
leftIconAction?: EventEmitter<void>;
|
|
14
|
-
rightIcon?: string;
|
|
15
|
-
rightIconAction?: EventEmitter<void>;
|
|
16
|
-
prefix?: string;
|
|
17
|
-
context?: string;
|
|
18
|
-
placeholder?: string;
|
|
19
|
-
readOnly?: boolean;
|
|
20
|
-
size?: 'small' | 'medium' | 'large';
|
|
21
|
-
min?: number;
|
|
22
|
-
max?: number;
|
|
23
|
-
step?: number;
|
|
24
|
-
arrows?: 'native' | 'plus-minus' | 'none';
|
|
25
|
-
numberType?: 'integer' | 'float';
|
|
26
|
-
autofocus?: boolean;
|
|
27
|
-
autocomplete?: boolean;
|
|
28
|
-
error?: boolean;
|
|
29
|
-
private _value;
|
|
30
|
-
get value(): number | undefined;
|
|
31
|
-
set value(v: number);
|
|
32
|
-
numberInputRef: import("@angular/core").Signal<ElementRef<HTMLInputElement>>;
|
|
33
|
-
externalControl: FormControl | null;
|
|
34
|
-
syncToDOM: import("@angular/core").EffectRef;
|
|
35
|
-
onTouch: () => void;
|
|
36
|
-
onChange: (value: number) => void;
|
|
37
|
-
writeValue(obj: number): void;
|
|
38
|
-
registerOnChange(fn: any): void;
|
|
39
|
-
registerOnTouched(fn: any): void;
|
|
40
|
-
setDisabledState(isDisabled: boolean): void;
|
|
41
|
-
changeHandler(event: Event): void;
|
|
42
|
-
blurHandler(): void;
|
|
43
|
-
onLeftIconClick(): void;
|
|
44
|
-
onRightIconClick(): void;
|
|
45
|
-
handleDecrement(): void;
|
|
46
|
-
handleIncrement(): void;
|
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwNumberInputComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwNumberInputComponent, "fw-number-input", never, { "disabled": { "alias": "disabled"; "required": false; }; "useActionableIcons": { "alias": "useActionableIcons"; "required": false; }; "leftIcon": { "alias": "leftIcon"; "required": false; }; "rightIcon": { "alias": "rightIcon"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "context": { "alias": "context"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "arrows": { "alias": "arrows"; "required": false; }; "numberType": { "alias": "numberType"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "error": { "alias": "error"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "leftIconAction": "leftIconAction"; "rightIconAction": "rightIconAction"; }, never, ["input", "*"], true, never>;
|
|
49
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "../icon/icon.module";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "./number-input.component";
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated import component directly, intent to remove in v20
|
|
8
|
-
*/
|
|
9
|
-
export declare class FwNumberInputModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwNumberInputModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwNumberInputModule, never, [typeof i1.CommonModule, typeof i2.FwIconModule, typeof i3.ReactiveFormsModule, typeof i4.FwNumberInputComponent], [typeof i4.FwNumberInputComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwNumberInputModule>;
|
|
13
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { FwPaginatorEvent } from '../paginator.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Advanced paginator component with a page-size selector and first/last/previous/next navigation controls
|
|
6
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-paginator--docs)
|
|
7
|
-
*/
|
|
8
|
-
export declare class FwPaginatorAdvancedComponent {
|
|
9
|
-
disabled: boolean;
|
|
10
|
-
showNext: boolean;
|
|
11
|
-
showPrevious: boolean;
|
|
12
|
-
showFirst: boolean;
|
|
13
|
-
showLast: boolean;
|
|
14
|
-
pageIndex: number;
|
|
15
|
-
pageSizeOptions: number[];
|
|
16
|
-
length: number;
|
|
17
|
-
alignment: 'start' | 'center' | 'end';
|
|
18
|
-
selectorTitle: string;
|
|
19
|
-
get pageSize(): number;
|
|
20
|
-
set pageSize(newSize: number);
|
|
21
|
-
private _pageSize;
|
|
22
|
-
page: EventEmitter<FwPaginatorEvent>;
|
|
23
|
-
private buildPageEvent;
|
|
24
|
-
firstPage(): void;
|
|
25
|
-
lastPage(): void;
|
|
26
|
-
nextPage(): void;
|
|
27
|
-
previousPage(): void;
|
|
28
|
-
setPage(pageNumber: number): void;
|
|
29
|
-
getNumberOfPages(): number;
|
|
30
|
-
getRowIndexStart(pageIndex?: number): number;
|
|
31
|
-
getRowIndexEnd(pageIndex?: number): number;
|
|
32
|
-
hasNextPage(): boolean;
|
|
33
|
-
hasPreviousPage(): boolean;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwPaginatorAdvancedComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwPaginatorAdvancedComponent, "fw-paginator-advanced", never, { "disabled": { "alias": "disabled"; "required": false; }; "showNext": { "alias": "showNext"; "required": false; }; "showPrevious": { "alias": "showPrevious"; "required": false; }; "showFirst": { "alias": "showFirst"; "required": false; }; "showLast": { "alias": "showLast"; "required": false; }; "pageIndex": { "alias": "pageIndex"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "length": { "alias": "length"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "selectorTitle": { "alias": "selectorTitle"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; }, { "page": "page"; }, never, never, true, never>;
|
|
36
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChanges, TrackByFunction } from '@angular/core';
|
|
2
|
-
import { FwPaginatorEvent } from './paginator.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export interface PaginationPage {
|
|
5
|
-
pageIndex: number;
|
|
6
|
-
number: number;
|
|
7
|
-
active: boolean;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Component for page-based navigation with configurable page size, visible page count, and first/last/previous/next buttons
|
|
11
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-paginator--docs)
|
|
12
|
-
*/
|
|
13
|
-
export declare class FwPaginatorComponent implements OnChanges {
|
|
14
|
-
size: 'small' | 'medium' | 'large';
|
|
15
|
-
color: 'slate' | 'primary' | 'secondary';
|
|
16
|
-
shape: 'rounded' | 'circle';
|
|
17
|
-
variant: 'ghost' | 'outline' | 'solid';
|
|
18
|
-
disabled: boolean;
|
|
19
|
-
showNext: boolean;
|
|
20
|
-
showPrevious: boolean;
|
|
21
|
-
showFirst: boolean;
|
|
22
|
-
showLast: boolean;
|
|
23
|
-
pageIndex: number;
|
|
24
|
-
pageSize: number;
|
|
25
|
-
maxPagesShown: number;
|
|
26
|
-
length: number;
|
|
27
|
-
alignment: 'start' | 'center' | 'end';
|
|
28
|
-
selectorTitle: string;
|
|
29
|
-
page: EventEmitter<FwPaginatorEvent>;
|
|
30
|
-
pages: PaginationPage[];
|
|
31
|
-
pagesTrackByFn: TrackByFunction<PaginationPage>;
|
|
32
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
33
|
-
private buildPageEvent;
|
|
34
|
-
firstPage(): void;
|
|
35
|
-
lastPage(): void;
|
|
36
|
-
nextPage(): void;
|
|
37
|
-
previousPage(): void;
|
|
38
|
-
setPage(pageIndex: number): void;
|
|
39
|
-
getPages(): PaginationPage[];
|
|
40
|
-
getNumberOfPages(): number;
|
|
41
|
-
getRowIndexStart(pageIndex?: number): number;
|
|
42
|
-
getRowIndexEnd(pageIndex?: number): number;
|
|
43
|
-
hasNextPage(): boolean;
|
|
44
|
-
hasPreviousPage(): boolean;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwPaginatorComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwPaginatorComponent, "fw-paginator", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showNext": { "alias": "showNext"; "required": false; }; "showPrevious": { "alias": "showPrevious"; "required": false; }; "showFirst": { "alias": "showFirst"; "required": false; }; "showLast": { "alias": "showLast"; "required": false; }; "pageIndex": { "alias": "pageIndex"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "maxPagesShown": { "alias": "maxPagesShown"; "required": false; }; "length": { "alias": "length"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "selectorTitle": { "alias": "selectorTitle"; "required": false; }; }, { "page": "page"; }, never, never, true, never>;
|
|
47
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "@angular/forms";
|
|
4
|
-
import * as i3 from "../icon-button/icon-button.module";
|
|
5
|
-
import * as i4 from "../icon/icon.module";
|
|
6
|
-
import * as i5 from "../menu/menu.module";
|
|
7
|
-
import * as i6 from "../select-menu/select-menu.module";
|
|
8
|
-
import * as i7 from "./paginator.component";
|
|
9
|
-
import * as i8 from "./paginator-advanced/paginator-advanced.component";
|
|
10
|
-
/**
|
|
11
|
-
* @deprecated import component directly, intent to remove in v20
|
|
12
|
-
*/
|
|
13
|
-
export declare class FwPaginatorModule {
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwPaginatorModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwPaginatorModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.FwIconButtonModule, typeof i4.FwIconModule, typeof i5.FwMenuModule, typeof i6.FwSelectMenuModule, typeof i7.FwPaginatorComponent, typeof i8.FwPaginatorAdvancedComponent], [typeof i7.FwPaginatorComponent, typeof i8.FwPaginatorAdvancedComponent]>;
|
|
16
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwPaginatorModule>;
|
|
17
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { CdkMenuTrigger } from '@angular/cdk/menu';
|
|
2
|
-
import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
-
import { CountryCode, E164Number } from 'libphonenumber-js';
|
|
5
|
-
import { FwMenuItemComponent } from '../menu/menu-item/menu-item.component';
|
|
6
|
-
import { Country, PhoneNumberFormat } from './phone-input.model';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Form control component for international phone number input with a country selector and format-as-you-type support
|
|
10
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-phone-input--docs)
|
|
11
|
-
*/
|
|
12
|
-
export declare class FwPhoneInputComponent implements OnInit, OnChanges, ControlValueAccessor {
|
|
13
|
-
private _changeDetectorRef;
|
|
14
|
-
preferredCountries: Array<string>;
|
|
15
|
-
onlyCountries: Array<string>;
|
|
16
|
-
enableCountrySearch: boolean;
|
|
17
|
-
showCountrySelector?: boolean;
|
|
18
|
-
size?: 'small' | 'medium' | 'large';
|
|
19
|
-
rightIcon?: string;
|
|
20
|
-
/**
|
|
21
|
-
* @deprecated please use fw-wrapped-input instead
|
|
22
|
-
*/
|
|
23
|
-
helperText?: string;
|
|
24
|
-
/**
|
|
25
|
-
* @deprecated please use fw-wrapped-input instead
|
|
26
|
-
*/
|
|
27
|
-
errorText?: string;
|
|
28
|
-
placeholder?: string;
|
|
29
|
-
readOnly?: boolean;
|
|
30
|
-
error?: boolean;
|
|
31
|
-
value: E164Number | string | undefined;
|
|
32
|
-
get disabled(): boolean;
|
|
33
|
-
set disabled(value: boolean);
|
|
34
|
-
get format(): PhoneNumberFormat;
|
|
35
|
-
set format(value: PhoneNumberFormat);
|
|
36
|
-
countryChanged: EventEmitter<Country>;
|
|
37
|
-
trigger: CdkMenuTrigger;
|
|
38
|
-
phoneFormattedNational: string | undefined;
|
|
39
|
-
allCountryList: Array<Country>;
|
|
40
|
-
preferredCountryList: Array<Country>;
|
|
41
|
-
selectedCountry: Country | undefined;
|
|
42
|
-
selectedCountryCode: CountryCode | undefined;
|
|
43
|
-
filteredCountryItems: Array<FwMenuItemComponent>;
|
|
44
|
-
private _value;
|
|
45
|
-
private _disabled;
|
|
46
|
-
private _format;
|
|
47
|
-
private _numberObject;
|
|
48
|
-
private _previousFormattedNumber;
|
|
49
|
-
static getPhoneNumberPlaceHolder(countryISOCode: CountryCode): string | undefined;
|
|
50
|
-
onTouched: () => void;
|
|
51
|
-
onChange: any;
|
|
52
|
-
constructor(_changeDetectorRef: ChangeDetectorRef);
|
|
53
|
-
ngOnInit(): void;
|
|
54
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
55
|
-
phoneNumberChange(): void;
|
|
56
|
-
protected countrySelect(isoValue: string, el: HTMLElement): void;
|
|
57
|
-
protected filteredItemsChange(menuItems: any): void;
|
|
58
|
-
getCountry(code: string): Country;
|
|
59
|
-
buttonKeyPress(event: KeyboardEvent): void;
|
|
60
|
-
inputKeyPress(event: KeyboardEvent): void;
|
|
61
|
-
protected fetchCountryData(): void;
|
|
62
|
-
registerOnChange(fn: any): void;
|
|
63
|
-
registerOnTouched(fn: any): void;
|
|
64
|
-
setDisabledState(isDisabled: boolean): void;
|
|
65
|
-
writeValue(value: any): void;
|
|
66
|
-
private get formattedPhoneNumber();
|
|
67
|
-
private formatAsYouTypeIfEnabled;
|
|
68
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwPhoneInputComponent, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwPhoneInputComponent, "fw-phone-input", never, { "preferredCountries": { "alias": "preferredCountries"; "required": false; }; "onlyCountries": { "alias": "onlyCountries"; "required": false; }; "enableCountrySearch": { "alias": "enableCountrySearch"; "required": false; }; "showCountrySelector": { "alias": "showCountrySelector"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rightIcon": { "alias": "rightIcon"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "error": { "alias": "error"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; }, { "countryChanged": "countryChanged"; }, never, ["*"], true, never>;
|
|
70
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/cdk/menu";
|
|
3
|
-
import * as i2 from "../button/button.module";
|
|
4
|
-
import * as i3 from "../icon/icon.module";
|
|
5
|
-
import * as i4 from "../menu/menu.module";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
import * as i6 from "@angular/forms";
|
|
8
|
-
import * as i7 from "./phone-input.component";
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated import component directly, intent to remove in v20
|
|
11
|
-
*/
|
|
12
|
-
export declare class FwPhoneInputModule {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwPhoneInputModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwPhoneInputModule, never, [typeof i1.CdkMenuModule, typeof i2.FwButtonModule, typeof i3.FwIconModule, typeof i4.FwMenuModule, typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.FwPhoneInputComponent], [typeof i7.FwPhoneInputComponent]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwPhoneInputModule>;
|
|
16
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Internal floating panel that renders popover content with a positional caret, used by the popover component
|
|
5
|
-
*/
|
|
6
|
-
export declare class FwPopoverPanelComponent {
|
|
7
|
-
position: 'above' | 'above-left' | 'above-right' | 'below' | 'below-left' | 'below-right' | 'left' | 'left-above' | 'left-below' | 'right' | 'right-above' | 'right-below';
|
|
8
|
-
mouseLeave: EventEmitter<MouseEvent>;
|
|
9
|
-
showCaret: import("@angular/core").InputSignal<boolean>;
|
|
10
|
-
get classes(): string;
|
|
11
|
-
hidePopover(e: MouseEvent): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwPopoverPanelComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwPopoverPanelComponent, "fw-popover-panel", never, { "position": { "alias": "position"; "required": false; }; "showCaret": { "alias": "showCaret"; "required": false; "isSignal": true; }; }, { "mouseLeave": "mouseLeave"; }, never, ["*"], true, never>;
|
|
14
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { CdkOverlayOrigin, ConnectedOverlayPositionChange, ConnectedPosition, FlexibleConnectedPositionStrategyOrigin } from '@angular/cdk/overlay';
|
|
2
|
-
import { FwPopoverPanelComponent } from './popover-panel/popover-panel.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
type DelayLength = 'none' | 'short' | 'long';
|
|
5
|
-
type PositionOption = 'above' | 'above-left' | 'above-right' | 'below' | 'below-left' | 'below-right' | 'left' | 'left-above' | 'left-below' | 'right' | 'right-above' | 'right-below';
|
|
6
|
-
/**
|
|
7
|
-
* component for mounting content in a floating container
|
|
8
|
-
* @see [Vision Docs](https://cdn.flywheel.io/docs/vision/latest/?path=/docs/components-popover--docs)
|
|
9
|
-
*/
|
|
10
|
-
export declare class FwPopoverComponent {
|
|
11
|
-
position: PositionOption;
|
|
12
|
-
trigger: import("@angular/core").InputSignal<FlexibleConnectedPositionStrategyOrigin | CdkOverlayOrigin>;
|
|
13
|
-
isOpen: import("@angular/core").ModelSignal<boolean>;
|
|
14
|
-
action: 'mouseenter' | 'click';
|
|
15
|
-
flyoutPanel: FwPopoverPanelComponent;
|
|
16
|
-
delay: import("@angular/core").InputSignal<DelayLength>;
|
|
17
|
-
delayMs: import("@angular/core").Signal<number>;
|
|
18
|
-
showCaret: import("@angular/core").InputSignal<boolean>;
|
|
19
|
-
activePositionPair: import("@angular/core").WritableSignal<ConnectedOverlayPositionChange>;
|
|
20
|
-
panelPosition: import("@angular/core").Signal<PositionOption>;
|
|
21
|
-
positionMap: {
|
|
22
|
-
[key: string]: ConnectedPosition;
|
|
23
|
-
};
|
|
24
|
-
/**
|
|
25
|
-
* Gets a list of fallback positions for the selected one
|
|
26
|
-
* Preserves the primary axis i.e. which side of the origin the panel is on
|
|
27
|
-
*/
|
|
28
|
-
getFallbackPositions: () => ConnectedPosition[];
|
|
29
|
-
registerEventListeners: import("@angular/core").EffectRef;
|
|
30
|
-
openOnDelay(): number;
|
|
31
|
-
backdropClick(): void;
|
|
32
|
-
handlePanelLeave(): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwPopoverComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwPopoverComponent, "fw-popover", never, { "position": { "alias": "position"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "action": { "alias": "action"; "required": false; }; "flyoutPanel": { "alias": "flyoutPanel"; "required": false; }; "delay": { "alias": "delay"; "required": false; "isSignal": true; }; "showCaret": { "alias": "showCaret"; "required": false; "isSignal": true; }; }, { "isOpen": "isOpenChange"; }, never, ["*"], true, never>;
|
|
35
|
-
}
|
|
36
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "../layouts/layouts.module";
|
|
4
|
-
import * as i3 from "@angular/cdk/overlay";
|
|
5
|
-
import * as i4 from "./popover.component";
|
|
6
|
-
import * as i5 from "./popover-panel/popover-panel.component";
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated import component directly, intent to remove in v20
|
|
9
|
-
*/
|
|
10
|
-
export declare class FwPopoverModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwPopoverModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwPopoverModule, never, [typeof i1.CommonModule, typeof i2.FwLayoutsModule, typeof i3.OverlayModule, typeof i4.FwPopoverComponent, typeof i5.FwPopoverPanelComponent], [typeof i4.FwPopoverComponent, typeof i5.FwPopoverPanelComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwPopoverModule>;
|
|
14
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Component for a horizontal progress bar supporting determinate, indeterminate, and buffer modes
|
|
5
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-progress-bar--docs)
|
|
6
|
-
*/
|
|
7
|
-
export declare class FwProgressBarComponent {
|
|
8
|
-
readonly _elementRef: ElementRef<HTMLElement>;
|
|
9
|
-
private _changeDetectorRef;
|
|
10
|
-
/** The element of the determinate spinner. */
|
|
11
|
-
_determinateCircle: ElementRef<HTMLElement>;
|
|
12
|
-
constructor(_elementRef: ElementRef<HTMLElement>, _changeDetectorRef: ChangeDetectorRef);
|
|
13
|
-
/** Mode of the progress bar. **/
|
|
14
|
-
mode: 'determinate' | 'indeterminate' | 'buffer';
|
|
15
|
-
/** Color of the progress bar. **/
|
|
16
|
-
color: 'primary' | 'secondary' | 'orange' | 'red' | 'green';
|
|
17
|
-
/** Whether to show the value percentage label on the progress bar. **/
|
|
18
|
-
showValue: boolean;
|
|
19
|
-
/** Value of the progress bar. Defaults to zero. Mirrored to aria-valuenow. **/
|
|
20
|
-
get value(): number;
|
|
21
|
-
set value(v: number);
|
|
22
|
-
private _value;
|
|
23
|
-
/** Buffer value of the progress bar. Defaults to zero. */
|
|
24
|
-
get bufferValue(): number;
|
|
25
|
-
set bufferValue(v: number);
|
|
26
|
-
private _bufferValue;
|
|
27
|
-
/** Gets the transform style that should be applied to the primary bar. */
|
|
28
|
-
_getPrimaryBarTransform(): string;
|
|
29
|
-
/** Gets the `flex-basis` value that should be applied to the buffer bar. */
|
|
30
|
-
_getBufferBarFlexBasis(): string;
|
|
31
|
-
/** Returns whether the progress bar is indeterminate. */
|
|
32
|
-
_isIndeterminate(): boolean;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwProgressBarComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwProgressBarComponent, "fw-progress-bar", never, { "mode": { "alias": "mode"; "required": false; }; "color": { "alias": "color"; "required": false; }; "showValue": { "alias": "showValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "bufferValue": { "alias": "bufferValue"; "required": false; }; }, {}, never, never, true, never>;
|
|
35
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./bar/bar.component";
|
|
4
|
-
import * as i3 from "./spinner/spinner.component";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated import component directly, intent to remove in v20
|
|
7
|
-
*/
|
|
8
|
-
export declare class FwProgressModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwProgressModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwProgressModule, never, [typeof i1.CommonModule, typeof i2.FwProgressBarComponent, typeof i3.FwProgressSpinnerComponent], [typeof i2.FwProgressBarComponent, typeof i3.FwProgressSpinnerComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwProgressModule>;
|
|
12
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Component for a circular progress spinner supporting determinate and indeterminate modes
|
|
5
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-progress-spinner--docs)
|
|
6
|
-
*/
|
|
7
|
-
export declare class FwProgressSpinnerComponent {
|
|
8
|
-
readonly _elementRef: ElementRef<HTMLElement>;
|
|
9
|
-
/** The element of the determinate spinner. */
|
|
10
|
-
_determinateCircle: ElementRef<HTMLElement>;
|
|
11
|
-
constructor(_elementRef: ElementRef<HTMLElement>);
|
|
12
|
-
/** Mode of the progress spinner. **/
|
|
13
|
-
mode: 'determinate' | 'indeterminate';
|
|
14
|
-
/** Size of the progress spinner. **/
|
|
15
|
-
size: 'small' | 'medium';
|
|
16
|
-
/** Color of the progress spinner. **/
|
|
17
|
-
color?: 'primary' | 'secondary' | 'red' | 'slate' | 'orange' | 'green';
|
|
18
|
-
/** Whether to show the value percentage label on the progress spinner. **/
|
|
19
|
-
showValue: boolean;
|
|
20
|
-
/** Value of the progress spinner. Defaults to zero. Mirrored to aria-valuenow. **/
|
|
21
|
-
get value(): number;
|
|
22
|
-
set value(v: number);
|
|
23
|
-
private _value;
|
|
24
|
-
private _diameter;
|
|
25
|
-
private _strokeWidth;
|
|
26
|
-
/** The diameter of the progress spinner (will set width and height of svg). */
|
|
27
|
-
get diameter(): number;
|
|
28
|
-
/** The radius of the spinner, adjusted for stroke width. */
|
|
29
|
-
_circleRadius(): number;
|
|
30
|
-
/** The view box of the spinner's svg element. */
|
|
31
|
-
_viewBox(): string;
|
|
32
|
-
/** The stroke circumference of the svg circle. */
|
|
33
|
-
_strokeCircumference(): number;
|
|
34
|
-
/** The dash offset of the svg circle. */
|
|
35
|
-
_strokeDashOffset(): number;
|
|
36
|
-
/** Stroke width of the circle in percent. */
|
|
37
|
-
_circleStrokeWidth(): number;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwProgressSpinnerComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwProgressSpinnerComponent, "fw-progress-spinner", never, { "mode": { "alias": "mode"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "showValue": { "alias": "showValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
|
|
40
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { SafeStyle } from '@angular/platform-browser';
|
|
4
|
-
import { FwRadioComponent } from './radio.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Container component for grouping radio buttons, managing shared selection state and Angular forms integration
|
|
8
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-radio-button--docs)
|
|
9
|
-
*/
|
|
10
|
-
export declare class FwRadioGroupComponent implements ControlValueAccessor {
|
|
11
|
-
value: string;
|
|
12
|
-
group: string;
|
|
13
|
-
color?: 'primary' | 'secondary' | 'default';
|
|
14
|
-
size?: 'medium' | 'compact';
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
direction?: 'horizontal' | 'vertical';
|
|
17
|
-
change: EventEmitter<string>;
|
|
18
|
-
private sanitizer;
|
|
19
|
-
private dr;
|
|
20
|
-
protected radioButtons: import("@angular/core").Signal<readonly FwRadioComponent[]>;
|
|
21
|
-
private _value;
|
|
22
|
-
private radioSubs;
|
|
23
|
-
get style(): SafeStyle;
|
|
24
|
-
constructor();
|
|
25
|
-
onTouch: () => void;
|
|
26
|
-
onChange: (value: string) => void;
|
|
27
|
-
writeValue(value: string): void;
|
|
28
|
-
registerOnChange(fn: any): void;
|
|
29
|
-
registerOnTouched(fn: any): void;
|
|
30
|
-
setDisabledState(isDisabled: boolean): void;
|
|
31
|
-
handleChange(value: string): void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwRadioGroupComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwRadioGroupComponent, "fw-radio-group", never, { "value": { "alias": "value"; "required": false; }; "group": { "alias": "group"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, { "change": "change"; }, ["radioButtons"], ["fw-radio-button"], true, never>;
|
|
34
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Individual radio button used inside a radio group to represent a single selectable option
|
|
5
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-radio-button--docs)
|
|
6
|
-
*/
|
|
7
|
-
export declare class FwRadioComponent {
|
|
8
|
-
value: import("@angular/core").InputSignal<string>;
|
|
9
|
-
checked: import("@angular/core").ModelSignal<boolean>;
|
|
10
|
-
group: string;
|
|
11
|
-
disabled: boolean;
|
|
12
|
-
size: 'medium' | 'compact';
|
|
13
|
-
color: 'default' | 'primary' | 'secondary';
|
|
14
|
-
title: string;
|
|
15
|
-
focused: boolean;
|
|
16
|
-
change: EventEmitter<string>;
|
|
17
|
-
get radioStyles(): string[];
|
|
18
|
-
handleChange(event: any): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwRadioComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwRadioComponent, "fw-radio-button", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "group": { "alias": "group"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "title": { "alias": "title"; "required": false; }; "focused": { "alias": "focused"; "required": false; }; }, { "checked": "checkedChange"; "change": "change"; }, never, ["*"], true, never>;
|
|
21
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "@angular/forms";
|
|
4
|
-
import * as i3 from "./radio.component";
|
|
5
|
-
import * as i4 from "./radio-group.component";
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated import component directly, intent to remove in v20
|
|
8
|
-
*/
|
|
9
|
-
export declare class FwRadioModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwRadioModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwRadioModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i2.FormsModule, typeof i3.FwRadioComponent, typeof i4.FwRadioGroupComponent], [typeof i3.FwRadioComponent, typeof i4.FwRadioGroupComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwRadioModule>;
|
|
13
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Location } from '@angular/common';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Sub-component for a back-navigation button that calls a custom function or falls back to the browser history
|
|
5
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-section-heading--docs)
|
|
6
|
-
*/
|
|
7
|
-
export declare class FwBackButtonComponent {
|
|
8
|
-
location: Location;
|
|
9
|
-
backFunction?: () => {};
|
|
10
|
-
class: string;
|
|
11
|
-
constructor(location: Location);
|
|
12
|
-
handleClick(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwBackButtonComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwBackButtonComponent, "fw-back-button", never, { "backFunction": { "alias": "backFunction"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IconType } from '../icon/icon.types';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Component for a page or section title with an optional description, icon, and back-navigation button
|
|
5
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-section-heading--docs)
|
|
6
|
-
*/
|
|
7
|
-
export declare class FwSectionHeadingComponent {
|
|
8
|
-
class: string;
|
|
9
|
-
title: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
backButton?: boolean;
|
|
12
|
-
backFunction?: () => {};
|
|
13
|
-
icon?: IconType;
|
|
14
|
-
constructor();
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwSectionHeadingComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwSectionHeadingComponent, "fw-section-heading", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "backButton": { "alias": "backButton"; "required": false; }; "backFunction": { "alias": "backFunction"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["fw-icon", "fw-chip", "p", "*"], true, never>;
|
|
17
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "../button/button.module";
|
|
4
|
-
import * as i3 from "../icon/icon.module";
|
|
5
|
-
import * as i4 from "./back-button/back-button.component";
|
|
6
|
-
import * as i5 from "./section-heading.component";
|
|
7
|
-
import * as i6 from "./subsection-heading/subsection-heading.component";
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated import component directly, intent to remove in v20
|
|
10
|
-
*/
|
|
11
|
-
export declare class FwSectionHeadingModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwSectionHeadingModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwSectionHeadingModule, never, [typeof i1.CommonModule, typeof i2.FwButtonModule, typeof i3.FwIconModule, typeof i4.FwBackButtonComponent, typeof i5.FwSectionHeadingComponent, typeof i6.FwSubsectionHeadingComponent], [typeof i4.FwBackButtonComponent, typeof i5.FwSectionHeadingComponent, typeof i6.FwSubsectionHeadingComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwSectionHeadingModule>;
|
|
15
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IconType } from '../../icon/icon.types';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Component for a subsection title with an optional icon, used to divide content within a section
|
|
5
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-section-heading--docs)
|
|
6
|
-
*/
|
|
7
|
-
export declare class FwSubsectionHeadingComponent {
|
|
8
|
-
title: string;
|
|
9
|
-
icon?: IconType;
|
|
10
|
-
constructor();
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwSubsectionHeadingComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwSubsectionHeadingComponent, "fw-subsection-heading", never, { "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
13
|
-
}
|