@flywheel-io/vision 1.16.2 → 2.0.0-beta-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 (247) hide show
  1. package/components/alert/alert.component.d.ts +1 -1
  2. package/components/app-icon/app-icon.component.d.ts +1 -1
  3. package/components/avatar/avatar.component.d.ts +1 -1
  4. package/components/badge/badge.component.d.ts +1 -1
  5. package/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  6. package/components/breadcrumbs/crumb.component.d.ts +1 -1
  7. package/components/button/button.component.d.ts +1 -1
  8. package/components/button/button.directives.d.ts +5 -5
  9. package/components/button-group/button-group.component.d.ts +33 -0
  10. package/components/button-group/button-group.module.d.ts +10 -0
  11. package/components/button-toggle/button-toggle-item/button-toggle-item.component.d.ts +1 -1
  12. package/components/button-toggle/button-toggle.component.d.ts +8 -9
  13. package/components/card/card-attribute/card-attribute.component.d.ts +1 -1
  14. package/components/card/card-author/card-author.component.d.ts +1 -1
  15. package/components/card/card-content/card-content.component.d.ts +1 -1
  16. package/components/card/card-footer/card-footer.component.d.ts +1 -1
  17. package/components/card/card-header/card-header.component.d.ts +1 -1
  18. package/components/card/card.component.d.ts +1 -1
  19. package/components/checkbox/checkbox.component.d.ts +9 -8
  20. package/components/chip/chip.component.d.ts +1 -1
  21. package/components/contained-input/contained-input.component.d.ts +1 -1
  22. package/components/date-input/date-input.component.d.ts +1 -1
  23. package/components/dialog/dialog-actions.component.d.ts +1 -1
  24. package/components/dialog/dialog-confirm.component.d.ts +1 -1
  25. package/components/dialog/dialog-content.component.d.ts +1 -1
  26. package/components/dialog/dialog-header.component.d.ts +1 -1
  27. package/components/dialog/dialog-simple.component.d.ts +1 -1
  28. package/components/dialog/dialog.component.d.ts +1 -1
  29. package/components/form-heading/form-heading.component.d.ts +1 -1
  30. package/components/icon/icon.component.d.ts +1 -1
  31. package/components/icon-button/icon-button.component.d.ts +1 -1
  32. package/components/layouts/context/context.component.d.ts +1 -1
  33. package/components/layouts/grid/grid.component.d.ts +2 -2
  34. package/components/layouts/layout-group.component.d.ts +1 -1
  35. package/components/layouts/panel/panel.component.d.ts +1 -1
  36. package/components/layouts/sidebar/sidebar.component.d.ts +1 -1
  37. package/components/layouts/toolbar/toolbar.component.d.ts +1 -1
  38. package/components/menu/menu-close-triggers.directive.d.ts +1 -1
  39. package/components/menu/menu-container/menu-container.component.d.ts +1 -1
  40. package/components/menu/menu-header/menu-header.component.d.ts +1 -1
  41. package/components/menu/menu-item/menu-item.component.d.ts +1 -1
  42. package/components/menu/menu-item-group/menu-item-group.component.d.ts +1 -1
  43. package/components/menu/menu-separator/menu-separator.component.d.ts +1 -1
  44. package/components/menu/menu-sub-item/menu-sub-item.component.d.ts +1 -1
  45. package/components/menu/menu.component.d.ts +1 -1
  46. package/components/navbar/navbar-header/navbar-header.component.d.ts +1 -1
  47. package/components/navbar/navbar-item/navbar-item.component.d.ts +1 -1
  48. package/components/navbar/navbar-sub-item/navbar-sub-item.component.d.ts +1 -1
  49. package/components/navbar/navbar.component.d.ts +1 -1
  50. package/components/number-input/number-input.component.d.ts +42 -0
  51. package/components/number-input/number-input.module.d.ts +10 -0
  52. package/components/paginator/paginator-advanced/paginator-advanced.component.d.ts +1 -1
  53. package/components/paginator/paginator.component.d.ts +1 -1
  54. package/components/phone-input/phone-input.component.d.ts +1 -1
  55. package/components/popover/popover-panel/popover-panel.component.d.ts +1 -1
  56. package/components/popover/popover.component.d.ts +1 -1
  57. package/components/progress/bar/bar.component.d.ts +1 -1
  58. package/components/progress/spinner/spinner.component.d.ts +1 -1
  59. package/components/radio/radio-group.component.d.ts +1 -1
  60. package/components/radio/radio.component.d.ts +1 -1
  61. package/components/section-heading/back-button/back-button.component.d.ts +1 -1
  62. package/components/section-heading/section-heading.component.d.ts +1 -1
  63. package/components/section-heading/subsection-heading/subsection-heading.component.d.ts +1 -1
  64. package/components/select-menu/multi-select-menu/multi-select-menu.component.d.ts +1 -1
  65. package/components/select-menu/select-menu.component.d.ts +1 -1
  66. package/components/snackbar/snackbar/snackbar.component.d.ts +1 -1
  67. package/components/snackbar/snackbar-container/snackbar-container.component.d.ts +1 -1
  68. package/components/snackbar/snackbar.module.d.ts +3 -5
  69. package/components/stepper/step.component.d.ts +2 -2
  70. package/components/stepper/stepper.component.d.ts +1 -1
  71. package/components/switch/switch.component.d.ts +1 -1
  72. package/components/table/cell.d.ts +7 -7
  73. package/components/table/row.d.ts +7 -7
  74. package/components/table/table-dense.component.d.ts +1 -1
  75. package/components/table/table.component.d.ts +1 -1
  76. package/components/tabs/tab/tab.component.d.ts +1 -1
  77. package/components/tabs/tab-panel/tab-panel.component.d.ts +1 -1
  78. package/components/tabs/tabs.component.d.ts +1 -1
  79. package/components/text-input/text-input.component.d.ts +1 -1
  80. package/components/textarea-input/textarea-input.component.d.ts +1 -1
  81. package/components/tooltip/tooltip-panel/tooltip-panel.component.d.ts +1 -1
  82. package/components/tooltip/tooltip.component.d.ts +1 -1
  83. package/components/wrapped-input/wrapped-input.component.d.ts +1 -1
  84. package/esm2020/components/alert/alert.component.mjs +4 -4
  85. package/esm2020/components/alert/alert.module.mjs +5 -5
  86. package/esm2020/components/app-icon/app-icon.component.mjs +4 -4
  87. package/esm2020/components/app-icon/app-icon.module.mjs +5 -5
  88. package/esm2020/components/avatar/avatar.component.mjs +4 -4
  89. package/esm2020/components/avatar/avatar.module.mjs +5 -5
  90. package/esm2020/components/badge/badge.component.mjs +5 -5
  91. package/esm2020/components/badge/badge.module.mjs +5 -5
  92. package/esm2020/components/breadcrumbs/breadcrumbs.component.mjs +4 -4
  93. package/esm2020/components/breadcrumbs/breadcrumbs.module.mjs +5 -5
  94. package/esm2020/components/breadcrumbs/crumb.component.mjs +4 -4
  95. package/esm2020/components/button/button.component.mjs +4 -4
  96. package/esm2020/components/button/button.directives.mjs +16 -16
  97. package/esm2020/components/button/button.module.mjs +5 -5
  98. package/esm2020/components/button-group/button-group.component.mjs +131 -0
  99. package/esm2020/components/button-group/button-group.module.mjs +32 -0
  100. package/esm2020/components/button-toggle/button-toggle-item/button-toggle-item.component.mjs +4 -4
  101. package/esm2020/components/button-toggle/button-toggle.component.mjs +13 -40
  102. package/esm2020/components/button-toggle/button-toggle.module.mjs +5 -5
  103. package/esm2020/components/card/card-attribute/card-attribute.component.mjs +4 -4
  104. package/esm2020/components/card/card-author/card-author.component.mjs +4 -4
  105. package/esm2020/components/card/card-content/card-content.component.mjs +4 -4
  106. package/esm2020/components/card/card-footer/card-footer.component.mjs +4 -4
  107. package/esm2020/components/card/card-header/card-header.component.mjs +4 -4
  108. package/esm2020/components/card/card.component.mjs +4 -4
  109. package/esm2020/components/card/card.module.mjs +5 -5
  110. package/esm2020/components/checkbox/checkbox.component.mjs +25 -29
  111. package/esm2020/components/checkbox/checkbox.module.mjs +5 -5
  112. package/esm2020/components/chip/chip.component.mjs +4 -4
  113. package/esm2020/components/chip/chip.module.mjs +5 -5
  114. package/esm2020/components/contained-input/contained-input.component.mjs +5 -5
  115. package/esm2020/components/contained-input/contained-input.module.mjs +5 -5
  116. package/esm2020/components/date-input/date-input.component.mjs +4 -4
  117. package/esm2020/components/date-input/date-input.module.mjs +5 -5
  118. package/esm2020/components/dialog/dialog-actions.component.mjs +4 -4
  119. package/esm2020/components/dialog/dialog-confirm.component.mjs +4 -4
  120. package/esm2020/components/dialog/dialog-content.component.mjs +4 -4
  121. package/esm2020/components/dialog/dialog-header.component.mjs +4 -4
  122. package/esm2020/components/dialog/dialog-simple.component.mjs +4 -4
  123. package/esm2020/components/dialog/dialog.component.mjs +4 -4
  124. package/esm2020/components/dialog/dialog.service.mjs +4 -4
  125. package/esm2020/components/dialog/dialogs.module.mjs +5 -5
  126. package/esm2020/components/form-heading/form-heading.component.mjs +4 -4
  127. package/esm2020/components/form-heading/form-heading.module.mjs +5 -5
  128. package/esm2020/components/icon/icon.component.mjs +4 -4
  129. package/esm2020/components/icon/icon.module.mjs +5 -5
  130. package/esm2020/components/icon-button/icon-button.component.mjs +4 -4
  131. package/esm2020/components/icon-button/icon-button.module.mjs +5 -5
  132. package/esm2020/components/layouts/context/context.component.mjs +4 -4
  133. package/esm2020/components/layouts/grid/grid.component.mjs +9 -9
  134. package/esm2020/components/layouts/layout-group.component.mjs +4 -4
  135. package/esm2020/components/layouts/layouts.module.mjs +5 -5
  136. package/esm2020/components/layouts/panel/panel.component.mjs +4 -4
  137. package/esm2020/components/layouts/sidebar/sidebar.component.mjs +4 -4
  138. package/esm2020/components/layouts/toolbar/toolbar.component.mjs +4 -4
  139. package/esm2020/components/menu/menu-close-triggers.directive.mjs +4 -4
  140. package/esm2020/components/menu/menu-container/menu-container.component.mjs +4 -4
  141. package/esm2020/components/menu/menu-header/menu-header.component.mjs +4 -4
  142. package/esm2020/components/menu/menu-item/menu-item.component.mjs +4 -4
  143. package/esm2020/components/menu/menu-item-group/menu-item-group.component.mjs +4 -4
  144. package/esm2020/components/menu/menu-separator/menu-separator.component.mjs +4 -4
  145. package/esm2020/components/menu/menu-sub-item/menu-sub-item.component.mjs +4 -4
  146. package/esm2020/components/menu/menu.component.mjs +4 -4
  147. package/esm2020/components/menu/menu.module.mjs +5 -5
  148. package/esm2020/components/navbar/navbar-header/navbar-header.component.mjs +4 -4
  149. package/esm2020/components/navbar/navbar-item/navbar-item.component.mjs +4 -4
  150. package/esm2020/components/navbar/navbar-sub-item/navbar-sub-item.component.mjs +4 -4
  151. package/esm2020/components/navbar/navbar.component.mjs +4 -4
  152. package/esm2020/components/navbar/navbar.module.mjs +5 -5
  153. package/esm2020/components/number-input/number-input.component.mjs +122 -0
  154. package/esm2020/components/number-input/number-input.module.mjs +32 -0
  155. package/esm2020/components/paginator/paginator-advanced/paginator-advanced.component.mjs +4 -4
  156. package/esm2020/components/paginator/paginator.component.mjs +4 -4
  157. package/esm2020/components/paginator/paginator.module.mjs +5 -5
  158. package/esm2020/components/phone-input/phone-input.component.mjs +5 -5
  159. package/esm2020/components/phone-input/phone-input.module.mjs +5 -5
  160. package/esm2020/components/popover/popover-panel/popover-panel.component.mjs +4 -4
  161. package/esm2020/components/popover/popover.component.mjs +4 -4
  162. package/esm2020/components/popover/popover.module.mjs +5 -5
  163. package/esm2020/components/progress/bar/bar.component.mjs +5 -5
  164. package/esm2020/components/progress/progress.module.mjs +5 -5
  165. package/esm2020/components/progress/spinner/spinner.component.mjs +4 -4
  166. package/esm2020/components/radio/radio-group.component.mjs +4 -4
  167. package/esm2020/components/radio/radio.component.mjs +5 -5
  168. package/esm2020/components/radio/radio.module.mjs +5 -5
  169. package/esm2020/components/section-heading/back-button/back-button.component.mjs +4 -4
  170. package/esm2020/components/section-heading/section-heading.component.mjs +4 -4
  171. package/esm2020/components/section-heading/section-heading.module.mjs +5 -5
  172. package/esm2020/components/section-heading/subsection-heading/subsection-heading.component.mjs +4 -4
  173. package/esm2020/components/select-menu/multi-select-menu/multi-select-menu.component.mjs +5 -5
  174. package/esm2020/components/select-menu/select-menu.component.mjs +4 -4
  175. package/esm2020/components/select-menu/select-menu.module.mjs +5 -5
  176. package/esm2020/components/shared/pipes/pipes.module.mjs +5 -5
  177. package/esm2020/components/shared/pipes/translate.pipe.mjs +4 -4
  178. package/esm2020/components/shared/pipes/trusthtml.pipe.mjs +4 -4
  179. package/esm2020/components/shared/translation.service.mjs +4 -4
  180. package/esm2020/components/snackbar/snackbar/snackbar.component.mjs +4 -4
  181. package/esm2020/components/snackbar/snackbar-container/snackbar-container.component.mjs +4 -4
  182. package/esm2020/components/snackbar/snackbar.module.mjs +5 -13
  183. package/esm2020/components/snackbar/snackbar.service.mjs +4 -4
  184. package/esm2020/components/stepper/step.component.mjs +7 -7
  185. package/esm2020/components/stepper/stepper.component.mjs +4 -4
  186. package/esm2020/components/stepper/stepper.module.mjs +5 -5
  187. package/esm2020/components/switch/switch.component.mjs +4 -4
  188. package/esm2020/components/switch/switch.module.mjs +5 -5
  189. package/esm2020/components/table/cell.mjs +22 -22
  190. package/esm2020/components/table/row.mjs +22 -22
  191. package/esm2020/components/table/table-dense.component.mjs +6 -6
  192. package/esm2020/components/table/table.component.mjs +6 -6
  193. package/esm2020/components/table/table.module.mjs +5 -5
  194. package/esm2020/components/tabs/tab/tab.component.mjs +4 -4
  195. package/esm2020/components/tabs/tab-panel/tab-panel.component.mjs +4 -4
  196. package/esm2020/components/tabs/tabs.component.mjs +4 -4
  197. package/esm2020/components/tabs/tabs.module.mjs +5 -5
  198. package/esm2020/components/text-input/text-input.component.mjs +4 -4
  199. package/esm2020/components/text-input/text-input.module.mjs +5 -5
  200. package/esm2020/components/textarea-input/textarea-input.component.mjs +4 -4
  201. package/esm2020/components/textarea-input/textarea-input.module.mjs +5 -5
  202. package/esm2020/components/tooltip/tooltip-panel/tooltip-panel.component.mjs +4 -4
  203. package/esm2020/components/tooltip/tooltip.component.mjs +5 -5
  204. package/esm2020/components/tooltip/tooltip.module.mjs +5 -5
  205. package/esm2020/components/wrapped-input/wrapped-input.component.mjs +5 -5
  206. package/esm2020/components/wrapped-input/wrapped-input.module.mjs +5 -5
  207. package/esm2020/public-api.mjs +5 -12
  208. package/fesm2015/flywheel-io-vision.mjs +825 -1285
  209. package/fesm2015/flywheel-io-vision.mjs.map +1 -1
  210. package/fesm2020/flywheel-io-vision.mjs +838 -1290
  211. package/fesm2020/flywheel-io-vision.mjs.map +1 -1
  212. package/flywheel-io-vision-2.0.0-beta-0.tgz +0 -0
  213. package/global.scss +0 -4
  214. package/package.json +3 -4
  215. package/public-api.d.ts +4 -11
  216. package/public-api.scss +0 -1
  217. package/scss/atoms/scrollbar.scss +1 -1
  218. package/scss/config/colors.scss +0 -5
  219. package/scss/icons/_icon-font-face.scss +1 -1
  220. package/scss/icons/_icon-glyphs.scss +2 -0
  221. package/scss/icons/_icon-variables.scss +2 -0
  222. package/styles.css +990 -8042
  223. package/components/legacy/dialog/choice-dialog.component.d.ts +0 -35
  224. package/components/legacy/dialog/confirm-dialog.component.d.ts +0 -20
  225. package/components/legacy/dialog/dialog.module.d.ts +0 -19
  226. package/components/legacy/dialog/dialog.service.d.ts +0 -25
  227. package/components/legacy/dialog/error-dialog.component.d.ts +0 -18
  228. package/components/legacy/dialog/portal-dialog.component.d.ts +0 -33
  229. package/components/legacy/notification/notification/notification.component.d.ts +0 -20
  230. package/components/legacy/notification/notification/notification.model.d.ts +0 -14
  231. package/components/legacy/notification/notification-container/notification-container.component.d.ts +0 -25
  232. package/components/legacy/notification/notification-timer.service.d.ts +0 -10
  233. package/components/legacy/notification/notification.module.d.ts +0 -12
  234. package/components/legacy/notification/notification.service.d.ts +0 -13
  235. package/esm2020/components/legacy/dialog/choice-dialog.component.mjs +0 -107
  236. package/esm2020/components/legacy/dialog/confirm-dialog.component.mjs +0 -61
  237. package/esm2020/components/legacy/dialog/dialog.module.mjs +0 -82
  238. package/esm2020/components/legacy/dialog/dialog.service.mjs +0 -75
  239. package/esm2020/components/legacy/dialog/error-dialog.component.mjs +0 -52
  240. package/esm2020/components/legacy/dialog/portal-dialog.component.mjs +0 -109
  241. package/esm2020/components/legacy/notification/notification/notification.component.mjs +0 -74
  242. package/esm2020/components/legacy/notification/notification/notification.model.mjs +0 -9
  243. package/esm2020/components/legacy/notification/notification-container/notification-container.component.mjs +0 -98
  244. package/esm2020/components/legacy/notification/notification-timer.service.mjs +0 -29
  245. package/esm2020/components/legacy/notification/notification.module.mjs +0 -47
  246. package/esm2020/components/legacy/notification/notification.service.mjs +0 -36
  247. package/scss/material/theme.scss +0 -243
