@adobe/data 0.5.22 → 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 (218) 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/create-store-schema-test.d.ts +1 -0
  28. package/dist/ecs/store/create-store-schema-test.js +33 -0
  29. package/dist/ecs/store/create-store-schema-test.js.map +1 -0
  30. package/dist/ecs/store/create-store.d.ts +2 -6
  31. package/dist/ecs/store/create-store.js.map +1 -1
  32. package/dist/ecs/store/index.d.ts +0 -1
  33. package/dist/ecs/store/index.js +0 -1
  34. package/dist/ecs/store/index.js.map +1 -1
  35. package/dist/ecs/store/store.d.ts +25 -4
  36. package/dist/ecs/store/store.js +17 -1
  37. package/dist/ecs/store/store.js.map +1 -1
  38. package/dist/functions/merge-patch.js.map +1 -1
  39. package/dist/functions/merge-patch.test.js +21 -0
  40. package/dist/functions/merge-patch.test.js.map +1 -1
  41. package/dist/functions/serialization/index.js +21 -0
  42. package/dist/functions/serialization/index.js.map +1 -1
  43. package/dist/functions/serialization/register-blob-codecs.js.map +1 -1
  44. package/dist/functions/serialization/register-typed-array-codecs.js.map +1 -1
  45. package/dist/functions/serialization/serialize-to-blobs.js +21 -0
  46. package/dist/functions/serialization/serialize-to-blobs.js.map +1 -1
  47. package/dist/functions/serialization/serialize-to-blobs.test.js +21 -0
  48. package/dist/functions/serialization/serialize-to-blobs.test.js.map +1 -1
  49. package/dist/functions/serialization/serialize-to-storage.js +21 -0
  50. package/dist/functions/serialization/serialize-to-storage.js.map +1 -1
  51. package/dist/functions/serialization/serialize-to-storage.test.js +21 -0
  52. package/dist/functions/serialization/serialize-to-storage.test.js.map +1 -1
  53. package/dist/functions/serialization/serialize.js +21 -0
  54. package/dist/functions/serialization/serialize.js.map +1 -1
  55. package/dist/internal/array-buffer-like/copy.js +0 -420
  56. package/dist/internal/array-buffer-like/copy.js.map +1 -1
  57. package/dist/internal/array-buffer-like/is-array-buffer.js +0 -420
  58. package/dist/internal/array-buffer-like/is-array-buffer.js.map +1 -1
  59. package/dist/internal/array-buffer-like/is-shared-array-buffer.js +0 -420
  60. package/dist/internal/array-buffer-like/is-shared-array-buffer.js.map +1 -1
  61. package/dist/internal/data-view-32/data-view-32.js +0 -21
  62. package/dist/internal/data-view-32/data-view-32.js.map +1 -1
  63. package/dist/lit/hooks/index.d.ts +1 -0
  64. package/dist/lit/hooks/index.js +1 -0
  65. package/dist/lit/hooks/index.js.map +1 -1
  66. package/dist/lit/hooks/use-debounce.d.ts +8 -0
  67. package/dist/lit/hooks/use-debounce.js +41 -0
  68. package/dist/lit/hooks/use-debounce.js.map +1 -0
  69. package/dist/lit/hooks/use-drag-observe.d.ts +6 -5
  70. package/dist/lit/hooks/use-drag-observe.js +2 -2
  71. package/dist/lit/hooks/use-drag-observe.js.map +1 -1
  72. package/dist/lit/hooks/use-drag-transaction.d.ts +1 -1
  73. package/dist/lit/hooks/use-drag-transaction.js +1 -2
  74. package/dist/lit/hooks/use-drag-transaction.js.map +1 -1
  75. package/dist/lit/hooks/use-draggable.d.ts +5 -6
  76. package/dist/lit/hooks/use-draggable.js +23 -31
  77. package/dist/lit/hooks/use-draggable.js.map +1 -1
  78. package/dist/lit/hooks/use-effect.js +1 -1
  79. package/dist/lit/hooks/use-effect.js.map +1 -1
  80. package/dist/lit/hooks/use-resize-observer.d.ts +2 -0
  81. package/dist/lit/hooks/use-resize-observer.js +2 -0
  82. package/dist/lit/hooks/use-resize-observer.js.map +1 -1
  83. package/dist/lit/hooks/use-updated.js +21 -0
  84. package/dist/lit/hooks/use-updated.js.map +1 -1
  85. package/dist/math/aabb/aabb.js +1 -0
  86. package/dist/math/aabb/aabb.js.map +1 -1
  87. package/dist/math/aabb-face/aabb-face.d.ts +14 -19
  88. package/dist/math/aabb-face/aabb-face.js +31 -19
  89. package/dist/math/aabb-face/aabb-face.js.map +1 -1
  90. package/dist/math/f32/f32.js +1 -0
  91. package/dist/math/f32/f32.js.map +1 -1
  92. package/dist/math/i32/i32.js +1 -0
  93. package/dist/math/i32/i32.js.map +1 -1
  94. package/dist/math/line2/line2.js +1 -0
  95. package/dist/math/line2/line2.js.map +1 -1
  96. package/dist/math/line3/line3.js +1 -0
  97. package/dist/math/line3/line3.js.map +1 -1
  98. package/dist/math/mat4x4/mat4x4.js +1 -0
  99. package/dist/math/mat4x4/mat4x4.js.map +1 -1
  100. package/dist/math/plane/plane.js +1 -0
  101. package/dist/math/plane/plane.js.map +1 -1
  102. package/dist/math/quat/quat.js +1 -0
  103. package/dist/math/quat/quat.js.map +1 -1
  104. package/dist/math/u32/u32.js +1 -0
  105. package/dist/math/u32/u32.js.map +1 -1
  106. package/dist/math/vec2/vec2.js +1 -0
  107. package/dist/math/vec2/vec2.js.map +1 -1
  108. package/dist/math/vec3/vec3.d.ts +1 -0
  109. package/dist/math/vec3/vec3.js +2 -0
  110. package/dist/math/vec3/vec3.js.map +1 -1
  111. package/dist/math/vec4/vec4.d.ts +1 -0
  112. package/dist/math/vec4/vec4.js +7 -0
  113. package/dist/math/vec4/vec4.js.map +1 -1
  114. package/dist/observe/to-async-generator.test.js +5 -8
  115. package/dist/observe/to-async-generator.test.js.map +1 -1
  116. package/dist/observe/with-default.js +0 -1
  117. package/dist/observe/with-default.js.map +1 -1
  118. package/dist/samples/todo/elements/todo-list/todo-list-presentation.d.ts +0 -17
  119. package/dist/samples/todo/elements/todo-list/todo-list-presentation.js.map +1 -1
  120. package/dist/samples/todo/elements/todo-list/todo-list.css.d.ts +0 -17
  121. package/dist/samples/todo/elements/todo-list/todo-list.css.js +21 -17
  122. package/dist/samples/todo/elements/todo-list/todo-list.css.js.map +1 -1
  123. package/dist/samples/todo/elements/todo-list/todo-list.js +21 -17
  124. package/dist/samples/todo/elements/todo-list/todo-list.js.map +1 -1
  125. package/dist/samples/todo/elements/todo-row/index.d.ts +0 -17
  126. package/dist/samples/todo/elements/todo-row/index.js +21 -17
  127. package/dist/samples/todo/elements/todo-row/index.js.map +1 -1
  128. package/dist/samples/todo/elements/todo-row/todo-row-presentation.js +23 -19
  129. package/dist/samples/todo/elements/todo-row/todo-row-presentation.js.map +1 -1
  130. package/dist/samples/todo/elements/todo-row/todo-row.css.js +21 -17
  131. package/dist/samples/todo/elements/todo-row/todo-row.css.js.map +1 -1
  132. package/dist/samples/todo/elements/todo-row/todo-row.js +21 -17
  133. package/dist/samples/todo/elements/todo-row/todo-row.js.map +1 -1
  134. package/dist/samples/todo/elements/todo-toolbar/index.d.ts +0 -17
  135. package/dist/samples/todo/elements/todo-toolbar/index.js +21 -17
  136. package/dist/samples/todo/elements/todo-toolbar/index.js.map +1 -1
  137. package/dist/samples/todo/elements/todo-toolbar/todo-toolbar-presentation.js +21 -17
  138. package/dist/samples/todo/elements/todo-toolbar/todo-toolbar-presentation.js.map +1 -1
  139. package/dist/samples/todo/elements/todo-toolbar/todo-toolbar.css.js +21 -17
  140. package/dist/samples/todo/elements/todo-toolbar/todo-toolbar.css.js.map +1 -1
  141. package/dist/samples/todo/elements/todo-toolbar/todo-toolbar.js +21 -17
  142. package/dist/samples/todo/elements/todo-toolbar/todo-toolbar.js.map +1 -1
  143. package/dist/samples/todo/elements/todo-undo-redo/index.d.ts +0 -17
  144. package/dist/samples/todo/elements/todo-undo-redo/index.js +21 -17
  145. package/dist/samples/todo/elements/todo-undo-redo/index.js.map +1 -1
  146. package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo-presentation.js +21 -17
  147. package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo-presentation.js.map +1 -1
  148. package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo.css.js +21 -17
  149. package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo.css.js.map +1 -1
  150. package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo.js +21 -17
  151. package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo.js.map +1 -1
  152. package/dist/samples/todo/services/dependent-state-service/create-dependent-state-service.js +21 -17
  153. package/dist/samples/todo/services/dependent-state-service/create-dependent-state-service.js.map +1 -1
  154. package/dist/samples/todo/services/dependent-state-service/dependent-state/all-todos.d.ts +0 -17
  155. package/dist/samples/todo/services/dependent-state-service/dependent-state/all-todos.js.map +1 -1
  156. package/dist/samples/todo/services/dependent-state-service/dependent-state/complete-todos.d.ts +0 -17
  157. package/dist/samples/todo/services/dependent-state-service/dependent-state/complete-todos.js.map +1 -1
  158. package/dist/samples/todo/services/dependent-state-service/dependent-state/incomplete-todos.d.ts +0 -17
  159. package/dist/samples/todo/services/dependent-state-service/dependent-state/incomplete-todos.js.map +1 -1
  160. package/dist/samples/todo/services/dependent-state-service/dependent-state/index.d.ts +0 -17
  161. package/dist/samples/todo/services/dependent-state-service/dependent-state/index.js +21 -17
  162. package/dist/samples/todo/services/dependent-state-service/dependent-state/index.js.map +1 -1
  163. package/dist/samples/todo/services/dependent-state-service/dependent-state-service.d.ts +0 -17
  164. package/dist/samples/todo/services/main-service/create-main-service.d.ts +0 -17
  165. package/dist/samples/todo/services/main-service/create-main-service.js.map +1 -1
  166. package/dist/samples/todo/services/main-service/todo-main-service.d.ts +0 -17
  167. package/dist/samples/todo/services/state-service/create-todo-database.d.ts +33 -10
  168. package/dist/samples/todo/services/state-service/create-todo-database.js +21 -17
  169. package/dist/samples/todo/services/state-service/create-todo-database.js.map +1 -1
  170. package/dist/samples/todo/services/state-service/create-todo-store.d.ts +33 -10
  171. package/dist/samples/todo/services/state-service/create-todo-store.js +21 -17
  172. package/dist/samples/todo/services/state-service/create-todo-store.js.map +1 -1
  173. package/dist/samples/todo/services/state-service/todo-state-service.d.ts +0 -17
  174. package/dist/samples/todo/services/state-service/transactions/create-bulk-todos.js +21 -17
  175. package/dist/samples/todo/services/state-service/transactions/create-bulk-todos.js.map +1 -1
  176. package/dist/samples/todo/services/state-service/transactions/create-todo.d.ts +0 -17
  177. package/dist/samples/todo/services/state-service/transactions/create-todo.js.map +1 -1
  178. package/dist/samples/todo/services/state-service/transactions/create-todo.test.js +21 -17
  179. package/dist/samples/todo/services/state-service/transactions/create-todo.test.js.map +1 -1
  180. package/dist/samples/todo/services/state-service/transactions/delete-all-todos.d.ts +0 -17
  181. package/dist/samples/todo/services/state-service/transactions/delete-all-todos.js.map +1 -1
  182. package/dist/samples/todo/services/state-service/transactions/delete-todo.js +21 -17
  183. package/dist/samples/todo/services/state-service/transactions/delete-todo.js.map +1 -1
  184. package/dist/samples/todo/services/state-service/transactions/delete-todo.test.js +21 -17
  185. package/dist/samples/todo/services/state-service/transactions/delete-todo.test.js.map +1 -1
  186. package/dist/samples/todo/services/state-service/transactions/drag-todo.js +21 -17
  187. package/dist/samples/todo/services/state-service/transactions/drag-todo.js.map +1 -1
  188. package/dist/samples/todo/services/state-service/transactions/index.d.ts +0 -17
  189. package/dist/samples/todo/services/state-service/transactions/index.js +21 -17
  190. package/dist/samples/todo/services/state-service/transactions/index.js.map +1 -1
  191. package/dist/samples/todo/services/state-service/transactions/reorder-todos.d.ts +0 -17
  192. package/dist/samples/todo/services/state-service/transactions/reorder-todos.js.map +1 -1
  193. package/dist/samples/todo/services/state-service/transactions/toggle-complete.d.ts +0 -17
  194. package/dist/samples/todo/services/state-service/transactions/toggle-complete.js.map +1 -1
  195. package/dist/samples/todo/services/state-service/transactions/toggle-complete.test.js +21 -17
  196. package/dist/samples/todo/services/state-service/transactions/toggle-complete.test.js.map +1 -1
  197. package/dist/samples/todo/todo-element.d.ts +0 -17
  198. package/dist/samples/todo/todo-element.js.map +1 -1
  199. package/dist/samples/todo/todo-main-element.d.ts +0 -17
  200. package/dist/samples/todo/todo-main-element.js +21 -17
  201. package/dist/samples/todo/todo-main-element.js.map +1 -1
  202. package/dist/schema/schema.d.ts +1 -1
  203. package/dist/table/table.js +1 -0
  204. package/dist/table/table.js.map +1 -1
  205. package/dist/tsconfig.tsbuildinfo +1 -1
  206. package/dist/typed-buffer/create-struct-buffer.js +0 -1
  207. package/dist/typed-buffer/create-struct-buffer.js.map +1 -1
  208. package/dist/typed-buffer/create-struct-buffer.test.js +5 -3
  209. package/dist/typed-buffer/create-struct-buffer.test.js.map +1 -1
  210. package/dist/typed-buffer/is-typed-buffer.js +21 -0
  211. package/dist/typed-buffer/is-typed-buffer.js.map +1 -1
  212. package/dist/typed-buffer/is-typed-buffer.test.js +21 -0
  213. package/dist/typed-buffer/is-typed-buffer.test.js.map +1 -1
  214. package/dist/typed-buffer/typed-buffer-equals.js +21 -0
  215. package/dist/typed-buffer/typed-buffer-equals.js.map +1 -1
  216. package/dist/types/replace.d.ts +0 -4
  217. package/dist/types/replace.js.map +1 -1
  218. package/package.json +1 -1
