@hpcc-js/form 2.9.1 → 2.9.4

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/dist/index.es6.js CHANGED
@@ -2,8 +2,8 @@ import { IInput } from '@hpcc-js/api';
2
2
  import { HTMLWidget, rgb, WidgetArray, d3Event, select, SVGWidget, scaleLinear, timeParse, drag, timeFormat, format } from '@hpcc-js/common';
3
3
 
4
4
  var PKG_NAME = "@hpcc-js/form";
5
- var PKG_VERSION = "2.9.1";
6
- var BUILD_VERSION = "2.102.4";
5
+ var PKG_VERSION = "2.9.4";
6
+ var BUILD_VERSION = "2.103.1";
7
7
 
8
8
  /*! *****************************************************************************
9
9
  Copyright (c) Microsoft Corporation.
@@ -496,7 +496,6 @@ var Form = /** @class */ (function (_super) {
496
496
  _super.prototype.exit.call(this, domNode, element);
497
497
  };
498
498
  Form.prototype.click = function (row, col, sel) {
499
- console.log("Clicked Submit: " + JSON.stringify(row));
500
499
  };
501
500
  return Form;
502
501
  }(HTMLWidget));