@mxtommy/kip 1.3.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (273) hide show
  1. package/CHANGELOG.md +38 -3
  2. package/CONTRIBUTORS.md +4 -4
  3. package/KipGaugeSample3-1024x508.png +0 -0
  4. package/LICENSE +21 -0
  5. package/README.md +80 -42
  6. package/package.json +52 -46
  7. package/public/3rdpartylicenses.txt +61 -412
  8. package/public/assets/NoSleep.min.js +2 -2
  9. package/public/assets/icon-64x64.png +0 -0
  10. package/public/index.html +3 -3
  11. package/public/main.9dba30de44eed02b.js +1 -0
  12. package/public/manifest.json +9 -4
  13. package/public/polyfills.d1da7d2e907c253a.js +1 -0
  14. package/public/runtime.e75056c32c37f59d.js +1 -0
  15. package/public/styles.6b1c2c92be18a2cc.css +1 -0
  16. package/.angulardoc.json +0 -4
  17. package/angular.json +0 -162
  18. package/e2e/app.e2e-spec.ts +0 -14
  19. package/e2e/app.po.ts +0 -11
  20. package/e2e/tsconfig.e2e.json +0 -14
  21. package/karma.conf.js +0 -31
  22. package/public/main-es2018.98175eb4c61ccaf7eb17.js +0 -1
  23. package/public/main-es5.98175eb4c61ccaf7eb17.js +0 -1
  24. package/public/polyfills-es2018.3a61665863c173cd6ba3.js +0 -1
  25. package/public/polyfills-es5.44827ae4ff4e41de51fb.js +0 -1
  26. package/public/runtime-es2018.baedb88c6d2abacae2b8.js +0 -1
  27. package/public/runtime-es5.baedb88c6d2abacae2b8.js +0 -1
  28. package/public/styles.b92ae2c466c89712209d.css +0 -5
  29. package/src/app/alarm-menu/alarm-menu.component.html +0 -55
  30. package/src/app/alarm-menu/alarm-menu.component.scss +0 -52
  31. package/src/app/alarm-menu/alarm-menu.component.spec.ts +0 -25
  32. package/src/app/alarm-menu/alarm-menu.component.ts +0 -186
  33. package/src/app/app-help/app-help.component.css +0 -4
  34. package/src/app/app-help/app-help.component.html +0 -135
  35. package/src/app/app-help/app-help.component.ts +0 -45
  36. package/src/app/app-settings.service.spec.ts +0 -15
  37. package/src/app/app-settings.service.ts +0 -478
  38. package/src/app/app.component.css +0 -39
  39. package/src/app/app.component.html +0 -93
  40. package/src/app/app.component.scss +0 -79
  41. package/src/app/app.component.spec.ts +0 -32
  42. package/src/app/app.component.ts +0 -191
  43. package/src/app/app.module.ts +0 -200
  44. package/src/app/config.blank.const.ts +0 -52
  45. package/src/app/config.blank.notification.const.ts +0 -19
  46. package/src/app/config.blank.units.const.ts +0 -23
  47. package/src/app/config.demo.const.ts +0 -384
  48. package/src/app/data-browser/data-browser.component.css +0 -29
  49. package/src/app/data-browser/data-browser.component.html +0 -44
  50. package/src/app/data-browser/data-browser.component.spec.ts +0 -25
  51. package/src/app/data-browser/data-browser.component.ts +0 -91
  52. package/src/app/data-browser-row/data-browser-row-unit-modal.html +0 -17
  53. package/src/app/data-browser-row/data-browser-row.component.css +0 -10
  54. package/src/app/data-browser-row/data-browser-row.component.html +0 -5
  55. package/src/app/data-browser-row/data-browser-row.component.ts +0 -79
  56. package/src/app/data-set.service.spec.ts +0 -15
  57. package/src/app/data-set.service.ts +0 -273
  58. package/src/app/dynamic-widget.directive.spec.ts +0 -8
  59. package/src/app/dynamic-widget.directive.ts +0 -11
  60. package/src/app/filter-self.pipe.spec.ts +0 -8
  61. package/src/app/filter-self.pipe.ts +0 -14
  62. package/src/app/fit-text.directive.spec.ts +0 -8
  63. package/src/app/fit-text.directive.ts +0 -61
  64. package/src/app/gauge-steel/gauge-steel.component.css +0 -5
  65. package/src/app/gauge-steel/gauge-steel.component.html +0 -4
  66. package/src/app/gauge-steel/gauge-steel.component.spec.ts +0 -25
  67. package/src/app/gauge-steel/gauge-steel.component.ts +0 -282
  68. package/src/app/gauges-module/base-gauge.ts +0 -301
  69. package/src/app/gauges-module/gauges.module.ts +0 -17
  70. package/src/app/gauges-module/linear-gauge.ts +0 -50
  71. package/src/app/gauges-module/radial-gauge.ts +0 -48
  72. package/src/app/layout-split/layout-split.component.html +0 -30
  73. package/src/app/layout-split/layout-split.component.scss +0 -33
  74. package/src/app/layout-split/layout-split.component.spec.ts +0 -25
  75. package/src/app/layout-split/layout-split.component.ts +0 -59
  76. package/src/app/layout-splits.service.spec.ts +0 -15
  77. package/src/app/layout-splits.service.ts +0 -284
  78. package/src/app/modal-path-selector/modal-path-selector.component.html +0 -62
  79. package/src/app/modal-path-selector/modal-path-selector.component.scss +0 -39
  80. package/src/app/modal-path-selector/modal-path-selector.component.spec.ts +0 -25
  81. package/src/app/modal-path-selector/modal-path-selector.component.ts +0 -132
  82. package/src/app/modal-widget/modal-widget.component.css +0 -33
  83. package/src/app/modal-widget/modal-widget.component.html +0 -341
  84. package/src/app/modal-widget/modal-widget.component.spec.ts +0 -25
  85. package/src/app/modal-widget/modal-widget.component.ts +0 -84
  86. package/src/app/notifications.service.spec.ts +0 -12
  87. package/src/app/notifications.service.ts +0 -392
  88. package/src/app/object-keys.pipe.spec.ts +0 -8
  89. package/src/app/object-keys.pipe.ts +0 -13
  90. package/src/app/reset-config/reset-config.component.css +0 -0
  91. package/src/app/reset-config/reset-config.component.html +0 -3
  92. package/src/app/reset-config/reset-config.component.spec.ts +0 -25
  93. package/src/app/reset-config/reset-config.component.ts +0 -31
  94. package/src/app/root-display/root-display.component.css +0 -0
  95. package/src/app/root-display/root-display.component.html +0 -4
  96. package/src/app/root-display/root-display.component.spec.ts +0 -25
  97. package/src/app/root-display/root-display.component.ts +0 -57
  98. package/src/app/safe.pipe.ts +0 -16
  99. package/src/app/settings/settings.component.css +0 -9
  100. package/src/app/settings/settings.component.html +0 -25
  101. package/src/app/settings/settings.component.spec.ts +0 -25
  102. package/src/app/settings/settings.component.ts +0 -22
  103. package/src/app/settings-config/settings-config.component.css +0 -39
  104. package/src/app/settings-config/settings-config.component.html +0 -118
  105. package/src/app/settings-config/settings-config.component.spec.ts +0 -25
  106. package/src/app/settings-config/settings-config.component.ts +0 -161
  107. package/src/app/settings-datasets/settings-datasets.component.html +0 -43
  108. package/src/app/settings-datasets/settings-datasets.component.scss +0 -39
  109. package/src/app/settings-datasets/settings-datasets.component.spec.ts +0 -25
  110. package/src/app/settings-datasets/settings-datasets.component.ts +0 -98
  111. package/src/app/settings-datasets/settings-datasets.modal.html +0 -54
  112. package/src/app/settings-notifications/settings-notifications.component.css +0 -0
  113. package/src/app/settings-notifications/settings-notifications.component.html +0 -65
  114. package/src/app/settings-notifications/settings-notifications.component.spec.ts +0 -25
  115. package/src/app/settings-notifications/settings-notifications.component.ts +0 -29
  116. package/src/app/settings-signalk/settings-signalk.component.css +0 -3
  117. package/src/app/settings-signalk/settings-signalk.component.html +0 -89
  118. package/src/app/settings-signalk/settings-signalk.component.spec.ts +0 -25
  119. package/src/app/settings-signalk/settings-signalk.component.ts +0 -174
  120. package/src/app/settings-units/settings-units.component.css +0 -4
  121. package/src/app/settings-units/settings-units.component.html +0 -19
  122. package/src/app/settings-units/settings-units.component.spec.ts +0 -25
  123. package/src/app/settings-units/settings-units.component.ts +0 -62
  124. package/src/app/settings-zones/settings-zones.component.css +0 -22
  125. package/src/app/settings-zones/settings-zones.component.html +0 -70
  126. package/src/app/settings-zones/settings-zones.component.ts +0 -154
  127. package/src/app/settings-zones/settings-zones.modal.css +0 -14
  128. package/src/app/settings-zones/settings-zones.modal.html +0 -39
  129. package/src/app/signalk-connection.service.ts +0 -344
  130. package/src/app/signalk-delta.service.spec.ts +0 -15
  131. package/src/app/signalk-delta.service.ts +0 -97
  132. package/src/app/signalk-full.service.spec.ts +0 -15
  133. package/src/app/signalk-full.service.ts +0 -99
  134. package/src/app/signalk-interfaces.ts +0 -129
  135. package/src/app/signalk-requests.service.spec.ts +0 -12
  136. package/src/app/signalk-requests.service.ts +0 -180
  137. package/src/app/signalk.service.spec.ts +0 -15
  138. package/src/app/signalk.service.ts +0 -428
  139. package/src/app/svg-autopilot/svg-autopilot.component.html +0 -1036
  140. package/src/app/svg-autopilot/svg-autopilot.component.spec.ts +0 -25
  141. package/src/app/svg-autopilot/svg-autopilot.component.ts +0 -174
  142. package/src/app/svg-simple-linear-gauge/svg-simple-linear-gauge.component.html +0 -119
  143. package/src/app/svg-simple-linear-gauge/svg-simple-linear-gauge.component.scss +0 -0
  144. package/src/app/svg-simple-linear-gauge/svg-simple-linear-gauge.component.spec.ts +0 -25
  145. package/src/app/svg-simple-linear-gauge/svg-simple-linear-gauge.component.ts +0 -49
  146. package/src/app/svg-wind/svg-wind.component.css +0 -0
  147. package/src/app/svg-wind/svg-wind.component.html +0 -969
  148. package/src/app/svg-wind/svg-wind.component.scss +0 -76
  149. package/src/app/svg-wind/svg-wind.component.spec.ts +0 -25
  150. package/src/app/svg-wind/svg-wind.component.ts +0 -280
  151. package/src/app/unit-window/unit-window.component.css +0 -37
  152. package/src/app/unit-window/unit-window.component.html +0 -8
  153. package/src/app/unit-window/unit-window.component.spec.ts +0 -25
  154. package/src/app/unit-window/unit-window.component.ts +0 -134
  155. package/src/app/unit-window/unit-window.modal.html +0 -25
  156. package/src/app/units.service.ts +0 -300
  157. package/src/app/widget-autopilot/widget-autopilot.component.html +0 -78
  158. package/src/app/widget-autopilot/widget-autopilot.component.scss +0 -191
  159. package/src/app/widget-autopilot/widget-autopilot.component.spec.ts +0 -25
  160. package/src/app/widget-autopilot/widget-autopilot.component.ts +0 -774
  161. package/src/app/widget-blank/widget-blank.component.html +0 -5
  162. package/src/app/widget-blank/widget-blank.component.scss +0 -21
  163. package/src/app/widget-blank/widget-blank.component.spec.ts +0 -25
  164. package/src/app/widget-blank/widget-blank.component.ts +0 -17
  165. package/src/app/widget-gauge/widget-gauge.component.css +0 -26
  166. package/src/app/widget-gauge/widget-gauge.component.html +0 -29
  167. package/src/app/widget-gauge/widget-gauge.component.spec.ts +0 -25
  168. package/src/app/widget-gauge/widget-gauge.component.ts +0 -120
  169. package/src/app/widget-gauge-ng-linear/widget-gauge-ng-linear.component.html +0 -126
  170. package/src/app/widget-gauge-ng-linear/widget-gauge-ng-linear.component.scss +0 -94
  171. package/src/app/widget-gauge-ng-linear/widget-gauge-ng-linear.component.spec.ts +0 -25
  172. package/src/app/widget-gauge-ng-linear/widget-gauge-ng-linear.component.ts +0 -424
  173. package/src/app/widget-gauge-ng-radial/widget-gauge-ng-radial.component.html +0 -122
  174. package/src/app/widget-gauge-ng-radial/widget-gauge-ng-radial.component.scss +0 -69
  175. package/src/app/widget-gauge-ng-radial/widget-gauge-ng-radial.component.spec.ts +0 -25
  176. package/src/app/widget-gauge-ng-radial/widget-gauge-ng-radial.component.ts +0 -553
  177. package/src/app/widget-historical/widget-historical.component.css +0 -31
  178. package/src/app/widget-historical/widget-historical.component.html +0 -14
  179. package/src/app/widget-historical/widget-historical.component.scss +0 -0
  180. package/src/app/widget-historical/widget-historical.component.spec.ts +0 -25
  181. package/src/app/widget-historical/widget-historical.component.ts +0 -306
  182. package/src/app/widget-iframe/widget-iframe.component.css +0 -12
  183. package/src/app/widget-iframe/widget-iframe.component.html +0 -21
  184. package/src/app/widget-iframe/widget-iframe.component.spec.ts +0 -25
  185. package/src/app/widget-iframe/widget-iframe.component.ts +0 -63
  186. package/src/app/widget-list.service.spec.ts +0 -15
  187. package/src/app/widget-list.service.ts +0 -135
  188. package/src/app/widget-manager.service.spec.ts +0 -15
  189. package/src/app/widget-manager.service.ts +0 -141
  190. package/src/app/widget-numeric/widget-numeric.component.html +0 -13
  191. package/src/app/widget-numeric/widget-numeric.component.scss +0 -52
  192. package/src/app/widget-numeric/widget-numeric.component.spec.ts +0 -25
  193. package/src/app/widget-numeric/widget-numeric.component.ts +0 -457
  194. package/src/app/widget-simple-linear/widget-simple-linear.component.html +0 -28
  195. package/src/app/widget-simple-linear/widget-simple-linear.component.scss +0 -64
  196. package/src/app/widget-simple-linear/widget-simple-linear.component.spec.ts +0 -25
  197. package/src/app/widget-simple-linear/widget-simple-linear.component.ts +0 -199
  198. package/src/app/widget-state/widget-state.component.html +0 -27
  199. package/src/app/widget-state/widget-state.component.scss +0 -68
  200. package/src/app/widget-state/widget-state.component.spec.ts +0 -25
  201. package/src/app/widget-state/widget-state.component.ts +0 -178
  202. package/src/app/widget-switch/widget-switch.component.css +0 -70
  203. package/src/app/widget-switch/widget-switch.component.html +0 -17
  204. package/src/app/widget-switch/widget-switch.component.spec.ts +0 -25
  205. package/src/app/widget-switch/widget-switch.component.ts +0 -134
  206. package/src/app/widget-text-generic/widget-text-generic.component.css +0 -55
  207. package/src/app/widget-text-generic/widget-text-generic.component.html +0 -9
  208. package/src/app/widget-text-generic/widget-text-generic.component.spec.ts +0 -25
  209. package/src/app/widget-text-generic/widget-text-generic.component.ts +0 -253
  210. package/src/app/widget-tutorial/widget-tutorial.component.css +0 -0
  211. package/src/app/widget-tutorial/widget-tutorial.component.html +0 -34
  212. package/src/app/widget-tutorial/widget-tutorial.component.spec.ts +0 -25
  213. package/src/app/widget-tutorial/widget-tutorial.component.ts +0 -18
  214. package/src/app/widget-unknown/widget-unknown.component.css +0 -0
  215. package/src/app/widget-unknown/widget-unknown.component.html +0 -3
  216. package/src/app/widget-unknown/widget-unknown.component.spec.ts +0 -25
  217. package/src/app/widget-unknown/widget-unknown.component.ts +0 -15
  218. package/src/app/widget-wind/widget-wind.component.css +0 -24
  219. package/src/app/widget-wind/widget-wind.component.html +0 -20
  220. package/src/app/widget-wind/widget-wind.component.spec.ts +0 -25
  221. package/src/app/widget-wind/widget-wind.component.ts +0 -369
  222. package/src/assets/.gitkeep +0 -0
  223. package/src/assets/NoSleep.min.js +0 -2
  224. package/src/assets/alarm.mp3 +0 -0
  225. package/src/assets/alert.mp3 +0 -0
  226. package/src/assets/alertl.old.mp3 +0 -0
  227. package/src/assets/emergency.mp3 +0 -0
  228. package/src/assets/fontawesome6/css/all.min.css +0 -6
  229. package/src/assets/fontawesome6/webfonts/fa-brands-400.ttf +0 -0
  230. package/src/assets/fontawesome6/webfonts/fa-brands-400.woff2 +0 -0
  231. package/src/assets/fontawesome6/webfonts/fa-regular-400.ttf +0 -0
  232. package/src/assets/fontawesome6/webfonts/fa-regular-400.woff2 +0 -0
  233. package/src/assets/fontawesome6/webfonts/fa-solid-900.ttf +0 -0
  234. package/src/assets/fontawesome6/webfonts/fa-solid-900.woff2 +0 -0
  235. package/src/assets/fontawesome6/webfonts/fa-v4compatibility.ttf +0 -0
  236. package/src/assets/fontawesome6/webfonts/fa-v4compatibility.woff2 +0 -0
  237. package/src/assets/icon-192x192.png +0 -0
  238. package/src/assets/icon-256x256.png +0 -0
  239. package/src/assets/icon-384x384.png +0 -0
  240. package/src/assets/icon-512x512.png +0 -0
  241. package/src/assets/notification.mp3 +0 -0
  242. package/src/assets/steelseries-min.js +0 -25
  243. package/src/assets/steelseries-min.js.map +0 -8
  244. package/src/assets/steelseries.js +0 -15834
  245. package/src/assets/svg-autopilot-inkscape-plain.svg +0 -983
  246. package/src/assets/svg-wind-inkscape.svg +0 -1358
  247. package/src/assets/tween-min.js +0 -1
  248. package/src/assets/tween.js +0 -381
  249. package/src/assets/warn.mp3 +0 -0
  250. package/src/environments/environment.prod.ts +0 -3
  251. package/src/environments/environment.ts +0 -8
  252. package/src/favicon.ico +0 -0
  253. package/src/index.html +0 -20
  254. package/src/main.ts +0 -11
  255. package/src/manifest.json +0 -33
  256. package/src/polyfills.ts +0 -80
  257. package/src/styles.css +0 -47
  258. package/src/styles.scss +0 -157
  259. package/src/test.ts +0 -32
  260. package/src/themes/darkBlueTheme.scss +0 -117
  261. package/src/themes/defaultTheme.scss +0 -50
  262. package/src/themes/highContrastTheme.scss +0 -47
  263. package/src/themes/modernTheme.scss +0 -143
  264. package/src/themes/nightMode.scss +0 -185
  265. package/src/themes/platypusTheme.scss +0 -80
  266. package/src/themes/signalkTheme.scss +0 -112
  267. package/src/tsconfig.app.json +0 -15
  268. package/src/tsconfig.spec.json +0 -20
  269. package/src/typings.d.ts +0 -5
  270. package/tsconfig.json +0 -24
  271. package/tslint.json +0 -143
  272. /package/{KipGaugeSample-1-1024x545.png → KipGaugeSample1-1024x545.png} +0 -0
  273. /package/{KipMonitor-1024x488.png → KipGaugeSample2-1024x488.png} +0 -0
