@esportsplus/ui 0.49.4 → 0.49.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/build/components/accordion/index.d.ts +16 -16
  2. package/build/components/accordion/index.js +25 -15
  3. package/build/components/alert/index.d.ts +1 -1
  4. package/build/components/alert/index.js +64 -33
  5. package/build/components/back/index.d.ts +9 -9
  6. package/build/components/back/index.js +8 -8
  7. package/build/components/button/index.d.ts +22 -22
  8. package/build/components/button/index.js +36 -20
  9. package/build/components/checkbox/index.d.ts +1 -1
  10. package/build/components/checkbox/index.js +36 -19
  11. package/build/components/clipboard/index.d.ts +1120 -1120
  12. package/build/components/clipboard/onclick.d.ts +1 -1
  13. package/build/components/clipboard/onclick.js +21 -11
  14. package/build/components/counter/index.d.ts +1 -1
  15. package/build/components/counter/index.js +59 -28
  16. package/build/components/ellipsis/index.d.ts +1 -1
  17. package/build/components/ellipsis/index.js +5 -5
  18. package/build/components/form/action.d.ts +1 -1
  19. package/build/components/form/action.js +8 -8
  20. package/build/components/form/index.d.ts +3 -3
  21. package/build/components/form/input.d.ts +1 -1
  22. package/build/components/frame/index.d.ts +10 -10
  23. package/build/components/highlight/index.d.ts +16 -16
  24. package/build/components/highlight/index.js +23 -13
  25. package/build/components/icon/index.d.ts +11 -11
  26. package/build/components/icon/index.js +7 -7
  27. package/build/components/input/index.d.ts +1 -1
  28. package/build/components/input/index.js +32 -16
  29. package/build/components/loader/index.d.ts +16 -16
  30. package/build/components/loader/index.js +49 -27
  31. package/build/components/loading/index.d.ts +1 -1
  32. package/build/components/loading/index.js +5 -5
  33. package/build/components/overlay/index.d.ts +10 -10
  34. package/build/components/radio/index.d.ts +2 -2
  35. package/build/components/range/index.d.ts +1 -1
  36. package/build/components/range/index.js +42 -19
  37. package/build/components/scrollbar/index.d.ts +12 -12
  38. package/build/components/scrollbar/index.js +36 -20
  39. package/build/components/select/index.d.ts +1 -1
  40. package/build/components/select/index.js +61 -32
  41. package/build/components/sidebar/index.d.ts +10 -10
  42. package/build/components/site/index.d.ts +10 -10
  43. package/build/components/switch/index.d.ts +2 -2
  44. package/build/components/template/index.d.ts +1 -1
  45. package/build/components/textarea/index.d.ts +1 -1
  46. package/build/components/textarea/index.js +32 -16
  47. package/build/components/textarea/scss/index.scss +1 -1
  48. package/build/components/tooltip/index.d.ts +2295 -2295
  49. package/build/components/tooltip/menu.d.ts +12 -12
  50. package/build/components/tooltip/menu.js +20 -20
  51. package/build/components/tooltip/onclick.d.ts +1121 -1121
  52. package/build/components/tooltip/onclick.js +22 -10
  53. package/build/components/tooltip/onhover.d.ts +16 -16
  54. package/build/components/tooltip/onhover.js +23 -11
  55. package/build/components/typewriter/index.d.ts +11 -11
  56. package/build/components/typewriter/index.js +22 -10
  57. package/build/themes/dark/alert.d.ts +3 -3
  58. package/build/themes/dark/back.d.ts +11 -11
  59. package/build/themes/dark/input.d.ts +111 -111
  60. package/build/themes/dark/select.d.ts +1220 -1220
  61. package/build/themes/dark/textarea.d.ts +111 -111
  62. package/package.json +5 -4
  63. package/src/components/accordion/index.ts +2 -1
  64. package/src/components/alert/index.ts +2 -1
  65. package/src/components/back/index.ts +1 -1
  66. package/src/components/button/index.ts +2 -1
  67. package/src/components/checkbox/index.ts +2 -1
  68. package/src/components/clipboard/onclick.ts +2 -1
  69. package/src/components/counter/index.ts +2 -1
  70. package/src/components/ellipsis/index.ts +1 -1
  71. package/src/components/form/action.ts +1 -1
  72. package/src/components/form/input.ts +1 -1
  73. package/src/components/highlight/index.ts +2 -1
  74. package/src/components/icon/index.ts +1 -1
  75. package/src/components/input/index.ts +2 -1
  76. package/src/components/loader/index.ts +2 -1
  77. package/src/components/loading/index.ts +1 -1
  78. package/src/components/range/index.ts +2 -1
  79. package/src/components/scrollbar/index.ts +2 -1
  80. package/src/components/select/index.ts +2 -1
  81. package/src/components/template/index.ts +1 -1
  82. package/src/components/textarea/index.ts +2 -1
  83. package/src/components/textarea/scss/index.scss +1 -0
  84. package/src/components/tooltip/menu.ts +1 -1
  85. package/src/components/tooltip/onclick.ts +2 -1
  86. package/src/components/tooltip/onhover.ts +2 -1
  87. package/src/components/typewriter/index.ts +2 -1
  88. package/tsconfig.json +1 -1
@@ -1,9 +1,21 @@
1
- import * as template_b5a9a3f5040540948313f36934d7b05b1 from '@esportsplus/frontend';
2
- import { reactive } from '@esportsplus/frontend';
1
+ import * as template_2a7920412bac4009b37c4d0863a6596e1 from '@esportsplus/template';
2
+ import * as reactivity_2a7920412bac4009b37c4d0863a6596e0 from '@esportsplus/reactivity';
3
3
  import { omit } from '@esportsplus/utilities';
