@flywheel-io/vision 19.6.0 → 19.7.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.
Files changed (92) hide show
  1. package/assets/fonts/Flywheel-Vision-Icons.svg +8 -4
  2. package/assets/fonts/Flywheel-Vision-Icons.ttf +0 -0
  3. package/assets/fonts/Flywheel-Vision-Icons.woff +0 -0
  4. package/assets/svg/edit.svg +2 -1
  5. package/assets/svg/eye-modern-square-read.svg +4 -0
  6. package/assets/svg/task-list-add-checkmark.svg +4 -0
  7. package/components/alert/alert.component.d.ts +5 -1
  8. package/components/app-icon/app-icon.component.d.ts +4 -0
  9. package/components/avatar/avatar.component.d.ts +5 -1
  10. package/components/badge/badge.component.d.ts +4 -0
  11. package/components/breadcrumbs/breadcrumbs.component.d.ts +4 -0
  12. package/components/breadcrumbs/crumb.component.d.ts +4 -0
  13. package/components/button/button.component.d.ts +4 -0
  14. package/components/button-group/button-group.component.d.ts +4 -0
  15. package/components/button-toggle/button-toggle-item/button-toggle-item.component.d.ts +4 -0
  16. package/components/button-toggle/button-toggle.component.d.ts +4 -0
  17. package/components/card/card-attribute/card-attribute.component.d.ts +4 -0
  18. package/components/card/card-author/card-author.component.d.ts +4 -0
  19. package/components/card/card-content/card-content.component.d.ts +4 -0
  20. package/components/card/card-footer/card-footer.component.d.ts +4 -0
  21. package/components/card/card-header/card-header.component.d.ts +4 -0
  22. package/components/card/card.component.d.ts +4 -0
  23. package/components/checkbox/checkbox.component.d.ts +4 -0
  24. package/components/chip/chip.component.d.ts +4 -0
  25. package/components/contained-input/contained-input.component.d.ts +4 -0
  26. package/components/date-input/date-input.component.d.ts +4 -0
  27. package/components/dialog/dialog-actions.component.d.ts +4 -0
  28. package/components/dialog/dialog-confirm.component.d.ts +4 -0
  29. package/components/dialog/dialog-content.component.d.ts +4 -0
  30. package/components/dialog/dialog-header.component.d.ts +4 -0
  31. package/components/dialog/dialog-simple.component.d.ts +4 -0
  32. package/components/dialog/dialog.component.d.ts +4 -0
  33. package/components/dialog/dialogs.module.d.ts +7 -8
  34. package/components/form-heading/form-heading.component.d.ts +4 -0
  35. package/components/icon/icon.component.d.ts +5 -0
  36. package/components/icon/icon.types.d.ts +1 -1
  37. package/components/icon-button/icon-button.component.d.ts +5 -1
  38. package/components/layouts/context/context.component.d.ts +4 -0
  39. package/components/layouts/grid/grid.component.d.ts +4 -0
  40. package/components/layouts/layout-group.component.d.ts +4 -0
  41. package/components/layouts/panel/panel.component.d.ts +4 -0
  42. package/components/layouts/sidebar/sidebar.component.d.ts +4 -0
  43. package/components/layouts/toolbar/toolbar.component.d.ts +4 -0
  44. package/components/menu/menu-container/menu-container.component.d.ts +4 -0
  45. package/components/menu/menu-header/menu-header.component.d.ts +4 -0
  46. package/components/menu/menu-item/menu-item.component.d.ts +4 -0
  47. package/components/menu/menu-item-group/menu-item-group.component.d.ts +4 -0
  48. package/components/menu/menu-separator/menu-separator.component.d.ts +4 -0
  49. package/components/menu/menu-sub-item/menu-sub-item.component.d.ts +4 -0
  50. package/components/menu/menu.component.d.ts +4 -0
  51. package/components/navbar/navbar-header/navbar-header.component.d.ts +4 -0
  52. package/components/navbar/navbar-item/navbar-item.component.d.ts +4 -0
  53. package/components/navbar/navbar-sub-item/navbar-sub-item.component.d.ts +4 -0
  54. package/components/navbar/navbar.component.d.ts +4 -0
  55. package/components/number-input/number-input.component.d.ts +4 -0
  56. package/components/paginator/paginator-advanced/paginator-advanced.component.d.ts +4 -0
  57. package/components/paginator/paginator.component.d.ts +4 -0
  58. package/components/phone-input/phone-input.component.d.ts +4 -0
  59. package/components/popover/popover-panel/popover-panel.component.d.ts +3 -0
  60. package/components/progress/bar/bar.component.d.ts +4 -1
  61. package/components/progress/spinner/spinner.component.d.ts +4 -1
  62. package/components/radio/radio-group.component.d.ts +4 -0
  63. package/components/radio/radio.component.d.ts +4 -0
  64. package/components/section-heading/back-button/back-button.component.d.ts +4 -0
  65. package/components/section-heading/section-heading.component.d.ts +4 -0
  66. package/components/section-heading/subsection-heading/subsection-heading.component.d.ts +4 -0
  67. package/components/select-menu/multi-select-menu/multi-select-menu.component.d.ts +2 -2
  68. package/components/select-menu/select-menu.component.d.ts +5 -1
  69. package/components/snackbar/snackbar/snackbar.component.d.ts +4 -0
  70. package/components/snackbar/snackbar-container/snackbar-container.component.d.ts +3 -0
  71. package/components/stepper/step.component.d.ts +4 -0
  72. package/components/stepper/stepper.component.d.ts +4 -0
  73. package/components/switch/switch.component.d.ts +4 -0
  74. package/components/table/table-dense.component.d.ts +4 -0
  75. package/components/table/table.component.d.ts +4 -0
  76. package/components/tabs/tab/tab.component.d.ts +4 -0
  77. package/components/tabs/tab-panel/tab-panel.component.d.ts +4 -0
  78. package/components/tabs/tabs.component.d.ts +4 -0
  79. package/components/tag/tag.component.d.ts +5 -1
  80. package/components/text/text.component.d.ts +4 -0
  81. package/components/text-input/text-input.component.d.ts +4 -0
  82. package/components/textarea-input/textarea-input.component.d.ts +4 -0
  83. package/components/tooltip/tooltip-panel/tooltip-panel.component.d.ts +3 -0
  84. package/components/wrapped-input/wrapped-input.component.d.ts +4 -0
  85. package/fesm2022/flywheel-io-vision.mjs +810 -603
  86. package/fesm2022/flywheel-io-vision.mjs.map +1 -1
  87. package/package.json +1 -1
  88. package/scss/icons/_icon-glyphs.scss +7 -1
  89. package/styles.css +9 -1
  90. package/components/shared/pipes/pipes.module.d.ts +0 -13
  91. package/components/shared/pipes/translate.pipe.d.ts +0 -17
  92. package/components/shared/pipes/trusthtml.pipe.d.ts +0 -10
