Skip to content

Commit a972284

Browse files
committed
Updated generated cs.
1 parent e2ed6a3 commit a972284

File tree

5 files changed

+7893
-7344
lines changed

5 files changed

+7893
-7344
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//12.12.2025 21:28:31
1+
//13.12.2025 16:38:38
22

33
#nullable enable
44
//Disable missing XML comments.
@@ -719,7 +719,7 @@ public enum FenceReportingDestination
719719
SharedStorageSelectUrl,
720720
}
721721

722-
///<include file='Utils/Docs/request/request.generated.xml' path='docs/RequestDestination/*'/>
722+
///<include file='CSharpToJavaScript/Utils/Docs/request/request.generated.xml' path='docs/RequestDestination/*'/>
723723
[To(ToAttribute.None)]
724724
public enum RequestDestination
725725
{
@@ -767,7 +767,7 @@ public enum RequestDestination
767767
Xslt,
768768
}
769769

770-
///<include file='Utils/Docs/request/request.generated.xml' path='docs/RequestMode/*'/>
770+
///<include file='CSharpToJavaScript/Utils/Docs/request/request.generated.xml' path='docs/RequestMode/*'/>
771771
[To(ToAttribute.None)]
772772
public enum RequestMode
773773
{
@@ -781,7 +781,7 @@ public enum RequestMode
781781
Cors,
782782
}
783783

784-
///<include file='Utils/Docs/request/request.generated.xml' path='docs/RequestCredentials/*'/>
784+
///<include file='CSharpToJavaScript/Utils/Docs/request/request.generated.xml' path='docs/RequestCredentials/*'/>
785785
[To(ToAttribute.None)]
786786
public enum RequestCredentials
787787
{
@@ -793,7 +793,7 @@ public enum RequestCredentials
793793
Include,
794794
}
795795

796-
///<include file='Utils/Docs/request/request.generated.xml' path='docs/RequestCache/*'/>
796+
///<include file='CSharpToJavaScript/Utils/Docs/request/request.generated.xml' path='docs/RequestCache/*'/>
797797
[To(ToAttribute.None)]
798798
public enum RequestCache
799799
{
@@ -811,7 +811,7 @@ public enum RequestCache
811811
OnlyIfCached,
812812
}
813813

814-
///<include file='Utils/Docs/request/request.generated.xml' path='docs/RequestRedirect/*'/>
814+
///<include file='CSharpToJavaScript/Utils/Docs/request/request.generated.xml' path='docs/RequestRedirect/*'/>
815815
[To(ToAttribute.None)]
816816
public enum RequestRedirect
817817
{
@@ -823,15 +823,15 @@ public enum RequestRedirect
823823
Manual,
824824
}
825825

826-
///<include file='Utils/Docs/request/request.generated.xml' path='docs/RequestDuplex/*'/>
826+
///<include file='CSharpToJavaScript/Utils/Docs/request/request.generated.xml' path='docs/RequestDuplex/*'/>
827827
[To(ToAttribute.None)]
828828
public enum RequestDuplex
829829
{
830830
[EnumValue("half")]
831831
Half,
832832
}
833833

834-
///<include file='Utils/Docs/request/request.generated.xml' path='docs/RequestPriority/*'/>
834+
///<include file='CSharpToJavaScript/Utils/Docs/request/request.generated.xml' path='docs/RequestPriority/*'/>
835835
[To(ToAttribute.None)]
836836
public enum RequestPriority
837837
{

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//12.12.2025 21:28:31
1+
//13.12.2025 16:38:38
22

33
#nullable enable
44
//Disable missing XML comments.
@@ -315,11 +315,11 @@ public partial interface EventListener
315315
public Undefined HandleEvent(Event event_) { throw new System.NotImplementedException(); }
316316
}
317317