@@ -1 +0,0 @@
1
- function Delegate(){}Delegate.create=function(n,t){for(var r=[],u=arguments.length,i=2;i<u;i++)r[i-2]=arguments[i];return function(){var i=[].concat(arguments,r);t.apply(n,i)}};var Tween=function(n,t,i,r,u,f,e){this.init(n,t,i,r,u,f,e)},t=Tween.prototype;t.obj={},t.prop="",t.func=function(n,t,i,r){return i*n/r+t},t.begin=0,t.change=0,t.prevTime=0,t.prevPos=0,t.looping=!1,t._duration=0,t._time=0,t._pos=0,t._position=0,t._startTime=0,t._finish=0,t.name="",t.suffixe="",t._listeners=[],t.setTime=function(n){this.prevTime=this._time,n>this.getDuration()?this.looping?(this.rewind(n-this._duration),this.update(),this.broadcastMessage("onMotionLooped",{target:this,type:"onMotionLooped"})):(this._time=this._duration,this.update(),this.stop(),this.broadcastMessage("onMotionFinished",{target:this,type:"onMotionFinished"})):n<0?(this.rewind(),this.update()):(this._time=n,this.update())},t.getTime=function(){return this._time},t.setDuration=function(n){this._duration=n===null||n<=0?1e5:n},t.getDuration=function(){return this._duration},t.setPosition=function(n){this.prevPos=this._pos;var t=this.suffixe!==""?this.suffixe:"";this.obj[this.prop]=Math.round(n)+t,this._pos=n,this.broadcastMessage("onMotionChanged",{target:this,type:"onMotionChanged"})},t.getPosition=function(n){return n===undefined&&(n=this._time),this.func(n,this.begin,this.change,this._duration)},t.setFinish=function(n){this.change=n-this.begin},t.getFinish=function(){return this.begin+this.change},t.init=function(n,t,i,r,u,f,e){arguments.length&&(this._listeners=[],this.addListener(this),e&&(this.suffixe=e),this.obj=n,this.prop=t,this.begin=r,this._pos=r,this.setDuration(f),i!==null&&i!==""&&(this.func=i),this.setFinish(u))},t.start=function(){this.rewind(),this.startEnterFrame(),this.broadcastMessage("onMotionStarted",{target:this,type:"onMotionStarted"})},t.rewind=function(n){this.stop(),this._time=n===undefined?0:n,this.fixTime(),this.update()},t.fforward=function(){this._time=this._duration,this.fixTime(),this.update()},t.update=function(){this.setPosition(this.getPosition(this._time))},t.startEnterFrame=function(){this.stopEnterFrame(),this.isPlaying=!0,this.onEnterFrame()},t.onEnterFrame=function(){this.isPlaying&&(this.nextFrame(),setTimeout(Delegate.create(this,this.onEnterFrame),25))},t.nextFrame=function(){this.setTime((this.getTimer()-this._startTime)/1e3)},t.stop=function(){this.stopEnterFrame(),this.broadcastMessage("onMotionStopped",{target:this,type:"onMotionStopped"})},t.stopEnterFrame=function(){this.isPlaying=!1},t.playing=function(){return this.isPlaying},t.continueTo=function(n,t){this.begin=this._pos,this.setFinish(n),this._duration!==undefined&&this.setDuration(t),this.start()},t.resume=function(){this.fixTime(),this.startEnterFrame(),this.broadcastMessage("onMotionResumed",{target:this,type:"onMotionResumed"})},t.yoyo=function(){this.continueTo(this.begin,this._time)},t.addListener=function(n){return this.removeListener(n),this._listeners.push(n)},t.removeListener=function(n){for(var t=this._listeners,i=t.length;i--;)if(t[i]===n)return t.splice(i,1),!0;return!1},t.broadcastMessage=function(){for(var i=[],r,t=this._listeners,u=t.length,n=0;n<arguments.length;n++)i.push(arguments[n]);for(r=i.shift(),n=0;n<u;n++)t[n][r]&&t[n][r].apply(t[n],i)},t.fixTime=function(){this._startTime=this.getTimer()-this._time*1e3},t.getTimer=function(){return(new Date).getTime()-this._time},Tween.backEaseIn=function(n,t,i,r){var u=1.70158;return i*(n/=r)*n*((u+1)*n-u)+t},Tween.backEaseOut=function(n,t,i,r){var u=1.70158;return i*((n=n/r-1)*n*((u+1)*n+u)+1)+t},Tween.backEaseInOut=function(n,t,i,r){var u=1.70158;return(n/=r/2)<1?i/2*n*n*(((u*=1.525)+1)*n-u)+t:i/2*((n-=2)*n*(((u*=1.525)+1)*n+u)+2)+t},Tween.elasticEaseIn=function(n,t,i,r,u,f){var e;return n===0?t:(n/=r)==1?t+i:(f||(f=r*.3),!u||u<Math.abs(i)?(u=i,e=f/4):e=f/(2*Math.PI)*Math.asin(i/u),-(u*Math.pow(2,10*(n-=1))*Math.sin((n*r-e)*2*Math.PI/f))+t)},Tween.elasticEaseOut=function(n,t,i,r,u,f){var e;return n===0?t:(n/=r)==1?t+i:(f||(f=r*.3),!u||u<Math.abs(i)?(u=i,e=f/4):e=f/(2*Math.PI)*Math.asin(i/u),u*Math.pow(2,-10*n)*Math.sin((n*r-e)*2*Math.PI/f)+i+t)},Tween.elasticEaseInOut=function(n,t,i,r,u,f){var e;return n===0?t:(n/=r/2)==2?t+i:(f||(f=r*.3*1.5),!u||u<Math.abs(i)?(u=i,e=f/4):e=f/(2*Math.PI)*Math.asin(i/u),n<1)?-.5*u*Math.pow(2,10*(n-=1))*Math.sin((n*r-e)*2*Math.PI/f)+t:u*Math.pow(2,-10*(n-=1))*Math.sin((n*r-e)*2*Math.PI/f)*.5+i+t},Tween.bounceEaseOut=function(n,t,i,r){return(n/=r)<1/2.75?i*7.5625*n*n+t:n<2/2.75?i*(7.5625*(n-=1.5/2.75)*n+.75)+t:n<2.5/2.75?i*(7.5625*(n-=2.25/2.75)*n+.9375)+t:i*(7.5625*(n-=2.625/2.75)*n+.984375)+t},Tween.bounceEaseIn=function(n,t,i,r){return i-Tween.bounceEaseOut(r-n,0,i,r)+t},Tween.bounceEaseInOut=function(n,t,i,r){return n<r/2?Tween.bounceEaseIn(n*2,0,i,r)*.5+t:Tween.bounceEaseOut(n*2-r,0,i,r)*.5+i*.5+t},Tween.strongEaseInOut=function(n,t,i,r){return i*(n/=r)*n*n*n*n+t},Tween.regularEaseIn=function(n,t,i,r){return i*(n/=r)*n+t},Tween.regularEaseOut=function(n,t,i,r){return-i*(n/=r)*(n-2)+t},Tween.regularEaseInOut=function(n,t,i,r){return(n/=r/2)<1?i/2*n*n+t:-i/2*(--n*(n-2)-1)+t},Tween.strongEaseIn=function(n,t,i,r){return i*(n/=r)*n*n*n*n+t},Tween.strongEaseOut=function(n,t,i,r){return i*((n=n/r-1)*n*n*n*n+1)+t},Tween.strongEaseInOut=function(n,t,i,r){return(n/=r/2)<1?i/2*n*n*n*n*n+t:i/2*((n-=2)*n*n*n*n+2)+t}
@@ -1,381 +0,0 @@
1
- /**********************************************************************
2
- TERMS OF USE - EASING EQUATIONS
3
- Open source under the BSD License.
4
- Copyright (c) 2001 Robert Penner
5
- JavaScript version copyright (C) 2006 by Philippe Maegerman
6
- All rights reserved.
7
-
8
- Redistribution and use in source and binary forms, with or without
9
- modification, are permitted provided that the following conditions are
10
- met:
11
-
12
- * Redistributions of source code must retain the above copyright
13
- notice, this list of conditions and the following disclaimer.
14
- * Redistributions in binary form must reproduce the above
15
- copyright notice, this list of conditions and the following disclaimer
16
- in the documentation and/or other materials provided with the
17
- distribution.
18
- * Neither the name of the author nor the names of contributors may
19
- be used to endorse or promote products derived from this software
20
- without specific prior written permission.
21
-
22
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33
-
34
- *****************************************/
35
- function Delegate() {}
36
- Delegate.create = function (o, f) {
37
- var a = [], i, l = arguments.length;
38
- for (i = 2; i < l; i++) {
39
- a[i - 2] = arguments[i];
40
- }
41
- return function () {
42
- var aP = [].concat(arguments, a);
43
- f.apply(o, aP);
44
- };
45
- };
46
-
47
- /*
48
- object:
49
- type:Object
50
- The object you want to modify. It can be any object, a visual object that you want to animate ( document.body.style ) or an anymous object ( new Object() ).
51
- property:
52
- type:String
53
- The property that is updated on the target object, it can be empty ('')
54
- easing:
55
- type:Function
56
- The easing that will be applied to motion.
57
- start:
58
- type:Number
59
- Start value
60
- end:
61
- type:Number
62
- End value
63
- duration:
64
- type:Number
65
- Animation duration in seconds
66
- suffixe:
67
- type:String
68
- A string to append to the updated property ('%','pt','em' ...).
69
- */
70
-
71
- var Tween = function (obj, prop, func, begin, finish, duration, suffixe) {
72
- this.init(obj, prop, func, begin, finish, duration, suffixe);
73
- };
74
- var t = Tween.prototype;
75
-
76
- t.obj = {};
77
- t.prop = '';
78
- t.func = function (t, b, c, d) { return c * t / d + b; };
79
- t.begin = 0;
80
- t.change = 0;
81
- t.prevTime = 0;
82
- t.prevPos = 0;
83
- t.looping = false;
84
- t._duration = 0;
85
- t._time = 0;
86
- t._pos = 0;
87
- t._position = 0;
88
- t._startTime = 0;
89
- t._finish = 0;
90
- t.name = '';
91
- t.suffixe = '';
92
- t._listeners = [];
93
- t.setTime = function (t) {
94
- this.prevTime = this._time;
95
- if (t > this.getDuration()) {
96
- if (this.looping) {
97
- this.rewind(t - this._duration);
98
- this.update();
99
- this.broadcastMessage('onMotionLooped', {target: this, type: 'onMotionLooped'});
100
- } else {
101
- this._time = this._duration;
102
- this.update();
103
- this.stop();
104
- this.broadcastMessage('onMotionFinished', {target: this, type: 'onMotionFinished'});
105
- }
106
- } else if (t < 0) {
107
- this.rewind();
108
- this.update();
109
- } else {
110
- this._time = t;
111
- this.update();
112
- }
113
- };
114
- t.getTime = function () {
115
- return this._time;
116
- };
117
- t.setDuration = function (d) {
118
- this._duration = (d === null || d <= 0) ? 100000 : d;
119
- };
120
- t.getDuration = function () {
121
- return this._duration;
122
- };
123
- t.setPosition = function (p) {
124
- this.prevPos = this._pos;
125
- var a = this.suffixe !== '' ? this.suffixe : '';
126
- this.obj[this.prop] = Math.round(p) + a;
127
- this._pos = p;
128
- this.broadcastMessage('onMotionChanged', {target: this, type: 'onMotionChanged'});
129
- };
130
- t.getPosition = function (t) {
131
- if (t === undefined) {
132
- t = this._time;
133
- }
134
- return this.func(t, this.begin, this.change, this._duration);
135
- };
136
- t.setFinish = function (f) {
137
- this.change = f - this.begin;
138
- };
139
- t.getFinish = function () {
140
- return this.begin + this.change;
141
- };
142
- t.init = function (obj, prop, func, begin, finish, duration, suffixe) {
143
- if (!arguments.length) {
144
- return;
145
- }
146
- this._listeners = [];
147
- this.addListener(this);
148
- if (suffixe) {
149
- this.suffixe = suffixe;
150
- }
151
- this.obj = obj;
152
- this.prop = prop;
153
- this.begin = begin;
154
- this._pos = begin;
155
- this.setDuration(duration);
156
- if (func !== null && func !== '') {
157
- this.func = func;
158
- }
159
- this.setFinish(finish);
160
- };
161
- t.start = function () {
162
- this.rewind();
163
- this.startEnterFrame();
164
- this.broadcastMessage('onMotionStarted', {target: this, type: 'onMotionStarted'});
165
- //alert('in');
166
- };
167
- t.rewind = function (t) {
168
- this.stop();
169
- this._time = (t === undefined) ? 0 : t;
170
- this.fixTime();
171
- this.update();
172
- };
173
- t.fforward = function () {
174
- this._time = this._duration;
175
- this.fixTime();
176
- this.update();
177
- };
178
- t.update = function () {
179
- this.setPosition(this.getPosition(this._time));
180
- };
181
- t.startEnterFrame = function () {
182
- this.stopEnterFrame();
183
- this.isPlaying = true;
184
- this.onEnterFrame();
185
- };
186
- t.onEnterFrame = function () {
187
- if (this.isPlaying) {
188
- this.nextFrame();
189
- // To get real smooth movement you have to set the timeout to 0 instead of 25
190
- setTimeout(Delegate.create(this, this.onEnterFrame), 25);
191
- }
192
- };
193
- t.nextFrame = function () {
194
- this.setTime((this.getTimer() - this._startTime) / 1000);
195
- };
196
- t.stop = function () {
197
- this.stopEnterFrame();
198
- this.broadcastMessage('onMotionStopped', {target: this, type: 'onMotionStopped'});
199
- };
200
- t.stopEnterFrame = function () {
201
- this.isPlaying = false;
202
- };
203
- t.playing = function () {
204
- return this.isPlaying;
205
- };
206
- t.continueTo = function (finish, duration) {
207
- this.begin = this._pos;
208
- this.setFinish(finish);
209
- if (this._duration !== undefined) {
210
- this.setDuration(duration);
211
- }
212
- this.start();
213
- };
214
- t.resume = function () {
215
- this.fixTime();
216
- this.startEnterFrame();
217
- this.broadcastMessage('onMotionResumed', {target: this, type: 'onMotionResumed'});
218
- };
219
- t.yoyo = function () {
220
- this.continueTo(this.begin, this._time);
221
- };
222
- t.addListener = function (o) {
223
- this.removeListener(o);
224
- return this._listeners.push(o);
225
- };
226
- t.removeListener = function (o) {
227
- var a = this._listeners,
228
- i = a.length;
229
- while (i--) {
230
- if (a[i] === o) {
231
- a.splice(i, 1);
232
- return true;
233
- }
234
- }
235
- return false;
236
- };
237
- t.broadcastMessage = function () {
238
- var arr = [], i, e, a = this._listeners,
239
- l = a.length;
240
- for (i = 0; i < arguments.length; i++) {
241
- arr.push(arguments[i]);
242
- }
243
- e = arr.shift();
244
-
245
- for (i = 0; i < l; i++) {
246
- if (a[i][e]) {
247
- a[i][e].apply(a[i], arr);
248
- }
249
- }
250
- };
251
- t.fixTime = function () {
252
- this._startTime = this.getTimer() - this._time * 1000;
253
- };
254
- t.getTimer = function () {
255
- return new Date().getTime() - this._time;
256
- };
257
- Tween.backEaseIn = function (t, b, c, d, a, p) {
258
- var s = 1.70158;
259
- return c * (t /= d) * t * ((s + 1) * t - s) + b;
260
- };
261
- Tween.backEaseOut = function (t, b, c, d, a, p) {
262
- var s = 1.70158;
263
- return c * ((t = t / d - 1) * t * ((s + 1) * t + s) + 1) + b;
264
- };
265
- Tween.backEaseInOut = function (t, b, c, d, a, p) {
266
- var s = 1.70158;
267
- if ((t /= d / 2) < 1) {
268
- return c / 2 * (t * t * (((s *= (1.525)) + 1) * t - s)) + b;
269
- }
270
- return c / 2 * ((t -= 2) * t * (((s *= (1.525)) + 1) * t + s) + 2) + b;
271
- };
272
- Tween.elasticEaseIn = function (t, b, c, d, a, p) {
273
- var s;
274
- if (t === 0) {
275
- return b;
276
- }
277
- if ((t /= d) === 1) {
278
- return b + c;
279
- }
280
- if (!p) {
281
- p = d * 0.3;
282
- }
283
- if (!a || a < Math.abs(c)) {
284
- a = c;
285
- s = p / 4;
286
- } else {
287
- s = p / (2 * Math.PI) * Math.asin(c / a);
288
- }
289
-
290
- return -(a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p)) + b;
291
-
292
- };
293
- Tween.elasticEaseOut = function (t, b, c, d, a, p) {
294
- var s;
295
- if (t === 0) {
296
- return b;
297
- }
298
- if ((t /= d) === 1) {
299
- return b + c;
300
- }
301
- if (!p) {
302
- p = d * 0.3;
303
- }
304
- if (!a || a < Math.abs(c)) {
305
- a = c;
306
- s = p / 4;
307
- } else {
308
- s = p / (2 * Math.PI) * Math.asin(c / a);
309
- }
310
- return (a * Math.pow(2, -10 * t) * Math.sin((t * d - s) * (2 * Math.PI) / p) + c + b);
311
- };
312
- Tween.elasticEaseInOut = function (t, b, c, d, a, p) {
313
- var s;
314
- if (t === 0) {
315
- return b;
316
- }
317
- if ((t /= d / 2) === 2) {
318
- return b + c;
319
- }
320
- if (!p) {
321
- p = d * (0.3 * 1.5);
322
- }
323
- if (!a || a < Math.abs(c)) {
324
- a = c;
325
- s = p / 4;
326
- } else {
327
- s = p / (2 * Math.PI) * Math.asin(c / a);
328
- }
329
- if (t < 1) {
330
- return -0.5 * (a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p)) + b;
331
- }
332
- return a * Math.pow(2, -10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p) * 0.5 + c + b;
333
- };
334
- Tween.bounceEaseOut = function (t, b, c, d) {
335
- if ((t /= d) < (1 / 2.75)) {
336
- return c * (7.5625 * t * t) + b;
337
- } else if (t < (2 / 2.75)) {
338
- return c * (7.5625 * (t -= (1.5 / 2.75)) * t + 0.75) + b;
339
- } else if (t < (2.5 / 2.75)) {
340
- return c * (7.5625 * (t -= (2.25 / 2.75)) * t + 0.9375) + b;
341
- } else {
342
- return c * (7.5625 * (t -= (2.625 / 2.75)) * t + 0.984375) + b;
343
- }
344
- };
345
- Tween.bounceEaseIn = function (t, b, c, d) {
346
- return c - Tween.bounceEaseOut(d - t, 0, c, d) + b;
347
- };
348
- Tween.bounceEaseInOut = function (t, b, c, d) {
349
- if (t < d / 2) {
350
- return Tween.bounceEaseIn(t * 2, 0, c, d) * 0.5 + b;
351
- } else {
352
- return Tween.bounceEaseOut(t * 2 - d, 0, c, d) * 0.5 + c * 0.5 + b;
353
- }
354
- };
355
- Tween.strongEaseInOut = function (t, b, c, d) {
356
- return c * (t /= d) * t * t * t * t + b;
357
- };
358
- Tween.regularEaseIn = function (t, b, c, d) {
359
- return c * (t /= d) * t + b;
360
- };
361
- Tween.regularEaseOut = function (t, b, c, d) {
362
- return -c * (t /= d) * (t - 2) + b;
363
- };
364
- Tween.regularEaseInOut = function (t, b, c, d) {
365
- if ((t /= d / 2) < 1) {
366
- return c / 2 * t * t + b;
367
- }
368
- return -c / 2 * ((--t) * (t - 2) - 1) + b;
369
- };
370
- Tween.strongEaseIn = function (t, b, c, d) {
371
- return c * (t /= d) * t * t * t * t + b;
372
- };
373
- Tween.strongEaseOut = function (t, b, c, d) {
374
- return c * ((t = t / d - 1) * t * t * t * t + 1) + b;
375
- };
376
- Tween.strongEaseInOut = function (t, b, c, d) {
377
- if ((t /= d / 2) < 1) {
378
- return c / 2 * t * t * t * t * t + b;
379
- }
380
- return c / 2 * ((t -= 2) * t * t * t * t + 2) + b;
381
- };
Binary file
@@ -1,3 +0,0 @@
1
- export const environment = {
2
- production: true
3
- };
@@ -1,8 +0,0 @@
1
- // The file contents for the current environment will overwrite these during build.
2
- // The build system defaults to the dev environment which uses `environment.ts`, but if you do
3
- // `ng build --env=prod` then `environment.prod.ts` will be used instead.
4
- // The list of which env maps to which file can be found in `.angular-cli.json`.
5
-
6
- export const environment = {
7
- production: false
8
- };
package/src/favicon.ico DELETED
Binary file
package/src/index.html DELETED
@@ -1,20 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>KIP</title>
6
- <base href="/">
7
-
8
- <script src="assets/tween-min.js"></script>
9
- <script src="assets/steelseries-min.js"></script>
10
- <script src="assets/NoSleep.min.js"></script>
11
-
12
- <meta name="viewport" content="width=device-width, initial-scale=1">
13
- <link rel="icon" type="image/x-icon" href="favicon.ico">
14
- <link rel="stylesheet" href="assets/fontawesome6/css/all.min.css">
15
- </head>
16
- <link rel="manifest" href="manifest.json" crossorigin="use-credentials">
17
- <body>
18
- <app-root></app-root>
19
- </body>
20
- </html>
package/src/main.ts DELETED
@@ -1,11 +0,0 @@
1
- import { enableProdMode } from '@angular/core';
2
- import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
3
-
4
- import { AppModule } from './app/app.module';
5
- import { environment } from './environments/environment';
6
-
7
- if (environment.production) {
8
- enableProdMode();
9
- }
10
-
11
- platformBrowserDynamic().bootstrapModule(AppModule);
package/src/manifest.json DELETED
@@ -1,33 +0,0 @@
1
- {
2
- "theme_color": "#FFC90E",
3
- "background_color": "#080808",
4
- "display": "standalone",
5
- "scope": "./",
6
- "start_url": "./",
7
- "name": "Kip",
8
- "short_name": "Kip",
9
- "description": "Kip SignalK Dashboard",
10
- "orientation": "landscape",
11
- "icons": [
12
- {
13
- "src": "assets/icon-192x192.png",
14
- "sizes": "192x192",
15
- "type": "image/png"
16
- },
17
- {
18
- "src": "assets/icon-256x256.png",
19
- "sizes": "256x256",
20
- "type": "image/png"
21
- },
22
- {
23
- "src": "assets/icon-384x384.png",
24
- "sizes": "384x384",
25
- "type": "image/png"
26
- },
27
- {
28
- "src": "assets/icon-512x512.png",
29
- "sizes": "512x512",
30
- "type": "image/png"
31
- }
32
- ]
33
- }
package/src/polyfills.ts DELETED
@@ -1,80 +0,0 @@
1
- /***************************************************************************************************
2
- * Load `$localize` onto the global scope - used if i18n tags appear in Angular templates.
3
- */
4
- import '@angular/localize/init';
5
- /**
6
- * This file includes polyfills needed by Angular and is loaded before the app.
7
- * You can add your own extra polyfills to this file.
8
- *
9
- * This file is divided into 2 sections:
10
- * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.
11
- * 2. Application imports. Files imported after ZoneJS that should be loaded before your main
12
- * file.
13
- *
14
- * The current setup is for so-called "evergreen" browsers; the last versions of browsers that
15
- * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
16
- * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
17
- *
18
- * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
19
- */
20
-
21
- /***************************************************************************************************
22
- * BROWSER POLYFILLS
23
- */
24
-
25
- /** IE9, IE10 and IE11 requires all of the following polyfills. **/
26
- // import 'core-js/es6/symbol';
27
- // import 'core-js/es6/object';
28
- // import 'core-js/es6/function';
29
- // import 'core-js/es6/parse-int';
30
- // import 'core-js/es6/parse-float';
31
- // import 'core-js/es6/number';
32
- // import 'core-js/es6/math';
33
- // import 'core-js/es6/string';
34
- // import 'core-js/es6/date';
35
- // import 'core-js/es6/array';
36
- // import 'core-js/es6/regexp';
37
- // import 'core-js/es6/map';
38
- // import 'core-js/es6/weak-map';
39
- // import 'core-js/es6/set';
40
-
41
- /** IE10 and IE11 requires the following for NgClass support on SVG elements */
42
- // import 'classlist.js'; // Run `npm install --save classlist.js`.
43
-
44
- /** Evergreen browsers require these. **/
45
- import 'core-js/es/reflect';
46
-
47
-
48
-
49
- /**
50
- * Required to support Web Animations `@angular/animation`.
51
- * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
52
- **/
53
- // import 'web-animations-js'; // Run `npm install --save web-animations-js`.
54
-
55
-
56
-
57
- /***************************************************************************************************
58
- * Zone JS is required by Angular itself.
59
- */
60
- import 'zone.js/dist/zone'; // Included with Angular CLI.
61
-
62
-
63
-
64
- /***************************************************************************************************
65
- * APPLICATION IMPORTS
66
- */
67
-
68
- /**
69
- * Date, currency, decimal and percent pipes.
70
- * Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
71
- */
72
- // import 'intl'; // Run `npm install --save intl`.
73
- /**
74
- * Need to import at least one locale-data with intl.
75
- */
76
- // import 'intl/locale-data/jsonp/en';
77
-
78
- // Process sharing fix for util module - Angular v12 upgratde fix. This might go away as it probably
79
- // comes from dependencies that fails to handle proper process sharing rules
80
- (window as any).process = { env: { DEBUG: undefined }, };
package/src/styles.css DELETED
@@ -1,47 +0,0 @@
1
-
2
- /* You can add global styles to this file, and also import other style files */
3
- html,
4
- body,
5
- app-root {
6
- height: 100%;
7
- }
8
-
9
- body {
10
- margin: 0;
11
- }
12
-
13
-
14
- .ng-valid[required], .ng-valid.required {
15
- border-left: 5px solid #42A948; /* green */
16
- }
17
-
18
- .ng-invalid:not(form) {
19
- border-left: 5px solid #a94442; /* red */
20
- }
21
-
22
-
23
-
24
- .verticalCenter {
25
- position: relative;
26
- top: 50%;
27
- transform: translateY(-50%);
28
- }
29
-
30
-
31
- .flexContainer {
32
-
33
- display: flex;
34
- /*flex-direction: column; */
35
- align-items: stretch;
36
-
37
- height: 100%;
38
-
39
- }
40
-
41
- .flowRow {
42
- flex-direction: row;
43
- }
44
-
45
- .flexCol {
46
- flex-direction: column;
47
- }