@tsonic/dotnet 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/Internal/index.d.ts +2 -2
  2. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +6 -6
  3. package/Microsoft.VisualBasic/index.d.ts +36 -36
  4. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +29 -29
  5. package/Microsoft.VisualBasic.FileIO/index.d.ts +10 -10
  6. package/Microsoft.Win32/index.d.ts +8 -8
  7. package/Microsoft.Win32.SafeHandles/index.d.ts +17 -17
  8. package/System/index.d.ts +291 -291
  9. package/System.Buffers/index.d.ts +27 -27
  10. package/System.Buffers.Binary/index.d.ts +1 -1
  11. package/System.Buffers.Text/index.d.ts +4 -4
  12. package/System.CodeDom.Compiler/index.d.ts +2 -2
  13. package/System.Collections/index.d.ts +15 -15
  14. package/System.Collections.Concurrent/index.d.ts +17 -17
  15. package/System.Collections.Frozen/index.d.ts +10 -10
  16. package/System.Collections.Generic/index.d.ts +80 -80
  17. package/System.Collections.Immutable/index.d.ts +39 -39
  18. package/System.Collections.ObjectModel/index.d.ts +17 -17
  19. package/System.Collections.Specialized/index.d.ts +16 -16
  20. package/System.ComponentModel/index.d.ts +160 -160
  21. package/System.ComponentModel.DataAnnotations/index.d.ts +38 -38
  22. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +8 -8
  23. package/System.ComponentModel.Design/index.d.ts +35 -35
  24. package/System.ComponentModel.Design.Serialization/index.d.ts +12 -12
  25. package/System.Configuration.Assemblies/index.d.ts +2 -2
  26. package/System.Data/index.d.ts +98 -98
  27. package/System.Data.Common/index.d.ts +37 -37
  28. package/System.Data.SqlTypes/index.d.ts +23 -23
  29. package/System.Diagnostics/index.d.ts +97 -97
  30. package/System.Diagnostics.CodeAnalysis/index.d.ts +27 -27
  31. package/System.Diagnostics.Contracts/index.d.ts +15 -15
  32. package/System.Diagnostics.Metrics/index.d.ts +29 -29
  33. package/System.Diagnostics.SymbolStore/index.d.ts +5 -5
  34. package/System.Diagnostics.Tracing/index.d.ts +31 -31
  35. package/System.Drawing/index.d.ts +15 -15
  36. package/System.Dynamic/index.d.ts +18 -18
  37. package/System.Formats.Asn1/index.d.ts +10 -10
  38. package/System.Formats.Tar/index.d.ts +12 -12
  39. package/System.Globalization/index.d.ts +42 -42
  40. package/System.IO/index.d.ts +56 -56
  41. package/System.IO.Compression/index.d.ts +17 -17
  42. package/System.IO.Enumeration/index.d.ts +8 -8
  43. package/System.IO.IsolatedStorage/index.d.ts +5 -5
  44. package/System.IO.MemoryMappedFiles/index.d.ts +6 -6
  45. package/System.IO.Pipelines/index.d.ts +10 -10
  46. package/System.IO.Pipes/index.d.ts +16 -16
  47. package/System.Linq/index.d.ts +20 -20
  48. package/System.Linq.Expressions/index.d.ts +42 -42
  49. package/System.Linq.Expressions.Interpreter/index.d.ts +1 -1
  50. package/System.Net/index.d.ts +83 -83
  51. package/System.Net.Cache/index.d.ts +5 -5
  52. package/System.Net.Http/index.d.ts +33 -33
  53. package/System.Net.Http.Headers/index.d.ts +30 -30
  54. package/System.Net.Http.Json/index.d.ts +3 -3
  55. package/System.Net.Http.Metrics/index.d.ts +1 -1
  56. package/System.Net.Mail/index.d.ts +20 -20
  57. package/System.Net.Mime/index.d.ts +10 -10
  58. package/System.Net.NetworkInformation/index.d.ts +44 -44
  59. package/System.Net.Quic/index.d.ts +13 -13
  60. package/System.Net.Security/index.d.ts +23 -23
  61. package/System.Net.ServerSentEvents/index.d.ts +8 -8
  62. package/System.Net.Sockets/index.d.ts +34 -34
  63. package/System.Net.WebSockets/index.d.ts +16 -16
  64. package/System.Numerics/index.d.ts +15 -15
  65. package/System.Reflection/index.d.ts +101 -101
  66. package/System.Reflection.Emit/index.d.ts +28 -28
  67. package/System.Reflection.Metadata/index.d.ts +189 -189
  68. package/System.Reflection.Metadata.Ecma335/index.d.ts +48 -48
  69. package/System.Reflection.PortableExecutable/index.d.ts +27 -27
  70. package/System.Resources/index.d.ts +9 -9
  71. package/System.Runtime/index.d.ts +11 -11
  72. package/System.Runtime.CompilerServices/index.d.ts +189 -189
  73. package/System.Runtime.ConstrainedExecution/index.d.ts +5 -5
  74. package/System.Runtime.ExceptionServices/index.d.ts +4 -4
  75. package/System.Runtime.InteropServices/index.d.ts +130 -130
  76. package/System.Runtime.InteropServices.ComTypes/index.d.ts +38 -38
  77. package/System.Runtime.InteropServices.Java/index.d.ts +4 -4
  78. package/System.Runtime.InteropServices.JavaScript/index.d.ts +36 -36
  79. package/System.Runtime.InteropServices.Marshalling/index.d.ts +36 -36
  80. package/System.Runtime.InteropServices.ObjectiveC/index.d.ts +4 -4
  81. package/System.Runtime.InteropServices.Swift/index.d.ts +5 -5
  82. package/System.Runtime.Intrinsics/index.d.ts +12 -12
  83. package/System.Runtime.Intrinsics.Arm/index.d.ts +22 -22
  84. package/System.Runtime.Intrinsics.Wasm/index.d.ts +1 -1
  85. package/System.Runtime.Intrinsics.X86/index.d.ts +76 -76
  86. package/System.Runtime.Loader/index.d.ts +3 -3
  87. package/System.Runtime.Remoting/index.d.ts +1 -1
  88. package/System.Runtime.Serialization/index.d.ts +44 -44
  89. package/System.Runtime.Serialization.DataContracts/index.d.ts +4 -4
  90. package/System.Runtime.Serialization.Formatters/index.d.ts +3 -3
  91. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +1 -1
  92. package/System.Runtime.Serialization.Json/index.d.ts +4 -4
  93. package/System.Runtime.Versioning/index.d.ts +16 -16
  94. package/System.Security/index.d.ts +17 -17
  95. package/System.Security.AccessControl/index.d.ts +70 -70
  96. package/System.Security.Authentication/index.d.ts +6 -6
  97. package/System.Security.Authentication.ExtendedProtection/index.d.ts +7 -7
  98. package/System.Security.Claims/index.d.ts +5 -5
  99. package/System.Security.Cryptography/index.d.ts +167 -167
  100. package/System.Security.Cryptography.X509Certificates/index.d.ts +56 -56
  101. package/System.Security.Permissions/index.d.ts +6 -6
  102. package/System.Security.Policy/index.d.ts +2 -2
  103. package/System.Security.Principal/index.d.ts +15 -15
  104. package/System.Text/index.d.ts +36 -36
  105. package/System.Text.Encodings.Web/index.d.ts +5 -5
  106. package/System.Text.Json/index.d.ts +20 -20
  107. package/System.Text.Json.Nodes/index.d.ts +5 -5
  108. package/System.Text.Json.Schema/index.d.ts +3 -3
  109. package/System.Text.Json.Serialization/index.d.ts +40 -40
  110. package/System.Text.Json.Serialization.Metadata/index.d.ts +18 -18
  111. package/System.Text.RegularExpressions/index.d.ts +19 -19
  112. package/System.Text.Unicode/index.d.ts +4 -4
  113. package/System.Threading/index.d.ts +78 -78
  114. package/System.Threading.Channels/index.d.ts +15 -15
  115. package/System.Threading.Tasks/index.d.ts +28 -28
  116. package/System.Threading.Tasks.Dataflow/index.d.ts +27 -27
  117. package/System.Threading.Tasks.Sources/index.d.ts +4 -4
  118. package/System.Timers/index.d.ts +4 -4
  119. package/System.Transactions/index.d.ts +28 -28
  120. package/System.Web/index.d.ts +1 -1
  121. package/System.Windows.Markup/index.d.ts +1 -1
  122. package/System.Xml/index.d.ts +71 -71
  123. package/System.Xml.Linq/index.d.ts +23 -23
  124. package/System.Xml.Resolvers/index.d.ts +2 -2
  125. package/System.Xml.Schema/index.d.ts +88 -88
  126. package/System.Xml.Serialization/index.d.ts +68 -68
  127. package/System.Xml.XPath/index.d.ts +14 -14
  128. package/System.Xml.Xsl/index.d.ts +9 -9
  129. package/System.Xml.Xsl.Runtime/index.d.ts +50 -50
  130. package/package.json +1 -1
