homebridge-config-ui-x 5.0.0-beta.99 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (205) hide show
  1. package/CHANGELOG.md +122 -5
  2. package/config.schema.json +1 -1
  3. package/dist/core/auth/auth.controller.d.ts +4 -0
  4. package/dist/core/config/config.service.d.ts +8 -0
  5. package/dist/core/config/config.service.js +2 -0
  6. package/dist/core/config/config.service.js.map +1 -1
  7. package/dist/main.js +1 -0
  8. package/dist/main.js.map +1 -1
  9. package/dist/modules/backup/backup.controller.d.ts +1 -0
  10. package/dist/modules/backup/backup.controller.js +11 -0
  11. package/dist/modules/backup/backup.controller.js.map +1 -1
  12. package/dist/modules/backup/backup.service.d.ts +1 -0
  13. package/dist/modules/backup/backup.service.js +19 -5
  14. package/dist/modules/backup/backup.service.js.map +1 -1
  15. package/dist/modules/config-editor/config-editor.service.js +2 -1
  16. package/dist/modules/config-editor/config-editor.service.js.map +1 -1
  17. package/dist/modules/platform-tools/docker/docker.service.js +8 -2
  18. package/dist/modules/platform-tools/docker/docker.service.js.map +1 -1
  19. package/dist/modules/plugins/plugins.controller.d.ts +2 -0
  20. package/dist/modules/plugins/plugins.controller.js +1 -1
  21. package/dist/modules/plugins/plugins.controller.js.map +1 -1
  22. package/dist/modules/plugins/plugins.service.d.ts +3 -0
  23. package/dist/modules/plugins/plugins.service.js +81 -47
  24. package/dist/modules/plugins/plugins.service.js.map +1 -1
  25. package/dist/modules/server/server.controller.d.ts +5 -0
  26. package/dist/modules/server/server.controller.js +25 -0
  27. package/dist/modules/server/server.controller.js.map +1 -1
  28. package/dist/modules/server/server.service.d.ts +9 -1
  29. package/dist/modules/server/server.service.js +97 -21
  30. package/dist/modules/server/server.service.js.map +1 -1
  31. package/dist/modules/status/status.gateway.d.ts +6 -0
  32. package/dist/modules/status/status.gateway.js +14 -0
  33. package/dist/modules/status/status.gateway.js.map +1 -1
  34. package/dist/modules/status/status.service.d.ts +26 -0
  35. package/dist/modules/status/status.service.js +112 -0
  36. package/dist/modules/status/status.service.js.map +1 -1
  37. package/package.json +11 -11
  38. package/public/3rdpartylicenses.txt +214 -187
  39. package/public/assets/hap-icons/{airpurifier.svg → air-purifier.svg} +11 -11
  40. package/public/assets/hap-icons/doorbell.svg +17 -0
  41. package/public/assets/hap-icons/filter-maintenance.svg +26 -0
  42. package/public/assets/hap-icons/microphone.svg +22 -0
  43. package/public/assets/hap-icons/security-system-active.svg +103 -0
  44. package/public/assets/hap-icons/{smokesensor.svg → smoke-sensor.svg} +15 -2
  45. package/public/assets/hap-icons/speaker.svg +27 -12
  46. package/public/assets/hap-icons/vacuum-off.svg +34 -0
  47. package/public/assets/hap-icons/vacuum-on.svg +73 -0
  48. package/public/chunk-2RH7XRJB.js +1 -0
  49. package/public/chunk-2V6GVJIK.js +1 -0
  50. package/public/chunk-3UCLNJIE.js +1 -0
  51. package/public/chunk-4J2HTHMW.js +1 -0
  52. package/public/chunk-4NQG4OIB.js +1 -0
  53. package/public/chunk-52HWZQJT.js +1 -0
  54. package/public/chunk-56R3JRVX.js +1 -0
  55. package/public/chunk-65A2CLMB.js +1 -0
  56. package/public/chunk-6LPAR6QB.js +1 -0
  57. package/public/chunk-6VMMFEEB.js +1 -0
  58. package/public/chunk-7RQP64IZ.js +12 -0
  59. package/public/{chunk-GMY5QOXR.js → chunk-BG5MCCBU.js} +6 -6
  60. package/public/chunk-C3HWKB2Q.js +5 -0
  61. package/public/{chunk-YJXHSHNO.js → chunk-CEVLFYVV.js} +1 -1
  62. package/public/chunk-CHYWVK3W.js +1 -0
  63. package/public/chunk-CR7NFTHI.js +4 -0
  64. package/public/{chunk-BRW7C4BZ.js → chunk-CXP6VKNZ.js} +1 -1
  65. package/public/chunk-CY3O5ACI.js +1 -0
  66. package/public/chunk-D5MSFLIQ.js +1 -0
  67. package/public/chunk-DVQU3KHF.js +1 -0
  68. package/public/chunk-EGPBTPS6.js +1 -0
  69. package/public/chunk-EI76KND2.js +2 -0
  70. package/public/chunk-EP7NNPU2.js +1 -0
  71. package/public/chunk-ESCMWFTR.js +1 -0
  72. package/public/chunk-FDBWBMB3.js +1 -0
  73. package/public/chunk-FO44GZVZ.js +5 -0
  74. package/public/chunk-FWNSHSUQ.js +1 -0
  75. package/public/chunk-G4DWZG7U.js +1 -0
  76. package/public/{chunk-2G7GNBIF.js → chunk-GEIS2BWE.js} +1 -1
  77. package/public/chunk-GPZM245P.js +1 -0
  78. package/public/chunk-H2VHR6F4.js +1 -0
  79. package/public/chunk-H5PKL3FP.js +2 -0
  80. package/public/chunk-HFVA7EOG.js +23 -0
  81. package/public/chunk-HU7QTSUZ.js +1 -0
  82. package/public/{chunk-IOWBVW62.js → chunk-HUAADM2I.js} +1 -1
  83. package/public/{chunk-WAA5KWIN.js → chunk-J7Q5BUJW.js} +1 -1
  84. package/public/chunk-KDVPFRHN.js +1 -0
  85. package/public/chunk-KOHQYRVP.js +20 -0
  86. package/public/chunk-MWGI7ZLY.js +28 -0
  87. package/public/chunk-NEZ6TZYE.js +1 -0
  88. package/public/chunk-OLDRUBZS.js +1 -0
  89. package/public/chunk-OYH4UIAH.js +1 -0
  90. package/public/chunk-Q4CZ7LVK.js +2 -0
  91. package/public/{chunk-RNHMRKPJ.js → chunk-QIOCGI3G.js} +5 -5
  92. package/public/chunk-QTTC6A7P.js +1 -0
  93. package/public/chunk-QUD3RGWL.js +1 -0
  94. package/public/{chunk-QMB5XE4Y.js → chunk-R3563DDE.js} +1 -1
  95. package/public/{chunk-B3LZRDAG.js → chunk-S42WFQ2L.js} +1 -1
  96. package/public/{chunk-UVOJ3BF7.js → chunk-THGDS273.js} +1 -1
  97. package/public/chunk-TSAWRS7P.js +8 -0
  98. package/public/chunk-U4GBERFR.js +1 -0
  99. package/public/chunk-UB4DU2JC.js +1 -0
  100. package/public/chunk-UJNEXGXC.js +1 -0
  101. package/public/chunk-ULJPS3WS.js +7 -0
  102. package/public/{chunk-XHI7IAUN.js → chunk-W4PQWIYG.js} +1 -1
  103. package/public/chunk-W542IB6H.js +1 -0
  104. package/public/{chunk-UTAVUGTT.js → chunk-WDFAWIMZ.js} +7 -7
  105. package/public/chunk-WF776GWR.js +1 -0
  106. package/public/chunk-WFYBML4S.js +1 -0
  107. package/public/chunk-XFFCMC6L.js +4 -0
  108. package/public/chunk-XIYHNDRN.js +1 -0
  109. package/public/chunk-YJ2Q2RAD.js +1 -0
  110. package/public/chunk-YYDFCQK6.js +3 -0
  111. package/public/chunk-YZN5MPV3.js +1 -0
  112. package/public/chunk-ZR6LFO7Q.js +1 -0
  113. package/public/index.html +2 -2
  114. package/public/main-I6NBG3JJ.js +1 -0
  115. package/public/{styles-PKR3EGHP.css → styles-ZKWHTEN5.css} +1 -1
  116. package/scripts/upgrade-install-plugin.sh +6 -1
  117. package/public/chunk-2CDSAOHD.js +0 -1
  118. package/public/chunk-2OUR67N4.js +0 -1
  119. package/public/chunk-3CYHPVRJ.js +0 -1
  120. package/public/chunk-3DF7CHZW.js +0 -1
  121. package/public/chunk-5F327T7H.js +0 -1
  122. package/public/chunk-6CNQKPV4.js +0 -1
  123. package/public/chunk-AF2VUIEE.js +0 -1
  124. package/public/chunk-ALG7CIS3.js +0 -5
  125. package/public/chunk-BGDBPFZN.js +0 -1
  126. package/public/chunk-BIRWL4X3.js +0 -1
  127. package/public/chunk-BMCQHGMB.js +0 -1
  128. package/public/chunk-BSGFKU4J.js +0 -4
  129. package/public/chunk-C6A3CFIK.js +0 -1
  130. package/public/chunk-C6LXQBT3.js +0 -1
  131. package/public/chunk-CG7LPZUJ.js +0 -1
  132. package/public/chunk-CLQDCNVA.js +0 -2
  133. package/public/chunk-CMO7ESK6.js +0 -8
  134. package/public/chunk-DDFZVHUO.js +0 -1
  135. package/public/chunk-DGIKPYZP.js +0 -8
  136. package/public/chunk-DNW5N3YO.js +0 -1
  137. package/public/chunk-EGELGD5H.js +0 -1
  138. package/public/chunk-EJBJOBK4.js +0 -1
  139. package/public/chunk-F4KGCHEZ.js +0 -1
  140. package/public/chunk-FATD52DV.js +0 -1
  141. package/public/chunk-FXS45ML3.js +0 -1
  142. package/public/chunk-G6KG4MKA.js +0 -1
  143. package/public/chunk-GTAHH5HN.js +0 -1
  144. package/public/chunk-HLTIIGIP.js +0 -1
  145. package/public/chunk-HLTWQSH5.js +0 -1
  146. package/public/chunk-IORHLUIJ.js +0 -1
  147. package/public/chunk-JADR4A63.js +0 -1
  148. package/public/chunk-KAUSPTCQ.js +0 -23
  149. package/public/chunk-KCQQTZKO.js +0 -5
  150. package/public/chunk-L3HD45SY.js +0 -6
  151. package/public/chunk-LDLWF7GI.js +0 -1
  152. package/public/chunk-LHL5TI6S.js +0 -1
  153. package/public/chunk-LX47K6J2.js +0 -1
  154. package/public/chunk-M2H64FFG.js +0 -1
  155. package/public/chunk-OAQSXFHE.js +0 -1
  156. package/public/chunk-ODU3K7H7.js +0 -1
  157. package/public/chunk-P3KVHPZJ.js +0 -1
  158. package/public/chunk-P64V4GHS.js +0 -29
  159. package/public/chunk-PI76B7WZ.js +0 -1
  160. package/public/chunk-PNSPASX3.js +0 -1
  161. package/public/chunk-PODF4FUD.js +0 -1
  162. package/public/chunk-PUIKXI6O.js +0 -1
  163. package/public/chunk-QIH36FRX.js +0 -1
  164. package/public/chunk-QMAGO5VD.js +0 -20
  165. package/public/chunk-R3VPSO5X.js +0 -7
  166. package/public/chunk-RFFIRBUY.js +0 -1
  167. package/public/chunk-RLGSRK2P.js +0 -1
  168. package/public/chunk-RN4NDBWE.js +0 -1
  169. package/public/chunk-U2HZ2JFO.js +0 -1
  170. package/public/chunk-VA5XNGEK.js +0 -1
  171. package/public/chunk-VHTQTL2S.js +0 -1
  172. package/public/chunk-VJEUBTTK.js +0 -1
  173. package/public/chunk-VLX322GM.js +0 -1
  174. package/public/chunk-VUYAK52W.js +0 -2
  175. package/public/chunk-X6PEPNG4.js +0 -1
  176. package/public/chunk-XP6B4WXR.js +0 -1
  177. package/public/chunk-XUH357B7.js +0 -1
  178. package/public/chunk-Y4QFUO3K.js +0 -1
  179. package/public/chunk-YZCEDH6X.js +0 -1
  180. package/public/chunk-YZWIZGAQ.js +0 -1
  181. package/public/chunk-ZF22CBM2.js +0 -1
  182. package/public/chunk-ZIBK7SYP.js +0 -1
  183. package/public/chunk-ZLCELPBH.js +0 -1
  184. package/public/chunk-ZMYR3JWC.js +0 -1
  185. package/public/main-AS7ULDAC.js +0 -1
  186. /package/public/assets/hap-icons/{airquality.svg → air-quality-sensor.svg} +0 -0
  187. /package/public/assets/hap-icons/{co2-sensor.svg → carbon-dioxide-sensor.svg} +0 -0
  188. /package/public/assets/hap-icons/{co-sensor.svg → carbon-monoxide-sensor.svg} +0 -0
  189. /package/public/assets/hap-icons/{contactsensor-closed.svg → contact-sensor-closed.svg} +0 -0
  190. /package/public/assets/hap-icons/{contactsensor-open.svg → contact-sensor-open.svg} +0 -0
  191. /package/public/assets/hap-icons/{garagedoor.svg → garage-door.svg} +0 -0
  192. /package/public/assets/hap-icons/{humidity.svg → humidity-sensor.svg} +0 -0
  193. /package/public/assets/hap-icons/{leaksensor.svg → leak-sensor.svg} +0 -0
  194. /package/public/assets/hap-icons/{lightbulb.svg → light-bulb.svg} +0 -0
  195. /package/public/assets/hap-icons/{light.svg → light-sensor.svg} +0 -0
  196. /package/public/assets/hap-icons/{motionsensor.svg → motion-sensor.svg} +0 -0
  197. /package/public/assets/hap-icons/{occupancysensor.svg → occupancy-sensor.svg} +0 -0
  198. /package/public/assets/hap-icons/{securitysystem-off.svg → security-system-off.svg} +0 -0
  199. /package/public/assets/hap-icons/{securitysystem-active.svg → security-system-triggered.svg} +0 -0
  200. /package/public/assets/hap-icons/{statelessprogrammableswitch.svg → stateless-programmable-switch.svg} +0 -0
  201. /package/public/assets/hap-icons/{valve-waterfaucet.svg → valve-faucet.svg} +0 -0
  202. /package/public/assets/hap-icons/{valve-showerhead.svg → valve-shower-head.svg} +0 -0
  203. /package/public/assets/hap-icons/{windowcovering-closed.svg → window-covering-closed.svg} +0 -0
  204. /package/public/assets/hap-icons/{windowcovering-open.svg → window-covering-open.svg} +0 -0
  205. /package/public/{polyfills-GCAZ7JAV.js → polyfills-WE4HA5DL.js} +0 -0
