@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,60 +0,0 @@
|
|
|
1
|
-
import { CdkFooterRow, CdkFooterRowDef, CdkHeaderRow, CdkHeaderRowDef, CdkNoDataRow, CdkRow, CdkRowDef } from '@angular/cdk/table';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Header row definition for the fw-table.
|
|
5
|
-
* Captures the header row's template and other header properties such as the columns to display.
|
|
6
|
-
*/
|
|
7
|
-
export declare class FwHeaderRowDef extends CdkHeaderRowDef {
|
|
8
|
-
columns: string[];
|
|
9
|
-
set stickyInput(value: boolean);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwHeaderRowDef, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwHeaderRowDef, "[fwHeaderRowDef]", never, { "columns": { "alias": "fwHeaderRowDef"; "required": false; }; "stickyInput": { "alias": "fwHeaderRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Footer row definition for the fw-table.
|
|
15
|
-
* Captures the footer row's template and other footer properties such as the columns to display.
|
|
16
|
-
*/
|
|
17
|
-
export declare class FwFooterRowDef extends CdkFooterRowDef {
|
|
18
|
-
columns: string[];
|
|
19
|
-
set stickyInput(value: boolean);
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwFooterRowDef, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwFooterRowDef, "[fwFooterRowDef]", never, { "columns": { "alias": "fwFooterRowDef"; "required": false; }; "stickyInput": { "alias": "fwFooterRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Data row definition for the fw-table.
|
|
25
|
-
* Captures the data row's template and other properties such as the columns to display and
|
|
26
|
-
* a when predicate that describes when this row should be used.
|
|
27
|
-
*/
|
|
28
|
-
export declare class FwRowDef<T> extends CdkRowDef<T> {
|
|
29
|
-
columns: string[];
|
|
30
|
-
when: (index: number, rowData: T) => boolean;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwRowDef<any>, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwRowDef<any>, "[fwRowDef]", never, { "columns": { "alias": "fwRowDefColumns"; "required": false; }; "when": { "alias": "fwRowDefWhen"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
|
-
}
|
|
34
|
-
/** Header template container that contains the cell outlet. Adds the right class and role. */
|
|
35
|
-
export declare class FwHeaderRow extends CdkHeaderRow {
|
|
36
|
-
class: string;
|
|
37
|
-
role: string;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwHeaderRow, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwHeaderRow, "fw-header-row, tr[fw-header-row]", ["fwHeaderRow"], {}, {}, never, never, true, never>;
|
|
40
|
-
}
|
|
41
|
-
/** Footer template container that contains the cell outlet. Adds the right class and role. */
|
|
42
|
-
export declare class FwFooterRow extends CdkFooterRow {
|
|
43
|
-
class: string;
|
|
44
|
-
role: string;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwFooterRow, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwFooterRow, "fw-footer-row, tr[fw-footer-row]", ["fwFooterRow"], {}, {}, never, never, true, never>;
|
|
47
|
-
}
|
|
48
|
-
/** Data row template container that contains the cell outlet. Adds the right class and role. */
|
|
49
|
-
export declare class FwRow extends CdkRow {
|
|
50
|
-
class: string;
|
|
51
|
-
role: string;
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwRow, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwRow, "fw-row, tr[fw-row]", ["fwRow"], {}, {}, never, never, true, never>;
|
|
54
|
-
}
|
|
55
|
-
/** Row that can be used to display a message when no data is shown in the table. */
|
|
56
|
-
export declare class FwNoDataRow extends CdkNoDataRow {
|
|
57
|
-
_contentClassName: string;
|
|
58
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwNoDataRow, never>;
|
|
59
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwNoDataRow, "ng-template[fwNoDataRow]", never, {}, {}, never, never, true, never>;
|
|
60
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { CdkTable } from '@angular/cdk/table';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Compact-density variant of the Vision data table, with reduced row height and Vision styling
|
|
5
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-table--docs)
|
|
6
|
-
*/
|
|
7
|
-
export declare class FwTableDenseComponent<T> extends CdkTable<T> {
|
|
8
|
-
class: string;
|
|
9
|
-
/** Overrides the sticky CSS class set by the `CdkTable`. */
|
|
10
|
-
protected stickyCssClass: string;
|
|
11
|
-
/** Overrides the need to add position: sticky on every sticky cell element in `CdkTable`. */
|
|
12
|
-
protected needsPositionStickyOnElement: boolean;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTableDenseComponent<any>, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwTableDenseComponent<any>, "fw-table-dense, table[fw-table-dense]", ["fwTableDense"], {}, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { CdkTable } from '@angular/cdk/table';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Component for a data table built on CDK table with sticky column support and Vision styling
|
|
5
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-table--docs)
|
|
6
|
-
*/
|
|
7
|
-
export declare class FwTableComponent<T> extends CdkTable<T> {
|
|
8
|
-
class: string;
|
|
9
|
-
/** Overrides the sticky CSS class set by the `CdkTable`. */
|
|
10
|
-
protected stickyCssClass: string;
|
|
11
|
-
/** Overrides the need to add position: sticky on every sticky cell element in `CdkTable`. */
|
|
12
|
-
protected needsPositionStickyOnElement: boolean;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTableComponent<any>, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwTableComponent<any>, "fw-table, table[fw-table]", ["fwTable"], {}, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/cdk/table";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "./cell";
|
|
5
|
-
import * as i4 from "./table.component";
|
|
6
|
-
import * as i5 from "./table-dense.component";
|
|
7
|
-
import * as i6 from "./row";
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated import component directly, intent to remove in v20
|
|
10
|
-
*/
|
|
11
|
-
export declare class FwTableModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTableModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwTableModule, never, [typeof i1.CdkTableModule, typeof i2.CommonModule, typeof i3.FwCell, typeof i3.FwCellDef, typeof i3.FwColumnDef, typeof i3.FwFooterCell, typeof i3.FwFooterCellDef, typeof i3.FwHeaderCell, typeof i3.FwHeaderCellDef, typeof i4.FwTableComponent, typeof i5.FwTableDenseComponent, typeof i6.FwRow, typeof i6.FwRowDef, typeof i6.FwFooterRow, typeof i6.FwFooterRowDef, typeof i6.FwHeaderRow, typeof i6.FwHeaderRowDef, typeof i6.FwNoDataRow], [typeof i3.FwCell, typeof i3.FwCellDef, typeof i3.FwColumnDef, typeof i3.FwFooterCell, typeof i3.FwFooterCellDef, typeof i6.FwFooterRow, typeof i6.FwFooterRowDef, typeof i3.FwHeaderCell, typeof i3.FwHeaderCellDef, typeof i6.FwHeaderRow, typeof i6.FwHeaderRowDef, typeof i6.FwNoDataRow, typeof i6.FwRow, typeof i6.FwRowDef, typeof i4.FwTableComponent, typeof i5.FwTableDenseComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwTableModule>;
|
|
15
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { IconType } from '../../../components/icon/icon.types';
|
|
3
|
-
import { FwTabPanelComponent } from '../tab-panel/tab-panel.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Individual tab used inside a tabs component, with a title, optional icon, and active/disabled state
|
|
7
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-tabs--docs)
|
|
8
|
-
*/
|
|
9
|
-
export declare class FwTabComponent {
|
|
10
|
-
title: string;
|
|
11
|
-
panel?: FwTabPanelComponent;
|
|
12
|
-
color: 'primary' | 'secondary';
|
|
13
|
-
icon?: IconType;
|
|
14
|
-
select: EventEmitter<FwTabComponent>;
|
|
15
|
-
active: boolean;
|
|
16
|
-
disabled: boolean;
|
|
17
|
-
role: string;
|
|
18
|
-
tabindex: string;
|
|
19
|
-
get cssClass(): string;
|
|
20
|
-
onClick(): void;
|
|
21
|
-
keyEvent(event: KeyboardEvent): void;
|
|
22
|
-
handleSelect(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTabComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwTabComponent, "fw-tab", never, { "title": { "alias": "title"; "required": false; }; "panel": { "alias": "panel"; "required": false; }; "color": { "alias": "color"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, { "select": "select"; }, never, ["fw-badge"], true, never>;
|
|
25
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Sub-component for a content panel associated with a tab, shown only when its tab is active
|
|
4
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-tabs--docs)
|
|
5
|
-
*/
|
|
6
|
-
export declare class FwTabPanelComponent {
|
|
7
|
-
active: boolean;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTabPanelComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwTabPanelComponent, "fw-tab-panel", never, { "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, EventEmitter, OnDestroy, QueryList } from '@angular/core';
|
|
2
|
-
import { FwTabComponent } from './tab/tab.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Component for a tab bar that manages active tab state and emits selection events for projected tab children
|
|
6
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-tabs--docs)
|
|
7
|
-
*/
|
|
8
|
-
export declare class FwTabsComponent implements AfterContentInit, OnDestroy {
|
|
9
|
-
activeTabIndex: number;
|
|
10
|
-
activeTab?: FwTabComponent;
|
|
11
|
-
bordered?: boolean;
|
|
12
|
-
select: EventEmitter<FwTabComponent>;
|
|
13
|
-
tabs: QueryList<FwTabComponent>;
|
|
14
|
-
get cssClass(): string;
|
|
15
|
-
private subscriptions;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
ngAfterContentInit(): void;
|
|
18
|
-
handleTabChange(tab: FwTabComponent): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTabsComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwTabsComponent, "fw-tabs", never, { "activeTabIndex": { "alias": "activeTabIndex"; "required": false; }; "activeTab": { "alias": "activeTab"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; }, { "select": "select"; }, ["tabs"], ["fw-tab", "*"], true, never>;
|
|
21
|
-
}
|
|
@@ -1,14 +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 "./tab/tab.component";
|
|
5
|
-
import * as i4 from "./tab-panel/tab-panel.component";
|
|
6
|
-
import * as i5 from "./tabs.component";
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated import component directly, intent to remove in v20
|
|
9
|
-
*/
|
|
10
|
-
export declare class FwTabsModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTabsModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwTabsModule, never, [typeof i1.CommonModule, typeof i2.FwIconModule, typeof i3.FwTabComponent, typeof i4.FwTabPanelComponent, typeof i5.FwTabsComponent], [typeof i3.FwTabComponent, typeof i4.FwTabPanelComponent, typeof i5.FwTabsComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwTabsModule>;
|
|
14
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Component for a small colored label tag with an optional icon, used to categorize or annotate content
|
|
4
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-tag--docs)
|
|
5
|
-
*/
|
|
6
|
-
export declare class FwTagComponent {
|
|
7
|
-
size: import("@angular/core").InputSignal<"large" | "small">;
|
|
8
|
-
color: import("@angular/core").InputSignal<"primary" | "secondary" | "red" | "orange" | "green" | "slate">;
|
|
9
|
-
icon: import("@angular/core").InputSignal<"filter" | "server" | "search" | "link" | "3d-sphere-rotate-arrows" | "add-circle" | "add-new-create" | "add-row-above" | "add-row-below" | "add-server" | "add-server-databases-endpoint" | "add-user" | "ai" | "apple" | "apply-copy-duplicate" | "archive-documents-box-big" | "arrange-filter-sort" | "arrow" | "arrow-annotate" | "arrow-back" | "arrow-back-collapse" | "arrow-down" | "arrow-forward" | "arrow-forward-collapse" | "arrow-redo" | "arrow-rotate" | "arrow-rotate-restore" | "arrow-undo" | "arrow-up" | "arrow-up-high-priority" | "arrow-up-low-priority" | "barcode-serial" | "barcode-stack-scan" | "bell-notification" | "bezier-curve" | "blocks-code-test-checkmark" | "book-lab-flask" | "bookmark" | "bookmark-plus-add" | "brain" | "brightness-photo-edit" | "browser-internet-web-windows" | "brush-edit-create" | "bucket-paint" | "button-form-element" | "calendar-arrow-left-center" | "calendar-schedule" | "camera-photo-capture" | "cash-banknotes" | "certificate" | "chart-square" | "chart-trend-square" | "chat-messages-bubble" | "check-mark-certificate" | "checklist" | "checklist-tasks-chechmark-square" | "chevron-back" | "chevron-down" | "chevron-forward" | "chevron-input-number" | "chevron-up" | "circle" | "circle-ellipses" | "clap-applause-hands" | "clip-attachment" | "clock-history" | "clock-hour-4" | "clock-loading" | "close" | "close-circled" | "closed-freehand-vector-poly" | "cloud-network-add" | "cloud-storage-checkmark" | "cloud-upload" | "code-block-embed" | "code-text" | "color-design-profile" | "color-ven-design-profile-central" | "column-edit" | "computer-chip" | "contract-vertical" | "contrast-photo-edit" | "conversion-exchange" | "copy-item" | "creative-commons" | "crosshair" | "crown-style-circle" | "cursor-click" | "cursor-select" | "curve-object-secet-cursor" | "data-tree" | "delivery-shipment-packages" | "dna-hospital-medical" | "document-file-add-plus-bottom-left" | "document-file-blank" | "document-file-checkmark-bottom-left" | "document-file-deleted-cross-remove-center-cancel" | "document-file-download" | "document-file-list-protocol" | "document-file-tar" | "document-file-upload-bottom-center" | "document-file-zip" | "document-status-done-checkmark" | "document-visible" | "documents-file" | "documents-file-checkmark" | "documents-file-move-arrow-right" | "documents-files" | "done-check" | "done-check-tracked" | "download" | "download-status" | "drag-drop-indicator" | "draw-rectangle" | "earth-globe-fail" | "edit" | "edit-boxed" | "edit-erase" | "email" | "email-mail-checkmark-group" | "embed-circle" | "exchange" | "expand-pathfinder-dot-square-segmentation" | "eye-modern-square-read" | "facebook" | "file-blank-image-load-mask" | "file-blank-search" | "file-download" | "file-text" | "files" | "files-library" | "files-library-content" | "filter-sort-add" | "filter-sort-check-mark" | "filter-sort-delete" | "flag" | "flip-horizontal" | "flip-vertical" | "floppy-save" | "flywheel-mark-logo" | "flywheel-viewer-mark-logo" | "folder-add" | "folder-blank" | "folder-checked" | "folder-copy-expand-arrow-down" | "folder-copy-expand-arrow-up" | "folder-group" | "folder-move" | "folder-open" | "folder-share" | "form-metadata-element" | "free-rights" | "freehand-vector-poly" | "full-screen-zoom" | "git-add-branch" | "git-branch" | "git-merge" | "git-merge-draft" | "git-pull-request-2" | "github-color-login" | "gitlab" | "graduate-hat" | "grid-dot-square" | "grid-layout" | "grid-layout-9-square" | "hammer-legal-square" | "hammer-screwdriver" | "hand-money-currency" | "header-form-element" | "home-modern-door" | "home-modern-option-lines" | "human-artificial-intelligence" | "icon-placeholder" | "image-photo-copy-left-down" | "image-picture-square" | "information-circle" | "invoice" | "invoice-checkmark-paid" | "italic" | "items-group-elements" | "key" | "keyboard" | "keychain" | "label-tag" | "laptop-health-medical-cross" | "layers" | "layout" | "layout-grid" | "line" | "link-unlink" | "linkedin" | "linux" | "list-paragraph" | "list-paragraph-number" | "list-test-lab-flask" | "livewire-tool" | "loading-status-checkmark" | "lock" | "lock-unlock" | "logout" | "lungs" | "markdown" | "measure-angle" | "measure-ruler-calibration" | "media-library-imports-dowload" | "menu-burger-handle" | "menu-horizontal" | "menu-list-form-square" | "menu-vertical" | "message-chat-add-plus" | "message-chat-info" | "message-chat-question-support" | "message-checkmark-sent" | "message-question-checkmark" | "microphone-mic-rec" | "microphone-mic-rec-circle" | "microphone-mic-recording-circle" | "minus" | "modalities" | "molecule" | "money" | "money-coin" | "money-dollar" | "monitor-computer" | "moon-night-mode" | "mouse-big" | "mouse-scroll" | "move" | "music-play-resume" | "music-stop" | "mute" | "network-storage-alert" | "notebook" | "notebook-add-plus" | "notebook-open" | "notebook-pen-edit" | "notes-pen" | "object-search-zoom-plus" | "open" | "paint-roller" | "pause" | "pen-edit-circle" | "pen-edit-compose-new" | "pencil-edit-create" | "photo-edit-brightness-invert" | "pie-chart" | "pie-graph-chart-sample" | "plus-add-rectangle" | "polygon" | "private-mode-protection-circle" | "protection-target" | "protective-mask" | "question-circle" | "quote" | "radiology-scan" | "radiology-scan-circle" | "reader-studies" | "rotate" | "rotate-arrow-manual" | "rotate-item-left" | "rotate-item-right" | "rotate-refresh" | "ruler" | "ruler-bidirectional" | "scanner" | "search-loop" | "search-user-profile-person" | "search-zoom-minus" | "search-zoom-plus" | "section-form-element" | "send-message-share" | "server-checkmark" | "server-database-endpoint" | "server-databases-checkmark-user" | "server-databases-connect" | "server-databases-download" | "server-databases-key-protection" | "server-databases-minimal-download" | "server-databases-sync" | "server-databases-sync-import" | "server-upload" | "servers-database" | "setting-gear" | "settings-adjust" | "settings-gear" | "settings-gear-square" | "settings-select" | "shapes-objects" | "share" | "shield-protect" | "show-visible" | "smiley-emoji-face" | "speed-dashboard" | "square-fill" | "square-fill-outline" | "square-outline" | "star" | "star-ai-artificial-intelligence" | "stars-light-sparkle" | "stomach" | "stop-minus" | "stretch-vertical" | "substract-group" | "switch" | "target" | "target-space-object-select" | "task-list-add-checkmark" | "tasklist-to-do-checkmark" | "technology-cube-3d" | "test-lab-flask" | "text-bold" | "text-cross" | "text-h1" | "text-h2" | "text-input-form" | "text-long" | "text-short-form-element" | "text-underline" | "thumbs-down-dislike" | "thumbs-up-like" | "timer-clock-style" | "trash-bin-warning" | "trash-delete" | "twitter" | "undone-uncheck-untracked" | "unlimited-repeat-subscription-circle" | "upload" | "user" | "user-checked" | "user-delete-cross" | "user-document" | "user-group" | "user-key" | "user-lock" | "user-profile-cards-pool" | "user-profile-group-discovery" | "user-setting-gear" | "video-player-controls" | "visible-eye-hidden" | "volume-full" | "warning" | "warning-circle" | "window-finder-resize-arrow-down" | "window-finder-resize-arrow-up" | "window-resize-left" | "window-resize-right" | "window-zoom-plus-loupe" | "windows" | "workspace-mode" | "youtube" | "zendesk-logo">;
|
|
10
|
-
title: import("@angular/core").InputSignal<string>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTagComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwTagComponent, "fw-tag", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,12 +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 "./tag.component";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated import component directly, intent to remove in v20
|
|
7
|
-
*/
|
|
8
|
-
export declare class FwTagModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTagModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwTagModule, never, [typeof i1.CommonModule, typeof i2.FwIconModule, typeof i3.FwTagComponent], [typeof i3.FwTagComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwTagModule>;
|
|
12
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Component for rendering text with Vision typography variants, alignment, color, and display options
|
|
4
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-text--docs)
|
|
5
|
-
*/
|
|
6
|
-
export declare class FwTextComponent {
|
|
7
|
-
variant: import("@angular/core").InputSignal<"body" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p1" | "p2" | "p3" | "p4" | "p5">;
|
|
8
|
-
align?: import("@angular/core").InputSignal<"left" | "right" | "center" | "justify" | "inherit">;
|
|
9
|
-
display?: import("@angular/core").InputSignal<"initial" | "block" | "inline" | "flex" | "grow">;
|
|
10
|
-
color?: import("@angular/core").InputSignal<"muted" | "light" | "contrast" | "base" | "inherit" | "disabled">;
|
|
11
|
-
margin?: import("@angular/core").InputSignal<boolean>;
|
|
12
|
-
overflow?: import("@angular/core").InputSignal<boolean>;
|
|
13
|
-
get classes(): string;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTextComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwTextComponent, "fw-text", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "display": { "alias": "display"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "margin": { "alias": "margin"; "required": false; "isSignal": true; }; "overflow": { "alias": "overflow"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
16
|
-
}
|
|
@@ -1,56 +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 a single-line text input with optional left/right icons, prefix, and Angular forms integration
|
|
7
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-text-input--docs)
|
|
8
|
-
*/
|
|
9
|
-
export declare class FwTextInputComponent implements ControlValueAccessor {
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
useActionableIcons?: boolean;
|
|
12
|
-
leftIcon?: IconType;
|
|
13
|
-
rightIcon?: string;
|
|
14
|
-
prefix?: string;
|
|
15
|
-
context?: string;
|
|
16
|
-
/**
|
|
17
|
-
* @deprecated please use fw-wrapped-input instead
|
|
18
|
-
*/
|
|
19
|
-
helperText?: string;
|
|
20
|
-
/**
|
|
21
|
-
* @deprecated please use fw-wrapped-input instead
|
|
22
|
-
*/
|
|
23
|
-
errorText?: string;
|
|
24
|
-
errorInIconTooltip?: boolean;
|
|
25
|
-
placeholder?: string;
|
|
26
|
-
readOnly?: boolean;
|
|
27
|
-
size?: 'small' | 'medium' | 'large';
|
|
28
|
-
type?: string;
|
|
29
|
-
maxLength?: number;
|
|
30
|
-
autofocus?: boolean;
|
|
31
|
-
autocomplete?: string;
|
|
32
|
-
private _value;
|
|
33
|
-
get value(): string;
|
|
34
|
-
set value(v: string);
|
|
35
|
-
set inputRef(el: ElementRef<HTMLInputElement>);
|
|
36
|
-
private _inputRef?;
|
|
37
|
-
error?: boolean;
|
|
38
|
-
leftIconAction: EventEmitter<void>;
|
|
39
|
-
rightIconAction: EventEmitter<void>;
|
|
40
|
-
textInput: any;
|
|
41
|
-
width: string;
|
|
42
|
-
externalControl: FormControl;
|
|
43
|
-
onTouch: () => void;
|
|
44
|
-
onChange: (value: string) => void;
|
|
45
|
-
writeValue(obj: string): void;
|
|
46
|
-
registerOnChange(fn: any): void;
|
|
47
|
-
registerOnTouched(fn: any): void;
|
|
48
|
-
setDisabledState(isDisabled: boolean): void;
|
|
49
|
-
changeHandler(event: Event): void;
|
|
50
|
-
blurHandler(): void;
|
|
51
|
-
onLeftIconClick(): void;
|
|
52
|
-
onRightIconClick(): void;
|
|
53
|
-
focus(): void;
|
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTextInputComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwTextInputComponent, "fw-text-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; }; "helperText": { "alias": "helperText"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorInIconTooltip": { "alias": "errorInIconTooltip"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "value": { "alias": "value"; "required": false; }; "error": { "alias": "error"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "leftIconAction": "leftIconAction"; "rightIconAction": "rightIconAction"; }, ["textInput"], ["input", "*"], true, never>;
|
|
56
|
-
}
|
|
@@ -1,14 +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 "../tooltip/tooltip.directive";
|
|
5
|
-
import * as i4 from "@angular/forms";
|
|
6
|
-
import * as i5 from "./text-input.component";
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated import component directly, intent to remove in v20
|
|
9
|
-
*/
|
|
10
|
-
export declare class FwTextInputModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTextInputModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwTextInputModule, never, [typeof i1.CommonModule, typeof i2.FwIconModule, typeof i3.FwTooltipDirective, typeof i4.ReactiveFormsModule, typeof i5.FwTextInputComponent], [typeof i5.FwTextInputComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwTextInputModule>;
|
|
14
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { CdkTextareaAutosize } from '@angular/cdk/text-field';
|
|
2
|
-
import { ElementRef } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
4
|
-
import { min } from 'rxjs';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Form control component for a multi-line auto-resizing textarea with configurable row limits and Angular forms integration
|
|
8
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-textarea-input--docs)
|
|
9
|
-
*/
|
|
10
|
-
export declare class FwTextAreaInputComponent implements ControlValueAccessor {
|
|
11
|
-
minRows: number;
|
|
12
|
-
maxRows: number;
|
|
13
|
-
disabled?: boolean;
|
|
14
|
-
/**
|
|
15
|
-
* @deprecated please use fw-wrapped-input instead
|
|
16
|
-
*/
|
|
17
|
-
helperText?: string;
|
|
18
|
-
/**
|
|
19
|
-
* @deprecated please use fw-wrapped-input instead
|
|
20
|
-
*/
|
|
21
|
-
errorText?: string;
|
|
22
|
-
placeholder?: string;
|
|
23
|
-
readOnly?: boolean;
|
|
24
|
-
autofocus?: string;
|
|
25
|
-
width?: string;
|
|
26
|
-
error?: boolean;
|
|
27
|
-
autosize: CdkTextareaAutosize;
|
|
28
|
-
private _value;
|
|
29
|
-
get value(): string;
|
|
30
|
-
set value(v: string);
|
|
31
|
-
set textareaRef(el: ElementRef<HTMLTextAreaElement>);
|
|
32
|
-
private _textareaRef?;
|
|
33
|
-
externalControl: FormControl;
|
|
34
|
-
onTouch: () => void;
|
|
35
|
-
onChange: (value: string) => void;
|
|
36
|
-
writeValue(obj: string): void;
|
|
37
|
-
registerOnChange(fn: any): void;
|
|
38
|
-
registerOnTouched(fn: any): void;
|
|
39
|
-
setDisabledState(isDisabled: boolean): void;
|
|
40
|
-
changeHandler(event: Event): void;
|
|
41
|
-
blurHandler(): void;
|
|
42
|
-
protected readonly min: typeof min;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTextAreaInputComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwTextAreaInputComponent, "fw-textarea-input", never, { "minRows": { "alias": "minRows"; "required": false; }; "maxRows": { "alias": "maxRows"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "width": { "alias": "width"; "required": false; }; "error": { "alias": "error"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
|
|
45
|
-
}
|
|
@@ -1,14 +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 "@angular/cdk/text-field";
|
|
5
|
-
import * as i4 from "../icon/icon.module";
|
|
6
|
-
import * as i5 from "./textarea-input.component";
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated import component directly, intent to remove in v20
|
|
9
|
-
*/
|
|
10
|
-
export declare class FwTextAreaInputModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTextAreaInputModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwTextAreaInputModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.TextFieldModule, typeof i4.FwIconModule, typeof i5.FwTextAreaInputComponent], [typeof i5.FwTextAreaInputComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwTextAreaInputModule>;
|
|
14
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { FormControl, NgControl } from '@angular/forms';
|
|
3
|
-
import { FwMenuItemComponent, MenuFilterFn } from '../../public-api';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../../directives/NoopValueAccessor.directive";
|
|
6
|
-
interface TimeZoneOption {
|
|
7
|
-
name: string;
|
|
8
|
-
fullTZ: string;
|
|
9
|
-
description: string;
|
|
10
|
-
}
|
|
11
|
-
interface TimeZoneOptionsByRegion {
|
|
12
|
-
[region: string]: TimeZoneOption[];
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Form control for selecting a time zone, based on fw-select
|
|
16
|
-
* @see [Vision Docs](https://cdn.flywheel.io/docs/vision/latest/?path=/docs/form-controls-timezone-select--docs)
|
|
17
|
-
*/
|
|
18
|
-
export declare class FwTimeZoneSelectComponent implements OnInit {
|
|
19
|
-
protected ngControl: NgControl;
|
|
20
|
-
protected internalControl: FormControl<string>;
|
|
21
|
-
/**
|
|
22
|
-
* whether the control pre-populates the user's timezone on init
|
|
23
|
-
*/
|
|
24
|
-
prefillTimeZone: import("@angular/core").InputSignal<boolean>;
|
|
25
|
-
protected timezonesByRegion: import("@angular/core").WritableSignal<TimeZoneOptionsByRegion>;
|
|
26
|
-
protected regions: import("@angular/core").WritableSignal<string[]>;
|
|
27
|
-
protected usersTimezone: import("@angular/core").WritableSignal<string>;
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
protected readonly filterFn: MenuFilterFn;
|
|
30
|
-
protected readonly displayFn: (menuItem: FwMenuItemComponent) => string;
|
|
31
|
-
private buildTimezoneList;
|
|
32
|
-
private parseTimeZoneName;
|
|
33
|
-
private getTimeZoneOffset;
|
|
34
|
-
private getTimeZoneAcronym;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTimeZoneSelectComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwTimeZoneSelectComponent, "fw-time-zone-select", never, { "prefillTimeZone": { "alias": "prefillTimeZone"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NoopValueAccessorDirective; inputs: {}; outputs: {}; }]>;
|
|
37
|
-
}
|
|
38
|
-
export {};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { CdkOverlayOrigin, ConnectedPosition } from '@angular/cdk/overlay';
|
|
2
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export type DelayLength = 'none' | 'short' | 'long';
|
|
5
|
-
export type SimplePosition = 'above' | 'below' | 'left' | 'right';
|
|
6
|
-
/**
|
|
7
|
-
* Internal floating panel that renders tooltip content with position, color, and fade animation, used by the tooltip directive
|
|
8
|
-
*/
|
|
9
|
-
export declare class FwTooltipPanelComponent {
|
|
10
|
-
animation: any;
|
|
11
|
-
trigger: import("@angular/core").InputSignalWithTransform<CdkOverlayOrigin, ElementRef<HTMLElement> | CdkOverlayOrigin>;
|
|
12
|
-
title: import("@angular/core").InputSignal<string>;
|
|
13
|
-
isOpen: import("@angular/core").InputSignal<boolean>;
|
|
14
|
-
position: import("@angular/core").InputSignal<SimplePosition>;
|
|
15
|
-
connectedPosition: import("@angular/core").Signal<ConnectedPosition[]>;
|
|
16
|
-
positionClass: import("@angular/core").Signal<string>;
|
|
17
|
-
color: import("@angular/core").InputSignal<"dark" | "light">;
|
|
18
|
-
maxWidth: import("@angular/core").InputSignal<number>;
|
|
19
|
-
displayCaret: import("@angular/core").InputSignal<boolean>;
|
|
20
|
-
delay: import("@angular/core").InputSignal<DelayLength>;
|
|
21
|
-
delayMs: import("@angular/core").Signal<number>;
|
|
22
|
-
contentClass: import("@angular/core").InputSignal<string>;
|
|
23
|
-
mouseLeave: EventEmitter<MouseEvent>;
|
|
24
|
-
hidePopover(e: MouseEvent): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTooltipPanelComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwTooltipPanelComponent, "fw-tooltip-panel", never, { "trigger": { "alias": "trigger"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; "displayCaret": { "alias": "displayCaret"; "required": false; "isSignal": true; }; "delay": { "alias": "delay"; "required": false; "isSignal": true; }; "contentClass": { "alias": "contentClass"; "required": false; "isSignal": true; }; }, { "mouseLeave": "mouseLeave"; }, never, ["*"], true, never>;
|
|
27
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { CdkOverlayOrigin, FlexibleConnectedPositionStrategyOrigin } from '@angular/cdk/overlay';
|
|
2
|
-
import { SimplePosition } from './tooltip-panel/tooltip-panel.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
type DelayLength = 'none' | 'short' | 'long';
|
|
5
|
-
/**
|
|
6
|
-
* component for giving extra context when a user hovers something
|
|
7
|
-
* @deprecated use the [tooltip directive](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-tooltip--docs) instead, intend to remove in v3
|
|
8
|
-
* @see [Vision Docs](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-wrapped-tooltip--docs)
|
|
9
|
-
*/
|
|
10
|
-
export declare class FwTooltipComponent {
|
|
11
|
-
title: string;
|
|
12
|
-
color: 'light' | 'dark';
|
|
13
|
-
position: SimplePosition;
|
|
14
|
-
maxWidth?: number;
|
|
15
|
-
fullWidth?: boolean;
|
|
16
|
-
isOpen: boolean;
|
|
17
|
-
trigger: CdkOverlayOrigin | FlexibleConnectedPositionStrategyOrigin;
|
|
18
|
-
delay: import("@angular/core").InputSignal<DelayLength>;
|
|
19
|
-
get classes(): string;
|
|
20
|
-
/**
|
|
21
|
-
* stops the browser built-in tooltip from showing up
|
|
22
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/title
|
|
23
|
-
*/
|
|
24
|
-
get attrTitle(): string;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTooltipComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwTooltipComponent, "fw-tooltip", never, { "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; "position": { "alias": "position"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "delay": { "alias": "delay"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
27
|
-
}
|
|
28
|
-
export {};
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { ConnectedPosition, OverlayConfig } from '@angular/cdk/overlay';
|
|
2
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { Subscription } from 'rxjs';
|
|
4
|
-
import { SimplePosition } from './tooltip-panel/tooltip-panel.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
type DelayLength = 'none' | 'short' | 'long';
|
|
7
|
-
/**
|
|
8
|
-
* Directive for displaying extra context on hover
|
|
9
|
-
* @see [Vision Storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-tooltip--docs)
|
|
10
|
-
*/
|
|
11
|
-
export declare class FwTooltipDirective implements OnInit, OnDestroy {
|
|
12
|
-
/***** External Context *****/
|
|
13
|
-
private elementRef;
|
|
14
|
-
private viewContainerRef;
|
|
15
|
-
private overlayService;
|
|
16
|
-
/***** Internal Refs *****/
|
|
17
|
-
private overlayRef;
|
|
18
|
-
private tooltipRef;
|
|
19
|
-
private tooltipPortal;
|
|
20
|
-
/***** Inputs *****/
|
|
21
|
-
/**
|
|
22
|
-
* Directive for displaying extra context on hover
|
|
23
|
-
* @see [Vision Docs](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-tooltip--docs)
|
|
24
|
-
*/
|
|
25
|
-
title: import("@angular/core").ModelSignal<string>;
|
|
26
|
-
/**
|
|
27
|
-
* direction relative to the parent component that the tooltip will attempt to position itself to
|
|
28
|
-
*/
|
|
29
|
-
position: import("@angular/core").ModelSignal<SimplePosition>;
|
|
30
|
-
/**
|
|
31
|
-
* maximum width of the tooltip in pixels
|
|
32
|
-
*/
|
|
33
|
-
maxWidth: import("@angular/core").ModelSignal<number>;
|
|
34
|
-
/**
|
|
35
|
-
* Custom class to apply to the content of the tooltip
|
|
36
|
-
*/
|
|
37
|
-
contentClass: import("@angular/core").ModelSignal<string>;
|
|
38
|
-
/**
|
|
39
|
-
* amount of delay before the tooltip displays
|
|
40
|
-
*
|
|
41
|
-
* none (0ms),
|
|
42
|
-
* short (400ms),
|
|
43
|
-
* long (700ms)
|
|
44
|
-
*/
|
|
45
|
-
delayMs: import("@angular/core").InputSignalWithTransform<number, DelayLength>;
|
|
46
|
-
/**
|
|
47
|
-
* whether or not the tooltip should have a caret
|
|
48
|
-
*/
|
|
49
|
-
displayCaret: import("@angular/core").InputSignal<boolean>;
|
|
50
|
-
enabled: import("@angular/core").ModelSignal<boolean>;
|
|
51
|
-
/***** Derived State *****/
|
|
52
|
-
connectedPositions: import("@angular/core").Signal<ConnectedPosition[]>;
|
|
53
|
-
positionStrategy: import("@angular/core").Signal<import("@angular/cdk/overlay").FlexibleConnectedPositionStrategy>;
|
|
54
|
-
overlayConfig: import("@angular/core").Signal<OverlayConfig>;
|
|
55
|
-
/***** Effects and Methods *****/
|
|
56
|
-
addMouseEventListeners: import("@angular/core").EffectRef;
|
|
57
|
-
ngOnInit(): void;
|
|
58
|
-
private openDelayTimer;
|
|
59
|
-
showTooltip(): void;
|
|
60
|
-
positionChangeSub: Subscription | undefined;
|
|
61
|
-
handlePositionChange: import("@angular/core").EffectRef;
|
|
62
|
-
hideTooltip(): void;
|
|
63
|
-
ngOnDestroy(): void;
|
|
64
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTooltipDirective, never>;
|
|
65
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwTooltipDirective, "[fwTooltip]", never, { "title": { "alias": "fwTooltip"; "required": false; "isSignal": true; }; "position": { "alias": "fwTooltipPosition"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "fwTooltipMaxWidthPx"; "required": false; "isSignal": true; }; "contentClass": { "alias": "fwTooltipClass"; "required": false; "isSignal": true; }; "delayMs": { "alias": "fwTooltipDelay"; "required": false; "isSignal": true; }; "displayCaret": { "alias": "fwTooltipCaret"; "required": false; "isSignal": true; }; "enabled": { "alias": "fwTooltipEnabled"; "required": false; "isSignal": true; }; }, { "title": "fwTooltipChange"; "position": "fwTooltipPositionChange"; "maxWidth": "fwTooltipMaxWidthPxChange"; "contentClass": "fwTooltipClassChange"; "enabled": "fwTooltipEnabledChange"; }, never, never, true, never>;
|
|
66
|
-
}
|
|
67
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "../popover/popover.module";
|
|
4
|
-
import * as i3 from "@angular/cdk/overlay";
|
|
5
|
-
import * as i4 from "@angular/cdk/table";
|
|
6
|
-
import * as i5 from "./tooltip.directive";
|
|
7
|
-
import * as i6 from "./tooltip.component";
|
|
8
|
-
import * as i7 from "./tooltip-panel/tooltip-panel.component";
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated import component directly, intent to remove in v20
|
|
11
|
-
*/
|
|
12
|
-
export declare class FwTooltipModule {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwTooltipModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwTooltipModule, never, [typeof i1.CommonModule, typeof i2.FwPopoverModule, typeof i3.OverlayModule, typeof i4.CdkNoDataRow, typeof i5.FwTooltipDirective, typeof i6.FwTooltipComponent, typeof i7.FwTooltipPanelComponent], [typeof i6.FwTooltipComponent, typeof i7.FwTooltipPanelComponent, typeof i5.FwTooltipDirective]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwTooltipModule>;
|
|
16
|
-
}
|