@nebularstreams/libmui 2.5.98 → 2.5.100
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/package.json
CHANGED
|
@@ -556,6 +556,7 @@ const
|
|
|
556
556
|
m(attrs.CodeMirror, {
|
|
557
557
|
doc: rawValue,
|
|
558
558
|
schema: metaDef.schema,
|
|
559
|
+
templates: metaDef.templates,
|
|
559
560
|
hint: metaDef.dynamicHint ? metaDef.dynamicHint(targetParameters) : metaDef.hint,
|
|
560
561
|
empty: metaDef.empty,
|
|
561
562
|
onSave: (content) => {
|
|
@@ -844,6 +845,7 @@ const
|
|
|
844
845
|
field: metaDef.field,
|
|
845
846
|
icon: metaDef.icon,
|
|
846
847
|
value: rawValue,
|
|
848
|
+
title: metaDef.title,
|
|
847
849
|
onchange: (choice) => {
|
|
848
850
|
|
|
849
851
|
let
|