HEX
Server: LiteSpeed
System: Linux node612.namehero.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: dfwparty (1186)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //home/dfwparty/www/wp-content/plugins/ultimate-elementor/build/command-palette.js.map
{"version":3,"file":"command-palette.js","mappings":"yBAAA,IAAI,EAA+BA,OAAW,GAAY,SCAtD,EAA+BA,OAAW,GAAQ,KCAlD,EAA+BA,OAAW,GAAQ,KCwBtD,IAAOA,OAAOC,uBAAyB,CACtCD,OAAOC,wBAAyB,EAGhC,IAAMC,EAAWF,OAAOG,oBAAsB,CAAC,EACzCC,EAAkBF,EAASE,iBAAmB,kBAC9CC,EAAaH,EAASG,YAAc,iCAG1CC,EAAAA,EAAAA,UAAUC,EAAAA,OAAgBC,gBAAiB,CAC1CC,KAAM,2BACNC,OAAOC,EAAAA,EAAAA,IAAI,UAAW,QAAWP,EACjCQ,YAAaR,EAAkB,IAAMC,EAAa,KAAMM,EAAAA,EAAAA,IAAI,+BAAgC,QAC5FE,SAAU,SAAFC,GAAmB,IAAbC,EAAKD,EAALC,MACbC,SAASC,SAASC,KAAOhB,EAASiB,SAAW,wBAC7CJ,GACD,KAIDT,EAAAA,EAAAA,UAAUC,EAAAA,OAAgBC,gBAAiB,CAC1CC,KAAM,yBACNC,OAAOC,EAAAA,EAAAA,IAAI,UAAW,QAAWP,GAAkBO,EAAAA,EAAAA,IAAI,aAAc,QACrEC,YAAaR,EAAkB,IAAMC,EAAa,KAAMM,EAAAA,EAAAA,IAAI,kCAAmC,QAC/FE,SAAU,SAAFO,GAAmB,IAAbL,EAAKK,EAALL,MACbC,SAASC,SAASC,KAAOhB,EAASiB,SAAW,gCAC7CJ,GACD,KAIDT,EAAAA,EAAAA,UAAUC,EAAAA,OAAgBC,gBAAiB,CAC1CC,KAAM,8BACNC,OAAOC,EAAAA,EAAAA,IAAI,UAAW,QAAWP,GAAkBO,EAAAA,EAAAA,IAAI,kBAAmB,QAC1EC,YAAaR,EAAkB,IAAMC,EAAa,KAAMM,EAAAA,EAAAA,IAAI,sDAAuD,QACnHE,SAAU,SAAFQ,GAAmB,IAAbN,EAAKM,EAALN,MACbC,SAASC,SAASC,KAAOhB,EAASiB,SAAW,iCAC7CJ,GACD,IAI0B,WAAtBb,EAASoB,UAAyBpB,EAASqB,QAC/CjB,EAAAA,EAAAA,UAAUC,EAAAA,OAAgBC,gBAAiB,CAC1CC,KAAM,2BACNC,OAAOC,EAAAA,EAAAA,IAAI,UAAW,QAAWP,GAAkBO,EAAAA,EAAAA,IAAI,oBAAqB,QAC5EC,YAAaR,EAAkB,IAAMC,EAAa,KAAMM,EAAAA,EAAAA,IAAI,yCAA0C,QACtGE,SAAU,SAAFW,GAAmB,IAAbT,EAAKS,EAALT,MACbf,OAAOyB,KAAMvB,EAASqB,MAAO,UAC7BR,GACD,IAK8B,WAA3Bb,EAASwB,eAA8BxB,EAASyB,aACpDrB,EAAAA,EAAAA,UAAUC,EAAAA,OAAgBC,gBAAiB,CAC1CC,KAAM,oBACNC,OAAOC,EAAAA,EAAAA,IAAI,UAAW,QAAWP,GAAkBO,EAAAA,EAAAA,IAAI,aAAc,QACrEC,YAAaR,EAAkB,IAAMC,EAAa,KAAMM,EAAAA,EAAAA,IAAI,8BAA+B,QAC3FE,SAAU,SAAFe,GAAmB,IAAbb,EAAKa,EAALb,MACbf,OAAOyB,KAAMvB,EAASyB,WAAY,UAClCZ,GACD,GAGH,C","sources":["webpack://uael/external window [\"wp\",\"commands\"]","webpack://uael/external window [\"wp\",\"data\"]","webpack://uael/external window [\"wp\",\"i18n\"]","webpack://uael/./src/command-palette.js"],"sourcesContent":["var __WEBPACK_NAMESPACE_OBJECT__ = window[\"wp\"][\"commands\"];","var __WEBPACK_NAMESPACE_OBJECT__ = window[\"wp\"][\"data\"];","var __WEBPACK_NAMESPACE_OBJECT__ = window[\"wp\"][\"i18n\"];","/**\n * WordPress Command Palette Integration for Ultimate Addons for Elementor\n *\n * Registers navigation commands for quick access to UAEL settings and features\n * via the WordPress Command Palette (Ctrl/Cmd + K)\n *\n * Supports white-label branding - command labels and URLs adapt to your branding settings\n *\n * @package UAEL\n * @since x.x.x\n */\n\nimport { store as commandsStore } from '@wordpress/commands';\nimport { dispatch, select } from '@wordpress/data';\nimport { __ } from '@wordpress/i18n';\n\n/**\n * Register UAEL navigation commands with the WordPress Command Palette\n *\n * These commands allow users to quickly navigate to UAEL admin pages\n * from anywhere in the WordPress admin dashboard.\n */\n\n// Prevent duplicate registration - exit if commands are already registered\nif ( ! window.uaelCommandsRegistered ) {\n\twindow.uaelCommandsRegistered = true;\n\n\t// Get branding data from localized script\n\tconst branding = window.uaelCommandPalette || {};\n\tconst pluginShortName = branding.pluginShortName || 'Ultimate Addons';\n\tconst pluginName = branding.pluginName || 'Ultimate Addons for Elementor';\n\n\t// Command 1: Navigate to UAEL Dashboard\n\tdispatch( commandsStore ).registerCommand( {\n\t\tname: 'uael/goto-uael-dashboard',\n\t\tlabel: __( 'Go to: ', 'uael' ) + pluginShortName,\n\t\tsearchLabel: pluginShortName + ' ' + pluginName + ' ' + __( 'Dashboard Settings Elementor', 'uael' ),\n\t\tcallback: ( { close } ) => {\n\t\t\tdocument.location.href = branding.adminUrl + 'admin.php?page=uaepro';\n\t\t\tclose();\n\t\t}\n\t} );\n\n\t// Command 2: Navigate to UAEL Widgets\n\tdispatch( commandsStore ).registerCommand( {\n\t\tname: 'uael/goto-uael-widgets',\n\t\tlabel: __( 'Go to: ', 'uael' ) + pluginShortName + __( ' > Widgets', 'uael' ),\n\t\tsearchLabel: pluginShortName + ' ' + pluginName + ' ' + __( 'Widgets Elements Enable Disable', 'uael' ),\n\t\tcallback: ( { close } ) => {\n\t\t\tdocument.location.href = branding.adminUrl + 'admin.php?page=uaepro#widgets';\n\t\t\tclose();\n\t\t}\n\t} );\n\n\t// Command 3: Navigate to UAEL Settings (Integrations Tab)\n\tdispatch( commandsStore ).registerCommand( {\n\t\tname: 'uael/goto-uael-integrations',\n\t\tlabel: __( 'Go to: ', 'uael' ) + pluginShortName + __( ' > Integrations', 'uael' ),\n\t\tsearchLabel: pluginShortName + ' ' + pluginName + ' ' + __( 'Integrations API Settings Google Facebook Recaptcha', 'uael' ),\n\t\tcallback: ( { close } ) => {\n\t\t\tdocument.location.href = branding.adminUrl + 'admin.php?page=uaepro#settings';\n\t\t\tclose();\n\t\t}\n\t} );\n\n\t// Command 5: Navigate to Knowledge Base (only if enabled in branding)\n\tif ( branding.enableKb === 'enable' && branding.kbUrl ) {\n\t\tdispatch( commandsStore ).registerCommand( {\n\t\t\tname: 'uael/goto-knowledge-base',\n\t\t\tlabel: __( 'Go to: ', 'uael' ) + pluginShortName + __( ' > Knowledge Base', 'uael' ),\n\t\t\tsearchLabel: pluginShortName + ' ' + pluginName + ' ' + __( 'Help Documentation Docs Knowledge Base', 'uael' ),\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\twindow.open( branding.kbUrl, '_blank' );\n\t\t\t\tclose();\n\t\t\t}\n\t\t} );\n\t}\n\n\t// Command 6: Navigate to Support (only if enabled in branding)\n\tif ( branding.enableSupport === 'enable' && branding.supportUrl ) {\n\t\tdispatch( commandsStore ).registerCommand( {\n\t\t\tname: 'uael/goto-support',\n\t\t\tlabel: __( 'Go to: ', 'uael' ) + pluginShortName + __( ' > Support', 'uael' ),\n\t\t\tsearchLabel: pluginShortName + ' ' + pluginName + ' ' + __( 'Support Help Ticket Contact', 'uael' ),\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\twindow.open( branding.supportUrl, '_blank' );\n\t\t\t\tclose();\n\t\t\t}\n\t\t} );\n\t}\n}\n"],"names":["window","uaelCommandsRegistered","branding","uaelCommandPalette","pluginShortName","pluginName","dispatch","commandsStore","registerCommand","name","label","__","searchLabel","callback","_ref","close","document","location","href","adminUrl","_ref2","_ref3","enableKb","kbUrl","_ref4","open","enableSupport","supportUrl","_ref5"],"sourceRoot":""}