@tsonic/dotnet 10.0.3 → 10.0.5
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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -83,6 +83,8 @@ export type ServiceCreatorCallback = (container: IServiceContainer, serviceType:
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
export interface IComponentChangeService$instance {
|
|
86
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IComponentChangeService: never;
|
|
87
|
+
|
|
86
88
|
OnComponentChanged(component: unknown, member: MemberDescriptor, oldValue: unknown, newValue: unknown): void;
|
|
87
89
|
OnComponentChanging(component: unknown, member: MemberDescriptor): void;
|
|
88
90
|
}
|
|
@@ -91,6 +93,8 @@ export interface IComponentChangeService$instance {
|
|
|
91
93
|
export type IComponentChangeService = IComponentChangeService$instance;
|
|
92
94
|
|
|
93
95
|
export interface IComponentDiscoveryService$instance {
|
|
96
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IComponentDiscoveryService: never;
|
|
97
|
+
|
|
94
98
|
GetComponentTypes(designerHost: IDesignerHost, baseType: Type): ICollection;
|
|
95
99
|
}
|
|
96
100
|
|
|
@@ -98,6 +102,8 @@ export interface IComponentDiscoveryService$instance {
|
|
|
98
102
|
export type IComponentDiscoveryService = IComponentDiscoveryService$instance;
|
|
99
103
|
|
|
100
104
|
export interface IComponentInitializer$instance {
|
|
105
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IComponentInitializer: never;
|
|
106
|
+
|
|
101
107
|
InitializeExistingComponent(defaultValues: IDictionary): void;
|
|
102
108
|
}
|
|
103
109
|
|
|
@@ -105,6 +111,8 @@ export interface IComponentInitializer$instance {
|
|
|
105
111
|
export type IComponentInitializer = IComponentInitializer$instance;
|
|
106
112
|
|
|
107
113
|
export interface IDesigner$instance extends IDisposable {
|
|
114
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IDesigner: never;
|
|
115
|
+
|
|
108
116
|
readonly Component: IComponent;
|
|
109
117
|
readonly Verbs: DesignerVerbCollection | undefined;
|
|
110
118
|
DoDefaultAction(): void;
|
|
@@ -118,6 +126,8 @@ export interface IDesigner$instance extends System_Internal.IDisposable$instance
|
|
|
118
126
|
export type IDesigner = IDesigner$instance;
|
|
119
127
|
|
|
120
128
|
export interface IDesignerEventService$instance {
|
|
129
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IDesignerEventService: never;
|
|
130
|
+
|
|
121
131
|
readonly ActiveDesigner: IDesignerHost | undefined;
|
|
122
132
|
readonly Designers: DesignerCollection;
|
|
123
133
|
}
|
|
@@ -126,6 +136,8 @@ export interface IDesignerEventService$instance {
|
|
|
126
136
|
export type IDesignerEventService = IDesignerEventService$instance;
|
|
127
137
|
|
|
128
138
|
export interface IDesignerFilter$instance {
|
|
139
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IDesignerFilter: never;
|
|
140
|
+
|
|
129
141
|
PostFilterAttributes(attributes: IDictionary): void;
|
|
130
142
|
}
|
|
131
143
|
|
|
@@ -133,6 +145,8 @@ export interface IDesignerFilter$instance {
|
|
|
133
145
|
export type IDesignerFilter = IDesignerFilter$instance;
|
|
134
146
|
|
|
135
147
|
export interface IDesignerHost$instance extends IServiceContainer, IServiceProvider {
|
|
148
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IDesignerHost: never;
|
|
149
|
+
|
|
136
150
|
readonly Loading: boolean;
|
|
137
151
|
readonly InTransaction: boolean;
|
|
138
152
|
readonly Container: IContainer;
|
|
@@ -160,6 +174,8 @@ export interface IDesignerHost$instance extends IServiceContainer, IServiceProvi
|
|
|
160
174
|
export type IDesignerHost = IDesignerHost$instance;
|
|
161
175
|
|
|
162
176
|
export interface IDesignerHostTransactionState$instance {
|
|
177
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IDesignerHostTransactionState: never;
|
|
178
|
+
|
|
163
179
|
readonly IsClosingTransaction: boolean;
|
|
164
180
|
}
|
|
165
181
|
|
|
@@ -167,6 +183,8 @@ export interface IDesignerHostTransactionState$instance {
|
|
|
167
183
|
export type IDesignerHostTransactionState = IDesignerHostTransactionState$instance;
|
|
168
184
|
|
|
169
185
|
export interface IDesignerOptionService$instance {
|
|
186
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IDesignerOptionService: never;
|
|
187
|
+
|
|
170
188
|
GetOptionValue(pageName: string, valueName: string): unknown | undefined;
|
|
171
189
|
SetOptionValue(pageName: string, valueName: string, value: unknown): void;
|
|
172
190
|
}
|
|
@@ -175,6 +193,8 @@ export interface IDesignerOptionService$instance {
|
|
|
175
193
|
export type IDesignerOptionService = IDesignerOptionService$instance;
|
|
176
194
|
|
|
177
195
|
export interface IDictionaryService$instance {
|
|
196
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IDictionaryService: never;
|
|
197
|
+
|
|
178
198
|
GetKey(value: unknown): unknown | undefined;
|
|
179
199
|
SetValue(key: unknown, value: unknown): void;
|
|
180
200
|
}
|
|
@@ -183,6 +203,8 @@ export interface IDictionaryService$instance {
|
|
|
183
203
|
export type IDictionaryService = IDictionaryService$instance;
|
|
184
204
|
|
|
185
205
|
export interface IEventBindingService$instance {
|
|
206
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IEventBindingService: never;
|
|
207
|
+
|
|
186
208
|
CreateUniqueMethodName(component: IComponent, e: EventDescriptor): string;
|
|
187
209
|
GetCompatibleMethods(e: EventDescriptor): ICollection;
|
|
188
210
|
GetEvent(property: PropertyDescriptor): EventDescriptor | undefined;
|
|
@@ -197,6 +219,8 @@ export interface IEventBindingService$instance {
|
|
|
197
219
|
export type IEventBindingService = IEventBindingService$instance;
|
|
198
220
|
|
|
199
221
|
export interface IExtenderListService$instance {
|
|
222
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IExtenderListService: never;
|
|
223
|
+
|
|
200
224
|
GetExtenderProviders(): IExtenderProvider[];
|
|
201
225
|
}
|
|
202
226
|
|
|
@@ -204,6 +228,8 @@ export interface IExtenderListService$instance {
|
|
|
204
228
|
export type IExtenderListService = IExtenderListService$instance;
|
|
205
229
|
|
|
206
230
|
export interface IExtenderProviderService$instance {
|
|
231
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IExtenderProviderService: never;
|
|
232
|
+
|
|
207
233
|
AddExtenderProvider(provider: IExtenderProvider): void;
|
|
208
234
|
}
|
|
209
235
|
|
|
@@ -211,6 +237,8 @@ export interface IExtenderProviderService$instance {
|
|
|
211
237
|
export type IExtenderProviderService = IExtenderProviderService$instance;
|
|
212
238
|
|
|
213
239
|
export interface IHelpService$instance {
|
|
240
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IHelpService: never;
|
|
241
|
+
|
|
214
242
|
AddContextAttribute(name: string, value: string, keywordType: HelpKeywordType): void;
|
|
215
243
|
ClearContextAttributes(): void;
|
|
216
244
|
CreateLocalContext(contextType: HelpContextType): IHelpService;
|
|
@@ -223,6 +251,8 @@ export interface IHelpService$instance {
|
|
|
223
251
|
export type IHelpService = IHelpService$instance;
|
|
224
252
|
|
|
225
253
|
export interface IInheritanceService$instance {
|
|
254
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IInheritanceService: never;
|
|
255
|
+
|
|
226
256
|
AddInheritedComponents(component: IComponent, container: IContainer): void;
|
|
227
257
|
GetInheritanceAttribute(component: IComponent): InheritanceAttribute;
|
|
228
258
|
}
|
|
@@ -231,6 +261,8 @@ export interface IInheritanceService$instance {
|
|
|
231
261
|
export type IInheritanceService = IInheritanceService$instance;
|
|
232
262
|
|
|
233
263
|
export interface IMenuCommandService$instance {
|
|
264
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IMenuCommandService: never;
|
|
265
|
+
|
|
234
266
|
readonly Verbs: DesignerVerbCollection;
|
|
235
267
|
AddCommand(command: MenuCommand): void;
|
|
236
268
|
AddVerb(verb: DesignerVerb): void;
|
|
@@ -243,6 +275,8 @@ export interface IMenuCommandService$instance {
|
|
|
243
275
|
export type IMenuCommandService = IMenuCommandService$instance;
|
|
244
276
|
|
|
245
277
|
export interface IReferenceService$instance {
|
|
278
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IReferenceService: never;
|
|
279
|
+
|
|
246
280
|
GetComponent(reference: unknown): IComponent | undefined;
|
|
247
281
|
GetName(reference: unknown): string | undefined;
|
|
248
282
|
GetReference(name: string): unknown | undefined;
|
|
@@ -254,6 +288,8 @@ export interface IReferenceService$instance {
|
|
|
254
288
|
export type IReferenceService = IReferenceService$instance;
|
|
255
289
|
|
|
256
290
|
export interface IResourceService$instance {
|
|
291
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IResourceService: never;
|
|
292
|
+
|
|
257
293
|
GetResourceReader(info: CultureInfo): IResourceReader | undefined;
|
|
258
294
|
GetResourceWriter(info: CultureInfo): IResourceWriter;
|
|
259
295
|
}
|
|
@@ -262,6 +298,8 @@ export interface IResourceService$instance {
|
|
|
262
298
|
export type IResourceService = IResourceService$instance;
|
|
263
299
|
|
|
264
300
|
export interface IRootDesigner$instance extends IDesigner, IDisposable {
|
|
301
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IRootDesigner: never;
|
|
302
|
+
|
|
265
303
|
readonly SupportedTechnologies: ViewTechnology[];
|
|
266
304
|
readonly Component: IComponent;
|
|
267
305
|
readonly Verbs: DesignerVerbCollection | undefined;
|
|
@@ -277,6 +315,8 @@ export interface IRootDesigner$instance extends IDesigner$instance {}
|
|
|
277
315
|
export type IRootDesigner = IRootDesigner$instance;
|
|
278
316
|
|
|
279
317
|
export interface ISelectionService$instance {
|
|
318
|
+
readonly __tsonic_iface_System_ComponentModel_Design_ISelectionService: never;
|
|
319
|
+
|
|
280
320
|
readonly PrimarySelection: unknown | undefined;
|
|
281
321
|
readonly SelectionCount: int;
|
|
282
322
|
GetComponentSelected(component: unknown): boolean;
|
|
@@ -289,6 +329,8 @@ export interface ISelectionService$instance {
|
|
|
289
329
|
export type ISelectionService = ISelectionService$instance;
|
|
290
330
|
|
|
291
331
|
export interface IServiceContainer$instance extends IServiceProvider {
|
|
332
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IServiceContainer: never;
|
|
333
|
+
|
|
292
334
|
AddService(serviceType: Type, callback: ServiceCreatorCallback, promote: boolean): void;
|
|
293
335
|
AddService(serviceType: Type, callback: ServiceCreatorCallback): void;
|
|
294
336
|
AddService(serviceType: Type, serviceInstance: unknown, promote: boolean): void;
|
|
@@ -304,6 +346,8 @@ export interface IServiceContainer$instance extends System_Internal.IServiceProv
|
|
|
304
346
|
export type IServiceContainer = IServiceContainer$instance;
|
|
305
347
|
|
|
306
348
|
export interface ITreeDesigner$instance extends IDesigner, IDisposable {
|
|
349
|
+
readonly __tsonic_iface_System_ComponentModel_Design_ITreeDesigner: never;
|
|
350
|
+
|
|
307
351
|
readonly Children: ICollection;
|
|
308
352
|
readonly Parent: IDesigner | undefined;
|
|
309
353
|
readonly Component: IComponent;
|
|
@@ -319,6 +363,8 @@ export interface ITreeDesigner$instance extends IDesigner$instance {}
|
|
|
319
363
|
export type ITreeDesigner = ITreeDesigner$instance;
|
|
320
364
|
|
|
321
365
|
export interface ITypeDescriptorFilterService$instance {
|
|
366
|
+
readonly __tsonic_iface_System_ComponentModel_Design_ITypeDescriptorFilterService: never;
|
|
367
|
+
|
|
322
368
|
FilterAttributes(component: IComponent, attributes: IDictionary): boolean;
|
|
323
369
|
}
|
|
324
370
|
|
|
@@ -326,6 +372,8 @@ export interface ITypeDescriptorFilterService$instance {
|
|
|
326
372
|
export type ITypeDescriptorFilterService = ITypeDescriptorFilterService$instance;
|
|
327
373
|
|
|
328
374
|
export interface ITypeDiscoveryService$instance {
|
|
375
|
+
readonly __tsonic_iface_System_ComponentModel_Design_ITypeDiscoveryService: never;
|
|
376
|
+
|
|
329
377
|
GetTypes(baseType: Type, excludeGlobalTypes: boolean): ICollection;
|
|
330
378
|
}
|
|
331
379
|
|
|
@@ -333,6 +381,8 @@ export interface ITypeDiscoveryService$instance {
|
|
|
333
381
|
export type ITypeDiscoveryService = ITypeDiscoveryService$instance;
|
|
334
382
|
|
|
335
383
|
export interface ITypeResolutionService$instance {
|
|
384
|
+
readonly __tsonic_iface_System_ComponentModel_Design_ITypeResolutionService: never;
|
|
385
|
+
|
|
336
386
|
GetAssembly(name: AssemblyName, throwOnError: boolean): Assembly | undefined;
|
|
337
387
|
GetAssembly(name: AssemblyName): Assembly | undefined;
|
|
338
388
|
GetPathOfAssembly(name: AssemblyName): string | undefined;
|
|
@@ -359,6 +409,8 @@ export const ActiveDesignerEventArgs: {
|
|
|
359
409
|
export type ActiveDesignerEventArgs = ActiveDesignerEventArgs$instance;
|
|
360
410
|
|
|
361
411
|
export interface CheckoutException$instance extends ExternalException {
|
|
412
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
413
|
+
|
|
362
414
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
363
415
|
}
|
|
364
416
|
|
|
@@ -450,8 +502,11 @@ export const ComponentRenameEventArgs: {
|
|
|
450
502
|
export type ComponentRenameEventArgs = ComponentRenameEventArgs$instance;
|
|
451
503
|
|
|
452
504
|
export interface DesignerCollection$instance {
|
|
505
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
506
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
507
|
+
|
|
453
508
|
readonly Count: int;
|
|
454
|
-
readonly
|
|
509
|
+
readonly [index: number]: IDesignerHost | undefined;
|
|
455
510
|
GetEnumerator(): IEnumerator;
|
|
456
511
|
}
|
|
457
512
|
|
|
@@ -483,6 +538,8 @@ export const DesignerEventArgs: {
|
|
|
483
538
|
export type DesignerEventArgs = DesignerEventArgs$instance;
|
|
484
539
|
|
|
485
540
|
export interface DesignerOptionService$instance {
|
|
541
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IDesignerOptionService: never;
|
|
542
|
+
|
|
486
543
|
readonly Options: DesignerOptionService_DesignerOptionCollection;
|
|
487
544
|
PopulateOptionCollection(options: DesignerOptionService_DesignerOptionCollection): void;
|
|
488
545
|
ShowDialog(options: DesignerOptionService_DesignerOptionCollection, optionObject: unknown): boolean;
|
|
@@ -503,6 +560,10 @@ export type DesignerOptionService = DesignerOptionService$instance & __DesignerO
|
|
|
503
560
|
|
|
504
561
|
|
|
505
562
|
export interface DesignerOptionService_DesignerOptionCollection$instance {
|
|
563
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
564
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
565
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
566
|
+
|
|
506
567
|
readonly Count: int;
|
|
507
568
|
readonly Name: string;
|
|
508
569
|
readonly Parent: DesignerOptionService_DesignerOptionCollection | undefined;
|
|
@@ -530,6 +591,8 @@ export type DesignerOptionService_DesignerOptionCollection = DesignerOptionServi
|
|
|
530
591
|
|
|
531
592
|
|
|
532
593
|
export interface DesignerTransaction$instance {
|
|
594
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
595
|
+
|
|
533
596
|
Canceled: boolean;
|
|
534
597
|
Committed: boolean;
|
|
535
598
|
readonly Description: string;
|
|
@@ -583,7 +646,11 @@ export const DesignerVerb: {
|
|
|
583
646
|
export type DesignerVerb = DesignerVerb$instance;
|
|
584
647
|
|
|
585
648
|
export interface DesignerVerbCollection$instance extends CollectionBase {
|
|
586
|
-
|
|
649
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
650
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
651
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
652
|
+
|
|
653
|
+
[index: number]: DesignerVerb;
|
|
587
654
|
Add(value: unknown): int;
|
|
588
655
|
AddRange(value: DesignerVerb[]): void;
|
|
589
656
|
AddRange(value: DesignerVerbCollection): void;
|
|
@@ -615,6 +682,8 @@ export type DesignerVerbCollection = DesignerVerbCollection$instance & __Designe
|
|
|
615
682
|
|
|
616
683
|
|
|
617
684
|
export interface DesigntimeLicenseContext$instance extends LicenseContext {
|
|
685
|
+
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
686
|
+
|
|
618
687
|
readonly UsageMode: LicenseUsageMode;
|
|
619
688
|
GetSavedLicenseKey(type: Type, resourceAssembly: Assembly): string | undefined;
|
|
620
689
|
GetService(type: Type): unknown | undefined;
|
|
@@ -686,6 +755,10 @@ export const MenuCommand: {
|
|
|
686
755
|
export type MenuCommand = MenuCommand$instance;
|
|
687
756
|
|
|
688
757
|
export interface ServiceContainer$instance {
|
|
758
|
+
readonly __tsonic_iface_System_ComponentModel_Design_IServiceContainer: never;
|
|
759
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
760
|
+
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
761
|
+
|
|
689
762
|
readonly DefaultServices: Type[];
|
|
690
763
|
AddService(serviceType: Type, serviceInstance: unknown): void;
|
|
691
764
|
AddService(serviceType: Type, serviceInstance: unknown, promote: boolean): void;
|
|
@@ -21,6 +21,8 @@ export type ResolveNameEventHandler = (sender: unknown, e: ResolveNameEventArgs)
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
export interface IDesignerLoaderHost$instance extends IDesignerHost, IServiceContainer, IServiceProvider {
|
|
24
|
+
readonly __tsonic_iface_System_ComponentModel_Design_Serialization_IDesignerLoaderHost: never;
|
|
25
|
+
|
|
24
26
|
readonly Loading: boolean;
|
|
25
27
|
readonly InTransaction: boolean;
|
|
26
28
|
readonly Container: IContainer;
|
|
@@ -50,6 +52,8 @@ export interface IDesignerLoaderHost$instance extends IDesignerHost, IServiceCon
|
|
|
50
52
|
export type IDesignerLoaderHost = IDesignerLoaderHost$instance;
|
|
51
53
|
|
|
52
54
|
export interface IDesignerLoaderHost2$instance extends IDesignerLoaderHost, IDesignerHost, IServiceContainer, IServiceProvider {
|
|
55
|
+
readonly __tsonic_iface_System_ComponentModel_Design_Serialization_IDesignerLoaderHost2: never;
|
|
56
|
+
|
|
53
57
|
IgnoreErrorsDuringReload: boolean;
|
|
54
58
|
CanReloadWithErrors: boolean;
|
|
55
59
|
readonly Loading: boolean;
|
|
@@ -81,6 +85,8 @@ export interface IDesignerLoaderHost2$instance extends IDesignerLoaderHost, IDes
|
|
|
81
85
|
export type IDesignerLoaderHost2 = IDesignerLoaderHost2$instance;
|
|
82
86
|
|
|
83
87
|
export interface IDesignerLoaderService$instance {
|
|
88
|
+
readonly __tsonic_iface_System_ComponentModel_Design_Serialization_IDesignerLoaderService: never;
|
|
89
|
+
|
|
84
90
|
AddLoadDependency(): void;
|
|
85
91
|
DependentLoadComplete(successful: boolean, errorCollection: ICollection): void;
|
|
86
92
|
Reload(): boolean;
|
|
@@ -90,6 +96,8 @@ export interface IDesignerLoaderService$instance {
|
|
|
90
96
|
export type IDesignerLoaderService = IDesignerLoaderService$instance;
|
|
91
97
|
|
|
92
98
|
export interface IDesignerSerializationManager$instance extends IServiceProvider {
|
|
99
|
+
readonly __tsonic_iface_System_ComponentModel_Design_Serialization_IDesignerSerializationManager: never;
|
|
100
|
+
|
|
93
101
|
readonly Context: ContextStack;
|
|
94
102
|
readonly Properties: PropertyDescriptorCollection;
|
|
95
103
|
AddSerializationProvider(provider: IDesignerSerializationProvider): void;
|
|
@@ -109,6 +117,8 @@ export interface IDesignerSerializationManager$instance extends System_Internal.
|
|
|
109
117
|
export type IDesignerSerializationManager = IDesignerSerializationManager$instance;
|
|
110
118
|
|
|
111
119
|
export interface IDesignerSerializationProvider$instance {
|
|
120
|
+
readonly __tsonic_iface_System_ComponentModel_Design_Serialization_IDesignerSerializationProvider: never;
|
|
121
|
+
|
|
112
122
|
GetSerializer(manager: IDesignerSerializationManager, currentSerializer: unknown, objectType: Type, serializerType: Type): unknown | undefined;
|
|
113
123
|
}
|
|
114
124
|
|
|
@@ -116,6 +126,8 @@ export interface IDesignerSerializationProvider$instance {
|
|
|
116
126
|
export type IDesignerSerializationProvider = IDesignerSerializationProvider$instance;
|
|
117
127
|
|
|
118
128
|
export interface IDesignerSerializationService$instance {
|
|
129
|
+
readonly __tsonic_iface_System_ComponentModel_Design_Serialization_IDesignerSerializationService: never;
|
|
130
|
+
|
|
119
131
|
Deserialize(serializationData: unknown): ICollection;
|
|
120
132
|
Serialize(objects: ICollection): unknown;
|
|
121
133
|
}
|
|
@@ -124,6 +136,8 @@ export interface IDesignerSerializationService$instance {
|
|
|
124
136
|
export type IDesignerSerializationService = IDesignerSerializationService$instance;
|
|
125
137
|
|
|
126
138
|
export interface INameCreationService$instance {
|
|
139
|
+
readonly __tsonic_iface_System_ComponentModel_Design_Serialization_INameCreationService: never;
|
|
140
|
+
|
|
127
141
|
CreateName(container: IContainer, dataType: Type): string;
|
|
128
142
|
IsValidName(name: string): boolean;
|
|
129
143
|
ValidateName(name: string): void;
|
|
@@ -133,6 +147,8 @@ export interface INameCreationService$instance {
|
|
|
133
147
|
export type INameCreationService = INameCreationService$instance;
|
|
134
148
|
|
|
135
149
|
export interface MemberRelationship$instance {
|
|
150
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
151
|
+
|
|
136
152
|
readonly IsEmpty: boolean;
|
|
137
153
|
readonly Member: MemberDescriptor;
|
|
138
154
|
readonly Owner: unknown | undefined;
|
|
@@ -304,6 +320,8 @@ export const RootDesignerSerializerAttribute: {
|
|
|
304
320
|
export type RootDesignerSerializerAttribute = RootDesignerSerializerAttribute$instance;
|
|
305
321
|
|
|
306
322
|
export interface SerializationStore$instance {
|
|
323
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
324
|
+
|
|
307
325
|
readonly Errors: ICollection;
|
|
308
326
|
Close(): void;
|
|
309
327
|
Dispose(disposing: boolean): void;
|