SILENT KILLERPanel

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 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins///essential-blocks//src/store

NameTypeSizeLast ModifiedActions
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.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins///essential-blocks//src/store/constant.js

export const DEFAULT_STATE = {
    globalColors: [],
    customColors: [],
    gradientColors: [],
    customGradientColors: [],
    globalTypography: {},
    blockDefaults: {},
    isSaving: false,
    isChanged: false,
    blockData: {}
};

export const globalColorKey = 'global_colors';
export const customColorKey = 'custom_colors';
export const gradientColorKey = 'gradient_colors';
export const customGradientColorKey = 'custom_gradient_colors';
export const globalTypoKey = 'global_typography';
export const blockDefaultsKey = 'block_default';

export const SET_GLOBAL_COLORS = 'SET_GLOBAL_COLORS';
export const SAVE_GLOBAL_COLORS = 'SAVE_GLOBAL_COLORS';
export const FETCH_GLOBAL_COLORS = 'FETCH_GLOBAL_COLORS';

export const SET_BLOCK_DEFAULTS = 'SET_BLOCK_DEFAULTS';
export const SAVE_BLOCK_DEFAULTS = 'SAVE_BLOCK_DEFAULTS';
export const FETCH_BLOCK_DEFAULTS = 'FETCH_BLOCK_DEFAULTS';

export const SET_CUSTOM_COLORS = 'SET_CUSTOM_COLORS';
export const SAVE_CUSTOM_COLORS = 'SAVE_CUSTOM_COLORS';
export const FETCH_CUSTOM_COLORS = 'FETCH_CUSTOM_COLORS';

export const SET_GRADIENT_COLORS = 'SET_GRADIENT_COLORS';
export const SAVE_GRADIENT_COLORS = 'SAVE_GRADIENT_COLORS';
export const FETCH_GRADIENT_COLORS = 'FETCH_GRADIENT_COLORS';
export const SET_CUSTOM_GRADIENT_COLORS = 'SET_CUSTOM_GRADIENT_COLORS';
export const SAVE_CUSTOM_GRADIENT_COLORS = 'SAVE_CUSTOM_GRADIENT_COLORS';
export const FETCH_CUSTOM_GRADIENT_COLORS = 'FETCH_CUSTOM_GRADIENT_COLORS';

export const SET_IS_SAVING = 'SET_IS_SAVING';
export const FETCH_IS_SAVING = 'FETCH_IS_SAVING';

export const SET_BLOCK_DATA = 'SET_BLOCK_DATA';
export const FETCH_BLOCK_DATA = 'FETCH_BLOCK_DATA';
export const SET_GLOBAL_TYPOGRAPHY = 'SET_GLOBAL_TYPOGRAPHY';
export const SAVE_GLOBAL_TYPOGRAPHY = 'SAVE_GLOBAL_TYPOGRAPHY';
export const FETCH_GLOBAL_TYPOGRAPHY = 'FETCH_GLOBAL_TYPOGRAPHY';

SILENT KILLER Tool