Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/themes/code4rest/inc/customizer/react/src/layout-builder/item-component.js
Ðазад
/* jshint esversion: 6 */ import PropTypes from 'prop-types'; import classnames from 'classnames'; import ResponsiveControl from '../common/responsive.js'; import Icons from '../common/icons.js'; import { __ } from '@wordpress/i18n'; const { ButtonGroup, Dashicon, Tooltip, Button } = wp.components; const { Component, Fragment } = wp.element; class ItemComponent extends Component { constructor() { super( ...arguments ); this.choices = ( code4restCustomizerControlsData && code4restCustomizerControlsData.choices && code4restCustomizerControlsData.choices[ this.props.controlParams.group ] ? code4restCustomizerControlsData.choices[ this.props.controlParams.group ] : [] ); } render() { return ( <div className="code4rest-builder-item" data-id={ this.props.item } data-section={ undefined !== this.choices[ this.props.item ] && undefined !== this.choices[ this.props.item ].section ? this.choices[ this.props.item ].section : '' } key={ this.props.item }> <span className="code4rest-builder-item-icon code4rest-move-icon" > { Icons['drag'] } </span> <span className="code4rest-builder-item-text" > { ( undefined !== this.choices[ this.props.item ] && undefined !== this.choices[ this.props.item ].name ? this.choices[ this.props.item ].name : '' ) } </span> <Button className="code4rest-builder-item-focus-icon code4rest-builder-item-icon" aria-label={ __( 'Setting settings for', 'code4rest' ) + ' ' + ( undefined !== this.choices[ this.props.item ] && undefined !== this.choices[ this.props.item ].name ? this.choices[ this.props.item ].name : '' ) } onClick={ () => { this.props.focusItem( undefined !== this.choices[ this.props.item ] && undefined !== this.choices[ this.props.item ].section ? this.choices[ this.props.item ].section : '' ); } } > <Dashicon icon="admin-generic"/> </Button> { code4restCustomizerControlsData.blockWidgets && this.props.item.includes('widget') && 'toggle-widget' !== this.props.item && ( <Button className="code4rest-builder-item-focus-icon code4rest-builder-item-icon" aria-label={ __( 'Setting settings for', 'code4rest' ) + ' ' + ( undefined !== this.choices[ this.props.item ] && undefined !== this.choices[ this.props.item ].name ? this.choices[ this.props.item ].name : '' ) } onClick={ () => { this.props.focusItem( undefined !== this.choices[ this.props.item ] && undefined !== this.choices[ this.props.item ].section ? 'code4rest_customizer_' + this.choices[ this.props.item ].section : '' ); } } > <Dashicon icon="admin-settings"/> </Button> ) } { code4restCustomizerControlsData.blockWidgets && 'toggle-widget' === this.props.item && ( <Button className="code4rest-builder-item-focus-icon code4rest-builder-item-icon" aria-label={ __( 'Setting settings for', 'code4rest' ) + ' ' + ( undefined !== this.choices[ this.props.item ] && undefined !== this.choices[ this.props.item ].name ? this.choices[ this.props.item ].name : '' ) } onClick={ () => { this.props.focusItem( 'code4rest_customizer_sidebar-widgets-header2' ); } } > <Dashicon icon="admin-settings"/> </Button> ) } <Button className="code4rest-builder-item-icon" aria-label={ __( 'Remove', 'code4rest' ) + ' ' + ( undefined !== this.choices[ this.props.item ] && undefined !== this.choices[ this.props.item ].name ? this.choices[ this.props.item ].name : '' ) } onClick={ () => { this.props.removeItem( this.props.item ); } } > <Dashicon icon="no-alt"/> </Button> </div> ); } } export default ItemComponent;
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка