carbon-components-angular 5.62.0 → 5.63.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 (408) hide show
  1. package/accordion/accordion-item.component.d.ts +1 -1
  2. package/accordion/accordion.component.d.ts +1 -1
  3. package/accordion/accordion.module.d.ts +1 -1
  4. package/accordion/index.d.ts +1 -1
  5. package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
  6. package/breadcrumb/breadcrumb-item.interface.d.ts +1 -1
  7. package/breadcrumb/breadcrumb.component.d.ts +1 -1
  8. package/breadcrumb/breadcrumb.module.d.ts +1 -1
  9. package/breadcrumb/index.d.ts +1 -1
  10. package/button/base-icon-button.component.d.ts +1 -1
  11. package/button/button-set.component.d.ts +1 -1
  12. package/button/button.directive.d.ts +1 -1
  13. package/button/button.module.d.ts +1 -1
  14. package/button/button.types.d.ts +1 -1
  15. package/button/icon-button.component.d.ts +1 -1
  16. package/button/index.d.ts +1 -1
  17. package/checkbox/checkbox.component.d.ts +1 -1
  18. package/checkbox/checkbox.module.d.ts +1 -1
  19. package/checkbox/checkbox.types.d.ts +1 -1
  20. package/checkbox/index.d.ts +1 -1
  21. package/code-snippet/code-snippet.component.d.ts +1 -1
  22. package/code-snippet/code-snippet.module.d.ts +1 -1
  23. package/code-snippet/index.d.ts +1 -1
  24. package/combo-button/combo-button.component.d.ts +1 -1
  25. package/combo-button/combo-button.module.d.ts +1 -1
  26. package/combo-button/index.d.ts +1 -1
  27. package/combobox/combobox.component.d.ts +1 -1
  28. package/combobox/combobox.module.d.ts +1 -1
  29. package/combobox/index.d.ts +1 -1
  30. package/common/index.d.ts +1 -1
  31. package/common/tab.service.d.ts +1 -1
  32. package/common/utils.d.ts +1 -1
  33. package/contained-list/contained-list-item.component.d.ts +1 -1
  34. package/contained-list/contained-list.component.d.ts +1 -1
  35. package/contained-list/contained-list.enums.d.ts +1 -1
  36. package/contained-list/contained-list.module.d.ts +1 -1
  37. package/contained-list/index.d.ts +1 -1
  38. package/content-switcher/content-switcher-option.directive.d.ts +1 -1
  39. package/content-switcher/content-switcher.component.d.ts +1 -1
  40. package/content-switcher/content-switcher.module.d.ts +1 -1
  41. package/content-switcher/index.d.ts +1 -1
  42. package/context-menu/context-menu-divider.component.d.ts +1 -1
  43. package/context-menu/context-menu-group.component.d.ts +1 -1
  44. package/context-menu/context-menu-item.component.d.ts +1 -1
  45. package/context-menu/context-menu-selection.service.d.ts +1 -1
  46. package/context-menu/context-menu.component.d.ts +1 -1
  47. package/context-menu/context-menu.module.d.ts +1 -1
  48. package/context-menu/context-menu.types.d.ts +1 -1
  49. package/context-menu/index.d.ts +1 -1
  50. package/datepicker/carbon-flatpickr-month-select.d.ts +1 -1
  51. package/datepicker/datepicker.component.d.ts +1 -1
  52. package/datepicker/datepicker.module.d.ts +1 -1
  53. package/datepicker/index.d.ts +1 -1
  54. package/datepicker-input/datepicker-input.component.d.ts +1 -1
  55. package/datepicker-input/datepicker-input.module.d.ts +1 -1
  56. package/datepicker-input/index.d.ts +1 -1
  57. package/dialog/dialog-config.interface.d.ts +1 -1
  58. package/dialog/dialog.component.d.ts +1 -1
  59. package/dialog/dialog.directive.d.ts +1 -1
  60. package/dialog/dialog.module.d.ts +1 -1
  61. package/dialog/dialog.service.d.ts +1 -1
  62. package/dialog/index.d.ts +1 -1
  63. package/dialog/overflow-menu/overflow-menu-custom-pane.component.d.ts +1 -1
  64. package/dialog/overflow-menu/overflow-menu-option.component.d.ts +1 -1
  65. package/dialog/overflow-menu/overflow-menu-pane.component.d.ts +1 -1
  66. package/dialog/overflow-menu/overflow-menu.component.d.ts +1 -1
  67. package/dialog/overflow-menu/overflow-menu.directive.d.ts +1 -1
  68. package/docs/documentation/components/ContextMenuItemComponent.html +29 -26
  69. package/docs/documentation/components/DatePicker.html +3 -3
  70. package/docs/documentation/dependencies.html +4 -4
  71. package/docs/documentation/js/search/search_index.js +2 -2
  72. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  73. package/docs/documentation/modules/ComboBoxModule.html +4 -4
  74. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +37 -41
  75. package/docs/documentation/modules/DatePickerInputModule.html +37 -41
  76. package/docs/documentation/modules/DialogModule/dependencies.svg +34 -34
  77. package/docs/documentation/modules/DialogModule.html +34 -34
  78. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +36 -36
  79. package/docs/documentation/modules/FileUploaderModule.html +36 -36
  80. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  81. package/docs/documentation/modules/NumberModule.html +4 -4
  82. package/docs/documentation/modules/RadioModule/dependencies.svg +48 -48
  83. package/docs/documentation/modules/RadioModule.html +48 -48
  84. package/docs/documentation/modules/SelectModule/dependencies.svg +43 -43
  85. package/docs/documentation/modules/SelectModule.html +43 -43
  86. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  87. package/docs/documentation/modules/SliderModule.html +4 -4
  88. package/docs/documentation/modules/TabsModule/dependencies.svg +69 -69
  89. package/docs/documentation/modules/TabsModule.html +69 -69
  90. package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
  91. package/docs/documentation/modules/TagModule.html +4 -4
  92. package/docs/documentation/modules/ThemeModule/dependencies.svg +15 -15
  93. package/docs/documentation/modules/ThemeModule.html +15 -15
  94. package/docs/documentation/modules/TilesModule/dependencies.svg +108 -108
  95. package/docs/documentation/modules/TilesModule.html +108 -108
  96. package/docs/documentation/modules/TimePickerModule/dependencies.svg +18 -18
  97. package/docs/documentation/modules/TimePickerModule.html +18 -18
  98. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +23 -23
  99. package/docs/documentation/modules/TimePickerSelectModule.html +23 -23
  100. package/docs/documentation/modules/ToggletipModule/dependencies.svg +38 -38
  101. package/docs/documentation/modules/ToggletipModule.html +38 -38
  102. package/docs/documentation/modules/TooltipModule/dependencies.svg +28 -28
  103. package/docs/documentation/modules/TooltipModule.html +28 -28
  104. package/docs/documentation/modules/TreeviewModule/dependencies.svg +35 -35
  105. package/docs/documentation/modules/TreeviewModule.html +35 -35
  106. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  107. package/docs/documentation/modules/UIShellModule.html +4 -4
  108. package/docs/documentation.json +169 -169
  109. package/docs/storybook/4292.43ba2665.iframe.bundle.js +1 -0
  110. package/docs/storybook/{5478.5fc19af5.iframe.bundle.js → 5478.fe74426d.iframe.bundle.js} +3 -3
  111. package/docs/storybook/{5478.5fc19af5.iframe.bundle.js.map → 5478.fe74426d.iframe.bundle.js.map} +1 -1
  112. package/docs/storybook/iframe.html +3 -3
  113. package/docs/storybook/main.8e60522c.iframe.bundle.js +1 -0
  114. package/docs/storybook/project.json +1 -1
  115. package/docs/storybook/{runtime~main.b9f2b050.iframe.bundle.js → runtime~main.4617f37a.iframe.bundle.js} +1 -1
  116. package/docs/storybook/sb-addons/essentials-controls-1/manager-bundle.js +21 -21
  117. package/dropdown/abstract-dropdown-view.class.d.ts +1 -1
  118. package/dropdown/dropdown.component.d.ts +1 -1
  119. package/dropdown/dropdown.module.d.ts +1 -1
  120. package/dropdown/dropdown.service.d.ts +1 -1
  121. package/dropdown/dropdowntools.d.ts +1 -1
  122. package/dropdown/index.d.ts +1 -1
  123. package/dropdown/list/dropdown-list.component.d.ts +1 -1
  124. package/dropdown/list/scroll-custom-event.interface.d.ts +1 -1
  125. package/dropdown/list-item.interface.d.ts +1 -1
  126. package/dropdown/scrollable-list.directive.d.ts +1 -1
  127. package/esm2020/context-menu/context-menu-item.component.mjs +4 -1
  128. package/esm2020/datepicker/datepicker.component.mjs +4 -4
  129. package/experimental/experimental.module.d.ts +1 -1
  130. package/experimental/experimental.service.d.ts +1 -1
  131. package/experimental/index.d.ts +1 -1
  132. package/fesm2015/carbon-components-angular-context-menu.mjs +3 -0
  133. package/fesm2015/carbon-components-angular-context-menu.mjs.map +1 -1
  134. package/fesm2015/carbon-components-angular-datepicker.mjs +3 -3
  135. package/fesm2015/carbon-components-angular-datepicker.mjs.map +1 -1
  136. package/fesm2020/carbon-components-angular-context-menu.mjs +3 -0
  137. package/fesm2020/carbon-components-angular-context-menu.mjs.map +1 -1
  138. package/fesm2020/carbon-components-angular-datepicker.mjs +3 -3
  139. package/fesm2020/carbon-components-angular-datepicker.mjs.map +1 -1
  140. package/file-uploader/file-item.interface.d.ts +1 -1
  141. package/file-uploader/file-uploader.component.d.ts +1 -1
  142. package/file-uploader/file-uploader.module.d.ts +1 -1
  143. package/file-uploader/file.component.d.ts +1 -1
  144. package/file-uploader/index.d.ts +1 -1
  145. package/forms/forms.module.d.ts +1 -1
  146. package/forms/index.d.ts +1 -1
  147. package/grid/column.directive.d.ts +1 -1
  148. package/grid/grid.directive.d.ts +1 -1
  149. package/grid/grid.module.d.ts +1 -1
  150. package/grid/grid.service.d.ts +1 -1
  151. package/grid/index.d.ts +1 -1
  152. package/grid/row.directive.d.ts +1 -1
  153. package/i18n/en.d.ts +1 -1
  154. package/i18n/i18n.module.d.ts +1 -1
  155. package/i18n/i18n.service.d.ts +1 -1
  156. package/i18n/index.d.ts +1 -1
  157. package/i18n/replace.pipe.d.ts +1 -1
  158. package/icon/icon.directive.d.ts +1 -1
  159. package/icon/icon.module.d.ts +1 -1
  160. package/icon/icon.service.d.ts +1 -1
  161. package/icon/index.d.ts +1 -1
  162. package/icon/public_api.d.ts +1 -1
  163. package/index.d.ts +1 -1
  164. package/inline-loading/index.d.ts +1 -1
  165. package/inline-loading/inline-loading.component.d.ts +1 -1
  166. package/inline-loading/inline-loading.module.d.ts +1 -1
  167. package/input/index.d.ts +1 -1
  168. package/input/input.directive.d.ts +1 -1
  169. package/input/input.module.d.ts +1 -1
  170. package/input/label.component.d.ts +1 -1
  171. package/input/password-input-label.component.d.ts +1 -1
  172. package/input/password.directive.d.ts +1 -1
  173. package/input/text-area.directive.d.ts +1 -1
  174. package/input/text-input-label.component.d.ts +1 -1
  175. package/input/textarea-label.component.d.ts +1 -1
  176. package/layer/index.d.ts +1 -1
  177. package/layer/layer.directive.d.ts +1 -1
  178. package/layer/layer.module.d.ts +1 -1
  179. package/layout/index.d.ts +1 -1
  180. package/layout/layout.module.d.ts +1 -1
  181. package/layout/stack.directive.d.ts +1 -1
  182. package/link/index.d.ts +1 -1
  183. package/link/link-icon.directive.d.ts +1 -1
  184. package/link/link.directive.d.ts +1 -1
  185. package/link/link.module.d.ts +1 -1
  186. package/list/index.d.ts +1 -1
  187. package/list/list-item.directive.d.ts +1 -1
  188. package/list/list.directive.d.ts +1 -1
  189. package/list/list.module.d.ts +1 -1
  190. package/loading/index.d.ts +1 -1
  191. package/loading/loading.component.d.ts +1 -1
  192. package/loading/loading.module.d.ts +1 -1
  193. package/menu-button/index.d.ts +1 -1
  194. package/menu-button/menu-button.component.d.ts +1 -1
  195. package/menu-button/menu-button.module.d.ts +1 -1
  196. package/modal/alert-modal.component.d.ts +1 -1
  197. package/modal/alert-modal.interface.d.ts +1 -1
  198. package/modal/base-modal.class.d.ts +1 -1
  199. package/modal/base-modal.service.d.ts +1 -1
  200. package/modal/index.d.ts +1 -1
  201. package/modal/modal-content-text.directive.d.ts +1 -1
  202. package/modal/modal-content.directive.d.ts +1 -1
  203. package/modal/modal-footer.component.d.ts +1 -1
  204. package/modal/modal-header-heading.directive.d.ts +1 -1
  205. package/modal/modal-header-label.directive.d.ts +1 -1
  206. package/modal/modal-header.component.d.ts +1 -1
  207. package/modal/modal.component.d.ts +1 -1
  208. package/modal/modal.module.d.ts +1 -1
  209. package/modal/modal.service.d.ts +1 -1
  210. package/modal/overlay.component.d.ts +1 -1
  211. package/notification/actionable-button.directive.d.ts +1 -1
  212. package/notification/actionable-notification.component.d.ts +1 -1
  213. package/notification/actionable-subtitle.directive.d.ts +1 -1
  214. package/notification/actionable-title.directive.d.ts +1 -1
  215. package/notification/base-notification.component.d.ts +1 -1
  216. package/notification/index.d.ts +1 -1
  217. package/notification/notification-content.interface.d.ts +1 -1
  218. package/notification/notification-display.service.d.ts +1 -1
  219. package/notification/notification-subtitle.directive.d.ts +1 -1
  220. package/notification/notification-title.directive.d.ts +1 -1
  221. package/notification/notification.component.d.ts +1 -1
  222. package/notification/notification.module.d.ts +1 -1
  223. package/notification/notification.service.d.ts +1 -1
  224. package/notification/toast-caption.directive.d.ts +1 -1
  225. package/notification/toast-subtitle.directive.d.ts +1 -1
  226. package/notification/toast-title.directive.d.ts +1 -1
  227. package/notification/toast.component.d.ts +1 -1
  228. package/number-input/index.d.ts +1 -1
  229. package/number-input/number.component.d.ts +1 -1
  230. package/number-input/number.module.d.ts +1 -1
  231. package/package.json +2 -2
  232. package/pagination/index.d.ts +1 -1
  233. package/pagination/pagination-model.class.d.ts +1 -1
  234. package/pagination/pagination-nav/pagination-item.component.d.ts +1 -1
  235. package/pagination/pagination-nav/pagination-nav.component.d.ts +1 -1
  236. package/pagination/pagination-nav/pagination-overflow.component.d.ts +1 -1
  237. package/pagination/pagination.component.d.ts +1 -1
  238. package/pagination/pagination.module.d.ts +1 -1
  239. package/placeholder/index.d.ts +1 -1
  240. package/placeholder/placeholder.component.d.ts +1 -1
  241. package/placeholder/placeholder.module.d.ts +1 -1
  242. package/placeholder/placeholder.service.d.ts +1 -1
  243. package/popover/index.d.ts +1 -1
  244. package/popover/popover-content.component.d.ts +1 -1
  245. package/popover/popover.directive.d.ts +1 -1
  246. package/popover/popover.module.d.ts +1 -1
  247. package/progress-bar/index.d.ts +1 -1
  248. package/progress-bar/progress-bar.component.d.ts +1 -1
  249. package/progress-bar/progress-bar.module.d.ts +1 -1
  250. package/progress-indicator/index.d.ts +1 -1
  251. package/progress-indicator/progress-indicator-step.interface.d.ts +1 -1
  252. package/progress-indicator/progress-indicator.component.d.ts +1 -1
  253. package/progress-indicator/progress-indicator.module.d.ts +1 -1
  254. package/radio/index.d.ts +1 -1
  255. package/radio/radio-change.class.d.ts +1 -1
  256. package/radio/radio-group.component.d.ts +1 -1
  257. package/radio/radio.component.d.ts +1 -1
  258. package/radio/radio.module.d.ts +1 -1
  259. package/search/index.d.ts +1 -1
  260. package/search/search.component.d.ts +1 -1
  261. package/search/search.module.d.ts +1 -1
  262. package/select/index.d.ts +1 -1
  263. package/select/optgroup.directive.d.ts +1 -1
  264. package/select/option.directive.d.ts +1 -1
  265. package/select/select.component.d.ts +1 -1
  266. package/select/select.module.d.ts +1 -1
  267. package/skeleton/index.d.ts +1 -1
  268. package/skeleton/skeleton-placeholder.component.d.ts +1 -1
  269. package/skeleton/skeleton-text.component.d.ts +1 -1
  270. package/skeleton/skeleton.module.d.ts +1 -1
  271. package/slider/index.d.ts +1 -1
  272. package/slider/slider.component.d.ts +1 -1
  273. package/slider/slider.module.d.ts +1 -1
  274. package/structured-list/index.d.ts +1 -1
  275. package/structured-list/list-column.component.d.ts +1 -1
  276. package/structured-list/list-header.component.d.ts +1 -1
  277. package/structured-list/list-row.component.d.ts +1 -1
  278. package/structured-list/structured-list.component.d.ts +1 -1
  279. package/structured-list/structured-list.module.d.ts +1 -1
  280. package/table/body/table-body.component.d.ts +1 -1
  281. package/table/body/table-expanded-row.component.d.ts +1 -1
  282. package/table/body/table-row.component.d.ts +1 -1
  283. package/table/cell/table-checkbox.component.d.ts +1 -1
  284. package/table/cell/table-data.component.d.ts +1 -1
  285. package/table/cell/table-expand-button.component.d.ts +1 -1
  286. package/table/cell/table-radio.component.d.ts +1 -1
  287. package/table/data-grid-interaction-model.class.d.ts +1 -1
  288. package/table/expanded-row-hover.directive.d.ts +1 -1
  289. package/table/head/table-head-cell-label.directive.d.ts +1 -1
  290. package/table/head/table-head-cell.component.d.ts +1 -1
  291. package/table/head/table-head-checkbox.component.d.ts +1 -1
  292. package/table/head/table-head-expand.component.d.ts +1 -1
  293. package/table/head/table-head.component.d.ts +1 -1
  294. package/table/header/table-header-description.directive.d.ts +1 -1
  295. package/table/header/table-header-title.directive.d.ts +1 -1
  296. package/table/header/table-header.component.d.ts +1 -1
  297. package/table/index.d.ts +1 -1
  298. package/table/table-adapter.class.d.ts +1 -1
  299. package/table/table-container.component.d.ts +1 -1
  300. package/table/table-header-item.class.d.ts +1 -1
  301. package/table/table-item.class.d.ts +1 -1
  302. package/table/table-model.class.d.ts +1 -1
  303. package/table/table-row.class.d.ts +1 -1
  304. package/table/table.component.d.ts +1 -1
  305. package/table/table.directive.d.ts +1 -1
  306. package/table/table.module.d.ts +1 -1
  307. package/table/table.types.d.ts +1 -1
  308. package/table/toolbar/table-toolbar-actions.component.d.ts +1 -1
  309. package/table/toolbar/table-toolbar-content.component.d.ts +1 -1
  310. package/table/toolbar/table-toolbar-search.component.d.ts +1 -1
  311. package/table/toolbar/table-toolbar.component.d.ts +1 -1
  312. package/tabs/base-tab-header.component.d.ts +1 -1
  313. package/tabs/index.d.ts +1 -1
  314. package/tabs/tab-header-group.component.d.ts +1 -1
  315. package/tabs/tab-header.directive.d.ts +1 -1
  316. package/tabs/tab-headers.component.d.ts +1 -1
  317. package/tabs/tab-skeleton.component.d.ts +1 -1
  318. package/tabs/tab.component.d.ts +1 -1
  319. package/tabs/tabs.component.d.ts +1 -1
  320. package/tabs/tabs.module.d.ts +1 -1
  321. package/tag/index.d.ts +1 -1
  322. package/tag/tag-filter.component.d.ts +1 -1
  323. package/tag/tag-icon.directive.d.ts +1 -1
  324. package/tag/tag-operational.component.d.ts +1 -1
  325. package/tag/tag-selectable.component.d.ts +1 -1
  326. package/tag/tag.component.d.ts +1 -1
  327. package/tag/tag.module.d.ts +1 -1
  328. package/theme/index.d.ts +1 -1
  329. package/theme/theme.directive.d.ts +1 -1
  330. package/theme/theme.module.d.ts +1 -1
  331. package/tiles/clickable-tile-icon.directive.d.ts +1 -1
  332. package/tiles/clickable-tile.component.d.ts +1 -1
  333. package/tiles/expandable-tile-above.directive.d.ts +1 -1
  334. package/tiles/expandable-tile-below.directive.d.ts +1 -1
  335. package/tiles/expandable-tile.component.d.ts +1 -1
  336. package/tiles/index.d.ts +1 -1
  337. package/tiles/selection-tile.component.d.ts +1 -1
  338. package/tiles/tile-group.component.d.ts +1 -1
  339. package/tiles/tile-selection.interface.d.ts +1 -1
  340. package/tiles/tile.component.d.ts +1 -1
  341. package/tiles/tiles.module.d.ts +1 -1
  342. package/timepicker/index.d.ts +1 -1
  343. package/timepicker/timepicker.component.d.ts +1 -1
  344. package/timepicker/timepicker.module.d.ts +1 -1
  345. package/timepicker-select/index.d.ts +1 -1
  346. package/timepicker-select/timepicker-select.component.d.ts +1 -1
  347. package/timepicker-select/timepicker-select.module.d.ts +1 -1
  348. package/toggle/index.d.ts +1 -1
  349. package/toggle/toggle.component.d.ts +1 -1
  350. package/toggle/toggle.module.d.ts +1 -1
  351. package/toggletip/index.d.ts +1 -1
  352. package/toggletip/toggletip-action.directive.d.ts +1 -1
  353. package/toggletip/toggletip-button.directive.d.ts +1 -1
  354. package/toggletip/toggletip-content.directive.d.ts +1 -1
  355. package/toggletip/toggletip-label.directive.d.ts +1 -1
  356. package/toggletip/toggletip.component.d.ts +1 -1
  357. package/toggletip/toggletip.module.d.ts +1 -1
  358. package/tooltip/definition-tooptip.component.d.ts +1 -1
  359. package/tooltip/index.d.ts +1 -1
  360. package/tooltip/tooltip.component.d.ts +1 -1
  361. package/tooltip/tooltip.interface.d.ts +1 -1
  362. package/tooltip/tooltip.module.d.ts +1 -1
  363. package/treeview/index.d.ts +1 -1
  364. package/treeview/tree-node.component.d.ts +1 -1
  365. package/treeview/tree-node.types.d.ts +1 -1
  366. package/treeview/treeview.component.d.ts +1 -1
  367. package/treeview/treeview.module.d.ts +1 -1
  368. package/treeview/treeview.service.d.ts +1 -1
  369. package/ui-shell/header/hamburger.component.d.ts +1 -1
  370. package/ui-shell/header/header-action.component.d.ts +1 -1
  371. package/ui-shell/header/header-global.component.d.ts +1 -1
  372. package/ui-shell/header/header-item.component.d.ts +1 -1
  373. package/ui-shell/header/header-menu.component.d.ts +1 -1
  374. package/ui-shell/header/header-navigation-items.interface.d.ts +1 -1
  375. package/ui-shell/header/header-navigation.component.d.ts +1 -1
  376. package/ui-shell/header/header.component.d.ts +1 -1
  377. package/ui-shell/header/header.module.d.ts +1 -1
  378. package/ui-shell/index.d.ts +1 -1
  379. package/ui-shell/panel/panel.component.d.ts +1 -1
  380. package/ui-shell/panel/panel.module.d.ts +1 -1
  381. package/ui-shell/panel/switcher-list-item.component.d.ts +1 -1
  382. package/ui-shell/panel/switcher-list.component.d.ts +1 -1
  383. package/ui-shell/sidenav/routerlink-extended.directive.d.ts +1 -1
  384. package/ui-shell/sidenav/sidenav-item.component.d.ts +1 -1
  385. package/ui-shell/sidenav/sidenav-item.interface.d.ts +1 -1
  386. package/ui-shell/sidenav/sidenav-menu.component.d.ts +1 -1
  387. package/ui-shell/sidenav/sidenav.component.d.ts +1 -1
  388. package/ui-shell/sidenav/sidenav.module.d.ts +1 -1
  389. package/ui-shell/ui-shell.module.d.ts +1 -1
  390. package/utils/a11y.d.ts +1 -1
  391. package/utils/animation-frame.service.d.ts +1 -1
  392. package/utils/document.service.d.ts +1 -1
  393. package/utils/element.service.d.ts +1 -1
  394. package/utils/element.types.d.ts +1 -1
  395. package/utils/event-observable.d.ts +1 -1
  396. package/utils/event.service.d.ts +1 -1
  397. package/utils/index.d.ts +1 -1
  398. package/utils/object.d.ts +1 -1
  399. package/utils/position.d.ts +1 -1
  400. package/utils/public_api.d.ts +1 -1
  401. package/utils/scroll.d.ts +1 -1
  402. package/utils/types.d.ts +1 -1
  403. package/utils/utils.d.ts +1 -1
  404. package/utils/utils.module.d.ts +1 -1
  405. package/utils/window-tools.d.ts +1 -1
  406. package/docs/storybook/4292.c9a7a05a.iframe.bundle.js +0 -1
  407. package/docs/storybook/main.85fe3c7f.iframe.bundle.js +0 -1
  408. /package/docs/storybook/{5478.5fc19af5.iframe.bundle.js.LICENSE.txt → 5478.fe74426d.iframe.bundle.js.LICENSE.txt} +0 -0
