@adobe/data 0.5.23 → 0.5.25

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 (291) hide show
  1. package/README.md +96 -110
  2. package/dist/blob/blob-handle.d.ts +53 -2
  3. package/dist/blob/blob-handle.js +48 -4
  4. package/dist/blob/blob-handle.js.map +1 -1
  5. package/dist/blob/blob-meta.d.ts +26 -1
  6. package/dist/blob/blob-meta.js +14 -1
  7. package/dist/blob/blob-meta.js.map +1 -1
  8. package/dist/blob/index.d.ts +0 -2
  9. package/dist/blob/index.js +21 -2
  10. package/dist/blob/index.js.map +1 -1
  11. package/dist/cache/functions/hashing/blob-to-hash.js +7 -5
  12. package/dist/cache/functions/hashing/blob-to-hash.js.map +1 -1
  13. package/dist/ecs/database/create-database.js +54 -50
  14. package/dist/ecs/database/create-database.js.map +1 -1
  15. package/dist/ecs/database/create-database.test.js +2 -1
  16. package/dist/ecs/database/create-database.test.js.map +1 -1
  17. package/dist/ecs/database/database-schema/create-database-schema-test.js +1 -1
  18. package/dist/ecs/database/database-schema/create-database-schema-test.js.map +1 -1
  19. package/dist/ecs/database/database-schema/create-database-schema.js +0 -2
  20. package/dist/ecs/database/database-schema/create-database-schema.js.map +1 -1
  21. package/dist/ecs/database/transactional-store/apply-operations.js.map +1 -1
  22. package/dist/ecs/database/transactional-store/coalesce-transactions.js +2 -2
  23. package/dist/ecs/database/transactional-store/coalesce-transactions.js.map +1 -1
  24. package/dist/ecs/database/transactional-store/patch-entity-values.js.map +1 -1
  25. package/dist/ecs/store/core/select-entities.js +2 -2
  26. package/dist/ecs/store/core/select-entities.js.map +1 -1
  27. package/dist/ecs/store/store-schema/create-store-schema-test.js +2 -2
  28. package/dist/ecs/store/store-schema/create-store-schema-test.js.map +1 -1
  29. package/dist/ecs/store/store-schema/create-store-schema.d.ts +11 -1
  30. package/dist/ecs/store/store-schema/create-store-schema.js +30 -44
  31. package/dist/ecs/store/store-schema/create-store-schema.js.map +1 -1
  32. package/dist/ecs/store/store-schema/index.d.ts +2 -1
  33. package/dist/ecs/store/store-schema/index.js +23 -20
  34. package/dist/ecs/store/store-schema/index.js.map +1 -1
  35. package/dist/ecs/store/store-schema/store-schema.d.ts +12 -1
  36. package/dist/ecs/store/store-schema/store-schema.js +21 -55
  37. package/dist/ecs/store/store-schema/store-schema.js.map +1 -1
  38. package/dist/ecs/store/store.js +2 -2
  39. package/dist/ecs/store/store.js.map +1 -1
  40. package/dist/functions/merge-patch.js.map +1 -1
  41. package/dist/functions/merge-patch.test.js +21 -0
  42. package/dist/functions/merge-patch.test.js.map +1 -1
  43. package/dist/functions/serialization/index.js +21 -0
  44. package/dist/functions/serialization/index.js.map +1 -1
  45. package/dist/functions/serialization/register-blob-codecs.js.map +1 -1
  46. package/dist/functions/serialization/register-typed-array-codecs.js.map +1 -1
  47. package/dist/functions/serialization/serialize-to-blobs.js +21 -0
  48. package/dist/functions/serialization/serialize-to-blobs.js.map +1 -1
  49. package/dist/functions/serialization/serialize-to-blobs.test.js +21 -0
  50. package/dist/functions/serialization/serialize-to-blobs.test.js.map +1 -1
  51. package/dist/functions/serialization/serialize-to-storage.js +21 -0
  52. package/dist/functions/serialization/serialize-to-storage.js.map +1 -1
  53. package/dist/functions/serialization/serialize-to-storage.test.js +21 -0
  54. package/dist/functions/serialization/serialize-to-storage.test.js.map +1 -1
  55. package/dist/functions/serialization/serialize.js +21 -0
  56. package/dist/functions/serialization/serialize.js.map +1 -1
  57. package/dist/graphics/frame.d.ts +22 -1
  58. package/dist/graphics/frame.js +11 -14
  59. package/dist/graphics/frame.js.map +1 -1
  60. package/dist/graphics/get-web-gpu-device-and-context.d.ts +2 -1
  61. package/dist/graphics/get-web-gpu-device-and-context.js +20 -23
  62. package/dist/graphics/get-web-gpu-device-and-context.js.map +1 -1
  63. package/dist/graphics/graphics-context.d.ts +5 -1
  64. package/dist/graphics/graphics-context.js +0 -5
  65. package/dist/graphics/graphics-context.js.map +1 -1
  66. package/dist/internal/array-buffer-like/copy.js +0 -420
  67. package/dist/internal/array-buffer-like/copy.js.map +1 -1
  68. package/dist/internal/array-buffer-like/is-array-buffer.js +0 -420
  69. package/dist/internal/array-buffer-like/is-array-buffer.js.map +1 -1
  70. package/dist/internal/array-buffer-like/is-shared-array-buffer.js +0 -420
  71. package/dist/internal/array-buffer-like/is-shared-array-buffer.js.map +1 -1
  72. package/dist/internal/data-view-32/data-view-32.js +0 -21
  73. package/dist/internal/data-view-32/data-view-32.js.map +1 -1
  74. package/dist/lit/elements/service-application.d.ts +9 -0
  75. package/dist/lit/elements/service-application.js +55 -0
  76. package/dist/lit/elements/service-application.js.map +1 -0
  77. package/dist/lit/elements/service-context.d.ts +1 -0
  78. package/dist/{ecs/entity/u32.js → lit/elements/service-context.js} +3 -3
  79. package/dist/lit/elements/service-context.js.map +1 -0
  80. package/dist/lit/elements/service-element.d.ts +6 -0
  81. package/dist/lit/elements/service-element.js +43 -0
  82. package/dist/lit/elements/service-element.js.map +1 -0
  83. package/dist/lit/hooks/index.d.ts +1 -0
  84. package/dist/lit/hooks/index.js +1 -0
  85. package/dist/lit/hooks/index.js.map +1 -1
  86. package/dist/lit/hooks/use-debounce.d.ts +8 -0
  87. package/dist/lit/hooks/use-debounce.js +41 -0
  88. package/dist/lit/hooks/use-debounce.js.map +1 -0
  89. package/dist/lit/hooks/use-drag-observe.d.ts +6 -5
  90. package/dist/lit/hooks/use-drag-observe.js +2 -2
  91. package/dist/lit/hooks/use-drag-observe.js.map +1 -1
  92. package/dist/lit/hooks/use-drag-transaction.d.ts +1 -1
  93. package/dist/lit/hooks/use-drag-transaction.js +1 -2
  94. package/dist/lit/hooks/use-drag-transaction.js.map +1 -1
  95. package/dist/lit/hooks/use-draggable.d.ts +5 -6
  96. package/dist/lit/hooks/use-draggable.js +23 -31
  97. package/dist/lit/hooks/use-draggable.js.map +1 -1
  98. package/dist/lit/hooks/use-effect.js +1 -1
  99. package/dist/lit/hooks/use-effect.js.map +1 -1
  100. package/dist/lit/hooks/use-resize-observer.d.ts +2 -0
  101. package/dist/lit/hooks/use-resize-observer.js +2 -0
  102. package/dist/lit/hooks/use-resize-observer.js.map +1 -1
  103. package/dist/lit/hooks/use-updated.js +21 -0
  104. package/dist/lit/hooks/use-updated.js.map +1 -1
  105. package/dist/math/aabb/aabb.js +1 -0
  106. package/dist/math/aabb/aabb.js.map +1 -1
  107. package/dist/math/aabb-face/aabb-face.d.ts +14 -19
  108. package/dist/math/aabb-face/aabb-face.js +31 -19
  109. package/dist/math/aabb-face/aabb-face.js.map +1 -1
  110. package/dist/math/f32/f32.js +1 -0
  111. package/dist/math/f32/f32.js.map +1 -1
  112. package/dist/math/i32/i32.js +1 -0
  113. package/dist/math/i32/i32.js.map +1 -1
  114. package/dist/math/line2/line2.js +1 -0
  115. package/dist/math/line2/line2.js.map +1 -1
  116. package/dist/math/line3/line3.js +1 -0
  117. package/dist/math/line3/line3.js.map +1 -1
  118. package/dist/math/mat4x4/mat4x4.js +1 -0
  119. package/dist/math/mat4x4/mat4x4.js.map +1 -1
  120. package/dist/math/picking/get-closest-entity-to-line.js +1 -1
  121. package/dist/math/picking/get-closest-entity-to-line.js.map +1 -1
  122. package/dist/math/picking/get-closest-entity-to-point.js +1 -1
  123. package/dist/math/picking/get-closest-entity-to-point.js.map +1 -1
  124. package/dist/math/picking/pick-from-tables.js +1 -1
  125. package/dist/math/picking/pick-from-tables.js.map +1 -1
  126. package/dist/math/picking/pick-result.d.ts +2 -4
  127. package/dist/math/plane/plane.js +1 -0
  128. package/dist/math/plane/plane.js.map +1 -1
  129. package/dist/math/quat/quat.js +1 -0
  130. package/dist/math/quat/quat.js.map +1 -1
  131. package/dist/math/u32/u32.js +1 -0
  132. package/dist/math/u32/u32.js.map +1 -1
  133. package/dist/math/vec2/vec2.js +1 -0
  134. package/dist/math/vec2/vec2.js.map +1 -1
  135. package/dist/math/vec3/vec3.d.ts +1 -0
  136. package/dist/math/vec3/vec3.js +2 -0
  137. package/dist/math/vec3/vec3.js.map +1 -1
  138. package/dist/math/vec4/vec4.d.ts +1 -0
  139. package/dist/math/vec4/vec4.js +7 -0
  140. package/dist/math/vec4/vec4.js.map +1 -1
  141. package/dist/observe/to-async-generator.test.js +5 -8
  142. package/dist/observe/to-async-generator.test.js.map +1 -1
  143. package/dist/observe/with-default.js +0 -1
  144. package/dist/observe/with-default.js.map +1 -1
  145. package/dist/samples/todo/elements/todo-list/todo-list-presentation.d.ts +0 -17
  146. package/dist/samples/todo/elements/todo-list/todo-list-presentation.js.map +1 -1
  147. package/dist/samples/todo/elements/todo-list/todo-list.css.d.ts +0 -17
  148. package/dist/samples/todo/elements/todo-list/todo-list.css.js +21 -17
  149. package/dist/samples/todo/elements/todo-list/todo-list.css.js.map +1 -1
  150. package/dist/samples/todo/elements/todo-list/todo-list.js +21 -17
  151. package/dist/samples/todo/elements/todo-list/todo-list.js.map +1 -1
  152. package/dist/samples/todo/elements/todo-row/index.d.ts +0 -17
  153. package/dist/samples/todo/elements/todo-row/index.js +21 -17
  154. package/dist/samples/todo/elements/todo-row/index.js.map +1 -1
  155. package/dist/samples/todo/elements/todo-row/todo-row-presentation.js +23 -19
  156. package/dist/samples/todo/elements/todo-row/todo-row-presentation.js.map +1 -1
  157. package/dist/samples/todo/elements/todo-row/todo-row.css.js +21 -17
  158. package/dist/samples/todo/elements/todo-row/todo-row.css.js.map +1 -1
  159. package/dist/samples/todo/elements/todo-row/todo-row.js +21 -17
  160. package/dist/samples/todo/elements/todo-row/todo-row.js.map +1 -1
  161. package/dist/samples/todo/elements/todo-toolbar/index.d.ts +0 -17
  162. package/dist/samples/todo/elements/todo-toolbar/index.js +21 -17
  163. package/dist/samples/todo/elements/todo-toolbar/index.js.map +1 -1
  164. package/dist/samples/todo/elements/todo-toolbar/todo-toolbar-presentation.js +21 -17
  165. package/dist/samples/todo/elements/todo-toolbar/todo-toolbar-presentation.js.map +1 -1
  166. package/dist/samples/todo/elements/todo-toolbar/todo-toolbar.css.js +21 -17
  167. package/dist/samples/todo/elements/todo-toolbar/todo-toolbar.css.js.map +1 -1
  168. package/dist/samples/todo/elements/todo-toolbar/todo-toolbar.js +21 -17
  169. package/dist/samples/todo/elements/todo-toolbar/todo-toolbar.js.map +1 -1
  170. package/dist/samples/todo/elements/todo-undo-redo/index.d.ts +0 -17
  171. package/dist/samples/todo/elements/todo-undo-redo/index.js +21 -17
  172. package/dist/samples/todo/elements/todo-undo-redo/index.js.map +1 -1
  173. package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo-presentation.js +21 -17
  174. package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo-presentation.js.map +1 -1
  175. package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo.css.js +21 -17
  176. package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo.css.js.map +1 -1
  177. package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo.js +21 -17
  178. package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo.js.map +1 -1
  179. package/dist/samples/todo/services/dependent-state-service/create-dependent-state-service.js +21 -17
  180. package/dist/samples/todo/services/dependent-state-service/create-dependent-state-service.js.map +1 -1
  181. package/dist/samples/todo/services/dependent-state-service/dependent-state/all-todos.d.ts +0 -17
  182. package/dist/samples/todo/services/dependent-state-service/dependent-state/all-todos.js.map +1 -1
  183. package/dist/samples/todo/services/dependent-state-service/dependent-state/complete-todos.d.ts +0 -17
  184. package/dist/samples/todo/services/dependent-state-service/dependent-state/complete-todos.js.map +1 -1
  185. package/dist/samples/todo/services/dependent-state-service/dependent-state/incomplete-todos.d.ts +0 -17
  186. package/dist/samples/todo/services/dependent-state-service/dependent-state/incomplete-todos.js.map +1 -1
  187. package/dist/samples/todo/services/dependent-state-service/dependent-state/index.d.ts +0 -17
  188. package/dist/samples/todo/services/dependent-state-service/dependent-state/index.js +21 -17
  189. package/dist/samples/todo/services/dependent-state-service/dependent-state/index.js.map +1 -1
  190. package/dist/samples/todo/services/dependent-state-service/dependent-state-service.d.ts +0 -17
  191. package/dist/samples/todo/services/main-service/create-main-service.d.ts +0 -17
  192. package/dist/samples/todo/services/main-service/create-main-service.js.map +1 -1
  193. package/dist/samples/todo/services/main-service/todo-main-service.d.ts +0 -17
  194. package/dist/samples/todo/services/state-service/create-todo-database.d.ts +1 -1
  195. package/dist/samples/todo/services/state-service/create-todo-database.js +21 -17
  196. package/dist/samples/todo/services/state-service/create-todo-database.js.map +1 -1
  197. package/dist/samples/todo/services/state-service/create-todo-store.d.ts +1 -1
  198. package/dist/samples/todo/services/state-service/create-todo-store.js +21 -17
  199. package/dist/samples/todo/services/state-service/create-todo-store.js.map +1 -1
  200. package/dist/samples/todo/services/state-service/todo-state-service.d.ts +0 -17
  201. package/dist/samples/todo/services/state-service/transactions/create-bulk-todos.js +21 -17
  202. package/dist/samples/todo/services/state-service/transactions/create-bulk-todos.js.map +1 -1
  203. package/dist/samples/todo/services/state-service/transactions/create-todo.d.ts +0 -17
  204. package/dist/samples/todo/services/state-service/transactions/create-todo.js.map +1 -1
  205. package/dist/samples/todo/services/state-service/transactions/create-todo.test.js +21 -17
  206. package/dist/samples/todo/services/state-service/transactions/create-todo.test.js.map +1 -1
  207. package/dist/samples/todo/services/state-service/transactions/delete-all-todos.d.ts +0 -17
  208. package/dist/samples/todo/services/state-service/transactions/delete-all-todos.js.map +1 -1
  209. package/dist/samples/todo/services/state-service/transactions/delete-todo.js +21 -17
  210. package/dist/samples/todo/services/state-service/transactions/delete-todo.js.map +1 -1
  211. package/dist/samples/todo/services/state-service/transactions/delete-todo.test.js +21 -17
  212. package/dist/samples/todo/services/state-service/transactions/delete-todo.test.js.map +1 -1
  213. package/dist/samples/todo/services/state-service/transactions/drag-todo.js +21 -17
  214. package/dist/samples/todo/services/state-service/transactions/drag-todo.js.map +1 -1
  215. package/dist/samples/todo/services/state-service/transactions/index.d.ts +0 -17
  216. package/dist/samples/todo/services/state-service/transactions/index.js +21 -17
  217. package/dist/samples/todo/services/state-service/transactions/index.js.map +1 -1
  218. package/dist/samples/todo/services/state-service/transactions/reorder-todos.d.ts +0 -17
  219. package/dist/samples/todo/services/state-service/transactions/reorder-todos.js.map +1 -1
  220. package/dist/samples/todo/services/state-service/transactions/toggle-complete.d.ts +0 -17
  221. package/dist/samples/todo/services/state-service/transactions/toggle-complete.js.map +1 -1
  222. package/dist/samples/todo/services/state-service/transactions/toggle-complete.test.js +21 -17
  223. package/dist/samples/todo/services/state-service/transactions/toggle-complete.test.js.map +1 -1
  224. package/dist/samples/todo/todo-element.d.ts +0 -17
  225. package/dist/samples/todo/todo-element.js.map +1 -1
  226. package/dist/samples/todo/todo-main-element.d.ts +0 -17
  227. package/dist/samples/todo/todo-main-element.js +21 -17
  228. package/dist/samples/todo/todo-main-element.js.map +1 -1
  229. package/dist/table/table.js +1 -0
  230. package/dist/table/table.js.map +1 -1
  231. package/dist/tsconfig.tsbuildinfo +1 -1
  232. package/dist/typed-buffer/create-struct-buffer.js +0 -1
  233. package/dist/typed-buffer/create-struct-buffer.js.map +1 -1
  234. package/dist/typed-buffer/create-struct-buffer.test.js +5 -3
  235. package/dist/typed-buffer/create-struct-buffer.test.js.map +1 -1
  236. package/dist/typed-buffer/is-typed-buffer.js +21 -0
  237. package/dist/typed-buffer/is-typed-buffer.js.map +1 -1
  238. package/dist/typed-buffer/is-typed-buffer.test.js +21 -0
  239. package/dist/typed-buffer/is-typed-buffer.test.js.map +1 -1
  240. package/dist/typed-buffer/typed-buffer-equals.js +21 -0
  241. package/dist/typed-buffer/typed-buffer-equals.js.map +1 -1
  242. package/dist/types/replace.d.ts +0 -4
  243. package/dist/types/replace.js.map +1 -1
  244. package/package.json +1 -1
  245. package/dist/ecs/entity/entity.d.ts +0 -8
  246. package/dist/ecs/entity/entity.js +0 -3
  247. package/dist/ecs/entity/entity.js.map +0 -1
  248. package/dist/ecs/entity/u32.d.ts +0 -8
  249. package/dist/ecs/entity/u32.js.map +0 -1
  250. package/dist/math/aabb-face/face.d.ts +0 -51
  251. package/dist/math/aabb-face/face.js +0 -110
  252. package/dist/math/aabb-face/face.js.map +0 -1
  253. package/dist/math/aabb-face/face.test.d.ts +0 -1
  254. package/dist/math/aabb-face/face.test.js +0 -94
  255. package/dist/math/aabb-face/face.test.js.map +0 -1
  256. package/dist/math/box/box.d.ts +0 -50
  257. package/dist/math/box/box.js +0 -23
  258. package/dist/math/box/box.js.map +0 -1
  259. package/dist/math/face/face.d.ts +0 -51
  260. package/dist/math/face/face.js +0 -110
  261. package/dist/math/face/face.js.map +0 -1
  262. package/dist/math/face/face.test.d.ts +0 -1
  263. package/dist/math/face/face.test.js +0 -94
  264. package/dist/math/face/face.test.js.map +0 -1
  265. package/dist/math/picking/face.d.ts +0 -1
  266. package/dist/math/picking/face.js +0 -2
  267. package/dist/math/picking/face.js.map +0 -1
  268. package/dist/math/picking/getClosestEntityToLine.d.ts +0 -4
  269. package/dist/math/picking/getClosestEntityToLine.js +0 -29
  270. package/dist/math/picking/getClosestEntityToLine.js.map +0 -1
  271. package/dist/math/picking/getClosestEntityToPoint.d.ts +0 -4
  272. package/dist/math/picking/getClosestEntityToPoint.js +0 -27
  273. package/dist/math/picking/getClosestEntityToPoint.js.map +0 -1
  274. package/dist/math/picking/getIntersectingEntities.d.ts +0 -12
  275. package/dist/math/picking/getIntersectingEntities.js +0 -15
  276. package/dist/math/picking/getIntersectingEntities.js.map +0 -1
  277. package/dist/math/transform/debug-inverse.d.ts +0 -1
  278. package/dist/math/transform/debug-inverse.js +0 -28
  279. package/dist/math/transform/debug-inverse.js.map +0 -1
  280. package/dist/math/transform/debug-quat.d.ts +0 -1
  281. package/dist/math/transform/debug-quat.js +0 -23
  282. package/dist/math/transform/debug-quat.js.map +0 -1
  283. package/dist/math/transform/debug-test.d.ts +0 -1
  284. package/dist/math/transform/debug-test.js +0 -34
  285. package/dist/math/transform/debug-test.js.map +0 -1
  286. package/dist/math/transform/transform.d.ts +0 -58
  287. package/dist/math/transform/transform.js +0 -101
  288. package/dist/math/transform/transform.js.map +0 -1
  289. package/dist/math/transform/transform.test.d.ts +0 -1
  290. package/dist/math/transform/transform.test.js +0 -309
  291. package/dist/math/transform/transform.test.js.map +0 -1
