@kusto/monaco-kusto 12.0.3 → 12.0.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.
@@ -1,7 +1,7 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 12.0.3(418f3d71791a9e0959cc8869c01ea6d9b94b3179)
3
+ * monaco-kusto version: 12.0.4(d2b0b92cc089b35f33fd16e2da422c4ffc972e0c)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
7
- define("vs/language/kusto/schema-319a2b5f",["exports"],(function(t){"use strict";var n={"System.SByte":"bool","System.Byte":"uint8","System.Int16":"int16","System.UInt16":"uint16","System.Int32":"int","System.UInt32":"uint","System.Int64":"long","System.UInt64":"ulong","System.String":"string","System.Single":"float","System.Double":"real","System.DateTime":"datetime","System.TimeSpan":"timespan","System.Guid":"guid","System.Boolean":"bool","Newtonsoft.Json.Linq.JArray":"dynamic","Newtonsoft.Json.Linq.JObject":"dynamic","Newtonsoft.Json.Linq.JToken":"dynamic","System.Object":"dynamic","System.Data.SqlTypes.SqlDecimal":"decimal"},e=function(t){return n[t]||t},a={object:"Object",bool:"Boolean",uint8:"Byte",int16:"Int16",uint16:"UInt16",int:"Int32",uint:"UInt32",long:"Int64",ulong:"UInt64",float:"Single",real:"Double",decimal:"Decimal",datetime:"DateTime",string:"String",dynamic:"Dynamic",timespan:"TimeSpan"},o=function(t){return"(".concat(t.map((function(t){return i(t)})).join(","),")")},i=function(t){if(t.columns&&t.columns.length>0){var n=t.columns.map((function(t){return"".concat(t.name,":").concat(t.cslType||e(t.type))})).join(",");return"".concat(t.name,":").concat(""===n?"*":n)}return"".concat(t.name,":").concat(t.cslType||e(t.type))};t.getCallName=function(t){return"".concat(t.name,"(").concat(t.inputParameters.map((function(t){return"{".concat(t.name,"}")})).join(","),")")},t.getCslTypeNameFromClrType=e,t.getEntityDataTypeFromCslType=function(t){return a[t]||t},t.getExpression=function(t){return"let ".concat(t.name," = ").concat(o(t.inputParameters)," ").concat(t.body)},t.getInputParametersAsCslString=o,t.showSchema=undefined}));
7
+ define("vs/language/kusto/schema-aa496175",["exports"],(function(t){"use strict";var n={"System.SByte":"bool","System.Byte":"uint8","System.Int16":"int16","System.UInt16":"uint16","System.Int32":"int","System.UInt32":"uint","System.Int64":"long","System.UInt64":"ulong","System.String":"string","System.Single":"float","System.Double":"real","System.DateTime":"datetime","System.TimeSpan":"timespan","System.Guid":"guid","System.Boolean":"bool","Newtonsoft.Json.Linq.JArray":"dynamic","Newtonsoft.Json.Linq.JObject":"dynamic","Newtonsoft.Json.Linq.JToken":"dynamic","System.Object":"dynamic","System.Data.SqlTypes.SqlDecimal":"decimal"},e=function(t){return n[t]||t},a={object:"Object",bool:"Boolean",uint8:"Byte",int16:"Int16",uint16:"UInt16",int:"Int32",uint:"UInt32",long:"Int64",ulong:"UInt64",float:"Single",real:"Double",decimal:"Decimal",datetime:"DateTime",string:"String",dynamic:"Dynamic",timespan:"TimeSpan"},o=function(t){return"(".concat(t.map((function(t){return i(t)})).join(","),")")},i=function(t){if(t.columns&&t.columns.length>0){var n=t.columns.map((function(t){return"".concat(t.name,":").concat(t.cslType||e(t.type))})).join(",");return"".concat(t.name,":").concat(""===n?"*":n)}return"".concat(t.name,":").concat(t.cslType||e(t.type))};t.getCallName=function(t){return"".concat(t.name,"(").concat(t.inputParameters.map((function(t){return"{".concat(t.name,"}")})).join(","),")")},t.getCslTypeNameFromClrType=e,t.getEntityDataTypeFromCslType=function(t){return a[t]||t},t.getExpression=function(t){return"let ".concat(t.name," = ").concat(o(t.inputParameters)," ").concat(t.body)},t.getInputParametersAsCslString=o,t.showSchema=undefined}));
@@ -1,7 +1,7 @@
1
1
  /*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * monaco-kusto version: 12.0.3(418f3d71791a9e0959cc8869c01ea6d9b94b3179)
3
+ * monaco-kusto version: 12.0.4(d2b0b92cc089b35f33fd16e2da422c4ffc972e0c)
4
4
  * Released under the MIT license
5
5
  * https://https://github.com/Azure/monaco-kusto/blob/master/README.md
6
6
  *-----------------------------------------------------------------------------*/
7
- define("vs/language/kusto/types-310c0d26",["exports"],(function(e){"use strict";var a=function(e){return e.PlainText="plainText",e.Comment="comment",e.Punctuation="punctuation",e.Directive="directive",e.Literal="literal",e.StringLiteral="stringLiteral",e.Type="type",e.Column="column",e.Table="table",e.Database="database",e.Function="function",e.Parameter="parameter",e.Variable="variable",e.Identifier="identifier",e.ClientParameter="clientParameter",e.QueryParameter="queryParameter",e.ScalarParameter="scalarParameter",e.MathOperator="mathOperator",e.QueryOperator="queryOperator",e.Command="command",e.Keyword="keyword",e.MaterializedView="materializedView",e.SchemaMember="schemaMember",e.SignatureParameter="signatureParameter",e.Option="option",e}({}),r=[a.PlainText,a.Comment,a.Punctuation,a.Directive,a.Literal,a.StringLiteral,a.Type,a.Column,a.Table,a.Database,a.Function,a.Parameter,a.Variable,a.Identifier,a.ClientParameter,a.QueryParameter,a.ScalarParameter,a.MathOperator,a.QueryOperator,a.Command,a.Keyword,a.MaterializedView,a.SchemaMember,a.SignatureParameter,a.Option];e.LANGUAGE_ID="kusto",e.Token=a,e.tokenTypes=r}));
7
+ define("vs/language/kusto/types-4d703737",["exports"],(function(e){"use strict";var a=function(e){return e.PlainText="plainText",e.Comment="comment",e.Punctuation="punctuation",e.Directive="directive",e.Literal="literal",e.StringLiteral="stringLiteral",e.Type="type",e.Column="column",e.Table="table",e.Database="database",e.Function="function",e.Parameter="parameter",e.Variable="variable",e.Identifier="identifier",e.ClientParameter="clientParameter",e.QueryParameter="queryParameter",e.ScalarParameter="scalarParameter",e.MathOperator="mathOperator",e.QueryOperator="queryOperator",e.Command="command",e.Keyword="keyword",e.MaterializedView="materializedView",e.SchemaMember="schemaMember",e.SignatureParameter="signatureParameter",e.Option="option",e}({}),r=[a.PlainText,a.Comment,a.Punctuation,a.Directive,a.Literal,a.StringLiteral,a.Type,a.Column,a.Table,a.Database,a.Function,a.Parameter,a.Variable,a.Identifier,a.ClientParameter,a.QueryParameter,a.ScalarParameter,a.MathOperator,a.QueryOperator,a.Command,a.Keyword,a.MaterializedView,a.SchemaMember,a.SignatureParameter,a.Option];e.LANGUAGE_ID="kusto",e.Token=a,e.tokenTypes=r}));