@@ -233,6 +233,84 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
233
233
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
234
234
  SOFTWARE.
235
235
 
236
+ --------------------------------------------------------------------------------
237
+ Package: ng-inline-svg-2
238
+ License: "MIT"
239
+
240
+ The MIT License (MIT)
241
+
242
+ Copyright (c) 2016 Eugene Cheung
243
+
244
+ Permission is hereby granted, free of charge, to any person obtaining a copy
245
+ of this software and associated documentation files (the "Software"), to deal
246
+ in the Software without restriction, including without limitation the rights
247
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
248
+ copies of the Software, and to permit persons to whom the Software is
249
+ furnished to do so, subject to the following conditions:
250
+
251
+ The above copyright notice and this permission notice shall be included in
252
+ all copies or substantial portions of the Software.
253
+
254
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
255
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
256
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
257
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
258
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
259
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
260
+ THE SOFTWARE.
261
+
262
+ --------------------------------------------------------------------------------
263
+ Package: nouislider
264
+ License: "MIT"
265
+
266
+ MIT License
267
+
268
+ Copyright (c) 2019 Léon Gersen
269
+
270
+ Permission is hereby granted, free of charge, to any person obtaining a copy
271
+ of this software and associated documentation files (the "Software"), to deal
272
+ in the Software without restriction, including without limitation the rights
273
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
274
+ copies of the Software, and to permit persons to whom the Software is
275
+ furnished to do so, subject to the following conditions:
276
+
277
+ The above copyright notice and this permission notice shall be included in all
278
+ copies or substantial portions of the Software.
279
+
280
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
281
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
282
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
283
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
284
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
285
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
286
+ SOFTWARE.
287
+
288
+ --------------------------------------------------------------------------------
289
+ Package: ng2-nouislider
290
+ License: "MIT"
291
+
292
+ MIT License
293
+
294
+ Copyright (c) 2017-2019 Tomasz Bak https://www.tomaszbak.com/
295
+
296
+ Permission is hereby granted, free of charge, to any person obtaining a copy
297
+ of this software and associated documentation files (the "Software"), to deal
298
+ in the Software without restriction, including without limitation the rights
299
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
300
+ copies of the Software, and to permit persons to whom the Software is
301
+ furnished to do so, subject to the following conditions:
302
+
303
+ The above copyright notice and this permission notice shall be included in all
304
+ copies or substantial portions of the Software.
305
+
306
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
307
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
308
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
309
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
310
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
311
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
312
+ SOFTWARE.
313
+
236
314
  --------------------------------------------------------------------------------