@@ -12,426 +12,6 @@ furnished to do so, subject to the following conditions:
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.*/
22
- /*MIT License
23
-
24
- © Copyright 2025 Adobe. All rights reserved.
25
-
26
- Permission is hereby granted, free of charge, to any person obtaining a copy
27
- of this software and associated documentation files (the "Software"), to deal
28
- in the Software without restriction, including without limitation the rights
29
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30
- copies of the Software, and to permit persons to whom the Software is
31
- furnished to do so, subject to the following conditions:
32
-
33
- The above copyright notice and this permission notice shall be included in all
34
- copies or substantial portions of the Software.
35
-
36
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
39
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
41
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42
- SOFTWARE.*/
43
- /*MIT License
44
-
45
- © Copyright 2025 Adobe. All rights reserved.
46
-
47
- Permission is hereby granted, free of charge, to any person obtaining a copy
48
- of this software and associated documentation files (the "Software"), to deal
49
- in the Software without restriction, including without limitation the rights
50
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
51
- copies of the Software, and to permit persons to whom the Software is
52
- furnished to do so, subject to the following conditions:
53
-
54
- The above copyright notice and this permission notice shall be included in all
55
- copies or substantial portions of the Software.
56
-
57
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
63
- SOFTWARE.*/
64
- /*MIT License
65
-
66
- © Copyright 2025 Adobe. All rights reserved.
67
-
68
- Permission is hereby granted, free of charge, to any person obtaining a copy
69
- of this software and associated documentation files (the "Software"), to deal
70
- in the Software without restriction, including without limitation the rights
71
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
72
- copies of the Software, and to permit persons to whom the Software is
73
- furnished to do so, subject to the following conditions:
74
-
75
- The above copyright notice and this permission notice shall be included in all
76
- copies or substantial portions of the Software.
77
-
78
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
79
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
80
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
81
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
82
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
83
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
84
- SOFTWARE.*/
85
- /*MIT License
86
-
87
- © Copyright 2025 Adobe. All rights reserved.
88
-
89
- Permission is hereby granted, free of charge, to any person obtaining a copy
90
- of this software and associated documentation files (the "Software"), to deal
91
- in the Software without restriction, including without limitation the rights
92
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
93
- copies of the Software, and to permit persons to whom the Software is
94
- furnished to do so, subject to the following conditions:
95
-
96
- The above copyright notice and this permission notice shall be included in all
97
- copies or substantial portions of the Software.
98
-
99
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
100
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
101
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
102
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
103
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
104
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
105
- SOFTWARE.*/
106
- /*MIT License
107
-
108
- © Copyright 2025 Adobe. All rights reserved.
109
-
110
- Permission is hereby granted, free of charge, to any person obtaining a copy
111
- of this software and associated documentation files (the "Software"), to deal
112
- in the Software without restriction, including without limitation the rights
113
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
114
- copies of the Software, and to permit persons to whom the Software is
115
- furnished to do so, subject to the following conditions:
116
-
117
- The above copyright notice and this permission notice shall be included in all
118
- copies or substantial portions of the Software.
119
-
120
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
121
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
122
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
123
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
124
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
125
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
126
- SOFTWARE.*/
127
- /*MIT License
128
-
129
- © Copyright 2025 Adobe. All rights reserved.
130
-
131
- Permission is hereby granted, free of charge, to any person obtaining a copy
132
- of this software and associated documentation files (the "Software"), to deal
133
- in the Software without restriction, including without limitation the rights
134
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
135
- copies of the Software, and to permit persons to whom the Software is
136
- furnished to do so, subject to the following conditions:
137
-
138
- The above copyright notice and this permission notice shall be included in all
139
- copies or substantial portions of the Software.
140
-
141
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
142
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
143
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
144
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
145
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
146
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
147
- SOFTWARE.*/
148
- /*MIT License
149
-
150
- © Copyright 2025 Adobe. All rights reserved.
151
-
152
- Permission is hereby granted, free of charge, to any person obtaining a copy
153
- of this software and associated documentation files (the "Software"), to deal
154
- in the Software without restriction, including without limitation the rights
155
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
156
- copies of the Software, and to permit persons to whom the Software is
157
- furnished to do so, subject to the following conditions:
158
-
159
- The above copyright notice and this permission notice shall be included in all
160
- copies or substantial portions of the Software.
161
-
162
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
163
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
164
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
165
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
166
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
167
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
168
- SOFTWARE.*/
169
- /*MIT License
170
-
171
- © Copyright 2025 Adobe. All rights reserved.
172
-
173
- Permission is hereby granted, free of charge, to any person obtaining a copy
174
- of this software and associated documentation files (the "Software"), to deal
175
- in the Software without restriction, including without limitation the rights
176
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
177
- copies of the Software, and to permit persons to whom the Software is
178
- furnished to do so, subject to the following conditions:
179
-
180
- The above copyright notice and this permission notice shall be included in all
181
- copies or substantial portions of the Software.
182
-
183
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
184
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
185
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
186
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
187
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
188
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
189
- SOFTWARE.*/
190
- /*MIT License
191
-
192
- © Copyright 2025 Adobe. All rights reserved.
193
-
194
- Permission is hereby granted, free of charge, to any person obtaining a copy
195
- of this software and associated documentation files (the "Software"), to deal
196
- in the Software without restriction, including without limitation the rights
197
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
198
- copies of the Software, and to permit persons to whom the Software is
199
- furnished to do so, subject to the following conditions:
200
-
201
- The above copyright notice and this permission notice shall be included in all
202
- copies or substantial portions of the Software.
203
-
204
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
205
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
206
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
207
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
208
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
209
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
210
- SOFTWARE.*/
211
- /*MIT License
212
-
213
- © Copyright 2025 Adobe. All rights reserved.
214
-
215
- Permission is hereby granted, free of charge, to any person obtaining a copy
216
- of this software and associated documentation files (the "Software"), to deal
217
- in the Software without restriction, including without limitation the rights
218
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
219
- copies of the Software, and to permit persons to whom the Software is
220
- furnished to do so, subject to the following conditions:
221
-
222
- The above copyright notice and this permission notice shall be included in all
223
- copies or substantial portions of the Software.
224
-
225
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
226
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
227
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
228
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
229
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
230
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
231
- SOFTWARE.*/
232
- /*MIT License
233
-
234
- © Copyright 2025 Adobe. All rights reserved.
235
-
236
- Permission is hereby granted, free of charge, to any person obtaining a copy
237
- of this software and associated documentation files (the "Software"), to deal
238
- in the Software without restriction, including without limitation the rights
239
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
240
- copies of the Software, and to permit persons to whom the Software is
241
- furnished to do so, subject to the following conditions:
242
-
243
- The above copyright notice and this permission notice shall be included in all
244
- copies or substantial portions of the Software.
245
-
246
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
247
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
248
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
249
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
250
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
251
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
252
- SOFTWARE.*/
253
- /*MIT License
254
-
255
- © Copyright 2025 Adobe. All rights reserved.
256
-
257
- Permission is hereby granted, free of charge, to any person obtaining a copy
258
- of this software and associated documentation files (the "Software"), to deal
259
- in the Software without restriction, including without limitation the rights
260
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
261
- copies of the Software, and to permit persons to whom the Software is
262
- furnished to do so, subject to the following conditions:
263
-
264
- The above copyright notice and this permission notice shall be included in all
265
- copies or substantial portions of the Software.
266
-
267
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
268
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
269
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
270
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
271
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
272
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
273
- SOFTWARE.*/
274
- /*MIT License
275
-
276
- © Copyright 2025 Adobe. All rights reserved.
277
-
278
- Permission is hereby granted, free of charge, to any person obtaining a copy
279
- of this software and associated documentation files (the "Software"), to deal
280
- in the Software without restriction, including without limitation the rights
281
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
282
- copies of the Software, and to permit persons to whom the Software is
283
- furnished to do so, subject to the following conditions:
284
-
285
- The above copyright notice and this permission notice shall be included in all
286
- copies or substantial portions of the Software.
287
-
288
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
289
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
290
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
291
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
292
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
293
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
294
- SOFTWARE.*/
295
- /*MIT License
296
-
297
- © Copyright 2025 Adobe. All rights reserved.
298
-
299
- Permission is hereby granted, free of charge, to any person obtaining a copy
300
- of this software and associated documentation files (the "Software"), to deal
301
- in the Software without restriction, including without limitation the rights
302
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
303
- copies of the Software, and to permit persons to whom the Software is
304
- furnished to do so, subject to the following conditions:
305
-
306
- The above copyright notice and this permission notice shall be included in all
307
- copies or substantial portions of the Software.
308
-
309
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
310
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
311
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
312
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
313
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
314
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
315
- SOFTWARE.*/
316
- /*MIT License
317
-
318
- © Copyright 2025 Adobe. All rights reserved.
319
-
320
- Permission is hereby granted, free of charge, to any person obtaining a copy
321
- of this software and associated documentation files (the "Software"), to deal
322
- in the Software without restriction, including without limitation the rights
323
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
324
- copies of the Software, and to permit persons to whom the Software is
325
- furnished to do so, subject to the following conditions:
326
-
327
- The above copyright notice and this permission notice shall be included in all
328
- copies or substantial portions of the Software.
329
-
330
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
331
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
332
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
333
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
334
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
335
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
336
- SOFTWARE.*/
337
- /*MIT License
338
-
339
- © Copyright 2025 Adobe. All rights reserved.
340
-
341
- Permission is hereby granted, free of charge, to any person obtaining a copy
342
- of this software and associated documentation files (the "Software"), to deal
343
- in the Software without restriction, including without limitation the rights
344
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
345
- copies of the Software, and to permit persons to whom the Software is
346
- furnished to do so, subject to the following conditions:
347
-
348
- The above copyright notice and this permission notice shall be included in all
349
- copies or substantial portions of the Software.
350
-
351
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
352
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
353
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
354
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
355
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
356
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
357
- SOFTWARE.*/
358
- /*MIT License
359
-
360
- © Copyright 2025 Adobe. All rights reserved.
361
-
362
- Permission is hereby granted, free of charge, to any person obtaining a copy
363
- of this software and associated documentation files (the "Software"), to deal
364
- in the Software without restriction, including without limitation the rights
365
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
366
- copies of the Software, and to permit persons to whom the Software is
367
- furnished to do so, subject to the following conditions:
368
-
369
- The above copyright notice and this permission notice shall be included in all
370
- copies or substantial portions of the Software.
371
-
372
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
373
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
374
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
375
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
376
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
377
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
378
- SOFTWARE.*/
379
- /*MIT License
380
-
381
- © Copyright 2025 Adobe. All rights reserved.
382
-
383
- Permission is hereby granted, free of charge, to any person obtaining a copy
384
- of this software and associated documentation files (the "Software"), to deal
385
- in the Software without restriction, including without limitation the rights
386
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
387
- copies of the Software, and to permit persons to whom the Software is
388
- furnished to do so, subject to the following conditions:
389
-
390
- The above copyright notice and this permission notice shall be included in all
391
- copies or substantial portions of the Software.
392
-
393
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
394
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
395
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
396
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
397
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
398
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
399
- SOFTWARE.*/
400
- /*MIT License
401
-
402
- © Copyright 2025 Adobe. All rights reserved.
403
-
404
- Permission is hereby granted, free of charge, to any person obtaining a copy
405
- of this software and associated documentation files (the "Software"), to deal
406
- in the Software without restriction, including without limitation the rights
407
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
408
- copies of the Software, and to permit persons to whom the Software is
409
- furnished to do so, subject to the following conditions:
410
-
411
- The above copyright notice and this permission notice shall be included in all
412
- copies or substantial portions of the Software.
413
-
414
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
415
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
416
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
417
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
418
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
419
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
420
- SOFTWARE.*/
421
- /*MIT License
422
-
423
- © Copyright 2025 Adobe. All rights reserved.
424
-
425
- Permission is hereby granted, free of charge, to any person obtaining a copy
426
- of this software and associated documentation files (the "Software"), to deal
427
- in the Software without restriction, including without limitation the rights
428
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
429
- copies of the Software, and to permit persons to whom the Software is
430
- furnished to do so, subject to the following conditions:
431
-
432
- The above copyright notice and this permission notice shall be included in all
433
- copies or substantial portions of the Software.
434
-
435
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
436
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
437
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -1 +1 @@
1
- {"version":3,"file":"is-shared-array-buffer.js","sourceRoot":"","sources":["../../../src/internal/array-buffer-like/is-shared-array-buffer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AAEX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,MAAM,UAAU,mBAAmB,CAAC,WAA4B;IAC5D,OAAO,MAAM,IAAI,WAAW,CAAC;AACjC,CAAC"}
1
+ {"version":3,"file":"is-shared-array-buffer.js","sourceRoot":"","sources":["../../../src/internal/array-buffer-like/is-shared-array-buffer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,MAAM,UAAU,mBAAmB,CAAC,WAA4B;IAC5D,OAAO,MAAM,IAAI,WAAW,CAAC;AACjC,CAAC"}
@@ -1,23 +1,2 @@
1
- /*MIT License
2
-
3
- © Copyright 2025 Adobe. All rights reserved.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.*/
22
1
  export {};
