@silexlabs/grapesjs-advanced-selector
Version:
A GrapesJS plugin for managing advanced CSS selectors with a visual interface
76 lines • 3.96 kB
TypeScript
declare const _default: {
Remove: string;
Specificity: string;
'Edit selector': string;
'Copy style': string;
'Paste style': string;
'Clear style for this selector': string;
Help: string;
Relation: string;
'Add a new selector': string;
'Pseudo Class': string;
Delete: string;
'When it is': string;
'When it is a': string;
'When it': string;
'inside of': string;
'direct child of': string;
'adjacent to': string;
after: string;
contains: string;
'does not match': string;
matches: string;
'matches (no spec)': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:where': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:is': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:not': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:has': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/General_sibling_combinator': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/Adjacent_sibling_combinator': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/Descendant_combinator': string;
'On mouse': string;
When: string;
'When it has the': string;
'When the': string;
'When it is the': string;
'Style the': string;
'When it is within': string;
'When URL matches': string;
'When it matches': string;
'When the text direction is': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:dir': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:lang': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:optional': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:required': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:indeterminate': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:checked': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:disabled': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:enabled': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:target': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:scope': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:root': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:empty': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:only-of-type': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-last-of-type': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-of-type': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:last-of-type': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:first-of-type': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:only-child': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-last-child': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:last-child': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:first-child': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:any-link': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:link': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:visited': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-within': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:focus': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:active': string;
'https://developer.mozilla.org/en-US/docs/Web/CSS/:hover': string;
'Current selector does not match the selected components': string;
'Current selector does not match all the selected components': string;
};
export default _default;
//# sourceMappingURL=fr.d.ts.map