@elementor/editor-app-bar 4.3.0-961 → 4.3.0-963
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/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +12 -12
- package/src/extensions/documents-save/hooks/use-document-copy-and-share-props.ts +0 -1
- package/src/extensions/documents-save/hooks/use-document-save-draft-props.ts +0 -1
- package/src/extensions/documents-save/hooks/use-document-save-template-props.ts +0 -1
- package/src/extensions/documents-save/hooks/use-document-view-page-props.ts +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1013,7 +1013,6 @@ function useDocumentCopyAndShareProps() {
|
|
|
1013
1013
|
const eventName = config?.names?.editorOne?.topBarPublishDropdown;
|
|
1014
1014
|
if (eventName) {
|
|
1015
1015
|
dispatchEvent2?.(eventName, {
|
|
1016
|
-
app_type: config?.appTypes?.editor,
|
|
1017
1016
|
window_name: config?.appTypes?.editor,
|
|
1018
1017
|
interaction_type: config?.triggers?.click?.toLowerCase(),
|
|
1019
1018
|
target_type: config?.targetTypes?.dropdownItem,
|
|
@@ -1050,7 +1049,6 @@ function useDocumentSaveDraftProps() {
|
|
|
1050
1049
|
const eventName = config?.names?.editorOne?.topBarPublishDropdown;
|
|
1051
1050
|
if (eventName) {
|
|
1052
1051
|
dispatchEvent2?.(eventName, {
|
|
1053
|
-
app_type: config?.appTypes?.editor,
|
|
1054
1052
|
window_name: config?.appTypes?.editor,
|
|
1055
1053
|
interaction_type: config?.triggers?.click?.toLowerCase(),
|
|
1056
1054
|
target_type: config?.targetTypes?.dropdownItem,
|
|
@@ -1082,7 +1080,6 @@ function useDocumentSaveTemplateProps() {
|
|
|
1082
1080
|
const eventName = config?.names?.editorOne?.topBarPublishDropdown;
|
|
1083
1081
|
if (eventName) {
|
|
1084
1082
|
dispatchEvent2?.(eventName, {
|
|
1085
|
-
app_type: config?.appTypes?.editor,
|
|
1086
1083
|
window_name: config?.appTypes?.editor,
|
|
1087
1084
|
interaction_type: config?.triggers?.click?.toLowerCase(),
|
|
1088
1085
|
target_type: config?.targetTypes?.dropdownItem,
|
|
@@ -1114,7 +1111,6 @@ function useDocumentViewPageProps() {
|
|
|
1114
1111
|
const eventName = config?.names?.editorOne?.topBarPublishDropdown;
|
|
1115
1112
|
if (eventName) {
|
|
1116
1113
|
dispatchEvent2?.(eventName, {
|
|
1117
|
-
app_type: config?.appTypes?.editor,
|
|
1118
1114
|
window_name: config?.appTypes?.editor,
|
|
1119
1115
|
interaction_type: config?.triggers?.click?.toLowerCase(),
|
|
1120
1116
|
target_type: config?.targetTypes?.dropdownItem,
|