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.
@@ -1,5 +1,4 @@
1
1
  {
2
- "workbench.colorTheme": "Default High Contrast",
3
2
  "sqltools.connections": [
4
3
  {
5
4
  "mysqlOptions": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pict-section-form",
3
- "version": "1.0.175",
3
+ "version": "1.0.176",
4
4
  "description": "Pict dynamic form sections",
5
5
  "main": "source/Pict-Section-Form.js",
6
6
  "directories": {
@@ -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
  *