@tsonic/dotnet 0.7.3 → 0.7.6
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/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +46 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +65 -85
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +337 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +22 -47
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +77 -99
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +26 -51
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +5 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +83 -107
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Intrinsics.d.ts +29 -8
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +1 -26
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.AccessControl.d.ts +23 -6
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +608 -633
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +14 -39
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +142 -167
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +154 -179
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +10 -35
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -29,31 +29,6 @@ import type { SendOrPostCallback, SynchronizationContext } from "../../System.Th
|
|
|
29
29
|
import * as System_Internal from "../../System/internal/index.js";
|
|
30
30
|
import type { ArgumentException, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, Delegate, Double, Enum, EventArgs, EventHandler, EventHandler_1, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IServiceProvider, ISpanFormattable, MarshalByRefObject, MulticastDelegate, Nullable_1, Object as ClrObject, SByte, Single, String as ClrString, SystemException, Type, TypeCode, UInt16, UInt32, UInt64, Void } from "../../System/internal/index.js";
|
|
31
31
|
|
|
32
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
33
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
34
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
35
|
-
export type CLROf<T> =
|
|
36
|
-
T extends sbyte ? System_Internal.SByte :
|
|
37
|
-
T extends short ? System_Internal.Int16 :
|
|
38
|
-
T extends int ? System_Internal.Int32 :
|
|
39
|
-
T extends long ? System_Internal.Int64 :
|
|
40
|
-
T extends int128 ? System_Internal.Int128 :
|
|
41
|
-
T extends nint ? System_Internal.IntPtr :
|
|
42
|
-
T extends byte ? System_Internal.Byte :
|
|
43
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
44
|
-
T extends uint ? System_Internal.UInt32 :
|
|
45
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
46
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
47
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
48
|
-
T extends half ? System_Internal.Half :
|
|
49
|
-
T extends float ? System_Internal.Single :
|
|
50
|
-
T extends double ? System_Internal.Double :
|
|
51
|
-
T extends decimal ? System_Internal.Decimal :
|
|
52
|
-
T extends char ? System_Internal.Char :
|
|
53
|
-
T extends boolean ? System_Internal.Boolean :
|
|
54
|
-
T extends string ? System_Internal.String :
|
|
55
|
-
T; // Identity fallback for non-primitive types
|
|
56
|
-
|
|
57
32
|
export enum BindableSupport {
|
|
58
33
|
no = 0,
|
|
59
34
|
yes = 1,
|
|
@@ -234,6 +209,7 @@ export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
|
234
209
|
remove(value: unknown): void;
|
|
235
210
|
removeAt(index: int): void;
|
|
236
211
|
removeSort(): void;
|
|
212
|
+
clear(): void;
|
|
237
213
|
}
|
|
238
214
|
|
|
239
215
|
|
|
@@ -272,6 +248,8 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
|
|
|
272
248
|
remove(value: unknown): void;
|
|
273
249
|
removeAt(index: int): void;
|
|
274
250
|
removeFilter(): void;
|
|
251
|
+
clear(): void;
|
|
252
|
+
removeSort(): void;
|
|
275
253
|
}
|
|
276
254
|
|
|
277
255
|
|
|
@@ -302,8 +280,8 @@ export interface IComNativeDescriptorHandler$instance {
|
|
|
302
280
|
getEvents(component: unknown, attributes: Attribute[]): EventDescriptorCollection;
|
|
303
281
|
getEvents(component: unknown): EventDescriptorCollection;
|
|
304
282
|
getProperties(component: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
305
|
-
getPropertyValue(component: unknown, dispid: int, success:
|
|
306
|
-
getPropertyValue(component: unknown, propertyName: string, success:
|
|
283
|
+
getPropertyValue(component: unknown, dispid: int, success: boolean): unknown;
|
|
284
|
+
getPropertyValue(component: unknown, propertyName: string, success: boolean): unknown;
|
|
307
285
|
}
|
|
308
286
|
|
|
309
287
|
|
|
@@ -332,7 +310,7 @@ export interface IContainer$instance extends System_Internal.IDisposable$instanc
|
|
|
332
310
|
export type IContainer = IContainer$instance;
|
|
333
311
|
|
|
334
312
|
export interface ICustomTypeDescriptor$instance {
|
|
335
|
-
readonly requireRegisteredTypes: Nullable_1<
|
|
313
|
+
readonly requireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
336
314
|
getAttributes(): AttributeCollection;
|
|
337
315
|
getClassName(): string;
|
|
338
316
|
getConverter(): TypeConverter;
|
|
@@ -373,7 +351,7 @@ export type IExtenderProvider = IExtenderProvider$instance;
|
|
|
373
351
|
|
|
374
352
|
export interface IIntellisenseBuilder$instance {
|
|
375
353
|
readonly name: string;
|
|
376
|
-
show(language: string, value: string, newValue:
|
|
354
|
+
show(language: string, value: string, newValue: string): boolean;
|
|
377
355
|
}
|
|
378
356
|
|
|
379
357
|
|
|
@@ -440,6 +418,7 @@ export type IRaiseItemChangedEvents = IRaiseItemChangedEvents$instance;
|
|
|
440
418
|
export interface IRevertibleChangeTracking$instance extends IChangeTracking {
|
|
441
419
|
readonly isChanged: boolean;
|
|
442
420
|
rejectChanges(): void;
|
|
421
|
+
acceptChanges(): void;
|
|
443
422
|
}
|
|
444
423
|
|
|
445
424
|
|
|
@@ -610,7 +589,7 @@ export interface AttributeCollection$instance {
|
|
|
610
589
|
export const AttributeCollection: {
|
|
611
590
|
new(attributes: Attribute[]): AttributeCollection$instance;
|
|
612
591
|
readonly empty: AttributeCollection;
|
|
613
|
-
fromExisting(existing: AttributeCollection, newAttributes: Attribute[]): AttributeCollection;
|
|
592
|
+
fromExisting(existing: AttributeCollection, ...newAttributes: Attribute[]): AttributeCollection;
|
|
614
593
|
};
|
|
615
594
|
|
|
616
595
|
|
|
@@ -1061,7 +1040,7 @@ export const CultureInfoConverter: {
|
|
|
1061
1040
|
export type CultureInfoConverter = CultureInfoConverter$instance;
|
|
1062
1041
|
|
|
1063
1042
|
export interface CustomTypeDescriptor$instance {
|
|
1064
|
-
readonly requireRegisteredTypes: Nullable_1<
|
|
1043
|
+
readonly requireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
1065
1044
|
getAttributes(): AttributeCollection;
|
|
1066
1045
|
getClassName(): string;
|
|
1067
1046
|
getComponentName(): string;
|
|
@@ -1907,7 +1886,7 @@ export const LicenseManager: {
|
|
|
1907
1886
|
createWithContext(type_: Type, creationContext: LicenseContext, args: unknown[]): unknown;
|
|
1908
1887
|
createWithContext(type_: Type, creationContext: LicenseContext): unknown;
|
|
1909
1888
|
isLicensed(type_: Type): boolean;
|
|
1910
|
-
isValid(type_: Type, instance: unknown, license:
|
|
1889
|
+
isValid(type_: Type, instance: unknown, license: License): boolean;
|
|
1911
1890
|
isValid(type_: Type): boolean;
|
|
1912
1891
|
lockContext(contextUser: unknown): void;
|
|
1913
1892
|
unlockContext(contextUser: unknown): void;
|
|
@@ -2119,11 +2098,11 @@ export interface MaskedTextProvider$instance {
|
|
|
2119
2098
|
resetOnSpace: boolean;
|
|
2120
2099
|
skipLiterals: boolean;
|
|
2121
2100
|
add(input: char): boolean;
|
|
2122
|
-
add(input: char, testPosition:
|
|
2101
|
+
add(input: char, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2123
2102
|
add(input: string): boolean;
|
|
2124
|
-
add(input: string, testPosition:
|
|
2103
|
+
add(input: string, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2125
2104
|
clear(): void;
|
|
2126
|
-
clear(resultHint:
|
|
2105
|
+
clear(resultHint: MaskedTextResultHint): void;
|
|
2127
2106
|
clone(): unknown;
|
|
2128
2107
|
findAssignedEditPositionFrom(position: int, direction: boolean): int;
|
|
2129
2108
|
findAssignedEditPositionInRange(startPosition: int, endPosition: int, direction: boolean): int;
|
|
@@ -2134,24 +2113,24 @@ export interface MaskedTextProvider$instance {
|
|
|
2134
2113
|
findUnassignedEditPositionFrom(position: int, direction: boolean): int;
|
|
2135
2114
|
findUnassignedEditPositionInRange(startPosition: int, endPosition: int, direction: boolean): int;
|
|
2136
2115
|
insertAt(input: char, position: int): boolean;
|
|
2137
|
-
insertAt(input: char, position: int, testPosition:
|
|
2116
|
+
insertAt(input: char, position: int, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2138
2117
|
insertAt(input: string, position: int): boolean;
|
|
2139
|
-
insertAt(input: string, position: int, testPosition:
|
|
2118
|
+
insertAt(input: string, position: int, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2140
2119
|
isAvailablePosition(position: int): boolean;
|
|
2141
2120
|
isEditPosition(position: int): boolean;
|
|
2142
2121
|
remove(): boolean;
|
|
2143
|
-
remove(testPosition:
|
|
2122
|
+
remove(testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2144
2123
|
removeAt(position: int): boolean;
|
|
2145
2124
|
removeAt(startPosition: int, endPosition: int): boolean;
|
|
2146
|
-
removeAt(startPosition: int, endPosition: int, testPosition:
|
|
2125
|
+
removeAt(startPosition: int, endPosition: int, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2147
2126
|
replace(input: char, position: int): boolean;
|
|
2148
|
-
replace(input: char, position: int, testPosition:
|
|
2149
|
-
replace(input: char, startPosition: int, endPosition: int, testPosition:
|
|
2127
|
+
replace(input: char, position: int, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2128
|
+
replace(input: char, startPosition: int, endPosition: int, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2150
2129
|
replace(input: string, position: int): boolean;
|
|
2151
|
-
replace(input: string, position: int, testPosition:
|
|
2152
|
-
replace(input: string, startPosition: int, endPosition: int, testPosition:
|
|
2130
|
+
replace(input: string, position: int, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2131
|
+
replace(input: string, startPosition: int, endPosition: int, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2153
2132
|
set_(input: string): boolean;
|
|
2154
|
-
set_(input: string, testPosition:
|
|
2133
|
+
set_(input: string, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2155
2134
|
toDisplayString(): string;
|
|
2156
2135
|
toString(): string;
|
|
2157
2136
|
toString(ignorePasswordChar: boolean): string;
|
|
@@ -2160,10 +2139,10 @@ export interface MaskedTextProvider$instance {
|
|
|
2160
2139
|
toString(includePrompt: boolean, includeLiterals: boolean): string;
|
|
2161
2140
|
toString(includePrompt: boolean, includeLiterals: boolean, startPosition: int, length: int): string;
|
|
2162
2141
|
toString(ignorePasswordChar: boolean, includePrompt: boolean, includeLiterals: boolean, startPosition: int, length: int): string;
|
|
2163
|
-
verifyChar(input: char, position: int, hint:
|
|
2142
|
+
verifyChar(input: char, position: int, hint: MaskedTextResultHint): boolean;
|
|
2164
2143
|
verifyEscapeChar(input: char, position: int): boolean;
|
|
2165
2144
|
verifyString(input: string): boolean;
|
|
2166
|
-
verifyString(input: string, testPosition:
|
|
2145
|
+
verifyString(input: string, testPosition: int, resultHint: MaskedTextResultHint): boolean;
|
|
2167
2146
|
}
|
|
2168
2147
|
|
|
2169
2148
|
|
|
@@ -2844,7 +2823,7 @@ export const TypeConverterAttribute: {
|
|
|
2844
2823
|
export type TypeConverterAttribute = TypeConverterAttribute$instance;
|
|
2845
2824
|
|
|
2846
2825
|
export interface TypeDescriptionProvider$instance {
|
|
2847
|
-
readonly requireRegisteredTypes: Nullable_1<
|
|
2826
|
+
readonly requireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
2848
2827
|
createInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args: unknown[]): unknown;
|
|
2849
2828
|
getCache(instance: unknown): IDictionary;
|
|
2850
2829
|
getExtendedTypeDescriptor(instance: unknown): ICustomTypeDescriptor;
|
|
@@ -2894,8 +2873,8 @@ export const TypeDescriptor: {
|
|
|
2894
2873
|
readonly interfaceType: Type;
|
|
2895
2874
|
readonly comObjectType: Type;
|
|
2896
2875
|
comNativeDescriptorHandler: IComNativeDescriptorHandler;
|
|
2897
|
-
addAttributes(instance: unknown, attributes: Attribute[]): TypeDescriptionProvider;
|
|
2898
|
-
addAttributes(type_: Type, attributes: Attribute[]): TypeDescriptionProvider;
|
|
2876
|
+
addAttributes(instance: unknown, ...attributes: Attribute[]): TypeDescriptionProvider;
|
|
2877
|
+
addAttributes(type_: Type, ...attributes: Attribute[]): TypeDescriptionProvider;
|
|
2899
2878
|
addEditorTable(editorBaseType: Type, table: Hashtable): void;
|
|
2900
2879
|
addProvider(provider: TypeDescriptionProvider, instance: unknown): void;
|
|
2901
2880
|
addProvider(provider: TypeDescriptionProvider, type_: Type): void;
|
|
@@ -2903,11 +2882,11 @@ export const TypeDescriptor: {
|
|
|
2903
2882
|
addProviderTransparent(provider: TypeDescriptionProvider, type_: Type): void;
|
|
2904
2883
|
createAssociation(primary: unknown, secondary: unknown): void;
|
|
2905
2884
|
createDesigner(component: IComponent, designerBaseType: Type): IDesigner;
|
|
2906
|
-
createEvent(componentType: Type, oldEventDescriptor: EventDescriptor, attributes: Attribute[]): EventDescriptor;
|
|
2907
|
-
createEvent(componentType: Type, name: string, type_: Type, attributes: Attribute[]): EventDescriptor;
|
|
2885
|
+
createEvent(componentType: Type, oldEventDescriptor: EventDescriptor, ...attributes: Attribute[]): EventDescriptor;
|
|
2886
|
+
createEvent(componentType: Type, name: string, type_: Type, ...attributes: Attribute[]): EventDescriptor;
|
|
2908
2887
|
createInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args: unknown[]): unknown;
|
|
2909
|
-
createProperty(componentType: Type, oldPropertyDescriptor: PropertyDescriptor, attributes: Attribute[]): PropertyDescriptor;
|
|
2910
|
-
createProperty(componentType: Type, name: string, type_: Type, attributes: Attribute[]): PropertyDescriptor;
|
|
2888
|
+
createProperty(componentType: Type, oldPropertyDescriptor: PropertyDescriptor, ...attributes: Attribute[]): PropertyDescriptor;
|
|
2889
|
+
createProperty(componentType: Type, name: string, type_: Type, ...attributes: Attribute[]): PropertyDescriptor;
|
|
2911
2890
|
getAssociation(type_: Type, primary: unknown): unknown;
|
|
2912
2891
|
getAttributes(component: unknown, noCustomTypeDesc: boolean): AttributeCollection;
|
|
2913
2892
|
getAttributes(component: unknown): AttributeCollection;
|
|
@@ -2978,7 +2978,13 @@
|
|
|
2978
2978
|
"isSealed": false,
|
|
2979
2979
|
"arity": 0,
|
|
2980
2980
|
"parameterCount": 3,
|
|
2981
|
-
"isExtensionMethod": false
|
|
2981
|
+
"isExtensionMethod": false,
|
|
2982
|
+
"parameterModifiers": [
|
|
2983
|
+
{
|
|
2984
|
+
"index": 2,
|
|
2985
|
+
"modifier": "ref"
|
|
2986
|
+
}
|
|
2987
|
+
]
|
|
2982
2988
|
},
|
|
2983
2989
|
{
|
|
2984
2990
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.IComNativeDescriptorHandler::GetPropertyValue(System.Object,System.Int32,System.Boolean\u0026):System.Object",
|
|
@@ -2994,7 +3000,13 @@
|
|
|
2994
3000
|
"isSealed": false,
|
|
2995
3001
|
"arity": 0,
|
|
2996
3002
|
"parameterCount": 3,
|
|
2997
|
-
"isExtensionMethod": false
|
|
3003
|
+
"isExtensionMethod": false,
|
|
3004
|
+
"parameterModifiers": [
|
|
3005
|
+
{
|
|
3006
|
+
"index": 2,
|
|
3007
|
+
"modifier": "ref"
|
|
3008
|
+
}
|
|
3009
|
+
]
|
|
2998
3010
|
}
|
|
2999
3011
|
],
|
|
3000
3012
|
"properties": [],
|
|
@@ -3487,7 +3499,13 @@
|
|
|
3487
3499
|
"isSealed": false,
|
|
3488
3500
|
"arity": 0,
|
|
3489
3501
|
"parameterCount": 3,
|
|
3490
|
-
"isExtensionMethod": false
|
|
3502
|
+
"isExtensionMethod": false,
|
|
3503
|
+
"parameterModifiers": [
|
|
3504
|
+
{
|
|
3505
|
+
"index": 2,
|
|
3506
|
+
"modifier": "ref"
|
|
3507
|
+
}
|
|
3508
|
+
]
|
|
3491
3509
|
}
|
|
3492
3510
|
],
|
|
3493
3511
|
"properties": [
|
|
@@ -14155,7 +14173,13 @@
|
|
|
14155
14173
|
"isSealed": false,
|
|
14156
14174
|
"arity": 0,
|
|
14157
14175
|
"parameterCount": 3,
|
|
14158
|
-
"isExtensionMethod": false
|
|
14176
|
+
"isExtensionMethod": false,
|
|
14177
|
+
"parameterModifiers": [
|
|
14178
|
+
{
|
|
14179
|
+
"index": 2,
|
|
14180
|
+
"modifier": "out"
|
|
14181
|
+
}
|
|
14182
|
+
]
|
|
14159
14183
|
},
|
|
14160
14184
|
{
|
|
14161
14185
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.LicenseManager::LockContext(System.Object):System.Void",
|
|
@@ -15508,7 +15532,17 @@
|
|
|
15508
15532
|
"isSealed": false,
|
|
15509
15533
|
"arity": 0,
|
|
15510
15534
|
"parameterCount": 3,
|
|
15511
|
-
"isExtensionMethod": false
|
|
15535
|
+
"isExtensionMethod": false,
|
|
15536
|
+
"parameterModifiers": [
|
|
15537
|
+
{
|
|
15538
|
+
"index": 1,
|
|
15539
|
+
"modifier": "out"
|
|
15540
|
+
},
|
|
15541
|
+
{
|
|
15542
|
+
"index": 2,
|
|
15543
|
+
"modifier": "out"
|
|
15544
|
+
}
|
|
15545
|
+
]
|
|
15512
15546
|
},
|
|
15513
15547
|
{
|
|
15514
15548
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::Add(System.String):System.Boolean",
|
|
@@ -15540,7 +15574,17 @@
|
|
|
15540
15574
|
"isSealed": false,
|
|
15541
15575
|
"arity": 0,
|
|
15542
15576
|
"parameterCount": 3,
|
|
15543
|
-
"isExtensionMethod": false
|
|
15577
|
+
"isExtensionMethod": false,
|
|
15578
|
+
"parameterModifiers": [
|
|
15579
|
+
{
|
|
15580
|
+
"index": 1,
|
|
15581
|
+
"modifier": "out"
|
|
15582
|
+
},
|
|
15583
|
+
{
|
|
15584
|
+
"index": 2,
|
|
15585
|
+
"modifier": "out"
|
|
15586
|
+
}
|
|
15587
|
+
]
|
|
15544
15588
|
},
|
|
15545
15589
|
{
|
|
15546
15590
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::Clear():System.Void",
|
|
@@ -15572,7 +15616,13 @@
|
|
|
15572
15616
|
"isSealed": false,
|
|
15573
15617
|
"arity": 0,
|
|
15574
15618
|
"parameterCount": 1,
|
|
15575
|
-
"isExtensionMethod": false
|
|
15619
|
+
"isExtensionMethod": false,
|
|
15620
|
+
"parameterModifiers": [
|
|
15621
|
+
{
|
|
15622
|
+
"index": 0,
|
|
15623
|
+
"modifier": "out"
|
|
15624
|
+
}
|
|
15625
|
+
]
|
|
15576
15626
|
},
|
|
15577
15627
|
{
|
|
15578
15628
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::FindAssignedEditPositionFrom(System.Int32,System.Boolean):System.Int32",
|
|
@@ -15748,7 +15798,17 @@
|
|
|
15748
15798
|
"isSealed": false,
|
|
15749
15799
|
"arity": 0,
|
|
15750
15800
|
"parameterCount": 4,
|
|
15751
|
-
"isExtensionMethod": false
|
|
15801
|
+
"isExtensionMethod": false,
|
|
15802
|
+
"parameterModifiers": [
|
|
15803
|
+
{
|
|
15804
|
+
"index": 2,
|
|
15805
|
+
"modifier": "out"
|
|
15806
|
+
},
|
|
15807
|
+
{
|
|
15808
|
+
"index": 3,
|
|
15809
|
+
"modifier": "out"
|
|
15810
|
+
}
|
|
15811
|
+
]
|
|
15752
15812
|
},
|
|
15753
15813
|
{
|
|
15754
15814
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::InsertAt(System.String,System.Int32):System.Boolean",
|
|
@@ -15780,7 +15840,17 @@
|
|
|
15780
15840
|
"isSealed": false,
|
|
15781
15841
|
"arity": 0,
|
|
15782
15842
|
"parameterCount": 4,
|
|
15783
|
-
"isExtensionMethod": false
|
|
15843
|
+
"isExtensionMethod": false,
|
|
15844
|
+
"parameterModifiers": [
|
|
15845
|
+
{
|
|
15846
|
+
"index": 2,
|
|
15847
|
+
"modifier": "out"
|
|
15848
|
+
},
|
|
15849
|
+
{
|
|
15850
|
+
"index": 3,
|
|
15851
|
+
"modifier": "out"
|
|
15852
|
+
}
|
|
15853
|
+
]
|
|
15784
15854
|
},
|
|
15785
15855
|
{
|
|
15786
15856
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::IsAvailablePosition(System.Int32):System.Boolean",
|
|
@@ -15892,7 +15962,17 @@
|
|
|
15892
15962
|
"isSealed": false,
|
|
15893
15963
|
"arity": 0,
|
|
15894
15964
|
"parameterCount": 2,
|
|
15895
|
-
"isExtensionMethod": false
|
|
15965
|
+
"isExtensionMethod": false,
|
|
15966
|
+
"parameterModifiers": [
|
|
15967
|
+
{
|
|
15968
|
+
"index": 0,
|
|
15969
|
+
"modifier": "out"
|
|
15970
|
+
},
|
|
15971
|
+
{
|
|
15972
|
+
"index": 1,
|
|
15973
|
+
"modifier": "out"
|
|
15974
|
+
}
|
|
15975
|
+
]
|
|
15896
15976
|
},
|
|
15897
15977
|
{
|
|
15898
15978
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::RemoveAt(System.Int32):System.Boolean",
|
|
@@ -15940,7 +16020,17 @@
|
|
|
15940
16020
|
"isSealed": false,
|
|
15941
16021
|
"arity": 0,
|
|
15942
16022
|
"parameterCount": 4,
|
|
15943
|
-
"isExtensionMethod": false
|
|
16023
|
+
"isExtensionMethod": false,
|
|
16024
|
+
"parameterModifiers": [
|
|
16025
|
+
{
|
|
16026
|
+
"index": 2,
|
|
16027
|
+
"modifier": "out"
|
|
16028
|
+
},
|
|
16029
|
+
{
|
|
16030
|
+
"index": 3,
|
|
16031
|
+
"modifier": "out"
|
|
16032
|
+
}
|
|
16033
|
+
]
|
|
15944
16034
|
},
|
|
15945
16035
|
{
|
|
15946
16036
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::Replace(System.Char,System.Int32):System.Boolean",
|
|
@@ -15972,7 +16062,17 @@
|
|
|
15972
16062
|
"isSealed": false,
|
|
15973
16063
|
"arity": 0,
|
|
15974
16064
|
"parameterCount": 4,
|
|
15975
|
-
"isExtensionMethod": false
|
|
16065
|
+
"isExtensionMethod": false,
|
|
16066
|
+
"parameterModifiers": [
|
|
16067
|
+
{
|
|
16068
|
+
"index": 2,
|
|
16069
|
+
"modifier": "out"
|
|
16070
|
+
},
|
|
16071
|
+
{
|
|
16072
|
+
"index": 3,
|
|
16073
|
+
"modifier": "out"
|
|
16074
|
+
}
|
|
16075
|
+
]
|
|
15976
16076
|
},
|
|
15977
16077
|
{
|
|
15978
16078
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::Replace(System.Char,System.Int32,System.Int32,System.Int32\u0026,System.ComponentModel.MaskedTextResultHint\u0026):System.Boolean",
|
|
@@ -15988,7 +16088,17 @@
|
|
|
15988
16088
|
"isSealed": false,
|
|
15989
16089
|
"arity": 0,
|
|
15990
16090
|
"parameterCount": 5,
|
|
15991
|
-
"isExtensionMethod": false
|
|
16091
|
+
"isExtensionMethod": false,
|
|
16092
|
+
"parameterModifiers": [
|
|
16093
|
+
{
|
|
16094
|
+
"index": 3,
|
|
16095
|
+
"modifier": "out"
|
|
16096
|
+
},
|
|
16097
|
+
{
|
|
16098
|
+
"index": 4,
|
|
16099
|
+
"modifier": "out"
|
|
16100
|
+
}
|
|
16101
|
+
]
|
|
15992
16102
|
},
|
|
15993
16103
|
{
|
|
15994
16104
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::Replace(System.String,System.Int32):System.Boolean",
|
|
@@ -16020,7 +16130,17 @@
|
|
|
16020
16130
|
"isSealed": false,
|
|
16021
16131
|
"arity": 0,
|
|
16022
16132
|
"parameterCount": 4,
|
|
16023
|
-
"isExtensionMethod": false
|
|
16133
|
+
"isExtensionMethod": false,
|
|
16134
|
+
"parameterModifiers": [
|
|
16135
|
+
{
|
|
16136
|
+
"index": 2,
|
|
16137
|
+
"modifier": "out"
|
|
16138
|
+
},
|
|
16139
|
+
{
|
|
16140
|
+
"index": 3,
|
|
16141
|
+
"modifier": "out"
|
|
16142
|
+
}
|
|
16143
|
+
]
|
|
16024
16144
|
},
|
|
16025
16145
|
{
|
|
16026
16146
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::Replace(System.String,System.Int32,System.Int32,System.Int32\u0026,System.ComponentModel.MaskedTextResultHint\u0026):System.Boolean",
|
|
@@ -16036,7 +16156,17 @@
|
|
|
16036
16156
|
"isSealed": false,
|
|
16037
16157
|
"arity": 0,
|
|
16038
16158
|
"parameterCount": 5,
|
|
16039
|
-
"isExtensionMethod": false
|
|
16159
|
+
"isExtensionMethod": false,
|
|
16160
|
+
"parameterModifiers": [
|
|
16161
|
+
{
|
|
16162
|
+
"index": 3,
|
|
16163
|
+
"modifier": "out"
|
|
16164
|
+
},
|
|
16165
|
+
{
|
|
16166
|
+
"index": 4,
|
|
16167
|
+
"modifier": "out"
|
|
16168
|
+
}
|
|
16169
|
+
]
|
|
16040
16170
|
},
|
|
16041
16171
|
{
|
|
16042
16172
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::Set(System.String):System.Boolean",
|
|
@@ -16068,7 +16198,17 @@
|
|
|
16068
16198
|
"isSealed": false,
|
|
16069
16199
|
"arity": 0,
|
|
16070
16200
|
"parameterCount": 3,
|
|
16071
|
-
"isExtensionMethod": false
|
|
16201
|
+
"isExtensionMethod": false,
|
|
16202
|
+
"parameterModifiers": [
|
|
16203
|
+
{
|
|
16204
|
+
"index": 1,
|
|
16205
|
+
"modifier": "out"
|
|
16206
|
+
},
|
|
16207
|
+
{
|
|
16208
|
+
"index": 2,
|
|
16209
|
+
"modifier": "out"
|
|
16210
|
+
}
|
|
16211
|
+
]
|
|
16072
16212
|
},
|
|
16073
16213
|
{
|
|
16074
16214
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::ToDisplayString():System.String",
|
|
@@ -16212,7 +16352,13 @@
|
|
|
16212
16352
|
"isSealed": false,
|
|
16213
16353
|
"arity": 0,
|
|
16214
16354
|
"parameterCount": 3,
|
|
16215
|
-
"isExtensionMethod": false
|
|
16355
|
+
"isExtensionMethod": false,
|
|
16356
|
+
"parameterModifiers": [
|
|
16357
|
+
{
|
|
16358
|
+
"index": 2,
|
|
16359
|
+
"modifier": "out"
|
|
16360
|
+
}
|
|
16361
|
+
]
|
|
16216
16362
|
},
|
|
16217
16363
|
{
|
|
16218
16364
|
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextProvider::VerifyEscapeChar(System.Char,System.Int32):System.Boolean",
|
|
@@ -16260,7 +16406,17 @@
|
|
|
16260
16406
|
"isSealed": false,
|
|
16261
16407
|
"arity": 0,
|
|
16262
16408
|
"parameterCount": 3,
|
|
16263
|
-
"isExtensionMethod": false
|
|
16409
|
+
"isExtensionMethod": false,
|
|
16410
|
+
"parameterModifiers": [
|
|
16411
|
+
{
|
|
16412
|
+
"index": 1,
|
|
16413
|
+
"modifier": "out"
|
|
16414
|
+
},
|
|
16415
|
+
{
|
|
16416
|
+
"index": 2,
|
|
16417
|
+
"modifier": "out"
|
|
16418
|
+
}
|
|
16419
|
+
]
|
|
16264
16420
|
},
|
|
16265
16421
|
{
|
|
16266
16422
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -16,31 +16,6 @@ import type { ISerializable, SerializationInfo, StreamingContext } from "../../S
|
|
|
16
16
|
import * as System_Internal from "../../System/internal/index.js";
|
|
17
17
|
import type { Attribute, Boolean as ClrBoolean, Double, Enum, Exception, Func_2, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, IServiceProvider, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, Type, TypeCode, Void } from "../../System/internal/index.js";
|
|
18
18
|
|
|
19
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
20
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
21
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
22
|
-
export type CLROf<T> =
|
|
23
|
-
T extends sbyte ? System_Internal.SByte :
|
|
24
|
-
T extends short ? System_Internal.Int16 :
|
|
25
|
-
T extends int ? System_Internal.Int32 :
|
|
26
|
-
T extends long ? System_Internal.Int64 :
|
|
27
|
-
T extends int128 ? System_Internal.Int128 :
|
|
28
|
-
T extends nint ? System_Internal.IntPtr :
|
|
29
|
-
T extends byte ? System_Internal.Byte :
|
|
30
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
31
|
-
T extends uint ? System_Internal.UInt32 :
|
|
32
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
33
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
34
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
35
|
-
T extends half ? System_Internal.Half :
|
|
36
|
-
T extends float ? System_Internal.Single :
|
|
37
|
-
T extends double ? System_Internal.Double :
|
|
38
|
-
T extends decimal ? System_Internal.Decimal :
|
|
39
|
-
T extends char ? System_Internal.Char :
|
|
40
|
-
T extends boolean ? System_Internal.Boolean :
|
|
41
|
-
T extends string ? System_Internal.String :
|
|
42
|
-
T; // Identity fallback for non-primitive types
|
|
43
|
-
|
|
44
19
|
export enum DataType {
|
|
45
20
|
custom = 0,
|
|
46
21
|
dateTime = 1,
|
|
@@ -101,9 +76,9 @@ export interface AssociationAttribute$instance extends Attribute {
|
|
|
101
76
|
isForeignKey: boolean;
|
|
102
77
|
readonly name: string;
|
|
103
78
|
readonly otherKey: string;
|
|
104
|
-
readonly otherKeyMembers: IEnumerable_1<
|
|
79
|
+
readonly otherKeyMembers: IEnumerable_1<System_Internal.String>;
|
|
105
80
|
readonly thisKey: string;
|
|
106
|
-
readonly thisKeyMembers: IEnumerable_1<
|
|
81
|
+
readonly thisKeyMembers: IEnumerable_1<System_Internal.String>;
|
|
107
82
|
}
|
|
108
83
|
|
|
109
84
|
|
|
@@ -220,12 +195,12 @@ export interface DisplayAttribute$instance extends Attribute {
|
|
|
220
195
|
prompt: string;
|
|
221
196
|
resourceType: Type;
|
|
222
197
|
shortName: string;
|
|
223
|
-
getAutoGenerateField(): Nullable_1<
|
|
224
|
-
getAutoGenerateFilter(): Nullable_1<
|
|
198
|
+
getAutoGenerateField(): Nullable_1<System_Internal.Boolean>;
|
|
199
|
+
getAutoGenerateFilter(): Nullable_1<System_Internal.Boolean>;
|
|
225
200
|
getDescription(): string;
|
|
226
201
|
getGroupName(): string;
|
|
227
202
|
getName(): string;
|
|
228
|
-
getOrder(): Nullable_1<
|
|
203
|
+
getOrder(): Nullable_1<System_Internal.Int32>;
|
|
229
204
|
getPrompt(): string;
|
|
230
205
|
getShortName(): string;
|
|
231
206
|
}
|
|
@@ -325,7 +300,7 @@ export const FileExtensionsAttribute: {
|
|
|
325
300
|
export type FileExtensionsAttribute = FileExtensionsAttribute$instance;
|
|
326
301
|
|
|
327
302
|
export interface FilterUIHintAttribute$instance extends Attribute {
|
|
328
|
-
readonly controlParameters: IDictionary_2<
|
|
303
|
+
readonly controlParameters: IDictionary_2<System_Internal.String, unknown>;
|
|
329
304
|
readonly filterUIHint: string;
|
|
330
305
|
readonly presentationLayer: string;
|
|
331
306
|
equals(obj: unknown): boolean;
|
|
@@ -511,7 +486,7 @@ export const TimestampAttribute: {
|
|
|
511
486
|
export type TimestampAttribute = TimestampAttribute$instance;
|
|
512
487
|
|
|
513
488
|
export interface UIHintAttribute$instance extends Attribute {
|
|
514
|
-
readonly controlParameters: IDictionary_2<
|
|
489
|
+
readonly controlParameters: IDictionary_2<System_Internal.String, unknown>;
|
|
515
490
|
readonly presentationLayer: string;
|
|
516
491
|
readonly uiHint: string;
|
|
517
492
|
equals(obj: unknown): boolean;
|
|
@@ -613,14 +588,14 @@ export type ValidationException = ValidationException$instance & __ValidationExc
|
|
|
613
588
|
|
|
614
589
|
export interface ValidationResult$instance {
|
|
615
590
|
errorMessage: string;
|
|
616
|
-
readonly memberNames: IEnumerable_1<
|
|
591
|
+
readonly memberNames: IEnumerable_1<System_Internal.String>;
|
|
617
592
|
toString(): string;
|
|
618
593
|
}
|
|
619
594
|
|
|
620
595
|
|
|
621
596
|
export const ValidationResult: {
|
|
622
597
|
new(errorMessage: string): ValidationResult$instance;
|
|
623
|
-
new(errorMessage: string, memberNames: IEnumerable_1<
|
|
598
|
+
new(errorMessage: string, memberNames: IEnumerable_1<System_Internal.String>): ValidationResult$instance;
|
|
624
599
|
readonly success: ValidationResult;
|
|
625
600
|
};
|
|
626
601
|
|
|
@@ -9,31 +9,6 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import * as System_Internal from "../../System/internal/index.js";
|
|
10
10
|
import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from "../../System/internal/index.js";
|
|
11
11
|
|
|
12
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
13
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
14
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
15
|
-
export type CLROf<T> =
|
|
16
|
-
T extends sbyte ? System_Internal.SByte :
|
|
17
|
-
T extends short ? System_Internal.Int16 :
|
|
18
|
-
T extends int ? System_Internal.Int32 :
|
|
19
|
-
T extends long ? System_Internal.Int64 :
|
|
20
|
-
T extends int128 ? System_Internal.Int128 :
|
|
21
|
-
T extends nint ? System_Internal.IntPtr :
|
|
22
|
-
T extends byte ? System_Internal.Byte :
|
|
23
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
24
|
-
T extends uint ? System_Internal.UInt32 :
|
|
25
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
26
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
27
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
28
|
-
T extends half ? System_Internal.Half :
|
|
29
|
-
T extends float ? System_Internal.Single :
|
|
30
|
-
T extends double ? System_Internal.Double :
|
|
31
|
-
T extends decimal ? System_Internal.Decimal :
|
|
32
|
-
T extends char ? System_Internal.Char :
|
|
33
|
-
T extends boolean ? System_Internal.Boolean :
|
|
34
|
-
T extends string ? System_Internal.String :
|
|
35
|
-
T; // Identity fallback for non-primitive types
|
|
36
|
-
|
|
37
12
|
export enum DatabaseGeneratedOption {
|
|
38
13
|
none = 0,
|
|
39
14
|
identity = 1,
|