Skip to content

Commit f12d972

Browse files
committed
Updated generated c#.
1 parent cac4b3d commit f12d972

File tree

7 files changed

+46
-21
lines changed

7 files changed

+46
-21
lines changed

CSharpToJavaScript/APIs/JS/Generated/callback.generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//16.02.2026 21:28:23
1+
//17.02.2026 21:27:36
22

33
#nullable enable
44
//Disable missing XML comments.

CSharpToJavaScript/APIs/JS/Generated/dictionary.generated.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//16.02.2026 21:28:23
1+
//17.02.2026 21:27:36
22

33
#nullable enable
44
//Disable missing XML comments.
@@ -7826,10 +7826,12 @@ public partial class AesKeyGenParams : Algorithm
78267826
public required ushort Length;
78277827
}
78287828

7829+
///<include file='CSharpToJavaScript/Utils/Docs/aesderivedkeyparams/aesderivedkeyparams.generated.xml' path='docs/AesDerivedKeyParams/*'/>
78297830
[ToObject]
78307831
public partial class AesDerivedKeyParams : Algorithm
78317832
{
7832-
[Value("length")]
7833+
///<include file='CSharpToJavaScript/Utils/Docs/aesderivedkeyparams/aesderivedkeyparams.generated.xml' path='docs/AesDerivedKeyParamsLength/*'/>
7834+
[Value("length")]
78337835
public required ushort Length;
78347836
}
78357837

CSharpToJavaScript/APIs/JS/Generated/enum.generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//16.02.2026 21:28:23
1+
//17.02.2026 21:27:36
22

33
#nullable enable
44
//Disable missing XML comments.

CSharpToJavaScript/APIs/JS/Generated/interface-mixin.generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//16.02.2026 21:28:23
1+
//17.02.2026 21:27:36
22

33
#nullable enable
44
//Disable missing XML comments.

CSharpToJavaScript/APIs/JS/Generated/interface.generated.cs

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//16.02.2026 21:28:23
1+
//17.02.2026 21:27:36
22

33
#nullable enable
44
//Disable missing XML comments.
@@ -337,14 +337,18 @@ public partial class MediaDevices
337337
public Task<MediaDeviceInfo> SelectAudioOutput(AudioOutputOptions options = default) { throw new System.NotImplementedException(); }
338338
}
339339

340+
///<include file='CSharpToJavaScript/Utils/Docs/audiosession/audiosession.generated.xml' path='docs/AudioSession/*'/>
340341
[Value("AudioSession")]
341342
public partial class AudioSession : EventTarget
342343
{
343-
[Value("type")]
344+
///<include file='CSharpToJavaScript/Utils/Docs/audiosession/audiosession.generated.xml' path='docs/AudioSessionType/*'/>
345+
[Value("type")]
344346
public AudioSessionType Type { get; set; }
345-
[Value("state")]
347+
///<include file='CSharpToJavaScript/Utils/Docs/audiosession/audiosession.generated.xml' path='docs/AudioSessionState/*'/>
348+
[Value("state")]
346349
public AudioSessionState State { get; }
347-
[Value("onstatechange")]
350+
///<include file='CSharpToJavaScript/Utils/Docs/audiosession/audiosession.generated.xml' path='docs/AudioSessionOnstatechange/*'/>
351+
[Value("onstatechange")]
348352
public EventHandler Onstatechange { get; set; }
349353
}
350354

@@ -1958,11 +1962,13 @@ public partial class CSSFontFeatureValuesRule : CSSRule
19581962
public CSSFontFeatureValuesMap HistoricalForms { get; }
19591963
}
19601964

1965+
///<include file='CSharpToJavaScript/Utils/Docs/cssfontfeaturevaluesmap/cssfontfeaturevaluesmap.generated.xml' path='docs/CSSFontFeatureValuesMap/*'/>
19611966
[Value("CSSFontFeatureValuesMap")]
19621967
public partial class CSSFontFeatureValuesMap
19631968
{
19641969

1965-
[Value("set")]
1970+
///<include file='CSharpToJavaScript/Utils/Docs/cssfontfeaturevaluesmap/cssfontfeaturevaluesmap.generated.xml' path='docs/CSSFontFeatureValuesMapSet/*'/>
1971+
[Value("set")]
19661972
public Undefined Set(CSSOMString featureValueName, Union4 values) { throw new System.NotImplementedException(); }
19671973
}
19681974

@@ -2156,22 +2162,27 @@ public partial class SVGMaskElement : SVGElement
21562162
public SVGAnimatedLength Height { get; }
21572163
}
21582164

2165+
///<include file='CSharpToJavaScript/Utils/Docs/cssfunctionrule/cssfunctionrule.generated.xml' path='docs/CSSFunctionRule/*'/>
21592166
[Value("CSSFunctionRule")]
21602167
public partial class CSSFunctionRule : CSSGroupingRule
21612168
{
21622169
}
21632170

2171+
///<include file='CSharpToJavaScript/Utils/Docs/cssfunctiondescriptors/cssfunctiondescriptors.generated.xml' path='docs/CSSFunctionDescriptors/*'/>
21642172
[Value("CSSFunctionDescriptors")]
21652173
public partial class CSSFunctionDescriptors : CSSStyleDeclaration
21662174
{
2167-
[Value("result")]
2175+
///<include file='CSharpToJavaScript/Utils/Docs/cssfunctiondescriptors/cssfunctiondescriptors.generated.xml' path='docs/CSSFunctionDescriptorsResult/*'/>
2176+
[Value("result")]
21682177
public CSSOMString Result { get; set; }
21692178
}
21702179

