@flywheel-io/vision 2.10.2 → 19.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (270) hide show
  1. package/README.md +5 -5
  2. package/components/alert/alert.component.d.ts +1 -1
  3. package/components/alert/alert.module.d.ts +8 -5
  4. package/components/app-icon/app-icon.component.d.ts +1 -1
  5. package/components/app-icon/app-icon.module.d.ts +7 -4
  6. package/components/avatar/avatar.component.d.ts +1 -1
  7. package/components/avatar/avatar.module.d.ts +7 -4
  8. package/components/badge/badge.component.d.ts +1 -1
  9. package/components/badge/badge.module.d.ts +6 -3
  10. package/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  11. package/components/breadcrumbs/breadcrumbs.module.d.ts +8 -5
  12. package/components/breadcrumbs/crumb.component.d.ts +1 -1
  13. package/components/button/button.component.d.ts +1 -1
  14. package/components/button/button.directives.d.ts +5 -5
  15. package/components/button/button.module.d.ts +9 -6
  16. package/components/button-group/button-group.component.d.ts +1 -1
  17. package/components/button-group/button-group.module.d.ts +8 -5
  18. package/components/button-toggle/button-toggle-item/button-toggle-item.component.d.ts +1 -1
  19. package/components/button-toggle/button-toggle.component.d.ts +1 -1
  20. package/components/button-toggle/button-toggle.module.d.ts +8 -5
  21. package/components/card/card-attribute/card-attribute.component.d.ts +1 -1
  22. package/components/card/card-author/card-author.component.d.ts +1 -1
  23. package/components/card/card-content/card-content.component.d.ts +1 -1
  24. package/components/card/card-footer/card-footer.component.d.ts +1 -1
  25. package/components/card/card-header/card-header.component.d.ts +1 -1
  26. package/components/card/card.component.d.ts +1 -1
  27. package/components/card/card.module.d.ts +13 -10
  28. package/components/checkbox/checkbox.component.d.ts +1 -1
  29. package/components/checkbox/checkbox.module.d.ts +7 -4
  30. package/components/chip/chip.component.d.ts +1 -1
  31. package/components/chip/chip.module.d.ts +8 -5
  32. package/components/contained-input/contained-input.component.d.ts +1 -1
  33. package/components/contained-input/contained-input.module.d.ts +10 -7
  34. package/components/date-input/date-input.component.d.ts +1 -1
  35. package/components/date-input/date-input.module.d.ts +8 -5
  36. package/components/dialog/dialog-actions.component.d.ts +1 -1
  37. package/components/dialog/dialog-confirm.component.d.ts +1 -1
  38. package/components/dialog/dialog-content.component.d.ts +1 -1
  39. package/components/dialog/dialog-header.component.d.ts +1 -1
  40. package/components/dialog/dialog-simple.component.d.ts +1 -1
  41. package/components/dialog/dialog.component.d.ts +1 -1
  42. package/components/dialog/dialogs.module.d.ts +16 -13
  43. package/components/form-heading/form-heading.component.d.ts +1 -1
  44. package/components/form-heading/form-heading.module.d.ts +9 -6
  45. package/components/icon/icon.component.d.ts +1 -1
  46. package/components/icon/icon.module.d.ts +6 -3
  47. package/components/icon-button/icon-button.component.d.ts +1 -1
  48. package/components/icon-button/icon-button.module.d.ts +7 -4
  49. package/components/layouts/context/context.component.d.ts +1 -1
  50. package/components/layouts/grid/grid.component.d.ts +2 -2
  51. package/components/layouts/layout-group.component.d.ts +1 -1
  52. package/components/layouts/layouts.module.d.ts +12 -9
  53. package/components/layouts/panel/panel.component.d.ts +1 -1
  54. package/components/layouts/sidebar/sidebar.component.d.ts +1 -1
  55. package/components/layouts/toolbar/toolbar.component.d.ts +1 -1
  56. package/components/menu/menu-close-triggers.directive.d.ts +1 -1
  57. package/components/menu/menu-container/menu-container.component.d.ts +1 -1
  58. package/components/menu/menu-header/menu-header.component.d.ts +1 -1
  59. package/components/menu/menu-item/menu-item.component.d.ts +1 -1
  60. package/components/menu/menu-item-group/menu-item-group.component.d.ts +1 -1
  61. package/components/menu/menu-separator/menu-separator.component.d.ts +1 -1
  62. package/components/menu/menu-sub-item/menu-sub-item.component.d.ts +1 -1
  63. package/components/menu/menu.component.d.ts +1 -1
  64. package/components/menu/menu.module.d.ts +22 -19
  65. package/components/navbar/navbar-header/navbar-header.component.d.ts +1 -1
  66. package/components/navbar/navbar-item/navbar-item.component.d.ts +1 -1
  67. package/components/navbar/navbar-sub-item/navbar-sub-item.component.d.ts +1 -1
  68. package/components/navbar/navbar.component.d.ts +1 -1
  69. package/components/navbar/navbar.module.d.ts +16 -13
  70. package/components/number-input/number-input.component.d.ts +1 -1
  71. package/components/number-input/number-input.module.d.ts +8 -5
  72. package/components/paginator/paginator-advanced/paginator-advanced.component.d.ts +1 -1
  73. package/components/paginator/paginator.component.d.ts +1 -1
  74. package/components/paginator/paginator.module.d.ts +12 -9
  75. package/components/phone-input/phone-input.component.d.ts +1 -1
  76. package/components/phone-input/phone-input.module.d.ts +11 -8
  77. package/components/popover/popover-panel/popover-panel.component.d.ts +1 -1
  78. package/components/popover/popover.component.d.ts +2 -2
  79. package/components/popover/popover.module.d.ts +9 -6
  80. package/components/progress/bar/bar.component.d.ts +1 -1
  81. package/components/progress/progress.module.d.ts +7 -4
  82. package/components/progress/spinner/spinner.component.d.ts +1 -1
  83. package/components/radio/radio-group.component.d.ts +1 -1
  84. package/components/radio/radio.component.d.ts +1 -1
  85. package/components/radio/radio.module.d.ts +8 -5
  86. package/components/section-heading/back-button/back-button.component.d.ts +1 -1
  87. package/components/section-heading/section-heading.component.d.ts +1 -1
  88. package/components/section-heading/section-heading.module.d.ts +10 -7
  89. package/components/section-heading/subsection-heading/subsection-heading.component.d.ts +1 -1
  90. package/components/select-menu/multi-select-menu/multi-select-menu.component.d.ts +1 -1
  91. package/components/select-menu/select-menu.component.d.ts +1 -1
  92. package/components/select-menu/select-menu.module.d.ts +15 -12
  93. package/components/shared/pipes/pipes.module.d.ts +4 -1
  94. package/components/shared/pipes/translate.pipe.d.ts +1 -1
  95. package/components/shared/pipes/trusthtml.pipe.d.ts +1 -1
  96. package/components/snackbar/snackbar/snackbar.component.d.ts +2 -2
  97. package/components/snackbar/snackbar-container/snackbar-container.component.d.ts +1 -1
  98. package/components/snackbar/snackbar.module.d.ts +10 -7
  99. package/components/stepper/step.component.d.ts +2 -2
  100. package/components/stepper/stepper.component.d.ts +1 -1
  101. package/components/stepper/stepper.module.d.ts +9 -6
  102. package/components/switch/switch.component.d.ts +1 -1
  103. package/components/switch/switch.module.d.ts +6 -3
  104. package/components/table/row.d.ts +7 -7
  105. package/components/table/table-dense.component.d.ts +1 -1
  106. package/components/table/table.component.d.ts +1 -1
  107. package/components/table/table.module.d.ts +10 -7
  108. package/components/tabs/tab/tab.component.d.ts +1 -1
  109. package/components/tabs/tab-panel/tab-panel.component.d.ts +1 -1
  110. package/components/tabs/tabs.component.d.ts +1 -1
  111. package/components/tabs/tabs.module.d.ts +9 -6
  112. package/components/tag/tag.component.d.ts +1 -1
  113. package/components/tag/tag.module.d.ts +7 -4
  114. package/components/text-input/text-input.component.d.ts +1 -1
  115. package/components/text-input/text-input.module.d.ts +9 -6
  116. package/components/textarea-input/textarea-input.component.d.ts +1 -1
  117. package/components/textarea-input/textarea-input.module.d.ts +9 -6
  118. package/components/tooltip/tooltip-panel/tooltip-panel.component.d.ts +1 -1
  119. package/components/tooltip/tooltip.component.d.ts +1 -1
  120. package/components/tooltip/tooltip.module.d.ts +11 -8
  121. package/components/wrapped-input/wrapped-input.component.d.ts +1 -1
  122. package/components/wrapped-input/wrapped-input.module.d.ts +7 -4
  123. package/fesm2022/flywheel-io-vision.mjs +1087 -836
  124. package/fesm2022/flywheel-io-vision.mjs.map +1 -1
  125. package/package.json +14 -7
  126. package/scss/icons/_icon-font-face.scss +5 -5
  127. package/scss/icons/_icon-glyphs.scss +2 -2
  128. package/scss/icons/_icon-variables.scss +350 -349
  129. package/styles.css +0 -1
  130. package/esm2022/color.utils.mjs +0 -27
  131. package/esm2022/components/alert/alert.component.mjs +0 -34
  132. package/esm2022/components/alert/alert.module.mjs +0 -32
  133. package/esm2022/components/app-icon/app-icon.component.mjs +0 -63
  134. package/esm2022/components/app-icon/app-icon.module.mjs +0 -28
  135. package/esm2022/components/avatar/avatar.component.mjs +0 -82
  136. package/esm2022/components/avatar/avatar.module.mjs +0 -28
  137. package/esm2022/components/avatar-list/avatar-list.component.mjs +0 -87
  138. package/esm2022/components/badge/badge.component.mjs +0 -45
  139. package/esm2022/components/badge/badge.module.mjs +0 -24
  140. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +0 -22
  141. package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +0 -33
  142. package/esm2022/components/breadcrumbs/crumb.component.mjs +0 -34
  143. package/esm2022/components/button/button.component.mjs +0 -59
  144. package/esm2022/components/button/button.directives.mjs +0 -129
  145. package/esm2022/components/button/button.module.mjs +0 -53
  146. package/esm2022/components/button-group/button-group.component.mjs +0 -131
  147. package/esm2022/components/button-group/button-group.module.mjs +0 -32
  148. package/esm2022/components/button-toggle/button-toggle-item/button-toggle-item.component.mjs +0 -56
  149. package/esm2022/components/button-toggle/button-toggle.component.mjs +0 -137
  150. package/esm2022/components/button-toggle/button-toggle.module.mjs +0 -33
  151. package/esm2022/components/card/card-attribute/card-attribute.component.mjs +0 -17
  152. package/esm2022/components/card/card-author/card-author.component.mjs +0 -15
  153. package/esm2022/components/card/card-content/card-content.component.mjs +0 -11
  154. package/esm2022/components/card/card-footer/card-footer.component.mjs +0 -29
  155. package/esm2022/components/card/card-header/card-header.component.mjs +0 -24
  156. package/esm2022/components/card/card.component.mjs +0 -27
  157. package/esm2022/components/card/card.module.mjs +0 -57
  158. package/esm2022/components/checkbox/checkbox.component.mjs +0 -79
  159. package/esm2022/components/checkbox/checkbox.module.mjs +0 -31
  160. package/esm2022/components/chip/chip.component.mjs +0 -55
  161. package/esm2022/components/chip/chip.module.mjs +0 -32
  162. package/esm2022/components/chip-list/chip-list.component.mjs +0 -96
  163. package/esm2022/components/contained-input/contained-input.component.mjs +0 -86
  164. package/esm2022/components/contained-input/contained-input.module.mjs +0 -40
  165. package/esm2022/components/date-input/date-input.component.mjs +0 -139
  166. package/esm2022/components/date-input/date-input.module.mjs +0 -32
  167. package/esm2022/components/dialog/dialog-actions.component.mjs +0 -32
  168. package/esm2022/components/dialog/dialog-confirm.component.mjs +0 -120
  169. package/esm2022/components/dialog/dialog-content.component.mjs +0 -38
  170. package/esm2022/components/dialog/dialog-header.component.mjs +0 -35
  171. package/esm2022/components/dialog/dialog-simple.component.mjs +0 -105
  172. package/esm2022/components/dialog/dialog.component.mjs +0 -93
  173. package/esm2022/components/dialog/dialog.service.mjs +0 -103
  174. package/esm2022/components/dialog/dialogs.module.mjs +0 -75
  175. package/esm2022/components/form-heading/form-heading.component.mjs +0 -30
  176. package/esm2022/components/form-heading/form-heading.module.mjs +0 -36
  177. package/esm2022/components/forms/validators.mjs +0 -81
  178. package/esm2022/components/icon/icon.component.mjs +0 -69
  179. package/esm2022/components/icon/icon.module.mjs +0 -24
  180. package/esm2022/components/icon/icon.types.mjs +0 -352
  181. package/esm2022/components/icon-button/icon-button.component.mjs +0 -40
  182. package/esm2022/components/icon-button/icon-button.module.mjs +0 -28
  183. package/esm2022/components/layouts/context/context.component.mjs +0 -46
  184. package/esm2022/components/layouts/grid/grid.component.mjs +0 -62
  185. package/esm2022/components/layouts/layout-group.component.mjs +0 -36
  186. package/esm2022/components/layouts/layouts.module.mjs +0 -57
  187. package/esm2022/components/layouts/panel/panel.component.mjs +0 -32
  188. package/esm2022/components/layouts/sidebar/sidebar.component.mjs +0 -26
  189. package/esm2022/components/layouts/toolbar/toolbar.component.mjs +0 -21
  190. package/esm2022/components/menu/menu-close-triggers.directive.mjs +0 -44
  191. package/esm2022/components/menu/menu-container/menu-container.component.mjs +0 -126
  192. package/esm2022/components/menu/menu-header/menu-header.component.mjs +0 -11
  193. package/esm2022/components/menu/menu-item/menu-item.component.mjs +0 -152
  194. package/esm2022/components/menu/menu-item-group/menu-item-group.component.mjs +0 -31
  195. package/esm2022/components/menu/menu-separator/menu-separator.component.mjs +0 -11
  196. package/esm2022/components/menu/menu-sub-item/menu-sub-item.component.mjs +0 -103
  197. package/esm2022/components/menu/menu.component.mjs +0 -132
  198. package/esm2022/components/menu/menu.module.mjs +0 -95
  199. package/esm2022/components/navbar/navbar-header/navbar-header.component.mjs +0 -11
  200. package/esm2022/components/navbar/navbar-item/navbar-item.component.mjs +0 -95
  201. package/esm2022/components/navbar/navbar-sub-item/navbar-sub-item.component.mjs +0 -76
  202. package/esm2022/components/navbar/navbar.component.mjs +0 -75
  203. package/esm2022/components/navbar/navbar.module.mjs +0 -67
  204. package/esm2022/components/number-input/number-input.component.mjs +0 -122
  205. package/esm2022/components/number-input/number-input.module.mjs +0 -32
  206. package/esm2022/components/paginator/paginator-advanced/paginator-advanced.component.mjs +0 -123
  207. package/esm2022/components/paginator/paginator.component.mjs +0 -133
  208. package/esm2022/components/paginator/paginator.model.mjs +0 -2
  209. package/esm2022/components/paginator/paginator.module.mjs +0 -49
  210. package/esm2022/components/phone-input/country-code.data.mjs +0 -495
  211. package/esm2022/components/phone-input/phone-input.component.mjs +0 -285
  212. package/esm2022/components/phone-input/phone-input.model.mjs +0 -2
  213. package/esm2022/components/phone-input/phone-input.module.mjs +0 -47
  214. package/esm2022/components/popover/popover-panel/popover-panel.component.mjs +0 -32
  215. package/esm2022/components/popover/popover.component.mjs +0 -164
  216. package/esm2022/components/popover/popover.module.mjs +0 -42
  217. package/esm2022/components/progress/bar/bar.component.mjs +0 -83
  218. package/esm2022/components/progress/progress.module.mjs +0 -29
  219. package/esm2022/components/progress/spinner/spinner.component.mjs +0 -101
  220. package/esm2022/components/radio/radio-group.component.mjs +0 -117
  221. package/esm2022/components/radio/radio.component.mjs +0 -48
  222. package/esm2022/components/radio/radio.module.mjs +0 -36
  223. package/esm2022/components/section-heading/back-button/back-button.component.mjs +0 -30
  224. package/esm2022/components/section-heading/section-heading.component.mjs +0 -31
  225. package/esm2022/components/section-heading/section-heading.module.mjs +0 -42
  226. package/esm2022/components/section-heading/subsection-heading/subsection-heading.component.mjs +0 -19
  227. package/esm2022/components/select-menu/multi-select-menu/multi-select-menu.component.mjs +0 -374
  228. package/esm2022/components/select-menu/select-menu.component.mjs +0 -343
  229. package/esm2022/components/select-menu/select-menu.module.mjs +0 -60
  230. package/esm2022/components/shared/pipes/pipes.module.mjs +0 -36
  231. package/esm2022/components/shared/pipes/translate.pipe.mjs +0 -40
  232. package/esm2022/components/shared/pipes/trusthtml.pipe.mjs +0 -21
  233. package/esm2022/components/shared/services/menu-manager.service.mjs +0 -27
  234. package/esm2022/components/shared/translation.service.mjs +0 -26
  235. package/esm2022/components/snackbar/snackbar/snackbar.component.mjs +0 -95
  236. package/esm2022/components/snackbar/snackbar-container/snackbar-container.component.mjs +0 -63
  237. package/esm2022/components/snackbar/snackbar-message.model.mjs +0 -2
  238. package/esm2022/components/snackbar/snackbar-timer.service.mjs +0 -29
  239. package/esm2022/components/snackbar/snackbar.module.mjs +0 -41
  240. package/esm2022/components/snackbar/snackbar.service.mjs +0 -36
  241. package/esm2022/components/stepper/step.component.mjs +0 -113
  242. package/esm2022/components/stepper/stepper.component.mjs +0 -95
  243. package/esm2022/components/stepper/stepper.module.mjs +0 -41
  244. package/esm2022/components/switch/switch.component.mjs +0 -73
  245. package/esm2022/components/switch/switch.module.mjs +0 -24
  246. package/esm2022/components/table/cell.mjs +0 -151
  247. package/esm2022/components/table/row.mjs +0 -164
  248. package/esm2022/components/table/table-dense.component.mjs +0 -38
  249. package/esm2022/components/table/table.component.mjs +0 -38
  250. package/esm2022/components/table/table.module.mjs +0 -91
  251. package/esm2022/components/tabs/tab/tab.component.mjs +0 -79
  252. package/esm2022/components/tabs/tab-panel/tab-panel.component.mjs +0 -19
  253. package/esm2022/components/tabs/tabs.component.mjs +0 -68
  254. package/esm2022/components/tabs/tabs.module.mjs +0 -38
  255. package/esm2022/components/tag/tag.component.mjs +0 -25
  256. package/esm2022/components/tag/tag.module.mjs +0 -28
  257. package/esm2022/components/text-input/text-input.component.mjs +0 -129
  258. package/esm2022/components/text-input/text-input.module.mjs +0 -35
  259. package/esm2022/components/textarea-input/textarea-input.component.mjs +0 -95
  260. package/esm2022/components/textarea-input/textarea-input.module.mjs +0 -36
  261. package/esm2022/components/tooltip/tooltip-panel/tooltip-panel.component.mjs +0 -92
  262. package/esm2022/components/tooltip/tooltip.component.mjs +0 -59
  263. package/esm2022/components/tooltip/tooltip.directive.mjs +0 -177
  264. package/esm2022/components/tooltip/tooltip.module.mjs +0 -50
  265. package/esm2022/components/typeahead/typeahead.component.mjs +0 -264
  266. package/esm2022/components/wrapped-input/wrapped-input.component.mjs +0 -34
  267. package/esm2022/components/wrapped-input/wrapped-input.module.mjs +0 -28
  268. package/esm2022/directives/menu-register.directive.mjs +0 -38
  269. package/esm2022/flywheel-io-vision.mjs +0 -5
  270. package/esm2022/public-api.mjs +0 -132
