From 1bee01590908edab7bf380ff4aaa2ec49c6ebca5 Mon Sep 17 00:00:00 2001 From: robyngit Date: Tue, 25 Jun 2024 09:52:45 -0400 Subject: [PATCH 1/3] Change version to 2.30.0 & update DOI --- README.md | 4 ++-- docs/_config.yml | 2 +- docs/index.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/index.html | 2 +- src/js/common/SearchParams.js | 2 +- src/js/common/Utilities.js | 4 ++-- src/js/models/maps/AssetColor.js | 2 +- src/js/views/maps/CesiumWidgetView.js | 2 +- src/js/views/maps/MapWidgetContainerView.js | 2 +- src/js/views/maps/ShareUrlView.js | 2 +- src/js/views/maps/legend/CategoricalSwatchView.js | 2 +- src/js/views/maps/legend/ContinuousSwatchView.js | 2 +- src/js/views/maps/legend/LayerLegendView.js | 2 +- src/js/views/maps/legend/LegendContainerView.js | 2 +- 16 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 473791f8b..439d5ed28 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## MetacatUI: A client-side web interface for DataONE data repositories - **Author**: Matthew B. Jones, Chris Jones, Lauren Walker, Robyn Thiessen-Bock, Ben Leinfelder, Peter Slaughter, Bryce Mecum, Rushiraj Nenuji, Hesham Elbashandy, Val Hendrix -- **DOI**: [doi:10.18739/A2KD1QN1N](https://doi.org/10.18739/A2KD1QN1N) +- **DOI**: [doi:10.18739/A2SJ19S83](https://doi.org/10.18739/A2SJ19S83) - **License**: [Apache 2](http://opensource.org/licenses/Apache-2.0) - [Package source code on Github](https://github.com/NCEAS/metacatui) - [**Submit Bugs and feature requests**](https://github.com/NCEAS/metacatui/issues/new/choose) @@ -17,7 +17,7 @@ MetacatUI is an open source, community project. We [welcome contributions](https Cite this software as: -> Matthew B. Jones, Chris Jones, Lauren Walker, Robyn Thiessen-Bock, Ben Leinfelder, Peter Slaughter, Bryce Mecum, Rushiraj Nenuji, Hesham Elbashandy, Val Hendrix, Ian Nesbitt, Yvonne Shi, Ian Guerin, Doug Hungarter. 2024. MetacatUI: A client-side web interface for DataONE data repositories (version 2.29.1). Arctic Data Center. [doi:10.18739/A2KD1QN1N](https://doi.org/10.18739/A2KD1QN1N) +> Matthew B. Jones, Chris Jones, Lauren Walker, Robyn Thiessen-Bock, Ben Leinfelder, Peter Slaughter, Bryce Mecum, Rushiraj Nenuji, Hesham Elbashandy, Val Hendrix, Ian Nesbitt, Yvonne Shi, Ian Guerin, Doug Hungarter. 2024. MetacatUI: A client-side web interface for DataONE data repositories (version 2.30.0). Arctic Data Center. [doi:10.18739/A2SJ19S83](https://doi.org/10.18739/A2SJ19S83) ## Screenshots diff --git a/docs/_config.yml b/docs/_config.yml index 7a63be208..73a793da9 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,3 +1,3 @@ url: "/metacatui" highlighter: "rouge" -version: "2.29.1" +version: "2.30.0" diff --git a/docs/index.md b/docs/index.md index 271db3108..7847e30e3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,7 @@ MetacatUI is an open source, community project. We [welcome contributions](https Cite this software as: -> Matthew B. Jones, Chris Jones, Lauren Walker, Robyn Thiessen-Bock, Ben Leinfelder, Peter Slaughter, Bryce Mecum, Rushiraj Nenuji, Hesham Elbashandy, Val Hendrix, Ian Nesbitt, Yvonne Shi, Ian Guerin, Doug Hungarter. 2024. MetacatUI: A client-side web interface for DataONE data repositories (version 2.29.1). Arctic Data Center. [doi:10.18739/A2KD1QN1N](https://doi.org/10.18739/A2KD1QN1N) +> Matthew B. Jones, Chris Jones, Lauren Walker, Robyn Thiessen-Bock, Ben Leinfelder, Peter Slaughter, Bryce Mecum, Rushiraj Nenuji, Hesham Elbashandy, Val Hendrix, Ian Nesbitt, Yvonne Shi, Ian Guerin, Doug Hungarter. 2024. MetacatUI: A client-side web interface for DataONE data repositories (version 2.30.0). Arctic Data Center. [doi:10.18739/A2SJ19S83](https://doi.org/10.18739/A2SJ19S83) ## Related Projects diff --git a/package-lock.json b/package-lock.json index 7edd96728..3e8f6c1c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "metacatui", - "version": "2.29.1", + "version": "2.30.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "metacatui", - "version": "2.29.1", + "version": "2.30.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 09bf0f8f7..ed0acbb46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacatui", - "version": "2.29.1", + "version": "2.30.0", "description": "MetacatUI: A client-side web interface for DataONE data repositories", "main": "server.js", "dependencies": { diff --git a/src/index.html b/src/index.html index d3170845e..e6e240de8 100644 --- a/src/index.html +++ b/src/index.html @@ -44,7 +44,7 @@ //Create the MetacatUI object var MetacatUI = {}; - MetacatUI.metacatUIVersion = "2.29.1"; + MetacatUI.metacatUIVersion = "2.30.0"; //Catch errors when the config or loader file fails to load. // These are mainly helpful for developers/operators installing MetacatUI diff --git a/src/js/common/SearchParams.js b/src/js/common/SearchParams.js index 8471ec440..ec6d5349d 100644 --- a/src/js/common/SearchParams.js +++ b/src/js/common/SearchParams.js @@ -137,7 +137,7 @@ define([], () => { * @description Helpful functions for dealing with various search parameter * changes. * @type {object} - * @since 0.0.0 + * @since 2.30.0 */ return { addEnabledLayer, diff --git a/src/js/common/Utilities.js b/src/js/common/Utilities.js index e79ac6ce1..753674fb1 100644 --- a/src/js/common/Utilities.js +++ b/src/js/common/Utilities.js @@ -112,7 +112,7 @@ define([], () => { * @param {number} value The number value to be formatted. * @param {number} range The range of numerics this value can fall in. * @returns {string} A formatted number based on the magnitude of `range`. - * @since 0.0.0 + * @since 2.30.0 */ formatNumber(value, range) { if (typeof value !== "number") { @@ -133,7 +133,7 @@ define([], () => { * Calculate the number of decimal places we should use based on the range of the data. * @param {number} range The range of data values. * @returns {number} The number of decimal places we should use. - * @since 0.0.0 + * @since 2.30.0 */ getNumDecimalPlaces(range) { if (range < 0.0001 || range > 100000) { diff --git a/src/js/models/maps/AssetColor.js b/src/js/models/maps/AssetColor.js index 764cc85fa..5c198882a 100644 --- a/src/js/models/maps/AssetColor.js +++ b/src/js/models/maps/AssetColor.js @@ -144,7 +144,7 @@ define(["jquery", "underscore", "backbone"], ($, _, Backbone) => { /** @returns {string} A string in the format of a css color value. - @since 0.0.0 + @since 2.30.0 */ getCss() { const color = this.get("color"); diff --git a/src/js/views/maps/CesiumWidgetView.js b/src/js/views/maps/CesiumWidgetView.js index 974886c11..41c9c7548 100644 --- a/src/js/views/maps/CesiumWidgetView.js +++ b/src/js/views/maps/CesiumWidgetView.js @@ -548,7 +548,7 @@ define([ /** * Update the search parameters related to the current map position * and heading. - * @since 0.0.0 + * @since 2.30.0 */ updateSearchParams() { if (!this.model.get("showShareUrl")) return; diff --git a/src/js/views/maps/MapWidgetContainerView.js b/src/js/views/maps/MapWidgetContainerView.js index e46faed44..9e11c9e7e 100644 --- a/src/js/views/maps/MapWidgetContainerView.js +++ b/src/js/views/maps/MapWidgetContainerView.js @@ -12,7 +12,7 @@ define([ * @classcategory Views/Maps * @name MapWidgetContainerView * @augments Backbone.View - * @since 0.0.0 + * @since 2.30.0 * @constructs */ const MapWidgetContainerView = Backbone.View.extend( diff --git a/src/js/views/maps/ShareUrlView.js b/src/js/views/maps/ShareUrlView.js index f06fcd34c..6e06bcd8e 100644 --- a/src/js/views/maps/ShareUrlView.js +++ b/src/js/views/maps/ShareUrlView.js @@ -24,7 +24,7 @@ define([ * @name ShareUrlView * @augments Backbone.View * @screenshot views/maps/ShareUrlView.png - * @since 0.0.0 + * @since 2.30.0 * @constructs */ const ShareUrlView = Backbone.View.extend( diff --git a/src/js/views/maps/legend/CategoricalSwatchView.js b/src/js/views/maps/legend/CategoricalSwatchView.js index 722a8727d..7e6d3edba 100644 --- a/src/js/views/maps/legend/CategoricalSwatchView.js +++ b/src/js/views/maps/legend/CategoricalSwatchView.js @@ -17,7 +17,7 @@ define([ * @name CategoricalSwatchView * @augments Backbone.View * @screenshot views/maps/legend/CategoricalSwatchView.png - * @since 0.0.0 + * @since 2.30.0 * @constructs */ const CategoricalSwatchView = Backbone.View.extend( diff --git a/src/js/views/maps/legend/ContinuousSwatchView.js b/src/js/views/maps/legend/ContinuousSwatchView.js index 5b5b9e646..ab3f35158 100644 --- a/src/js/views/maps/legend/ContinuousSwatchView.js +++ b/src/js/views/maps/legend/ContinuousSwatchView.js @@ -18,7 +18,7 @@ define([ * @name ContinuousSwatchView * @augments Backbone.View * @screenshot views/maps/legend/ContinuousSwatchView.png - * @since 0.0.0 + * @since 2.30.0 * @constructs */ const ContinuousSwatchView = Backbone.View.extend( diff --git a/src/js/views/maps/legend/LayerLegendView.js b/src/js/views/maps/legend/LayerLegendView.js index e671441e2..6f5654141 100644 --- a/src/js/views/maps/legend/LayerLegendView.js +++ b/src/js/views/maps/legend/LayerLegendView.js @@ -28,7 +28,7 @@ define([ * @name LayerLegendView * @augments Backbone.View * @screenshot views/maps/legend/LayerLegendView.png - * @since 0.0.0 + * @since 2.30.0 * @constructs */ const LayerLegendView = Backbone.View.extend( diff --git a/src/js/views/maps/legend/LegendContainerView.js b/src/js/views/maps/legend/LegendContainerView.js index 520ae07d7..f6b77594d 100644 --- a/src/js/views/maps/legend/LegendContainerView.js +++ b/src/js/views/maps/legend/LegendContainerView.js @@ -22,7 +22,7 @@ define([ * @name LegendContainerView * @augments Backbone.View * @screenshot views/maps/legend/LegendContainerView.png - * @since 0.0.0 + * @since 2.30.0 * @constructs */ const LegendContainerView = Backbone.View.extend( From 733269da4c1dca52706c42ed6cc694458cf4dcb8 Mon Sep 17 00:00:00 2001 From: robyngit Date: Tue, 25 Jun 2024 10:27:06 -0400 Subject: [PATCH 2/3] Rebuild JSdocs for 2.30.0 --- docs/docs/AccessPolicy.html | 2 +- docs/docs/AccessPolicyView.html | 2 +- docs/docs/AccessRule.html | 2 +- docs/docs/AccessRuleView.html | 2 +- docs/docs/AccountSelectView.html | 2 +- docs/docs/Analytics.html | 2 +- docs/docs/AnnotationFilter.html | 2 +- docs/docs/AnnotationView.html | 2 +- docs/docs/AnnotatorView.html | 2 +- docs/docs/AppConfig.html | 2 +- docs/docs/AppModel.html | 2 +- docs/docs/AppView.html | 2 +- docs/docs/AssetCategories.html | 126 +- docs/docs/AssetCategory.html | 21 +- docs/docs/AssetColor.html | 135 +- docs/docs/AssetColorPalette.html | 2 +- docs/docs/AssetColors.html | 2 +- docs/docs/BooleanFilter.html | 2 +- docs/docs/BooleanFilterView.html | 2 +- docs/docs/CatalogSearchView.html | 2 +- docs/docs/CategoricalSwatchView.html | 607 ++++++++ docs/docs/Cesium3DTileset.html | 104 +- docs/docs/CesiumGeohash.html | 104 +- docs/docs/CesiumImagery.html | 104 +- docs/docs/CesiumTerrain.html | 106 +- docs/docs/CesiumVectorData.html | 104 +- docs/docs/CesiumWidgetView.html | 214 ++- docs/docs/ChoiceFilter.html | 2 +- docs/docs/ChoiceFilterView.html | 2 +- docs/docs/CitationHeaderView.html | 2 +- docs/docs/CitationListView.html | 2 +- docs/docs/CitationModalView.html | 2 +- docs/docs/CitationModel.html | 2 +- docs/docs/CitationView.html | 2 +- docs/docs/Citations.html | 2 +- docs/docs/CollectionModel.html | 2 +- docs/docs/ColorPaletteView.html | 2 +- docs/docs/ContinuousSwatchView.html | 607 ++++++++ docs/docs/DataCatalogViewWithFilters.html | 2 +- docs/docs/DataItemView.html | 2 +- docs/docs/DataONEObject.html | 2 +- docs/docs/DataPackage.html | 2 +- docs/docs/DataPackageView.html | 2 +- docs/docs/DateFilter.html | 2 +- docs/docs/DateFilterView.html | 2 +- docs/docs/DraftsView.html | 2 +- docs/docs/DrawTool.html | 2 +- docs/docs/EML211.html | 2 +- docs/docs/EML211EditorView.html | 2 +- docs/docs/EMLAnnotation.html | 2 +- docs/docs/EMLAnnotations.html | 2 +- docs/docs/EMLAttribute.html | 2 +- docs/docs/EMLAttributeView.html | 2 +- docs/docs/EMLDataTable.html | 2 +- docs/docs/EMLDistribution.html | 2 +- docs/docs/EMLEntity.html | 2 +- docs/docs/EMLEntityView.html | 2 +- docs/docs/EMLGeoCoverage.html | 2 +- docs/docs/EMLMeasurementScale.html | 2 +- docs/docs/EMLMeasurementScaleView.html | 2 +- docs/docs/EMLMeasurementTypeView.html | 2 +- docs/docs/EMLMethodStep.html | 2 +- docs/docs/EMLMethods.html | 2 +- docs/docs/EMLMethodsView.html | 2 +- docs/docs/EMLMissingValueCode.html | 2 +- docs/docs/EMLMissingValueCodeView.html | 2 +- docs/docs/EMLMissingValueCodes.html | 2 +- docs/docs/EMLMissingValueCodesView.html | 2 +- docs/docs/EMLNonNumericDomain.html | 2 +- docs/docs/EMLNumericDomain.html | 2 +- docs/docs/EMLOtherEntity.html | 2 +- docs/docs/EMLOtherEntityView.html | 2 +- docs/docs/EMLParty.html | 2 +- docs/docs/EMLPartyView.html | 2 +- docs/docs/EMLSpecializedText.html | 2 +- docs/docs/EMLTaxonCoverage.html | 2 +- docs/docs/EMLTempCoverageView.html | 2 +- docs/docs/EMLTemporalCoverage.html | 2 +- docs/docs/EMLText.html | 2 +- docs/docs/EMLText211.html | 2 +- docs/docs/EMLUnit.html | 2 +- docs/docs/EMLView.html | 2 +- docs/docs/EMlGeoCoverageView_.html | 2 +- docs/docs/EditCollectionView.html | 2 +- docs/docs/EditorView.html | 2 +- docs/docs/ExpansionPanelView.html | 213 ++- docs/docs/ExpansionPanelsModel.html | 10 +- docs/docs/ExternalView.html | 2 +- docs/docs/Feature.html | 2 +- docs/docs/FeatureInfoView.html | 73 +- docs/docs/Features.html | 2 +- docs/docs/Filter.html | 2 +- docs/docs/FilterEditorView.html | 2 +- docs/docs/FilterGroup.html | 2 +- docs/docs/FilterGroupView.html | 2 +- docs/docs/FilterGroupsView.html | 2 +- docs/docs/FilterView.html | 2 +- docs/docs/Filters.html | 2 +- docs/docs/FiltersMapConnector.html | 2 +- docs/docs/FiltersSearchConnector.html | 2 +- docs/docs/FooterView.html | 2 +- docs/docs/GeoBoundingBox.html | 2 +- docs/docs/GeoPoint.html | 2 +- docs/docs/GeoPoints.html | 2 +- docs/docs/GeoPointsCesiumConnector.html | 2 +- docs/docs/GeoPointsCesiumPointsConnector.html | 2 +- .../docs/GeoPointsCesiumPolygonConnector.html | 2 +- docs/docs/GeoScale.html | 2 +- docs/docs/GeoUtilities.html | 2 +- docs/docs/GeocodedLocation.html | 2 +- docs/docs/GeocoderSearch.html | 2 +- docs/docs/Geohash.html | 2 +- docs/docs/Geohashes.html | 2 +- docs/docs/GoogleAnalytics.html | 2 +- docs/docs/GoogleMapsAutocompleter.html | 2 +- docs/docs/GoogleMapsGeocoder.html | 2 +- docs/docs/GroupListView.html | 2 +- docs/docs/IconUtilities.html | 2 +- docs/docs/ImageUploaderView.html | 2 +- docs/docs/LayerCategoryListView.html | 77 +- docs/docs/LayerDetailView.html | 2 +- docs/docs/LayerDetailsView.html | 2 +- docs/docs/LayerInfoView.html | 2 +- docs/docs/LayerItemView.html | 2 +- docs/docs/LayerLegendView.html | 968 ++++++++++++ docs/docs/LayerListView.html | 2 +- docs/docs/LayerNavigationView.html | 2 +- docs/docs/LayerOpacityView.html | 2 +- docs/docs/LayersPanelView.html | 2 +- docs/docs/LegendContainerView.html | 885 +++++++++++ docs/docs/LegendView.html | 44 +- docs/docs/LogsSearch.html | 2 +- docs/docs/LookupModel.html | 2 +- docs/docs/Map.html | 2 +- docs/docs/MapAsset.html | 222 ++- docs/docs/MapAssets.html | 2 +- docs/docs/MapConfig.html | 113 +- docs/docs/MapHelpPanel.html | 2 +- docs/docs/MapInteraction.html | 2 +- docs/docs/MapModel.html | 250 ++- docs/docs/MapSearchConnector.html | 2 +- docs/docs/MapSearchFiltersConnector.html | 2 +- docs/docs/MapView.html | 212 +-- docs/docs/MapWidgetContainerView.html | 816 ++++++++++ docs/docs/MarkdownEditorView.html | 2 +- docs/docs/MarkdownView.html | 2 +- docs/docs/MdqRunView.html | 2 +- docs/docs/MetacatUI.html | 2 +- docs/docs/MetadataView.html | 2 +- docs/docs/MetricModalView.html | 2 +- docs/docs/MetricView.html | 2 +- docs/docs/Metrics.html | 2 +- docs/docs/MetricsChartView.html | 2 +- docs/docs/NavbarView.html | 2 +- docs/docs/NodeSelect.html | 2 +- docs/docs/NumericFilter.html | 2 +- docs/docs/NumericFilterView.html | 2 +- docs/docs/ObjectFormat.html | 2 +- docs/docs/ObjectFormatSelect.html | 2 +- docs/docs/ObjectFormats.html | 2 +- docs/docs/PortEditorDataView.html | 2 +- docs/docs/PortEditorImageView.html | 2 +- docs/docs/PortEditorLogosView.html | 2 +- docs/docs/PortEditorMdSectionView.html | 2 +- docs/docs/PortEditorSectionView.html | 2 +- docs/docs/PortEditorSectionsView.html | 2 +- docs/docs/PortEditorSettingsView.html | 2 +- docs/docs/PortalDataView.html | 2 +- docs/docs/PortalEditorView.html | 2 +- docs/docs/PortalHeaderView.html | 2 +- docs/docs/PortalImage.html | 2 +- docs/docs/PortalListView.html | 2 +- docs/docs/PortalLogosView.html | 2 +- docs/docs/PortalMembersView.html | 2 +- docs/docs/PortalModel.html | 2 +- docs/docs/PortalSectionModel.html | 147 +- docs/docs/PortalSectionView.html | 2 +- docs/docs/PortalUsagesView.html | 2 +- docs/docs/PortalView.html | 79 +- docs/docs/PortalVisualizationsView.html | 2 +- docs/docs/PortalsSearchView.html | 2 +- docs/docs/Prediction.html | 2 +- docs/docs/PredictionView.html | 2 +- docs/docs/PredictionsListView.html | 2 +- docs/docs/Project.html | 2 +- docs/docs/ProjectList.html | 2 +- docs/docs/ProjectView.html | 2 +- docs/docs/QualityCheck.html | 2 +- docs/docs/QualityReport.html | 2 +- docs/docs/QueryBuilderView.html | 2 +- docs/docs/QueryField.html | 2 +- docs/docs/QueryFieldSelectView.html | 2 +- docs/docs/QueryFields.html | 2 +- docs/docs/QueryRuleView.html | 2 +- docs/docs/Quota.html | 2 +- docs/docs/Quotas.html | 2 +- docs/docs/RegisterCitationView.html | 2 +- docs/docs/ScaleBarView.html | 34 +- docs/docs/ScienceMetadata.html | 2 +- docs/docs/ScienceMetadataView.html | 2 +- docs/docs/Search.html | 2 +- docs/docs/SearchInputView.html | 2 +- docs/docs/SearchParams.html | 149 ++ docs/docs/SearchResultView.html | 2 +- docs/docs/SearchResultsPagerView.html | 2 +- docs/docs/SearchResultsView.html | 2 +- docs/docs/SearchView.html | 2 +- docs/docs/SearchableSelectView.html | 2 +- docs/docs/SemanticFilterView.html | 2 +- docs/docs/ShareUrlView.html | 1364 +++++++++++++++++ docs/docs/SignInView.html | 2 +- docs/docs/SolrResult.html | 2 +- docs/docs/SolrResults.html | 2 +- docs/docs/SorterView.html | 2 +- docs/docs/SpatialFilter.html | 2 +- docs/docs/Stats.html | 2 +- docs/docs/Subscription.html | 2 +- docs/docs/TOCView.html | 2 +- docs/docs/TableEditorView.html | 2 +- docs/docs/ToggleFilter.html | 2 +- docs/docs/ToggleFilterView.html | 2 +- docs/docs/ToolbarView.html | 30 +- docs/docs/UIRouter.html | 2 +- docs/docs/Units.html | 2 +- docs/docs/Usage.html | 2 +- docs/docs/Usages.html | 2 +- docs/docs/UserGroup.html | 2 +- docs/docs/UserGroupView.html | 2 +- docs/docs/UserView.html | 2 +- docs/docs/Utilities.html | 380 ++++- docs/docs/VectorFilter.html | 2 +- docs/docs/VectorFilters.html | 2 +- docs/docs/ViewfinderModel.html | 18 +- docs/docs/ViewfinderView.html | 2 +- docs/docs/ZoomPresetModel.html | 2 +- docs/docs/ZoomPresetView.html | 2 +- docs/docs/ZoomPresets.html | 70 +- docs/docs/ZoomPresetsListView.html | 2 +- docs/docs/docs_other_addtlDocs.jsdoc.html | 2 +- docs/docs/global.html | 344 ++++- docs/docs/index.html | 2 +- docs/docs/src_js_app.js.html | 2 +- .../src_js_collections_AccessPolicy.js.html | 2 +- .../docs/src_js_collections_Citations.js.html | 2 +- .../src_js_collections_DataPackage.js.html | 2 +- docs/docs/src_js_collections_Filters.js.html | 2 +- .../src_js_collections_ObjectFormats.js.html | 2 +- .../src_js_collections_ProjectList.js.html | 2 +- .../src_js_collections_QualityReport.js.html | 2 +- .../src_js_collections_SolrResults.js.html | 2 +- docs/docs/src_js_collections_Units.js.html | 2 +- .../docs/src_js_collections_UserGroup.js.html | 2 +- ...c_js_collections_bookkeeper_Quotas.js.html | 2 +- ...c_js_collections_bookkeeper_Usages.js.html | 2 +- ...s_collections_maps_AssetCategories.js.html | 24 +- ...rc_js_collections_maps_AssetColors.js.html | 2 +- .../src_js_collections_maps_Features.js.html | 2 +- .../src_js_collections_maps_GeoPoints.js.html | 2 +- .../src_js_collections_maps_Geohashes.js.html | 2 +- .../src_js_collections_maps_MapAssets.js.html | 2 +- ..._js_collections_maps_VectorFilters.js.html | 2 +- ...ctions_maps_viewfinder_ZoomPresets.js.html | 47 +- ...ctions_metadata_eml_EMLAnnotations.js.html | 2 +- ..._metadata_eml_EMLMissingValueCodes.js.html | 2 +- ...ollections_queryFields_QueryFields.js.html | 2 +- docs/docs/src_js_common_IconUtilities.js.html | 2 +- docs/docs/src_js_common_SearchParams.js.html | 211 +++ docs/docs/src_js_common_Utilities.js.html | 131 +- docs/docs/src_js_models_AccessRule.js.html | 2 +- docs/docs/src_js_models_AppModel.js.html | 2 +- docs/docs/src_js_models_CitationModel.js.html | 2 +- .../src_js_models_CollectionModel.js.html | 2 +- docs/docs/src_js_models_DataONEObject.js.html | 2 +- docs/docs/src_js_models_LogsSearch.js.html | 2 +- docs/docs/src_js_models_LookupModel.js.html | 2 +- docs/docs/src_js_models_Map.js.html | 2 +- docs/docs/src_js_models_MetricsModel.js.html | 2 +- docs/docs/src_js_models_PackageModel.js.html | 2 +- .../src_js_models_QualityCheckModel.js.html | 2 +- docs/docs/src_js_models_Search.js.html | 2 +- docs/docs/src_js_models_SolrResult.js.html | 2 +- docs/docs/src_js_models_Stats.js.html | 2 +- docs/docs/src_js_models_UserModel.js.html | 2 +- .../src_js_models_analytics_Analytics.js.html | 2 +- ...s_models_analytics_GoogleAnalytics.js.html | 2 +- .../src_js_models_bookkeeper_Quota.js.html | 2 +- ..._js_models_bookkeeper_Subscription.js.html | 2 +- .../src_js_models_bookkeeper_Usage.js.html | 2 +- ...c_js_models_connectors_Filters-Map.js.html | 2 +- ...s_models_connectors_Filters-Search.js.html | 2 +- ...models_connectors_GeoPoints-Cesium.js.html | 2 +- ..._connectors_GeoPoints-CesiumPoints.js.html | 2 +- ...connectors_GeoPoints-CesiumPolygon.js.html | 2 +- ...dels_connectors_Map-Search-Filters.js.html | 2 +- ...rc_js_models_connectors_Map-Search.js.html | 2 +- ...rc_js_models_filters_BooleanFilter.js.html | 2 +- ...src_js_models_filters_ChoiceFilter.js.html | 2 +- .../src_js_models_filters_DateFilter.js.html | 2 +- .../docs/src_js_models_filters_Filter.js.html | 2 +- .../src_js_models_filters_FilterGroup.js.html | 2 +- ...rc_js_models_filters_NumericFilter.js.html | 2 +- ...rc_js_models_filters_SpatialFilter.js.html | 2 +- ...src_js_models_filters_ToggleFilter.js.html | 2 +- ...src_js_models_formats_ObjectFormat.js.html | 2 +- ...s_models_geocoder_GeocodedLocation.js.html | 2 +- ..._js_models_geocoder_GeocoderSearch.js.html | 2 +- ...s_geocoder_GoogleMapsAutocompleter.js.html | 2 +- ...models_geocoder_GoogleMapsGeocoder.js.html | 2 +- .../src_js_models_geocoder_Prediction.js.html | 2 +- .../src_js_models_maps_AssetCategory.js.html | 38 +- .../src_js_models_maps_AssetColor.js.html | 93 +- ...c_js_models_maps_AssetColorPalette.js.html | 2 +- ...s_models_maps_ExpansionPanelsModel.js.html | 116 ++ docs/docs/src_js_models_maps_Feature.js.html | 2 +- .../src_js_models_maps_GeoBoundingBox.js.html | 2 +- docs/docs/src_js_models_maps_GeoPoint.js.html | 2 +- docs/docs/src_js_models_maps_GeoScale.js.html | 2 +- .../src_js_models_maps_GeoUtilities.js.html | 2 +- docs/docs/src_js_models_maps_Geohash.js.html | 2 +- docs/docs/src_js_models_maps_Map.js.html | 147 +- .../src_js_models_maps_MapInteraction.js.html | 2 +- .../src_js_models_maps_VectorFilter.js.html | 2 +- ...models_maps_assets_Cesium3DTileset.js.html | 2 +- ...s_models_maps_assets_CesiumGeohash.js.html | 2 +- ...s_models_maps_assets_CesiumImagery.js.html | 2 +- ...s_models_maps_assets_CesiumTerrain.js.html | 2 +- ...odels_maps_assets_CesiumVectorData.js.html | 2 +- ...src_js_models_maps_assets_MapAsset.js.html | 405 +++-- ...ls_maps_viewfinder_ViewfinderModel.js.html | 12 +- ...ls_maps_viewfinder_ZoomPresetModel.js.html | 2 +- ...js_models_metadata_ScienceMetadata.js.html | 2 +- ...c_js_models_metadata_eml211_EML211.js.html | 2 +- ...dels_metadata_eml211_EMLAnnotation.js.html | 2 +- ...odels_metadata_eml211_EMLAttribute.js.html | 2 +- ...odels_metadata_eml211_EMLDataTable.js.html | 2 +- ...ls_metadata_eml211_EMLDistribution.js.html | 2 +- ...s_models_metadata_eml211_EMLEntity.js.html | 2 +- ...els_metadata_eml211_EMLGeoCoverage.js.html | 2 +- ...etadata_eml211_EMLMeasurementScale.js.html | 2 +- ..._models_metadata_eml211_EMLMethods.js.html | 2 +- ...etadata_eml211_EMLMissingValueCode.js.html | 2 +- ...etadata_eml211_EMLNonNumericDomain.js.html | 2 +- ...s_metadata_eml211_EMLNumericDomain.js.html | 2 +- ...els_metadata_eml211_EMLOtherEntity.js.html | 2 +- ...js_models_metadata_eml211_EMLParty.js.html | 2 +- ...s_metadata_eml211_EMLTaxonCoverage.js.html | 2 +- ...etadata_eml211_EMLTemporalCoverage.js.html | 2 +- ..._js_models_metadata_eml211_EMLText.js.html | 2 +- ..._js_models_metadata_eml211_EMLUnit.js.html | 2 +- ..._js_models_metadata_eml220_EMLText.js.html | 2 +- ..._models_metadata_eml_EMLMethodStep.js.html | 2 +- ...ls_metadata_eml_EMLSpecializedText.js.html | 2 +- .../src_js_models_portals_PortalImage.js.html | 2 +- .../src_js_models_portals_PortalModel.js.html | 8 +- ..._models_portals_PortalSectionModel.js.html | 12 +- ...dels_portals_PortalVizSectionModel.js.html | 13 +- .../src_js_models_projects_Project.js.html | 2 +- ...c_js_models_queryFields_QueryField.js.html | 2 +- docs/docs/src_js_routers_router.js.html | 2 +- .../src_js_views_AccessPolicyView.js.html | 2 +- docs/docs/src_js_views_AccessRuleView.js.html | 2 +- docs/docs/src_js_views_AnnotationView.js.html | 2 +- docs/docs/src_js_views_AppView.js.html | 2 +- .../src_js_views_CitationHeaderView.js.html | 2 +- .../src_js_views_CitationListView.js.html | 2 +- docs/docs/src_js_views_CitationView.js.html | 2 +- .../src_js_views_ColorPaletteView.js.html | 2 +- .../docs/src_js_views_DataCatalogView.js.html | 2 +- ...s_views_DataCatalogViewWithFilters.js.html | 2 +- docs/docs/src_js_views_DataItemView.js.html | 2 +- .../docs/src_js_views_DataPackageView.js.html | 2 +- docs/docs/src_js_views_DraftsView.js.html | 2 +- .../src_js_views_EditCollectionView.js.html | 2 +- docs/docs/src_js_views_EditorView.js.html | 2 +- docs/docs/src_js_views_FooterView.js.html | 2 +- docs/docs/src_js_views_GroupListView.js.html | 2 +- .../src_js_views_ImageUploaderView.js.html | 2 +- .../src_js_views_MarkdownEditorView.js.html | 2 +- docs/docs/src_js_views_MarkdownView.js.html | 2 +- docs/docs/src_js_views_MdqRunView.js.html | 2 +- docs/docs/src_js_views_MetadataView.js.html | 2 +- .../docs/src_js_views_MetricModalView.js.html | 2 +- docs/docs/src_js_views_MetricView.js.html | 2 +- .../src_js_views_MetricsChartView.js.html | 2 +- docs/docs/src_js_views_NavbarView.js.html | 2 +- .../src_js_views_RegisterCitationView.js.html | 2 +- docs/docs/src_js_views_SignInView.js.html | 2 +- docs/docs/src_js_views_StatsView.js.html | 2 +- docs/docs/src_js_views_TOCView.js.html | 2 +- .../docs/src_js_views_TableEditorView.js.html | 2 +- docs/docs/src_js_views_UserGroupView.js.html | 2 +- docs/docs/src_js_views_UserView.js.html | 2 +- ..._views_citations_CitationModalView.js.html | 2 +- ...js_views_filters_BooleanFilterView.js.html | 2 +- ..._js_views_filters_ChoiceFilterView.js.html | 2 +- ...rc_js_views_filters_DateFilterView.js.html | 2 +- ..._js_views_filters_FilterEditorView.js.html | 2 +- ...c_js_views_filters_FilterGroupView.js.html | 2 +- ..._js_views_filters_FilterGroupsView.js.html | 2 +- .../src_js_views_filters_FilterView.js.html | 2 +- ...js_views_filters_NumericFilterView.js.html | 2 +- ...s_views_filters_SemanticFilterView.js.html | 2 +- ..._js_views_filters_ToggleFilterView.js.html | 2 +- ...src_js_views_maps_CesiumWidgetView.js.html | 180 ++- .../src_js_views_maps_DrawToolView.js.html | 2 +- ...c_js_views_maps_ExpansionPanelView.js.html | 196 +++ .../src_js_views_maps_FeatureInfoView.js.html | 618 ++++---- .../src_js_views_maps_HelpPanelView.js.html | 2 +- ...s_views_maps_LayerCategoryListView.js.html | 81 +- .../src_js_views_maps_LayerDetailView.js.html | 2 +- ...src_js_views_maps_LayerDetailsView.js.html | 2 +- .../src_js_views_maps_LayerInfoView.js.html | 2 +- .../src_js_views_maps_LayerItemView.js.html | 2 +- .../src_js_views_maps_LayerListView.js.html | 2 +- ..._js_views_maps_LayerNavigationView.js.html | 2 +- ...src_js_views_maps_LayerOpacityView.js.html | 2 +- .../src_js_views_maps_LayersPanelView.js.html | 2 +- .../docs/src_js_views_maps_LegendView.js.html | 166 +- docs/docs/src_js_views_maps_MapView.js.html | 280 ++-- ..._views_maps_MapWidgetContainerView.js.html | 163 ++ .../src_js_views_maps_ScaleBarView.js.html | 201 +-- .../src_js_views_maps_SearchInputView.js.html | 2 +- .../src_js_views_maps_ShareUrlView.js.html | 226 +++ .../src_js_views_maps_ToolbarView.js.html | 69 +- ..._maps_legend_CategoricalSwatchView.js.html | 121 ++ ...s_maps_legend_ContinuousSwatchView.js.html | 143 ++ ..._views_maps_legend_LayerLegendView.js.html | 174 +++ ...ws_maps_legend_LegendContainerView.js.html | 160 ++ ...ews_maps_viewfinder_PredictionView.js.html | 2 +- ...aps_viewfinder_PredictionsListView.js.html | 2 +- ...s_views_maps_viewfinder_SearchView.js.html | 2 +- ...ews_maps_viewfinder_ViewfinderView.js.html | 6 +- ...ews_maps_viewfinder_ZoomPresetView.js.html | 2 +- ...aps_viewfinder_ZoomPresetsListView.js.html | 2 +- ...js_views_metadata_EML211EditorView.js.html | 2 +- ...etadata_EML211MissingValueCodeView.js.html | 2 +- ...tadata_EML211MissingValueCodesView.js.html | 2 +- .../src_js_views_metadata_EML211View.js.html | 2 +- ...js_views_metadata_EMLAttributeView.js.html | 2 +- ...rc_js_views_metadata_EMLEntityView.js.html | 2 +- ..._views_metadata_EMLGeoCoverageView.js.html | 2 +- ...s_metadata_EMLMeasurementScaleView.js.html | 2 +- ...ws_metadata_EMLMeasurementTypeView.js.html | 2 +- ...c_js_views_metadata_EMLMethodsView.js.html | 2 +- ..._views_metadata_EMLOtherEntityView.js.html | 2 +- ...src_js_views_metadata_EMLPartyView.js.html | 2 +- ...views_metadata_EMLTempCoverageView.js.html | 2 +- ...views_metadata_ScienceMetadataView.js.html | 2 +- ...rc_js_views_portals_PortalDataView.js.html | 2 +- ..._js_views_portals_PortalHeaderView.js.html | 2 +- ...rc_js_views_portals_PortalListView.js.html | 2 +- ...c_js_views_portals_PortalLogosView.js.html | 2 +- ...js_views_portals_PortalMembersView.js.html | 2 +- ...js_views_portals_PortalMetricsView.js.html | 2 +- ...js_views_portals_PortalSectionView.js.html | 2 +- ..._js_views_portals_PortalUsagesView.js.html | 2 +- .../src_js_views_portals_PortalView.js.html | 247 +-- ...s_portals_PortalVisualizationsView.js.html | 2 +- ...js_views_portals_PortalsSearchView.js.html | 2 +- ..._portals_editor_PortEditorDataView.js.html | 2 +- ...portals_editor_PortEditorImageView.js.html | 2 +- ...portals_editor_PortEditorLogosView.js.html | 2 +- ...als_editor_PortEditorMdSectionView.js.html | 2 +- ...rtals_editor_PortEditorSectionView.js.html | 2 +- ...tals_editor_PortEditorSectionsView.js.html | 2 +- ...tals_editor_PortEditorSettingsView.js.html | 2 +- ...ws_portals_editor_PortalEditorView.js.html | 2 +- .../src_js_views_projects_ProjectView.js.html | 2 +- ...iews_queryBuilder_QueryBuilderView.js.html | 2 +- ...s_views_queryBuilder_QueryRuleView.js.html | 2 +- ...ews_searchSelect_AccountSelectView.js.html | 2 +- ..._searchSelect_AnnotationFilterView.js.html | 2 +- ..._views_searchSelect_NodeSelectView.js.html | 2 +- ...earchSelect_ObjectFormatSelectView.js.html | 2 +- ..._searchSelect_QueryFieldSelectView.js.html | 2 +- ..._searchSelect_SearchableSelectView.js.html | 2 +- ..._js_views_search_CatalogSearchView.js.html | 2 +- ...c_js_views_search_SearchResultView.js.html | 2 +- ...iews_search_SearchResultsPagerView.js.html | 2 +- ..._js_views_search_SearchResultsView.js.html | 2 +- .../src_js_views_search_SorterView.js.html | 2 +- docs/docs/src_loader.js.html | 2 +- 482 files changed, 10899 insertions(+), 2959 deletions(-) create mode 100644 docs/docs/CategoricalSwatchView.html create mode 100644 docs/docs/ContinuousSwatchView.html create mode 100644 docs/docs/LayerLegendView.html create mode 100644 docs/docs/LegendContainerView.html create mode 100644 docs/docs/MapWidgetContainerView.html create mode 100644 docs/docs/SearchParams.html create mode 100644 docs/docs/ShareUrlView.html create mode 100644 docs/docs/src_js_common_SearchParams.js.html create mode 100644 docs/docs/src_js_models_maps_ExpansionPanelsModel.js.html create mode 100644 docs/docs/src_js_views_maps_ExpansionPanelView.js.html create mode 100644 docs/docs/src_js_views_maps_MapWidgetContainerView.js.html create mode 100644 docs/docs/src_js_views_maps_ShareUrlView.js.html create mode 100644 docs/docs/src_js_views_maps_legend_CategoricalSwatchView.js.html create mode 100644 docs/docs/src_js_views_maps_legend_ContinuousSwatchView.js.html create mode 100644 docs/docs/src_js_views_maps_legend_LayerLegendView.js.html create mode 100644 docs/docs/src_js_views_maps_legend_LegendContainerView.js.html diff --git a/docs/docs/AccessPolicy.html b/docs/docs/AccessPolicy.html index 479a37cde..458f56d2a 100644 --- a/docs/docs/AccessPolicy.html +++ b/docs/docs/AccessPolicy.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/AccessPolicyView.html b/docs/docs/AccessPolicyView.html index fbc02ce93..27c8b7b2f 100644 --- a/docs/docs/AccessPolicyView.html +++ b/docs/docs/AccessPolicyView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/AccessRule.html b/docs/docs/AccessRule.html index 867d4ef50..cf67f2647 100644 --- a/docs/docs/AccessRule.html +++ b/docs/docs/AccessRule.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/AccessRuleView.html b/docs/docs/AccessRuleView.html index b388ba4b5..df7b4f965 100644 --- a/docs/docs/AccessRuleView.html +++ b/docs/docs/AccessRuleView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/AccountSelectView.html b/docs/docs/AccountSelectView.html index adedc6366..b313f3734 100644 --- a/docs/docs/AccountSelectView.html +++ b/docs/docs/AccountSelectView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/Analytics.html b/docs/docs/Analytics.html index 7f57b88c7..6eb65507e 100644 --- a/docs/docs/Analytics.html +++ b/docs/docs/Analytics.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/AnnotationFilter.html b/docs/docs/AnnotationFilter.html index c4a9b4e82..4caa3fb24 100644 --- a/docs/docs/AnnotationFilter.html +++ b/docs/docs/AnnotationFilter.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/AnnotationView.html b/docs/docs/AnnotationView.html index 2ca6597b3..e619ad140 100644 --- a/docs/docs/AnnotationView.html +++ b/docs/docs/AnnotationView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/AnnotatorView.html b/docs/docs/AnnotatorView.html index 1f2fcd026..47447bc63 100644 --- a/docs/docs/AnnotatorView.html +++ b/docs/docs/AnnotatorView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/AppConfig.html b/docs/docs/AppConfig.html index ba4ec5d54..81973e9e3 100644 --- a/docs/docs/AppConfig.html +++ b/docs/docs/AppConfig.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/AppModel.html b/docs/docs/AppModel.html index c611e5f68..b08e8c0b0 100644 --- a/docs/docs/AppModel.html +++ b/docs/docs/AppModel.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/AppView.html b/docs/docs/AppView.html index fbba7a810..a0854ccf1 100644 --- a/docs/docs/AppView.html +++ b/docs/docs/AppView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/AssetCategories.html b/docs/docs/AssetCategories.html index 03fb1d14c..9f5635020 100644 --- a/docs/docs/AssetCategories.html +++ b/docs/docs/AssetCategories.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

