@igo2/context 16.0.0-rc.1 → 16.0.0-rc.3
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.
- package/esm2022/lib/context-import-export/context-import-export/context-import-export.component.mjs +6 -6
- package/esm2022/lib/context-import-export/context-import-export.module.mjs +6 -6
- package/esm2022/lib/context-import-export/shared/context-export.service.mjs +2 -2
- package/esm2022/lib/context-import-export/shared/context-export.utils.mjs +1 -1
- package/esm2022/lib/context-import-export/shared/context-import.errors.mjs +1 -1
- package/esm2022/lib/context-import-export/shared/context-import.service.mjs +3 -3
- package/esm2022/lib/context-import-export/shared/context-import.utils.mjs +2 -2
- package/esm2022/lib/context-manager/context-edit/context-edit-binding.directive.mjs +2 -2
- package/esm2022/lib/context-manager/context-edit/context-edit.component.mjs +3 -3
- package/esm2022/lib/context-manager/context-form/context-form.component.mjs +4 -4
- package/esm2022/lib/context-manager/context-item/context-item.component.mjs +3 -3
- package/esm2022/lib/context-manager/context-list/context-list-binding.directive.mjs +4 -4
- package/esm2022/lib/context-manager/context-list/context-list.component.mjs +14 -12
- package/esm2022/lib/context-manager/context-manager.module.mjs +13 -13
- package/esm2022/lib/context-manager/context-permissions/context-permissions-binding.directive.mjs +3 -3
- package/esm2022/lib/context-manager/context-permissions/context-permissions.component.mjs +5 -5
- package/esm2022/lib/context-manager/shared/context.interface.mjs +1 -1
- package/esm2022/lib/context-manager/shared/context.service.mjs +22 -18
- package/esm2022/lib/context-manager/shared/layer-context.directive.mjs +7 -19
- package/esm2022/lib/context-manager/shared/map-context.directive.mjs +3 -3
- package/esm2022/lib/context-map-button/bookmark-button/bookmark-button.component.mjs +3 -3
- package/esm2022/lib/context-map-button/bookmark-button/bookmark-dialog.component.mjs +2 -2
- package/esm2022/lib/context-map-button/context-map-button.module.mjs +5 -5
- package/esm2022/lib/context-map-button/poi-button/poi-button.component.mjs +8 -8
- package/esm2022/lib/context-map-button/poi-button/poi-dialog.component.mjs +2 -2
- package/esm2022/lib/context-map-button/poi-button/shared/poi.service.mjs +3 -3
- package/esm2022/lib/context-map-button/user-button/user-button.animation.mjs +2 -2
- package/esm2022/lib/context-map-button/user-button/user-button.component.mjs +4 -4
- package/esm2022/lib/context-map-button/user-button/user-dialog.component.mjs +3 -3
- package/esm2022/lib/context.module.mjs +1 -1
- package/esm2022/lib/environment/environment.interface.mjs +2 -0
- package/esm2022/lib/environment/index.mjs +2 -0
- package/esm2022/lib/share-map/share-map/share-map-api.component.mjs +4 -4
- package/esm2022/lib/share-map/share-map/share-map-url.component.mjs +5 -5
- package/esm2022/lib/share-map/share-map/share-map.component.mjs +2 -2
- package/esm2022/lib/share-map/share-map.module.mjs +6 -6
- package/esm2022/lib/share-map/shared/share-map.service.mjs +1 -1
- package/esm2022/lib/sidenav/sidenav.component.mjs +2 -2
- package/esm2022/lib/sidenav/sidenav.module.mjs +3 -3
- package/esm2022/public_api.mjs +2 -1
- package/fesm2022/igo2-context.mjs +2522 -2528
- package/fesm2022/igo2-context.mjs.map +1 -1
- package/lib/context-import-export/context-import-export/context-import-export.component.d.ts +6 -6
- package/lib/context-import-export/shared/context-export.service.d.ts +1 -1
- package/lib/context-import-export/shared/context-import.service.d.ts +1 -1
- package/lib/context-import-export/shared/context-import.utils.d.ts +1 -1
- package/lib/context-manager/context-edit/context-edit-binding.directive.d.ts +1 -1
- package/lib/context-manager/context-edit/context-edit.component.d.ts +1 -1
- package/lib/context-manager/context-item/context-item.component.d.ts +1 -1
- package/lib/context-manager/context-list/context-list-binding.directive.d.ts +2 -2
- package/lib/context-manager/context-list/context-list.component.d.ts +6 -5
- package/lib/context-manager/context-permissions/context-permissions-binding.directive.d.ts +2 -2
- package/lib/context-manager/context-permissions/context-permissions.component.d.ts +4 -4
- package/lib/context-manager/shared/context.interface.d.ts +3 -3
- package/lib/context-manager/shared/context.service.d.ts +4 -4
- package/lib/context-manager/shared/layer-context.directive.d.ts +3 -3
- package/lib/context-manager/shared/map-context.directive.d.ts +2 -2
- package/lib/context-map-button/poi-button/poi-button.component.d.ts +4 -4
- package/lib/context-map-button/poi-button/shared/poi.service.d.ts +1 -1
- package/lib/context-map-button/user-button/user-button.component.d.ts +1 -1
- package/lib/context-map-button/user-button/user-dialog.component.d.ts +1 -1
- package/lib/environment/environment.interface.d.ts +9 -0
- package/lib/environment/index.d.ts +1 -0
- package/lib/share-map/share-map/share-map-api.component.d.ts +1 -1
- package/lib/share-map/share-map/share-map-url.component.d.ts +1 -1
- package/lib/sidenav/sidenav.component.d.ts +1 -1
- package/locale/en.context.json +199 -199
- package/locale/fr.context.json +199 -199
- package/package.json +6 -6
- 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.