@geogirafe/lib-geoportal 1.1.0-dev.2398428535 → 1.1.0-dev.2407028282
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/api/api.js +1 -0
- package/api/apicontext.js +1 -0
- package/api/apigeogirafeapp.js +1 -0
- package/api/apisessionmanager.js +1 -0
- package/base/GirafeDraggableElement.js +1 -0
- package/base/GirafeHTMLElement.js +1 -0
- package/base/GirafeHTMLElement.spec.js +1 -0
- package/base/GirafeResizableElement.js +1 -0
- package/base/GirafeResizableElement.spec.js +1 -0
- package/base/GirafeSingleton.spec.js +1 -0
- package/buildtools/generate-dev-certs.cmd +1 -0
- package/buildtools/generate-dev-certs.sh +1 -0
- package/buildtools/lib-inline.js +1 -0
- package/buildtools/main.js +1 -0
- package/buildtools/tools.js +1 -0
- package/buildtools/vite-inline-templates-plugin.js +1 -0
- package/buildtools/vite-restart-plugin.js +1 -0
- package/components/about/component.js +1 -0
- package/components/alignnorthbutton-mobile/component.js +1 -0
- package/components/auth/component.js +1 -0
- package/components/auth-mobile/component.js +1 -0
- package/components/basemap/component.js +1 -0
- package/components/contact/component.js +1 -0
- package/components/context-menu/custom-context-menu/component.js +1 -0
- package/components/context-menu/default-context-menu/contextmenustate.js +1 -0
- package/components/coordinate/component.js +1 -0
- package/components/cross-section/scatterplot.js +1 -0
- package/components/cross-section/utils.js +1 -0
- package/components/displaymenubutton-mobile/component.js +1 -0
- package/components/displayselectorbutton-mobile/component.js +1 -0
- package/components/drawing/cesiumDrawing.js +1 -0
- package/components/drawing/component-mobile.js +1 -0
- package/components/drawing/drawingFeature.js +1 -0
- package/components/drawing/olDrawing.js +1 -0
- package/components/drawing-container-mobile/component.js +1 -0
- package/components/edit/component.js +1 -0
- package/components/edit/editform/component.js +1 -0
- package/components/extlayers/component.js +1 -0
- package/components/geolocation-mobile/component.js +1 -0
- package/components/help/component.js +1 -0
- package/components/infobox/component.js +1 -0
- package/components/infowindow/component.js +1 -0
- package/components/infowindow/component.spec.js +1 -0
- package/components/layout/component.js +1 -0
- package/components/lr-panel/component.js +1 -0
- package/components/map/component.js +1 -0
- package/components/map/tools/contextmenu.js +1 -0
- package/components/map/tools/focusfeature.spec.js +1 -0
- package/components/map/tools/viewmanager.js +1 -0
- package/components/map/tools/wmtsmanager.js +1 -0
- package/components/menu-buttons-mobile/MenuMobile3dButton.js +1 -0
- package/components/menu-buttons-mobile/MenuMobileDrawingButton.js +1 -0
- package/components/menu-buttons-mobile/MenuMobileOfflineButton.js +1 -0
- package/components/menu-mobile/component.js +1 -0
- package/components/menubutton/component.js +1 -0
- package/components/modals/component.js +1 -0
- package/components/navigation/component.js +1 -0
- package/components/offline/component.js +1 -0
- package/components/offline/component.spec.js +1 -0
- package/components/print/component.spec.js +1 -0
- package/components/print/tools/MFPEncoder.spec.js +1 -0
- package/components/print/tools/MFPLegendEncoder.spec.js +1 -0
- package/components/print/tools/PrintManager.spec.js +1 -0
- package/components/print/tools/printMaskManager.spec.js +1 -0
- package/components/prototypebanner/component.js +1 -0
- package/components/querybuilder/component.js +1 -0
- package/components/scale/component.js +1 -0
- package/components/search/component.js +1 -0
- package/components/search-mobile/component.js +1 -0
- package/components/selectiongrid/component.js +1 -0
- package/components/selectiontool/component.js +1 -0
- package/components/selectionwindow/component.spec.js +1 -0
- package/components/share/component.js +1 -0
- package/components/share/sharestate.spec.js +1 -0
- package/components/share/tools/gmfsharemanager.js +1 -0
- package/components/swipe-up-panel-mobile/component.js +1 -0
- package/components/themes/component.js +1 -0
- package/components/themes-mobile/group/component.js +1 -0
- package/components/themes-mobile/layer/component.js +1 -0
- package/components/themes-mobile/layer-selected/component.js +1 -0
- package/components/themes-mobile/theme/component.js +1 -0
- package/components/themes-mobile/themes-select/component.js +1 -0
- package/components/timerestriction/component.js +1 -0
- package/components/timerestriction/timepicker/component.js +1 -0
- package/components/timerestriction/timeslider/component.js +1 -0
- package/components/timerestriction/timeslider/component.spec.js +1 -0
- package/components/timerestriction/tools/timewidget.js +1 -0
- package/components/treeview/tools/draghelper.spec.js +1 -0
- package/components/treeview/tools/treeviewelement.js +1 -0
- package/components/treeview/tools/treeviewfilter.spec.js +1 -0
- package/components/treeview/treeviewgroup/component.js +1 -0
- package/components/treeview/treeviewitem/component.js +1 -0
- package/components/treeview/treeviewroot/component.js +1 -0
- package/components/userpreferences/component.js +1 -0
- package/components/userpreferences/component.spec.js +1 -0
- package/components/videorecord/component.js +1 -0
- package/decs.d.ts +1 -0
- package/main.iframe.js +1 -0
- package/main.js +1 -0
- package/main.mobile.js +1 -0
- package/models/basemaps/basemapempty.js +1 -0
- package/models/basemaps/basemaposm.js +1 -0
- package/models/basemaps/basemapswisstopovectortiles.js +1 -0
- package/models/customtheme.js +1 -0
- package/models/events.js +1 -0
- package/models/layers/baselayer.js +1 -0
- package/models/layers/grouplayer.js +1 -0
- package/models/layers/layer.js +1 -0
- package/models/layers/layerconsts.js +1 -0
- package/models/layers/layerdrawing.js +1 -0
- package/models/layers/layerosm.js +1 -0
- package/models/layers/layervectortiles.js +1 -0
- package/models/layers/layerwmts.js +1 -0
- package/models/layers/layerwmtsexternal.js +1 -0
- package/models/layers/snappablelayer.js +1 -0
- package/models/layers/themelayer.js +1 -0
- package/models/layers/timeawarelayer.js +1 -0
- package/models/selection.js +1 -0
- package/models/serverogcapifeatures.js +1 -0
- package/models/xmlTypes.js +1 -0
- package/package.json +1 -1
- package/service-worker.js +4 -2
- package/styles/common.css +1 -0
- package/styles/common.mobile.css +1 -0
- package/styles/girafecolorpicker.css +1 -0
- package/styles/iframe.css +1 -0
- package/styles/index.css +1 -0
- package/styles/mobile.css +1 -0
- package/styles/resizable.css +1 -0
- package/styles/splash.css +1 -0
- package/styles/variables.css +1 -0
- package/styles/window.css +32 -35
- package/templates/api.html +1 -0
- package/templates/iframe.html +1 -0
- package/templates/index.html +1 -0
- package/templates/mobile.html +1 -0
- package/templates/public/about.json +1 -1
- package/templates/vite.config.js +1 -0
- package/tools/app/geogirafe-component.js +1 -0
- package/tools/app/geogirafeapp-mobile.js +1 -0
- package/tools/app/geogirafeapp.js +1 -0
- package/tools/app/lifecyclemanager.js +1 -0
- package/tools/auth/authmanager.js +1 -0
- package/tools/auth/openidconnectmanager.js +1 -0
- package/tools/auth/pluginmanager.js +1 -0
- package/tools/auth/silentlogincallback.html +1 -0
- package/tools/configuration/configmanager.js +1 -0
- package/tools/configuration/configmanager.spec.js +1 -0
- package/tools/configuration/girafeconfig.js +1 -0
- package/tools/context/context.js +1 -0
- package/tools/error/errormanager.js +1 -0
- package/tools/error/errormanager.spec.js +1 -0
- package/tools/export/csvmanager.js +1 -0
- package/tools/export/csvmanager.spec.js +1 -0
- package/tools/export/download.js +1 -0
- package/tools/export/download.spec.js +1 -0
- package/tools/featuretogriddatabyid.spec.js +1 -0
- package/tools/functionalities.js +1 -0
- package/tools/geoconsts.js +1 -0
- package/tools/geometrytools.js +1 -0
- package/tools/i18n/i18nmanager.js +1 -0
- package/tools/i18n/i18nmanager.spec.js +1 -0
- package/tools/layers/layermanager.js +1 -0
- package/tools/layers/simplemasklayer.spec.js +1 -0
- package/tools/layers/snapmanager.js +1 -0
- package/tools/legendhelper.js +1 -0
- package/tools/localfile/localfilemanager.js +1 -0
- package/tools/logging/logmanager.js +1 -0
- package/tools/logging/logmanager.spec.js +1 -0
- package/tools/offline/offlinemanager.js +1 -0
- package/tools/offline/offlinemanager.spec.js +1 -0
- package/tools/ogcapi/demolayers.js +1 -0
- package/tools/ogcapi/ogcapiclient.spec.js +1 -0
- package/tools/ogcapi/ogcapiconformance.js +1 -0
- package/tools/ogcapi/ogcapifeaturesclient.spec.js +1 -0
- package/tools/ogcapi/ogcapifeaturesclientgeorama.js +1 -0
- package/tools/ogcapi/ogcapifeaturesclientgmf.js +1 -0
- package/tools/ogcapi/ogcapifeaturesmanager.spec.js +1 -0
- package/tools/ogcapi/ogcapifeaturesschema.js +1 -0
- package/tools/ogcapi/ogcapifeaturesschema.spec.js +1 -0
- package/tools/onboarding/onboardingmanager.js +1 -0
- package/tools/ordering/orderingmanager.js +1 -0
- package/tools/ordering/orderingmanager.spec.js +1 -0
- package/tools/raster/rasterutils.js +1 -0
- package/tools/resizewindow.js +1 -0
- package/tools/resizewindow.spec.js +1 -0
- package/tools/share/serializers/activebasemapsserializer.spec.js +1 -0
- package/tools/share/serializers/customlayersserializer.js +1 -0
- package/tools/share/serializers/globeserializer.spec.js +1 -0
- package/tools/share/serializers/layerconfigserializer.spec.js +1 -0
- package/tools/share/serializers/mappositionserializer.spec.js +1 -0
- package/tools/share/serializers/selectionserializer.spec.js +1 -0
- package/tools/share/sessionmanager.js +1 -0
- package/tools/share/sharemanager.js +1 -0
- package/tools/share/stateserializer.js +1 -0
- package/tools/state/brain/brain.array.spec.js +1 -0
- package/tools/state/brain/brain.base.spec.js +1 -0
- package/tools/state/brain/brain.date.spec.js +1 -0
- package/tools/state/brain/brain.ignored.spec.js +1 -0
- package/tools/state/brain/brain.js +1 -0
- package/tools/state/brain/brain.object.spec.js +1 -0
- package/tools/state/brain/brain.primitive.spec.js +1 -0
- package/tools/state/brain/brain.supported.spec.js +1 -0
- package/tools/state/brain/decorators.js +1 -0
- package/tools/state/brain/equality.js +1 -0
- package/tools/state/brain/equality.spec.js +1 -0
- package/tools/state/brain/serialize.js +1 -0
- package/tools/state/brain/tools.js +1 -0
- package/tools/state/mapManager.js +1 -0
- package/tools/state/mapposition.spec.js +1 -0
- package/tools/state/state.js +1 -0
- package/tools/state/stateToggleManager.spec.js +1 -0
- package/tools/state/statemanager.js +1 -0
- package/tools/state/statemanager.spec.js +1 -0
- package/tools/state/userInteractionManager.js +1 -0
- package/tools/state/userinteractionevent.js +1 -0
- package/tools/tests/globalmocking.js +1 -0
- package/tools/tests/layerhelpers.js +1 -0
- package/tools/tests/mockconfig.js +1 -0
- package/tools/tests/mockcontext.js +1 -0
- package/tools/tests/mockhelper.js +1 -0
- package/tools/tests/olhelpers.js +1 -0
- package/tools/tests/testhelper.js +1 -0
- package/tools/tests/wmswfsmanagermocking.js +1 -0
- package/tools/themes/customthemesmanager.js +1 -0
- package/tools/themes/themefavoritesmanager.js +1 -0
- package/tools/themes/themefavoritesmanager.spec.js +3 -2
- package/tools/themes/themes-config.js +1 -0
- package/tools/themes/themeshelper.js +1 -0
- package/tools/themes/themeshelper.spec.js +1 -0
- package/tools/themes/themesmanager.js +1 -0
- package/tools/themes/themesmanager.spec.js +1 -0
- package/tools/themes/userlayermanager.js +1 -0
- package/tools/time/layertimeformatter.spec.js +1 -0
- package/tools/url/permalinkmanager-constants.js +1 -0
- package/tools/url/permalinkmanager.js +1 -0
- package/tools/url/permalinkmanager.spec.js +1 -0
- package/tools/url/urlmanager.js +1 -0
- package/tools/userdata/userdatamanager.js +1 -0
- package/tools/userdata/userdatamanager.spec.js +1 -0
- package/tools/utils/debounce.js +1 -0
- package/tools/utils/debounce.spec.js +1 -0
- package/tools/utils/girafecolorpicker.js +1 -0
- package/tools/utils/olutils.spec.js +1 -0
- package/tools/utils/pathUtils.js +1 -0
- package/tools/utils/pathUtils.spec.js +1 -0
- package/tools/utils/qrcode.js +1 -0
- package/tools/utils/swhelper.js +1 -0
- package/tools/utils/utils.spec.js +1 -0
- package/tools/vendorspecificogcservermanager.js +1 -0
- package/tools/wfs/wfsclient.spec.js +1 -0
- package/tools/wfs/wfsfilter.js +1 -0
- package/tools/wfs/wfsmanager.spec.js +1 -0
- package/tools/wfs/wfsparser.spec.js +1 -0
- package/tools/wms/wmsclient.js +1 -0
- package/tools/wms/wmsclient.spec.js +1 -0
- package/tools/wms/wmslegendhelper.js +1 -0
- package/tools/wms/wmsmanager.spec.js +1 -0
- package/typings/common.d.ts +1 -0
package/api/api.js
CHANGED
package/api/apicontext.js
CHANGED
package/api/apigeogirafeapp.js
CHANGED
package/api/apisessionmanager.js
CHANGED
package/buildtools/lib-inline.js
CHANGED
package/buildtools/main.js
CHANGED
package/buildtools/tools.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { htmlFor as uHtmlFor } from 'uhtml/keyed';
|
|
2
2
|
import { html as uHtml } from 'uhtml';
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
4
|
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
|
|
4
5
|
import { applyOpacityToLayers } from '../../tools/utils/utils.js';
|
|
5
6
|
class BasemapComponent extends GirafeHTMLElement {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
1
2
|
import * as Cesium from 'cesium';
|
|
2
3
|
import { CallbackProperty, Cartesian2, Cartesian3, Cartographic, Color, EllipsoidGeodesic, Entity, ScreenSpaceEventType, PolygonHierarchy } from 'cesium';
|
|
3
4
|
import { KML, GeoJSON } from 'ol/format.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { htmlFor as uHtmlFor } from 'uhtml/keyed';
|
|
2
2
|
import { html as uHtml } from 'uhtml';
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
4
|
import DrawingComponent from './component.js';
|
|
4
5
|
export default class DrawingComponentMobile extends DrawingComponent {
|
|
5
6
|
template = () => {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
1
2
|
import DrawingFeature, { DrawingShape } from './drawingFeature.js';
|
|
2
3
|
import { Collection, Feature } from 'ol';
|
|
3
4
|
import { Circle as CircleGeom, Geometry, LinearRing, LineString, MultiLineString, MultiPoint, MultiPolygon, Point, Polygon } from 'ol/geom.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { htmlFor as uHtmlFor } from 'uhtml/keyed';
|
|
2
2
|
import { html as uHtml } from 'uhtml';
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
4
|
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
|
|
4
5
|
import { Draw, Modify, Select } from 'ol/interaction.js';
|
|
5
6
|
import Feature from 'ol/Feature.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { htmlFor as uHtmlFor } from 'uhtml/keyed';
|
|
2
2
|
import { html as uHtml } from 'uhtml';
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
4
|
import GirafeHTMLElement from '../../../base/GirafeHTMLElement.js';
|
|
4
5
|
export default class EditFromComponent extends GirafeHTMLElement {
|
|
5
6
|
template = () => {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { htmlFor as uHtmlFor } from 'uhtml/keyed';
|
|
2
2
|
import { html as uHtml } from 'uhtml';
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
4
|
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
|
|
4
5
|
import ServerOgc from '../../models/serverogc.js';
|
|
5
6
|
import { WmsClientDefault } from '../../tools/wms/wmsclient.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { html as uHtml } from 'uhtml';
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
2
3
|
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
|
|
3
4
|
import { linkify as utils_linkify } from '../../tools/utils/utils.js';
|
|
4
5
|
class InfoboxComponent extends GirafeHTMLElement {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { html as uHtml } from 'uhtml';
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
2
3
|
import GirafeDraggableElement from '../../base/GirafeDraggableElement.js';
|
|
3
4
|
import ResizeWindow from '../../tools/resizewindow.js';
|
|
4
5
|
class InfoWindowComponent extends GirafeDraggableElement {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { html as uHtml } from 'uhtml';
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
2
3
|
import GirafeResizableElement from '../../base/GirafeResizableElement.js';
|
|
3
4
|
import { isGirafePanel } from '../../tools/state/igirafepanel.js';
|
|
4
5
|
import StateToggleManager from '../../tools/state/stateToggleManager.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { htmlFor as uHtmlFor } from 'uhtml/keyed';
|
|
2
2
|
import { html as uHtml } from 'uhtml';
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
4
|
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
|
|
4
5
|
import MapPosition from '../../tools/state/mapposition.js';
|
|
5
6
|
import { Bookmark } from './Bookmark.js';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
1
2
|
import { it, describe, expect, beforeEach, afterAll } from 'vitest';
|
|
2
3
|
import { MFPLegendEncoder } from './MFPLegendEncoder';
|
|
3
4
|
import { createTestGroupLayer, createTestLayerWms, createTestLayerWmsQGis, createTestLayerWmts, createTestOgcServer } from '../../../tools/tests/layerhelpers';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { htmlFor as uHtmlFor } from 'uhtml/keyed';
|
|
2
2
|
import { html as uHtml } from 'uhtml';
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
4
|
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
|
|
4
5
|
import WfsFilter, { mapAttributeTypeToFilterOperators } from '../../tools/wfs/wfsfilter.js';
|
|
5
6
|
import { isString, isNumber, isDate } from '../../models/xmlTypes.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { html as uHtml } from 'uhtml';
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
2
3
|
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
|
|
3
4
|
import { SelectionMode, SelectionTool } from '../../models/selection.js';
|
|
4
5
|
import { Draw, Interaction } from 'ol/interaction.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { htmlFor as uHtmlFor } from 'uhtml/keyed';
|
|
2
2
|
import { html as uHtml } from 'uhtml';
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
4
|
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
|
|
4
5
|
import ThemeLayer from '../../models/layers/themelayer.js';
|
|
5
6
|
import NewIcon from './images/new.svg';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { htmlFor as uHtmlFor } from 'uhtml/keyed';
|
|
2
2
|
import { html as uHtml } from 'uhtml';
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
4
|
import GirafeHTMLElement from '../../../base/GirafeHTMLElement.js';
|
|
4
5
|
import GroupLayer from '../../../models/layers/grouplayer.js';
|
|
5
6
|
import ThemeLayer from '../../../models/layers/themelayer.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { html as uHtml } from 'uhtml';
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
2
3
|
import LayerWms from '../../../models/layers/layerwms.js';
|
|
3
4
|
import WmsLegendHelper from '../../../tools/wms/wmslegendhelper.js';
|
|
4
5
|
import MobileLayerElementComponent from '../layer/component.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { htmlFor as uHtmlFor } from 'uhtml/keyed';
|
|
2
2
|
import { html as uHtml } from 'uhtml';
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
4
|
import GirafeHTMLElement from '../../../base/GirafeHTMLElement.js';
|
|
4
5
|
import _GroupLayer from '../../../models/layers/grouplayer.js'; // NOSONAR
|
|
5
6
|
class MobileThemeElementComponent extends GirafeHTMLElement {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { htmlFor as uHtmlFor } from 'uhtml/keyed';
|
|
2
2
|
import { html as uHtml } from 'uhtml';
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
4
|
import GirafeHTMLElement from '../../../base/GirafeHTMLElement.js';
|
|
4
5
|
import GroupLayer from '../../../models/layers/grouplayer.js';
|
|
5
6
|
import Layer from '../../../models/layers/layer.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { html as uHtml } from 'uhtml';
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
2
3
|
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
|
|
3
4
|
import LayerTimeFormatter, { TIME_RANGE_SEPARATOR } from '../../tools/time/layertimeformatter.js';
|
|
4
5
|
import { TimeChangeEvent } from './tools/timewidget.js';
|