@@ -4,37 +4,37 @@
4
4
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
5
5
  -->
6
6
  <!-- Title: dependencies Pages: 1 -->
7
- <svg width="698pt" height="396pt"
8
- viewBox="0.00 0.00 698.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
7
+ <svg width="1174pt" height="396pt"
8
+ viewBox="0.00 0.00 1174.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
9
9
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 391.59)">
10
10
  <title>dependencies</title>
11
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 694,-391.59 694,4 -4,4"/>
12
- <text text-anchor="start" x="324.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
- <polygon fill="#ffffb3" stroke="transparent" points="111,-10 111,-30 131,-30 131,-10 111,-10"/>
14
- <text text-anchor="start" x="134.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
- <polygon fill="#8dd3c7" stroke="transparent" points="224,-10 224,-30 244,-30 244,-10 224,-10"/>
16
- <text text-anchor="start" x="247.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
- <polygon fill="#80b1d3" stroke="transparent" points="310,-10 310,-30 330,-30 330,-10 310,-10"/>
18
- <text text-anchor="start" x="333.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
- <polygon fill="#fdb462" stroke="transparent" points="407,-10 407,-30 427,-30 427,-10 407,-10"/>
20
- <text text-anchor="start" x="430.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
- <polygon fill="#fb8072" stroke="transparent" points="503,-10 503,-30 523,-30 523,-10 503,-10"/>
22
- <text text-anchor="start" x="526.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
11
+ <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 1170,-391.59 1170,4 -4,4"/>
12
+ <text text-anchor="start" x="562.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
+ <polygon fill="#ffffb3" stroke="transparent" points="349,-10 349,-30 369,-30 369,-10 349,-10"/>
14
+ <text text-anchor="start" x="372.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
+ <polygon fill="#8dd3c7" stroke="transparent" points="462,-10 462,-30 482,-30 482,-10 462,-10"/>
16
+ <text text-anchor="start" x="485.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
+ <polygon fill="#80b1d3" stroke="transparent" points="548,-10 548,-30 568,-30 568,-10 548,-10"/>
18
+ <text text-anchor="start" x="571.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
+ <polygon fill="#fdb462" stroke="transparent" points="645,-10 645,-30 665,-30 665,-10 645,-10"/>
20
+ <text text-anchor="start" x="668.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
+ <polygon fill="#fb8072" stroke="transparent" points="741,-10 741,-30 761,-30 761,-10 741,-10"/>
22
+ <text text-anchor="start" x="764.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
23
23
  <g id="clust1" class="cluster">
