@designliquido/foles 0.6.3 → 0.7.1
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.js +347 -0
- package/fontes/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
- package/fontes/foles.js +1 -0
- package/fontes/foles.js.map +1 -1
- package/fontes/lexador/palavras-reservadas/foles.d.ts +141 -113
- package/fontes/lexador/palavras-reservadas/foles.js +141 -116
- package/fontes/lexador/palavras-reservadas/foles.js.map +1 -1
- package/fontes/modificadores/atributos/gerais.js +167 -165
- package/fontes/modificadores/atributos/gerais.js.map +1 -1
- package/fontes/modificadores/atributos/quantificadores.js +1 -0
- package/fontes/modificadores/atributos/quantificadores.js.map +1 -1
- package/fontes/modificadores/transformar.js +2 -1
- package/fontes/modificadores/transformar.js.map +1 -1
- package/fontes/valores/dicionario-valores.js +41 -0
- package/fontes/valores/dicionario-valores.js.map +1 -1
- package/fontes/valores/metodos/escalamento-3d.d.ts +10 -0
- package/fontes/valores/metodos/escalamento-3d.js +18 -0
- package/fontes/valores/metodos/escalamento-3d.js.map +1 -0
- package/fontes/valores/metodos/escalamento-eixo-z.d.ts +8 -0
- package/fontes/valores/metodos/escalamento-eixo-z.js +16 -0
- package/fontes/valores/metodos/escalamento-eixo-z.js.map +1 -0
- package/fontes/valores/metodos/escalamento-horizontal.d.ts +8 -0
- package/fontes/valores/metodos/escalamento-horizontal.js +16 -0
- package/fontes/valores/metodos/escalamento-horizontal.js.map +1 -0
- package/fontes/valores/metodos/escalamento-vertical.d.ts +8 -0
- package/fontes/valores/metodos/escalamento-vertical.js +16 -0
- package/fontes/valores/metodos/escalamento-vertical.js.map +1 -0
- package/fontes/valores/metodos/escalamento.d.ts +9 -0
- package/fontes/valores/metodos/escalamento.js +20 -0
- package/fontes/valores/metodos/escalamento.js.map +1 -0
- package/fontes/valores/metodos/gradiente-linear.js +1 -0
- package/fontes/valores/metodos/gradiente-linear.js.map +1 -1
- package/fontes/valores/metodos/inclinar-horizontal.d.ts +9 -0
- package/fontes/valores/metodos/inclinar-horizontal.js +21 -0
- package/fontes/valores/metodos/inclinar-horizontal.js.map +1 -0
- package/fontes/valores/metodos/inclinar-vertical.d.ts +9 -0
- package/fontes/valores/metodos/inclinar-vertical.js +21 -0
- package/fontes/valores/metodos/inclinar-vertical.js.map +1 -0
- package/fontes/valores/metodos/inclinar.d.ts +11 -0
- package/fontes/valores/metodos/inclinar.js +28 -0
- package/fontes/valores/metodos/inclinar.js.map +1 -0
- package/fontes/valores/metodos/perspectivar.d.ts +9 -0
- package/fontes/valores/metodos/perspectivar.js +20 -0
- package/fontes/valores/metodos/perspectivar.js.map +1 -0
- package/fontes/valores/metodos/raio.js +1 -0
- package/fontes/valores/metodos/raio.js.map +1 -1
- package/fontes/valores/metodos/rotacionar-eixo-z.d.ts +9 -0
- package/fontes/valores/metodos/rotacionar-eixo-z.js +21 -0
- package/fontes/valores/metodos/rotacionar-eixo-z.js.map +1 -0
- package/fontes/valores/metodos/rotacionar-horizontal.d.ts +9 -0
- package/fontes/valores/metodos/rotacionar-horizontal.js +21 -0
- package/fontes/valores/metodos/rotacionar-horizontal.js.map +1 -0
- package/fontes/valores/metodos/rotacionar-matiz.js +1 -0
- package/fontes/valores/metodos/rotacionar-matiz.js.map +1 -1
- package/fontes/valores/metodos/rotacionar-vertical.d.ts +9 -0
- package/fontes/valores/metodos/rotacionar-vertical.js +21 -0
- package/fontes/valores/metodos/rotacionar-vertical.js.map +1 -0
- package/fontes/valores/metodos/rotacionar.d.ts +9 -0
- package/fontes/valores/metodos/rotacionar.js +21 -0
- package/fontes/valores/metodos/rotacionar.js.map +1 -0
- package/fontes/valores/metodos/translacao-3d.d.ts +13 -0
- package/fontes/valores/metodos/translacao-3d.js +42 -0
- package/fontes/valores/metodos/translacao-3d.js.map +1 -0
- package/fontes/valores/metodos/translacao-eixo-z.d.ts +9 -0
- package/fontes/valores/metodos/translacao-eixo-z.js +20 -0
- package/fontes/valores/metodos/translacao-eixo-z.js.map +1 -0
- package/fontes/valores/metodos/translacao-horizontal.d.ts +9 -0
- package/fontes/valores/metodos/translacao-horizontal.js +20 -0
- package/fontes/valores/metodos/translacao-horizontal.js.map +1 -0
- package/fontes/valores/metodos/translacao-vertical.d.ts +9 -0
- package/fontes/valores/metodos/translacao-vertical.js +20 -0
- package/fontes/valores/metodos/translacao-vertical.js.map +1 -0
- package/fontes/valores/metodos/translacao.d.ts +11 -0
- package/fontes/valores/metodos/translacao.js +28 -0
- package/fontes/valores/metodos/translacao.js.map +1 -0
- package/package.json +1 -1
- package/testes/listas/metodos.d.ts +5 -0
- package/testes/listas/metodos.js +17 -1
- package/testes/listas/metodos.js.map +1 -1
- package/testes/modificadores/metodos.test.js +1248 -180
- package/testes/modificadores/metodos.test.js.map +1 -1
|
@@ -2,207 +2,209 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.valoresGerais = void 0;
|
|
4
4
|
exports.valoresGerais = {
|
|
5
|
-
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"reverter-camada": "revert-layer",
|
|
5
|
+
// Gerais e de posição
|
|
6
|
+
"auto": "auto",
|
|
7
|
+
"centro": "center",
|
|
9
8
|
"desarmar": "unset",
|
|
10
|
-
"
|
|
11
|
-
"pontilhado": "dotted",
|
|
12
|
-
"entalhado": "groove",
|
|
13
|
-
"solido": "solid",
|
|
14
|
-
"sólido": "solid",
|
|
9
|
+
"direita": "right",
|
|
15
10
|
"duplicado": "double",
|
|
16
|
-
"sulcado": "ridge",
|
|
17
11
|
"embutido": "inset",
|
|
18
|
-
"
|
|
12
|
+
"entalhado": "groove",
|
|
19
13
|
"escondido": "hidden",
|
|
20
|
-
"nenhum": "none",
|
|
21
|
-
"auto": "auto",
|
|
22
|
-
"superior": "top",
|
|
23
|
-
"inferior": "bottom",
|
|
24
|
-
"direita": "right",
|
|
25
14
|
"esquerda": "left",
|
|
26
|
-
"inicio": "start",
|
|
27
|
-
"início": "start",
|
|
28
|
-
"fim": "end",
|
|
29
|
-
"normal": "normal",
|
|
30
15
|
"esticar": "stretch",
|
|
31
|
-
"
|
|
32
|
-
"linha-base": "baseline",
|
|
16
|
+
"fim": "end",
|
|
33
17
|
"flex-inicio": "flex-start",
|
|
34
18
|
"flex-início": "flex-start",
|
|
35
19
|
"flex-fim": "flex-end",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
20
|
+
"herdar": "inherit",
|
|
21
|
+
"inferior": "bottom",
|
|
22
|
+
"inicial": "initial",
|
|
23
|
+
"inicio": "start",
|
|
24
|
+
"início": "start",
|
|
25
|
+
"linha-base": "baseline",
|
|
26
|
+
"nenhum": "none",
|
|
27
|
+
"normal": "normal",
|
|
28
|
+
"pontilhado": "dotted",
|
|
29
|
+
"reverter": "revert",
|
|
30
|
+
"reverter-camada": "revert-layer",
|
|
31
|
+
"saltado": "outset",
|
|
32
|
+
"solido": "solid",
|
|
33
|
+
"sólido": "solid",
|
|
34
|
+
"sulcado": "ridge",
|
|
35
|
+
"superior": "top",
|
|
36
|
+
"tracejado": "dashed",
|
|
37
|
+
// Cores
|
|
38
|
+
"agua-marinha": "aquamarine",
|
|
39
|
+
"água-marinha": "aquamarine",
|
|
40
|
+
"amarelo": "yellow",
|
|
41
|
+
"amarelo-claro": "lightyellow",
|
|
42
|
+
"amarelo-esverdeado": "yellowgreen",
|
|
43
|
+
"amarelo-ouro": "gold",
|
|
44
|
+
"ameixa": "plum",
|
|
46
45
|
"amendoa": "blanchedalmond",
|
|
47
46
|
"amêndoa": "blanchedalmond",
|
|
47
|
+
"aqua": "aqua",
|
|
48
48
|
"azul": "blue",
|
|
49
|
-
"
|
|
49
|
+
"azul-aco": "steelblue",
|
|
50
|
+
"azul-aço": "steelblue",
|
|
51
|
+
"azul-aco-claro": "lightsteelblue",
|
|
52
|
+
"azul-aço-claro": "lightsteelblue",
|
|
53
|
+
"azul-ardosia": "slateblue",
|
|
54
|
+
"azul-ardósia": "slateblue",
|
|
55
|
+
"azul-ardosia-escuro": "darkslateblue",
|
|
56
|
+
"azul-ardósia-escuro": "darkslateblue",
|
|
57
|
+
"azul-ardosia-moderado": "mediumslateblue",
|
|
58
|
+
"azul-cadete": "cadetblue",
|
|
59
|
+
"azul-celeste": "skyblue",
|
|
60
|
+
"azul-celeste-claro": "lightskyblue",
|
|
61
|
+
"azul-celeste-escuro": "deepskyblue",
|
|
62
|
+
"azul-centaurea": "cornflowerblue",
|
|
63
|
+
"azul-centáurea": "cornflowerblue",
|
|
64
|
+
"azul-ciano": "azure",
|
|
65
|
+
"azul-claro": "lightblue",
|
|
66
|
+
"azul-escuro": "darkblue",
|
|
67
|
+
"azul-fraco": "powderblue",
|
|
68
|
+
"azul-furtivo": "dodgerblue",
|
|
69
|
+
"azul-marinho-moderado": "mediumaquamarine",
|
|
70
|
+
"azul-moderado": "mediumblue",
|
|
71
|
+
"azul-noite": "midnightblue",
|
|
72
|
+
"azul-palido": "aliceblue",
|
|
73
|
+
"azul-pálido": "aliceblue",
|
|
74
|
+
"azul-real": "royalblue",
|
|
75
|
+
"azul-violeta": "blueviolet",
|
|
76
|
+
"bege": "beige",
|
|
77
|
+
"branco": "white",
|
|
78
|
+
"branco-antigo": "antiquewhite",
|
|
79
|
+
"branco-floral": "floralwhite",
|
|
80
|
+
"branco-fumaca": "whitesmoke",
|
|
81
|
+
"branco-fumaça": "whitesmoke",
|
|
82
|
+
"branco-fantasma": "ghostwhite",
|
|
83
|
+
"branco-navajo": "navajowhite",
|
|
84
|
+
"bronzeado": "tan",
|
|
85
|
+
"caqui": "khaki",
|
|
86
|
+
"caqui-escuro": "darkkhaki",
|
|
87
|
+
"cardo": "thistle",
|
|
88
|
+
"carmesim": "crimson",
|
|
50
89
|
"castanho": "brown",
|
|
51
|
-
"
|
|
52
|
-
"azulcadete": "cadetblue",
|
|
53
|
-
"verdelimao": "chartreuse",
|
|
54
|
-
"verdelimão": "chartreuse",
|
|
90
|
+
"castanho-rosado": "rosybrown",
|
|
55
91
|
"chocolate": "chocolate",
|
|
56
|
-
"coral": "coral",
|
|
57
|
-
"azulcentaurea": "cornflowerblue",
|
|
58
|
-
"azulcentáurea": "cornflowerblue",
|
|
59
|
-
"cordemilho": "cornsilk",
|
|
60
|
-
"carmesim": "crimson",
|
|
61
92
|
"ciano": "cyan",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"douradoescuro": "darkgoldenrod",
|
|
65
|
-
"cinzaescuro": "darkgray",
|
|
66
|
-
"verdeescuro": "darkgreen",
|
|
67
|
-
"caquiescuro": "darkkhaki",
|
|
68
|
-
"magentaescuro": "darkmagenta",
|
|
69
|
-
"verdeolivaescuro": "darkolivegreen",
|
|
70
|
-
"laranjaescuro": "darkorange",
|
|
71
|
-
"orquideaescura": "darkorchid",
|
|
72
|
-
"orquídeaescura": "darkorchid",
|
|
73
|
-
"vermelhoescuro": "darkred",
|
|
74
|
-
"salmaoescuro": "darksalmon",
|
|
75
|
-
"salmãoescuro": "darksalmon",
|
|
76
|
-
"verdemarinhoescuro": "darkseagreen",
|
|
77
|
-
"azulardosiaescuro": "darkslateblue",
|
|
78
|
-
"azulardósiaescuro": "darkslateblue",
|
|
79
|
-
"cinzaardosiaescuro": "darkslategray",
|
|
80
|
-
"cinzaardósiaescuro": "darkslategray",
|
|
81
|
-
"turquesaescuro": "darkturquoise",
|
|
82
|
-
"violetaescuro": "darkviolet",
|
|
83
|
-
"rosaescuro": "deeppink",
|
|
84
|
-
"azulcelesteescuro": "deepskyblue",
|
|
85
|
-
"cinzafosco": "dimgray",
|
|
86
|
-
"azulfurtivo": "dodgerblue",
|
|
87
|
-
"vermelhotijolo": "firebrick",
|
|
88
|
-
"brancofloral": "floralwhite",
|
|
89
|
-
"verdefloresta": "forestgreen",
|
|
90
|
-
"rosapurpura": "fuchsia",
|
|
91
|
-
"rosapúrpura": "fuchsia",
|
|
92
|
-
"cinzamedio": "gainsboro",
|
|
93
|
-
"cinzamédio": "gainsboro",
|
|
94
|
-
"brancofantasma": "ghostwhite",
|
|
95
|
-
"gold": "amareloouro",
|
|
96
|
-
"dourado": "goldenrod",
|
|
93
|
+
"ciano-claro": "lightcyan",
|
|
94
|
+
"ciano-escuro": "darkcyan",
|
|
97
95
|
"cinza": "gray",
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
96
|
+
"cinza-ardosia": "slategray",
|
|
97
|
+
"cinza-ardósia": "slategray",
|
|
98
|
+
"cinza-ardosia-claro": "lightslategray",
|
|
99
|
+
"cinza-ardósia-claro": "lightslategray",
|
|
100
|
+
"cinza-ardosia-escuro": "darkslategray",
|
|
101
|
+
"cinza-ardósia-escuro": "darkslategray",
|
|
102
|
+
"cinza-claro": "lightgray",
|
|
103
|
+
"cinza-escuro": "darkgray",
|
|
104
|
+
"cinza-fosco": "dimgray",
|
|
105
|
+
"cinza-medio": "gainsboro",
|
|
106
|
+
"cinza-médio": "gainsboro",
|
|
107
|
+
"concha": "seashell",
|
|
108
|
+
"coral": "coral",
|
|
109
|
+
"coral-claro": "lightcoral",
|
|
110
|
+
"cor-de-milho": "cornsilk",
|
|
111
|
+
"creme-limao": "lemonchiffon",
|
|
112
|
+
"creme-limão": "lemonchiffon",
|
|
113
|
+
"creme-marisco": "bisque",
|
|
114
|
+
"creme-menta": "mintcream",
|
|
115
|
+
"dourado": "goldenrod",
|
|
116
|
+
"dourado-claro": "lightgoldenrodyellow",
|
|
117
|
+
"dourado-escuro": "darkgoldenrod",
|
|
118
|
+
"dourado-palido": "palegoldenrod",
|
|
119
|
+
"dourado-pálido": "palegoldenrod",
|
|
104
120
|
"indigo": "indigo",
|
|
105
121
|
"índigo": "indigo",
|
|
106
|
-
"
|
|
107
|
-
"
|
|
122
|
+
"laranja": "orange",
|
|
123
|
+
"laranja-avermelhado": "orangered",
|
|
124
|
+
"laranja-escuro": "darkorange",
|
|
108
125
|
"lavanda": "lavender",
|
|
109
|
-
"
|
|
110
|
-
"verdegrama": "lawngreen",
|
|
111
|
-
"cremelimao": "lemonchiffon",
|
|
112
|
-
"cremelimão": "lemonchiffon",
|
|
113
|
-
"azulclaro": "lightblue",
|
|
114
|
-
"coralclaro": "lightcoral",
|
|
115
|
-
"cianoclaro": "lightcyan",
|
|
116
|
-
"douradoclaro": "lightgoldenrodyellow",
|
|
117
|
-
"cinzaclaro": "lightgray",
|
|
118
|
-
"verdeclaro": "lightgreen",
|
|
119
|
-
"rosaclaro": "lightpink",
|
|
120
|
-
"salmaoclaro": "lightsalmon",
|
|
121
|
-
"salmãoclaro": "lightsalmon",
|
|
122
|
-
"verdemarinhoclaro": "lightseagreen",
|
|
123
|
-
"azulcelesteclaro": "lightskyblue",
|
|
124
|
-
"cinzaardosiaclaro": "lightslategray",
|
|
125
|
-
"cinzaardósiaclaro": "lightslategray",
|
|
126
|
-
"azulacoclaro": "lightsteelblue",
|
|
127
|
-
"azulaçoclaro": "lightsteelblue",
|
|
128
|
-
"amareloclaro": "lightyellow",
|
|
126
|
+
"lavanda-avermelhada": "lavenderblush",
|
|
129
127
|
"lima": "lime",
|
|
130
|
-
"verdelima": "limegreen",
|
|
131
128
|
"linho": "linen",
|
|
132
129
|
"magenta": "magenta",
|
|
130
|
+
"magenta-escuro": "darkmagenta",
|
|
131
|
+
"mamao-batido": "papayawhip",
|
|
132
|
+
"mamão-batido": "papayawhip",
|
|
133
|
+
"mana": "honeydew",
|
|
134
|
+
"maná": "honeydew",
|
|
135
|
+
"marfim": "ivory",
|
|
136
|
+
"marinha": "navy",
|
|
137
|
+
"marrom-areia": "sandybrown",
|
|
138
|
+
"marrom-madeira": "burlywood",
|
|
139
|
+
"marrom-sela": "saddlebrown",
|
|
133
140
|
"marrom": "maroon",
|
|
134
|
-
"azulmarinhomoderado": "mediumaquamarine",
|
|
135
|
-
"azulmoderado": "mediumblue",
|
|
136
|
-
"orquideamoderado": "mediumorchid",
|
|
137
|
-
"orquídeamoderado": "mediumorchid",
|
|
138
|
-
"roxomoderado": "mediumpurple",
|
|
139
|
-
"verdemarinhomoderado": "mediumseagreen",
|
|
140
|
-
"azulardosiamoderado": "mediumslateblue",
|
|
141
|
-
"verdeprimaveramoderado": "mediumspringgreen",
|
|
142
|
-
"mediumturquoise": "turquesamoderado",
|
|
143
|
-
"vermelovioletamoderado": "mediumvioletred",
|
|
144
|
-
"azulnoite": "midnightblue",
|
|
145
|
-
"cremementa": "mintcream",
|
|
146
|
-
"rosanublado": "mistyrose",
|
|
147
141
|
"mocassim": "moccasin",
|
|
148
|
-
"
|
|
149
|
-
"marinha": "navy",
|
|
150
|
-
"rendaantiga": "oldlace",
|
|
142
|
+
"neve": "snow",
|
|
151
143
|
"oliva": "olive",
|
|
152
|
-
"
|
|
153
|
-
"laranja": "orange",
|
|
154
|
-
"laranjaavermelhado": "orangered",
|
|
144
|
+
"oliva-parda": "olivedrab",
|
|
155
145
|
"orquidea": "orchid",
|
|
156
146
|
"orquídea": "orchid",
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"turquesapálido": "paleturquoise",
|
|
163
|
-
"vermelhovioletapalido": "palevioletred",
|
|
164
|
-
"vermelhovioletapálido": "palevioletred",
|
|
165
|
-
"mamaobatido": "papayawhip",
|
|
166
|
-
"mamãobatido": "papayawhip",
|
|
147
|
+
"orquidea-escura": "darkorchid",
|
|
148
|
+
"orquídea-escura": "darkorchid",
|
|
149
|
+
"orquidea-moderado": "mediumorchid",
|
|
150
|
+
"orquídea-moderado": "mediumorchid",
|
|
151
|
+
"prata": "silver",
|
|
167
152
|
"pessego": "peachpuff",
|
|
168
153
|
"pêssego": "peachpuff",
|
|
169
154
|
"peru": "pele",
|
|
155
|
+
"preto": "black",
|
|
156
|
+
"renda-antiga": "oldlace",
|
|
157
|
+
"rosa-nublado": "mistyrose",
|
|
170
158
|
"rosa": "pink",
|
|
171
|
-
"
|
|
172
|
-
"
|
|
159
|
+
"rosa-claro": "lightpink",
|
|
160
|
+
"rosa-escuro": "deeppink",
|
|
161
|
+
"rosa-forte": "hotpink",
|
|
162
|
+
"rosa-purpura": "fuchsia",
|
|
163
|
+
"rosa-púrpura": "fuchsia",
|
|
173
164
|
"roxo": "purple",
|
|
174
|
-
"
|
|
175
|
-
"castanhorosado": "rosybrown",
|
|
176
|
-
"azulreal": "royalblue",
|
|
177
|
-
"marromsela": "saddlebrown",
|
|
165
|
+
"roxo-moderado": "mediumpurple",
|
|
178
166
|
"salmao": "salmon",
|
|
179
167
|
"salmão": "salmon",
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
168
|
+
"salmao-claro": "lightsalmon",
|
|
169
|
+
"salmão-claro": "lightsalmon",
|
|
170
|
+
"salmao-escuro": "darksalmon",
|
|
171
|
+
"salmão-escuro": "darksalmon",
|
|
183
172
|
"siena": "sienna",
|
|
184
|
-
"
|
|
185
|
-
"azulceleste": "skyblue",
|
|
186
|
-
"azulardosia": "slateblue",
|
|
187
|
-
"azulardósia": "slateblue",
|
|
188
|
-
"cinzaardosia": "slategray",
|
|
189
|
-
"cinzaardósia": "slategray",
|
|
190
|
-
"neve": "snow",
|
|
191
|
-
"verdeprimavera": "springgreen",
|
|
192
|
-
"azulaco": "steelblue",
|
|
193
|
-
"azulaço": "steelblue",
|
|
194
|
-
"bronzeado": "tan",
|
|
195
|
-
"verdeagua": "teal",
|
|
196
|
-
"verdeágua": "teal",
|
|
197
|
-
"cardo": "thistle",
|
|
198
|
-
"vermelhotomate": "tomato",
|
|
173
|
+
"trigo": "wheat",
|
|
199
174
|
"turquesa": "turquoise",
|
|
175
|
+
"turquesa-escuro": "darkturquoise",
|
|
176
|
+
"turquesa-moderado": "medium-turquoise",
|
|
177
|
+
"turquesa-palido": "paleturquoise",
|
|
178
|
+
"turquesa-pálido": "paleturquoise",
|
|
179
|
+
"verde": "green",
|
|
180
|
+
"verde-agua": "teal",
|
|
181
|
+
"verde-água": "teal",
|
|
182
|
+
"verde-amarelado": "greenyellow",
|
|
183
|
+
"verde-claro": "lightgreen",
|
|
184
|
+
"verde-escuro": "darkgreen",
|
|
185
|
+
"verde-grama": "lawngreen",
|
|
186
|
+
"verde-floresta": "forestgreen",
|
|
187
|
+
"verde-lima": "limegreen",
|
|
188
|
+
"verde-limao": "chartreuse",
|
|
189
|
+
"verde-limão": "chartreuse",
|
|
190
|
+
"verde-marinho": "seagreen",
|
|
191
|
+
"verde-marinho-escuro": "darkseagreen",
|
|
192
|
+
"verde-marinho-claro": "lightseagreen",
|
|
193
|
+
"verde-marinho-moderado": "mediumseagreen",
|
|
194
|
+
"verde-oliva-escuro": "darkolivegreen",
|
|
195
|
+
"verde-primavera-moderado": "mediumspringgreen",
|
|
196
|
+
"verde-palido": "palegreen",
|
|
197
|
+
"verde-pálido": "palegreen",
|
|
198
|
+
"verde-primavera": "springgreen",
|
|
199
|
+
"vermelho": "red",
|
|
200
|
+
"vermelho-escuro": "darkred",
|
|
201
|
+
"vermelho-indiano": "indianred",
|
|
202
|
+
"vermelho-tijolo": "firebrick",
|
|
203
|
+
"vermelho-tomate": "tomato",
|
|
204
|
+
"vermelho-violeta-moderado": "mediumvioletred",
|
|
205
|
+
"vermelho-violeta-palido": "palevioletred",
|
|
206
|
+
"vermelho-violeta-pálido": "palevioletred",
|
|
200
207
|
"violeta": "violet",
|
|
201
|
-
"
|
|
202
|
-
"branco": "white",
|
|
203
|
-
"brancofumaca": "whitesmoke",
|
|
204
|
-
"brancofumaça": "whitesmoke",
|
|
205
|
-
"amarelo": "yellow",
|
|
206
|
-
"amareloesverdeado": "yellowgreen",
|
|
208
|
+
"violeta-escuro": "darkviolet",
|
|
207
209
|
};
|
|
208
210
|
//# sourceMappingURL=gerais.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gerais.js","sourceRoot":"","sources":["../../../../fontes/modificadores/atributos/gerais.ts"],"names":[],"mappings":";;;AAAa,QAAA,aAAa,GAAqC;IAC3D,
|
|
1
|
+
{"version":3,"file":"gerais.js","sourceRoot":"","sources":["../../../../fontes/modificadores/atributos/gerais.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quantificadores.js","sourceRoot":"","sources":["../../../../fontes/modificadores/atributos/quantificadores.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"quantificadores.js","sourceRoot":"","sources":["../../../../fontes/modificadores/atributos/quantificadores.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,7 +9,8 @@ class Transformar extends superclasse_1.Modificador {
|
|
|
9
9
|
this.valoresAceitos = {
|
|
10
10
|
"nenhum": "none",
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
const valoresExtra = ['perspective', 'rotate', 'rotateX', 'rotateY', 'rotateZ', 'scale', 'scale3d', 'scaleX', 'scaleY', 'scaleZ', 'skew', 'skewX', 'skewY', 'translate', 'translate3d', 'translateX', 'translateY', 'translateZ'];
|
|
13
|
+
(0, comum_1.validarValores)('transformar', valor, this.valoresAceitos, valoresExtra);
|
|
13
14
|
this.valor = valor;
|
|
14
15
|
// Não recebe quantificador
|
|
15
16
|
// this.quantificador = quantificador;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transformar.js","sourceRoot":"","sources":["../../../fontes/modificadores/transformar.ts"],"names":[],"mappings":";;;AAAA,+CAAgE;AAChE,8CAAoD;AAEpD,MAAa,WAAY,SAAQ,yBAAW;IAKxC,YAAY,KAAa,EAAE,aAAsB,EAAE,OAA4B;QAC3E,KAAK,CAAC,aAAa,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;QAL/C,mBAAc,GAAqC;YAC/C,QAAQ,EAAE,MAAM;SACnB,CAAA;QAKG,IAAA,sBAAc,EAAC,aAAa,EAAE,KAAK,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"transformar.js","sourceRoot":"","sources":["../../../fontes/modificadores/transformar.ts"],"names":[],"mappings":";;;AAAA,+CAAgE;AAChE,8CAAoD;AAEpD,MAAa,WAAY,SAAQ,yBAAW;IAKxC,YAAY,KAAa,EAAE,aAAsB,EAAE,OAA4B;QAC3E,KAAK,CAAC,aAAa,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;QAL/C,mBAAc,GAAqC;YAC/C,QAAQ,EAAE,MAAM;SACnB,CAAA;QAKG,MAAM,YAAY,GAAG,CAAC,aAAa,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,YAAY,EAAE,YAAY,EAAE,YAAY,CAAC,CAAC;QAElO,IAAA,sBAAc,EAAC,aAAa,EAAE,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,YAAY,CAAC,CAAC;QACxE,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QAEnB,2BAA2B;QAC3B,sCAAsC;IAC1C,CAAC;CACJ;AAhBD,kCAgBC"}
|
|
@@ -8,23 +8,41 @@ const contraste_1 = require("./metodos/contraste");
|
|
|
8
8
|
const curva_cubica_1 = require("./metodos/curva-cubica");
|
|
9
9
|
const encaixar_conteudo_1 = require("./metodos/encaixar-conteudo");
|
|
10
10
|
const escala_cinza_1 = require("./metodos/escala-cinza");
|
|
11
|
+
const escalamento_1 = require("./metodos/escalamento");
|
|
12
|
+
const escalamento_3d_1 = require("./metodos/escalamento-3d");
|
|
13
|
+
const escalamento_eixo_z_1 = require("./metodos/escalamento-eixo-z");
|
|
14
|
+
const escalamento_horizontal_1 = require("./metodos/escalamento-horizontal");
|
|
15
|
+
const escalamento_vertical_1 = require("./metodos/escalamento-vertical");
|
|
11
16
|
const gradiente_linear_1 = require("./metodos/gradiente-linear");
|
|
12
17
|
const hexadecimal_cor_1 = require("./metodos/hexadecimal-cor");
|
|
13
18
|
const hsl_1 = require("./metodos/hsl");
|
|
14
19
|
const hsla_1 = require("./metodos/hsla");
|
|
20
|
+
const inclinar_1 = require("./metodos/inclinar");
|
|
21
|
+
const inclinar_horizontal_1 = require("./metodos/inclinar-horizontal");
|
|
22
|
+
const inclinar_vertical_1 = require("./metodos/inclinar-vertical");
|
|
15
23
|
const inverter_1 = require("./metodos/inverter");
|
|
16
24
|
const limitar_1 = require("./metodos/limitar");
|
|
17
25
|
const linear_1 = require("./metodos/linear");
|
|
18
26
|
const minmax_1 = require("./metodos/minmax");
|
|
19
27
|
const opacar_1 = require("./metodos/opacar");
|
|
20
28
|
const passos_1 = require("./metodos/passos");
|
|
29
|
+
const perspectivar_1 = require("./metodos/perspectivar");
|
|
21
30
|
const projetar_sombra_1 = require("./metodos/projetar-sombra");
|
|
22
31
|
const raio_1 = require("./metodos/raio");
|
|
23
32
|
const rgb_1 = require("./metodos/rgb");
|
|
24
33
|
const rgba_1 = require("./metodos/rgba");
|
|
34
|
+
const rotacionar_1 = require("./metodos/rotacionar");
|
|
35
|
+
const rotacionar_eixo_z_1 = require("./metodos/rotacionar-eixo-z");
|
|
36
|
+
const rotacionar_horizontal_1 = require("./metodos/rotacionar-horizontal");
|
|
25
37
|
const rotacionar_matiz_1 = require("./metodos/rotacionar-matiz");
|
|
38
|
+
const rotacionar_vertical_1 = require("./metodos/rotacionar-vertical");
|
|
26
39
|
const saturar_1 = require("./metodos/saturar");
|
|
27
40
|
const sepia_1 = require("./metodos/sepia");
|
|
41
|
+
const translacao_1 = require("./metodos/translacao");
|
|
42
|
+
const translacao_3d_1 = require("./metodos/translacao-3d");
|
|
43
|
+
const translacao_eixo_z_1 = require("./metodos/translacao-eixo-z");
|
|
44
|
+
const translacao_horizontal_1 = require("./metodos/translacao-horizontal");
|
|
45
|
+
const translacao_vertical_1 = require("./metodos/translacao-vertical");
|
|
28
46
|
const url_1 = require("./metodos/url");
|
|
29
47
|
exports.DicionarioValores = {
|
|
30
48
|
"borrar": borrar_1.Borrar,
|
|
@@ -36,24 +54,47 @@ exports.DicionarioValores = {
|
|
|
36
54
|
"encaixar-conteudo": encaixar_conteudo_1.EncaixarConteudo,
|
|
37
55
|
"encaixar-conteúdo": encaixar_conteudo_1.EncaixarConteudo,
|
|
38
56
|
"escala-cinza": escala_cinza_1.EscalaCinza,
|
|
57
|
+
"escalamento": escalamento_1.Escalamento,
|
|
58
|
+
"escalamento-3d": escalamento_3d_1.Escalamento3d,
|
|
59
|
+
"escalamento-eixo-z": escalamento_eixo_z_1.EscalamentoEixoZ,
|
|
60
|
+
"escalamento-horizontal": escalamento_horizontal_1.EscalamentoHorizontal,
|
|
61
|
+
"escalamento-vertical": escalamento_vertical_1.EscalamentoVertical,
|
|
39
62
|
"gradiente-linear": gradiente_linear_1.GradienteLinear,
|
|
40
63
|
"hsl": hsl_1.Hsl,
|
|
41
64
|
"hsla": hsla_1.Hsla,
|
|
42
65
|
"hex": hexadecimal_cor_1.HexadecimalCor,
|
|
66
|
+
"inclinar": inclinar_1.Inclinar,
|
|
67
|
+
"inclinar-horizontal": inclinar_horizontal_1.InclinarHorizontal,
|
|
68
|
+
"inclinar-vertical": inclinar_vertical_1.InclinarVertical,
|
|
43
69
|
"inverter": inverter_1.Inverter,
|
|
44
70
|
"limitar": limitar_1.Limitar,
|
|
45
71
|
"linear": linear_1.Linear,
|
|
46
72
|
"minmax": minmax_1.MinMax,
|
|
47
73
|
"opacar": opacar_1.Opacar,
|
|
48
74
|
"passos": passos_1.Passos,
|
|
75
|
+
"perspectivar": perspectivar_1.Perspectivar,
|
|
49
76
|
"projetar-sombra": projetar_sombra_1.ProjetarSombra,
|
|
50
77
|
"raio": raio_1.Raio,
|
|
51
78
|
"rgb": rgb_1.Rgb,
|
|
52
79
|
"rgba": rgba_1.Rgba,
|
|
80
|
+
"rotacionar": rotacionar_1.Rotacionar,
|
|
81
|
+
"rotacionar-eixo-z": rotacionar_eixo_z_1.RotacionarEixoZ,
|
|
82
|
+
"rotacionar-horizontal": rotacionar_horizontal_1.RotacionarHorizontal,
|
|
53
83
|
"rotacionar-matiz": rotacionar_matiz_1.RotacionarMatiz,
|
|
84
|
+
"rotacionar-vertical": rotacionar_vertical_1.RotacionarVertical,
|
|
54
85
|
"saturar": saturar_1.Saturar,
|
|
55
86
|
"sepia": sepia_1.Sepia,
|
|
56
87
|
"sépia": sepia_1.Sepia,
|
|
88
|
+
"translacao": translacao_1.Translacao,
|
|
89
|
+
"translação": translacao_1.Translacao,
|
|
90
|
+
"translacao-3d": translacao_3d_1.Translacao3d,
|
|
91
|
+
"translação-3d": translacao_3d_1.Translacao3d,
|
|
92
|
+
"translacao-eixo-z": translacao_eixo_z_1.TranslacaoEixoZ,
|
|
93
|
+
"translação-eixo-z": translacao_eixo_z_1.TranslacaoEixoZ,
|
|
94
|
+
"translacao-horizontal": translacao_horizontal_1.TranslacaoHorizontal,
|
|
95
|
+
"translação-horizontal": translacao_horizontal_1.TranslacaoHorizontal,
|
|
96
|
+
"translacao-vertical": translacao_vertical_1.TranslacaoVertical,
|
|
97
|
+
"translação-vertical": translacao_vertical_1.TranslacaoVertical,
|
|
57
98
|
"url": url_1.Url,
|
|
58
99
|
};
|
|
59
100
|
//# sourceMappingURL=dicionario-valores.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dicionario-valores.js","sourceRoot":"","sources":["../../../fontes/valores/dicionario-valores.ts"],"names":[],"mappings":";;;AAAA,6CAA0C;AAC1C,6CAA0C;AAC1C,iDAA8C;AAC9C,mDAAgD;AAChD,yDAAqD;AACrD,mEAA+D;AAC/D,yDAAqD;AACrD,iEAA6D;AAC7D,+DAA2D;AAC3D,uCAAoC;AACpC,yCAAsC;AACtC,iDAA8C;AAC9C,+CAA4C;AAC5C,6CAA0C;AAC1C,6CAA0C;AAC1C,6CAA0C;AAC1C,6CAA0C;AAC1C,+DAA2D;AAC3D,yCAAsC;AACtC,uCAAoC;AACpC,yCAAsC;AACtC,iEAA6D;AAC7D,+CAA4C;AAC5C,2CAAwC;AACxC,uCAAoC;AAEvB,QAAA,iBAAiB,GAAiC;IAC3D,QAAQ,EAAE,eAAM;IAChB,QAAQ,EAAE,eAAM;IAChB,UAAU,EAAE,mBAAQ;IACpB,WAAW,EAAE,qBAAS;IACtB,cAAc,EAAE,0BAAW;IAC3B,cAAc,EAAE,0BAAW;IAC3B,mBAAmB,EAAE,oCAAgB;IACrC,mBAAmB,EAAE,oCAAgB;IACrC,cAAc,EAAE,0BAAW;IAC3B,kBAAkB,EAAE,kCAAe;IACnC,KAAK,EAAE,SAAG;IACV,MAAM,EAAE,WAAI;IACZ,KAAK,EAAE,gCAAc;IACrB,UAAU,EAAE,mBAAQ;IACpB,SAAS,EAAE,iBAAO;IAClB,QAAQ,EAAE,eAAM;IAChB,QAAQ,EAAE,eAAM;IAChB,QAAQ,EAAE,eAAM;IAChB,QAAQ,EAAE,eAAM;IAChB,iBAAiB,EAAE,gCAAc;IACjC,MAAM,EAAE,WAAI;IACZ,KAAK,EAAE,SAAG;IACV,MAAM,EAAE,WAAI;IACZ,kBAAkB,EAAE,kCAAe;IACnC,SAAS,EAAE,iBAAO;IAClB,OAAO,EAAE,aAAK;IACd,OAAO,EAAE,aAAK;IACd,KAAK,EAAE,SAAG;CACb,CAAA"}
|
|
1
|
+
{"version":3,"file":"dicionario-valores.js","sourceRoot":"","sources":["../../../fontes/valores/dicionario-valores.ts"],"names":[],"mappings":";;;AAAA,6CAA0C;AAC1C,6CAA0C;AAC1C,iDAA8C;AAC9C,mDAAgD;AAChD,yDAAqD;AACrD,mEAA+D;AAC/D,yDAAqD;AACrD,uDAAoD;AACpD,6DAAyD;AACzD,qEAAgE;AAChE,6EAAyE;AACzE,yEAAqE;AACrE,iEAA6D;AAC7D,+DAA2D;AAC3D,uCAAoC;AACpC,yCAAsC;AACtC,iDAA8C;AAC9C,uEAAmE;AACnE,mEAA+D;AAC/D,iDAA8C;AAC9C,+CAA4C;AAC5C,6CAA0C;AAC1C,6CAA0C;AAC1C,6CAA0C;AAC1C,6CAA0C;AAC1C,yDAAsD;AACtD,+DAA2D;AAC3D,yCAAsC;AACtC,uCAAoC;AACpC,yCAAsC;AACtC,qDAAkD;AAClD,mEAA8D;AAC9D,2EAAuE;AACvE,iEAA6D;AAC7D,uEAAmE;AACnE,+CAA4C;AAC5C,2CAAwC;AACxC,qDAAkD;AAClD,2DAAuD;AACvD,mEAA8D;AAC9D,2EAAuE;AACvE,uEAAmE;AACnE,uCAAoC;AAEvB,QAAA,iBAAiB,GAAiC;IAC3D,QAAQ,EAAE,eAAM;IAChB,QAAQ,EAAE,eAAM;IAChB,UAAU,EAAE,mBAAQ;IACpB,WAAW,EAAE,qBAAS;IACtB,cAAc,EAAE,0BAAW;IAC3B,cAAc,EAAE,0BAAW;IAC3B,mBAAmB,EAAE,oCAAgB;IACrC,mBAAmB,EAAE,oCAAgB;IACrC,cAAc,EAAE,0BAAW;IAC3B,aAAa,EAAE,yBAAW;IAC1B,gBAAgB,EAAE,8BAAa;IAC/B,oBAAoB,EAAE,qCAAgB;IACtC,wBAAwB,EAAE,8CAAqB;IAC/C,sBAAsB,EAAE,0CAAmB;IAC3C,kBAAkB,EAAE,kCAAe;IACnC,KAAK,EAAE,SAAG;IACV,MAAM,EAAE,WAAI;IACZ,KAAK,EAAE,gCAAc;IACrB,UAAU,EAAE,mBAAQ;IACpB,qBAAqB,EAAE,wCAAkB;IACzC,mBAAmB,EAAE,oCAAgB;IACrC,UAAU,EAAE,mBAAQ;IACpB,SAAS,EAAE,iBAAO;IAClB,QAAQ,EAAE,eAAM;IAChB,QAAQ,EAAE,eAAM;IAChB,QAAQ,EAAE,eAAM;IAChB,QAAQ,EAAE,eAAM;IAChB,cAAc,EAAE,2BAAY;IAC5B,iBAAiB,EAAE,gCAAc;IACjC,MAAM,EAAE,WAAI;IACZ,KAAK,EAAE,SAAG;IACV,MAAM,EAAE,WAAI;IACZ,YAAY,EAAE,uBAAU;IACxB,mBAAmB,EAAE,mCAAe;IACpC,uBAAuB,EAAE,4CAAoB;IAC7C,kBAAkB,EAAE,kCAAe;IACnC,qBAAqB,EAAE,wCAAkB;IACzC,SAAS,EAAE,iBAAO;IAClB,OAAO,EAAE,aAAK;IACd,OAAO,EAAE,aAAK;IACd,YAAY,EAAE,uBAAU;IACxB,YAAY,EAAE,uBAAU;IACxB,eAAe,EAAE,4BAAY;IAC7B,eAAe,EAAE,4BAAY;IAC7B,mBAAmB,EAAE,mCAAe;IACpC,mBAAmB,EAAE,mCAAe;IACpC,uBAAuB,EAAE,4CAAoB;IAC7C,uBAAuB,EAAE,4CAAoB;IAC7C,qBAAqB,EAAE,wCAAkB;IACzC,qBAAqB,EAAE,wCAAkB;IACzC,KAAK,EAAE,SAAG;CACb,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Simbolo } from "../../lexador";
|
|
2
|
+
import { Metodo } from "./metodo";
|
|
3
|
+
export declare class Escalamento3d extends Metodo {
|
|
4
|
+
valor1: number;
|
|
5
|
+
valor2: number;
|
|
6
|
+
valor3: number;
|
|
7
|
+
traducao: string;
|
|
8
|
+
constructor(valor1: Simbolo, valor2: Simbolo, valor3: Simbolo);
|
|
9
|
+
paraTexto(): string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Escalamento3d = void 0;
|
|
4
|
+
const metodo_1 = require("./metodo");
|
|
5
|
+
class Escalamento3d extends metodo_1.Metodo {
|
|
6
|
+
constructor(valor1, valor2, valor3) {
|
|
7
|
+
super();
|
|
8
|
+
this.valor1 = Number(valor1.lexema);
|
|
9
|
+
this.valor2 = Number(valor2.lexema);
|
|
10
|
+
this.valor3 = Number(valor3.lexema);
|
|
11
|
+
this.traducao = 'scale3d';
|
|
12
|
+
}
|
|
13
|
+
paraTexto() {
|
|
14
|
+
return `scale3d(${this.valor1}, ${this.valor2}, ${this.valor3})`;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
exports.Escalamento3d = Escalamento3d;
|
|
18
|
+
//# sourceMappingURL=escalamento-3d.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"escalamento-3d.js","sourceRoot":"","sources":["../../../../fontes/valores/metodos/escalamento-3d.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAElC,MAAa,aAAc,SAAQ,eAAM;IAMrC,YAAY,MAAe,EAAE,MAAe,EAAE,MAAe;QACzD,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpC,IAAI,CAAC,QAAQ,GAAG,SAAS,CAAC;IAC9B,CAAC;IAED,SAAS;QACL,OAAO,WAAW,IAAI,CAAC,MAAM,KAAK,IAAI,CAAC,MAAM,KAAK,IAAI,CAAC,MAAM,GAAG,CAAA;IACpE,CAAC;CACJ;AAjBD,sCAiBC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EscalamentoEixoZ = void 0;
|
|
4
|
+
const metodo_1 = require("./metodo");
|
|
5
|
+
class EscalamentoEixoZ extends metodo_1.Metodo {
|
|
6
|
+
constructor(valor1, valor2) {
|
|
7
|
+
super();
|
|
8
|
+
this.valor1 = Number(valor1.lexema);
|
|
9
|
+
this.traducao = 'scaleZ';
|
|
10
|
+
}
|
|
11
|
+
paraTexto() {
|
|
12
|
+
return `scaleZ(${this.valor1})`;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
exports.EscalamentoEixoZ = EscalamentoEixoZ;
|
|
16
|
+
//# sourceMappingURL=escalamento-eixo-z.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"escalamento-eixo-z.js","sourceRoot":"","sources":["../../../../fontes/valores/metodos/escalamento-eixo-z.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAElC,MAAa,gBAAiB,SAAQ,eAAM;IAIxC,YAAY,MAAe,EAAE,MAAe;QACxC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC7B,CAAC;IAED,SAAS;QACL,OAAO,UAAU,IAAI,CAAC,MAAM,GAAG,CAAA;IACnC,CAAC;CACJ;AAbD,4CAaC"}
|