Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > essential-blocks > src > store
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
actions.js | File | 6270 bytes | February 26 2025 16:22:10. | |
constant.js | File | 1857 bytes | February 26 2025 16:22:10. | |
controls.js | File | 3806 bytes | February 26 2025 16:22:10. | |
index.js | File | 496 bytes | August 27 2024 16:37:06. | |
reducer.js | File | 2835 bytes | February 26 2025 16:22:10. | |
resolvers.js | File | 1509 bytes | August 27 2024 16:37:06. | |
selectors.js | File | 1982 bytes | February 26 2025 16:22:10. |
import * as actions from "./actions"; /** * getGlobalColors resolver * @returns */ export function* getGlobalColors() { let globalColors = yield actions.fetchGlobalColor(); return actions.setGlobalColors(globalColors) } /** * getCustomColors resolver * @returns */ export function* getCustomColors() { let customColors = yield actions.fetchCustomColor(); return actions.setCustomColors(customColors) } /** * getGradientColors resolver * @returns */ export function* getGradientColors() { let gradientColors = yield actions.fetchGradientColor(); return actions.setGradientColors(gradientColors) } /** * getCustomGradientColors resolver * @returns */ export function* getCustomGradientColors() { let customGradientColors = yield actions.fetchCustomGradientColor(); return actions.setCustomGradientColors(customGradientColors) } /** * getGlobalTypography resolver * @returns */ export function* getGlobalTypography() { let globalTypography = yield actions.fetchGlobalTypography(); return actions.setGlobalTypography(globalTypography) } /** * getBlockDefaults resolver * @returns */ export function* getBlockDefaults() { let value = yield actions.fetchBlockDefaults(); return actions.setBlockDefault(value) } // /** // * getBlockDefaults resolver // * @returns // */ // export function* getIsSaving() { // let value = yield actions.fetchIsSaving(); // console.log('fetch', value) // return actions.setIsSaving(value) // }
SILENT KILLER Tool