@sankhyalabs/core-docs 2.3.6 → 2.3.7-SKA-61927.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.
@@ -13,7 +13,6 @@ Classe com utiliários comuns para Strings.
13
13
  ### Methods
14
14
 
15
15
  - [compare](StringUtils.md#compare)
16
- - [decodeHtmlEntities](StringUtils.md#decodehtmlentities)
17
16
  - [getBooleanValue](StringUtils.md#getbooleanvalue)
18
17
  - [hashCode](StringUtils.md#hashcode)
19
18
  - [isEmpty](StringUtils.md#isempty)
@@ -59,35 +58,7 @@ Um valor maior, menor ou igual a zero para determinar se a ordem precisa ser alt
59
58
 
60
59
  #### Defined in
61
60
 
62
- src/utils/StringUtils.ts:174
63
-
64
- ___
65
-
66
- ### decodeHtmlEntities
67
-
68
- ▸ `Static` **decodeHtmlEntities**(`text`): `string`
69
-
70
- Converte todas as entidades HTML de um texto
71
-
72
- **`Example`**
73
-
74
- ```ts
75
- entrada: "&lt;Teste&gt;" // retorno: "<Teste>"
76
- ```
77
-
78
- #### Parameters
79
-
80
- | Name | Type | Description |
81
- | :------ | :------ | :------ |
82
- | `text` | `string` | String para ser transformada. |
83
-
84
- #### Returns
85
-
86
- `string`
87
-
88
- #### Defined in
89
-
90
- src/utils/StringUtils.ts:51
61
+ src/utils/StringUtils.ts:147
91
62
 
92
63
  ___
93
64
 
@@ -110,7 +81,7 @@ Converte um valor em string para booleano
110
81
 
111
82
  #### Defined in
112
83
 
113
- src/utils/StringUtils.ts:137
84
+ src/utils/StringUtils.ts:110
114
85
 
115
86
  ___
116
87
 
@@ -132,7 +103,7 @@ Calcula um código hash para uma string.
132
103
 
133
104
  #### Defined in
134
105
 
135
- src/utils/StringUtils.ts:121
106
+ src/utils/StringUtils.ts:94
136
107
 
137
108
  ___
138
109
 
@@ -177,7 +148,7 @@ ___
177
148
 
178
149
  #### Defined in
179
150
 
180
- src/utils/StringUtils.ts:157
151
+ src/utils/StringUtils.ts:130
181
152
 
182
153
  ___
183
154
 
@@ -199,7 +170,7 @@ ___
199
170
 
200
171
  #### Defined in
201
172
 
202
- src/utils/StringUtils.ts:149
173
+ src/utils/StringUtils.ts:122
203
174
 
204
175
  ___
205
176
 
@@ -229,7 +200,7 @@ entrada: "á@Êç#Ò", true // retorno: "aEcO"
229
200
 
230
201
  #### Defined in
231
202
 
232
- src/utils/StringUtils.ts:98
203
+ src/utils/StringUtils.ts:71
233
204
 
234
205
  ___
235
206
 
@@ -251,7 +222,7 @@ Remove acentos de vogais, substitui Ç por c e retorna a string em caixa alta ma
251
222
 
252
223
  #### Defined in
253
224
 
254
- src/utils/StringUtils.ts:113
225
+ src/utils/StringUtils.ts:86
255
226
 
256
227
  ___
257
228
 
@@ -279,7 +250,7 @@ entrada: "áêçò" // retorno: "aeco"
279
250
 
280
251
  #### Defined in
281
252
 
282
- src/utils/StringUtils.ts:78
253
+ src/utils/StringUtils.ts:51
283
254
 
284
255
  ___
285
256
 
@@ -332,7 +303,7 @@ String convertida em camelCase
332
303
 
333
304
  #### Defined in
334
305
 
335
- src/utils/StringUtils.ts:197
306
+ src/utils/StringUtils.ts:170
336
307
 
337
308
  ___
338
309
 
@@ -357,7 +328,7 @@ String convertida em KebabCase
357
328
 
358
329
  #### Defined in
359
330
 
360
- src/utils/StringUtils.ts:240
331
+ src/utils/StringUtils.ts:213
361
332
 
362
333
  ___
363
334
 
@@ -382,7 +353,7 @@ String convertida em PascalCase
382
353
 
383
354
  #### Defined in
384
355
 
385
- src/utils/StringUtils.ts:213
356
+ src/utils/StringUtils.ts:186
386
357
 
387
358
  ___
388
359
 
@@ -407,4 +378,4 @@ String convertida em snake_case
407
378
 
408
379
  #### Defined in
409
380
 
410
- src/utils/StringUtils.ts:226
381
+ src/utils/StringUtils.ts:199
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/core-docs",
3
- "version": "2.3.6",
3
+ "version": "2.3.7-SKA-61927.1",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [