← All changes
|
assets/js/import-export-customization-admin.js
+6
-33
4.2.0-beta1
→
4.0.8
View file →
| @@ -666,10 +666,9 @@ | ||
| 666 | 666 | exports["default"] = void 0; |
| 667 | 667 | var eventsConfig = { |
| 668 | 668 | appTypes: { |
| 669 | 669 | editor: 'editor', |
| 670 | - wpAdmin: 'wpadmin', | |
| 671 | - wpDash: 'wpdash' | |
| 670 | + wpAdmin: 'wpadmin' | |
| 672 | 671 | }, |
| 673 | 672 | targetTypes: { |
| 674 | 673 | dropdownItem: 'dropdown_item', |
| 675 | 674 | button: 'button', |
| @@ -677,12 +676,9 @@ | ||
| 677 | 676 | toggle: 'toggle', |
| 678 | 677 | searchInput: 'search_input', |
| 679 | 678 | searchResult: 'search_result', |
| 680 | 679 | buttons: 'buttons', |
| 681 | - searchWidget: 'search_widget', | |
| 682 | - wpDashAdminMenuItem: 'wpdash_admin_menu_item', | |
| 683 | - wpDashEditorMenu: 'wpdash_editor_menu', | |
| 684 | - wpDashSubMenuItem: 'wpdash_sub_menu_item' | |
| 680 | + searchWidget: 'search_widget' | |
| 685 | 681 | }, |
| 686 | 682 | interactionResults: { |
| 687 | 683 | actionSelected: 'action_selected', |
| 688 | 684 | navigate: 'navigate', |
| @@ -695,12 +691,9 @@ | ||
| 695 | 691 | resultsUpdated: 'results_updated', |
| 696 | 692 | noResults: 'no_results', |
| 697 | 693 | selected: 'selected', |
| 698 | 694 | promotionViewed: 'promotion_viewed', |
| 699 | - upgradeNow: 'upgrade_now', | |
| 700 | - elementorSideMenuOpened: 'elementor_side_menu_opened', | |
| 701 | - editorSubMenuOpened: 'wpdash_editor_sub_menu_opened', | |
| 702 | - themeBuilderPromotionWindow: 'theme_builder_promotion_window' | |
| 695 | + upgradeNow: 'upgrade_now' | |
| 703 | 696 | }, |
| 704 | 697 | targetNames: { |
| 705 | 698 | publishDropdown: { |
| 706 | 699 | saveDraft: 'save_draft', |
| @@ -723,10 +716,9 @@ | ||
| 723 | 716 | visible: 'Visible', |
| 724 | 717 | pageLoaded: 'Page Loaded', |
| 725 | 718 | typing: 'Typing', |
| 726 | 719 | tabSelect: 'Tab Select', |
| 727 | - insert: 'Insert', | |
| 728 | - hover: 'Hover' | |
| 720 | + insert: 'Insert' | |
| 729 | 721 | }, |
| 730 | 722 | locations: { |
| 731 | 723 | widgetPanel: 'Widget Panel', |
| 732 | 724 | topBar: 'Top Bar', |
| @@ -743,9 +735,8 @@ | ||
| 743 | 735 | }, |
| 744 | 736 | variables: 'Variables Panel', |
| 745 | 737 | variablesManager: 'Variables Manager', |
| 746 | 738 | admin: 'WP admin', |
| 747 | - wpDashAdmin: 'wpdash_admin', | |
| 748 | 739 | structurePanel: 'Structure Panel', |
| 749 | 740 | canvas: 'Canvas', |
| 750 | 741 | leftPanel: 'Left Panel', |
| 751 | 742 | elementorLibrary: 'Elementor Library', |
| @@ -832,12 +823,9 @@ | ||
| 832 | 823 | emptyBox: 'Empty Box', |
| 833 | 824 | searchBar: 'Search Bar', |
| 834 | 825 | finderResults: 'Finder Results', |
| 835 | 826 | libraryTabs: 'Library Tabs', |
| 836 | - assetCard: 'Asset Card', | |
| 837 | - wpDashElementorCoreMenu: 'elementor_editor_core_menu', | |
| 838 | - wpDashElementorCoreSubMenu: 'elementor_editor_core_sub_menu', | |
| 839 | - wpDashThemeBuilder: 'wpdash_core_sub_menu_theme_builder' | |
| 827 | + assetCard: 'Asset Card' | |
| 840 | 828 | }, |
| 841 | 829 | elements: { |
| 842 | 830 | accordionSection: 'Accordion section', |
| 843 | 831 | buttonIcon: 'Button Icon', |
| @@ -886,9 +874,8 @@ | ||
| 886 | 874 | accountConnected: 'account_connected' |
| 887 | 875 | }, |
| 888 | 876 | // ChecklistSteps event names are generated dynamically, based on stepId and action type taken: title, action, done, undone, upgrade |
| 889 | 877 | elementorEditor: { |
| 890 | - editorLoaded: 'editor_loaded', | |
| 891 | 878 | checklist: { |
| 892 | 879 | checklistHeaderClose: 'checklist_header_close_icon', |
| 893 | 880 | checklistFirstPopup: 'checklist popup triggered' |
| 894 | 881 | }, |
| @@ -906,19 +893,8 @@ | ||
| 906 | 893 | saveChanges: 'save_variables_changes', |
| 907 | 894 | delete: 'delete_variable', |
| 908 | 895 | variableSyncToV3: 'variable_sync_to_v3' |
| 909 | 896 | }, |
| 910 | - design_system: { | |
| 911 | - importOpened: 'design_system_import_opened', | |
| 912 | - fileSelected: 'design_system_file_selected', | |
| 913 | - validationFailed: 'design_system_validation_failed', | |
| 914 | - conflictChoice: 'design_system_conflict_choice', | |
| 915 | - confirmed: 'design_system_import_confirmed', | |
| 916 | - imported: 'design_system_imported', | |
| 917 | - importFailed: 'design_system_import_failed', | |
| 918 | - export: 'design_system_export', | |
| 919 | - opened: 'design_system_opened' | |
| 920 | - }, | |
| 921 | 897 | components: { |
| 922 | 898 | createClicked: 'component_create_clicked', |
| 923 | 899 | createCancelled: 'component_creation_cancelled', |
| 924 | 900 | created: 'component_created', |
| @@ -963,12 +939,9 @@ | ||
| 963 | 939 | eLibraryGenerateAi: 'e_library_generate_ai', |
| 964 | 940 | finderSearchInput: 'finder_search_input', |
| 965 | 941 | finderResultSelect: 'finder_result_select', |
| 966 | 942 | canvasEmptyBoxAction: 'canvas_empty_box_action', |
| 967 | - widgetPanelSearch: 'widget_panel_search', | |
| 968 | - wpDashElementorMenuClick: 'wpdash_elementor_menu_click', | |
| 969 | - wpDashEditorSubMenuHover: 'wpdash_editor_sub_menu_hover', | |
| 970 | - wpDashThemeBuilderClick: 'wpdash_theme_builder_click' | |
| 943 | + widgetPanelSearch: 'widget_panel_search' | |
| 971 | 944 | }, |
| 972 | 945 | interactions: { |
| 973 | 946 | created: 'interactions_created' |
| 974 | 947 | }, |