237
315
  Package: @kurkle/color
238
316
  License: "MIT"
@@ -384,64 +462,13 @@ License: "MIT"
384
462
 
385
463
 
386
464
  --------------------------------------------------------------------------------
387
- Package: ng-inline-svg-2
388
- License: "MIT"
389
-
390
- The MIT License (MIT)
391
-
392
- Copyright (c) 2016 Eugene Cheung
393
-
394
- Permission is hereby granted, free of charge, to any person obtaining a copy
395
- of this software and associated documentation files (the "Software"), to deal
396
- in the Software without restriction, including without limitation the rights
397
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
398
- copies of the Software, and to permit persons to whom the Software is
399
- furnished to do so, subject to the following conditions:
400
-
401
- The above copyright notice and this permission notice shall be included in
402
- all copies or substantial portions of the Software.
403
-
404
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
405
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
406
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
407
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
408
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
409
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
410
- THE SOFTWARE.
411
-
412
- --------------------------------------------------------------------------------
413
- Package: nouislider
414
- License: "MIT"
415
-
416
- MIT License
417
-
418
- Copyright (c) 2019 Léon Gersen
419
-
420
- Permission is hereby granted, free of charge, to any person obtaining a copy
421
- of this software and associated documentation files (the "Software"), to deal
422
- in the Software without restriction, including without limitation the rights
423
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
424
- copies of the Software, and to permit persons to whom the Software is
425
- furnished to do so, subject to the following conditions:
426
-
427
- The above copyright notice and this permission notice shall be included in all
428
- copies or substantial portions of the Software.
429
-
430
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
431
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
432
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
433
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
434
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
435
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
436
- SOFTWARE.
437
-
438
- --------------------------------------------------------------------------------
439
- Package: ng2-nouislider
465
+ Package: @homebridge/hap-client
440
466
  License: "MIT"
