@designliquido/foles 0.6.2 → 0.7.0

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.
Files changed (112) hide show
  1. package/fontes/avaliador-sintatico/avaliador-sintatico.js +535 -25
  2. package/fontes/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
  3. package/fontes/lexador/palavras-reservadas/foles.d.ts +276 -238
  4. package/fontes/lexador/palavras-reservadas/foles.js +279 -238
  5. package/fontes/lexador/palavras-reservadas/foles.js.map +1 -1
  6. package/fontes/modificadores/atributos/posicoes.d.ts +3 -0
  7. package/fontes/modificadores/atributos/posicoes.js +23 -13
  8. package/fontes/modificadores/atributos/posicoes.js.map +1 -1
  9. package/fontes/modificadores/deslocamento.js +5 -3
  10. package/fontes/modificadores/deslocamento.js.map +1 -1
  11. package/fontes/modificadores/filtro-fundo.js +1 -2
  12. package/fontes/modificadores/filtro-fundo.js.map +1 -1
  13. package/fontes/modificadores/filtro.js +1 -6
  14. package/fontes/modificadores/filtro.js.map +1 -1
  15. package/fontes/modificadores/trajeto-deslocamento.js +2 -2
  16. package/fontes/modificadores/trajeto-deslocamento.js.map +1 -1
  17. package/fontes/modificadores/transformar.js +2 -1
  18. package/fontes/modificadores/transformar.js.map +1 -1
  19. package/fontes/modificadores/validacoes/quantificador.js +2 -1
  20. package/fontes/modificadores/validacoes/quantificador.js.map +1 -1
  21. package/fontes/valores/dicionario-valores.js +63 -1
  22. package/fontes/valores/dicionario-valores.js.map +1 -1
  23. package/fontes/valores/metodos/borrar.d.ts +9 -0
  24. package/fontes/valores/metodos/borrar.js +20 -0
  25. package/fontes/valores/metodos/borrar.js.map +1 -0
  26. package/fontes/valores/metodos/brilho.d.ts +9 -0
  27. package/fontes/valores/metodos/brilho.js +20 -0
  28. package/fontes/valores/metodos/brilho.js.map +1 -0
  29. package/fontes/valores/metodos/escala-cinza.d.ts +9 -0
  30. package/fontes/valores/metodos/escala-cinza.js +20 -0
  31. package/fontes/valores/metodos/escala-cinza.js.map +1 -0
  32. package/fontes/valores/metodos/escalamento-3d.d.ts +10 -0
  33. package/fontes/valores/metodos/escalamento-3d.js +18 -0
  34. package/fontes/valores/metodos/escalamento-3d.js.map +1 -0
  35. package/fontes/valores/metodos/escalamento-eixo-z.d.ts +8 -0
  36. package/fontes/valores/metodos/escalamento-eixo-z.js +16 -0
  37. package/fontes/valores/metodos/escalamento-eixo-z.js.map +1 -0
  38. package/fontes/valores/metodos/escalamento-horizontal.d.ts +8 -0
  39. package/fontes/valores/metodos/escalamento-horizontal.js +16 -0
  40. package/fontes/valores/metodos/escalamento-horizontal.js.map +1 -0
  41. package/fontes/valores/metodos/escalamento-vertical.d.ts +8 -0
  42. package/fontes/valores/metodos/escalamento-vertical.js +16 -0
  43. package/fontes/valores/metodos/escalamento-vertical.js.map +1 -0
  44. package/fontes/valores/metodos/escalamento.d.ts +9 -0
  45. package/fontes/valores/metodos/escalamento.js +20 -0
  46. package/fontes/valores/metodos/escalamento.js.map +1 -0
  47. package/fontes/valores/metodos/inclinar-horizontal.d.ts +9 -0
  48. package/fontes/valores/metodos/inclinar-horizontal.js +20 -0
  49. package/fontes/valores/metodos/inclinar-horizontal.js.map +1 -0
  50. package/fontes/valores/metodos/inclinar-vertical.d.ts +9 -0
  51. package/fontes/valores/metodos/inclinar-vertical.js +20 -0
  52. package/fontes/valores/metodos/inclinar-vertical.js.map +1 -0
  53. package/fontes/valores/metodos/inclinar.d.ts +11 -0
  54. package/fontes/valores/metodos/inclinar.js +25 -0
  55. package/fontes/valores/metodos/inclinar.js.map +1 -0
  56. package/fontes/valores/metodos/inverter.d.ts +9 -0
  57. package/fontes/valores/metodos/inverter.js +20 -0
  58. package/fontes/valores/metodos/inverter.js.map +1 -0
  59. package/fontes/valores/metodos/opacar.d.ts +9 -0
  60. package/fontes/valores/metodos/opacar.js +20 -0
  61. package/fontes/valores/metodos/opacar.js.map +1 -0
  62. package/fontes/valores/metodos/perspectivar.d.ts +9 -0
  63. package/fontes/valores/metodos/perspectivar.js +20 -0
  64. package/fontes/valores/metodos/perspectivar.js.map +1 -0
  65. package/fontes/valores/metodos/projetar-sombra.d.ts +14 -0
  66. package/fontes/valores/metodos/projetar-sombra.js +43 -0
  67. package/fontes/valores/metodos/projetar-sombra.js.map +1 -0
  68. package/fontes/valores/metodos/raio.d.ts +10 -0
  69. package/fontes/valores/metodos/raio.js +23 -0
  70. package/fontes/valores/metodos/raio.js.map +1 -0
  71. package/fontes/valores/metodos/rotacionar-eixo-z.d.ts +9 -0
  72. package/fontes/valores/metodos/rotacionar-eixo-z.js +20 -0
  73. package/fontes/valores/metodos/rotacionar-eixo-z.js.map +1 -0
  74. package/fontes/valores/metodos/rotacionar-horizontal.d.ts +9 -0
  75. package/fontes/valores/metodos/rotacionar-horizontal.js +20 -0
  76. package/fontes/valores/metodos/rotacionar-horizontal.js.map +1 -0
  77. package/fontes/valores/metodos/rotacionar-matiz.d.ts +9 -0
  78. package/fontes/valores/metodos/rotacionar-matiz.js +20 -0
  79. package/fontes/valores/metodos/rotacionar-matiz.js.map +1 -0
  80. package/fontes/valores/metodos/rotacionar-vertical.d.ts +9 -0
  81. package/fontes/valores/metodos/rotacionar-vertical.js +20 -0
  82. package/fontes/valores/metodos/rotacionar-vertical.js.map +1 -0
  83. package/fontes/valores/metodos/rotacionar.d.ts +9 -0
  84. package/fontes/valores/metodos/rotacionar.js +20 -0
  85. package/fontes/valores/metodos/rotacionar.js.map +1 -0
  86. package/fontes/valores/metodos/saturar.d.ts +9 -0
  87. package/fontes/valores/metodos/saturar.js +20 -0
  88. package/fontes/valores/metodos/saturar.js.map +1 -0
  89. package/fontes/valores/metodos/sepia.d.ts +9 -0
  90. package/fontes/valores/metodos/sepia.js +20 -0
  91. package/fontes/valores/metodos/sepia.js.map +1 -0
  92. package/fontes/valores/metodos/translacao-3d.d.ts +13 -0
  93. package/fontes/valores/metodos/translacao-3d.js +42 -0
  94. package/fontes/valores/metodos/translacao-3d.js.map +1 -0
  95. package/fontes/valores/metodos/translacao-eixo-z.d.ts +9 -0
  96. package/fontes/valores/metodos/translacao-eixo-z.js +20 -0
  97. package/fontes/valores/metodos/translacao-eixo-z.js.map +1 -0
  98. package/fontes/valores/metodos/translacao-horizontal.d.ts +9 -0
  99. package/fontes/valores/metodos/translacao-horizontal.js +20 -0
  100. package/fontes/valores/metodos/translacao-horizontal.js.map +1 -0
  101. package/fontes/valores/metodos/translacao-vertical.d.ts +9 -0
  102. package/fontes/valores/metodos/translacao-vertical.js +20 -0
  103. package/fontes/valores/metodos/translacao-vertical.js.map +1 -0
  104. package/fontes/valores/metodos/translacao.d.ts +11 -0
  105. package/fontes/valores/metodos/translacao.js +25 -0
  106. package/fontes/valores/metodos/translacao.js.map +1 -0
  107. package/package.json +3 -2
  108. package/testes/listas/metodos.d.ts +15 -0
  109. package/testes/listas/metodos.js +65 -15
  110. package/testes/listas/metodos.js.map +1 -1
  111. package/testes/modificadores/metodos.test.js +1581 -115
  112. package/testes/modificadores/metodos.test.js.map +1 -1
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Sepia = void 0;
4
+ const metodo_1 = require("./metodo");
5
+ class Sepia extends metodo_1.Metodo {
6
+ constructor(valor, quantificador) {
7
+ super();
8
+ this.valor = Number(valor.lexema);
9
+ this.quantificador = quantificador ? quantificador.lexema : null;
10
+ this.traducao = 'sepia';
11
+ }
12
+ paraTexto() {
13
+ if (this.quantificador) {
14
+ return `sepia(${this.valor}${this.quantificador})`;
15
+ }
16
+ return `sepia(${this.valor})`;
17
+ }
18
+ }
19
+ exports.Sepia = Sepia;
20
+ //# sourceMappingURL=sepia.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sepia.js","sourceRoot":"","sources":["../../../../fontes/valores/metodos/sepia.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAElC,MAAa,KAAM,SAAQ,eAAM;IAK7B,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,OAAO,CAAC;IAC5B,CAAC;IAED,SAAS;QACL,IAAI,IAAI,CAAC,aAAa,EAAE;YACpB,OAAO,SAAS,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,aAAa,GAAG,CAAA;SACrD;QAED,OAAO,SAAS,IAAI,CAAC,KAAK,GAAG,CAAA;IACjC,CAAC;CACJ;AAnBD,sBAmBC"}
@@ -0,0 +1,13 @@
1
+ import { Simbolo } from "../../lexador";
2
+ import { Metodo } from "./metodo";
3
+ export declare class Translacao3d extends Metodo {
4
+ valor1: number;
5
+ quantificador1: string;
6
+ valor2: number;
7
+ quantificador2: string;
8
+ valor3: number;
9
+ quantificador3: string;
10
+ traducao: string;
11
+ constructor(valor1: Simbolo, quantificador1: Simbolo, valor2: Simbolo, quantificador2: Simbolo, valor3: Simbolo, quantificador3: Simbolo);
12
+ paraTexto(): string;
13
+ }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Translacao3d = void 0;
4
+ const metodo_1 = require("./metodo");
5
+ class Translacao3d extends metodo_1.Metodo {
6
+ constructor(valor1, quantificador1, valor2, quantificador2, valor3, quantificador3) {
7
+ super();
8
+ this.valor1 = Number(valor1.lexema);
9
+ this.quantificador1 = quantificador1 ? quantificador1.lexema : null;
10
+ this.valor2 = valor2 ? Number(valor2.lexema) : null;
11
+ this.quantificador2 = quantificador2 ? quantificador2.lexema : null;
12
+ this.valor3 = valor3 ? Number(valor3.lexema) : null;
13
+ this.quantificador3 = quantificador3 ? quantificador3.lexema : null;
14
+ this.traducao = 'translate3d';
15
+ }
16
+ paraTexto() {
17
+ if (!this.quantificador1 && !this.valor2 && !this.quantificador2 && !this.valor3 && !this.quantificador3) {
18
+ return `translate3d(${this.valor1})`;
19
+ }
20
+ if (!this.quantificador1 && this.quantificador2 && this.quantificador3) {
21
+ return `translate3d(${this.valor1}, ${this.valor2}${this.quantificador2}, ${this.valor3}${this.quantificador3})`;
22
+ }
23
+ if (!this.quantificador2 && this.quantificador1 && this.quantificador3) {
24
+ return `translate3d(${this.valor1}${this.quantificador1}, ${this.valor2}, ${this.valor3}${this.quantificador3})`;
25
+ }
26
+ if (!this.quantificador3 && this.quantificador2 && this.quantificador1) {
27
+ return `translate3d(${this.valor1}${this.quantificador1}, ${this.valor2}${this.quantificador2}, ${this.valor3})`;
28
+ }
29
+ if (!this.quantificador1 && !this.quantificador2 && this.quantificador3) {
30
+ return `translate3d(${this.valor1}, ${this.valor2}, ${this.valor3}${this.quantificador3})`;
31
+ }
32
+ if (!this.quantificador3 && this.quantificador2 && !this.quantificador1) {
33
+ return `translate3d(${this.valor1}, ${this.valor2}${this.quantificador2}, ${this.valor3})`;
34
+ }
35
+ if (!this.quantificador3 && !this.quantificador2 && this.quantificador1) {
36
+ return `translate3d(${this.valor1}${this.quantificador1}, ${this.valor2}, ${this.valor3})`;
37
+ }
38
+ return `translate3d(${this.valor1}${this.quantificador1}, ${this.valor2}${this.quantificador2}, ${this.valor3}${this.quantificador3})`;
39
+ }
40
+ }
41
+ exports.Translacao3d = Translacao3d;
42
+ //# sourceMappingURL=translacao-3d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translacao-3d.js","sourceRoot":"","sources":["../../../../fontes/valores/metodos/translacao-3d.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { Simbolo } from "../../lexador";
2
+ import { Metodo } from "./metodo";
3
+ export declare class TranslacaoEixoZ extends Metodo {
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.TranslacaoEixoZ = void 0;
4
+ const metodo_1 = require("./metodo");
5
+ class TranslacaoEixoZ extends metodo_1.Metodo {
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 `translateZ(${this.valor}${this.quantificador})`;
15
+ }
16
+ return `translateZ(${this.valor})`;
17
+ }
18
+ }
19
+ exports.TranslacaoEixoZ = TranslacaoEixoZ;
20
+ //# sourceMappingURL=translacao-eixo-z.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translacao-eixo-z.js","sourceRoot":"","sources":["../../../../fontes/valores/metodos/translacao-eixo-z.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAElC,MAAa,eAAgB,SAAQ,eAAM;IAKvC,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;YACpB,OAAO,cAAc,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,aAAa,GAAG,CAAA;SAC1D;QAED,OAAO,cAAc,IAAI,CAAC,KAAK,GAAG,CAAA;IACtC,CAAC;CACJ;AAnBD,0CAmBC"}
@@ -0,0 +1,9 @@
1
+ import { Simbolo } from "../../lexador";
2
+ import { Metodo } from "./metodo";
3
+ export declare class TranslacaoHorizontal extends Metodo {
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.TranslacaoHorizontal = void 0;
4
+ const metodo_1 = require("./metodo");
5
+ class TranslacaoHorizontal extends metodo_1.Metodo {
6
+ constructor(valor, quantificador) {
7
+ super();
8
+ this.valor = Number(valor.lexema);
9
+ this.quantificador = quantificador ? quantificador.lexema : null;
10
+ this.traducao = 'translateX';
11
+ }
12
+ paraTexto() {
13
+ if (this.quantificador) {
14
+ return `translateX(${this.valor}${this.quantificador})`;
15
+ }
16
+ return `translateX(${this.valor})`;
17
+ }
18
+ }
19
+ exports.TranslacaoHorizontal = TranslacaoHorizontal;
20
+ //# sourceMappingURL=translacao-horizontal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translacao-horizontal.js","sourceRoot":"","sources":["../../../../fontes/valores/metodos/translacao-horizontal.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAElC,MAAa,oBAAqB,SAAQ,eAAM;IAK5C,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;YACpB,OAAO,cAAc,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,aAAa,GAAG,CAAA;SAC1D;QAED,OAAO,cAAc,IAAI,CAAC,KAAK,GAAG,CAAA;IACtC,CAAC;CACJ;AAnBD,oDAmBC"}
@@ -0,0 +1,9 @@
1
+ import { Simbolo } from "../../lexador";
2
+ import { Metodo } from "./metodo";
3
+ export declare class TranslacaoVertical extends Metodo {
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.TranslacaoVertical = void 0;
4
+ const metodo_1 = require("./metodo");
5
+ class TranslacaoVertical extends metodo_1.Metodo {
6
+ constructor(valor, quantificador) {
7
+ super();
8
+ this.valor = Number(valor.lexema);
9
+ this.quantificador = quantificador ? quantificador.lexema : null;
10
+ this.traducao = 'translateY';
11
+ }
12
+ paraTexto() {
13
+ if (this.quantificador) {
14
+ return `translateY(${this.valor}${this.quantificador})`;
15
+ }
16
+ return `translateY(${this.valor})`;
17
+ }
18
+ }
19
+ exports.TranslacaoVertical = TranslacaoVertical;
20
+ //# sourceMappingURL=translacao-vertical.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translacao-vertical.js","sourceRoot":"","sources":["../../../../fontes/valores/metodos/translacao-vertical.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAElC,MAAa,kBAAmB,SAAQ,eAAM;IAK1C,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;YACpB,OAAO,cAAc,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,aAAa,GAAG,CAAA;SAC1D;QAED,OAAO,cAAc,IAAI,CAAC,KAAK,GAAG,CAAA;IACtC,CAAC;CACJ;AAnBD,gDAmBC"}
@@ -0,0 +1,11 @@
1
+ import { Simbolo } from "../../lexador";
2
+ import { Metodo } from "./metodo";
3
+ export declare class Translacao extends Metodo {
4
+ valor1: number;
5
+ quantificador1: string;
6
+ valor2: number;
7
+ quantificador2: string;
8
+ traducao: string;
9
+ constructor(valor1: Simbolo, quantificador1: Simbolo, valor2: Simbolo, quantificador2: Simbolo);
10
+ paraTexto(): string;
11
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Translacao = void 0;
4
+ const metodo_1 = require("./metodo");
5
+ class Translacao extends metodo_1.Metodo {
6
+ constructor(valor1, quantificador1, valor2, quantificador2) {
7
+ super();
8
+ this.valor1 = Number(valor1.lexema);
9
+ this.quantificador1 = quantificador1 ? quantificador1.lexema : null;
10
+ this.valor2 = valor2 ? Number(valor2.lexema) : null;
11
+ this.quantificador2 = quantificador2 ? quantificador2.lexema : null;
12
+ this.traducao = 'translate';
13
+ }
14
+ paraTexto() {
15
+ if (!this.quantificador1 && !this.valor2 && !this.quantificador2) {
16
+ return `translate(${this.valor1})`;
17
+ }
18
+ if (!this.valor2 && !this.quantificador2) {
19
+ return `translate(${this.valor1}${this.quantificador1})`;
20
+ }
21
+ return `translate(${this.valor1}${this.quantificador1}, ${this.valor2}${this.quantificador2})`;
22
+ }
23
+ }
24
+ exports.Translacao = Translacao;
25
+ //# sourceMappingURL=translacao.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translacao.js","sourceRoot":"","sources":["../../../../fontes/valores/metodos/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;YAC9D,OAAO,aAAa,IAAI,CAAC,MAAM,GAAG,CAAA;SACrC;QAED,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE;YACtC,OAAO,aAAa,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,GAAG,CAAA;SAC3D;QAED,OAAO,aAAa,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,KAAK,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,GAAG,CAAA;IAClG,CAAC;CACJ;AA3BD,gCA2BC"}
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@designliquido/foles",
3
- "version": "0.6.2",
3
+ "version": "0.7.0",
4
4
  "description": "Linguagem de folhas de estilo para documentos em geral em português",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "empacotar": "rimraf ./dist && tsc && copyfiles -V ./bin/foles ./bin/foles.cmd ./dist && copyfiles -V ./package.json ./dist && copyfiles -V ./README.md ./dist",
7
+ "empacotar": "yarn rimraf ./dist && tsc && yarn copyfiles -V ./bin/foles ./bin/foles.cmd ./dist && yarn copyfiles -V ./package.json ./dist && yarn copyfiles -V ./README.md ./dist",
8
8
  "testes-unitarios": "jest --coverage",
9
9
  "testes-unitarios:insignias": "jest-coverage-badges --output ./recursos/imagens"
10
10
  },
@@ -36,6 +36,7 @@
36
36
  "devDependencies": {
37
37
  "@types/jest": "^29.2.0",
38
38
  "@types/node": "^18.6.3",
39
+ "copyfiles": "^2.4.1",
39
40
  "jest": "^29.2.2",
40
41
  "jest-coverage-badges": "^1.1.2",
41
42
  "release-it": "^15.5.0",
@@ -7,4 +7,19 @@ export declare const MetodoLinear: Array<string>;
7
7
  export declare const MetodoCalcular: Array<string>;
8
8
  export declare const MetodoGradienteLinear: Array<string>;
9
9
  export declare const MetodoContraste: Array<string>;
10
+ export declare const MetodoBorrar: Array<string>;
11
+ export declare const MetodoBrilho: Array<string>;
12
+ export declare const MetodoRaio: 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>;
10
25
  export declare const TraducaoValoresMetodos: Object;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TraducaoValoresMetodos = exports.MetodoContraste = exports.MetodoGradienteLinear = exports.MetodoCalcular = exports.MetodoLinear = exports.MetodoCurvaCubica = exports.MetodoPassos = exports.MetodoMinMax = exports.MetodoLimitar = exports.MetodoEncaixarConteudo = void 0;
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.MetodoRaio = exports.MetodoBrilho = exports.MetodoBorrar = exports.MetodoContraste = exports.MetodoGradienteLinear = exports.MetodoCalcular = exports.MetodoLinear = exports.MetodoCurvaCubica = exports.MetodoPassos = exports.MetodoMinMax = exports.MetodoLimitar = exports.MetodoEncaixarConteudo = void 0;
4
4
  exports.MetodoEncaixarConteudo = [
5
5
  'altura-maxima',
6
6
  'altura-máxima',
@@ -65,17 +65,77 @@ exports.MetodoGradienteLinear = [
65
65
  exports.MetodoContraste = [
66
66
  'filtro',
67
67
  ];
68
+ exports.MetodoBorrar = [
69
+ 'filtro',
70
+ ];
71
+ exports.MetodoBrilho = [
72
+ 'filtro',
73
+ ];
74
+ exports.MetodoRaio = [
75
+ 'deslocamento',
76
+ 'trajeto-deslocamento',
77
+ ];
78
+ exports.MetodoEscalaCinza = [
79
+ 'filtro-fundo',
80
+ ];
81
+ exports.MetodoInverter = [
82
+ 'filtro-fundo',
83
+ ];
84
+ exports.MetodoOpacar = [
85
+ 'filtro-fundo',
86
+ ];
87
+ exports.MetodoSaturar = [
88
+ 'filtro-fundo',
89
+ ];
90
+ exports.MetodoSepia = [
91
+ 'filtro-fundo',
92
+ ];
93
+ exports.MetodoRotacionarMatiz = [
94
+ 'filtro-fundo',
95
+ ];
96
+ exports.MetodoProjetarSombra = [
97
+ 'filtro-fundo',
98
+ ];
99
+ exports.MetodoPerspectivar = [
100
+ 'transformar',
101
+ ];
102
+ exports.MetodosRotacionar = [
103
+ 'transformar',
104
+ ];
105
+ exports.MetodosInclinar = [
106
+ 'transformar',
107
+ ];
108
+ exports.MetodosTranslacao = [
109
+ 'transformar',
110
+ ];
111
+ exports.MetodosEscalamento = [
112
+ 'transformar',
113
+ ];
68
114
  exports.TraducaoValoresMetodos = {
69
115
  'altura-maxima': 'max-height',
70
116
  'altura-máxima': 'max-height',
71
117
  'altura-minima': 'min-height',
72
118
  'altura-mínima': 'min-height',
73
119
  'altura': 'height',
120
+ 'conteudo': 'content',
121
+ 'conteúdo': 'content',
122
+ 'deslocamento': 'offset',
123
+ 'espaçamento': 'gap',
124
+ 'espacamento': 'gap',
125
+ 'filtro': 'filter',
126
+ 'filtro-fundo': 'backdrop-filter',
127
+ 'grade': 'grid',
128
+ 'imagem-mascara': 'mask-image',
129
+ 'imagem-máscara': 'mask-image',
74
130
  'largura-maxima': 'max-width',
75
131
  'largura-máxima': 'max-width',
76
132
  'largura-minima': 'min-width',
77
133
  'largura-mínima': 'min-width',
78
134
  'largura': 'width',
135
+ 'modelo-colunas-em-grade': 'grid-template-columns',
136
+ 'modelo-em-grade': 'grid-template',
137
+ 'modelo-linhas-em-grade': 'grid-template-rows',
138
+ 'origem-imagem-borda': 'border-image-source',
79
139
  'tamanho-colunas-em-grade': 'grid-auto-columns',
80
140
  'tamanho-em-linha': 'inline-size',
81
141
  'tamanho-linhas-em-grade': 'grid-auto-rows',
@@ -87,23 +147,13 @@ exports.TraducaoValoresMetodos = {
87
147
  'tamanho-mínimo-em-bloco': 'min-block-size',
88
148
  'tamanho-minimo-em-linha': 'min-inline-size',
89
149
  'tamanho-mínimo-em-linha': 'min-inline-size',
90
- 'grade': 'grid',
91
150
  'tempo-transicao': 'transition-timing-function',
92
151
  'tempo-transição': 'transition-timing-function',
93
- 'velocidade-animacao': 'animation-timing-function',
94
- 'velocidade-animação': 'animation-timing-function',
152
+ 'trajeto-deslocamento': 'offset-path',
153
+ 'transformar': 'transform',
95
154
  'transicao': 'transition',
96
155
  'transição': 'transition',
97
- 'modelo-colunas-em-grade': 'grid-template-columns',
98
- 'modelo-em-grade': 'grid-template',
99
- 'modelo-linhas-em-grade': 'grid-template-rows',
100
- 'espaçamento': 'gap',
101
- 'espacamento': 'gap',
102
- 'imagem-mascara': 'mask-image',
103
- 'imagem-máscara': 'mask-image',
104
- 'origem-imagem-borda': 'border-image-source',
105
- 'conteudo': 'content',
106
- 'conteúdo': 'content',
107
- 'filtro': 'filter',
156
+ 'velocidade-animação': 'animation-timing-function',
157
+ 'velocidade-animacao': 'animation-timing-function',
108
158
  };
109
159
  //# sourceMappingURL=metodos.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"metodos.js","sourceRoot":"","sources":["../../../testes/listas/metodos.ts"],"names":[],"mappings":";;;AAAa,QAAA,sBAAsB,GAAkB;IACjD,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,QAAQ;IACR,gBAAgB;IAChB,gBAAgB;IAChB,gBAAgB;IAChB,gBAAgB;IAChB,SAAS;IACT,0BAA0B;IAC1B,kBAAkB;IAClB,yBAAyB;IACzB,yBAAyB;IACzB,yBAAyB;IACzB,yBAAyB;IACzB,yBAAyB;IACzB,yBAAyB;IACzB,yBAAyB;IACzB,yBAAyB;IACzB,yBAAyB;IACzB,iBAAiB;CACpB,CAAC;AAEW,QAAA,aAAa,GAAkB;IACxC,QAAQ;CACX,CAAC;AAEW,QAAA,YAAY,GAAkB;IACvC,OAAO;IACP,0BAA0B;IAC1B,yBAAyB;IACzB,yBAAyB;IACzB,wBAAwB;CAC3B,CAAC;AAEW,QAAA,YAAY,GAAkB;IACvC,iBAAiB;IACjB,iBAAiB;IACjB,qBAAqB;IACrB,qBAAqB;CACxB,CAAC;AAEW,QAAA,iBAAiB,GAAkB;IAC5C,iBAAiB;IACjB,iBAAiB;IACjB,qBAAqB;IACrB,qBAAqB;CACxB,CAAC;AAEW,QAAA,YAAY,GAAkB;IACvC,WAAW;IACX,WAAW;CACd,CAAC;AAEW,QAAA,cAAc,GAAkB;IACzC,aAAa;IACb,aAAa;CAChB,CAAC;AAEW,QAAA,qBAAqB,GAAkB;IAChD,gBAAgB;IAChB,gBAAgB;IAChB,qBAAqB;IACrB,UAAU;IACV,UAAU;CACb,CAAC;AAEW,QAAA,eAAe,GAAkB;IAC1C,QAAQ;CACX,CAAC;AAGW,QAAA,sBAAsB,GAAW;IAC1C,eAAe,EAAE,YAAY;IAC7B,eAAe,EAAE,YAAY;IAC7B,eAAe,EAAE,YAAY;IAC7B,eAAe,EAAE,YAAY;IAC7B,QAAQ,EAAE,QAAQ;IAClB,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,WAAW;IAC7B,SAAS,EAAE,OAAO;IAClB,0BAA0B,EAAE,mBAAmB;IAC/C,kBAAkB,EAAE,aAAa;IACjC,yBAAyB,EAAE,gBAAgB;IAC3C,yBAAyB,EAAE,gBAAgB;IAC3C,yBAAyB,EAAE,gBAAgB;IAC3C,yBAAyB,EAAE,iBAAiB;IAC5C,yBAAyB,EAAE,iBAAiB;IAC5C,yBAAyB,EAAE,gBAAgB;IAC3C,yBAAyB,EAAE,gBAAgB;IAC3C,yBAAyB,EAAE,iBAAiB;IAC5C,yBAAyB,EAAE,iBAAiB;IAC5C,OAAO,EAAE,MAAM;IACf,iBAAiB,EAAE,4BAA4B;IAC/C,iBAAiB,EAAE,4BAA4B;IAC/C,qBAAqB,EAAE,2BAA2B;IAClD,qBAAqB,EAAE,2BAA2B;IAClD,WAAW,EAAE,YAAY;IACzB,WAAW,EAAE,YAAY;IACzB,yBAAyB,EAAE,uBAAuB;IAClD,iBAAiB,EAAE,eAAe;IAClC,wBAAwB,EAAE,oBAAoB;IAC9C,aAAa,EAAE,KAAK;IACpB,aAAa,EAAE,KAAK;IACpB,gBAAgB,EAAE,YAAY;IAC9B,gBAAgB,EAAE,YAAY;IAC9B,qBAAqB,EAAE,qBAAqB;IAC5C,UAAU,EAAE,SAAS;IACrB,UAAU,EAAE,SAAS;IACrB,QAAQ,EAAE,QAAQ;CACrB,CAAA"}
1
+ {"version":3,"file":"metodos.js","sourceRoot":"","sources":["../../../testes/listas/metodos.ts"],"names":[],"mappings":"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"}