@frangoteam/fuxa-min 1.1.19

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 (414) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +41 -0
  3. package/_images/Pipes/P1.svg +39 -0
  4. package/_images/Tanks/Fl.svg +7 -0
  5. package/api/alarms/index.js +132 -0
  6. package/api/auth/index.js +71 -0
  7. package/api/command/index.js +187 -0
  8. package/api/daq/index.js +79 -0
  9. package/api/diagnose/index.js +163 -0
  10. package/api/index.js +181 -0
  11. package/api/jwt-helper.js +106 -0
  12. package/api/plugins/index.js +109 -0
  13. package/api/projects/index.js +229 -0
  14. package/api/resources/index.js +118 -0
  15. package/api/scripts/index.js +82 -0
  16. package/api/users/index.js +109 -0
  17. package/dist/3rdpartylicenses.txt +1477 -0
  18. package/dist/Quicksand-Bold.071154c292aef0b8.woff +0 -0
  19. package/dist/Quicksand-Bold.6383d6475ed5c40f.woff2 +0 -0
  20. package/dist/Quicksand-Bold.f07d467887f9cfab.ttf +0 -0
  21. package/dist/Quicksand-Medium.0982a651e8d4315f.woff +0 -0
  22. package/dist/Quicksand-Medium.9d2733fbfb9b1be8.ttf +0 -0
  23. package/dist/Quicksand-Medium.b09302365c586eb2.woff2 +0 -0
  24. package/dist/Quicksand-Regular.16adf9eecd267273.woff +0 -0
  25. package/dist/Quicksand-Regular.78819724f6aeff59.woff2 +0 -0
  26. package/dist/Quicksand-Regular.8829564f0e14bf76.ttf +0 -0
  27. package/dist/assets/fonts/icomoon.eot +0 -0
  28. package/dist/assets/fonts/icomoon.svg +19 -0
  29. package/dist/assets/fonts/icomoon.ttf +0 -0
  30. package/dist/assets/fonts/icomoon.woff +0 -0
  31. package/dist/assets/fonts/myicons.eot +0 -0
  32. package/dist/assets/fonts/myicons.svg +19 -0
  33. package/dist/assets/fonts/myicons.ttf +0 -0
  34. package/dist/assets/fonts/myicons.woff +0 -0
  35. package/dist/assets/fonts/quicksand-bold/Quicksand-Bold.ttf +0 -0
  36. package/dist/assets/fonts/quicksand-bold/Quicksand-Bold.woff +0 -0
  37. package/dist/assets/fonts/quicksand-bold/Quicksand-Bold.woff2 +0 -0
  38. package/dist/assets/fonts/quicksand-medium/Quicksand-Medium.ttf +0 -0
  39. package/dist/assets/fonts/quicksand-medium/Quicksand-Medium.woff +0 -0
  40. package/dist/assets/fonts/quicksand-medium/Quicksand-Medium.woff2 +0 -0
  41. package/dist/assets/fonts/quicksand-regular/Quicksand-Regular.ttf +0 -0
  42. package/dist/assets/fonts/quicksand-regular/Quicksand-Regular.woff +0 -0
  43. package/dist/assets/fonts/quicksand-regular/Quicksand-Regular.woff2 +0 -0
  44. package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.svg +10486 -0
  45. package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.ttf +0 -0
  46. package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.woff +0 -0
  47. package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.woff2 +0 -0
  48. package/dist/assets/fonts/roboto-light/roboto-light-webfont.svg +9998 -0
  49. package/dist/assets/fonts/roboto-light/roboto-light-webfont.ttf +0 -0
  50. package/dist/assets/fonts/roboto-light/roboto-light-webfont.woff +0 -0
  51. package/dist/assets/fonts/roboto-light/roboto-light-webfont.woff2 +0 -0
  52. package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.svg +10487 -0
  53. package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.ttf +0 -0
  54. package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.woff +0 -0
  55. package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.woff2 +0 -0
  56. package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.svg +10004 -0
  57. package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.ttf +0 -0
  58. package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.woff +0 -0
  59. package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.woff2 +0 -0
  60. package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.svg +10012 -0
  61. package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.ttf +0 -0
  62. package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.woff +0 -0
  63. package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.woff2 +0 -0
  64. package/dist/assets/i18n/de.json +1308 -0
  65. package/dist/assets/i18n/en.json +1438 -0
  66. package/dist/assets/i18n/es.json +777 -0
  67. package/dist/assets/i18n/fr.json +1129 -0
  68. package/dist/assets/i18n/ko.json +774 -0
  69. package/dist/assets/i18n/pt.json +657 -0
  70. package/dist/assets/i18n/ru.json +1228 -0
  71. package/dist/assets/i18n/tr.json +673 -0
  72. package/dist/assets/i18n/ua.json +614 -0
  73. package/dist/assets/i18n/zh-cn.json +1252 -0
  74. package/dist/assets/images/align-bottom.svg +88 -0
  75. package/dist/assets/images/align-center.svg +86 -0
  76. package/dist/assets/images/align-left.svg +86 -0
  77. package/dist/assets/images/align-middle.svg +88 -0
  78. package/dist/assets/images/align-right.svg +88 -0
  79. package/dist/assets/images/align-top.svg +88 -0
  80. package/dist/assets/images/bag.svg +115 -0
  81. package/dist/assets/images/button.svg +22 -0
  82. package/dist/assets/images/chart.svg +17 -0
  83. package/dist/assets/images/circle.svg +84 -0
  84. package/dist/assets/images/compressor-a.svg +2 -0
  85. package/dist/assets/images/editvalue.svg +14 -0
  86. package/dist/assets/images/ellipse.svg +84 -0
  87. package/dist/assets/images/flip-orizontal.svg +86 -0
  88. package/dist/assets/images/flip-vertical.svg +82 -0
  89. package/dist/assets/images/gauge-donut.png +0 -0
  90. package/dist/assets/images/gauge-mat.png +0 -0
  91. package/dist/assets/images/gauge-zone.png +0 -0
  92. package/dist/assets/images/graphbar.svg +18 -0
  93. package/dist/assets/images/group.svg +91 -0
  94. package/dist/assets/images/iframe.svg +54 -0
  95. package/dist/assets/images/image.svg +95 -0
  96. package/dist/assets/images/led-circle.svg +77 -0
  97. package/dist/assets/images/line.svg +86 -0
  98. package/dist/assets/images/linecap-butt.svg +77 -0
  99. package/dist/assets/images/linecap-round.svg +77 -0
  100. package/dist/assets/images/linecap-square.svg +82 -0
  101. package/dist/assets/images/linejoin-bevel.svg +77 -0
  102. package/dist/assets/images/linejoin-miter.svg +77 -0
  103. package/dist/assets/images/linejoin-round.svg +77 -0
  104. package/dist/assets/images/logo.svg +18 -0
  105. package/dist/assets/images/path.svg +100 -0
  106. package/dist/assets/images/pencil.svg +98 -0
  107. package/dist/assets/images/pipe.svg +15 -0
  108. package/dist/assets/images/progress-v.svg +79 -0
  109. package/dist/assets/images/rect.svg +84 -0
  110. package/dist/assets/images/select-pointer.svg +93 -0
  111. package/dist/assets/images/selectvalue.svg +14 -0
  112. package/dist/assets/images/semaphore.svg +19 -0
  113. package/dist/assets/images/slider.svg +17 -0
  114. package/dist/assets/images/switch.svg +15 -0
  115. package/dist/assets/images/table.svg +55 -0
  116. package/dist/assets/images/text.svg +294 -0
  117. package/dist/assets/images/to-bottom.svg +163 -0
  118. package/dist/assets/images/to-path.svg +94 -0
  119. package/dist/assets/images/to-top.svg +163 -0
  120. package/dist/assets/images/to_top.svg +88 -0
  121. package/dist/assets/images/todelete.svg +13 -0
  122. package/dist/assets/images/ungroup.svg +108 -0
  123. package/dist/assets/images/value.svg +81 -0
  124. package/dist/assets/images/valve-a.svg +2 -0
  125. package/dist/assets/images/webcam.svg +16 -0
  126. package/dist/assets/lib/ext-styles.css +28 -0
  127. package/dist/assets/lib/gauge/gauge.js +988 -0
  128. package/dist/assets/lib/gauge/gauge.min.js +1 -0
  129. package/dist/assets/lib/nouislider/nouislider.min.css +1 -0
  130. package/dist/assets/lib/nouislider/nouislider.min.js +1 -0
  131. package/dist/assets/lib/numeral/locales.min.js +7 -0
  132. package/dist/assets/lib/numeral/numeral.min.js +8 -0
  133. package/dist/assets/lib/pdfkit-table/index.js +967 -0
  134. package/dist/assets/lib/svg/raphael.min.js +1 -0
  135. package/dist/assets/lib/svg/svg.js +5573 -0
  136. package/dist/assets/lib/svg/svg.min.js +13 -0
  137. package/dist/assets/lib/svgeditor/extensions/ext-bundle.min.js +1 -0
  138. package/dist/assets/lib/svgeditor/extensions/ext-html_button.min.css +1 -0
  139. package/dist/assets/lib/svgeditor/fuxa-editor.min.js +23 -0
  140. package/dist/assets/lib/svgeditor/jquery-plugin.min.css +2 -0
  141. package/dist/assets/lib/svgeditor/jquery-plugin.min.js +52 -0
  142. package/dist/assets/lib/svgeditor/jquery-ui-1.8.17.custom.min.js +54 -0
  143. package/dist/assets/lib/svgeditor/jquery.min.js +4 -0
  144. package/dist/assets/lib/svgeditor/shapes/ape-shapes.js +39 -0
  145. package/dist/assets/lib/svgeditor/shapes/img/agitator-disc.svg +17 -0
  146. package/dist/assets/lib/svgeditor/shapes/img/agitator-paddle.svg +16 -0
  147. package/dist/assets/lib/svgeditor/shapes/img/agitator-prop.svg +15 -0
  148. package/dist/assets/lib/svgeditor/shapes/img/agitator-turbo.svg +19 -0
  149. package/dist/assets/lib/svgeditor/shapes/img/anim-eli.svg +13 -0
  150. package/dist/assets/lib/svgeditor/shapes/img/anim-piston.svg +14 -0
  151. package/dist/assets/lib/svgeditor/shapes/img/centrifugal.svg +68 -0
  152. package/dist/assets/lib/svgeditor/shapes/img/centrifugal1.svg +67 -0
  153. package/dist/assets/lib/svgeditor/shapes/img/centrifuge1.svg +67 -0
  154. package/dist/assets/lib/svgeditor/shapes/img/centrifuge2.svg +16 -0
  155. package/dist/assets/lib/svgeditor/shapes/img/centrifuge3.svg +16 -0
  156. package/dist/assets/lib/svgeditor/shapes/img/centrifuge4.svg +16 -0
  157. package/dist/assets/lib/svgeditor/shapes/img/compair.svg +92 -0
  158. package/dist/assets/lib/svgeditor/shapes/img/compdiaph.svg +16 -0
  159. package/dist/assets/lib/svgeditor/shapes/img/compejector.svg +16 -0
  160. package/dist/assets/lib/svgeditor/shapes/img/compreci.svg +17 -0
  161. package/dist/assets/lib/svgeditor/shapes/img/compreci2.svg +68 -0
  162. package/dist/assets/lib/svgeditor/shapes/img/compressor-fan.svg +18 -0
  163. package/dist/assets/lib/svgeditor/shapes/img/compressor-piston.svg +16 -0
  164. package/dist/assets/lib/svgeditor/shapes/img/compressor-void.svg +16 -0
  165. package/dist/assets/lib/svgeditor/shapes/img/compring.svg +72 -0
  166. package/dist/assets/lib/svgeditor/shapes/img/compring2.svg +72 -0
  167. package/dist/assets/lib/svgeditor/shapes/img/comprotary.svg +16 -0
  168. package/dist/assets/lib/svgeditor/shapes/img/comprotary2.svg +18 -0
  169. package/dist/assets/lib/svgeditor/shapes/img/compscrew.svg +16 -0
  170. package/dist/assets/lib/svgeditor/shapes/img/compsilence.svg +20 -0
  171. package/dist/assets/lib/svgeditor/shapes/img/compturbo.svg +72 -0
  172. package/dist/assets/lib/svgeditor/shapes/img/crusher1.svg +16 -0
  173. package/dist/assets/lib/svgeditor/shapes/img/crusher2.svg +16 -0
  174. package/dist/assets/lib/svgeditor/shapes/img/crusher3.svg +16 -0
  175. package/dist/assets/lib/svgeditor/shapes/img/crusher4.svg +17 -0
  176. package/dist/assets/lib/svgeditor/shapes/img/crusher5.svg +18 -0
  177. package/dist/assets/lib/svgeditor/shapes/img/crusher6.svg +16 -0
  178. package/dist/assets/lib/svgeditor/shapes/img/crusher7.svg +21 -0
  179. package/dist/assets/lib/svgeditor/shapes/img/diaph.svg +16 -0
  180. package/dist/assets/lib/svgeditor/shapes/img/drier1.svg +63 -0
  181. package/dist/assets/lib/svgeditor/shapes/img/drier2.svg +17 -0
  182. package/dist/assets/lib/svgeditor/shapes/img/drier3.svg +23 -0
  183. package/dist/assets/lib/svgeditor/shapes/img/drier4.svg +18 -0
  184. package/dist/assets/lib/svgeditor/shapes/img/drier5.svg +16 -0
  185. package/dist/assets/lib/svgeditor/shapes/img/exchanger-filter.svg +16 -0
  186. package/dist/assets/lib/svgeditor/shapes/img/exchanger-heat.svg +16 -0
  187. package/dist/assets/lib/svgeditor/shapes/img/exchanger-tube.svg +16 -0
  188. package/dist/assets/lib/svgeditor/shapes/img/exchanger1.svg +67 -0
  189. package/dist/assets/lib/svgeditor/shapes/img/exchanger2.svg +16 -0
  190. package/dist/assets/lib/svgeditor/shapes/img/exchanger3.svg +15 -0
  191. package/dist/assets/lib/svgeditor/shapes/img/exchanger4.svg +15 -0
  192. package/dist/assets/lib/svgeditor/shapes/img/exchanger5.svg +16 -0
  193. package/dist/assets/lib/svgeditor/shapes/img/exchanger6.svg +71 -0
  194. package/dist/assets/lib/svgeditor/shapes/img/exchanger7.svg +16 -0
  195. package/dist/assets/lib/svgeditor/shapes/img/exchanger8.svg +16 -0
  196. package/dist/assets/lib/svgeditor/shapes/img/exchanger9.svg +16 -0
  197. package/dist/assets/lib/svgeditor/shapes/img/feeder.svg +17 -0
  198. package/dist/assets/lib/svgeditor/shapes/img/feeder2.svg +16 -0
  199. package/dist/assets/lib/svgeditor/shapes/img/feeder3.svg +63 -0
  200. package/dist/assets/lib/svgeditor/shapes/img/filter2.svg +68 -0
  201. package/dist/assets/lib/svgeditor/shapes/img/filter3.svg +17 -0
  202. package/dist/assets/lib/svgeditor/shapes/img/fitting1.svg +67 -0
  203. package/dist/assets/lib/svgeditor/shapes/img/fitting10.svg +16 -0
  204. package/dist/assets/lib/svgeditor/shapes/img/fitting11.svg +17 -0
  205. package/dist/assets/lib/svgeditor/shapes/img/fitting12.svg +16 -0
  206. package/dist/assets/lib/svgeditor/shapes/img/fitting13.svg +15 -0
  207. package/dist/assets/lib/svgeditor/shapes/img/fitting2.svg +15 -0
  208. package/dist/assets/lib/svgeditor/shapes/img/fitting3.svg +17 -0
  209. package/dist/assets/lib/svgeditor/shapes/img/fitting4.svg +16 -0
  210. package/dist/assets/lib/svgeditor/shapes/img/fitting5.svg +16 -0
  211. package/dist/assets/lib/svgeditor/shapes/img/fitting6.svg +16 -0
  212. package/dist/assets/lib/svgeditor/shapes/img/fitting7.svg +15 -0
  213. package/dist/assets/lib/svgeditor/shapes/img/fitting8.svg +15 -0
  214. package/dist/assets/lib/svgeditor/shapes/img/fitting9.svg +15 -0
  215. package/dist/assets/lib/svgeditor/shapes/img/misc1.svg +75 -0
  216. package/dist/assets/lib/svgeditor/shapes/img/misc2.svg +71 -0
  217. package/dist/assets/lib/svgeditor/shapes/img/misc3.svg +15 -0
  218. package/dist/assets/lib/svgeditor/shapes/img/misc4.svg +16 -0
  219. package/dist/assets/lib/svgeditor/shapes/img/misc5.svg +16 -0
  220. package/dist/assets/lib/svgeditor/shapes/img/misc6.svg +15 -0
  221. package/dist/assets/lib/svgeditor/shapes/img/misc7.svg +64 -0
  222. package/dist/assets/lib/svgeditor/shapes/img/misc8.svg +15 -0
  223. package/dist/assets/lib/svgeditor/shapes/img/motor-simb.svg +17 -0
  224. package/dist/assets/lib/svgeditor/shapes/img/nozzle.svg +15 -0
  225. package/dist/assets/lib/svgeditor/shapes/img/nozzle2.svg +15 -0
  226. package/dist/assets/lib/svgeditor/shapes/img/pipi1.svg +16 -0
  227. package/dist/assets/lib/svgeditor/shapes/img/pipi2.svg +17 -0
  228. package/dist/assets/lib/svgeditor/shapes/img/pipi3.svg +15 -0
  229. package/dist/assets/lib/svgeditor/shapes/img/pipi4.svg +15 -0
  230. package/dist/assets/lib/svgeditor/shapes/img/pipi5.svg +16 -0
  231. package/dist/assets/lib/svgeditor/shapes/img/pipi6.svg +15 -0
  232. package/dist/assets/lib/svgeditor/shapes/img/pipi7.svg +16 -0
  233. package/dist/assets/lib/svgeditor/shapes/img/pumpblower.svg +76 -0
  234. package/dist/assets/lib/svgeditor/shapes/img/pumpcentri1.svg +64 -0
  235. package/dist/assets/lib/svgeditor/shapes/img/pumpcentri2.svg +64 -0
  236. package/dist/assets/lib/svgeditor/shapes/img/pumpfeed.svg +64 -0
  237. package/dist/assets/lib/svgeditor/shapes/img/pumpgear.svg +18 -0
  238. package/dist/assets/lib/svgeditor/shapes/img/pumpgear2.svg +19 -0
  239. package/dist/assets/lib/svgeditor/shapes/img/pumphidra.svg +68 -0
  240. package/dist/assets/lib/svgeditor/shapes/img/pumphorizo.svg +68 -0
  241. package/dist/assets/lib/svgeditor/shapes/img/pumpjet.svg +68 -0
  242. package/dist/assets/lib/svgeditor/shapes/img/pumpperis.svg +20 -0
  243. package/dist/assets/lib/svgeditor/shapes/img/pumpscreew.svg +17 -0
  244. package/dist/assets/lib/svgeditor/shapes/img/pumpscreew2.svg +72 -0
  245. package/dist/assets/lib/svgeditor/shapes/img/pumpturbi.svg +64 -0
  246. package/dist/assets/lib/svgeditor/shapes/img/pumpvacuum.svg +72 -0
  247. package/dist/assets/lib/svgeditor/shapes/img/shape-arrow.svg +13 -0
  248. package/dist/assets/lib/svgeditor/shapes/img/shape-circle.svg +13 -0
  249. package/dist/assets/lib/svgeditor/shapes/img/shape-circleindi.svg +13 -0
  250. package/dist/assets/lib/svgeditor/shapes/img/shape-cloud.svg +63 -0
  251. package/dist/assets/lib/svgeditor/shapes/img/shape-cone.svg +71 -0
  252. package/dist/assets/lib/svgeditor/shapes/img/shape-corner.svg +15 -0
  253. package/dist/assets/lib/svgeditor/shapes/img/shape-cross.svg +15 -0
  254. package/dist/assets/lib/svgeditor/shapes/img/shape-cylinder.svg +71 -0
  255. package/dist/assets/lib/svgeditor/shapes/img/shape-delay.svg +13 -0
  256. package/dist/assets/lib/svgeditor/shapes/img/shape-diamond.svg +13 -0
  257. package/dist/assets/lib/svgeditor/shapes/img/shape-display.svg +15 -0
  258. package/dist/assets/lib/svgeditor/shapes/img/shape-docu.svg +15 -0
  259. package/dist/assets/lib/svgeditor/shapes/img/shape-doublearrow.svg +13 -0
  260. package/dist/assets/lib/svgeditor/shapes/img/shape-drop.svg +15 -0
  261. package/dist/assets/lib/svgeditor/shapes/img/shape-halfcircle.svg +13 -0
  262. package/dist/assets/lib/svgeditor/shapes/img/shape-heart.svg +15 -0
  263. package/dist/assets/lib/svgeditor/shapes/img/shape-looplimit.svg +13 -0
  264. package/dist/assets/lib/svgeditor/shapes/img/shape-maninput.svg +15 -0
  265. package/dist/assets/lib/svgeditor/shapes/img/shape-nosymbol.svg +15 -0
  266. package/dist/assets/lib/svgeditor/shapes/img/shape-octagon.svg +15 -0
  267. package/dist/assets/lib/svgeditor/shapes/img/shape-offpage.svg +13 -0
  268. package/dist/assets/lib/svgeditor/shapes/img/shape-or.svg +15 -0
  269. package/dist/assets/lib/svgeditor/shapes/img/shape-or2.svg +17 -0
  270. package/dist/assets/lib/svgeditor/shapes/img/shape-parallelogram.svg +15 -0
  271. package/dist/assets/lib/svgeditor/shapes/img/shape-pentagon.svg +15 -0
  272. package/dist/assets/lib/svgeditor/shapes/img/shape-poval.svg +15 -0
  273. package/dist/assets/lib/svgeditor/shapes/img/shape-prepara.svg +13 -0
  274. package/dist/assets/lib/svgeditor/shapes/img/shape-rectangle.svg +13 -0
  275. package/dist/assets/lib/svgeditor/shapes/img/shape-rectindi.svg +16 -0
  276. package/dist/assets/lib/svgeditor/shapes/img/shape-star4.svg +15 -0
  277. package/dist/assets/lib/svgeditor/shapes/img/shape-switch.svg +15 -0
  278. package/dist/assets/lib/svgeditor/shapes/img/shape-tape.svg +15 -0
  279. package/dist/assets/lib/svgeditor/shapes/img/shape-tee.svg +63 -0
  280. package/dist/assets/lib/svgeditor/shapes/img/shape-ticket.svg +13 -0
  281. package/dist/assets/lib/svgeditor/shapes/img/shape-trape.svg +13 -0
  282. package/dist/assets/lib/svgeditor/shapes/img/shape-triangle.svg +13 -0
  283. package/dist/assets/lib/svgeditor/shapes/img/shape-vor.svg +14 -0
  284. package/dist/assets/lib/svgeditor/shapes/img/tank1.svg +63 -0
  285. package/dist/assets/lib/svgeditor/shapes/img/tank2.svg +15 -0
  286. package/dist/assets/lib/svgeditor/shapes/img/tank3.svg +15 -0
  287. package/dist/assets/lib/svgeditor/shapes/img/tank4.svg +15 -0
  288. package/dist/assets/lib/svgeditor/shapes/img/tank5.svg +15 -0
  289. package/dist/assets/lib/svgeditor/shapes/img/tank6.svg +68 -0
  290. package/dist/assets/lib/svgeditor/shapes/img/tank7.svg +15 -0
  291. package/dist/assets/lib/svgeditor/shapes/img/tank8.svg +15 -0
  292. package/dist/assets/lib/svgeditor/shapes/img/tank9.svg +21 -0
  293. package/dist/assets/lib/svgeditor/shapes/img/valve-ax.svg +13 -0
  294. package/dist/assets/lib/svgeditor/shapes/img/valve-bx.svg +13 -0
  295. package/dist/assets/lib/svgeditor/shapes/img/valve-cx.svg +13 -0
  296. package/dist/assets/lib/svgeditor/shapes/img/webcam.svg +6 -0
  297. package/dist/assets/lib/svgeditor/shapes/my-shapes.js +178 -0
  298. package/dist/assets/lib/svgeditor/shapes/proc-comp-shapes.js +105 -0
  299. package/dist/assets/lib/svgeditor/shapes/proc-general-shapes.js +60 -0
  300. package/dist/assets/lib/svgeditor/shapes/proc-pumps-shapes.js +112 -0
  301. package/dist/assets/lib/svgeditor/shapes/proc-shapes.js +606 -0
  302. package/dist/assets/lib/svgeditor/shapes/shapes.js +30 -0
  303. package/dist/assets/lib/svgeditor/svg-editor.min.css +1 -0
  304. package/dist/assets/lib/uplot/placement.min.js +2 -0
  305. package/dist/assets/project.demo.fuxap +1 -0
  306. package/dist/favicon.ico +0 -0
  307. package/dist/icomoon.86abfb46e057ade8.eot +0 -0
  308. package/dist/icomoon.c1f8b59bad308d66.woff +0 -0
  309. package/dist/icomoon.ce427f75e21963af.ttf +0 -0
  310. package/dist/icomoon.dfb0a89feb346906.svg +19 -0
  311. package/dist/index.html +50 -0
  312. package/dist/logo.0e8e64e69250a450.svg +18 -0
  313. package/dist/main.a356f552d9838b9e.js +1 -0
  314. package/dist/material-icons-outlined.78a93b2079680a08.woff +0 -0
  315. package/dist/material-icons-outlined.f86cb7b0aa53f0fe.woff2 +0 -0
  316. package/dist/material-icons-round.92dc7ca2f4c591e7.woff +0 -0
  317. package/dist/material-icons-round.b10ec9db5b7fbc74.woff2 +0 -0
  318. package/dist/material-icons-sharp.3885863ee4746422.woff2 +0 -0
  319. package/dist/material-icons-sharp.a71cb2bf66c604de.woff +0 -0
  320. package/dist/material-icons-two-tone.588d63134de807a7.woff +0 -0
  321. package/dist/material-icons-two-tone.675bd578bd14533e.woff2 +0 -0
  322. package/dist/material-icons.4ad034d2c499d9b6.woff +0 -0
  323. package/dist/material-icons.59322316b3fd6063.woff2 +0 -0
  324. package/dist/polyfills.2696a6f9dc75535e.js +1 -0
  325. package/dist/roboto-bold-webfont.29ac6158e35aee95.woff +0 -0
  326. package/dist/roboto-bold-webfont.568ab1fa3f154a77.svg +10486 -0
  327. package/dist/roboto-bold-webfont.6bcfbdc216b3bc78.woff2 +0 -0
  328. package/dist/roboto-bold-webfont.7c22a4dfdee2ff33.ttf +0 -0
  329. package/dist/roboto-light-webfont.13492ec56771eeee.svg +9998 -0
  330. package/dist/roboto-light-webfont.61fa26c99b07ac83.woff2 +0 -0
  331. package/dist/roboto-light-webfont.95295ce84942d8ce.ttf +0 -0
  332. package/dist/roboto-light-webfont.ae19119a2889dfdf.woff +0 -0
  333. package/dist/roboto-medium-webfont.30344f0411888055.woff +0 -0
  334. package/dist/roboto-medium-webfont.57fb00cab0317d2d.woff2 +0 -0
  335. package/dist/roboto-medium-webfont.a40869e060a388c0.ttf +0 -0
  336. package/dist/roboto-medium-webfont.ea02241c29620c02.svg +10487 -0
  337. package/dist/roboto-regular-webfont.2b0501b72f5a94d5.ttf +0 -0
  338. package/dist/roboto-regular-webfont.2ce0ba9a06424965.svg +10004 -0
  339. package/dist/roboto-regular-webfont.ae47f6f1292d196f.woff2 +0 -0
  340. package/dist/roboto-regular-webfont.f58066a2d9061006.woff +0 -0
  341. package/dist/roboto-thin-webfont.0a64479870f676e8.ttf +0 -0
  342. package/dist/roboto-thin-webfont.0f7221f5c7e972ef.woff2 +0 -0
  343. package/dist/roboto-thin-webfont.51b221e22714b1fe.svg +10012 -0
  344. package/dist/roboto-thin-webfont.dac941649dd4eac0.woff +0 -0
  345. package/dist/runtime.8ef63094e52a66ba.js +1 -0
  346. package/dist/scripts.1c3385254ff4c93c.js +1 -0
  347. package/dist/styles.cf8e3cf50d039a5c.css +1 -0
  348. package/fuxa.js +39 -0
  349. package/main.js +381 -0
  350. package/package.json +68 -0
  351. package/paths.js +44 -0
  352. package/project.default.json +11 -0
  353. package/project.demo.fuxap +1 -0
  354. package/runtime/alarms/alarmstorage.js +205 -0
  355. package/runtime/alarms/index.js +678 -0
  356. package/runtime/devices/bacnet/index.js +730 -0
  357. package/runtime/devices/device-utils.js +95 -0
  358. package/runtime/devices/device.js +551 -0
  359. package/runtime/devices/ethernetip/index.js +381 -0
  360. package/runtime/devices/fuxaserver/index.js +310 -0
  361. package/runtime/devices/httprequest/index.js +495 -0
  362. package/runtime/devices/index.js +489 -0
  363. package/runtime/devices/modbus/datatypes.js +122 -0
  364. package/runtime/devices/modbus/index.js +730 -0
  365. package/runtime/devices/mqtt/index.js +618 -0
  366. package/runtime/devices/odbc/index.js +408 -0
  367. package/runtime/devices/opcua/index.js +817 -0
  368. package/runtime/devices/s7/datatypes.js +88 -0
  369. package/runtime/devices/s7/index.js +702 -0
  370. package/runtime/devices/template/index.js +141 -0
  371. package/runtime/events.js +33 -0
  372. package/runtime/index.js +559 -0
  373. package/runtime/jobs/cleaner.js +74 -0
  374. package/runtime/jobs/fonts/LICENSE.txt +202 -0
  375. package/runtime/jobs/fonts/Roboto-Black.ttf +0 -0
  376. package/runtime/jobs/fonts/Roboto-BlackItalic.ttf +0 -0
  377. package/runtime/jobs/fonts/Roboto-Bold.ttf +0 -0
  378. package/runtime/jobs/fonts/Roboto-BoldItalic.ttf +0 -0
  379. package/runtime/jobs/fonts/Roboto-Italic.ttf +0 -0
  380. package/runtime/jobs/fonts/Roboto-Light.ttf +0 -0
  381. package/runtime/jobs/fonts/Roboto-LightItalic.ttf +0 -0
  382. package/runtime/jobs/fonts/Roboto-Medium.ttf +0 -0
  383. package/runtime/jobs/fonts/Roboto-MediumItalic.ttf +0 -0
  384. package/runtime/jobs/fonts/Roboto-Regular.ttf +0 -0
  385. package/runtime/jobs/fonts/Roboto-Thin.ttf +0 -0
  386. package/runtime/jobs/fonts/Roboto-ThinItalic.ttf +0 -0
  387. package/runtime/jobs/helper/image-generator.js +82 -0
  388. package/runtime/jobs/index.js +214 -0
  389. package/runtime/jobs/report.js +353 -0
  390. package/runtime/logger.js +113 -0
  391. package/runtime/notificator/index.js +383 -0
  392. package/runtime/notificator/notifystorage.js +179 -0
  393. package/runtime/plugins/index.js +255 -0
  394. package/runtime/project/index.js +959 -0
  395. package/runtime/project/prjstorage.js +222 -0
  396. package/runtime/scripts/index.js +313 -0
  397. package/runtime/scripts/msm.js +146 -0
  398. package/runtime/storage/calculator.js +227 -0
  399. package/runtime/storage/daqstorage.js +188 -0
  400. package/runtime/storage/influxdb/index.js +240 -0
  401. package/runtime/storage/sqlite/currentstorage.js +144 -0
  402. package/runtime/storage/sqlite/index.js +695 -0
  403. package/runtime/storage/tdengine/index.js +106 -0
  404. package/runtime/users/index.js +123 -0
  405. package/runtime/users/usrstorage.js +201 -0
  406. package/runtime/utils.js +284 -0
  407. package/screenshot/feature-action-move.gif +0 -0
  408. package/screenshot/fuxa-ani.gif +0 -0
  409. package/screenshot/fuxa-device.gif +0 -0
  410. package/screenshot/fuxa-editor.png +0 -0
  411. package/screenshot/fuxa-hmi.gif +0 -0
  412. package/screenshot/fuxa-home.png +0 -0
  413. package/screenshot/fuxa-test.gif +0 -0
  414. package/settings.default.js +65 -0
