@flywheel-io/vision 2.0.0-beta-4 → 2.0.0-beta.10

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 (264) hide show
  1. package/assets/fonts/Flywheel-Vision-Icons.svg +26 -0
  2. package/assets/fonts/Flywheel-Vision-Icons.ttf +0 -0
  3. package/assets/fonts/Flywheel-Vision-Icons.woff +0 -0
  4. package/assets/svg/arrow-redo.svg +4 -0
  5. package/assets/svg/arrow-undo.svg +4 -0
  6. package/assets/svg/arrow-up-high-priority.svg +6 -0
  7. package/assets/svg/arrow-up-low-priority.svg +6 -0
  8. package/assets/svg/certificate.svg +4 -0
  9. package/assets/svg/check-mark-certificate.svg +4 -0
  10. package/assets/svg/document-file-checkmark-bottom-left.svg +4 -0
  11. package/assets/svg/folders-copy-expand-arrow-down.svg +6 -0
  12. package/assets/svg/folders-copy-expand-arrow-up.svg +6 -0
  13. package/assets/svg/monitor-computer.svg +4 -0
  14. package/assets/svg/server-databases-checkmark-user.svg +4 -0
  15. package/assets/svg/stop-minus.svg +4 -0
  16. package/assets/svg/user-profile-cards-pool.svg +4 -0
  17. package/components/alert/alert.component.d.ts +1 -1
  18. package/components/app-icon/app-icon.component.d.ts +1 -1
  19. package/components/avatar/avatar.component.d.ts +1 -1
  20. package/components/badge/badge.component.d.ts +1 -1
  21. package/components/breadcrumbs/crumb.component.d.ts +1 -1
  22. package/components/button/button.component.d.ts +1 -1
  23. package/components/button-group/button-group.component.d.ts +1 -1
  24. package/components/button-toggle/button-toggle-item/button-toggle-item.component.d.ts +1 -1
  25. package/components/button-toggle/button-toggle.component.d.ts +2 -1
  26. package/components/card/card-attribute/card-attribute.component.d.ts +1 -1
  27. package/components/card/card-author/card-author.component.d.ts +1 -1
  28. package/components/card/card-header/card-header.component.d.ts +1 -1
  29. package/components/card/card.component.d.ts +1 -1
  30. package/components/checkbox/checkbox.component.d.ts +1 -1
  31. package/components/chip/chip.component.d.ts +1 -1
  32. package/components/contained-input/contained-input.component.d.ts +1 -1
  33. package/components/date-input/date-input.component.d.ts +1 -1
  34. package/components/dialog/dialog-confirm.component.d.ts +1 -1
  35. package/components/dialog/dialog-content.component.d.ts +1 -1
  36. package/components/dialog/dialog-simple.component.d.ts +1 -1
  37. package/components/dialog/dialog.component.d.ts +1 -1
  38. package/components/form-heading/form-heading.component.d.ts +1 -1
  39. package/components/icon/icon.component.d.ts +1 -1
  40. package/components/icon/icon.types.d.ts +2 -2
  41. package/components/icon-button/icon-button.component.d.ts +1 -1
  42. package/components/layouts/context/context.component.d.ts +1 -1
  43. package/components/layouts/grid/grid.component.d.ts +1 -1
  44. package/components/layouts/layout-group.component.d.ts +1 -1
  45. package/components/layouts/panel/panel.component.d.ts +1 -1
  46. package/components/layouts/sidebar/sidebar.component.d.ts +1 -1
  47. package/components/layouts/toolbar/toolbar.component.d.ts +1 -1
  48. package/components/menu/menu-container/menu-container.component.d.ts +1 -1
  49. package/components/menu/menu-item/menu-item.component.d.ts +1 -1
  50. package/components/menu/menu-item-group/menu-item-group.component.d.ts +1 -1
  51. package/components/menu/menu-sub-item/menu-sub-item.component.d.ts +1 -1
  52. package/components/menu/menu.component.d.ts +1 -1
  53. package/components/navbar/navbar-item/navbar-item.component.d.ts +1 -1
  54. package/components/navbar/navbar-sub-item/navbar-sub-item.component.d.ts +1 -1
  55. package/components/navbar/navbar.component.d.ts +1 -1
  56. package/components/number-input/number-input.component.d.ts +1 -1
  57. package/components/paginator/paginator-advanced/paginator-advanced.component.d.ts +1 -1
  58. package/components/paginator/paginator.component.d.ts +1 -1
  59. package/components/phone-input/phone-input.component.d.ts +1 -1
  60. package/components/phone-input/phone-input.model.d.ts +1 -1
  61. package/components/popover/popover-panel/popover-panel.component.d.ts +1 -1
  62. package/components/popover/popover.component.d.ts +1 -1
  63. package/components/progress/bar/bar.component.d.ts +1 -1
  64. package/components/progress/spinner/spinner.component.d.ts +1 -1
  65. package/components/radio/radio-group.component.d.ts +1 -1
  66. package/components/radio/radio.component.d.ts +1 -1
  67. package/components/section-heading/back-button/back-button.component.d.ts +1 -1
  68. package/components/section-heading/section-heading.component.d.ts +1 -1
  69. package/components/section-heading/subsection-heading/subsection-heading.component.d.ts +1 -1
  70. package/components/select-menu/multi-select-menu/multi-select-menu.component.d.ts +5 -4
  71. package/components/select-menu/select-menu.component.d.ts +6 -4
  72. package/components/select-menu/select-menu.module.d.ts +2 -1
  73. package/components/shared/services/menu-manager.service.d.ts +10 -0
  74. package/components/snackbar/snackbar/snackbar.component.d.ts +1 -1
  75. package/components/stepper/step.component.d.ts +1 -1
  76. package/components/stepper/stepper.component.d.ts +1 -1
  77. package/components/switch/switch.component.d.ts +1 -1
  78. package/components/table/cell.d.ts +1 -1
  79. package/components/table/row.d.ts +3 -3
  80. package/components/tabs/tab/tab.component.d.ts +1 -1
  81. package/components/tabs/tab-panel/tab-panel.component.d.ts +1 -1
  82. package/components/tabs/tabs.component.d.ts +1 -1
  83. package/components/text-input/text-input.component.d.ts +1 -1
  84. package/components/textarea-input/textarea-input.component.d.ts +1 -1
  85. package/components/tooltip/tooltip-panel/tooltip-panel.component.d.ts +1 -1
  86. package/components/tooltip/tooltip.component.d.ts +1 -1
  87. package/components/wrapped-input/wrapped-input.component.d.ts +1 -1
  88. package/directives/menu-register.directive.d.ts +14 -0
  89. package/{esm2020 → esm2022}/components/alert/alert.component.mjs +4 -4
  90. package/{esm2020 → esm2022}/components/alert/alert.module.mjs +9 -9
  91. package/{esm2020 → esm2022}/components/app-icon/app-icon.component.mjs +4 -4
  92. package/{esm2020 → esm2022}/components/app-icon/app-icon.module.mjs +7 -7
  93. package/{esm2020 → esm2022}/components/avatar/avatar.component.mjs +4 -4
  94. package/{esm2020 → esm2022}/components/avatar/avatar.module.mjs +7 -7
  95. package/{esm2020 → esm2022}/components/badge/badge.component.mjs +5 -5
  96. package/{esm2020 → esm2022}/components/badge/badge.module.mjs +5 -5
  97. package/{esm2020 → esm2022}/components/breadcrumbs/breadcrumbs.component.mjs +4 -4
  98. package/{esm2020 → esm2022}/components/breadcrumbs/breadcrumbs.module.mjs +9 -9
  99. package/{esm2020 → esm2022}/components/breadcrumbs/crumb.component.mjs +4 -4
  100. package/{esm2020 → esm2022}/components/button/button.component.mjs +4 -4
  101. package/esm2022/components/button/button.directives.mjs +129 -0
  102. package/{esm2020 → esm2022}/components/button/button.module.mjs +19 -19
  103. package/esm2022/components/button-group/button-group.component.mjs +131 -0
  104. package/{esm2020 → esm2022}/components/button-group/button-group.module.mjs +9 -9
  105. package/esm2022/components/button-toggle/button-toggle-item/button-toggle-item.component.mjs +54 -0
  106. package/esm2022/components/button-toggle/button-toggle.component.mjs +137 -0
  107. package/{esm2020 → esm2022}/components/button-toggle/button-toggle.module.mjs +9 -9
  108. package/{esm2020 → esm2022}/components/card/card-attribute/card-attribute.component.mjs +4 -4
  109. package/{esm2020 → esm2022}/components/card/card-author/card-author.component.mjs +4 -4
  110. package/{esm2020 → esm2022}/components/card/card-content/card-content.component.mjs +4 -4
  111. package/{esm2020 → esm2022}/components/card/card-footer/card-footer.component.mjs +7 -7
  112. package/{esm2020 → esm2022}/components/card/card-header/card-header.component.mjs +4 -4
  113. package/{esm2020 → esm2022}/components/card/card.component.mjs +4 -4
  114. package/{esm2020 → esm2022}/components/card/card.module.mjs +19 -19
  115. package/esm2022/components/checkbox/checkbox.component.mjs +79 -0
  116. package/{esm2020 → esm2022}/components/checkbox/checkbox.module.mjs +9 -9
  117. package/{esm2020 → esm2022}/components/chip/chip.component.mjs +5 -5
  118. package/{esm2020 → esm2022}/components/chip/chip.module.mjs +9 -9
  119. package/esm2022/components/contained-input/contained-input.component.mjs +86 -0
  120. package/{esm2020 → esm2022}/components/contained-input/contained-input.module.mjs +13 -13
  121. package/esm2022/components/date-input/date-input.component.mjs +139 -0
  122. package/{esm2020 → esm2022}/components/date-input/date-input.module.mjs +9 -9
  123. package/{esm2020 → esm2022}/components/dialog/dialog-actions.component.mjs +8 -8
  124. package/{esm2020 → esm2022}/components/dialog/dialog-confirm.component.mjs +4 -4
  125. package/{esm2020 → esm2022}/components/dialog/dialog-content.component.mjs +8 -8
  126. package/{esm2020 → esm2022}/components/dialog/dialog-header.component.mjs +8 -8
  127. package/{esm2020 → esm2022}/components/dialog/dialog-simple.component.mjs +4 -4
  128. package/{esm2020 → esm2022}/components/dialog/dialog.component.mjs +4 -4
  129. package/{esm2020 → esm2022}/components/dialog/dialog.service.mjs +4 -4
  130. package/{esm2020 → esm2022}/components/dialog/dialogs.module.mjs +27 -27
  131. package/{esm2020 → esm2022}/components/form-heading/form-heading.component.mjs +4 -4
  132. package/{esm2020 → esm2022}/components/form-heading/form-heading.module.mjs +9 -9
  133. package/esm2022/components/forms/validators.mjs +81 -0
  134. package/esm2022/components/icon/icon.component.mjs +61 -0
  135. package/{esm2020 → esm2022}/components/icon/icon.module.mjs +5 -5
  136. package/esm2022/components/icon/icon.types.mjs +330 -0
  137. package/{esm2020 → esm2022}/components/icon-button/icon-button.component.mjs +4 -4
  138. package/{esm2020 → esm2022}/components/icon-button/icon-button.module.mjs +7 -7
  139. package/{esm2020 → esm2022}/components/layouts/context/context.component.mjs +4 -4
  140. package/{esm2020 → esm2022}/components/layouts/grid/grid.component.mjs +7 -7
  141. package/{esm2020 → esm2022}/components/layouts/layout-group.component.mjs +4 -4
  142. package/{esm2020 → esm2022}/components/layouts/layouts.module.mjs +19 -19
  143. package/{esm2020 → esm2022}/components/layouts/panel/panel.component.mjs +5 -5
  144. package/{esm2020 → esm2022}/components/layouts/sidebar/sidebar.component.mjs +4 -4
  145. package/{esm2020 → esm2022}/components/layouts/toolbar/toolbar.component.mjs +4 -4
  146. package/{esm2020 → esm2022}/components/menu/menu-close-triggers.directive.mjs +4 -4
  147. package/esm2022/components/menu/menu-container/menu-container.component.mjs +90 -0
  148. package/{esm2020 → esm2022}/components/menu/menu-header/menu-header.component.mjs +4 -4
  149. package/{esm2020 → esm2022}/components/menu/menu-item/menu-item.component.mjs +4 -4
  150. package/{esm2020 → esm2022}/components/menu/menu-item-group/menu-item-group.component.mjs +4 -4
  151. package/{esm2020 → esm2022}/components/menu/menu-separator/menu-separator.component.mjs +4 -4
  152. package/esm2022/components/menu/menu-sub-item/menu-sub-item.component.mjs +109 -0
  153. package/{esm2020 → esm2022}/components/menu/menu.component.mjs +21 -21
  154. package/{esm2020 → esm2022}/components/menu/menu.module.mjs +37 -37
  155. package/{esm2020 → esm2022}/components/navbar/navbar-header/navbar-header.component.mjs +4 -4
  156. package/{esm2020 → esm2022}/components/navbar/navbar-item/navbar-item.component.mjs +4 -4
  157. package/esm2022/components/navbar/navbar-sub-item/navbar-sub-item.component.mjs +76 -0
  158. package/{esm2020 → esm2022}/components/navbar/navbar.component.mjs +17 -17
  159. package/{esm2020 → esm2022}/components/navbar/navbar.module.mjs +25 -25
  160. package/esm2022/components/number-input/number-input.component.mjs +122 -0
  161. package/{esm2020 → esm2022}/components/number-input/number-input.module.mjs +9 -9
  162. package/{esm2020 → esm2022}/components/paginator/paginator-advanced/paginator-advanced.component.mjs +4 -4
  163. package/{esm2020 → esm2022}/components/paginator/paginator.component.mjs +4 -4
  164. package/{esm2020 → esm2022}/components/paginator/paginator.module.mjs +17 -17
  165. package/esm2022/components/phone-input/phone-input.component.mjs +285 -0
  166. package/{esm2020 → esm2022}/components/phone-input/phone-input.module.mjs +17 -17
  167. package/{esm2020 → esm2022}/components/popover/popover-panel/popover-panel.component.mjs +4 -4
  168. package/{esm2020 → esm2022}/components/popover/popover.component.mjs +4 -4
  169. package/{esm2020 → esm2022}/components/popover/popover.module.mjs +13 -13
  170. package/{esm2020 → esm2022}/components/progress/bar/bar.component.mjs +4 -4
  171. package/{esm2020 → esm2022}/components/progress/progress.module.mjs +7 -7
  172. package/{esm2020 → esm2022}/components/progress/spinner/spinner.component.mjs +4 -4
  173. package/esm2022/components/radio/radio-group.component.mjs +117 -0
  174. package/esm2022/components/radio/radio.component.mjs +51 -0
  175. package/{esm2020 → esm2022}/components/radio/radio.module.mjs +11 -11
  176. package/{esm2020 → esm2022}/components/section-heading/back-button/back-button.component.mjs +4 -4
  177. package/{esm2020 → esm2022}/components/section-heading/section-heading.component.mjs +4 -4
  178. package/{esm2020 → esm2022}/components/section-heading/section-heading.module.mjs +13 -13
  179. package/{esm2020 → esm2022}/components/section-heading/subsection-heading/subsection-heading.component.mjs +4 -4
  180. package/esm2022/components/select-menu/multi-select-menu/multi-select-menu.component.mjs +376 -0
  181. package/esm2022/components/select-menu/select-menu.component.mjs +332 -0
  182. package/esm2022/components/select-menu/select-menu.module.mjs +56 -0
  183. package/esm2022/components/shared/pipes/pipes.module.mjs +36 -0
  184. package/{esm2020 → esm2022}/components/shared/pipes/translate.pipe.mjs +4 -4
  185. package/{esm2020 → esm2022}/components/shared/pipes/trusthtml.pipe.mjs +4 -4
  186. package/esm2022/components/shared/services/menu-manager.service.mjs +27 -0
  187. package/esm2022/components/shared/translation.service.mjs +26 -0
  188. package/esm2022/components/snackbar/snackbar/snackbar.component.mjs +111 -0
  189. package/esm2022/components/snackbar/snackbar-container/snackbar-container.component.mjs +63 -0
  190. package/{esm2020 → esm2022}/components/snackbar/snackbar.module.mjs +15 -15
  191. package/{esm2020 → esm2022}/components/snackbar/snackbar.service.mjs +4 -4
  192. package/{esm2020 → esm2022}/components/stepper/step.component.mjs +7 -7
  193. package/esm2022/components/stepper/stepper.component.mjs +95 -0
  194. package/{esm2020 → esm2022}/components/stepper/stepper.module.mjs +13 -13
  195. package/esm2022/components/switch/switch.component.mjs +73 -0
  196. package/{esm2020 → esm2022}/components/switch/switch.module.mjs +5 -5
  197. package/{esm2020 → esm2022}/components/table/cell.mjs +24 -24
  198. package/{esm2020 → esm2022}/components/table/row.mjs +22 -22
  199. package/esm2022/components/table/table-dense.component.mjs +38 -0
  200. package/esm2022/components/table/table.component.mjs +38 -0
  201. package/{esm2020 → esm2022}/components/table/table.module.mjs +37 -37
  202. package/{esm2020 → esm2022}/components/tabs/tab/tab.component.mjs +4 -4
  203. package/{esm2020 → esm2022}/components/tabs/tab-panel/tab-panel.component.mjs +4 -4
  204. package/{esm2020 → esm2022}/components/tabs/tabs.component.mjs +4 -4
  205. package/{esm2020 → esm2022}/components/tabs/tabs.module.mjs +11 -11
  206. package/esm2022/components/text-input/text-input.component.mjs +112 -0
  207. package/{esm2020 → esm2022}/components/text-input/text-input.module.mjs +9 -9
  208. package/esm2022/components/textarea-input/textarea-input.component.mjs +86 -0
  209. package/{esm2020 → esm2022}/components/textarea-input/textarea-input.module.mjs +11 -11
  210. package/{esm2020 → esm2022}/components/tooltip/tooltip-panel/tooltip-panel.component.mjs +4 -4
  211. package/{esm2020 → esm2022}/components/tooltip/tooltip.component.mjs +5 -5
  212. package/{esm2020 → esm2022}/components/tooltip/tooltip.module.mjs +13 -13
  213. package/{esm2020 → esm2022}/components/wrapped-input/wrapped-input.component.mjs +4 -4
  214. package/{esm2020 → esm2022}/components/wrapped-input/wrapped-input.module.mjs +7 -7
  215. package/esm2022/directives/menu-register.directive.mjs +38 -0
  216. package/esm2022/public-api.mjs +128 -0
  217. package/{fesm2020 → fesm2022}/flywheel-io-vision.mjs +1351 -1250
  218. package/fesm2022/flywheel-io-vision.mjs.map +1 -0
  219. package/flywheel-io-vision-2.0.0-beta.10.tgz +0 -0
  220. package/package.json +5 -11
  221. package/public-api.d.ts +2 -0
  222. package/scss/icons/_icon-glyphs.scss +667 -1256
  223. package/styles.css +54 -1
  224. package/esm2020/components/button/button.directives.mjs +0 -129
  225. package/esm2020/components/button-group/button-group.component.mjs +0 -131
  226. package/esm2020/components/button-toggle/button-toggle-item/button-toggle-item.component.mjs +0 -54
  227. package/esm2020/components/button-toggle/button-toggle.component.mjs +0 -132
  228. package/esm2020/components/checkbox/checkbox.component.mjs +0 -79
  229. package/esm2020/components/contained-input/contained-input.component.mjs +0 -86
  230. package/esm2020/components/date-input/date-input.component.mjs +0 -139
  231. package/esm2020/components/forms/validators.mjs +0 -81
  232. package/esm2020/components/icon/icon.component.mjs +0 -61
  233. package/esm2020/components/icon/icon.types.mjs +0 -317
  234. package/esm2020/components/menu/menu-container/menu-container.component.mjs +0 -90
  235. package/esm2020/components/menu/menu-sub-item/menu-sub-item.component.mjs +0 -109
  236. package/esm2020/components/navbar/navbar-sub-item/navbar-sub-item.component.mjs +0 -76
  237. package/esm2020/components/number-input/number-input.component.mjs +0 -122
  238. package/esm2020/components/phone-input/phone-input.component.mjs +0 -285
  239. package/esm2020/components/radio/radio-group.component.mjs +0 -117
  240. package/esm2020/components/radio/radio.component.mjs +0 -51
  241. package/esm2020/components/select-menu/multi-select-menu/multi-select-menu.component.mjs +0 -356
  242. package/esm2020/components/select-menu/select-menu.component.mjs +0 -328
  243. package/esm2020/components/select-menu/select-menu.module.mjs +0 -53
  244. package/esm2020/components/shared/pipes/pipes.module.mjs +0 -36
  245. package/esm2020/components/shared/translation.service.mjs +0 -26
  246. package/esm2020/components/snackbar/snackbar/snackbar.component.mjs +0 -111
  247. package/esm2020/components/snackbar/snackbar-container/snackbar-container.component.mjs +0 -63
  248. package/esm2020/components/stepper/stepper.component.mjs +0 -95
  249. package/esm2020/components/switch/switch.component.mjs +0 -73
  250. package/esm2020/components/table/table-dense.component.mjs +0 -38
  251. package/esm2020/components/table/table.component.mjs +0 -38
  252. package/esm2020/components/text-input/text-input.component.mjs +0 -112
  253. package/esm2020/components/textarea-input/textarea-input.component.mjs +0 -86
  254. package/esm2020/public-api.mjs +0 -126
  255. package/fesm2015/flywheel-io-vision.mjs +0 -8039
  256. package/fesm2015/flywheel-io-vision.mjs.map +0 -1
  257. package/fesm2020/flywheel-io-vision.mjs.map +0 -1
  258. package/flywheel-io-vision-2.0.0-beta-4.tgz +0 -0
  259. /package/{esm2020 → esm2022}/components/paginator/paginator.model.mjs +0 -0
  260. /package/{esm2020 → esm2022}/components/phone-input/country-code.data.mjs +0 -0
  261. /package/{esm2020 → esm2022}/components/phone-input/phone-input.model.mjs +0 -0
  262. /package/{esm2020 → esm2022}/components/snackbar/snackbar-message.model.mjs +0 -0
  263. /package/{esm2020 → esm2022}/components/snackbar/snackbar-timer.service.mjs +0 -0
  264. /package/{esm2020 → esm2022}/flywheel-io-vision.mjs +0 -0
