@mxtommy/kip 4.1.0-beta.5 → 4.1.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 (538) hide show
  1. package/.github/instructions/angular.instructions.md +41 -84
  2. package/.github/instructions/best-practices.instructions.md +55 -0
  3. package/.github/instructions/project.instructions.md +425 -0
  4. package/CHANGELOG.md +44 -0
  5. package/README.md +1 -0
  6. package/package.json +24 -25
  7. package/plugin/openApi.json +103 -9
  8. package/public/3rdpartylicenses.txt +63 -99
  9. package/public/assets/help-docs/chartplotter.md +2 -0
  10. package/public/assets/help-docs/dashboards.md +1 -0
  11. package/public/assets/help-docs/img/splitdeviderhandle.png +0 -0
  12. package/public/assets/help-docs/zones.md +23 -0
  13. package/public/assets/svg/icons.svg +19 -4
  14. package/public/chunk-6PVEKEOL.js +1 -0
  15. package/public/chunk-7SK25B6D.js +1 -0
  16. package/public/chunk-CX4O7M4U.js +63 -0
  17. package/public/{chunk-D3OVXRDS.js → chunk-FHH7DJVQ.js} +1 -1
  18. package/public/chunk-FHQZULYJ.js +5 -0
  19. package/public/chunk-GWHCHRTX.js +6 -0
  20. package/public/chunk-HX4BNACS.js +3 -0
  21. package/public/chunk-KFP35UMX.js +5 -0
  22. package/public/chunk-MOEZSWFX.js +15 -0
  23. package/public/chunk-PJZLX3XW.js +2 -0
  24. package/public/{chunk-AQ66AGUC.js → chunk-PNFBM2CP.js} +1 -1
  25. package/public/chunk-SF4VGBP3.js +53 -0
  26. package/public/chunk-SP4UPLYW.js +4 -0
  27. package/public/chunk-T57M6CYJ.js +4 -0
  28. package/public/chunk-UM2IAVLD.js +1 -0
  29. package/public/chunk-UR2X432H.js +1 -0
  30. package/public/{chunk-UDAYIL7R.js → chunk-UUOWRIVR.js} +1 -1
  31. package/public/chunk-VWKW4ODS.js +1 -0
  32. package/public/chunk-VWM3SBGC.js +8 -0
  33. package/public/chunk-WEVUBZNJ.js +2 -0
  34. package/public/chunk-XWOIVPRO.js +2 -0
  35. package/public/chunk-Y5TQMH7M.js +2 -0
  36. package/public/chunk-YS4XU3I2.js +9 -0
  37. package/public/chunk-ZMU6PMX5.js +4 -0
  38. package/public/index.html +2 -2
  39. package/public/main-QGXAB34Z.js +4 -0
  40. package/public/polyfills-GNK4EEYZ.js +2 -0
  41. package/public/{scripts-7HSGK5LZ.js → scripts-M6PHZBML.js} +1 -1
  42. package/public/{styles-MJ4EO4B4.css → styles-7VM4HXM4.css} +1 -1
  43. package/dist/out-tsc/kip-plugin/src/index.js +0 -223
  44. package/dist/out-tsc/kip-plugin/src/index.js.map +0 -1
  45. package/dist/out-tsc/kip-plugin/src/openApi.json +0 -367
  46. package/dist/out-tsc/package.json +0 -118
  47. package/dist/out-tsc/schematics/widget/index.js +0 -70
  48. package/dist/out-tsc/schematics/widget/index.js.map +0 -1
  49. package/dist/out-tsc/src/app/app.component.js +0 -286
  50. package/dist/out-tsc/src/app/app.component.js.map +0 -1
  51. package/dist/out-tsc/src/app/app.component.spec.js +0 -26
  52. package/dist/out-tsc/src/app/app.component.spec.js.map +0 -1
  53. package/dist/out-tsc/src/app/app.routes.js +0 -35
  54. package/dist/out-tsc/src/app/app.routes.js.map +0 -1
  55. package/dist/out-tsc/src/app/core/components/app-help/app-help.component.js +0 -60
  56. package/dist/out-tsc/src/app/core/components/app-help/app-help.component.js.map +0 -1
  57. package/dist/out-tsc/src/app/core/components/app-help/app-help.component.spec.js +0 -150
  58. package/dist/out-tsc/src/app/core/components/app-help/app-help.component.spec.js.map +0 -1
  59. package/dist/out-tsc/src/app/core/components/dashboard/dashboard.component.js +0 -361
  60. package/dist/out-tsc/src/app/core/components/dashboard/dashboard.component.js.map +0 -1
  61. package/dist/out-tsc/src/app/core/components/dashboard/dashboard.component.spec.js +0 -19
  62. package/dist/out-tsc/src/app/core/components/dashboard/dashboard.component.spec.js.map +0 -1
  63. package/dist/out-tsc/src/app/core/components/dashboard-scroller/dashboard-scroller.component.js +0 -33
  64. package/dist/out-tsc/src/app/core/components/dashboard-scroller/dashboard-scroller.component.js.map +0 -1
  65. package/dist/out-tsc/src/app/core/components/dashboard-scroller/dashboard-scroller.component.spec.js +0 -19
  66. package/dist/out-tsc/src/app/core/components/dashboard-scroller/dashboard-scroller.component.spec.js.map +0 -1
  67. package/dist/out-tsc/src/app/core/components/dashboards-editor/dashboards-editor.component.js +0 -183
  68. package/dist/out-tsc/src/app/core/components/dashboards-editor/dashboards-editor.component.js.map +0 -1
  69. package/dist/out-tsc/src/app/core/components/dashboards-editor/dashboards-editor.component.spec.js +0 -19
  70. package/dist/out-tsc/src/app/core/components/dashboards-editor/dashboards-editor.component.spec.js.map +0 -1
  71. package/dist/out-tsc/src/app/core/components/dashboards-manage-bottom-sheet/dashboards-manage-bottom-sheet.component.js +0 -28
  72. package/dist/out-tsc/src/app/core/components/dashboards-manage-bottom-sheet/dashboards-manage-bottom-sheet.component.js.map +0 -1
  73. package/dist/out-tsc/src/app/core/components/dashboards-manage-bottom-sheet/dashboards-manage-bottom-sheet.component.spec.js +0 -19
  74. package/dist/out-tsc/src/app/core/components/dashboards-manage-bottom-sheet/dashboards-manage-bottom-sheet.component.spec.js.map +0 -1
  75. package/dist/out-tsc/src/app/core/components/data-inspector/data-inspector.component.js +0 -130
  76. package/dist/out-tsc/src/app/core/components/data-inspector/data-inspector.component.js.map +0 -1
  77. package/dist/out-tsc/src/app/core/components/data-inspector/data-inspector.component.spec.js +0 -21
  78. package/dist/out-tsc/src/app/core/components/data-inspector/data-inspector.component.spec.js.map +0 -1
  79. package/dist/out-tsc/src/app/core/components/data-inspector-row/data-inspector-row.component.js +0 -82
  80. package/dist/out-tsc/src/app/core/components/data-inspector-row/data-inspector-row.component.js.map +0 -1
  81. package/dist/out-tsc/src/app/core/components/datasets/datasets.component.js +0 -168
  82. package/dist/out-tsc/src/app/core/components/datasets/datasets.component.js.map +0 -1
  83. package/dist/out-tsc/src/app/core/components/datasets/datasets.component.spec.js +0 -21
  84. package/dist/out-tsc/src/app/core/components/datasets/datasets.component.spec.js.map +0 -1
  85. package/dist/out-tsc/src/app/core/components/dialog-confirmation/dialog-confirmation.component.js +0 -24
  86. package/dist/out-tsc/src/app/core/components/dialog-confirmation/dialog-confirmation.component.js.map +0 -1
  87. package/dist/out-tsc/src/app/core/components/dialog-confirmation/dialog-confirmation.component.spec.js +0 -19
  88. package/dist/out-tsc/src/app/core/components/dialog-confirmation/dialog-confirmation.component.spec.js.map +0 -1
  89. package/dist/out-tsc/src/app/core/components/dialog-dashboard-page-editor/dialog-dashboard-page-editor.component.js +0 -45
  90. package/dist/out-tsc/src/app/core/components/dialog-dashboard-page-editor/dialog-dashboard-page-editor.component.js.map +0 -1
  91. package/dist/out-tsc/src/app/core/components/dialog-dashboard-page-editor/dialog-dashboard-page-editor.component.spec.js +0 -19
  92. package/dist/out-tsc/src/app/core/components/dialog-dashboard-page-editor/dialog-dashboard-page-editor.component.spec.js.map +0 -1
  93. package/dist/out-tsc/src/app/core/components/dialog-frame/dialog-frame.component.js +0 -25
  94. package/dist/out-tsc/src/app/core/components/dialog-frame/dialog-frame.component.js.map +0 -1
  95. package/dist/out-tsc/src/app/core/components/dialog-frame/dialog-frame.component.spec.js +0 -19
  96. package/dist/out-tsc/src/app/core/components/dialog-frame/dialog-frame.component.spec.js.map +0 -1
  97. package/dist/out-tsc/src/app/core/components/dialog-name/dialog-name.component.js +0 -31
  98. package/dist/out-tsc/src/app/core/components/dialog-name/dialog-name.component.js.map +0 -1
  99. package/dist/out-tsc/src/app/core/components/dialog-name/dialog-name.component.spec.js +0 -19
  100. package/dist/out-tsc/src/app/core/components/dialog-name/dialog-name.component.spec.js.map +0 -1
  101. package/dist/out-tsc/src/app/core/components/menu-actions/menu-actions.component.js +0 -100
  102. package/dist/out-tsc/src/app/core/components/menu-actions/menu-actions.component.js.map +0 -1
  103. package/dist/out-tsc/src/app/core/components/menu-actions/menu-actions.component.spec.js +0 -19
  104. package/dist/out-tsc/src/app/core/components/menu-actions/menu-actions.component.spec.js.map +0 -1
  105. package/dist/out-tsc/src/app/core/components/menu-notifications/menu-notifications.component.js +0 -60
  106. package/dist/out-tsc/src/app/core/components/menu-notifications/menu-notifications.component.js.map +0 -1
  107. package/dist/out-tsc/src/app/core/components/menu-notifications/menu-notifications.component.spec.js +0 -21
  108. package/dist/out-tsc/src/app/core/components/menu-notifications/menu-notifications.component.spec.js.map +0 -1
  109. package/dist/out-tsc/src/app/core/components/modal-user-credential/modal-user-credential.component.js +0 -32
  110. package/dist/out-tsc/src/app/core/components/modal-user-credential/modal-user-credential.component.js.map +0 -1
  111. package/dist/out-tsc/src/app/core/components/modal-user-credential/modal-user-credential.component.spec.js +0 -21
  112. package/dist/out-tsc/src/app/core/components/modal-user-credential/modal-user-credential.component.spec.js.map +0 -1
  113. package/dist/out-tsc/src/app/core/components/notification-badge/notification-badge.component.js +0 -51
  114. package/dist/out-tsc/src/app/core/components/notification-badge/notification-badge.component.js.map +0 -1
  115. package/dist/out-tsc/src/app/core/components/notification-badge/notification-badge.component.spec.js +0 -19
  116. package/dist/out-tsc/src/app/core/components/notification-badge/notification-badge.component.spec.js.map +0 -1
  117. package/dist/out-tsc/src/app/core/components/options/configuration/config.component.js +0 -228
  118. package/dist/out-tsc/src/app/core/components/options/configuration/config.component.js.map +0 -1
  119. package/dist/out-tsc/src/app/core/components/options/configuration/config.component.spec.js +0 -21
  120. package/dist/out-tsc/src/app/core/components/options/configuration/config.component.spec.js.map +0 -1
  121. package/dist/out-tsc/src/app/core/components/options/display/display.component.js +0 -142
  122. package/dist/out-tsc/src/app/core/components/options/display/display.component.js.map +0 -1
  123. package/dist/out-tsc/src/app/core/components/options/display/display.component.spec.js +0 -21
  124. package/dist/out-tsc/src/app/core/components/options/display/display.component.spec.js.map +0 -1
  125. package/dist/out-tsc/src/app/core/components/options/notifications/notifications.component.js +0 -66
  126. package/dist/out-tsc/src/app/core/components/options/notifications/notifications.component.js.map +0 -1
  127. package/dist/out-tsc/src/app/core/components/options/notifications/notifications.component.spec.js +0 -21
  128. package/dist/out-tsc/src/app/core/components/options/notifications/notifications.component.spec.js.map +0 -1
  129. package/dist/out-tsc/src/app/core/components/options/signalk/signalk.component.js +0 -255
  130. package/dist/out-tsc/src/app/core/components/options/signalk/signalk.component.js.map +0 -1
  131. package/dist/out-tsc/src/app/core/components/options/signalk/signalk.component.spec.js +0 -21
  132. package/dist/out-tsc/src/app/core/components/options/signalk/signalk.component.spec.js.map +0 -1
  133. package/dist/out-tsc/src/app/core/components/options/tabs/tabs.component.js +0 -44
  134. package/dist/out-tsc/src/app/core/components/options/tabs/tabs.component.js.map +0 -1
  135. package/dist/out-tsc/src/app/core/components/options/tabs/tabs.component.spec.js +0 -21
  136. package/dist/out-tsc/src/app/core/components/options/tabs/tabs.component.spec.js.map +0 -1
  137. package/dist/out-tsc/src/app/core/components/options/units/units.component.js +0 -55
  138. package/dist/out-tsc/src/app/core/components/options/units/units.component.js.map +0 -1
  139. package/dist/out-tsc/src/app/core/components/options/units/units.component.spec.js +0 -21
  140. package/dist/out-tsc/src/app/core/components/options/units/units.component.spec.js.map +0 -1
  141. package/dist/out-tsc/src/app/core/components/page-header/page-header.component.js +0 -31
  142. package/dist/out-tsc/src/app/core/components/page-header/page-header.component.js.map +0 -1
  143. package/dist/out-tsc/src/app/core/components/page-header/page-header.component.spec.js +0 -19
  144. package/dist/out-tsc/src/app/core/components/page-header/page-header.component.spec.js.map +0 -1
  145. package/dist/out-tsc/src/app/core/components/remote-control/remote-control.component.js +0 -63
  146. package/dist/out-tsc/src/app/core/components/remote-control/remote-control.component.js.map +0 -1
  147. package/dist/out-tsc/src/app/core/components/remote-control/remote-control.component.spec.js +0 -19
  148. package/dist/out-tsc/src/app/core/components/remote-control/remote-control.component.spec.js.map +0 -1
  149. package/dist/out-tsc/src/app/core/components/select-icon/select-icon.component.js +0 -75
  150. package/dist/out-tsc/src/app/core/components/select-icon/select-icon.component.js.map +0 -1
  151. package/dist/out-tsc/src/app/core/components/select-icon/select-icon.component.spec.js +0 -19
  152. package/dist/out-tsc/src/app/core/components/select-icon/select-icon.component.spec.js.map +0 -1
  153. package/dist/out-tsc/src/app/core/components/settings/settings.component.js +0 -56
  154. package/dist/out-tsc/src/app/core/components/settings/settings.component.js.map +0 -1
  155. package/dist/out-tsc/src/app/core/components/settings/settings.component.spec.js +0 -19
  156. package/dist/out-tsc/src/app/core/components/settings/settings.component.spec.js.map +0 -1
  157. package/dist/out-tsc/src/app/core/components/tile-large-icon/tile-large-icon.component.js +0 -28
  158. package/dist/out-tsc/src/app/core/components/tile-large-icon/tile-large-icon.component.js.map +0 -1
  159. package/dist/out-tsc/src/app/core/components/tile-large-icon/tile-large-icon.component.spec.js +0 -19
  160. package/dist/out-tsc/src/app/core/components/tile-large-icon/tile-large-icon.component.spec.js.map +0 -1
  161. package/dist/out-tsc/src/app/core/components/upgrade-config/upgrade-config.component.js +0 -336
  162. package/dist/out-tsc/src/app/core/components/upgrade-config/upgrade-config.component.js.map +0 -1
  163. package/dist/out-tsc/src/app/core/components/upgrade-config/upgrade-config.component.spec.js +0 -19
  164. package/dist/out-tsc/src/app/core/components/upgrade-config/upgrade-config.component.spec.js.map +0 -1
  165. package/dist/out-tsc/src/app/core/components/upgrade-config/v10-config-interface.js +0 -2
  166. package/dist/out-tsc/src/app/core/components/upgrade-config/v10-config-interface.js.map +0 -1
  167. package/dist/out-tsc/src/app/core/components/widget-host/widget-host.component.js +0 -77
  168. package/dist/out-tsc/src/app/core/components/widget-host/widget-host.component.js.map +0 -1
  169. package/dist/out-tsc/src/app/core/components/widget-host/widget-host.component.spec.js +0 -19
  170. package/dist/out-tsc/src/app/core/components/widget-host/widget-host.component.spec.js.map +0 -1
  171. package/dist/out-tsc/src/app/core/components/widget-host-bottom-sheet/widget-host-bottom-sheet.component.js +0 -29
  172. package/dist/out-tsc/src/app/core/components/widget-host-bottom-sheet/widget-host-bottom-sheet.component.js.map +0 -1
  173. package/dist/out-tsc/src/app/core/components/widget-host-bottom-sheet/widget-host-bottom-sheet.component.spec.js +0 -19
  174. package/dist/out-tsc/src/app/core/components/widget-host-bottom-sheet/widget-host-bottom-sheet.component.spec.js.map +0 -1
  175. package/dist/out-tsc/src/app/core/components/widget-list-card/widget-list-card.component.js +0 -34
  176. package/dist/out-tsc/src/app/core/components/widget-list-card/widget-list-card.component.js.map +0 -1
  177. package/dist/out-tsc/src/app/core/components/widget-list-card/widget-list-card.component.spec.js +0 -19
  178. package/dist/out-tsc/src/app/core/components/widget-list-card/widget-list-card.component.spec.js.map +0 -1
  179. package/dist/out-tsc/src/app/core/components/widget-title/widget-title.component.js +0 -70
  180. package/dist/out-tsc/src/app/core/components/widget-title/widget-title.component.js.map +0 -1
  181. package/dist/out-tsc/src/app/core/components/widget-title/widget-title.component.spec.js +0 -19
  182. package/dist/out-tsc/src/app/core/components/widget-title/widget-title.component.spec.js.map +0 -1
  183. package/dist/out-tsc/src/app/core/components/widgets-list/widgets-list.component.js +0 -61
  184. package/dist/out-tsc/src/app/core/components/widgets-list/widgets-list.component.js.map +0 -1
  185. package/dist/out-tsc/src/app/core/components/widgets-list/widgets-list.component.spec.js +0 -19
  186. package/dist/out-tsc/src/app/core/components/widgets-list/widgets-list.component.spec.js.map +0 -1
  187. package/dist/out-tsc/src/app/core/directives/gesture.directive.js +0 -457
  188. package/dist/out-tsc/src/app/core/directives/gesture.directive.js.map +0 -1
  189. package/dist/out-tsc/src/app/core/interceptors/authentication-interceptor.js +0 -43
  190. package/dist/out-tsc/src/app/core/interceptors/authentication-interceptor.js.map +0 -1
  191. package/dist/out-tsc/src/app/core/interceptors/authentication-interceptor.spec.js +0 -7
  192. package/dist/out-tsc/src/app/core/interceptors/authentication-interceptor.spec.js.map +0 -1
  193. package/dist/out-tsc/src/app/core/interfaces/app-interfaces.js +0 -8
  194. package/dist/out-tsc/src/app/core/interfaces/app-interfaces.js.map +0 -1
  195. package/dist/out-tsc/src/app/core/interfaces/app-settings.interfaces.js +0 -2
  196. package/dist/out-tsc/src/app/core/interfaces/app-settings.interfaces.js.map +0 -1
  197. package/dist/out-tsc/src/app/core/interfaces/dialog-data.js +0 -2
  198. package/dist/out-tsc/src/app/core/interfaces/dialog-data.js.map +0 -1
  199. package/dist/out-tsc/src/app/core/interfaces/signalk-autopilot-interfaces.js +0 -11
  200. package/dist/out-tsc/src/app/core/interfaces/signalk-autopilot-interfaces.js.map +0 -1
  201. package/dist/out-tsc/src/app/core/interfaces/signalk-interfaces.js +0 -45
  202. package/dist/out-tsc/src/app/core/interfaces/signalk-interfaces.js.map +0 -1
  203. package/dist/out-tsc/src/app/core/interfaces/widgets-interface.js +0 -7
  204. package/dist/out-tsc/src/app/core/interfaces/widgets-interface.js.map +0 -1
  205. package/dist/out-tsc/src/app/core/pipes/filter-self.pipe.js +0 -24
  206. package/dist/out-tsc/src/app/core/pipes/filter-self.pipe.js.map +0 -1
  207. package/dist/out-tsc/src/app/core/pipes/filter-self.pipe.spec.js +0 -8
  208. package/dist/out-tsc/src/app/core/pipes/filter-self.pipe.spec.js.map +0 -1
  209. package/dist/out-tsc/src/app/core/pipes/object-keys.pipe.js +0 -20
  210. package/dist/out-tsc/src/app/core/pipes/object-keys.pipe.js.map +0 -1
  211. package/dist/out-tsc/src/app/core/pipes/object-keys.pipe.spec.js +0 -8
  212. package/dist/out-tsc/src/app/core/pipes/object-keys.pipe.spec.js.map +0 -1
  213. package/dist/out-tsc/src/app/core/pipes/safe.pipe.js +0 -22
  214. package/dist/out-tsc/src/app/core/pipes/safe.pipe.js.map +0 -1
  215. package/dist/out-tsc/src/app/core/services/app-initNetwork.service.js +0 -199
  216. package/dist/out-tsc/src/app/core/services/app-initNetwork.service.js.map +0 -1
  217. package/dist/out-tsc/src/app/core/services/app-initNetwork.service.spec.js +0 -13
  218. package/dist/out-tsc/src/app/core/services/app-initNetwork.service.spec.js.map +0 -1
  219. package/dist/out-tsc/src/app/core/services/app-service.js +0 -249
  220. package/dist/out-tsc/src/app/core/services/app-service.js.map +0 -1
  221. package/dist/out-tsc/src/app/core/services/app-service.spec.js +0 -13
  222. package/dist/out-tsc/src/app/core/services/app-service.spec.js.map +0 -1
  223. package/dist/out-tsc/src/app/core/services/app-settings.service.js +0 -566
  224. package/dist/out-tsc/src/app/core/services/app-settings.service.js.map +0 -1
  225. package/dist/out-tsc/src/app/core/services/app-settings.service.spec.js +0 -13
  226. package/dist/out-tsc/src/app/core/services/app-settings.service.spec.js.map +0 -1
  227. package/dist/out-tsc/src/app/core/services/authentication.service.js +0 -308
  228. package/dist/out-tsc/src/app/core/services/authentication.service.js.map +0 -1
  229. package/dist/out-tsc/src/app/core/services/authentication.service.spec.js +0 -13
  230. package/dist/out-tsc/src/app/core/services/authentication.service.spec.js.map +0 -1
  231. package/dist/out-tsc/src/app/core/services/canvas.service.js +0 -566
  232. package/dist/out-tsc/src/app/core/services/canvas.service.js.map +0 -1
  233. package/dist/out-tsc/src/app/core/services/canvas.service.spec.js +0 -13
  234. package/dist/out-tsc/src/app/core/services/canvas.service.spec.js.map +0 -1
  235. package/dist/out-tsc/src/app/core/services/connection-state-machine.service.js +0 -325
  236. package/dist/out-tsc/src/app/core/services/connection-state-machine.service.js.map +0 -1
  237. package/dist/out-tsc/src/app/core/services/dashboard.service.js +0 -273
  238. package/dist/out-tsc/src/app/core/services/dashboard.service.js.map +0 -1
  239. package/dist/out-tsc/src/app/core/services/dashboard.service.spec.js +0 -13
  240. package/dist/out-tsc/src/app/core/services/dashboard.service.spec.js.map +0 -1
  241. package/dist/out-tsc/src/app/core/services/data-set.service.js +0 -515
  242. package/dist/out-tsc/src/app/core/services/data-set.service.js.map +0 -1
  243. package/dist/out-tsc/src/app/core/services/data-set.service.spec.js +0 -13
  244. package/dist/out-tsc/src/app/core/services/data-set.service.spec.js.map +0 -1
  245. package/dist/out-tsc/src/app/core/services/data.service.js +0 -425
  246. package/dist/out-tsc/src/app/core/services/data.service.js.map +0 -1
  247. package/dist/out-tsc/src/app/core/services/data.service.spec.js +0 -13
  248. package/dist/out-tsc/src/app/core/services/data.service.spec.js.map +0 -1
  249. package/dist/out-tsc/src/app/core/services/dialog.service.js +0 -73
  250. package/dist/out-tsc/src/app/core/services/dialog.service.js.map +0 -1
  251. package/dist/out-tsc/src/app/core/services/dialog.service.spec.js +0 -13
  252. package/dist/out-tsc/src/app/core/services/dialog.service.spec.js.map +0 -1
  253. package/dist/out-tsc/src/app/core/services/notification-overlay.service.js +0 -106
  254. package/dist/out-tsc/src/app/core/services/notification-overlay.service.js.map +0 -1
  255. package/dist/out-tsc/src/app/core/services/notifications.service.js +0 -322
  256. package/dist/out-tsc/src/app/core/services/notifications.service.js.map +0 -1
  257. package/dist/out-tsc/src/app/core/services/notifications.service.spec.js +0 -10
  258. package/dist/out-tsc/src/app/core/services/notifications.service.spec.js.map +0 -1
  259. package/dist/out-tsc/src/app/core/services/remote-dashboards.service.js +0 -125
  260. package/dist/out-tsc/src/app/core/services/remote-dashboards.service.js.map +0 -1
  261. package/dist/out-tsc/src/app/core/services/remote-dashboards.service.spec.js +0 -13
  262. package/dist/out-tsc/src/app/core/services/remote-dashboards.service.spec.js.map +0 -1
  263. package/dist/out-tsc/src/app/core/services/signalk-connection.service.js +0 -283
  264. package/dist/out-tsc/src/app/core/services/signalk-connection.service.js.map +0 -1
  265. package/dist/out-tsc/src/app/core/services/signalk-delta.service.js +0 -486
  266. package/dist/out-tsc/src/app/core/services/signalk-delta.service.js.map +0 -1
  267. package/dist/out-tsc/src/app/core/services/signalk-delta.service.spec.js +0 -13
  268. package/dist/out-tsc/src/app/core/services/signalk-delta.service.spec.js.map +0 -1
  269. package/dist/out-tsc/src/app/core/services/signalk-plugins.service.js +0 -121
  270. package/dist/out-tsc/src/app/core/services/signalk-plugins.service.js.map +0 -1
  271. package/dist/out-tsc/src/app/core/services/signalk-plugins.service.spec.js +0 -13
  272. package/dist/out-tsc/src/app/core/services/signalk-plugins.service.spec.js.map +0 -1
  273. package/dist/out-tsc/src/app/core/services/signalk-requests.service.js +0 -232
  274. package/dist/out-tsc/src/app/core/services/signalk-requests.service.js.map +0 -1
  275. package/dist/out-tsc/src/app/core/services/signalk-requests.service.spec.js +0 -10
  276. package/dist/out-tsc/src/app/core/services/signalk-requests.service.spec.js.map +0 -1
  277. package/dist/out-tsc/src/app/core/services/storage.service.js +0 -390
  278. package/dist/out-tsc/src/app/core/services/storage.service.js.map +0 -1
  279. package/dist/out-tsc/src/app/core/services/storage.service.spec.js +0 -13
  280. package/dist/out-tsc/src/app/core/services/storage.service.spec.js.map +0 -1
  281. package/dist/out-tsc/src/app/core/services/timers.service.js +0 -107
  282. package/dist/out-tsc/src/app/core/services/timers.service.js.map +0 -1
  283. package/dist/out-tsc/src/app/core/services/timers.service.spec.js +0 -13
  284. package/dist/out-tsc/src/app/core/services/timers.service.spec.js.map +0 -1
  285. package/dist/out-tsc/src/app/core/services/uiEvent.service.js +0 -256
  286. package/dist/out-tsc/src/app/core/services/uiEvent.service.js.map +0 -1
  287. package/dist/out-tsc/src/app/core/services/uiEvent.service.spec.js +0 -13
  288. package/dist/out-tsc/src/app/core/services/uiEvent.service.spec.js.map +0 -1
  289. package/dist/out-tsc/src/app/core/services/units.service.js +0 -630
  290. package/dist/out-tsc/src/app/core/services/units.service.js.map +0 -1
  291. package/dist/out-tsc/src/app/core/services/widget.service.js +0 -405
  292. package/dist/out-tsc/src/app/core/services/widget.service.js.map +0 -1
  293. package/dist/out-tsc/src/app/core/services/widget.service.spec.js +0 -13
  294. package/dist/out-tsc/src/app/core/services/widget.service.spec.js.map +0 -1
  295. package/dist/out-tsc/src/app/core/utils/app-overlay-container.js +0 -30
  296. package/dist/out-tsc/src/app/core/utils/app-overlay-container.js.map +0 -1
  297. package/dist/out-tsc/src/app/core/utils/base-widget.component.js +0 -291
  298. package/dist/out-tsc/src/app/core/utils/base-widget.component.js.map +0 -1
  299. package/dist/out-tsc/src/app/core/utils/base-widget.component.spec.js +0 -88
  300. package/dist/out-tsc/src/app/core/utils/base-widget.component.spec.js.map +0 -1
  301. package/dist/out-tsc/src/app/core/utils/dataScales.util.js +0 -127
  302. package/dist/out-tsc/src/app/core/utils/dataScales.util.js.map +0 -1
  303. package/dist/out-tsc/src/app/core/utils/dataTransforms.util.js +0 -138
  304. package/dist/out-tsc/src/app/core/utils/dataTransforms.util.js.map +0 -1
  305. package/dist/out-tsc/src/app/core/utils/iframe-inputs-inject.utils.js +0 -55
  306. package/dist/out-tsc/src/app/core/utils/iframe-inputs-inject.utils.js.map +0 -1
  307. package/dist/out-tsc/src/app/core/utils/svg-animate.util.js +0 -303
  308. package/dist/out-tsc/src/app/core/utils/svg-animate.util.js.map +0 -1
  309. package/dist/out-tsc/src/app/core/utils/themeColors.utils.js +0 -34
  310. package/dist/out-tsc/src/app/core/utils/themeColors.utils.js.map +0 -1
  311. package/dist/out-tsc/src/app/core/utils/uuid.util.js +0 -17
  312. package/dist/out-tsc/src/app/core/utils/uuid.util.js.map +0 -1
  313. package/dist/out-tsc/src/app/core/utils/zones-highlight.utils.js +0 -87
  314. package/dist/out-tsc/src/app/core/utils/zones-highlight.utils.js.map +0 -1
  315. package/dist/out-tsc/src/app/widget-config/boolean-control-config/boolean-control-config.component.js +0 -49
  316. package/dist/out-tsc/src/app/widget-config/boolean-control-config/boolean-control-config.component.js.map +0 -1
  317. package/dist/out-tsc/src/app/widget-config/boolean-control-config/boolean-control-config.component.spec.js +0 -19
  318. package/dist/out-tsc/src/app/widget-config/boolean-control-config/boolean-control-config.component.spec.js.map +0 -1
  319. package/dist/out-tsc/src/app/widget-config/boolean-multicontrol-options/boolean-multicontrol-options.component.js +0 -100
  320. package/dist/out-tsc/src/app/widget-config/boolean-multicontrol-options/boolean-multicontrol-options.component.js.map +0 -1
  321. package/dist/out-tsc/src/app/widget-config/boolean-multicontrol-options/boolean-multicontrol-options.component.spec.js +0 -19
  322. package/dist/out-tsc/src/app/widget-config/boolean-multicontrol-options/boolean-multicontrol-options.component.spec.js.map +0 -1
  323. package/dist/out-tsc/src/app/widget-config/dataset-chart-options/dataset-chart-options.component.js +0 -54
  324. package/dist/out-tsc/src/app/widget-config/dataset-chart-options/dataset-chart-options.component.js.map +0 -1
  325. package/dist/out-tsc/src/app/widget-config/dataset-chart-options/dataset-chart-options.component.spec.js +0 -19
  326. package/dist/out-tsc/src/app/widget-config/dataset-chart-options/dataset-chart-options.component.spec.js.map +0 -1
  327. package/dist/out-tsc/src/app/widget-config/display-chart-options/display-chart-options.component.js +0 -89
  328. package/dist/out-tsc/src/app/widget-config/display-chart-options/display-chart-options.component.js.map +0 -1
  329. package/dist/out-tsc/src/app/widget-config/display-chart-options/display-chart-options.component.spec.js +0 -19
  330. package/dist/out-tsc/src/app/widget-config/display-chart-options/display-chart-options.component.spec.js.map +0 -1
  331. package/dist/out-tsc/src/app/widget-config/display-datetime/display-datetime.component.js +0 -1760
  332. package/dist/out-tsc/src/app/widget-config/display-datetime/display-datetime.component.js.map +0 -1
  333. package/dist/out-tsc/src/app/widget-config/display-datetime/display-datetime.component.spec.js +0 -19
  334. package/dist/out-tsc/src/app/widget-config/display-datetime/display-datetime.component.spec.js.map +0 -1
  335. package/dist/out-tsc/src/app/widget-config/modal-widget-config/modal-widget-config.component.js +0 -327
  336. package/dist/out-tsc/src/app/widget-config/modal-widget-config/modal-widget-config.component.js.map +0 -1
  337. package/dist/out-tsc/src/app/widget-config/modal-widget-config/modal-widget-config.component.spec.js +0 -21
  338. package/dist/out-tsc/src/app/widget-config/modal-widget-config/modal-widget-config.component.spec.js.map +0 -1
  339. package/dist/out-tsc/src/app/widget-config/path-control-config/path-control-config.component.js +0 -268
  340. package/dist/out-tsc/src/app/widget-config/path-control-config/path-control-config.component.js.map +0 -1
  341. package/dist/out-tsc/src/app/widget-config/path-control-config/path-control-config.component.spec.js +0 -21
  342. package/dist/out-tsc/src/app/widget-config/path-control-config/path-control-config.component.spec.js.map +0 -1
  343. package/dist/out-tsc/src/app/widget-config/paths-options/paths-options.component.js +0 -81
  344. package/dist/out-tsc/src/app/widget-config/paths-options/paths-options.component.js.map +0 -1
  345. package/dist/out-tsc/src/app/widget-config/paths-options/paths-options.component.spec.js +0 -19
  346. package/dist/out-tsc/src/app/widget-config/paths-options/paths-options.component.spec.js.map +0 -1
  347. package/dist/out-tsc/src/app/widget-config/select-autopilot/select-autopilot.component.js +0 -266
  348. package/dist/out-tsc/src/app/widget-config/select-autopilot/select-autopilot.component.js.map +0 -1
  349. package/dist/out-tsc/src/app/widget-config/select-autopilot/select-autopilot.component.spec.js +0 -19
  350. package/dist/out-tsc/src/app/widget-config/select-autopilot/select-autopilot.component.spec.js.map +0 -1
  351. package/dist/out-tsc/src/app/widgets/gauge-steel/gauge-steel.component.js +0 -309
  352. package/dist/out-tsc/src/app/widgets/gauge-steel/gauge-steel.component.js.map +0 -1
  353. package/dist/out-tsc/src/app/widgets/gauge-steel/gauge-steel.component.spec.js +0 -21
  354. package/dist/out-tsc/src/app/widgets/gauge-steel/gauge-steel.component.spec.js.map +0 -1
  355. package/dist/out-tsc/src/app/widgets/minichart/minichart.component.js +0 -512
  356. package/dist/out-tsc/src/app/widgets/minichart/minichart.component.js.map +0 -1
  357. package/dist/out-tsc/src/app/widgets/minichart/minichart.component.spec.js +0 -19
  358. package/dist/out-tsc/src/app/widgets/minichart/minichart.component.spec.js.map +0 -1
  359. package/dist/out-tsc/src/app/widgets/svg-autopilot/svg-autopilot.component.js +0 -227
  360. package/dist/out-tsc/src/app/widgets/svg-autopilot/svg-autopilot.component.js.map +0 -1
  361. package/dist/out-tsc/src/app/widgets/svg-autopilot/svg-autopilot.component.spec.js +0 -21
  362. package/dist/out-tsc/src/app/widgets/svg-autopilot/svg-autopilot.component.spec.js.map +0 -1
  363. package/dist/out-tsc/src/app/widgets/svg-boolean-button/svg-boolean-button.component.js +0 -163
  364. package/dist/out-tsc/src/app/widgets/svg-boolean-button/svg-boolean-button.component.js.map +0 -1
  365. package/dist/out-tsc/src/app/widgets/svg-boolean-button/svg-boolean-button.component.spec.js +0 -19
  366. package/dist/out-tsc/src/app/widgets/svg-boolean-button/svg-boolean-button.component.spec.js.map +0 -1
  367. package/dist/out-tsc/src/app/widgets/svg-boolean-light/svg-boolean-light.component.js +0 -97
  368. package/dist/out-tsc/src/app/widgets/svg-boolean-light/svg-boolean-light.component.js.map +0 -1
  369. package/dist/out-tsc/src/app/widgets/svg-boolean-light/svg-boolean-light.component.spec.js +0 -19
  370. package/dist/out-tsc/src/app/widgets/svg-boolean-light/svg-boolean-light.component.spec.js.map +0 -1
  371. package/dist/out-tsc/src/app/widgets/svg-boolean-switch/svg-boolean-switch.component.js +0 -122
  372. package/dist/out-tsc/src/app/widgets/svg-boolean-switch/svg-boolean-switch.component.js.map +0 -1
  373. package/dist/out-tsc/src/app/widgets/svg-boolean-switch/svg-boolean-switch.component.spec.js +0 -19
  374. package/dist/out-tsc/src/app/widgets/svg-boolean-switch/svg-boolean-switch.component.spec.js.map +0 -1
  375. package/dist/out-tsc/src/app/widgets/svg-racesteer/svg-racesteer.component.js +0 -389
  376. package/dist/out-tsc/src/app/widgets/svg-racesteer/svg-racesteer.component.js.map +0 -1
  377. package/dist/out-tsc/src/app/widgets/svg-racesteer/svg-racesteer.component.spec.js +0 -21
  378. package/dist/out-tsc/src/app/widgets/svg-racesteer/svg-racesteer.component.spec.js.map +0 -1
  379. package/dist/out-tsc/src/app/widgets/svg-simple-linear-gauge/svg-simple-linear-gauge.component.js +0 -76
  380. package/dist/out-tsc/src/app/widgets/svg-simple-linear-gauge/svg-simple-linear-gauge.component.js.map +0 -1
  381. package/dist/out-tsc/src/app/widgets/svg-simple-linear-gauge/svg-simple-linear-gauge.component.spec.js +0 -21
  382. package/dist/out-tsc/src/app/widgets/svg-simple-linear-gauge/svg-simple-linear-gauge.component.spec.js.map +0 -1
  383. package/dist/out-tsc/src/app/widgets/svg-windsteer/svg-windsteer.component.js +0 -429
  384. package/dist/out-tsc/src/app/widgets/svg-windsteer/svg-windsteer.component.js.map +0 -1
  385. package/dist/out-tsc/src/app/widgets/svg-windsteer/svg-windsteer.component.spec.js +0 -21
  386. package/dist/out-tsc/src/app/widgets/svg-windsteer/svg-windsteer.component.spec.js.map +0 -1
  387. package/dist/out-tsc/src/app/widgets/widget-autopilot/widget-autopilot.component.js +0 -1128
  388. package/dist/out-tsc/src/app/widgets/widget-autopilot/widget-autopilot.component.js.map +0 -1
  389. package/dist/out-tsc/src/app/widgets/widget-autopilot/widget-autopilot.component.spec.js +0 -21
  390. package/dist/out-tsc/src/app/widgets/widget-autopilot/widget-autopilot.component.spec.js.map +0 -1
  391. package/dist/out-tsc/src/app/widgets/widget-boolean-switch/widget-boolean-switch.component.js +0 -140
  392. package/dist/out-tsc/src/app/widgets/widget-boolean-switch/widget-boolean-switch.component.js.map +0 -1
  393. package/dist/out-tsc/src/app/widgets/widget-boolean-switch/widget-boolean-switch.component.spec.js +0 -19
  394. package/dist/out-tsc/src/app/widgets/widget-boolean-switch/widget-boolean-switch.component.spec.js.map +0 -1
  395. package/dist/out-tsc/src/app/widgets/widget-data-chart/widget-data-chart.component.js +0 -678
  396. package/dist/out-tsc/src/app/widgets/widget-data-chart/widget-data-chart.component.js.map +0 -1
  397. package/dist/out-tsc/src/app/widgets/widget-data-chart/widget-data-chart.component.spec.js +0 -19
  398. package/dist/out-tsc/src/app/widgets/widget-data-chart/widget-data-chart.component.spec.js.map +0 -1
  399. package/dist/out-tsc/src/app/widgets/widget-datetime/widget-datetime.component.js +0 -177
  400. package/dist/out-tsc/src/app/widgets/widget-datetime/widget-datetime.component.js.map +0 -1
  401. package/dist/out-tsc/src/app/widgets/widget-datetime/widget-datetime.component.spec.js +0 -21
  402. package/dist/out-tsc/src/app/widgets/widget-datetime/widget-datetime.component.spec.js.map +0 -1
  403. package/dist/out-tsc/src/app/widgets/widget-freeboardsk/widget-freeboardsk.component.js +0 -146
  404. package/dist/out-tsc/src/app/widgets/widget-freeboardsk/widget-freeboardsk.component.js.map +0 -1
  405. package/dist/out-tsc/src/app/widgets/widget-freeboardsk/widget-freeboardsk.component.spec.js +0 -19
  406. package/dist/out-tsc/src/app/widgets/widget-freeboardsk/widget-freeboardsk.component.spec.js.map +0 -1
  407. package/dist/out-tsc/src/app/widgets/widget-gauge-ng-compass/widget-gauge-ng-compass.component.js +0 -301
  408. package/dist/out-tsc/src/app/widgets/widget-gauge-ng-compass/widget-gauge-ng-compass.component.js.map +0 -1
  409. package/dist/out-tsc/src/app/widgets/widget-gauge-ng-compass/widget-gauge-ng-compass.component.spec.js +0 -19
  410. package/dist/out-tsc/src/app/widgets/widget-gauge-ng-compass/widget-gauge-ng-compass.component.spec.js.map +0 -1
  411. package/dist/out-tsc/src/app/widgets/widget-gauge-ng-linear/widget-gauge-ng-linear.component.js +0 -413
  412. package/dist/out-tsc/src/app/widgets/widget-gauge-ng-linear/widget-gauge-ng-linear.component.js.map +0 -1
  413. package/dist/out-tsc/src/app/widgets/widget-gauge-ng-linear/widget-gauge-ng-linear.component.spec.js +0 -21
  414. package/dist/out-tsc/src/app/widgets/widget-gauge-ng-linear/widget-gauge-ng-linear.component.spec.js.map +0 -1
  415. package/dist/out-tsc/src/app/widgets/widget-gauge-ng-radial/widget-gauge-ng-radial.component.js +0 -360
  416. package/dist/out-tsc/src/app/widgets/widget-gauge-ng-radial/widget-gauge-ng-radial.component.js.map +0 -1
  417. package/dist/out-tsc/src/app/widgets/widget-gauge-ng-radial/widget-gauge-ng-radial.component.spec.js +0 -21
  418. package/dist/out-tsc/src/app/widgets/widget-gauge-ng-radial/widget-gauge-ng-radial.component.spec.js.map +0 -1
  419. package/dist/out-tsc/src/app/widgets/widget-gauge-steel/widget-gauge-steel.component.js +0 -119
  420. package/dist/out-tsc/src/app/widgets/widget-gauge-steel/widget-gauge-steel.component.js.map +0 -1
  421. package/dist/out-tsc/src/app/widgets/widget-gauge-steel/widget-gauge-steel.component.spec.js +0 -21
  422. package/dist/out-tsc/src/app/widgets/widget-gauge-steel/widget-gauge-steel.component.spec.js.map +0 -1
  423. package/dist/out-tsc/src/app/widgets/widget-heel-gauge/widget-heel-gauge.component.js +0 -205
  424. package/dist/out-tsc/src/app/widgets/widget-heel-gauge/widget-heel-gauge.component.js.map +0 -1
  425. package/dist/out-tsc/src/app/widgets/widget-heel-gauge/widget-heel-gauge.component.spec.js +0 -15
  426. package/dist/out-tsc/src/app/widgets/widget-heel-gauge/widget-heel-gauge.component.spec.js.map +0 -1
  427. package/dist/out-tsc/src/app/widgets/widget-horizon/widget-horizon.component.js +0 -196
  428. package/dist/out-tsc/src/app/widgets/widget-horizon/widget-horizon.component.js.map +0 -1
  429. package/dist/out-tsc/src/app/widgets/widget-horizon/widget-horizon.component.spec.js +0 -21
  430. package/dist/out-tsc/src/app/widgets/widget-horizon/widget-horizon.component.spec.js.map +0 -1
  431. package/dist/out-tsc/src/app/widgets/widget-iframe/widget-iframe.component.js +0 -173
  432. package/dist/out-tsc/src/app/widgets/widget-iframe/widget-iframe.component.js.map +0 -1
  433. package/dist/out-tsc/src/app/widgets/widget-iframe/widget-iframe.component.spec.js +0 -21
  434. package/dist/out-tsc/src/app/widgets/widget-iframe/widget-iframe.component.spec.js.map +0 -1
  435. package/dist/out-tsc/src/app/widgets/widget-label/widget-label.component.js +0 -128
  436. package/dist/out-tsc/src/app/widgets/widget-label/widget-label.component.js.map +0 -1
  437. package/dist/out-tsc/src/app/widgets/widget-label/widget-label.component.spec.js +0 -19
  438. package/dist/out-tsc/src/app/widgets/widget-label/widget-label.component.spec.js.map +0 -1
  439. package/dist/out-tsc/src/app/widgets/widget-login/login.component.spec.js +0 -21
  440. package/dist/out-tsc/src/app/widgets/widget-login/login.component.spec.js.map +0 -1
  441. package/dist/out-tsc/src/app/widgets/widget-login/widget-login.component.js +0 -78
  442. package/dist/out-tsc/src/app/widgets/widget-login/widget-login.component.js.map +0 -1
  443. package/dist/out-tsc/src/app/widgets/widget-numeric/widget-numeric.component.js +0 -303
  444. package/dist/out-tsc/src/app/widgets/widget-numeric/widget-numeric.component.js.map +0 -1
  445. package/dist/out-tsc/src/app/widgets/widget-numeric/widget-numeric.spec.js +0 -21
  446. package/dist/out-tsc/src/app/widgets/widget-numeric/widget-numeric.spec.js.map +0 -1
  447. package/dist/out-tsc/src/app/widgets/widget-position/widget-position.component.js +0 -177
  448. package/dist/out-tsc/src/app/widgets/widget-position/widget-position.component.js.map +0 -1
  449. package/dist/out-tsc/src/app/widgets/widget-position/widget-position.component.spec.js +0 -21
  450. package/dist/out-tsc/src/app/widgets/widget-position/widget-position.component.spec.js.map +0 -1
  451. package/dist/out-tsc/src/app/widgets/widget-race-timer/widget-race-timer.component.js +0 -275
  452. package/dist/out-tsc/src/app/widgets/widget-race-timer/widget-race-timer.component.js.map +0 -1
  453. package/dist/out-tsc/src/app/widgets/widget-race-timer/widget-race-timer.component.spec.js +0 -21
  454. package/dist/out-tsc/src/app/widgets/widget-race-timer/widget-race-timer.component.spec.js.map +0 -1
  455. package/dist/out-tsc/src/app/widgets/widget-racer-line/widget-racer-line.component.js +0 -319
  456. package/dist/out-tsc/src/app/widgets/widget-racer-line/widget-racer-line.component.js.map +0 -1
  457. package/dist/out-tsc/src/app/widgets/widget-racer-line/widget-racer-line.component.spec.js +0 -21
  458. package/dist/out-tsc/src/app/widgets/widget-racer-line/widget-racer-line.component.spec.js.map +0 -1
  459. package/dist/out-tsc/src/app/widgets/widget-racer-timer/widget-racer-timer.component.js +0 -365
  460. package/dist/out-tsc/src/app/widgets/widget-racer-timer/widget-racer-timer.component.js.map +0 -1
  461. package/dist/out-tsc/src/app/widgets/widget-racer-timer/widget-racer-timer.component.spec.js +0 -21
  462. package/dist/out-tsc/src/app/widgets/widget-racer-timer/widget-racer-timer.component.spec.js.map +0 -1
  463. package/dist/out-tsc/src/app/widgets/widget-racesteer/widget-racesteer.component.js +0 -321
  464. package/dist/out-tsc/src/app/widgets/widget-racesteer/widget-racesteer.component.js.map +0 -1
  465. package/dist/out-tsc/src/app/widgets/widget-racesteer/widget-racesteer.component.spec.js +0 -21
  466. package/dist/out-tsc/src/app/widgets/widget-racesteer/widget-racesteer.component.spec.js.map +0 -1
  467. package/dist/out-tsc/src/app/widgets/widget-simple-linear/widget-simple-linear.component.js +0 -189
  468. package/dist/out-tsc/src/app/widgets/widget-simple-linear/widget-simple-linear.component.js.map +0 -1
  469. package/dist/out-tsc/src/app/widgets/widget-simple-linear/widget-simple-linear.component.spec.js +0 -21
  470. package/dist/out-tsc/src/app/widgets/widget-simple-linear/widget-simple-linear.component.spec.js.map +0 -1
  471. package/dist/out-tsc/src/app/widgets/widget-slider/widget-slider.component.js +0 -248
  472. package/dist/out-tsc/src/app/widgets/widget-slider/widget-slider.component.js.map +0 -1
  473. package/dist/out-tsc/src/app/widgets/widget-slider/widget-slider.component.spec.js +0 -19
  474. package/dist/out-tsc/src/app/widgets/widget-slider/widget-slider.component.spec.js.map +0 -1
  475. package/dist/out-tsc/src/app/widgets/widget-text/widget-text.component.js +0 -138
  476. package/dist/out-tsc/src/app/widgets/widget-text/widget-text.component.js.map +0 -1
  477. package/dist/out-tsc/src/app/widgets/widget-text/widget-text.component.spec.js +0 -21
  478. package/dist/out-tsc/src/app/widgets/widget-text/widget-text.component.spec.js.map +0 -1
  479. package/dist/out-tsc/src/app/widgets/widget-tutorial/widget-tutorial.component.js +0 -43
  480. package/dist/out-tsc/src/app/widgets/widget-tutorial/widget-tutorial.component.js.map +0 -1
  481. package/dist/out-tsc/src/app/widgets/widget-tutorial/widget-tutorial.component.spec.js +0 -21
  482. package/dist/out-tsc/src/app/widgets/widget-tutorial/widget-tutorial.component.spec.js.map +0 -1
  483. package/dist/out-tsc/src/app/widgets/widget-windsteer/widget-windsteer.component.js +0 -483
  484. package/dist/out-tsc/src/app/widgets/widget-windsteer/widget-windsteer.component.js.map +0 -1
  485. package/dist/out-tsc/src/app/widgets/widget-windsteer/widget-windsteer.component.spec.js +0 -21
  486. package/dist/out-tsc/src/app/widgets/widget-windsteer/widget-windsteer.component.spec.js.map +0 -1
  487. package/dist/out-tsc/src/app/widgets/widget-windtrends-chart/widget-windtrends-chart.component.js +0 -1067
  488. package/dist/out-tsc/src/app/widgets/widget-windtrends-chart/widget-windtrends-chart.component.js.map +0 -1
  489. package/dist/out-tsc/src/app/widgets/widget-windtrends-chart/widget-windtrends-chart.component.spec.js +0 -19
  490. package/dist/out-tsc/src/app/widgets/widget-windtrends-chart/widget-windtrends-chart.component.spec.js.map +0 -1
  491. package/dist/out-tsc/src/default-config/config.blank.const.js +0 -35
  492. package/dist/out-tsc/src/default-config/config.blank.const.js.map +0 -1
  493. package/dist/out-tsc/src/default-config/config.blank.notification.const.js +0 -22
  494. package/dist/out-tsc/src/default-config/config.blank.notification.const.js.map +0 -1
  495. package/dist/out-tsc/src/default-config/config.blank.units.const.js +0 -24
  496. package/dist/out-tsc/src/default-config/config.blank.units.const.js.map +0 -1
  497. package/dist/out-tsc/src/default-config/config.demo.const.js +0 -739
  498. package/dist/out-tsc/src/default-config/config.demo.const.js.map +0 -1
  499. package/dist/out-tsc/src/environments/environment.js +0 -8
  500. package/dist/out-tsc/src/environments/environment.js.map +0 -1
  501. package/dist/out-tsc/src/environments/environment.prod.js +0 -4
  502. package/dist/out-tsc/src/environments/environment.prod.js.map +0 -1
  503. package/dist/out-tsc/src/main.js +0 -111
  504. package/dist/out-tsc/src/main.js.map +0 -1
  505. package/dist/out-tsc/src/polyfills.js +0 -67
  506. package/dist/out-tsc/src/polyfills.js.map +0 -1
  507. package/dist/out-tsc/src/test-setup.js +0 -1
  508. package/dist/out-tsc/src/test-setup.js.map +0 -1
  509. package/dist/out-tsc/src/test-shims/steelseries-shim.js +0 -44
  510. package/dist/out-tsc/src/test-shims/steelseries-shim.js.map +0 -1
  511. package/dist/out-tsc/src/test.js +0 -84
  512. package/dist/out-tsc/src/test.js.map +0 -1
  513. package/public/chunk-2QCDSHYY.js +0 -2
  514. package/public/chunk-44SAAOTX.js +0 -1
  515. package/public/chunk-B4SAMEY6.js +0 -52
  516. package/public/chunk-BRLXMYKY.js +0 -3
  517. package/public/chunk-CWBDCB4U.js +0 -5
  518. package/public/chunk-F5X5MWHG.js +0 -0
  519. package/public/chunk-FO4MIXCV.js +0 -1
  520. package/public/chunk-GYERRI2M.js +0 -1
  521. package/public/chunk-J52IMA7W.js +0 -2
  522. package/public/chunk-JWT2WFAW.js +0 -2
  523. package/public/chunk-KITN4REV.js +0 -8
  524. package/public/chunk-KNBOI7TL.js +0 -6
  525. package/public/chunk-L4NM3HUK.js +0 -64
  526. package/public/chunk-MHCWCMEF.js +0 -4
  527. package/public/chunk-MKKQCG3C.js +0 -2
  528. package/public/chunk-P234HY53.js +0 -3
  529. package/public/chunk-PR5JLJLD.js +0 -15
  530. package/public/chunk-QL3G7CWF.js +0 -1
  531. package/public/chunk-RVSQUIEX.js +0 -5
  532. package/public/chunk-TKCKTVDR.js +0 -4
  533. package/public/chunk-W4VRE5PG.js +0 -2
  534. package/public/chunk-YCU7XIW3.js +0 -1
  535. package/public/chunk-ZAI5WMYO.js +0 -1
  536. package/public/chunk-ZMXKQCOQ.js +0 -9
  537. package/public/main-YS33VPFY.js +0 -5
  538. package/public/polyfills-C5VXBGWL.js +0 -2
