@vcmap/module-selector 2.0.3 → 2.0.4

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/src/index.ts CHANGED
@@ -19,6 +19,7 @@ import { startApplication, windowIdModuleSelector } from './moduleHelper';
19
19
  export type BasisModule = {
20
20
  title: string;
21
21
  icon: string;
22
+ description?: string;
22
23
  };
23
24
 
24
25
  export type ModuleType = 'group' | 'url';
@@ -91,6 +92,7 @@ export default function plugin(
91
92
  slot: WindowSlot.DETACHED,
92
93
  position: this.config.position,
93
94
  state: {
95
+ headerIcon: 'mdi-view-grid',
94
96
  headerTitle: this.config.windowTitle,
95
97
  infoUrlCallback: app.getHelpUrlCallback('/tools/moduleSelector.html'),
96
98
  },
@@ -249,6 +251,7 @@ export default function plugin(
249
251
  updatedBy: 'Aktualisiert von',
250
252
  },
251
253
  },
254
+ TooltipAddCloudModule: 'Modul aus Projekt hinzufügen',
252
255
  TooltipAddModule: 'Modul hinzufügen',
253
256
  TooltipEditModule: 'Modul bearbeiten',
254
257
  TooltipEditGroup: 'Modul-Gruppe bearbeiten',
@@ -257,14 +260,17 @@ export default function plugin(
257
260
  editorError: 'Bitte füllen Sie das Feld aus',
258
261
  breadcrumbs: { overview: 'Übersicht', group: 'Gruppe' },
259
262
  heading: 'Themen- & Modulzuordnung',
263
+ groupHeading: 'Gruppeneinstellungen',
260
264
  baseModule: 'Basismodul',
261
265
  baseModuleCheckbox: 'Basismodul anzeigen',
262
266
  title: 'Titel',
263
- add: 'Module hinzufügen',
264
- addGroup: 'Module Gruppe hinzufügen',
265
- moduleName: 'Module Name',
267
+ add: 'Modul hinzufügen',
268
+ addGroup: 'Gruppe hinzufügen',
269
+ moduleName: 'Modul Name',
266
270
  moduleIcon: 'Icon Name',
267
- moduleUrl: 'Module URL',
271
+ moduleUrl: 'Modul URL',
272
+ moduleDescription: 'Modul Beschreibung',
273
+ groupDescription: 'Gruppen Beschreibung',
268
274
  groupName: 'Gruppen Name',
269
275
  back: 'Zurück',
270
276
  general: 'Allgemeine Einstellungen',
@@ -296,6 +302,7 @@ export default function plugin(
296
302
  updatedBy: 'Updated by',
297
303
  },
298
304
  },
305
+ TooltipAddCloudModule: 'Add module from project',
299
306
  TooltipAddModule: 'Add module',
300
307
  TooltipEditModule: 'Edit module',
301
308
  TooltipEditGroup: 'Edit module group',
@@ -304,14 +311,17 @@ export default function plugin(
304
311
  editorError: 'Please fill in the field',
305
312
  breadcrumbs: { overview: 'Overview', group: 'Group' },
306
313
  heading: 'Topic & module assignment',
314
+ groupHeading: 'Group settings',
307
315
  baseModule: 'Base module',
308
316
  baseModuleCheckbox: 'Show base module',
309
317
  title: 'Title',
310
318
  add: 'Add module',
311
- addGroup: 'Add module Group',
319
+ addGroup: 'Add group',
312
320
  moduleName: 'Module name',
313
321
  moduleIcon: 'Icon name',
314
322
  moduleUrl: 'Module URL',
323
+ moduleDescription: 'Module description',
324
+ groupDescription: 'Group description',
315
325
  groupName: 'Group name',
316
326
  back: 'Back',
317
327
  general: 'General settings',