@@ -318,7 +318,7 @@

Source:
@@ -346,6 +346,10 @@

Returns:
+
+ A list of MapAssets collections. +
+
@@ -372,6 +376,124 @@
Returns:
+

+ + + + + getMapAssetsFlat() → {MapAssets} +

+ + + + + + +
+ Gets a single, flattened MapAssets collection from the AssetCategory +group in the collection. +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + +
Returns:
+ + +
+ A single MapAssets collection constructed from +groups of MapAsset models. +
+ + + +
+
+ Type +
+
+ +MapAssets + + +
+
+ + + + + + + + + + + + +

diff --git a/docs/docs/AssetCategory.html b/docs/docs/AssetCategory.html index 81c96d3db..ca8098334 100644 --- a/docs/docs/AssetCategory.html +++ b/docs/docs/AssetCategory.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

@@ -123,7 +123,7 @@

Source:
@@ -189,7 +189,7 @@

- defaults :Object + defaults :object

@@ -205,7 +205,7 @@
Type:
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + + + + updateSearchParams() +

+ + + + + + +
+ Update the search parameters related to the current map position +and heading. +
+ + + + + + + + + + + + + +
+ + + + +
Since:
+
  • 2.30.0
+ + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
@@ -7083,7 +7181,7 @@
Parameters:
Source:
@@ -7178,7 +7276,7 @@