@@ -1,7 +1,9 @@
1
1
  # Persona
2
+
2
3
  You are a dedicated Angular developer who thrives on leveraging the absolute latest features of the framework to build cutting-edge applications. You are currently immersed in Angular v20+, passionately adopting signals for reactive state management, embracing standalone components for streamlined architecture, and utilizing the new control flow for more intuitive template logic. Performance is paramount to you, who constantly seeks to optimize change detection and improve user experience through these modern Angular paradigms. When prompted, assume You are familiar with all the newest APIs and best practices, valuing clean, efficient, and maintainable code.
3
4
 
4
5
  ## Examples
6
+
5
7
  These are modern examples of how to write an Angular 20 component with signals
6
8
 
7
9
  ```ts
@@ -21,63 +23,72 @@ export class {{ClassName}} {
21
23
  }
22
24
  ```
23
25
 
24
- ```css
26
+ ```scss
25
27
  .container {
26
- display: flex;
27
- flex-direction: column;
28
- align-items: center;
29
- justify-content: center;
30
- height: 100vh;
31
-
32
- button {
33
- margin-top: 10px;
34
- }
28
+ display: flex;
29
+ flex-direction: column;
30
+ align-items: center;
31
+ justify-content: center;
32
+ height: 100vh;
33
+
34
+ button {
35
+ margin-top: 10px;
36
+ }
35
37
  }