@@ -1,12 +1,15 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./table.component";
3
- import * as i2 from "./table-dense.component";
4
- import * as i3 from "./row";
5
- import * as i4 from "@angular/cdk/table";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "./cell";
2
+ import * as i1 from "@angular/cdk/table";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "./cell";
5
+ import * as i4 from "./table.component";
6
+ import * as i5 from "./table-dense.component";
7
+ import * as i6 from "./row";
8
+ /**
9
+ * @deprecated import component directly, intent to remove in v20
10
+ */
8
11
  export declare class FwTableModule {
9
12
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTableModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<FwTableModule, [typeof i1.FwTableComponent, typeof i2.FwTableDenseComponent, typeof i3.FwRow, typeof i3.FwRowDef, typeof i3.FwFooterRow, typeof i3.FwFooterRowDef, typeof i3.FwHeaderRow, typeof i3.FwHeaderRowDef, typeof i3.FwNoDataRow], [typeof i4.CdkTableModule, typeof i5.CommonModule, typeof i6.FwCell, typeof i6.FwCellDef, typeof i6.FwColumnDef, typeof i6.FwFooterCell, typeof i6.FwFooterCellDef, typeof i6.FwHeaderCell, typeof i6.FwHeaderCellDef], [typeof i6.FwCell, typeof i6.FwCellDef, typeof i6.FwColumnDef, typeof i6.FwFooterCell, typeof i6.FwFooterCellDef, typeof i3.FwFooterRow, typeof i3.FwFooterRowDef, typeof i6.FwHeaderCell, typeof i6.FwHeaderCellDef, typeof i3.FwHeaderRow, typeof i3.FwHeaderRowDef, typeof i3.FwNoDataRow, typeof i3.FwRow, typeof i3.FwRowDef, typeof i1.FwTableComponent, typeof i2.FwTableDenseComponent]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwTableModule, never, [typeof i1.CdkTableModule, typeof i2.CommonModule, typeof i3.FwCell, typeof i3.FwCellDef, typeof i3.FwColumnDef, typeof i3.FwFooterCell, typeof i3.FwFooterCellDef, typeof i3.FwHeaderCell, typeof i3.FwHeaderCellDef, typeof i4.FwTableComponent, typeof i5.FwTableDenseComponent, typeof i6.FwRow, typeof i6.FwRowDef, typeof i6.FwFooterRow, typeof i6.FwFooterRowDef, typeof i6.FwHeaderRow, typeof i6.FwHeaderRowDef, typeof i6.FwNoDataRow], [typeof i3.FwCell, typeof i3.FwCellDef, typeof i3.FwColumnDef, typeof i3.FwFooterCell, typeof i3.FwFooterCellDef, typeof i6.FwFooterRow, typeof i6.FwFooterRowDef, typeof i3.FwHeaderCell, typeof i3.FwHeaderCellDef, typeof i6.FwHeaderRow, typeof i6.FwHeaderRowDef, typeof i6.FwNoDataRow, typeof i6.FwRow, typeof i6.FwRowDef, typeof i4.FwTableComponent, typeof i5.FwTableDenseComponent]>;
11
14
  static ɵinj: i0.ɵɵInjectorDeclaration<FwTableModule>;
12
15
  }