Source:
diff --git a/docs/docs/ChoiceFilter.html b/docs/docs/ChoiceFilter.html index 31a9a517b..37b40507d 100644 --- a/docs/docs/ChoiceFilter.html +++ b/docs/docs/ChoiceFilter.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/ChoiceFilterView.html b/docs/docs/ChoiceFilterView.html index 42317670d..cc79e0cd6 100644 --- a/docs/docs/ChoiceFilterView.html +++ b/docs/docs/ChoiceFilterView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/CitationHeaderView.html b/docs/docs/CitationHeaderView.html index 19ccd280d..9311d3480 100644 --- a/docs/docs/CitationHeaderView.html +++ b/docs/docs/CitationHeaderView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/CitationListView.html b/docs/docs/CitationListView.html index e7e4aad6e..09d3059e2 100644 --- a/docs/docs/CitationListView.html +++ b/docs/docs/CitationListView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/CitationModalView.html b/docs/docs/CitationModalView.html index 1c23f8e8f..441e5c320 100644 --- a/docs/docs/CitationModalView.html +++ b/docs/docs/CitationModalView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/CitationModel.html b/docs/docs/CitationModel.html index fd2dac454..522038e1c 100644 --- a/docs/docs/CitationModel.html +++ b/docs/docs/CitationModel.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/CitationView.html b/docs/docs/CitationView.html index ea8f703f6..b3232040f 100644 --- a/docs/docs/CitationView.html +++ b/docs/docs/CitationView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/Citations.html b/docs/docs/Citations.html index c867f7fce..3737aa896 100644 --- a/docs/docs/Citations.html +++ b/docs/docs/Citations.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/CollectionModel.html b/docs/docs/CollectionModel.html index 534ab51e2..8d74d3c7a 100644 --- a/docs/docs/CollectionModel.html +++ b/docs/docs/CollectionModel.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/ColorPaletteView.html b/docs/docs/ColorPaletteView.html index c01333622..c50fef446 100644 --- a/docs/docs/ColorPaletteView.html +++ b/docs/docs/ColorPaletteView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/ContinuousSwatchView.html b/docs/docs/ContinuousSwatchView.html new file mode 100644 index 000000000..1d679293a --- /dev/null +++ b/docs/docs/ContinuousSwatchView.html @@ -0,0 +1,607 @@ + + + + + MetacatUI Dev Docs: Class: ContinuousSwatchView + + + + + + + + + + + + + + +
+ +