@@ -10,5 +10,5 @@ export declare class FwAlertComponent {
10
10
  showClose?: boolean;
11
11
  close: EventEmitter<void>;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<FwAlertComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<FwAlertComponent, "fw-alert", never, { "description": "description"; "icon": "icon"; "severity": "severity"; "title": "title"; "variant": "variant"; "showClose": "showClose"; }, { "close": "close"; }, never, ["*", "fw-button"], false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwAlertComponent, "fw-alert", never, { "description": "description"; "icon": "icon"; "severity": "severity"; "title": "title"; "variant": "variant"; "showClose": "showClose"; }, { "close": "close"; }, never, ["*", "fw-button"], false, never>;
14
14
  }
@@ -15,5 +15,5 @@ export declare class FwAppIconComponent {
15
15
  role: string;
16
16
  get cssClass(): string;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<FwAppIconComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<FwAppIconComponent, "fw-app-icon", never, { "title": "title"; "icon": "icon"; "imageUrl": "imageUrl"; "color": "color"; "fontColor": "fontColor"; "size": "size"; "variant": "variant"; "badge": "badge"; "tabindex": "tabindex"; "locked": "locked"; "animated": "animated"; }, {}, never, never, false>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwAppIconComponent, "fw-app-icon", never, { "title": "title"; "icon": "icon"; "imageUrl": "imageUrl"; "color": "color"; "fontColor": "fontColor"; "size": "size"; "variant": "variant"; "badge": "badge"; "tabindex": "tabindex"; "locked": "locked"; "animated": "animated"; }, {}, never, never, false, never>;
19
19
  }
