@sankhyalabs/core-docs 5.12.0-dev.1 → 5.13.0-dev.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.
@@ -24,6 +24,7 @@
24
24
 
25
25
  - [applyStyle](FloatingManager.md#applystyle)
26
26
  - [close](FloatingManager.md#close)
27
+ - [closeAll](FloatingManager.md#closeall)
27
28
  - [createOrUpdatOverlay](FloatingManager.md#createorupdatoverlay)
28
29
  - [createStyleElement](FloatingManager.md#createstyleelement)
29
30
  - [doClose](FloatingManager.md#doclose)
@@ -166,6 +167,22 @@ src/ui/FloatingManager.ts:374
166
167
 
167
168
  ___
168
169
 
170
+ ### closeAll
171
+
172
+ ▸ `Static` **closeAll**(): `void`
173
+
174
+ Fecha todos os elemento flutuante da tela.
175
+
176
+ #### Returns
177
+
178
+ `void`
179
+
180
+ #### Defined in
181
+
182
+ src/ui/FloatingManager.ts:383
183
+
184
+ ___
185
+
169
186
  ### createOrUpdatOverlay
170
187
 
171
188
  ▸ `Static` `Private` **createOrUpdatOverlay**(`className?`): `HTMLDivElement`
@@ -275,7 +292,7 @@ ___
275
292
 
276
293
  #### Defined in
277
294
 
278
- src/ui/FloatingManager.ts:410
295
+ src/ui/FloatingManager.ts:422
279
296
 
280
297
  ___
281
298
 
@@ -314,7 +331,7 @@ ___
314
331
 
315
332
  #### Defined in
316
333
 
317
- src/ui/FloatingManager.ts:414
334
+ src/ui/FloatingManager.ts:426
318
335
 
319
336
  ___
320
337
 
@@ -483,7 +500,7 @@ Controle a sobreposição do elemento
483
500
 
484
501
  #### Defined in
485
502
 
486
- src/ui/FloatingManager.ts:385
503
+ src/ui/FloatingManager.ts:397
487
504
 
488
505
  ___
489
506
 
@@ -503,7 +520,7 @@ ___
503
520
 
504
521
  #### Defined in
505
522
 
506
- src/ui/FloatingManager.ts:400
523
+ src/ui/FloatingManager.ts:412
507
524
 
508
525
  ___
509
526
 
@@ -17,6 +17,7 @@ Classe com utiliários comuns para funções genéricas em JavaScript.
17
17
  - [generateUUID](JSUtils.md#generateuuid)
18
18
  - [isBase64](JSUtils.md#isbase64)
19
19
  - [isEllipsisActive](JSUtils.md#isellipsisactive)
20
+ - [isHiddenElement](JSUtils.md#ishiddenelement)
20
21
 
21
22
  ## Constructors
22
23
 
@@ -47,7 +48,7 @@ Método responsável em criar um timer para processar uma determinada função.
47
48
 
48
49
  #### Defined in
49
50
 
50
- src/utils/JSUtils.ts:16
51
+ src/utils/JSUtils.ts:21
51
52
 
52
53
  ___
53
54
 
@@ -73,7 +74,7 @@ A função com o debounce
73
74
 
74
75
  #### Defined in
75
76
 
76
- src/utils/JSUtils.ts:32
77
+ src/utils/JSUtils.ts:37
77
78
 
78
79
  ___
79
80
 
@@ -91,7 +92,7 @@ Método responsável em gerar um UUID.
91
92
 
92
93
  #### Defined in
93
94
 
94
- src/utils/JSUtils.ts:90
95
+ src/utils/JSUtils.ts:95
95
96
 
96
97
  ___
97
98
 
@@ -115,7 +116,7 @@ Método que verifica se uma string está encodada com base64.
115
116
 
116
117
  #### Defined in
117
118
 
118
- src/utils/JSUtils.ts:75
119
+ src/utils/JSUtils.ts:80
119
120
 
120
121
  ___
121
122
 
@@ -139,4 +140,24 @@ Método responsável em validar se um elemento HTML está com o ellipsis ativo.
139
140
 
140
141
  #### Defined in
141
142
 
142
- src/utils/JSUtils.ts:55
143
+ src/utils/JSUtils.ts:60
144
+
145
+ ___
146
+
147
+ ### isHiddenElement
148
+
149
+ ▸ `Static` **isHiddenElement**(`element`): `boolean`
150
+
151
+ #### Parameters
152
+
153
+ | Name | Type |
154
+ | :------ | :------ |
155
+ | `element` | `HTMLElement` |
156
+
157
+ #### Returns
158
+
159
+ `boolean`
160
+
161
+ #### Defined in
162
+
163
+ src/utils/JSUtils.ts:8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/core-docs",
3
- "version": "5.12.0-dev.1",
3
+ "version": "5.13.0-dev.1",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [