@hpcc-js/codemirror 2.63.0 → 2.64.0
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 +5 -5
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +5 -5
- 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 +5 -5
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.es6.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Palette, HTMLWidget } from '@hpcc-js/common';
|
|
2
2
|
|
|
3
3
|
var PKG_NAME = "@hpcc-js/codemirror";
|
|
4
|
-
var PKG_VERSION = "2.
|
|
5
|
-
var BUILD_VERSION = "2.
|
|
4
|
+
var PKG_VERSION = "2.64.0";
|
|
5
|
+
var BUILD_VERSION = "2.107.0";
|
|
6
6
|
|
|
7
7
|
/******************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -18,7 +18,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
18
18
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
19
19
|
PERFORMANCE OF THIS SOFTWARE.
|
|
20
20
|
***************************************************************************** */
|
|
21
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
21
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
22
22
|
|
|
23
23
|
var extendStatics = function(d, b) {
|
|
24
24
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -3486,7 +3486,7 @@ var codemirror = {exports: {}};
|
|
|
3486
3486
|
}
|
|
3487
3487
|
|
|
3488
3488
|
// Compute the lines that are visible in a given viewport (defaults
|
|
3489
|
-
// the
|
|
3489
|
+
// the current scroll position). viewport may contain top,
|
|
3490
3490
|
// height, and ensure (see op.scrollToPos) properties.
|
|
3491
3491
|
function visibleLines(display, doc, viewport) {
|
|
3492
3492
|
var top = viewport && viewport.top != null ? Math.max(0, viewport.top) : display.scroller.scrollTop;
|
|
@@ -9938,7 +9938,7 @@ var codemirror = {exports: {}};
|
|
|
9938
9938
|
|
|
9939
9939
|
addLegacyProps(CodeMirror);
|
|
9940
9940
|
|
|
9941
|
-
CodeMirror.version = "5.65.
|
|
9941
|
+
CodeMirror.version = "5.65.18";
|
|
9942
9942
|
|
|
9943
9943
|
return CodeMirror;
|
|
9944
9944
|
|