24
24
  <title>cluster_FileUploaderModule</title>
25
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 682,-379.59 682,-70 8,-70"/>
25
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 1158,-379.59 1158,-70 8,-70"/>
26
26
  </g>
27
- <g id="clust6" class="cluster">
28
- <title>cluster_FileUploaderModule_exports</title>
29
- <polygon fill="none" stroke="black" points="185,-319.59 185,-371.59 419,-371.59 419,-319.59 185,-319.59"/>
27
+ <g id="clust4" class="cluster">
28
+ <title>cluster_FileUploaderModule_FileUploader_providers</title>
29
+ <polygon fill="none" stroke="black" points="492,-78 492,-241.59 1150,-241.59 1150,-78 492,-78"/>
30
30
  </g>
31
31
  <g id="clust2" class="cluster">
32
32
  <title>cluster_FileUploaderModule_declarations</title>
33
- <polygon fill="none" stroke="black" points="364,-189.59 364,-241.59 591,-241.59 591,-189.59 364,-189.59"/>
33
+ <polygon fill="none" stroke="black" points="364,-189.59 364,-241.59 484,-241.59 484,-189.59 364,-189.59"/>
34
34
  </g>
35
- <g id="clust4" class="cluster">
36
- <title>cluster_FileUploaderModule_FileUploader_providers</title>
37
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 674,-176.59 674,-78 16,-78"/>
35
+ <g id="clust6" class="cluster">
36
+ <title>cluster_FileUploaderModule_exports</title>
37
+ <polygon fill="none" stroke="black" points="185,-319.59 185,-371.59 419,-371.59 419,-319.59 185,-319.59"/>
38
38
  </g>
