@wordpress/editor 14.33.3-next.36001005c.0 → 14.33.4
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/build/bindings/post-data.js +49 -72
- package/build/bindings/post-data.js.map +3 -3
- package/build/bindings/post-meta.js +46 -47
- package/build/bindings/post-meta.js.map +2 -2
- package/build/bindings/term-data.js +6 -16
- package/build/bindings/term-data.js.map +2 -2
- package/build/components/block-settings-menu/content-only-settings-menu.js +186 -0
- package/build/components/block-settings-menu/content-only-settings-menu.js.map +7 -0
- package/build/components/collab-sidebar/add-comment.js +34 -7
- package/build/components/collab-sidebar/add-comment.js.map +3 -3
- package/build/components/collab-sidebar/comment-author-info.js +27 -15
- package/build/components/collab-sidebar/comment-author-info.js.map +2 -2
- package/build/components/collab-sidebar/comment-indicator-toolbar.js +15 -45
- package/build/components/collab-sidebar/comment-indicator-toolbar.js.map +3 -3
- package/build/components/collab-sidebar/comments.js +137 -35
- package/build/components/collab-sidebar/comments.js.map +3 -3
- package/build/components/collab-sidebar/hooks.js +8 -7
- package/build/components/collab-sidebar/hooks.js.map +2 -2
- package/build/components/collab-sidebar/index.js +56 -60
- package/build/components/collab-sidebar/index.js.map +3 -3
- package/build/components/editor/index.js +2 -0
- package/build/components/editor/index.js.map +3 -3
- package/build/components/header/index.js +0 -3
- package/build/components/header/index.js.map +3 -3
- package/build/components/more-menu/index.js +1 -1
- package/build/components/more-menu/index.js.map +2 -2
- package/build/components/post-template/hooks.js +7 -38
- package/build/components/post-template/hooks.js.map +2 -2
- package/build/components/provider/index.js +3 -1
- package/build/components/provider/index.js.map +3 -3
- package/build/components/visual-editor/index.js +20 -9
- package/build/components/visual-editor/index.js.map +2 -2
- package/build/store/actions.js +1 -1
- package/build/store/actions.js.map +2 -2
- package/build/store/private-actions.js +8 -0
- package/build/store/private-actions.js.map +2 -2
- package/build/store/private-selectors.js +5 -0
- package/build/store/private-selectors.js.map +2 -2
- package/build/store/reducer.js +10 -0
- package/build/store/reducer.js.map +2 -2
- package/build-module/bindings/post-data.js +49 -72
- package/build-module/bindings/post-data.js.map +2 -2
- package/build-module/bindings/post-meta.js +46 -47
- package/build-module/bindings/post-meta.js.map +2 -2
- package/build-module/bindings/term-data.js +6 -16
- package/build-module/bindings/term-data.js.map +2 -2
- package/build-module/components/block-settings-menu/content-only-settings-menu.js +161 -0
- package/build-module/components/block-settings-menu/content-only-settings-menu.js.map +7 -0
- package/build-module/components/collab-sidebar/add-comment.js +36 -9
- package/build-module/components/collab-sidebar/add-comment.js.map +2 -2
- package/build-module/components/collab-sidebar/comment-author-info.js +27 -15
- package/build-module/components/collab-sidebar/comment-author-info.js.map +2 -2
- package/build-module/components/collab-sidebar/comment-indicator-toolbar.js +21 -37
- package/build-module/components/collab-sidebar/comment-indicator-toolbar.js.map +2 -2
- package/build-module/components/collab-sidebar/comments.js +147 -38
- package/build-module/components/collab-sidebar/comments.js.map +2 -2
- package/build-module/components/collab-sidebar/hooks.js +8 -7
- package/build-module/components/collab-sidebar/hooks.js.map +2 -2
- package/build-module/components/collab-sidebar/index.js +56 -60
- package/build-module/components/collab-sidebar/index.js.map +2 -2
- package/build-module/components/editor/index.js +2 -0
- package/build-module/components/editor/index.js.map +2 -2
- package/build-module/components/header/index.js +0 -3
- package/build-module/components/header/index.js.map +2 -2
- package/build-module/components/more-menu/index.js +1 -1
- package/build-module/components/more-menu/index.js.map +2 -2
- package/build-module/components/post-template/hooks.js +7 -38
- package/build-module/components/post-template/hooks.js.map +2 -2
- package/build-module/components/provider/index.js +3 -1
- package/build-module/components/provider/index.js.map +2 -2
- package/build-module/components/visual-editor/index.js +20 -9
- package/build-module/components/visual-editor/index.js.map +2 -2
- package/build-module/store/actions.js +1 -1
- package/build-module/store/actions.js.map +2 -2
- package/build-module/store/private-actions.js +7 -0
- package/build-module/store/private-actions.js.map +2 -2
- package/build-module/store/private-selectors.js +4 -0
- package/build-module/store/private-selectors.js.map +2 -2
- package/build-module/store/reducer.js +9 -0
- package/build-module/store/reducer.js.map +2 -2
- package/build-style/style-rtl.css +18 -66
- package/build-style/style.css +18 -66
- package/build-types/bindings/post-data.d.ts +20 -20
- package/build-types/bindings/post-meta.d.ts +1 -14
- package/build-types/bindings/term-data.d.ts +6 -16
- package/build-types/components/block-settings-menu/content-only-settings-menu.d.ts +2 -0
- package/build-types/components/block-settings-menu/content-only-settings-menu.d.ts.map +1 -0
- package/build-types/components/collab-sidebar/add-comment.d.ts +6 -1
- package/build-types/components/collab-sidebar/add-comment.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/comment-author-info.d.ts +5 -16
- package/build-types/components/collab-sidebar/comment-author-info.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/comment-indicator-toolbar.d.ts +1 -2
- package/build-types/components/collab-sidebar/comment-indicator-toolbar.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/comments.d.ts +12 -26
- package/build-types/components/collab-sidebar/comments.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/hooks.d.ts +0 -1
- package/build-types/components/collab-sidebar/hooks.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/index.d.ts +1 -4
- package/build-types/components/collab-sidebar/index.d.ts.map +1 -1
- package/build-types/components/editor/index.d.ts.map +1 -1
- package/build-types/components/header/index.d.ts.map +1 -1
- package/build-types/components/post-template/hooks.d.ts +1 -1
- package/build-types/components/post-template/hooks.d.ts.map +1 -1
- package/build-types/components/provider/index.d.ts.map +1 -1
- package/build-types/components/visual-editor/index.d.ts.map +1 -1
- package/build-types/store/actions.d.ts.map +1 -1
- package/build-types/store/private-actions.d.ts +7 -0
- package/build-types/store/private-actions.d.ts.map +1 -1
- package/build-types/store/private-selectors.d.ts +7 -0
- package/build-types/store/private-selectors.d.ts.map +1 -1
- package/build-types/store/reducer.d.ts +10 -0
- package/build-types/store/reducer.d.ts.map +1 -1
- package/package.json +38 -38
- package/src/bindings/post-data.js +65 -124
- package/src/bindings/post-meta.js +56 -58
- package/src/bindings/term-data.js +6 -21
- package/src/bindings/test/post-meta.js +211 -0
- package/src/components/block-settings-menu/content-only-settings-menu.js +185 -0
- package/src/components/block-settings-menu/content-only-settings-menu.native.js +4 -0
- package/src/components/block-settings-menu/style.scss +6 -0
- package/src/components/collab-sidebar/add-comment.js +41 -8
- package/src/components/collab-sidebar/comment-author-info.js +33 -26
- package/src/components/collab-sidebar/comment-indicator-toolbar.js +25 -51
- package/src/components/collab-sidebar/comments.js +147 -43
- package/src/components/collab-sidebar/hooks.js +9 -8
- package/src/components/collab-sidebar/index.js +58 -48
- package/src/components/collab-sidebar/style.scss +8 -69
- package/src/components/editor/index.js +2 -0
- package/src/components/editor-help/style.scss +1 -1
- package/src/components/header/index.js +0 -7
- package/src/components/more-menu/index.js +1 -1
- package/src/components/post-last-revision/style.scss +1 -1
- package/src/components/post-panel-row/style.scss +0 -1
- package/src/components/post-publish-panel/style.scss +1 -1
- package/src/components/post-publish-panel/test/__snapshots__/index.js.snap +2 -2
- package/src/components/post-template/hooks.js +10 -51
- package/src/components/provider/index.js +3 -4
- package/src/components/visual-editor/index.js +27 -6
- package/src/store/actions.js +4 -1
- package/src/store/private-actions.js +13 -0
- package/src/store/private-selectors.js +10 -0
- package/src/store/reducer.js +16 -0
- package/src/style.scss +1 -0
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
|
|
392
392
|
.interface-complementary-area h2 {
|
|
393
393
|
font-size: 13px;
|
|
394
|
-
font-weight:
|
|
394
|
+
font-weight: 500;
|
|
395
395
|
color: #1e1e1e;
|
|
396
396
|
margin-bottom: 1.5em;
|
|
397
397
|
}
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
.interface-complementary-area h3 {
|
|
400
400
|
font-size: 11px;
|
|
401
401
|
text-transform: uppercase;
|
|
402
|
-
font-weight:
|
|
402
|
+
font-weight: 500;
|
|
403
403
|
color: #1e1e1e;
|
|
404
404
|
margin-bottom: 1.5em;
|
|
405
405
|
}
|
|
@@ -735,7 +735,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
.editor-collab-sidebar-panel {
|
|
738
|
-
padding: 16px;
|
|
738
|
+
padding: 16px 16px 24px;
|
|
739
739
|
height: 100%;
|
|
740
740
|
overflow: hidden;
|
|
741
741
|
}
|
|
@@ -792,6 +792,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
792
792
|
border-width: var(--wp-admin-border-width-focus);
|
|
793
793
|
border-style: solid;
|
|
794
794
|
padding: var(--wp-admin-border-width-focus);
|
|
795
|
+
background: #fff;
|
|
795
796
|
}
|
|
796
797
|
|
|
797
798
|
.editor-collab-sidebar-panel__comment-status {
|
|
@@ -819,7 +820,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
819
820
|
}
|
|
820
821
|
|
|
821
822
|
.editor-collab-sidebar-panel__more-reply-button {
|
|
822
|
-
font-weight:
|
|
823
|
+
font-weight: 500;
|
|
823
824
|
}
|
|
824
825
|
|
|
825
826
|
.editor-collab-sidebar-panel__resolution-text {
|
|
@@ -896,70 +897,17 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
896
897
|
bottom: 8px;
|
|
897
898
|
}
|
|
898
899
|
|
|
899
|
-
.comment-avatar-indicator {
|
|
900
|
-
position: relative;
|
|
901
|
-
padding: 4px;
|
|
902
|
-
min-width: auto;
|
|
903
|
-
background: transparent;
|
|
904
|
-
border: none;
|
|
905
|
-
}
|
|
906
|
-
.comment-avatar-indicator:hover::before {
|
|
907
|
-
background: rgba(0, 0, 0, 0.04);
|
|
908
|
-
}
|
|
909
|
-
.comment-avatar-indicator.has-unresolved .comment-avatar-stack::after {
|
|
910
|
-
content: "";
|
|
911
|
-
position: absolute;
|
|
912
|
-
top: -2px;
|
|
913
|
-
left: -2px;
|
|
914
|
-
width: 8px;
|
|
915
|
-
height: 8px;
|
|
916
|
-
background: #d63638;
|
|
917
|
-
border-radius: 50%;
|
|
918
|
-
border: 1px solid #fff;
|
|
919
|
-
z-index: 10;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
.comment-avatar-stack {
|
|
923
|
-
display: flex;
|
|
924
|
-
align-items: center;
|
|
925
|
-
position: relative;
|
|
926
|
-
height: 24px;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
900
|
.comment-avatar {
|
|
930
901
|
width: 24px;
|
|
931
|
-
height: 24px;
|
|
932
902
|
border-radius: 50%;
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
903
|
+
margin-right: -12px;
|
|
904
|
+
border-width: var(--wp-admin-border-width-focus);
|
|
905
|
+
border-style: solid;
|
|
906
|
+
padding: var(--wp-admin-border-width-focus);
|
|
907
|
+
background: #fff;
|
|
936
908
|
}
|
|
937
909
|
.comment-avatar:first-child {
|
|
938
910
|
margin-right: 0;
|
|
939
|
-
border-color: #de6e55;
|
|
940
|
-
}
|
|
941
|
-
.comment-avatar:nth-child(2) {
|
|
942
|
-
border-color: #599637;
|
|
943
|
-
}
|
|
944
|
-
.comment-avatar:nth-child(3) {
|
|
945
|
-
border-color: #3858e9;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.comment-avatar-overflow {
|
|
949
|
-
width: fit-content;
|
|
950
|
-
height: 24px;
|
|
951
|
-
border-radius: 4rem;
|
|
952
|
-
padding: 0 4px;
|
|
953
|
-
background: #757575;
|
|
954
|
-
color: #fff;
|
|
955
|
-
border: 2px solid #fff;
|
|
956
|
-
margin-right: -6px;
|
|
957
|
-
display: flex;
|
|
958
|
-
align-items: center;
|
|
959
|
-
justify-content: center;
|
|
960
|
-
font-size: 10px;
|
|
961
|
-
font-weight: 600;
|
|
962
|
-
flex-shrink: 0;
|
|
963
911
|
}
|
|
964
912
|
|
|
965
913
|
.editor-collapsible-block-toolbar {
|
|
@@ -1021,6 +969,11 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1021
969
|
display: none;
|
|
1022
970
|
}
|
|
1023
971
|
|
|
972
|
+
.editor-content-only-settings-menu__description {
|
|
973
|
+
padding: 8px;
|
|
974
|
+
min-width: 235px;
|
|
975
|
+
}
|
|
976
|
+
|
|
1024
977
|
.editor-block-visibility__disabled-blocks-count {
|
|
1025
978
|
border: 1px solid #ddd;
|
|
1026
979
|
border-width: 1px 0;
|
|
@@ -1880,7 +1833,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1880
1833
|
}
|
|
1881
1834
|
.editor-post-card-panel__title.editor-post-card-panel__title {
|
|
1882
1835
|
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
1883
|
-
font-weight:
|
|
1836
|
+
font-weight: 500;
|
|
1884
1837
|
font-size: 13px;
|
|
1885
1838
|
line-height: 20px;
|
|
1886
1839
|
margin: 0;
|
|
@@ -2044,7 +1997,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
2044
1997
|
|
|
2045
1998
|
.editor-post-last-revision__title {
|
|
2046
1999
|
width: 100%;
|
|
2047
|
-
font-weight:
|
|
2000
|
+
font-weight: 500;
|
|
2048
2001
|
}
|
|
2049
2002
|
|
|
2050
2003
|
.editor-post-last-revision__title.components-button.has-icon {
|
|
@@ -2113,7 +2066,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
2113
2066
|
text-wrap: pretty;
|
|
2114
2067
|
height: auto;
|
|
2115
2068
|
min-height: 32px;
|
|
2116
|
-
font-weight: 400;
|
|
2117
2069
|
}
|
|
2118
2070
|
.editor-post-panel__row-control .components-dropdown {
|
|
2119
2071
|
max-width: 100%;
|
|
@@ -2286,7 +2238,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
2286
2238
|
}
|
|
2287
2239
|
|
|
2288
2240
|
.post-publish-panel__postpublish-header {
|
|
2289
|
-
font-weight:
|
|
2241
|
+
font-weight: 500;
|
|
2290
2242
|
}
|
|
2291
2243
|
|
|
2292
2244
|
.post-publish-panel__postpublish-subheader {
|
package/build-style/style.css
CHANGED
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
|
|
392
392
|
.interface-complementary-area h2 {
|
|
393
393
|
font-size: 13px;
|
|
394
|
-
font-weight:
|
|
394
|
+
font-weight: 500;
|
|
395
395
|
color: #1e1e1e;
|
|
396
396
|
margin-bottom: 1.5em;
|
|
397
397
|
}
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
.interface-complementary-area h3 {
|
|
400
400
|
font-size: 11px;
|
|
401
401
|
text-transform: uppercase;
|
|
402
|
-
font-weight:
|
|
402
|
+
font-weight: 500;
|
|
403
403
|
color: #1e1e1e;
|
|
404
404
|
margin-bottom: 1.5em;
|
|
405
405
|
}
|
|
@@ -735,7 +735,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
.editor-collab-sidebar-panel {
|
|
738
|
-
padding: 16px;
|
|
738
|
+
padding: 16px 16px 24px;
|
|
739
739
|
height: 100%;
|
|
740
740
|
overflow: hidden;
|
|
741
741
|
}
|
|
@@ -792,6 +792,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
792
792
|
border-width: var(--wp-admin-border-width-focus);
|
|
793
793
|
border-style: solid;
|
|
794
794
|
padding: var(--wp-admin-border-width-focus);
|
|
795
|
+
background: #fff;
|
|
795
796
|
}
|
|
796
797
|
|
|
797
798
|
.editor-collab-sidebar-panel__comment-status {
|
|
@@ -819,7 +820,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
819
820
|
}
|
|
820
821
|
|
|
821
822
|
.editor-collab-sidebar-panel__more-reply-button {
|
|
822
|
-
font-weight:
|
|
823
|
+
font-weight: 500;
|
|
823
824
|
}
|
|
824
825
|
|
|
825
826
|
.editor-collab-sidebar-panel__resolution-text {
|
|
@@ -896,70 +897,17 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
896
897
|
bottom: 8px;
|
|
897
898
|
}
|
|
898
899
|
|
|
899
|
-
.comment-avatar-indicator {
|
|
900
|
-
position: relative;
|
|
901
|
-
padding: 4px;
|
|
902
|
-
min-width: auto;
|
|
903
|
-
background: transparent;
|
|
904
|
-
border: none;
|
|
905
|
-
}
|
|
906
|
-
.comment-avatar-indicator:hover::before {
|
|
907
|
-
background: rgba(0, 0, 0, 0.04);
|
|
908
|
-
}
|
|
909
|
-
.comment-avatar-indicator.has-unresolved .comment-avatar-stack::after {
|
|
910
|
-
content: "";
|
|
911
|
-
position: absolute;
|
|
912
|
-
top: -2px;
|
|
913
|
-
right: -2px;
|
|
914
|
-
width: 8px;
|
|
915
|
-
height: 8px;
|
|
916
|
-
background: #d63638;
|
|
917
|
-
border-radius: 50%;
|
|
918
|
-
border: 1px solid #fff;
|
|
919
|
-
z-index: 10;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
.comment-avatar-stack {
|
|
923
|
-
display: flex;
|
|
924
|
-
align-items: center;
|
|
925
|
-
position: relative;
|
|
926
|
-
height: 24px;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
900
|
.comment-avatar {
|
|
930
901
|
width: 24px;
|
|
931
|
-
height: 24px;
|
|
932
902
|
border-radius: 50%;
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
903
|
+
margin-left: -12px;
|
|
904
|
+
border-width: var(--wp-admin-border-width-focus);
|
|
905
|
+
border-style: solid;
|
|
906
|
+
padding: var(--wp-admin-border-width-focus);
|
|
907
|
+
background: #fff;
|
|
936
908
|
}
|
|
937
909
|
.comment-avatar:first-child {
|
|
938
910
|
margin-left: 0;
|
|
939
|
-
border-color: #de6e55;
|
|
940
|
-
}
|
|
941
|
-
.comment-avatar:nth-child(2) {
|
|
942
|
-
border-color: #599637;
|
|
943
|
-
}
|
|
944
|
-
.comment-avatar:nth-child(3) {
|
|
945
|
-
border-color: #3858e9;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.comment-avatar-overflow {
|
|
949
|
-
width: fit-content;
|
|
950
|
-
height: 24px;
|
|
951
|
-
border-radius: 4rem;
|
|
952
|
-
padding: 0 4px;
|
|
953
|
-
background: #757575;
|
|
954
|
-
color: #fff;
|
|
955
|
-
border: 2px solid #fff;
|
|
956
|
-
margin-left: -6px;
|
|
957
|
-
display: flex;
|
|
958
|
-
align-items: center;
|
|
959
|
-
justify-content: center;
|
|
960
|
-
font-size: 10px;
|
|
961
|
-
font-weight: 600;
|
|
962
|
-
flex-shrink: 0;
|
|
963
911
|
}
|
|
964
912
|
|
|
965
913
|
.editor-collapsible-block-toolbar {
|
|
@@ -1021,6 +969,11 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1021
969
|
display: none;
|
|
1022
970
|
}
|
|
1023
971
|
|
|
972
|
+
.editor-content-only-settings-menu__description {
|
|
973
|
+
padding: 8px;
|
|
974
|
+
min-width: 235px;
|
|
975
|
+
}
|
|
976
|
+
|
|
1024
977
|
.editor-block-visibility__disabled-blocks-count {
|
|
1025
978
|
border: 1px solid #ddd;
|
|
1026
979
|
border-width: 1px 0;
|
|
@@ -1880,7 +1833,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1880
1833
|
}
|
|
1881
1834
|
.editor-post-card-panel__title.editor-post-card-panel__title {
|
|
1882
1835
|
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
1883
|
-
font-weight:
|
|
1836
|
+
font-weight: 500;
|
|
1884
1837
|
font-size: 13px;
|
|
1885
1838
|
line-height: 20px;
|
|
1886
1839
|
margin: 0;
|
|
@@ -2044,7 +1997,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
2044
1997
|
|
|
2045
1998
|
.editor-post-last-revision__title {
|
|
2046
1999
|
width: 100%;
|
|
2047
|
-
font-weight:
|
|
2000
|
+
font-weight: 500;
|
|
2048
2001
|
}
|
|
2049
2002
|
|
|
2050
2003
|
.editor-post-last-revision__title.components-button.has-icon {
|
|
@@ -2113,7 +2066,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
2113
2066
|
text-wrap: pretty;
|
|
2114
2067
|
height: auto;
|
|
2115
2068
|
min-height: 32px;
|
|
2116
|
-
font-weight: 400;
|
|
2117
2069
|
}
|
|
2118
2070
|
.editor-post-panel__row-control .components-dropdown {
|
|
2119
2071
|
max-width: 100%;
|
|
@@ -2286,7 +2238,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
2286
2238
|
}
|
|
2287
2239
|
|
|
2288
2240
|
.post-publish-panel__postpublish-header {
|
|
2289
|
-
font-weight:
|
|
2241
|
+
font-weight: 500;
|
|
2290
2242
|
}
|
|
2291
2243
|
|
|
2292
2244
|
.post-publish-panel__postpublish-subheader {
|
|
@@ -13,31 +13,31 @@ declare const _default: {
|
|
|
13
13
|
clientId: any;
|
|
14
14
|
select: any;
|
|
15
15
|
}): false | undefined;
|
|
16
|
-
canUserEditValue({ select, context
|
|
16
|
+
canUserEditValue({ select, context }: {
|
|
17
17
|
select: any;
|
|
18
18
|
context: any;
|
|
19
|
-
args: any;
|
|
20
19
|
}): boolean;
|
|
21
|
-
getFieldsList({ select
|
|
20
|
+
getFieldsList({ select }: {
|
|
22
21
|
select: any;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
}): ({
|
|
23
|
+
label: import("@wordpress/i18n").TranslatableText<"Post Date">;
|
|
24
|
+
args: {
|
|
25
|
+
field: string;
|
|
26
|
+
};
|
|
27
|
+
type: string;
|
|
28
|
+
} | {
|
|
29
|
+
label: import("@wordpress/i18n").TranslatableText<"Post Modified Date">;
|
|
30
|
+
args: {
|
|
31
|
+
field: string;
|
|
32
|
+
};
|
|
33
|
+
type: string;
|
|
31
34
|
} | {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
type: any;
|
|
39
|
-
}[];
|
|
40
|
-
};
|
|
35
|
+
label: import("@wordpress/i18n").TranslatableText<"Post Link">;
|
|
36
|
+
args: {
|
|
37
|
+
field: string;
|
|
38
|
+
};
|
|
39
|
+
type: string;
|
|
40
|
+
})[];
|
|
41
41
|
};
|
|
42
42
|
export default _default;
|
|
43
43
|
//# sourceMappingURL=post-data.d.ts.map
|
|
@@ -18,20 +18,7 @@ declare const _default: {
|
|
|
18
18
|
getFieldsList({ select, context }: {
|
|
19
19
|
select: any;
|
|
20
20
|
context: any;
|
|
21
|
-
}):
|
|
22
|
-
editorUI({ select, context }: {
|
|
23
|
-
select: any;
|
|
24
|
-
context: any;
|
|
25
|
-
}): {
|
|
26
|
-
mode: string;
|
|
27
|
-
data: {
|
|
28
|
-
label: any;
|
|
29
|
-
args: {
|
|
30
|
-
key: string;
|
|
31
|
-
};
|
|
32
|
-
type: any;
|
|
33
|
-
}[];
|
|
34
|
-
};
|
|
21
|
+
}): any;
|
|
35
22
|
};
|
|
36
23
|
export default _default;
|
|
37
24
|
//# sourceMappingURL=post-meta.d.ts.map
|
|
@@ -20,23 +20,13 @@ declare const _default: {
|
|
|
20
20
|
getFieldsList({ select, context }: {
|
|
21
21
|
select: any;
|
|
22
22
|
context: any;
|
|
23
|
-
}): Object;
|
|
24
|
-
editorUI({ select, context }: {
|
|
25
|
-
select: any;
|
|
26
|
-
context: any;
|
|
27
23
|
}): {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
type: any;
|
|
35
|
-
args: {
|
|
36
|
-
field: string;
|
|
37
|
-
};
|
|
38
|
-
}[];
|
|
39
|
-
};
|
|
24
|
+
label: any;
|
|
25
|
+
type: any;
|
|
26
|
+
args: {
|
|
27
|
+
field: string;
|
|
28
|
+
};
|
|
29
|
+
}[];
|
|
40
30
|
};
|
|
41
31
|
export default _default;
|
|
42
32
|
//# sourceMappingURL=term-data.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-only-settings-menu.d.ts","sourceRoot":"","sources":["../../../src/components/block-settings-menu/content-only-settings-menu.js"],"names":[],"mappings":"AA2KA,+EAaC"}
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
export function AddComment({ onSubmit, showCommentBoard, setShowCommentBoard, commentSidebarRef, }: {
|
|
1
|
+
export function AddComment({ onSubmit, showCommentBoard, setShowCommentBoard, commentSidebarRef, reflowComments, isFloating, y, refs, }: {
|
|
2
2
|
onSubmit: any;
|
|
3
3
|
showCommentBoard: any;
|
|
4
4
|
setShowCommentBoard: any;
|
|
5
5
|
commentSidebarRef: any;
|
|
6
|
+
reflowComments?: typeof noop | undefined;
|
|
7
|
+
isFloating?: boolean | undefined;
|
|
8
|
+
y: any;
|
|
9
|
+
refs: any;
|
|
6
10
|
}): import("react").JSX.Element | null;
|
|
11
|
+
import { noop } from './utils';
|
|
7
12
|
//# sourceMappingURL=add-comment.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-comment.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/add-comment.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"add-comment.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/add-comment.js"],"names":[],"mappings":"AA4BA;;;;;;;;;uCA0EC;qBA9EwC,SAAS"}
|
|
@@ -1,19 +1,8 @@
|
|
|
1
1
|
export default CommentAuthorInfo;
|
|
2
|
-
/**
|
|
3
|
-
* Render author information for a comment.
|
|
4
|
-
*
|
|
5
|
-
* @param {Object} props - Component properties.
|
|
6
|
-
* @param {string} props.avatar - URL of the author's avatar.
|
|
7
|
-
* @param {string} props.name - Name of the author.
|
|
8
|
-
* @param {string} props.date - Date of the comment.
|
|
9
|
-
* @param {string} props.userId - User ID of the author.
|
|
10
|
-
*
|
|
11
|
-
* @return {React.ReactNode} The JSX element representing the author's information.
|
|
12
|
-
*/
|
|
13
2
|
declare function CommentAuthorInfo({ avatar, name, date, userId }: {
|
|
14
|
-
avatar:
|
|
15
|
-
name:
|
|
16
|
-
date:
|
|
17
|
-
userId:
|
|
18
|
-
}):
|
|
3
|
+
avatar: any;
|
|
4
|
+
name: any;
|
|
5
|
+
date: any;
|
|
6
|
+
userId: any;
|
|
7
|
+
}): import("react").JSX.Element;
|
|
19
8
|
//# sourceMappingURL=comment-author-info.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comment-author-info.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/comment-author-info.js"],"names":[],"mappings":";AAoBA
|
|
1
|
+
{"version":3,"file":"comment-author-info.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/comment-author-info.js"],"names":[],"mappings":";AAoBA;;;;;gCAwFC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export default CommentAvatarIndicator;
|
|
2
|
-
declare function CommentAvatarIndicator({ onClick, thread
|
|
2
|
+
declare function CommentAvatarIndicator({ onClick, thread }: {
|
|
3
3
|
onClick: any;
|
|
4
4
|
thread: any;
|
|
5
|
-
hasMoreComments: any;
|
|
6
5
|
}): import("react").JSX.Element | null;
|
|
7
6
|
//# sourceMappingURL=comment-indicator-toolbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comment-indicator-toolbar.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/comment-indicator-toolbar.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"comment-indicator-toolbar.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/comment-indicator-toolbar.js"],"names":[],"mappings":";AAoBA;;;uCAsFC"}
|
|
@@ -1,28 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
* @param {number} props.commentLastUpdated - Timestamp of the last comment update.
|
|
14
|
-
* @return {React.ReactNode} The rendered Comments component.
|
|
15
|
-
*/
|
|
16
|
-
export function Comments({ threads, onEditComment, onAddReply, onCommentDelete, setShowCommentBoard, commentSidebarRef, reflowComments, isFloating, commentLastUpdated, }: {
|
|
17
|
-
threads: any[];
|
|
18
|
-
onEditComment: Function;
|
|
19
|
-
onAddReply: Function;
|
|
20
|
-
onCommentDelete: Function;
|
|
21
|
-
setShowCommentBoard: Function;
|
|
22
|
-
commentSidebarRef: Ref;
|
|
23
|
-
reflowComments: Function;
|
|
24
|
-
isFloating: boolean;
|
|
25
|
-
commentLastUpdated: number;
|
|
26
|
-
}): React.ReactNode;
|
|
1
|
+
export function Comments({ threads: noteThreads, onEditComment, onAddReply, onCommentDelete, showCommentBoard, setShowCommentBoard, commentSidebarRef, reflowComments, isFloating, commentLastUpdated, }: {
|
|
2
|
+
threads: any;
|
|
3
|
+
onEditComment: any;
|
|
4
|
+
onAddReply: any;
|
|
5
|
+
onCommentDelete: any;
|
|
6
|
+
showCommentBoard: any;
|
|
7
|
+
setShowCommentBoard: any;
|
|
8
|
+
commentSidebarRef: any;
|
|
9
|
+
reflowComments: any;
|
|
10
|
+
isFloating?: boolean | undefined;
|
|
11
|
+
commentLastUpdated: any;
|
|
12
|
+
}): import("react").JSX.Element;
|
|
27
13
|
export default Comments;
|
|
28
14
|
//# sourceMappingURL=comments.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comments.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/comments.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"comments.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/comments.js"],"names":[],"mappings":"AAkDA;;;;;;;;;;;gCAwTC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/hooks.js"],"names":[],"mappings":"AA0CA
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/hooks.js"],"names":[],"mappings":"AA0CA;;;;;EA6HC;AAED;;;;;;;;;;;EAoKC;AAED,kEA0BC;AAED;;;;;;;;;;;;;;;;EAmEC;qBA1YoB,SAAS"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/collab-sidebar/index.js"],"names":[],"mappings":"AAiNA,oFAyBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/editor/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/editor/index.js"],"names":[],"mappings":";AAiBA;;;;;;;;;;;gCAiFC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/header/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/header/index.js"],"names":[],"mappings":";AAiDA;;;;;;gCAqJC"}
|
|
@@ -3,6 +3,6 @@ export function useEditedPostContext(): {
|
|
|
3
3
|
postType: string;
|
|
4
4
|
};
|
|
5
5
|
export function useAllowSwitchingTemplates(): boolean;
|
|
6
|
-
export function useAvailableTemplates(postType: any): false | Partial<import("@wordpress/core-data").UnstableBase<any> | import("@wordpress/core-data").Attachment<any> | import("@wordpress/core-data").Comment<any> | import("@wordpress/core-data").GlobalStylesRevision<any> | import("@wordpress/core-data").MenuLocation<any> | import("@wordpress/core-data").NavMenu<any> | import("@wordpress/core-data").NavMenuItem<any> | import("@wordpress/core-data").Page<any> | import("@wordpress/core-data").Plugin<any> | import("@wordpress/core-data").Post<any> | import("@wordpress/core-data").PostStatusObject<any> | import("@wordpress/core-data").PostRevision<any> | import("@wordpress/core-data").Settings<any> | import("@wordpress/core-data").Sidebar<any> | import("@wordpress/core-data").Taxonomy<any> | import("@wordpress/core-data").Term<any> | import("@wordpress/core-data").Theme<any> | import("@wordpress/core-data").User<any> | import("@wordpress/core-data").Type<any> | import("@wordpress/core-data").Widget<any> | import("@wordpress/core-data").WidgetType<any> | import("@wordpress/core-data").WpTemplate<any> | import("@wordpress/core-data").WpTemplatePart<any>>[];
|
|
6
|
+
export function useAvailableTemplates(postType: any): false | (import("@wordpress/core-data").UnstableBase<any> | import("@wordpress/core-data").Attachment<any> | import("@wordpress/core-data").Comment<any> | import("@wordpress/core-data").GlobalStylesRevision<any> | import("@wordpress/core-data").MenuLocation<any> | import("@wordpress/core-data").NavMenu<any> | import("@wordpress/core-data").NavMenuItem<any> | import("@wordpress/core-data").Page<any> | import("@wordpress/core-data").Plugin<any> | import("@wordpress/core-data").Post<any> | import("@wordpress/core-data").PostStatusObject<any> | import("@wordpress/core-data").PostRevision<any> | import("@wordpress/core-data").Settings<any> | import("@wordpress/core-data").Sidebar<any> | import("@wordpress/core-data").Taxonomy<any> | import("@wordpress/core-data").Term<any> | import("@wordpress/core-data").Theme<any> | import("@wordpress/core-data").User<any> | import("@wordpress/core-data").Type<any> | import("@wordpress/core-data").Widget<any> | import("@wordpress/core-data").WidgetType<any> | import("@wordpress/core-data").WpTemplate<any> | import("@wordpress/core-data").WpTemplatePart<any> | Partial<import("@wordpress/core-data").UnstableBase<any> | import("@wordpress/core-data").Attachment<any> | import("@wordpress/core-data").Comment<any> | import("@wordpress/core-data").GlobalStylesRevision<any> | import("@wordpress/core-data").MenuLocation<any> | import("@wordpress/core-data").NavMenu<any> | import("@wordpress/core-data").NavMenuItem<any> | import("@wordpress/core-data").Page<any> | import("@wordpress/core-data").Plugin<any> | import("@wordpress/core-data").Post<any> | import("@wordpress/core-data").PostStatusObject<any> | import("@wordpress/core-data").PostRevision<any> | import("@wordpress/core-data").Settings<any> | import("@wordpress/core-data").Sidebar<any> | import("@wordpress/core-data").Taxonomy<any> | import("@wordpress/core-data").Term<any> | import("@wordpress/core-data").Theme<any> | import("@wordpress/core-data").User<any> | import("@wordpress/core-data").Type<any> | import("@wordpress/core-data").Widget<any> | import("@wordpress/core-data").WidgetType<any> | import("@wordpress/core-data").WpTemplate<any> | import("@wordpress/core-data").WpTemplatePart<any>>)[] | undefined;
|
|
7
7
|
export function useCurrentTemplateSlug(): any;
|
|
8
8
|
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/components/post-template/hooks.js"],"names":[],"mappings":"AAYA;;;EAQC;AACD,sDA8BC;
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/components/post-template/hooks.js"],"names":[],"mappings":"AAYA;;;EAQC;AACD,sDA8BC;AAeD,yuEAeC;AAED,8CAuBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/provider/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/provider/index.js"],"names":[],"mappings":"AA4YA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,sCArBG;IAAgC,IAAI;IACJ,kBAAkB;IAElB,QAAQ;IAER,QAAQ,GAAhC,KAAK,CAAC,SAAS;CAGvB,GAWS,KAAK,CAAC,SAAS,CAW1B;AAlTD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,4GA+OE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/visual-editor/index.js"],"names":[],"mappings":";AA+FA;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/visual-editor/index.js"],"names":[],"mappings":";AA+FA;;;;;;;gCA6ZC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/store/actions.js"],"names":[],"mappings":"AAyEA;;;;;;;GAOG;AACH,gDAFY,MAAM,CAUjB;AAED;;;;;GAKG;AACH;;EAOC;AAED;;;;;;GAMG;AACH,8BAHY,MAAM,CAWjB;AAED;;;;;;GAMG;AACH,uCAFW,MAAM,UAQhB;AAED;;;;;;;GAOG;AACH,wCALW,MAAM,UACN,MAAM,GAEL,MAAM,CAQjB;AA2PD;;;;GAIG;AACH;;EAOC;AAqGD;;;;GAIG;AACH;;EAOC;AAED;;;;;GAKG;AACH,qCAHW,MAAM,GACL,MAAM,CAOjB;AAwBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,yCAxCW,MAAM,GAsCL,MAAM,CAOjB;AAED;;;;;;;;;;;;GAYG;AACH,2CAVW,MAAM,GAQL,MAAM,CAOjB;AAED;;;;;;;;;;;;GAYG;AACH,6CAVW,MAAM,GAQL,MAAM,CAOjB;AAED;;;;;;;;;;;;GAYG;AACH,+CAVW,MAAM,GAQL,MAAM,CAOjB;AA6CD;;;EAKC;
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/store/actions.js"],"names":[],"mappings":"AAyEA;;;;;;;GAOG;AACH,gDAFY,MAAM,CAUjB;AAED;;;;;GAKG;AACH;;EAOC;AAED;;;;;;GAMG;AACH,8BAHY,MAAM,CAWjB;AAED;;;;;;GAMG;AACH,uCAFW,MAAM,UAQhB;AAED;;;;;;;GAOG;AACH,wCALW,MAAM,UACN,MAAM,GAEL,MAAM,CAQjB;AA2PD;;;;GAIG;AACH;;EAOC;AAqGD;;;;GAIG;AACH;;EAOC;AAED;;;;;GAKG;AACH,qCAHW,MAAM,GACL,MAAM,CAOjB;AAwBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,yCAxCW,MAAM,GAsCL,MAAM,CAOjB;AAED;;;;;;;;;;;;GAYG;AACH,2CAVW,MAAM,GAQL,MAAM,CAOjB;AAED;;;;;;;;;;;;GAYG;AACH,6CAVW,MAAM,GAQL,MAAM,CAOjB;AAED;;;;;;;;;;;;GAYG;AACH,+CAVW,MAAM,GAQL,MAAM,CAOjB;AA6CD;;;EAKC;AA4BD;;;;;;GAMG;AACH,0CAJW,MAAM,GAEL,MAAM,CAOjB;AAiED;;;;;;GAMG;AACH,6CAJW,MAAM,GAEL,MAAM,CAOjB;AAsCD;;;;;GAKG;AACH,4CAHW,OAAO,GACN,MAAM,CAOjB;AAiLD;;;;;GAKG;AACH,sCAFY,MAAM,CAMjB;AAED;;;;;GAKG;AACH,uCAFY,MAAM,CAMjB;AAED;;;;GAIG;AACH,wCAFY,MAAM,CAMjB;AAniCM,kCAJI,MAAM,SACN,MAAM;;WAkCf;AAkGK,gCAXI,MAAM,YACN,MAAM,GAQL,MAAM,CAShB;AAOK,mCAFI,MAAM;;;;oBAuIf;AAwGK;;;;oBA0BL;AAWK,iDAFJ;IAA0B,KAAK;CACjC;;;oBAoBC;AAEK;;;mBAkBL;AAKK;;WAIL;AAKK;;WAIL;AAgCK;;WAML;AAKK;;WAML;AAsHK,2DAFI,MAAM;;;;WA8Bf;AAwBK,uCAFI,MAAM;;;;WAkBf;AAuBK,oDAJI,MAAM,GAEL,MAAM,CA0BhB;AAOK,mDAFI,MAAM;;WAyBf;AAgCK,2CAbI,OAAO,GAAC,MAAM,GAWb,MAAM,CAoBhB;AAuBK,yDAFJ;IAA0B,YAAY;CACxC;;;WAiEC;AAKK;;WA8BL;AAKK;;WA+BL;AAOK,uCAFI,MAAM;;;WAyBf;AA2CD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC;AATD;;WASC"}
|
|
@@ -6,6 +6,13 @@
|
|
|
6
6
|
* @return {Object} Action object.
|
|
7
7
|
*/
|
|
8
8
|
export function setCurrentTemplateId(id: string): Object;
|
|
9
|
+
/**
|
|
10
|
+
* Set the minimum height of the canvas.
|
|
11
|
+
*
|
|
12
|
+
* @param {number} minHeight
|
|
13
|
+
* @return {Object} Action object.
|
|
14
|
+
*/
|
|
15
|
+
export function setCanvasMinHeight(minHeight: number): Object;
|
|
9
16
|
export * from "../dataviews/store/private-actions";
|
|
10
17
|
export function createTemplate(template: Object | null): ({ select, dispatch, registry }: {
|
|
11
18
|
select: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"private-actions.d.ts","sourceRoot":"","sources":["../../src/store/private-actions.js"],"names":[],"mappings":"AAmBA;;;;;;GAMG;AACH,yCAJW,MAAM,GAEL,MAAM,CAOjB;;
|
|
1
|
+
{"version":3,"file":"private-actions.d.ts","sourceRoot":"","sources":["../../src/store/private-actions.js"],"names":[],"mappings":"AAmBA;;;;;;GAMG;AACH,yCAJW,MAAM,GAEL,MAAM,CAOjB;AAkfD;;;;;GAKG;AACH,8CAHW,MAAM,GACL,MAAM,CAOjB;;AAtfM,yCAFK,MAAM,OAAA;;;;mBAqChB;AAOK,2CAFI,MAAM,EAAE;;WAoBjB;AAOK,2CAFI,MAAM,EAAE;;WAkBjB;AAWK,0FALJ;IAA2B,MAAM;IACN,kBAAkB;IAClB,cAAc;IACd,KAAK;CAClC;;WAoGC;AAUK,yCALI,MAAM,kBAEd;IAA0B,SAAS;CAErC;;oBA6HC;AAOK;;oBA0HL;AAOK,8CAFI,MAAM;;;WA4Bf"}
|