@vcmap/ui 6.0.0-rc.9 → 6.0.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.
Files changed (160) hide show
  1. package/README.md +2 -0
  2. package/build/commonViteConfig.js +7 -0
  3. package/config/aerowest.config.json +12 -2
  4. package/config/analysis.config.json +17 -0
  5. package/config/base.config.json +16 -4
  6. package/config/components-show-case.config.json +53 -0
  7. package/config/concepts-show-case.config.json +39 -0
  8. package/config/dev.config.json +165 -104
  9. package/config/dynamic-layer.config.json +32 -0
  10. package/config/hello-world.config.json +11 -0
  11. package/config/projects.config.json +9 -1
  12. package/config/solar.config.json +65 -0
  13. package/config/vectorTile.config.json +70 -0
  14. package/config/www.config.json +33 -10
  15. package/dist/assets/cesium.js +1 -1
  16. package/dist/assets/{core-ccecb5f4.js → core-a599e8b6.js} +7302 -6838
  17. package/dist/assets/core.js +1 -1
  18. package/dist/assets/{ol-3c6b9b5b.js → ol-21bbc740.js} +5057 -5178
  19. package/dist/assets/ol.js +1 -1
  20. package/dist/assets/ui-adeddc7d.css +1 -0
  21. package/dist/assets/{ui-8a8aef2a.js → ui-adeddc7d.js} +9687 -8940
  22. package/dist/assets/ui.js +1 -1
  23. package/dist/assets/vue.js +1 -1
  24. package/dist/assets/{vuetify-ac50bfc8.js → vuetify-c0e02f11.js} +2507 -2504
  25. package/dist/assets/vuetify.js +1 -1
  26. package/index.d.ts +2 -0
  27. package/index.js +1 -0
  28. package/package.json +12 -12
  29. package/plugins/@vcmap-show-case/README.md +15 -6
  30. package/plugins/@vcmap-show-case/category-tester/package.json +1 -1
  31. package/plugins/@vcmap-show-case/category-tester/src/CollectionComponentOptions.vue +23 -23
  32. package/plugins/@vcmap-show-case/category-tester/src/FoobarEditor.vue +2 -8
  33. package/plugins/@vcmap-show-case/collection-manager-example/package.json +1 -1
  34. package/plugins/@vcmap-show-case/collection-manager-example/src/CollectionManagerExample.vue +10 -8
  35. package/plugins/@vcmap-show-case/context-menu-tester/package.json +1 -1
  36. package/plugins/@vcmap-show-case/extent-example/package.json +1 -1
  37. package/plugins/@vcmap-show-case/flight-component-example/package.json +1 -1
  38. package/plugins/@vcmap-show-case/form-inputs-example/package.json +1 -1
  39. package/plugins/@vcmap-show-case/hello-world/package.json +1 -1
  40. package/plugins/@vcmap-show-case/icons-example/package.json +1 -1
  41. package/plugins/@vcmap-show-case/notifier-tester/package.json +1 -1
  42. package/plugins/@vcmap-show-case/panel-tester/package.json +1 -1
  43. package/plugins/@vcmap-show-case/plugin-editors/package.json +1 -1
  44. package/plugins/@vcmap-show-case/plugin-editors/src/index.js +17 -6
  45. package/plugins/@vcmap-show-case/project-selector/package.json +1 -9
  46. package/plugins/@vcmap-show-case/project-selector/src/ModulesListComponent.vue +22 -31
  47. package/plugins/@vcmap-show-case/project-selector/src/ProjectSelectorComponent.vue +15 -23
  48. package/plugins/@vcmap-show-case/projection-example/README.md +3 -0
  49. package/plugins/@vcmap-show-case/projection-example/package.json +5 -0
  50. package/plugins/@vcmap-show-case/projection-example/src/ProjectionExample.vue +73 -0
  51. package/plugins/@vcmap-show-case/{table-example → projection-example}/src/index.js +22 -11
  52. package/plugins/@vcmap-show-case/search-example/package.json +1 -1
  53. package/plugins/@vcmap-show-case/simple-graph/package.json +1 -4
  54. package/plugins/@vcmap-show-case/style-input-example/package.json +1 -1
  55. package/plugins/@vcmap-show-case/switch-map-callback-example/README.md +2 -2
  56. package/plugins/@vcmap-show-case/switch-map-callback-example/package.json +2 -1
  57. package/plugins/@vcmap-show-case/switch-map-callback-example/src/index.js +4 -1
  58. package/plugins/@vcmap-show-case/theming-example/package.json +1 -1
  59. package/plugins/@vcmap-show-case/toolbox-example/package.json +1 -1
  60. package/plugins/@vcmap-show-case/vector-properties-example/package.json +1 -1
  61. package/plugins/@vcmap-show-case/viewpoint-component-example/package.json +1 -1
  62. package/plugins/@vcmap-show-case/window-tester/package.json +1 -1
  63. package/plugins/@vcmap-show-case/window-tester/src/WindowExample.vue +1 -1
  64. package/plugins/@vcmap-show-case/window-tester/src/WindowExampleToggleChild.vue +5 -1
  65. package/plugins/@vcmap-show-case/wizard-example/package.json +1 -1
  66. package/plugins/package.json +7 -3
  67. package/src/actions/flightActions.js +40 -20
  68. package/src/actions/listActions.d.ts +1 -1
  69. package/src/actions/listActions.js +1 -1
  70. package/src/application/VcsApp.vue +3 -0
  71. package/src/application/VcsApp.vue.d.ts +12 -0
  72. package/src/application/VcsAttributions.vue +1 -1
  73. package/src/application/VcsAttributionsFooter.vue +1 -1
  74. package/src/application/VcsContainer.vue +0 -1
  75. package/src/application/VcsContainer.vue.d.ts +12 -0
  76. package/src/application/VcsObliqueFooter.vue +110 -0
  77. package/src/application/VcsObliqueFooter.vue.d.ts +4 -0
  78. package/src/application/VcsTextPageFooter.vue +1 -0
  79. package/src/application/attributionsHelper.js +10 -6
  80. package/src/components/flight/VcsFlightPlayer.vue +26 -20
  81. package/src/components/form-inputs-controls/VcsDatePicker.vue +23 -3
  82. package/src/components/form-inputs-controls/VcsDatePicker.vue.d.ts +1 -1
  83. package/src/components/form-inputs-controls/VcsFileInput.vue +1 -1
  84. package/src/components/form-inputs-controls/VcsLabel.vue +10 -1
  85. package/src/components/form-inputs-controls/VcsLabel.vue.d.ts +9 -0
  86. package/src/components/form-inputs-controls/VcsRadio.vue +4 -0
  87. package/src/components/form-inputs-controls/VcsSelect.vue.d.ts +2 -2
  88. package/src/components/form-inputs-controls/VcsTextField.vue +1 -1
  89. package/src/components/form-inputs-controls/VcsWizardStep.vue.d.ts +2 -2
  90. package/src/components/import/VcsImportComponent.vue +3 -3
  91. package/src/components/lists/VcsActionList.vue +1 -1
  92. package/src/components/lists/VcsList.vue +42 -29
  93. package/src/components/lists/VcsListItemComponent.vue +1 -1
  94. package/src/components/lists/VcsListItemComponent.vue.d.ts +5 -32
  95. package/src/components/lists/VcsTreeview.vue +2 -0
  96. package/src/components/notification/VcsHelp.vue +0 -1
  97. package/src/components/notification/VcsHelpTooltip.vue +48 -0
  98. package/src/components/notification/VcsHelpTooltip.vue.d.ts +25 -0
  99. package/src/components/projection/VcsProjection.vue +329 -0
  100. package/src/components/projection/VcsProjection.vue.d.ts +7 -0
  101. package/src/components/section/VcsFormSection.vue +0 -1
  102. package/src/components/section/VcsFormSection.vue.d.ts +1 -1
  103. package/src/components/tables/VcsDataTable.vue +13 -2
  104. package/src/components/tables/VcsDataTable.vue.d.ts +12 -1
  105. package/src/components/vector-properties/VcsFeatureEditingWindow.vue +17 -1
  106. package/src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts +10 -1
  107. package/src/components/vector-properties/VcsFeatureTransforms.vue +39 -5
  108. package/src/components/vector-properties/VcsFeatureTransforms.vue.d.ts +2 -1
  109. package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +44 -24
  110. package/src/components/vector-properties/VcsVectorPropertiesComponent.vue.d.ts +27 -2
  111. package/src/components/viewpoint/VcsViewpointComponent.vue +6 -6
  112. package/src/contentTree/contentTreeCollection.js +12 -1
  113. package/src/featureInfo/abstractFeatureInfoView.d.ts +9 -0
  114. package/src/featureInfo/abstractFeatureInfoView.js +17 -1
  115. package/src/i18n/de.d.ts +90 -41
  116. package/src/i18n/de.js +63 -22
  117. package/src/i18n/en.d.ts +90 -41
  118. package/src/i18n/en.js +59 -18
  119. package/src/legend/StyleLegendItem.vue +1 -5
  120. package/src/legend/VcsLegend.vue +9 -10
  121. package/src/legend/VcsLegend.vue.d.ts +1 -1
  122. package/src/legend/legendHelper.js +6 -1
  123. package/src/manager/collectionManager/collectionComponentClass.js +4 -4
  124. package/src/manager/collectionManager/editorCollectionComponentClass.js +5 -3
  125. package/src/manager/toolbox/GroupToolboxComponent.vue +6 -1
  126. package/src/manager/toolbox/SelectToolboxComponent.vue +6 -2
  127. package/src/manager/toolbox/ToolboxManagerComponent.vue +7 -2
  128. package/src/manager/window/WindowComponentHeader.vue +1 -1
  129. package/src/navigation/MapNavCompass.vue +166 -140
  130. package/src/navigation/MapNavCompass.vue.d.ts +3 -1
  131. package/src/navigation/MapNavigation.vue +22 -5
  132. package/src/navigation/VcsCompass.vue +2 -1
  133. package/src/navigation/overviewMap.js +4 -1
  134. package/src/styles/main.scss +2 -2
  135. package/src/uiConfig.d.ts +27 -0
  136. package/src/uiConfig.js +3 -0
  137. package/src/vuePlugins/vuetify.js +2 -0
  138. package/dist/assets/ui-8a8aef2a.css +0 -1
  139. package/plugins/@vcmap-show-case/buttons-example/README.md +0 -4
  140. package/plugins/@vcmap-show-case/buttons-example/package.json +0 -5
  141. package/plugins/@vcmap-show-case/buttons-example/src/ButtonsExample.vue +0 -281
  142. package/plugins/@vcmap-show-case/buttons-example/src/index.js +0 -51
  143. package/plugins/@vcmap-show-case/config-editor/README.md +0 -3
  144. package/plugins/@vcmap-show-case/config-editor/package.json +0 -5
  145. package/plugins/@vcmap-show-case/config-editor/src/ConfigEditor.vue +0 -62
  146. package/plugins/@vcmap-show-case/config-editor/src/index.js +0 -49
  147. package/plugins/@vcmap-show-case/list-example/README.md +0 -3
  148. package/plugins/@vcmap-show-case/list-example/package.json +0 -5
  149. package/plugins/@vcmap-show-case/list-example/src/ListExample.vue +0 -406
  150. package/plugins/@vcmap-show-case/list-example/src/index.js +0 -46
  151. package/plugins/@vcmap-show-case/table-example/README.md +0 -3
  152. package/plugins/@vcmap-show-case/table-example/package.json +0 -5
  153. package/plugins/@vcmap-show-case/table-example/src/DataTableExample.vue +0 -203
  154. package/plugins/@vcmap-show-case/textfields-example/README.md +0 -3
  155. package/plugins/@vcmap-show-case/textfields-example/package.json +0 -5
  156. package/plugins/@vcmap-show-case/textfields-example/src/TextfieldsExample.vue +0 -115
  157. package/plugins/@vcmap-show-case/textfields-example/src/index.js +0 -64
  158. /package/dist/assets/{cesium-a21a380a.js → cesium-00deba88.js} +0 -0
  159. /package/dist/assets/{vue-bcc58dd1.js → vue-8269279d.js} +0 -0
  160. /package/dist/assets/{vuetify-ac50bfc8.css → vuetify-c0e02f11.css} +0 -0
