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