23
2
  //# sourceMappingURL=data-view-32.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-view-32.js","sourceRoot":"","sources":["../../../src/internal/data-view-32/data-view-32.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW"}
1
+ {"version":3,"file":"data-view-32.js","sourceRoot":"","sources":["../../../src/internal/data-view-32/data-view-32.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { LitElement, PropertyValues } from "lit";
2
+ import { Service } from "../../service/index.js";
3
+ export declare abstract class ServiceApplication<S extends Service> extends LitElement {
4
+ protected service: S;
5
+ protected abstract createService(): Promise<S>;
6
+ updated(changedProperties: PropertyValues): Promise<void>;
7
+ disconnectedCallback(): void;
8
+ render(): import("lit").TemplateResult<1>;
9
+ }
@@ -0,0 +1,55 @@
1
+ /*MIT License
2
+
3
+ © Copyright 2025 Adobe. All rights reserved.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.*/
22
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
23
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
24
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
25
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
26
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
27
+ };
28
+ import { html, LitElement } from "lit";
29
+ import { property } from "lit/decorators.js";
30
+ import { provide } from "@lit/context";
31
+ import { serviceContext } from "./service-context.js";
32
+ import { isDisposable } from "../../service/disposable.js";
33
+ export class ServiceApplication extends LitElement {
34
+ async updated(changedProperties) {
35
+ super.updated(changedProperties);
36
+ this.service ??= await this.createService();
37
+ }
38
+ disconnectedCallback() {
39
+ super.disconnectedCallback();
40
+ if (isDisposable(this.service)) {
41
+ this.service.dispose();
42
+ }
43
+ this.service = null;
44
+ }
45
+ render() {
46
+ return html `
47
+ <div>Service Application Should Be Overridden</div>
48
+ `;
49
+ }
50
+ }
51
+ __decorate([
52
+ provide({ context: serviceContext }),
53
+ property({ type: Object })
54
+ ], ServiceApplication.prototype, "service", void 0);
55
+ //# sourceMappingURL=service-application.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service-application.js","sourceRoot":"","sources":["../../../src/lit/elements/service-application.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;;;;;;;AAEX,OAAO,EAAE,IAAI,EAAE,UAAU,EAAkB,MAAM,KAAK,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEtD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAE3D,MAAM,OAAgB,kBAAsC,SAAQ,UAAU;IAQjE,KAAK,CAAC,OAAO,CAAC,iBAAiC;QACpD,KAAK,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC;QACjC,IAAI,CAAC,OAAO,KAAK,MAAM,IAAI,CAAC,aAAa,EAAE,CAAC;IAChD,CAAC;IAEQ,oBAAoB;QACzB,KAAK,CAAC,oBAAoB,EAAE,CAAC;QAC7B,IAAI,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;YAC7B,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC;QAC3B,CAAC;QACD,IAAI,CAAC,OAAO,GAAG,IAAW,CAAC;IAC/B,CAAC;IAEQ,MAAM;QACX,OAAO,IAAI,CAAA;;SAEV,CAAC;IACN,CAAC;CACJ;AAtBa;IAFT,OAAO,CAAC,EAAE,OAAO,EAAE,cAAc,EAAE,CAAC;IACpC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;mDACL"}
@@ -0,0 +1 @@
1
+ export declare const serviceContext: import("@lit/context").Context<symbol, unknown>;
@@ -19,6 +19,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.*/
22
- import { U32Schema } from "../../schema/index.js";
23
- export const schema = U32Schema;
24
- //# sourceMappingURL=u32.js.map
22
+ import { createContext } from "@lit/context";
23
+ export const serviceContext = createContext(Symbol("service"));
24
+ //# sourceMappingURL=service-context.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service-context.js","sourceRoot":"","sources":["../../../src/lit/elements/service-context.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AAEX,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { LitElement } from "lit";
2
+ import { Service } from "../../service/index.js";
3
+ export declare class ServiceElement<S extends Service> extends LitElement {
4
+ protected service: S;
5
+ constructor();
6
+ }
@@ -0,0 +1,43 @@
1
+ /*MIT License
2
+
3
+ © Copyright 2025 Adobe. All rights reserved.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.*/
22
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
23
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
24
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
25
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
26
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
27
+ };
28
+ import { LitElement } from "lit";
29
+ import { serviceContext } from "./service-context.js";
30
+ import { property } from "lit/decorators.js";
31
+ import { consume } from "@lit/context";
32
+ import { applyServiceDecorators } from "../decorators/apply-service-decorators.js";
33
+ export class ServiceElement extends LitElement {
34
+ constructor() {
35
+ super();
36
+ applyServiceDecorators(this);
37
+ }
38
+ }
39
+ __decorate([
40
+ consume({ context: serviceContext }),
41
+ property({ type: Object })
42
+ ], ServiceElement.prototype, "service", void 0);
43
+ //# sourceMappingURL=service-element.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service-element.js","sourceRoot":"","sources":["../../../src/lit/elements/service-element.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;;;;;;;AAEX,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AAEnF,MAAM,OAAO,cAAkC,SAAQ,UAAU;IAM7D;QACI,KAAK,EAAE,CAAC;QACR,sBAAsB,CAAC,IAAI,CAAC,CAAC;IACjC,CAAC;CAEJ;AAPa;IAFT,OAAO,CAAC,EAAE,OAAO,EAAE,cAAc,EAAE,CAAC;IACpC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;+CACL"}
@@ -9,6 +9,7 @@ export * from "./use-observable-values.js";
9
9
  export * from "./use-observable.js";
10
10
  export * from "./use-window-event.js";
11
11
  export * from "./use-resize-observer.js";
12
+ export * from "./use-debounce.js";
12
13
  export * from "./use-element.js";
13
14
  export * from "./with-hooks.js";
14
15
  export * from "./attach-decorator.js";
@@ -30,6 +30,7 @@ export * from "./use-observable-values.js";
30
30
  export * from "./use-observable.js";
31
31
  export * from "./use-window-event.js";
32
32
  export * from "./use-resize-observer.js";
33
+ export * from "./use-debounce.js";
33
34
  export * from "./use-element.js";
34
35
  export * from "./with-hooks.js";
35
36
  export * from "./attach-decorator.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lit/hooks/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AAEX,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lit/hooks/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AAEX,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Hook to debounce a value. Returns the debounced value after the specified delay.
3
+ *
4
+ * @param value - The value to debounce
5
+ * @param delay - Delay in milliseconds before updating the debounced value
6
+ * @returns The debounced value
7
+ */
8
+ export declare function useDebounce<T>(value: T, delay: number): T;