@@ -10,9 +10,17 @@
10
10
  <template v-if="show3DProperties">
11
11
  <v-row v-if="visibleProperties.has('altitudeMode')" no-gutters>
12
12
  <v-col>
13
- <VcsLabel :html-for="`${cid}-vp-altitude-mode`">{{
14
- $t('components.vectorProperties.altitudeMode')
15
- }}</VcsLabel>
13
+ <VcsLabel :html-for="`${cid}-vp-altitude-mode`"
14
+ >{{ $t('components.vectorProperties.altitudeMode') }}
15
+ <template #help>
16
+ <ul>
17
+ <li v-for="mode in availableAltitudeModes" :key="mode.value">
18
+ {{ $t(mode.title) }}:
19
+ {{ $t(`components.vectorProperties.help.${mode.value}`) }}
20
+ </li>
21
+ </ul>
22
+ </template>
23
+ </VcsLabel>
16
24
  </v-col>
17
25
  <v-col>
18
26
  <VcsSelect
@@ -564,10 +572,26 @@
564
572
  type: Array,
565
573
  default: () => vectorProperties,
566
574
  },
575
+ altitudeModes: {
576
+ type: Array,
577
+ default: () => [
578
+ 'absolute',
579
+ 'relativeToGround',
580
+ 'relativeToTerrain',
581
+ 'relativeTo3DTiles',
582
+ 'clampToGround',
583
+ 'clampToTerrain',
584
+ 'clampTo3DTiles',
585
+ ],
586
+ },
567
587
  show3DProperties: {
568
588
  type: Boolean,
569
589
  default: true,
570
590
  },