Class: ContinuousSwatchView

+ + + + + + +
+ +
+ +

ContinuousSwatchView()

+ +
A view for a continuous swatch-value pair in a legend.
+ + + + + +
+

Screenshot

+ + + +
+ + + + +
+ +
+
+ + + + +

Constructor

+ + + +

+ + + + + new ContinuousSwatchView() +

+ + + + + + + + + + + + + + + + + + +
+ + + + +
Since:
+
  • 2.30.0
+ + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+ + +

Extends

+ + + + +
    +
  • Backbone.View
  • +
+ + + + + + + + + + + + + + + +

Members

+ + + +

+ + + + + className +

+ + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + +

+ + + + + model :AssetColorPalette +

+ + + + +
+ The palette model that this view uses +
+ + + +
Type:
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + +

+ + + + + template +

+ + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + +

Methods

+ + + + + + + +

+ + + + + initialize() +

+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + + + + render() +

+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ +
+ + + + + \ No newline at end of file diff --git a/docs/docs/DataCatalogViewWithFilters.html b/docs/docs/DataCatalogViewWithFilters.html index 04daa49c6..7209c99e5 100644 --- a/docs/docs/DataCatalogViewWithFilters.html +++ b/docs/docs/DataCatalogViewWithFilters.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/DataItemView.html b/docs/docs/DataItemView.html index 1c2a2c1c3..ea7efcb08 100644 --- a/docs/docs/DataItemView.html +++ b/docs/docs/DataItemView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/DataONEObject.html b/docs/docs/DataONEObject.html index ac9cab440..fc67814e7 100644 --- a/docs/docs/DataONEObject.html +++ b/docs/docs/DataONEObject.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/DataPackage.html b/docs/docs/DataPackage.html index 4f426be0a..86c75cab9 100644 --- a/docs/docs/DataPackage.html +++ b/docs/docs/DataPackage.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/DataPackageView.html b/docs/docs/DataPackageView.html index aa3682693..56844b87a 100644 --- a/docs/docs/DataPackageView.html +++ b/docs/docs/DataPackageView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/DateFilter.html b/docs/docs/DateFilter.html index b518b9d02..8cdf1b675 100644 --- a/docs/docs/DateFilter.html +++ b/docs/docs/DateFilter.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/DateFilterView.html b/docs/docs/DateFilterView.html index c8add212b..b548e60df 100644 --- a/docs/docs/DateFilterView.html +++ b/docs/docs/DateFilterView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/DraftsView.html b/docs/docs/DraftsView.html index 8e9b5b03d..48001a5bd 100644 --- a/docs/docs/DraftsView.html +++ b/docs/docs/DraftsView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/DrawTool.html b/docs/docs/DrawTool.html index 41e2b9997..02494475d 100644 --- a/docs/docs/DrawTool.html +++ b/docs/docs/DrawTool.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EML211.html b/docs/docs/EML211.html index b9edf160b..8e73769ea 100644 --- a/docs/docs/EML211.html +++ b/docs/docs/EML211.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EML211EditorView.html b/docs/docs/EML211EditorView.html index 7e22bb41a..fc6b5927c 100644 --- a/docs/docs/EML211EditorView.html +++ b/docs/docs/EML211EditorView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLAnnotation.html b/docs/docs/EMLAnnotation.html index a2d3b214e..d055828ad 100644 --- a/docs/docs/EMLAnnotation.html +++ b/docs/docs/EMLAnnotation.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLAnnotations.html b/docs/docs/EMLAnnotations.html index 207069533..f2ca64fed 100644 --- a/docs/docs/EMLAnnotations.html +++ b/docs/docs/EMLAnnotations.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLAttribute.html b/docs/docs/EMLAttribute.html index ed68b4cd7..7a5ae8c23 100644 --- a/docs/docs/EMLAttribute.html +++ b/docs/docs/EMLAttribute.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLAttributeView.html b/docs/docs/EMLAttributeView.html index 1a3bdbe0a..f467b64db 100644 --- a/docs/docs/EMLAttributeView.html +++ b/docs/docs/EMLAttributeView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLDataTable.html b/docs/docs/EMLDataTable.html index c4dbb8368..253bbdd7e 100644 --- a/docs/docs/EMLDataTable.html +++ b/docs/docs/EMLDataTable.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLDistribution.html b/docs/docs/EMLDistribution.html index aa889e2cd..a13e4fd6b 100644 --- a/docs/docs/EMLDistribution.html +++ b/docs/docs/EMLDistribution.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLEntity.html b/docs/docs/EMLEntity.html index 13708e8c1..a5cfaa587 100644 --- a/docs/docs/EMLEntity.html +++ b/docs/docs/EMLEntity.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLEntityView.html b/docs/docs/EMLEntityView.html index 5994c76bf..0ae30afbe 100644 --- a/docs/docs/EMLEntityView.html +++ b/docs/docs/EMLEntityView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLGeoCoverage.html b/docs/docs/EMLGeoCoverage.html index 78f33e6b6..bfaca2ce7 100644 --- a/docs/docs/EMLGeoCoverage.html +++ b/docs/docs/EMLGeoCoverage.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLMeasurementScale.html b/docs/docs/EMLMeasurementScale.html index 3cc624206..faa473fd7 100644 --- a/docs/docs/EMLMeasurementScale.html +++ b/docs/docs/EMLMeasurementScale.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLMeasurementScaleView.html b/docs/docs/EMLMeasurementScaleView.html index b1c98e000..184897177 100644 --- a/docs/docs/EMLMeasurementScaleView.html +++ b/docs/docs/EMLMeasurementScaleView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLMeasurementTypeView.html b/docs/docs/EMLMeasurementTypeView.html index 6a1a18046..f18d65c99 100644 --- a/docs/docs/EMLMeasurementTypeView.html +++ b/docs/docs/EMLMeasurementTypeView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLMethodStep.html b/docs/docs/EMLMethodStep.html index 671879129..5f53d423d 100644 --- a/docs/docs/EMLMethodStep.html +++ b/docs/docs/EMLMethodStep.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLMethods.html b/docs/docs/EMLMethods.html index bced12b53..7b98d344e 100644 --- a/docs/docs/EMLMethods.html +++ b/docs/docs/EMLMethods.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLMethodsView.html b/docs/docs/EMLMethodsView.html index e346f3f90..5f49a1d96 100644 --- a/docs/docs/EMLMethodsView.html +++ b/docs/docs/EMLMethodsView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLMissingValueCode.html b/docs/docs/EMLMissingValueCode.html index 7b1688891..910273d09 100644 --- a/docs/docs/EMLMissingValueCode.html +++ b/docs/docs/EMLMissingValueCode.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLMissingValueCodeView.html b/docs/docs/EMLMissingValueCodeView.html index 9889e911e..9e6d58608 100644 --- a/docs/docs/EMLMissingValueCodeView.html +++ b/docs/docs/EMLMissingValueCodeView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLMissingValueCodes.html b/docs/docs/EMLMissingValueCodes.html index e0ffb5389..980a61097 100644 --- a/docs/docs/EMLMissingValueCodes.html +++ b/docs/docs/EMLMissingValueCodes.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLMissingValueCodesView.html b/docs/docs/EMLMissingValueCodesView.html index ec259de21..8ff47ee9d 100644 --- a/docs/docs/EMLMissingValueCodesView.html +++ b/docs/docs/EMLMissingValueCodesView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLNonNumericDomain.html b/docs/docs/EMLNonNumericDomain.html index 123c7a3df..38cdca871 100644 --- a/docs/docs/EMLNonNumericDomain.html +++ b/docs/docs/EMLNonNumericDomain.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLNumericDomain.html b/docs/docs/EMLNumericDomain.html index 0d3f7d7c2..fb6e95c79 100644 --- a/docs/docs/EMLNumericDomain.html +++ b/docs/docs/EMLNumericDomain.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLOtherEntity.html b/docs/docs/EMLOtherEntity.html index 6f64eba80..2555158c0 100644 --- a/docs/docs/EMLOtherEntity.html +++ b/docs/docs/EMLOtherEntity.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLOtherEntityView.html b/docs/docs/EMLOtherEntityView.html index 670ef7da1..743677a2f 100644 --- a/docs/docs/EMLOtherEntityView.html +++ b/docs/docs/EMLOtherEntityView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLParty.html b/docs/docs/EMLParty.html index 67f5c928f..71112e81e 100644 --- a/docs/docs/EMLParty.html +++ b/docs/docs/EMLParty.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLPartyView.html b/docs/docs/EMLPartyView.html index 6f23204dc..011f1cba4 100644 --- a/docs/docs/EMLPartyView.html +++ b/docs/docs/EMLPartyView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLSpecializedText.html b/docs/docs/EMLSpecializedText.html index 0e53668af..2f84c949b 100644 --- a/docs/docs/EMLSpecializedText.html +++ b/docs/docs/EMLSpecializedText.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLTaxonCoverage.html b/docs/docs/EMLTaxonCoverage.html index 6ce2566b8..8d9d07600 100644 --- a/docs/docs/EMLTaxonCoverage.html +++ b/docs/docs/EMLTaxonCoverage.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLTempCoverageView.html b/docs/docs/EMLTempCoverageView.html index bbb865c32..47cd0f94b 100644 --- a/docs/docs/EMLTempCoverageView.html +++ b/docs/docs/EMLTempCoverageView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLTemporalCoverage.html b/docs/docs/EMLTemporalCoverage.html index ab23dd233..600a32054 100644 --- a/docs/docs/EMLTemporalCoverage.html +++ b/docs/docs/EMLTemporalCoverage.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLText.html b/docs/docs/EMLText.html index 09088edcd..5805b035c 100644 --- a/docs/docs/EMLText.html +++ b/docs/docs/EMLText.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLText211.html b/docs/docs/EMLText211.html index b619f057e..707a0dfd0 100644 --- a/docs/docs/EMLText211.html +++ b/docs/docs/EMLText211.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLUnit.html b/docs/docs/EMLUnit.html index 8d959929e..daa9d788a 100644 --- a/docs/docs/EMLUnit.html +++ b/docs/docs/EMLUnit.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMLView.html b/docs/docs/EMLView.html index 7620580cd..8c2d804a4 100644 --- a/docs/docs/EMLView.html +++ b/docs/docs/EMLView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EMlGeoCoverageView_.html b/docs/docs/EMlGeoCoverageView_.html index d6cec8b54..9f91d5aa3 100644 --- a/docs/docs/EMlGeoCoverageView_.html +++ b/docs/docs/EMlGeoCoverageView_.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EditCollectionView.html b/docs/docs/EditCollectionView.html index 54da9d1ef..5e629343c 100644 --- a/docs/docs/EditCollectionView.html +++ b/docs/docs/EditCollectionView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/EditorView.html b/docs/docs/EditorView.html index 5f3c014a3..9ef771b7d 100644 --- a/docs/docs/EditorView.html +++ b/docs/docs/EditorView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/ExpansionPanelView.html b/docs/docs/ExpansionPanelView.html index 0e4e15e88..0b7a77b2a 100644 --- a/docs/docs/ExpansionPanelView.html +++ b/docs/docs/ExpansionPanelView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

