@esportsplus/ui 0.24.4 → 0.24.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/build/components/field/index.d.ts +651 -1501
- package/build/components/field/select.d.ts +50 -21
- package/build/components/field/select.js +30 -30
- package/package.json +1 -1
- package/src/components/field/select.ts +103 -101
|
@@ -11611,141 +11611,56 @@ declare const _default: {
|
|
|
11611
11611
|
selected?: number | string;
|
|
11612
11612
|
};
|
|
11613
11613
|
})))) | undefined;
|
|
11614
|
-
content?: ((mask:
|
|
11615
|
-
|
|
11616
|
-
|
|
11617
|
-
|
|
11618
|
-
|
|
11619
|
-
|
|
11620
|
-
|
|
11621
|
-
|
|
11622
|
-
|
|
11623
|
-
|
|
11624
|
-
|
|
11625
|
-
|
|
11626
|
-
|
|
11627
|
-
|
|
11628
|
-
|
|
11629
|
-
|
|
11630
|
-
|
|
11631
|
-
|
|
11632
|
-
|
|
11633
|
-
|
|
11634
|
-
|
|
11635
|
-
|
|
11636
|
-
|
|
11637
|
-
|
|
11638
|
-
|
|
11639
|
-
|
|
11640
|
-
|
|
11641
|
-
|
|
11642
|
-
|
|
11643
|
-
|
|
11644
|
-
|
|
11645
|
-
|
|
11646
|
-
|
|
11647
|
-
|
|
11648
|
-
|
|
11649
|
-
|
|
11650
|
-
|
|
11651
|
-
|
|
11652
|
-
|
|
11653
|
-
|
|
11654
|
-
|
|
11655
|
-
|
|
11656
|
-
|
|
11657
|
-
|
|
11658
|
-
|
|
11659
|
-
|
|
11660
|
-
|
|
11661
|
-
|
|
11662
|
-
|
|
11663
|
-
|
|
11664
|
-
oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11665
|
-
oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
11666
|
-
ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11667
|
-
ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11668
|
-
ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11669
|
-
ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11670
|
-
ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11671
|
-
ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11672
|
-
ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11673
|
-
ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11674
|
-
ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11675
|
-
onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11676
|
-
onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11677
|
-
onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
|
|
11678
|
-
onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
11679
|
-
onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
11680
|
-
onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
11681
|
-
onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
|
|
11682
|
-
ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11683
|
-
oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11684
|
-
oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11685
|
-
onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
11686
|
-
onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
11687
|
-
onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
11688
|
-
onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11689
|
-
onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11690
|
-
onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11691
|
-
onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11692
|
-
onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11693
|
-
onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11694
|
-
onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11695
|
-
onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11696
|
-
onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11697
|
-
onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11698
|
-
onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11699
|
-
onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11700
|
-
onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
11701
|
-
onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11702
|
-
onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11703
|
-
onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11704
|
-
onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11705
|
-
onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11706
|
-
onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11707
|
-
onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11708
|
-
onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11709
|
-
onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11710
|
-
onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11711
|
-
onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11712
|
-
onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
|
|
11713
|
-
onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11714
|
-
onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11715
|
-
onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
11716
|
-
onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11717
|
-
onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11718
|
-
onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
|
|
11719
|
-
onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11720
|
-
onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11721
|
-
onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11722
|
-
onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11723
|
-
onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11724
|
-
onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11725
|
-
onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11726
|
-
onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
|
|
11727
|
-
onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11728
|
-
ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11729
|
-
ontoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11730
|
-
ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
11731
|
-
ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
11732
|
-
ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
11733
|
-
ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
11734
|
-
ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
11735
|
-
ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
11736
|
-
ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
11737
|
-
ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
11738
|
-
onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11739
|
-
onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11740
|
-
onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11741
|
-
onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11742
|
-
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11743
|
-
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11744
|
-
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
11745
|
-
} & Record<PropertyKey, unknown> & {
|
|
11746
|
-
scrollbar?: import("@esportsplus/template").Attributes;
|
|
11747
|
-
'scrollbar-container-content'?: import("@esportsplus/template").Attributes;
|
|
11748
|
-
}, content: import("@esportsplus/template").Renderable<unknown>) => Node) => import("@esportsplus/template").Renderable<unknown>) | undefined;
|
|
11614
|
+
content?: ((mask: {
|
|
11615
|
+
(): ReturnType<(this: {
|
|
11616
|
+
options: {
|
|
11617
|
+
content: unknown;
|
|
11618
|
+
} & import("@esportsplus/template").Attributes;
|
|
11619
|
+
option?: import("@esportsplus/template").Attributes;
|
|
11620
|
+
state: {
|
|
11621
|
+
active: boolean;
|
|
11622
|
+
error: string;
|
|
11623
|
+
render: boolean;
|
|
11624
|
+
selected: string | number;
|
|
11625
|
+
};
|
|
11626
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
11627
|
+
<T extends import("@esportsplus/template").Attributes>(attributes: T): ReturnType<(this: {
|
|
11628
|
+
options: {
|
|
11629
|
+
content: unknown;
|
|
11630
|
+
} & import("@esportsplus/template").Attributes;
|
|
11631
|
+
option?: import("@esportsplus/template").Attributes;
|
|
11632
|
+
state: {
|
|
11633
|
+
active: boolean;
|
|
11634
|
+
error: string;
|
|
11635
|
+
render: boolean;
|
|
11636
|
+
selected: string | number;
|
|
11637
|
+
};
|
|
11638
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
11639
|
+
<T extends import("@esportsplus/template").Renderable<unknown>>(content: T): ReturnType<(this: {
|
|
11640
|
+
options: {
|
|
11641
|
+
content: unknown;
|
|
11642
|
+
} & import("@esportsplus/template").Attributes;
|
|
11643
|
+
option?: import("@esportsplus/template").Attributes;
|
|
11644
|
+
state: {
|
|
11645
|
+
active: boolean;
|
|
11646
|
+
error: string;
|
|
11647
|
+
render: boolean;
|
|
11648
|
+
selected: string | number;
|
|
11649
|
+
};
|
|
11650
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
11651
|
+
(attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
|
|
11652
|
+
options: {
|
|
11653
|
+
content: unknown;
|
|
11654
|
+
} & import("@esportsplus/template").Attributes;
|
|
11655
|
+
option?: import("@esportsplus/template").Attributes;
|
|
11656
|
+
state: {
|
|
11657
|
+
active: boolean;
|
|
11658
|
+
error: string;
|
|
11659
|
+
render: boolean;
|
|
11660
|
+
selected: string | number;
|
|
11661
|
+
};
|
|
11662
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
11663
|
+
}) => import("@esportsplus/template").Renderable<unknown>) | undefined;
|
|
11749
11664
|
}, attributes: Readonly<{
|
|
11750
11665
|
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
11751
11666
|
[key: `data-${string}`]: string | undefined;
|
|
@@ -11874,142 +11789,57 @@ declare const _default: {
|
|
|
11874
11789
|
render: boolean;
|
|
11875
11790
|
selected?: number | string;
|
|
11876
11791
|
};
|
|
11877
|
-
})))>, content: (mask:
|
|
11878
|
-
|
|
11879
|
-
|
|
11880
|
-
|
|
11881
|
-
|
|
11882
|
-
|
|
11883
|
-
|
|
11884
|
-
|
|
11885
|
-
|
|
11886
|
-
|
|
11887
|
-
|
|
11888
|
-
|
|
11889
|
-
|
|
11890
|
-
|
|
11891
|
-
|
|
11892
|
-
|
|
11893
|
-
|
|
11894
|
-
|
|
11895
|
-
|
|
11896
|
-
|
|
11897
|
-
|
|
11898
|
-
|
|
11899
|
-
|
|
11900
|
-
|
|
11901
|
-
|
|
11902
|
-
|
|
11903
|
-
|
|
11904
|
-
|
|
11905
|
-
|
|
11906
|
-
|
|
11907
|
-
|
|
11908
|
-
|
|
11909
|
-
|
|
11910
|
-
|
|
11911
|
-
|
|
11912
|
-
|
|
11913
|
-
|
|
11914
|
-
|
|
11915
|
-
|
|
11916
|
-
|
|
11917
|
-
|
|
11918
|
-
|
|
11919
|
-
|
|
11920
|
-
|
|
11921
|
-
|
|
11922
|
-
|
|
11923
|
-
|
|
11924
|
-
|
|
11925
|
-
|
|
11926
|
-
|
|
11927
|
-
|
|
11928
|
-
oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
11929
|
-
ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11930
|
-
ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11931
|
-
ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11932
|
-
ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11933
|
-
ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11934
|
-
ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11935
|
-
ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11936
|
-
ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
11937
|
-
ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11938
|
-
onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11939
|
-
onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11940
|
-
onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
|
|
11941
|
-
onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
11942
|
-
onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
11943
|
-
onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
11944
|
-
onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
|
|
11945
|
-
ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11946
|
-
oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11947
|
-
oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11948
|
-
onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
11949
|
-
onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
11950
|
-
onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
11951
|
-
onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11952
|
-
onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11953
|
-
onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11954
|
-
onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11955
|
-
onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11956
|
-
onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11957
|
-
onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11958
|
-
onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11959
|
-
onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11960
|
-
onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11961
|
-
onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11962
|
-
onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
11963
|
-
onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
11964
|
-
onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11965
|
-
onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11966
|
-
onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11967
|
-
onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11968
|
-
onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11969
|
-
onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11970
|
-
onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11971
|
-
onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11972
|
-
onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11973
|
-
onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11974
|
-
onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
11975
|
-
onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
|
|
11976
|
-
onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11977
|
-
onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11978
|
-
onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
11979
|
-
onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11980
|
-
onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11981
|
-
onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
|
|
11982
|
-
onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11983
|
-
onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11984
|
-
onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11985
|
-
onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11986
|
-
onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11987
|
-
onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11988
|
-
onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11989
|
-
onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
|
|
11990
|
-
onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11991
|
-
ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11992
|
-
ontoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
11993
|
-
ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
11994
|
-
ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
11995
|
-
ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
11996
|
-
ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
11997
|
-
ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
11998
|
-
ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
11999
|
-
ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12000
|
-
ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12001
|
-
onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12002
|
-
onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12003
|
-
onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12004
|
-
onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12005
|
-
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12006
|
-
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12007
|
-
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
12008
|
-
} & Record<PropertyKey, unknown> & {
|
|
12009
|
-
scrollbar?: import("@esportsplus/template").Attributes;
|
|
12010
|
-
'scrollbar-container-content'?: import("@esportsplus/template").Attributes;
|
|
12011
|
-
}, content: import("@esportsplus/template").Renderable<unknown>) => Node) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12012
|
-
<T extends {
|
|
11792
|
+
})))>, content: (mask: {
|
|
11793
|
+
(): ReturnType<(this: {
|
|
11794
|
+
options: {
|
|
11795
|
+
content: unknown;
|
|
11796
|
+
} & import("@esportsplus/template").Attributes;
|
|
11797
|
+
option?: import("@esportsplus/template").Attributes;
|
|
11798
|
+
state: {
|
|
11799
|
+
active: boolean;
|
|
11800
|
+
error: string;
|
|
11801
|
+
render: boolean;
|
|
11802
|
+
selected: string | number;
|
|
11803
|
+
};
|
|
11804
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
11805
|
+
<T extends import("@esportsplus/template").Attributes>(attributes: T): ReturnType<(this: {
|
|
11806
|
+
options: {
|
|
11807
|
+
content: unknown;
|
|
11808
|
+
} & import("@esportsplus/template").Attributes;
|
|
11809
|
+
option?: import("@esportsplus/template").Attributes;
|
|
11810
|
+
state: {
|
|
11811
|
+
active: boolean;
|
|
11812
|
+
error: string;
|
|
11813
|
+
render: boolean;
|
|
11814
|
+
selected: string | number;
|
|
11815
|
+
};
|
|
11816
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
11817
|
+
<T extends import("@esportsplus/template").Renderable<unknown>>(content: T): ReturnType<(this: {
|
|
11818
|
+
options: {
|
|
11819
|
+
content: unknown;
|
|
11820
|
+
} & import("@esportsplus/template").Attributes;
|
|
11821
|
+
option?: import("@esportsplus/template").Attributes;
|
|
11822
|
+
state: {
|
|
11823
|
+
active: boolean;
|
|
11824
|
+
error: string;
|
|
11825
|
+
render: boolean;
|
|
11826
|
+
selected: string | number;
|
|
11827
|
+
};
|
|
11828
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
11829
|
+
(attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
|
|
11830
|
+
options: {
|
|
11831
|
+
content: unknown;
|
|
11832
|
+
} & import("@esportsplus/template").Attributes;
|
|
11833
|
+
option?: import("@esportsplus/template").Attributes;
|
|
11834
|
+
state: {
|
|
11835
|
+
active: boolean;
|
|
11836
|
+
error: string;
|
|
11837
|
+
render: boolean;
|
|
11838
|
+
selected: string | number;
|
|
11839
|
+
};
|
|
11840
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
11841
|
+
}) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
11842
|
+
<T extends {
|
|
12013
11843
|
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
12014
11844
|
[key: `data-${string}`]: string | undefined;
|
|
12015
11845
|
class?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
|
|
@@ -12267,141 +12097,56 @@ declare const _default: {
|
|
|
12267
12097
|
selected?: number | string;
|
|
12268
12098
|
};
|
|
12269
12099
|
})))) | undefined;
|
|
12270
|
-
content?: ((mask:
|
|
12271
|
-
|
|
12272
|
-
|
|
12273
|
-
|
|
12274
|
-
|
|
12275
|
-
|
|
12276
|
-
|
|
12277
|
-
|
|
12278
|
-
|
|
12279
|
-
|
|
12280
|
-
|
|
12281
|
-
|
|
12282
|
-
|
|
12283
|
-
|
|
12284
|
-
|
|
12285
|
-
|
|
12286
|
-
|
|
12287
|
-
|
|
12288
|
-
|
|
12289
|
-
|
|
12290
|
-
|
|
12291
|
-
|
|
12292
|
-
|
|
12293
|
-
|
|
12294
|
-
|
|
12295
|
-
|
|
12296
|
-
|
|
12297
|
-
|
|
12298
|
-
|
|
12299
|
-
|
|
12300
|
-
|
|
12301
|
-
|
|
12302
|
-
|
|
12303
|
-
|
|
12304
|
-
|
|
12305
|
-
|
|
12306
|
-
|
|
12307
|
-
|
|
12308
|
-
|
|
12309
|
-
|
|
12310
|
-
|
|
12311
|
-
|
|
12312
|
-
|
|
12313
|
-
|
|
12314
|
-
|
|
12315
|
-
|
|
12316
|
-
|
|
12317
|
-
|
|
12318
|
-
|
|
12319
|
-
|
|
12320
|
-
oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12321
|
-
oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
12322
|
-
ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12323
|
-
ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12324
|
-
ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12325
|
-
ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12326
|
-
ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12327
|
-
ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12328
|
-
ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12329
|
-
ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12330
|
-
ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12331
|
-
onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12332
|
-
onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12333
|
-
onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
|
|
12334
|
-
onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12335
|
-
onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12336
|
-
onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12337
|
-
onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
|
|
12338
|
-
ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12339
|
-
oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12340
|
-
oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12341
|
-
onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
12342
|
-
onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
12343
|
-
onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
12344
|
-
onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12345
|
-
onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12346
|
-
onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12347
|
-
onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12348
|
-
onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12349
|
-
onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12350
|
-
onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12351
|
-
onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12352
|
-
onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12353
|
-
onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12354
|
-
onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12355
|
-
onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12356
|
-
onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
12357
|
-
onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12358
|
-
onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12359
|
-
onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12360
|
-
onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12361
|
-
onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12362
|
-
onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12363
|
-
onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12364
|
-
onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12365
|
-
onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12366
|
-
onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12367
|
-
onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12368
|
-
onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
|
|
12369
|
-
onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12370
|
-
onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12371
|
-
onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
12372
|
-
onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12373
|
-
onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12374
|
-
onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
|
|
12375
|
-
onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12376
|
-
onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12377
|
-
onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12378
|
-
onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12379
|
-
onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12380
|
-
onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12381
|
-
onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12382
|
-
onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
|
|
12383
|
-
onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12384
|
-
ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12385
|
-
ontoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12386
|
-
ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
12387
|
-
ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
12388
|
-
ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
12389
|
-
ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
12390
|
-
ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12391
|
-
ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12392
|
-
ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12393
|
-
ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12394
|
-
onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12395
|
-
onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12396
|
-
onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12397
|
-
onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12398
|
-
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12399
|
-
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12400
|
-
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
12401
|
-
} & Record<PropertyKey, unknown> & {
|
|
12402
|
-
scrollbar?: import("@esportsplus/template").Attributes;
|
|
12403
|
-
'scrollbar-container-content'?: import("@esportsplus/template").Attributes;
|
|
12404
|
-
}, content: import("@esportsplus/template").Renderable<unknown>) => Node) => import("@esportsplus/template").Renderable<unknown>) | undefined;
|
|
12100
|
+
content?: ((mask: {
|
|
12101
|
+
(): ReturnType<(this: {
|
|
12102
|
+
options: {
|
|
12103
|
+
content: unknown;
|
|
12104
|
+
} & import("@esportsplus/template").Attributes;
|
|
12105
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12106
|
+
state: {
|
|
12107
|
+
active: boolean;
|
|
12108
|
+
error: string;
|
|
12109
|
+
render: boolean;
|
|
12110
|
+
selected: string | number;
|
|
12111
|
+
};
|
|
12112
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12113
|
+
<T_1 extends import("@esportsplus/template").Attributes>(attributes: T_1): ReturnType<(this: {
|
|
12114
|
+
options: {
|
|
12115
|
+
content: unknown;
|
|
12116
|
+
} & import("@esportsplus/template").Attributes;
|
|
12117
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12118
|
+
state: {
|
|
12119
|
+
active: boolean;
|
|
12120
|
+
error: string;
|
|
12121
|
+
render: boolean;
|
|
12122
|
+
selected: string | number;
|
|
12123
|
+
};
|
|
12124
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12125
|
+
<T_1 extends import("@esportsplus/template").Renderable<unknown>>(content: T_1): ReturnType<(this: {
|
|
12126
|
+
options: {
|
|
12127
|
+
content: unknown;
|
|
12128
|
+
} & import("@esportsplus/template").Attributes;
|
|
12129
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12130
|
+
state: {
|
|
12131
|
+
active: boolean;
|
|
12132
|
+
error: string;
|
|
12133
|
+
render: boolean;
|
|
12134
|
+
selected: string | number;
|
|
12135
|
+
};
|
|
12136
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12137
|
+
(attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
|
|
12138
|
+
options: {
|
|
12139
|
+
content: unknown;
|
|
12140
|
+
} & import("@esportsplus/template").Attributes;
|
|
12141
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12142
|
+
state: {
|
|
12143
|
+
active: boolean;
|
|
12144
|
+
error: string;
|
|
12145
|
+
render: boolean;
|
|
12146
|
+
selected: string | number;
|
|
12147
|
+
};
|
|
12148
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12149
|
+
}) => import("@esportsplus/template").Renderable<unknown>) | undefined;
|
|
12405
12150
|
}, attributes: Readonly<{
|
|
12406
12151
|
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
12407
12152
|
[key: `data-${string}`]: string | undefined;
|
|
@@ -12530,804 +12275,286 @@ declare const _default: {
|
|
|
12530
12275
|
render: boolean;
|
|
12531
12276
|
selected?: number | string;
|
|
12532
12277
|
};
|
|
12533
|
-
})))>, content: (mask:
|
|
12534
|
-
|
|
12535
|
-
|
|
12536
|
-
|
|
12537
|
-
|
|
12538
|
-
|
|
12539
|
-
|
|
12540
|
-
|
|
12541
|
-
|
|
12542
|
-
|
|
12543
|
-
|
|
12544
|
-
|
|
12545
|
-
|
|
12546
|
-
|
|
12547
|
-
|
|
12548
|
-
|
|
12549
|
-
|
|
12550
|
-
|
|
12551
|
-
|
|
12552
|
-
|
|
12553
|
-
|
|
12554
|
-
|
|
12555
|
-
|
|
12556
|
-
|
|
12557
|
-
|
|
12558
|
-
|
|
12559
|
-
|
|
12560
|
-
|
|
12561
|
-
|
|
12562
|
-
|
|
12563
|
-
|
|
12564
|
-
|
|
12565
|
-
|
|
12566
|
-
|
|
12567
|
-
|
|
12568
|
-
|
|
12569
|
-
|
|
12570
|
-
|
|
12571
|
-
|
|
12572
|
-
|
|
12573
|
-
|
|
12574
|
-
|
|
12575
|
-
|
|
12576
|
-
|
|
12577
|
-
|
|
12578
|
-
|
|
12579
|
-
|
|
12580
|
-
|
|
12581
|
-
|
|
12582
|
-
|
|
12583
|
-
|
|
12584
|
-
|
|
12585
|
-
|
|
12586
|
-
|
|
12587
|
-
|
|
12588
|
-
|
|
12589
|
-
|
|
12590
|
-
|
|
12591
|
-
|
|
12592
|
-
|
|
12593
|
-
|
|
12594
|
-
|
|
12595
|
-
|
|
12596
|
-
|
|
12597
|
-
|
|
12598
|
-
|
|
12599
|
-
|
|
12600
|
-
|
|
12601
|
-
|
|
12602
|
-
|
|
12603
|
-
|
|
12604
|
-
|
|
12605
|
-
|
|
12606
|
-
|
|
12607
|
-
|
|
12608
|
-
|
|
12609
|
-
|
|
12610
|
-
|
|
12611
|
-
|
|
12612
|
-
|
|
12613
|
-
|
|
12614
|
-
|
|
12615
|
-
|
|
12616
|
-
|
|
12617
|
-
|
|
12618
|
-
|
|
12619
|
-
|
|
12620
|
-
|
|
12621
|
-
|
|
12622
|
-
|
|
12623
|
-
|
|
12624
|
-
|
|
12625
|
-
|
|
12626
|
-
|
|
12627
|
-
|
|
12628
|
-
|
|
12629
|
-
|
|
12630
|
-
|
|
12631
|
-
|
|
12632
|
-
|
|
12633
|
-
|
|
12634
|
-
|
|
12635
|
-
|
|
12636
|
-
|
|
12637
|
-
|
|
12638
|
-
|
|
12639
|
-
|
|
12640
|
-
|
|
12641
|
-
|
|
12642
|
-
|
|
12643
|
-
|
|
12644
|
-
|
|
12645
|
-
|
|
12646
|
-
|
|
12647
|
-
|
|
12648
|
-
|
|
12649
|
-
|
|
12650
|
-
|
|
12651
|
-
|
|
12652
|
-
|
|
12653
|
-
|
|
12654
|
-
|
|
12655
|
-
|
|
12656
|
-
|
|
12657
|
-
|
|
12658
|
-
|
|
12659
|
-
|
|
12660
|
-
|
|
12661
|
-
|
|
12662
|
-
|
|
12663
|
-
|
|
12664
|
-
|
|
12665
|
-
|
|
12666
|
-
|
|
12667
|
-
|
|
12668
|
-
|
|
12669
|
-
|
|
12670
|
-
|
|
12671
|
-
|
|
12672
|
-
|
|
12673
|
-
|
|
12674
|
-
|
|
12675
|
-
|
|
12676
|
-
|
|
12677
|
-
|
|
12678
|
-
|
|
12679
|
-
|
|
12680
|
-
|
|
12681
|
-
|
|
12682
|
-
|
|
12683
|
-
|
|
12684
|
-
|
|
12685
|
-
|
|
12686
|
-
|
|
12687
|
-
|
|
12688
|
-
|
|
12689
|
-
|
|
12690
|
-
|
|
12691
|
-
|
|
12692
|
-
|
|
12693
|
-
|
|
12694
|
-
|
|
12695
|
-
|
|
12696
|
-
|
|
12697
|
-
|
|
12698
|
-
|
|
12699
|
-
|
|
12700
|
-
|
|
12701
|
-
|
|
12702
|
-
|
|
12703
|
-
|
|
12704
|
-
|
|
12705
|
-
|
|
12706
|
-
|
|
12707
|
-
|
|
12708
|
-
|
|
12709
|
-
|
|
12710
|
-
|
|
12711
|
-
|
|
12712
|
-
|
|
12713
|
-
|
|
12714
|
-
|
|
12715
|
-
|
|
12716
|
-
|
|
12717
|
-
|
|
12718
|
-
|
|
12719
|
-
|
|
12720
|
-
|
|
12721
|
-
|
|
12722
|
-
|
|
12723
|
-
|
|
12724
|
-
|
|
12725
|
-
|
|
12726
|
-
|
|
12727
|
-
|
|
12728
|
-
|
|
12729
|
-
|
|
12730
|
-
|
|
12731
|
-
|
|
12732
|
-
|
|
12733
|
-
|
|
12734
|
-
|
|
12735
|
-
|
|
12736
|
-
|
|
12737
|
-
|
|
12738
|
-
|
|
12739
|
-
|
|
12740
|
-
|
|
12741
|
-
|
|
12742
|
-
|
|
12743
|
-
|
|
12744
|
-
|
|
12745
|
-
|
|
12746
|
-
|
|
12747
|
-
|
|
12748
|
-
|
|
12749
|
-
|
|
12750
|
-
|
|
12751
|
-
|
|
12752
|
-
|
|
12753
|
-
|
|
12754
|
-
|
|
12755
|
-
|
|
12756
|
-
|
|
12757
|
-
|
|
12758
|
-
|
|
12759
|
-
|
|
12760
|
-
|
|
12761
|
-
|
|
12762
|
-
|
|
12763
|
-
|
|
12764
|
-
|
|
12765
|
-
|
|
12766
|
-
|
|
12767
|
-
|
|
12768
|
-
|
|
12769
|
-
|
|
12770
|
-
|
|
12771
|
-
|
|
12772
|
-
|
|
12773
|
-
|
|
12774
|
-
|
|
12775
|
-
|
|
12776
|
-
|
|
12777
|
-
|
|
12778
|
-
|
|
12779
|
-
|
|
12780
|
-
|
|
12781
|
-
|
|
12782
|
-
|
|
12783
|
-
|
|
12784
|
-
|
|
12785
|
-
|
|
12786
|
-
|
|
12787
|
-
|
|
12788
|
-
|
|
12789
|
-
|
|
12790
|
-
|
|
12791
|
-
|
|
12792
|
-
|
|
12793
|
-
|
|
12794
|
-
|
|
12795
|
-
|
|
12796
|
-
|
|
12797
|
-
|
|
12798
|
-
|
|
12799
|
-
|
|
12800
|
-
|
|
12801
|
-
|
|
12802
|
-
|
|
12803
|
-
|
|
12804
|
-
|
|
12805
|
-
|
|
12806
|
-
|
|
12807
|
-
|
|
12808
|
-
|
|
12809
|
-
|
|
12810
|
-
|
|
12811
|
-
|
|
12812
|
-
|
|
12813
|
-
onabort?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
12814
|
-
onanimationcancel?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
12815
|
-
onanimationend?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
12816
|
-
onanimationiteration?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
12817
|
-
onanimationstart?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
12818
|
-
onauxclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12819
|
-
onbeforeinput?: ((this: import("@esportsplus/template").Element, event: InputEvent) => void) | undefined;
|
|
12820
|
-
onbeforetoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12821
|
-
onblur?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12822
|
-
oncancel?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12823
|
-
oncanplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12824
|
-
oncanplaythrough?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12825
|
-
onchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12826
|
-
onclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12827
|
-
onclose?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12828
|
-
oncompositionend?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
12829
|
-
oncompositionstart?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
12830
|
-
oncompositionupdate?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
12831
|
-
oncontextlost?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12832
|
-
oncontextmenu?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12833
|
-
oncontextrestored?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12834
|
-
oncopy?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
12835
|
-
oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12836
|
-
oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
12837
|
-
ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12838
|
-
ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12839
|
-
ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12840
|
-
ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12841
|
-
ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12842
|
-
ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12843
|
-
ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12844
|
-
ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12845
|
-
ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12846
|
-
onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12847
|
-
onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12848
|
-
onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
|
|
12849
|
-
onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12850
|
-
onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12851
|
-
onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12852
|
-
onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
|
|
12853
|
-
ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12854
|
-
oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12855
|
-
oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12856
|
-
onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
12857
|
-
onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
12858
|
-
onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
12859
|
-
onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12860
|
-
onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12861
|
-
onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12862
|
-
onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12863
|
-
onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12864
|
-
onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12865
|
-
onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12866
|
-
onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12867
|
-
onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12868
|
-
onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12869
|
-
onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12870
|
-
onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12871
|
-
onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
12872
|
-
onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12873
|
-
onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12874
|
-
onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12875
|
-
onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12876
|
-
onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12877
|
-
onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12878
|
-
onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12879
|
-
onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12880
|
-
onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12881
|
-
onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12882
|
-
onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12883
|
-
onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
|
|
12884
|
-
onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12885
|
-
onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12886
|
-
onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
12887
|
-
onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12888
|
-
onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12889
|
-
onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
|
|
12890
|
-
onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12891
|
-
onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12892
|
-
onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12893
|
-
onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12894
|
-
onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12895
|
-
onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12896
|
-
onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12897
|
-
onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
|
|
12898
|
-
onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12899
|
-
ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12900
|
-
ontoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12901
|
-
ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
12902
|
-
ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
12903
|
-
ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
12904
|
-
ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
12905
|
-
ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12906
|
-
ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12907
|
-
ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12908
|
-
ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12909
|
-
onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12910
|
-
onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12911
|
-
onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12912
|
-
onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12913
|
-
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12914
|
-
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12915
|
-
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
12916
|
-
} & (Record<PropertyKey, unknown> & ({
|
|
12917
|
-
options: Record<number | string, (number | string | (import("@esportsplus/template").Attributes & {
|
|
12918
|
-
content: unknown;
|
|
12919
|
-
}))>;
|
|
12920
|
-
option?: import("@esportsplus/template").Attributes;
|
|
12921
|
-
} & ({
|
|
12922
|
-
selected?: number | string;
|
|
12923
|
-
state?: never;
|
|
12924
|
-
} | {
|
|
12925
|
-
state: {
|
|
12926
|
-
active: boolean;
|
|
12927
|
-
error: string;
|
|
12928
|
-
render: boolean;
|
|
12929
|
-
selected?: number | string;
|
|
12930
|
-
};
|
|
12931
|
-
})))) | undefined;
|
|
12932
|
-
content?: ((mask: (this: {
|
|
12933
|
-
options: {
|
|
12934
|
-
content: unknown;
|
|
12935
|
-
} & import("@esportsplus/template").Attributes;
|
|
12936
|
-
option?: import("@esportsplus/template").Attributes;
|
|
12937
|
-
state: {
|
|
12938
|
-
active: boolean;
|
|
12939
|
-
error: string;
|
|
12940
|
-
render: boolean;
|
|
12941
|
-
selected: string | number;
|
|
12942
|
-
};
|
|
12943
|
-
}, attributes: {
|
|
12944
|
-
'field-mask-arrow'?: import("@esportsplus/template").Attributes;
|
|
12945
|
-
'field-mask-tag'?: import("@esportsplus/template").Attributes;
|
|
12946
|
-
'field-mask-text'?: import("@esportsplus/template").Attributes;
|
|
12947
|
-
'tooltip-content'?: import("@esportsplus/template").Attributes & {
|
|
12948
|
-
direction?: string;
|
|
12949
|
-
};
|
|
12950
|
-
} & {
|
|
12951
|
-
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
12952
|
-
[key: `data-${string}`]: string | undefined;
|
|
12953
|
-
class?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
|
|
12954
|
-
onconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
|
|
12955
|
-
ondisconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
|
|
12956
|
-
onrender?: ((element: import("@esportsplus/template").Element) => void) | undefined;
|
|
12957
|
-
ontick?: ((dispose: VoidFunction, element: import("@esportsplus/template").Element) => void) | undefined;
|
|
12958
|
-
style?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
|
|
12959
|
-
} & {
|
|
12960
|
-
onabort?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
12961
|
-
onanimationcancel?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
12962
|
-
onanimationend?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
12963
|
-
onanimationiteration?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
12964
|
-
onanimationstart?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
12965
|
-
onauxclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12966
|
-
onbeforeinput?: ((this: import("@esportsplus/template").Element, event: InputEvent) => void) | undefined;
|
|
12967
|
-
onbeforetoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12968
|
-
onblur?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12969
|
-
oncancel?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12970
|
-
oncanplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12971
|
-
oncanplaythrough?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12972
|
-
onchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12973
|
-
onclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12974
|
-
onclose?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12975
|
-
oncompositionend?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
12976
|
-
oncompositionstart?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
12977
|
-
oncompositionupdate?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
12978
|
-
oncontextlost?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12979
|
-
oncontextmenu?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12980
|
-
oncontextrestored?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12981
|
-
oncopy?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
12982
|
-
oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12983
|
-
oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
12984
|
-
ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12985
|
-
ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12986
|
-
ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12987
|
-
ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12988
|
-
ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12989
|
-
ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12990
|
-
ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12991
|
-
ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12992
|
-
ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12993
|
-
onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12994
|
-
onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12995
|
-
onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
|
|
12996
|
-
onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12997
|
-
onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12998
|
-
onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12999
|
-
onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
|
|
13000
|
-
ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13001
|
-
oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13002
|
-
oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13003
|
-
onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
13004
|
-
onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
13005
|
-
onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
13006
|
-
onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13007
|
-
onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13008
|
-
onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13009
|
-
onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13010
|
-
onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13011
|
-
onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13012
|
-
onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13013
|
-
onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13014
|
-
onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13015
|
-
onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13016
|
-
onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13017
|
-
onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13018
|
-
onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
13019
|
-
onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13020
|
-
onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13021
|
-
onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13022
|
-
onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13023
|
-
onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13024
|
-
onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13025
|
-
onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13026
|
-
onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13027
|
-
onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13028
|
-
onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13029
|
-
onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13030
|
-
onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
|
|
13031
|
-
onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13032
|
-
onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13033
|
-
onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
13034
|
-
onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13035
|
-
onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13036
|
-
onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
|
|
13037
|
-
onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13038
|
-
onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13039
|
-
onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13040
|
-
onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13041
|
-
onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13042
|
-
onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13043
|
-
onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13044
|
-
onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
|
|
13045
|
-
onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13046
|
-
ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13047
|
-
ontoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13048
|
-
ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13049
|
-
ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13050
|
-
ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13051
|
-
ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13052
|
-
ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13053
|
-
ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13054
|
-
ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13055
|
-
ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13056
|
-
onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13057
|
-
onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13058
|
-
onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13059
|
-
onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13060
|
-
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13061
|
-
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13062
|
-
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
13063
|
-
} & Record<PropertyKey, unknown> & {
|
|
13064
|
-
scrollbar?: import("@esportsplus/template").Attributes;
|
|
13065
|
-
'scrollbar-container-content'?: import("@esportsplus/template").Attributes;
|
|
13066
|
-
}, content: import("@esportsplus/template").Renderable<unknown>) => Node) => import("@esportsplus/template").Renderable<unknown>) | undefined;
|
|
13067
|
-
}, attributes: Readonly<{
|
|
13068
|
-
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
13069
|
-
[key: `data-${string}`]: string | undefined;
|
|
13070
|
-
class?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
|
|
13071
|
-
onconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
|
|
13072
|
-
ondisconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
|
|
13073
|
-
onrender?: ((element: import("@esportsplus/template").Element) => void) | undefined;
|
|
13074
|
-
ontick?: ((dispose: VoidFunction, element: import("@esportsplus/template").Element) => void) | undefined;
|
|
13075
|
-
style?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
|
|
13076
|
-
} & {
|
|
13077
|
-
onabort?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
13078
|
-
onanimationcancel?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
13079
|
-
onanimationend?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
13080
|
-
onanimationiteration?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
13081
|
-
onanimationstart?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
13082
|
-
onauxclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13083
|
-
onbeforeinput?: ((this: import("@esportsplus/template").Element, event: InputEvent) => void) | undefined;
|
|
13084
|
-
onbeforetoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13085
|
-
onblur?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
13086
|
-
oncancel?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13087
|
-
oncanplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13088
|
-
oncanplaythrough?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13089
|
-
onchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13090
|
-
onclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13091
|
-
onclose?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13092
|
-
oncompositionend?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
13093
|
-
oncompositionstart?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
13094
|
-
oncompositionupdate?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
13095
|
-
oncontextlost?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13096
|
-
oncontextmenu?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13097
|
-
oncontextrestored?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13098
|
-
oncopy?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
13099
|
-
oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13100
|
-
oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
13101
|
-
ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13102
|
-
ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13103
|
-
ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13104
|
-
ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13105
|
-
ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13106
|
-
ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13107
|
-
ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13108
|
-
ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13109
|
-
ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13110
|
-
onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13111
|
-
onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13112
|
-
onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
|
|
13113
|
-
onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
13114
|
-
onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
13115
|
-
onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
13116
|
-
onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
|
|
13117
|
-
ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13118
|
-
oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13119
|
-
oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13120
|
-
onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
13121
|
-
onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
13122
|
-
onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
13123
|
-
onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13124
|
-
onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13125
|
-
onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13126
|
-
onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13127
|
-
onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13128
|
-
onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13129
|
-
onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13130
|
-
onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13131
|
-
onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13132
|
-
onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13133
|
-
onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13134
|
-
onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13135
|
-
onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
13136
|
-
onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13137
|
-
onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13138
|
-
onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13139
|
-
onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13140
|
-
onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13141
|
-
onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13142
|
-
onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13143
|
-
onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13144
|
-
onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13145
|
-
onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13146
|
-
onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13147
|
-
onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
|
|
13148
|
-
onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13149
|
-
onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13150
|
-
onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
13151
|
-
onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13152
|
-
onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13153
|
-
onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
|
|
13154
|
-
onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13155
|
-
onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13156
|
-
onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13157
|
-
onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13158
|
-
onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13159
|
-
onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13160
|
-
onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13161
|
-
onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
|
|
13162
|
-
onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13163
|
-
ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13164
|
-
ontoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13165
|
-
ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13166
|
-
ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13167
|
-
ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13168
|
-
ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13169
|
-
ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13170
|
-
ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13171
|
-
ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13172
|
-
ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13173
|
-
onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13174
|
-
onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13175
|
-
onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13176
|
-
onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13177
|
-
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13178
|
-
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13179
|
-
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
13180
|
-
} & (Record<PropertyKey, unknown> & ({
|
|
13181
|
-
options: Record<number | string, (number | string | (import("@esportsplus/template").Attributes & {
|
|
13182
|
-
content: unknown;
|
|
13183
|
-
}))>;
|
|
13184
|
-
option?: import("@esportsplus/template").Attributes;
|
|
13185
|
-
} & ({
|
|
13186
|
-
selected?: number | string;
|
|
13187
|
-
state?: never;
|
|
13188
|
-
} | {
|
|
13189
|
-
state: {
|
|
13190
|
-
active: boolean;
|
|
13191
|
-
error: string;
|
|
13192
|
-
render: boolean;
|
|
13193
|
-
selected?: number | string;
|
|
13194
|
-
};
|
|
13195
|
-
})))>, content: (mask: (this: {
|
|
13196
|
-
options: {
|
|
13197
|
-
content: unknown;
|
|
13198
|
-
} & import("@esportsplus/template").Attributes;
|
|
13199
|
-
option?: import("@esportsplus/template").Attributes;
|
|
13200
|
-
state: {
|
|
13201
|
-
active: boolean;
|
|
13202
|
-
error: string;
|
|
13203
|
-
render: boolean;
|
|
13204
|
-
selected: string | number;
|
|
13205
|
-
};
|
|
13206
|
-
}, attributes: {
|
|
13207
|
-
'field-mask-arrow'?: import("@esportsplus/template").Attributes;
|
|
13208
|
-
'field-mask-tag'?: import("@esportsplus/template").Attributes;
|
|
13209
|
-
'field-mask-text'?: import("@esportsplus/template").Attributes;
|
|
13210
|
-
'tooltip-content'?: import("@esportsplus/template").Attributes & {
|
|
13211
|
-
direction?: string;
|
|
13212
|
-
};
|
|
13213
|
-
} & {
|
|
13214
|
-
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
13215
|
-
[key: `data-${string}`]: string | undefined;
|
|
13216
|
-
class?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
|
|
13217
|
-
onconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
|
|
13218
|
-
ondisconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
|
|
13219
|
-
onrender?: ((element: import("@esportsplus/template").Element) => void) | undefined;
|
|
13220
|
-
ontick?: ((dispose: VoidFunction, element: import("@esportsplus/template").Element) => void) | undefined;
|
|
13221
|
-
style?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
|
|
13222
|
-
} & {
|
|
13223
|
-
onabort?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
13224
|
-
onanimationcancel?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
13225
|
-
onanimationend?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
13226
|
-
onanimationiteration?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
13227
|
-
onanimationstart?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
13228
|
-
onauxclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13229
|
-
onbeforeinput?: ((this: import("@esportsplus/template").Element, event: InputEvent) => void) | undefined;
|
|
13230
|
-
onbeforetoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13231
|
-
onblur?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
13232
|
-
oncancel?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13233
|
-
oncanplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13234
|
-
oncanplaythrough?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13235
|
-
onchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13236
|
-
onclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13237
|
-
onclose?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13238
|
-
oncompositionend?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
13239
|
-
oncompositionstart?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
13240
|
-
oncompositionupdate?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
13241
|
-
oncontextlost?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13242
|
-
oncontextmenu?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13243
|
-
oncontextrestored?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13244
|
-
oncopy?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
13245
|
-
oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13246
|
-
oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
13247
|
-
ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13248
|
-
ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13249
|
-
ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13250
|
-
ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13251
|
-
ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13252
|
-
ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13253
|
-
ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13254
|
-
ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13255
|
-
ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13256
|
-
onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13257
|
-
onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13258
|
-
onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
|
|
13259
|
-
onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
13260
|
-
onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
13261
|
-
onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
13262
|
-
onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
|
|
13263
|
-
ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13264
|
-
oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13265
|
-
oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13266
|
-
onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
13267
|
-
onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
13268
|
-
onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
13269
|
-
onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13270
|
-
onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13271
|
-
onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13272
|
-
onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13273
|
-
onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13274
|
-
onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13275
|
-
onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13276
|
-
onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13277
|
-
onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13278
|
-
onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13279
|
-
onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13280
|
-
onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13281
|
-
onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
13282
|
-
onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13283
|
-
onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13284
|
-
onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13285
|
-
onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13286
|
-
onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13287
|
-
onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13288
|
-
onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13289
|
-
onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13290
|
-
onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13291
|
-
onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13292
|
-
onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13293
|
-
onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
|
|
13294
|
-
onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13295
|
-
onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13296
|
-
onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
13297
|
-
onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13298
|
-
onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13299
|
-
onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
|
|
13300
|
-
onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13301
|
-
onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13302
|
-
onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13303
|
-
onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13304
|
-
onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13305
|
-
onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13306
|
-
onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13307
|
-
onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
|
|
13308
|
-
onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13309
|
-
ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13310
|
-
ontoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13311
|
-
ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13312
|
-
ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13313
|
-
ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13314
|
-
ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13315
|
-
ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13316
|
-
ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13317
|
-
ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13318
|
-
ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13319
|
-
onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13320
|
-
onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13321
|
-
onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13322
|
-
onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13323
|
-
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13324
|
-
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13325
|
-
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
13326
|
-
} & Record<PropertyKey, unknown> & {
|
|
13327
|
-
scrollbar?: import("@esportsplus/template").Attributes;
|
|
13328
|
-
'scrollbar-container-content'?: import("@esportsplus/template").Attributes;
|
|
13329
|
-
}, content: import("@esportsplus/template").Renderable<unknown>) => Node) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
13330
|
-
(attributes: {
|
|
12278
|
+
})))>, content: (mask: {
|
|
12279
|
+
(): ReturnType<(this: {
|
|
12280
|
+
options: {
|
|
12281
|
+
content: unknown;
|
|
12282
|
+
} & import("@esportsplus/template").Attributes;
|
|
12283
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12284
|
+
state: {
|
|
12285
|
+
active: boolean;
|
|
12286
|
+
error: string;
|
|
12287
|
+
render: boolean;
|
|
12288
|
+
selected: string | number;
|
|
12289
|
+
};
|
|
12290
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12291
|
+
<T_1 extends import("@esportsplus/template").Attributes>(attributes: T_1): ReturnType<(this: {
|
|
12292
|
+
options: {
|
|
12293
|
+
content: unknown;
|
|
12294
|
+
} & import("@esportsplus/template").Attributes;
|
|
12295
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12296
|
+
state: {
|
|
12297
|
+
active: boolean;
|
|
12298
|
+
error: string;
|
|
12299
|
+
render: boolean;
|
|
12300
|
+
selected: string | number;
|
|
12301
|
+
};
|
|
12302
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12303
|
+
<T_1 extends import("@esportsplus/template").Renderable<unknown>>(content: T_1): ReturnType<(this: {
|
|
12304
|
+
options: {
|
|
12305
|
+
content: unknown;
|
|
12306
|
+
} & import("@esportsplus/template").Attributes;
|
|
12307
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12308
|
+
state: {
|
|
12309
|
+
active: boolean;
|
|
12310
|
+
error: string;
|
|
12311
|
+
render: boolean;
|
|
12312
|
+
selected: string | number;
|
|
12313
|
+
};
|
|
12314
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12315
|
+
(attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
|
|
12316
|
+
options: {
|
|
12317
|
+
content: unknown;
|
|
12318
|
+
} & import("@esportsplus/template").Attributes;
|
|
12319
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12320
|
+
state: {
|
|
12321
|
+
active: boolean;
|
|
12322
|
+
error: string;
|
|
12323
|
+
render: boolean;
|
|
12324
|
+
selected: string | number;
|
|
12325
|
+
};
|
|
12326
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12327
|
+
}) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12328
|
+
<T extends (mask: {
|
|
12329
|
+
(): ReturnType<(this: {
|
|
12330
|
+
options: {
|
|
12331
|
+
content: unknown;
|
|
12332
|
+
} & import("@esportsplus/template").Attributes;
|
|
12333
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12334
|
+
state: {
|
|
12335
|
+
active: boolean;
|
|
12336
|
+
error: string;
|
|
12337
|
+
render: boolean;
|
|
12338
|
+
selected: string | number;
|
|
12339
|
+
};
|
|
12340
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12341
|
+
<T_1 extends import("@esportsplus/template").Attributes>(attributes: T_1): ReturnType<(this: {
|
|
12342
|
+
options: {
|
|
12343
|
+
content: unknown;
|
|
12344
|
+
} & import("@esportsplus/template").Attributes;
|
|
12345
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12346
|
+
state: {
|
|
12347
|
+
active: boolean;
|
|
12348
|
+
error: string;
|
|
12349
|
+
render: boolean;
|
|
12350
|
+
selected: string | number;
|
|
12351
|
+
};
|
|
12352
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12353
|
+
<T_1 extends import("@esportsplus/template").Renderable<unknown>>(content: T_1): ReturnType<(this: {
|
|
12354
|
+
options: {
|
|
12355
|
+
content: unknown;
|
|
12356
|
+
} & import("@esportsplus/template").Attributes;
|
|
12357
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12358
|
+
state: {
|
|
12359
|
+
active: boolean;
|
|
12360
|
+
error: string;
|
|
12361
|
+
render: boolean;
|
|
12362
|
+
selected: string | number;
|
|
12363
|
+
};
|
|
12364
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12365
|
+
(attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
|
|
12366
|
+
options: {
|
|
12367
|
+
content: unknown;
|
|
12368
|
+
} & import("@esportsplus/template").Attributes;
|
|
12369
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12370
|
+
state: {
|
|
12371
|
+
active: boolean;
|
|
12372
|
+
error: string;
|
|
12373
|
+
render: boolean;
|
|
12374
|
+
selected: string | number;
|
|
12375
|
+
};
|
|
12376
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12377
|
+
}) => import("@esportsplus/template").Renderable<unknown>>(content: T): ReturnType<(this: {
|
|
12378
|
+
attributes?: ({
|
|
12379
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
12380
|
+
[key: `data-${string}`]: string | undefined;
|
|
12381
|
+
class?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
|
|
12382
|
+
onconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
|
|
12383
|
+
ondisconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
|
|
12384
|
+
onrender?: ((element: import("@esportsplus/template").Element) => void) | undefined;
|
|
12385
|
+
ontick?: ((dispose: VoidFunction, element: import("@esportsplus/template").Element) => void) | undefined;
|
|
12386
|
+
style?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
|
|
12387
|
+
} & {
|
|
12388
|
+
onabort?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
12389
|
+
onanimationcancel?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
12390
|
+
onanimationend?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
12391
|
+
onanimationiteration?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
12392
|
+
onanimationstart?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
12393
|
+
onauxclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12394
|
+
onbeforeinput?: ((this: import("@esportsplus/template").Element, event: InputEvent) => void) | undefined;
|
|
12395
|
+
onbeforetoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12396
|
+
onblur?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12397
|
+
oncancel?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12398
|
+
oncanplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12399
|
+
oncanplaythrough?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12400
|
+
onchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12401
|
+
onclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12402
|
+
onclose?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12403
|
+
oncompositionend?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
12404
|
+
oncompositionstart?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
12405
|
+
oncompositionupdate?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
12406
|
+
oncontextlost?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12407
|
+
oncontextmenu?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12408
|
+
oncontextrestored?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12409
|
+
oncopy?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
12410
|
+
oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12411
|
+
oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
12412
|
+
ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12413
|
+
ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12414
|
+
ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12415
|
+
ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12416
|
+
ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12417
|
+
ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12418
|
+
ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12419
|
+
ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
12420
|
+
ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12421
|
+
onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12422
|
+
onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12423
|
+
onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
|
|
12424
|
+
onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12425
|
+
onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12426
|
+
onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
12427
|
+
onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
|
|
12428
|
+
ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12429
|
+
oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12430
|
+
oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12431
|
+
onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
12432
|
+
onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
12433
|
+
onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
12434
|
+
onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12435
|
+
onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12436
|
+
onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12437
|
+
onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12438
|
+
onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12439
|
+
onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12440
|
+
onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12441
|
+
onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12442
|
+
onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12443
|
+
onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12444
|
+
onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12445
|
+
onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
12446
|
+
onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
12447
|
+
onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12448
|
+
onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12449
|
+
onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12450
|
+
onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12451
|
+
onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12452
|
+
onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12453
|
+
onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12454
|
+
onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12455
|
+
onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12456
|
+
onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12457
|
+
onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
12458
|
+
onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
|
|
12459
|
+
onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12460
|
+
onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12461
|
+
onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
12462
|
+
onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12463
|
+
onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12464
|
+
onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
|
|
12465
|
+
onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12466
|
+
onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12467
|
+
onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12468
|
+
onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12469
|
+
onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12470
|
+
onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12471
|
+
onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12472
|
+
onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
|
|
12473
|
+
onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12474
|
+
ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12475
|
+
ontoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12476
|
+
ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
12477
|
+
ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
12478
|
+
ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
12479
|
+
ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
12480
|
+
ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12481
|
+
ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12482
|
+
ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12483
|
+
ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
12484
|
+
onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12485
|
+
onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12486
|
+
onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12487
|
+
onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12488
|
+
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12489
|
+
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12490
|
+
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
12491
|
+
} & (Record<PropertyKey, unknown> & ({
|
|
12492
|
+
options: Record<number | string, (number | string | (import("@esportsplus/template").Attributes & {
|
|
12493
|
+
content: unknown;
|
|
12494
|
+
}))>;
|
|
12495
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12496
|
+
} & ({
|
|
12497
|
+
selected?: number | string;
|
|
12498
|
+
state?: never;
|
|
12499
|
+
} | {
|
|
12500
|
+
state: {
|
|
12501
|
+
active: boolean;
|
|
12502
|
+
error: string;
|
|
12503
|
+
render: boolean;
|
|
12504
|
+
selected?: number | string;
|
|
12505
|
+
};
|
|
12506
|
+
})))) | undefined;
|
|
12507
|
+
content?: ((mask: {
|
|
12508
|
+
(): ReturnType<(this: {
|
|
12509
|
+
options: {
|
|
12510
|
+
content: unknown;
|
|
12511
|
+
} & import("@esportsplus/template").Attributes;
|
|
12512
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12513
|
+
state: {
|
|
12514
|
+
active: boolean;
|
|
12515
|
+
error: string;
|
|
12516
|
+
render: boolean;
|
|
12517
|
+
selected: string | number;
|
|
12518
|
+
};
|
|
12519
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12520
|
+
<T_1 extends import("@esportsplus/template").Attributes>(attributes: T_1): ReturnType<(this: {
|
|
12521
|
+
options: {
|
|
12522
|
+
content: unknown;
|
|
12523
|
+
} & import("@esportsplus/template").Attributes;
|
|
12524
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12525
|
+
state: {
|
|
12526
|
+
active: boolean;
|
|
12527
|
+
error: string;
|
|
12528
|
+
render: boolean;
|
|
12529
|
+
selected: string | number;
|
|
12530
|
+
};
|
|
12531
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12532
|
+
<T_1 extends import("@esportsplus/template").Renderable<unknown>>(content: T_1): ReturnType<(this: {
|
|
12533
|
+
options: {
|
|
12534
|
+
content: unknown;
|
|
12535
|
+
} & import("@esportsplus/template").Attributes;
|
|
12536
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12537
|
+
state: {
|
|
12538
|
+
active: boolean;
|
|
12539
|
+
error: string;
|
|
12540
|
+
render: boolean;
|
|
12541
|
+
selected: string | number;
|
|
12542
|
+
};
|
|
12543
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12544
|
+
(attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
|
|
12545
|
+
options: {
|
|
12546
|
+
content: unknown;
|
|
12547
|
+
} & import("@esportsplus/template").Attributes;
|
|
12548
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12549
|
+
state: {
|
|
12550
|
+
active: boolean;
|
|
12551
|
+
error: string;
|
|
12552
|
+
render: boolean;
|
|
12553
|
+
selected: string | number;
|
|
12554
|
+
};
|
|
12555
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12556
|
+
}) => import("@esportsplus/template").Renderable<unknown>) | undefined;
|
|
12557
|
+
}, attributes: Readonly<{
|
|
13331
12558
|
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
13332
12559
|
[key: `data-${string}`]: string | undefined;
|
|
13333
12560
|
class?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
|
|
@@ -13455,25 +12682,57 @@ declare const _default: {
|
|
|
13455
12682
|
render: boolean;
|
|
13456
12683
|
selected?: number | string;
|
|
13457
12684
|
};
|
|
13458
|
-
})))
|
|
13459
|
-
|
|
13460
|
-
|
|
13461
|
-
|
|
13462
|
-
|
|
13463
|
-
|
|
13464
|
-
|
|
13465
|
-
|
|
13466
|
-
|
|
13467
|
-
|
|
13468
|
-
|
|
13469
|
-
|
|
13470
|
-
|
|
13471
|
-
|
|
13472
|
-
|
|
13473
|
-
|
|
13474
|
-
|
|
13475
|
-
|
|
13476
|
-
|
|
12685
|
+
})))>, content: (mask: {
|
|
12686
|
+
(): ReturnType<(this: {
|
|
12687
|
+
options: {
|
|
12688
|
+
content: unknown;
|
|
12689
|
+
} & import("@esportsplus/template").Attributes;
|
|
12690
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12691
|
+
state: {
|
|
12692
|
+
active: boolean;
|
|
12693
|
+
error: string;
|
|
12694
|
+
render: boolean;
|
|
12695
|
+
selected: string | number;
|
|
12696
|
+
};
|
|
12697
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12698
|
+
<T_1 extends import("@esportsplus/template").Attributes>(attributes: T_1): ReturnType<(this: {
|
|
12699
|
+
options: {
|
|
12700
|
+
content: unknown;
|
|
12701
|
+
} & import("@esportsplus/template").Attributes;
|
|
12702
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12703
|
+
state: {
|
|
12704
|
+
active: boolean;
|
|
12705
|
+
error: string;
|
|
12706
|
+
render: boolean;
|
|
12707
|
+
selected: string | number;
|
|
12708
|
+
};
|
|
12709
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12710
|
+
<T_1 extends import("@esportsplus/template").Renderable<unknown>>(content: T_1): ReturnType<(this: {
|
|
12711
|
+
options: {
|
|
12712
|
+
content: unknown;
|
|
12713
|
+
} & import("@esportsplus/template").Attributes;
|
|
12714
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12715
|
+
state: {
|
|
12716
|
+
active: boolean;
|
|
12717
|
+
error: string;
|
|
12718
|
+
render: boolean;
|
|
12719
|
+
selected: string | number;
|
|
12720
|
+
};
|
|
12721
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12722
|
+
(attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
|
|
12723
|
+
options: {
|
|
12724
|
+
content: unknown;
|
|
12725
|
+
} & import("@esportsplus/template").Attributes;
|
|
12726
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12727
|
+
state: {
|
|
12728
|
+
active: boolean;
|
|
12729
|
+
error: string;
|
|
12730
|
+
render: boolean;
|
|
12731
|
+
selected: string | number;
|
|
12732
|
+
};
|
|
12733
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12734
|
+
}) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12735
|
+
(attributes: {
|
|
13477
12736
|
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
13478
12737
|
[key: `data-${string}`]: string | undefined;
|
|
13479
12738
|
class?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
|
|
@@ -13581,145 +12840,40 @@ declare const _default: {
|
|
|
13581
12840
|
ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13582
12841
|
onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13583
12842
|
onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13584
|
-
onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13585
|
-
onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13586
|
-
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13587
|
-
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13588
|
-
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
13589
|
-
} & Record<PropertyKey, unknown> & {
|
|
13590
|
-
|
|
13591
|
-
|
|
13592
|
-
|
|
13593
|
-
|
|
13594
|
-
|
|
13595
|
-
|
|
13596
|
-
|
|
13597
|
-
|
|
13598
|
-
|
|
13599
|
-
|
|
13600
|
-
|
|
13601
|
-
|
|
13602
|
-
|
|
13603
|
-
|
|
13604
|
-
|
|
13605
|
-
|
|
13606
|
-
|
|
13607
|
-
onanimationstart?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
|
|
13608
|
-
onauxclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13609
|
-
onbeforeinput?: ((this: import("@esportsplus/template").Element, event: InputEvent) => void) | undefined;
|
|
13610
|
-
onbeforetoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13611
|
-
onblur?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
13612
|
-
oncancel?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13613
|
-
oncanplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13614
|
-
oncanplaythrough?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13615
|
-
onchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13616
|
-
onclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13617
|
-
onclose?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13618
|
-
oncompositionend?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
13619
|
-
oncompositionstart?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
13620
|
-
oncompositionupdate?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
|
|
13621
|
-
oncontextlost?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13622
|
-
oncontextmenu?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13623
|
-
oncontextrestored?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13624
|
-
oncopy?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
13625
|
-
oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13626
|
-
oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
13627
|
-
ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13628
|
-
ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13629
|
-
ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13630
|
-
ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13631
|
-
ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13632
|
-
ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13633
|
-
ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13634
|
-
ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
13635
|
-
ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13636
|
-
onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13637
|
-
onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13638
|
-
onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
|
|
13639
|
-
onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
13640
|
-
onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
13641
|
-
onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
13642
|
-
onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
|
|
13643
|
-
ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13644
|
-
oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13645
|
-
oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13646
|
-
onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
13647
|
-
onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
13648
|
-
onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
13649
|
-
onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13650
|
-
onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13651
|
-
onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13652
|
-
onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13653
|
-
onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13654
|
-
onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13655
|
-
onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13656
|
-
onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13657
|
-
onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13658
|
-
onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13659
|
-
onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13660
|
-
onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
13661
|
-
onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
13662
|
-
onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13663
|
-
onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13664
|
-
onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13665
|
-
onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13666
|
-
onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13667
|
-
onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13668
|
-
onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13669
|
-
onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13670
|
-
onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13671
|
-
onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13672
|
-
onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
13673
|
-
onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
|
|
13674
|
-
onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13675
|
-
onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13676
|
-
onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
13677
|
-
onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13678
|
-
onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13679
|
-
onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
|
|
13680
|
-
onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13681
|
-
onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13682
|
-
onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13683
|
-
onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13684
|
-
onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13685
|
-
onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13686
|
-
onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13687
|
-
onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
|
|
13688
|
-
onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13689
|
-
ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13690
|
-
ontoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13691
|
-
ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13692
|
-
ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13693
|
-
ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13694
|
-
ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
13695
|
-
ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13696
|
-
ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13697
|
-
ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13698
|
-
ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
13699
|
-
onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13700
|
-
onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13701
|
-
onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13702
|
-
onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13703
|
-
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13704
|
-
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13705
|
-
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
13706
|
-
} & (Record<PropertyKey, unknown> & ({
|
|
13707
|
-
options: Record<number | string, (number | string | (import("@esportsplus/template").Attributes & {
|
|
12843
|
+
onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12844
|
+
onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12845
|
+
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12846
|
+
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
12847
|
+
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
12848
|
+
} & (Record<PropertyKey, unknown> & ({
|
|
12849
|
+
options: Record<number | string, (number | string | (import("@esportsplus/template").Attributes & {
|
|
12850
|
+
content: unknown;
|
|
12851
|
+
}))>;
|
|
12852
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12853
|
+
} & ({
|
|
12854
|
+
selected?: number | string;
|
|
12855
|
+
state?: never;
|
|
12856
|
+
} | {
|
|
12857
|
+
state: {
|
|
12858
|
+
active: boolean;
|
|
12859
|
+
error: string;
|
|
12860
|
+
render: boolean;
|
|
12861
|
+
selected?: number | string;
|
|
12862
|
+
};
|
|
12863
|
+
}))), content: (mask: {
|
|
12864
|
+
(): ReturnType<(this: {
|
|
12865
|
+
options: {
|
|
13708
12866
|
content: unknown;
|
|
13709
|
-
})
|
|
12867
|
+
} & import("@esportsplus/template").Attributes;
|
|
13710
12868
|
option?: import("@esportsplus/template").Attributes;
|
|
13711
|
-
} & ({
|
|
13712
|
-
selected?: number | string;
|
|
13713
|
-
state?: never;
|
|
13714
|
-
} | {
|
|
13715
12869
|
state: {
|
|
13716
12870
|
active: boolean;
|
|
13717
12871
|
error: string;
|
|
13718
12872
|
render: boolean;
|
|
13719
|
-
selected
|
|
12873
|
+
selected: string | number;
|
|
13720
12874
|
};
|
|
13721
|
-
})))
|
|
13722
|
-
|
|
12875
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12876
|
+
<T extends import("@esportsplus/template").Attributes>(attributes: T): ReturnType<(this: {
|
|
13723
12877
|
options: {
|
|
13724
12878
|
content: unknown;
|
|
13725
12879
|
} & import("@esportsplus/template").Attributes;
|
|
@@ -13730,14 +12884,33 @@ declare const _default: {
|
|
|
13730
12884
|
render: boolean;
|
|
13731
12885
|
selected: string | number;
|
|
13732
12886
|
};
|
|
13733
|
-
}, attributes:
|
|
13734
|
-
|
|
13735
|
-
|
|
13736
|
-
|
|
13737
|
-
|
|
13738
|
-
|
|
12887
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12888
|
+
<T extends import("@esportsplus/template").Renderable<unknown>>(content: T): ReturnType<(this: {
|
|
12889
|
+
options: {
|
|
12890
|
+
content: unknown;
|
|
12891
|
+
} & import("@esportsplus/template").Attributes;
|
|
12892
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12893
|
+
state: {
|
|
12894
|
+
active: boolean;
|
|
12895
|
+
error: string;
|
|
12896
|
+
render: boolean;
|
|
12897
|
+
selected: string | number;
|
|
13739
12898
|
};
|
|
13740
|
-
}
|
|
12899
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12900
|
+
(attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
|
|
12901
|
+
options: {
|
|
12902
|
+
content: unknown;
|
|
12903
|
+
} & import("@esportsplus/template").Attributes;
|
|
12904
|
+
option?: import("@esportsplus/template").Attributes;
|
|
12905
|
+
state: {
|
|
12906
|
+
active: boolean;
|
|
12907
|
+
error: string;
|
|
12908
|
+
render: boolean;
|
|
12909
|
+
selected: string | number;
|
|
12910
|
+
};
|
|
12911
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
12912
|
+
}) => import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
|
|
12913
|
+
attributes?: ({
|
|
13741
12914
|
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
13742
12915
|
[key: `data-${string}`]: string | undefined;
|
|
13743
12916
|
class?: import("@esportsplus/template/build/types").Attribute | import("@esportsplus/template/build/types").Attribute[];
|
|
@@ -13850,10 +13023,72 @@ declare const _default: {
|
|
|
13850
13023
|
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13851
13024
|
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
13852
13025
|
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
13853
|
-
} & Record<PropertyKey, unknown> & {
|
|
13854
|
-
|
|
13855
|
-
|
|
13856
|
-
|
|
13026
|
+
} & (Record<PropertyKey, unknown> & ({
|
|
13027
|
+
options: Record<number | string, (number | string | (import("@esportsplus/template").Attributes & {
|
|
13028
|
+
content: unknown;
|
|
13029
|
+
}))>;
|
|
13030
|
+
option?: import("@esportsplus/template").Attributes;
|
|
13031
|
+
} & ({
|
|
13032
|
+
selected?: number | string;
|
|
13033
|
+
state?: never;
|
|
13034
|
+
} | {
|
|
13035
|
+
state: {
|
|
13036
|
+
active: boolean;
|
|
13037
|
+
error: string;
|
|
13038
|
+
render: boolean;
|
|
13039
|
+
selected?: number | string;
|
|
13040
|
+
};
|
|
13041
|
+
})))) | undefined;
|
|
13042
|
+
content?: ((mask: {
|
|
13043
|
+
(): ReturnType<(this: {
|
|
13044
|
+
options: {
|
|
13045
|
+
content: unknown;
|
|
13046
|
+
} & import("@esportsplus/template").Attributes;
|
|
13047
|
+
option?: import("@esportsplus/template").Attributes;
|
|
13048
|
+
state: {
|
|
13049
|
+
active: boolean;
|
|
13050
|
+
error: string;
|
|
13051
|
+
render: boolean;
|
|
13052
|
+
selected: string | number;
|
|
13053
|
+
};
|
|
13054
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
13055
|
+
<T extends import("@esportsplus/template").Attributes>(attributes: T): ReturnType<(this: {
|
|
13056
|
+
options: {
|
|
13057
|
+
content: unknown;
|
|
13058
|
+
} & import("@esportsplus/template").Attributes;
|
|
13059
|
+
option?: import("@esportsplus/template").Attributes;
|
|
13060
|
+
state: {
|
|
13061
|
+
active: boolean;
|
|
13062
|
+
error: string;
|
|
13063
|
+
render: boolean;
|
|
13064
|
+
selected: string | number;
|
|
13065
|
+
};
|
|
13066
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
13067
|
+
<T extends import("@esportsplus/template").Renderable<unknown>>(content: T): ReturnType<(this: {
|
|
13068
|
+
options: {
|
|
13069
|
+
content: unknown;
|
|
13070
|
+
} & import("@esportsplus/template").Attributes;
|
|
13071
|
+
option?: import("@esportsplus/template").Attributes;
|
|
13072
|
+
state: {
|
|
13073
|
+
active: boolean;
|
|
13074
|
+
error: string;
|
|
13075
|
+
render: boolean;
|
|
13076
|
+
selected: string | number;
|
|
13077
|
+
};
|
|
13078
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
13079
|
+
(attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
|
|
13080
|
+
options: {
|
|
13081
|
+
content: unknown;
|
|
13082
|
+
} & import("@esportsplus/template").Attributes;
|
|
13083
|
+
option?: import("@esportsplus/template").Attributes;
|
|
13084
|
+
state: {
|
|
13085
|
+
active: boolean;
|
|
13086
|
+
error: string;
|
|
13087
|
+
render: boolean;
|
|
13088
|
+
selected: string | number;
|
|
13089
|
+
};
|
|
13090
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
13091
|
+
}) => import("@esportsplus/template").Renderable<unknown>) | undefined;
|
|
13857
13092
|
}, attributes: Readonly<{
|
|
13858
13093
|
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
13859
13094
|
[key: `data-${string}`]: string | undefined;
|
|
@@ -13982,141 +13217,56 @@ declare const _default: {
|
|
|
13982
13217
|
render: boolean;
|
|
13983
13218
|
selected?: number | string;
|
|
13984
13219
|
};
|
|
13985
|
-
})))>, content: (mask:
|
|
13986
|
-
|
|
13987
|
-
|
|
13988
|
-
|
|
13989
|
-
|
|
13990
|
-
|
|
13991
|
-
|
|
13992
|
-
|
|
13993
|
-
|
|
13994
|
-
|
|
13995
|
-
|
|
13996
|
-
|
|
13997
|
-
|
|
13998
|
-
|
|
13999
|
-
|
|
14000
|
-
|
|
14001
|
-
|
|
14002
|
-
|
|
14003
|
-
|
|
14004
|
-
|
|
14005
|
-
|
|
14006
|
-
|
|
14007
|
-
|
|
14008
|
-
|
|
14009
|
-
|
|
14010
|
-
|
|
14011
|
-
|
|
14012
|
-
|
|
14013
|
-
|
|
14014
|
-
|
|
14015
|
-
|
|
14016
|
-
|
|
14017
|
-
|
|
14018
|
-
|
|
14019
|
-
|
|
14020
|
-
|
|
14021
|
-
|
|
14022
|
-
|
|
14023
|
-
|
|
14024
|
-
|
|
14025
|
-
|
|
14026
|
-
|
|
14027
|
-
|
|
14028
|
-
|
|
14029
|
-
|
|
14030
|
-
|
|
14031
|
-
|
|
14032
|
-
|
|
14033
|
-
|
|
14034
|
-
|
|
14035
|
-
oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14036
|
-
oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
14037
|
-
ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
14038
|
-
ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
14039
|
-
ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
14040
|
-
ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
14041
|
-
ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
14042
|
-
ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
14043
|
-
ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
14044
|
-
ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
|
|
14045
|
-
ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14046
|
-
onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14047
|
-
onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14048
|
-
onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
|
|
14049
|
-
onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
14050
|
-
onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
14051
|
-
onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
|
|
14052
|
-
onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
|
|
14053
|
-
ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
14054
|
-
oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14055
|
-
oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14056
|
-
onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
14057
|
-
onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
14058
|
-
onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
|
|
14059
|
-
onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14060
|
-
onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14061
|
-
onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14062
|
-
onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14063
|
-
onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
14064
|
-
onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
14065
|
-
onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
14066
|
-
onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
14067
|
-
onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
14068
|
-
onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
14069
|
-
onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
14070
|
-
onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
|
|
14071
|
-
onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
|
|
14072
|
-
onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14073
|
-
onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14074
|
-
onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14075
|
-
onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
14076
|
-
onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
14077
|
-
onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
14078
|
-
onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
14079
|
-
onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
14080
|
-
onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
14081
|
-
onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
14082
|
-
onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
|
|
14083
|
-
onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
|
|
14084
|
-
onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14085
|
-
onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14086
|
-
onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
|
|
14087
|
-
onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14088
|
-
onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14089
|
-
onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
|
|
14090
|
-
onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14091
|
-
onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14092
|
-
onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14093
|
-
onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14094
|
-
onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14095
|
-
onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14096
|
-
onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14097
|
-
onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
|
|
14098
|
-
onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14099
|
-
ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14100
|
-
ontoggle?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14101
|
-
ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
14102
|
-
ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
14103
|
-
ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
14104
|
-
ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
|
|
14105
|
-
ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
14106
|
-
ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
14107
|
-
ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
14108
|
-
ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
|
|
14109
|
-
onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14110
|
-
onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14111
|
-
onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14112
|
-
onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14113
|
-
onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14114
|
-
onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
|
|
14115
|
-
onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
|
|
14116
|
-
} & Record<PropertyKey, unknown> & {
|
|
14117
|
-
scrollbar?: import("@esportsplus/template").Attributes;
|
|
14118
|
-
'scrollbar-container-content'?: import("@esportsplus/template").Attributes;
|
|
14119
|
-
}, content: import("@esportsplus/template").Renderable<unknown>) => Node) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
13220
|
+
})))>, content: (mask: {
|
|
13221
|
+
(): ReturnType<(this: {
|
|
13222
|
+
options: {
|
|
13223
|
+
content: unknown;
|
|
13224
|
+
} & import("@esportsplus/template").Attributes;
|
|
13225
|
+
option?: import("@esportsplus/template").Attributes;
|
|
13226
|
+
state: {
|
|
13227
|
+
active: boolean;
|
|
13228
|
+
error: string;
|
|
13229
|
+
render: boolean;
|
|
13230
|
+
selected: string | number;
|
|
13231
|
+
};
|
|
13232
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
13233
|
+
<T extends import("@esportsplus/template").Attributes>(attributes: T): ReturnType<(this: {
|
|
13234
|
+
options: {
|
|
13235
|
+
content: unknown;
|
|
13236
|
+
} & import("@esportsplus/template").Attributes;
|
|
13237
|
+
option?: import("@esportsplus/template").Attributes;
|
|
13238
|
+
state: {
|
|
13239
|
+
active: boolean;
|
|
13240
|
+
error: string;
|
|
13241
|
+
render: boolean;
|
|
13242
|
+
selected: string | number;
|
|
13243
|
+
};
|
|
13244
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
13245
|
+
<T extends import("@esportsplus/template").Renderable<unknown>>(content: T): ReturnType<(this: {
|
|
13246
|
+
options: {
|
|
13247
|
+
content: unknown;
|
|
13248
|
+
} & import("@esportsplus/template").Attributes;
|
|
13249
|
+
option?: import("@esportsplus/template").Attributes;
|
|
13250
|
+
state: {
|
|
13251
|
+
active: boolean;
|
|
13252
|
+
error: string;
|
|
13253
|
+
render: boolean;
|
|
13254
|
+
selected: string | number;
|
|
13255
|
+
};
|
|
13256
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
13257
|
+
(attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<unknown>): ReturnType<(this: {
|
|
13258
|
+
options: {
|
|
13259
|
+
content: unknown;
|
|
13260
|
+
} & import("@esportsplus/template").Attributes;
|
|
13261
|
+
option?: import("@esportsplus/template").Attributes;
|
|
13262
|
+
state: {
|
|
13263
|
+
active: boolean;
|
|
13264
|
+
error: string;
|
|
13265
|
+
render: boolean;
|
|
13266
|
+
selected: string | number;
|
|
13267
|
+
};
|
|
13268
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
13269
|
+
}) => import("@esportsplus/template").Renderable<unknown>) => import("@esportsplus/template").Renderable<any>>;
|
|
14120
13270
|
};
|
|
14121
13271
|
switch: {
|
|
14122
13272
|
(): ReturnType<(this: {
|