@elementor/editor-documents 0.11.7 → 0.11.8
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/CHANGELOG.md +4 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.11.8](https://github.com/elementor/elementor-packages/compare/@elementor/editor-documents@0.11.7...@elementor/editor-documents@0.11.8) (2024-08-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @elementor/editor-documents
|
|
9
|
+
|
|
6
10
|
## [0.11.7](https://github.com/elementor/elementor-packages/compare/@elementor/editor-documents@0.11.6...@elementor/editor-documents@0.11.7) (2024-08-14)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @elementor/editor-documents
|
package/dist/index.d.mts
CHANGED
|
@@ -102,7 +102,7 @@ type State = {
|
|
|
102
102
|
declare const slice: _elementor_store.Slice<State, {
|
|
103
103
|
init(state: immer_dist_internal.WritableDraft<State>, { payload }: PayloadAction<State>): void;
|
|
104
104
|
activateDocument(state: immer_dist_internal.WritableDraft<State>, action: PayloadAction<Document>): void;
|
|
105
|
-
setAsHost(state: immer_dist_internal.WritableDraft<State>, action: PayloadAction<Document[
|
|
105
|
+
setAsHost(state: immer_dist_internal.WritableDraft<State>, action: PayloadAction<Document["id"]>): void;
|
|
106
106
|
updateActiveDocument(state: immer_dist_internal.WritableDraft<State>, action: PayloadAction<Partial<Document>>): void;
|
|
107
107
|
startSaving(state: immer_dist_internal.WritableDraft<State>): void;
|
|
108
108
|
endSaving(state: immer_dist_internal.WritableDraft<State>, action: PayloadAction<Document>): void;
|
|
@@ -112,4 +112,4 @@ declare const slice: _elementor_store.Slice<State, {
|
|
|
112
112
|
markAsPristine(state: immer_dist_internal.WritableDraft<State>): void;
|
|
113
113
|
}, "documents">;
|
|
114
114
|
|
|
115
|
-
export { Document, ExitTo, ExtendedWindow, V1Document, useActiveDocument as __useActiveDocument, useActiveDocumentActions as __useActiveDocumentActions, useHostDocument as __useHostDocument, useNavigateToDocument as __useNavigateToDocument, slice };
|
|
115
|
+
export { type Document, type ExitTo, type ExtendedWindow, type V1Document, useActiveDocument as __useActiveDocument, useActiveDocumentActions as __useActiveDocumentActions, useHostDocument as __useHostDocument, useNavigateToDocument as __useNavigateToDocument, slice };
|
package/dist/index.d.ts
CHANGED
|
@@ -102,7 +102,7 @@ type State = {
|
|
|
102
102
|
declare const slice: _elementor_store.Slice<State, {
|
|
103
103
|
init(state: immer_dist_internal.WritableDraft<State>, { payload }: PayloadAction<State>): void;
|
|
104
104
|
activateDocument(state: immer_dist_internal.WritableDraft<State>, action: PayloadAction<Document>): void;
|
|
105
|
-
setAsHost(state: immer_dist_internal.WritableDraft<State>, action: PayloadAction<Document[
|
|
105
|
+
setAsHost(state: immer_dist_internal.WritableDraft<State>, action: PayloadAction<Document["id"]>): void;
|
|
106
106
|
updateActiveDocument(state: immer_dist_internal.WritableDraft<State>, action: PayloadAction<Partial<Document>>): void;
|
|
107
107
|
startSaving(state: immer_dist_internal.WritableDraft<State>): void;
|
|
108
108
|
endSaving(state: immer_dist_internal.WritableDraft<State>, action: PayloadAction<Document>): void;
|
|
@@ -112,4 +112,4 @@ declare const slice: _elementor_store.Slice<State, {
|
|
|
112
112
|
markAsPristine(state: immer_dist_internal.WritableDraft<State>): void;
|
|
113
113
|
}, "documents">;
|
|
114
114
|
|
|
115
|
-
export { Document, ExitTo, ExtendedWindow, V1Document, useActiveDocument as __useActiveDocument, useActiveDocumentActions as __useActiveDocumentActions, useHostDocument as __useHostDocument, useNavigateToDocument as __useNavigateToDocument, slice };
|
|
115
|
+
export { type Document, type ExitTo, type ExtendedWindow, type V1Document, useActiveDocument as __useActiveDocument, useActiveDocumentActions as __useActiveDocumentActions, useHostDocument as __useHostDocument, useNavigateToDocument as __useNavigateToDocument, slice };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/editor-documents",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Elementor Team",
|
|
6
6
|
"homepage": "https://elementor.com/",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"dev": "tsup --config=../../tsup.dev.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@elementor/editor": "^0.13.
|
|
43
|
-
"@elementor/editor-v1-adapters": "^0.8.
|
|
42
|
+
"@elementor/editor": "^0.13.1",
|
|
43
|
+
"@elementor/editor-v1-adapters": "^0.8.2",
|
|
44
44
|
"@elementor/store": "^0.8.5",
|
|
45
45
|
"@wordpress/i18n": "^4.45.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": "^18.3.1"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "fceae13994a4b8c16955e37448179b13ed78a71a"
|
|
51
51
|
}
|