39
39
  <g id="clust5" class="cluster">
40
40
  <title>cluster_FileUploaderModule_imports</title>
@@ -43,8 +43,8 @@
43
43
  <!-- FileComponent -->
44
44
  <g id="node1" class="node">
45
45
  <title>FileComponent</title>
46
- <polygon fill="#ffffb3" stroke="black" points="582.61,-233.59 479.39,-233.59 479.39,-197.59 582.61,-197.59 582.61,-233.59"/>
47
- <text text-anchor="middle" x="531" y="-211.39" font-family="Times,serif" font-size="14.00">FileComponent</text>
46
+ <polygon fill="#ffffb3" stroke="black" points="475.61,-233.59 372.39,-233.59 372.39,-197.59 475.61,-197.59 475.61,-233.59"/>
47
+ <text text-anchor="middle" x="424" y="-211.39" font-family="Times,serif" font-size="14.00">FileComponent</text>
48
48
  </g>
49
49
  <!-- FileUploaderModule -->
50
50
  <g id="node3" class="node">
@@ -55,20 +55,20 @@
55
55
  <!-- FileComponent&#45;&gt;FileUploaderModule -->
56
56
  <g id="edge1" class="edge">
57
57
  <title>FileComponent&#45;&gt;FileUploaderModule</title>
58
- <path fill="none" stroke="black" d="M531,-233.7C531,-252.93 531,-280.59 531,-280.59 531,-280.59 375.79,-280.59 375.79,-280.59"/>
59
- <polygon fill="black" stroke="black" points="375.79,-277.09 365.79,-280.59 375.79,-284.09 375.79,-277.09"/>
58
+ <path fill="none" stroke="black" d="M372.36,-215.59C363.34,-215.59 356.77,-215.59 356.77,-215.59 356.77,-215.59 356.77,-252.48 356.77,-252.48"/>
59
+ <polygon fill="black" stroke="black" points="353.27,-252.48 356.77,-262.48 360.27,-252.48 353.27,-252.48"/>
60
60
  </g>
61
61
  <!-- FileUploader -->
62
62
  <g id="node2" class="node">
63
63
  <title>FileUploader</title>
64
- <polygon fill="#ffffb3" stroke="black" points="461.87,-233.59 372.13,-233.59 372.13,-197.59 461.87,-197.59 461.87,-233.59"/>
65
- <text text-anchor="middle" x="417" y="-211.39" font-family="Times,serif" font-size="14.00">FileUploader</text>
64
+ <polygon fill="#ffffb3" stroke="black" points="727.87,-233.59 638.13,-233.59 638.13,-197.59 727.87,-197.59 727.87,-233.59"/>
65
+ <text text-anchor="middle" x="683" y="-211.39" font-family="Times,serif" font-size="14.00">FileUploader</text>
66
66
  </g>
67
67
  <!-- FileUploader&#45;&gt;FileUploaderModule -->
68
68
  <g id="edge2" class="edge">
69
69
  <title>FileUploader&#45;&gt;FileUploaderModule</title>
70
- <path fill="none" stroke="black" d="M371.97,-215.59C363.26,-215.59 356.77,-215.59 356.77,-215.59 356.77,-215.59 356.77,-252.48 356.77,-252.48"/>
71
- <polygon fill="black" stroke="black" points="353.27,-252.48 356.77,-262.48 360.27,-252.48 353.27,-252.48"/>
70
+ <path fill="none" stroke="black" d="M683,-233.7C683,-252.93 683,-280.59 683,-280.59 683,-280.59 375.89,-280.59 375.89,-280.59"/>
71
+ <polygon fill="black" stroke="black" points="375.89,-277.09 365.89,-280.59 375.89,-284.09 375.89,-277.09"/>
72
72
  </g>
73
73
  <!-- FileComponent -->
74
74
  <g id="node8" class="node">
@@ -101,10 +101,10 @@
101
101
  <title>{
102
102
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true
103
103
  }</title>
104
- <ellipse fill="#fdb462" stroke="black" cx="345" cy="-127.3" rx="320.76" ry="41.09"/>
105
- <text text-anchor="middle" x="345" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
106
- <text text-anchor="middle" x="345" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true</text>
107
- <text text-anchor="middle" x="345" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
104
+ <ellipse fill="#fdb462" stroke="black" cx="821" cy="-127.3" rx="320.76" ry="41.09"/>
105
+ <text text-anchor="middle" x="821" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
106
+ <text text-anchor="middle" x="821" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true</text>
107
+ <text text-anchor="middle" x="821" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
108
108
  </g>
109
109
  <!-- {
110
110
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true
@@ -113,8 +113,8 @@
113
113
  <title>{
114
114
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true
115
115
  }&#45;&gt;FileUploader</title>
116
- <path fill="none" stroke="black" d="M417,-167.57C417,-167.57 417,-187.23 417,-187.23"/>
117
- <polygon fill="black" stroke="black" points="413.5,-187.23 417,-197.23 420.5,-187.23 413.5,-187.23"/>
116
+ <path fill="none" stroke="black" d="M683,-164.74C683,-164.74 683,-187.34 683,-187.34"/>
117
+ <polygon fill="black" stroke="black" points="679.5,-187.34 683,-197.34 686.5,-187.34 679.5,-187.34"/>
118
118
  </g>
119
119
  <!-- ButtonModule -->
120
120
  <g id="node5" class="node">
@@ -113,37 +113,37 @@
113
113
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
114
114
  -->
115
115
  <!-- Title: dependencies Pages: 1 -->
116
- <svg width="698pt" height="396pt"
117
- viewBox="0.00 0.00 698.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
116
+ <svg width="1174pt" height="396pt"
117
+ viewBox="0.00 0.00 1174.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
118
118
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 391.59)">
119
119
  <title>dependencies</title>
120
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 694,-391.59 694,4 -4,4"/>
121
- <text text-anchor="start" x="324.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
122
- <polygon fill="#ffffb3" stroke="transparent" points="111,-10 111,-30 131,-30 131,-10 111,-10"/>
123
- <text text-anchor="start" x="134.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
124
- <polygon fill="#8dd3c7" stroke="transparent" points="224,-10 224,-30 244,-30 244,-10 224,-10"/>
125
- <text text-anchor="start" x="247.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
126
- <polygon fill="#80b1d3" stroke="transparent" points="310,-10 310,-30 330,-30 330,-10 310,-10"/>
127
- <text text-anchor="start" x="333.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
128
- <polygon fill="#fdb462" stroke="transparent" points="407,-10 407,-30 427,-30 427,-10 407,-10"/>
129
- <text text-anchor="start" x="430.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
130
- <polygon fill="#fb8072" stroke="transparent" points="503,-10 503,-30 523,-30 523,-10 503,-10"/>
131
- <text text-anchor="start" x="526.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
120
+ <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 1170,-391.59 1170,4 -4,4"/>
121
+ <text text-anchor="start" x="562.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
122
+ <polygon fill="#ffffb3" stroke="transparent" points="349,-10 349,-30 369,-30 369,-10 349,-10"/>
123
+ <text text-anchor="start" x="372.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
124
+ <polygon fill="#8dd3c7" stroke="transparent" points="462,-10 462,-30 482,-30 482,-10 462,-10"/>
125
+ <text text-anchor="start" x="485.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
126
+ <polygon fill="#80b1d3" stroke="transparent" points="548,-10 548,-30 568,-30 568,-10 548,-10"/>
127
+ <text text-anchor="start" x="571.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
128
+ <polygon fill="#fdb462" stroke="transparent" points="645,-10 645,-30 665,-30 665,-10 645,-10"/>
129
+ <text text-anchor="start" x="668.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
130
+ <polygon fill="#fb8072" stroke="transparent" points="741,-10 741,-30 761,-30 761,-10 741,-10"/>
131
+ <text text-anchor="start" x="764.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
132
132
  <g id="clust1" class="cluster">
133
133
  <title>cluster_FileUploaderModule</title>
134
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 682,-379.59 682,-70 8,-70"/>
134
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 1158,-379.59 1158,-70 8,-70"/>
135
135
  </g>
136
- <g id="clust6" class="cluster">
137
- <title>cluster_FileUploaderModule_exports</title>
138
- <polygon fill="none" stroke="black" points="185,-319.59 185,-371.59 419,-371.59 419,-319.59 185,-319.59"/>
136
+ <g id="clust4" class="cluster">
137
+ <title>cluster_FileUploaderModule_FileUploader_providers</title>
138
+ <polygon fill="none" stroke="black" points="492,-78 492,-241.59 1150,-241.59 1150,-78 492,-78"/>
139
139
  </g>
140
140
  <g id="clust2" class="cluster">
141
141
  <title>cluster_FileUploaderModule_declarations</title>
142
- <polygon fill="none" stroke="black" points="364,-189.59 364,-241.59 591,-241.59 591,-189.59 364,-189.59"/>
142
+ <polygon fill="none" stroke="black" points="364,-189.59 364,-241.59 484,-241.59 484,-189.59 364,-189.59"/>
143
143
  </g>