@@ -14,21 +14,21 @@ import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Delegate,
14
14
  export * from './internal/index.js';
15
15
 
16
16
  // Individual type exports for convenience
17
- export type CollectionsUtil = Internal.CollectionsUtil;
18
- export type BitVector32 = Internal.BitVector32;
19
- export type BitVector32_Section = Internal.BitVector32_Section;
20
- export type HybridDictionary = Internal.HybridDictionary;
17
+ export { CollectionsUtil$instance as CollectionsUtil } from './internal/index.js';
18
+ export { BitVector32$instance as BitVector32 } from './internal/index.js';
19
+ export { BitVector32_Section$instance as BitVector32_Section } from './internal/index.js';
20
+ export { HybridDictionary$instance as HybridDictionary } from './internal/index.js';
21
21
  export type IOrderedDictionary = Internal.IOrderedDictionary;
22
- export type ListDictionary = Internal.ListDictionary;
23
- export type ListDictionary_DictionaryNode = Internal.ListDictionary_DictionaryNode;
24
- export type NameObjectCollectionBase = Internal.NameObjectCollectionBase;
25
- export type NameObjectCollectionBase_KeysCollection = Internal.NameObjectCollectionBase_KeysCollection;
26
- export type NameValueCollection = Internal.NameValueCollection;
27
- export type OrderedDictionary = Internal.OrderedDictionary;
28
- export type StringCollection = Internal.StringCollection;
29
- export type StringEnumerator = Internal.StringEnumerator;
30
- export type StringDictionary = Internal.StringDictionary;
22
+ export { ListDictionary$instance as ListDictionary } from './internal/index.js';
23
+ export { ListDictionary_DictionaryNode$instance as ListDictionary_DictionaryNode } from './internal/index.js';
24
+ export { NameObjectCollectionBase$instance as NameObjectCollectionBase } from './internal/index.js';
25
+ export { NameObjectCollectionBase_KeysCollection$instance as NameObjectCollectionBase_KeysCollection } from './internal/index.js';
26
+ export { NameValueCollection$instance as NameValueCollection } from './internal/index.js';
27
+ export { OrderedDictionary$instance as OrderedDictionary } from './internal/index.js';
28
+ export { StringCollection$instance as StringCollection } from './internal/index.js';
29
+ export { StringEnumerator$instance as StringEnumerator } from './internal/index.js';
30
+ export { StringDictionary$instance as StringDictionary } from './internal/index.js';
31
31
  export type INotifyCollectionChanged = Internal.INotifyCollectionChanged;
