@operato/scene-legend 7.3.9 → 7.3.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 (32) hide show
  1. package/package.json +3 -2
  2. package/CHANGELOG.md +0 -861
  3. package/attachments/3c2f6007-c06b-47ca-9508-9bcda9428fd0.svg +0 -425
  4. package/attachments/dcf0e8fe-6c3e-4b36-b3e9-a8e70b4ed590.svg +0 -425
  5. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +0 -15
  6. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +0 -15
  7. package/logs/application-2023-07-13-20.log +0 -10
  8. package/logs/connections-2023-07-13-20.log +0 -80
  9. package/logs/system/.144ddb221a51f7e2afac3fe1fc3dcf306a8de9ef-audit.json +0 -15
  10. package/logs/system/.437ed478d36eef33cb9dfb565b13329b4464783e-audit.json +0 -20
  11. package/logs/system/.a16ac19e6e222b854c699e1f94ae757f5c8db307-audit.json +0 -15
  12. package/logs/system/scenario-/353/260/234/354/240/204/353/237/211 /354/230/210/354/270/241 /353/215/260/354/235/264/355/204/260-2023-05-09-11.log" +0 -16914
  13. package/logs/system/scenario-/353/260/234/354/240/204/353/237/211 /354/230/210/354/270/241 /353/215/260/354/235/264/355/204/260-2023-05-09-12.log" +0 -1382
  14. package/logs/system/scenario-/354/227/220/353/204/210/354/247/200 /353/240/210/354/235/264/354/226/264 /354/203/211/354/203/201-2023-07-13-20.log" +0 -510
  15. package/logs/system/scenario-/354/235/274/354/202/254/353/237/211 /354/230/210/354/270/241 /354/247/200/353/217/204-2023-05-09-12.log" +0 -30
  16. package/src/editors/editor-legend-status.ts +0 -337
  17. package/src/editors/index.ts +0 -17
  18. package/src/editors/property-editor-legend-status.ts +0 -13
  19. package/src/editors/property-editor-svg-info.ts +0 -77
  20. package/src/index.ts +0 -8
  21. package/src/legend-item.ts +0 -52
  22. package/src/legend.ts +0 -232
  23. package/src/svg.ts +0 -201
  24. package/src/templates/index.ts +0 -4
  25. package/src/templates/legend.ts +0 -19
  26. package/src/templates/svg.ts +0 -19
  27. package/test/basic-test.html +0 -67
  28. package/test/index.html +0 -24
  29. package/test/unit/test-legend.js +0 -33
  30. package/test/unit/util.js +0 -22
  31. package/tsconfig.json +0 -23
  32. package/tsconfig.tsbuildinfo +0 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-legend",
3
3
  "description": "Legend component for things-scene.",
4
4
  "author": "heartyoh",
5
- "version": "7.3.9",
5
+ "version": "7.3.19",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "license": "MIT",
@@ -28,6 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@hatiolab/things-scene": "^3.4.0",
31
+ "@operato/i18n": "^7.0.0",
31
32
  "lit": "^3.1.2"
32
33
  },
33
34
  "devDependencies": {
@@ -58,5 +59,5 @@
58
59
  "prettier --write"
59
60
  ]
60
61
  },
61
- "gitHead": "32b46499c33be406e0fccc602746290a51e0f286"
62
+ "gitHead": "ff73072a62ee02520f9d986d0095f6d329de64f9"
62
63
  }