@@ -0,0 +1,1477 @@
1
+ @angular/animations
2
+ MIT
3
+
4
+ @angular/cdk
5
+ MIT
6
+ The MIT License
7
+
8
+ Copyright (c) 2022 Google LLC.
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in
18
+ all copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26
+ THE SOFTWARE.
27
+
28
+
29
+ @angular/common
30
+ MIT
31
+
32
+ @angular/core
33
+ MIT
34
+
35
+ @angular/forms
36
+ MIT
37
+
38
+ @angular/material
39
+ MIT
40
+ The MIT License
41
+
42
+ Copyright (c) 2022 Google LLC.
43
+
44
+ Permission is hereby granted, free of charge, to any person obtaining a copy
45
+ of this software and associated documentation files (the "Software"), to deal
46
+ in the Software without restriction, including without limitation the rights
47
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
48
+ copies of the Software, and to permit persons to whom the Software is
49
+ furnished to do so, subject to the following conditions:
50
+
51
+ The above copyright notice and this permission notice shall be included in
52
+ all copies or substantial portions of the Software.
53
+
54
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
56
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
57
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
58
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
59
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
60
+ THE SOFTWARE.
61
+
62
+
63
+ @angular/material-moment-adapter
64
+ MIT
65
+ The MIT License
66
+
67
+ Copyright (c) 2022 Google LLC.
68
+
69
+ Permission is hereby granted, free of charge, to any person obtaining a copy
70
+ of this software and associated documentation files (the "Software"), to deal
71
+ in the Software without restriction, including without limitation the rights
72
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
73
+ copies of the Software, and to permit persons to whom the Software is
74
+ furnished to do so, subject to the following conditions:
75
+
76
+ The above copyright notice and this permission notice shall be included in
77
+ all copies or substantial portions of the Software.
78
+
79
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
80
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
81
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
82
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
83
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
84
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
85
+ THE SOFTWARE.
86
+
87
+
88
+ @angular/platform-browser
89
+ MIT
90
+
91
+ @angular/router
92
+ MIT
93
+
94
+ @babel/runtime
95
+ MIT
96
+ MIT License
97
+
98
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
99
+
100
+ Permission is hereby granted, free of charge, to any person obtaining
101
+ a copy of this software and associated documentation files (the
102
+ "Software"), to deal in the Software without restriction, including
103
+ without limitation the rights to use, copy, modify, merge, publish,
104
+ distribute, sublicense, and/or sell copies of the Software, and to
105
+ permit persons to whom the Software is furnished to do so, subject to
106
+ the following conditions:
107
+
108
+ The above copyright notice and this permission notice shall be
109
+ included in all copies or substantial portions of the Software.
110
+
111
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
112
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
113
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
114
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
115
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
116
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
117
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
118
+
119
+
120
+ @ctrl/ngx-codemirror
121
+ MIT
122
+ MIT License
123
+
124
+ Copyright (c) Scott Cooper
125
+
126
+ Permission is hereby granted, free of charge, to any person obtaining a copy
127
+ of this software and associated documentation files (the "Software"), to deal
128
+ in the Software without restriction, including without limitation the rights
129
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
130
+ copies of the Software, and to permit persons to whom the Software is
131
+ furnished to do so, subject to the following conditions:
132
+
133
+ The above copyright notice and this permission notice shall be included in all
134
+ copies or substantial portions of the Software.
135
+
136
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
137
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
138
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
139
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
140
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
141
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
142
+ SOFTWARE.
143
+
144
+
145
+ @ngx-translate/core
146
+ MIT
147
+
148
+ @ngx-translate/http-loader
149
+ MIT
150
+
151
+ after
152
+ MIT
153
+ Copyright (c) 2011 Raynos.
154
+
155
+ Permission is hereby granted, free of charge, to any person obtaining a copy
156
+ of this software and associated documentation files (the "Software"), to deal
157
+ in the Software without restriction, including without limitation the rights
158
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
159
+ copies of the Software, and to permit persons to whom the Software is
160
+ furnished to do so, subject to the following conditions:
161
+
162
+ The above copyright notice and this permission notice shall be included in
163
+ all copies or substantial portions of the Software.
164
+
165
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
166
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
167
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
168
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
169
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
170
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
171
+ THE SOFTWARE.
172
+
173
+ amator
174
+ MIT
175
+ The MIT License (MIT)
176
+
177
+ Copyright (c) 2016 Andrei Kashcha
178
+
179
+ Permission is hereby granted, free of charge, to any person obtaining a copy
180
+ of this software and associated documentation files (the "Software"), to deal
181
+ in the Software without restriction, including without limitation the rights
182
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
183
+ copies of the Software, and to permit persons to whom the Software is
184
+ furnished to do so, subject to the following conditions:
185
+
186
+ The above copyright notice and this permission notice shall be included in all
187
+ copies or substantial portions of the Software.
188
+
189
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
190
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
191
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
192
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
193
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
194
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
195
+ SOFTWARE.
196
+
197
+
198
+ angular-gridster2
199
+ MIT
200
+ MIT License
201
+
202
+ Copyright (c) 2023 Tiberiu Zuld
203
+
204
+ Permission is hereby granted, free of charge, to any person obtaining a copy
205
+ of this software and associated documentation files (the "Software"), to deal
206
+ in the Software without restriction, including without limitation the rights
207
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
208
+ copies of the Software, and to permit persons to whom the Software is
209
+ furnished to do so, subject to the following conditions:
210
+
211
+ The above copyright notice and this permission notice shall be included in all
212
+ copies or substantial portions of the Software.
213
+
214
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
215
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
216
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
217
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
218
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
219
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
220
+ SOFTWARE.
221
+
222
+
223
+ angular2-draggable
224
+ MIT
225
+
226
+ arraybuffer.slice
227
+ MIT
228
+ Copyright (C) 2013 Rase-
229
+
230
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
231
+ this software and associated documentation files (the "Software"), to deal in
232
+ the Software without restriction, including without limitation the rights to
233
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
234
+ of the Software, and to permit persons to whom the Software is furnished to do
235
+ so, subject to the following conditions:
236
+
237
+ The above copyright notice and this permission notice shall be included in all
238
+ copies or substantial portions of the Software.
239
+
240
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
241
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
242
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
243
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
244
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
245
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
246
+
247
+
248
+ backo2
249
+ MIT
250
+
251
+ base64-arraybuffer
252
+ MIT
253
+ Copyright (c) 2012 Niklas von Hertzen
254
+
255
+ Permission is hereby granted, free of charge, to any person
256
+ obtaining a copy of this software and associated documentation
257
+ files (the "Software"), to deal in the Software without
258
+ restriction, including without limitation the rights to use,
259
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
260
+ copies of the Software, and to permit persons to whom the
261
+ Software is furnished to do so, subject to the following
262
+ conditions:
263
+
264
+ The above copyright notice and this permission notice shall be
265
+ included in all copies or substantial portions of the Software.
266
+
267
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
268
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
269
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
270
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
271
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
272
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
273
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
274
+ OTHER DEALINGS IN THE SOFTWARE.
275
+
276
+
277
+ bezier-easing
278
+ MIT
279
+ Copyright (c) 2014 Gaëtan Renaudeau
280
+
281
+ Permission is hereby granted, free of charge, to any person
282
+ obtaining a copy of this software and associated documentation
283
+ files (the "Software"), to deal in the Software without
284
+ restriction, including without limitation the rights to use,
285
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
286
+ copies of the Software, and to permit persons to whom the
287
+ Software is furnished to do so, subject to the following
288
+ conditions:
289
+
290
+ The above copyright notice and this permission notice shall be
291
+ included in all copies or substantial portions of the Software.
292
+
293
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
294
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
295
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
296
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
297
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
298
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
299
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
300
+ OTHER DEALINGS IN THE SOFTWARE.
301
+
302
+
303
+ blob
304
+ MIT
305
+ MIT License
306
+
307
+ Copyright (C) 2014 Rase-
308
+
309
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
310
+ this software and associated documentation files (the "Software"), to deal in
311
+ the Software without restriction, including without limitation the rights to
312
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
313
+ the Software, and to permit persons to whom the Software is furnished to do so,
314
+ subject to the following conditions:
315
+
316
+ The above copyright notice and this permission notice shall be included in all
317
+ copies or substantial portions of the Software.
318
+
319
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
320
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
321
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
322
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
323
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
324
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
325
+ SOFTWARE.
326
+
327
+
328
+ chart.js
329
+ MIT
330
+ The MIT License (MIT)
331
+
332
+ Copyright (c) 2014-2022 Chart.js Contributors
333
+
334
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
335
+
336
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
337
+
338
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
339
+
340
+
341
+ chart.js-helpers
342
+
343
+ chartjs-plugin-datalabels
344
+ MIT
345
+ The MIT License (MIT)
346
+
347
+ Copyright (c) 2017-2021 chartjs-plugin-datalabels contributors
348
+
349
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
350
+
351
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
352
+
353
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
354
+
355
+
356
+ codemirror
357
+ MIT
358
+ MIT License
359
+
360
+ Copyright (C) 2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
361
+
362
+ Permission is hereby granted, free of charge, to any person obtaining a copy
363
+ of this software and associated documentation files (the "Software"), to deal
364
+ in the Software without restriction, including without limitation the rights
365
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
366
+ copies of the Software, and to permit persons to whom the Software is
367
+ furnished to do so, subject to the following conditions:
368
+
369
+ The above copyright notice and this permission notice shall be included in
370
+ all copies or substantial portions of the Software.
371
+
372
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
373
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
374
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
375
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
376
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
377
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
378
+ THE SOFTWARE.
379
+
380
+
381
+ component-bind
382
+
383
+ component-emitter
384
+ MIT
385
+ (The MIT License)
386
+
387
+ Copyright (c) 2014 Component contributors <dev@component.io>
388
+
389
+ Permission is hereby granted, free of charge, to any person
390
+ obtaining a copy of this software and associated documentation
391
+ files (the "Software"), to deal in the Software without
392
+ restriction, including without limitation the rights to use,
393
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
394
+ copies of the Software, and to permit persons to whom the
395
+ Software is furnished to do so, subject to the following
396
+ conditions:
397
+
398
+ The above copyright notice and this permission notice shall be
399
+ included in all copies or substantial portions of the Software.
400
+
401
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
402
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
403
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
404
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
405
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
406
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
407
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
408
+ OTHER DEALINGS IN THE SOFTWARE.
409
+
410
+
411
+ component-inherit
412
+
413
+ debug
414
+ MIT
415
+ (The MIT License)
416
+
417
+ Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
418
+
419
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
420
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
421
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
422
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
423
+ subject to the following conditions:
424
+
425
+ The above copyright notice and this permission notice shall be included in all copies or substantial
426
+ portions of the Software.
427
+
428
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
429
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
430
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
431
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
432
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
433
+
434
+
435
+
436
+ delegate
437
+ MIT
438
+
439
+ downloadjs
440
+ MIT
441
+ MIT License
442
+
443
+ Copyright (c) 2016 dandavis
444
+
445
+ Permission is hereby granted, free of charge, to any person obtaining a copy
446
+ of this software and associated documentation files (the "Software"), to deal
447
+ in the Software without restriction, including without limitation the rights
448
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
449
+ copies of the Software, and to permit persons to whom the Software is
450
+ furnished to do so, subject to the following conditions:
451
+
452
+ The above copyright notice and this permission notice shall be included in all
453
+ copies or substantial portions of the Software.
454
+
455
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
456
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
457
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
458
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
459
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
460
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
461
+ SOFTWARE.
462
+
463
+
464
+ engine.io-client
465
+ MIT
466
+ (The MIT License)
467
+
468
+ Copyright (c) 2014-2015 Automattic <dev@cloudup.com>
469
+
470
+ Permission is hereby granted, free of charge, to any person obtaining
471
+ a copy of this software and associated documentation files (the
472
+ 'Software'), to deal in the Software without restriction, including
473
+ without limitation the rights to use, copy, modify, merge, publish,
474
+ distribute, sublicense, and/or sell copies of the Software, and to
475
+ permit persons to whom the Software is furnished to do so, subject to
476
+ the following conditions:
477
+
478
+ The above copyright notice and this permission notice shall be
479
+ included in all copies or substantial portions of the Software.
480
+
481
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
482
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
483
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
484
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
485
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
486
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
487
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
488
+
489
+
490
+ engine.io-parser
491
+ MIT
492
+ (The MIT License)
493
+
494
+ Copyright (c) 2016 Guillermo Rauch (@rauchg)
495
+
496
+ Permission is hereby granted, free of charge, to any person obtaining
497
+ a copy of this software and associated documentation files (the
498
+ 'Software'), to deal in the Software without restriction, including
499
+ without limitation the rights to use, copy, modify, merge, publish,
500
+ distribute, sublicense, and/or sell copies of the Software, and to
501
+ permit persons to whom the Software is furnished to do so, subject to
502
+ the following conditions:
503
+
504
+ The above copyright notice and this permission notice shall be
505
+ included in all copies or substantial portions of the Software.
506
+
507
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
508
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
509
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
510
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
511
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
512
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
513
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
514
+
515
+ eventemitter3
516
+ MIT
517
+ The MIT License (MIT)
518
+
519
+ Copyright (c) 2014 Arnout Kazemier
520
+
521
+ Permission is hereby granted, free of charge, to any person obtaining a copy
522
+ of this software and associated documentation files (the "Software"), to deal
523
+ in the Software without restriction, including without limitation the rights
524
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
525
+ copies of the Software, and to permit persons to whom the Software is
526
+ furnished to do so, subject to the following conditions:
527
+
528
+ The above copyright notice and this permission notice shall be included in all
529
+ copies or substantial portions of the Software.
530
+
531
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
532
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
533
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
534
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
535
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
536
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
537
+ SOFTWARE.
538
+
539
+
540
+ fecha
541
+ MIT
542
+ The MIT License (MIT)
543
+
544
+ Copyright (c) 2015 Taylor Hakes
545
+
546
+ Permission is hereby granted, free of charge, to any person obtaining a copy
547
+ of this software and associated documentation files (the "Software"), to deal
548
+ in the Software without restriction, including without limitation the rights
549
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
550
+ copies of the Software, and to permit persons to whom the Software is
551
+ furnished to do so, subject to the following conditions:
552
+
553
+ The above copyright notice and this permission notice shall be included in all
554
+ copies or substantial portions of the Software.
555
+
556
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
557
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
558
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
559
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
560
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
561
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
562
+ SOFTWARE.
563
+
564
+
565
+
566
+ file-saver
567
+ MIT
568
+ The MIT License
569
+
570
+ Copyright © 2016 [Eli Grey][1].
571
+
572
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
573
+
574
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
575
+
576
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
577
+
578
+ [1]: http://eligrey.com
579
+
580
+
581
+ flv.js
582
+ Apache-2.0
583
+
584
+ Apache License
585
+ Version 2.0, January 2004
586
+ http://www.apache.org/licenses/
587
+
588
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
589
+
590
+ 1. Definitions.
591
+
592
+ "License" shall mean the terms and conditions for use, reproduction,
593
+ and distribution as defined by Sections 1 through 9 of this document.
594
+
595
+ "Licensor" shall mean the copyright owner or entity authorized by
596
+ the copyright owner that is granting the License.
597
+
598
+ "Legal Entity" shall mean the union of the acting entity and all
599
+ other entities that control, are controlled by, or are under common
600
+ control with that entity. For the purposes of this definition,
601
+ "control" means (i) the power, direct or indirect, to cause the
602
+ direction or management of such entity, whether by contract or
603
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
604
+ outstanding shares, or (iii) beneficial ownership of such entity.
605
+
606
+ "You" (or "Your") shall mean an individual or Legal Entity
607
+ exercising permissions granted by this License.
608
+
609
+ "Source" form shall mean the preferred form for making modifications,
610
+ including but not limited to software source code, documentation
611
+ source, and configuration files.
612
+
613
+ "Object" form shall mean any form resulting from mechanical
614
+ transformation or translation of a Source form, including but
615
+ not limited to compiled object code, generated documentation,
616
+ and conversions to other media types.
617
+
618
+ "Work" shall mean the work of authorship, whether in Source or
619
+ Object form, made available under the License, as indicated by a
620
+ copyright notice that is included in or attached to the work
621
+ (an example is provided in the Appendix below).
622
+
623
+ "Derivative Works" shall mean any work, whether in Source or Object
624
+ form, that is based on (or derived from) the Work and for which the
625
+ editorial revisions, annotations, elaborations, or other modifications
626
+ represent, as a whole, an original work of authorship. For the purposes
627
+ of this License, Derivative Works shall not include works that remain
628
+ separable from, or merely link (or bind by name) to the interfaces of,
629
+ the Work and Derivative Works thereof.
630
+
631
+ "Contribution" shall mean any work of authorship, including
632
+ the original version of the Work and any modifications or additions
633
+ to that Work or Derivative Works thereof, that is intentionally
634
+ submitted to Licensor for inclusion in the Work by the copyright owner
635
+ or by an individual or Legal Entity authorized to submit on behalf of
636
+ the copyright owner. For the purposes of this definition, "submitted"
637
+ means any form of electronic, verbal, or written communication sent
638
+ to the Licensor or its representatives, including but not limited to
639
+ communication on electronic mailing lists, source code control systems,
640
+ and issue tracking systems that are managed by, or on behalf of, the
641
+ Licensor for the purpose of discussing and improving the Work, but
642
+ excluding communication that is conspicuously marked or otherwise
643
+ designated in writing by the copyright owner as "Not a Contribution."
644
+
645
+ "Contributor" shall mean Licensor and any individual or Legal Entity
646
+ on behalf of whom a Contribution has been received by Licensor and
647
+ subsequently incorporated within the Work.
648
+
649
+ 2. Grant of Copyright License. Subject to the terms and conditions of
650
+ this License, each Contributor hereby grants to You a perpetual,
651
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
652
+ copyright license to reproduce, prepare Derivative Works of,
653
+ publicly display, publicly perform, sublicense, and distribute the
654
+ Work and such Derivative Works in Source or Object form.
655
+
656
+ 3. Grant of Patent License. Subject to the terms and conditions of
657
+ this License, each Contributor hereby grants to You a perpetual,
658
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
659
+ (except as stated in this section) patent license to make, have made,
660
+ use, offer to sell, sell, import, and otherwise transfer the Work,
661
+ where such license applies only to those patent claims licensable
662
+ by such Contributor that are necessarily infringed by their
663
+ Contribution(s) alone or by combination of their Contribution(s)
664
+ with the Work to which such Contribution(s) was submitted. If You
665
+ institute patent litigation against any entity (including a
666
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
667
+ or a Contribution incorporated within the Work constitutes direct
668
+ or contributory patent infringement, then any patent licenses
669
+ granted to You under this License for that Work shall terminate
670
+ as of the date such litigation is filed.
671
+
672
+ 4. Redistribution. You may reproduce and distribute copies of the
673
+ Work or Derivative Works thereof in any medium, with or without
674
+ modifications, and in Source or Object form, provided that You
675
+ meet the following conditions:
676
+
677
+ (a) You must give any other recipients of the Work or
678
+ Derivative Works a copy of this License; and
679
+
680
+ (b) You must cause any modified files to carry prominent notices
681
+ stating that You changed the files; and
682
+
683
+ (c) You must retain, in the Source form of any Derivative Works
684
+ that You distribute, all copyright, patent, trademark, and
685
+ attribution notices from the Source form of the Work,
686
+ excluding those notices that do not pertain to any part of
687
+ the Derivative Works; and
688
+
689
+ (d) If the Work includes a "NOTICE" text file as part of its
690
+ distribution, then any Derivative Works that You distribute must
691
+ include a readable copy of the attribution notices contained
692
+ within such NOTICE file, excluding those notices that do not
693
+ pertain to any part of the Derivative Works, in at least one
694
+ of the following places: within a NOTICE text file distributed
695
+ as part of the Derivative Works; within the Source form or
696
+ documentation, if provided along with the Derivative Works; or,
697
+ within a display generated by the Derivative Works, if and
698
+ wherever such third-party notices normally appear. The contents
699
+ of the NOTICE file are for informational purposes only and
700
+ do not modify the License. You may add Your own attribution
701
+ notices within Derivative Works that You distribute, alongside
702
+ or as an addendum to the NOTICE text from the Work, provided
703
+ that such additional attribution notices cannot be construed
704
+ as modifying the License.
705
+
706
+ You may add Your own copyright statement to Your modifications and
707
+ may provide additional or different license terms and conditions
708
+ for use, reproduction, or distribution of Your modifications, or
709
+ for any such Derivative Works as a whole, provided Your use,
710
+ reproduction, and distribution of the Work otherwise complies with
711
+ the conditions stated in this License.
712
+
713
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
714
+ any Contribution intentionally submitted for inclusion in the Work
715
+ by You to the Licensor shall be under the terms and conditions of
716
+ this License, without any additional terms or conditions.
717
+ Notwithstanding the above, nothing herein shall supersede or modify
718
+ the terms of any separate license agreement you may have executed
719
+ with Licensor regarding such Contributions.
720
+
721
+ 6. Trademarks. This License does not grant permission to use the trade
722
+ names, trademarks, service marks, or product names of the Licensor,
723
+ except as required for reasonable and customary use in describing the
724
+ origin of the Work and reproducing the content of the NOTICE file.
725
+
726
+ 7. Disclaimer of Warranty. Unless required by applicable law or
727
+ agreed to in writing, Licensor provides the Work (and each
728
+ Contributor provides its Contributions) on an "AS IS" BASIS,
729
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
730
+ implied, including, without limitation, any warranties or conditions
731
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
732
+ PARTICULAR PURPOSE. You are solely responsible for determining the
733
+ appropriateness of using or redistributing the Work and assume any
734
+ risks associated with Your exercise of permissions under this License.
735
+
736
+ 8. Limitation of Liability. In no event and under no legal theory,
737
+ whether in tort (including negligence), contract, or otherwise,
738
+ unless required by applicable law (such as deliberate and grossly
739
+ negligent acts) or agreed to in writing, shall any Contributor be
740
+ liable to You for damages, including any direct, indirect, special,
741
+ incidental, or consequential damages of any character arising as a
742
+ result of this License or out of the use or inability to use the
743
+ Work (including but not limited to damages for loss of goodwill,
744
+ work stoppage, computer failure or malfunction, or any and all
745
+ other commercial damages or losses), even if such Contributor
746
+ has been advised of the possibility of such damages.
747
+
748
+ 9. Accepting Warranty or Additional Liability. While redistributing
749
+ the Work or Derivative Works thereof, You may choose to offer,
750
+ and charge a fee for, acceptance of support, warranty, indemnity,
751
+ or other liability obligations and/or rights consistent with this
752
+ License. However, in accepting such obligations, You may act only
753
+ on Your own behalf and on Your sole responsibility, not on behalf
754
+ of any other Contributor, and only if You agree to indemnify,
755
+ defend, and hold each Contributor harmless for any liability
756
+ incurred by, or claims asserted against, such Contributor by reason
757
+ of your accepting any such warranty or additional liability.
758
+
759
+ END OF TERMS AND CONDITIONS
760
+
761
+ APPENDIX: How to apply the Apache License to your work.
762
+
763
+ To apply the Apache License to your work, attach the following
764
+ boilerplate notice, with the fields enclosed by brackets "[]"
765
+ replaced with your own identifying information. (Don't include
766
+ the brackets!) The text should be enclosed in the appropriate
767
+ comment syntax for the file format. We also recommend that a
768
+ file or class name and description of purpose be included on the
769
+ same "printed page" as the copyright notice for easier
770
+ identification within third-party archives.
771
+
772
+ Copyright [yyyy] [name of copyright owner]
773
+
774
+ Licensed under the Apache License, Version 2.0 (the "License");
775
+ you may not use this file except in compliance with the License.
776
+ You may obtain a copy of the License at
777
+
778
+ http://www.apache.org/licenses/LICENSE-2.0
779
+
780
+ Unless required by applicable law or agreed to in writing, software
781
+ distributed under the License is distributed on an "AS IS" BASIS,
782
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
783
+ See the License for the specific language governing permissions and
784
+ limitations under the License.
785
+
786
+ has-binary2
787
+ MIT
788
+ The MIT License (MIT)
789
+
790
+ Copyright (c) 2014 Kevin Roark
791
+
792
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
793
+ this software and associated documentation files (the "Software"), to deal in
794
+ the Software without restriction, including without limitation the rights to
795
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
796
+ the Software, and to permit persons to whom the Software is furnished to do so,
797
+ subject to the following conditions:
798
+
799
+ The above copyright notice and this permission notice shall be included in all
800
+ copies or substantial portions of the Software.
801
+
802
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
803
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
804
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
805
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
806
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
807
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
808
+
809
+
810
+ has-cors
811
+ MIT
812
+
813
+ indexof
814
+
815
+ isarray
816
+ MIT
817
+
818
+ lodash-es
819
+ MIT
820
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
821
+
822
+ Based on Underscore.js, copyright Jeremy Ashkenas,
823
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
824
+
825
+ This software consists of voluntary contributions made by many
826
+ individuals. For exact contribution history, see the revision history
827
+ available at https://github.com/lodash/lodash
828
+
829
+ The following license applies to all parts of this software except as
830
+ documented below:
831
+
832
+ ====
833
+
834
+ Permission is hereby granted, free of charge, to any person obtaining
835
+ a copy of this software and associated documentation files (the
836
+ "Software"), to deal in the Software without restriction, including
837
+ without limitation the rights to use, copy, modify, merge, publish,
838
+ distribute, sublicense, and/or sell copies of the Software, and to
839
+ permit persons to whom the Software is furnished to do so, subject to
840
+ the following conditions:
841
+
842
+ The above copyright notice and this permission notice shall be
843
+ included in all copies or substantial portions of the Software.
844
+
845
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
846
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
847
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
848
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
849
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
850
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
851
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
852
+
853
+ ====
854
+
855
+ Copyright and related rights for sample code are waived via CC0. Sample
856
+ code is defined as all source code displayed within the prose of the
857
+ documentation.
858
+
859
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
860
+
861
+ ====
862
+
863
+ Files located in the node_modules and vendor directories are externally
864
+ maintained libraries used by this software which have their own
865
+ licenses; we recommend you read them, as their terms may differ from the
866
+ terms above.
867
+
868
+
869
+ moment
870
+ MIT
871
+ Copyright (c) JS Foundation and other contributors
872
+
873
+ Permission is hereby granted, free of charge, to any person
874
+ obtaining a copy of this software and associated documentation
875
+ files (the "Software"), to deal in the Software without
876
+ restriction, including without limitation the rights to use,
877
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
878
+ copies of the Software, and to permit persons to whom the
879
+ Software is furnished to do so, subject to the following
880
+ conditions:
881
+
882
+ The above copyright notice and this permission notice shall be
883
+ included in all copies or substantial portions of the Software.
884
+
885
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
886
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
887
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
888
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
889
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
890
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
891
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
892
+ OTHER DEALINGS IN THE SOFTWARE.
893
+
894
+
895
+ ms
896
+ MIT
897
+ The MIT License (MIT)
898
+
899
+ Copyright (c) 2016 Zeit, Inc.
900
+
901
+ Permission is hereby granted, free of charge, to any person obtaining a copy
902
+ of this software and associated documentation files (the "Software"), to deal
903
+ in the Software without restriction, including without limitation the rights
904
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
905
+ copies of the Software, and to permit persons to whom the Software is
906
+ furnished to do so, subject to the following conditions:
907
+
908
+ The above copyright notice and this permission notice shall be included in all
909
+ copies or substantial portions of the Software.
910
+
911
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
912
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
913
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
914
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
915
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
916
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
917
+ SOFTWARE.
918
+
919
+
920
+ ng2-charts
921
+ ISC
922
+
923
+ ngraph.events
924
+ BSD-3-Clause
925
+ Copyright (c) 2013-2022 Andrei Kashcha
926
+ All rights reserved.
927
+
928
+ Redistribution and use in source and binary forms, with or without modification,
929
+ are permitted provided that the following conditions are met:
930
+
931
+ Redistributions of source code must retain the above copyright notice, this
932
+ list of conditions and the following disclaimer.
933
+
934
+ Redistributions in binary form must reproduce the above copyright notice, this
935
+ list of conditions and the following disclaimer in the documentation and/or
936
+ other materials provided with the distribution.
937
+
938
+ Neither the name of the Andrei Kashcha nor the names of its
939
+ contributors may be used to endorse or promote products derived from
940
+ this software without specific prior written permission.
941
+
942
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
943
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
944
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
945
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
946
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
947
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
948
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
949
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
950
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
951
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
952
+
953
+
954
+ ngx-color-picker
955
+ MIT
956
+
957
+ ngx-toastr
958
+ MIT
959
+ The MIT License (MIT)
960
+
961
+ Copyright (c) Scott Cooper <scttcper@gmail.com>
962
+
963
+ Permission is hereby granted, free of charge, to any person obtaining a copy
964
+ of this software and associated documentation files (the "Software"), to deal
965
+ in the Software without restriction, including without limitation the rights
966
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
967
+ copies of the Software, and to permit persons to whom the Software is
968
+ furnished to do so, subject to the following conditions:
969
+
970
+ The above copyright notice and this permission notice shall be included in all
971
+ copies or substantial portions of the Software.
972
+
973
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
974
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
975
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
976
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
977
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
978
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
979
+ SOFTWARE.
980
+
981
+
982
+ panzoom
983
+ MIT
984
+ The MIT License (MIT)
985
+
986
+ Copyright (c) 2016 - 2022 Andrei Kashcha
987
+
988
+ Permission is hereby granted, free of charge, to any person obtaining a copy
989
+ of this software and associated documentation files (the "Software"), to deal
990
+ in the Software without restriction, including without limitation the rights
991
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
992
+ copies of the Software, and to permit persons to whom the Software is
993
+ furnished to do so, subject to the following conditions:
994
+
995
+ The above copyright notice and this permission notice shall be included in all
996
+ copies or substantial portions of the Software.
997
+
998
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
999
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1000
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1001
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1002
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1003
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1004
+ SOFTWARE.
1005
+
1006
+
1007
+ parseqs
1008
+ MIT
1009
+ The MIT License (MIT)
1010
+
1011
+ Copyright (c) 2015 Gal Koren
1012
+
1013
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1014
+ of this software and associated documentation files (the "Software"), to deal
1015
+ in the Software without restriction, including without limitation the rights
1016
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1017
+ copies of the Software, and to permit persons to whom the Software is
1018
+ furnished to do so, subject to the following conditions:
1019
+
1020
+ The above copyright notice and this permission notice shall be included in
1021
+ all copies or substantial portions of the Software.
1022
+
1023
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1024
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1025
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1026
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1027
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1028
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1029
+ THE SOFTWARE.
1030
+
1031
+
1032
+ parseuri
1033
+ MIT
1034
+ The MIT License (MIT)
1035
+
1036
+ Copyright (c) 2014 Gal Koren
1037
+
1038
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1039
+ of this software and associated documentation files (the "Software"), to deal
1040
+ in the Software without restriction, including without limitation the rights
1041
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1042
+ copies of the Software, and to permit persons to whom the Software is
1043
+ furnished to do so, subject to the following conditions:
1044
+
1045
+ The above copyright notice and this permission notice shall be included in
1046
+ all copies or substantial portions of the Software.
1047
+
1048
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1049
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1050
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1051
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1052
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1053
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1054
+ THE SOFTWARE.
1055
+
1056
+
1057
+ pdfmake
1058
+ MIT
1059
+ The MIT License (MIT)
1060
+
1061
+ Copyright (c) 2014-2015 bpampuch
1062
+ 2016-2022 liborm85
1063
+
1064
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1065
+ this software and associated documentation files (the "Software"), to deal in
1066
+ the Software without restriction, including without limitation the rights to
1067
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1068
+ the Software, and to permit persons to whom the Software is furnished to do so,
1069
+ subject to the following conditions:
1070
+
1071
+ The above copyright notice and this permission notice shall be included in all
1072
+ copies or substantial portions of the Software.
1073
+
1074
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1075
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1076
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1077
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1078
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1079
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1080
+
1081
+
1082
+ rxjs
1083
+ Apache-2.0
1084
+ Apache License
1085
+ Version 2.0, January 2004
1086
+ http://www.apache.org/licenses/
1087
+
1088
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1089
+
1090
+ 1. Definitions.
1091
+
1092
+ "License" shall mean the terms and conditions for use, reproduction,
1093
+ and distribution as defined by Sections 1 through 9 of this document.
1094
+
1095
+ "Licensor" shall mean the copyright owner or entity authorized by
1096
+ the copyright owner that is granting the License.
1097
+
1098
+ "Legal Entity" shall mean the union of the acting entity and all
1099
+ other entities that control, are controlled by, or are under common
1100
+ control with that entity. For the purposes of this definition,
1101
+ "control" means (i) the power, direct or indirect, to cause the
1102
+ direction or management of such entity, whether by contract or
1103
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1104
+ outstanding shares, or (iii) beneficial ownership of such entity.
1105
+
1106
+ "You" (or "Your") shall mean an individual or Legal Entity
1107
+ exercising permissions granted by this License.
1108
+
1109
+ "Source" form shall mean the preferred form for making modifications,
1110
+ including but not limited to software source code, documentation
1111
+ source, and configuration files.
1112
+
1113
+ "Object" form shall mean any form resulting from mechanical
1114
+ transformation or translation of a Source form, including but
1115
+ not limited to compiled object code, generated documentation,
1116
+ and conversions to other media types.
1117
+
1118
+ "Work" shall mean the work of authorship, whether in Source or
1119
+ Object form, made available under the License, as indicated by a
1120
+ copyright notice that is included in or attached to the work
1121
+ (an example is provided in the Appendix below).
1122
+
1123
+ "Derivative Works" shall mean any work, whether in Source or Object
1124
+ form, that is based on (or derived from) the Work and for which the
1125
+ editorial revisions, annotations, elaborations, or other modifications
1126
+ represent, as a whole, an original work of authorship. For the purposes
1127
+ of this License, Derivative Works shall not include works that remain
1128
+ separable from, or merely link (or bind by name) to the interfaces of,
1129
+ the Work and Derivative Works thereof.
1130
+
1131
+ "Contribution" shall mean any work of authorship, including
1132
+ the original version of the Work and any modifications or additions
1133
+ to that Work or Derivative Works thereof, that is intentionally
1134
+ submitted to Licensor for inclusion in the Work by the copyright owner
1135
+ or by an individual or Legal Entity authorized to submit on behalf of
1136
+ the copyright owner. For the purposes of this definition, "submitted"
1137
+ means any form of electronic, verbal, or written communication sent
1138
+ to the Licensor or its representatives, including but not limited to
1139
+ communication on electronic mailing lists, source code control systems,
1140
+ and issue tracking systems that are managed by, or on behalf of, the
1141
+ Licensor for the purpose of discussing and improving the Work, but
1142
+ excluding communication that is conspicuously marked or otherwise
1143
+ designated in writing by the copyright owner as "Not a Contribution."
1144
+
1145
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1146
+ on behalf of whom a Contribution has been received by Licensor and
1147
+ subsequently incorporated within the Work.
1148
+
1149
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1150
+ this License, each Contributor hereby grants to You a perpetual,
1151
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1152
+ copyright license to reproduce, prepare Derivative Works of,
1153
+ publicly display, publicly perform, sublicense, and distribute the
1154
+ Work and such Derivative Works in Source or Object form.
1155
+
1156
+ 3. Grant of Patent License. Subject to the terms and conditions of
1157
+ this License, each Contributor hereby grants to You a perpetual,
1158
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1159
+ (except as stated in this section) patent license to make, have made,
1160
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1161
+ where such license applies only to those patent claims licensable
1162
+ by such Contributor that are necessarily infringed by their
1163
+ Contribution(s) alone or by combination of their Contribution(s)
1164
+ with the Work to which such Contribution(s) was submitted. If You
1165
+ institute patent litigation against any entity (including a
1166
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1167
+ or a Contribution incorporated within the Work constitutes direct
1168
+ or contributory patent infringement, then any patent licenses
1169
+ granted to You under this License for that Work shall terminate
1170
+ as of the date such litigation is filed.
1171
+
1172
+ 4. Redistribution. You may reproduce and distribute copies of the
1173
+ Work or Derivative Works thereof in any medium, with or without
1174
+ modifications, and in Source or Object form, provided that You
1175
+ meet the following conditions:
1176
+
1177
+ (a) You must give any other recipients of the Work or
1178
+ Derivative Works a copy of this License; and
1179
+
1180
+ (b) You must cause any modified files to carry prominent notices
1181
+ stating that You changed the files; and
1182
+
1183
+ (c) You must retain, in the Source form of any Derivative Works
1184
+ that You distribute, all copyright, patent, trademark, and
1185
+ attribution notices from the Source form of the Work,
1186
+ excluding those notices that do not pertain to any part of
1187
+ the Derivative Works; and
1188
+
1189
+ (d) If the Work includes a "NOTICE" text file as part of its
1190
+ distribution, then any Derivative Works that You distribute must
1191
+ include a readable copy of the attribution notices contained
1192
+ within such NOTICE file, excluding those notices that do not
1193
+ pertain to any part of the Derivative Works, in at least one
1194
+ of the following places: within a NOTICE text file distributed
1195
+ as part of the Derivative Works; within the Source form or
1196
+ documentation, if provided along with the Derivative Works; or,
1197
+ within a display generated by the Derivative Works, if and
1198
+ wherever such third-party notices normally appear. The contents
1199
+ of the NOTICE file are for informational purposes only and
1200
+ do not modify the License. You may add Your own attribution
1201
+ notices within Derivative Works that You distribute, alongside
1202
+ or as an addendum to the NOTICE text from the Work, provided
1203
+ that such additional attribution notices cannot be construed
1204
+ as modifying the License.
1205
+
1206
+ You may add Your own copyright statement to Your modifications and
1207
+ may provide additional or different license terms and conditions
1208
+ for use, reproduction, or distribution of Your modifications, or
1209
+ for any such Derivative Works as a whole, provided Your use,
1210
+ reproduction, and distribution of the Work otherwise complies with
1211
+ the conditions stated in this License.
1212
+
1213
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1214
+ any Contribution intentionally submitted for inclusion in the Work
1215
+ by You to the Licensor shall be under the terms and conditions of
1216
+ this License, without any additional terms or conditions.
1217
+ Notwithstanding the above, nothing herein shall supersede or modify
1218
+ the terms of any separate license agreement you may have executed
1219
+ with Licensor regarding such Contributions.
1220
+
1221
+ 6. Trademarks. This License does not grant permission to use the trade
1222
+ names, trademarks, service marks, or product names of the Licensor,
1223
+ except as required for reasonable and customary use in describing the
1224
+ origin of the Work and reproducing the content of the NOTICE file.
1225
+
1226
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1227
+ agreed to in writing, Licensor provides the Work (and each
1228
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1229
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1230
+ implied, including, without limitation, any warranties or conditions
1231
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1232
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1233
+ appropriateness of using or redistributing the Work and assume any
1234
+ risks associated with Your exercise of permissions under this License.
1235
+
1236
+ 8. Limitation of Liability. In no event and under no legal theory,
1237
+ whether in tort (including negligence), contract, or otherwise,
1238
+ unless required by applicable law (such as deliberate and grossly
1239
+ negligent acts) or agreed to in writing, shall any Contributor be
1240
+ liable to You for damages, including any direct, indirect, special,
1241
+ incidental, or consequential damages of any character arising as a
1242
+ result of this License or out of the use or inability to use the
1243
+ Work (including but not limited to damages for loss of goodwill,
1244
+ work stoppage, computer failure or malfunction, or any and all
1245
+ other commercial damages or losses), even if such Contributor
1246
+ has been advised of the possibility of such damages.
1247
+
1248
+ 9. Accepting Warranty or Additional Liability. While redistributing
1249
+ the Work or Derivative Works thereof, You may choose to offer,
1250
+ and charge a fee for, acceptance of support, warranty, indemnity,
1251
+ or other liability obligations and/or rights consistent with this
1252
+ License. However, in accepting such obligations, You may act only
1253
+ on Your own behalf and on Your sole responsibility, not on behalf
1254
+ of any other Contributor, and only if You agree to indemnify,
1255
+ defend, and hold each Contributor harmless for any liability
1256
+ incurred by, or claims asserted against, such Contributor by reason
1257
+ of your accepting any such warranty or additional liability.
1258
+
1259
+ END OF TERMS AND CONDITIONS
1260
+
1261
+ APPENDIX: How to apply the Apache License to your work.
1262
+
1263
+ To apply the Apache License to your work, attach the following
1264
+ boilerplate notice, with the fields enclosed by brackets "[]"
1265
+ replaced with your own identifying information. (Don't include
1266
+ the brackets!) The text should be enclosed in the appropriate
1267
+ comment syntax for the file format. We also recommend that a
1268
+ file or class name and description of purpose be included on the
1269
+ same "printed page" as the copyright notice for easier
1270
+ identification within third-party archives.
1271
+
1272
+ Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
1273
+
1274
+ Licensed under the Apache License, Version 2.0 (the "License");
1275
+ you may not use this file except in compliance with the License.
1276
+ You may obtain a copy of the License at
1277
+
1278
+ http://www.apache.org/licenses/LICENSE-2.0
1279
+
1280
+ Unless required by applicable law or agreed to in writing, software
1281
+ distributed under the License is distributed on an "AS IS" BASIS,
1282
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1283
+ See the License for the specific language governing permissions and
1284
+ limitations under the License.
1285
+
1286
+
1287
+
1288
+ socket.io-client
1289
+ MIT
1290
+ The MIT License (MIT)
1291
+
1292
+ Copyright (c) 2014 Guillermo Rauch
1293
+
1294
+
1295
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1296
+ of this software and associated documentation files (the "Software"), to deal
1297
+ in the Software without restriction, including without limitation the rights
1298
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1299
+ copies of the Software, and to permit persons to whom the Software is
1300
+ furnished to do so, subject to the following conditions:
1301
+
1302
+ The above copyright notice and this permission notice shall be included in
1303
+ all copies or substantial portions of the Software.
1304
+
1305
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1306
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1307
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1308
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1309
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1310
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1311
+ THE SOFTWARE.
1312
+
1313
+ socket.io-parser
1314
+ MIT
1315
+ (The MIT License)
1316
+
1317
+ Copyright (c) 2014 Guillermo Rauch <guillermo@learnboost.com>
1318
+
1319
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1320
+ this software and associated documentation files (the 'Software'), to deal in
1321
+ the Software without restriction, including without limitation the rights to
1322
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1323
+ the Software, and to permit persons to whom the Software is furnished to do so,
1324
+ subject to the following conditions:
1325
+
1326
+ The above copyright notice and this permission notice shall be included in all
1327
+ copies or substantial portions of the Software.
1328
+
1329
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1330
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1331
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1332
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1333
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1334
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1335
+
1336
+
1337
+ to-array
1338
+ MIT
1339
+ Copyright (c) 2012 Raynos.
1340
+
1341
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1342
+ of this software and associated documentation files (the "Software"), to deal
1343
+ in the Software without restriction, including without limitation the rights
1344
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1345
+ copies of the Software, and to permit persons to whom the Software is
1346
+ furnished to do so, subject to the following conditions:
1347
+
1348
+ The above copyright notice and this permission notice shall be included in
1349
+ all copies or substantial portions of the Software.
1350
+
1351
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1352
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1353
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1354
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1355
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1356
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1357
+ THE SOFTWARE.
1358
+
1359
+ tslib
1360
+ 0BSD
1361
+ Copyright (c) Microsoft Corporation.
1362
+
1363
+ Permission to use, copy, modify, and/or distribute this software for any
1364
+ purpose with or without fee is hereby granted.
1365
+
1366
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1367
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1368
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1369
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1370
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1371
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1372
+ PERFORMANCE OF THIS SOFTWARE.
1373
+
1374
+ uplot
1375
+ MIT
1376
+ The MIT License (MIT)
1377
+
1378
+ Copyright (c) 2021 Leon Sorokin
1379
+
1380
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1381
+ of this software and associated documentation files (the "Software"), to deal
1382
+ in the Software without restriction, including without limitation the rights
1383
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1384
+ copies of the Software, and to permit persons to whom the Software is
1385
+ furnished to do so, subject to the following conditions:
1386
+
1387
+ The above copyright notice and this permission notice shall be included in
1388
+ all copies or substantial portions of the Software.
1389
+
1390
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1391
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1392
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1393
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1394
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1395
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1396
+ THE SOFTWARE.
1397
+
1398
+ wheel
1399
+ MIT
1400
+ The MIT License (MIT)
1401
+
1402
+ Copyright (c) 2014 Andrei Kashcha
1403
+
1404
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1405
+ of this software and associated documentation files (the "Software"), to deal
1406
+ in the Software without restriction, including without limitation the rights
1407
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1408
+ copies of the Software, and to permit persons to whom the Software is
1409
+ furnished to do so, subject to the following conditions:
1410
+
1411
+ The above copyright notice and this permission notice shall be included in all
1412
+ copies or substantial portions of the Software.
1413
+
1414
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1415
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1416
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1417
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1418
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1419
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1420
+ SOFTWARE.
1421
+
1422
+
1423
+ xgplayer
1424
+ MIT
1425
+
1426
+ xgplayer-flv.js
1427
+ MIT
1428
+
1429
+ yeast
1430
+ MIT
1431
+ The MIT License (MIT)
1432
+
1433
+ Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
1434
+
1435
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1436
+ of this software and associated documentation files (the "Software"), to deal
1437
+ in the Software without restriction, including without limitation the rights
1438
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1439
+ copies of the Software, and to permit persons to whom the Software is
1440
+ furnished to do so, subject to the following conditions:
1441
+
1442
+ The above copyright notice and this permission notice shall be included in all
1443
+ copies or substantial portions of the Software.
1444
+
1445
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1446
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1447
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1448
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1449
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1450
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1451
+ SOFTWARE.
1452
+
1453
+
1454
+
1455
+ zone.js
1456
+ MIT
1457
+ The MIT License
1458
+
1459
+ Copyright (c) 2010-2022 Google LLC. https://angular.io/license
1460
+
1461
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1462
+ of this software and associated documentation files (the "Software"), to deal
1463
+ in the Software without restriction, including without limitation the rights
1464
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1465
+ copies of the Software, and to permit persons to whom the Software is
1466
+ furnished to do so, subject to the following conditions:
1467
+
1468
+ The above copyright notice and this permission notice shall be included in
1469
+ all copies or substantial portions of the Software.
1470
+
1471
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1472
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1473
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1474
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1475
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1476
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1477
+ THE SOFTWARE.