@kalisio/kdk 1.4.2 → 1.6.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.
- package/.nyc_output/02a7a308-a8d7-4cc6-8e61-6066a0055a96.json +1 -0
- package/.nyc_output/1900d596-5e87-433a-8fd6-fb7f7ded35ec.json +1 -0
- package/.nyc_output/{2e74ca23-8cf0-4161-9536-f71c2a1a74bb.json → 27401f21-8ccf-42fa-8230-4232189d86b3.json} +0 -0
- package/.nyc_output/{81d21e46-766a-46bc-b1b7-143ca577347a.json → 52278ef5-c337-4724-97be-e2e4416847c5.json} +0 -0
- package/.nyc_output/{aaf3ebbb-f895-4d7b-9255-bc5dee832570.json → 5dd49b8a-4c84-42f9-a3d5-712247a84775.json} +0 -0
- package/.nyc_output/{dbeb2602-0ac2-4e66-978b-0d29548359ca.json → 612b4859-9645-45c1-a41e-1fae420518c4.json} +0 -0
- package/.nyc_output/{e47d1e4c-2fff-4dcb-908f-d3081162547c.json → bab87fe9-d99a-4759-99e6-3fc4622eeca0.json} +0 -0
- package/.nyc_output/processinfo/02a7a308-a8d7-4cc6-8e61-6066a0055a96.json +1 -0
- package/.nyc_output/processinfo/1900d596-5e87-433a-8fd6-fb7f7ded35ec.json +1 -0
- package/.nyc_output/processinfo/27401f21-8ccf-42fa-8230-4232189d86b3.json +1 -0
- package/.nyc_output/processinfo/52278ef5-c337-4724-97be-e2e4416847c5.json +1 -0
- package/.nyc_output/processinfo/5dd49b8a-4c84-42f9-a3d5-712247a84775.json +1 -0
- package/.nyc_output/processinfo/612b4859-9645-45c1-a41e-1fae420518c4.json +1 -0
- package/.nyc_output/processinfo/bab87fe9-d99a-4759-99e6-3fc4622eeca0.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +69 -10
- package/coverage/core/api/application.js.html +500 -422
- package/coverage/core/api/authentication.js.html +119 -119
- package/coverage/core/api/db.js.html +172 -172
- package/coverage/core/api/hooks/hooks.account.js.html +45 -45
- package/coverage/core/api/hooks/hooks.authentication.js.html +71 -71
- package/coverage/core/api/hooks/hooks.authorisations.js.html +368 -353
- package/coverage/core/api/hooks/hooks.devices.js.html +49 -49
- package/coverage/core/api/hooks/hooks.groups.js.html +37 -37
- package/coverage/core/api/hooks/hooks.logger.js.html +27 -27
- package/coverage/core/api/hooks/hooks.model.js.html +269 -269
- package/coverage/core/api/hooks/hooks.organisations.js.html +190 -190
- package/coverage/core/api/hooks/hooks.pusher.js.html +114 -114
- package/coverage/core/api/hooks/hooks.query.js.html +277 -211
- package/coverage/core/api/hooks/hooks.service.js.html +82 -82
- package/coverage/core/api/hooks/hooks.storage.js.html +121 -121
- package/coverage/core/api/hooks/hooks.tags.js.html +232 -232
- package/coverage/core/api/hooks/hooks.users.js.html +263 -263
- package/coverage/core/api/hooks/index.html +172 -172
- package/coverage/core/api/hooks/index.js.html +24 -24
- package/coverage/core/api/index.html +76 -76
- package/coverage/core/api/index.js.html +30 -30
- package/coverage/core/api/marshall.js.html +57 -57
- package/coverage/core/api/models/groups.model.mongodb.js.html +20 -20
- package/coverage/core/api/models/index.html +50 -50
- package/coverage/core/api/models/organisations.model.mongodb.js.html +12 -12
- package/coverage/core/api/models/tags.model.mongodb.js.html +22 -22
- package/coverage/core/api/models/users.model.mongodb.js.html +20 -20
- package/coverage/core/api/oauth2-handler.js.html +18 -18
- package/coverage/core/api/oauth2-verifier.js.html +38 -38
- package/coverage/core/api/services/account/account.hooks.js.html +16 -16
- package/coverage/core/api/services/account/account.service.js.html +104 -104
- package/coverage/core/api/services/account/index.html +32 -32
- package/coverage/core/api/services/authorisations/authorisations.hooks.js.html +9 -9
- package/coverage/core/api/services/authorisations/authorisations.service.js.html +156 -132
- package/coverage/core/api/services/authorisations/index.html +28 -28
- package/coverage/core/api/services/databases/databases.hooks.js.html +9 -9
- package/coverage/core/api/services/databases/databases.service.js.html +12 -12
- package/coverage/core/api/services/databases/index.html +24 -24
- package/coverage/core/api/services/devices/devices.hooks.js.html +9 -9
- package/coverage/core/api/services/devices/devices.service.js.html +121 -121
- package/coverage/core/api/services/devices/index.html +28 -28
- package/coverage/core/api/services/groups/groups.hooks.js.html +9 -9
- package/coverage/core/api/services/groups/index.html +13 -13
- package/coverage/core/api/services/index.html +21 -21
- package/coverage/core/api/services/index.js.html +118 -118
- package/coverage/core/api/services/mailer/index.html +24 -24
- package/coverage/core/api/services/mailer/mailer.hooks.js.html +9 -9
- package/coverage/core/api/services/mailer/mailer.service.js.html +19 -19
- package/coverage/core/api/services/organisations/index.html +24 -24
- package/coverage/core/api/services/organisations/organisations.hooks.js.html +8 -8
- package/coverage/core/api/services/organisations/organisations.service.js.html +67 -67
- package/coverage/core/api/services/pusher/index.html +34 -34
- package/coverage/core/api/services/pusher/pusher.channels.js.html +8 -8
- package/coverage/core/api/services/pusher/pusher.hooks.js.html +10 -10
- package/coverage/core/api/services/pusher/pusher.service.js.html +414 -414
- package/coverage/core/api/services/storage/index.html +21 -21
- package/coverage/core/api/services/storage/storage.hooks.js.html +35 -35
- package/coverage/core/api/services/tags/index.html +21 -21
- package/coverage/core/api/services/tags/tags.hooks.js.html +25 -25
- package/coverage/core/api/services/users/index.html +21 -21
- package/coverage/core/api/services/users/users.hooks.js.html +33 -33
- package/coverage/core/common/errors.js.html +1 -1
- package/coverage/core/common/index.html +42 -27
- package/coverage/core/common/index.js.html +16 -16
- package/coverage/core/common/permissions.js.html +320 -290
- package/coverage/index.html +181 -181
- package/coverage/lcov-report/core/api/application.js.html +500 -422
- package/coverage/lcov-report/core/api/authentication.js.html +119 -119
- package/coverage/lcov-report/core/api/db.js.html +172 -172
- package/coverage/lcov-report/core/api/hooks/hooks.account.js.html +45 -45
- package/coverage/lcov-report/core/api/hooks/hooks.authentication.js.html +71 -71
- package/coverage/lcov-report/core/api/hooks/hooks.authorisations.js.html +368 -353
- package/coverage/lcov-report/core/api/hooks/hooks.devices.js.html +49 -49
- package/coverage/lcov-report/core/api/hooks/hooks.groups.js.html +37 -37
- package/coverage/lcov-report/core/api/hooks/hooks.logger.js.html +27 -27
- package/coverage/lcov-report/core/api/hooks/hooks.model.js.html +269 -269
- package/coverage/lcov-report/core/api/hooks/hooks.organisations.js.html +190 -190
- package/coverage/lcov-report/core/api/hooks/hooks.pusher.js.html +114 -114
- package/coverage/lcov-report/core/api/hooks/hooks.query.js.html +277 -211
- package/coverage/lcov-report/core/api/hooks/hooks.service.js.html +82 -82
- package/coverage/lcov-report/core/api/hooks/hooks.storage.js.html +121 -121
- package/coverage/lcov-report/core/api/hooks/hooks.tags.js.html +232 -232
- package/coverage/lcov-report/core/api/hooks/hooks.users.js.html +263 -263
- package/coverage/lcov-report/core/api/hooks/index.html +172 -172
- package/coverage/lcov-report/core/api/hooks/index.js.html +24 -24
- package/coverage/lcov-report/core/api/index.html +76 -76
- package/coverage/lcov-report/core/api/index.js.html +30 -30
- package/coverage/lcov-report/core/api/marshall.js.html +57 -57
- package/coverage/lcov-report/core/api/models/groups.model.mongodb.js.html +20 -20
- package/coverage/lcov-report/core/api/models/index.html +50 -50
- package/coverage/lcov-report/core/api/models/organisations.model.mongodb.js.html +12 -12
- package/coverage/lcov-report/core/api/models/tags.model.mongodb.js.html +22 -22
- package/coverage/lcov-report/core/api/models/users.model.mongodb.js.html +20 -20
- package/coverage/lcov-report/core/api/oauth2-handler.js.html +18 -18
- package/coverage/lcov-report/core/api/oauth2-verifier.js.html +38 -38
- package/coverage/lcov-report/core/api/services/account/account.hooks.js.html +16 -16
- package/coverage/lcov-report/core/api/services/account/account.service.js.html +104 -104
- package/coverage/lcov-report/core/api/services/account/index.html +32 -32
- package/coverage/lcov-report/core/api/services/authorisations/authorisations.hooks.js.html +9 -9
- package/coverage/lcov-report/core/api/services/authorisations/authorisations.service.js.html +156 -132
- package/coverage/lcov-report/core/api/services/authorisations/index.html +28 -28
- package/coverage/lcov-report/core/api/services/databases/databases.hooks.js.html +9 -9
- package/coverage/lcov-report/core/api/services/databases/databases.service.js.html +12 -12
- package/coverage/lcov-report/core/api/services/databases/index.html +24 -24
- package/coverage/lcov-report/core/api/services/devices/devices.hooks.js.html +9 -9
- package/coverage/lcov-report/core/api/services/devices/devices.service.js.html +121 -121
- package/coverage/lcov-report/core/api/services/devices/index.html +28 -28
- package/coverage/lcov-report/core/api/services/groups/groups.hooks.js.html +9 -9
- package/coverage/lcov-report/core/api/services/groups/index.html +13 -13
- package/coverage/lcov-report/core/api/services/index.html +21 -21
- package/coverage/lcov-report/core/api/services/index.js.html +118 -118
- package/coverage/lcov-report/core/api/services/mailer/index.html +24 -24
- package/coverage/lcov-report/core/api/services/mailer/mailer.hooks.js.html +9 -9
- package/coverage/lcov-report/core/api/services/mailer/mailer.service.js.html +19 -19
- package/coverage/lcov-report/core/api/services/organisations/index.html +24 -24
- package/coverage/lcov-report/core/api/services/organisations/organisations.hooks.js.html +8 -8
- package/coverage/lcov-report/core/api/services/organisations/organisations.service.js.html +67 -67
- package/coverage/lcov-report/core/api/services/pusher/index.html +34 -34
- package/coverage/lcov-report/core/api/services/pusher/pusher.channels.js.html +8 -8
- package/coverage/lcov-report/core/api/services/pusher/pusher.hooks.js.html +10 -10
- package/coverage/lcov-report/core/api/services/pusher/pusher.service.js.html +414 -414
- package/coverage/lcov-report/core/api/services/storage/index.html +21 -21
- package/coverage/lcov-report/core/api/services/storage/storage.hooks.js.html +35 -35
- package/coverage/lcov-report/core/api/services/tags/index.html +21 -21
- package/coverage/lcov-report/core/api/services/tags/tags.hooks.js.html +25 -25
- package/coverage/lcov-report/core/api/services/users/index.html +21 -21
- package/coverage/lcov-report/core/api/services/users/users.hooks.js.html +33 -33
- package/coverage/lcov-report/core/common/errors.js.html +1 -1
- package/coverage/lcov-report/core/common/index.html +42 -27
- package/coverage/lcov-report/core/common/index.js.html +16 -16
- package/coverage/lcov-report/core/common/permissions.js.html +320 -290
- package/coverage/lcov-report/index.html +181 -181
- package/coverage/lcov-report/map/api/hooks/hooks.catalog.js.html +1 -1
- package/coverage/lcov-report/map/api/hooks/hooks.query.js.html +25 -7
- package/coverage/lcov-report/map/api/hooks/index.html +7 -7
- package/coverage/lcov-report/map/api/hooks/index.js.html +1 -1
- package/coverage/lcov-report/map/api/index.html +1 -1
- package/coverage/lcov-report/map/api/index.js.html +1 -1
- package/coverage/lcov-report/map/api/marshall.js.html +1 -1
- package/coverage/lcov-report/map/api/models/alerts.model.mongodb.js.html +1 -1
- package/coverage/lcov-report/map/api/models/catalog.model.mongodb.js.html +1 -1
- package/coverage/lcov-report/map/api/models/features.model.mongodb.js.html +14 -5
- package/coverage/lcov-report/map/api/models/index.html +7 -7
- package/coverage/lcov-report/map/api/services/alerts/alerts.hooks.js.html +1 -1
- package/coverage/lcov-report/map/api/services/alerts/alerts.service.js.html +1 -1
- package/coverage/lcov-report/map/api/services/alerts/index.html +1 -1
- package/coverage/lcov-report/map/api/services/catalog/catalog.hooks.js.html +1 -1
- package/coverage/lcov-report/map/api/services/catalog/index.html +1 -1
- package/coverage/lcov-report/map/api/services/daptiles/daptiles.service.js.html +1 -1
- package/coverage/lcov-report/map/api/services/daptiles/index.html +1 -1
- package/coverage/lcov-report/map/api/services/features/features.hooks.js.html +1 -1
- package/coverage/lcov-report/map/api/services/features/index.html +1 -1
- package/coverage/lcov-report/map/api/services/geocoder/geocoder.hooks.js.html +1 -1
- package/coverage/lcov-report/map/api/services/geocoder/geocoder.service.js.html +1 -1
- package/coverage/lcov-report/map/api/services/geocoder/index.html +1 -1
- package/coverage/lcov-report/map/api/services/index.html +1 -1
- package/coverage/lcov-report/map/api/services/index.js.html +1 -1
- package/coverage/lcov-report/map/common/dynamic-grid-source.js.html +1 -1
- package/coverage/lcov-report/map/common/errors.js.html +1 -1
- package/coverage/lcov-report/map/common/geotiff-grid-source.js.html +1 -1
- package/coverage/lcov-report/map/common/grid.js.html +1 -1
- package/coverage/lcov-report/map/common/index.html +1 -1
- package/coverage/lcov-report/map/common/index.js.html +1 -1
- package/coverage/lcov-report/map/common/meteo-model-grid-source.js.html +1 -1
- package/coverage/lcov-report/map/common/moment-utils.js.html +1 -1
- package/coverage/lcov-report/map/common/opendap-grid-source.js.html +1 -1
- package/coverage/lcov-report/map/common/opendap-utils.js.html +1 -1
- package/coverage/lcov-report/map/common/permissions.js.html +1 -1
- package/coverage/lcov-report/map/common/time-based-grid-source.js.html +1 -1
- package/coverage/lcov-report/map/common/tms-utils.js.html +1 -1
- package/coverage/lcov-report/map/common/wcs-grid-source.js.html +1 -1
- package/coverage/lcov-report/map/common/wcs-utils.js.html +1 -1
- package/coverage/lcov-report/map/common/weacast-grid-source.js.html +1 -1
- package/coverage/lcov-report/map/common/wfs-utils.js.html +1 -1
- package/coverage/lcov-report/map/common/wms-utils.js.html +1 -1
- package/coverage/lcov-report/map/common/wmts-utils.js.html +1 -1
- package/coverage/lcov.info +3683 -3825
- package/coverage/map/api/hooks/hooks.catalog.js.html +1 -1
- package/coverage/map/api/hooks/hooks.query.js.html +25 -7
- package/coverage/map/api/hooks/index.html +7 -7
- package/coverage/map/api/hooks/index.js.html +1 -1
- package/coverage/map/api/index.html +1 -1
- package/coverage/map/api/index.js.html +1 -1
- package/coverage/map/api/marshall.js.html +1 -1
- package/coverage/map/api/models/alerts.model.mongodb.js.html +1 -1
- package/coverage/map/api/models/catalog.model.mongodb.js.html +1 -1
- package/coverage/map/api/models/features.model.mongodb.js.html +14 -5
- package/coverage/map/api/models/index.html +7 -7
- package/coverage/map/api/services/alerts/alerts.hooks.js.html +1 -1
- package/coverage/map/api/services/alerts/alerts.service.js.html +1 -1
- package/coverage/map/api/services/alerts/index.html +1 -1
- package/coverage/map/api/services/catalog/catalog.hooks.js.html +1 -1
- package/coverage/map/api/services/catalog/index.html +1 -1
- package/coverage/map/api/services/daptiles/daptiles.service.js.html +1 -1
- package/coverage/map/api/services/daptiles/index.html +1 -1
- package/coverage/map/api/services/features/features.hooks.js.html +1 -1
- package/coverage/map/api/services/features/index.html +1 -1
- package/coverage/map/api/services/geocoder/geocoder.hooks.js.html +1 -1
- package/coverage/map/api/services/geocoder/geocoder.service.js.html +1 -1
- package/coverage/map/api/services/geocoder/index.html +1 -1
- package/coverage/map/api/services/index.html +1 -1
- package/coverage/map/api/services/index.js.html +1 -1
- package/coverage/map/common/dynamic-grid-source.js.html +1 -1
- package/coverage/map/common/errors.js.html +1 -1
- package/coverage/map/common/geotiff-grid-source.js.html +1 -1
- package/coverage/map/common/grid.js.html +1 -1
- package/coverage/map/common/index.html +1 -1
- package/coverage/map/common/index.js.html +1 -1
- package/coverage/map/common/meteo-model-grid-source.js.html +1 -1
- package/coverage/map/common/moment-utils.js.html +1 -1
- package/coverage/map/common/opendap-grid-source.js.html +1 -1
- package/coverage/map/common/opendap-utils.js.html +1 -1
- package/coverage/map/common/permissions.js.html +1 -1
- package/coverage/map/common/time-based-grid-source.js.html +1 -1
- package/coverage/map/common/tms-utils.js.html +1 -1
- package/coverage/map/common/wcs-grid-source.js.html +1 -1
- package/coverage/map/common/wcs-utils.js.html +1 -1
- package/coverage/map/common/weacast-grid-source.js.html +1 -1
- package/coverage/map/common/wfs-utils.js.html +1 -1
- package/coverage/map/common/wms-utils.js.html +1 -1
- package/coverage/map/common/wmts-utils.js.html +1 -1
- package/extras/tours/map/navigation-bar.js +49 -1
- package/lib/core/api/application.js +35 -9
- package/lib/core/api/application.js.map +1 -1
- package/lib/core/api/hooks/hooks.authorisations.js +8 -1
- package/lib/core/api/hooks/hooks.authorisations.js.map +1 -1
- package/lib/core/api/hooks/hooks.query.js +135 -100
- package/lib/core/api/hooks/hooks.query.js.map +1 -1
- package/lib/core/api/services/authorisations/authorisations.service.js +13 -1
- package/lib/core/api/services/authorisations/authorisations.service.js.map +1 -1
- package/lib/core/api/services/pusher/pusher.service.js +40 -16
- package/lib/core/api/services/pusher/pusher.service.js.map +1 -1
- package/lib/core/client/components/collection/KColumn.vue +29 -28
- package/lib/core/client/components/collection/KFilter.vue +97 -72
- package/lib/core/client/components/editor/KModalEditor.vue +3 -4
- package/lib/core/client/components/editor/KSettingsEditor.vue +6 -2
- package/lib/core/client/components/form/KFileField.vue +14 -36
- package/lib/core/client/components/form/KRoleField.vue +5 -2
- package/lib/core/client/components/form/KTextField.vue +12 -2
- package/lib/core/client/components/form/KUnitField.vue +57 -0
- package/lib/core/client/components/form/KUrlField.vue +1 -1
- package/lib/core/client/components/frame/KAction.vue +1 -2
- package/lib/core/client/components/frame/KModal.vue +66 -20
- package/lib/core/client/components/frame/KScrollArea.vue +65 -0
- package/lib/core/client/components/frame/index.js +6 -1
- package/lib/core/client/components/frame/index.js.map +1 -1
- package/lib/core/client/components/input/KColorChooser.vue +3 -5
- package/lib/core/client/components/input/KIconChooser.vue +38 -40
- package/lib/core/client/components/input/KOptionsChooser.vue +2 -2
- package/lib/core/client/components/layout/KAbout.vue +47 -49
- package/lib/core/client/components/team/KAddMember.vue +1 -1
- package/lib/core/client/components/team/KChangeRole.vue +11 -14
- package/lib/core/client/components/team/KGroupCard.vue +12 -5
- package/lib/core/client/components/team/KGroupsActivity.vue +1 -1
- package/lib/core/client/components/team/KJoinGroup.vue +22 -22
- package/lib/core/client/components/team/KMemberCard.vue +19 -4
- package/lib/core/client/components/viewer/KModalViewer.vue +10 -9
- package/lib/core/client/i18n/core_en.json +72 -8
- package/lib/core/client/i18n/core_fr.json +66 -8
- package/lib/core/client/index.js +31 -0
- package/lib/core/client/index.js.map +1 -1
- package/lib/core/client/layout.js +8 -1
- package/lib/core/client/layout.js.map +1 -1
- package/lib/core/client/mixins/mixin.base-widget.js +5 -3
- package/lib/core/client/mixins/mixin.base-widget.js.map +1 -1
- package/lib/core/client/reader.js +85 -0
- package/lib/core/client/reader.js.map +1 -0
- package/lib/core/client/readers/index.js +30 -0
- package/lib/core/client/readers/index.js.map +1 -0
- package/lib/core/client/readers/reader.csv.js +54 -0
- package/lib/core/client/readers/reader.csv.js.map +1 -0
- package/lib/core/client/readers/reader.json.js +49 -0
- package/lib/core/client/readers/reader.json.js.map +1 -0
- package/lib/core/client/services/index.js +14 -3
- package/lib/core/client/services/index.js.map +1 -1
- package/lib/core/client/services/local-settings.service.js +6 -4
- package/lib/core/client/services/local-settings.service.js.map +1 -1
- package/lib/core/client/time.js +4 -3
- package/lib/core/client/time.js.map +1 -1
- package/lib/core/client/units.js +195 -0
- package/lib/core/client/units.js.map +1 -0
- package/lib/core/common/permissions.js +44 -34
- package/lib/core/common/permissions.js.map +1 -1
- package/lib/core/common/schemas/settings.update.json +72 -0
- package/lib/map/api/hooks/hooks.query.js +7 -2
- package/lib/map/api/hooks/hooks.query.js.map +1 -1
- package/lib/map/api/models/features.model.mongodb.js +3 -0
- package/lib/map/api/models/features.model.mongodb.js.map +1 -1
- package/lib/map/client/components/KCaptureToolbar.vue +151 -0
- package/lib/map/client/components/KColorLegend.vue +16 -4
- package/lib/map/client/components/KFeaturesChart.vue +10 -11
- package/lib/map/client/components/KFeaturesFilter.vue +40 -39
- package/lib/map/client/components/KFeaturesTable.vue +15 -16
- package/lib/map/client/components/KLayerEditionToolbar.vue +19 -11
- package/lib/map/client/components/KLayerStyleEditor.vue +3 -2
- package/lib/map/client/components/KLayerStyleForm.vue +38 -27
- package/lib/map/client/components/KMeasureTool.vue +337 -0
- package/lib/map/client/components/KTimeline.vue +5 -9
- package/lib/map/client/components/catalog/KAddLayer.vue +3 -2
- package/lib/map/client/components/catalog/KCatalog.vue +26 -7
- package/lib/map/client/components/catalog/KImportLayer.vue +8 -35
- package/lib/map/client/components/catalog/KLayerCategories.vue +3 -2
- package/lib/map/client/components/catalog/KLayersSelector.vue +8 -6
- package/lib/map/client/components/catalog/KWeatherLayersSelector.vue +1 -1
- package/lib/map/client/components/widget/KInformationBox.vue +8 -17
- package/lib/map/client/components/widget/KMapillaryViewer.vue +5 -1
- package/lib/map/client/components/widget/KTimeSeries.vue +92 -9
- package/lib/map/client/i18n/map_en.json +51 -20
- package/lib/map/client/i18n/map_fr.json +51 -20
- package/lib/map/client/init.js +7 -1
- package/lib/map/client/init.js.map +1 -1
- package/lib/map/client/leaflet/MaskLayer.js +9 -0
- package/lib/map/client/leaflet/MaskLayer.js.map +1 -1
- package/lib/map/client/mixins/globe/mixin.base-globe.js +3 -5
- package/lib/map/client/mixins/globe/mixin.base-globe.js.map +1 -1
- package/lib/map/client/mixins/globe/mixin.geojson-layers.js +16 -21
- package/lib/map/client/mixins/globe/mixin.geojson-layers.js.map +1 -1
- package/lib/map/client/mixins/globe/mixin.popup.js +7 -1
- package/lib/map/client/mixins/globe/mixin.popup.js.map +1 -1
- package/lib/map/client/mixins/globe/mixin.tooltip.js +7 -1
- package/lib/map/client/mixins/globe/mixin.tooltip.js.map +1 -1
- package/lib/map/client/mixins/map/mixin.base-map.js +54 -9
- package/lib/map/client/mixins/map/mixin.base-map.js.map +1 -1
- package/lib/map/client/mixins/map/mixin.canvas-layers.js +2 -0
- package/lib/map/client/mixins/map/mixin.canvas-layers.js.map +1 -1
- package/lib/map/client/mixins/map/mixin.file-layers.js +51 -97
- package/lib/map/client/mixins/map/mixin.file-layers.js.map +1 -1
- package/lib/map/client/mixins/map/mixin.geojson-layers.js +43 -11
- package/lib/map/client/mixins/map/mixin.geojson-layers.js.map +1 -1
- package/lib/map/client/mixins/map/mixin.popup.js +7 -1
- package/lib/map/client/mixins/map/mixin.popup.js.map +1 -1
- package/lib/map/client/mixins/map/mixin.style.js +1 -1
- package/lib/map/client/mixins/map/mixin.style.js.map +1 -1
- package/lib/map/client/mixins/map/mixin.tooltip.js +7 -1
- package/lib/map/client/mixins/map/mixin.tooltip.js.map +1 -1
- package/lib/map/client/mixins/mixin.activity.js +2 -0
- package/lib/map/client/mixins/mixin.activity.js.map +1 -1
- package/lib/map/client/mixins/mixin.context.js +26 -3
- package/lib/map/client/mixins/mixin.context.js.map +1 -1
- package/lib/map/client/mixins/mixin.feature-service.js +3 -3
- package/lib/map/client/mixins/mixin.feature-service.js.map +1 -1
- package/lib/map/client/mixins/mixin.infobox.js +4 -0
- package/lib/map/client/mixins/mixin.infobox.js.map +1 -1
- package/lib/map/client/mixins/mixin.weacast.js +7 -5
- package/lib/map/client/mixins/mixin.weacast.js.map +1 -1
- package/lib/map/client/readers/index.js +54 -0
- package/lib/map/client/readers/index.js.map +1 -0
- package/lib/map/client/readers/reader.geojson.js +87 -0
- package/lib/map/client/readers/reader.geojson.js.map +1 -0
- package/lib/map/client/readers/reader.gpx.js +52 -0
- package/lib/map/client/readers/reader.gpx.js.map +1 -0
- package/lib/map/client/readers/reader.kml.js +52 -0
- package/lib/map/client/readers/reader.kml.js.map +1 -0
- package/lib/map/client/readers/reader.shp.js +116 -0
- package/lib/map/client/readers/reader.shp.js.map +1 -0
- package/lib/map/client/utils.js +0 -7
- package/lib/map/client/utils.js.map +1 -1
- package/lib/test/client/core/account.js +1 -1
- package/lib/test/client/core/account.js.map +1 -1
- package/lib/test/client/core/runner.js +1 -2
- package/lib/test/client/core/runner.js.map +1 -1
- package/lib/test/client/core/screens.js +1 -1
- package/lib/test/client/core/screens.js.map +1 -1
- package/lib/test/client/core/utils.js +2 -2
- package/lib/test/client/core/utils.js.map +1 -1
- package/lib/test/client/map/catalog.js +50 -49
- package/lib/test/client/map/catalog.js.map +1 -1
- package/package.json +3 -3
- package/.nyc_output/2c5b7c8e-81db-4d2c-a7a4-02dc640d301f.json +0 -1
- package/.nyc_output/a762cb58-70dc-4d39-ab69-928635affa98.json +0 -1
- package/.nyc_output/processinfo/2c5b7c8e-81db-4d2c-a7a4-02dc640d301f.json +0 -1
- package/.nyc_output/processinfo/2e74ca23-8cf0-4161-9536-f71c2a1a74bb.json +0 -1
- package/.nyc_output/processinfo/81d21e46-766a-46bc-b1b7-143ca577347a.json +0 -1
- package/.nyc_output/processinfo/a762cb58-70dc-4d39-ab69-928635affa98.json +0 -1
- package/.nyc_output/processinfo/aaf3ebbb-f895-4d7b-9255-bc5dee832570.json +0 -1
- package/.nyc_output/processinfo/dbeb2602-0ac2-4e66-978b-0d29548359ca.json +0 -1
- package/.nyc_output/processinfo/e47d1e4c-2fff-4dcb-908f-d3081162547c.json +0 -1
- package/extras/testcafe/Dockerfile +0 -48
- package/extras/testcafe/docker-entrypoint.sh +0 -27
- package/extras/testcafe/page-models/core/account.js +0 -75
- package/extras/testcafe/page-models/core/base-collection.js +0 -41
- package/extras/testcafe/page-models/core/base-page.js +0 -25
- package/extras/testcafe/page-models/core/groups.js +0 -36
- package/extras/testcafe/page-models/core/index.js +0 -140
- package/extras/testcafe/page-models/core/layout.js +0 -145
- package/extras/testcafe/page-models/core/members.js +0 -98
- package/extras/testcafe/page-models/core/organisations.js +0 -76
- package/extras/testcafe/page-models/core/screens.js +0 -99
- package/extras/testcafe/page-models/core/tags.js +0 -21
- package/extras/testcafe/page-models/map/add-layer.js +0 -51
- package/extras/testcafe/page-models/map/catalog.js +0 -132
- package/extras/testcafe/page-models/map/index.js +0 -36
- package/extras/testcafe/page-models/map/map-activity.js +0 -42
- package/extras/testcafe/page-models/map/timeline.js +0 -67
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">0% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>0/1183</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">0% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>0/729</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">0% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>0/183</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">0% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>0/1108</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
57
|
</div>
|
|
58
|
-
<div class='status-line
|
|
58
|
+
<div class='status-line low'></div>
|
|
59
59
|
<div class="pad1">
|
|
60
60
|
<table class="coverage-summary">
|
|
61
61
|
<thead>
|
|
@@ -73,228 +73,228 @@
|
|
|
73
73
|
</tr>
|
|
74
74
|
</thead>
|
|
75
75
|
<tbody><tr>
|
|
76
|
-
<td class="file
|
|
77
|
-
<td data-value="
|
|
78
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
76
|
+
<td class="file low" data-value="hooks.account.js"><a href="hooks.account.js.html">hooks.account.js</a></td>
|
|
77
|
+
<td data-value="0" class="pic low">
|
|
78
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
79
79
|
</td>
|
|
80
|
-
<td data-value="
|
|
81
|
-
<td data-value="
|
|
82
|
-
<td data-value="
|
|
83
|
-
<td data-value="8" class="abs
|
|
84
|
-
<td data-value="
|
|
85
|
-
<td data-value="1" class="abs
|
|
86
|
-
<td data-value="
|
|
87
|
-
<td data-value="
|
|
80
|
+
<td data-value="0" class="pct low">0%</td>
|
|
81
|
+
<td data-value="18" class="abs low">0/18</td>
|
|
82
|
+
<td data-value="0" class="pct low">0%</td>
|
|
83
|
+
<td data-value="8" class="abs low">0/8</td>
|
|
84
|
+
<td data-value="0" class="pct low">0%</td>
|
|
85
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
86
|
+
<td data-value="0" class="pct low">0%</td>
|
|
87
|
+
<td data-value="18" class="abs low">0/18</td>
|
|
88
88
|
</tr>
|
|
89
89
|
|
|
90
90
|
<tr>
|
|
91
|
-
<td class="file
|
|
92
|
-
<td data-value="
|
|
93
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
91
|
+
<td class="file low" data-value="hooks.authentication.js"><a href="hooks.authentication.js.html">hooks.authentication.js</a></td>
|
|
92
|
+
<td data-value="0" class="pic low">
|
|
93
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
94
94
|
</td>
|
|
95
|
-
<td data-value="
|
|
96
|
-
<td data-value="
|
|
97
|
-
<td data-value="
|
|
98
|
-
<td data-value="12" class="abs
|
|
99
|
-
<td data-value="
|
|
100
|
-
<td data-value="2" class="abs
|
|
101
|
-
<td data-value="
|
|
102
|
-
<td data-value="
|
|
95
|
+
<td data-value="0" class="pct low">0%</td>
|
|
96
|
+
<td data-value="32" class="abs low">0/32</td>
|
|
97
|
+
<td data-value="0" class="pct low">0%</td>
|
|
98
|
+
<td data-value="12" class="abs low">0/12</td>
|
|
99
|
+
<td data-value="0" class="pct low">0%</td>
|
|
100
|
+
<td data-value="2" class="abs low">0/2</td>
|
|
101
|
+
<td data-value="0" class="pct low">0%</td>
|
|
102
|
+
<td data-value="32" class="abs low">0/32</td>
|
|
103
103
|
</tr>
|
|
104
104
|
|
|
105
105
|
<tr>
|
|
106
|
-
<td class="file
|
|
107
|
-
<td data-value="
|
|
108
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
106
|
+
<td class="file low" data-value="hooks.authorisations.js"><a href="hooks.authorisations.js.html">hooks.authorisations.js</a></td>
|
|
107
|
+
<td data-value="0" class="pic low">
|
|
108
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
109
109
|
</td>
|
|
110
|
-
<td data-value="
|
|
111
|
-
<td data-value="
|
|
112
|
-
<td data-value="
|
|
113
|
-
<td data-value="
|
|
114
|
-
<td data-value="
|
|
115
|
-
<td data-value="
|
|
116
|
-
<td data-value="
|
|
117
|
-
<td data-value="
|
|
110
|
+
<td data-value="0" class="pct low">0%</td>
|
|
111
|
+
<td data-value="195" class="abs low">0/195</td>
|
|
112
|
+
<td data-value="0" class="pct low">0%</td>
|
|
113
|
+
<td data-value="147" class="abs low">0/147</td>
|
|
114
|
+
<td data-value="0" class="pct low">0%</td>
|
|
115
|
+
<td data-value="23" class="abs low">0/23</td>
|
|
116
|
+
<td data-value="0" class="pct low">0%</td>
|
|
117
|
+
<td data-value="185" class="abs low">0/185</td>
|
|
118
118
|
</tr>
|
|
119
119
|
|
|
120
120
|
<tr>
|
|
121
|
-
<td class="file
|
|
122
|
-
<td data-value="
|
|
123
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
121
|
+
<td class="file low" data-value="hooks.devices.js"><a href="hooks.devices.js.html">hooks.devices.js</a></td>
|
|
122
|
+
<td data-value="0" class="pic low">
|
|
123
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
124
124
|
</td>
|
|
125
|
-
<td data-value="
|
|
126
|
-
<td data-value="
|
|
127
|
-
<td data-value="
|
|
128
|
-
<td data-value="4" class="abs
|
|
129
|
-
<td data-value="
|
|
130
|
-
<td data-value="1" class="abs
|
|
131
|
-
<td data-value="
|
|
132
|
-
<td data-value="
|
|
125
|
+
<td data-value="0" class="pct low">0%</td>
|
|
126
|
+
<td data-value="19" class="abs low">0/19</td>
|
|
127
|
+
<td data-value="0" class="pct low">0%</td>
|
|
128
|
+
<td data-value="4" class="abs low">0/4</td>
|
|
129
|
+
<td data-value="0" class="pct low">0%</td>
|
|
130
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
131
|
+
<td data-value="0" class="pct low">0%</td>
|
|
132
|
+
<td data-value="19" class="abs low">0/19</td>
|
|
133
133
|
</tr>
|
|
134
134
|
|
|
135
135
|
<tr>
|
|
136
|
-
<td class="file
|
|
137
|
-
<td data-value="
|
|
138
|
-
<div class="chart"><div class="cover-fill
|
|
136
|
+
<td class="file low" data-value="hooks.groups.js"><a href="hooks.groups.js.html">hooks.groups.js</a></td>
|
|
137
|
+
<td data-value="0" class="pic low">
|
|
138
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
139
139
|
</td>
|
|
140
|
-
<td data-value="
|
|
141
|
-
<td data-value="
|
|
140
|
+
<td data-value="0" class="pct low">0%</td>
|
|
141
|
+
<td data-value="12" class="abs low">0/12</td>
|
|
142
142
|
<td data-value="100" class="pct high">100%</td>
|
|
143
143
|
<td data-value="0" class="abs high">0/0</td>
|
|
144
|
-
<td data-value="
|
|
145
|
-
<td data-value="4" class="abs
|
|
146
|
-
<td data-value="
|
|
147
|
-
<td data-value="
|
|
144
|
+
<td data-value="0" class="pct low">0%</td>
|
|
145
|
+
<td data-value="4" class="abs low">0/4</td>
|
|
146
|
+
<td data-value="0" class="pct low">0%</td>
|
|
147
|
+
<td data-value="12" class="abs low">0/12</td>
|
|
148
148
|
</tr>
|
|
149
149
|
|
|
150
150
|
<tr>
|
|
151
|
-
<td class="file
|
|
152
|
-
<td data-value="
|
|
153
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
151
|
+
<td class="file low" data-value="hooks.logger.js"><a href="hooks.logger.js.html">hooks.logger.js</a></td>
|
|
152
|
+
<td data-value="0" class="pic low">
|
|
153
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
154
154
|
</td>
|
|
155
|
-
<td data-value="
|
|
156
|
-
<td data-value="11" class="abs
|
|
157
|
-
<td data-value="
|
|
158
|
-
<td data-value="8" class="abs low">
|
|
159
|
-
<td data-value="
|
|
160
|
-
<td data-value="1" class="abs
|
|
161
|
-
<td data-value="
|
|
162
|
-
<td data-value="11" class="abs
|
|
155
|
+
<td data-value="0" class="pct low">0%</td>
|
|
156
|
+
<td data-value="11" class="abs low">0/11</td>
|
|
157
|
+
<td data-value="0" class="pct low">0%</td>
|
|
158
|
+
<td data-value="8" class="abs low">0/8</td>
|
|
159
|
+
<td data-value="0" class="pct low">0%</td>
|
|
160
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
161
|
+
<td data-value="0" class="pct low">0%</td>
|
|
162
|
+
<td data-value="11" class="abs low">0/11</td>
|
|
163
163
|
</tr>
|
|
164
164
|
|
|
165
165
|
<tr>
|
|
166
|
-
<td class="file
|
|
167
|
-
<td data-value="
|
|
168
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
166
|
+
<td class="file low" data-value="hooks.model.js"><a href="hooks.model.js.html">hooks.model.js</a></td>
|
|
167
|
+
<td data-value="0" class="pic low">
|
|
168
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
169
169
|
</td>
|
|
170
|
-
<td data-value="
|
|
171
|
-
<td data-value="
|
|
172
|
-
<td data-value="
|
|
173
|
-
<td data-value="120" class="abs low">
|
|
174
|
-
<td data-value="
|
|
175
|
-
<td data-value="
|
|
176
|
-
<td data-value="
|
|
177
|
-
<td data-value="
|
|
170
|
+
<td data-value="0" class="pct low">0%</td>
|
|
171
|
+
<td data-value="163" class="abs low">0/163</td>
|
|
172
|
+
<td data-value="0" class="pct low">0%</td>
|
|
173
|
+
<td data-value="120" class="abs low">0/120</td>
|
|
174
|
+
<td data-value="0" class="pct low">0%</td>
|
|
175
|
+
<td data-value="43" class="abs low">0/43</td>
|
|
176
|
+
<td data-value="0" class="pct low">0%</td>
|
|
177
|
+
<td data-value="144" class="abs low">0/144</td>
|
|
178
178
|
</tr>
|
|
179
179
|
|
|
180
180
|
<tr>
|
|
181
|
-
<td class="file
|
|
182
|
-
<td data-value="
|
|
183
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
181
|
+
<td class="file low" data-value="hooks.organisations.js"><a href="hooks.organisations.js.html">hooks.organisations.js</a></td>
|
|
182
|
+
<td data-value="0" class="pic low">
|
|
183
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
184
184
|
</td>
|
|
185
|
-
<td data-value="
|
|
186
|
-
<td data-value="
|
|
187
|
-
<td data-value="
|
|
188
|
-
<td data-value="36" class="abs low">
|
|
189
|
-
<td data-value="
|
|
190
|
-
<td data-value="
|
|
191
|
-
<td data-value="
|
|
192
|
-
<td data-value="
|
|
185
|
+
<td data-value="0" class="pct low">0%</td>
|
|
186
|
+
<td data-value="104" class="abs low">0/104</td>
|
|
187
|
+
<td data-value="0" class="pct low">0%</td>
|
|
188
|
+
<td data-value="36" class="abs low">0/36</td>
|
|
189
|
+
<td data-value="0" class="pct low">0%</td>
|
|
190
|
+
<td data-value="23" class="abs low">0/23</td>
|
|
191
|
+
<td data-value="0" class="pct low">0%</td>
|
|
192
|
+
<td data-value="103" class="abs low">0/103</td>
|
|
193
193
|
</tr>
|
|
194
194
|
|
|
195
195
|
<tr>
|
|
196
196
|
<td class="file low" data-value="hooks.pusher.js"><a href="hooks.pusher.js.html">hooks.pusher.js</a></td>
|
|
197
|
-
<td data-value="
|
|
198
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
197
|
+
<td data-value="0" class="pic low">
|
|
198
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
199
199
|
</td>
|
|
200
|
-
<td data-value="
|
|
201
|
-
<td data-value="
|
|
202
|
-
<td data-value="
|
|
203
|
-
<td data-value="62" class="abs low">
|
|
204
|
-
<td data-value="
|
|
205
|
-
<td data-value="
|
|
206
|
-
<td data-value="
|
|
207
|
-
<td data-value="
|
|
200
|
+
<td data-value="0" class="pct low">0%</td>
|
|
201
|
+
<td data-value="109" class="abs low">0/109</td>
|
|
202
|
+
<td data-value="0" class="pct low">0%</td>
|
|
203
|
+
<td data-value="62" class="abs low">0/62</td>
|
|
204
|
+
<td data-value="0" class="pct low">0%</td>
|
|
205
|
+
<td data-value="14" class="abs low">0/14</td>
|
|
206
|
+
<td data-value="0" class="pct low">0%</td>
|
|
207
|
+
<td data-value="98" class="abs low">0/98</td>
|
|
208
208
|
</tr>
|
|
209
209
|
|
|
210
210
|
<tr>
|
|
211
|
-
<td class="file
|
|
212
|
-
<td data-value="
|
|
213
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
211
|
+
<td class="file low" data-value="hooks.query.js"><a href="hooks.query.js.html">hooks.query.js</a></td>
|
|
212
|
+
<td data-value="0" class="pic low">
|
|
213
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
214
214
|
</td>
|
|
215
|
-
<td data-value="
|
|
216
|
-
<td data-value="
|
|
217
|
-
<td data-value="
|
|
218
|
-
<td data-value="
|
|
219
|
-
<td data-value="
|
|
220
|
-
<td data-value="
|
|
221
|
-
<td data-value="
|
|
222
|
-
<td data-value="
|
|
215
|
+
<td data-value="0" class="pct low">0%</td>
|
|
216
|
+
<td data-value="145" class="abs low">0/145</td>
|
|
217
|
+
<td data-value="0" class="pct low">0%</td>
|
|
218
|
+
<td data-value="107" class="abs low">0/107</td>
|
|
219
|
+
<td data-value="0" class="pct low">0%</td>
|
|
220
|
+
<td data-value="12" class="abs low">0/12</td>
|
|
221
|
+
<td data-value="0" class="pct low">0%</td>
|
|
222
|
+
<td data-value="130" class="abs low">0/130</td>
|
|
223
223
|
</tr>
|
|
224
224
|
|
|
225
225
|
<tr>
|
|
226
|
-
<td class="file
|
|
227
|
-
<td data-value="
|
|
228
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
226
|
+
<td class="file low" data-value="hooks.service.js"><a href="hooks.service.js.html">hooks.service.js</a></td>
|
|
227
|
+
<td data-value="0" class="pic low">
|
|
228
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
229
229
|
</td>
|
|
230
|
-
<td data-value="
|
|
231
|
-
<td data-value="
|
|
232
|
-
<td data-value="
|
|
233
|
-
<td data-value="28" class="abs
|
|
234
|
-
<td data-value="
|
|
235
|
-
<td data-value="
|
|
236
|
-
<td data-value="
|
|
237
|
-
<td data-value="
|
|
230
|
+
<td data-value="0" class="pct low">0%</td>
|
|
231
|
+
<td data-value="40" class="abs low">0/40</td>
|
|
232
|
+
<td data-value="0" class="pct low">0%</td>
|
|
233
|
+
<td data-value="28" class="abs low">0/28</td>
|
|
234
|
+
<td data-value="0" class="pct low">0%</td>
|
|
235
|
+
<td data-value="5" class="abs low">0/5</td>
|
|
236
|
+
<td data-value="0" class="pct low">0%</td>
|
|
237
|
+
<td data-value="40" class="abs low">0/40</td>
|
|
238
238
|
</tr>
|
|
239
239
|
|
|
240
240
|
<tr>
|
|
241
|
-
<td class="file
|
|
242
|
-
<td data-value="
|
|
243
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
241
|
+
<td class="file low" data-value="hooks.storage.js"><a href="hooks.storage.js.html">hooks.storage.js</a></td>
|
|
242
|
+
<td data-value="0" class="pic low">
|
|
243
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
244
244
|
</td>
|
|
245
|
-
<td data-value="
|
|
246
|
-
<td data-value="
|
|
247
|
-
<td data-value="
|
|
248
|
-
<td data-value="36" class="abs low">
|
|
249
|
-
<td data-value="
|
|
250
|
-
<td data-value="
|
|
251
|
-
<td data-value="
|
|
252
|
-
<td data-value="
|
|
245
|
+
<td data-value="0" class="pct low">0%</td>
|
|
246
|
+
<td data-value="71" class="abs low">0/71</td>
|
|
247
|
+
<td data-value="0" class="pct low">0%</td>
|
|
248
|
+
<td data-value="36" class="abs low">0/36</td>
|
|
249
|
+
<td data-value="0" class="pct low">0%</td>
|
|
250
|
+
<td data-value="9" class="abs low">0/9</td>
|
|
251
|
+
<td data-value="0" class="pct low">0%</td>
|
|
252
|
+
<td data-value="68" class="abs low">0/68</td>
|
|
253
253
|
</tr>
|
|
254
254
|
|
|
255
255
|
<tr>
|
|
256
|
-
<td class="file
|
|
257
|
-
<td data-value="
|
|
258
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
256
|
+
<td class="file low" data-value="hooks.tags.js"><a href="hooks.tags.js.html">hooks.tags.js</a></td>
|
|
257
|
+
<td data-value="0" class="pic low">
|
|
258
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
259
259
|
</td>
|
|
260
|
-
<td data-value="
|
|
261
|
-
<td data-value="
|
|
262
|
-
<td data-value="
|
|
263
|
-
<td data-value="82" class="abs low">
|
|
264
|
-
<td data-value="
|
|
265
|
-
<td data-value="22" class="abs
|
|
266
|
-
<td data-value="
|
|
267
|
-
<td data-value="
|
|
260
|
+
<td data-value="0" class="pct low">0%</td>
|
|
261
|
+
<td data-value="134" class="abs low">0/134</td>
|
|
262
|
+
<td data-value="0" class="pct low">0%</td>
|
|
263
|
+
<td data-value="82" class="abs low">0/82</td>
|
|
264
|
+
<td data-value="0" class="pct low">0%</td>
|
|
265
|
+
<td data-value="22" class="abs low">0/22</td>
|
|
266
|
+
<td data-value="0" class="pct low">0%</td>
|
|
267
|
+
<td data-value="125" class="abs low">0/125</td>
|
|
268
268
|
</tr>
|
|
269
269
|
|
|
270
270
|
<tr>
|
|
271
|
-
<td class="file
|
|
272
|
-
<td data-value="
|
|
273
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
271
|
+
<td class="file low" data-value="hooks.users.js"><a href="hooks.users.js.html">hooks.users.js</a></td>
|
|
272
|
+
<td data-value="0" class="pic low">
|
|
273
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
274
274
|
</td>
|
|
275
|
-
<td data-value="
|
|
276
|
-
<td data-value="
|
|
277
|
-
<td data-value="
|
|
278
|
-
<td data-value="79" class="abs
|
|
279
|
-
<td data-value="
|
|
280
|
-
<td data-value="
|
|
281
|
-
<td data-value="
|
|
282
|
-
<td data-value="
|
|
275
|
+
<td data-value="0" class="pct low">0%</td>
|
|
276
|
+
<td data-value="130" class="abs low">0/130</td>
|
|
277
|
+
<td data-value="0" class="pct low">0%</td>
|
|
278
|
+
<td data-value="79" class="abs low">0/79</td>
|
|
279
|
+
<td data-value="0" class="pct low">0%</td>
|
|
280
|
+
<td data-value="23" class="abs low">0/23</td>
|
|
281
|
+
<td data-value="0" class="pct low">0%</td>
|
|
282
|
+
<td data-value="123" class="abs low">0/123</td>
|
|
283
283
|
</tr>
|
|
284
284
|
|
|
285
285
|
<tr>
|
|
286
|
-
<td class="file
|
|
287
|
-
<td data-value="
|
|
288
|
-
<div class="chart"><div class="cover-fill
|
|
286
|
+
<td class="file empty" data-value="index.js"><a href="index.js.html">index.js</a></td>
|
|
287
|
+
<td data-value="0" class="pic empty">
|
|
288
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
289
289
|
</td>
|
|
290
|
-
<td data-value="
|
|
291
|
-
<td data-value="
|
|
292
|
-
<td data-value="
|
|
293
|
-
<td data-value="
|
|
294
|
-
<td data-value="
|
|
295
|
-
<td data-value="
|
|
296
|
-
<td data-value="
|
|
297
|
-
<td data-value="
|
|
290
|
+
<td data-value="0" class="pct empty">0%</td>
|
|
291
|
+
<td data-value="0" class="abs empty">0/0</td>
|
|
292
|
+
<td data-value="0" class="pct empty">0%</td>
|
|
293
|
+
<td data-value="0" class="abs empty">0/0</td>
|
|
294
|
+
<td data-value="0" class="pct empty">0%</td>
|
|
295
|
+
<td data-value="0" class="abs empty">0/0</td>
|
|
296
|
+
<td data-value="0" class="pct empty">0%</td>
|
|
297
|
+
<td data-value="0" class="abs empty">0/0</td>
|
|
298
298
|
</tr>
|
|
299
299
|
|
|
300
300
|
</tbody>
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
306
306
|
Code coverage generated by
|
|
307
307
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
308
|
-
at
|
|
308
|
+
at Thu Feb 17 2022 13:49:01 GMT+0100 (GMT+01:00)
|
|
309
309
|
</div>
|
|
310
310
|
</div>
|
|
311
311
|
<script src="../../../prettify.js"></script>
|
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">0% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>0/0</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">0% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">0% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>0/0</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">0% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>0/0</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
57
|
</div>
|
|
58
|
-
<div class='status-line
|
|
58
|
+
<div class='status-line low'></div>
|
|
59
59
|
<pre><table class="coverage">
|
|
60
60
|
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
61
61
|
<a name='L2'></a><a href='#L2'>2</a>
|
|
@@ -71,20 +71,20 @@
|
|
|
71
71
|
<a name='L12'></a><a href='#L12'>12</a>
|
|
72
72
|
<a name='L13'></a><a href='#L13'>13</a>
|
|
73
73
|
<a name='L14'></a><a href='#L14'>14</a>
|
|
74
|
-
<a name='L15'></a><a href='#L15'>15</a></td><td class="line-coverage quiet"><span class="cline-any cline-
|
|
75
|
-
<span class="cline-any cline-
|
|
76
|
-
<span class="cline-any cline-
|
|
77
|
-
<span class="cline-any cline-
|
|
78
|
-
<span class="cline-any cline-
|
|
79
|
-
<span class="cline-any cline-
|
|
80
|
-
<span class="cline-any cline-
|
|
81
|
-
<span class="cline-any cline-
|
|
82
|
-
<span class="cline-any cline-
|
|
83
|
-
<span class="cline-any cline-
|
|
84
|
-
<span class="cline-any cline-
|
|
85
|
-
<span class="cline-any cline-
|
|
86
|
-
<span class="cline-any cline-
|
|
87
|
-
<span class="cline-any cline-
|
|
74
|
+
<a name='L15'></a><a href='#L15'>15</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
75
|
+
<span class="cline-any cline-neutral"> </span>
|
|
76
|
+
<span class="cline-any cline-neutral"> </span>
|
|
77
|
+
<span class="cline-any cline-neutral"> </span>
|
|
78
|
+
<span class="cline-any cline-neutral"> </span>
|
|
79
|
+
<span class="cline-any cline-neutral"> </span>
|
|
80
|
+
<span class="cline-any cline-neutral"> </span>
|
|
81
|
+
<span class="cline-any cline-neutral"> </span>
|
|
82
|
+
<span class="cline-any cline-neutral"> </span>
|
|
83
|
+
<span class="cline-any cline-neutral"> </span>
|
|
84
|
+
<span class="cline-any cline-neutral"> </span>
|
|
85
|
+
<span class="cline-any cline-neutral"> </span>
|
|
86
|
+
<span class="cline-any cline-neutral"> </span>
|
|
87
|
+
<span class="cline-any cline-neutral"> </span>
|
|
88
88
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">export * from './hooks.account'
|
|
89
89
|
export * from './hooks.authentication'
|
|
90
90
|
export * from './hooks.authorisations'
|
|
@@ -106,7 +106,7 @@ export * from './hooks.users'
|
|
|
106
106
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
107
107
|
Code coverage generated by
|
|
108
108
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
109
|
-
at
|
|
109
|
+
at Thu Feb 17 2022 13:49:01 GMT+0100 (GMT+01:00)
|
|
110
110
|
</div>
|
|
111
111
|
</div>
|
|
112
112
|
<script src="../../../prettify.js"></script>
|