@igo2/context 16.0.0-rc.1 → 16.0.0-rc.2

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 (63) hide show
  1. package/esm2022/lib/context-import-export/context-import-export/context-import-export.component.mjs +5 -5
  2. package/esm2022/lib/context-import-export/context-import-export.module.mjs +6 -6
  3. package/esm2022/lib/context-import-export/shared/context-export.service.mjs +2 -2
  4. package/esm2022/lib/context-import-export/shared/context-export.utils.mjs +1 -1
  5. package/esm2022/lib/context-import-export/shared/context-import.service.mjs +3 -3
  6. package/esm2022/lib/context-import-export/shared/context-import.utils.mjs +2 -2
  7. package/esm2022/lib/context-manager/context-edit/context-edit-binding.directive.mjs +2 -2
  8. package/esm2022/lib/context-manager/context-edit/context-edit.component.mjs +2 -2
  9. package/esm2022/lib/context-manager/context-form/context-form.component.mjs +3 -3
  10. package/esm2022/lib/context-manager/context-item/context-item.component.mjs +3 -3
  11. package/esm2022/lib/context-manager/context-list/context-list-binding.directive.mjs +4 -4
  12. package/esm2022/lib/context-manager/context-list/context-list.component.mjs +14 -12
  13. package/esm2022/lib/context-manager/context-manager.module.mjs +13 -13
  14. package/esm2022/lib/context-manager/context-permissions/context-permissions-binding.directive.mjs +3 -3
  15. package/esm2022/lib/context-manager/context-permissions/context-permissions.component.mjs +4 -4
  16. package/esm2022/lib/context-manager/shared/context.interface.mjs +1 -1
  17. package/esm2022/lib/context-manager/shared/context.service.mjs +9 -9
  18. package/esm2022/lib/context-manager/shared/layer-context.directive.mjs +7 -19
  19. package/esm2022/lib/context-manager/shared/map-context.directive.mjs +3 -3
  20. package/esm2022/lib/context-map-button/bookmark-button/bookmark-button.component.mjs +2 -2
  21. package/esm2022/lib/context-map-button/context-map-button.module.mjs +5 -5
  22. package/esm2022/lib/context-map-button/poi-button/poi-button.component.mjs +7 -7
  23. package/esm2022/lib/context-map-button/poi-button/shared/poi.service.mjs +3 -3
  24. package/esm2022/lib/context-map-button/user-button/user-button.animation.mjs +2 -2
  25. package/esm2022/lib/context-map-button/user-button/user-button.component.mjs +3 -3
  26. package/esm2022/lib/context-map-button/user-button/user-dialog.component.mjs +2 -2
  27. package/esm2022/lib/context.module.mjs +1 -1
  28. package/esm2022/lib/environment/environment.interface.mjs +2 -0
  29. package/esm2022/lib/environment/index.mjs +2 -0
  30. package/esm2022/lib/share-map/share-map/share-map-api.component.mjs +3 -3
  31. package/esm2022/lib/share-map/share-map/share-map-url.component.mjs +4 -4
  32. package/esm2022/lib/share-map/share-map.module.mjs +6 -6
  33. package/esm2022/lib/sidenav/sidenav.component.mjs +1 -1
  34. package/esm2022/lib/sidenav/sidenav.module.mjs +3 -3
  35. package/esm2022/public_api.mjs +2 -1
  36. package/fesm2022/igo2-context.mjs +2496 -2506
  37. package/fesm2022/igo2-context.mjs.map +1 -1
  38. package/lib/context-import-export/context-import-export/context-import-export.component.d.ts +6 -6
  39. package/lib/context-import-export/shared/context-export.service.d.ts +1 -1
  40. package/lib/context-import-export/shared/context-import.service.d.ts +1 -1
  41. package/lib/context-import-export/shared/context-import.utils.d.ts +1 -1
  42. package/lib/context-manager/context-edit/context-edit-binding.directive.d.ts +1 -1
  43. package/lib/context-manager/context-edit/context-edit.component.d.ts +1 -1
  44. package/lib/context-manager/context-item/context-item.component.d.ts +1 -1
  45. package/lib/context-manager/context-list/context-list-binding.directive.d.ts +2 -2
  46. package/lib/context-manager/context-list/context-list.component.d.ts +6 -5
  47. package/lib/context-manager/context-permissions/context-permissions-binding.directive.d.ts +2 -2
  48. package/lib/context-manager/context-permissions/context-permissions.component.d.ts +4 -4
  49. package/lib/context-manager/shared/context.interface.d.ts +3 -3
  50. package/lib/context-manager/shared/context.service.d.ts +4 -4
  51. package/lib/context-manager/shared/layer-context.directive.d.ts +3 -3
  52. package/lib/context-manager/shared/map-context.directive.d.ts +2 -2
  53. package/lib/context-map-button/poi-button/poi-button.component.d.ts +4 -4
  54. package/lib/context-map-button/poi-button/shared/poi.service.d.ts +1 -1
  55. package/lib/context-map-button/user-button/user-button.component.d.ts +1 -1
  56. package/lib/context-map-button/user-button/user-dialog.component.d.ts +1 -1
  57. package/lib/environment/environment.interface.d.ts +9 -0
  58. package/lib/environment/index.d.ts +1 -0
  59. package/lib/share-map/share-map/share-map-api.component.d.ts +1 -1
  60. package/lib/share-map/share-map/share-map-url.component.d.ts +1 -1
  61. package/lib/sidenav/sidenav.component.d.ts +1 -1
  62. package/package.json +6 -6
  63. package/public_api.d.ts +1 -0

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.