@adobe/data 0.5.23 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +96 -110
- package/dist/blob/blob-handle.d.ts +53 -2
- package/dist/blob/blob-handle.js +48 -4
- package/dist/blob/blob-handle.js.map +1 -1
- package/dist/blob/blob-meta.d.ts +26 -1
- package/dist/blob/blob-meta.js +14 -1
- package/dist/blob/blob-meta.js.map +1 -1
- package/dist/blob/index.d.ts +0 -2
- package/dist/blob/index.js +21 -2
- package/dist/blob/index.js.map +1 -1
- package/dist/cache/functions/hashing/blob-to-hash.js +7 -5
- package/dist/cache/functions/hashing/blob-to-hash.js.map +1 -1
- package/dist/ecs/database/create-database.js +56 -50
- package/dist/ecs/database/create-database.js.map +1 -1
- package/dist/ecs/database/create-database.test.js +2 -1
- package/dist/ecs/database/create-database.test.js.map +1 -1
- package/dist/ecs/database/database-schema/create-database-schema-test.js +1 -1
- package/dist/ecs/database/database-schema/create-database-schema-test.js.map +1 -1
- package/dist/ecs/database/database-schema/create-database-schema.js +0 -2
- package/dist/ecs/database/database-schema/create-database-schema.js.map +1 -1
- package/dist/ecs/database/transactional-store/apply-operations.js.map +1 -1
- package/dist/ecs/database/transactional-store/coalesce-transactions.js +2 -2
- package/dist/ecs/database/transactional-store/coalesce-transactions.js.map +1 -1
- package/dist/ecs/database/transactional-store/patch-entity-values.js.map +1 -1
- package/dist/ecs/store/core/select-entities.js +2 -2
- package/dist/ecs/store/core/select-entities.js.map +1 -1
- package/dist/ecs/store/store-schema/create-store-schema-test.js +2 -2
- package/dist/ecs/store/store-schema/create-store-schema-test.js.map +1 -1
- package/dist/ecs/store/store-schema/create-store-schema.d.ts +11 -1
- package/dist/ecs/store/store-schema/create-store-schema.js +30 -44
- package/dist/ecs/store/store-schema/create-store-schema.js.map +1 -1
- package/dist/ecs/store/store-schema/index.d.ts +2 -1
- package/dist/ecs/store/store-schema/index.js +23 -20
- package/dist/ecs/store/store-schema/index.js.map +1 -1
- package/dist/ecs/store/store-schema/store-schema.d.ts +12 -1
- package/dist/ecs/store/store-schema/store-schema.js +21 -55
- package/dist/ecs/store/store-schema/store-schema.js.map +1 -1
- package/dist/ecs/store/store.js +2 -2
- package/dist/ecs/store/store.js.map +1 -1
- package/dist/functions/merge-patch.js.map +1 -1
- package/dist/functions/merge-patch.test.js +21 -0
- package/dist/functions/merge-patch.test.js.map +1 -1
- package/dist/functions/serialization/index.js +21 -0
- package/dist/functions/serialization/index.js.map +1 -1
- package/dist/functions/serialization/register-blob-codecs.js.map +1 -1
- package/dist/functions/serialization/register-typed-array-codecs.js.map +1 -1
- package/dist/functions/serialization/serialize-to-blobs.js +21 -0
- package/dist/functions/serialization/serialize-to-blobs.js.map +1 -1
- package/dist/functions/serialization/serialize-to-blobs.test.js +21 -0
- package/dist/functions/serialization/serialize-to-blobs.test.js.map +1 -1
- package/dist/functions/serialization/serialize-to-storage.js +21 -0
- package/dist/functions/serialization/serialize-to-storage.js.map +1 -1
- package/dist/functions/serialization/serialize-to-storage.test.js +21 -0
- package/dist/functions/serialization/serialize-to-storage.test.js.map +1 -1
- package/dist/functions/serialization/serialize.js +21 -0
- package/dist/functions/serialization/serialize.js.map +1 -1
- package/dist/graphics/frame.d.ts +22 -1
- package/dist/graphics/frame.js +11 -14
- package/dist/graphics/frame.js.map +1 -1
- package/dist/graphics/get-web-gpu-device-and-context.d.ts +2 -1
- package/dist/graphics/get-web-gpu-device-and-context.js +20 -23
- package/dist/graphics/get-web-gpu-device-and-context.js.map +1 -1
- package/dist/graphics/graphics-context.d.ts +5 -1
- package/dist/graphics/graphics-context.js +0 -5
- package/dist/graphics/graphics-context.js.map +1 -1
- package/dist/internal/array-buffer-like/copy.js +0 -420
- package/dist/internal/array-buffer-like/copy.js.map +1 -1
- package/dist/internal/array-buffer-like/is-array-buffer.js +0 -420
- package/dist/internal/array-buffer-like/is-array-buffer.js.map +1 -1
- package/dist/internal/array-buffer-like/is-shared-array-buffer.js +0 -420
- package/dist/internal/array-buffer-like/is-shared-array-buffer.js.map +1 -1
- package/dist/internal/data-view-32/data-view-32.js +0 -21
- package/dist/internal/data-view-32/data-view-32.js.map +1 -1
- package/dist/lit/elements/service-application.d.ts +9 -0
- package/dist/lit/elements/service-application.js +55 -0
- package/dist/lit/elements/service-application.js.map +1 -0
- package/dist/lit/elements/service-context.d.ts +1 -0
- package/dist/{ecs/entity/u32.js → lit/elements/service-context.js} +3 -3
- package/dist/lit/elements/service-context.js.map +1 -0
- package/dist/lit/elements/service-element.d.ts +6 -0
- package/dist/lit/elements/service-element.js +43 -0
- package/dist/lit/elements/service-element.js.map +1 -0
- package/dist/lit/hooks/index.d.ts +1 -0
- package/dist/lit/hooks/index.js +1 -0
- package/dist/lit/hooks/index.js.map +1 -1
- package/dist/lit/hooks/use-debounce.d.ts +8 -0
- package/dist/lit/hooks/use-debounce.js +41 -0
- package/dist/lit/hooks/use-debounce.js.map +1 -0
- package/dist/lit/hooks/use-drag-observe.d.ts +6 -5
- package/dist/lit/hooks/use-drag-observe.js +2 -2
- package/dist/lit/hooks/use-drag-observe.js.map +1 -1
- package/dist/lit/hooks/use-drag-transaction.d.ts +1 -1
- package/dist/lit/hooks/use-drag-transaction.js +1 -2
- package/dist/lit/hooks/use-drag-transaction.js.map +1 -1
- package/dist/lit/hooks/use-draggable.d.ts +5 -6
- package/dist/lit/hooks/use-draggable.js +23 -31
- package/dist/lit/hooks/use-draggable.js.map +1 -1
- package/dist/lit/hooks/use-effect.js +1 -1
- package/dist/lit/hooks/use-effect.js.map +1 -1
- package/dist/lit/hooks/use-resize-observer.d.ts +2 -0
- package/dist/lit/hooks/use-resize-observer.js +2 -0
- package/dist/lit/hooks/use-resize-observer.js.map +1 -1
- package/dist/lit/hooks/use-updated.js +21 -0
- package/dist/lit/hooks/use-updated.js.map +1 -1
- package/dist/math/aabb/aabb.js +1 -0
- package/dist/math/aabb/aabb.js.map +1 -1
- package/dist/math/aabb-face/aabb-face.d.ts +14 -19
- package/dist/math/aabb-face/aabb-face.js +31 -19
- package/dist/math/aabb-face/aabb-face.js.map +1 -1
- package/dist/math/f32/f32.js +1 -0
- package/dist/math/f32/f32.js.map +1 -1
- package/dist/math/i32/i32.js +1 -0
- package/dist/math/i32/i32.js.map +1 -1
- package/dist/math/line2/line2.js +1 -0
- package/dist/math/line2/line2.js.map +1 -1
- package/dist/math/line3/line3.js +1 -0
- package/dist/math/line3/line3.js.map +1 -1
- package/dist/math/mat4x4/mat4x4.js +1 -0
- package/dist/math/mat4x4/mat4x4.js.map +1 -1
- package/dist/math/picking/get-closest-entity-to-line.js +1 -1
- package/dist/math/picking/get-closest-entity-to-line.js.map +1 -1
- package/dist/math/picking/get-closest-entity-to-point.js +1 -1
- package/dist/math/picking/get-closest-entity-to-point.js.map +1 -1
- package/dist/math/picking/pick-from-tables.js +1 -1
- package/dist/math/picking/pick-from-tables.js.map +1 -1
- package/dist/math/picking/pick-result.d.ts +2 -4
- package/dist/math/plane/plane.js +1 -0
- package/dist/math/plane/plane.js.map +1 -1
- package/dist/math/quat/quat.js +1 -0
- package/dist/math/quat/quat.js.map +1 -1
- package/dist/math/u32/u32.js +1 -0
- package/dist/math/u32/u32.js.map +1 -1
- package/dist/math/vec2/vec2.js +1 -0
- package/dist/math/vec2/vec2.js.map +1 -1
- package/dist/math/vec3/vec3.d.ts +1 -0
- package/dist/math/vec3/vec3.js +2 -0
- package/dist/math/vec3/vec3.js.map +1 -1
- package/dist/math/vec4/vec4.d.ts +1 -0
- package/dist/math/vec4/vec4.js +7 -0
- package/dist/math/vec4/vec4.js.map +1 -1
- package/dist/observe/to-async-generator.test.js +5 -8
- package/dist/observe/to-async-generator.test.js.map +1 -1
- package/dist/observe/with-default.js +0 -1
- package/dist/observe/with-default.js.map +1 -1
- package/dist/old-ecs/action-ecs/action-ecs.test.js +1 -1
- package/dist/old-ecs/action-ecs/action-ecs.test.js.map +1 -1
- package/dist/old-ecs/core-ecs/core-ecs-serialization.test.js +4 -208
- package/dist/old-ecs/core-ecs/core-ecs-serialization.test.js.map +1 -1
- package/dist/old-ecs/core-ecs/core-ecs-types.d.ts +1 -4
- package/dist/old-ecs/core-ecs/core-ecs.d.ts +0 -2
- package/dist/old-ecs/core-ecs/core-ecs.js +9 -13
- package/dist/old-ecs/core-ecs/core-ecs.js.map +1 -1
- package/dist/old-ecs/ecs/ecs.test.js +1 -1
- package/dist/old-ecs/ecs/ecs.test.js.map +1 -1
- package/dist/old-ecs/transaction-ecs/transaction-ecs.test.js +1 -1
- package/dist/old-ecs/transaction-ecs/transaction-ecs.test.js.map +1 -1
- package/dist/samples/todo/elements/todo-list/todo-list-presentation.d.ts +0 -17
- package/dist/samples/todo/elements/todo-list/todo-list-presentation.js.map +1 -1
- package/dist/samples/todo/elements/todo-list/todo-list.css.d.ts +0 -17
- package/dist/samples/todo/elements/todo-list/todo-list.css.js +21 -17
- package/dist/samples/todo/elements/todo-list/todo-list.css.js.map +1 -1
- package/dist/samples/todo/elements/todo-list/todo-list.js +21 -17
- package/dist/samples/todo/elements/todo-list/todo-list.js.map +1 -1
- package/dist/samples/todo/elements/todo-row/index.d.ts +0 -17
- package/dist/samples/todo/elements/todo-row/index.js +21 -17
- package/dist/samples/todo/elements/todo-row/index.js.map +1 -1
- package/dist/samples/todo/elements/todo-row/todo-row-presentation.js +23 -19
- package/dist/samples/todo/elements/todo-row/todo-row-presentation.js.map +1 -1
- package/dist/samples/todo/elements/todo-row/todo-row.css.js +21 -17
- package/dist/samples/todo/elements/todo-row/todo-row.css.js.map +1 -1
- package/dist/samples/todo/elements/todo-row/todo-row.js +21 -17
- package/dist/samples/todo/elements/todo-row/todo-row.js.map +1 -1
- package/dist/samples/todo/elements/todo-toolbar/index.d.ts +0 -17
- package/dist/samples/todo/elements/todo-toolbar/index.js +21 -17
- package/dist/samples/todo/elements/todo-toolbar/index.js.map +1 -1
- package/dist/samples/todo/elements/todo-toolbar/todo-toolbar-presentation.js +21 -17
- package/dist/samples/todo/elements/todo-toolbar/todo-toolbar-presentation.js.map +1 -1
- package/dist/samples/todo/elements/todo-toolbar/todo-toolbar.css.js +21 -17
- package/dist/samples/todo/elements/todo-toolbar/todo-toolbar.css.js.map +1 -1
- package/dist/samples/todo/elements/todo-toolbar/todo-toolbar.js +21 -17
- package/dist/samples/todo/elements/todo-toolbar/todo-toolbar.js.map +1 -1
- package/dist/samples/todo/elements/todo-undo-redo/index.d.ts +0 -17
- package/dist/samples/todo/elements/todo-undo-redo/index.js +21 -17
- package/dist/samples/todo/elements/todo-undo-redo/index.js.map +1 -1
- package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo-presentation.js +21 -17
- package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo-presentation.js.map +1 -1
- package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo.css.js +21 -17
- package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo.css.js.map +1 -1
- package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo.js +21 -17
- package/dist/samples/todo/elements/todo-undo-redo/todo-undo-redo.js.map +1 -1
- package/dist/samples/todo/services/dependent-state-service/create-dependent-state-service.js +21 -17
- package/dist/samples/todo/services/dependent-state-service/create-dependent-state-service.js.map +1 -1
- package/dist/samples/todo/services/dependent-state-service/dependent-state/all-todos.d.ts +0 -17
- package/dist/samples/todo/services/dependent-state-service/dependent-state/all-todos.js.map +1 -1
- package/dist/samples/todo/services/dependent-state-service/dependent-state/complete-todos.d.ts +0 -17
- package/dist/samples/todo/services/dependent-state-service/dependent-state/complete-todos.js.map +1 -1
- package/dist/samples/todo/services/dependent-state-service/dependent-state/incomplete-todos.d.ts +0 -17
- package/dist/samples/todo/services/dependent-state-service/dependent-state/incomplete-todos.js.map +1 -1
- package/dist/samples/todo/services/dependent-state-service/dependent-state/index.d.ts +0 -17
- package/dist/samples/todo/services/dependent-state-service/dependent-state/index.js +21 -17
- package/dist/samples/todo/services/dependent-state-service/dependent-state/index.js.map +1 -1
- package/dist/samples/todo/services/dependent-state-service/dependent-state-service.d.ts +0 -17
- package/dist/samples/todo/services/main-service/create-main-service.d.ts +0 -17
- package/dist/samples/todo/services/main-service/create-main-service.js.map +1 -1
- package/dist/samples/todo/services/main-service/todo-main-service.d.ts +0 -17
- package/dist/samples/todo/services/state-service/create-todo-database.js +21 -17
- package/dist/samples/todo/services/state-service/create-todo-database.js.map +1 -1
- package/dist/samples/todo/services/state-service/create-todo-store.js +21 -17
- package/dist/samples/todo/services/state-service/create-todo-store.js.map +1 -1
- package/dist/samples/todo/services/state-service/todo-state-service.d.ts +0 -17
- package/dist/samples/todo/services/state-service/transactions/create-bulk-todos.js +21 -17
- package/dist/samples/todo/services/state-service/transactions/create-bulk-todos.js.map +1 -1
- package/dist/samples/todo/services/state-service/transactions/create-todo.d.ts +0 -17
- package/dist/samples/todo/services/state-service/transactions/create-todo.js.map +1 -1
- package/dist/samples/todo/services/state-service/transactions/create-todo.test.js +21 -17
- package/dist/samples/todo/services/state-service/transactions/create-todo.test.js.map +1 -1
- package/dist/samples/todo/services/state-service/transactions/delete-all-todos.d.ts +0 -17
- package/dist/samples/todo/services/state-service/transactions/delete-all-todos.js.map +1 -1
- package/dist/samples/todo/services/state-service/transactions/delete-todo.js +21 -17
- package/dist/samples/todo/services/state-service/transactions/delete-todo.js.map +1 -1
- package/dist/samples/todo/services/state-service/transactions/delete-todo.test.js +21 -17
- package/dist/samples/todo/services/state-service/transactions/delete-todo.test.js.map +1 -1
- package/dist/samples/todo/services/state-service/transactions/drag-todo.js +21 -17
- package/dist/samples/todo/services/state-service/transactions/drag-todo.js.map +1 -1
- package/dist/samples/todo/services/state-service/transactions/index.d.ts +0 -17
- package/dist/samples/todo/services/state-service/transactions/index.js +21 -17
- package/dist/samples/todo/services/state-service/transactions/index.js.map +1 -1
- package/dist/samples/todo/services/state-service/transactions/reorder-todos.d.ts +0 -17
- package/dist/samples/todo/services/state-service/transactions/reorder-todos.js.map +1 -1
- package/dist/samples/todo/services/state-service/transactions/toggle-complete.d.ts +0 -17
- package/dist/samples/todo/services/state-service/transactions/toggle-complete.js.map +1 -1
- package/dist/samples/todo/services/state-service/transactions/toggle-complete.test.js +21 -17
- package/dist/samples/todo/services/state-service/transactions/toggle-complete.test.js.map +1 -1
- package/dist/samples/todo/todo-element.d.ts +0 -17
- package/dist/samples/todo/todo-element.js.map +1 -1
- package/dist/samples/todo/todo-main-element.d.ts +0 -17
- package/dist/samples/todo/todo-main-element.js +21 -17
- package/dist/samples/todo/todo-main-element.js.map +1 -1
- package/dist/schema/schema.d.ts +12 -15
- package/dist/schema/schema.js +2 -5
- package/dist/schema/schema.js.map +1 -1
- package/dist/service/index.d.ts +1 -1
- package/dist/service/index.js +1 -1
- package/dist/service/index.js.map +1 -1
- package/dist/table/table.js +1 -0
- package/dist/table/table.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/typed-buffer/create-struct-buffer.js +0 -1
- package/dist/typed-buffer/create-struct-buffer.js.map +1 -1
- package/dist/typed-buffer/create-struct-buffer.test.js +5 -3
- package/dist/typed-buffer/create-struct-buffer.test.js.map +1 -1
- package/dist/typed-buffer/is-typed-buffer.js +21 -0
- package/dist/typed-buffer/is-typed-buffer.js.map +1 -1
- package/dist/typed-buffer/is-typed-buffer.test.js +21 -0
- package/dist/typed-buffer/is-typed-buffer.test.js.map +1 -1
- package/dist/typed-buffer/typed-buffer-equals.js +21 -0
- package/dist/typed-buffer/typed-buffer-equals.js.map +1 -1
- package/dist/types/replace.d.ts +0 -4
- package/dist/types/replace.js.map +1 -1
- package/package.json +1 -1
- package/dist/ecs/entity/entity.d.ts +0 -8
- package/dist/ecs/entity/entity.js +0 -3
- package/dist/ecs/entity/entity.js.map +0 -1
- package/dist/ecs/entity/u32.d.ts +0 -8
- package/dist/ecs/entity/u32.js.map +0 -1
- package/dist/math/aabb-face/face.d.ts +0 -51
- package/dist/math/aabb-face/face.js +0 -110
- package/dist/math/aabb-face/face.js.map +0 -1
- package/dist/math/aabb-face/face.test.d.ts +0 -1
- package/dist/math/aabb-face/face.test.js +0 -94
- package/dist/math/aabb-face/face.test.js.map +0 -1
- package/dist/math/box/box.d.ts +0 -50
- package/dist/math/box/box.js +0 -23
- package/dist/math/box/box.js.map +0 -1
- package/dist/math/face/face.d.ts +0 -51
- package/dist/math/face/face.js +0 -110
- package/dist/math/face/face.js.map +0 -1
- package/dist/math/face/face.test.d.ts +0 -1
- package/dist/math/face/face.test.js +0 -94
- package/dist/math/face/face.test.js.map +0 -1
- package/dist/math/picking/face.d.ts +0 -1
- package/dist/math/picking/face.js +0 -2
- package/dist/math/picking/face.js.map +0 -1
- package/dist/math/picking/getClosestEntityToLine.d.ts +0 -4
- package/dist/math/picking/getClosestEntityToLine.js +0 -29
- package/dist/math/picking/getClosestEntityToLine.js.map +0 -1
- package/dist/math/picking/getClosestEntityToPoint.d.ts +0 -4
- package/dist/math/picking/getClosestEntityToPoint.js +0 -27
- package/dist/math/picking/getClosestEntityToPoint.js.map +0 -1
- package/dist/math/picking/getIntersectingEntities.d.ts +0 -12
- package/dist/math/picking/getIntersectingEntities.js +0 -15
- package/dist/math/picking/getIntersectingEntities.js.map +0 -1
- package/dist/math/transform/debug-inverse.d.ts +0 -1
- package/dist/math/transform/debug-inverse.js +0 -28
- package/dist/math/transform/debug-inverse.js.map +0 -1
- package/dist/math/transform/debug-quat.d.ts +0 -1
- package/dist/math/transform/debug-quat.js +0 -23
- package/dist/math/transform/debug-quat.js.map +0 -1
- package/dist/math/transform/debug-test.d.ts +0 -1
- package/dist/math/transform/debug-test.js +0 -34
- package/dist/math/transform/debug-test.js.map +0 -1
- package/dist/math/transform/transform.d.ts +0 -58
- package/dist/math/transform/transform.js +0 -101
- package/dist/math/transform/transform.js.map +0 -1
- package/dist/math/transform/transform.test.d.ts +0 -1
- package/dist/math/transform/transform.test.js +0 -309
- package/dist/math/transform/transform.test.js.map +0 -1
|
@@ -1,19 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 './todo-toolbar.js';
|
|
19
23
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-toolbar/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-toolbar/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,cAAc,mBAAmB,CAAC"}
|
|
@@ -1,20 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 { html } from 'lit';
|
|
19
23
|
import '../todo-undo-redo/index.js';
|
|
20
24
|
import '@spectrum-web-components/action-button/sp-action-button.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"todo-toolbar-presentation.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-toolbar/todo-toolbar-presentation.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"todo-toolbar-presentation.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-toolbar/todo-toolbar-presentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,OAAO,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAE3B,OAAO,4BAA4B,CAAC;AACpC,OAAO,4DAA4D,CAAC;AAEpE,kDAAkD;AAClD,kGAAkG;AAElG,4DAA4D;AAC5D,MAAM,gBAAgB,GAAG;IACvB,QAAQ,EAAE,YAAY;IACtB,UAAU,EAAE,cAAc;IAC1B,YAAY,EAAE,gBAAgB;IAC9B,cAAc,EAAE,iBAAiB;IACjC,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,OAAO;IAClB,cAAc,EAAE,WAAW;CACnB,CAAC;AAYX,MAAM,UAAU,MAAM,CAAC,IAAgB;IACrC,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,cAAc,EAAE,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC;IAEhH,OAAO,IAAI,CAAA;;;;mCAIsB,SAAS,cAAc,YAAY,WAAW,SAAS,CAAC,SAAS;;;;mCAIjE,GAAG,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC,cAAc,YAAY,KAAK,SAAS,CAAC,QAAQ;mCACzE,GAAG,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,cAAc,YAAY,KAAK,SAAS,CAAC,UAAU;mCAC5E,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,CAAC,cAAc,YAAY,KAAK,SAAS,CAAC,YAAY;;;;mCAIhF,cAAc,cAAc,cAAc,KAAK,CAAC,IAAI,YAAY;YACvF,SAAS,CAAC,cAAc;;oCAEA,cAAc,MAAM,SAAS;;;GAG9D,CAAC;AACJ,CAAC"}
|
|
@@ -1,20 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
.todo-toolbar {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"todo-toolbar.css.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-toolbar/todo-toolbar.css.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"todo-toolbar.css.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-toolbar/todo-toolbar.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BxB,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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
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-toolbar-presentation.js';
|
|
25
29
|
import { styles } from './todo-toolbar.css.js';
|
|
26
30
|
import { withMap } from '../../../../observe/index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"todo-toolbar.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-toolbar/todo-toolbar.ts"],"names":[],"mappings":";;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"todo-toolbar.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-toolbar/todo-toolbar.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,OAAO,KAAK,YAAY,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,MAAM,CAAC,MAAM,OAAO,GAAG,mBAAmB,CAAC;AASpC,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,WAAW;aACnC,WAAM,GAAG;QACd,MAAM;QACN,GAAG,CAAA;;;;;;KAMF;KACF,AATY,CASX;IAEF,MAAM;QACJ,MAAM,SAAS,GAAG;YAChB,QAAQ,EAAE,YAAY;YACtB,UAAU,EAAE,cAAc;YAC1B,YAAY,EAAE,gBAAgB;YAC9B,cAAc,EAAE,iBAAiB;YACjC,SAAS,EAAE,YAAY;YACvB,SAAS,EAAE,OAAO;YAClB,cAAc,EAAE,WAAW;SACnB,CAAC;QACX,MAAM,MAAM,GAAG,mBAAmB,CAAC,GAAG,EAAE,CAAC,CAAC;YACxC,cAAc,EAAE,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC;YACzF,SAAS,EAAE,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC;SAChF,CAAC,CAAC,CAAC;QAEJ,IAAI,CAAC,MAAM;YAAE,OAAO;QAEpB,OAAO,YAAY,CAAC,MAAM,CAAC;YACzB,GAAG,MAAM;YACT,SAAS;YACT,YAAY,EAAE,KAAK;YACnB,eAAe,EAAE,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,eAAe;YAChE,cAAc,EAAE,GAAG,EAAE;gBACnB,yDAAyD;YAC3D,CAAC;YACD,SAAS,EAAE,GAAG,EAAE;gBACd,yDAAyD;YAC3D,CAAC;SACF,CAAC,CAAC;IACL,CAAC;;AAzCU,WAAW;IADvB,aAAa,CAAC,OAAO,CAAC;GACV,WAAW,CA0CvB"}
|
|
@@ -1,18 +1 @@
|
|
|
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 './todo-undo-redo.js';
|
|
@@ -1,19 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 './todo-undo-redo.js';
|
|
19
23
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-undo-redo/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-undo-redo/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AAEX,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,20 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 { html } from 'lit';
|
|
19
23
|
import '@spectrum-web-components/action-button/sp-action-button.js';
|
|
20
24
|
import '@spectrum-web-components/action-group/sp-action-group.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"todo-undo-redo-presentation.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-undo-redo/todo-undo-redo-presentation.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"todo-undo-redo-presentation.js","sourceRoot":"","sources":["../../../../../src/samples/todo/elements/todo-undo-redo/todo-undo-redo-presentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;WAoBW;AACX,OAAO,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAE3B,OAAO,4DAA4D,CAAC;AACpE,OAAO,0DAA0D,CAAC;AAClE,OAAO,+DAA+D,CAAC;AACvE,OAAO,+DAA+D,CAAC;AAEvE,kDAAkD;AAClD,kGAAkG;AAElG,4DAA4D;AAC5D,MAAM,gBAAgB,GAAG;IACvB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACJ,CAAC;AAUX,MAAM,UAAU,MAAM,CAAC,IAAgB;IACrC,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;IAEzD,OAAO,IAAI,CAAA;;iCAEoB,IAAI,cAAc,CAAC,OAAO;;UAEjD,SAAS,CAAC,IAAI;;iCAES,IAAI,cAAc,CAAC,OAAO;;UAEjD,SAAS,CAAC,IAAI;;;GAGrB,CAAC;AACJ,CAAC"}
|
|
@@ -1,20 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
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
|
|
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"}
|
package/dist/samples/todo/services/dependent-state-service/create-dependent-state-service.js
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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);
|
package/dist/samples/todo/services/dependent-state-service/create-dependent-state-service.js.map
CHANGED
|
@@ -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
|
|
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":"
|
|
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"}
|
package/dist/samples/todo/services/dependent-state-service/dependent-state/complete-todos.d.ts
CHANGED
|
@@ -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[]>;
|
package/dist/samples/todo/services/dependent-state-service/dependent-state/complete-todos.js.map
CHANGED
|
@@ -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":"
|
|
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"}
|
package/dist/samples/todo/services/dependent-state-service/dependent-state/incomplete-todos.d.ts
CHANGED
|
@@ -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[]>;
|
package/dist/samples/todo/services/dependent-state-service/dependent-state/incomplete-todos.js.map
CHANGED
|
@@ -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":"
|
|
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';
|