elements-kit 0.0.12 → 0.0.13

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 (75) hide show
  1. package/dist/{element-MXzFk4G2.mjs → element-C_4VbkvQ.mjs} +1 -1
  2. package/dist/{index-Cvdhuy6Y.d.mts → index-DUshSQ_6.d.mts} +11 -7
  3. package/dist/index.mjs +2 -2
  4. package/dist/integrations/react.d.mts +1 -1
  5. package/dist/integrations/react.mjs +1 -1
  6. package/dist/jsx-runtime/index.d.mts +1 -1
  7. package/dist/jsx-runtime/index.mjs +2 -2
  8. package/dist/signals/index.d.mts +2 -2
  9. package/dist/signals/index.mjs +2 -2
  10. package/dist/{signals-DcgXhkU2.mjs → signals-BHmWX6ox.mjs} +86 -76
  11. package/dist/slot.d.mts +2 -1
  12. package/dist/utilities/active-element.d.mts +1 -1
  13. package/dist/utilities/debounced.d.mts +1 -1
  14. package/dist/utilities/debounced.mjs +1 -1
  15. package/dist/utilities/debounced.test.mjs +1 -1
  16. package/dist/utilities/element-rect.d.mts +1 -1
  17. package/dist/utilities/element-rect.mjs +1 -1
  18. package/dist/utilities/element-rect.test.mjs +1 -1
  19. package/dist/utilities/element-scroll.d.mts +1 -1
  20. package/dist/utilities/element-scroll.mjs +1 -1
  21. package/dist/utilities/element-scroll.test.mjs +1 -1
  22. package/dist/utilities/event-driven.d.mts +1 -1
  23. package/dist/utilities/event-driven.mjs +10 -8
  24. package/dist/utilities/event-listener.d.mts +1 -1
  25. package/dist/utilities/event-listener.mjs +1 -1
  26. package/dist/utilities/event-listener.test.mjs +1 -1
  27. package/dist/utilities/focus-within.d.mts +1 -1
  28. package/dist/utilities/focus-within.mjs +1 -1
  29. package/dist/utilities/focus-within.test.mjs +1 -1
  30. package/dist/utilities/hover.d.mts +1 -1
  31. package/dist/utilities/hover.mjs +1 -1
  32. package/dist/utilities/hover.test.mjs +1 -1
  33. package/dist/utilities/intersection-observer.mjs +1 -1
  34. package/dist/utilities/intersection-observer.test.mjs +1 -1
  35. package/dist/utilities/interval.d.mts +1 -1
  36. package/dist/utilities/interval.mjs +1 -1
  37. package/dist/utilities/interval.test.mjs +1 -1
  38. package/dist/utilities/location.d.mts +1 -1
  39. package/dist/utilities/location.mjs +1 -1
  40. package/dist/utilities/long-press.test.mjs +1 -1
  41. package/dist/utilities/media-devices.d.mts +1 -1
  42. package/dist/utilities/media-devices.mjs +1 -1
  43. package/dist/utilities/media-devices.test.mjs +1 -1
  44. package/dist/utilities/media-player.d.mts +1 -1
  45. package/dist/utilities/media-player.test.mjs +1 -1
  46. package/dist/utilities/media-query.d.mts +1 -1
  47. package/dist/utilities/media-query.mjs +1 -1
  48. package/dist/utilities/mutation-observer.mjs +1 -1
  49. package/dist/utilities/mutation-observer.test.mjs +1 -1
  50. package/dist/utilities/on-click-outside.test.mjs +1 -1
  51. package/dist/utilities/orientation.d.mts +1 -1
  52. package/dist/utilities/previous.d.mts +1 -1
  53. package/dist/utilities/previous.mjs +1 -1
  54. package/dist/utilities/previous.test.mjs +1 -1
  55. package/dist/utilities/resize-observer.mjs +1 -1
  56. package/dist/utilities/routing.d.mts +1 -1
  57. package/dist/utilities/routing.mjs +1 -1
  58. package/dist/utilities/search-params.d.mts +1 -1
  59. package/dist/utilities/search-params.test.mjs +1 -1
  60. package/dist/utilities/storage.d.mts +1 -1
  61. package/dist/utilities/storage.test.mjs +1 -1
  62. package/dist/utilities/throttled.d.mts +1 -1
  63. package/dist/utilities/throttled.mjs +1 -1
  64. package/dist/utilities/throttled.test.mjs +1 -1
  65. package/dist/utilities/timeout.d.mts +1 -1
  66. package/dist/utilities/timeout.mjs +1 -1
  67. package/dist/utilities/timeout.test.mjs +1 -1
  68. package/dist/utilities/window-size.d.mts +1 -1
  69. package/dist/utilities/window-size.mjs +1 -1
  70. package/package.json +3 -13
  71. package/dist/builder/dom.d.mts +0 -212
  72. package/dist/builder/dom.mjs +0 -205
  73. package/dist/builder/index.d.mts +0 -88
  74. package/dist/builder/index.mjs +0 -114
  75. /package/dist/{lib-BYJ5jPTG.d.mts → lib-JA05lzCN.d.mts} +0 -0
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/focus-within.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { p as signal } from "../signals-DcgXhkU2.mjs";
1
+ import { _ as signal } from "../signals-BHmWX6ox.mjs";
2
2
  import { on } from "./event-listener.mjs";
