PATH:
home
/
letacommog
/
morandas1
/
wp-content
/
plugins
/
envato-elements
/
src
/
js
/
react
/
components
import React from "react" import { config } from "../util/config" import styles from "./LibrarySearch.module.css" export default class LibrarySearchElementorFilters extends React.PureComponent { render() { const { searchQuery, searchFilterChange, allowPremium } = this.props return ( <div className={styles.searchBasicFilters}> <div className={styles.filter}> <div className={styles.filterLabel}> Filter <div className={styles.filterAttributes}> {allowPremium ? ( <div className={styles.filterAttribute}> <label htmlFor="filterPremiumTemplates"> <input type="checkbox" className={styles.filterAttributeCheckbox} name="premium" value="show" checked={config.shouldWeShowPremiumContent(searchQuery)} id="filterPremiumTemplates" onChange={(e) => { searchFilterChange("premium", e.target.checked ? "show" : "hide", true) }} /> Show Premium Template Kits </label> </div> ) : null} <div className={styles.filterAttribute}> <label htmlFor="filterElementorPro"> <input type="checkbox" className={styles.filterAttributeCheckbox} name="elementor" value="pro" checked={config.shouldWeShowElementorProContent(searchQuery)} id="filterElementorPro" onChange={(e) => { searchFilterChange("elementor", e.target.checked ? "pro" : "free", true) }} /> Show Elementor Pro Templates </label> </div> </div> </div> </div> </div> ) } }
[+]
..
[+]
LibraryResultsElementor
[-] LibrarySearchElementor.jsx
[edit]
[-] LibraryResultsLayout.module.css
[edit]
[-] Photos.jsx
[edit]
[-] LibraryResultsElementorBlocks.module.css
[edit]
[-] ElementorBlocks.module.css
[edit]
[-] LibrarySearchBeaverBuilder.jsx
[edit]
[-] LibraryHeader.module.css
[edit]
[-] BeaverBuilder.jsx
[edit]
[-] LibrarySearchElementorFilters.jsx
[edit]
[-] Global.jsx
[edit]
[-] LibraryResultsElementorLayout.jsx
[edit]
[-] LoadingSpinner.jsx
[edit]
[-] LibraryResultsPhotos.jsx
[edit]
[-] LibraryResultsBeaverBuilder.module.css
[edit]
[-] Settings.module.css
[edit]
[-] ElementorBlocks.jsx
[edit]
[-] Importer.jsx
[edit]
[-] LibraryResultsElementorBlocks.jsx
[edit]
[-] LibrarySearch.module.css
[edit]
[-] LibraryResultsBeaverBuilder.jsx
[edit]
[-] LicenseButton.jsx
[edit]
[-] LibraryResults.jsx
[edit]
[-] Importer.module.css
[edit]
[-] Settings.jsx
[edit]
[-] Inserter.jsx
[edit]
[-] LibraryResultsLayout.jsx
[edit]
[-] Elementor.module.css
[edit]
[-] Photos.module.css
[edit]
[-] ProjectName.jsx
[edit]
[-] LoadingSpinner.module.css
[edit]
[-] LibrarySearchElementorBlocks.jsx
[edit]
[-] LibraryHeader.jsx
[edit]
[-] Inserter.module.css
[edit]
[-] ProjectName.module.css
[edit]
[-] LibrarySearchPhotos.jsx
[edit]
[-] Global.module.css
[edit]
[-] Header.jsx
[edit]
[-] LibraryResultsRows.module.css
[edit]
[-] Home.jsx
[edit]
[-] Elementor.jsx
[edit]
[-] LibrarySearch.jsx
[edit]
[-] LibraryResults.module.css
[edit]
[-] LibraryResultsRows.jsx
[edit]
[-] LibraryResultsPhotos.module.css
[edit]
[-] Header.module.css
[edit]
[-] LicenseButton.module.css
[edit]