document-model 1.0.20 → 1.0.22
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/dist/browser/document-model.cjs +1 -1
- package/dist/browser/document-model.d.ts +1 -1
- package/dist/browser/document-model.js +2 -2
- package/dist/browser/document.cjs +1 -1
- package/dist/browser/document.d.ts +1 -1
- package/dist/browser/document.js +2 -2
- package/dist/browser/index.cjs +1 -1
- package/dist/browser/index.d.ts +3 -25
- package/dist/browser/index.js +3 -3
- package/dist/browser/internal/{index-79fde5f3.js → index-BGvdUwMj.js} +1 -1
- package/dist/browser/internal/{index-dda5d688.js → index-ZaSXpgfR.js} +1 -1
- package/dist/browser/internal/{index-22f88bf2.js → index-k0_xGFJa.js} +1 -1
- package/dist/browser/internal/{index-3607fd07.js → index-vHDbgY8i.js} +1 -1
- package/dist/browser/internal/{object-32802eed.js → object-fIfH8K9b.js} +1 -1
- package/dist/browser/internal/{object-d03c84c9.js → object-wtPuW7QY.js} +4 -2
- package/dist/browser/jest.config.d.ts +8 -0
- package/dist/browser/{document → src/document}/types.d.ts +2 -2
- package/dist/browser/src/index.d.ts +25 -0
- package/dist/browser/test/document/local.test.d.ts +1 -0
- package/dist/browser/test/document/object.test.d.ts +1 -0
- package/dist/browser/test/document/prune.test.d.ts +1 -0
- package/dist/browser/test/document/redo.test.d.ts +1 -0
- package/dist/browser/test/document/reducer.test.d.ts +1 -0
- package/dist/browser/test/document/undo.test.d.ts +1 -0
- package/dist/browser/test/document/utils.test.d.ts +1 -0
- package/dist/browser/test/document-model/zip.test.d.ts +1 -0
- package/dist/browser/test/helpers.d.ts +29 -0
- package/dist/browser/vite.config.d.ts +2 -0
- package/dist/node/document-model.cjs +1 -1
- package/dist/node/document-model.d.ts +1 -1
- package/dist/node/document-model.js +2 -2
- package/dist/node/document.cjs +1 -1
- package/dist/node/document.d.ts +1 -1
- package/dist/node/document.js +2 -2
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.d.ts +3 -25
- package/dist/node/index.js +3 -3
- package/dist/node/internal/{index-e02d7854.js → index-3_D7m254.js} +1 -1
- package/dist/node/internal/{index-bfc402ef.js → index-ffEJwj4v.js} +1 -1
- package/dist/node/internal/{index-4b25c8a5.js → index-frYzO4l6.js} +1 -1
- package/dist/node/internal/{index-14279b3a.js → index-vqhz-N10.js} +1 -1
- package/dist/node/internal/{object-b97efc1b.js → object-yzJ3jRpE.js} +2 -0
- package/dist/node/jest.config.d.ts +8 -0
- package/dist/node/{document → src/document}/types.d.ts +2 -2
- package/dist/node/src/document-model/custom/utils.d.ts +1 -0
- package/dist/node/src/index.d.ts +25 -0
- package/dist/node/test/document/local.test.d.ts +1 -0
- package/dist/node/test/document/object.test.d.ts +1 -0
- package/dist/node/test/document/prune.test.d.ts +1 -0
- package/dist/node/test/document/redo.test.d.ts +1 -0
- package/dist/node/test/document/reducer.test.d.ts +1 -0
- package/dist/node/test/document/undo.test.d.ts +1 -0
- package/dist/node/test/document/utils.test.d.ts +1 -0
- package/dist/node/test/document-model/object.test.d.ts +1 -0
- package/dist/node/test/document-model/zip.test.d.ts +1 -0
- package/dist/node/test/helpers.d.ts +29 -0
- package/dist/node/vite.config.d.ts +2 -0
- package/package.json +16 -15
- /package/dist/browser/{document → src/document}/actions/creators.d.ts +0 -0
- /package/dist/browser/{document → src/document}/actions/index.d.ts +0 -0
- /package/dist/browser/{document → src/document}/actions/types.d.ts +0 -0
- /package/dist/browser/{document → src/document}/index.d.ts +0 -0
- /package/dist/browser/{document → src/document}/object.d.ts +0 -0
- /package/dist/browser/{document → src/document}/reducer.d.ts +0 -0
- /package/dist/browser/{document → src/document}/schema/index.d.ts +0 -0
- /package/dist/browser/{document → src/document}/schema/types.d.ts +0 -0
- /package/dist/browser/{document → src/document}/schema/zod.d.ts +0 -0
- /package/dist/browser/{document → src/document}/signal.d.ts +0 -0
- /package/dist/browser/{document → src/document}/utils/base.d.ts +0 -0
- /package/dist/browser/{document → src/document}/utils/file.d.ts +0 -0
- /package/dist/browser/{document → src/document}/utils/index.d.ts +0 -0
- /package/dist/browser/{document → src/document}/utils/node.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/custom/reducers/header.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/custom/reducers/module.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/custom/reducers/operation-error.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/custom/reducers/operation-example.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/custom/reducers/operation.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/custom/reducers/state.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/custom/reducers/versioning.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/custom/utils.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/actions.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/creators.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/document-model.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/header/actions.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/header/creators.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/header/object.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/header/operations.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/index.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/module/actions.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/module/creators.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/module/object.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/module/operations.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/object.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/operation/actions.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/operation/creators.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/operation/object.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/operation/operations.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/operation-error/actions.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/operation-error/creators.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/operation-error/object.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/operation-error/operations.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/operation-example/actions.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/operation-example/creators.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/operation-example/object.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/operation-example/operations.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/reducer.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/schema/index.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/schema/types.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/schema/zod.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/state/actions.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/state/creators.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/state/object.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/state/operations.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/types.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/utils.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/versioning/actions.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/versioning/creators.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/versioning/object.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/gen/versioning/operations.d.ts +0 -0
- /package/dist/browser/{document-model → src/document-model}/index.d.ts +0 -0
- /package/dist/{node/document-model/custom/utils.d.ts → browser/test/document-model/object.test.d.ts} +0 -0
- /package/dist/node/internal/{object-ac706c4a.js → object-Vf10stKL.js} +0 -0
- /package/dist/node/{document → src/document}/actions/creators.d.ts +0 -0
- /package/dist/node/{document → src/document}/actions/index.d.ts +0 -0
- /package/dist/node/{document → src/document}/actions/types.d.ts +0 -0
- /package/dist/node/{document → src/document}/index.d.ts +0 -0
- /package/dist/node/{document → src/document}/object.d.ts +0 -0
- /package/dist/node/{document → src/document}/reducer.d.ts +0 -0
- /package/dist/node/{document → src/document}/schema/index.d.ts +0 -0
- /package/dist/node/{document → src/document}/schema/types.d.ts +0 -0
- /package/dist/node/{document → src/document}/schema/zod.d.ts +0 -0
- /package/dist/node/{document → src/document}/signal.d.ts +0 -0
- /package/dist/node/{document → src/document}/utils/base.d.ts +0 -0
- /package/dist/node/{document → src/document}/utils/file.d.ts +0 -0
- /package/dist/node/{document → src/document}/utils/index.d.ts +0 -0
- /package/dist/node/{document → src/document}/utils/node.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/custom/reducers/header.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/custom/reducers/module.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/custom/reducers/operation-error.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/custom/reducers/operation-example.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/custom/reducers/operation.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/custom/reducers/state.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/custom/reducers/versioning.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/actions.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/creators.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/document-model.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/header/actions.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/header/creators.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/header/object.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/header/operations.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/index.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/module/actions.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/module/creators.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/module/object.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/module/operations.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/object.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/operation/actions.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/operation/creators.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/operation/object.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/operation/operations.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/operation-error/actions.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/operation-error/creators.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/operation-error/object.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/operation-error/operations.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/operation-example/actions.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/operation-example/creators.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/operation-example/object.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/operation-example/operations.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/reducer.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/schema/index.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/schema/types.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/schema/zod.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/state/actions.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/state/creators.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/state/object.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/state/operations.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/types.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/utils.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/versioning/actions.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/versioning/creators.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/versioning/object.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/gen/versioning/operations.d.ts +0 -0
- /package/dist/node/{document-model → src/document-model}/index.d.ts +0 -0
|
@@ -747,8 +747,10 @@ function ue(t, e) {
|
|
|
747
747
|
e.forEach((i) => {
|
|
748
748
|
Object.getOwnPropertyNames(i.prototype).forEach((a) => {
|
|
749
749
|
Object.defineProperty(
|
|
750
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
750
751
|
t.prototype,
|
|
751
752
|
a,
|
|
753
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
|
|
752
754
|
Object.getOwnPropertyDescriptor(i.prototype, a) || /* @__PURE__ */ Object.create(null)
|
|
753
755
|
);
|
|
754
756
|
});
|
|
@@ -47,8 +47,8 @@ export type Reducer<State, A extends Action, LocalState> = (state: Document<Stat
|
|
|
47
47
|
* @typeParam State - The type of the document data.
|
|
48
48
|
* @typeParam A - The type of the actions supported by the reducer.
|
|
49
49
|
*/
|
|
50
|
-
export type ImmutableReducer<State, A extends Action, LocalState> = (state: Draft<Document<State, A, LocalState>>, action: A | BaseAction, dispatch?: SignalDispatch) => Document<State, A, LocalState> |
|
|
51
|
-
export type ImmutableStateReducer<S, A extends Action, L = unknown> = (state: Draft<State<S, L>>, action: A, dispatch?: SignalDispatch) => State<S, L> |
|
|
50
|
+
export type ImmutableReducer<State, A extends Action, LocalState> = (state: Draft<Document<State, A, LocalState>>, action: A | BaseAction, dispatch?: SignalDispatch) => Document<State, A, LocalState> | undefined;
|
|
51
|
+
export type ImmutableStateReducer<S, A extends Action, L = unknown> = (state: Draft<State<S, L>>, action: A, dispatch?: SignalDispatch) => State<S, L> | undefined;
|
|
52
52
|
/**
|
|
53
53
|
* Scope of an operation.
|
|
54
54
|
* Global: The operation is synchronized everywhere in the network. This is the default document operation.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as Document from './document';
|
|
2
|
+
import * as DocumentModel from './document-model';
|
|
3
|
+
/**
|
|
4
|
+
* This module exports all the public types, functions, and objects
|
|
5
|
+
* from the document module. It provides an easy-to-use interface
|
|
6
|
+
* for managing documents, and can be used in any Redux-based
|
|
7
|
+
* application. This module exports:
|
|
8
|
+
* - All action creators for the base document actions.
|
|
9
|
+
* - The Document object, which is used to for creating and
|
|
10
|
+
* manipulating documents in an object-oriented way.
|
|
11
|
+
* - The baseReducer function, which is a reducer for managing
|
|
12
|
+
* documents
|
|
13
|
+
* - Various utility functions to be used by Document Models.
|
|
14
|
+
*/
|
|
15
|
+
export { Document };
|
|
16
|
+
export { DocumentModel };
|
|
17
|
+
export declare const DocumentModels: {
|
|
18
|
+
'powerhouse/document': typeof Document;
|
|
19
|
+
'powerhouse/document-model': typeof DocumentModel;
|
|
20
|
+
};
|
|
21
|
+
declare const _default: {
|
|
22
|
+
Document: typeof Document;
|
|
23
|
+
DocumentModel: typeof DocumentModel;
|
|
24
|
+
};
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Action, Operation } from '../src/document/types';
|
|
2
|
+
export declare const emptyReducer: import("../src/document/types").Reducer<unknown, Action, unknown>;
|
|
3
|
+
export interface IncrementAction extends Action {
|
|
4
|
+
type: 'INCREMENT';
|
|
5
|
+
}
|
|
6
|
+
export interface DecrementAction extends Action {
|
|
7
|
+
type: 'DECREMENT';
|
|
8
|
+
}
|
|
9
|
+
export interface SetLocalNameAction extends Action {
|
|
10
|
+
type: 'SET_LOCAL_NAME';
|
|
11
|
+
input: string;
|
|
12
|
+
}
|
|
13
|
+
export type CountAction = IncrementAction | DecrementAction | SetLocalNameAction;
|
|
14
|
+
export type CountState = {
|
|
15
|
+
count: number;
|
|
16
|
+
};
|
|
17
|
+
export type CountLocalState = {
|
|
18
|
+
name: string;
|
|
19
|
+
};
|
|
20
|
+
export declare const increment: () => IncrementAction;
|
|
21
|
+
export declare const decrement: () => DecrementAction;
|
|
22
|
+
export declare const setLocalName: (name: string) => SetLocalNameAction;
|
|
23
|
+
export declare const countReducer: import("../src/document/types").Reducer<CountState, CountAction, CountLocalState>;
|
|
24
|
+
export declare const mapOperations: (operations: Operation[]) => {
|
|
25
|
+
input: unknown;
|
|
26
|
+
type: string;
|
|
27
|
+
index: number;
|
|
28
|
+
scope: import("../src/document/types").OperationScope;
|
|
29
|
+
}[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "document-model",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"private": false,
|
|
6
6
|
"files": [
|
|
@@ -52,25 +52,26 @@
|
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
55
|
-
"@
|
|
56
|
-
"@types/
|
|
57
|
-
"@types/
|
|
58
|
-
"@
|
|
59
|
-
"@typescript-eslint/
|
|
60
|
-
"eslint": "^
|
|
61
|
-
"eslint
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"prettier
|
|
55
|
+
"@total-typescript/ts-reset": "^0.5.1",
|
|
56
|
+
"@types/jest": "^29.5.11",
|
|
57
|
+
"@types/mime": "^3.0.4",
|
|
58
|
+
"@types/react": "^18.2.47",
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^6.18.1",
|
|
60
|
+
"@typescript-eslint/parser": "^6.18.1",
|
|
61
|
+
"eslint": "^8.56.0",
|
|
62
|
+
"eslint-config-prettier": "^9.1.0",
|
|
63
|
+
"jest": "^29.7.0",
|
|
64
|
+
"prettier": "^3.1.1",
|
|
65
|
+
"prettier-plugin-organize-imports": "^3.2.4",
|
|
65
66
|
"react": "^18.2.0",
|
|
66
67
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
|
67
68
|
"sha.js": "^2.4.11",
|
|
68
69
|
"ts-jest": "^29.1.1",
|
|
69
|
-
"ts-node": "^10.9.
|
|
70
|
+
"ts-node": "^10.9.2",
|
|
70
71
|
"typescript": "^5.3.3",
|
|
71
|
-
"vite": "^
|
|
72
|
-
"vite-plugin-dts": "^3.
|
|
73
|
-
"vite-plugin-node-polyfills": "^0.
|
|
72
|
+
"vite": "^5.0.11",
|
|
73
|
+
"vite-plugin-dts": "^3.7.0",
|
|
74
|
+
"vite-plugin-node-polyfills": "^0.19.0"
|
|
74
75
|
},
|
|
75
76
|
"dependencies": {
|
|
76
77
|
"immer": "^10.0.2",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/browser/{document-model → src/document-model}/custom/reducers/operation-error.d.ts
RENAMED
|
File without changes
|
/package/dist/browser/{document-model → src/document-model}/custom/reducers/operation-example.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/browser/{document-model → src/document-model}/gen/operation-error/actions.d.ts
RENAMED
|
File without changes
|
/package/dist/browser/{document-model → src/document-model}/gen/operation-error/creators.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/browser/{document-model → src/document-model}/gen/operation-error/operations.d.ts
RENAMED
|
File without changes
|
/package/dist/browser/{document-model → src/document-model}/gen/operation-example/actions.d.ts
RENAMED
|
File without changes
|
/package/dist/browser/{document-model → src/document-model}/gen/operation-example/creators.d.ts
RENAMED
|
File without changes
|
/package/dist/browser/{document-model → src/document-model}/gen/operation-example/object.d.ts
RENAMED
|
File without changes
|
/package/dist/browser/{document-model → src/document-model}/gen/operation-example/operations.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{node/document-model/custom/utils.d.ts → browser/test/document-model/object.test.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/node/{document-model → src/document-model}/custom/reducers/operation-error.d.ts
RENAMED
|
File without changes
|
/package/dist/node/{document-model → src/document-model}/custom/reducers/operation-example.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/node/{document-model → src/document-model}/gen/operation-error/operations.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/node/{document-model → src/document-model}/gen/operation-example/creators.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/node/{document-model → src/document-model}/gen/operation-example/operations.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|