441
467
 
442
468
  MIT License
443
469
 
444
- Copyright (c) 2017-2019 Tomasz Bak https://www.tomaszbak.com/
470
+ Copyright (c) 2023-2025 Homebridge
471
+ Copyright (c) 2020-2023 oznu <dev@oz.nu>
445
472
 
446
473
  Permission is hereby granted, free of charge, to any person obtaining a copy
447
474
  of this software and associated documentation files (the "Software"), to deal
@@ -600,32 +627,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
600
627
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
601
628
  SOFTWARE.
602
629
 
603
- --------------------------------------------------------------------------------
604
- Package: emoji-js
605
- License: "MIT"
606
-
607
- The MIT License (MIT)
608
-
609
- Copyright (c) 2015 Cal Henderson
610
-
611
- Permission is hereby granted, free of charge, to any person obtaining a copy
612
- of this software and associated documentation files (the "Software"), to deal
613
- in the Software without restriction, including without limitation the rights
614
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
615
- copies of the Software, and to permit persons to whom the Software is
616
- furnished to do so, subject to the following conditions:
617
-
618
- The above copyright notice and this permission notice shall be included in all
619
- copies or substantial portions of the Software.
620
-
621
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
622
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
623
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
624
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
625
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
626
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
627
- SOFTWARE.
628
-
629
630
  --------------------------------------------------------------------------------