@@ -9,23 +9,23 @@ import { FwPaginatorComponent } from './paginator.component';
9
9
  import { FwPaginatorAdvancedComponent } from './paginator-advanced/paginator-advanced.component';
10
10
  import * as i0 from "@angular/core";
11
11
  export class FwPaginatorModule {
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FwPaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
13
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: FwPaginatorModule, declarations: [FwPaginatorComponent,
14
+ FwPaginatorAdvancedComponent], imports: [CommonModule,
15
+ FormsModule,
16
+ FwIconButtonModule,
17
+ FwIconModule,
18
+ FwMenuModule,
19
+ FwSelectMenuModule], exports: [FwPaginatorComponent,
20
+ FwPaginatorAdvancedComponent] }); }
21
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FwPaginatorModule, imports: [CommonModule,
22
+ FormsModule,
23
+ FwIconButtonModule,
24
+ FwIconModule,
25
+ FwMenuModule,
26
+ FwSelectMenuModule] }); }
12
27
  }
13
- FwPaginatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FwPaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- FwPaginatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FwPaginatorModule, declarations: [FwPaginatorComponent,
15
- FwPaginatorAdvancedComponent], imports: [CommonModule,
16
- FormsModule,
17
- FwIconButtonModule,
18
- FwIconModule,
19
- FwMenuModule,
20
- FwSelectMenuModule], exports: [FwPaginatorComponent,
21
- FwPaginatorAdvancedComponent] });
22
- FwPaginatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FwPaginatorModule, imports: [CommonModule,
23
- FormsModule,
24
- FwIconButtonModule,
25
- FwIconModule,
26
- FwMenuModule,
27
- FwSelectMenuModule] });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FwPaginatorModule, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FwPaginatorModule, decorators: [{
29
29
  type: NgModule,
30
30
  args: [{
31
31
  imports: [
@@ -46,4 +46,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
46
46
  ],
47
47
  }]
48
48
  }] });
