pict-section-form 1.0.175 → 1.0.176
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/.vscode/settings.json
CHANGED
package/package.json
CHANGED
|
@@ -999,6 +999,14 @@ class PictFormMetacontroller extends libPictViewClass
|
|
|
999
999
|
return false;
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
|
+
/**
|
|
1003
|
+
* Clears out the manifest description set on the meta controller.
|
|
1004
|
+
*/
|
|
1005
|
+
clearManifestDescription()
|
|
1006
|
+
{
|
|
1007
|
+
this.manifestDescription = null;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1002
1010
|
/**
|
|
1003
1011
|
* Bootstraps Pict DynamicForm views from a Manyfest description JSON object.
|
|
1004
1012
|
*
|