@vgip/meta-ui 1.3.2 → 1.3.3
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.
|
@@ -4505,7 +4505,8 @@ class MetaResource {
|
|
|
4505
4505
|
};
|
|
4506
4506
|
}
|
|
4507
4507
|
this.model._vgis.layoutId = this.currentLayoutId;
|
|
4508
|
-
|
|
4508
|
+
// 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
|
|
4509
4510
|
this.model._vgis.eventId = this.metaContext.vgipEventId;
|
|
4510
4511
|
/* eslint-enable no-underscore-dangle */
|
|
4511
4512
|
}
|
|
@@ -5356,3 +5357,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
5356
5357
|
*/
|
|
5357
5358
|
|
|
5358
5359
|
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
|