144
- <g id="clust4" class="cluster">
145
- <title>cluster_FileUploaderModule_FileUploader_providers</title>
146
- <polygon fill="none" stroke="black" points="16,-78 16,-176.59 674,-176.59 674,-78 16,-78"/>
144
+ <g id="clust6" class="cluster">
145
+ <title>cluster_FileUploaderModule_exports</title>
146
+ <polygon fill="none" stroke="black" points="185,-319.59 185,-371.59 419,-371.59 419,-319.59 185,-319.59"/>
147
147
  </g>
148
148
  <g id="clust5" class="cluster">
149
149
  <title>cluster_FileUploaderModule_imports</title>
@@ -152,8 +152,8 @@
152
152
  <!-- FileComponent -->
153
153
  <g id="node1" class="node">
154
154
  <title>FileComponent</title>
155
- <polygon fill="#ffffb3" stroke="black" points="582.61,-233.59 479.39,-233.59 479.39,-197.59 582.61,-197.59 582.61,-233.59"/>
156
- <text text-anchor="middle" x="531" y="-211.39" font-family="Times,serif" font-size="14.00">FileComponent</text>
155
+ <polygon fill="#ffffb3" stroke="black" points="475.61,-233.59 372.39,-233.59 372.39,-197.59 475.61,-197.59 475.61,-233.59"/>
156
+ <text text-anchor="middle" x="424" y="-211.39" font-family="Times,serif" font-size="14.00">FileComponent</text>
157
157
  </g>
158
158
  <!-- FileUploaderModule -->
159
159
  <g id="node3" class="node">
@@ -164,20 +164,20 @@
164
164
  <!-- FileComponent&#45;&gt;FileUploaderModule -->
165
165
  <g id="edge1" class="edge">
166
166
  <title>FileComponent&#45;&gt;FileUploaderModule</title>
167
- <path fill="none" stroke="black" d="M531,-233.7C531,-252.93 531,-280.59 531,-280.59 531,-280.59 375.79,-280.59 375.79,-280.59"/>
168
- <polygon fill="black" stroke="black" points="375.79,-277.09 365.79,-280.59 375.79,-284.09 375.79,-277.09"/>
167
+ <path fill="none" stroke="black" d="M372.36,-215.59C363.34,-215.59 356.77,-215.59 356.77,-215.59 356.77,-215.59 356.77,-252.48 356.77,-252.48"/>
168
+ <polygon fill="black" stroke="black" points="353.27,-252.48 356.77,-262.48 360.27,-252.48 353.27,-252.48"/>
169
169
  </g>
170
170
  <!-- FileUploader -->
171
171
  <g id="node2" class="node">
172
172
  <title>FileUploader</title>
173
- <polygon fill="#ffffb3" stroke="black" points="461.87,-233.59 372.13,-233.59 372.13,-197.59 461.87,-197.59 461.87,-233.59"/>
174
- <text text-anchor="middle" x="417" y="-211.39" font-family="Times,serif" font-size="14.00">FileUploader</text>
173
+ <polygon fill="#ffffb3" stroke="black" points="727.87,-233.59 638.13,-233.59 638.13,-197.59 727.87,-197.59 727.87,-233.59"/>
174
+ <text text-anchor="middle" x="683" y="-211.39" font-family="Times,serif" font-size="14.00">FileUploader</text>
175
175
  </g>
176
176
  <!-- FileUploader&#45;&gt;FileUploaderModule -->
177
177
  <g id="edge2" class="edge">
178
178
  <title>FileUploader&#45;&gt;FileUploaderModule</title>
179
- <path fill="none" stroke="black" d="M371.97,-215.59C363.26,-215.59 356.77,-215.59 356.77,-215.59 356.77,-215.59 356.77,-252.48 356.77,-252.48"/>
180
- <polygon fill="black" stroke="black" points="353.27,-252.48 356.77,-262.48 360.27,-252.48 353.27,-252.48"/>
179
+ <path fill="none" stroke="black" d="M683,-233.7C683,-252.93 683,-280.59 683,-280.59 683,-280.59 375.89,-280.59 375.89,-280.59"/>
180
+ <polygon fill="black" stroke="black" points="375.89,-277.09 365.89,-280.59 375.89,-284.09 375.89,-277.09"/>
181
181
  </g>
182
182
  <!-- FileComponent -->
183
183
  <g id="node8" class="node">
@@ -210,10 +210,10 @@
210
210
  <title>{
211
211
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true
212
212
  }</title>
213
- <ellipse fill="#fdb462" stroke="black" cx="345" cy="-127.3" rx="320.76" ry="41.09"/>
214
- <text text-anchor="middle" x="345" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
215
- <text text-anchor="middle" x="345" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true</text>
216
- <text text-anchor="middle" x="345" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
213
+ <ellipse fill="#fdb462" stroke="black" cx="821" cy="-127.3" rx="320.76" ry="41.09"/>
214
+ <text text-anchor="middle" x="821" y="-139.9" font-family="Times,serif" font-size="14.00">{</text>
215
+ <text text-anchor="middle" x="821" y="-123.1" font-family="Times,serif" font-size="14.00"> &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true</text>
216
+ <text text-anchor="middle" x="821" y="-106.3" font-family="Times,serif" font-size="14.00">}</text>
217
217
  </g>
218
218
  <!-- {
219
219
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true
@@ -222,8 +222,8 @@
222
222
  <title>{
223
223
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: FileUploader, multi: true
224
224
  }&#45;&gt;FileUploader</title>
225
- <path fill="none" stroke="black" d="M417,-167.57C417,-167.57 417,-187.23 417,-187.23"/>
226
- <polygon fill="black" stroke="black" points="413.5,-187.23 417,-197.23 420.5,-187.23 413.5,-187.23"/>
225
+ <path fill="none" stroke="black" d="M683,-164.74C683,-164.74 683,-187.34 683,-187.34"/>
226
+ <polygon fill="black" stroke="black" points="679.5,-187.34 683,-197.34 686.5,-187.34 679.5,-187.34"/>
227
227
  </g>
228
228
  <!-- ButtonModule -->
229
229
  <g id="node5" class="node">
@@ -24,10 +24,6 @@
24
24
  <title>cluster_NumberModule</title>
25
25
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="95,-70 95,-268 401,-268 401,-70 95,-70"/>
26
26
  </g>
27
- <g id="clust5" class="cluster">
28
- <title>cluster_NumberModule_exports</title>
29
- <polygon fill="none" stroke="black" points="198,-208 198,-260 280,-260 280,-208 198,-208"/>
30
- </g>
31
27
  <g id="clust4" class="cluster">
32
28
  <title>cluster_NumberModule_imports</title>
33
29
  <polygon fill="none" stroke="black" points="189,-78 189,-130 393,-130 393,-78 189,-78"/>
@@ -36,6 +32,10 @@
36
32
  <title>cluster_NumberModule_declarations</title>
37
33
  <polygon fill="none" stroke="black" points="103,-78 103,-130 181,-130 181,-78 103,-78"/>
38
34
  </g>
35
+ <g id="clust5" class="cluster">
36
+ <title>cluster_NumberModule_exports</title>
37
+ <polygon fill="none" stroke="black" points="198,-208 198,-260 280,-260 280,-208 198,-208"/>
38
+ </g>
39
39
  <!-- Number -->
40
40
  <g id="node1" class="node">
41
41
  <title>Number</title>
@@ -133,10 +133,6 @@
133
133
  <title>cluster_NumberModule</title>
134
134
  <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="95,-70 95,-268 401,-268 401,-70 95,-70"/>
135
135
  </g>
136
- <g id="clust5" class="cluster">
137
- <title>cluster_NumberModule_exports</title>
138
- <polygon fill="none" stroke="black" points="198,-208 198,-260 280,-260 280,-208 198,-208"/>
139
- </g>
140
136
  <g id="clust4" class="cluster">
141
137
  <title>cluster_NumberModule_imports</title>
142
138
  <polygon fill="none" stroke="black" points="189,-78 189,-130 393,-130 393,-78 189,-78"/>
@@ -145,6 +141,10 @@
145
141
  <title>cluster_NumberModule_declarations</title>
146
142
  <polygon fill="none" stroke="black" points="103,-78 103,-130 181,-130 181,-78 103,-78"/>
147
143
  </g>
144
+ <g id="clust5" class="cluster">
145
+ <title>cluster_NumberModule_exports</title>
146
+ <polygon fill="none" stroke="black" points="198,-208 198,-260 280,-260 280,-208 198,-208"/>
147
+ </g>
148
148
  <!-- Number -->
149
149
  <g id="node1" class="node">
150
150
  <title>Number</title>
@@ -4,29 +4,29 @@
4
4
  <!-- Generated by graphviz version 2.47.0 (20210316.0004)
5
5
  -->
6
6
  <!-- Title: dependencies Pages: 1 -->
7
- <svg width="1298pt" height="396pt"
8
- viewBox="0.00 0.00 1298.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
7
+ <svg width="1406pt" height="396pt"
8
+ viewBox="0.00 0.00 1406.00 395.59" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
9
9
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 391.59)">
10
10
  <title>dependencies</title>