2180+
///<include file='CSharpToJavaScript/Utils/Docs/cssfunctiondeclarations/cssfunctiondeclarations.generated.xml' path='docs/CSSFunctionDeclarations/*'/>
21712181
[Value("CSSFunctionDeclarations")]
21722182
public partial class CSSFunctionDeclarations : CSSRule
21732183
{
2174-
[Value("style")]
2184+
///<include file='CSharpToJavaScript/Utils/Docs/cssfunctiondeclarations/cssfunctiondeclarations.generated.xml' path='docs/CSSFunctionDeclarationsStyle/*'/>
2185+
[Value("style")]
21752186
public CSSFunctionDescriptors Style { get; }
21762187
}
21772188

@@ -3028,15 +3039,19 @@ public CSSColor(CSSKeywordish colorSpace, List<CSSColorPercent> channels, CSSNum
30283039
public CSSColor() { }
30293040
}
30303041

3042+
///<include file='CSharpToJavaScript/Utils/Docs/cssviewtransitionrule/cssviewtransitionrule.generated.xml' path='docs/CSSViewTransitionRule/*'/>
30313043
[Value("CSSViewTransitionRule")]
30323044
public partial class CSSViewTransitionRule : CSSRule
30333045
{
3034-
[Value("navigation")]
3046+
///<include file='CSharpToJavaScript/Utils/Docs/cssviewtransitionrule/cssviewtransitionrule.generated.xml' path='docs/CSSViewTransitionRuleNavigation/*'/>
3047+
[Value("navigation")]
30353048
public CSSOMString Navigation { get; }
3036-
[Value("types")]
3049+
///<include file='CSharpToJavaScript/Utils/Docs/cssviewtransitionrule/cssviewtransitionrule.generated.xml' path='docs/CSSViewTransitionRuleTypes/*'/>
3050+
[Value("types")]
30373051
public CSSOMString[] Types { get; }
30383052
}
30393053

3054+
///<include file='CSharpToJavaScript/Utils/Docs/viewtransitiontypeset/viewtransitiontypeset.generated.xml' path='docs/ViewTransitionTypeSet/*'/>
30403055
[Value("ViewTransitionTypeSet")]
30413056
public partial class ViewTransitionTypeSet
30423057
{
@@ -3085,10 +3100,12 @@ public partial class Window
30853100
public Viewport Viewport { get; }
30863101
}
30873102

3103+
///<include file='CSharpToJavaScript/Utils/Docs/viewport/viewport.generated.xml' path='docs/Viewport/*'/>
30883104
[Value("Viewport")]
30893105
public partial class Viewport
30903106
{
3091-
[Value("segments")]
3107+
///<include file='CSharpToJavaScript/Utils/Docs/viewport/viewport.generated.xml' path='docs/ViewportSegments/*'/>
3108+
[Value("segments")]
30923109
public DOMRect[]? Segments { get; }
30933110
}
30943111

@@ -3739,10 +3756,12 @@ public partial class CSSStyleDeclaration
37393756
public CSSRule? ParentRule { get; }
37403757
}
37413758

3759+
///<include file='CSharpToJavaScript/Utils/Docs/cssstyleproperties/cssstyleproperties.generated.xml' path='docs/CSSStyleProperties/*'/>
37423760
[Value("CSSStyleProperties")]
37433761
public partial class CSSStyleProperties : CSSStyleDeclaration
37443762
{
3745-
[Value("cssFloat")]
3763+
///<include file='CSharpToJavaScript/Utils/Docs/cssstyleproperties/cssstyleproperties.generated.xml' path='docs/CSSStylePropertiesCssFloat/*'/>
3764+
[Value("cssFloat")]
37463765
public CSSOMString CssFloat { get; set; }
37473766
}
37483767

@@ -3754,13 +3773,17 @@ public partial class Window
37543773
public CSSStyleDeclaration GetComputedStyle(Element elt, CSSOMString? pseudoElt = default) { throw new System.NotImplementedException(); }
37553774
}
37563775

3776+
///<include file='CSharpToJavaScript/Utils/Docs/datacue/datacue.generated.xml' path='docs/DataCue/*'/>
37573777
[Value("DataCue")]
37583778
public partial class DataCue : TextTrackCue
37593779
{
3760-
public DataCue(Number startTime, double endTime, dynamic value, DOMString type = default) { }
3761-
[Value("value")]
3780+
///<include file='CSharpToJavaScript/Utils/Docs/datacue/datacue.generated.xml' path='docs/DataCueDataCue/*'/>
3781+
public DataCue(Number startTime, double endTime, dynamic value, DOMString type = default) { }
3782+
///<include file='CSharpToJavaScript/Utils/Docs/datacue/datacue.generated.xml' path='docs/DataCueValue/*'/>
3783+
[Value("value")]
37623784
public dynamic Value { get; set; }
3763-
[Value("type")]
3785+
///<include file='CSharpToJavaScript/Utils/Docs/datacue/datacue.generated.xml' path='docs/DataCueType/*'/>
3786+
[Value("type")]
37643787
public DOMString Type { get; }
37653788
public DataCue() { }
37663789
}

CSharpToJavaScript/APIs/JS/Generated/namespace.generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//16.02.2026 21:28:23
1+
//17.02.2026 21:27:36
22

33
#nullable enable
44
//Disable missing XML comments.

CSharpToJavaScript/APIs/JS/Generated/union.generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//16.02.2026 21:28:23
1+
//17.02.2026 21:27:36
22

33
#nullable enable
44
//Disable missing XML comments.

0 commit comments

Comments
 (0)