@@ -56,8 +56,8 @@

ExpansionPa

Screenshot

- - + +
@@ -133,7 +133,7 @@

Source:
@@ -240,7 +240,7 @@

Source:
@@ -258,23 +258,33 @@

-

- +

+ - templateVars + type :string

- Values meant to be used by the rendered HTML template. + The type of View this is
+

Type:
+
    +
  • + +string + + +
  • +
+ @@ -308,7 +318,7 @@

Source:
@@ -325,33 +335,41 @@

+ + + +

Methods

+ + -

- - - - type :string -

+ + + +

+ + + + + collapse() +

+ +
- The type of View this is + Force the panel's content to be hidden.
-
Type:
-
    -
  • - -string -
  • -
+ + + @@ -386,7 +404,7 @@
Type:
Source:
@@ -402,11 +420,19 @@
Type:
- - - -

Methods

+ + + + + + + + + + + + @@ -414,12 +440,12 @@

Methods

-

- +

+ - collapse() + events()

@@ -428,7 +454,7 @@

- Force the panel's content to be hidden. + The events this view will listen to and the associated function to call.
@@ -472,7 +498,7 @@

Source:
@@ -508,12 +534,12 @@

-

- +

+ - events() + getContent() → {HTMLDivElement}

@@ -522,7 +548,7 @@