@@ -1,5 +1,9 @@
1
1
  import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Sub-component for rendering the header row of a dialog, with consistent padding and border styling
5
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-dialog--docs)
6
+ */
3
7
  export declare class FwDialogHeaderComponent {
4
8
  private sanitizer;
5
9
  get style(): SafeStyle;
@@ -2,6 +2,10 @@ import { DialogRef } from '@angular/cdk/dialog';
2
2
  import { ElementRef, EventEmitter } from '@angular/core';
3
3
  import { IconType } from '../icon/icon.types';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Pre-built simple dialog with a title, optional icon, content area, and configurable action and cancel buttons
7
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-dialog--docs)
8
+ */
5
9
  export declare class FwDialogSimpleComponent {
6
10
  dialogRef: DialogRef;
7
11
  private elementRef;
@@ -10,6 +10,10 @@ export declare enum DialogWidth {
10
10
  ExtraLarge = "extra-large",
11
11
  Responsive = "responsive"
12
12
  }
13
+ /**
14
+ * Base dialog component with a configurable width, title, icon, and optional close button
15
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-dialog--docs)
16
+ */
13
17
  export declare class FwDialogComponent {
14
18
  protected dialogRef: DialogRef;
15
19
  private elementRef;
@@ -4,18 +4,17 @@ import * as i2 from "@angular/cdk/dialog";
4
4
  import * as i3 from "../button/button.module";
5
5
  import * as i4 from "../icon-button/icon-button.module";
6
6
  import * as i5 from "../icon/icon.module";
7
- import * as i6 from "../shared/pipes/pipes.module";
8
- import * as i7 from "./dialog-actions.component";
9
- import * as i8 from "./dialog.component";
10
- import * as i9 from "./dialog-confirm.component";
11
- import * as i10 from "./dialog-content.component";
12
- import * as i11 from "./dialog-header.component";
13
- import * as i12 from "./dialog-simple.component";
7
+ import * as i6 from "./dialog-actions.component";
8
+ import * as i7 from "./dialog.component";
9
+ import * as i8 from "./dialog-confirm.component";
10
+ import * as i9 from "./dialog-content.component";
11
+ import * as i10 from "./dialog-header.component";
12
+ import * as i11 from "./dialog-simple.component";
14
13
  /**
15
14
  * @deprecated import component directly, intent to remove in v20
16
15
  */
17
16
  export declare class FwDialogsModule {
18
17
  static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogsModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<FwDialogsModule, never, [typeof i1.CommonModule, typeof i2.DialogModule, typeof i3.FwButtonModule, typeof i4.FwIconButtonModule, typeof i5.FwIconModule, typeof i6.PipesModule, typeof i7.FwDialogActionsComponent, typeof i8.FwDialogComponent, typeof i9.FwDialogConfirmComponent, typeof i10.FwDialogContentComponent, typeof i11.FwDialogHeaderComponent, typeof i12.FwDialogSimpleComponent], [typeof i7.FwDialogActionsComponent, typeof i8.FwDialogComponent, typeof i9.FwDialogConfirmComponent, typeof i10.FwDialogContentComponent, typeof i11.FwDialogHeaderComponent, typeof i12.FwDialogSimpleComponent]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwDialogsModule, never, [typeof i1.CommonModule, typeof i2.DialogModule, typeof i3.FwButtonModule, typeof i4.FwIconButtonModule, typeof i5.FwIconModule, typeof i6.FwDialogActionsComponent, typeof i7.FwDialogComponent, typeof i8.FwDialogConfirmComponent, typeof i9.FwDialogContentComponent, typeof i10.FwDialogHeaderComponent, typeof i11.FwDialogSimpleComponent], [typeof i6.FwDialogActionsComponent, typeof i7.FwDialogComponent, typeof i8.FwDialogConfirmComponent, typeof i9.FwDialogContentComponent, typeof i10.FwDialogHeaderComponent, typeof i11.FwDialogSimpleComponent]>;
20
19
  static ɵinj: i0.ɵɵInjectorDeclaration<FwDialogsModule>;
21
20
  }
@@ -1,4 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
+ /**
3
+ * Component for a form field heading that displays a title, optional description, required indicator, and status tag
4
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-form-heading--docs)
5
+ */
2
6
  export declare class FwFormHeadingComponent {
3
7
  class: string;
4
8
  title: import("@angular/core").InputSignal<string>;
@@ -2,6 +2,11 @@ import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
2
2
  import * as i0 from "@angular/core";
3
3
  type NamedIconSize = 'large' | 'medium' | 'small' | 'extra-small';
4
4
  export type IconSize = NamedIconSize | number;
5
+ /**
6
+ * Component for rendering a Vision icon ligature with configurable size and color
7
+ * @see [All Icons List](https://cdn.flywheel.io/docs/vision/master/?path=/docs/reference-icons--docs)
8
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-icons--docs)
9
+ */
5
10
  export declare class FwIconComponent {
6
11
  private sanitizer;
7
12
  size: number;
@@ -1,2 +1,2 @@
1
1
  export type IconType = typeof allIcons[number];
2
- export declare const allIcons: readonly ["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", "facebook", "file-blank-image-load-mask", "file-blank-search", "file-download", "file-text", "files", "files-library", "files-library-content", "filter", "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", "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", "search-loop", "search-user-profile-person", "search-zoom-minus", "search-zoom-plus", "section-form-element", "send-message-share", "server", "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", "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"];
2
+ export declare const allIcons: readonly ["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", "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", "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", "search-loop", "search-user-profile-person", "search-zoom-minus", "search-zoom-plus", "section-form-element", "send-message-share", "server", "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"];
@@ -1,8 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
2
  type ColorOption = 'primary' | 'secondary' | 'red' | 'error' | 'warning' | 'orange' | 'success' | 'green' | 'light-slate' | 'slate' | 'overlay' | 'info';
3
+ /**
4
+ * Component for a clickable icon-only button with configurable color, size, and selected state
5
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-icon-button--docs)
6
+ */
3
7
  export declare class FwIconButtonComponent {
4
8
  color: import("@angular/core").InputSignal<ColorOption>;
5
- 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" | "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" | "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">;
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">;
6
10
  size: import("@angular/core").InputSignal<"large" | "medium" | "small">;
7
11
  disabled: import("@angular/core").InputSignal<boolean>;
8
12
  selected: import("@angular/core").InputSignal<boolean>;
@@ -6,6 +6,10 @@ export declare enum LayoutWidth {
6
6
  Large = "large",
7
7
  ExtraLarge = "extra-large"
8
8
  }
9
+ /**
10
+ * Layout component for an empty-state or contextual message panel with an icon, title, and description
11
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/layout-context--docs)
12
+ */
9
13
  export declare class FwLayoutContextComponent {
10
14
  width?: 'small' | 'medium' | 'large' | 'extra-large';
11
15
  icon?: IconType;
@@ -1,4 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
+ /**
3
+ * Layout component for a 12-column responsive grid container
4
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/layout-grid--docs)
5
+ */
2
6
  export declare class FwGridComponent {
3
7
  get cssClass(): string;
4
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FwGridComponent, never>;
@@ -1,4 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
+ /**
3
+ * Layout component for arranging child elements in a horizontal group with configurable justification and padding
4
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/layout-group--docs)
5
+ */
2
6
  export declare class FwLayoutGroupComponent {
3
7
  stackable: boolean;
4
8
  padded: boolean;
@@ -1,4 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
+ /**
3
+ * Layout component for a bordered, optionally padded panel container with configurable height and rounding
4
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/layout-panel--docs)
5
+ */
2
6
  export declare class FwLayoutPanelComponent {
3
7
  height?: string;
4
8
  fitted?: boolean;
@@ -1,4 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
+ /**
3
+ * Layout component for a two-pane sidebar layout with a configurable width, border, and direction
4
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/layout-sidebar--docs)
5
+ */
2
6
  export declare class FwLayoutSidebarComponent {
3
7
  outlined: boolean;
4
8
  rounded: boolean;
@@ -1,4 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
+ /**
3
+ * Layout component for a horizontal toolbar strip, with an optional dense variant for compact UIs
4
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/layout-toolbar--docs)
5
+ */
2
6
  export declare class FwLayoutToolbarComponent {
3
7
  dense?: boolean;
4
8
  get classes(): string;
@@ -8,6 +8,10 @@ import { FwMenuSeparatorComponent } from '../menu-separator/menu-separator.compo
8
8
  import * as i0 from "@angular/core";
9
9
  import * as i1 from "@angular/cdk/coercion";
10
10
  export type MenuFilterFn = (filter: string, menuItems: readonly FwMenuItemComponent[]) => FwMenuItemComponent[];
11
+ /**
12
+ * Container component that wraps a menu with optional search filtering, scroll chevrons, and empty-state messaging
13
+ * * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-menu--docs)
14
+ */
11
15
  export declare class FwMenuContainerComponent implements AfterViewInit {
12
16
  private sanitizer;
13
17
  private ngZone;
@@ -1,4 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
+ /**
3
+ * Sub-component for rendering a styled header section at the top of a menu
4
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-menu--docs)
5
+ */
2
6
  export declare class FwMenuHeaderComponent {
3
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuHeaderComponent, never>;
4
8
  static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuHeaderComponent, "fw-menu-header", never, {}, {}, never, ["*", "fw-icon-button", "fw-badge"], true, never>;
@@ -3,6 +3,10 @@ import { IconType } from '../../icon/icon.types';
3
3
  import { FwMenuSubItemComponent } from '../menu-sub-item/menu-sub-item.component';
4
4
  import * as i0 from "@angular/core";
5
5
  type MouseEnterHandler = ($event: PointerEvent, item: FwMenuItemComponent) => void;
6
+ /**
7
+ * Individual menu item with optional icon, checkbox, sub-items, and href navigation support
8
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-menu--docs)
9
+ */
6
10
  export declare class FwMenuItemComponent implements OnChanges, OnDestroy, AfterContentInit {
7
11
  private elementRef;
8
12
  value?: string;
@@ -2,6 +2,10 @@ import { QueryList } from '@angular/core';
2
2
  import { IconType } from '../../icon/icon.types';
3
3
  import { FwMenuItemComponent } from '../menu-item/menu-item.component';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Sub-component for grouping related menu items under an optional titled section with an icon
7
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-menu--docs)
8
+ */
5
9
  export declare class FwMenuItemGroupComponent {
6
10
  role: string;
7
11
  hidden: boolean;
@@ -1,4 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
+ /**
3
+ * Sub-component for rendering a visual divider line between sections of a menu
4
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-menu--docs)
5
+ */
2
6
  export declare class FwMenuSeparatorComponent {
3
7
  hidden: boolean;
4
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuSeparatorComponent, never>;
@@ -1,6 +1,10 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { IconType } from '../../icon/icon.types';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Nested sub-item used inside a menu item, supporting animated expand/collapse and optional href navigation
6
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-menu--docs)
7
+ */
4
8
  export declare class FwMenuSubItemComponent {
5
9
  value?: string;
6
10
  size?: 'default' | 'compact';
@@ -2,6 +2,10 @@ import { AfterContentInit, ElementRef, EventEmitter, OnChanges, OnDestroy, Query
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { FwMenuItemComponent } from './menu-item/menu-item.component';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Component for a list of selectable menu items
7
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-menu--docs)
8
+ */
5
9
  export declare class FwMenuComponent implements ControlValueAccessor, OnChanges, OnDestroy, AfterContentInit {
6
10
  disabled: boolean;
7
11
  size?: 'default' | 'compact';
@@ -1,4 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
+ /**
3
+ * Sub-component for rendering the header area at the top of a navbar, typically used for branding or logo
4
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-navbar--docs)
5
+ */
2
6
  export declare class FwNavbarHeaderComponent {
3
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FwNavbarHeaderComponent, never>;
4
8
  static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarHeaderComponent, "fw-navbar-header", never, {}, {}, never, ["*", "fw-icon-button", "fw-badge"], true, never>;
@@ -2,6 +2,10 @@ import { AfterViewInit, OnChanges, QueryList, SimpleChanges } from '@angular/cor
2
2
  import { IconType } from '../../icon/icon.types';
3
3
  import { FwNavbarSubItemComponent } from '../navbar-sub-item/navbar-sub-item.component';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Navigation item for a navbar with an icon, title, optional sub-items, and collapsible/disabled state support
7
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-navbar--docs)
8
+ */
5
9
  export declare class FwNavbarItemComponent implements OnChanges, AfterViewInit {
6
10
  value?: string;
7
11
  title: string;
@@ -1,5 +1,9 @@
1
1
  import { IconType } from '../../icon/icon.types';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Nested sub-item used inside a navbar item, with animated expand/collapse and optional href navigation
5
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-navbar--docs)
6
+ */
3
7
  export declare class FwNavbarSubItemComponent {
4
8
  value?: string;
5
9
  title: string;
@@ -1,6 +1,10 @@
1
1
  import { AfterViewInit, OnChanges, QueryList, SimpleChanges } from '@angular/core';
2
2
  import { FwNavbarItemComponent } from './navbar-item/navbar-item.component';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Component for a collapsible vertical navigation bar containing nav items with icons and labels
6
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-navbar--docs)
7
+ */
4
8
  export declare class FwNavbarComponent implements OnChanges, AfterViewInit {
5
9
  disabled: any;
6
10
  collapsed?: boolean;
@@ -2,6 +2,10 @@ import { EventEmitter } from '@angular/core';
2
2
  import { ControlValueAccessor, FormControl } from '@angular/forms';
3
3
  import { IconType } from '../icon/icon.types';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Form control component for numeric input with optional increment/decrement controls, icon actions, and Angular forms integration
7
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-number-input--docs)
8
+ */
5
9
  export declare class FwNumberInputComponent implements ControlValueAccessor {
6
10
  disabled?: boolean;
7
11
  useActionableIcons?: boolean;
@@ -1,6 +1,10 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { FwPaginatorEvent } from '../paginator.model';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Advanced paginator component with a page-size selector and first/last/previous/next navigation controls
6
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-paginator--docs)
7
+ */
4
8
  export declare class FwPaginatorAdvancedComponent {
5
9
  disabled: boolean;
6
10
  showNext: boolean;
@@ -6,6 +6,10 @@ export interface PaginationPage {
6
6
  number: number;
7
7
  active: boolean;
8
8
  }
9
+ /**
10
+ * Component for page-based navigation with configurable page size, visible page count, and first/last/previous/next buttons
11
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-paginator--docs)
12
+ */
9
13
  export declare class FwPaginatorComponent implements OnChanges {
10
14
  size: 'small' | 'medium' | 'large';
11
15
  color: 'slate' | 'primary' | 'secondary';
@@ -5,6 +5,10 @@ import { CountryCode, E164Number } from 'libphonenumber-js';
5
5
  import { FwMenuItemComponent } from '../menu/menu-item/menu-item.component';
6
6
  import { Country, PhoneNumberFormat } from './phone-input.model';
7
7
  import * as i0 from "@angular/core";
8
+ /**
9
+ * Form control component for international phone number input with a country selector and format-as-you-type support
10
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-phone-input--docs)
11
+ */
8
12
  export declare class FwPhoneInputComponent implements OnInit, OnChanges, ControlValueAccessor {
9
13
  private _changeDetectorRef;
10
14
  preferredCountries: Array<string>;
@@ -1,5 +1,8 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Internal floating panel that renders popover content with a positional caret, used by the popover component
5
+ */
3
6
  export declare class FwPopoverPanelComponent {
4
7
  position: 'above' | 'above-left' | 'above-right' | 'below' | 'below-left' | 'below-right' | 'left' | 'left-above' | 'left-below' | 'right' | 'right-above' | 'right-below';
5
8
  mouseLeave: EventEmitter<MouseEvent>;
@@ -1,6 +1,9 @@
1
1
  import { ChangeDetectorRef, ElementRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- /** Based on [mat-progress-bar](https://material.angular.io/components/progress-bar/) */
3
+ /**
4
+ * Component for a horizontal progress bar supporting determinate, indeterminate, and buffer modes
5
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-progress-bar--docs)
6
+ */
4
7
  export declare class FwProgressBarComponent {
5
8
  readonly _elementRef: ElementRef<HTMLElement>;
6
9
  private _changeDetectorRef;
@@ -1,6 +1,9 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- /** Based on [mat-progress-spinner](https://material.angular.io/components/progress-spinner/) */
3
+ /**
4
+ * Component for a circular progress spinner supporting determinate and indeterminate modes
5
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-progress-spinner--docs)
6
+ */
4
7
  export declare class FwProgressSpinnerComponent {
5
8
  readonly _elementRef: ElementRef<HTMLElement>;
6
9
  /** The element of the determinate spinner. */
@@ -3,6 +3,10 @@ import { ControlValueAccessor } from '@angular/forms';
3
3
  import { SafeStyle } from '@angular/platform-browser';
4
4
  import { FwRadioComponent } from './radio.component';
5
5
  import * as i0 from "@angular/core";
6
+ /**
7
+ * Container component for grouping radio buttons, managing shared selection state and Angular forms integration
8
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-radio-button--docs)
9
+ */
6
10
  export declare class FwRadioGroupComponent implements ControlValueAccessor {
7
11
  value: string;
8
12
  group: string;
@@ -1,5 +1,9 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Individual radio button used inside a radio group to represent a single selectable option
5
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-radio-button--docs)
6
+ */
3
7
  export declare class FwRadioComponent {
4
8
  value: import("@angular/core").InputSignal<string>;
5
9
  checked: import("@angular/core").ModelSignal<boolean>;
@@ -1,5 +1,9 @@
1
1
  import { Location } from '@angular/common';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Sub-component for a back-navigation button that calls a custom function or falls back to the browser history
5
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-section-heading--docs)
6
+ */
3
7
  export declare class FwBackButtonComponent {
4
8
  location: Location;
5
9
  backFunction?: () => {};
@@ -1,5 +1,9 @@
1
1
  import { IconType } from '../icon/icon.types';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Component for a page or section title with an optional description, icon, and back-navigation button
5
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-section-heading--docs)
6
+ */
3
7
  export declare class FwSectionHeadingComponent {
4
8
  class: string;
5
9
  title: string;
@@ -1,5 +1,9 @@
1
1
  import { IconType } from '../../icon/icon.types';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Component for a subsection title with an optional icon, used to divide content within a section
5
+ * @see [Vision storybook](https://cdn.flywheel.io/docs/vision/master/?path=/docs/components-section-heading--docs)
6
+ */
3
7
  export declare class FwSubsectionHeadingComponent {
4
8
  title: string;
5
9
  icon?: IconType;
@@ -7,8 +7,8 @@ import { FwMenuContainerComponent } from '../../menu/menu-container/menu-contain
7
7
  import { FwMenuItemComponent } from '../../menu/menu-item/menu-item.component';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
- * FwMultiSelect a component for selecting multiple options
11
- * @see [Storybook Docs](https://cdn.flywheel.io/docs/vision/master/?path=/docs/form-controls-multi-select--docs)
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
12
  */
13
13
  export declare class FwMultiSelectMenuComponent implements ControlValueAccessor, AfterContentInit, OnDestroy {
14
14
  private elementRef;