@designliquido/foles 0.8.0 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fontes/avaliador-sintatico/avaliador-sintatico-reverso.js +534 -2
- package/fontes/avaliador-sintatico/avaliador-sintatico-reverso.js.map +1 -1
- package/fontes/avaliador-sintatico/avaliador-sintatico.js +7 -7
- package/fontes/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
- package/fontes/foles.js +2 -2
- package/fontes/foles.js.map +1 -1
- package/fontes/lexador/lexador-reverso.js +8 -0
- package/fontes/lexador/lexador-reverso.js.map +1 -1
- package/fontes/lexador/lexador.js +5 -1
- package/fontes/lexador/lexador.js.map +1 -1
- package/fontes/lexador/palavras-reservadas/css.d.ts +145 -1
- package/fontes/lexador/palavras-reservadas/css.js +149 -1
- package/fontes/lexador/palavras-reservadas/css.js.map +1 -1
- package/fontes/modificadores/citacoes.js +3 -0
- package/fontes/modificadores/citacoes.js.map +1 -1
- package/fontes/modificadores/configuracoes-variacao-fonte.js +3 -0
- package/fontes/modificadores/configuracoes-variacao-fonte.js.map +1 -1
- package/fontes/modificadores/dicionario/dicionario-reverso-modificadores.js +74 -1
- package/fontes/modificadores/dicionario/dicionario-reverso-modificadores.js.map +1 -1
- package/fontes/modificadores/dicionario/dicionario-suplementar-metodos.d.ts +3 -0
- package/fontes/modificadores/dicionario/dicionario-suplementar-metodos.js +16 -0
- package/fontes/modificadores/dicionario/dicionario-suplementar-metodos.js.map +1 -0
- package/fontes/modificadores/enfase-texto.js +3 -0
- package/fontes/modificadores/enfase-texto.js.map +1 -1
- package/fontes/modificadores/estilo-enfase-texto.js +3 -7
- package/fontes/modificadores/estilo-enfase-texto.js.map +1 -1
- package/fontes/modificadores/substituir-idioma-fonte.js +3 -0
- package/fontes/modificadores/substituir-idioma-fonte.js.map +1 -1
- package/fontes/modificadores/vazamento-texto.js +3 -0
- package/fontes/modificadores/vazamento-texto.js.map +1 -1
- package/fontes/serializadores/serializador-reverso.js +1 -1
- package/fontes/serializadores/serializador-reverso.js.map +1 -1
- package/fontes/tipos-de-simbolos/css.d.ts +1 -0
- package/fontes/tipos-de-simbolos/css.js +1 -0
- package/fontes/tipos-de-simbolos/css.js.map +1 -1
- package/fontes/valores/metodos/css/calc.d.ts +12 -0
- package/fontes/valores/metodos/css/calc.js +20 -0
- package/fontes/valores/metodos/css/calc.js.map +1 -0
- package/fontes/valores/metodos/css/clamp.d.ts +13 -0
- package/fontes/valores/metodos/css/clamp.js +21 -0
- package/fontes/valores/metodos/css/clamp.js.map +1 -0
- package/fontes/valores/metodos/css/constrast.d.ts +9 -0
- package/fontes/valores/metodos/css/constrast.js +20 -0
- package/fontes/valores/metodos/css/constrast.js.map +1 -0
- package/fontes/valores/metodos/css/cubic-bezier.d.ts +11 -0
- package/fontes/valores/metodos/css/cubic-bezier.js +19 -0
- package/fontes/valores/metodos/css/cubic-bezier.js.map +1 -0
- package/fontes/valores/metodos/css/drop-shadow.d.ts +14 -0
- package/fontes/valores/metodos/css/drop-shadow.js +41 -0
- package/fontes/valores/metodos/css/drop-shadow.js.map +1 -0
- package/fontes/valores/metodos/css/fit-content.d.ts +9 -0
- package/fontes/valores/metodos/css/fit-content.js +17 -0
- package/fontes/valores/metodos/css/fit-content.js.map +1 -0
- package/fontes/valores/metodos/css/grayscale.d.ts +9 -0
- package/fontes/valores/metodos/css/grayscale.js +20 -0
- package/fontes/valores/metodos/css/grayscale.js.map +1 -0
- package/fontes/valores/metodos/css/hue-rotate.d.ts +9 -0
- package/fontes/valores/metodos/css/hue-rotate.js +20 -0
- package/fontes/valores/metodos/css/hue-rotate.js.map +1 -0
- package/fontes/valores/metodos/css/invert.d.ts +9 -0
- package/fontes/valores/metodos/css/invert.js +20 -0
- package/fontes/valores/metodos/css/invert.js.map +1 -0
- package/fontes/valores/metodos/css/linear-gradient.d.ts +11 -0
- package/fontes/valores/metodos/css/linear-gradient.js +24 -0
- package/fontes/valores/metodos/css/linear-gradient.js.map +1 -0
- package/fontes/valores/metodos/css/minmax.d.ts +13 -0
- package/fontes/valores/metodos/css/minmax.js +28 -0
- package/fontes/valores/metodos/css/minmax.js.map +1 -0
- package/fontes/valores/metodos/css/opacity.d.ts +9 -0
- package/fontes/valores/metodos/css/opacity.js +20 -0
- package/fontes/valores/metodos/css/opacity.js.map +1 -0
- package/fontes/valores/metodos/css/perspective.d.ts +9 -0
- package/fontes/valores/metodos/css/perspective.js +20 -0
- package/fontes/valores/metodos/css/perspective.js.map +1 -0
- package/fontes/valores/metodos/css/ray.d.ts +10 -0
- package/fontes/valores/metodos/css/ray.js +27 -0
- package/fontes/valores/metodos/css/ray.js.map +1 -0
- package/fontes/valores/metodos/css/rotate.d.ts +9 -0
- package/fontes/valores/metodos/css/rotate.js +20 -0
- package/fontes/valores/metodos/css/rotate.js.map +1 -0
- package/fontes/valores/metodos/css/rotateX.d.ts +9 -0
- package/fontes/valores/metodos/css/rotateX.js +20 -0
- package/fontes/valores/metodos/css/rotateX.js.map +1 -0
- package/fontes/valores/metodos/css/rotateY.d.ts +9 -0
- package/fontes/valores/metodos/css/rotateY.js +20 -0
- package/fontes/valores/metodos/css/rotateY.js.map +1 -0
- package/fontes/valores/metodos/css/rotateZ.d.ts +9 -0
- package/fontes/valores/metodos/css/rotateZ.js +20 -0
- package/fontes/valores/metodos/css/rotateZ.js.map +1 -0
- package/fontes/valores/metodos/css/saturate.d.ts +9 -0
- package/fontes/valores/metodos/css/saturate.js +20 -0
- package/fontes/valores/metodos/css/saturate.js.map +1 -0
- package/fontes/valores/metodos/css/scale.d.ts +9 -0
- package/fontes/valores/metodos/css/scale.js +20 -0
- package/fontes/valores/metodos/css/scale.js.map +1 -0
- package/fontes/valores/metodos/css/scale3d.d.ts +10 -0
- package/fontes/valores/metodos/css/scale3d.js +18 -0
- package/fontes/valores/metodos/css/scale3d.js.map +1 -0
- package/fontes/valores/metodos/css/scaleX.d.ts +8 -0
- package/fontes/valores/metodos/css/scaleX.js +16 -0
- package/fontes/valores/metodos/css/scaleX.js.map +1 -0
- package/fontes/valores/metodos/css/scaleY.d.ts +8 -0
- package/fontes/valores/metodos/css/scaleY.js +16 -0
- package/fontes/valores/metodos/css/scaleY.js.map +1 -0
- package/fontes/valores/metodos/css/scaleZ.d.ts +8 -0
- package/fontes/valores/metodos/css/scaleZ.js +16 -0
- package/fontes/valores/metodos/css/scaleZ.js.map +1 -0
- package/fontes/valores/metodos/css/sepia.d.ts +9 -0
- package/fontes/valores/metodos/css/sepia.js +20 -0
- package/fontes/valores/metodos/css/sepia.js.map +1 -0
- package/fontes/valores/metodos/css/skew.d.ts +11 -0
- package/fontes/valores/metodos/css/skew.js +25 -0
- package/fontes/valores/metodos/css/skew.js.map +1 -0
- package/fontes/valores/metodos/css/skewX.d.ts +9 -0
- package/fontes/valores/metodos/css/skewX.js +20 -0
- package/fontes/valores/metodos/css/skewX.js.map +1 -0
- package/fontes/valores/metodos/css/skewY.d.ts +9 -0
- package/fontes/valores/metodos/css/skewY.js +20 -0
- package/fontes/valores/metodos/css/skewY.js.map +1 -0
- package/fontes/valores/metodos/css/steps.d.ts +17 -0
- package/fontes/valores/metodos/css/steps.js +25 -0
- package/fontes/valores/metodos/css/steps.js.map +1 -0
- package/fontes/valores/metodos/css/translate.d.ts +11 -0
- package/fontes/valores/metodos/css/translate.js +25 -0
- package/fontes/valores/metodos/css/translate.js.map +1 -0
- package/fontes/valores/metodos/css/translate3d.d.ts +13 -0
- package/fontes/valores/metodos/css/translate3d.js +42 -0
- package/fontes/valores/metodos/css/translate3d.js.map +1 -0
- package/fontes/valores/metodos/css/translateX.d.ts +9 -0
- package/fontes/valores/metodos/css/translateX.js +20 -0
- package/fontes/valores/metodos/css/translateX.js.map +1 -0
- package/fontes/valores/metodos/css/translateY.d.ts +9 -0
- package/fontes/valores/metodos/css/translateY.js +20 -0
- package/fontes/valores/metodos/css/translateY.js.map +1 -0
- package/fontes/valores/metodos/css/translateZ.d.ts +9 -0
- package/fontes/valores/metodos/css/translateZ.js +20 -0
- package/fontes/valores/metodos/css/translateZ.js.map +1 -0
- package/fontes/valores/metodos/foles/inclinar.js +6 -2
- package/fontes/valores/metodos/foles/inclinar.js.map +1 -1
- package/fontes/valores/metodos/foles/perspectivar.js +1 -1
- package/fontes/valores/metodos/foles/perspectivar.js.map +1 -1
- package/fontes/valores/metodos/foles/raio.js +3 -1
- package/fontes/valores/metodos/foles/raio.js.map +1 -1
- package/fontes/valores/metodos/foles/translacao.js +6 -2
- package/fontes/valores/metodos/foles/translacao.js.map +1 -1
- package/fontes/valores/seletor-valor-reverso.d.ts +3 -0
- package/fontes/valores/seletor-valor-reverso.js +23 -0
- package/fontes/valores/seletor-valor-reverso.js.map +1 -0
- package/package.json +2 -2
- package/testes/listas/metodos-css.d.ts +25 -0
- package/testes/listas/metodos-css.js +128 -0
- package/testes/listas/metodos-css.js.map +1 -0
- package/testes/listas/valor-string.d.ts +2 -0
- package/testes/listas/valor-string.js +34 -0
- package/testes/listas/valor-string.js.map +1 -0
- package/testes/modificadores/metodos-reversos.test.d.ts +1 -0
- package/testes/modificadores/metodos-reversos.test.js +1630 -0
- package/testes/modificadores/metodos-reversos.test.js.map +1 -0
- package/testes/modificadores/metodos.test.js +11 -6
- package/testes/modificadores/metodos.test.js.map +1 -1
- package/testes/modificadores/valor-string.test.d.ts +1 -0
- package/testes/modificadores/valor-string.test.js +81 -0
- package/testes/modificadores/valor-string.test.js.map +1 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Simbolo } from "../../../lexador";
|
|
2
|
+
import { MetodoCss } from "./metodo-css";
|
|
3
|
+
export declare class TranslateZ extends MetodoCss {
|
|
4
|
+
valor: number;
|
|
5
|
+
quantificador: string;
|
|
6
|
+
traducao: string;
|
|
7
|
+
constructor(valor: Simbolo, quantificador: Simbolo);
|
|
8
|
+
paraTexto(): string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TranslateZ = void 0;
|
|
4
|
+
const metodo_css_1 = require("./metodo-css");
|
|
5
|
+
class TranslateZ extends metodo_css_1.MetodoCss {
|
|
6
|
+
constructor(valor, quantificador) {
|
|
7
|
+
super();
|
|
8
|
+
this.valor = Number(valor.lexema);
|
|
9
|
+
this.quantificador = quantificador ? quantificador.lexema : null;
|
|
10
|
+
this.traducao = 'translateZ';
|
|
11
|
+
}
|
|
12
|
+
paraTexto() {
|
|
13
|
+
if (this.quantificador) {
|
|
14
|
+
return `translacao-eixo-z(${this.valor}${this.quantificador})`;
|
|
15
|
+
}
|
|
16
|
+
return `translacao-eixo-z(${this.valor})`;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.TranslateZ = TranslateZ;
|
|
20
|
+
//# sourceMappingURL=translateZ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translateZ.js","sourceRoot":"","sources":["../../../../../fontes/valores/metodos/css/translateZ.ts"],"names":[],"mappings":";;;AACA,6CAAyC;AAEzC,MAAa,UAAW,SAAQ,sBAAS;IAKrC,YAAY,KAAc,EAAE,aAAsB;QAC9C,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAClC,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC,CAAC,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;QACjE,IAAI,CAAC,QAAQ,GAAG,YAAY,CAAC;IACjC,CAAC;IAED,SAAS;QACL,IAAI,IAAI,CAAC,aAAa,EAAE,CAAC;YACrB,OAAO,qBAAqB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,aAAa,GAAG,CAAA;QAClE,CAAC;QAED,OAAO,qBAAqB,IAAI,CAAC,KAAK,GAAG,CAAA;IAC7C,CAAC;CACJ;AAnBD,gCAmBC"}
|
|
@@ -19,8 +19,12 @@ class Inclinar extends metodo_1.Metodo {
|
|
|
19
19
|
this.quantificador1 === 'graus' ? this.quantificador1 = 'deg' : null;
|
|
20
20
|
return `skew(${this.valor1}${this.quantificador1})`;
|
|
21
21
|
}
|
|
22
|
-
this.quantificador1 === 'graus'
|
|
23
|
-
|
|
22
|
+
if (this.quantificador1 === 'graus') {
|
|
23
|
+
this.quantificador1 = 'deg';
|
|
24
|
+
}
|
|
25
|
+
if (this.quantificador2 === 'graus') {
|
|
26
|
+
this.quantificador2 = 'deg';
|
|
27
|
+
}
|
|
24
28
|
return `skew(${this.valor1}${this.quantificador1}, ${this.valor2}${this.quantificador2})`;
|
|
25
29
|
}
|
|
26
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inclinar.js","sourceRoot":"","sources":["../../../../../fontes/valores/metodos/foles/inclinar.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAElC,MAAa,QAAS,SAAQ,eAAM;IAOhC,YAAY,MAAe,EAAE,cAAuB,EAAE,MAAe,EAAE,cAAuB;QAC1F,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpC,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;QACpE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;QACpD,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;QACpE,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC;IAC3B,CAAC;IAED,SAAS;QACL,IAAI,CAAC,IAAI,CAAC,cAAc,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;YAC/D,OAAO,QAAQ,IAAI,CAAC,MAAM,GAAG,CAAA;QACjC,CAAC;QAED,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;YACvC,IAAI,CAAC,cAAc,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC;YACrE,OAAO,QAAQ,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,GAAG,CAAA;QACvD,CAAC;QAED,IAAI,CAAC,cAAc,KAAK,OAAO,
|
|
1
|
+
{"version":3,"file":"inclinar.js","sourceRoot":"","sources":["../../../../../fontes/valores/metodos/foles/inclinar.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAElC,MAAa,QAAS,SAAQ,eAAM;IAOhC,YAAY,MAAe,EAAE,cAAuB,EAAE,MAAe,EAAE,cAAuB;QAC1F,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpC,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;QACpE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;QACpD,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;QACpE,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC;IAC3B,CAAC;IAED,SAAS;QACL,IAAI,CAAC,IAAI,CAAC,cAAc,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;YAC/D,OAAO,QAAQ,IAAI,CAAC,MAAM,GAAG,CAAA;QACjC,CAAC;QAED,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;YACvC,IAAI,CAAC,cAAc,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC;YACrE,OAAO,QAAQ,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,GAAG,CAAA;QACvD,CAAC;QAED,IAAI,IAAI,CAAC,cAAc,KAAK,OAAO,EAAE,CAAC;YAClC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;QAChC,CAAC;QAED,IAAI,IAAI,CAAC,cAAc,KAAK,OAAO,EAAE,CAAC;YAClC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;QAChC,CAAC;QAED,OAAO,QAAQ,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,KAAK,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,GAAG,CAAA;IAC7F,CAAC;CACJ;AApCD,4BAoCC"}
|
|
@@ -5,7 +5,7 @@ const metodo_1 = require("./metodo");
|
|
|
5
5
|
class Perspectivar extends metodo_1.Metodo {
|
|
6
6
|
constructor(valor, quantificador) {
|
|
7
7
|
super();
|
|
8
|
-
this.valor =
|
|
8
|
+
this.valor = valor.lexema;
|
|
9
9
|
this.quantificador = quantificador ? quantificador.lexema : null;
|
|
10
10
|
this.traducao = 'perspective';
|
|
11
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"perspectivar.js","sourceRoot":"","sources":["../../../../../fontes/valores/metodos/foles/perspectivar.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAElC,MAAa,YAAa,SAAQ,eAAM;IAKpC,YAAY,KAAc,EAAE,aAAsB;QAC9C,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,KAAK,
|
|
1
|
+
{"version":3,"file":"perspectivar.js","sourceRoot":"","sources":["../../../../../fontes/valores/metodos/foles/perspectivar.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAElC,MAAa,YAAa,SAAQ,eAAM;IAKpC,YAAY,KAAc,EAAE,aAAsB;QAC9C,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,KAAK,GAAI,KAAiB,CAAC,MAAM,CAAC;QACvC,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC,CAAC,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;QACjE,IAAI,CAAC,QAAQ,GAAG,aAAa,CAAC;IAClC,CAAC;IAED,SAAS;QACL,IAAI,IAAI,CAAC,aAAa,EAAE,CAAC;YACrB,OAAO,eAAe,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,aAAa,GAAG,CAAA;QAC5D,CAAC;QAED,OAAO,eAAe,IAAI,CAAC,KAAK,GAAG,CAAA;IACvC,CAAC;CACJ;AAnBD,oCAmBC"}
|
|
@@ -12,9 +12,11 @@ class Raio extends metodo_1.Metodo {
|
|
|
12
12
|
this.traducao = 'ray';
|
|
13
13
|
}
|
|
14
14
|
paraTexto() {
|
|
15
|
+
if (this.quantificador === 'graus') {
|
|
16
|
+
this.quantificador = 'deg';
|
|
17
|
+
}
|
|
15
18
|
if (this.posicao) {
|
|
16
19
|
this.posicao = posicoes_1.posicoesRaio[this.posicao];
|
|
17
|
-
this.quantificador === 'graus' ? this.quantificador = 'deg' : null;
|
|
18
20
|
return `ray(${this.posicao} ${this.valor}${this.quantificador})`;
|
|
19
21
|
}
|
|
20
22
|
return `ray(${this.valor}${this.quantificador})`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raio.js","sourceRoot":"","sources":["../../../../../fontes/valores/metodos/foles/raio.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAClC,wEAAyE;AAEzE,MAAa,IAAK,SAAQ,eAAM;IAM5B,YAAY,OAAgB,EAAE,KAAc,EAAE,aAAsB;QAChE,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;QAC/C,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAClC,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC,MAAM,CAAC;QAC1C,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;IAC1B,CAAC;IAED,SAAS;QACL,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"raio.js","sourceRoot":"","sources":["../../../../../fontes/valores/metodos/foles/raio.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAClC,wEAAyE;AAEzE,MAAa,IAAK,SAAQ,eAAM;IAM5B,YAAY,OAAgB,EAAE,KAAc,EAAE,aAAsB;QAChE,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;QAC/C,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAClC,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC,MAAM,CAAC;QAC1C,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;IAC1B,CAAC;IAED,SAAS;QACL,IAAI,IAAI,CAAC,aAAa,KAAK,OAAO,EAAE,CAAC;YACjC,IAAI,CAAC,aAAa,GAAG,KAAK,CAAA;QAC9B,CAAC;QAED,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;YACf,IAAI,CAAC,OAAO,GAAG,uBAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YAC1C,OAAO,OAAO,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,aAAa,GAAG,CAAA;QACpE,CAAC;QAED,OAAO,OAAO,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,aAAa,GAAG,CAAA;IACpD,CAAC;CACJ;AA1BD,oBA0BC"}
|
|
@@ -19,8 +19,12 @@ class Translacao extends metodo_1.Metodo {
|
|
|
19
19
|
this.quantificador1 === 'graus' ? this.quantificador1 = 'deg' : null;
|
|
20
20
|
return `translate(${this.valor1}${this.quantificador1})`;
|
|
21
21
|
}
|
|
22
|
-
this.quantificador1 === 'graus'
|
|
23
|
-
|
|
22
|
+
if (this.quantificador1 === 'graus') {
|
|
23
|
+
this.quantificador1 = 'deg';
|
|
24
|
+
}
|
|
25
|
+
if (this.quantificador2 === 'graus') {
|
|
26
|
+
this.quantificador2 = 'deg';
|
|
27
|
+
}
|
|
24
28
|
return `translate(${this.valor1}${this.quantificador1}, ${this.valor2}${this.quantificador2})`;
|
|
25
29
|
}
|
|
26
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translacao.js","sourceRoot":"","sources":["../../../../../fontes/valores/metodos/foles/translacao.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAElC,MAAa,UAAW,SAAQ,eAAM;IAOlC,YAAY,MAAe,EAAE,cAAuB,EAAE,MAAe,EAAE,cAAuB;QAC1F,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpC,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;QACpE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;QACpD,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;QACpE,IAAI,CAAC,QAAQ,GAAG,WAAW,CAAC;IAChC,CAAC;IAED,SAAS;QACL,IAAI,CAAC,IAAI,CAAC,cAAc,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;YAC/D,OAAO,aAAa,IAAI,CAAC,MAAM,GAAG,CAAA;QACtC,CAAC;QAED,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;YACvC,IAAI,CAAC,cAAc,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC;YACrE,OAAO,aAAa,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,GAAG,CAAA;QAC5D,CAAC;QAED,IAAI,CAAC,cAAc,KAAK,OAAO,
|
|
1
|
+
{"version":3,"file":"translacao.js","sourceRoot":"","sources":["../../../../../fontes/valores/metodos/foles/translacao.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAElC,MAAa,UAAW,SAAQ,eAAM;IAOlC,YAAY,MAAe,EAAE,cAAuB,EAAE,MAAe,EAAE,cAAuB;QAC1F,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpC,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;QACpE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;QACpD,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;QACpE,IAAI,CAAC,QAAQ,GAAG,WAAW,CAAC;IAChC,CAAC;IAED,SAAS;QACL,IAAI,CAAC,IAAI,CAAC,cAAc,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;YAC/D,OAAO,aAAa,IAAI,CAAC,MAAM,GAAG,CAAA;QACtC,CAAC;QAED,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;YACvC,IAAI,CAAC,cAAc,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC;YACrE,OAAO,aAAa,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,GAAG,CAAA;QAC5D,CAAC;QAED,IAAI,IAAI,CAAC,cAAc,KAAK,OAAO,EAAE,CAAC;YAClC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;QAChC,CAAC;QAED,IAAI,IAAI,CAAC,cAAc,KAAK,OAAO,EAAE,CAAC;YAClC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;QAChC,CAAC;QAED,OAAO,aAAa,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,KAAK,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,GAAG,CAAA;IAClG,CAAC;CACJ;AApCD,gCAoCC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SeletorValorReverso = void 0;
|
|
4
|
+
const dicionario_reverso_modificadores_1 = require("../modificadores/dicionario/dicionario-reverso-modificadores");
|
|
5
|
+
const dicionario_suplementar_metodos_1 = require("../modificadores/dicionario/dicionario-suplementar-metodos");
|
|
6
|
+
class SeletorValorReverso {
|
|
7
|
+
constructor(nomeCss, valores, metodo) {
|
|
8
|
+
let modificador;
|
|
9
|
+
if (metodo) {
|
|
10
|
+
modificador = dicionario_suplementar_metodos_1.DicionarioSuplementarMetodos[nomeCss];
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
modificador = dicionario_reverso_modificadores_1.DicionarioReversoModificadores[nomeCss];
|
|
14
|
+
}
|
|
15
|
+
if (modificador === undefined ||
|
|
16
|
+
modificador === null) {
|
|
17
|
+
throw new Error(`O valor \'${nomeCss}\' não foi encontrado.`);
|
|
18
|
+
}
|
|
19
|
+
return new modificador(...valores);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.SeletorValorReverso = SeletorValorReverso;
|
|
23
|
+
//# sourceMappingURL=seletor-valor-reverso.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seletor-valor-reverso.js","sourceRoot":"","sources":["../../../fontes/valores/seletor-valor-reverso.ts"],"names":[],"mappings":";;;AAAA,mHAA8G;AAC9G,+GAA0G;AAE1G,MAAa,mBAAmB;IAC5B,YAAY,OAAe,EAAE,OAAc,EAAE,MAAgB;QACzD,IAAI,WAAW,CAAC;QAEhB,IAAI,MAAM,EAAE,CAAC;YACT,WAAW,GAAI,6DAA4B,CAAC,OAAO,CAAC,CAAC;QACzD,CAAC;aAAM,CAAC;YACJ,WAAW,GAAG,iEAA8B,CAAC,OAAO,CAAC,CAAC;QAC1D,CAAC;QAED,IACI,WAAW,KAAK,SAAS;YACzB,WAAW,KAAK,IAAI,EACtB,CAAC;YACC,MAAM,IAAI,KAAK,CAAC,aAAa,OAAO,wBAAwB,CAAC,CAAC;QAClE,CAAC;QACD,OAAO,IAAI,WAAW,CAAC,GAAG,OAAO,CAAC,CAAC;IACvC,CAAC;CACJ;AAlBD,kDAkBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@designliquido/foles",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "Linguagem de folhas de estilo para documentos em geral em português",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"typescript": "^5.6.3"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"commander": "^
|
|
49
|
+
"commander": "^13.0.0",
|
|
50
50
|
"vlq": "^2.0.4"
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare const MetodoEncaixarConteudo: Array<string>;
|
|
2
|
+
export declare const MetodoLimitar: Array<string>;
|
|
3
|
+
export declare const MetodoMinMax: Array<string>;
|
|
4
|
+
export declare const MetodoPassos: Array<string>;
|
|
5
|
+
export declare const MetodoCurvaCubica: Array<string>;
|
|
6
|
+
export declare const MetodoLinear: Array<string>;
|
|
7
|
+
export declare const MetodoCalcular: Array<string>;
|
|
8
|
+
export declare const MetodoGradienteLinear: Array<string>;
|
|
9
|
+
export declare const MetodoRaio: Array<string>;
|
|
10
|
+
export declare const MetodoContraste: Array<string>;
|
|
11
|
+
export declare const MetodoBorrar: Array<string>;
|
|
12
|
+
export declare const MetodoBrilho: Array<string>;
|
|
13
|
+
export declare const MetodoEscalaCinza: Array<string>;
|
|
14
|
+
export declare const MetodoInverter: Array<string>;
|
|
15
|
+
export declare const MetodoOpacar: Array<string>;
|
|
16
|
+
export declare const MetodoSaturar: Array<string>;
|
|
17
|
+
export declare const MetodoSepia: Array<string>;
|
|
18
|
+
export declare const MetodoRotacionarMatiz: Array<string>;
|
|
19
|
+
export declare const MetodoProjetarSombra: Array<string>;
|
|
20
|
+
export declare const MetodoPerspectivar: Array<string>;
|
|
21
|
+
export declare const MetodosRotacionar: Array<string>;
|
|
22
|
+
export declare const MetodosInclinar: Array<string>;
|
|
23
|
+
export declare const MetodosTranslacao: Array<string>;
|
|
24
|
+
export declare const MetodosEscalamento: Array<string>;
|
|
25
|
+
export declare const TraducaoValoresMetodos: Object;
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TraducaoValoresMetodos = exports.MetodosEscalamento = exports.MetodosTranslacao = exports.MetodosInclinar = exports.MetodosRotacionar = exports.MetodoPerspectivar = exports.MetodoProjetarSombra = exports.MetodoRotacionarMatiz = exports.MetodoSepia = exports.MetodoSaturar = exports.MetodoOpacar = exports.MetodoInverter = exports.MetodoEscalaCinza = exports.MetodoBrilho = exports.MetodoBorrar = exports.MetodoContraste = exports.MetodoRaio = exports.MetodoGradienteLinear = exports.MetodoCalcular = exports.MetodoLinear = exports.MetodoCurvaCubica = exports.MetodoPassos = exports.MetodoMinMax = exports.MetodoLimitar = exports.MetodoEncaixarConteudo = void 0;
|
|
4
|
+
exports.MetodoEncaixarConteudo = [
|
|
5
|
+
'max-height',
|
|
6
|
+
'min-height',
|
|
7
|
+
'height',
|
|
8
|
+
'max-width',
|
|
9
|
+
'min-width',
|
|
10
|
+
'width',
|
|
11
|
+
'grid-auto-columns',
|
|
12
|
+
'inline-size',
|
|
13
|
+
'grid-auto-rows',
|
|
14
|
+
'max-block-size',
|
|
15
|
+
'max-inline-size',
|
|
16
|
+
'min-block-size',
|
|
17
|
+
'min-inline-size',
|
|
18
|
+
'grid-template',
|
|
19
|
+
];
|
|
20
|
+
exports.MetodoLimitar = [
|
|
21
|
+
'height',
|
|
22
|
+
];
|
|
23
|
+
exports.MetodoMinMax = [
|
|
24
|
+
'grid',
|
|
25
|
+
'grid-auto-columns',
|
|
26
|
+
'grid-auto-rows',
|
|
27
|
+
'grid-template-columns',
|
|
28
|
+
];
|
|
29
|
+
exports.MetodoPassos = [
|
|
30
|
+
'transition-timing-function',
|
|
31
|
+
'animation-timing-function',
|
|
32
|
+
];
|
|
33
|
+
exports.MetodoCurvaCubica = [
|
|
34
|
+
'transition-timing-function',
|
|
35
|
+
'animation-timing-function',
|
|
36
|
+
];
|
|
37
|
+
exports.MetodoLinear = [
|
|
38
|
+
'transition',
|
|
39
|
+
];
|
|
40
|
+
exports.MetodoCalcular = [
|
|
41
|
+
'gap',
|
|
42
|
+
];
|
|
43
|
+
exports.MetodoGradienteLinear = [
|
|
44
|
+
'mask-image',
|
|
45
|
+
'border-image-source',
|
|
46
|
+
'content',
|
|
47
|
+
];
|
|
48
|
+
exports.MetodoRaio = [
|
|
49
|
+
'offset',
|
|
50
|
+
'offset-path',
|
|
51
|
+
];
|
|
52
|
+
exports.MetodoContraste = [
|
|
53
|
+
'filter',
|
|
54
|
+
];
|
|
55
|
+
exports.MetodoBorrar = [
|
|
56
|
+
'filter',
|
|
57
|
+
];
|
|
58
|
+
exports.MetodoBrilho = [
|
|
59
|
+
'filter',
|
|
60
|
+
];
|
|
61
|
+
exports.MetodoEscalaCinza = [
|
|
62
|
+
'backdrop-filter',
|
|
63
|
+
];
|
|
64
|
+
exports.MetodoInverter = [
|
|
65
|
+
'backdrop-filter',
|
|
66
|
+
];
|
|
67
|
+
exports.MetodoOpacar = [
|
|
68
|
+
'backdrop-filter',
|
|
69
|
+
];
|
|
70
|
+
exports.MetodoSaturar = [
|
|
71
|
+
'backdrop-filter',
|
|
72
|
+
];
|
|
73
|
+
exports.MetodoSepia = [
|
|
74
|
+
'backdrop-filter',
|
|
75
|
+
];
|
|
76
|
+
exports.MetodoRotacionarMatiz = [
|
|
77
|
+
'backdrop-filter',
|
|
78
|
+
];
|
|
79
|
+
exports.MetodoProjetarSombra = [
|
|
80
|
+
'backdrop-filter',
|
|
81
|
+
];
|
|
82
|
+
exports.MetodoPerspectivar = [
|
|
83
|
+
'transform',
|
|
84
|
+
];
|
|
85
|
+
exports.MetodosRotacionar = [
|
|
86
|
+
'transform',
|
|
87
|
+
];
|
|
88
|
+
exports.MetodosInclinar = [
|
|
89
|
+
'transform',
|
|
90
|
+
];
|
|
91
|
+
exports.MetodosTranslacao = [
|
|
92
|
+
'transform',
|
|
93
|
+
];
|
|
94
|
+
exports.MetodosEscalamento = [
|
|
95
|
+
'transform',
|
|
96
|
+
];
|
|
97
|
+
exports.TraducaoValoresMetodos = {
|
|
98
|
+
'max-height': 'altura-maxima',
|
|
99
|
+
'min-height': 'altura-minima',
|
|
100
|
+
'height': 'altura',
|
|
101
|
+
'content': 'conteudo',
|
|
102
|
+
'offset': 'deslocamento',
|
|
103
|
+
'gap': 'espacamento',
|
|
104
|
+
'filter': 'filtro',
|
|
105
|
+
'backdrop-filter': 'backdrop-filter',
|
|
106
|
+
'grid': 'grade',
|
|
107
|
+
'mask-image': 'imagem-mascara',
|
|
108
|
+
'max-width': 'largura-maxima',
|
|
109
|
+
'min-width': 'largura-minima',
|
|
110
|
+
'width': 'largura',
|
|
111
|
+
'grid-template-columns': 'modelo-colunas-em-grade',
|
|
112
|
+
'grid-template': 'modelo-em-grade',
|
|
113
|
+
'grid-template-rows': 'modelo-linhas-em-grade',
|
|
114
|
+
'border-image-source': 'origem-imagem-borda',
|
|
115
|
+
'grid-auto-columns': 'tamanho-colunas-em-grade',
|
|
116
|
+
'inline-size': 'tamanho-em-linha',
|
|
117
|
+
'grid-auto-rows': 'tamanho-linhas-em-grade',
|
|
118
|
+
'max-block-size': 'tamanho-maximo-em-bloco',
|
|
119
|
+
'max-inline-size': 'tamanho-maximo-em-linha',
|
|
120
|
+
'min-block-size': 'tamanho-minimo-em-bloco',
|
|
121
|
+
'min-inline-size': 'tamanho-minimo-em-linha',
|
|
122
|
+
'transition-timing-function': 'tempo-transicao',
|
|
123
|
+
'offset-path': 'trajeto-deslocamento',
|
|
124
|
+
'transform': 'transformar',
|
|
125
|
+
'transition': 'transicao',
|
|
126
|
+
'animation-timing-function': 'velocidade-animacao',
|
|
127
|
+
};
|
|
128
|
+
//# sourceMappingURL=metodos-css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metodos-css.js","sourceRoot":"","sources":["../../../testes/listas/metodos-css.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ValorStringAcentuado = exports.ValorString = void 0;
|
|
4
|
+
exports.ValorString = [
|
|
5
|
+
'citações',
|
|
6
|
+
'citacoes',
|
|
7
|
+
'configurações-variação-fonte',
|
|
8
|
+
'configuracoes-variacao-fonte',
|
|
9
|
+
'ênfase-texto',
|
|
10
|
+
'enfase-texto',
|
|
11
|
+
'estilo-ênfase-texto',
|
|
12
|
+
'estilo-enfase-texto',
|
|
13
|
+
'substituir-idioma-fonte',
|
|
14
|
+
'vazamento-texto',
|
|
15
|
+
];
|
|
16
|
+
exports.ValorStringAcentuado = [
|
|
17
|
+
'citações',
|
|
18
|
+
'configurações-variação-fonte',
|
|
19
|
+
'ênfase-texto',
|
|
20
|
+
'estilo-ênfase-texto',
|
|
21
|
+
'substituir-idioma-fonte',
|
|
22
|
+
'vazamento-texto',
|
|
23
|
+
];
|
|
24
|
+
/*
|
|
25
|
+
|
|
26
|
+
VALORES STRING - Exemplos
|
|
27
|
+
"x"
|
|
28
|
+
"<"
|
|
29
|
+
'foo'
|
|
30
|
+
"\25B2"
|
|
31
|
+
"«" "»" "‹" "›"
|
|
32
|
+
'xxxxx'
|
|
33
|
+
*/
|
|
34
|
+
//# sourceMappingURL=valor-string.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"valor-string.js","sourceRoot":"","sources":["../../../testes/listas/valor-string.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAkB;IACtC,UAAU;IACV,UAAU;IACV,8BAA8B;IAC9B,8BAA8B;IAC9B,cAAc;IACd,cAAc;IACd,qBAAqB;IACrB,qBAAqB;IACrB,yBAAyB;IACzB,iBAAiB;CACpB,CAAC;AAEW,QAAA,oBAAoB,GAAkB;IAC/C,UAAU;IACV,8BAA8B;IAC9B,cAAc;IACd,qBAAqB;IACrB,yBAAyB;IACzB,iBAAiB;CACpB,CAAC;AAEF;;;;;;;;;EASE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|