32
- export type NotifyCollectionChangedAction = Internal.NotifyCollectionChangedAction;
33
- export type NotifyCollectionChangedEventArgs = Internal.NotifyCollectionChangedEventArgs;
34
- export type NotifyCollectionChangedEventHandler = Internal.NotifyCollectionChangedEventHandler;
32
+ export { NotifyCollectionChangedAction as NotifyCollectionChangedAction } from './internal/index.js';
33
+ export { NotifyCollectionChangedEventArgs$instance as NotifyCollectionChangedEventArgs } from './internal/index.js';
34
+ export { NotifyCollectionChangedEventHandler$instance as NotifyCollectionChangedEventHandler } from './internal/index.js';
@@ -22,189 +22,189 @@ import type { ArgumentException, Array as ClrArray, AsyncCallback, Attribute, Bo
22
22
  export * from './internal/index.js';
23
23
 
24
24
  // Individual type exports for convenience
25
- export type CancelEventArgs = Internal.CancelEventArgs;
25
+ export { CancelEventArgs$instance as CancelEventArgs } from './internal/index.js';
26
26
  export type IChangeTracking = Internal.IChangeTracking;
27
27
  export type IEditableObject = Internal.IEditableObject;
28
28
  export type IRevertibleChangeTracking = Internal.IRevertibleChangeTracking;
29
- export type AsyncCompletedEventHandler = Internal.AsyncCompletedEventHandler;
30
- export type AsyncCompletedEventArgs = Internal.AsyncCompletedEventArgs;
31
- export type AsyncOperation = Internal.AsyncOperation;
32
- export type AsyncOperationManager = Internal.AsyncOperationManager;
33
- export type ProgressChangedEventHandler = Internal.ProgressChangedEventHandler;
34
- export type ProgressChangedEventArgs = Internal.ProgressChangedEventArgs;
35
- export type BackgroundWorker = Internal.BackgroundWorker;
36
- export type DoWorkEventHandler = Internal.DoWorkEventHandler;
37
- export type DoWorkEventArgs = Internal.DoWorkEventArgs;
38
- export type RunWorkerCompletedEventHandler = Internal.RunWorkerCompletedEventHandler;
39
- export type RunWorkerCompletedEventArgs = Internal.RunWorkerCompletedEventArgs;
29
+ export { AsyncCompletedEventHandler$instance as AsyncCompletedEventHandler } from './internal/index.js';
30
+ export { AsyncCompletedEventArgs$instance as AsyncCompletedEventArgs } from './internal/index.js';
31
+ export { AsyncOperation$instance as AsyncOperation } from './internal/index.js';
32
+ export { AsyncOperationManager$instance as AsyncOperationManager } from './internal/index.js';
33
+ export { ProgressChangedEventHandler$instance as ProgressChangedEventHandler } from './internal/index.js';
34
+ export { ProgressChangedEventArgs$instance as ProgressChangedEventArgs } from './internal/index.js';
35
+ export { BackgroundWorker$instance as BackgroundWorker } from './internal/index.js';
36
+ export { DoWorkEventHandler$instance as DoWorkEventHandler } from './internal/index.js';
37
+ export { DoWorkEventArgs$instance as DoWorkEventArgs } from './internal/index.js';
38
+ export { RunWorkerCompletedEventHandler$instance as RunWorkerCompletedEventHandler } from './internal/index.js';
39
+ export { RunWorkerCompletedEventArgs$instance as RunWorkerCompletedEventArgs } from './internal/index.js';
40
40
  export type ISynchronizeInvoke = Internal.ISynchronizeInvoke;
41
- export type BrowsableAttribute = Internal.BrowsableAttribute;
42
- export type CategoryAttribute = Internal.CategoryAttribute;
43
- export type Component = Internal.Component;
44
- export type ComponentCollection = Internal.ComponentCollection;
45
- export type DescriptionAttribute = Internal.DescriptionAttribute;
46
- export type DesignerAttribute = Internal.DesignerAttribute;
47
- export type DesignerCategoryAttribute = Internal.DesignerCategoryAttribute;
48
- export type DesignerSerializationVisibility = Internal.DesignerSerializationVisibility;
49
- export type DesignerSerializationVisibilityAttribute = Internal.DesignerSerializationVisibilityAttribute;
50
- export type DesignOnlyAttribute = Internal.DesignOnlyAttribute;
51
- export type DisplayNameAttribute = Internal.DisplayNameAttribute;
52
- export type EditorAttribute = Internal.EditorAttribute;
53
- export type EventHandlerList = Internal.EventHandlerList;
41
+ export { BrowsableAttribute$instance as BrowsableAttribute } from './internal/index.js';
42
+ export { CategoryAttribute$instance as CategoryAttribute } from './internal/index.js';
43
+ export { Component$instance as Component } from './internal/index.js';
44
+ export { ComponentCollection$instance as ComponentCollection } from './internal/index.js';
45
+ export { DescriptionAttribute$instance as DescriptionAttribute } from './internal/index.js';
46
+ export { DesignerAttribute$instance as DesignerAttribute } from './internal/index.js';
47
+ export { DesignerCategoryAttribute$instance as DesignerCategoryAttribute } from './internal/index.js';
48
+ export { DesignerSerializationVisibility as DesignerSerializationVisibility } from './internal/index.js';
49
+ export { DesignerSerializationVisibilityAttribute$instance as DesignerSerializationVisibilityAttribute } from './internal/index.js';
50
+ export { DesignOnlyAttribute$instance as DesignOnlyAttribute } from './internal/index.js';
51
+ export { DisplayNameAttribute$instance as DisplayNameAttribute } from './internal/index.js';
52
+ export { EditorAttribute$instance as EditorAttribute } from './internal/index.js';
53
+ export { EventHandlerList$instance as EventHandlerList } from './internal/index.js';
54
54
  export type IComponent = Internal.IComponent;
55
55
  export type IContainer = Internal.IContainer;
56
- export type ImmutableObjectAttribute = Internal.ImmutableObjectAttribute;
57
- export type InitializationEventAttribute = Internal.InitializationEventAttribute;
58
- export type InvalidAsynchronousStateException = Internal.InvalidAsynchronousStateException;
59
- export type InvalidEnumArgumentException = Internal.InvalidEnumArgumentException;
56
+ export { ImmutableObjectAttribute$instance as ImmutableObjectAttribute } from './internal/index.js';
57
+ export { InitializationEventAttribute$instance as InitializationEventAttribute } from './internal/index.js';
58
+ export { InvalidAsynchronousStateException$instance as InvalidAsynchronousStateException } from './internal/index.js';
59
+ export { InvalidEnumArgumentException$instance as InvalidEnumArgumentException } from './internal/index.js';
60
60
  export type ISite = Internal.ISite;
61
61
  export type ISupportInitialize = Internal.ISupportInitialize;
62
- export type LocalizableAttribute = Internal.LocalizableAttribute;
63
- export type MergablePropertyAttribute = Internal.MergablePropertyAttribute;
64
- export type NotifyParentPropertyAttribute = Internal.NotifyParentPropertyAttribute;
65
- export type ParenthesizePropertyNameAttribute = Internal.ParenthesizePropertyNameAttribute;
66
- export type ReadOnlyAttribute = Internal.ReadOnlyAttribute;
67
- export type RefreshProperties = Internal.RefreshProperties;
68
- export type RefreshPropertiesAttribute = Internal.RefreshPropertiesAttribute;
69
- export type ArrayConverter = Internal.ArrayConverter;
70
- export type BaseNumberConverter = Internal.BaseNumberConverter;
71
- export type BooleanConverter = Internal.BooleanConverter;
72
- export type ByteConverter = Internal.ByteConverter;
73
- export type CharConverter = Internal.CharConverter;
74
- export type CollectionConverter = Internal.CollectionConverter;
75
- export type DateOnlyConverter = Internal.DateOnlyConverter;
76
- export type DateTimeConverter = Internal.DateTimeConverter;
77
- export type DateTimeOffsetConverter = Internal.DateTimeOffsetConverter;
78
- export type DecimalConverter = Internal.DecimalConverter;
79
- export type DoubleConverter = Internal.DoubleConverter;
80
- export type EnumConverter = Internal.EnumConverter;
81
- export type GuidConverter = Internal.GuidConverter;
82
- export type HalfConverter = Internal.HalfConverter;
83
- export type Int16Converter = Internal.Int16Converter;
84
- export type Int128Converter = Internal.Int128Converter;
85
- export type Int32Converter = Internal.Int32Converter;
86
- export type Int64Converter = Internal.Int64Converter;
62
+ export { LocalizableAttribute$instance as LocalizableAttribute } from './internal/index.js';
63
+ export { MergablePropertyAttribute$instance as MergablePropertyAttribute } from './internal/index.js';
64
+ export { NotifyParentPropertyAttribute$instance as NotifyParentPropertyAttribute } from './internal/index.js';
65
+ export { ParenthesizePropertyNameAttribute$instance as ParenthesizePropertyNameAttribute } from './internal/index.js';
66
+ export { ReadOnlyAttribute$instance as ReadOnlyAttribute } from './internal/index.js';
67
+ export { RefreshProperties as RefreshProperties } from './internal/index.js';
68
+ export { RefreshPropertiesAttribute$instance as RefreshPropertiesAttribute } from './internal/index.js';
69
+ export { ArrayConverter$instance as ArrayConverter } from './internal/index.js';
70
+ export { BaseNumberConverter$instance as BaseNumberConverter } from './internal/index.js';
71
+ export { BooleanConverter$instance as BooleanConverter } from './internal/index.js';
72
+ export { ByteConverter$instance as ByteConverter } from './internal/index.js';
73
+ export { CharConverter$instance as CharConverter } from './internal/index.js';
74
+ export { CollectionConverter$instance as CollectionConverter } from './internal/index.js';
75
+ export { DateOnlyConverter$instance as DateOnlyConverter } from './internal/index.js';
76
+ export { DateTimeConverter$instance as DateTimeConverter } from './internal/index.js';
77
+ export { DateTimeOffsetConverter$instance as DateTimeOffsetConverter } from './internal/index.js';
78
+ export { DecimalConverter$instance as DecimalConverter } from './internal/index.js';
79
+ export { DoubleConverter$instance as DoubleConverter } from './internal/index.js';
80
+ export { EnumConverter$instance as EnumConverter } from './internal/index.js';
81
+ export { GuidConverter$instance as GuidConverter } from './internal/index.js';
82
+ export { HalfConverter$instance as HalfConverter } from './internal/index.js';
83
+ export { Int16Converter$instance as Int16Converter } from './internal/index.js';
84
+ export { Int128Converter$instance as Int128Converter } from './internal/index.js';
85
+ export { Int32Converter$instance as Int32Converter } from './internal/index.js';
86
+ export { Int64Converter$instance as Int64Converter } from './internal/index.js';
87
87
  export type ITypeDescriptorContext = Internal.ITypeDescriptorContext;
88
- export type MultilineStringConverter = Internal.MultilineStringConverter;
89
- export type NullableConverter = Internal.NullableConverter;
90
- export type PropertyDescriptor = Internal.PropertyDescriptor;
91
- export type SByteConverter = Internal.SByteConverter;
92
- export type SingleConverter = Internal.SingleConverter;
93
- export type StringConverter = Internal.StringConverter;
94
- export type TimeOnlyConverter = Internal.TimeOnlyConverter;
95
- export type TimeSpanConverter = Internal.TimeSpanConverter;
96
- export type TypeConverter = Internal.TypeConverter;
97
- export type TypeConverter_StandardValuesCollection = Internal.TypeConverter_StandardValuesCollection;
98
- export type TypeListConverter = Internal.TypeListConverter;
99
- export type UInt128Converter = Internal.UInt128Converter;
100
- export type UInt16Converter = Internal.UInt16Converter;
101
- export type UInt32Converter = Internal.UInt32Converter;
102
- export type UInt64Converter = Internal.UInt64Converter;
103
- export type VersionConverter = Internal.VersionConverter;
104
- export type AttributeCollection = Internal.AttributeCollection;
105
- export type AttributeProviderAttribute = Internal.AttributeProviderAttribute;
106
- export type CancelEventHandler = Internal.CancelEventHandler;
107
- export type CollectionChangeAction = Internal.CollectionChangeAction;
108
- export type CollectionChangeEventArgs = Internal.CollectionChangeEventArgs;
109
- export type CollectionChangeEventHandler = Internal.CollectionChangeEventHandler;
110
- export type CustomTypeDescriptor = Internal.CustomTypeDescriptor;
111
- export type DefaultEventAttribute = Internal.DefaultEventAttribute;
112
- export type DefaultPropertyAttribute = Internal.DefaultPropertyAttribute;
113
- export type EventDescriptor = Internal.EventDescriptor;
114
- export type EventDescriptorCollection = Internal.EventDescriptorCollection;
115
- export type ExtenderProvidedPropertyAttribute = Internal.ExtenderProvidedPropertyAttribute;
116
- export type HandledEventArgs = Internal.HandledEventArgs;
117
- export type HandledEventHandler = Internal.HandledEventHandler;
88
+ export { MultilineStringConverter$instance as MultilineStringConverter } from './internal/index.js';
89
+ export { NullableConverter$instance as NullableConverter } from './internal/index.js';
90
+ export { PropertyDescriptor$instance as PropertyDescriptor } from './internal/index.js';
91
+ export { SByteConverter$instance as SByteConverter } from './internal/index.js';
92
+ export { SingleConverter$instance as SingleConverter } from './internal/index.js';
93
+ export { StringConverter$instance as StringConverter } from './internal/index.js';
94
+ export { TimeOnlyConverter$instance as TimeOnlyConverter } from './internal/index.js';
95
+ export { TimeSpanConverter$instance as TimeSpanConverter } from './internal/index.js';
96
+ export { TypeConverter$instance as TypeConverter } from './internal/index.js';
97
+ export { TypeConverter_StandardValuesCollection$instance as TypeConverter_StandardValuesCollection } from './internal/index.js';
98
+ export { TypeListConverter$instance as TypeListConverter } from './internal/index.js';
99
+ export { UInt128Converter$instance as UInt128Converter } from './internal/index.js';
100
+ export { UInt16Converter$instance as UInt16Converter } from './internal/index.js';
101
+ export { UInt32Converter$instance as UInt32Converter } from './internal/index.js';
102
+ export { UInt64Converter$instance as UInt64Converter } from './internal/index.js';
103
+ export { VersionConverter$instance as VersionConverter } from './internal/index.js';
104
+ export { AttributeCollection$instance as AttributeCollection } from './internal/index.js';
105
+ export { AttributeProviderAttribute$instance as AttributeProviderAttribute } from './internal/index.js';
106
+ export { CancelEventHandler$instance as CancelEventHandler } from './internal/index.js';
107
+ export { CollectionChangeAction as CollectionChangeAction } from './internal/index.js';
108
+ export { CollectionChangeEventArgs$instance as CollectionChangeEventArgs } from './internal/index.js';
109
+ export { CollectionChangeEventHandler$instance as CollectionChangeEventHandler } from './internal/index.js';
110
+ export { CustomTypeDescriptor$instance as CustomTypeDescriptor } from './internal/index.js';
111
+ export { DefaultEventAttribute$instance as DefaultEventAttribute } from './internal/index.js';
112
+ export { DefaultPropertyAttribute$instance as DefaultPropertyAttribute } from './internal/index.js';
113
+ export { EventDescriptor$instance as EventDescriptor } from './internal/index.js';
114
+ export { EventDescriptorCollection$instance as EventDescriptorCollection } from './internal/index.js';
115
+ export { ExtenderProvidedPropertyAttribute$instance as ExtenderProvidedPropertyAttribute } from './internal/index.js';
116
+ export { HandledEventArgs$instance as HandledEventArgs } from './internal/index.js';
117
+ export { HandledEventHandler$instance as HandledEventHandler } from './internal/index.js';
118
118
  export type ICustomTypeDescriptor = Internal.ICustomTypeDescriptor;
119
119
  export type IExtenderProvider = Internal.IExtenderProvider;
120
120
  export type IListSource = Internal.IListSource;
121
121
  export type ITypedList = Internal.ITypedList;
122
- export type MemberDescriptor = Internal.MemberDescriptor;
123
- export type PropertyDescriptorCollection = Internal.PropertyDescriptorCollection;
124
- export type ProvidePropertyAttribute = Internal.ProvidePropertyAttribute;
125
- export type RefreshEventArgs = Internal.RefreshEventArgs;
126
- export type RefreshEventHandler = Internal.RefreshEventHandler;
127
- export type TypeDescriptor = Internal.TypeDescriptor;
128
- export type TypeDescriptionProvider = Internal.TypeDescriptionProvider;
129
- export type AddingNewEventArgs = Internal.AddingNewEventArgs;
130
- export type AddingNewEventHandler = Internal.AddingNewEventHandler;
131
- export type AmbientValueAttribute = Internal.AmbientValueAttribute;
132
- export type BindableAttribute = Internal.BindableAttribute;
133
- export type BindableSupport = Internal.BindableSupport;
134
- export type BindingDirection = Internal.BindingDirection;
135
- export type BindingList_1<T> = Internal.BindingList_1<T>;
136
- export type BindingList<T> = Internal.BindingList_1<T>;
122
+ export { MemberDescriptor$instance as MemberDescriptor } from './internal/index.js';
123
+ export { PropertyDescriptorCollection$instance as PropertyDescriptorCollection } from './internal/index.js';
124
+ export { ProvidePropertyAttribute$instance as ProvidePropertyAttribute } from './internal/index.js';
125
+ export { RefreshEventArgs$instance as RefreshEventArgs } from './internal/index.js';
126
+ export { RefreshEventHandler$instance as RefreshEventHandler } from './internal/index.js';
127
+ export { TypeDescriptor$instance as TypeDescriptor } from './internal/index.js';
128
+ export { TypeDescriptionProvider$instance as TypeDescriptionProvider } from './internal/index.js';
129
+ export { AddingNewEventArgs$instance as AddingNewEventArgs } from './internal/index.js';
130
+ export { AddingNewEventHandler$instance as AddingNewEventHandler } from './internal/index.js';
131
+ export { AmbientValueAttribute$instance as AmbientValueAttribute } from './internal/index.js';
132
+ export { BindableAttribute$instance as BindableAttribute } from './internal/index.js';
133
+ export { BindableSupport as BindableSupport } from './internal/index.js';
134
+ export { BindingDirection as BindingDirection } from './internal/index.js';
135
+ export { BindingList_1$instance as BindingList_1 } from './internal/index.js';
136
+ export { BindingList_1$instance as BindingList } from './internal/index.js';
137
137
  export type IBindingList = Internal.IBindingList;
138
138
  export type ICancelAddNew = Internal.ICancelAddNew;
139
139
  export type IRaiseItemChangedEvents = Internal.IRaiseItemChangedEvents;
140
- export type ListChangedEventArgs = Internal.ListChangedEventArgs;
141
- export type ListChangedEventHandler = Internal.ListChangedEventHandler;
142
- export type ListSortDirection = Internal.ListSortDirection;
143
- export type ListChangedType = Internal.ListChangedType;
144
- export type ComplexBindingPropertiesAttribute = Internal.ComplexBindingPropertiesAttribute;
145
- export type ComponentConverter = Internal.ComponentConverter;
146
- export type ReferenceConverter = Internal.ReferenceConverter;
147
- export type ComponentEditor = Internal.ComponentEditor;
148
- export type Container = Internal.Container;
149
- export type ContainerFilterService = Internal.ContainerFilterService;
150
- export type InheritanceAttribute = Internal.InheritanceAttribute;
151
- export type InheritanceLevel = Internal.InheritanceLevel;
152
- export type CultureInfoConverter = Internal.CultureInfoConverter;
153
- export type DataObjectAttribute = Internal.DataObjectAttribute;
154
- export type DataObjectFieldAttribute = Internal.DataObjectFieldAttribute;
155
- export type DataObjectMethodAttribute = Internal.DataObjectMethodAttribute;
156
- export type DataObjectMethodType = Internal.DataObjectMethodType;
157
- export type DefaultBindingPropertyAttribute = Internal.DefaultBindingPropertyAttribute;
158
- export type DesignTimeVisibleAttribute = Internal.DesignTimeVisibleAttribute;
159
- export type ExpandableObjectConverter = Internal.ExpandableObjectConverter;
140
+ export { ListChangedEventArgs$instance as ListChangedEventArgs } from './internal/index.js';
141
+ export { ListChangedEventHandler$instance as ListChangedEventHandler } from './internal/index.js';
142
+ export { ListSortDirection as ListSortDirection } from './internal/index.js';
143
+ export { ListChangedType as ListChangedType } from './internal/index.js';
144
+ export { ComplexBindingPropertiesAttribute$instance as ComplexBindingPropertiesAttribute } from './internal/index.js';
145
+ export { ComponentConverter$instance as ComponentConverter } from './internal/index.js';
146
+ export { ReferenceConverter$instance as ReferenceConverter } from './internal/index.js';
147
+ export { ComponentEditor$instance as ComponentEditor } from './internal/index.js';
148
+ export { Container$instance as Container } from './internal/index.js';
149
+ export { ContainerFilterService$instance as ContainerFilterService } from './internal/index.js';
150
+ export { InheritanceAttribute$instance as InheritanceAttribute } from './internal/index.js';
151
+ export { InheritanceLevel as InheritanceLevel } from './internal/index.js';
152
+ export { CultureInfoConverter$instance as CultureInfoConverter } from './internal/index.js';
153
+ export { DataObjectAttribute$instance as DataObjectAttribute } from './internal/index.js';
154
+ export { DataObjectFieldAttribute$instance as DataObjectFieldAttribute } from './internal/index.js';
155
+ export { DataObjectMethodAttribute$instance as DataObjectMethodAttribute } from './internal/index.js';
156
+ export { DataObjectMethodType as DataObjectMethodType } from './internal/index.js';
157
+ export { DefaultBindingPropertyAttribute$instance as DefaultBindingPropertyAttribute } from './internal/index.js';
158
+ export { DesignTimeVisibleAttribute$instance as DesignTimeVisibleAttribute } from './internal/index.js';
159
+ export { ExpandableObjectConverter$instance as ExpandableObjectConverter } from './internal/index.js';
160
160
  export type IBindingListView = Internal.IBindingListView;
161
- export type ListSortDescriptionCollection = Internal.ListSortDescriptionCollection;
162
- export type ListSortDescription = Internal.ListSortDescription;
161
+ export { ListSortDescriptionCollection$instance as ListSortDescriptionCollection } from './internal/index.js';
162
+ export { ListSortDescription$instance as ListSortDescription } from './internal/index.js';
163
163
  export type IComNativeDescriptorHandler = Internal.IComNativeDescriptorHandler;
164
164
  export type IDataErrorInfo = Internal.IDataErrorInfo;
165
165
  export type INestedContainer = Internal.INestedContainer;
166
166
  export type IIntellisenseBuilder = Internal.IIntellisenseBuilder;
167
167
  export type INestedSite = Internal.INestedSite;
168
- export type InstallerTypeAttribute = Internal.InstallerTypeAttribute;
169
- export type InstanceCreationEditor = Internal.InstanceCreationEditor;
168
+ export { InstallerTypeAttribute$instance as InstallerTypeAttribute } from './internal/index.js';
169
+ export { InstanceCreationEditor$instance as InstanceCreationEditor } from './internal/index.js';
170
170
  export type ISupportInitializeNotification = Internal.ISupportInitializeNotification;
171
- export type License = Internal.License;
172
- export type LicenseContext = Internal.LicenseContext;
173
- export type LicenseUsageMode = Internal.LicenseUsageMode;
174
- export type LicenseException = Internal.LicenseException;
175
- export type LicenseManager = Internal.LicenseManager;
176
- export type LicenseProvider = Internal.LicenseProvider;
177
- export type LicenseProviderAttribute = Internal.LicenseProviderAttribute;
178
- export type LicFileLicenseProvider = Internal.LicFileLicenseProvider;
179
- export type ListBindableAttribute = Internal.ListBindableAttribute;
180
- export type LookupBindingPropertiesAttribute = Internal.LookupBindingPropertiesAttribute;
181
- export type MarshalByValueComponent = Internal.MarshalByValueComponent;
182
- export type MaskedTextProvider = Internal.MaskedTextProvider;
183
- export type MaskedTextResultHint = Internal.MaskedTextResultHint;
184
- export type NestedContainer = Internal.NestedContainer;
185
- export type PasswordPropertyTextAttribute = Internal.PasswordPropertyTextAttribute;
186
- export type PropertyTabAttribute = Internal.PropertyTabAttribute;
187
- export type PropertyTabScope = Internal.PropertyTabScope;
188
- export type RecommendedAsConfigurableAttribute = Internal.RecommendedAsConfigurableAttribute;
189
- export type RunInstallerAttribute = Internal.RunInstallerAttribute;
190
- export type SettingsBindableAttribute = Internal.SettingsBindableAttribute;
191
- export type SyntaxCheck = Internal.SyntaxCheck;
192
- export type ToolboxItemAttribute = Internal.ToolboxItemAttribute;
193
- export type ToolboxItemFilterAttribute = Internal.ToolboxItemFilterAttribute;
194
- export type ToolboxItemFilterType = Internal.ToolboxItemFilterType;
195
- export type WarningException = Internal.WarningException;
196
- export type ComponentResourceManager = Internal.ComponentResourceManager;
197
- export type DataErrorsChangedEventArgs = Internal.DataErrorsChangedEventArgs;
171
+ export { License$instance as License } from './internal/index.js';
172
+ export { LicenseContext$instance as LicenseContext } from './internal/index.js';
173
+ export { LicenseUsageMode as LicenseUsageMode } from './internal/index.js';
174
+ export { LicenseException$instance as LicenseException } from './internal/index.js';
175
+ export { LicenseManager$instance as LicenseManager } from './internal/index.js';
176
+ export { LicenseProvider$instance as LicenseProvider } from './internal/index.js';
177
+ export { LicenseProviderAttribute$instance as LicenseProviderAttribute } from './internal/index.js';
178
+ export { LicFileLicenseProvider$instance as LicFileLicenseProvider } from './internal/index.js';
179
+ export { ListBindableAttribute$instance as ListBindableAttribute } from './internal/index.js';
180
+ export { LookupBindingPropertiesAttribute$instance as LookupBindingPropertiesAttribute } from './internal/index.js';
181
+ export { MarshalByValueComponent$instance as MarshalByValueComponent } from './internal/index.js';
182
+ export { MaskedTextProvider$instance as MaskedTextProvider } from './internal/index.js';
183
+ export { MaskedTextResultHint as MaskedTextResultHint } from './internal/index.js';
184
+ export { NestedContainer$instance as NestedContainer } from './internal/index.js';
185
+ export { PasswordPropertyTextAttribute$instance as PasswordPropertyTextAttribute } from './internal/index.js';
186
+ export { PropertyTabAttribute$instance as PropertyTabAttribute } from './internal/index.js';
187
+ export { PropertyTabScope as PropertyTabScope } from './internal/index.js';
188
+ export { RecommendedAsConfigurableAttribute$instance as RecommendedAsConfigurableAttribute } from './internal/index.js';
189
+ export { RunInstallerAttribute$instance as RunInstallerAttribute } from './internal/index.js';
190
+ export { SettingsBindableAttribute$instance as SettingsBindableAttribute } from './internal/index.js';
191
+ export { SyntaxCheck$instance as SyntaxCheck } from './internal/index.js';
192
+ export { ToolboxItemAttribute$instance as ToolboxItemAttribute } from './internal/index.js';
193
+ export { ToolboxItemFilterAttribute$instance as ToolboxItemFilterAttribute } from './internal/index.js';
194
+ export { ToolboxItemFilterType as ToolboxItemFilterType } from './internal/index.js';
195
+ export { WarningException$instance as WarningException } from './internal/index.js';
196
+ export { ComponentResourceManager$instance as ComponentResourceManager } from './internal/index.js';
197
+ export { DataErrorsChangedEventArgs$instance as DataErrorsChangedEventArgs } from './internal/index.js';
198
198
  export type INotifyDataErrorInfo = Internal.INotifyDataErrorInfo;
199
199
  export type INotifyPropertyChanged = Internal.INotifyPropertyChanged;
200
200
  export type INotifyPropertyChanging = Internal.INotifyPropertyChanging;
201
- export type PropertyChangedEventArgs = Internal.PropertyChangedEventArgs;
202
- export type PropertyChangedEventHandler = Internal.PropertyChangedEventHandler;
203
- export type PropertyChangingEventArgs = Internal.PropertyChangingEventArgs;
204
- export type PropertyChangingEventHandler = Internal.PropertyChangingEventHandler;
205
- export type TypeConverterAttribute = Internal.TypeConverterAttribute;
206
- export type TypeDescriptionProviderAttribute = Internal.TypeDescriptionProviderAttribute;
207
- export type DefaultValueAttribute = Internal.DefaultValueAttribute;
208
- export type EditorBrowsableAttribute = Internal.EditorBrowsableAttribute;
209
- export type EditorBrowsableState = Internal.EditorBrowsableState;
210
- export type Win32Exception = Internal.Win32Exception;
201
+ export { PropertyChangedEventArgs$instance as PropertyChangedEventArgs } from './internal/index.js';
202
+ export { PropertyChangedEventHandler$instance as PropertyChangedEventHandler } from './internal/index.js';
203
+ export { PropertyChangingEventArgs$instance as PropertyChangingEventArgs } from './internal/index.js';
204
+ export { PropertyChangingEventHandler$instance as PropertyChangingEventHandler } from './internal/index.js';
205
+ export { TypeConverterAttribute$instance as TypeConverterAttribute } from './internal/index.js';
206
+ export { TypeDescriptionProviderAttribute$instance as TypeDescriptionProviderAttribute } from './internal/index.js';
207
+ export { DefaultValueAttribute$instance as DefaultValueAttribute } from './internal/index.js';
208
+ export { EditorBrowsableAttribute$instance as EditorBrowsableAttribute } from './internal/index.js';
209
+ export { EditorBrowsableState as EditorBrowsableState } from './internal/index.js';
210
+ export { Win32Exception$instance as Win32Exception } from './internal/index.js';
@@ -16,42 +16,42 @@ import type { Attribute, Boolean as ClrBoolean, Double, Enum, Exception, Func_2,
16
16
  export * from './internal/index.js';
17
17
 
18
18
  // Individual type exports for convenience
19
- export type AllowedValuesAttribute = Internal.AllowedValuesAttribute;
20
- export type AssociatedMetadataTypeTypeDescriptionProvider = Internal.AssociatedMetadataTypeTypeDescriptionProvider;
21
- export type AssociationAttribute = Internal.AssociationAttribute;
22
- export type Base64StringAttribute = Internal.Base64StringAttribute;
23
- export type CompareAttribute = Internal.CompareAttribute;
24
- export type ConcurrencyCheckAttribute = Internal.ConcurrencyCheckAttribute;
25
- export type CreditCardAttribute = Internal.CreditCardAttribute;
26
- export type CustomValidationAttribute = Internal.CustomValidationAttribute;
27
- export type DataType = Internal.DataType;
28
- export type DataTypeAttribute = Internal.DataTypeAttribute;
29
- export type DeniedValuesAttribute = Internal.DeniedValuesAttribute;
30
- export type DisplayAttribute = Internal.DisplayAttribute;
31
- export type DisplayColumnAttribute = Internal.DisplayColumnAttribute;
32
- export type DisplayFormatAttribute = Internal.DisplayFormatAttribute;
33
- export type EditableAttribute = Internal.EditableAttribute;
34
- export type EmailAddressAttribute = Internal.EmailAddressAttribute;
35
- export type EnumDataTypeAttribute = Internal.EnumDataTypeAttribute;
36
- export type FileExtensionsAttribute = Internal.FileExtensionsAttribute;
37
- export type FilterUIHintAttribute = Internal.FilterUIHintAttribute;
19
+ export { AllowedValuesAttribute$instance as AllowedValuesAttribute } from './internal/index.js';
20
+ export { AssociatedMetadataTypeTypeDescriptionProvider$instance as AssociatedMetadataTypeTypeDescriptionProvider } from './internal/index.js';
21
+ export { AssociationAttribute$instance as AssociationAttribute } from './internal/index.js';
22
+ export { Base64StringAttribute$instance as Base64StringAttribute } from './internal/index.js';
23
+ export { CompareAttribute$instance as CompareAttribute } from './internal/index.js';
24
+ export { ConcurrencyCheckAttribute$instance as ConcurrencyCheckAttribute } from './internal/index.js';
25
+ export { CreditCardAttribute$instance as CreditCardAttribute } from './internal/index.js';
26
+ export { CustomValidationAttribute$instance as CustomValidationAttribute } from './internal/index.js';
27
+ export { DataType as DataType } from './internal/index.js';
28
+ export { DataTypeAttribute$instance as DataTypeAttribute } from './internal/index.js';
29
+ export { DeniedValuesAttribute$instance as DeniedValuesAttribute } from './internal/index.js';
30
+ export { DisplayAttribute$instance as DisplayAttribute } from './internal/index.js';
31
+ export { DisplayColumnAttribute$instance as DisplayColumnAttribute } from './internal/index.js';
32
+ export { DisplayFormatAttribute$instance as DisplayFormatAttribute } from './internal/index.js';
33
+ export { EditableAttribute$instance as EditableAttribute } from './internal/index.js';
34
+ export { EmailAddressAttribute$instance as EmailAddressAttribute } from './internal/index.js';
35
+ export { EnumDataTypeAttribute$instance as EnumDataTypeAttribute } from './internal/index.js';
36
+ export { FileExtensionsAttribute$instance as FileExtensionsAttribute } from './internal/index.js';
37
+ export { FilterUIHintAttribute$instance as FilterUIHintAttribute } from './internal/index.js';
38
38
  export type IValidatableObject = Internal.IValidatableObject;
39
- export type KeyAttribute = Internal.KeyAttribute;
40
- export type LengthAttribute = Internal.LengthAttribute;
41
- export type MaxLengthAttribute = Internal.MaxLengthAttribute;
42
- export type MetadataTypeAttribute = Internal.MetadataTypeAttribute;
43
- export type MinLengthAttribute = Internal.MinLengthAttribute;
44
- export type PhoneAttribute = Internal.PhoneAttribute;
45
- export type RangeAttribute = Internal.RangeAttribute;
46
- export type RegularExpressionAttribute = Internal.RegularExpressionAttribute;
47
- export type RequiredAttribute = Internal.RequiredAttribute;
48
- export type ScaffoldColumnAttribute = Internal.ScaffoldColumnAttribute;
49
- export type StringLengthAttribute = Internal.StringLengthAttribute;
50
- export type TimestampAttribute = Internal.TimestampAttribute;
51
- export type UIHintAttribute = Internal.UIHintAttribute;
52
- export type UrlAttribute = Internal.UrlAttribute;
53
- export type ValidationAttribute = Internal.ValidationAttribute;
54
- export type ValidationContext = Internal.ValidationContext;
55
- export type ValidationException = Internal.ValidationException;
56
- export type ValidationResult = Internal.ValidationResult;
57
- export type Validator = Internal.Validator;
39
+ export { KeyAttribute$instance as KeyAttribute } from './internal/index.js';
40
+ export { LengthAttribute$instance as LengthAttribute } from './internal/index.js';
41
+ export { MaxLengthAttribute$instance as MaxLengthAttribute } from './internal/index.js';
42
+ export { MetadataTypeAttribute$instance as MetadataTypeAttribute } from './internal/index.js';
43
+ export { MinLengthAttribute$instance as MinLengthAttribute } from './internal/index.js';
44
+ export { PhoneAttribute$instance as PhoneAttribute } from './internal/index.js';
45
+ export { RangeAttribute$instance as RangeAttribute } from './internal/index.js';
46
+ export { RegularExpressionAttribute$instance as RegularExpressionAttribute } from './internal/index.js';
47
+ export { RequiredAttribute$instance as RequiredAttribute } from './internal/index.js';
48
+ export { ScaffoldColumnAttribute$instance as ScaffoldColumnAttribute } from './internal/index.js';
49
+ export { StringLengthAttribute$instance as StringLengthAttribute } from './internal/index.js';
50
+ export { TimestampAttribute$instance as TimestampAttribute } from './internal/index.js';
51
+ export { UIHintAttribute$instance as UIHintAttribute } from './internal/index.js';
52
+ export { UrlAttribute$instance as UrlAttribute } from './internal/index.js';
53
+ export { ValidationAttribute$instance as ValidationAttribute } from './internal/index.js';
54
+ export { ValidationContext$instance as ValidationContext } from './internal/index.js';
55
+ export { ValidationException$instance as ValidationException } from './internal/index.js';
56
+ export { ValidationResult$instance as ValidationResult } from './internal/index.js';
57
+ export { Validator$instance as Validator } from './internal/index.js';
@@ -11,11 +11,11 @@ import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible,
11
11
  export * from './internal/index.js';
12
12
 
13
13
  // Individual type exports for convenience
14
- export type ColumnAttribute = Internal.ColumnAttribute;
15
- export type ComplexTypeAttribute = Internal.ComplexTypeAttribute;
16
- export type DatabaseGeneratedAttribute = Internal.DatabaseGeneratedAttribute;
17
- export type DatabaseGeneratedOption = Internal.DatabaseGeneratedOption;
18
- export type ForeignKeyAttribute = Internal.ForeignKeyAttribute;
19
- export type InversePropertyAttribute = Internal.InversePropertyAttribute;
20
- export type NotMappedAttribute = Internal.NotMappedAttribute;
21
- export type TableAttribute = Internal.TableAttribute;
14
+ export { ColumnAttribute$instance as ColumnAttribute } from './internal/index.js';
15
+ export { ComplexTypeAttribute$instance as ComplexTypeAttribute } from './internal/index.js';
16
+ export { DatabaseGeneratedAttribute$instance as DatabaseGeneratedAttribute } from './internal/index.js';
17
+ export { DatabaseGeneratedOption as DatabaseGeneratedOption } from './internal/index.js';
18
+ export { ForeignKeyAttribute$instance as ForeignKeyAttribute } from './internal/index.js';
19
+ export { InversePropertyAttribute$instance as InversePropertyAttribute } from './internal/index.js';
20
+ export { NotMappedAttribute$instance as NotMappedAttribute } from './internal/index.js';
21
+ export { TableAttribute$instance as TableAttribute } from './internal/index.js';