ngx-angora-css
Version:
Angora CSS is a library that provides a set of CSS classes to help you build modern web applications. It is based on the [Boostrap Expanded Features Library](https://github.com/LynxPardelle/bootstrap-expanded-features) and the [Bootstrap](https://getboots
57 lines (56 loc) • 1.54 kB
TypeScript
import { IAbreviationTraductor, IBPS, IPseudo } from '../interfaces';
export declare class ValuesSingleton {
private static instance;
indicatorClass: string;
colors: {
[key: string]: string;
};
abreviationsClasses: {
[key: string]: string;
};
abreviationsValues: {
[key: string]: string;
};
combos: {
[key: string]: string[];
};
combosCreated: {
[key: string]: string;
};
encryptCombo: boolean;
encryptComboCharacters: string;
encryptComboCreatedCharacters: string;
cssNamesParsed: {
[key: string]: string | string[];
};
alreadyCreatedClasses: string[];
sheet: any;
isDebug: boolean;
bps: IBPS[];
bpsSpecifyOptions: string[];
limitBPS: boolean;
styleSheetToManage: string;
separator: string;
specify: string;
styleConsole: string;
pseudoClasses: string[];
pseudosHasSDED: string[];
pseudoElements: string[];
pseudos: IPseudo[];
importantActive: boolean;
abreviationTraductors: IAbreviationTraductor[];
lastCSSCreate: number;
lastTimeAsked2Create: number;
timesCSSCreated: number;
timeBetweenReCreate: number;
useTimer: boolean;
useRecurrentStrategy: boolean;
lastTimeCssCreateEnded: number;
cssCreateIsActive: boolean;
commonPropertiesValuesAbreviations: {
[key: string]: string;
};
commonPropertiesValuesAbreviationsValues: string[];
private constructor();
static getInstance(): ValuesSingleton;
}