591
+ is2DFeature: {
592
+ type: Boolean,
593
+ default: false,
594
+ },
571
595
  showDividers: {
572
596
  type: Boolean,
573
597
  default: true,
@@ -597,7 +621,7 @@
597
621
  });
598
622
 
599
623
  const availableAltitudeModes = computed(() => {
600
- const altitudeModes = [
624
+ return [
601
625
  {
602
626
  value: 'clampToGround',
603
627
  title: 'components.vectorProperties.clampToGround',
@@ -613,27 +637,23 @@
613
637
  {
614
638
  value: 'absolute',
615
639
  title: 'components.vectorProperties.absolute',
616
- },
617
- ];
618
-
619
- if (visibleProperties.value.has('heightAboveGround')) {
620
- altitudeModes.push(
621
- {
622
- value: 'relativeToGround',
623
- title: 'components.vectorProperties.relativeToGround',
624
- },
625
- {
626
- value: 'relativeToTerrain',
627
- title: 'components.vectorProperties.relativeToTerrain',
640
+ props: {
641
+ disabled: props.is2DFeature,
628
642
  },
629
- {
630
- value: 'relativeTo3DTiles',
631
- title: 'components.vectorProperties.relativeTo3DTiles',
632
- },
633
- );
634
- }
635
-
636
- return altitudeModes;
643
+ },
644
+ {
645
+ value: 'relativeToGround',
646
+ title: 'components.vectorProperties.relativeToGround',
647
+ },
648
+ {
649
+ value: 'relativeToTerrain',
650
+ title: 'components.vectorProperties.relativeToTerrain',
651
+ },
652
+ {
653
+ value: 'relativeTo3DTiles',
654
+ title: 'components.vectorProperties.relativeTo3DTiles',
655
+ },
656
+ ].filter((item) => props.altitudeModes.includes(item.value));
637
657
  });
638
658
 
639
659
  const availableClassificationTypes = [
@@ -20,10 +20,18 @@ declare const _default: import("vue").DefineComponent<{
20
20
  type: ArrayConstructor;
21
21
  default: () => string[];
22
22
  };
23
+ altitudeModes: {
24
+ type: ArrayConstructor;
25
+ default: () => string[];
26
+ };
23
27
  show3DProperties: {
24
28
  type: BooleanConstructor;
25
29
  default: boolean;
26
30
  };
31
+ is2DFeature: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
27
35
  showDividers: {
28
36
  type: BooleanConstructor;
29
37
  default: boolean;
@@ -226,10 +234,17 @@ declare const _default: import("vue").DefineComponent<{
226
234
  callback: () => void;
227
235
  }[]>;
228
236
  visibleProperties: import("vue").ComputedRef<Set<unknown>>;
229
- availableAltitudeModes: import("vue").ComputedRef<{
237
+ availableAltitudeModes: import("vue").ComputedRef<({
230
238
  value: string;
231
239
  title: string;
232
- }[]>;
240
+ props?: undefined;
241
+ } | {
242
+ value: string;
243
+ title: string;
244
+ props: {
245
+ disabled: boolean;
246
+ };
247
+ })[]>;
233
248
  availableClassificationTypes: {
234
249
  value: string;
235
250
  title: string;
@@ -258,10 +273,18 @@ declare const _default: import("vue").DefineComponent<{
258
273
  type: ArrayConstructor;
259
274
  default: () => string[];
260
275
  };
276
+ altitudeModes: {
277
+ type: ArrayConstructor;
278
+ default: () => string[];
279
+ };
261
280
  show3DProperties: {
262
281
  type: BooleanConstructor;
263
282
  default: boolean;
264
283
  };
284
+ is2DFeature: {
285
+ type: BooleanConstructor;
286
+ default: boolean;
287
+ };
265
288
  showDividers: {
266
289
  type: BooleanConstructor;
267
290
  default: boolean;
@@ -285,7 +308,9 @@ declare const _default: import("vue").DefineComponent<{
285
308
  properties: unknown[];
286
309
  expandable: boolean;
287
310
  startOpen: boolean;
311
+ altitudeModes: unknown[];
288
312
  show3DProperties: boolean;
313
+ is2DFeature: boolean;
289
314
  showDividers: boolean;
290
315
  showReset: boolean;
291
316
  }, {}>;
@@ -9,7 +9,7 @@
9
9
  <v-container class="py-0 px-1">
10
10
  <v-row no-gutters v-if="!hideName">
11
11
  <v-col cols="6">
12
- <VcsLabel :html-for="`${cid}-name`" dense required>
12
+ <VcsLabel :html-for="`${cid}-name`" required>
13
13
  {{ $t('components.viewpoint.name') }}
14
14
  </VcsLabel>
15
15
  </v-col>
@@ -24,7 +24,7 @@
24
24
  </v-row>
25
25
  <v-row no-gutters v-if="!hideTitle">
26
26
  <v-col cols="6">
27
- <VcsLabel :html-for="`${cid}-title`" dense>
27
+ <VcsLabel :html-for="`${cid}-title`">
28
28
  {{ $t('components.viewpoint.title') }}
29
29
  </VcsLabel>
30
30
  </v-col>
@@ -69,7 +69,7 @@
69
69
  <template v-if="!isCesiumMap">
70
70
  <v-row no-gutters>
71
71
  <v-col cols="6">
72
- <VcsLabel html-for="groundPosition" dense>
72
+ <VcsLabel html-for="groundPosition">
73
73
  {{ $t('components.viewpoint.groundPosition') }}
74
74
  </VcsLabel>
75
75
  </v-col>
@@ -85,7 +85,7 @@
85
85
  <template v-else>
86
86
  <v-row no-gutters>
87
87
  <v-col cols="6">
88
- <VcsLabel html-for="cameraPosition" dense>
88
+ <VcsLabel html-for="cameraPosition">
89
89
  {{ $t('components.viewpoint.cameraPosition') }}
90
90
  </VcsLabel>
91
91
  </v-col>
@@ -100,7 +100,7 @@
100
100
  <template v-if="!isCesiumMap">
101
101
  <v-row no-gutters>
102
102
  <v-col>
103
- <VcsLabel :html-for="`${cid}-distance`" dense>
103
+ <VcsLabel :html-for="`${cid}-distance`">
104
104
  {{ $t('components.viewpoint.distance') }}
105
105
  </VcsLabel>
106
106
  </v-col>
@@ -127,7 +127,7 @@
127
127
  <div v-for="key in ['heading', 'pitch', 'roll']" :key="key">
128
128
  <v-row no-gutters>
129
129
  <v-col cols="9">
130
- <VcsLabel :html-for="`${cid}-${key}`" dense>
130
+ <VcsLabel :html-for="`${cid}-${key}`">
131
131
  {{ $st(`components.viewpoint.${key}`) }}
132
132
  </VcsLabel>
133
133
  </v-col>
@@ -69,6 +69,12 @@ class ContentTreeCollection extends IndexedCollection {
69
69
  this._subTreeListeners.delete(subTree.name);
70
70
  }
71
71
  });
72
+ if (this._app.uiConfig.getByKey('contentTreeActiveOnStartup')?.value) {
73
+ const action = this._app.navbarManager.get('Content')?.action;
74
+ if (action && !action.active) {
75
+ action.callback();
76
+ }
77
+ }
72
78
  };
73
79
 
74
80
  /**
@@ -181,7 +187,12 @@ class ContentTreeCollection extends IndexedCollection {
181
187
  app.windowManager,
182
188
  vcsAppSymbol,
183
189
  );
184
-
190
+ if (
191
+ id === 'Content' &&
192
+ this._app.uiConfig.getByKey('contentTreeActiveOnStartup')?.value
193
+ ) {
194
+ action.callback();
195
+ }
185
196
  this._app.navbarManager.add(
186
197
  { id, action, weight: subTreeViewItem[subTreeItemWeight] },
187
198
  vcsAppSymbol,
@@ -75,6 +75,15 @@ export function applyAttributeFilter(attributes: {
75
75
  export function applyOlcsAttributeFilter(attributes: {
76
76
  [x: string]: unknown;
77
77
  }, keys?: Array<string>): Object;
78
+ /**
79
+ * Filters all __ attributes (from vc-converter tilesets) not provided as keys
80
+ * @param {Object<string, unknown>} attributes
81
+ * @param {Array<string>} keys
82
+ * @returns {Object}
83
+ */
84
+ export function applyDoubleUnderscoreFilter(attributes: {
85
+ [x: string]: unknown;
86
+ }, keys?: Array<string>): Object;
78
87
  /**
79
88
  * Filters attributes having an empty object as value
80
89
  * @param {Object<string, unknown>} attributes
@@ -221,6 +221,21 @@ export function applyOlcsAttributeFilter(attributes, keys = []) {
221
221
  }, {});
222
222
  }
223
223
 
224
+ /**
225
+ * Filters all __ attributes (from vc-converter tilesets) not provided as keys
226
+ * @param {Object<string, unknown>} attributes
227
+ * @param {Array<string>} keys
228
+ * @returns {Object}
229
+ */
230
+ export function applyDoubleUnderscoreFilter(attributes, keys = []) {
231
+ return Object.keys(attributes)
232
+ .filter((key) => keys.includes(key) || !/^__/.test(key))
233
+ .reduce((obj, key) => {
234
+ obj[key] = attributes[key];
235
+ return obj;
236
+ }, {});
237
+ }
238
+
224
239
  /**
225
240
  * Filters attributes having an empty object as value
226
241
  * @param {Object<string, unknown>} attributes
@@ -348,7 +363,7 @@ class AbstractFeatureInfoView extends VcsObject {
348
363
  */
349
364
  // eslint-disable-next-line class-methods-use-this
350
365
  _getAttributesFromFeature(feature) {
351
- return feature?.getProperty('attributes') || {};
366
+ return feature?.getAttributes() || {};
352
367
  }
353
368
 
354
369
  /**
@@ -371,6 +386,7 @@ class AbstractFeatureInfoView extends VcsObject {
371
386
  applyKeyMapping(attributes, this.keyMapping);
372
387
  }
373
388
  attributes = applyOlcsAttributeFilter(attributes, this.attributeKeys);
389
+ attributes = applyDoubleUnderscoreFilter(attributes, this.attributeKeys);
374
390
  return applyEmptyAttributesFilter(attributes);
375
391
  }
376
392
 
package/src/i18n/de.d.ts CHANGED
@@ -124,23 +124,27 @@ declare namespace messages {
124
124
  namespace search {
125
125
  let placeholder: string;
126
126
  }
127
- namespace infoAction {
127
+ namespace helpAction {
128
128
  let title_1: string;
129
129
  export { title_1 as title };
130
130
  }
131
- namespace viewpointAction {
131
+ namespace infoAction {
132
132
  let title_2: string;
133
133
  export { title_2 as title };
134
134
  }
135
- namespace styleAction {
135
+ namespace viewpointAction {
136
136
  let title_3: string;
137
137
  export { title_3 as title };
138
138
  }
139
- namespace layerExtentAction {
140
- export let name: string;
139
+ namespace styleAction {
141
140
  let title_4: string;
142
141
  export { title_4 as title };
143
142
  }
143
+ namespace layerExtentAction {
144
+ export let name: string;
145
+ let title_5: string;
146
+ export { title_5 as title };
147
+ }
144
148
  }
145
149
  export namespace navigation {
146
150
  let obliqueLeftTooltip: string;
@@ -150,6 +154,12 @@ declare namespace messages {
150
154
  let pitchTooltip: string;
151
155
  let overviewMapTooltip: string;
152
156
  let homeButton: string;
157
+ namespace compass {
158
+ let alignEast: string;
159
+ let alignNorth: string;
160
+ let alignSouth: string;
161
+ let alignWest: string;
162
+ }
153
163
  namespace locator {
154
164
  let errorAccess: string;
155
165
  let errorCurrentPosition: string;
@@ -158,13 +168,13 @@ declare namespace messages {
158
168
  }
159
169
  namespace obliqueFallback {
160
170
  export let message: string;
161
- let title_5: string;
162
- export { title_5 as title };
171
+ let title_6: string;
172
+ export { title_6 as title };
163
173
  }
164
174
  }
165
175
  export namespace categoryManager {
166
- let title_6: string;
167
- export { title_6 as title };
176
+ let title_7: string;
177
+ export { title_7 as title };
168
178
  let tooltip_2: string;
169
179
  export { tooltip_2 as tooltip };
170
180
  }
@@ -241,8 +251,8 @@ declare namespace messages {
241
251
  export let general: string;
242
252
  let name_1: string;
243
253
  export { name_1 as name };
244
- let title_7: string;
245
- export { title_7 as title };
254
+ let title_8: string;
255
+ export { title_8 as title };
246
256
  export let titlePlaceholder: string;
247
257
  export let interpolation: string;
248
258
  export let duration: string;
@@ -275,8 +285,8 @@ declare namespace messages {
275
285
  export namespace viewpoint {
276
286
  let name_4: string;
277
287
  export { name_4 as name };
278
- let title_8: string;
279
- export { title_8 as title };
288
+ let title_9: string;
289
+ export { title_9 as title };
280
290
  let titlePlaceholder_1: string;
281
291
  export { titlePlaceholder_1 as titlePlaceholder };
282
292
  export let groundPosition: string;
@@ -301,8 +311,8 @@ declare namespace messages {
301
311
  let outOfRange: string;
302
312
  }
303
313
  export namespace extent {
304
- let title_9: string;
305
- export { title_9 as title };
314
+ let title_10: string;
315
+ export { title_10 as title };
306
316
  export let projection: string;
307
317
  export let min: string;
308
318
  export let max: string;
@@ -316,6 +326,18 @@ declare namespace messages {
316
326
  export let translate: string;
317
327
  export let toggle: string;
318
328
  }
329
+ export namespace projection_1 {
330
+ let title_11: string;
331
+ export { title_11 as title };
332
+ export let epsg: string;
333
+ export let proj4: string;
334
+ export let proj4Tooltip: string;
335
+ export let alias: string;
336
+ export let epsgIoRequestFailed: string;
337
+ export let invalidEpsg: string;
338
+ export let invalidProj4: string;
339
+ }
340
+ export { projection_1 as projection };
319
341
  export namespace editor {
320
342
  let translate_1: string;
321
343
  export { translate_1 as translate };
@@ -368,6 +390,23 @@ declare namespace messages {
368
390
  export let extrudedHeight: string;
369
391
  export let skirt: string;
370
392
  export let modelScale: string;
393
+ export namespace help_1 {
394
+ let clampToGround_1: string;
395
+ export { clampToGround_1 as clampToGround };
396
+ let clampToTerrain_1: string;
397
+ export { clampToTerrain_1 as clampToTerrain };
398
+ let clampTo3DTiles_1: string;
399
+ export { clampTo3DTiles_1 as clampTo3DTiles };
400
+ let absolute_1: string;
401
+ export { absolute_1 as absolute };
402
+ let relativeToGround_1: string;
403
+ export { relativeToGround_1 as relativeToGround };
404
+ let relativeToTerrain_1: string;
405
+ export { relativeToTerrain_1 as relativeToTerrain };
406
+ let relativeTo3DTiles_1: string;
407
+ export { relativeTo3DTiles_1 as relativeTo3DTiles };
408
+ }
409
+ export { help_1 as help };
371
410
  }
372
411
  export namespace validation {
373
412
  let allowedRange: string;
@@ -376,14 +415,14 @@ declare namespace messages {
376
415
  }
377
416
  }
378
417
  export namespace settings {
379
- let title_10: string;
380
- export { title_10 as title };
418
+ let title_12: string;
419
+ export { title_12 as title };
381
420
  let tooltip_3: string;
382
421
  export { tooltip_3 as tooltip };
383
422
  export let languageSelector: string;
384
423
  export namespace displayQuality {
385
- let title_11: string;
386
- export { title_11 as title };
424
+ let title_13: string;
425
+ export { title_13 as title };
387
426
  export namespace level {
388
427
  let low: string;
389
428
  let medium: string;
@@ -391,26 +430,26 @@ declare namespace messages {
391
430
  }
392
431
  }
393
432
  export namespace theme {
394
- let title_12: string;
395
- export { title_12 as title };
433
+ let title_14: string;
434
+ export { title_14 as title };
396
435
  export let dark: string;
397
436
  export let light: string;
398
437
  }
399
438
  }
400
- export namespace help_1 {
401
- let title_13: string;
402
- export { title_13 as title };
439
+ export namespace help_2 {
440
+ let title_15: string;
441
+ export { title_15 as title };
403
442
  let tooltip_4: string;
404
443
  export { tooltip_4 as tooltip };
405
444
  }
406
- export { help_1 as help };
445
+ export { help_2 as help };
407
446
  export namespace featureInfo {
408
447
  let activateToolTitle: string;
409
448
  let deactivateToolTitle: string;
410
449
  }
411
450
  export namespace legend {
412
- let title_14: string;
413
- export { title_14 as title };
451
+ let title_16: string;
452
+ export { title_16 as title };
414
453
  let tooltip_5: string;
415
454
  export { tooltip_5 as tooltip };
416
455
  let empty_2: string;
@@ -419,8 +458,8 @@ declare namespace messages {
419
458
  export let defaultLabelText: string;
420
459
  }
421
460
  export namespace search_1 {
422
- let title_15: string;
423
- export { title_15 as title };
461
+ let title_17: string;
462
+ export { title_17 as title };
424
463
  let tooltip_6: string;
425
464
  export { tooltip_6 as tooltip };
426
465
  export let select: string;
@@ -431,38 +470,48 @@ declare namespace messages {
431
470
  }
432
471
  export { search_1 as search };
433
472
  export namespace toolbox {
473
+ let title_18: string;
474
+ export { title_18 as title };
434
475
  let flight_1: string;
435
476
  export { flight_1 as flight };
436
477
  export let miscellaneous: string;
437
478
  }
438
479
  export namespace footer {
439
- let title_16: string;
440
- export { title_16 as title };
480
+ let title_19: string;
481
+ export { title_19 as title };
441
482
  export namespace attributions {
442
- let title_17: string;
443
- export { title_17 as title };
483
+ let title_20: string;
484
+ export { title_20 as title };
444
485
  let tooltip_7: string;
445
486
  export { tooltip_7 as tooltip };
446
487
  let empty_3: string;
447
488
  export { empty_3 as empty };
448
489
  }
449
490
  export namespace imprint {
450
- let title_18: string;
451
- export { title_18 as title };
491
+ let title_21: string;
492
+ export { title_21 as title };
452
493
  let tooltip_8: string;
453
494
  export { tooltip_8 as tooltip };
454
495
  }
455
496
  export namespace dataProtection {
456
- let title_19: string;
457
- export { title_19 as title };
497
+ let title_22: string;
498
+ export { title_22 as title };
458
499
  let tooltip_9: string;
459
500
  export { tooltip_9 as tooltip };
460
501
  }
461
502
  export namespace positionDisplay {
462
- let title_20: string;
463
- export { title_20 as title };
464
- let projection_1: string;
465
- export { projection_1 as projection };
503
+ let title_23: string;
504
+ export { title_23 as title };
505
+ let projection_2: string;
506
+ export { projection_2 as projection };
507
+ }
508
+ export namespace oblique {
509
+ let template: string;
510
+ let north: string;
511
+ let east: string;
512
+ let south: string;
513
+ let west: string;
514
+ let nadir: string;
466
515
  }
467
516
  }
468
517
  export namespace notification {