@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 +2 -3
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +6 -6
- package/src/Form.ts +0 -1
- package/src/__package__.ts +2 -2
- package/types/Form.d.ts.map +1 -1
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
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.
|
|
6
|
-
var BUILD_VERSION = "2.
|
|
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));
|