@@ -14,5 +14,5 @@ export declare class FwAvatarComponent {
14
14
  loadImage(): void;
15
15
  errorImage(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FwAvatarComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<FwAvatarComponent, "fw-avatar", never, { "color": "color"; "variant": "variant"; "content": "content"; "size": "size"; "initial": "initial"; "imageUrl": "imageUrl"; "imageAltText": "imageAltText"; "icon": "icon"; }, {}, never, never, false>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwAvatarComponent, "fw-avatar", never, { "color": "color"; "variant": "variant"; "content": "content"; "size": "size"; "initial": "initial"; "imageUrl": "imageUrl"; "imageAltText": "imageAltText"; "icon": "icon"; }, {}, never, never, false, never>;
18
18
  }
@@ -8,5 +8,5 @@ export declare class FwBadgeComponent {
8
8
  get cssClass(): string;
9
9
  showBadge(): boolean;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FwBadgeComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<FwBadgeComponent, "fw-badge", never, { "color": "color"; "variant": "variant"; "value": "value"; "hideZero": "hideZero"; "hideEmpty": "hideEmpty"; }, {}, never, ["*"], false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwBadgeComponent, "fw-badge", never, { "color": "color"; "variant": "variant"; "value": "value"; "hideZero": "hideZero"; "hideEmpty": "hideEmpty"; }, {}, never, ["*"], false, never>;
12
12
  }
@@ -5,5 +5,5 @@ export declare class FwBreadcrumbsComponent implements AfterContentInit {
5
5
  crumbs: QueryList<FwCrumbComponent>;
6
6
  ngAfterContentInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FwBreadcrumbsComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<FwBreadcrumbsComponent, "fw-breadcrumbs", never, {}, {}, ["crumbs"], ["fw-crumb"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwBreadcrumbsComponent, "fw-breadcrumbs", never, {}, {}, ["crumbs"], ["fw-crumb"], false, never>;
9
9
  }
@@ -8,5 +8,5 @@ export declare class FwCrumbComponent {
8
8
  click: EventEmitter<Event>;
9
9
  handleClick(evt: Event): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FwCrumbComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<FwCrumbComponent, "fw-crumb", never, { "title": "title"; "description": "description"; "href": "href"; "last": "last"; }, { "click": "click"; }, never, never, false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwCrumbComponent, "fw-crumb", never, { "title": "title"; "description": "description"; "href": "href"; "last": "last"; }, { "click": "click"; }, never, never, false, never>;
12
12
  }
@@ -12,5 +12,5 @@ export declare class FwButtonComponent {
12
12
  rightIcon?: IconType;
13
13
  getMappedColor(): 'primary' | 'secondary' | 'red' | 'slate' | 'orange' | 'green' | undefined;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonComponent, "fw-button", never, { "color": "color"; "size": "size"; "variant": "variant"; "type": "type"; "disabled": "disabled"; "fullWidth": "fullWidth"; "leftIcon": "leftIcon"; "rightIcon": "rightIcon"; }, {}, never, ["*"], false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonComponent, "fw-button", never, { "color": "color"; "size": "size"; "variant": "variant"; "type": "type"; "disabled": "disabled"; "fullWidth": "fullWidth"; "leftIcon": "leftIcon"; "rightIcon": "rightIcon"; }, {}, never, ["*"], false, never>;
16
16
  }
@@ -5,33 +5,33 @@ export declare class FwButtonDirective {
5
5
  get style(): SafeStyle;
6
6
  constructor(sanitizer: DomSanitizer);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonDirective, "[fwButton]", never, {}, {}, never, never, false>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonDirective, "[fwButton]", never, {}, {}, never, never, false, never>;
9
9
  }
10
10
  export declare class FwButtonPrimaryDirective {
11
11
  private sanitizer;
12
12
  get style(): SafeStyle;
13
13
  constructor(sanitizer: DomSanitizer);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonPrimaryDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonPrimaryDirective, "[fwButtonPrimary]", never, {}, {}, never, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonPrimaryDirective, "[fwButtonPrimary]", never, {}, {}, never, never, false, never>;
16
16
  }
17
17
  export declare class FwButtonSecondaryDirective {
18
18
  private sanitizer;
19
19
  get style(): SafeStyle;
20
20
  constructor(sanitizer: DomSanitizer);
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonSecondaryDirective, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonSecondaryDirective, "[fwButtonSecondary]", never, {}, {}, never, never, false>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonSecondaryDirective, "[fwButtonSecondary]", never, {}, {}, never, never, false, never>;
23
23
  }
24
24
  export declare class FwButtonDangerDirective {
25
25
  private sanitizer;
26
26
  get style(): SafeStyle;
27
27
  constructor(sanitizer: DomSanitizer);
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonDangerDirective, never>;
29
- static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonDangerDirective, "[fwButtonDanger]", never, {}, {}, never, never, false>;
29
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonDangerDirective, "[fwButtonDanger]", never, {}, {}, never, never, false, never>;
30
30
  }
31
31
  export declare class FwButtonSuccessDirective {
32
32
  private sanitizer;
33
33
  get style(): SafeStyle;
34
34
  constructor(sanitizer: DomSanitizer);
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonSuccessDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonSuccessDirective, "[fwButtonSuccess]", never, {}, {}, never, never, false>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonSuccessDirective, "[fwButtonSuccess]", never, {}, {}, never, never, false, never>;
37
37
  }
@@ -0,0 +1,33 @@
1
+ import { AfterContentInit, ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, QueryList, SimpleChanges } from '@angular/core';
2
+ import { ControlValueAccessor } from '@angular/forms';
3
+ import { FwButtonToggleItemComponent } from '../button-toggle/button-toggle-item/button-toggle-item.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class FwButtonGroupComponent implements ControlValueAccessor, OnChanges, OnDestroy, AfterContentInit {
6
+ private cdref;
7
+ get classes(): string;
8
+ layout?: 'basic' | 'compact';
9
+ size?: 'small' | 'medium' | 'large';
10
+ disabled?: boolean;
11
+ color?: 'primary' | 'secondary' | 'danger' | 'slate' | 'skeleton' | 'warning' | 'success';
12
+ selectedColor?: 'primary' | 'secondary' | 'danger' | 'slate' | 'skeleton' | 'warning' | 'success';
13
+ toggleButtons: QueryList<FwButtonToggleItemComponent>;
14
+ private subscriptions;
15
+ change: EventEmitter<string[]>;
16
+ private _value;
17
+ get value(): string[];
18
+ set value(newValue: string[]);
19
+ constructor(cdref: ChangeDetectorRef);
20
+ onChange: (value: string[]) => void;
21
+ onTouched: () => void;
22
+ registerOnChange(fn: (value: string[]) => void): void;
23
+ registerOnTouched(fn: () => void): void;
24
+ setDisabledState?(isDisabled: boolean): void;
25
+ writeValue(value: string[]): void;
26
+ ngOnChanges(changes: SimpleChanges): void;
27
+ ngOnDestroy(): void;
28
+ ngAfterContentInit(): void;
29
+ updateValue(value: string[]): void;
30
+ formatToggles(): void;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonGroupComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonGroupComponent, "fw-button-group", never, { "layout": "layout"; "size": "size"; "disabled": "disabled"; "color": "color"; "selectedColor": "selectedColor"; "value": "value"; }, { "change": "change"; }, ["toggleButtons"], ["fw-button-toggle-item,fw-tooltip"], false, never>;
33
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./button-group.component";
3
+ import * as i2 from "../button/button.module";
4
+ import * as i3 from "../icon/icon.module";
5
+ import * as i4 from "../button-toggle/button-toggle.module";
6
+ export declare class FwButtonGroupModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonGroupModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwButtonGroupModule, [typeof i1.FwButtonGroupComponent], [typeof i2.FwButtonModule, typeof i3.FwIconModule, typeof i4.FwButtonToggleModule], [typeof i1.FwButtonGroupComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<FwButtonGroupModule>;
10
+ }
@@ -17,5 +17,5 @@ export declare class FwButtonToggleItemComponent {
17
17
  constructor();
18
18
  handleClick(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonToggleItemComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonToggleItemComponent, "fw-button-toggle-item", never, { "title": "title"; "icon": "icon"; "selectedIcon": "selectedIcon"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "size": "size"; "color": "color"; "selectedColor": "selectedColor"; "selectedStyle": "selectedStyle"; }, { "click": "click"; }, never, never, false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonToggleItemComponent, "fw-button-toggle-item", never, { "title": "title"; "icon": "icon"; "selectedIcon": "selectedIcon"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "size": "size"; "color": "color"; "selectedColor": "selectedColor"; "selectedStyle": "selectedStyle"; }, { "click": "click"; }, never, never, false, never>;
21
21
  }
@@ -7,28 +7,27 @@ export declare class FwButtonToggleComponent implements ControlValueAccessor, On
7
7
  get classes(): string;
8
8
  layout?: 'basic' | 'compact';
9
9
  size?: 'small' | 'medium' | 'large';
10
- multiple?: boolean;
11
10
  disabled?: boolean;
12
11
  color?: 'primary' | 'secondary' | 'danger' | 'slate' | 'skeleton' | 'warning' | 'success';
13
12
  selectedColor?: 'primary' | 'secondary' | 'danger' | 'slate' | 'skeleton' | 'warning' | 'success';
14
13
  toggleButtons: QueryList<FwButtonToggleItemComponent>;
15
14
  private subscriptions;
16
- change: EventEmitter<string | string[]>;
15
+ change: EventEmitter<string>;
17
16
  private _value;
18
- get value(): string | string[];
19
- set value(newValue: string | string[]);
17
+ get value(): string;
18
+ set value(newValue: string);
20
19
  constructor(cdref: ChangeDetectorRef);
21
- onChange: (value: string | string[]) => void;
20
+ onChange: (value: string) => void;
22
21
  onTouched: () => void;
23
- registerOnChange(fn: (value: string | string[]) => void): void;
22
+ registerOnChange(fn: (value: string) => void): void;
24
23
  registerOnTouched(fn: () => void): void;
25
24
  setDisabledState?(isDisabled: boolean): void;
26
- writeValue(value: string | string[]): void;
25
+ writeValue(value: string): void;
27
26
  ngOnChanges(changes: SimpleChanges): void;
28
27
  ngOnDestroy(): void;
29
28
  ngAfterContentInit(): void;
30
- updateValue(value: string | string[]): void;
29
+ updateValue(value: string): void;
31
30
  formatToggles(): void;
32
31
  static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonToggleComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonToggleComponent, "fw-button-toggle", never, { "layout": "layout"; "size": "size"; "multiple": "multiple"; "disabled": "disabled"; "color": "color"; "selectedColor": "selectedColor"; "value": "value"; }, { "change": "change"; }, ["toggleButtons"], ["fw-button-toggle-item,fw-tooltip"], false>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonToggleComponent, "fw-button-toggle", never, { "layout": "layout"; "size": "size"; "disabled": "disabled"; "color": "color"; "selectedColor": "selectedColor"; "value": "value"; }, { "change": "change"; }, ["toggleButtons"], ["fw-button-toggle-item,fw-tooltip"], false, never>;
34
33
  }
@@ -4,5 +4,5 @@ export declare class FwCardAttributeComponent {
4
4
  icon: IconType;
5
5
  title: string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<FwCardAttributeComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<FwCardAttributeComponent, "fw-card-attr", never, { "icon": "icon"; "title": "title"; }, {}, never, ["*"], false>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwCardAttributeComponent, "fw-card-attr", never, { "icon": "icon"; "title": "title"; }, {}, never, ["*"], false, never>;
8
8
  }
@@ -3,5 +3,5 @@ export declare class FwCardAuthorComponent {
3
3
  name: string;
4
4
  details: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<FwCardAuthorComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<FwCardAuthorComponent, "fw-card-author", never, { "name": "name"; "details": "details"; }, {}, never, ["fw-avatar"], false>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwCardAuthorComponent, "fw-card-author", never, { "name": "name"; "details": "details"; }, {}, never, ["fw-avatar"], false, never>;
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class FwCardContentComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<FwCardContentComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<FwCardContentComponent, "fw-card-content", never, {}, {}, never, ["*"], false>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwCardContentComponent, "fw-card-content", never, {}, {}, never, ["*"], false, never>;
5
5
  }
@@ -5,5 +5,5 @@ export declare class FwCardFooterComponent {
5
5
  get style(): SafeStyle;
6
6
  constructor(sanitizer: DomSanitizer);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FwCardFooterComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<FwCardFooterComponent, "fw-card-footer", never, {}, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwCardFooterComponent, "fw-card-footer", never, {}, {}, never, ["*"], false, never>;
9
9
  }
@@ -6,5 +6,5 @@ export declare class FwCardHeaderComponent {
6
6
  leftIcon?: IconType;
7
7
  iconColor?: 'primary' | 'secondary' | 'red' | 'orange' | 'green' | 'slate' | 'muted' | 'typography';
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FwCardHeaderComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<FwCardHeaderComponent, "fw-card-header", never, { "title": "title"; "description": "description"; "leftIcon": "leftIcon"; "iconColor": "iconColor"; }, {}, never, ["fw-app-icon", "*"], false>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwCardHeaderComponent, "fw-card-header", never, { "title": "title"; "description": "description"; "leftIcon": "leftIcon"; "iconColor": "iconColor"; }, {}, never, ["fw-app-icon", "*"], false, never>;
10
10
  }
@@ -8,5 +8,5 @@ export declare class FwCardComponent {
8
8
  selectable?: boolean;
9
9
  select: EventEmitter<object | string>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FwCardComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<FwCardComponent, "fw-card", never, { "value": "value"; "disabled": "disabled"; "focused": "focused"; "constrained": "constrained"; "selectable": "selectable"; }, { "select": "select"; }, never, ["fw-card-header", "fw-card-author", "fw-card-content", "fw-card-footer"], false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwCardComponent, "fw-card", never, { "value": "value"; "disabled": "disabled"; "focused": "focused"; "constrained": "constrained"; "selectable": "selectable"; }, { "select": "select"; }, never, ["fw-card-header", "fw-card-author", "fw-card-content", "fw-card-footer"], false, never>;
12
12
  }
@@ -1,22 +1,23 @@
1
+ import { EventEmitter } from '@angular/core';
1
2
  import { ControlValueAccessor } from '@angular/forms';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class FwCheckboxComponent implements ControlValueAccessor {
4
- protected value: boolean;
5
- set checked(value: boolean);
5
+ name?: string;
6
6
  disabled: boolean;
7
7
  size: 'medium' | 'compact';
8
8
  color: 'primary' | 'secondary';
9
9
  title: string;
10
10
  focused: boolean;
11
11
  get checkboxStyles(): string[];
12
- onTouch: () => void;
12
+ checked?: boolean;
13
+ change: EventEmitter<boolean>;
13
14
  onChange: (value: boolean) => void;
14
- writeValue(newValue: boolean): void;
15
- registerOnChange(fn: any): void;
16
- registerOnTouched(fn: any): void;
17
- onInputChange(e: Event): void;
15
+ onTouched: () => void;
16
+ registerOnChange(fn: (value: boolean) => void): void;
17
+ registerOnTouched(fn: () => void): void;
18
18
  setDisabledState(isDisabled: boolean): void;
19
+ writeValue(checked: boolean): void;
19
20
  handleClick(): void;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<FwCheckboxComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<FwCheckboxComponent, "fw-checkbox", never, { "checked": "checked"; "disabled": "disabled"; "size": "size"; "color": "color"; "title": "title"; "focused": "focused"; }, {}, never, ["*"], false>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwCheckboxComponent, "fw-checkbox", never, { "name": "name"; "disabled": "disabled"; "size": "size"; "color": "color"; "title": "title"; "focused": "focused"; "checked": "checked"; }, { "change": "change"; }, never, ["*"], false, never>;
22
23
  }
@@ -16,5 +16,5 @@ export declare class FwChipComponent {
16
16
  select: EventEmitter<object | string>;
17
17
  handleClose(event: MouseEvent): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<FwChipComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<FwChipComponent, "fw-chip", never, { "value": "value"; "variant": "variant"; "color": "color"; "icon": "icon"; "title": "title"; "description": "description"; "showClose": "showClose"; "disabled": "disabled"; "selected": "selected"; "selectable": "selectable"; }, { "close": "close"; "select": "select"; }, never, ["fw-avatar"], false>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwChipComponent, "fw-chip", never, { "value": "value"; "variant": "variant"; "color": "color"; "icon": "icon"; "title": "title"; "description": "description"; "showClose": "showClose"; "disabled": "disabled"; "selected": "selected"; "selectable": "selectable"; }, { "close": "close"; "select": "select"; }, never, ["fw-avatar"], false, never>;
20
20
  }
@@ -19,5 +19,5 @@ export declare class FwContainedInputComponent implements ControlValueAccessor {
19
19
  registerOnTouched(fn: any): void;
20
20
  setDisabledState(isDisabled: boolean): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<FwContainedInputComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<FwContainedInputComponent, "fw-contained-input", never, { "title": "title"; "description": "description"; "status": "status"; "inputPosition": "inputPosition"; "inputVariant": "inputVariant"; "checked": "checked"; "disabled": "disabled"; }, { "change": "change"; }, never, ["fw-avatar", "fw-icon"], false>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwContainedInputComponent, "fw-contained-input", never, { "title": "title"; "description": "description"; "status": "status"; "inputPosition": "inputPosition"; "inputVariant": "inputVariant"; "checked": "checked"; "disabled": "disabled"; }, { "change": "change"; }, never, ["fw-avatar", "fw-icon"], false, never>;
23
23
  }
@@ -43,5 +43,5 @@ export declare class FwDateInputComponent implements ControlValueAccessor {
43
43
  blurHandler(): void;
44
44
  onLeftIconClick(): void;
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<FwDateInputComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDateInputComponent, "fw-date-input", never, { "disabled": "disabled"; "useActionableIcons": "useActionableIcons"; "leftIcon": "leftIcon"; "prefix": "prefix"; "helperText": "helperText"; "errorText": "errorText"; "placeholder": "placeholder"; "readOnly": "readOnly"; "size": "size"; "type": "type"; "max": "max"; "min": "min"; "step": "step"; "autofocus": "autofocus"; "autocomplete": "autocomplete"; "error": "error"; "value": "value"; }, { "leftIconAction": "leftIconAction"; }, never, never, false>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDateInputComponent, "fw-date-input", never, { "disabled": "disabled"; "useActionableIcons": "useActionableIcons"; "leftIcon": "leftIcon"; "prefix": "prefix"; "helperText": "helperText"; "errorText": "errorText"; "placeholder": "placeholder"; "readOnly": "readOnly"; "size": "size"; "type": "type"; "max": "max"; "min": "min"; "step": "step"; "autofocus": "autofocus"; "autocomplete": "autocomplete"; "error": "error"; "value": "value"; }, { "leftIconAction": "leftIconAction"; }, never, never, false, never>;
47
47
  }
@@ -5,5 +5,5 @@ export declare class FwDialogActionsComponent {
5
5
  get style(): SafeStyle;
6
6
  constructor(sanitizer: DomSanitizer);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogActionsComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogActionsComponent, "fw-dialog-actions", never, {}, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogActionsComponent, "fw-dialog-actions", never, {}, {}, never, ["*"], false, never>;
9
9
  }
@@ -21,5 +21,5 @@ export declare class FwDialogConfirmComponent {
21
21
  constructor(dialogRef: DialogRef);
22
22
  handleCloseButton(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogConfirmComponent, [{ optional: true; }]>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogConfirmComponent, "fw-dialog-confirm", never, { "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "confirmColor": "confirmColor"; "confirmButtonText": "confirmButtonText"; "confirmButtonIcon": "confirmButtonIcon"; "cancelButtonText": "cancelButtonText"; "contentIcon": "contentIcon"; "contentTitle": "contentTitle"; "contentText": "contentText"; }, { "close": "close"; "confirm": "confirm"; }, never, never, false>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogConfirmComponent, "fw-dialog-confirm", never, { "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "confirmColor": "confirmColor"; "confirmButtonText": "confirmButtonText"; "confirmButtonIcon": "confirmButtonIcon"; "cancelButtonText": "cancelButtonText"; "contentIcon": "contentIcon"; "contentTitle": "contentTitle"; "contentText": "contentText"; }, { "close": "close"; "confirm": "confirm"; }, never, never, false, never>;
25
25
  }
@@ -6,5 +6,5 @@ export declare class FwDialogContentComponent {
6
6
  get style(): SafeStyle;
7
7
  constructor(sanitizer: DomSanitizer);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogContentComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogContentComponent, "fw-dialog-content", never, { "padded": "padded"; }, {}, never, ["*"], false>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogContentComponent, "fw-dialog-content", never, { "padded": "padded"; }, {}, never, ["*"], false, never>;
10
10
  }
@@ -5,5 +5,5 @@ export declare class FwDialogHeaderComponent {
5
5
  get style(): SafeStyle;
6
6
  constructor(sanitizer: DomSanitizer);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogHeaderComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogHeaderComponent, "fw-dialog-header", never, {}, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogHeaderComponent, "fw-dialog-header", never, {}, {}, never, ["*"], false, never>;
9
9
  }
@@ -21,5 +21,5 @@ export declare class FwDialogSimpleComponent {
21
21
  constructor(dialogRef: DialogRef);
22
22
  handleCloseButton(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogSimpleComponent, [{ optional: true; }]>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogSimpleComponent, "fw-dialog-simple", never, { "width": "width"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "showClose": "showClose"; "actionButtonText": "actionButtonText"; "actionButtonIcon": "actionButtonIcon"; "cancelButtonText": "cancelButtonText"; "alternateButtonText": "alternateButtonText"; "alternateButtonIcon": "alternateButtonIcon"; "contentText": "contentText"; }, { "close": "close"; "action": "action"; "alternateAction": "alternateAction"; }, never, ["fw-dialog-content"], false>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogSimpleComponent, "fw-dialog-simple", never, { "width": "width"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "showClose": "showClose"; "actionButtonText": "actionButtonText"; "actionButtonIcon": "actionButtonIcon"; "cancelButtonText": "cancelButtonText"; "alternateButtonText": "alternateButtonText"; "alternateButtonIcon": "alternateButtonIcon"; "contentText": "contentText"; }, { "close": "close"; "action": "action"; "alternateAction": "alternateAction"; }, never, ["fw-dialog-content"], false, never>;
25
25
  }
@@ -21,5 +21,5 @@ export declare class FwDialogComponent {
21
21
  get classes(): string;
22
22
  protected handleCloseButton(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogComponent, [{ optional: true; }]>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogComponent, "fw-dialog", never, { "width": "width"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "showClose": "showClose"; }, { "close": "close"; }, never, ["fw-dialog-header", "fw-dialog-content", "fw-dialog-actions"], false>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogComponent, "fw-dialog", never, { "width": "width"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "showClose": "showClose"; }, { "close": "close"; }, never, ["fw-dialog-header", "fw-dialog-content", "fw-dialog-actions"], false, never>;
25
25
  }
@@ -6,5 +6,5 @@ export declare class FwFormHeadingComponent {
6
6
  status?: string;
7
7
  constructor();
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FwFormHeadingComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<FwFormHeadingComponent, "fw-form-heading", never, { "title": "title"; "description": "description"; "status": "status"; }, {}, never, ["fw-tooltip", "fw-icon", "fw-chip", "p", "*"], false>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwFormHeadingComponent, "fw-form-heading", never, { "title": "title"; "description": "description"; "status": "status"; }, {}, never, ["fw-tooltip", "fw-icon", "fw-chip", "p", "*"], false, never>;
10
10
  }
@@ -9,5 +9,5 @@ export declare class FwIconComponent {
9
9
  get style(): SafeStyle;
10
10
  constructor(sanitizer: DomSanitizer);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<FwIconComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<FwIconComponent, "fw-icon", never, { "size": "size"; "color": "color"; }, {}, never, ["*"], false>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwIconComponent, "fw-icon", never, { "size": "size"; "color": "color"; }, {}, never, ["*"], false, never>;
13
13
  }
@@ -8,5 +8,5 @@ export declare class FwIconButtonComponent {
8
8
  disabled?: boolean;
9
9
  selected?: boolean;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FwIconButtonComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<FwIconButtonComponent, "fw-icon-button", never, { "color": "color"; "icon": "icon"; "size": "size"; "disabled": "disabled"; "selected": "selected"; }, {}, never, never, false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwIconButtonComponent, "fw-icon-button", never, { "color": "color"; "icon": "icon"; "size": "size"; "disabled": "disabled"; "selected": "selected"; }, {}, never, never, false, never>;
12
12
  }
@@ -14,5 +14,5 @@ export declare class FwLayoutContextComponent {
14
14
  description?: string;
15
15
  get classes(): string;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutContextComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutContextComponent, "fw-layout-context", never, { "width": "width"; "icon": "icon"; "iconColor": "iconColor"; "title": "title"; "description": "description"; }, {}, never, ["fw-button"], false>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutContextComponent, "fw-layout-context", never, { "width": "width"; "icon": "icon"; "iconColor": "iconColor"; "title": "title"; "description": "description"; }, {}, never, ["fw-button"], false, never>;
18
18
  }
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
2
2
  export declare class FwGridComponent {
3
3
  get cssClass(): string;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<FwGridComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<FwGridComponent, "fw-grid", never, {}, {}, never, ["fw-grid-item"], false>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwGridComponent, "fw-grid", never, {}, {}, never, ["fw-grid-item"], false, never>;
6
6
  }
7
7
  export declare class FwGridItemComponent {
8
8
  cols: number;
@@ -15,5 +15,5 @@ export declare class FwGridItemComponent {
15
15
  variant?: 'page-light' | 'page-shaded' | 'card-header' | 'card-background';
16
16
  get cssClass(): string;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<FwGridItemComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<FwGridItemComponent, "fw-grid-item", never, { "cols": "cols"; "sm": "sm"; "md": "md"; "lg": "lg"; "xl": "xl"; "padded": "padded"; "rounded": "rounded"; "variant": "variant"; }, {}, never, ["*"], false>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwGridItemComponent, "fw-grid-item", never, { "cols": "cols"; "sm": "sm"; "md": "md"; "lg": "lg"; "xl": "xl"; "padded": "padded"; "rounded": "rounded"; "variant": "variant"; }, {}, never, ["*"], false, never>;
19
19
  }
@@ -5,5 +5,5 @@ export declare class FwLayoutGroupComponent {
5
5
  justify: 'space-between' | 'space-around' | 'space-evenly' | 'flex-end' | 'flex-start';
6
6
  get classes(): string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutGroupComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutGroupComponent, "fw-layout-group", never, { "stackable": "stackable"; "padded": "padded"; "justify": "justify"; }, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutGroupComponent, "fw-layout-group", never, { "stackable": "stackable"; "padded": "padded"; "justify": "justify"; }, {}, never, ["*"], false, never>;
9
9
  }
@@ -7,5 +7,5 @@ export declare class FwLayoutPanelComponent {
7
7
  margin?: boolean;
8
8
  padded?: boolean;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutPanelComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutPanelComponent, "fw-layout-panel", never, { "height": "height"; "fitted": "fitted"; "border": "border"; "rounded": "rounded"; "margin": "margin"; "padded": "padded"; }, {}, never, ["header", "*", "footer"], false>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutPanelComponent, "fw-layout-panel", never, { "height": "height"; "fitted": "fitted"; "border": "border"; "rounded": "rounded"; "margin": "margin"; "padded": "padded"; }, {}, never, ["header", "*", "footer"], false, never>;
11
11
  }
@@ -5,5 +5,5 @@ export declare class FwLayoutSidebarComponent {
5
5
  width?: string;
6
6
  direction?: 'row' | 'row-reverse';
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutSidebarComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutSidebarComponent, "fw-layout-sidebar", never, { "outlined": "outlined"; "rounded": "rounded"; "width": "width"; "direction": "direction"; }, {}, never, ["*", "aside"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutSidebarComponent, "fw-layout-sidebar", never, { "outlined": "outlined"; "rounded": "rounded"; "width": "width"; "direction": "direction"; }, {}, never, ["*", "aside"], false, never>;
9
9
  }
@@ -3,5 +3,5 @@ export declare class FwLayoutToolbarComponent {
3
3
  dense?: boolean;
4
4
  get classes(): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutToolbarComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutToolbarComponent, "fw-layout-toolbar", never, { "dense": "dense"; }, {}, never, ["*"], false>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutToolbarComponent, "fw-layout-toolbar", never, { "dense": "dense"; }, {}, never, ["*"], false, never>;
7
7
  }
@@ -6,5 +6,5 @@ export declare class FwMenuCloseTriggersDirective {
6
6
  triggers?: QueryList<CdkMenuTrigger>;
7
7
  private _isOpen;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuCloseTriggersDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<FwMenuCloseTriggersDirective, "[fwMenuCloseTriggers]", never, {}, {}, ["triggers"], never, false>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FwMenuCloseTriggersDirective, "[fwMenuCloseTriggers]", never, {}, {}, ["triggers"], never, false, never>;
10
10
  }
@@ -24,5 +24,5 @@ export declare class FwMenuContainerComponent implements AfterContentInit {
24
24
  ngAfterContentInit(): void;
25
25
  filterTextChange(event: Event): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuContainerComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuContainerComponent, "fw-menu-container", never, { "width": "width"; "maxHeight": "maxHeight"; "minHeight": "minHeight"; "border": "border"; "shadow": "shadow"; "showFilter": "showFilter"; "filterText": "filterText"; "offset": "offset"; "collapsed": "collapsed"; }, { "filterChanged": "filterChanged"; }, ["menu"], ["*"], false>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuContainerComponent, "fw-menu-container", never, { "width": "width"; "maxHeight": "maxHeight"; "minHeight": "minHeight"; "border": "border"; "shadow": "shadow"; "showFilter": "showFilter"; "filterText": "filterText"; "offset": "offset"; "collapsed": "collapsed"; }, { "filterChanged": "filterChanged"; }, ["menu"], ["*"], false, never>;
28
28
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class FwMenuHeaderComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuHeaderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuHeaderComponent, "fw-menu-header", never, {}, {}, never, ["*", "fw-icon-button", "fw-badge"], false>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuHeaderComponent, "fw-menu-header", never, {}, {}, never, ["*", "fw-icon-button", "fw-badge"], false, never>;
5
5
  }
@@ -34,5 +34,5 @@ export declare class FwMenuItemComponent implements OnChanges, OnDestroy, AfterC
34
34
  toggleSubItemsView(): void;
35
35
  handleClick(evt?: Event): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuItemComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuItemComponent, "fw-menu-item", never, { "value": "value"; "size": "size"; "title": "title"; "description": "description"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; "showCheckbox": "showCheckbox"; "checkboxColor": "checkboxColor"; "multiSelect": "multiSelect"; "hidden": "hidden"; "collapsed": "collapsed"; "href": "href"; "target": "target"; "subItemsOpen": "subItemsOpen"; "focused": "focused"; "selected": "selected"; "variant": "variant"; }, { "click": "click"; }, ["subItems"], ["fw-avatar", "p", "fw-badge", "fw-icon", "fw-icon-button", "fw-menu-sub-item"], false>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuItemComponent, "fw-menu-item", never, { "value": "value"; "size": "size"; "title": "title"; "description": "description"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; "showCheckbox": "showCheckbox"; "checkboxColor": "checkboxColor"; "multiSelect": "multiSelect"; "hidden": "hidden"; "collapsed": "collapsed"; "href": "href"; "target": "target"; "subItemsOpen": "subItemsOpen"; "focused": "focused"; "selected": "selected"; "variant": "variant"; }, { "click": "click"; }, ["subItems"], ["fw-avatar", "p", "fw-badge", "fw-icon", "fw-icon-button", "fw-menu-sub-item"], false, never>;
38
38
  }
@@ -7,5 +7,5 @@ export declare class FwMenuItemGroupComponent {
7
7
  iconColor?: 'primary' | 'secondary' | 'red' | 'orange' | 'green' | 'slate' | 'typography';
8
8
  disabled: boolean;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuItemGroupComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuItemGroupComponent, "fw-menu-item-group", never, { "role": "role"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; }, {}, never, ["*"], false>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuItemGroupComponent, "fw-menu-item-group", never, { "role": "role"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; }, {}, never, ["*"], false, never>;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class FwMenuSeparatorComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuSeparatorComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuSeparatorComponent, "fw-menu-separator", never, {}, {}, never, never, false>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuSeparatorComponent, "fw-menu-separator", never, {}, {}, never, never, false, never>;
5
5
  }
@@ -21,5 +21,5 @@ export declare class FwMenuSubItemComponent {
21
21
  variant?: 'default' | 'modern' | 'button';
22
22
  handleClick(evt?: Event): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuSubItemComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuSubItemComponent, "fw-menu-sub-item", never, { "value": "value"; "size": "size"; "title": "title"; "description": "description"; "icon": "icon"; "disabled": "disabled"; "hidden": "hidden"; "href": "href"; "target": "target"; "collapsed": "collapsed"; "focused": "focused"; "selected": "selected"; "variant": "variant"; }, { "click": "click"; }, never, ["p", "fw-badge", "fw-icon", "fw-icon-button"], false>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuSubItemComponent, "fw-menu-sub-item", never, { "value": "value"; "size": "size"; "title": "title"; "description": "description"; "icon": "icon"; "disabled": "disabled"; "hidden": "hidden"; "href": "href"; "target": "target"; "collapsed": "collapsed"; "focused": "focused"; "selected": "selected"; "variant": "variant"; }, { "click": "click"; }, never, ["p", "fw-badge", "fw-icon", "fw-icon-button"], false, never>;
25
25
  }
@@ -44,5 +44,5 @@ export declare class FwMenuComponent implements ControlValueAccessor, OnChanges,
44
44
  handleSelect(value: string): void;
45
45
  updateLayout(): void;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuComponent, "fw-menu", never, { "disabled": "disabled"; "size": "size"; "multiSelect": "multiSelect"; "useCheckbox": "useCheckbox"; "value": "value"; "variant": "variant"; "collapsed": "collapsed"; "collapsedWidth": "collapsedWidth"; "openWidth": "openWidth"; }, { "change": "change"; "filteredItemsChange": "filteredItemsChange"; }, ["menuContentWrapper", "menuItems"], ["*"], false>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuComponent, "fw-menu", never, { "disabled": "disabled"; "size": "size"; "multiSelect": "multiSelect"; "useCheckbox": "useCheckbox"; "value": "value"; "variant": "variant"; "collapsed": "collapsed"; "collapsedWidth": "collapsedWidth"; "openWidth": "openWidth"; }, { "change": "change"; "filteredItemsChange": "filteredItemsChange"; }, ["menuContentWrapper", "menuItems"], ["*"], false, never>;
48
48
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class FwNavbarHeaderComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<FwNavbarHeaderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarHeaderComponent, "fw-navbar-header", never, {}, {}, never, ["*", "fw-icon-button", "fw-badge"], false>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarHeaderComponent, "fw-navbar-header", never, {}, {}, never, ["*", "fw-icon-button", "fw-badge"], false, never>;
5
5
  }
@@ -24,5 +24,5 @@ export declare class FwNavbarItemComponent implements OnChanges, AfterViewInit {
24
24
  updateLayout(): void;
25
25
  toggleSubItemsView(event: Event): boolean;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<FwNavbarItemComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarItemComponent, "fw-navbar-item", never, { "value": "value"; "title": "title"; "description": "description"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; "hidden": "hidden"; "tooltipText": "tooltipText"; "showTooltip": "showTooltip"; "collapsed": "collapsed"; "href": "href"; "target": "target"; "subItemsOpen": "subItemsOpen"; "subItemsTooltipTitle": "subItemsTooltipTitle"; "selected": "selected"; }, {}, ["subItems"], ["fw-avatar", "p", "fw-badge", "fw-icon", "fw-icon-button", "fw-navbar-sub-item"], false>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarItemComponent, "fw-navbar-item", never, { "value": "value"; "title": "title"; "description": "description"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; "hidden": "hidden"; "tooltipText": "tooltipText"; "showTooltip": "showTooltip"; "collapsed": "collapsed"; "href": "href"; "target": "target"; "subItemsOpen": "subItemsOpen"; "subItemsTooltipTitle": "subItemsTooltipTitle"; "selected": "selected"; }, {}, ["subItems"], ["fw-avatar", "p", "fw-badge", "fw-icon", "fw-icon-button", "fw-navbar-sub-item"], false, never>;
28
28
  }
@@ -14,5 +14,5 @@ export declare class FwNavbarSubItemComponent {
14
14
  collapsed?: boolean;
15
15
  selected?: boolean;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FwNavbarSubItemComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarSubItemComponent, "fw-navbar-sub-item", never, { "value": "value"; "title": "title"; "description": "description"; "icon": "icon"; "disabled": "disabled"; "hidden": "hidden"; "tooltipText": "tooltipText"; "showTooltip": "showTooltip"; "href": "href"; "target": "target"; "collapsed": "collapsed"; "selected": "selected"; }, {}, never, ["p", "fw-badge", "fw-icon", "fw-icon-button"], false>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarSubItemComponent, "fw-navbar-sub-item", never, { "value": "value"; "title": "title"; "description": "description"; "icon": "icon"; "disabled": "disabled"; "hidden": "hidden"; "tooltipText": "tooltipText"; "showTooltip": "showTooltip"; "href": "href"; "target": "target"; "collapsed": "collapsed"; "selected": "selected"; }, {}, never, ["p", "fw-badge", "fw-icon", "fw-icon-button"], false, never>;
18
18
  }
@@ -10,5 +10,5 @@ export declare class FwNavbarComponent implements OnChanges, AfterViewInit {
10
10
  ngAfterViewInit(): void;
11
11
  updateLayout(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<FwNavbarComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarComponent, "fw-navbar", never, { "disabled": "disabled"; "collapsed": "collapsed"; "width": "width"; }, {}, ["menuItems"], ["*"], false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarComponent, "fw-navbar", never, { "disabled": "disabled"; "collapsed": "collapsed"; "width": "width"; }, {}, ["menuItems"], ["*"], false, never>;
14
14
  }