49
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdG9yLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL3BhZ2luYXRvci9wYWdpbmF0b3IubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUU3QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDdkUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzdELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLG1EQUFtRCxDQUFDOztBQW9CakcsTUFBTSxPQUFPLGlCQUFpQjs7K0dBQWpCLGlCQUFpQjtnSEFBakIsaUJBQWlCLGlCQUoxQixvQkFBb0I7UUFDcEIsNEJBQTRCLGFBYjVCLFlBQVk7UUFDWixXQUFXO1FBQ1gsa0JBQWtCO1FBQ2xCLFlBQVk7UUFDWixZQUFZO1FBQ1osa0JBQWtCLGFBR2xCLG9CQUFvQjtRQUNwQiw0QkFBNEI7Z0hBT25CLGlCQUFpQixZQWhCMUIsWUFBWTtRQUNaLFdBQVc7UUFDWCxrQkFBa0I7UUFDbEIsWUFBWTtRQUNaLFlBQVk7UUFDWixrQkFBa0I7NEZBV1QsaUJBQWlCO2tCQWxCN0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixXQUFXO3dCQUNYLGtCQUFrQjt3QkFDbEIsWUFBWTt3QkFDWixZQUFZO3dCQUNaLGtCQUFrQjtxQkFDbkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG9CQUFvQjt3QkFDcEIsNEJBQTRCO3FCQUM3QjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3dCQUNwQiw0QkFBNEI7cUJBQzdCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW1wb3J0IHsgRndJY29uTW9kdWxlIH0gZnJvbSAnLi4vaWNvbi9pY29uLm1vZHVsZSc7XG5pbXBvcnQgeyBGd0ljb25CdXR0b25Nb2R1bGUgfSBmcm9tICcuLi9pY29uLWJ1dHRvbi9pY29uLWJ1dHRvbi5tb2R1bGUnO1xuaW1wb3J0IHsgRndNZW51TW9kdWxlIH0gZnJvbSAnLi4vbWVudS9tZW51Lm1vZHVsZSc7XG5pbXBvcnQgeyBGd1NlbGVjdE1lbnVNb2R1bGUgfSBmcm9tICcuLi9zZWxlY3QtbWVudS9zZWxlY3QtbWVudS5tb2R1bGUnO1xuaW1wb3J0IHsgRndQYWdpbmF0b3JDb21wb25lbnQgfSBmcm9tICcuL3BhZ2luYXRvci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRndQYWdpbmF0b3JBZHZhbmNlZENvbXBvbmVudCB9IGZyb20gJy4vcGFnaW5hdG9yLWFkdmFuY2VkL3BhZ2luYXRvci1hZHZhbmNlZC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEZvcm1zTW9kdWxlLFxuICAgIEZ3SWNvbkJ1dHRvbk1vZHVsZSxcbiAgICBGd0ljb25Nb2R1bGUsXG4gICAgRndNZW51TW9kdWxlLFxuICAgIEZ3U2VsZWN0TWVudU1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEZ3UGFnaW5hdG9yQ29tcG9uZW50LFxuICAgIEZ3UGFnaW5hdG9yQWR2YW5jZWRDb21wb25lbnQsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIEZ3UGFnaW5hdG9yQ29tcG9uZW50LFxuICAgIEZ3UGFnaW5hdG9yQWR2YW5jZWRDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEZ3UGFnaW5hdG9yTW9kdWxlIHtcbn1cbiJdfQ==
49
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdG9yLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL3BhZ2luYXRvci9wYWdpbmF0b3IubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUU3QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDdkUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzdELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLG1EQUFtRCxDQUFDOztBQW9CakcsTUFBTSxPQUFPLGlCQUFpQjsrR0FBakIsaUJBQWlCO2dIQUFqQixpQkFBaUIsaUJBSjFCLG9CQUFvQjtZQUNwQiw0QkFBNEIsYUFiNUIsWUFBWTtZQUNaLFdBQVc7WUFDWCxrQkFBa0I7WUFDbEIsWUFBWTtZQUNaLFlBQVk7WUFDWixrQkFBa0IsYUFHbEIsb0JBQW9CO1lBQ3BCLDRCQUE0QjtnSEFPbkIsaUJBQWlCLFlBaEIxQixZQUFZO1lBQ1osV0FBVztZQUNYLGtCQUFrQjtZQUNsQixZQUFZO1lBQ1osWUFBWTtZQUNaLGtCQUFrQjs7NEZBV1QsaUJBQWlCO2tCQWxCN0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixXQUFXO3dCQUNYLGtCQUFrQjt3QkFDbEIsWUFBWTt3QkFDWixZQUFZO3dCQUNaLGtCQUFrQjtxQkFDbkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG9CQUFvQjt3QkFDcEIsNEJBQTRCO3FCQUM3QjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3dCQUNwQiw0QkFBNEI7cUJBQzdCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW1wb3J0IHsgRndJY29uTW9kdWxlIH0gZnJvbSAnLi4vaWNvbi9pY29uLm1vZHVsZSc7XG5pbXBvcnQgeyBGd0ljb25CdXR0b25Nb2R1bGUgfSBmcm9tICcuLi9pY29uLWJ1dHRvbi9pY29uLWJ1dHRvbi5tb2R1bGUnO1xuaW1wb3J0IHsgRndNZW51TW9kdWxlIH0gZnJvbSAnLi4vbWVudS9tZW51Lm1vZHVsZSc7XG5pbXBvcnQgeyBGd1NlbGVjdE1lbnVNb2R1bGUgfSBmcm9tICcuLi9zZWxlY3QtbWVudS9zZWxlY3QtbWVudS5tb2R1bGUnO1xuaW1wb3J0IHsgRndQYWdpbmF0b3JDb21wb25lbnQgfSBmcm9tICcuL3BhZ2luYXRvci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRndQYWdpbmF0b3JBZHZhbmNlZENvbXBvbmVudCB9IGZyb20gJy4vcGFnaW5hdG9yLWFkdmFuY2VkL3BhZ2luYXRvci1hZHZhbmNlZC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEZvcm1zTW9kdWxlLFxuICAgIEZ3SWNvbkJ1dHRvbk1vZHVsZSxcbiAgICBGd0ljb25Nb2R1bGUsXG4gICAgRndNZW51TW9kdWxlLFxuICAgIEZ3U2VsZWN0TWVudU1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEZ3UGFnaW5hdG9yQ29tcG9uZW50LFxuICAgIEZ3UGFnaW5hdG9yQWR2YW5jZWRDb21wb25lbnQsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIEZ3UGFnaW5hdG9yQ29tcG9uZW50LFxuICAgIEZ3UGFnaW5hdG9yQWR2YW5jZWRDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEZ3UGFnaW5hdG9yTW9kdWxlIHtcbn1cbiJdfQ==