@@ -1,20 +1,24 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
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.*/
18
22
  import { css } from 'lit';
19
23
  export const styles = css `
20
24
  sp-action-group {
@@ -1 +1 @@
1
- {"version":3,"file":"todo-undo-redo.css.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-undo-redo/todo-undo-redo.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;4EAgB4E;AAC5E,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;CAQxB,CAAC"}
1
+ {"version":3,"file":"todo-undo-redo.css.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-undo-redo/todo-undo-redo.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;CAQxB,CAAC"}
@@ -4,23 +4,27 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
4
4
  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;
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
- /*************************************************************************
8
- *
9
- * ADOBE CONFIDENTIAL
10
- * ___________________
11
- *
12
- * Copyright 2025 Adobe
13
- * All Rights Reserved.
14
- *
15
- * NOTICE: All information contained herein is, and remains
16
- * the property of Adobe and its suppliers, if any. The intellectual
17
- * and technical concepts contained herein are proprietary to Adobe
18
- * and its suppliers and are protected by all applicable intellectual
19
- * property laws, including trade secret and copyright laws.
20
- * Dissemination of this information or reproduction of this material
21
- * is strictly forbidden unless prior written permission is obtained
22
- * from Adobe.
23
- **************************************************************************/
7
+ /*MIT License
8
+
9
+ © Copyright 2025 Adobe. All rights reserved.
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ of this software and associated documentation files (the "Software"), to deal
13
+ in the Software without restriction, including without limitation the rights
14
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
+ copies of the Software, and to permit persons to whom the Software is
16
+ furnished to do so, subject to the following conditions:
17
+
18
+ The above copyright notice and this permission notice shall be included in all
19
+ copies or substantial portions of the Software.
20
+
21
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
+ SOFTWARE.*/
24
28
  import * as presentation from './todo-undo-redo-presentation.js';
25
29
  import { styles } from './todo-undo-redo.css.js';
26
30
  import { customElement } from 'lit/decorators.js';
@@ -1 +1 @@
1
- {"version":3,"file":"todo-undo-redo.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-undo-redo/todo-undo-redo.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;4EAgB4E;AAC5E,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,MAAM,CAAC,MAAM,OAAO,GAAG,qBAAqB,CAAC;AAStC,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,WAAW;aACpC,WAAM,GAAG,MAAM,AAAT,CAAU;IAEvB,MAAM;QACJ,MAAM,SAAS,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAW,CAAC;QAC1D,MAAM,MAAM,GAAG,mBAAmB,CAAC,GAAG,EAAE,CAAC,CAAC;YACxC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,WAAW;YAC1C,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,WAAW;SAC3C,CAAC,CAAC,CAAC;QAEJ,IAAI,CAAC,MAAM;YAAE,OAAO;QAEpB,OAAO,YAAY,CAAC,MAAM,CAAC;YACzB,GAAG,MAAM;YACT,SAAS;YACT,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI;YAChC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI;SACjC,CAAC,CAAC;IACL,CAAC;;AAlBU,YAAY;IADxB,aAAa,CAAC,OAAO,CAAC;GACV,YAAY,CAmBxB"}
1
+ {"version":3,"file":"todo-undo-redo.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-undo-redo/todo-undo-redo.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,MAAM,CAAC,MAAM,OAAO,GAAG,qBAAqB,CAAC;AAStC,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,WAAW;aACpC,WAAM,GAAG,MAAM,AAAT,CAAU;IAEvB,MAAM;QACJ,MAAM,SAAS,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAW,CAAC;QAC1D,MAAM,MAAM,GAAG,mBAAmB,CAAC,GAAG,EAAE,CAAC,CAAC;YACxC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,WAAW;YAC1C,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,WAAW;SAC3C,CAAC,CAAC,CAAC;QAEJ,IAAI,CAAC,MAAM;YAAE,OAAO;QAEpB,OAAO,YAAY,CAAC,MAAM,CAAC;YACzB,GAAG,MAAM;YACT,SAAS;YACT,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI;YAChC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI;SACjC,CAAC,CAAC;IACL,CAAC;;AAlBU,YAAY;IADxB,aAAa,CAAC,OAAO,CAAC;GACV,YAAY,CAmBxB"}
@@ -1,20 +1,24 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
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.*/
18
22
  import { applyArg } from '../../../../functions/index.js';
19
23
  import * as dependentState from './dependent-state/index.js';
20
24
  export const createDependentStateService = (service) => applyArg(service, dependentState);
@@ -1 +1 @@
1
- {"version":3,"file":"create-dependent-state-service.js","sourceRoot":"","sources":["../../../../../src/samples/todo/services/dependent-state-service/create-dependent-state-service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;4EAgB4E;AAC5E,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE1D,OAAO,KAAK,cAAc,MAAM,4BAA4B,CAAC;AAI7D,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,OAAwB,EAAE,EAAE,CAAC,QAAQ,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"create-dependent-state-service.js","sourceRoot":"","sources":["../../../../../src/samples/todo/services/dependent-state-service/create-dependent-state-service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE1D,OAAO,KAAK,cAAc,MAAM,4BAA4B,CAAC;AAI7D,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,OAAwB,EAAE,EAAE,CAAC,QAAQ,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC"}
@@ -1,19 +1,2 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
18
1
  import { TodoCoreService } from '../../main-service/todo-main-service.js';
19
2
  export declare const allTodos: (service: TodoCoreService) => import("../../../../../observe/types.js").Observe<readonly number[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"all-todos.js","sourceRoot":"","sources":["../../../../../../src/samples/todo/services/dependent-state-service/dependent-state/all-todos.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,OAAwB,EAAE,EAAE,CACnD,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"all-todos.js","sourceRoot":"","sources":["../../../../../../src/samples/todo/services/dependent-state-service/dependent-state/all-todos.ts"],"names":[],"mappings":"AAuBA,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,OAAwB,EAAE,EAAE,CACnD,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC"}
@@ -1,19 +1,2 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
18
1
  import { TodoCoreService } from '../../main-service/todo-main-service.js';
19
2
  export declare const completeTodos: (service: TodoCoreService) => import("../../../../../observe/types.js").Observe<readonly number[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"complete-todos.js","sourceRoot":"","sources":["../../../../../../src/samples/todo/services/dependent-state-service/dependent-state/complete-todos.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,OAAwB,EAAE,EAAE,CACxD,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"complete-todos.js","sourceRoot":"","sources":["../../../../../../src/samples/todo/services/dependent-state-service/dependent-state/complete-todos.ts"],"names":[],"mappings":"AAuBA,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,OAAwB,EAAE,EAAE,CACxD,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC"}
@@ -1,19 +1,2 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
18
1
  import { TodoCoreService } from '../../main-service/todo-main-service.js';
19
2
  export declare const incompleteTodos: (service: TodoCoreService) => import("../../../../../observe/types.js").Observe<readonly number[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"incomplete-todos.js","sourceRoot":"","sources":["../../../../../../src/samples/todo/services/dependent-state-service/dependent-state/incomplete-todos.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,OAAwB,EAAE,EAAE,CAC1D,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"incomplete-todos.js","sourceRoot":"","sources":["../../../../../../src/samples/todo/services/dependent-state-service/dependent-state/incomplete-todos.ts"],"names":[],"mappings":"AAuBA,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,OAAwB,EAAE,EAAE,CAC1D,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC"}
@@ -1,20 +1,3 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
18
1
  export * from './all-todos.js';
19
2
  export * from './complete-todos.js';
20
3
  export * from './incomplete-todos.js';
@@ -1,20 +1,24 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
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.*/
18
22
  export * from './all-todos.js';
19
23
  export * from './complete-todos.js';
20
24
  export * from './incomplete-todos.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/samples/todo/services/dependent-state-service/dependent-state/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;4EAgB4E;AAC5E,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/samples/todo/services/dependent-state-service/dependent-state/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC"}
@@ -1,19 +1,2 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
18
1
  import { createDependentStateService } from './create-dependent-state-service.js';
19
2
  export type DependentStateService = ReturnType<typeof createDependentStateService>;
@@ -1,20 +1,3 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
18
1
  import { TodoMainService } from './todo-main-service.js';
19
2
  import { TodoStateService } from '../state-service/todo-state-service.js';
20
3
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"create-main-service.js","sourceRoot":"","sources":["../../../../../src/samples/todo/services/main-service/create-main-service.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAE,+BAA+B,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAClG,OAAO,EAAE,2BAA2B,EAAE,MAAM,8DAA8D,CAAC;AAC3G,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAG/E;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,iBAAiB,CAAC,WAEpC,EAAE;IACJ,CAAC;QACC,MAAM,EACJ,KAAK,GAAG,kBAAkB,EAAE,EAC5B,GAAG,IAAI,EACR,GAAG,QAAQ,CAAC;QAEb,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC,CAAC;QACzD,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC,CAAC;QAC/D,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;QAEvE,MAAM,WAAW,GAAG,MAAM,+BAA+B,CAAC;YACxD,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,cAAc;YACvB,aAAa,EAAE,kBAAkB,sBAAsB,EAAE;YACzD,gBAAgB,EAAE,IAAI;YACtB,eAAe,EAAE,IAAI;SACtB,CAAC,CAAC;QAEH,+BAA+B;QAC/B,MAAM,QAAQ,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;QAE9C,mFAAmF;QACnF,MAAM,WAAW,GAAG;YAClB,WAAW,EAAE,mBAA4B;YACzC,GAAG,IAAI;YACP,KAAK;YACL,QAAQ;YACR,WAAW;SACc,CAAC;QAE5B,uDAAuD;QACvD,MAAM,cAAc,GAAG,2BAA2B,CAAC,WAAW,CAAC,CAAC;QAEhE,OAAO;YACL,GAAG,WAAW;YACd,cAAc;SACW,CAAC;IAC9B,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"create-main-service.js","sourceRoot":"","sources":["../../../../../src/samples/todo/services/main-service/create-main-service.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAE,+BAA+B,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAClG,OAAO,EAAE,2BAA2B,EAAE,MAAM,8DAA8D,CAAC;AAC3G,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAG/E;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,iBAAiB,CAAC,WAEpC,EAAE;IACJ,CAAC;QACC,MAAM,EACJ,KAAK,GAAG,kBAAkB,EAAE,EAC5B,GAAG,IAAI,EACR,GAAG,QAAQ,CAAC;QAEb,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC,CAAC;QACzD,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC,CAAC;QAC/D,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;QAEvE,MAAM,WAAW,GAAG,MAAM,+BAA+B,CAAC;YACxD,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,cAAc;YACvB,aAAa,EAAE,kBAAkB,sBAAsB,EAAE;YACzD,gBAAgB,EAAE,IAAI;YACtB,eAAe,EAAE,IAAI;SACtB,CAAC,CAAC;QAEH,+BAA+B;QAC/B,MAAM,QAAQ,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;QAE9C,mFAAmF;QACnF,MAAM,WAAW,GAAG;YAClB,WAAW,EAAE,mBAA4B;YACzC,GAAG,IAAI;YACP,KAAK;YACL,QAAQ;YACR,WAAW;SACc,CAAC;QAE5B,uDAAuD;QACvD,MAAM,cAAc,GAAG,2BAA2B,CAAC,WAAW,CAAC,CAAC;QAEhE,OAAO;YACL,GAAG,WAAW;YACd,cAAc;SACW,CAAC;IAC9B,CAAC;AACH,CAAC"}
@@ -1,20 +1,3 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
18
1
  import { PersistenceService, UndoRedoService } from '../../../../ecs/index.js';
19
2
  import { Service } from '../../../../service/index.js';
20
3
  import { DependentStateService } from '../dependent-state-service/dependent-state-service.js';
@@ -1,13 +1,36 @@
1
1
  import * as transactions from './transactions/index.js';
2
- export declare const createTodoDatabase: () => import("../../../../ecs/index.js").Database<{
3
- todo: true;
4
- name: string;
5
- order: number;
6
- complete: boolean;
7
- dragPosition: number | null;
8
- }, {
9
- displayCompleted: boolean;
10
- }, {
11
- Todo: ("todo" | "name" | "order" | "complete" | "dragPosition")[];
2
+ export declare const createTodoDatabase: () => import("../../../../ecs/index.js").Database<import("../../../../schema/schema.js").FromSchemas<{
3
+ todo: {
4
+ readonly type: "boolean";
5
+ readonly const: true;
6
+ readonly default: true;
7
+ };
8
+ complete: {
9
+ type: "boolean";
10
+ };
11
+ name: {
12
+ type: "string";
13
+ };
14
+ order: {
15
+ readonly type: "number";
16
+ readonly precision: 1;
17
+ readonly default: number;
18
+ };
19
+ dragPosition: {
20
+ oneOf: [{
21
+ readonly type: "number";
22
+ readonly precision: 1;
23
+ readonly default: number;
24
+ }, {
25
+ type: "null";
26
+ }];
27
+ };
28
+ }>, import("../../../../schema/schema.js").FromSchemas<{
29
+ displayCompleted: {
30
+ type: "boolean";
31
+ default: boolean;
32
+ };
33
+ }>, {
34
+ Todo: ("name" | "todo" | "order" | "complete" | "dragPosition")[];
12
35
  }, import("../../../../ecs/index.js").ToTransactionFunctions<typeof transactions>>;
13
36
  export type TodoDatabase = ReturnType<typeof createTodoDatabase>;
@@ -1,20 +1,24 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
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.*/
18
22
  import { createTodoStore } from './create-todo-store.js';
19
23
  import { createDatabase } from '../../../../ecs/index.js';
20
24
  import * as transactions from './transactions/index.js';
@@ -1 +1 @@
1
- {"version":3,"file":"create-todo-database.js","sourceRoot":"","sources":["../../../../../src/samples/todo/services/state-service/create-todo-database.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;4EAgB4E;AAC5E,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAExD,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,EAAE;IACrC,MAAM,KAAK,GAAG,eAAe,EAAE,CAAC;IAChC,MAAM,QAAQ,GAAG,cAAc,CAAC,KAAK,EAAE,YAAY,CAAC,CAAC;IACrD,OAAO,QAAQ,CAAC;AAClB,CAAC,CAAC"}
1
+ {"version":3,"file":"create-todo-database.js","sourceRoot":"","sources":["../../../../../src/samples/todo/services/state-service/create-todo-database.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAExD,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,EAAE;IACrC,MAAM,KAAK,GAAG,eAAe,EAAE,CAAC;IAChC,MAAM,QAAQ,GAAG,cAAc,CAAC,KAAK,EAAE,YAAY,CAAC,CAAC;IACrD,OAAO,QAAQ,CAAC;AAClB,CAAC,CAAC"}
@@ -1,13 +1,36 @@
1
1
  export declare const todoStoreSchemaVersion = 1;
2
- export declare const createTodoStore: () => import("../../../../ecs/index.js").Store<{
3
- todo: true;
4
- name: string;
5
- order: number;
6
- complete: boolean;
7
- dragPosition: number | null;
8
- }, {
9
- displayCompleted: boolean;
10
- }, {
11
- Todo: ("todo" | "name" | "order" | "complete" | "dragPosition")[];
2
+ export declare const createTodoStore: () => import("../../../../ecs/index.js").Store<import("../../../../schema/schema.js").FromSchemas<{
3
+ todo: {
4
+ readonly type: "boolean";
5
+ readonly const: true;
6
+ readonly default: true;
7
+ };
8
+ complete: {
9
+ type: "boolean";
10
+ };
11
+ name: {
12
+ type: "string";
13
+ };
14
+ order: {
15
+ readonly type: "number";
16
+ readonly precision: 1;
17
+ readonly default: number;
18
+ };
19
+ dragPosition: {
20
+ oneOf: [{
21
+ readonly type: "number";
22
+ readonly precision: 1;
23
+ readonly default: number;
24
+ }, {
25
+ type: "null";
26
+ }];
27
+ };
28
+ }>, import("../../../../schema/schema.js").FromSchemas<{
29
+ displayCompleted: {
30
+ type: "boolean";
31
+ default: boolean;
32
+ };
33
+ }>, {
34
+ Todo: ("name" | "todo" | "order" | "complete" | "dragPosition")[];
12
35
  }>;
13
36
  export type TodoStore = ReturnType<typeof createTodoStore>;
@@ -1,20 +1,24 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
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.*/
18
22
  import { createStore } from '../../../../ecs/index.js';
19
23
  import { F32Schema, Nullable, TrueSchema } from '../../../../schema/index.js';
20
24
  // Increment this value if you change the schema in a non-backwards compatible way
@@ -1 +1 @@
1
- {"version":3,"file":"create-todo-store.js","sourceRoot":"","sources":["../../../../../src/samples/todo/services/state-service/create-todo-store.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;4EAgB4E;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAE9E,kFAAkF;AAClF,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC;AACxC,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE;IAClC,OAAO,WAAW;IAChB,cAAc;IACd;QACE,IAAI,EAAE,UAAU,EAAE,iDAAiD;QACnE,QAAQ,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;QAC7B,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;QACxB,KAAK,EAAE,SAAS;QAChB,YAAY,EAAE,QAAQ,CAAC,SAAS,CAAC,EAAE,2BAA2B;KAC/D;IACD,aAAa;IACb;QACE,gBAAgB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE;KACtD;IACD,cAAc;IACd;QACE,IAAI,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,cAAc,CAAC;KAC5D,CACF,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"create-todo-store.js","sourceRoot":"","sources":["../../../../../src/samples/todo/services/state-service/create-todo-store.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAE9E,kFAAkF;AAClF,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC;AACxC,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE;IAClC,OAAO,WAAW;IAChB,cAAc;IACd;QACE,IAAI,EAAE,UAAU,EAAE,iDAAiD;QACnE,QAAQ,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;QAC7B,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;QACxB,KAAK,EAAE,SAAS;QAChB,YAAY,EAAE,QAAQ,CAAC,SAAS,CAAC,EAAE,2BAA2B;KAC/D;IACD,aAAa;IACb;QACE,gBAAgB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE;KACtD;IACD,cAAc;IACd;QACE,IAAI,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,cAAc,CAAC;KAC5D,CACF,CAAC;AACJ,CAAC,CAAC"}
@@ -1,20 +1,3 @@
1
- /*************************************************************************
2
- *
3
- * ADOBE CONFIDENTIAL
4
- * ___________________
5
- *
6
- * Copyright 2025 Adobe
7
- * All Rights Reserved.
8
- *
9
- * NOTICE: All information contained herein is, and remains
10
- * the property of Adobe and its suppliers, if any. The intellectual
11
- * and technical concepts contained herein are proprietary to Adobe
12
- * and its suppliers and are protected by all applicable intellectual
13
- * property laws, including trade secret and copyright laws.
14
- * Dissemination of this information or reproduction of this material
15
- * is strictly forbidden unless prior written permission is obtained
16
- * from Adobe.
17
- **************************************************************************/
18
1
  import { type TodoDatabase } from './create-todo-database.js';
19
2
  import { FromArchetype } from '../../../../ecs/index.js';
20
3
  export type TodoStateService = TodoDatabase;