@vgip/meta-ui 1.3.9 → 1.4.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.
|
@@ -1825,7 +1825,9 @@ class FieldRadio extends FieldAbstract {
|
|
|
1825
1825
|
if (this.default && !this.model) {
|
|
1826
1826
|
setTimeout(() => {
|
|
1827
1827
|
this.parent[this.meta.name] = this.meta.valueType === 'object' ? this.default : (this.default.id || this.default);
|
|
1828
|
-
|
|
1828
|
+
setTimeout(() => {
|
|
1829
|
+
this.onModelChange(this.model);
|
|
1830
|
+
}, 0);
|
|
1829
1831
|
}, 0);
|
|
1830
1832
|
}
|
|
1831
1833
|
}
|
|
@@ -5392,3 +5394,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
5392
5394
|
*/
|
|
5393
5395
|
|
|
5394
5396
|
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 };
|
|
5397
|
+
//# sourceMappingURL=vgip-meta-ui.mjs.map
|