- The events this view will listen to and the associated function to call. + Getter function for the content div.
@@ -566,7 +592,7 @@

Source:
@@ -591,6 +617,28 @@

+

Returns:
+ + +
+ Returns the content element. +
+ + + +
+
+ Type +
+
+ +HTMLDivElement + + +
+
+ + @@ -602,12 +650,12 @@

-

- +

+ - getContent() → {HTMLDivElement} + initialize(options)

@@ -616,7 +664,7 @@

- Getter function for the content div. + Initialize the view with the given options.
@@ -627,6 +675,55 @@

+

Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
options + + +ExpansionPanelViewOptions + + + + The options for this view.
+ + @@ -660,7 +757,7 @@

Source:
@@ -685,28 +782,6 @@

-

Returns:
- - -
- Returns the content element. -
- - - -
-
- Type -
-
- -HTMLDivElement - - -
-
- - @@ -776,7 +851,7 @@

Source:
@@ -872,7 +947,7 @@

Source:
@@ -966,7 +1041,7 @@

Source:
diff --git a/docs/docs/ExpansionPanelsModel.html b/docs/docs/ExpansionPanelsModel.html index 76fe76b6a..6ba45628c 100644 --- a/docs/docs/ExpansionPanelsModel.html +++ b/docs/docs/ExpansionPanelsModel.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

