@vgip/meta-ui 1.3.3 → 1.3.5
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.
|
@@ -344,9 +344,6 @@ const fieldNormalizer = (field, uniqFieldNames) => {
|
|
|
344
344
|
}
|
|
345
345
|
else if (fieldType === 'list') {
|
|
346
346
|
const list = field.list || field.reference;
|
|
347
|
-
if (!list.name && list.type === 'composite') {
|
|
348
|
-
list.name = field.name;
|
|
349
|
-
}
|
|
350
347
|
f = {
|
|
351
348
|
type: field.name ? 'list' : 'missing name',
|
|
352
349
|
label: field.label,
|
|
@@ -4506,7 +4503,7 @@ class MetaResource {
|
|
|
4506
4503
|
}
|
|
4507
4504
|
this.model._vgis.layoutId = this.currentLayoutId;
|
|
4508
4505
|
// eslint-disable-next-line max-len
|
|
4509
|
-
this.model._vgis.timeZoneOffsetInMinutes = 0; // we are not providing timezone anymore (as V3), instead the 'time' and 'date' objects are converted so the UTC time/date is correct
|
|
4506
|
+
// this.model._vgis.timeZoneOffsetInMinutes = 0; // we are not providing timezone anymore (as V3), instead the 'time' and 'date' objects are converted so the UTC time/date is correct
|
|
4510
4507
|
this.model._vgis.eventId = this.metaContext.vgipEventId;
|
|
4511
4508
|
/* eslint-enable no-underscore-dangle */
|
|
4512
4509
|
}
|
|
@@ -5357,4 +5354,3 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
5357
5354
|
*/
|
|
5358
5355
|
|
|
5359
5356
|
export { FieldBoolean, FieldComposite, FieldDatetime, FieldInput, FieldList, FieldRadio, FieldReference, FieldRichtext, FieldSelect, FieldText, FieldUnknown, MetaAutofocusDirective, MetaContextService, MetaField, MetaFieldContentDirective, MetaHttpClient, MetaIconsPipe, MetaLayout, MetaModelPipe, MetaModule, MetaMsgService, MetaRefDialog, MetaReferenceService, MetaResource, MetaResourceCard, MetaResourceService, MetaStripHtmlPipe, MetaTrackerService, ResourceDraftsService, metaDark, metaLight, metaNormalizer, relativeTimeBuilder };
|
|
5360
|
-
//# sourceMappingURL=vgip-meta-ui.mjs.map
|