318-
///<include file='Utils/Docs/document/document.generated.xml' path='docs/Document/*'/>
318+
///<include file='CSharpToJavaScript/Utils/Docs/document/document.generated.xml' path='docs/Document/*'/>
319319
[Value("NonElementParentNode")]
320320
public partial interface NonElementParentNode
321321
{
322-
///<include file='Utils/Docs/document/document.generated.xml' path='docs/DocumentGetElementById/*'/>
322+
///<include file='CSharpToJavaScript/Utils/Docs/document/document.generated.xml' path='docs/DocumentGetElementById/*'/>
323323
[Value("getElementById")]
324324
public Element? GetElementById(DOMString elementId) { throw new System.NotImplementedException(); }
325325
}
@@ -332,35 +332,35 @@ public partial interface DocumentOrShadowRoot
332332

333333

334334

335-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/Element/*'/>
335+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/Element/*'/>
336336
[Value("ParentNode")]
337337
public partial interface ParentNode
338338
{
339-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementChildren/*'/>
339+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementChildren/*'/>
340340
[Value("children")]
341341
public HTMLCollection Children { get { throw new System.NotImplementedException(); } }
342-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementFirstElementChild/*'/>
342+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementFirstElementChild/*'/>
343343
[Value("firstElementChild")]
344344
public Element? FirstElementChild { get { throw new System.NotImplementedException(); } }
345-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementLastElementChild/*'/>
345+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementLastElementChild/*'/>
346346
[Value("lastElementChild")]
347347
public Element? LastElementChild { get { throw new System.NotImplementedException(); } }
348-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementChildElementCount/*'/>
348+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementChildElementCount/*'/>
349349
[Value("childElementCount")]
350350
public ulong ChildElementCount { get { throw new System.NotImplementedException(); } }
351-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementPrepend/*'/>
351+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementPrepend/*'/>
352352
[Value("prepend")]
353353
public Undefined Prepend(params Union28[] nodes) { throw new System.NotImplementedException(); }
354-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementAppend/*'/>
354+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementAppend/*'/>
355355
[Value("append")]
356356
public Undefined Append(params Union29[] nodes) { throw new System.NotImplementedException(); }
357-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementReplaceChildren/*'/>
357+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementReplaceChildren/*'/>
358358
[Value("replaceChildren")]
359359
public Undefined ReplaceChildren(params Union30[] nodes) { throw new System.NotImplementedException(); }
360-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementQuerySelector/*'/>
360+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementQuerySelector/*'/>
361361
[Value("querySelector")]
362362
public Element? QuerySelector(DOMString selectors) { throw new System.NotImplementedException(); }
363-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementQuerySelectorAll/*'/>
363+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementQuerySelectorAll/*'/>
364364
[Value("querySelectorAll")]
365365
public NodeList QuerySelectorAll(DOMString selectors) { throw new System.NotImplementedException(); }
366366
}
@@ -379,20 +379,20 @@ public partial interface NonDocumentTypeChildNode
379379

380380

381381

382-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/Element/*'/>
382+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/Element/*'/>
383383
[Value("ChildNode")]
384384
public partial interface ChildNode
385385
{
386-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementBefore/*'/>
386+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementBefore/*'/>
387387
[Value("before")]
388388
public Undefined Before(params Union31[] nodes) { throw new System.NotImplementedException(); }
389-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementAfter/*'/>
389+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementAfter/*'/>
390390
[Value("after")]
391391
public Undefined After(params Union32[] nodes) { throw new System.NotImplementedException(); }
392-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementReplaceWith/*'/>
392+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementReplaceWith/*'/>
393393
[Value("replaceWith")]
394394
public Undefined ReplaceWith(params Union33[] nodes) { throw new System.NotImplementedException(); }
395-
///<include file='Utils/Docs/element/element.generated.xml' path='docs/ElementRemove/*'/>
395+
///<include file='CSharpToJavaScript/Utils/Docs/element/element.generated.xml' path='docs/ElementRemove/*'/>
396396
[Value("remove")]
397397
public Undefined Remove() { throw new System.NotImplementedException(); }
398398
}

0 commit comments

Comments
 (0)