11
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 1294,-391.59 1294,4 -4,4"/>
12
- <text text-anchor="start" x="624.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
- <polygon fill="#ffffb3" stroke="transparent" points="411,-10 411,-30 431,-30 431,-10 411,-10"/>
14
- <text text-anchor="start" x="434.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
- <polygon fill="#8dd3c7" stroke="transparent" points="524,-10 524,-30 544,-30 544,-10 524,-10"/>
16
- <text text-anchor="start" x="547.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
- <polygon fill="#80b1d3" stroke="transparent" points="610,-10 610,-30 630,-30 630,-10 610,-10"/>
18
- <text text-anchor="start" x="633.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
- <polygon fill="#fdb462" stroke="transparent" points="707,-10 707,-30 727,-30 727,-10 707,-10"/>
20
- <text text-anchor="start" x="730.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
- <polygon fill="#fb8072" stroke="transparent" points="803,-10 803,-30 823,-30 823,-10 803,-10"/>
22
- <text text-anchor="start" x="826.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
11
+ <polygon fill="white" stroke="transparent" points="-4,4 -4,-391.59 1402,-391.59 1402,4 -4,4"/>
12
+ <text text-anchor="start" x="678.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
13
+ <polygon fill="#ffffb3" stroke="transparent" points="465,-10 465,-30 485,-30 485,-10 465,-10"/>
14
+ <text text-anchor="start" x="488.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
15
+ <polygon fill="#8dd3c7" stroke="transparent" points="578,-10 578,-30 598,-30 598,-10 578,-10"/>
16
+ <text text-anchor="start" x="601.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
17
+ <polygon fill="#80b1d3" stroke="transparent" points="664,-10 664,-30 684,-30 684,-10 664,-10"/>
18
+ <text text-anchor="start" x="687.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
19
+ <polygon fill="#fdb462" stroke="transparent" points="761,-10 761,-30 781,-30 781,-10 761,-10"/>
20
+ <text text-anchor="start" x="784.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
21
+ <polygon fill="#fb8072" stroke="transparent" points="857,-10 857,-30 877,-30 877,-10 857,-10"/>
22
+ <text text-anchor="start" x="880.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
23
23
  <g id="clust1" class="cluster">
24
24
  <title>cluster_RadioModule</title>
25
- <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 1282,-379.59 1282,-70 8,-70"/>
25
+ <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-379.59 1390,-379.59 1390,-70 8,-70"/>
26
26
  </g>
27
- <g id="clust6" class="cluster">
28
- <title>cluster_RadioModule_exports</title>
29
- <polygon fill="none" stroke="black" points="430,-319.59 430,-371.59 606,-371.59 606,-319.59 430,-319.59"/>
27
+ <g id="clust5" class="cluster">
28
+ <title>cluster_RadioModule_imports</title>
29
+ <polygon fill="none" stroke="black" points="1282,-189.59 1282,-241.59 1382,-241.59 1382,-189.59 1282,-189.59"/>
30
30
  </g>
31
31
  <g id="clust4" class="cluster">
32
32
  <title>cluster_RadioModule_RadioGroup_providers</title>
@@ -34,11 +34,11 @@
34
34
  </g>
35
35
  <g id="clust2" class="cluster">
36
36
  <title>cluster_RadioModule_declarations</title>
37
- <polygon fill="none" stroke="black" points="320,-189.59 320,-241.59 390,-241.59 390,-189.59 320,-189.59"/>
37
+ <polygon fill="none" stroke="black" points="413,-189.59 413,-241.59 483,-241.59 483,-189.59 413,-189.59"/>
38
38
  </g>
39
- <g id="clust5" class="cluster">
40
- <title>cluster_RadioModule_imports</title>
41
- <polygon fill="none" stroke="black" points="476,-189.59 476,-241.59 576,-241.59 576,-189.59 476,-189.59"/>
39
+ <g id="clust6" class="cluster">
40
+ <title>cluster_RadioModule_exports</title>
41
+ <polygon fill="none" stroke="black" points="853,-319.59 853,-371.59 1029,-371.59 1029,-319.59 853,-319.59"/>
42
42
  </g>
43
43
  <g id="clust3" class="cluster">
44
44
  <title>cluster_RadioModule_Radio_providers</title>
@@ -47,56 +47,56 @@
47
47
  <!-- Radio -->
48
48
  <g id="node1" class="node">
49
49
  <title>Radio</title>
50
- <polygon fill="#ffffb3" stroke="black" points="382,-233.59 328,-233.59 328,-197.59 382,-197.59 382,-233.59"/>
51
- <text text-anchor="middle" x="355" y="-211.39" font-family="Times,serif" font-size="14.00">Radio</text>
50
+ <polygon fill="#ffffb3" stroke="black" points="475,-233.59 421,-233.59 421,-197.59 475,-197.59 475,-233.59"/>
51
+ <text text-anchor="middle" x="448" y="-211.39" font-family="Times,serif" font-size="14.00">Radio</text>
52
52
  </g>
53
53
  <!-- RadioModule -->
54
54
  <g id="node3" class="node">
55
55
  <title>RadioModule</title>
56
- <polygon fill="#8dd3c7" stroke="black" points="572.49,-298.59 569.49,-302.59 548.49,-302.59 545.49,-298.59 479.51,-298.59 479.51,-262.59 572.49,-262.59 572.49,-298.59"/>
57
- <text text-anchor="middle" x="526" y="-276.39" font-family="Times,serif" font-size="14.00">RadioModule</text>
56
+ <polygon fill="#8dd3c7" stroke="black" points="995.49,-298.59 992.49,-302.59 971.49,-302.59 968.49,-298.59 902.51,-298.59 902.51,-262.59 995.49,-262.59 995.49,-298.59"/>
57
+ <text text-anchor="middle" x="949" y="-276.39" font-family="Times,serif" font-size="14.00">RadioModule</text>
58
58
  </g>
59
59
  <!-- Radio&#45;&gt;RadioModule -->
60
60
  <g id="edge1" class="edge">
61
61
  <title>Radio&#45;&gt;RadioModule</title>
62
- <path fill="none" stroke="black" d="M355,-233.7C355,-252.93 355,-280.59 355,-280.59 355,-280.59 469.27,-280.59 469.27,-280.59"/>
63
- <polygon fill="black" stroke="black" points="469.27,-284.09 479.27,-280.59 469.27,-277.09 469.27,-284.09"/>
62
+ <path fill="none" stroke="black" d="M448,-233.7C448,-252.93 448,-280.59 448,-280.59 448,-280.59 892.32,-280.59 892.32,-280.59"/>
63
+ <polygon fill="black" stroke="black" points="892.32,-284.09 902.32,-280.59 892.32,-277.09 892.32,-284.09"/>
64
64
  </g>
