Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 11, 2024
1 parent dbf0530 commit b23afeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapStore2
Submodule MapStore2 updated 58 files
+1 −0 .gitignore
+7 −0 CHANGELOG.md
+1 −1 binary/bin-war/pom.xml
+1 −1 binary/pom.xml
+1 −1 java/pom.xml
+1 −1 java/printing/pom.xml
+1 −1 java/services/pom.xml
+1 −1 java/web/pom.xml
+1 −1 package.json
+1 −1 pom.xml
+1 −1 product/pom.xml
+1 −1 project/standard/templates/web/pom.xml
+1 −0 web/client/components/I18N/IntlNumberFormControl.jsx
+3 −3 web/client/components/I18N/__tests__/IntlNumberFormatControl-test.jsx
+0 −8 web/client/components/catalog/__tests__/CatalogServiceEditor-test.jsx
+5 −5 web/client/components/catalog/editor/MainForm.jsx
+0 −21 web/client/components/catalog/editor/MainFormUtils.js
+1 −1 web/client/components/map/leaflet/Map.jsx
+66 −2 web/client/components/widgets/enhancers/__tests__/wpsCounter-test.js
+64 −0 web/client/components/widgets/enhancers/wfsTable/__tests__/triggerFetch-test.js
+11 −1 web/client/components/widgets/enhancers/wfsTable/triggerFetch.js
+11 −1 web/client/components/widgets/enhancers/wpsCounter.js
+36 −0 web/client/epics/__tests__/identify-test.js
+9 −3 web/client/epics/identify.js
+10 −3 web/client/libs/numeric-input/NumericInput.jsx
+1 −0 web/client/plugins/Identify.jsx
+1 −1 web/client/plugins/Widgets.jsx
+13 −9 web/client/product/components/viewer/about/About.jsx
+2 −2 web/client/product/components/viewer/about/AboutContent.jsx
+1 −1 web/client/product/components/viewer/about/VersionInfo.jsx
+56 −0 web/client/product/components/viewer/about/__tests__/About-test.js
+2 −0 web/client/product/plugins/About.jsx
+4 −1 web/client/themes/default/less/version.less
+12 −0 web/client/translations/data.da-DK.json
+12 −0 web/client/translations/data.de-DE.json
+12 −0 web/client/translations/data.en-US.json
+12 −0 web/client/translations/data.es-ES.json
+12 −0 web/client/translations/data.fi-FI.json
+12 −0 web/client/translations/data.fr-FR.json
+12 −0 web/client/translations/data.hr-HR.json
+12 −0 web/client/translations/data.is-IS.json
+12 −0 web/client/translations/data.it-IT.json
+12 −0 web/client/translations/data.nl-NL.json
+11 −0 web/client/translations/data.pt-PT.json
+11 −0 web/client/translations/data.sk-SK.json
+11 −0 web/client/translations/data.sv-SE.json
+11 −0 web/client/translations/data.vi-VN.json
+11 −0 web/client/translations/data.zh-ZH.json
+1 −1 web/client/utils/MarkerUtils.js
+46 −0 web/client/utils/WidgetsUtils.js
+41 −1 web/client/utils/__tests__/WidgetsUtils-test.js
+6 −0 web/client/utils/ogc/Filter/CQL/__tests__/parser-test.js
+1 −1 web/client/utils/ogc/Filter/CQL/parser.js
+1 −0 web/client/utils/ogc/Filter/FilterBuilder.js
+6 −1 web/client/utils/ogc/Filter/__tests__/FilterBuilder-test.js
+4 −0 web/client/utils/ogc/Filter/__tests__/fromObject-test.js
+5 −0 web/client/utils/ogc/Filter/__tests__/operators-test.js
+4 −4 web/client/utils/ogc/Filter/operators.js

0 comments on commit b23afeb

Please sign in to comment.