geonetwork-ui 2.5.0-dev.4e621e7b5 → 2.5.0-dev.5ea8dba3f
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/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +7 -23
- package/esm2022/libs/feature/editor/src/lib/models/wizard-field.type.mjs +3 -4
- package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/index.mjs +1 -2
- package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +1 -6
- package/esm2022/libs/ui/widgets/src/index.mjs +1 -2
- package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +5 -6
- package/esm2022/translations/de.json +0 -71
- package/esm2022/translations/en.json +0 -63
- package/esm2022/translations/es.json +0 -71
- package/esm2022/translations/fr.json +0 -71
- package/esm2022/translations/it.json +0 -71
- package/esm2022/translations/nl.json +0 -71
- package/esm2022/translations/pt.json +0 -71
- package/fesm2022/geonetwork-ui.mjs +10 -638
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts +1 -3
- package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts +2 -3
- package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts.map +1 -1
- package/libs/ui/inputs/src/index.d.ts +0 -1
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +27 -28
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
- package/libs/ui/widgets/src/index.d.ts +0 -1
- package/libs/ui/widgets/src/index.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +8 -9
- package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.html +0 -13
- package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.ts +0 -20
- package/src/libs/feature/editor/src/lib/models/wizard-field.type.ts +0 -1
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +2 -2
- package/src/libs/ui/inputs/src/index.ts +0 -1
- package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +0 -3
- package/src/libs/ui/widgets/src/index.ts +0 -1
- package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +2 -3
- package/translations/de.json +0 -71
- package/translations/en.json +0 -63
- package/translations/es.json +0 -71
- package/translations/fr.json +0 -71
- package/translations/it.json +0 -71
- package/translations/nl.json +0 -71
- package/translations/pt.json +0 -71
- package/translations/sk.json +0 -71
- package/esm2022/libs/ui/inputs/src/lib/chips-input/chips-input.component.mjs +0 -78
- package/esm2022/libs/ui/widgets/src/lib/step-bar/step-bar.component.mjs +0 -55
- package/libs/ui/inputs/src/lib/chips-input/chips-input.component.d.ts +0 -33
- package/libs/ui/inputs/src/lib/chips-input/chips-input.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/step-bar/step-bar.component.d.ts +0 -21
- package/libs/ui/widgets/src/lib/step-bar/step-bar.component.d.ts.map +0 -1
- package/src/libs/data-access/datafeeder/src/index.ts +0 -1
- package/src/libs/data-access/datafeeder/src/openapi/api/api.ts +0 -11
- package/src/libs/data-access/datafeeder/src/openapi/api/config.api.service.ts +0 -168
- package/src/libs/data-access/datafeeder/src/openapi/api/dataPublishing.api.service.ts +0 -270
- package/src/libs/data-access/datafeeder/src/openapi/api/fileUpload.api.service.ts +0 -734
- package/src/libs/data-access/datafeeder/src/openapi/api.module.ts +0 -46
- package/src/libs/data-access/datafeeder/src/openapi/configuration.ts +0 -125
- package/src/libs/data-access/datafeeder/src/openapi/encoder.ts +0 -20
- package/src/libs/data-access/datafeeder/src/openapi/index.ts +0 -5
- package/src/libs/data-access/datafeeder/src/openapi/model/analysisStatusEnum.api.model.ts +0 -24
- package/src/libs/data-access/datafeeder/src/openapi/model/boundingBox.api.model.ts +0 -20
- package/src/libs/data-access/datafeeder/src/openapi/model/cRS.api.model.ts +0 -25
- package/src/libs/data-access/datafeeder/src/openapi/model/datasetMetadata.api.model.ts +0 -45
- package/src/libs/data-access/datafeeder/src/openapi/model/datasetPublishRequest.api.model.ts +0 -39
- package/src/libs/data-access/datafeeder/src/openapi/model/datasetPublishingStatus.api.model.ts +0 -50
- package/src/libs/data-access/datafeeder/src/openapi/model/datasetUploadStatus.api.model.ts +0 -39
- package/src/libs/data-access/datafeeder/src/openapi/model/models.ts +0 -13
- package/src/libs/data-access/datafeeder/src/openapi/model/property.api.model.ts +0 -17
- package/src/libs/data-access/datafeeder/src/openapi/model/publishJobStatus.api.model.ts +0 -33
- package/src/libs/data-access/datafeeder/src/openapi/model/publishRequest.api.model.ts +0 -16
- package/src/libs/data-access/datafeeder/src/openapi/model/publishStatusEnum.api.model.ts +0 -20
- package/src/libs/data-access/datafeeder/src/openapi/model/publishStepEnum.api.model.ts +0 -42
- package/src/libs/data-access/datafeeder/src/openapi/model/uploadJobStatus.api.model.ts +0 -33
- package/src/libs/data-access/datafeeder/src/openapi/variables.ts +0 -9
- package/src/libs/data-access/datafeeder/src/spec.yaml +0 -537
- package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.css +0 -36
- package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.html +0 -23
- package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.ts +0 -81
- package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.css +0 -3
- package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.html +0 -13
- package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.ts +0 -55
|
@@ -3,7 +3,7 @@ import { MatDatepickerInputEvent } from '@angular/material/datepicker';
|
|
|
3
3
|
import { WizardFieldModel } from '../../models/wizard-field.model';
|
|
4
4
|
import { WizardFieldType } from '../../models/wizard-field.type';
|
|
5
5
|
import { WizardService } from '../../services/wizard.service';
|
|
6
|
-
import {
|
|
6
|
+
import { DropdownSelectorComponent, TextAreaComponent, TextInputComponent } from '../../../../../../../libs/ui/inputs/src';
|
|
7
7
|
import { Subscription } from 'rxjs';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare const MY_FORMATS: {
|
|
@@ -22,7 +22,6 @@ export declare class WizardFieldComponent implements AfterViewInit, OnDestroy {
|
|
|
22
22
|
private cdr;
|
|
23
23
|
wizardFieldConfig: WizardFieldModel;
|
|
24
24
|
searchText: TextInputComponent;
|
|
25
|
-
chips: ChipsInputComponent;
|
|
26
25
|
textArea: TextAreaComponent;
|
|
27
26
|
dropdown: DropdownSelectorComponent;
|
|
28
27
|
subs: Subscription;
|
|
@@ -34,7 +33,6 @@ export declare class WizardFieldComponent implements AfterViewInit, OnDestroy {
|
|
|
34
33
|
ngOnDestroy(): void;
|
|
35
34
|
private initializeListeners;
|
|
36
35
|
private initializeTextInputListener;
|
|
37
|
-
private initializeChipsListener;
|
|
38
36
|
private initializeTextAreaListener;
|
|
39
37
|
initializeDateInput(): void;
|
|
40
38
|
onDateChange(event: MatDatepickerInputEvent<Date>): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wizard-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAGjB,SAAS,EAEV,MAAM,eAAe,CAAA;AAUtB,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AAGtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAA;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;AAC7D,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"wizard-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAGjB,SAAS,EAEV,MAAM,eAAe,CAAA;AAUtB,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AAGtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAA;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;AAC7D,OAAO,EACL,yBAAyB,EACzB,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,yCAAyC,CAAA;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;;AAenC,eAAO,MAAM,UAAU;;;;;;;;;;CAUtB,CAAA;AAED,qBAea,oBAAqB,YAAW,aAAa,EAAE,SAAS;IAsCjE,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IAtCJ,iBAAiB,EAAE,gBAAgB,CAAA;IAEnB,UAAU,EAAE,kBAAkB,CAAA;IAChC,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,QAAQ,EAAE,yBAAyB,CAAA;IAE1D,IAAI,eAAqB;IAEzB,IAAI,eAAe,IAAI,OAAO,eAAe,CAE5C;IAED,IAAI,eAAe,IAAI,GAAG,CAEzB;IAED,IAAI,eAAe,QAkBlB;gBAGS,aAAa,EAAE,aAAa,EAC5B,GAAG,EAAE,iBAAiB;IAGhC,eAAe;IAKf,WAAW;IAIX,OAAO,CAAC,mBAAmB;IAqB3B,OAAO,CAAC,2BAA2B;IAWnC,OAAO,CAAC,0BAA0B;IAWlC,mBAAmB;IAYnB,YAAY,CAAC,KAAK,EAAE,uBAAuB,CAAC,IAAI,CAAC;IAOjD,OAAO,CAAC,0BAA0B;yCAjHvB,oBAAoB;2CAApB,oBAAoB;CAsIhC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wizard-field.type.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/models/wizard-field.type.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,IAAI,IAAA;IACJ,SAAS,IAAA;IACT,
|
|
1
|
+
{"version":3,"file":"wizard-field.type.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/models/wizard-field.type.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,IAAI,IAAA;IACJ,SAAS,IAAA;IACT,WAAW,IAAA;IACX,QAAQ,IAAA;CACT"}
|
|
@@ -3,7 +3,6 @@ export * from './lib/badge/badge.component';
|
|
|
3
3
|
export * from './lib/button/button.component';
|
|
4
4
|
export * from './lib/check-toggle/check-toggle.component';
|
|
5
5
|
export * from './lib/checkbox/checkbox.component';
|
|
6
|
-
export * from './lib/chips-input/chips-input.component';
|
|
7
6
|
export * from './lib/copy-text-button/copy-text-button.component';
|
|
8
7
|
export * from './lib/date-picker/date-picker.component';
|
|
9
8
|
export * from './lib/date-range-dropdown/date-range-dropdown.component';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/inputs/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAA;AACzD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2CAA2C,CAAA;AACzD,cAAc,mCAAmC,CAAA;AACjD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/inputs/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAA;AACzD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2CAA2C,CAAA;AACzD,cAAc,mCAAmC,CAAA;AACjD,cAAc,mDAAmD,CAAA;AACjE,cAAc,yCAAyC,CAAA;AACvD,cAAc,yDAAyD,CAAA;AACvE,cAAc,qDAAqD,CAAA;AACnE,cAAc,mEAAmE,CAAA;AACjF,cAAc,2DAA2D,CAAA;AACzE,cAAc,uDAAuD,CAAA;AACrE,cAAc,qDAAqD,CAAA;AACnE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,uCAAuC,CAAA;AACrD,cAAc,uCAAuC,CAAA;AACrD,cAAc,qDAAqD,CAAA;AACnE,cAAc,2CAA2C,CAAA;AACzD,cAAc,yCAAyC,CAAA;AACvD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,wBAAwB,CAAA;AACtC,cAAc,qCAAqC,CAAA;AACnD,cAAc,2DAA2D,CAAA"}
|
|
@@ -1,35 +1,34 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./drag-and-drop-file-input/drag-and-drop-file-input.component";
|
|
3
|
-
import * as i2 from "./
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "@
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "@angular/
|
|
16
|
-
import * as i15 from "@angular/material/
|
|
17
|
-
import * as i16 from "@angular/material/
|
|
18
|
-
import * as i17 from "@angular/material/
|
|
19
|
-
import * as i18 from "@angular/material/
|
|
20
|
-
import * as i19 from "@angular/material/
|
|
21
|
-
import * as i20 from "
|
|
22
|
-
import * as i21 from "./
|
|
23
|
-
import * as i22 from "./
|
|
24
|
-
import * as i23 from "./
|
|
25
|
-
import * as i24 from "./
|
|
26
|
-
import * as i25 from "./
|
|
27
|
-
import * as i26 from "./
|
|
28
|
-
import * as i27 from "
|
|
29
|
-
import * as i28 from "@ng-icons/core";
|
|
3
|
+
import * as i2 from "./dropdown-multiselect/dropdown-multiselect.component";
|
|
4
|
+
import * as i3 from "./viewport-intersector/viewport-intersector.component";
|
|
5
|
+
import * as i4 from "./checkbox/checkbox.component";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@ngx-translate/core";
|
|
8
|
+
import * as i7 from "ngx-dropzone";
|
|
9
|
+
import * as i8 from "@angular/forms";
|
|
10
|
+
import * as i9 from "ngx-chips";
|
|
11
|
+
import * as i10 from "../../../../util/shared/src/lib/util-shared.module";
|
|
12
|
+
import * as i11 from "@angular/material/autocomplete";
|
|
13
|
+
import * as i12 from "../../../widgets/src/lib/ui-widgets.module";
|
|
14
|
+
import * as i13 from "@angular/cdk/overlay";
|
|
15
|
+
import * as i14 from "@angular/material/checkbox";
|
|
16
|
+
import * as i15 from "@angular/material/tooltip";
|
|
17
|
+
import * as i16 from "@angular/material/form-field";
|
|
18
|
+
import * as i17 from "@angular/material/input";
|
|
19
|
+
import * as i18 from "@angular/material/datepicker";
|
|
20
|
+
import * as i19 from "@angular/material/core";
|
|
21
|
+
import * as i20 from "./editable-label/editable-label.directive";
|
|
22
|
+
import * as i21 from "./text-area/text-area.component";
|
|
23
|
+
import * as i22 from "./button/button.component";
|
|
24
|
+
import * as i23 from "./dropdown-selector/dropdown-selector.component";
|
|
25
|
+
import * as i24 from "./date-range-picker/date-range-picker.component";
|
|
26
|
+
import * as i25 from "./check-toggle/check-toggle.component";
|
|
27
|
+
import * as i26 from "./badge/badge.component";
|
|
28
|
+
import * as i27 from "@ng-icons/core";
|
|
30
29
|
export declare class UiInputsModule {
|
|
31
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiInputsModule, never>;
|
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.DragAndDropFileInputComponent, typeof i2.
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.DragAndDropFileInputComponent, typeof i2.DropdownMultiselectComponent, typeof i3.ViewportIntersectorComponent, typeof i4.CheckboxComponent], [typeof i5.CommonModule, typeof i6.TranslateModule, typeof i7.NgxDropzoneModule, typeof i8.FormsModule, typeof i8.ReactiveFormsModule, typeof i9.TagInputModule, typeof i10.UtilSharedModule, typeof i11.MatAutocompleteModule, typeof i12.UiWidgetsModule, typeof i13.OverlayModule, typeof i14.MatCheckboxModule, typeof i15.MatTooltipModule, typeof i16.MatFormFieldModule, typeof i17.MatInputModule, typeof i18.MatDatepickerModule, typeof i19.MatNativeDateModule, typeof i20.EditableLabelDirective, typeof i21.TextAreaComponent, typeof i22.ButtonComponent, typeof i23.DropdownSelectorComponent, typeof i24.DateRangePickerComponent, typeof i25.CheckToggleComponent, typeof i26.BadgeComponent, typeof i27.NgIcon], [typeof i23.DropdownSelectorComponent, typeof i22.ButtonComponent, typeof i1.DragAndDropFileInputComponent, typeof i21.TextAreaComponent, typeof i2.DropdownMultiselectComponent, typeof i3.ViewportIntersectorComponent, typeof i25.CheckToggleComponent, typeof i4.CheckboxComponent, typeof i24.DateRangePickerComponent, typeof i20.EditableLabelDirective, typeof i26.BadgeComponent]>;
|
|
33
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<UiInputsModule>;
|
|
34
33
|
}
|
|
35
34
|
//# sourceMappingURL=ui-inputs.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-inputs.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/inputs/src/lib/ui-inputs.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui-inputs.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/inputs/src/lib/ui-inputs.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA,qBAyDa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
|
|
@@ -5,5 +5,4 @@ export * from './lib/loading-mask/loading-mask.component';
|
|
|
5
5
|
export * from './lib/color-scale/color-scale.component';
|
|
6
6
|
export * from './lib/popup-alert/popup-alert.component';
|
|
7
7
|
export * from './lib/spinning-loader/spinning-loader.component';
|
|
8
|
-
export * from './lib/step-bar/step-bar.component';
|
|
9
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/widgets/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,2CAA2C,CAAA;AACzD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,2CAA2C,CAAA;AACzD,cAAc,yCAAyC,CAAA;AACvD,cAAc,yCAAyC,CAAA;AACvD,cAAc,iDAAiD,CAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/widgets/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,2CAA2C,CAAA;AACzD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,2CAA2C,CAAA;AACzD,cAAc,yCAAyC,CAAA;AACvD,cAAc,yCAAyC,CAAA;AACvD,cAAc,iDAAiD,CAAA"}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./color-scale/color-scale.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "@angular/material/progress-spinner";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@ngx-translate/core";
|
|
5
|
+
import * as i4 from "ngx-dropzone";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "ngx-chips";
|
|
8
|
+
import * as i7 from "../../../../util/shared/src/lib/util-shared.module";
|
|
9
|
+
import * as i8 from "@angular/material/progress-spinner";
|
|
11
10
|
export declare class UiWidgetsModule {
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiWidgetsModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UiWidgetsModule, [typeof i1.ColorScaleComponent
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UiWidgetsModule, [typeof i1.ColorScaleComponent], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.NgxDropzoneModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.TagInputModule, typeof i7.UtilSharedModule, typeof i8.MatProgressSpinnerModule], never>;
|
|
14
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<UiWidgetsModule>;
|
|
15
14
|
}
|
|
16
15
|
//# sourceMappingURL=ui-widgets.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-widgets.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/widgets/src/lib/ui-widgets.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui-widgets.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/widgets/src/lib/ui-widgets.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAca,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
|
package/package.json
CHANGED
|
@@ -16,19 +16,6 @@
|
|
|
16
16
|
placeholder=""
|
|
17
17
|
></gn-ui-text-input>
|
|
18
18
|
</div>
|
|
19
|
-
<div
|
|
20
|
-
class="flex-1 w-11/12"
|
|
21
|
-
*ngIf="wizardFieldType.CHIPS === wizardFieldConfig.type"
|
|
22
|
-
>
|
|
23
|
-
<gn-ui-chips-input
|
|
24
|
-
#chips
|
|
25
|
-
[selectedItems]="wizardFieldData"
|
|
26
|
-
placeholder=""
|
|
27
|
-
[id]="wizardFieldConfig.id"
|
|
28
|
-
[url]="wizardFieldConfig.options.url"
|
|
29
|
-
[loadOnce]="wizardFieldConfig.options.loadOnce"
|
|
30
|
-
></gn-ui-chips-input>
|
|
31
|
-
</div>
|
|
32
19
|
<div
|
|
33
20
|
class="h-32 w-11/12"
|
|
34
21
|
*ngIf="wizardFieldType.TEXT_AREA === wizardFieldConfig.type"
|
|
@@ -23,7 +23,6 @@ import { WizardFieldModel } from '../../models/wizard-field.model'
|
|
|
23
23
|
import { WizardFieldType } from '../../models/wizard-field.type'
|
|
24
24
|
import { WizardService } from '../../services/wizard.service'
|
|
25
25
|
import {
|
|
26
|
-
ChipsInputComponent,
|
|
27
26
|
DropdownSelectorComponent,
|
|
28
27
|
TextAreaComponent,
|
|
29
28
|
TextInputComponent,
|
|
@@ -74,7 +73,6 @@ export class WizardFieldComponent implements AfterViewInit, OnDestroy {
|
|
|
74
73
|
@Input() wizardFieldConfig: WizardFieldModel
|
|
75
74
|
|
|
76
75
|
@ViewChild('searchText') searchText: TextInputComponent
|
|
77
|
-
@ViewChild('chips') chips: ChipsInputComponent
|
|
78
76
|
@ViewChild('textArea') textArea: TextAreaComponent
|
|
79
77
|
@ViewChild('dropdown') dropdown: DropdownSelectorComponent
|
|
80
78
|
|
|
@@ -96,9 +94,6 @@ export class WizardFieldComponent implements AfterViewInit, OnDestroy {
|
|
|
96
94
|
case WizardFieldType.TEXT: {
|
|
97
95
|
return data || ''
|
|
98
96
|
}
|
|
99
|
-
case WizardFieldType.CHIPS: {
|
|
100
|
-
return data ? JSON.parse(data) : []
|
|
101
|
-
}
|
|
102
97
|
case WizardFieldType.TEXT_AREA: {
|
|
103
98
|
return data || ''
|
|
104
99
|
}
|
|
@@ -131,10 +126,6 @@ export class WizardFieldComponent implements AfterViewInit, OnDestroy {
|
|
|
131
126
|
this.initializeTextInputListener()
|
|
132
127
|
break
|
|
133
128
|
}
|
|
134
|
-
case WizardFieldType.CHIPS: {
|
|
135
|
-
this.initializeChipsListener()
|
|
136
|
-
break
|
|
137
|
-
}
|
|
138
129
|
case WizardFieldType.TEXT_AREA: {
|
|
139
130
|
this.initializeTextAreaListener()
|
|
140
131
|
return
|
|
@@ -161,17 +152,6 @@ export class WizardFieldComponent implements AfterViewInit, OnDestroy {
|
|
|
161
152
|
)
|
|
162
153
|
}
|
|
163
154
|
|
|
164
|
-
private initializeChipsListener() {
|
|
165
|
-
this.subs.add(
|
|
166
|
-
this.chips.itemsChange.subscribe((items) => {
|
|
167
|
-
this.wizardService.onWizardWizardFieldDataChanged(
|
|
168
|
-
this.wizardFieldConfig.id,
|
|
169
|
-
JSON.stringify(items)
|
|
170
|
-
)
|
|
171
|
-
})
|
|
172
|
-
)
|
|
173
|
-
}
|
|
174
|
-
|
|
175
155
|
private initializeTextAreaListener() {
|
|
176
156
|
this.subs.add(
|
|
177
157
|
this.textArea.valueChange.subscribe((value) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, Input
|
|
1
|
+
import { ChangeDetectionStrategy, Component, Input } from '@angular/core'
|
|
2
2
|
import { marked } from 'marked'
|
|
3
3
|
|
|
4
4
|
@Component({
|
|
@@ -13,6 +13,6 @@ export class MarkdownParserComponent {
|
|
|
13
13
|
@Input() whitoutStyles?: boolean
|
|
14
14
|
|
|
15
15
|
get parsedMarkdown() {
|
|
16
|
-
return marked.parse(this.textContent)
|
|
16
|
+
return marked.parse(this.textContent ?? '')
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -3,7 +3,6 @@ export * from './lib/badge/badge.component'
|
|
|
3
3
|
export * from './lib/button/button.component'
|
|
4
4
|
export * from './lib/check-toggle/check-toggle.component'
|
|
5
5
|
export * from './lib/checkbox/checkbox.component'
|
|
6
|
-
export * from './lib/chips-input/chips-input.component'
|
|
7
6
|
export * from './lib/copy-text-button/copy-text-button.component'
|
|
8
7
|
export * from './lib/date-picker/date-picker.component'
|
|
9
8
|
export * from './lib/date-range-dropdown/date-range-dropdown.component'
|
|
@@ -28,7 +28,6 @@ import { BadgeComponent } from './badge/badge.component'
|
|
|
28
28
|
import { ButtonComponent } from './button/button.component'
|
|
29
29
|
import { CheckToggleComponent } from './check-toggle/check-toggle.component'
|
|
30
30
|
import { CheckboxComponent } from './checkbox/checkbox.component'
|
|
31
|
-
import { ChipsInputComponent } from './chips-input/chips-input.component'
|
|
32
31
|
import { DateRangePickerComponent } from './date-range-picker/date-range-picker.component'
|
|
33
32
|
import { DragAndDropFileInputComponent } from './drag-and-drop-file-input/drag-and-drop-file-input.component'
|
|
34
33
|
import { DropdownMultiselectComponent } from './dropdown-multiselect/dropdown-multiselect.component'
|
|
@@ -40,7 +39,6 @@ import { ViewportIntersectorComponent } from './viewport-intersector/viewport-in
|
|
|
40
39
|
@NgModule({
|
|
41
40
|
declarations: [
|
|
42
41
|
DragAndDropFileInputComponent,
|
|
43
|
-
ChipsInputComponent,
|
|
44
42
|
DropdownMultiselectComponent,
|
|
45
43
|
ViewportIntersectorComponent,
|
|
46
44
|
CheckboxComponent,
|
|
@@ -86,7 +84,6 @@ import { ViewportIntersectorComponent } from './viewport-intersector/viewport-in
|
|
|
86
84
|
ButtonComponent,
|
|
87
85
|
DragAndDropFileInputComponent,
|
|
88
86
|
TextAreaComponent,
|
|
89
|
-
ChipsInputComponent,
|
|
90
87
|
DropdownMultiselectComponent,
|
|
91
88
|
ViewportIntersectorComponent,
|
|
92
89
|
CheckToggleComponent,
|
|
@@ -5,4 +5,3 @@ export * from './lib/loading-mask/loading-mask.component'
|
|
|
5
5
|
export * from './lib/color-scale/color-scale.component'
|
|
6
6
|
export * from './lib/popup-alert/popup-alert.component'
|
|
7
7
|
export * from './lib/spinning-loader/spinning-loader.component'
|
|
8
|
-
export * from './lib/step-bar/step-bar.component'
|
|
@@ -3,14 +3,13 @@ import { UtilSharedModule } from '../../../../../libs/util/shared/src'
|
|
|
3
3
|
import { TranslateModule } from '@ngx-translate/core'
|
|
4
4
|
import { NgxDropzoneModule } from 'ngx-dropzone'
|
|
5
5
|
import { ColorScaleComponent } from './color-scale/color-scale.component'
|
|
6
|
-
import { StepBarComponent } from './step-bar/step-bar.component'
|
|
7
6
|
import { TagInputModule } from 'ngx-chips'
|
|
8
7
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms'
|
|
9
8
|
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner'
|
|
10
9
|
import { CommonModule } from '@angular/common'
|
|
11
10
|
|
|
12
11
|
@NgModule({
|
|
13
|
-
declarations: [ColorScaleComponent
|
|
12
|
+
declarations: [ColorScaleComponent],
|
|
14
13
|
imports: [
|
|
15
14
|
CommonModule,
|
|
16
15
|
TranslateModule.forChild(),
|
|
@@ -21,6 +20,6 @@ import { CommonModule } from '@angular/common'
|
|
|
21
20
|
UtilSharedModule,
|
|
22
21
|
MatProgressSpinnerModule,
|
|
23
22
|
],
|
|
24
|
-
exports: [
|
|
23
|
+
exports: [],
|
|
25
24
|
})
|
|
26
25
|
export class UiWidgetsModule {}
|
package/translations/de.json
CHANGED
|
@@ -36,24 +36,6 @@
|
|
|
36
36
|
"dashboard.records.userEmail": "E-Mail",
|
|
37
37
|
"dashboard.records.username": "Benutzername",
|
|
38
38
|
"dashboard.records.users": "{count, plural, =1{Benutzer} other{Benutzer}}",
|
|
39
|
-
"datafeeder.analysisProgressBar.illustration.fileFormatDetection": "Dateiformat-Erkennung",
|
|
40
|
-
"datafeeder.analysisProgressBar.illustration.gatheringDatasetInformation": "Sammeln von Datensatzinformationen",
|
|
41
|
-
"datafeeder.analysisProgressBar.illustration.samplingData": "Datenauswahl",
|
|
42
|
-
"datafeeder.analysisProgressBar.subtitle": "Die Analyse kann einige Minuten dauern. Bitte warten Sie.",
|
|
43
|
-
"datafeeder.analysisProgressBar.title": "Analyse in Bearbeitung",
|
|
44
|
-
"datafeeder.datasetValidation.datasetInformation": "Der bereitgestellte Datensatz enthält {number} Elemente",
|
|
45
|
-
"datafeeder.datasetValidation.submitButton": "OK, meine Daten sind korrekt",
|
|
46
|
-
"datafeeder.datasetValidation.title": "Stellen Sie sicher, dass Ihre Daten korrekt sind",
|
|
47
|
-
"datafeeder.datasetValidation.unknown": " - ",
|
|
48
|
-
"datafeeder.datasetValidationCsv.explicitLineNumbers": "",
|
|
49
|
-
"datafeeder.datasetValidationCsv.lineNumbers": "",
|
|
50
|
-
"datafeeder.form.abstract": "Wie würden Sie Ihren Datensatz beschreiben?",
|
|
51
|
-
"datafeeder.form.datepicker": "Wissen Sie, wann der Datensatz erstellt wurde?",
|
|
52
|
-
"datafeeder.form.description": "Beschreiben Sie abschließend den Prozess, der zur Erstellung des Datensatzes verwendet wurde",
|
|
53
|
-
"datafeeder.form.dropdown": "Für welche Skala wurde er erstellt?",
|
|
54
|
-
"datafeeder.form.tags": "Wählen Sie einen oder mehrere Tage aus, die zu Ihrem Datensatz passen",
|
|
55
|
-
"datafeeder.form.title": "Geben Sie Ihrem Datensatz den besten Titel",
|
|
56
|
-
"datafeeder.formsPage.title": "Erzählen Sie uns mehr über Ihren Datensatz",
|
|
57
39
|
"datafeeder.month.april": "April",
|
|
58
40
|
"datafeeder.month.august": "August",
|
|
59
41
|
"datafeeder.month.december": "Dezember",
|
|
@@ -66,59 +48,6 @@
|
|
|
66
48
|
"datafeeder.month.november": "November",
|
|
67
49
|
"datafeeder.month.october": "Oktober",
|
|
68
50
|
"datafeeder.month.september": "September",
|
|
69
|
-
"datafeeder.publish.hint": "Sie können diese Seite sicher verlassen. Sie werden benachrichtigt, wenn der Vorgang abgeschlossen ist.",
|
|
70
|
-
"datafeeder.publish.illustration.title": "Ein weiterer Datensatz \n zum Veröffentlichen?",
|
|
71
|
-
"datafeeder.publish.subtitle": "Das Veröffentlichen kann einige Minuten dauern.",
|
|
72
|
-
"datafeeder.publish.title": "Vielen Dank! \n Ihr Datensatz wird veröffentlicht",
|
|
73
|
-
"datafeeder.publish.upload": "Jetzt hochladen",
|
|
74
|
-
"datafeeder.publishSuccess.geonetworkRecord": "Metadatensatz",
|
|
75
|
-
"datafeeder.publishSuccess.illustration.title": "Erledigt, alles ist gut!",
|
|
76
|
-
"datafeeder.publishSuccess.mapViewer": "Kartenviewer",
|
|
77
|
-
"datafeeder.publishSuccess.ogcFeature": "",
|
|
78
|
-
"datafeeder.publishSuccess.subtitle": "Zeigen Sie Ihre Daten an in:",
|
|
79
|
-
"datafeeder.publishSuccess.title": "Herzlichen Glückwunsch! \n Ihr Datensatz wurde veröffentlicht",
|
|
80
|
-
"datafeeder.publishSuccess.uploadAnotherData": "Ein weiteren Datensatz hochladen",
|
|
81
|
-
"datafeeder.summarizePage.illustration": "Kein Fehler? Los geht's!",
|
|
82
|
-
"datafeeder.summarizePage.previous": "Zurück",
|
|
83
|
-
"datafeeder.summarizePage.submit": "Absenden",
|
|
84
|
-
"datafeeder.summarizePage.title": "Sie sind fast fertig...",
|
|
85
|
-
"datafeeder.upload.acceptedFormats": "Akzeptierte Dateiformate:",
|
|
86
|
-
"datafeeder.upload.checkboxLabel": "Ich besitze die Rechte zur Veröffentlichung dieses Datensatzes",
|
|
87
|
-
"datafeeder.upload.error.subtitle.analysis": "Überprüfen Sie, ob die Datei einen gültigen geografischen Datensatz enthält",
|
|
88
|
-
"datafeeder.upload.error.subtitle.cantOpenFile": "Bitte überprüfen Sie, ob die Datei gültig ist",
|
|
89
|
-
"datafeeder.upload.error.subtitle.fileFormat": "Beachten Sie: Nur SHP-Dateien",
|
|
90
|
-
"datafeeder.upload.error.subtitle.fileSize": "Beachten Sie: Maximale Dateigröße {size} MB",
|
|
91
|
-
"datafeeder.upload.error.title.analysis": "Fehler während der Datensatzanalyse",
|
|
92
|
-
"datafeeder.upload.error.title.cantOpenFile": "Fehler beim Öffnen der Datei",
|
|
93
|
-
"datafeeder.upload.error.title.fileFormat": "Das ausgewählte Dateiformat wird nicht unterstützt",
|
|
94
|
-
"datafeeder.upload.error.title.fileHasntSelected": "Keine Datei ausgewählt",
|
|
95
|
-
"datafeeder.upload.error.title.fileSize": "Die Dateigröße ist zu groß",
|
|
96
|
-
"datafeeder.upload.error.title.noRightsToSendData": "Sie dürfen diesen Datensatz nicht veröffentlichen",
|
|
97
|
-
"datafeeder.upload.illustration.enrichment": "Anreicherung",
|
|
98
|
-
"datafeeder.upload.illustration.import": "Import",
|
|
99
|
-
"datafeeder.upload.illustration.title": "Das Hinzufügen von Daten \n war noch nie so einfach",
|
|
100
|
-
"datafeeder.upload.illustration.validation": "Validierung",
|
|
101
|
-
"datafeeder.upload.illustration.verification": "Überprüfung",
|
|
102
|
-
"datafeeder.upload.inputLabel": "Importieren Sie Ihre Datei",
|
|
103
|
-
"datafeeder.upload.maxFileSize": "Maximale Dateigröße beträgt {size} MB",
|
|
104
|
-
"datafeeder.upload.title": "Laden Sie Ihren Datensatz hoch",
|
|
105
|
-
"datafeeder.upload.uploadButton": "Hochladen",
|
|
106
|
-
"datafeeder.validation.csv.delimiter": "",
|
|
107
|
-
"datafeeder.validation.csv.delimiter.comma": "",
|
|
108
|
-
"datafeeder.validation.csv.delimiter.semicolon": "",
|
|
109
|
-
"datafeeder.validation.csv.lat.field": "",
|
|
110
|
-
"datafeeder.validation.csv.lng.field": "",
|
|
111
|
-
"datafeeder.validation.csv.quote.double": "",
|
|
112
|
-
"datafeeder.validation.csv.quote.none": "",
|
|
113
|
-
"datafeeder.validation.csv.quote.simple": "",
|
|
114
|
-
"datafeeder.validation.csv.quoteChar": "",
|
|
115
|
-
"datafeeder.validation.encoding": "Codierung",
|
|
116
|
-
"datafeeder.validation.extent.title": "Hier ist der Datensatzumfang",
|
|
117
|
-
"datafeeder.validation.extent.title.unknown": "Das Projektionssystem ist unbekannt",
|
|
118
|
-
"datafeeder.validation.projection": "Raumbezugssystem:",
|
|
119
|
-
"datafeeder.validation.projection.unknown": "Wählen Sie ein Raumbezugssystem aus",
|
|
120
|
-
"datafeeder.validation.sample.title": "Und eine Beispielentität aus dem Datensatz",
|
|
121
|
-
"datafeeder.wizard.emptyRequiredValuesMessage": "Bitte füllen Sie die obligatorischen Felder aus",
|
|
122
51
|
"datafeeder.wizardSummarize.createdAt": "Erstellt am",
|
|
123
52
|
"datafeeder.wizardSummarize.scale": "Maßstab",
|
|
124
53
|
"datahub.header.datasets": "Datensätze",
|
package/translations/en.json
CHANGED
|
@@ -36,16 +36,6 @@
|
|
|
36
36
|
"dashboard.records.userEmail": "Email",
|
|
37
37
|
"dashboard.records.username": "Username",
|
|
38
38
|
"dashboard.records.users": "{count, plural, =1{user} other{users}}",
|
|
39
|
-
"datafeeder.analysisProgressBar.illustration.fileFormatDetection": "File format \n detection",
|
|
40
|
-
"datafeeder.anaeditor.record.saveStatus.recordNotPublishedasetValidationCsv.explicitLineNumbers": "*The table must display the first 5 lines (excluding the header)<br>If this is not the case, check that the file is correctly formatted",
|
|
41
|
-
"datafeeder.datasetValidationCsv.lineNumbers": "Sample of the first 5 lines* of the dataset:",
|
|
42
|
-
"datafeeder.form.abstract": "How would you describe your dataset?",
|
|
43
|
-
"datafeeder.form.datepicker": "Do you know when the dataset was created?",
|
|
44
|
-
"datafeeder.form.description": "Finally, please describe the process used to create the dataset",
|
|
45
|
-
"datafeeder.form.dropdown": "For which scale was it created?",
|
|
46
|
-
"datafeeder.form.tags": "Select one or more tags that fit your dataset",
|
|
47
|
-
"datafeeder.form.title": "Give your dataset the best title",
|
|
48
|
-
"datafeeder.formsPage.title": "Tell us more about your dataset",
|
|
49
39
|
"datafeeder.month.april": "April",
|
|
50
40
|
"datafeeder.month.august": "August",
|
|
51
41
|
"datafeeder.month.december": "December",
|
|
@@ -58,59 +48,6 @@
|
|
|
58
48
|
"datafeeder.month.november": "November",
|
|
59
49
|
"datafeeder.month.october": "October",
|
|
60
50
|
"datafeeder.month.september": "September",
|
|
61
|
-
"datafeeder.publish.hint": "You can safely exit this page, you will be notified when the process is over",
|
|
62
|
-
"datafeeder.publish.illustration.title": "Another dataset \n to publish?",
|
|
63
|
-
"datafeeder.publish.subtitle": "Publishing may take several minutes.",
|
|
64
|
-
"datafeeder.publish.title": "Thank you! \n Your dataset is being published",
|
|
65
|
-
"datafeeder.publish.upload": "Upload it now",
|
|
66
|
-
"datafeeder.publishSuccess.geonetworkRecord": "Metadata record",
|
|
67
|
-
"datafeeder.publishSuccess.illustration.title": "Done, all is good!",
|
|
68
|
-
"datafeeder.publishSuccess.mapViewer": "Map viewer",
|
|
69
|
-
"datafeeder.publishSuccess.ogcFeature": "OGC API",
|
|
70
|
-
"datafeeder.publishSuccess.subtitle": "View your data in:",
|
|
71
|
-
"datafeeder.publishSuccess.title": "Congratulations! \n Your dataset has been published",
|
|
72
|
-
"datafeeder.publishSuccess.uploadAnotherData": "Upload another dataset",
|
|
73
|
-
"datafeeder.summarizePage.illustration": "No mistake? Let's go!",
|
|
74
|
-
"datafeeder.summarizePage.previous": "Previous",
|
|
75
|
-
"datafeeder.summarizePage.submit": "Submit",
|
|
76
|
-
"datafeeder.summarizePage.title": "You're almost there...",
|
|
77
|
-
"datafeeder.upload.acceptedFormats": "Accepted file formats:",
|
|
78
|
-
"datafeeder.upload.checkboxLabel": "I hold the rights to publish this dataset",
|
|
79
|
-
"datafeeder.upload.error.subtitle.analysis": "Check that the file contains a valid geospatial dataset",
|
|
80
|
-
"datafeeder.upload.error.subtitle.cantOpenFile": "Please check that the file is valid",
|
|
81
|
-
"datafeeder.upload.error.subtitle.fileFormat": "Remember: only SHP",
|
|
82
|
-
"datafeeder.upload.error.subtitle.fileSize": "Remember: {size} MB maximum",
|
|
83
|
-
"datafeeder.upload.error.title.analysis": "Error during the dataset analysis",
|
|
84
|
-
"datafeeder.upload.error.title.cantOpenFile": "Error while opening the file",
|
|
85
|
-
"datafeeder.upload.error.title.fileFormat": "The selected file format is not supported",
|
|
86
|
-
"datafeeder.upload.error.title.fileHasntSelected": "No file selected",
|
|
87
|
-
"datafeeder.upload.error.title.fileSize": "The file size is too large",
|
|
88
|
-
"datafeeder.upload.error.title.noRightsToSendData": "You are not allowed to publish this dataset",
|
|
89
|
-
"datafeeder.upload.illustration.enrichment": "Enrichment",
|
|
90
|
-
"datafeeder.upload.illustration.import": "Import",
|
|
91
|
-
"datafeeder.upload.illustration.title": "Adding data \n has never been easier",
|
|
92
|
-
"datafeeder.upload.illustration.validation": "Validation",
|
|
93
|
-
"datafeeder.upload.illustration.verification": "Verification",
|
|
94
|
-
"datafeeder.upload.inputLabel": "Import your file",
|
|
95
|
-
"datafeeder.upload.maxFileSize": "Maximum file size is {size} MB",
|
|
96
|
-
"datafeeder.upload.title": "Upload your dataset",
|
|
97
|
-
"datafeeder.upload.uploadButton": "Upload",
|
|
98
|
-
"datafeeder.validation.csv.delimiter": "Delimiter",
|
|
99
|
-
"datafeeder.validation.csv.delimiter.comma": "Comma",
|
|
100
|
-
"datafeeder.validation.csv.delimiter.semicolon": "Semicolon",
|
|
101
|
-
"datafeeder.validation.csv.lat.field": "Latitude column",
|
|
102
|
-
"datafeeder.validation.csv.lng.field": "Longitude column",
|
|
103
|
-
"datafeeder.validation.csv.quote.double": "Double quote",
|
|
104
|
-
"datafeeder.validation.csv.quote.none": "None",
|
|
105
|
-
"datafeeder.validation.csv.quote.simple": "Single quote",
|
|
106
|
-
"datafeeder.validation.csv.quoteChar": "Quote separator",
|
|
107
|
-
"datafeeder.validation.encoding": "Encoding",
|
|
108
|
-
"datafeeder.validation.extent.title": "Here is the dataset extent",
|
|
109
|
-
"datafeeder.validation.extent.title.unknown": "The projection system is unknown",
|
|
110
|
-
"datafeeder.validation.projection": "Spatial reference system:",
|
|
111
|
-
"datafeeder.validation.projection.unknown": "Choose a spatial reference system",
|
|
112
|
-
"datafeeder.validation.sample.title": "And a sample entity from the dataset",
|
|
113
|
-
"datafeeder.wizard.emptyRequiredValuesMessage": "Please fill in mandatory fields",
|
|
114
51
|
"datafeeder.wizardSummarize.createdAt": "Created at",
|
|
115
52
|
"datafeeder.wizardSummarize.scale": "Scale",
|
|
116
53
|
"datahub.header.datasets": "Datasets",
|
package/translations/es.json
CHANGED
|
@@ -36,24 +36,6 @@
|
|
|
36
36
|
"dashboard.records.userEmail": "",
|
|
37
37
|
"dashboard.records.username": "",
|
|
38
38
|
"dashboard.records.users": "",
|
|
39
|
-
"datafeeder.analysisProgressBar.illustration.fileFormatDetection": "",
|
|
40
|
-
"datafeeder.analysisProgressBar.illustration.gatheringDatasetInformation": "",
|
|
41
|
-
"datafeeder.analysisProgressBar.illustration.samplingData": "",
|
|
42
|
-
"datafeeder.analysisProgressBar.subtitle": "",
|
|
43
|
-
"datafeeder.analysisProgressBar.title": "",
|
|
44
|
-
"datafeeder.datasetValidation.datasetInformation": "",
|
|
45
|
-
"datafeeder.datasetValidation.submitButton": "",
|
|
46
|
-
"datafeeder.datasetValidation.title": "",
|
|
47
|
-
"datafeeder.datasetValidation.unknown": "",
|
|
48
|
-
"datafeeder.datasetValidationCsv.explicitLineNumbers": "",
|
|
49
|
-
"datafeeder.datasetValidationCsv.lineNumbers": "",
|
|
50
|
-
"datafeeder.form.abstract": "",
|
|
51
|
-
"datafeeder.form.datepicker": "",
|
|
52
|
-
"datafeeder.form.description": "",
|
|
53
|
-
"datafeeder.form.dropdown": "",
|
|
54
|
-
"datafeeder.form.tags": "",
|
|
55
|
-
"datafeeder.form.title": "",
|
|
56
|
-
"datafeeder.formsPage.title": "",
|
|
57
39
|
"datafeeder.month.april": "",
|
|
58
40
|
"datafeeder.month.august": "",
|
|
59
41
|
"datafeeder.month.december": "",
|
|
@@ -66,59 +48,6 @@
|
|
|
66
48
|
"datafeeder.month.november": "",
|
|
67
49
|
"datafeeder.month.october": "",
|
|
68
50
|
"datafeeder.month.september": "",
|
|
69
|
-
"datafeeder.publish.hint": "",
|
|
70
|
-
"datafeeder.publish.illustration.title": "",
|
|
71
|
-
"datafeeder.publish.subtitle": "",
|
|
72
|
-
"datafeeder.publish.title": "",
|
|
73
|
-
"datafeeder.publish.upload": "",
|
|
74
|
-
"datafeeder.publishSuccess.geonetworkRecord": "",
|
|
75
|
-
"datafeeder.publishSuccess.illustration.title": "",
|
|
76
|
-
"datafeeder.publishSuccess.mapViewer": "",
|
|
77
|
-
"datafeeder.publishSuccess.ogcFeature": "",
|
|
78
|
-
"datafeeder.publishSuccess.subtitle": "",
|
|
79
|
-
"datafeeder.publishSuccess.title": "",
|
|
80
|
-
"datafeeder.publishSuccess.uploadAnotherData": "",
|
|
81
|
-
"datafeeder.summarizePage.illustration": "",
|
|
82
|
-
"datafeeder.summarizePage.previous": "",
|
|
83
|
-
"datafeeder.summarizePage.submit": "",
|
|
84
|
-
"datafeeder.summarizePage.title": "",
|
|
85
|
-
"datafeeder.upload.acceptedFormats": "",
|
|
86
|
-
"datafeeder.upload.checkboxLabel": "",
|
|
87
|
-
"datafeeder.upload.error.subtitle.analysis": "",
|
|
88
|
-
"datafeeder.upload.error.subtitle.cantOpenFile": "",
|
|
89
|
-
"datafeeder.upload.error.subtitle.fileFormat": "",
|
|
90
|
-
"datafeeder.upload.error.subtitle.fileSize": "",
|
|
91
|
-
"datafeeder.upload.error.title.analysis": "",
|
|
92
|
-
"datafeeder.upload.error.title.cantOpenFile": "",
|
|
93
|
-
"datafeeder.upload.error.title.fileFormat": "",
|
|
94
|
-
"datafeeder.upload.error.title.fileHasntSelected": "",
|
|
95
|
-
"datafeeder.upload.error.title.fileSize": "",
|
|
96
|
-
"datafeeder.upload.error.title.noRightsToSendData": "",
|
|
97
|
-
"datafeeder.upload.illustration.enrichment": "",
|
|
98
|
-
"datafeeder.upload.illustration.import": "",
|
|
99
|
-
"datafeeder.upload.illustration.title": "",
|
|
100
|
-
"datafeeder.upload.illustration.validation": "",
|
|
101
|
-
"datafeeder.upload.illustration.verification": "",
|
|
102
|
-
"datafeeder.upload.inputLabel": "",
|
|
103
|
-
"datafeeder.upload.maxFileSize": "",
|
|
104
|
-
"datafeeder.upload.title": "",
|
|
105
|
-
"datafeeder.upload.uploadButton": "",
|
|
106
|
-
"datafeeder.validation.csv.delimiter": "",
|
|
107
|
-
"datafeeder.validation.csv.delimiter.comma": "Coma",
|
|
108
|
-
"datafeeder.validation.csv.delimiter.semicolon": "Punto y coma",
|
|
109
|
-
"datafeeder.validation.csv.lat.field": "",
|
|
110
|
-
"datafeeder.validation.csv.lng.field": "",
|
|
111
|
-
"datafeeder.validation.csv.quote.double": "Comillas dobles",
|
|
112
|
-
"datafeeder.validation.csv.quote.none": "Ninguno",
|
|
113
|
-
"datafeeder.validation.csv.quote.simple": "Comillas simples",
|
|
114
|
-
"datafeeder.validation.csv.quoteChar": "",
|
|
115
|
-
"datafeeder.validation.encoding": "",
|
|
116
|
-
"datafeeder.validation.extent.title": "",
|
|
117
|
-
"datafeeder.validation.extent.title.unknown": "",
|
|
118
|
-
"datafeeder.validation.projection": "",
|
|
119
|
-
"datafeeder.validation.projection.unknown": "",
|
|
120
|
-
"datafeeder.validation.sample.title": "",
|
|
121
|
-
"datafeeder.wizard.emptyRequiredValuesMessage": "",
|
|
122
51
|
"datafeeder.wizardSummarize.createdAt": "",
|
|
123
52
|
"datafeeder.wizardSummarize.scale": "",
|
|
124
53
|
"datahub.header.datasets": "",
|