4
4
  import { root } from '@esportsplus/ui';
5
5
  import template from '../../components/template/index.js';
6
- const template_b5a9a3f5040540948313f36934d7b05b4e = template_b5a9a3f5040540948313f36934d7b05b1.template(`<div class='tooltip'><!--$--></div>`);
6
+ const template_2a7920412bac4009b37c4d0863a6596e4t = template_2a7920412bac4009b37c4d0863a6596e1.template(`<div class='tooltip'><!--$--></div>`);
7
+ class ReactiveObject_2a7920412bac4009b37c4d0863a6596e4r extends reactivity_2a7920412bac4009b37c4d0863a6596e0.ReactiveObject {
8
+ #active = this[reactivity_2a7920412bac4009b37c4d0863a6596e0.SIGNAL](false);
9
+ constructor() {
10
+ super(null);
11
+ }
12
+ get active() {
13
+ return reactivity_2a7920412bac4009b37c4d0863a6596e0.read(this.#active);
14
+ }
15
+ set active(_v0) {
16
+ reactivity_2a7920412bac4009b37c4d0863a6596e0.write(this.#active, _v0);
17
+ }
18
+ }
7
19
  const OMIT = ['state', 'toggle'];
8
20
  let parent = null, queue = [], running = false, scheduled = false;
9
21
  function frame() {
@@ -25,12 +37,12 @@ function frame() {
25
37
  running = false;
26
38
  }
27
39
  export default template.factory((attributes, content) => {
28
- let state = attributes.state || reactive({ active: false }), toggle = attributes.toggle || false;
40
+ let state = attributes.state || new ReactiveObject_2a7920412bac4009b37c4d0863a6596e4r(), toggle = attributes.toggle || false;
29
41
  return (() => {
30
- let root_b5a9a3f5040540948313f36934d7b05b4d = template_b5a9a3f5040540948313f36934d7b05b4e(), element_b5a9a3f5040540948313f36934d7b05b4f = root_b5a9a3f5040540948313f36934d7b05b4d.firstChild, element_b5a9a3f5040540948313f36934d7b05b4g = element_b5a9a3f5040540948313f36934d7b05b4f.firstChild, attributes_b5a9a3f5040540948313f36934d7b05b4h = { "class": "tooltip" };
31
- template_b5a9a3f5040540948313f36934d7b05b1.setProperties(element_b5a9a3f5040540948313f36934d7b05b4f, omit(attributes, OMIT), attributes_b5a9a3f5040540948313f36934d7b05b4h);
32
- template_b5a9a3f5040540948313f36934d7b05b1.setList(element_b5a9a3f5040540948313f36934d7b05b4f, 'class', () => state.active && '--active', attributes_b5a9a3f5040540948313f36934d7b05b4h);
33
- template_b5a9a3f5040540948313f36934d7b05b1.delegate(element_b5a9a3f5040540948313f36934d7b05b4f, 'click', function (e) {
42
+ let root_2a7920412bac4009b37c4d0863a6596e4s = template_2a7920412bac4009b37c4d0863a6596e4t(), element_2a7920412bac4009b37c4d0863a6596e4u = root_2a7920412bac4009b37c4d0863a6596e4s.firstChild, element_2a7920412bac4009b37c4d0863a6596e4v = element_2a7920412bac4009b37c4d0863a6596e4u.firstChild, attributes_2a7920412bac4009b37c4d0863a6596e4w = { "class": "tooltip" };
43
+ template_2a7920412bac4009b37c4d0863a6596e1.setProperties(element_2a7920412bac4009b37c4d0863a6596e4u, omit(attributes, OMIT), attributes_2a7920412bac4009b37c4d0863a6596e4w);
44
+ template_2a7920412bac4009b37c4d0863a6596e1.setList(element_2a7920412bac4009b37c4d0863a6596e4u, 'class', () => state.active && '--active', attributes_2a7920412bac4009b37c4d0863a6596e4w);
45
+ template_2a7920412bac4009b37c4d0863a6596e1.delegate(element_2a7920412bac4009b37c4d0863a6596e4u, 'click', function (e) {
34
46
  let active = true, node = e.target;
35
47
  if (this === node || (toggle && this.contains(node))) {
36
48
  active = !state.active;
@@ -58,7 +70,7 @@ export default template.factory((attributes, content) => {
58
70
  scheduled = true;
59
71
  }
60
72
  });
61
- template_b5a9a3f5040540948313f36934d7b05b1.slot(element_b5a9a3f5040540948313f36934d7b05b4g, content);
62
- return root_b5a9a3f5040540948313f36934d7b05b4d;
73
+ template_2a7920412bac4009b37c4d0863a6596e1.slot(element_2a7920412bac4009b37c4d0863a6596e4v, content);
74
+ return root_2a7920412bac4009b37c4d0863a6596e4s;
63
75
  })();
64
76
  });
@@ -1,20 +1,20 @@
1
- import * as template_b5a9a3f5040540948313f36934d7b05b1 from '@esportsplus/frontend';
1
+ import * as template_2a7920412bac4009b37c4d0863a6596e1 from '@esportsplus/template';
2
2
  declare const _default: {
3
3
  (): ReturnType<(this: {
4
- attributes?: template_b5a9a3f5040540948313f36934d7b05b1.Attributes | undefined;
5
- content?: template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>;
6
- }, attributes: Readonly<template_b5a9a3f5040540948313f36934d7b05b1.Attributes>, content: template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>) => template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>>;
7
- <T extends template_b5a9a3f5040540948313f36934d7b05b1.Attributes>(attributes: T): ReturnType<(this: {
8
- attributes?: template_b5a9a3f5040540948313f36934d7b05b1.Attributes | undefined;
9
- content?: template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>;
10
- }, attributes: Readonly<template_b5a9a3f5040540948313f36934d7b05b1.Attributes>, content: template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>) => template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>>;
11
- <T extends template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>>(content: T): ReturnType<(this: {
12
- attributes?: template_b5a9a3f5040540948313f36934d7b05b1.Attributes | undefined;
13
- content?: template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>;
14
- }, attributes: Readonly<template_b5a9a3f5040540948313f36934d7b05b1.Attributes>, content: template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>) => template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>>;
15
- (attributes: template_b5a9a3f5040540948313f36934d7b05b1.Attributes, content: template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>): ReturnType<(this: {
16
- attributes?: template_b5a9a3f5040540948313f36934d7b05b1.Attributes | undefined;
17
- content?: template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>;
18
- }, attributes: Readonly<template_b5a9a3f5040540948313f36934d7b05b1.Attributes>, content: template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>) => template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>>;
4
+ attributes?: template_2a7920412bac4009b37c4d0863a6596e1.Attributes | undefined;
5
+ content?: template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>;
6
+ }, attributes: Readonly<template_2a7920412bac4009b37c4d0863a6596e1.Attributes>, content: template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>) => template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>>;
7
+ <T extends template_2a7920412bac4009b37c4d0863a6596e1.Attributes>(attributes: T): ReturnType<(this: {
8
+ attributes?: template_2a7920412bac4009b37c4d0863a6596e1.Attributes | undefined;
9
+ content?: template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>;
10
+ }, attributes: Readonly<template_2a7920412bac4009b37c4d0863a6596e1.Attributes>, content: template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>) => template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>>;
11
+ <T extends template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>>(content: T): ReturnType<(this: {
12
+ attributes?: template_2a7920412bac4009b37c4d0863a6596e1.Attributes | undefined;
13
+ content?: template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>;
14
+ }, attributes: Readonly<template_2a7920412bac4009b37c4d0863a6596e1.Attributes>, content: template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>) => template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>>;
15
+ (attributes: template_2a7920412bac4009b37c4d0863a6596e1.Attributes, content: template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>): ReturnType<(this: {
16
+ attributes?: template_2a7920412bac4009b37c4d0863a6596e1.Attributes | undefined;
17
+ content?: template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>;
18
+ }, attributes: Readonly<template_2a7920412bac4009b37c4d0863a6596e1.Attributes>, content: template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>) => template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>>;
19
19
  };
20
20
  export default _default;
@@ -1,22 +1,34 @@
1
- import * as template_b5a9a3f5040540948313f36934d7b05b1 from '@esportsplus/frontend';
2
- import { reactive } from '@esportsplus/frontend';
1
+ import * as template_2a7920412bac4009b37c4d0863a6596e1 from '@esportsplus/template';
2
+ import * as reactivity_2a7920412bac4009b37c4d0863a6596e0 from '@esportsplus/reactivity';
3
3
  import { omit } from '@esportsplus/utilities';
4
4
  import template from '../../components/template/index.js';
5
- const template_b5a9a3f5040540948313f36934d7b05b4j = template_b5a9a3f5040540948313f36934d7b05b1.template(`<div class='tooltip'><!--$--></div>`);
5
+ const template_2a7920412bac4009b37c4d0863a6596e4z = template_2a7920412bac4009b37c4d0863a6596e1.template(`<div class='tooltip'><!--$--></div>`);
6
+ class ReactiveObject_2a7920412bac4009b37c4d0863a6596e4x extends reactivity_2a7920412bac4009b37c4d0863a6596e0.ReactiveObject {
7
+ #active = this[reactivity_2a7920412bac4009b37c4d0863a6596e0.SIGNAL](false);
8
+ constructor() {
9
+ super(null);
10
+ }
11
+ get active() {
12
+ return reactivity_2a7920412bac4009b37c4d0863a6596e0.read(this.#active);
13
+ }
14
+ set active(_v0) {
15
+ reactivity_2a7920412bac4009b37c4d0863a6596e0.write(this.#active, _v0);
16
+ }
17
+ }
6
18
  const OMIT = ['state'];
7
19
  export default template.factory((attributes, content) => {
8
- let state = attributes.state || reactive({ active: false });
20
+ let state = attributes.state || new ReactiveObject_2a7920412bac4009b37c4d0863a6596e4x();
9
21
  return (() => {
10
- let root_b5a9a3f5040540948313f36934d7b05b4i = template_b5a9a3f5040540948313f36934d7b05b4j(), element_b5a9a3f5040540948313f36934d7b05b4k = root_b5a9a3f5040540948313f36934d7b05b4i.firstChild, element_b5a9a3f5040540948313f36934d7b05b4l = element_b5a9a3f5040540948313f36934d7b05b4k.firstChild, attributes_b5a9a3f5040540948313f36934d7b05b4m = { "class": "tooltip" };
11
- template_b5a9a3f5040540948313f36934d7b05b1.setProperties(element_b5a9a3f5040540948313f36934d7b05b4k, omit(attributes, OMIT), attributes_b5a9a3f5040540948313f36934d7b05b4m);
12
- template_b5a9a3f5040540948313f36934d7b05b1.setList(element_b5a9a3f5040540948313f36934d7b05b4k, 'class', () => state.active && '--active', attributes_b5a9a3f5040540948313f36934d7b05b4m);
13
- template_b5a9a3f5040540948313f36934d7b05b1.delegate(element_b5a9a3f5040540948313f36934d7b05b4k, 'mouseover', () => {
22
+ let root_2a7920412bac4009b37c4d0863a6596e4y = template_2a7920412bac4009b37c4d0863a6596e4z(), element_2a7920412bac4009b37c4d0863a6596e50 = root_2a7920412bac4009b37c4d0863a6596e4y.firstChild, element_2a7920412bac4009b37c4d0863a6596e51 = element_2a7920412bac4009b37c4d0863a6596e50.firstChild, attributes_2a7920412bac4009b37c4d0863a6596e52 = { "class": "tooltip" };
23
+ template_2a7920412bac4009b37c4d0863a6596e1.setProperties(element_2a7920412bac4009b37c4d0863a6596e50, omit(attributes, OMIT), attributes_2a7920412bac4009b37c4d0863a6596e52);
24
+ template_2a7920412bac4009b37c4d0863a6596e1.setList(element_2a7920412bac4009b37c4d0863a6596e50, 'class', () => state.active && '--active', attributes_2a7920412bac4009b37c4d0863a6596e52);
25
+ template_2a7920412bac4009b37c4d0863a6596e1.delegate(element_2a7920412bac4009b37c4d0863a6596e50, 'mouseover', () => {
14
26
  state.active = true;
15
27
  });
16
- template_b5a9a3f5040540948313f36934d7b05b1.delegate(element_b5a9a3f5040540948313f36934d7b05b4k, 'mouseout', () => {
28
+ template_2a7920412bac4009b37c4d0863a6596e1.delegate(element_2a7920412bac4009b37c4d0863a6596e50, 'mouseout', () => {
17
29
  state.active = false;
18
30
  });
19
- template_b5a9a3f5040540948313f36934d7b05b1.slot(element_b5a9a3f5040540948313f36934d7b05b4l, content);
20
- return root_b5a9a3f5040540948313f36934d7b05b4i;
31
+ template_2a7920412bac4009b37c4d0863a6596e1.slot(element_2a7920412bac4009b37c4d0863a6596e51, content);
32
+ return root_2a7920412bac4009b37c4d0863a6596e4y;
21
33
  })();
22
34
  });
@@ -1,21 +1,21 @@
1
- import * as template_b5a9a3f5040540948313f36934d7b05b1 from '@esportsplus/frontend';
1
+ import * as template_2a7920412bac4009b37c4d0863a6596e1 from '@esportsplus/template';
2
2
  import './scss/index.scss';
3
3
  declare const _default: {
4
4
  (): ReturnType<(this: {
5
- attributes?: template_b5a9a3f5040540948313f36934d7b05b1.Attributes | undefined;
5
+ attributes?: template_2a7920412bac4009b37c4d0863a6596e1.Attributes | undefined;
6
6
  content?: string[] | undefined;
7
- }, attributes: Readonly<template_b5a9a3f5040540948313f36934d7b05b1.Attributes>, content: string[]) => template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>>;
8
- <T extends template_b5a9a3f5040540948313f36934d7b05b1.Attributes>(attributes: T): ReturnType<(this: {
9
- attributes?: template_b5a9a3f5040540948313f36934d7b05b1.Attributes | undefined;
7
+ }, attributes: Readonly<template_2a7920412bac4009b37c4d0863a6596e1.Attributes>, content: string[]) => template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>>;
8
+ <T extends template_2a7920412bac4009b37c4d0863a6596e1.Attributes>(attributes: T): ReturnType<(this: {
9
+ attributes?: template_2a7920412bac4009b37c4d0863a6596e1.Attributes | undefined;
10
10
  content?: string[] | undefined;
11
- }, attributes: Readonly<template_b5a9a3f5040540948313f36934d7b05b1.Attributes>, content: string[]) => template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>>;
11
+ }, attributes: Readonly<template_2a7920412bac4009b37c4d0863a6596e1.Attributes>, content: string[]) => template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>>;
12
12
  <T extends string[]>(content: T): ReturnType<(this: {
13
- attributes?: template_b5a9a3f5040540948313f36934d7b05b1.Attributes | undefined;
13
+ attributes?: template_2a7920412bac4009b37c4d0863a6596e1.Attributes | undefined;
14
14
  content?: string[] | undefined;
15
- }, attributes: Readonly<template_b5a9a3f5040540948313f36934d7b05b1.Attributes>, content: string[]) => template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>>;
16
- (attributes: template_b5a9a3f5040540948313f36934d7b05b1.Attributes, content: string[]): ReturnType<(this: {
17
- attributes?: template_b5a9a3f5040540948313f36934d7b05b1.Attributes | undefined;
15
+ }, attributes: Readonly<template_2a7920412bac4009b37c4d0863a6596e1.Attributes>, content: string[]) => template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>>;
16
+ (attributes: template_2a7920412bac4009b37c4d0863a6596e1.Attributes, content: string[]): ReturnType<(this: {
17
+ attributes?: template_2a7920412bac4009b37c4d0863a6596e1.Attributes | undefined;
18
18
  content?: string[] | undefined;
19
- }, attributes: Readonly<template_b5a9a3f5040540948313f36934d7b05b1.Attributes>, content: string[]) => template_b5a9a3f5040540948313f36934d7b05b1.Renderable<any>>;
19
+ }, attributes: Readonly<template_2a7920412bac4009b37c4d0863a6596e1.Attributes>, content: string[]) => template_2a7920412bac4009b37c4d0863a6596e1.Renderable<any>>;
20
20
  };
21
21
  export default _default;
@@ -1,15 +1,27 @@
1
- import * as template_b5a9a3f5040540948313f36934d7b05b1 from '@esportsplus/frontend';
2
- import { reactive } from '@esportsplus/frontend';
1
+ import * as template_2a7920412bac4009b37c4d0863a6596e1 from '@esportsplus/template';
2
+ import * as reactivity_2a7920412bac4009b37c4d0863a6596e0 from '@esportsplus/reactivity';
3
3
  import template from '../../components/template/index.js';
4
4
  import './scss/index.scss';
5
- const template_b5a9a3f5040540948313f36934d7b05b4o = template_b5a9a3f5040540948313f36934d7b05b1.template(`<div class='typewriter'><!--$--></div>`);
6
- const template_b5a9a3f5040540948313f36934d7b05b4r = template_b5a9a3f5040540948313f36934d7b05b1.template(``);
7
- const EMPTY_NODE = template_b5a9a3f5040540948313f36934d7b05b4r();
5
+ const template_2a7920412bac4009b37c4d0863a6596e55 = template_2a7920412bac4009b37c4d0863a6596e1.template(`<div class='typewriter'><!--$--></div>`);
6
+ const template_2a7920412bac4009b37c4d0863a6596e58 = template_2a7920412bac4009b37c4d0863a6596e1.template(``);
7
+ class ReactiveObject_2a7920412bac4009b37c4d0863a6596e53 extends reactivity_2a7920412bac4009b37c4d0863a6596e0.ReactiveObject {
8
+ #text = this[reactivity_2a7920412bac4009b37c4d0863a6596e0.SIGNAL]('');
9
+ constructor() {
10
+ super(null);
11
+ }
12
+ get text() {
13
+ return reactivity_2a7920412bac4009b37c4d0863a6596e0.read(this.#text);
14
+ }
15
+ set text(_v0) {
16
+ reactivity_2a7920412bac4009b37c4d0863a6596e0.write(this.#text, _v0);
17
+ }
18
+ }
19
+ const EMPTY_NODE = template_2a7920412bac4009b37c4d0863a6596e58();
8
20
  export default template.factory(function (_, content) {
9
- let state = reactive({ text: '' });
21
+ let state = new ReactiveObject_2a7920412bac4009b37c4d0863a6596e53();
10
22
  return (() => {
11
- let root_b5a9a3f5040540948313f36934d7b05b4n = template_b5a9a3f5040540948313f36934d7b05b4o(), element_b5a9a3f5040540948313f36934d7b05b4p = root_b5a9a3f5040540948313f36934d7b05b4n.firstChild, element_b5a9a3f5040540948313f36934d7b05b4q = element_b5a9a3f5040540948313f36934d7b05b4p.firstChild;
12
- template_b5a9a3f5040540948313f36934d7b05b1.onconnect(element_b5a9a3f5040540948313f36934d7b05b4p, () => {
23
+ let root_2a7920412bac4009b37c4d0863a6596e54 = template_2a7920412bac4009b37c4d0863a6596e55(), element_2a7920412bac4009b37c4d0863a6596e56 = root_2a7920412bac4009b37c4d0863a6596e54.firstChild, element_2a7920412bac4009b37c4d0863a6596e57 = element_2a7920412bac4009b37c4d0863a6596e56.firstChild;
24
+ template_2a7920412bac4009b37c4d0863a6596e1.onconnect(element_2a7920412bac4009b37c4d0863a6596e56, () => {
13
25
  let character = 0, i = 0, isWriting = true, write = content[i];
14
26
  function play() {
15
27
  setTimeout(() => {
@@ -38,7 +50,7 @@ export default template.factory(function (_, content) {
38
50
  }
39
51
  play();
40
52
  });
41
- new template_b5a9a3f5040540948313f36934d7b05b1.EffectSlot(element_b5a9a3f5040540948313f36934d7b05b4q, () => state.text || EMPTY_NODE);
42
- return root_b5a9a3f5040540948313f36934d7b05b4n;
53
+ new template_2a7920412bac4009b37c4d0863a6596e1.EffectSlot(element_2a7920412bac4009b37c4d0863a6596e57, () => state.text || EMPTY_NODE);
54
+ return root_2a7920412bac4009b37c4d0863a6596e54;
43
55
  })();
44
56
  });
@@ -2,10 +2,10 @@ declare const _default: {
2
2
  content: DocumentFragment;
3
3
  deactivate: () => void;
4
4
  error: {
5
- (messages: import("@esportsplus/frontend").Renderable<any>, seconds?: number): void;
5
+ (messages: import("@esportsplus/template").Renderable<any>, seconds?: number): void;
6
6
  response(response: import("@esportsplus/action").Response<any>): void;
7
7
  };
8
- info: (messages: import("@esportsplus/frontend").Renderable<any>, seconds?: number) => void;
9
- success: (messages: import("@esportsplus/frontend").Renderable<any>, seconds?: number) => void;
8
+ info: (messages: import("@esportsplus/template").Renderable<any>, seconds?: number) => void;
9
+ success: (messages: import("@esportsplus/template").Renderable<any>, seconds?: number) => void;
10
10
  };
11
11
  export default _default;
@@ -1,15 +1,15 @@
1
1
  declare const _default: {
2
2
  (): ReturnType<(this: {
3
- attributes?: import("@esportsplus/frontend").Attributes;
4
- }, attributes: Readonly<import("@esportsplus/frontend").Attributes>, content: import("@esportsplus/frontend").Renderable<any>) => import("@esportsplus/frontend").Renderable<any>>;
5
- <T extends import("@esportsplus/frontend").Attributes>(attributes: T): ReturnType<(this: {
6
- attributes?: import("@esportsplus/frontend").Attributes;
7
- }, attributes: Readonly<import("@esportsplus/frontend").Attributes>, content: import("@esportsplus/frontend").Renderable<any>) => import("@esportsplus/frontend").Renderable<any>>;
8
- <T extends import("@esportsplus/frontend").Renderable<any>>(content: T): ReturnType<(this: {
9
- attributes?: import("@esportsplus/frontend").Attributes;
10
- }, attributes: Readonly<import("@esportsplus/frontend").Attributes>, content: import("@esportsplus/frontend").Renderable<any>) => import("@esportsplus/frontend").Renderable<any>>;
11
- (attributes: import("@esportsplus/frontend").Attributes, content: import("@esportsplus/frontend").Renderable<any>): ReturnType<(this: {
12
- attributes?: import("@esportsplus/frontend").Attributes;
13
- }, attributes: Readonly<import("@esportsplus/frontend").Attributes>, content: import("@esportsplus/frontend").Renderable<any>) => import("@esportsplus/frontend").Renderable<any>>;
3
+ attributes?: import("@esportsplus/template").Attributes;
4
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
5
+ <T extends import("@esportsplus/template").Attributes>(attributes: T): ReturnType<(this: {
6
+ attributes?: import("@esportsplus/template").Attributes;
7
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
8
+ <T extends import("@esportsplus/template").Renderable<any>>(content: T): ReturnType<(this: {
9
+ attributes?: import("@esportsplus/template").Attributes;
10
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
11
+ (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
12
+ attributes?: import("@esportsplus/template").Attributes;
13
+ }, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
14
14
  };
15
15
  export default _default;
@@ -1,118 +1,118 @@
1
1
  declare const _default: (attributes: {
2
2
  [key: `aria-${string}`]: string | number | boolean | undefined;
3
3
  [key: `data-${string}`]: string | undefined;
4
- class?: import("node_modules/@esportsplus/frontend/build/template/types").Attribute | import("node_modules/@esportsplus/frontend/build/template/types").Attribute[];
5
- onconnect?: ((element: import("@esportsplus/frontend").Element) => void) | undefined;
6
- ondisconnect?: ((element: import("@esportsplus/frontend").Element) => void) | undefined;
7
- onrender?: ((element: import("@esportsplus/frontend").Element) => void) | undefined;
8
- ontick?: ((dispose: VoidFunction, element: import("@esportsplus/frontend").Element) => void) | undefined;
9
- style?: import("node_modules/@esportsplus/frontend/build/template/types").Attribute | import("node_modules/@esportsplus/frontend/build/template/types").Attribute[];
4
+ class?: import("node_modules/@esportsplus/template/build/types").Attribute | import("node_modules/@esportsplus/template/build/types").Attribute[];
5
+ onconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
6
+ ondisconnect?: ((element: import("@esportsplus/template").Element) => void) | undefined;
7
+ onrender?: ((element: import("@esportsplus/template").Element) => void) | undefined;
8
+ ontick?: ((dispose: VoidFunction, element: import("@esportsplus/template").Element) => void) | undefined;
9
+ style?: import("node_modules/@esportsplus/template/build/types").Attribute | import("node_modules/@esportsplus/template/build/types").Attribute[];
10
10
  } & {
11
- onabort?: ((this: import("@esportsplus/frontend").Element, event: UIEvent) => void) | undefined;
12
- onanimationcancel?: ((this: import("@esportsplus/frontend").Element, event: AnimationEvent) => void) | undefined;
13
- onanimationend?: ((this: import("@esportsplus/frontend").Element, event: AnimationEvent) => void) | undefined;
14
- onanimationiteration?: ((this: import("@esportsplus/frontend").Element, event: AnimationEvent) => void) | undefined;
15
- onanimationstart?: ((this: import("@esportsplus/frontend").Element, event: AnimationEvent) => void) | undefined;
16
- onauxclick?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
17
- onbeforeinput?: ((this: import("@esportsplus/frontend").Element, event: InputEvent) => void) | undefined;
18
- onbeforematch?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
19
- onbeforetoggle?: ((this: import("@esportsplus/frontend").Element, event: ToggleEvent) => void) | undefined;
20
- onblur?: ((this: import("@esportsplus/frontend").Element, event: FocusEvent) => void) | undefined;
21
- oncancel?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
22
- oncanplay?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
23
- oncanplaythrough?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
24
- onchange?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
25
- onclick?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
26
- onclose?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
27
- oncompositionend?: ((this: import("@esportsplus/frontend").Element, event: CompositionEvent) => void) | undefined;
28
- oncompositionstart?: ((this: import("@esportsplus/frontend").Element, event: CompositionEvent) => void) | undefined;
29
- oncompositionupdate?: ((this: import("@esportsplus/frontend").Element, event: CompositionEvent) => void) | undefined;
30
- oncontextlost?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
31
- oncontextmenu?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
32
- oncontextrestored?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
33
- oncopy?: ((this: import("@esportsplus/frontend").Element, event: ClipboardEvent) => void) | undefined;
34
- oncuechange?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
35
- oncut?: ((this: import("@esportsplus/frontend").Element, event: ClipboardEvent) => void) | undefined;
36
- ondblclick?: ((this: import("@esportsplus/frontend").Element, event: MouseEvent) => void) | undefined;
37
- ondrag?: ((this: import("@esportsplus/frontend").Element, event: DragEvent) => void) | undefined;
38
- ondragend?: ((this: import("@esportsplus/frontend").Element, event: DragEvent) => void) | undefined;
39
- ondragenter?: ((this: import("@esportsplus/frontend").Element, event: DragEvent) => void) | undefined;
40
- ondragleave?: ((this: import("@esportsplus/frontend").Element, event: DragEvent) => void) | undefined;
41
- ondragover?: ((this: import("@esportsplus/frontend").Element, event: DragEvent) => void) | undefined;
42
- ondragstart?: ((this: import("@esportsplus/frontend").Element, event: DragEvent) => void) | undefined;
43
- ondrop?: ((this: import("@esportsplus/frontend").Element, event: DragEvent) => void) | undefined;
44
- ondurationchange?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
45
- onemptied?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
46
- onended?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
47
- onerror?: ((this: import("@esportsplus/frontend").Element, event: ErrorEvent) => void) | undefined;
48
- onfocus?: ((this: import("@esportsplus/frontend").Element, event: FocusEvent) => void) | undefined;
49
- onfocusin?: ((this: import("@esportsplus/frontend").Element, event: FocusEvent) => void) | undefined;
50
- onfocusout?: ((this: import("@esportsplus/frontend").Element, event: FocusEvent) => void) | undefined;
51
- onformdata?: ((this: import("@esportsplus/frontend").Element, event: FormDataEvent) => void) | undefined;
52
- ongotpointercapture?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
53
- oninput?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
54
- oninvalid?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
55
- onkeydown?: ((this: import("@esportsplus/frontend").Element, event: KeyboardEvent) => void) | undefined;
56
- onkeypress?: ((this: import("@esportsplus/frontend").Element, event: KeyboardEvent) => void) | undefined;
57
- onkeyup?: ((this: import("@esportsplus/frontend").Element, event: KeyboardEvent) => void) | undefined;
58
- onload?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
59
- onloadeddata?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
60
- onloadedmetadata?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
61
- onloadstart?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
62
- onlostpointercapture?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
63
- onmousedown?: ((this: import("@esportsplus/frontend").Element, event: MouseEvent) => void) | undefined;
64
- onmouseenter?: ((this: import("@esportsplus/frontend").Element, event: MouseEvent) => void) | undefined;
65
- onmouseleave?: ((this: import("@esportsplus/frontend").Element, event: MouseEvent) => void) | undefined;
66
- onmousemove?: ((this: import("@esportsplus/frontend").Element, event: MouseEvent) => void) | undefined;
67
- onmouseout?: ((this: import("@esportsplus/frontend").Element, event: MouseEvent) => void) | undefined;
68
- onmouseover?: ((this: import("@esportsplus/frontend").Element, event: MouseEvent) => void) | undefined;
69
- onmouseup?: ((this: import("@esportsplus/frontend").Element, event: MouseEvent) => void) | undefined;
70
- onpaste?: ((this: import("@esportsplus/frontend").Element, event: ClipboardEvent) => void) | undefined;
71
- onpause?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
72
- onplay?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
73
- onplaying?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
74
- onpointercancel?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
75
- onpointerdown?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
76
- onpointerenter?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
77
- onpointerleave?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
78
- onpointermove?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
79
- onpointerout?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
80
- onpointerover?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
81
- onpointerrawupdate?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
82
- onpointerup?: ((this: import("@esportsplus/frontend").Element, event: PointerEvent) => void) | undefined;
83
- onprogress?: ((this: import("@esportsplus/frontend").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
84
- onratechange?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
85
- onreset?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
86
- onresize?: ((this: import("@esportsplus/frontend").Element, event: UIEvent) => void) | undefined;
87
- onscroll?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
88
- onscrollend?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
89
- onsecuritypolicyviolation?: ((this: import("@esportsplus/frontend").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
90
- onseeked?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
91
- onseeking?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
92
- onselect?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
93
- onselectionchange?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
94
- onselectstart?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
95
- onslotchange?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
96
- onstalled?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
97
- onsubmit?: ((this: import("@esportsplus/frontend").Element, event: SubmitEvent) => void) | undefined;
98
- onsuspend?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
99
- ontimeupdate?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
100
- ontoggle?: ((this: import("@esportsplus/frontend").Element, event: ToggleEvent) => void) | undefined;
101
- ontouchcancel?: ((this: import("@esportsplus/frontend").Element, event: TouchEvent) => void) | undefined;
102
- ontouchend?: ((this: import("@esportsplus/frontend").Element, event: TouchEvent) => void) | undefined;
103
- ontouchmove?: ((this: import("@esportsplus/frontend").Element, event: TouchEvent) => void) | undefined;
104
- ontouchstart?: ((this: import("@esportsplus/frontend").Element, event: TouchEvent) => void) | undefined;
105
- ontransitioncancel?: ((this: import("@esportsplus/frontend").Element, event: TransitionEvent) => void) | undefined;
106
- ontransitionend?: ((this: import("@esportsplus/frontend").Element, event: TransitionEvent) => void) | undefined;
107
- ontransitionrun?: ((this: import("@esportsplus/frontend").Element, event: TransitionEvent) => void) | undefined;
108
- ontransitionstart?: ((this: import("@esportsplus/frontend").Element, event: TransitionEvent) => void) | undefined;
109
- onvolumechange?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
110
- onwaiting?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
111
- onwebkitanimationend?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
112
- onwebkitanimationiteration?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
113
- onwebkitanimationstart?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
114
- onwebkittransitionend?: ((this: import("@esportsplus/frontend").Element, event: Event) => void) | undefined;
115
- onwheel?: ((this: import("@esportsplus/frontend").Element, event: WheelEvent) => void) | undefined;
11
+ onabort?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
12
+ onanimationcancel?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
13
+ onanimationend?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
14
+ onanimationiteration?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
15
+ onanimationstart?: ((this: import("@esportsplus/template").Element, event: AnimationEvent) => void) | undefined;
16
+ onauxclick?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
17
+ onbeforeinput?: ((this: import("@esportsplus/template").Element, event: InputEvent) => void) | undefined;
18
+ onbeforematch?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
19
+ onbeforetoggle?: ((this: import("@esportsplus/template").Element, event: ToggleEvent) => void) | undefined;
20
+ onblur?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
21
+ oncancel?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
22
+ oncanplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
23
+ oncanplaythrough?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
24
+ onchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
25
+ onclick?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
26
+ onclose?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
27
+ oncompositionend?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
28
+ oncompositionstart?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
29
+ oncompositionupdate?: ((this: import("@esportsplus/template").Element, event: CompositionEvent) => void) | undefined;
30
+ oncontextlost?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
31
+ oncontextmenu?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
32
+ oncontextrestored?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
33
+ oncopy?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
34
+ oncuechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
35
+ oncut?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
36
+ ondblclick?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
37
+ ondrag?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
38
+ ondragend?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
39
+ ondragenter?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
40
+ ondragleave?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
41
+ ondragover?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
42
+ ondragstart?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
43
+ ondrop?: ((this: import("@esportsplus/template").Element, event: DragEvent) => void) | undefined;
44
+ ondurationchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
45
+ onemptied?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
46
+ onended?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
47
+ onerror?: ((this: import("@esportsplus/template").Element, event: ErrorEvent) => void) | undefined;
48
+ onfocus?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
49
+ onfocusin?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
50
+ onfocusout?: ((this: import("@esportsplus/template").Element, event: FocusEvent) => void) | undefined;
51
+ onformdata?: ((this: import("@esportsplus/template").Element, event: FormDataEvent) => void) | undefined;
52
+ ongotpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
53
+ oninput?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
54
+ oninvalid?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
55
+ onkeydown?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
56
+ onkeypress?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
57
+ onkeyup?: ((this: import("@esportsplus/template").Element, event: KeyboardEvent) => void) | undefined;
58
+ onload?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
59
+ onloadeddata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
60
+ onloadedmetadata?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
61
+ onloadstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
62
+ onlostpointercapture?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
63
+ onmousedown?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
64
+ onmouseenter?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
65
+ onmouseleave?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
66
+ onmousemove?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
67
+ onmouseout?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
68
+ onmouseover?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
69
+ onmouseup?: ((this: import("@esportsplus/template").Element, event: MouseEvent) => void) | undefined;
70
+ onpaste?: ((this: import("@esportsplus/template").Element, event: ClipboardEvent) => void) | undefined;
71
+ onpause?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
72
+ onplay?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
73
+ onplaying?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
74
+ onpointercancel?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
75
+ onpointerdown?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
76
+ onpointerenter?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
77
+ onpointerleave?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
78
+ onpointermove?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
79
+ onpointerout?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
80
+ onpointerover?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
81
+ onpointerrawupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
82
+ onpointerup?: ((this: import("@esportsplus/template").Element, event: PointerEvent) => void) | undefined;
83
+ onprogress?: ((this: import("@esportsplus/template").Element, event: ProgressEvent<EventTarget>) => void) | undefined;
84
+ onratechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
85
+ onreset?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
86
+ onresize?: ((this: import("@esportsplus/template").Element, event: UIEvent) => void) | undefined;
87
+ onscroll?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
88
+ onscrollend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
89
+ onsecuritypolicyviolation?: ((this: import("@esportsplus/template").Element, event: SecurityPolicyViolationEvent) => void) | undefined;
90
+ onseeked?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
91
+ onseeking?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
92
+ onselect?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
93
+ onselectionchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
94
+ onselectstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
95
+ onslotchange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
96
+ onstalled?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
97
+ onsubmit?: ((this: import("@esportsplus/template").Element, event: SubmitEvent) => void) | undefined;
98
+ onsuspend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
99
+ ontimeupdate?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
100
+ ontoggle?: ((this: import("@esportsplus/template").Element, event: ToggleEvent) => void) | undefined;
101
+ ontouchcancel?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
102
+ ontouchend?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
103
+ ontouchmove?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
104
+ ontouchstart?: ((this: import("@esportsplus/template").Element, event: TouchEvent) => void) | undefined;
105
+ ontransitioncancel?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
106
+ ontransitionend?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
107
+ ontransitionrun?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
108
+ ontransitionstart?: ((this: import("@esportsplus/template").Element, event: TransitionEvent) => void) | undefined;
109
+ onvolumechange?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
110
+ onwaiting?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
111
+ onwebkitanimationend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
112
+ onwebkitanimationiteration?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
113
+ onwebkitanimationstart?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
114
+ onwebkittransitionend?: ((this: import("@esportsplus/template").Element, event: Event) => void) | undefined;
115
+ onwheel?: ((this: import("@esportsplus/template").Element, event: WheelEvent) => void) | undefined;
116
116
  } & Record<PropertyKey, unknown> & {
117
117
  state?: {
118
118
  active: boolean;