Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.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
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/giriqfky/trustyourlawyer.com/wp-content/plugins/essential-blocks/src/store//resolvers.js
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)
// }
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | July 10 2025 04:32:24 | giriqfky / giriqfky | 0755 | |
| | | | | |
.htaccess | 0.41 KB | July 10 2025 04:32:24 | giriqfky / giriqfky | 0644 | |
actions.js | 6.123 KB | February 26 2025 16:22:10 | giriqfky / giriqfky | 0644 | |
constant.js | 1.813 KB | February 26 2025 16:22:10 | giriqfky / giriqfky | 0644 | |
controls.js | 3.717 KB | February 26 2025 16:22:10 | giriqfky / giriqfky | 0644 | |
index.js | 0.484 KB | August 27 2024 16:37:06 | giriqfky / giriqfky | 0644 | |
reducer.js | 2.769 KB | February 26 2025 16:22:10 | giriqfky / giriqfky | 0644 | |
resolvers.js | 1.474 KB | August 27 2024 16:37:06 | giriqfky / giriqfky | 0644 | |
selectors.js | 1.936 KB | February 26 2025 16:22:10 | giriqfky / giriqfky | 0644 | |