@@ -17,5 +17,5 @@ export declare class FwTabComponent {
17
17
  keyEvent(event: KeyboardEvent): void;
18
18
  handleSelect(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTabComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<FwTabComponent, "fw-tab", never, { "title": { "alias": "title"; "required": false; }; "panel": { "alias": "panel"; "required": false; }; "color": { "alias": "color"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, { "select": "select"; }, never, ["fw-badge"], false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwTabComponent, "fw-tab", never, { "title": { "alias": "title"; "required": false; }; "panel": { "alias": "panel"; "required": false; }; "color": { "alias": "color"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, { "select": "select"; }, never, ["fw-badge"], true, never>;
21
21
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class FwTabPanelComponent {
3
3
  active: boolean;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTabPanelComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<FwTabPanelComponent, "fw-tab-panel", never, { "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwTabPanelComponent, "fw-tab-panel", never, { "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], true, never>;
6
6
  }
@@ -13,5 +13,5 @@ export declare class FwTabsComponent implements AfterContentInit, OnDestroy {
13
13
  ngAfterContentInit(): void;
14
14
  handleTabChange(tab: FwTabComponent): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTabsComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<FwTabsComponent, "fw-tabs", never, { "activeTabIndex": { "alias": "activeTabIndex"; "required": false; }; "activeTab": { "alias": "activeTab"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; }, { "select": "select"; }, ["tabs"], ["fw-tab", "*"], false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwTabsComponent, "fw-tabs", never, { "activeTabIndex": { "alias": "activeTabIndex"; "required": false; }; "activeTab": { "alias": "activeTab"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; }, { "select": "select"; }, ["tabs"], ["fw-tab", "*"], true, never>;
17
17
  }
@@ -1,11 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./tab/tab.component";
3
- import * as i2 from "./tab-panel/tab-panel.component";
4
- import * as i3 from "./tabs.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "../icon/icon.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../icon/icon.module";
4
+ import * as i3 from "./tab/tab.component";
5
+ import * as i4 from "./tab-panel/tab-panel.component";
6
+ import * as i5 from "./tabs.component";
7
+ /**
8
+ * @deprecated import component directly, intent to remove in v20
9
+ */
7
10
  export declare class FwTabsModule {
8
11
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTabsModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<FwTabsModule, [typeof i1.FwTabComponent, typeof i2.FwTabPanelComponent, typeof i3.FwTabsComponent], [typeof i4.CommonModule, typeof i5.FwIconModule], [typeof i1.FwTabComponent, typeof i2.FwTabPanelComponent, typeof i3.FwTabsComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwTabsModule, never, [typeof i1.CommonModule, typeof i2.FwIconModule, typeof i3.FwTabComponent, typeof i4.FwTabPanelComponent, typeof i5.FwTabsComponent], [typeof i3.FwTabComponent, typeof i4.FwTabPanelComponent, typeof i5.FwTabsComponent]>;
10
13
  static ɵinj: i0.ɵɵInjectorDeclaration<FwTabsModule>;
11
14
  }
@@ -6,5 +6,5 @@ export declare class FwTagComponent {
6
6
  icon?: IconType;
7
7
  title?: string;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTagComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<FwTagComponent, "fw-tag", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwTagComponent, "fw-tag", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
10
10
  }
@@ -1,9 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./tag.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../icon/icon.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../icon/icon.module";
4
+ import * as i3 from "./tag.component";
5
+ /**
6
+ * @deprecated import component directly, intent to remove in v20
7
+ */
5
8
  export declare class FwTagModule {
6
9
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTagModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<FwTagModule, [typeof i1.FwTagComponent], [typeof i2.CommonModule, typeof i3.FwIconModule], [typeof i1.FwTagComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwTagModule, never, [typeof i1.CommonModule, typeof i2.FwIconModule, typeof i3.FwTagComponent], [typeof i3.FwTagComponent]>;
8
11
  static ɵinj: i0.ɵɵInjectorDeclaration<FwTagModule>;
9
12
  }
@@ -45,5 +45,5 @@ export declare class FwTextInputComponent implements ControlValueAccessor {
45
45
  onRightIconClick(): void;
46
46
  focus(): void;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTextInputComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<FwTextInputComponent, "fw-text-input", never, { "disabled": { "alias": "disabled"; "required": false; }; "useActionableIcons": { "alias": "useActionableIcons"; "required": false; }; "leftIcon": { "alias": "leftIcon"; "required": false; }; "rightIcon": { "alias": "rightIcon"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "context": { "alias": "context"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorInIconTooltip": { "alias": "errorInIconTooltip"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "value": { "alias": "value"; "required": false; }; "error": { "alias": "error"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "leftIconAction": "leftIconAction"; "rightIconAction": "rightIconAction"; }, ["textInput"], ["input", "*"], false, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwTextInputComponent, "fw-text-input", never, { "disabled": { "alias": "disabled"; "required": false; }; "useActionableIcons": { "alias": "useActionableIcons"; "required": false; }; "leftIcon": { "alias": "leftIcon"; "required": false; }; "rightIcon": { "alias": "rightIcon"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "context": { "alias": "context"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorInIconTooltip": { "alias": "errorInIconTooltip"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "value": { "alias": "value"; "required": false; }; "error": { "alias": "error"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "leftIconAction": "leftIconAction"; "rightIconAction": "rightIconAction"; }, ["textInput"], ["input", "*"], true, never>;
49
49
  }
@@ -1,11 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./text-input.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../icon/icon.module";
5
- import * as i4 from "../tooltip/tooltip.directive";
6
- import * as i5 from "@angular/forms";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../icon/icon.module";
4
+ import * as i3 from "../tooltip/tooltip.directive";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "./text-input.component";
7
+ /**
8
+ * @deprecated import component directly, intent to remove in v20
9
+ */
7
10
  export declare class FwTextInputModule {
8
11
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTextInputModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<FwTextInputModule, [typeof i1.FwTextInputComponent], [typeof i2.CommonModule, typeof i3.FwIconModule, typeof i4.FwTooltipDirective, typeof i5.ReactiveFormsModule], [typeof i1.FwTextInputComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwTextInputModule, never, [typeof i1.CommonModule, typeof i2.FwIconModule, typeof i3.FwTooltipDirective, typeof i4.ReactiveFormsModule, typeof i5.FwTextInputComponent], [typeof i5.FwTextInputComponent]>;
10
13
  static ɵinj: i0.ɵɵInjectorDeclaration<FwTextInputModule>;
11
14
  }
@@ -32,5 +32,5 @@ export declare class FwTextAreaInputComponent implements ControlValueAccessor {
32
32
  blurHandler(): void;
33
33
  protected readonly min: typeof min;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTextAreaInputComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<FwTextAreaInputComponent, "fw-textarea-input", never, { "minRows": { "alias": "minRows"; "required": false; }; "maxRows": { "alias": "maxRows"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "width": { "alias": "width"; "required": false; }; "error": { "alias": "error"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwTextAreaInputComponent, "fw-textarea-input", never, { "minRows": { "alias": "minRows"; "required": false; }; "maxRows": { "alias": "maxRows"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "width": { "alias": "width"; "required": false; }; "error": { "alias": "error"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
36
36
  }
@@ -1,11 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./textarea-input.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/cdk/text-field";
6
- import * as i5 from "../icon/icon.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/forms";
4
+ import * as i3 from "@angular/cdk/text-field";
5
+ import * as i4 from "../icon/icon.module";
6
+ import * as i5 from "./textarea-input.component";
7
+ /**
8
+ * @deprecated import component directly, intent to remove in v20
9
+ */
7
10
  export declare class FwTextAreaInputModule {
8
11
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTextAreaInputModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<FwTextAreaInputModule, [typeof i1.FwTextAreaInputComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.TextFieldModule, typeof i5.FwIconModule], [typeof i1.FwTextAreaInputComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwTextAreaInputModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.TextFieldModule, typeof i4.FwIconModule, typeof i5.FwTextAreaInputComponent], [typeof i5.FwTextAreaInputComponent]>;
10
13
  static ɵinj: i0.ɵɵInjectorDeclaration<FwTextAreaInputModule>;
11
14
  }
@@ -19,5 +19,5 @@ export declare class FwTooltipPanelComponent {
19
19
  get classes(): string;
20
20
  hidePopover(e: MouseEvent): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTooltipPanelComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<FwTooltipPanelComponent, "fw-tooltip-panel", never, { "trigger": { "alias": "trigger"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "displayCaret": { "alias": "displayCaret"; "required": false; }; "delay": { "alias": "delay"; "required": false; "isSignal": true; }; }, { "mouseLeave": "mouseLeave"; }, never, ["*"], false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwTooltipPanelComponent, "fw-tooltip-panel", never, { "trigger": { "alias": "trigger"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "displayCaret": { "alias": "displayCaret"; "required": false; }; "delay": { "alias": "delay"; "required": false; "isSignal": true; }; }, { "mouseLeave": "mouseLeave"; }, never, ["*"], true, never>;
23
23
  }
@@ -23,6 +23,6 @@ export declare class FwTooltipComponent {
23
23
  */
24
24
  get attrTitle(): string;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTooltipComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<FwTooltipComponent, "fw-tooltip", never, { "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; "position": { "alias": "position"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "delay": { "alias": "delay"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwTooltipComponent, "fw-tooltip", never, { "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; "position": { "alias": "position"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "delay": { "alias": "delay"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
27
27
  }
28
28
  export {};
@@ -1,13 +1,16 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./tooltip.component";
3
- import * as i2 from "./tooltip-panel/tooltip-panel.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../popover/popover.module";
6
- import * as i5 from "@angular/cdk/overlay";
7
- import * as i6 from "@angular/cdk/table";
8
- import * as i7 from "./tooltip.directive";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../popover/popover.module";
4
+ import * as i3 from "@angular/cdk/overlay";
5
+ import * as i4 from "@angular/cdk/table";
6
+ import * as i5 from "./tooltip.directive";
7
+ import * as i6 from "./tooltip.component";
8
+ import * as i7 from "./tooltip-panel/tooltip-panel.component";
9
+ /**
10
+ * @deprecated import component directly, intent to remove in v20
11
+ */
9
12
  export declare class FwTooltipModule {
10
13
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTooltipModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<FwTooltipModule, [typeof i1.FwTooltipComponent, typeof i2.FwTooltipPanelComponent], [typeof i3.CommonModule, typeof i4.FwPopoverModule, typeof i5.OverlayModule, typeof i6.CdkNoDataRow, typeof i7.FwTooltipDirective], [typeof i1.FwTooltipComponent, typeof i2.FwTooltipPanelComponent, typeof i7.FwTooltipDirective]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwTooltipModule, never, [typeof i1.CommonModule, typeof i2.FwPopoverModule, typeof i3.OverlayModule, typeof i4.CdkNoDataRow, typeof i5.FwTooltipDirective, typeof i6.FwTooltipComponent, typeof i7.FwTooltipPanelComponent], [typeof i6.FwTooltipComponent, typeof i7.FwTooltipPanelComponent, typeof i5.FwTooltipDirective]>;
12
15
  static ɵinj: i0.ɵɵInjectorDeclaration<FwTooltipModule>;
13
16
  }
@@ -9,5 +9,5 @@ export declare class FwWrappedInputComponent {
9
9
  required?: boolean;
10
10
  class: boolean;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<FwWrappedInputComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<FwWrappedInputComponent, "fw-wrapped-input", never, { "title": { "alias": "title"; "required": false; }; "status": { "alias": "status"; "required": false; }; "statusColor": { "alias": "statusColor"; "required": false; }; "description": { "alias": "description"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, ["fw-form-heading", "fw-button-toggle, fw-date-input, fw-text-input, fw-number-input, fw-phone-input, fw-textarea-input, fw-select, fw-multi-select, fw-checkbox, fw-typeahead"], false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwWrappedInputComponent, "fw-wrapped-input", never, { "title": { "alias": "title"; "required": false; }; "status": { "alias": "status"; "required": false; }; "statusColor": { "alias": "statusColor"; "required": false; }; "description": { "alias": "description"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, ["fw-form-heading", "fw-button-toggle, fw-date-input, fw-text-input, fw-number-input, fw-phone-input, fw-textarea-input, fw-select, fw-multi-select, fw-checkbox, fw-typeahead"], true, never>;
13
13
  }
@@ -1,9 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./wrapped-input.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../form-heading/form-heading.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../form-heading/form-heading.module";
4
+ import * as i3 from "./wrapped-input.component";
5
+ /**
6
+ * @deprecated import component directly, intent to remove in v20
7
+ */
5
8
  export declare class FwWrappedInputModule {
6
9
  static ɵfac: i0.ɵɵFactoryDeclaration<FwWrappedInputModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<FwWrappedInputModule, [typeof i1.FwWrappedInputComponent], [typeof i2.CommonModule, typeof i3.FwFormHeadingModule], [typeof i1.FwWrappedInputComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwWrappedInputModule, never, [typeof i1.CommonModule, typeof i2.FwFormHeadingModule, typeof i3.FwWrappedInputComponent], [typeof i3.FwWrappedInputComponent]>;
8
11
  static ɵinj: i0.ɵɵInjectorDeclaration<FwWrappedInputModule>;
9
12
  }