3
3
  //#region src/utilities/focus-within.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createFocusWithin } from "./focus-within.mjs";
4
4
  //#region src/utilities/focus-within.test.ts
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/hover.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { p as signal } from "../signals-DcgXhkU2.mjs";
1
+ import { _ as signal } from "../signals-BHmWX6ox.mjs";
2
2
  import { on } from "./event-listener.mjs";
3
3
  //#region src/utilities/hover.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { n as vi, o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createHover } from "./hover.mjs";
4
4
  //#region src/utilities/hover.test.ts
@@ -1,4 +1,4 @@
1
- import { f as onCleanup } from "../signals-DcgXhkU2.mjs";
1
+ import { g as onCleanup } from "../signals-BHmWX6ox.mjs";
2
2
  //#region src/utilities/intersection-observer.ts
3
3
  /**
4
4
  * Raw `IntersectionObserver` wrapper with automatic cleanup.
@@ -1,4 +1,4 @@
1
- import { s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { n as vi, o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createIntersectionObserver } from "./intersection-observer.mjs";
4
4
  //#region src/utilities/intersection-observer.test.ts
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/interval.d.ts
4
4
  type IntervalResult = {
@@ -1,4 +1,4 @@
1
- import { f as onCleanup, p as signal } from "../signals-DcgXhkU2.mjs";
1
+ import { _ as signal, g as onCleanup } from "../signals-BHmWX6ox.mjs";
2
2
  //#region src/utilities/interval.ts
3
3
  /**
4
4
  * Pausable `setInterval` wrapper. Starts running immediately on creation.
@@ -1,4 +1,4 @@
1
- import { s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { n as vi, o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createInterval } from "./interval.mjs";
4
4
  //#region src/utilities/interval.test.ts
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/location.d.ts
4
4
  type LocationResult = {
@@ -1,4 +1,4 @@
1
- import { a as computed, f as onCleanup, m as trigger, p as signal } from "../signals-DcgXhkU2.mjs";
1
+ import { _ as signal, g as onCleanup, l as computed, v as trigger } from "../signals-BHmWX6ox.mjs";
2
2
  import { fromEvent } from "./event-driven.mjs";
3
3
  //#region src/utilities/location.ts
4
4
  const EVENTS = [
@@ -1,4 +1,4 @@
1
- import { s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { n as vi, o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createLongPress } from "./long-press.mjs";
4
4
  //#region src/utilities/long-press.test.ts
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/media-devices.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { p as signal } from "../signals-DcgXhkU2.mjs";
1
+ import { _ as signal } from "../signals-BHmWX6ox.mjs";
2
2
  import { on } from "./event-listener.mjs";
3
3
  //#region src/utilities/media-devices.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { n as vi, o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createMediaDevices } from "./media-devices.mjs";
4
4
  //#region src/utilities/media-devices.test.ts
@@ -1,4 +1,4 @@
1
- import { r as Signal, t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { r as Signal, t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/media-player.d.ts
4
4
  type MediaPlayerResult<T extends HTMLMediaElement> = {
@@ -1,4 +1,4 @@
1
- import { s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { n as vi, o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createMediaPlayer } from "./media-player.mjs";
4
4
  //#region src/utilities/media-player.test.ts
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/media-query.d.ts
4
4
  declare const isBrowser: boolean;
@@ -1,4 +1,4 @@
1
- import { p as signal } from "../signals-DcgXhkU2.mjs";
1
+ import { _ as signal } from "../signals-BHmWX6ox.mjs";
2
2
  import { fromEvent, sync } from "./event-driven.mjs";
3
3
  //#region src/utilities/media-query.ts
4
4
  const isBrowser = typeof window !== "undefined";
@@ -1,4 +1,4 @@
1
- import { f as onCleanup } from "../signals-DcgXhkU2.mjs";
1
+ import { g as onCleanup } from "../signals-BHmWX6ox.mjs";
2
2
  //#region src/utilities/mutation-observer.ts
3
3
  /**
4
4
  * Watches `target` for DOM mutations and calls `callback` with each batch of
@@ -1,4 +1,4 @@
1
- import { s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { n as vi, o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createMutationObserver } from "./mutation-observer.mjs";
4
4
  //#region src/utilities/mutation-observer.test.ts
@@ -1,4 +1,4 @@
1
- import { s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { n as vi, o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { onClickOutside } from "./on-click-outside.mjs";
4
4
  //#region src/utilities/on-click-outside.test.ts
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/orientation.d.ts
4
4
  type OrientationResult = {
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/previous.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { o as effect, p as signal } from "../signals-DcgXhkU2.mjs";
1
+ import { _ as signal, u as effect } from "../signals-BHmWX6ox.mjs";
2
2
  //#region src/utilities/previous.ts
3
3
  /**
4
4
  * Returns a `Computed` that always holds the *previous* value of `source`.
@@ -1,4 +1,4 @@
1
- import { p as signal, s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { _ as signal, d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { o as describe, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createPrevious } from "./previous.mjs";
4
4
  //#region src/utilities/previous.test.ts
@@ -1,4 +1,4 @@
1
- import { f as onCleanup } from "../signals-DcgXhkU2.mjs";
1
+ import { g as onCleanup } from "../signals-BHmWX6ox.mjs";
2
2
  //#region src/utilities/resize-observer.ts
3
3
  /**
4
4
  * Raw `ResizeObserver` wrapper with automatic cleanup.
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/routing.d.ts
4
4
  declare function patchHistory(): void;
@@ -1,4 +1,4 @@
1
- import { a as computed } from "../signals-DcgXhkU2.mjs";
1
+ import { l as computed } from "../signals-BHmWX6ox.mjs";
2
2
  import { currentLocation } from "./location.mjs";
3
3
  //#region src/utilities/routing.ts
4
4
  const patchHistoryMethod = (method) => {
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/search-params.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createSearchParam } from "./search-params.mjs";
4
4
  //#region src/utilities/search-params.test.ts
@@ -1,4 +1,4 @@
1
- import { r as Signal } from "../index-Cvdhuy6Y.mjs";
1
+ import { r as Signal } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/storage.d.ts
4
4
  type StorageOptions<T> = {
@@ -1,4 +1,4 @@
1
- import { s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createLocalStorage, createSessionStorage } from "./storage.mjs";
4
4
  //#region src/utilities/storage.test.ts
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/throttled.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { o as effect, p as signal } from "../signals-DcgXhkU2.mjs";
1
+ import { _ as signal, u as effect } from "../signals-BHmWX6ox.mjs";
2
2
  import { createTimeout } from "./timeout.mjs";
3
3
  //#region src/utilities/throttled.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { p as signal, s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { _ as signal, d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { a as beforeEach, n as vi, o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createThrottled } from "./throttled.mjs";
4
4
  //#region src/utilities/throttled.test.ts
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/timeout.d.ts
4
4
  type TimeoutResult = {
@@ -1,4 +1,4 @@
1
- import { f as onCleanup, p as signal } from "../signals-DcgXhkU2.mjs";
1
+ import { _ as signal, g as onCleanup } from "../signals-BHmWX6ox.mjs";
2
2
  //#region src/utilities/timeout.ts
3
3
  /**
4
4
  * Reactive `setTimeout` wrapper with pause/resume/reset control.
@@ -1,4 +1,4 @@
1
- import { s as effectScope } from "../signals-DcgXhkU2.mjs";
1
+ import { d as effectScope } from "../signals-BHmWX6ox.mjs";
2
2
  import { n as vi, o as describe, r as afterEach, s as it, t as globalExpect } from "../test.BmQO5GaM-ANkhHvbr.mjs";
3
3
  import { createTimeout } from "./timeout.mjs";
4
4
  //#region src/utilities/timeout.test.ts
@@ -1,4 +1,4 @@
1
- import { t as Computed } from "../index-Cvdhuy6Y.mjs";
1
+ import { t as Computed } from "../index-DUshSQ_6.mjs";
2
2
 
3
3
  //#region src/utilities/window-size.d.ts
4
4
  type WindowSizeResult = {
@@ -1,4 +1,4 @@
1
- import { a as computed } from "../signals-DcgXhkU2.mjs";
1
+ import { l as computed } from "../signals-BHmWX6ox.mjs";
2
2
  import { fromEvent, sync } from "./event-driven.mjs";
3
3
  //#region src/utilities/window-size.ts
4
4
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elements-kit",
3
3
  "type": "module",
4
- "version": "0.0.12",
4
+ "version": "0.0.13",
5
5
  "description": "A lightweight reactive UI library that transforms native HTMLElements into reactive components with signals. Ideal for framework-agnostic applications and web components.",
6
6
  "keywords": [
7
7
  "webcomponents",
@@ -43,16 +43,6 @@
43
43
  "import": "./dist/attributes.mjs",
44
44
  "types": "./dist/attributes.d.ts"
45
45
  },
46
- "./builder": {
47
- "source": "./src/builder/index.ts",
48
- "import": "./dist/builder/index.mjs",
49
- "types": "./dist/builder/index.d.ts"
50
- },
51
- "./builder/dom": {
52
- "source": "./src/builder/dom.ts",
53
- "import": "./dist/builder/dom.mjs",
54
- "types": "./dist/builder/dom.d.ts"
55
- },
56
46
  "./jsx-runtime": {
57
47
  "source": "./src/jsx-runtime/index.ts",
58
48
  "import": "./dist/jsx-runtime/index.mjs",
@@ -88,8 +78,8 @@
88
78
  "happy-dom": "^20.8.9",
89
79
  "react": "^19.2.5",
90
80
  "react-dom": "^19.2.5",
91
- "tsdown": "0.21.7",
92
- "typescript": "^6.0.2",
81
+ "tsdown": "0.21.9",
82
+ "typescript": "^6.0.3",
93
83
  "vitest": "^4.1.2"
94
84
  },
95
85
  "dependencies": {
@@ -1,212 +0,0 @@
1
- import { ReactiveElementOf } from "./index.mjs";
2
-
3
- //#region src/builder/dom.d.ts
4
- interface Lifecycle {
5
- connectedCallback?(): void;
6
- disconnectedCallback?(): void;
7
- attributeChangedCallback?(name: string, oldValue: string | null, newValue: string | null): void;
8
- adoptedCallback?(): void;
9
- }
10
- declare const a: () => ReactiveElementOf<HTMLAnchorElement>;
11
- declare const abbr: () => ReactiveElementOf<HTMLElement>;
12
- declare const address: () => ReactiveElementOf<HTMLElement>;
13
- declare const area: () => ReactiveElementOf<HTMLAreaElement>;
14
- declare const article: () => ReactiveElementOf<HTMLElement>;
15
- declare const aside: () => ReactiveElementOf<HTMLElement>;
16
- declare const audio: () => ReactiveElementOf<HTMLAudioElement>;
17
- declare const b: () => ReactiveElementOf<HTMLElement>;
18
- declare const base: () => ReactiveElementOf<HTMLBaseElement>;
19
- declare const bdi: () => ReactiveElementOf<HTMLElement>;
20
- declare const bdo: () => ReactiveElementOf<HTMLElement>;
21
- declare const blockquote: () => ReactiveElementOf<HTMLQuoteElement>;
22
- declare const body: () => ReactiveElementOf<HTMLBodyElement>;
23
- declare const br: () => ReactiveElementOf<HTMLBRElement>;
24
- declare const button: () => ReactiveElementOf<HTMLButtonElement>;
25
- declare const canvas: () => ReactiveElementOf<HTMLCanvasElement>;
26
- declare const caption: () => ReactiveElementOf<HTMLTableCaptionElement>;
27
- declare const cite: () => ReactiveElementOf<HTMLElement>;
28
- declare const code: () => ReactiveElementOf<HTMLElement>;
29
- declare const col: () => ReactiveElementOf<HTMLTableColElement>;
30
- declare const colgroup: () => ReactiveElementOf<HTMLTableColElement>;
31
- declare const data: () => ReactiveElementOf<HTMLDataElement>;
32
- declare const datalist: () => ReactiveElementOf<HTMLDataListElement>;
33
- declare const dd: () => ReactiveElementOf<HTMLElement>;
34
- declare const del: () => ReactiveElementOf<HTMLModElement>;
35
- declare const details: () => ReactiveElementOf<HTMLDetailsElement>;
36
- declare const dfn: () => ReactiveElementOf<HTMLElement>;
37
- declare const dialog: () => ReactiveElementOf<HTMLDialogElement>;
38
- declare const div: () => ReactiveElementOf<HTMLDivElement>;
39
- declare const dl: () => ReactiveElementOf<HTMLDListElement>;
40
- declare const dt: () => ReactiveElementOf<HTMLElement>;
41
- declare const em: () => ReactiveElementOf<HTMLElement>;
42
- declare const embed: () => ReactiveElementOf<HTMLEmbedElement>;
43
- declare const fieldset: () => ReactiveElementOf<HTMLFieldSetElement>;
44
- declare const figcaption: () => ReactiveElementOf<HTMLElement>;
45
- declare const figure: () => ReactiveElementOf<HTMLElement>;
46
- declare const footer: () => ReactiveElementOf<HTMLElement>;
47
- declare const form: () => ReactiveElementOf<HTMLFormElement>;
48
- declare const h1: () => ReactiveElementOf<HTMLHeadingElement>;
49
- declare const h2: () => ReactiveElementOf<HTMLHeadingElement>;
50
- declare const h3: () => ReactiveElementOf<HTMLHeadingElement>;
51
- declare const h4: () => ReactiveElementOf<HTMLHeadingElement>;
52
- declare const h5: () => ReactiveElementOf<HTMLHeadingElement>;
53
- declare const h6: () => ReactiveElementOf<HTMLHeadingElement>;
54
- declare const head: () => ReactiveElementOf<HTMLHeadElement>;
55
- declare const header: () => ReactiveElementOf<HTMLElement>;
56
- declare const hgroup: () => ReactiveElementOf<HTMLElement>;
57
- declare const hr: () => ReactiveElementOf<HTMLHRElement>;
58
- declare const html: () => ReactiveElementOf<HTMLHtmlElement>;
59
- declare const i: () => ReactiveElementOf<HTMLElement>;
60
- declare const iframe: () => ReactiveElementOf<HTMLIFrameElement>;
61
- declare const img: () => ReactiveElementOf<HTMLImageElement>;
62
- declare const input: () => ReactiveElementOf<HTMLInputElement>;
63
- declare const ins: () => ReactiveElementOf<HTMLModElement>;
64
- declare const kbd: () => ReactiveElementOf<HTMLElement>;
65
- declare const label: () => ReactiveElementOf<HTMLLabelElement>;
66
- declare const legend: () => ReactiveElementOf<HTMLLegendElement>;
67
- declare const li: () => ReactiveElementOf<HTMLLIElement>;
68
- declare const link: () => ReactiveElementOf<HTMLLinkElement>;
69
- declare const main: () => ReactiveElementOf<HTMLElement>;
70
- declare const map: () => ReactiveElementOf<HTMLMapElement>;
71
- declare const mark: () => ReactiveElementOf<HTMLElement>;
72
- declare const menu: () => ReactiveElementOf<HTMLMenuElement>;
73
- declare const meta: () => ReactiveElementOf<HTMLMetaElement>;
74
- declare const meter: () => ReactiveElementOf<HTMLMeterElement>;
75
- declare const nav: () => ReactiveElementOf<HTMLElement>;
76
- declare const noscript: () => ReactiveElementOf<HTMLElement>;
77
- declare const object: () => ReactiveElementOf<HTMLObjectElement>;
78
- declare const ol: () => ReactiveElementOf<HTMLOListElement>;
79
- declare const optgroup: () => ReactiveElementOf<HTMLOptGroupElement>;
80
- declare const option: () => ReactiveElementOf<HTMLOptionElement>;
81
- declare const output: () => ReactiveElementOf<HTMLOutputElement>;
82
- declare const p: () => ReactiveElementOf<HTMLParagraphElement>;
83
- declare const picture: () => ReactiveElementOf<HTMLPictureElement>;
84
- declare const pre: () => ReactiveElementOf<HTMLPreElement>;
85
- declare const progress: () => ReactiveElementOf<HTMLProgressElement>;
86
- declare const q: () => ReactiveElementOf<HTMLQuoteElement>;
87
- declare const rp: () => ReactiveElementOf<HTMLElement>;
88
- declare const rt: () => ReactiveElementOf<HTMLElement>;
89
- declare const ruby: () => ReactiveElementOf<HTMLElement>;
90
- declare const s: () => ReactiveElementOf<HTMLElement>;
91
- declare const samp: () => ReactiveElementOf<HTMLElement>;
92
- declare const script: () => ReactiveElementOf<HTMLScriptElement>;
93
- declare const search: () => ReactiveElementOf<HTMLElement>;
94
- declare const section: () => ReactiveElementOf<HTMLElement>;
95
- declare const select: () => ReactiveElementOf<HTMLSelectElement>;
96
- declare const slot: () => ReactiveElementOf<HTMLSlotElement>;
97
- declare const small: () => ReactiveElementOf<HTMLElement>;
98
- declare const source: () => ReactiveElementOf<HTMLSourceElement>;
99
- declare const span: () => ReactiveElementOf<HTMLSpanElement>;
100
- declare const strong: () => ReactiveElementOf<HTMLElement>;
101
- declare const style: () => ReactiveElementOf<HTMLStyleElement>;
102
- declare const sub: () => ReactiveElementOf<HTMLElement>;
103
- declare const summary: () => ReactiveElementOf<HTMLElement>;
104
- declare const sup: () => ReactiveElementOf<HTMLElement>;
105
- declare const table: () => ReactiveElementOf<HTMLTableElement>;
106
- declare const tbody: () => ReactiveElementOf<HTMLTableSectionElement>;
107
- declare const td: () => ReactiveElementOf<HTMLTableCellElement>;
108
- declare const template: () => ReactiveElementOf<HTMLTemplateElement>;
109
- declare const textarea: () => ReactiveElementOf<HTMLTextAreaElement>;
110
- declare const tfoot: () => ReactiveElementOf<HTMLTableSectionElement>;
111
- declare const th: () => ReactiveElementOf<HTMLTableCellElement>;
112
- declare const thead: () => ReactiveElementOf<HTMLTableSectionElement>;
113
- declare const time: () => ReactiveElementOf<HTMLTimeElement>;
114
- declare const title: () => ReactiveElementOf<HTMLTitleElement>;
115
- declare const tr: () => ReactiveElementOf<HTMLTableRowElement>;
116
- declare const track: () => ReactiveElementOf<HTMLTrackElement>;
117
- declare const u: () => ReactiveElementOf<HTMLElement>;
118
- declare const ul: () => ReactiveElementOf<HTMLUListElement>;
119
- declare const mathVar: () => ReactiveElementOf<HTMLElement>;
120
- declare const video: () => ReactiveElementOf<HTMLVideoElement>;
121
- declare const wbr: () => ReactiveElementOf<HTMLElement>;
122
- declare const animate: () => ReactiveElementOf<SVGAnimateElement>;
123
- declare const animateMotion: () => ReactiveElementOf<SVGAnimateMotionElement>;
124
- declare const animateTransform: () => ReactiveElementOf<SVGAnimateTransformElement>;
125
- declare const circle: () => ReactiveElementOf<SVGCircleElement>;
126
- declare const clipPath: () => ReactiveElementOf<SVGClipPathElement>;
127
- declare const defs: () => ReactiveElementOf<SVGDefsElement>;
128
- declare const desc: () => ReactiveElementOf<SVGDescElement>;
129
- declare const ellipse: () => ReactiveElementOf<SVGEllipseElement>;
130
- declare const feBlend: () => ReactiveElementOf<SVGFEBlendElement>;
131
- declare const feColorMatrix: () => ReactiveElementOf<SVGFEColorMatrixElement>;
132
- declare const feComponentTransfer: () => ReactiveElementOf<SVGFEComponentTransferElement>;
133
- declare const feComposite: () => ReactiveElementOf<SVGFECompositeElement>;
134
- declare const feConvolveMatrix: () => ReactiveElementOf<SVGFEConvolveMatrixElement>;
135
- declare const feDiffuseLighting: () => ReactiveElementOf<SVGFEDiffuseLightingElement>;
136
- declare const feDisplacementMap: () => ReactiveElementOf<SVGFEDisplacementMapElement>;
137
- declare const feDistantLight: () => ReactiveElementOf<SVGFEDistantLightElement>;
138
- declare const feDropShadow: () => ReactiveElementOf<SVGFEDropShadowElement>;
139
- declare const feFlood: () => ReactiveElementOf<SVGFEFloodElement>;
140
- declare const feFuncA: () => ReactiveElementOf<SVGFEFuncAElement>;
141
- declare const feFuncB: () => ReactiveElementOf<SVGFEFuncBElement>;
142
- declare const feFuncG: () => ReactiveElementOf<SVGFEFuncGElement>;
143
- declare const feFuncR: () => ReactiveElementOf<SVGFEFuncRElement>;
144
- declare const feGaussianBlur: () => ReactiveElementOf<SVGFEGaussianBlurElement>;
145
- declare const feImage: () => ReactiveElementOf<SVGFEImageElement>;
146
- declare const feMerge: () => ReactiveElementOf<SVGFEMergeElement>;
147
- declare const feMergeNode: () => ReactiveElementOf<SVGFEMergeNodeElement>;
148
- declare const feMorphology: () => ReactiveElementOf<SVGFEMorphologyElement>;
149
- declare const feOffset: () => ReactiveElementOf<SVGFEOffsetElement>;
150
- declare const fePointLight: () => ReactiveElementOf<SVGFEPointLightElement>;
151
- declare const feSpecularLighting: () => ReactiveElementOf<SVGFESpecularLightingElement>;
152
- declare const feSpotLight: () => ReactiveElementOf<SVGFESpotLightElement>;
153
- declare const feTile: () => ReactiveElementOf<SVGFETileElement>;
154
- declare const feTurbulence: () => ReactiveElementOf<SVGFETurbulenceElement>;
155
- declare const filter: () => ReactiveElementOf<SVGFilterElement>;
156
- declare const foreignObject: () => ReactiveElementOf<SVGForeignObjectElement>;
157
- declare const g: () => ReactiveElementOf<SVGGElement>;
158
- declare const image: () => ReactiveElementOf<SVGImageElement>;
159
- declare const line: () => ReactiveElementOf<SVGLineElement>;
160
- declare const linearGradient: () => ReactiveElementOf<SVGLinearGradientElement>;
161
- declare const marker: () => ReactiveElementOf<SVGMarkerElement>;
162
- declare const mask: () => ReactiveElementOf<SVGMaskElement>;
163
- declare const metadata: () => ReactiveElementOf<SVGMetadataElement>;
164
- declare const mpath: () => ReactiveElementOf<SVGMPathElement>;
165
- declare const path: () => ReactiveElementOf<SVGPathElement>;
166
- declare const pattern: () => ReactiveElementOf<SVGPatternElement>;
167
- declare const polygon: () => ReactiveElementOf<SVGPolygonElement>;
168
- declare const polyline: () => ReactiveElementOf<SVGPolylineElement>;
169
- declare const radialGradient: () => ReactiveElementOf<SVGRadialGradientElement>;
170
- declare const rect: () => ReactiveElementOf<SVGRectElement>;
171
- declare const set: () => ReactiveElementOf<SVGSetElement>;
172
- declare const stop: () => ReactiveElementOf<SVGStopElement>;
173
- declare const svg: () => ReactiveElementOf<SVGSVGElement>;
174
- declare const svgSwitch: () => ReactiveElementOf<SVGSwitchElement>;
175
- declare const symbol: () => ReactiveElementOf<SVGSymbolElement>;
176
- declare const text: () => ReactiveElementOf<SVGTextElement>;
177
- declare const textPath: () => ReactiveElementOf<SVGTextPathElement>;
178
- declare const tspan: () => ReactiveElementOf<SVGTSpanElement>;
179
- declare const use: () => ReactiveElementOf<SVGUseElement>;
180
- declare const view: () => ReactiveElementOf<SVGViewElement>;
181
- declare const annotation: () => ReactiveElementOf<MathMLElement>;
182
- declare const annotationXml: () => ReactiveElementOf<MathMLElement>;
183
- declare const maction: () => ReactiveElementOf<MathMLElement>;
184
- declare const math: () => ReactiveElementOf<MathMLElement>;
185
- declare const merror: () => ReactiveElementOf<MathMLElement>;
186
- declare const mfrac: () => ReactiveElementOf<MathMLElement>;
187
- declare const mi: () => ReactiveElementOf<MathMLElement>;
188
- declare const mmultiscripts: () => ReactiveElementOf<MathMLElement>;
189
- declare const mn: () => ReactiveElementOf<MathMLElement>;
190
- declare const mo: () => ReactiveElementOf<MathMLElement>;
191
- declare const mover: () => ReactiveElementOf<MathMLElement>;
192
- declare const mpadded: () => ReactiveElementOf<MathMLElement>;
193
- declare const mphantom: () => ReactiveElementOf<MathMLElement>;
194
- declare const mprescripts: () => ReactiveElementOf<MathMLElement>;
195
- declare const mroot: () => ReactiveElementOf<MathMLElement>;
196
- declare const mrow: () => ReactiveElementOf<MathMLElement>;
197
- declare const ms: () => ReactiveElementOf<MathMLElement>;
198
- declare const mspace: () => ReactiveElementOf<MathMLElement>;
199
- declare const msqrt: () => ReactiveElementOf<MathMLElement>;
200
- declare const mstyle: () => ReactiveElementOf<MathMLElement>;
201
- declare const msub: () => ReactiveElementOf<MathMLElement>;
202
- declare const msubsup: () => ReactiveElementOf<MathMLElement>;
203
- declare const msup: () => ReactiveElementOf<MathMLElement>;
204
- declare const mtable: () => ReactiveElementOf<MathMLElement>;
205
- declare const mtd: () => ReactiveElementOf<MathMLElement>;
206
- declare const mtext: () => ReactiveElementOf<MathMLElement>;
207
- declare const mtr: () => ReactiveElementOf<MathMLElement>;
208
- declare const munder: () => ReactiveElementOf<MathMLElement>;
209
- declare const munderover: () => ReactiveElementOf<MathMLElement>;
210
- declare const semantics: () => ReactiveElementOf<MathMLElement>;
211
- //#endregion
212
- export { Lifecycle, a, abbr, address, animate, animateMotion, animateTransform, annotation, annotationXml, area, article, aside, audio, b, base, bdi, bdo, blockquote, body, br, button, canvas, caption, circle, cite, clipPath, code, col, colgroup, data, datalist, dd, defs, del, desc, details, dfn, dialog, div, dl, dt, ellipse, em, embed, feBlend, feColorMatrix, feComponentTransfer, feComposite, feConvolveMatrix, feDiffuseLighting, feDisplacementMap, feDistantLight, feDropShadow, feFlood, feFuncA, feFuncB, feFuncG, feFuncR, feGaussianBlur, feImage, feMerge, feMergeNode, feMorphology, feOffset, fePointLight, feSpecularLighting, feSpotLight, feTile, feTurbulence, fieldset, figcaption, figure, filter, footer, foreignObject, form, g, h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, html, i, iframe, image, img, input, ins, kbd, label, legend, li, line, linearGradient, link, maction, main, map, mark, marker, mask, math, mathVar, menu, merror, meta, metadata, meter, mfrac, mi, mmultiscripts, mn, mo, mover, mpadded, mpath, mphantom, mprescripts, mroot, mrow, ms, mspace, msqrt, mstyle, msub, msubsup, msup, mtable, mtd, mtext, mtr, munder, munderover, nav, noscript, object, ol, optgroup, option, output, p, path, pattern, picture, polygon, polyline, pre, progress, q, radialGradient, rect, rp, rt, ruby, s, samp, script, search, section, select, semantics, set, slot, small, source, span, stop, strong, style, sub, summary, sup, svg, svgSwitch, symbol, table, tbody, td, template, text, textPath, textarea, tfoot, th, thead, time, title, tr, track, tspan, u, ul, use, video, view, wbr };