@kusto/monaco-kusto 13.1.0 → 13.1.2

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,11 +1,11 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 13.1.0(e13e2f4e51f8298799cd0893607366337e0bfa53)
3
+ * monaco-kusto version: 13.1.2(7672f2d295198f720b4760f8526ad8cd000a9b60)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
7
7
 
8
- define('vs/language/kusto/kustoMode', ['exports', 'vs/editor/editor.main', './main-d3d6236d', './types-ecba52f0'], (function (exports, monaco, main, types$1) { 'use strict';
8
+ define('vs/language/kusto/kustoMode', ['exports', 'vs/editor/editor.main', './main-c03ce015', './types-ca38c9eb'], (function (exports, monaco, main, types$1) { 'use strict';
9
9
 
10
10
  function _interopNamespaceDefault(e) {
11
11
  var n = Object.create(null);
@@ -1,11 +1,11 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 13.1.0(e13e2f4e51f8298799cd0893607366337e0bfa53)
3
+ * monaco-kusto version: 13.1.2(7672f2d295198f720b4760f8526ad8cd000a9b60)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
7
7
 
8
- define('vs/language/kusto/kustoWorker', ['exports', './main-d3d6236d', './schema-d61457d1'], (function (exports, main, schema) { 'use strict';
8
+ define('vs/language/kusto/kustoWorker', ['exports', './main-c03ce015', './schema-855435f8'], (function (exports, main, schema) { 'use strict';
9
9
 
10
10
  function _slicedToArray$2(r, e) { return _arrayWithHoles$2(r) || _iterableToArrayLimit$2(r, e) || _unsupportedIterableToArray$3(r, e) || _nonIterableRest$2(); }
11
11
  function _nonIterableRest$2() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
@@ -1,11 +1,11 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 13.1.0(e13e2f4e51f8298799cd0893607366337e0bfa53)
3
+ * monaco-kusto version: 13.1.2(7672f2d295198f720b4760f8526ad8cd000a9b60)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
7
7
 
8
- define('vs/language/kusto/main-d3d6236d', ['exports'], (function (exports) { 'use strict';
8
+ define('vs/language/kusto/main-c03ce015', ['exports'], (function (exports) { 'use strict';
9
9
 
10
10
  /* --------------------------------------------------------------------------------------------
11
11
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,11 +1,11 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 13.1.0(e13e2f4e51f8298799cd0893607366337e0bfa53)
3
+ * monaco-kusto version: 13.1.2(7672f2d295198f720b4760f8526ad8cd000a9b60)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
7
7
 
8
- define('vs/language/kusto/monaco.contribution', ['require', 'exports', 'vs/editor/editor.main', './types-ecba52f0', './schema-d61457d1'], (function (require, exports, monaco, types, schema) { 'use strict';
8
+ define('vs/language/kusto/monaco.contribution', ['require', 'exports', 'vs/editor/editor.main', './types-ca38c9eb', './schema-855435f8'], (function (require, exports, monaco, types, schema) { 'use strict';
9
9
 
10
10
  function _interopNamespaceDefault(e) {
11
11
  var n = Object.create(null);
@@ -219,7 +219,7 @@ define('vs/language/kusto/monaco.contribution', ['require', 'exports', 'vs/edito
219
219
  paleChestnut: '#D69D85',
220
220
  paleVioletRed: '#DB7093',
221
221
  firebrick: '#B22222',
222
- orangeRed: '#FF4500',
222
+ orangeRed: '#CE3600',
223
223
  mediumVioletRed: '#C71585',
224
224
  magenta: '#FF00FF',
225
225
  // for debugging
@@ -1,11 +1,11 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 13.1.0(e13e2f4e51f8298799cd0893607366337e0bfa53)
3
+ * monaco-kusto version: 13.1.2(7672f2d295198f720b4760f8526ad8cd000a9b60)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
7
7
 
8
- define('vs/language/kusto/schema-d61457d1', ['exports'], (function (exports) { 'use strict';
8
+ define('vs/language/kusto/schema-855435f8', ['exports'], (function (exports) { 'use strict';
9
9
 
10
10
  // Definition of schema object in the context of language services. This model is exposed to consumers of this library.
11
11
 
@@ -1,11 +1,11 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 13.1.0(e13e2f4e51f8298799cd0893607366337e0bfa53)
3
+ * monaco-kusto version: 13.1.2(7672f2d295198f720b4760f8526ad8cd000a9b60)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
7
7
 
8
- define('vs/language/kusto/types-ecba52f0', ['exports'], (function (exports) { 'use strict';
8
+ define('vs/language/kusto/types-ca38c9eb', ['exports'], (function (exports) { 'use strict';
9
9
 
10
10
  var LANGUAGE_ID = 'kusto';
11
11
 
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 13.1.0(e13e2f4e51f8298799cd0893607366337e0bfa53)
3
+ * monaco-kusto version: 13.1.2(7672f2d295198f720b4760f8526ad8cd000a9b60)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 13.1.0(e13e2f4e51f8298799cd0893607366337e0bfa53)
3
+ * monaco-kusto version: 13.1.2(7672f2d295198f720b4760f8526ad8cd000a9b60)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
@@ -8,7 +8,7 @@
8
8
  import * as worker from 'monaco-editor/esm/vs/editor/editor.worker';
9
9
  import * as ls from 'vscode-languageserver-types';
10
10
  import XRegExp from 'xregexp';
11
- import { d as getEntityDataTypeFromCslType, a as getCallName, b as getExpression, g as getCslTypeNameFromClrType } from './schema-36aecac4.js';
11
+ import { d as getEntityDataTypeFromCslType, a as getCallName, b as getExpression, g as getCslTypeNameFromClrType } from './schema-cf8a68a3.js';
12
12
  import '@kusto/language-service/bridge.min';
13
13
  import '@kusto/language-service/Kusto.JavaScript.Client.min';
14
14
  import '@kusto/language-service/newtonsoft.json.min';
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 13.1.0(e13e2f4e51f8298799cd0893607366337e0bfa53)
3
+ * monaco-kusto version: 13.1.2(7672f2d295198f720b4760f8526ad8cd000a9b60)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
@@ -9,7 +9,7 @@ import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
9
9
  import { languages } from 'monaco-editor/esm/vs/editor/editor.api';
10
10
  import * as ls from 'vscode-languageserver-types';
11
11
  import debounce from 'lodash-es/debounce';
12
- import { L as LANGUAGE_ID, T as Token, t as tokenTypes } from './globals-7cadf160.js';
12
+ import { L as LANGUAGE_ID, T as Token, t as tokenTypes } from './globals-aceb1d69.js';
13
13
 
14
14
  class WorkerManager {
15
15
  constructor(_monacoInstance, defaults) {
@@ -1,15 +1,15 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 13.1.0(e13e2f4e51f8298799cd0893607366337e0bfa53)
3
+ * monaco-kusto version: 13.1.2(7672f2d295198f720b4760f8526ad8cd000a9b60)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
7
7
 
8
8
  import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
9
9
  import { editor } from 'monaco-editor/esm/vs/editor/editor.api';
10
- import { T as Token, L as LANGUAGE_ID } from './globals-7cadf160.js';
11
- import { g as getCslTypeNameFromClrType, a as getCallName, b as getExpression, c as getInputParametersAsCslString, d as getEntityDataTypeFromCslType } from './schema-36aecac4.js';
12
- export { s as showSchema } from './schema-36aecac4.js';
10
+ import { T as Token, L as LANGUAGE_ID } from './globals-aceb1d69.js';
11
+ import { g as getCslTypeNameFromClrType, a as getCallName, b as getExpression, c as getInputParametersAsCslString, d as getEntityDataTypeFromCslType } from './schema-cf8a68a3.js';
12
+ export { s as showSchema } from './schema-cf8a68a3.js';
13
13
 
14
14
  function getCurrentCommandRange(editor, cursorPosition) {
15
15
  const zeroBasedCursorLineNumber = cursorPosition.lineNumber - 1;
@@ -179,7 +179,7 @@ const colors = {
179
179
  paleChestnut: '#D69D85',
180
180
  paleVioletRed: '#DB7093',
181
181
  firebrick: '#B22222',
182
- orangeRed: '#FF4500',
182
+ orangeRed: '#CE3600',
183
183
  mediumVioletRed: '#C71585',
184
184
  magenta: '#FF00FF',
185
185
  // for debugging
@@ -1,6 +1,6 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 13.1.0(e13e2f4e51f8298799cd0893607366337e0bfa53)
3
+ * monaco-kusto version: 13.1.2(7672f2d295198f720b4760f8526ad8cd000a9b60)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
@@ -11,7 +11,7 @@ var colors = {
11
11
  paleChestnut: '#D69D85',
12
12
  paleVioletRed: '#DB7093',
13
13
  firebrick: '#B22222',
14
- orangeRed: '#FF4500',
14
+ orangeRed: '#CE3600',
15
15
  mediumVioletRed: '#C71585',
16
16
  magenta: '#FF00FF', // for debugging
17
17
  darkOrchid: '#9932CC',