630
631
  Package: @ng-formworks/core
631
632
  License: "MIT"
@@ -783,12 +784,12 @@ License: "MIT"
783
784
 
784
785
 
785
786
  --------------------------------------------------------------------------------
786
- Package: prismjs
787
+ Package: mobile-detect
787
788
  License: "MIT"
788
789
 
789
- MIT LICENSE
790
+ The MIT License (MIT)
790
791
 
791
- Copyright (c) 2012 Lea Verou
792
+ Copyright (c) 2013 Heinrich Goebl
792
793
 
793
794
  Permission is hereby granted, free of charge, to any person obtaining a copy
794
795
  of this software and associated documentation files (the "Software"), to deal
@@ -807,28 +808,29 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
807
808
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
808
809
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
809
810
  THE SOFTWARE.
810
-
811
811
  --------------------------------------------------------------------------------
812
- Package: he
812
+ Package: file-saver
813
813
  License: "MIT"
814
814
 
815
+ The MIT License
815
816
 
816
- --------------------------------------------------------------------------------
817
- Package: marked
818
- License: "MIT"
817
+ Copyright © 2016 [Eli Grey][1].
819
818
 
820
- # License information
819
+ 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:
821
820
 
822
- ## Contribution License Agreement
821
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
823
822
 
824
- If you contribute code to this project, you are implicitly allowing your code
825
- to be distributed under the MIT license. You are also implicitly verifying that
826
- all code is your original work. `</legalese>`
823
+ 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.
827
824
 
828
- ## Marked
825
+ [1]: http://eligrey.com
829
826
 
