@realsee/dnalogel 3.78.1-alpha.1 → 3.79.0-alpha.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 (60) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +6 -0
  3. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +2 -3
  4. package/dist/index.cjs.js +97 -102
  5. package/dist/index.js +14564 -16573
  6. package/dist/index.umd.js +90 -95
  7. package/libs/CruisePlugin/Move.js +14 -27
  8. package/libs/CruisePlugin/Work.js +61 -74
  9. package/libs/CruisePlugin/index.js +18 -31
  10. package/libs/GuideLinePlugin/Controller.js +18 -31
  11. package/libs/GuideLinePlugin/GuideLineItem.js +16 -29
  12. package/libs/GuideLinePlugin/GuideLineModeItem/index.js +51 -48
  13. package/libs/GuideLinePlugin/GuideLineModeItem.js +16 -27
  14. package/libs/GuideLinePlugin/index.js +18 -31
  15. package/libs/PanoTagPlugin/Components/Common/TagPopover/PopoverContent.js +87 -77
  16. package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverToolBar.js +189 -135
  17. package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopup.js +460 -432
  18. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +38 -126
  19. package/libs/PanoTagPlugin/Components/Tag/index.js +292 -393
  20. package/libs/PanoTagPlugin/Components/TagContainer.js +125 -135
  21. package/libs/PanoTagPlugin/Components/TagItem.js +318 -321
  22. package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +61 -74
  23. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +95 -108
  24. package/libs/PanoTagPlugin/controller/index.js +41 -54
  25. package/libs/PanoTagPlugin/index.js +23 -36
  26. package/libs/PanoTagPlugin/tag.config.js +31 -1
  27. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +6 -0
  28. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +2 -3
  29. package/libs/base/BasePlugin.js +1 -1
  30. package/libs/index.js +169 -182
  31. package/libs/shared-utils/logger.js +1 -1
  32. package/libs/shared-utils/url/replace-static-prefix.js +12 -7
  33. package/libs/vendor/svelte/internal/index.js +235 -225
  34. package/package.json +2 -2
  35. package/dist/PanoTagPlugin/Components/Common/Arrow.svelte.d.ts +0 -1
  36. package/dist/PanoTagPlugin/Components/Common/Line/Polyline.svelte.d.ts +0 -1
  37. package/dist/PanoTagPlugin/Components/Common/Line/Straight.svelte.d.ts +0 -1
  38. package/dist/PanoTagPlugin/Components/Common/Text/FlyMText.svelte.d.ts +0 -1
  39. package/dist/PanoTagPlugin/Components/Common/Text/FlyText.svelte.d.ts +0 -1
  40. package/dist/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.svelte.d.ts +0 -1
  41. package/dist/PanoTagPlugin/Components/Tag/ImageTextTag.svelte.d.ts +0 -1
  42. package/dist/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.svelte.d.ts +0 -1
  43. package/dist/PanoTagPlugin/Components/Tag/TextTag/TextTag.svelte.d.ts +0 -1
  44. package/dist/PanoTagPlugin/Components/Tag/TextTag/index.svelte.d.ts +0 -1
  45. package/dist/PanoTagPlugin/utils/constants.d.ts +0 -3
  46. package/dist/PanoTagPlugin/utils/doUtil.d.ts +0 -1
  47. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +0 -198
  48. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.svelte.d.ts +0 -1
  49. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +0 -258
  50. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.svelte.d.ts +0 -1
  51. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +0 -358
  52. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.svelte.d.ts +0 -1
  53. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +0 -259
  54. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.svelte.d.ts +0 -1
  55. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +0 -216
  56. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.svelte.d.ts +0 -1
  57. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +0 -219
  58. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.svelte.d.ts +0 -1
  59. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +0 -134
  60. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.svelte.d.ts +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.