@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,81 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { CdkMenuTrigger } from '@angular/cdk/menu';
|
|
3
|
-
import { AfterContentInit, ElementRef, EventEmitter, OnDestroy, QueryList, WritableSignal } from '@angular/core';
|
|
4
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
5
|
-
import { FwMenuComponent } from '../../menu/menu.component';
|
|
6
|
-
import { FwMenuContainerComponent } from '../../menu/menu-container/menu-container.component';
|
|
7
|
-
import { FwMenuItemComponent } from '../../menu/menu-item/menu-item.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* Form control component for selecting multiple options from a dropdown, displaying selected values as chips
|
|
11
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-multi-select--docs)
|
|
12
|
-
*/
|
|
13
|
-
export declare class FwMultiSelectMenuComponent implements ControlValueAccessor, AfterContentInit, OnDestroy {
|
|
14
|
-
private elementRef;
|
|
15
|
-
outsideClick(event: MouseEvent): void;
|
|
16
|
-
options: object[];
|
|
17
|
-
valueProperty?: string;
|
|
18
|
-
titleProperty?: string;
|
|
19
|
-
iconProperty?: string;
|
|
20
|
-
emptyText: string;
|
|
21
|
-
placeholder: string;
|
|
22
|
-
disabled?: boolean;
|
|
23
|
-
useCheckbox?: boolean;
|
|
24
|
-
closeOnSelect?: boolean;
|
|
25
|
-
maxSelectedShown: number;
|
|
26
|
-
showClear: import("@angular/core").InputSignal<boolean>;
|
|
27
|
-
showFilter: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
28
|
-
showSelectionInfo: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
29
|
-
filterItemsOnSelect: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
30
|
-
width: string;
|
|
31
|
-
minHeight: string;
|
|
32
|
-
maxHeight: string;
|
|
33
|
-
optionsWidth?: string;
|
|
34
|
-
minOptionsHeight?: string;
|
|
35
|
-
maxOptionsHeight: string;
|
|
36
|
-
size?: 'small' | 'medium' | 'large';
|
|
37
|
-
trigger: CdkMenuTrigger;
|
|
38
|
-
menu: FwMenuComponent;
|
|
39
|
-
menuFilter: import("@angular/core").Signal<FwMenuContainerComponent>;
|
|
40
|
-
renderedMenuItems: QueryList<FwMenuItemComponent>;
|
|
41
|
-
customMenuItems: QueryList<FwMenuItemComponent>;
|
|
42
|
-
createArray: (d: Iterable<string>) => string[];
|
|
43
|
-
selectedValues: Set<string>;
|
|
44
|
-
selectedOptions: object[];
|
|
45
|
-
displayedOptions: WritableSignal<FwMenuItemComponent[]>;
|
|
46
|
-
focusedIndex: WritableSignal<number>;
|
|
47
|
-
touched: boolean;
|
|
48
|
-
private subscriptions;
|
|
49
|
-
private _isOpen;
|
|
50
|
-
change: EventEmitter<any>;
|
|
51
|
-
get value(): any[];
|
|
52
|
-
set value(newValue: any[]);
|
|
53
|
-
private _value;
|
|
54
|
-
constructor(elementRef: ElementRef);
|
|
55
|
-
tabIndex: number;
|
|
56
|
-
get disabledClass(): boolean;
|
|
57
|
-
onChange: (value: any[]) => void;
|
|
58
|
-
onTouched: () => void;
|
|
59
|
-
registerOnChange(fn: (value: any[]) => void): void;
|
|
60
|
-
registerOnTouched(fn: () => void): void;
|
|
61
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
62
|
-
writeValue(value: any[]): void;
|
|
63
|
-
ngOnDestroy(): void;
|
|
64
|
-
ngAfterContentInit(): void;
|
|
65
|
-
private registerCustomMenuItems;
|
|
66
|
-
handleTouched(): void;
|
|
67
|
-
handleChipClose(chip: object): void;
|
|
68
|
-
handleMenuChange(e: string | string[]): void;
|
|
69
|
-
addValue(incoming: string): void;
|
|
70
|
-
updateValue(incomingValues: any[]): void;
|
|
71
|
-
customFilter: (filter: string, menuItems: FwMenuItemComponent[]) => FwMenuItemComponent[];
|
|
72
|
-
private moveFocused;
|
|
73
|
-
setFocusedIndex(item: unknown): void;
|
|
74
|
-
displayFocusIndicator: import("@angular/core").EffectRef;
|
|
75
|
-
private keyboardActionMap;
|
|
76
|
-
private closedTriggerKeyboardActionsMap;
|
|
77
|
-
handleKeyDown: (event: KeyboardEvent) => void;
|
|
78
|
-
private postSelectSideEffects;
|
|
79
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwMultiSelectMenuComponent, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwMultiSelectMenuComponent, "fw-multi-select", never, { "options": { "alias": "options"; "required": false; }; "valueProperty": { "alias": "valueProperty"; "required": false; }; "titleProperty": { "alias": "titleProperty"; "required": false; }; "iconProperty": { "alias": "iconProperty"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "useCheckbox": { "alias": "useCheckbox"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "maxSelectedShown": { "alias": "maxSelectedShown"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; "isSignal": true; }; "showFilter": { "alias": "showFilter"; "required": false; "isSignal": true; }; "showSelectionInfo": { "alias": "showSelectionInfo"; "required": false; "isSignal": true; }; "filterItemsOnSelect": { "alias": "filterItemsOnSelect"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "optionsWidth": { "alias": "optionsWidth"; "required": false; }; "minOptionsHeight": { "alias": "minOptionsHeight"; "required": false; }; "maxOptionsHeight": { "alias": "maxOptionsHeight"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "change": "change"; }, ["customMenuItems"], ["[fw-menu-item, fw-menu-separator, fw-menu-item-group, fw-menu-header]"], true, never>;
|
|
81
|
-
}
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
import { CdkMenuTrigger } from '@angular/cdk/menu';
|
|
2
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
4
|
-
import { IconType } from '../icon/icon.types';
|
|
5
|
-
import { FwMenuComponent } from '../menu/menu.component';
|
|
6
|
-
import { MenuFilterFn } from '../menu/menu-container/menu-container.component';
|
|
7
|
-
import { FwMenuItemComponent } from '../menu/menu-item/menu-item.component';
|
|
8
|
-
import { FwMenuItemGroupComponent } from '../menu/menu-item-group/menu-item-group.component';
|
|
9
|
-
import { FwMenuSeparatorComponent } from '../menu/menu-separator/menu-separator.component';
|
|
10
|
-
import { FwTextInputComponent } from '../text-input/text-input.component';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
type DisplayFn = (menuItem: FwMenuItemComponent) => string;
|
|
13
|
-
/**
|
|
14
|
-
* Form control component for a searchable single-select dropdown menu with keyboard navigation and Angular forms integration
|
|
15
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-select--docs)
|
|
16
|
-
*/
|
|
17
|
-
export declare class FwSelectMenuComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
|
18
|
-
private ngControl;
|
|
19
|
-
outsideClick(evt: any): void;
|
|
20
|
-
get disabledClass(): boolean;
|
|
21
|
-
options: import("@angular/core").InputSignal<Object[]>;
|
|
22
|
-
valueProperty: import("@angular/core").InputSignal<string>;
|
|
23
|
-
useFullOptionAsValue: import("@angular/core").InputSignal<boolean>;
|
|
24
|
-
titleProperty: import("@angular/core").InputSignal<string>;
|
|
25
|
-
iconProperty: import("@angular/core").InputSignal<string>;
|
|
26
|
-
staticIcon: 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">;
|
|
27
|
-
descriptionProperty: import("@angular/core").InputSignal<string>;
|
|
28
|
-
showFilter: import("@angular/core").InputSignal<boolean>;
|
|
29
|
-
showReset: import("@angular/core").InputSignal<boolean>;
|
|
30
|
-
disabled: import("@angular/core").ModelSignal<boolean>;
|
|
31
|
-
errored: import("@angular/core").InputSignal<boolean>;
|
|
32
|
-
width: import("@angular/core").InputSignal<string>;
|
|
33
|
-
optionsWidth: import("@angular/core").InputSignal<string>;
|
|
34
|
-
minOptionsHeight: import("@angular/core").InputSignal<string>;
|
|
35
|
-
maxOptionsHeight: import("@angular/core").InputSignal<string>;
|
|
36
|
-
size: import("@angular/core").InputSignal<"large" | "medium" | "small">;
|
|
37
|
-
placeholder: import("@angular/core").InputSignal<string>;
|
|
38
|
-
trigger: CdkMenuTrigger;
|
|
39
|
-
textInput: FwTextInputComponent;
|
|
40
|
-
menu: import("@angular/core").Signal<FwMenuComponent>;
|
|
41
|
-
menuItems: import("@angular/core").Signal<readonly FwMenuItemComponent[]>;
|
|
42
|
-
viewMenuItems: import("@angular/core").Signal<readonly FwMenuItemComponent[]>;
|
|
43
|
-
menuItemGroups: import("@angular/core").Signal<readonly FwMenuItemGroupComponent[]>;
|
|
44
|
-
menuSeparators: import("@angular/core").Signal<readonly FwMenuSeparatorComponent[]>;
|
|
45
|
-
change: EventEmitter<any>;
|
|
46
|
-
readonly filterChanged: EventEmitter<string>;
|
|
47
|
-
selectValue: import("@angular/core").WritableSignal<string>;
|
|
48
|
-
selectIcon: IconType | undefined;
|
|
49
|
-
filterValue: import("@angular/core").WritableSignal<string>;
|
|
50
|
-
private menuItemClickSubscriptions;
|
|
51
|
-
private subscriptions;
|
|
52
|
-
private _isOpen;
|
|
53
|
-
focused: number;
|
|
54
|
-
inFocusOpen: boolean;
|
|
55
|
-
preFocusValue: any;
|
|
56
|
-
isTyping: import("@angular/core").WritableSignal<boolean>;
|
|
57
|
-
valueDisplayFn: import("@angular/core").InputSignal<DisplayFn>;
|
|
58
|
-
custom(menuItem: FwMenuItemComponent): string;
|
|
59
|
-
private defaultFilterFn;
|
|
60
|
-
/**
|
|
61
|
-
* function for customizing the filter behavior of the select
|
|
62
|
-
* ! WARNING ! only works with content-projected menu items, does not work with the `options` input
|
|
63
|
-
*/
|
|
64
|
-
filterFn: import("@angular/core").InputSignal<MenuFilterFn>;
|
|
65
|
-
inputDisplayValue: import("@angular/core").Signal<string>;
|
|
66
|
-
get value(): any;
|
|
67
|
-
set value(newValue: any);
|
|
68
|
-
private _value;
|
|
69
|
-
constructor(ngControl: NgControl);
|
|
70
|
-
ngOnInit(): void;
|
|
71
|
-
private findRenderedMenuItem;
|
|
72
|
-
selectTitle: import("@angular/core").WritableSignal<string>;
|
|
73
|
-
private subscribeToMenuItems;
|
|
74
|
-
private menuItemsWatcher;
|
|
75
|
-
ngOnDestroy(): void;
|
|
76
|
-
get invalid(): boolean;
|
|
77
|
-
get touched(): boolean;
|
|
78
|
-
filteredOptions: import("@angular/core").Signal<Object[]>;
|
|
79
|
-
optionsWithValues: import("@angular/core").Signal<{
|
|
80
|
-
raw: Object;
|
|
81
|
-
trackingId: any;
|
|
82
|
-
value: any;
|
|
83
|
-
}[]>;
|
|
84
|
-
onChange(newValue: any): void;
|
|
85
|
-
onTouched: () => void;
|
|
86
|
-
externalOnChange: (_val: unknown) => void;
|
|
87
|
-
registerOnChange(fn: (value: any) => void): void;
|
|
88
|
-
registerOnTouched(fn: () => {}): void;
|
|
89
|
-
setDisabledState(isDisabled: boolean): void;
|
|
90
|
-
writeValue(value: any): void;
|
|
91
|
-
handleClick(e: string): void;
|
|
92
|
-
/**
|
|
93
|
-
* Get all available items for navigation, either from options or menuItems
|
|
94
|
-
*/
|
|
95
|
-
getAvailableItems(): any[];
|
|
96
|
-
/**
|
|
97
|
-
* Update highlighting for the currently selected item
|
|
98
|
-
*/
|
|
99
|
-
updateHighlighting(): void;
|
|
100
|
-
/**
|
|
101
|
-
* Initialize focused index to the currently selected item
|
|
102
|
-
*/
|
|
103
|
-
initializeFocusedIndex(): void;
|
|
104
|
-
moveFocused(direction: string): void;
|
|
105
|
-
handleFocus(): void;
|
|
106
|
-
handleInputClick(): void;
|
|
107
|
-
handleKeyDown(event: KeyboardEvent): void;
|
|
108
|
-
handleKeyUp(event: KeyboardEvent): void;
|
|
109
|
-
updateValue(newValue: unknown): void;
|
|
110
|
-
handleReset(): void;
|
|
111
|
-
close(): void;
|
|
112
|
-
onFilterChanged(value: string): void;
|
|
113
|
-
onInputChange(event: Event): void;
|
|
114
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwSelectMenuComponent, [{ optional: true; self: true; }]>;
|
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwSelectMenuComponent, "fw-select", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "valueProperty": { "alias": "valueProperty"; "required": false; "isSignal": true; }; "useFullOptionAsValue": { "alias": "useFullOptionAsValue"; "required": false; "isSignal": true; }; "titleProperty": { "alias": "titleProperty"; "required": false; "isSignal": true; }; "iconProperty": { "alias": "iconProperty"; "required": false; "isSignal": true; }; "staticIcon": { "alias": "staticIcon"; "required": false; "isSignal": true; }; "descriptionProperty": { "alias": "descriptionProperty"; "required": false; "isSignal": true; }; "showFilter": { "alias": "showFilter"; "required": false; "isSignal": true; }; "showReset": { "alias": "showReset"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "errored": { "alias": "errored"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "optionsWidth": { "alias": "optionsWidth"; "required": false; "isSignal": true; }; "minOptionsHeight": { "alias": "minOptionsHeight"; "required": false; "isSignal": true; }; "maxOptionsHeight": { "alias": "maxOptionsHeight"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "valueDisplayFn": { "alias": "valueDisplayFn"; "required": false; "isSignal": true; }; "filterFn": { "alias": "filterFn"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; }; }, { "disabled": "disabledChange"; "change": "change"; "filterChanged": "filterChanged"; }, ["menuItems", "menuItemGroups", "menuSeparators"], ["[fw-menu-item, fw-menu-separator, fw-menu-item-group]"], true, never>;
|
|
116
|
-
}
|
|
117
|
-
export {};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "@angular/cdk/menu";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "../button/button.module";
|
|
6
|
-
import * as i5 from "../chip/chip.module";
|
|
7
|
-
import * as i6 from "../icon/icon.module";
|
|
8
|
-
import * as i7 from "../menu/menu.module";
|
|
9
|
-
import * as i8 from "../text-input/text-input.module";
|
|
10
|
-
import * as i9 from "../../directives/menu-register.directive";
|
|
11
|
-
import * as i10 from "./multi-select-menu/multi-select-menu.component";
|
|
12
|
-
import * as i11 from "./select-menu.component";
|
|
13
|
-
/**
|
|
14
|
-
* @deprecated import component directly, intent to remove in v20
|
|
15
|
-
*/
|
|
16
|
-
export declare class FwSelectMenuModule {
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwSelectMenuModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwSelectMenuModule, never, [typeof i1.CommonModule, typeof i2.CdkMenuModule, typeof i3.FormsModule, typeof i4.FwButtonModule, typeof i5.FwChipModule, typeof i6.FwIconModule, typeof i7.FwMenuModule, typeof i8.FwTextInputModule, typeof i9.MenuRegisterDirective, typeof i10.FwMultiSelectMenuComponent, typeof i11.FwSelectMenuComponent], [typeof i10.FwMultiSelectMenuComponent, typeof i11.FwSelectMenuComponent]>;
|
|
19
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwSelectMenuModule>;
|
|
20
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CdkMenuTrigger } from '@angular/cdk/menu';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MenuManagerService {
|
|
4
|
-
private triggers;
|
|
5
|
-
register(trigger: CdkMenuTrigger): void;
|
|
6
|
-
unregister(trigger: CdkMenuTrigger): void;
|
|
7
|
-
closeAllExcept(current: CdkMenuTrigger): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuManagerService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MenuManagerService>;
|
|
10
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare abstract class TranslationService {
|
|
4
|
-
abstract getMessage(key: string, silent?: boolean): Observable<string>;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Very basic i18n implementation. Consumer apps can provide their own implementation of TranslationService to override.
|
|
8
|
-
*/
|
|
9
|
-
export declare class MinimalTranslationService implements TranslationService {
|
|
10
|
-
private static messages;
|
|
11
|
-
getMessage(key: string, silent?: boolean): Observable<string>;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MinimalTranslationService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MinimalTranslationService>;
|
|
14
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { FwSnackbarMessage } from '../snackbar-message.model';
|
|
3
|
-
import { FwSnackbarTimerService } from '../snackbar-timer.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Component for displaying a timed notification message with severity styling, optional action, and dismiss support
|
|
7
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-snackbar--docs)
|
|
8
|
-
*/
|
|
9
|
-
export declare class FwSnackbarComponent implements AfterViewInit {
|
|
10
|
-
private cdr;
|
|
11
|
-
private timerService;
|
|
12
|
-
message: import("@angular/core").InputSignal<FwSnackbarMessage>;
|
|
13
|
-
messageDuration: import("@angular/core").InputSignal<number>;
|
|
14
|
-
ready: import("@angular/core").OutputEmitterRef<FwSnackbarComponent>;
|
|
15
|
-
dismiss: import("@angular/core").OutputEmitterRef<string>;
|
|
16
|
-
action: import("@angular/core").OutputEmitterRef<string>;
|
|
17
|
-
private defaultIcons;
|
|
18
|
-
icon: import("@angular/core").Signal<string>;
|
|
19
|
-
showClose: import("@angular/core").Signal<boolean>;
|
|
20
|
-
duration: import("@angular/core").Signal<number>;
|
|
21
|
-
color: import("@angular/core").Signal<"primary" | "secondary" | "slate" | "warning" | "success" | "danger" | "skeleton">;
|
|
22
|
-
isTemplateRef: import("@angular/core").Signal<boolean>;
|
|
23
|
-
get cssClass(): string;
|
|
24
|
-
constructor(cdr: ChangeDetectorRef, timerService: FwSnackbarTimerService);
|
|
25
|
-
ngAfterViewInit(): void;
|
|
26
|
-
startTimer(): void;
|
|
27
|
-
stopTimer(): void;
|
|
28
|
-
handleDismiss(): void;
|
|
29
|
-
handleAction(): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwSnackbarComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwSnackbarComponent, "fw-snackbar", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; "messageDuration": { "alias": "messageDuration"; "required": false; "isSignal": true; }; }, { "ready": "ready"; "dismiss": "dismiss"; "action": "action"; }, never, never, true, never>;
|
|
32
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { FwSnackbarService } from '../snackbar.service';
|
|
3
|
-
import { FwSnackbarComponent } from '../snackbar/snackbar.component';
|
|
4
|
-
import { FwSnackbarMessage } from '../snackbar-message.model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Internal container component that listens to the snackbar service and renders the active snackbar message queue
|
|
8
|
-
*/
|
|
9
|
-
export declare class FwSnackbarContainerComponent implements OnDestroy {
|
|
10
|
-
private cdr;
|
|
11
|
-
private snackbarService;
|
|
12
|
-
get classes(): string;
|
|
13
|
-
limit: number;
|
|
14
|
-
messages: FwSnackbarMessage[];
|
|
15
|
-
private subscriptions;
|
|
16
|
-
constructor(cdr: ChangeDetectorRef, snackbarService: FwSnackbarService);
|
|
17
|
-
ngOnDestroy(): void;
|
|
18
|
-
onReady(snackbar: FwSnackbarComponent): void;
|
|
19
|
-
onDismiss(messageId: string): void;
|
|
20
|
-
clearAll(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwSnackbarContainerComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwSnackbarContainerComponent, "fw-snackbar-container", never, {}, {}, never, never, true, never>;
|
|
23
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { FwSnackbarComponent } from './snackbar/snackbar.component';
|
|
3
|
-
export interface FwSnackbarMessage {
|
|
4
|
-
id?: string;
|
|
5
|
-
severity: 'info' | 'success' | 'warning' | 'error';
|
|
6
|
-
message: string | TemplateRef<any>;
|
|
7
|
-
icon?: string;
|
|
8
|
-
showClose?: boolean;
|
|
9
|
-
actionText?: string;
|
|
10
|
-
action?: () => void;
|
|
11
|
-
duration?: number;
|
|
12
|
-
ref?: FwSnackbarComponent;
|
|
13
|
-
templateContext?: object;
|
|
14
|
-
}
|
|
@@ -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-button/icon-button.module";
|
|
5
|
-
import * as i4 from "../icon/icon.module";
|
|
6
|
-
import * as i5 from "./snackbar/snackbar.component";
|
|
7
|
-
import * as i6 from "./snackbar-container/snackbar-container.component";
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated import component directly, intent to remove in v20
|
|
10
|
-
*/
|
|
11
|
-
export declare class FwSnackbarModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwSnackbarModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwSnackbarModule, never, [typeof i1.CommonModule, typeof i2.FwButtonModule, typeof i3.FwIconButtonModule, typeof i4.FwIconModule, typeof i5.FwSnackbarComponent, typeof i6.FwSnackbarContainerComponent], [typeof i5.FwSnackbarComponent, typeof i6.FwSnackbarContainerComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwSnackbarModule>;
|
|
15
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import { FwSnackbarMessage } from './snackbar-message.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare function genMessageId(): string;
|
|
5
|
-
export declare class FwSnackbarService {
|
|
6
|
-
readonly messages$: BehaviorSubject<FwSnackbarMessage[]>;
|
|
7
|
-
private messageQueue;
|
|
8
|
-
show(message: FwSnackbarMessage): void;
|
|
9
|
-
dismiss(messageId: string): void;
|
|
10
|
-
dismissAll(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwSnackbarService, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FwSnackbarService>;
|
|
13
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { IconType } from '../icon/icon.types';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Individual step used inside a stepper, displaying a step number or icon with active, completed, done, and error states
|
|
6
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-stepper--docs)
|
|
7
|
-
*/
|
|
8
|
-
export declare class FwStepComponent implements OnChanges {
|
|
9
|
-
stepNumber: number;
|
|
10
|
-
color?: 'slate' | 'success' | 'error' | 'warning' | 'info';
|
|
11
|
-
variant?: 'number' | 'icon' | 'decorator';
|
|
12
|
-
alignment?: 'left' | 'center';
|
|
13
|
-
backgroundColor?: string;
|
|
14
|
-
title: string;
|
|
15
|
-
description?: string;
|
|
16
|
-
icon?: IconType;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
active?: boolean;
|
|
19
|
-
completed?: boolean;
|
|
20
|
-
done?: boolean;
|
|
21
|
-
status?: 'default' | 'active' | 'completed' | 'done' | 'disabled' | 'error' | 'warning' | 'info';
|
|
22
|
-
select: EventEmitter<number>;
|
|
23
|
-
handleClick(): void;
|
|
24
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwStepComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwStepComponent, "fw-step", never, { "stepNumber": { "alias": "stepNumber"; "required": false; }; "color": { "alias": "color"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "active": { "alias": "active"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; "done": { "alias": "done"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, { "select": "select"; }, never, ["fw-step-decorator"], true, never>;
|
|
27
|
-
}
|
|
28
|
-
export declare class FwStepDecoratorComponent {
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwStepDecoratorComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwStepDecoratorComponent, "fw-step-decorator", never, {}, {}, never, ["*"], true, never>;
|
|
31
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, EventEmitter, OnChanges, OnDestroy, QueryList, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
|
|
3
|
-
import { FwStepComponent } from './step.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Component for a step-by-step progress indicator that tracks active, completed, and done step states
|
|
7
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-stepper--docs)
|
|
8
|
-
*/
|
|
9
|
-
export declare class FwStepperComponent implements OnChanges, OnDestroy, AfterContentInit {
|
|
10
|
-
private sanitizer;
|
|
11
|
-
activeStep: number;
|
|
12
|
-
doneStep?: number;
|
|
13
|
-
alignment?: 'left' | 'center';
|
|
14
|
-
backgroundColor?: string;
|
|
15
|
-
stepChange: EventEmitter<number>;
|
|
16
|
-
steps: QueryList<FwStepComponent>;
|
|
17
|
-
get style(): SafeStyle;
|
|
18
|
-
private subscriptions;
|
|
19
|
-
constructor(sanitizer: DomSanitizer);
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
22
|
-
ngAfterContentInit(): void;
|
|
23
|
-
handleSelect(step?: number): void;
|
|
24
|
-
updateSteps(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwStepperComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwStepperComponent, "fw-stepper", never, { "activeStep": { "alias": "activeStep"; "required": false; }; "doneStep": { "alias": "doneStep"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, { "stepChange": "stepChange"; }, ["steps"], ["fw-step"], true, never>;
|
|
27
|
-
}
|
|
@@ -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 "../icon-button/icon-button.module";
|
|
5
|
-
import * as i4 from "./step.component";
|
|
6
|
-
import * as i5 from "./stepper.component";
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated import component directly, intent to remove in v20
|
|
9
|
-
*/
|
|
10
|
-
export declare class FwStepperModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwStepperModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwStepperModule, never, [typeof i1.CommonModule, typeof i2.FwIconModule, typeof i3.FwIconButtonModule, typeof i4.FwStepComponent, typeof i4.FwStepDecoratorComponent, typeof i5.FwStepperComponent], [typeof i4.FwStepComponent, typeof i4.FwStepDecoratorComponent, typeof i5.FwStepperComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwStepperModule>;
|
|
14
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Form control component for a toggle switch input with configurable size, color, and optional label
|
|
6
|
-
* @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-switch--docs)
|
|
7
|
-
*/
|
|
8
|
-
export declare class FwSwitchComponent implements ControlValueAccessor {
|
|
9
|
-
name?: string;
|
|
10
|
-
title?: string;
|
|
11
|
-
titlePosition?: 'start' | 'end';
|
|
12
|
-
size?: 'small' | 'medium';
|
|
13
|
-
color?: 'default' | 'primary' | 'secondary';
|
|
14
|
-
disabled?: boolean;
|
|
15
|
-
checked: boolean;
|
|
16
|
-
change: EventEmitter<boolean>;
|
|
17
|
-
onChange: (value: boolean) => void;
|
|
18
|
-
onTouched: () => void;
|
|
19
|
-
registerOnChange(fn: (value: boolean) => void): void;
|
|
20
|
-
registerOnTouched(fn: () => void): void;
|
|
21
|
-
setDisabledState(isDisabled: boolean): void;
|
|
22
|
-
writeValue(checked: boolean): void;
|
|
23
|
-
handleClick(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwSwitchComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwSwitchComponent, "fw-switch", never, { "name": { "alias": "name"; "required": false; }; "title": { "alias": "title"; "required": false; }; "titlePosition": { "alias": "titlePosition"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "change": "change"; }, never, never, true, never>;
|
|
26
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./switch.component";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated import component directly, intent to remove in v20
|
|
6
|
-
*/
|
|
7
|
-
export declare class FwSwitchModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwSwitchModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FwSwitchModule, never, [typeof i1.CommonModule, typeof i2.FwSwitchComponent], [typeof i2.FwSwitchComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FwSwitchModule>;
|
|
11
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { CdkCell, CdkCellDef, CdkColumnDef, CdkFooterCell, CdkFooterCellDef, CdkHeaderCell, CdkHeaderCellDef } from '@angular/cdk/table';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Cell definition for the fw-table.
|
|
5
|
-
* Captures the template of a column's data row cell as well as cell-specific properties.
|
|
6
|
-
*/
|
|
7
|
-
export declare class FwCellDef extends CdkCellDef {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwCellDef, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwCellDef, "[fwCellDef]", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Header cell definition for the fw-table.
|
|
13
|
-
* Captures the template of a column's header cell and as well as cell-specific properties.
|
|
14
|
-
*/
|
|
15
|
-
export declare class FwHeaderCellDef extends CdkHeaderCellDef {
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwHeaderCellDef, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwHeaderCellDef, "[fwHeaderCellDef]", never, {}, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Footer cell definition for the fw-table.
|
|
21
|
-
* Captures the template of a column's footer cell and as well as cell-specific properties.
|
|
22
|
-
*/
|
|
23
|
-
export declare class FwFooterCellDef extends CdkFooterCellDef {
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwFooterCellDef, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwFooterCellDef, "[fwFooterCellDef]", never, {}, {}, never, never, true, never>;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* Column definition for the fw-table.
|
|
29
|
-
* Defines a set of cells available for a table column.
|
|
30
|
-
*/
|
|
31
|
-
export declare class FwColumnDef extends CdkColumnDef {
|
|
32
|
-
/** Unique name for this column. */
|
|
33
|
-
get name(): string;
|
|
34
|
-
set name(name: string);
|
|
35
|
-
/**
|
|
36
|
-
* Add "fw-column-" prefix in addition to "cdk-column-" prefix.
|
|
37
|
-
* In the future, this will only add "fw-column-" and columnCssClassName
|
|
38
|
-
* will change from type string[] to string.
|
|
39
|
-
* @docs-private
|
|
40
|
-
*/
|
|
41
|
-
protected _updateColumnCssClassName(): void;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwColumnDef, never>;
|
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwColumnDef, "[fwColumnDef]", never, { "name": { "alias": "fwColumnDef"; "required": false; }; }, {}, never, never, true, never>;
|
|
44
|
-
}
|
|
45
|
-
/** Header cell template container that adds the right classes and role. */
|
|
46
|
-
export declare class FwHeaderCell extends CdkHeaderCell {
|
|
47
|
-
class: string;
|
|
48
|
-
role: string;
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwHeaderCell, never>;
|
|
50
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwHeaderCell, "fw-header-cell, th[fw-header-cell]", never, {}, {}, never, never, true, never>;
|
|
51
|
-
}
|
|
52
|
-
/** Footer cell template container that adds the right classes and role. */
|
|
53
|
-
export declare class FwFooterCell extends CdkFooterCell {
|
|
54
|
-
class: string;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwFooterCell, never>;
|
|
56
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwFooterCell, "fw-footer-cell, td[fw-footer-cell]", never, {}, {}, never, never, true, never>;
|
|
57
|
-
}
|
|
58
|
-
/** Cell template container that adds the right classes and role. */
|
|
59
|
-
export declare class FwCell extends CdkCell {
|
|
60
|
-
class: string;
|
|
61
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FwCell, never>;
|
|
62
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwCell, "fw-cell, td[fw-cell]", never, {}, {}, never, never, true, never>;
|
|
63
|
-
}
|