@@ -121,7 +121,7 @@

Source:
@@ -304,7 +304,7 @@

Properties:
Source:
@@ -444,7 +444,7 @@
Properties:
Source:
@@ -591,7 +591,7 @@
Properties:
Source:
diff --git a/docs/docs/ExternalView.html b/docs/docs/ExternalView.html index 2fab82477..010d3bccf 100644 --- a/docs/docs/ExternalView.html +++ b/docs/docs/ExternalView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/Feature.html b/docs/docs/Feature.html index 485860a3a..01cb7d029 100644 --- a/docs/docs/Feature.html +++ b/docs/docs/Feature.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/FeatureInfoView.html b/docs/docs/FeatureInfoView.html index 7352593ab..8a546d397 100644 --- a/docs/docs/FeatureInfoView.html +++ b/docs/docs/FeatureInfoView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

@@ -284,7 +284,7 @@

- classes :Object + classes :object

@@ -300,7 +300,7 @@
Type:
- - - - - - - - - - - - - - - - - - - - - - - - - - -

- - - - - getAllLayers() → {Array.<MapAsset>} -

- - - - - - -
- Get all of the layers regardless of presences of layerCategories in a -flat list of MapAsset models. -
- - - - - - - - - - - - - -
- - - - -
Since:
-
  • 2.29.0
- - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
@@ -1408,29 +1389,6 @@

-

Returns:
- - -
- All of the layers, or empty array if no layers -are configured. -
- - - -
-
- Type -
-
- -Array.<MapAsset> - - -
-
- - @@ -1496,7 +1454,7 @@

Source:
@@ -1618,7 +1576,7 @@

Source:
@@ -1785,7 +1743,7 @@

Parameters:
Source:
@@ -1931,7 +1889,7 @@
Parameters:
Source:
@@ -2026,7 +1984,7 @@

Source:
@@ -2124,7 +2082,7 @@

Source:
@@ -2291,7 +2249,7 @@

Parameters:
Source:
@@ -2388,7 +2346,7 @@

Source:
@@ -2567,7 +2525,7 @@

Parameters:
Source:
diff --git a/docs/docs/MapSearchConnector.html b/docs/docs/MapSearchConnector.html index 60f38ada7..36deede18 100644 --- a/docs/docs/MapSearchConnector.html +++ b/docs/docs/MapSearchConnector.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/MapSearchFiltersConnector.html b/docs/docs/MapSearchFiltersConnector.html index 42f3d6439..b7087b55b 100644 --- a/docs/docs/MapSearchFiltersConnector.html +++ b/docs/docs/MapSearchFiltersConnector.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

diff --git a/docs/docs/MapView.html b/docs/docs/MapView.html index 1a965d579..7ae5fe7c3 100644 --- a/docs/docs/MapView.html +++ b/docs/docs/MapView.html @@ -30,7 +30,7 @@ -

Namespaces

Classes

Global

+

Namespaces

Classes

Global

@@ -134,7 +134,7 @@

Source:
@@ -255,7 +255,7 @@

Type:
Source:
@@ -278,7 +278,7 @@

- events :Object + events :object

@@ -294,7 +294,7 @@
Type: