@sankhyalabs/core-docs 5.20.0-dev.5 → 5.20.0-dev.6

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 (78) hide show
  1. package/README.md +3 -1
  2. package/classes/ApplicationContext.md +31 -32
  3. package/classes/ArrayUtils.md +95 -83
  4. package/classes/AuthorizedServiceCaller.md +25 -34
  5. package/classes/Change.md +59 -74
  6. package/classes/DataUnit.md +1017 -1091
  7. package/classes/DataUnitAction.md +25 -42
  8. package/classes/DataUnitStorage.md +40 -43
  9. package/classes/DateUtils.md +133 -126
  10. package/classes/ElementIDUtils.md +123 -122
  11. package/classes/ErrorException.md +67 -88
  12. package/classes/ErrorTracking.md +20 -23
  13. package/classes/FieldComparator.md +35 -39
  14. package/classes/FloatingManager.md +195 -198
  15. package/classes/HTMLBuilder.md +14 -20
  16. package/classes/HttpProvider.md +45 -41
  17. package/classes/IDBRepository.md +179 -196
  18. package/classes/JSUtils.md +65 -66
  19. package/classes/KeyboardManager.md +95 -87
  20. package/classes/{MaskFormatter-1.md → MaskFormatter.md} +81 -120
  21. package/classes/NumberUtils.md +163 -152
  22. package/classes/ObjectUtils.md +66 -71
  23. package/classes/OnboardingUtils.md +36 -51
  24. package/classes/PromiseSync.md +25 -42
  25. package/classes/ReadyUtil.md +31 -41
  26. package/classes/RequestMetadata.md +29 -30
  27. package/classes/SearchUtils.md +18 -20
  28. package/classes/SelectionInfo.md +59 -74
  29. package/classes/SkwHttpProvider.md +33 -45
  30. package/classes/StringUtils.md +297 -322
  31. package/classes/TimeFormatter.md +43 -44
  32. package/classes/UserAgentUtils.md +17 -20
  33. package/classes/VersionUtils.md +15 -18
  34. package/classes/WaitingChangeException.md +63 -84
  35. package/classes/WarningException.md +67 -88
  36. package/enumerations/Action.md +297 -0
  37. package/enumerations/ChangeOperation.md +47 -0
  38. package/enumerations/DataType.md +57 -0
  39. package/enumerations/DependencyType.md +37 -0
  40. package/enumerations/SelectionMode.md +27 -0
  41. package/enumerations/SortMode.md +27 -0
  42. package/enumerations/UserInterface.md +177 -0
  43. package/functions/defaultDataLoader.md +25 -0
  44. package/{modules.md → globals.md} +17 -39
  45. package/interfaces/ChildDescriptor.md +12 -16
  46. package/interfaces/ChildLink.md +9 -12
  47. package/interfaces/DUActionInterceptor.md +10 -14
  48. package/interfaces/ExecutionContext.md +17 -32
  49. package/interfaces/FieldDescriptor.md +52 -66
  50. package/interfaces/Filter.md +13 -17
  51. package/interfaces/IElementIDInfo.md +11 -14
  52. package/interfaces/ILoadResult.md +11 -16
  53. package/interfaces/IRepository.md +88 -93
  54. package/interfaces/IRepositoryIndex.md +23 -30
  55. package/interfaces/LoadDataRequest.md +36 -45
  56. package/interfaces/LoadDataResponse.md +11 -14
  57. package/interfaces/PageRequest.md +16 -20
  58. package/interfaces/PaginationInfo.md +24 -31
  59. package/interfaces/PromiseSyncCallback.md +13 -17
  60. package/interfaces/QuickFilter.md +17 -21
  61. package/interfaces/Record.md +26 -33
  62. package/interfaces/SavedRecord.md +33 -41
  63. package/interfaces/Sort.md +12 -16
  64. package/interfaces/SortingProvider.md +10 -13
  65. package/interfaces/UnitMetadata.md +16 -21
  66. package/interfaces/WaitingChange.md +16 -20
  67. package/namespaces/MaskFormatter/README.md +17 -0
  68. package/namespaces/MaskFormatter/type-aliases/MaskCharacter.md +13 -0
  69. package/namespaces/MaskFormatter/variables/MaskCharacter.md +13 -0
  70. package/package.json +1 -1
  71. package/enums/Action.md +0 -305
  72. package/enums/ChangeOperation.md +0 -52
  73. package/enums/DataType.md +0 -63
  74. package/enums/DependencyType.md +0 -41
  75. package/enums/SelectionMode.md +0 -30
  76. package/enums/SortMode.md +0 -30
  77. package/enums/UserInterface.md +0 -195
  78. package/modules/MaskFormatter.md +0 -37
@@ -1,175 +1,150 @@
1
- [@sankhyalabs/core](../README.md) / [Exports](../modules.md) / FloatingManager
1
+ [**@sankhyalabs/core**](../README.md) **Docs**
2
+
3
+ ***
4
+
5
+ [@sankhyalabs/core](../globals.md) / FloatingManager
2
6
 
3
7
  # Class: FloatingManager
4
8
 
5
9
  `FloatingManager`: Gerenciador de elementos flutuantes na tela.
6
10
 
7
- ## Table of contents
8
-
9
- ### Constructors
10
-
11
- - [constructor](FloatingManager.md#constructor)
12
-
13
- ### Properties
14
-
15
- - [DATA\_OLD\_ZINDEX\_ATTRIBUTE\_NAME](FloatingManager.md#data_old_zindex_attribute_name)
16
- - [MODAL\_DEFAULT\_CLASSNAME](FloatingManager.md#modal_default_classname)
17
- - [MODAL\_ELEMENT\_ID](FloatingManager.md#modal_element_id)
18
- - [STYLE\_ELEMENT\_ID](FloatingManager.md#style_element_id)
19
- - [entries](FloatingManager.md#entries)
20
- - [initialized](FloatingManager.md#initialized)
21
- - [overlayElements](FloatingManager.md#overlayelements)
22
-
23
- ### Methods
24
-
25
- - [applyStyle](FloatingManager.md#applystyle)
26
- - [close](FloatingManager.md#close)
27
- - [closeAll](FloatingManager.md#closeall)
28
- - [createOrUpdatOverlay](FloatingManager.md#createorupdatoverlay)
29
- - [createStyleElement](FloatingManager.md#createstyleelement)
30
- - [doClose](FloatingManager.md#doclose)
31
- - [float](FloatingManager.md#float)
32
- - [getCSSPropertyValue](FloatingManager.md#getcsspropertyvalue)
33
- - [getFloatIndex](FloatingManager.md#getfloatindex)
34
- - [getHighestZIndex](FloatingManager.md#gethighestzindex)
35
- - [handleDocumentEvent](FloatingManager.md#handledocumentevent)
36
- - [handleKeyboardEvent](FloatingManager.md#handlekeyboardevent)
37
- - [hideOverlay](FloatingManager.md#hideoverlay)
38
- - [init](FloatingManager.md#init)
39
- - [innerClick](FloatingManager.md#innerclick)
40
- - [isFloating](FloatingManager.md#isfloating)
41
- - [showOverlay](FloatingManager.md#showoverlay)
42
- - [subscribeOverlayControl](FloatingManager.md#subscribeoverlaycontrol)
43
- - [unsubscribeOverlayControl](FloatingManager.md#unsubscribeoverlaycontrol)
44
- - [updateFloatPosition](FloatingManager.md#updatefloatposition)
45
-
46
11
  ## Constructors
47
12
 
48
- ### constructor
13
+ ### new FloatingManager()
14
+
15
+ > **new FloatingManager**(): [`FloatingManager`](FloatingManager.md)
16
+
17
+ #### Returns
49
18
 
50
- • **new FloatingManager**()
19
+ [`FloatingManager`](FloatingManager.md)
51
20
 
52
21
  ## Properties
53
22
 
54
23
  ### DATA\_OLD\_ZINDEX\_ATTRIBUTE\_NAME
55
24
 
56
- `Static` **DATA\_OLD\_ZINDEX\_ATTRIBUTE\_NAME**: `string` = `"data-old-zindex"`
25
+ > `static` **DATA\_OLD\_ZINDEX\_ATTRIBUTE\_NAME**: `string` = `"data-old-zindex"`
57
26
 
58
- #### Defined in
27
+ #### Source
59
28
 
60
29
  src/ui/FloatingManager.ts:70
61
30
 
62
- ___
31
+ ***
63
32
 
64
33
  ### MODAL\_DEFAULT\_CLASSNAME
65
34
 
66
- `Static` **MODAL\_DEFAULT\_CLASSNAME**: `string` = `"FloatingManager__modal"`
35
+ > `static` **MODAL\_DEFAULT\_CLASSNAME**: `string` = `"FloatingManager__modal"`
67
36
 
68
- #### Defined in
37
+ #### Source
69
38
 
70
39
  src/ui/FloatingManager.ts:67
71
40
 
72
- ___
41
+ ***
73
42
 
74
43
  ### MODAL\_ELEMENT\_ID
75
44
 
76
- `Static` **MODAL\_ELEMENT\_ID**: `string` = `"FloatingManager__overlay"`
45
+ > `static` **MODAL\_ELEMENT\_ID**: `string` = `"FloatingManager__overlay"`
77
46
 
78
- #### Defined in
47
+ #### Source
79
48
 
80
49
  src/ui/FloatingManager.ts:68
81
50
 
82
- ___
51
+ ***
83
52
 
84
53
  ### STYLE\_ELEMENT\_ID
85
54
 
86
- `Static` **STYLE\_ELEMENT\_ID**: `string` = `"FloatingManager__style"`
55
+ > `static` **STYLE\_ELEMENT\_ID**: `string` = `"FloatingManager__style"`
87
56
 
88
- #### Defined in
57
+ #### Source
89
58
 
90
59
  src/ui/FloatingManager.ts:69
91
60
 
92
- ___
61
+ ***
93
62
 
94
63
  ### entries
95
64
 
96
- `Static` `Private` **entries**: `FloatingEntry`[]
65
+ > `static` `private` **entries**: `FloatingEntry`[]
97
66
 
98
- #### Defined in
67
+ #### Source
99
68
 
100
69
  src/ui/FloatingManager.ts:73
101
70
 
102
- ___
71
+ ***
103
72
 
104
73
  ### initialized
105
74
 
106
- `Static` `Private` **initialized**: `boolean`
75
+ > `static` `private` **initialized**: `boolean`
107
76
 
108
- #### Defined in
77
+ #### Source
109
78
 
110
79
  src/ui/FloatingManager.ts:72
111
80
 
112
- ___
81
+ ***
113
82
 
114
83
  ### overlayElements
115
84
 
116
- `Static` `Private` **overlayElements**: `HTMLElement`[] = `[]`
85
+ > `static` `private` **overlayElements**: `HTMLElement`[] = `[]`
117
86
 
118
- #### Defined in
87
+ #### Source
119
88
 
120
89
  src/ui/FloatingManager.ts:74
121
90
 
122
91
  ## Methods
123
92
 
124
- ### applyStyle
93
+ ### applyStyle()
125
94
 
126
- `Static` `Private` **applyStyle**(`element`, `propertyName`, `value?`): `void`
95
+ > `static` `private` **applyStyle**(`element`, `propertyName`, `value`?): `void`
127
96
 
128
97
  Adiciona uma propriedade CSS em um elemento HTML.
129
98
 
130
99
  #### Parameters
131
100
 
132
- | Name | Type | Description |
133
- | :------ | :------ | :------ |
134
- | `element` | `HTMLElement` | Elemento HTML que será modificado. |
135
- | `propertyName` | `string` | Nome da propriedade CSS que será adicionada. |
136
- | `value?` | `string` | Valor da propriedade adicionada. |
101
+ **element**: `HTMLElement`
102
+
103
+ Elemento HTML que será modificado.
104
+
105
+ **propertyName**: `string`
106
+
107
+ Nome da propriedade CSS que será adicionada.
108
+
109
+ • **value?**: `string`
110
+
111
+ Valor da propriedade adicionada.
137
112
 
138
113
  #### Returns
139
114
 
140
115
  `void`
141
116
 
142
- #### Defined in
117
+ #### Source
143
118
 
144
119
  src/ui/FloatingManager.ts:179
145
120
 
146
- ___
121
+ ***
147
122
 
148
- ### close
123
+ ### close()
149
124
 
150
- `Static` **close**(`id`): `void`
125
+ > `static` **close**(`id`): `void`
151
126
 
152
127
  Fecha elemento flutuante da tela.
153
128
 
154
129
  #### Parameters
155
130
 
156
- | Name | Type | Description |
157
- | :------ | :------ | :------ |
158
- | `id` | `number` | Índice do elemento desejado. |
131
+ **id**: `number`
132
+
133
+ Índice do elemento desejado.
159
134
 
160
135
  #### Returns
161
136
 
162
137
  `void`
163
138
 
164
- #### Defined in
139
+ #### Source
165
140
 
166
141
  src/ui/FloatingManager.ts:374
167
142
 
168
- ___
143
+ ***
169
144
 
170
- ### closeAll
145
+ ### closeAll()
171
146
 
172
- `Static` **closeAll**(): `void`
147
+ > `static` **closeAll**(): `void`
173
148
 
174
149
  Fecha todos os elemento flutuante da tela.
175
150
 
@@ -177,23 +152,23 @@ Fecha todos os elemento flutuante da tela.
177
152
 
178
153
  `void`
179
154
 
180
- #### Defined in
155
+ #### Source
181
156
 
182
157
  src/ui/FloatingManager.ts:383
183
158
 
184
- ___
159
+ ***
185
160
 
186
- ### createOrUpdatOverlay
161
+ ### createOrUpdatOverlay()
187
162
 
188
- `Static` `Private` **createOrUpdatOverlay**(`className?`): `HTMLDivElement`
163
+ > `static` `private` **createOrUpdatOverlay**(`className`): `HTMLDivElement`
189
164
 
190
165
  Cria ou atualiza o elemento de sobreposição.
191
166
 
192
167
  #### Parameters
193
168
 
194
- | Name | Type | Default value | Description |
195
- | :------ | :------ | :------ | :------ |
196
- | `className` | `string` | `FloatingManager.MODAL_DEFAULT_CLASSNAME` | Classe CSS que será adicionada ao modal. |
169
+ **className**: `string`= `FloatingManager.MODAL_DEFAULT_CLASSNAME`
170
+
171
+ Classe CSS que será adicionada ao modal.
197
172
 
198
173
  #### Returns
199
174
 
@@ -201,15 +176,15 @@ Cria ou atualiza o elemento de sobreposição.
201
176
 
202
177
  - O elemento atualizado.
203
178
 
204
- #### Defined in
179
+ #### Source
205
180
 
206
181
  src/ui/FloatingManager.ts:297
207
182
 
208
- ___
183
+ ***
209
184
 
210
- ### createStyleElement
185
+ ### createStyleElement()
211
186
 
212
- `Static` `Private` **createStyleElement**(): `void`
187
+ > `static` `private` **createStyleElement**(): `void`
213
188
 
214
189
  Cria elemento de estilo.
215
190
  Elemento que define o estilo padrão do elemento de sobreposição.
@@ -218,50 +193,65 @@ Elemento que define o estilo padrão do elemento de sobreposição.
218
193
 
219
194
  `void`
220
195
 
221
- #### Defined in
196
+ #### Source
222
197
 
223
198
  src/ui/FloatingManager.ts:324
224
199
 
225
- ___
200
+ ***
226
201
 
227
- ### doClose
202
+ ### doClose()
228
203
 
229
- `Static` `Private` **doClose**(`id`, `entry`, `target?`, `event?`): `void`
204
+ > `static` `private` **doClose**(`id`, `entry`, `target`?, `event`?): `void`
230
205
 
231
206
  Fecha uma entrada flutuante (FloatingManager).
232
207
 
233
208
  #### Parameters
234
209
 
235
- | Name | Type | Description |
236
- | :------ | :------ | :------ |
237
- | `id` | `number` | Código da entrada que se deseja encerrar. |
238
- | `entry` | `FloatingEntry` | FloatingManager. |
239
- | `target?` | `HTMLElement` | Elemento HTML referente. |
240
- | `event?` | `Event` | Evento específico que será verificado, como clique do mouse. |
210
+ **id**: `number`
211
+
212
+ Código da entrada que se deseja encerrar.
213
+
214
+ **entry**: `FloatingEntry`
215
+
216
+ FloatingManager.
217
+
218
+ • **target?**: `HTMLElement`
219
+
220
+ Elemento HTML referente.
221
+
222
+ • **event?**: `Event`
223
+
224
+ Evento específico que será verificado, como clique do mouse.
241
225
 
242
226
  #### Returns
243
227
 
244
228
  `void`
245
229
 
246
- #### Defined in
230
+ #### Source
247
231
 
248
232
  src/ui/FloatingManager.ts:116
249
233
 
250
- ___
234
+ ***
251
235
 
252
- ### float
236
+ ### float()
253
237
 
254
- `Static` **float**(`content`, `parent`, `options?`): `number`
238
+ > `static` **float**(`content`, `parent`, `options`): `number`
255
239
 
256
240
  Cria e exibe um novo item no FloatingManager.
257
241
 
258
242
  #### Parameters
259
243
 
260
- | Name | Type | Description |
261
- | :------ | :------ | :------ |
262
- | `content` | `HTMLElement` | Elemento HTML que será criado. |
263
- | `parent` | `HTMLElement` | Elemento HTML que será o pai do item a ser criado. |
264
- | `options` | `FloatingOptions` | Opções de configuração a serem adicionadas. |
244
+ **content**: `HTMLElement`
245
+
246
+ Elemento HTML que será criado.
247
+
248
+ **parent**: `HTMLElement`
249
+
250
+ Elemento HTML que será o pai do item a ser criado.
251
+
252
+ • **options**: `FloatingOptions`= `undefined`
253
+
254
+ Opções de configuração a serem adicionadas.
265
255
 
266
256
  #### Returns
267
257
 
@@ -269,45 +259,47 @@ Cria e exibe um novo item no FloatingManager.
269
259
 
270
260
  - ID do novo item criado.
271
261
 
272
- #### Defined in
262
+ #### Source
273
263
 
274
264
  src/ui/FloatingManager.ts:228
275
265
 
276
- ___
266
+ ***
277
267
 
278
- ### getCSSPropertyValue
268
+ ### getCSSPropertyValue()
279
269
 
280
- `Static` `Private` **getCSSPropertyValue**(`element`, `property`): `string`
270
+ > `static` `private` **getCSSPropertyValue**(`element`, `property`): `string`
281
271
 
282
272
  #### Parameters
283
273
 
284
- | Name | Type |
285
- | :------ | :------ |
286
- | `element` | `HTMLElement` |
287
- | `property` | `string` |
274
+ **element**: `HTMLElement`
275
+
276
+ **property**: `string`
288
277
 
289
278
  #### Returns
290
279
 
291
280
  `string`
292
281
 
293
- #### Defined in
282
+ #### Source
294
283
 
295
284
  src/ui/FloatingManager.ts:422
296
285
 
297
- ___
286
+ ***
298
287
 
299
- ### getFloatIndex
288
+ ### getFloatIndex()
300
289
 
301
- `Static` `Private` **getFloatIndex**(`content`, `parent`): `number`
290
+ > `static` `private` **getFloatIndex**(`content`, `parent`): `number`
302
291
 
303
292
  Obtém o índice do FloatingManager do Elemento HMTL desejado.
304
293
 
305
294
  #### Parameters
306
295
 
307
- | Name | Type | Description |
308
- | :------ | :------ | :------ |
309
- | `content` | `HTMLElement` | Elemento a ser buscado. |
310
- | `parent` | `HTMLElement` | Elemento pai do content a ser buscado. |
296
+ **content**: `HTMLElement`
297
+
298
+ Elemento a ser buscado.
299
+
300
+ • **parent**: `HTMLElement`
301
+
302
+ Elemento pai do content a ser buscado.
311
303
 
312
304
  #### Returns
313
305
 
@@ -315,73 +307,73 @@ Obtém o índice do FloatingManager do Elemento HMTL desejado.
315
307
 
316
308
  - Índice do elemento informado.
317
309
 
318
- #### Defined in
310
+ #### Source
319
311
 
320
312
  src/ui/FloatingManager.ts:193
321
313
 
322
- ___
314
+ ***
323
315
 
324
- ### getHighestZIndex
316
+ ### getHighestZIndex()
325
317
 
326
- `Static` `Private` **getHighestZIndex**(): `number`
318
+ > `static` `private` **getHighestZIndex**(): `number`
327
319
 
328
320
  #### Returns
329
321
 
330
322
  `number`
331
323
 
332
- #### Defined in
324
+ #### Source
333
325
 
334
326
  src/ui/FloatingManager.ts:426
335
327
 
336
- ___
328
+ ***
337
329
 
338
- ### handleDocumentEvent
330
+ ### handleDocumentEvent()
339
331
 
340
- `Static` `Private` **handleDocumentEvent**(`event`): `void`
332
+ > `static` `private` **handleDocumentEvent**(`event`): `void`
341
333
 
342
334
  Fecha todas as FloatingManagers abertas.
343
335
 
344
336
  #### Parameters
345
337
 
346
- | Name | Type | Description |
347
- | :------ | :------ | :------ |
348
- | `event` | `Event` | Evento ocorrido, como clique do mouse, por exemplo. |
338
+ **event**: `Event`
339
+
340
+ Evento ocorrido, como clique do mouse, por exemplo.
349
341
 
350
342
  #### Returns
351
343
 
352
344
  `void`
353
345
 
354
- #### Defined in
346
+ #### Source
355
347
 
356
348
  src/ui/FloatingManager.ts:143
357
349
 
358
- ___
350
+ ***
359
351
 
360
- ### handleKeyboardEvent
352
+ ### handleKeyboardEvent()
361
353
 
362
- `Static` `Private` **handleKeyboardEvent**(`event`): `void`
354
+ > `static` `private` **handleKeyboardEvent**(`event`): `void`
363
355
 
364
356
  Captura eventos de teclado para manipular os elementos flutuantes via eventos da tecla pressionada.
365
357
 
366
358
  #### Parameters
367
359
 
368
- | Name | Type | Description |
369
- | :------ | :------ | :------ |
370
- | `event` | `KeyboardEvent` | Evento de teclado. |
360
+ **event**: `KeyboardEvent`
361
+
362
+ Evento de teclado.
371
363
 
372
364
  #### Returns
373
365
 
374
366
  `void`
375
367
 
376
- #### Defined in
368
+ #### Source
377
369
 
378
370
  src/ui/FloatingManager.ts:157
379
371
 
380
- ___
372
+ ***
381
373
 
382
- ### hideOverlay
374
+ ### hideOverlay()
383
375
 
384
- `Static` `Private` **hideOverlay**(): `void`
376
+ > `static` `private` **hideOverlay**(): `void`
385
377
 
386
378
  Desfaz o desfoque/overlay dos elementos na tela.
387
379
 
@@ -389,15 +381,15 @@ Desfaz o desfoque/overlay dos elementos na tela.
389
381
 
390
382
  `void`
391
383
 
392
- #### Defined in
384
+ #### Source
393
385
 
394
386
  src/ui/FloatingManager.ts:274
395
387
 
396
- ___
388
+ ***
397
389
 
398
- ### init
390
+ ### init()
399
391
 
400
- `Static` `Private` **init**(): `void`
392
+ > `static` `private` **init**(): `void`
401
393
 
402
394
  Inicializa a classe FloatingManager.
403
395
 
@@ -405,46 +397,45 @@ Inicializa a classe FloatingManager.
405
397
 
406
398
  `void`
407
399
 
408
- #### Defined in
400
+ #### Source
409
401
 
410
402
  src/ui/FloatingManager.ts:82
411
403
 
412
- ___
404
+ ***
413
405
 
414
- ### innerClick
406
+ ### innerClick()
415
407
 
416
- `Static` `Private` **innerClick**(`container`, `node`): `boolean`
408
+ > `static` `private` **innerClick**(`container`, `node`): `boolean`
417
409
 
418
410
  Retorna se o elemento clicado possui elementos internos.
419
411
 
420
412
  #### Parameters
421
413
 
422
- | Name | Type |
423
- | :------ | :------ |
424
- | `container` | `HTMLElement` |
425
- | `node` | `HTMLElement` |
414
+ **container**: `HTMLElement`
415
+
416
+ **node**: `HTMLElement`
426
417
 
427
418
  #### Returns
428
419
 
429
420
  `boolean`
430
421
 
431
- #### Defined in
422
+ #### Source
432
423
 
433
424
  src/ui/FloatingManager.ts:94
434
425
 
435
- ___
426
+ ***
436
427
 
437
- ### isFloating
428
+ ### isFloating()
438
429
 
439
- `Static` **isFloating**(`id`): `boolean`
430
+ > `static` **isFloating**(`id`): `boolean`
440
431
 
441
432
  Retorna se uma entrada flutuante existe.
442
433
 
443
434
  #### Parameters
444
435
 
445
- | Name | Type | Description |
446
- | :------ | :------ | :------ |
447
- | `id` | `number` | Índice para ser verificado no FloatingManager. |
436
+ **id**: `number`
437
+
438
+ Índice para ser verificado no FloatingManager.
448
439
 
449
440
  #### Returns
450
441
 
@@ -452,45 +443,45 @@ Retorna se uma entrada flutuante existe.
452
443
 
453
444
  - Verdadeiro se existir.
454
445
 
455
- #### Defined in
446
+ #### Source
456
447
 
457
448
  src/ui/FloatingManager.ts:213
458
449
 
459
- ___
450
+ ***
460
451
 
461
- ### showOverlay
452
+ ### showOverlay()
462
453
 
463
- `Static` `Private` **showOverlay**(`options`): `void`
454
+ > `static` `private` **showOverlay**(`options`): `void`
464
455
 
465
456
  Aplica o desfoque na página se o elemento possuir essa option ativada.
466
457
 
467
458
  #### Parameters
468
459
 
469
- | Name | Type | Description |
470
- | :------ | :------ | :------ |
471
- | `options` | `FloatingOptions` | Configurações que serão utilizadas no elemento. |
460
+ **options**: `FloatingOptions`
461
+
462
+ Configurações que serão utilizadas no elemento.
472
463
 
473
464
  #### Returns
474
465
 
475
466
  `void`
476
467
 
477
- #### Defined in
468
+ #### Source
478
469
 
479
470
  src/ui/FloatingManager.ts:262
480
471
 
481
- ___
472
+ ***
482
473
 
483
- ### subscribeOverlayControl
474
+ ### subscribeOverlayControl()
484
475
 
485
- `Static` **subscribeOverlayControl**(`item`): `undefined` \| `number`
476
+ > `static` **subscribeOverlayControl**(`item`): `undefined` \| `number`
486
477
 
487
478
  Controle a sobreposição do elemento
488
479
 
489
480
  #### Parameters
490
481
 
491
- | Name | Type | Description |
492
- | :------ | :------ | :------ |
493
- | `item` | `HTMLElement` | Elemento HTML que será manipulado |
482
+ **item**: `HTMLElement`
483
+
484
+ Elemento HTML que será manipulado
494
485
 
495
486
  #### Returns
496
487
 
@@ -498,50 +489,56 @@ Controle a sobreposição do elemento
498
489
 
499
490
  - O ID do elemento na lista de controle
500
491
 
501
- #### Defined in
492
+ #### Source
502
493
 
503
494
  src/ui/FloatingManager.ts:397
504
495
 
505
- ___
496
+ ***
506
497
 
507
- ### unsubscribeOverlayControl
498
+ ### unsubscribeOverlayControl()
508
499
 
509
- `Static` **unsubscribeOverlayControl**(`identifier`): `void`
500
+ > `static` **unsubscribeOverlayControl**(`identifier`): `void`
510
501
 
511
502
  #### Parameters
512
503
 
513
- | Name | Type | Description |
514
- | :------ | :------ | :------ |
515
- | `identifier` | `number` \| `HTMLElement` | Elemento HTML ou ID do item que será removido do controle de sobreposição |
504
+ **identifier**: `number` \| `HTMLElement`
505
+
506
+ Elemento HTML ou ID do item que será removido do controle de sobreposição
516
507
 
517
508
  #### Returns
518
509
 
519
510
  `void`
520
511
 
521
- #### Defined in
512
+ #### Source
522
513
 
523
514
  src/ui/FloatingManager.ts:412
524
515
 
525
- ___
516
+ ***
526
517
 
527
- ### updateFloatPosition
518
+ ### updateFloatPosition()
528
519
 
529
- `Static` **updateFloatPosition**(`content`, `parent`, `options?`): `void`
520
+ > `static` **updateFloatPosition**(`content`, `parent`, `options`): `void`
530
521
 
531
522
  Atualiza posição de um elemento que já está em tela.
532
523
 
533
524
  #### Parameters
534
525
 
535
- | Name | Type | Description |
536
- | :------ | :------ | :------ |
537
- | `content` | `HTMLElement` | Elemento HTML que será atualizado. |
538
- | `parent` | `HTMLElement` | Elemento pai do content passado. |
539
- | `options` | `FloatingOptions` | Novas opções desejadas. |
526
+ **content**: `HTMLElement`
527
+
528
+ Elemento HTML que será atualizado.
529
+
530
+ **parent**: `HTMLElement`
531
+
532
+ Elemento pai do content passado.
533
+
534
+ • **options**: `FloatingOptions`= `undefined`
535
+
536
+ Novas opções desejadas.
540
537
 
541
538
  #### Returns
542
539
 
543
540
  `void`
544
541
 
545
- #### Defined in
542
+ #### Source
546
543
 
547
544
  src/ui/FloatingManager.ts:356