36
38
  ```
37
39
 
38
40
  ```html
39
41
  <section class="container">
40
- @if (isServerRunning()) {
41
- <span>Yes, the server is running</span>
42
- } @else {
43
- <span>No, the server is not running</span>
44
- }
45
- <button (click)="toggleServerStatus()">Toggle Server Status</button>
42
+ @if (isServerRunning()) {
43
+ <span>Yes, the server is running</span>
44
+ } @else {
45
+ <span>No, the server is not running</span>
46
+ }
47
+ <button (click)="toggleServerStatus()">Toggle Server Status</button>
46
48
  </section>
47
49
  ```
48
50
 
49
- When you update a component, be sure to put the logic in the ts file, the styles in the css file and the html template in the html file.
51
+ When you update a component, be sure to put the logic in the ts file, the styles in the scss file, and the html template in the html file.
50
52
 
51
53
  ## Resources
54
+
52
55
  Here are some links to the essentials for building Angular applications. Use these to get an understanding of how some of the core functionality works
53
56
  https://angular.dev/essentials/components
54
57
  https://angular.dev/essentials/signals
55
58
  https://angular.dev/essentials/templates
56
59
  https://angular.dev/essentials/dependency-injection
57
- https://angular.dev/guide/components/queries
58
-
59
- viewChild('tileContainer', { static: false }) tileContainer!: ElementRef<HTMLDivElement>;
60
- viewChildren('tile', { read: ElementRef }) tiles!: QueryList<ElementRef<HTMLElement>>;
61
60
 
62
61
  ## Best practices & Style guide
62
+
63
63
  Here are the best practices and the style guide information.
64
64
 
65
65
  ### Coding Style guide
66
+
66
67
  Here is a link to the most recent Angular style guide https://angular.dev/style-guide
67
68
 
68
69
  ### TypeScript Best Practices
70
+
69
71
  - Use strict type checking
70
72
  - Prefer type inference when the type is obvious
71
73
  - Avoid the `any` type; use `unknown` when type is uncertain
72
74
 
73
75
  ### Angular Best Practices
76
+
74
77
  - Always use standalone components over `NgModules`
75
- - Don't use explicit `standalone: true` (it is implied by default)
78
+ - Do NOT set `standalone: true` inside the `@Component`, `@Directive` and `@Pipe` decorators
76
79
  - Use signals for state management
77
80
  - Implement lazy loading for feature routes
81
+ - Do NOT use the `@HostBinding` and `@HostListener` decorators. Put host bindings inside the `host` object of the `@Component` or `@Directive` decorator instead
78
82
  - Use `NgOptimizedImage` for all static images.
83
+ - `NgOptimizedImage` does not work for inline base64 images.
84
+
85
+ ### Accessibility Requirements
86
+
87
+ - It MUST pass all AXE checks.
88
+ - It MUST follow all WCAG AA minimums, including focus management, color contrast, and ARIA attributes.
79
89
 
80
90
  ### Components
91
+
81
92
  - Keep components small and focused on a single responsibility
82
93
  - Use `input()` signal instead of decorators, learn more here https://angular.dev/guide/components/inputs
83
94
  - Use `output()` function instead of decorators, learn more here https://angular.dev/guide/components/outputs
@@ -86,81 +97,27 @@ Here is a link to the most recent Angular style guide https://angular.dev/style-
86
97
  - Prefer inline templates for small components
87
98
  - Prefer Reactive forms instead of Template-driven ones
88
99
  - Do NOT use `ngClass`, use `class` bindings instead, for context: https://angular.dev/guide/templates/binding#css-class-and-style-property-bindings
89
- - DO NOT use `ngStyle`, use `style` bindings instead, for context: https://angular.dev/guide/templates/binding#css-class-and-style-property-bindings
100
+ - Do NOT use `ngStyle`, use `style` bindings instead, for context: https://angular.dev/guide/templates/binding#css-class-and-style-property-bindings
90
101
 
91
102
  ### State Management
103
+
92
104
  - Use signals for local component state
93
105
  - Use `computed()` for derived state
94
106
  - Keep state transformations pure and predictable
107
+ - Do NOT use `mutate` on signals, use `update` or `set` instead
95
108
 
96
109
  ### Templates
110
+
97
111
  - Keep templates simple and avoid complex logic
98
112
  - Use native control flow (`@if`, `@for`, `@switch`) instead of `*ngIf`, `*ngFor`, `*ngSwitch`
113
+ - Avoid non-deterministic work in templates (e.g., calling `new Date()` or `Math.random()` in bindings); compute values in TypeScript and bind to signals/`computed()`.
114
+ - Do not write arrow functions in templates (they are not supported).
99
115
  - Use the async pipe to handle observables
100
116
  - Use built in pipes and import pipes when being used in a template, learn more https://angular.dev/guide/templates/pipes#
117
+ - When using external templates/styles, use paths relative to the component TS file.
101
118
 
102
119
  ### Services
120
+
103
121
  - Design services around a single responsibility
104
122
  - Use the `providedIn: 'root'` option for singleton services
105
123
  - Use the `inject()` function instead of constructor injection
106
-
107
- ### Dashboards
108
- - Dashboards are managed via `DashboardService` and support custom names and icons for easy identification
109
- - Use `DashboardService.add(name, configuration, icon?)` to create dashboards with optional icons
110
- - Use `DashboardService.update(index, name, icon?)` to modify existing dashboards
111
- - Use `DashboardService.duplicate(index, newName, newIcon?)` to duplicate dashboards with optional icon override
112
- - Icons are Material Icons (e.g., 'dashboard', 'navigation') and can be selected via the `select-icon` component
113
- - The `select-icon` component loads SVG icons from configurable files (default: 'assets/svg/icons.svg'), displays them in a grid, and outputs the selected icon name
114
- - Integrate icon selection in dialogs by including `<select-icon [iconFile]="'assets/svg/icons.svg'" (selectedIcon)="onIconSelected($event)"></select-icon>`
115
-
116
- ---
117
-
118
- ## Cross-Reference Instructions
119
-
120
- ### **Related Files:**
121
- - **COPILOT.md** (Root): KIP project-specific guidelines, architecture, services, and widget development patterns
122
- - **README.md**: Project setup, build instructions, and general development workflow
123
-
124
- ### **Usage Priority:**
125
- 1. **KIP-Specific Development**: Follow `COPILOT.md` for widget development, Signal K integration, theming, and KIP-specific patterns
126
- 2. **General Angular Development**: Follow this file for modern Angular v20+ coding standards, component structure, and framework best practices
127
- 3. **Project Setup**: Refer to `README.md` for build commands, dependencies, and environment setup
128
-
129
- ### **Integration Notes:**
130
- - When developing KIP widgets, follow the Host2 widget architecture (signals + `WidgetRuntimeDirective` / `WidgetStreamsDirective` (+ optional `WidgetMetadataDirective`)) and, for new widgets, prefer generating the scaffold via the `create-host2-widget` schematic (see `COPILOT.md` sections 9 & 13)
131
- - Use signals, standalone components, and modern control flow from this file within the KIP architecture from `COPILOT.md`
132
- - For theming and colors, always use the KIP theme system described in `COPILOT.md`, not generic CSS approaches
133
- - All services should follow both the Angular DI patterns here AND the KIP service architecture in `COPILOT.md`
134
-
135
- ## Referencing component children with queries (Angular 17+)
136
-
137
- Use the modern signal-based query API for referencing elements, components, or directives in your template:
138
-
139
- - Use `viewChild()` and `viewChildren()` from `@angular/core` (not the old decorators).
140
- - These return signals or arrays, not QueryList.
141
- - Example usage:
142
-
143
- ```typescript
144
- import { viewChild, viewChildren, ElementRef } from '@angular/core';
145
-
146
- // In your component class:
147
- tileContainer = viewChild('tileContainer')();
148
- tiles = viewChildren('tile', { read: ElementRef });
149
- ```
150
-
151
- - In your template, add template reference variables:
152
-
153
- ```html
154
- <div #tileContainer>
155
- @for (item of items; let i = $index) {
156
- <tile-large-icon #tile ...></tile-large-icon>
157
- }
158
- </div>
159
- ```
160
-
161
- - Access the element/component directly via the property (e.g., `this.tileContainer`, `this.tiles[0]`).
162
- - `viewChildren()` returns a readonly array that updates automatically as the view changes.
163
- - No need for `ngAfterViewInit` to access queries; they are available as soon as the view is rendered.
164
-
165
- **Summary:**
166
- Use `viewChild()` and `viewChildren()` for modern, reactive, and type-safe access to elements/components in your template. Avoid the legacy `@ViewChild`/`@ViewChildren` decorators and `QueryList` in new code.
@@ -0,0 +1,55 @@
1
+ You are an expert in TypeScript, Angular, and scalable web application development. You write functional, maintainable, performant, and accessible code following Angular and TypeScript best practices.
2
+
3
+ ## TypeScript Best Practices
4
+
5
+ - Use strict type checking
6
+ - Prefer type inference when the type is obvious
7
+ - Avoid the `any` type; use `unknown` when type is uncertain
8
+
9
+ ## Angular Best Practices
10
+
11
+ - Always use standalone components over NgModules
12
+ - Must NOT set `standalone: true` inside Angular decorators. It's the default in Angular v20+.
13
+ - Use signals for state management
14
+ - Implement lazy loading for feature routes
15
+ - Do NOT use the `@HostBinding` and `@HostListener` decorators. Put host bindings inside the `host` object of the `@Component` or `@Directive` decorator instead
16
+ - Use `NgOptimizedImage` for all static images.
17
+ - `NgOptimizedImage` does not work for inline base64 images.
18
+
19
+ ## Accessibility Requirements
20
+
21
+ - It MUST pass all AXE checks.
22
+ - It MUST follow all WCAG AA minimums, including focus management, color contrast, and ARIA attributes.
23
+
24
+ ### Components
25
+
26
+ - Keep components small and focused on a single responsibility
27
+ - Use `input()` and `output()` functions instead of decorators
28
+ - Use `computed()` for derived state
29
+ - Set `changeDetection: ChangeDetectionStrategy.OnPush` in `@Component` decorator
30
+ - Prefer inline templates for small components
31
+ - Prefer Reactive forms instead of Template-driven ones
32
+ - Do NOT use `ngClass`, use `class` bindings instead
33
+ - Do NOT use `ngStyle`, use `style` bindings instead
34
+ - When using external templates/styles, use paths relative to the component TS file.
35
+
36
+ ## State Management
37
+
38
+ - Use signals for local component state
39
+ - Use `computed()` for derived state
40
+ - Keep state transformations pure and predictable
41
+ - Do NOT use `mutate` on signals, use `update` or `set` instead
42
+
43
+ ## Templates
44
+
45
+ - Keep templates simple and avoid complex logic
46
+ - Use native control flow (`@if`, `@for`, `@switch`) instead of `*ngIf`, `*ngFor`, `*ngSwitch`
47
+ - Use the async pipe to handle observables
48
+ - Avoid non-deterministic work in templates (e.g., calling `new Date()` or `Math.random()` in bindings); compute values in TypeScript and bind to signals/`computed()`.
49
+ - Do not write arrow functions in templates (they are not supported).
50
+
51
+ ## Services
52
+
53
+ - Design services around a single responsibility
54
+ - Use the `providedIn: 'root'` option for singleton services
55
+ - Use the `inject()` function instead of constructor injection