830
- Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
831
- Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
827
+ --------------------------------------------------------------------------------
828
+ Package: xterm
829
+ License: "MIT"
830
+
831
+ Copyright (c) 2017-2019, The xterm.js authors (https://github.com/xtermjs/xterm.js)
832
+ Copyright (c) 2014-2016, SourceLair Private Company (https://www.sourcelair.com)
833
+ Copyright (c) 2012-2013, Christopher Jeffrey (https://github.com/chjj/)
832
834
 
833
835
  Permission is hereby granted, free of charge, to any person obtaining a copy
834
836
  of this software and associated documentation files (the "Software"), to deal
@@ -848,32 +850,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
848
850
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
849
851
  THE SOFTWARE.
850
852
 
851
- ## Markdown
852
-
853
- Copyright © 2004, John Gruber
854
- http://daringfireball.net/
855
- All rights reserved.
856
-
857
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
858
-
859
- * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
860
- * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
861
- * Neither the name “Markdown” nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
862
-
863
- This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
864
-
865
853
  --------------------------------------------------------------------------------
866
- Package: ngx-md
867
- License: "MIT"
868
-
869
-
870
- --------------------------------------------------------------------------------
871
- Package: mobile-detect
854
+ Package: xterm-addon-fit
872
855
  License: "MIT"
873
856
 
874
- The MIT License (MIT)
875
-
876
- Copyright (c) 2013 Heinrich Goebl
857
+ Copyright (c) 2019, The xterm.js authors (https://github.com/xtermjs/xterm.js)
877
858
 
878
859
  Permission is hereby granted, free of charge, to any person obtaining a copy
879
860
  of this software and associated documentation files (the "Software"), to deal
@@ -892,6 +873,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
892
873
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
893
874
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
894
875
  THE SOFTWARE.
876
+
895
877
  --------------------------------------------------------------------------------
896
878
  Package: xterm-addon-web-links
897
879
  License: "MIT"
@@ -917,28 +899,61 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
917
899
  THE SOFTWARE.
918
900
 
919
901
  --------------------------------------------------------------------------------
920
- Package: file-saver
902
+ Package: qrcode
921
903
  License: "MIT"
922
904
 
923
- The MIT License
924
905
 
925
- Copyright © 2016 [Eli Grey][1].
906
+ --------------------------------------------------------------------------------
907
+ Package: dijkstrajs
908
+ License: "MIT"
926
909
 
927
- 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:
910
+ ```
911
+ Dijkstra path-finding functions. Adapted from the Dijkstar Python project.
928
912
 
929
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
913
+ Copyright (C) 2008
914
+ Wyatt Baldwin <self@wyattbaldwin.com>
915
+ All rights reserved
930
916
 
931
- 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.
917
+ Licensed under the MIT license.
932
918
 
933
- [1]: http://eligrey.com
919
+ http://www.opensource.org/licenses/mit-license.php
920
+
921
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
922
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
923
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
924
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
925
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
926
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
927
+ THE SOFTWARE.
928
+ ```
934
929
 
935
930
  --------------------------------------------------------------------------------
936
- Package: xterm
931
+ Package: semver
932
+ License: "ISC"
933
+
934
+ The ISC License
935
+
936
+ Copyright (c) Isaac Z. Schlueter and Contributors
937
+
938
+ Permission to use, copy, modify, and/or distribute this software for any
939
+ purpose with or without fee is hereby granted, provided that the above
940
+ copyright notice and this permission notice appear in all copies.
941
+
942
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
943
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
944
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
945
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
946
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
947
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
948
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
949
+
950
+ --------------------------------------------------------------------------------
951
+ Package: emoji-js
937
952
  License: "MIT"
938
953
 
939
- Copyright (c) 2017-2019, The xterm.js authors (https://github.com/xtermjs/xterm.js)
940
- Copyright (c) 2014-2016, SourceLair Private Company (https://www.sourcelair.com)
941
- Copyright (c) 2012-2013, Christopher Jeffrey (https://github.com/chjj/)
954
+ The MIT License (MIT)
955
+
956
+ Copyright (c) 2015 Cal Henderson
942
957
 
943
958
  Permission is hereby granted, free of charge, to any person obtaining a copy
944
959
  of this software and associated documentation files (the "Software"), to deal
@@ -947,22 +962,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
947
962
  copies of the Software, and to permit persons to whom the Software is
948
963
  furnished to do so, subject to the following conditions:
949
964
 
950
- The above copyright notice and this permission notice shall be included in
951
- all copies or substantial portions of the Software.
965
+ The above copyright notice and this permission notice shall be included in all
966
+ copies or substantial portions of the Software.
952
967
 
953
968
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
954
969
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
955
970
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
956
971
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
957
972
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
958
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
959
- THE SOFTWARE.
973
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
974
+ SOFTWARE.
960
975
 
961
976
  --------------------------------------------------------------------------------
962
- Package: xterm-addon-fit
977
+ Package: prismjs
963
978
  License: "MIT"
964
979
 
965
- Copyright (c) 2019, The xterm.js authors (https://github.com/xtermjs/xterm.js)
980
+ MIT LICENSE
981
+
982
+ Copyright (c) 2012 Lea Verou
966
983
 
967
984
  Permission is hereby granted, free of charge, to any person obtaining a copy
968
985
  of this software and associated documentation files (the "Software"), to deal
@@ -983,24 +1000,36 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
983
1000
  THE SOFTWARE.
984
1001
 
985
1002
  --------------------------------------------------------------------------------
986
- Package: qrcode
1003
+ Package: he
987
1004
  License: "MIT"
988
1005
 
989
1006
 
990
1007
  --------------------------------------------------------------------------------
991
- Package: dijkstrajs
1008
+ Package: marked
992
1009
  License: "MIT"
993
1010
 
994
- ```
995
- Dijkstra path-finding functions. Adapted from the Dijkstar Python project.
1011
+ # License information
996
1012
 
997
- Copyright (C) 2008
998
- Wyatt Baldwin <self@wyattbaldwin.com>
999
- All rights reserved
1013
+ ## Contribution License Agreement
1000
1014
 
1001
- Licensed under the MIT license.
1015
+ If you contribute code to this project, you are implicitly allowing your code
1016
+ to be distributed under the MIT license. You are also implicitly verifying that
1017
+ all code is your original work. `</legalese>`
1002
1018
 
1003
- http://www.opensource.org/licenses/mit-license.php
1019
+ ## Marked
1020
+
1021
+ Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
1022
+ Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
1023
+
1024
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1025
+ of this software and associated documentation files (the "Software"), to deal
1026
+ in the Software without restriction, including without limitation the rights
1027
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1028
+ copies of the Software, and to permit persons to whom the Software is
1029
+ furnished to do so, subject to the following conditions:
1030
+
1031
+ The above copyright notice and this permission notice shall be included in
1032
+ all copies or substantial portions of the Software.
1004
1033
 
1005
1034
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1006
1035
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@@ -1009,27 +1038,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1009
1038
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1010
1039
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1011
1040
  THE SOFTWARE.
1012
- ```
1013
1041
 
1014
- --------------------------------------------------------------------------------
1015
- Package: semver
1016
- License: "ISC"
1042
+ ## Markdown
1017
1043
 
1018
- The ISC License
1044
+ Copyright © 2004, John Gruber
1045
+ http://daringfireball.net/
1046
+ All rights reserved.
1019
1047
 
1020
- Copyright (c) Isaac Z. Schlueter and Contributors
1048
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1021
1049
 
1022
- Permission to use, copy, modify, and/or distribute this software for any
1023
- purpose with or without fee is hereby granted, provided that the above
1024
- copyright notice and this permission notice appear in all copies.
1050
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1051
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1052
+ * Neither the name “Markdown” nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1053
+
1054
+ This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
1055
+
1056
+ --------------------------------------------------------------------------------
1057
+ Package: ngx-md
1058
+ License: "MIT"
1025
1059
 
1026
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1027
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1028
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1029
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1030
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1031
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1032
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1033
1060
 
1034
1061
  --------------------------------------------------------------------------------
1035
1062
  Package: @angular/core
@@ -1134,32 +1161,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1134
1161
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1135
1162
  THE SOFTWARE.
1136
1163
 
1137
- --------------------------------------------------------------------------------
1138
- Package: @angular/router
1139
- License: "MIT"
1140
-
1141
- The MIT License
1142
-
1143
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
1144
-
1145
- Permission is hereby granted, free of charge, to any person obtaining a copy
1146
- of this software and associated documentation files (the "Software"), to deal
1147
- in the Software without restriction, including without limitation the rights
1148
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1149
- copies of the Software, and to permit persons to whom the Software is
1150
- furnished to do so, subject to the following conditions:
1151
-
1152
- The above copyright notice and this permission notice shall be included in
1153
- all copies or substantial portions of the Software.
1154
-
1155
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1156
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1157
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1158
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1159
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1160
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1161
- THE SOFTWARE.
1162
-
1163
1164
  --------------------------------------------------------------------------------
1164
1165
  Package: engine.io-parser
1165
1166
  License: "MIT"
@@ -1318,6 +1319,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1318
1319
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1319
1320
  SOFTWARE.
1320
1321
 
1322
+ --------------------------------------------------------------------------------
1323
+ Package: @angular/router
1324
+ License: "MIT"
1325
+
1326
+ The MIT License
1327
+
1328
+ Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
1329
+
1330
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1331
+ of this software and associated documentation files (the "Software"), to deal
1332
+ in the Software without restriction, including without limitation the rights
1333
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1334
+ copies of the Software, and to permit persons to whom the Software is
1335
+ furnished to do so, subject to the following conditions:
1336
+
1337
+ The above copyright notice and this permission notice shall be included in
1338
+ all copies or substantial portions of the Software.
1339
+
1340
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1341
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1342
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1343
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1344
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1345
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1346
+ THE SOFTWARE.
1347
+
1321
1348
  --------------------------------------------------------------------------------
1322
1349
  Package: dayjs
1323
1350
  License: "MIT"
@@ -8,11 +8,11 @@
8
8
  xmlns:xlink="http://www.w3.org/1999/xlink"
9
9
  >
10
10
  <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
- <g id="airpurifier" transform="translate(7.000000, 5.000000)">
11
+ <g id="air-purifier" transform="translate(7.000000, 5.000000)">
12
12
  <path
13
13
  d="M-4.26325641e-14,6.22067087 C4.02953795,8.50225516 12.4315562,9.67933849 25.2060547,9.75192087 C32.8391014,9.79529045 51.5791554,2.41088415 63.7714844,0.357389618 C69.2464736,-0.564736121 76.8610569,0.297568567 86.6152344,2.94430368"
14
14
  id="Line"
15
- class="airpurifier_off_grey"
15
+ class="air-purifier_off_grey"
16
16
  stroke="#5BC8FA"
17
17
  stroke-width="10"
18
18
  stroke-linecap="square"
@@ -20,7 +20,7 @@
20
20
  <path
21
21
  d="M-4.26325641e-14,30.2206709 C4.02953795,32.5022552 12.4315562,33.6793385 25.2060547,33.7519209 C32.8391014,33.7952905 51.5791554,26.4108841 63.7714844,24.3573896 C69.2464736,23.4352639 76.8610569,24.2975686 86.6152344,26.9443037"
22
22
  id="Line"
23
- class="airpurifier_off_grey"
23
+ class="air-purifier_off_grey"
24
24
  stroke="#91DBFB"
25
25
  stroke-width="10"
26
26
  stroke-linecap="square"
@@ -28,23 +28,23 @@
28
28
  <path
29
29
  d="M-4.26325641e-14,54.2206709 C4.02953795,56.5022552 12.4315562,57.6793385 25.2060547,57.7519209 C32.8391014,57.7952905 51.5791554,50.4108841 63.7714844,48.3573896 C69.2464736,47.4352639 76.8610569,48.2975686 86.6152344,50.9443037"
30
30
  id="Line"
31
- class="airpurifier_off_grey"
31
+ class="air-purifier_off_grey"
32
32
  stroke="#C8EAFE"
33
33
  stroke-width="10"
34
34
  stroke-linecap="square"
35
35
  />
36
36
  <polygon
37
37
  id="Path"
38
- class="airpurifier_off_grey"
38
+ class="air-purifier_off_grey"
39
39
  fill="#C7C5CB"
40
40
  points="17.2333685 76.7914641 70.0374945 76.7914641 73.9430133 79.2866885 76.8250853 84.9649087 87.1832833 114.139252 87.1832833 140.017181 85.5385126 142.175202 83.1303576 143.984565 5.21741581 143.984565 2.85966936 142.750318 1.09613307 140.017181 1.09613307 114.139252 10.9193128 84.9649087 14.372682 79.2866885"
41
41
  />
42
- <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="46" y="84" width="17" height="5" />
43
- <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="46" y="94" width="20" height="5" />
44
- <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="46" y="103" width="22" height="5" />
45
- <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="20" y="103" width="22" height="5" />
46
- <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="22" y="94" width="20" height="5" />
47
- <rect id="Rectangle" class="airpurifier_off_lgrey" fill="#454545" x="25" y="84" width="17" height="5" />
42
+ <rect class="rectangle air-purifier_off_lgrey" fill="#e0e0e0" x="46" y="84" width="17" height="5" />
43
+ <rect class="rectangle air-purifier_off_lgrey" fill="#e0e0e0" x="46" y="94" width="20" height="5" />
44
+ <rect class="rectangle air-purifier_off_lgrey" fill="#e0e0e0" x="46" y="103" width="22" height="5" />
45
+ <rect class="rectangle air-purifier_off_lgrey" fill="#e0e0e0" x="20" y="103" width="22" height="5" />
46
+ <rect class="rectangle air-purifier_off_lgrey" fill="#e0e0e0" x="22" y="94" width="20" height="5" />
47
+ <rect class="rectangle air-purifier_off_lgrey" fill="#e0e0e0" x="25" y="84" width="17" height="5" />
48
48
  </g>
49
49
  </g>
50
50
  </svg>
@@ -0,0 +1,17 @@
1
+ <svg
2
+ width="32px"
3
+ height="32px"
4
+ viewBox="0 0 32 32"
5
+ version="1.1"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ xmlns:xlink="http://www.w3.org/1999/xlink"
8
+ >
9
+ <g>
10
+ <title>doorbell</title>
11
+ <!-- Doorbell outer casing (maximum reasonable size) -->
12
+ <rect x="6" y="1" width="18" height="30" rx="3" stroke="#7F7F7F" fill="none" stroke-width="2.0" />
13
+
14
+ <!-- Doorbell button -->
15
+ <circle cx="15" cy="16" r="5" stroke="#7F7F7F" stroke-width="2.0" fill="#1976d2" fill-opacity="0.3" />
16
+ </g>
17
+ </svg>
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <svg
3
+ width="32"
4
+ height="32"
5
+ viewBox="0 0 100 100"
6
+ version="1.1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:xlink="http://www.w3.org/1999/xlink"
9
+ preserveAspectRatio="xMidYMid meet"
10
+ >
11
+ <g transform="scale(1, 0.75) translate(0, -40)">
12
+ <g id="filter-maintenance">
13
+ <polygon
14
+ id="Path"
15
+ fill="#808080"
16
+ points="17.2333685 76.7914641 70.0374945 76.7914641 73.9430133 79.2866885 76.8250853 84.9649087 87.1832833 114.139252 87.1832833 140.017181 85.5385126 142.175202 83.1303576 143.984565 5.21741581 143.984565 2.85966936 142.750318 1.09613307 140.017181 1.09613307 114.139252 10.9193128 84.9649087 14.372682 79.2866885"
17
+ />
18
+ <rect class="rectangle" fill="#e0e0e0" x="46" y="84" width="17" height="5" />
19
+ <rect class="rectangle" fill="#e0e0e0" x="46" y="94" width="20" height="5" />
20
+ <rect class="rectangle" fill="#e0e0e0" x="46" y="103" width="22" height="5" />
21
+ <rect class="rectangle" fill="#e0e0e0" x="20" y="103" width="22" height="5" />
22
+ <rect class="rectangle" fill="#e0e0e0" x="22" y="94" width="20" height="5" />
23
+ <rect class="rectangle" fill="#e0e0e0" x="25" y="84" width="17" height="5" />
24
+ </g>
25
+ </g>
26
+ </svg>