65
65
  <!-- RadioGroup -->
66
66
  <g id="node2" class="node">
67
67
  <title>RadioGroup</title>
68
- <polygon fill="#ffffb3" stroke="black" points="854.71,-233.59 769.29,-233.59 769.29,-197.59 854.71,-197.59 854.71,-233.59"/>
69
- <text text-anchor="middle" x="812" y="-211.39" font-family="Times,serif" font-size="14.00">RadioGroup</text>
68
+ <polygon fill="#ffffb3" stroke="black" points="991.71,-233.59 906.29,-233.59 906.29,-197.59 991.71,-197.59 991.71,-233.59"/>
69
+ <text text-anchor="middle" x="949" y="-211.39" font-family="Times,serif" font-size="14.00">RadioGroup</text>
70
70
  </g>
71
71
  <!-- RadioGroup&#45;&gt;RadioModule -->
72
72
  <g id="edge3" class="edge">
73
73
  <title>RadioGroup&#45;&gt;RadioModule</title>
74
- <path fill="none" stroke="black" d="M812,-233.7C812,-252.93 812,-280.59 812,-280.59 812,-280.59 582.59,-280.59 582.59,-280.59"/>
75
- <polygon fill="black" stroke="black" points="582.59,-277.09 572.59,-280.59 582.59,-284.09 582.59,-277.09"/>
74
+ <path fill="none" stroke="black" d="M949,-233.7C949,-233.7 949,-252.58 949,-252.58"/>
75
+ <polygon fill="black" stroke="black" points="945.5,-252.58 949,-262.58 952.5,-252.58 945.5,-252.58"/>
76
76
  </g>
77
77
  <!-- Radio -->
78
78
  <g id="node7" class="node">
79
79
  <title>Radio </title>
80
- <polygon fill="#fb8072" stroke="black" points="598,-363.59 544,-363.59 544,-327.59 598,-327.59 598,-363.59"/>
81
- <text text-anchor="middle" x="571" y="-341.39" font-family="Times,serif" font-size="14.00">Radio </text>
80
+ <polygon fill="#fb8072" stroke="black" points="1021,-363.59 967,-363.59 967,-327.59 1021,-327.59 1021,-363.59"/>
81
+ <text text-anchor="middle" x="994" y="-341.39" font-family="Times,serif" font-size="14.00">Radio </text>
82
82
  </g>
83
83
  <!-- RadioModule&#45;&gt;Radio -->
84
84
  <g id="edge6" class="edge">
85
85
  <title>RadioModule&#45;&gt;Radio </title>
86
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M558.25,-298.7C558.25,-298.7 558.25,-317.58 558.25,-317.58"/>
87
- <polygon fill="black" stroke="black" points="554.75,-317.58 558.25,-327.58 561.75,-317.58 554.75,-317.58"/>
86
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M981.25,-298.7C981.25,-298.7 981.25,-317.58 981.25,-317.58"/>
87
+ <polygon fill="black" stroke="black" points="977.75,-317.58 981.25,-327.58 984.75,-317.58 977.75,-317.58"/>
88
88
  </g>
89
89
  <!-- RadioGroup -->
90
90
  <g id="node8" class="node">
91
91
  <title>RadioGroup </title>
92
- <polygon fill="#fb8072" stroke="black" points="526.21,-363.59 437.79,-363.59 437.79,-327.59 526.21,-327.59 526.21,-363.59"/>
93
- <text text-anchor="middle" x="482" y="-341.39" font-family="Times,serif" font-size="14.00">RadioGroup </text>
92
+ <polygon fill="#fb8072" stroke="black" points="949.21,-363.59 860.79,-363.59 860.79,-327.59 949.21,-327.59 949.21,-363.59"/>
93
+ <text text-anchor="middle" x="905" y="-341.39" font-family="Times,serif" font-size="14.00">RadioGroup </text>
94
94
  </g>
95
95
  <!-- RadioModule&#45;&gt;RadioGroup -->
96
96
  <g id="edge7" class="edge">
97
97
  <title>RadioModule&#45;&gt;RadioGroup </title>
98
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M502.93,-298.7C502.93,-298.7 502.93,-317.58 502.93,-317.58"/>
99
- <polygon fill="black" stroke="black" points="499.43,-317.58 502.93,-327.58 506.43,-317.58 499.43,-317.58"/>
98
+ <path fill="none" stroke="black" stroke-dasharray="5,2" d="M925.93,-298.7C925.93,-298.7 925.93,-317.58 925.93,-317.58"/>
99
+ <polygon fill="black" stroke="black" points="922.43,-317.58 925.93,-327.58 929.43,-317.58 922.43,-317.58"/>
100
100
  </g>
101
101
  <!-- {
102
102
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
@@ -117,8 +117,8 @@
117
117
  <title>{
118
118
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: Radio, multi: true
119
119
  }&#45;&gt;Radio</title>
120
- <path fill="none" stroke="black" d="M355,-168.34C355,-168.34 355,-187.58 355,-187.58"/>
121
- <polygon fill="black" stroke="black" points="351.5,-187.58 355,-197.58 358.5,-187.58 351.5,-187.58"/>
120
+ <path fill="none" stroke="black" d="M448,-164.23C448,-164.23 448,-187.58 448,-187.58"/>
121
+ <polygon fill="black" stroke="black" points="444.5,-187.58 448,-197.58 451.5,-187.58 444.5,-187.58"/>
122
122
  </g>
123
123
  <!-- {
124
124
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
@@ -139,20 +139,20 @@
139
139
  <title>{
140
140
  &#160;&#160;&#160;provide: NG_VALUE_ACCESSOR, useExisting: RadioGroup, multi: true
141
141
  }&#45;&gt;RadioGroup</title>
142
- <path fill="none" stroke="black" d="M812,-164.74C812,-164.74 812,-187.34 812,-187.34"/>
143
- <polygon fill="black" stroke="black" points="808.5,-187.34 812,-197.34 815.5,-187.34 808.5,-187.34"/>
142
+ <path fill="none" stroke="black" d="M949,-168.6C949,-168.6 949,-187.26 949,-187.26"/>
143
+ <polygon fill="black" stroke="black" points="945.5,-187.26 949,-197.26 952.5,-187.26 945.5,-187.26"/>
144
144
  </g>
145
145
  <!-- IconModule -->
146
146
  <g id="node6" class="node">
147
147
  <title>IconModule</title>
148
- <polygon fill="#8dd3c7" stroke="black" points="568.43,-233.59 565.43,-237.59 544.43,-237.59 541.43,-233.59 483.57,-233.59 483.57,-197.59 568.43,-197.59 568.43,-233.59"/>
149
- <text text-anchor="middle" x="526" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
148
+ <polygon fill="#8dd3c7" stroke="black" points="1374.43,-233.59 1371.43,-237.59 1350.43,-237.59 1347.43,-233.59 1289.57,-233.59 1289.57,-197.59 1374.43,-197.59 1374.43,-233.59"/>
149
+ <text text-anchor="middle" x="1332" y="-211.39" font-family="Times,serif" font-size="14.00">IconModule</text>
150
150
  </g>
151
151
  <!-- IconModule&#45;&gt;RadioModule -->
152
152
  <g id="edge5" class="edge">
153
153
  <title>IconModule&#45;&gt;RadioModule</title>
154
- <path fill="none" stroke="black" d="M526,-233.7C526,-233.7 526,-252.58 526,-252.58"/>
155
- <polygon fill="black" stroke="black" points="522.5,-252.58 526,-262.58 529.5,-252.58 522.5,-252.58"/>
154
+ <path fill="none" stroke="black" d="M1332,-233.7C1332,-252.93 1332,-280.59 1332,-280.59 1332,-280.59 1005.58,-280.59 1005.58,-280.59"/>
155
+ <polygon fill="black" stroke="black" points="1005.58,-277.09 995.58,-280.59 1005.58,-284.09 1005.58,-277.09"/>
156
156
  </g>
157
157
  </g>
158
158
  </svg>