__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
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 | Type | Size | Permission | Actions |
|---|---|---|---|---|
| actions.js | File | 6.12 KB | 0640 |
|
| constant.js | File | 1.81 KB | 0640 |
|
| controls.js | File | 3.72 KB | 0640 |
|
| index.js | File | 496 B | 0640 |
|
| reducer.js | File | 2.77 KB | 0640 |
|
| resolvers.js | File | 1.47 KB | 0640 |
|
| selectors.js | File | 1.94 KB | 0640 |
|