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

Sign up to get free protection for your applications and to get access to all the features.
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,66 +1,59 @@
1
- [@sankhyalabs/core](../README.md) / [Exports](../modules.md) / IRepositoryIndex
1
+ [**@sankhyalabs/core**](../README.md) **Docs**
2
2
 
3
- # Interface: IRepositoryIndex
4
-
5
- ## Hierarchy
6
-
7
- - `IDBIndexParameters`
3
+ ***
8
4
 
9
- **`IRepositoryIndex`**
5
+ [@sankhyalabs/core](../globals.md) / IRepositoryIndex
10
6
 
11
- ## Table of contents
7
+ # Interface: IRepositoryIndex
12
8
 
13
- ### Properties
9
+ ## Extends
14
10
 
15
- - [multiEntry](IRepositoryIndex.md#multientry)
16
- - [name](IRepositoryIndex.md#name)
17
- - [path](IRepositoryIndex.md#path)
18
- - [unique](IRepositoryIndex.md#unique)
11
+ - `IDBIndexParameters`
19
12
 
20
13
  ## Properties
21
14
 
22
- ### multiEntry
15
+ ### multiEntry?
23
16
 
24
- `Optional` **multiEntry**: `boolean`
17
+ > `optional` **multiEntry**: `boolean`
25
18
 
26
19
  #### Inherited from
27
20
 
28
- IDBIndexParameters.multiEntry
21
+ `IDBIndexParameters.multiEntry`
29
22
 
30
- #### Defined in
23
+ #### Source
31
24
 
32
- node_modules/typescript/lib/lib.dom.d.ts:583
25
+ node\_modules/typescript/lib/lib.dom.d.ts:583
33
26
 
34
- ___
27
+ ***
35
28
 
36
29
  ### name
37
30
 
38
- **name**: `string`
31
+ > **name**: `string`
39
32
 
40
- #### Defined in
33
+ #### Source
41
34
 
42
35
  src/repository/indexeddb/IRepositoryIndex.ts:2
43
36
 
44
- ___
37
+ ***
45
38
 
46
39
  ### path
47
40
 
48
- **path**: `string`
41
+ > **path**: `string`
49
42
 
50
- #### Defined in
43
+ #### Source
51
44
 
52
45
  src/repository/indexeddb/IRepositoryIndex.ts:3
53
46
 
54
- ___
47
+ ***
55
48
 
56
- ### unique
49
+ ### unique?
57
50
 
58
- `Optional` **unique**: `boolean`
51
+ > `optional` **unique**: `boolean`
59
52
 
60
53
  #### Inherited from
61
54
 
62
- IDBIndexParameters.unique
55
+ `IDBIndexParameters.unique`
63
56
 
64
- #### Defined in
57
+ #### Source
65
58
 
66
- node_modules/typescript/lib/lib.dom.d.ts:584
59
+ node\_modules/typescript/lib/lib.dom.d.ts:584
@@ -1,114 +1,105 @@
1
- [@sankhyalabs/core](../README.md) / [Exports](../modules.md) / LoadDataRequest
1
+ [**@sankhyalabs/core**](../README.md) **Docs**
2
2
 
3
- # Interface: LoadDataRequest
4
-
5
- Atributos enviados na requisição de carregamento dos registros
3
+ ***
6
4
 
7
- ## Table of contents
5
+ [@sankhyalabs/core](../globals.md) / LoadDataRequest
8
6
 
9
- ### Properties
7
+ # Interface: LoadDataRequest
10
8
 
11
- - [filters](LoadDataRequest.md#filters)
12
- - [keepSelection](LoadDataRequest.md#keepselection)
13
- - [limit](LoadDataRequest.md#limit)
14
- - [offset](LoadDataRequest.md#offset)
15
- - [parentRecordId](LoadDataRequest.md#parentrecordid)
16
- - [quickFilter](LoadDataRequest.md#quickfilter)
17
- - [sort](LoadDataRequest.md#sort)
18
- - [source](LoadDataRequest.md#source)
9
+ Atributos enviados na requisição de carregamento dos registros
19
10
 
20
11
  ## Properties
21
12
 
22
- ### filters
13
+ ### filters?
23
14
 
24
- `Optional` **filters**: [`Filter`](Filter.md)[]
15
+ > `optional` **filters**: [`Filter`](Filter.md)[]
25
16
 
26
17
  Filtros
27
18
 
28
- #### Defined in
19
+ #### Source
29
20
 
30
21
  src/dataunit/loading/LoadDataRequest.ts:19
31
22
 
32
- ___
23
+ ***
33
24
 
34
- ### keepSelection
25
+ ### keepSelection?
35
26
 
36
- `Optional` **keepSelection**: `boolean`
27
+ > `optional` **keepSelection**: `boolean`
37
28
 
38
29
  Na navegação de páginas devemos manter a seleção
39
30
 
40
- #### Defined in
31
+ #### Source
41
32
 
42
33
  src/dataunit/loading/LoadDataRequest.ts:28
43
34
 
44
- ___
35
+ ***
45
36
 
46
- ### limit
37
+ ### limit?
47
38
 
48
- `Optional` **limit**: `number`
39
+ > `optional` **limit**: `number`
49
40
 
50
41
  Quantidade de registros que será retornado
51
42
 
52
- #### Defined in
43
+ #### Source
53
44
 
54
45
  src/dataunit/loading/LoadDataRequest.ts:13
55
46
 
56
- ___
47
+ ***
57
48
 
58
- ### offset
49
+ ### offset?
59
50
 
60
- `Optional` **offset**: `number`
51
+ > `optional` **offset**: `number`
61
52
 
62
53
  Indice inicial dos registros que será retornado
63
54
 
64
- #### Defined in
55
+ #### Source
65
56
 
66
57
  src/dataunit/loading/LoadDataRequest.ts:10
67
58
 
68
- ___
59
+ ***
69
60
 
70
- ### parentRecordId
61
+ ### parentRecordId?
71
62
 
72
- `Optional` **parentRecordId**: `string`
63
+ > `optional` **parentRecordId**: `string`
73
64
 
74
65
  Info parent
75
66
 
76
- #### Defined in
67
+ #### Source
77
68
 
78
69
  src/dataunit/loading/LoadDataRequest.ts:25
79
70
 
80
- ___
71
+ ***
81
72
 
82
- ### quickFilter
73
+ ### quickFilter?
83
74
 
84
- `Optional` **quickFilter**: [`QuickFilter`](QuickFilter.md)
75
+ > `optional` **quickFilter**: [`QuickFilter`](QuickFilter.md)
85
76
 
86
77
  Filtro rápido
87
78
 
88
- #### Defined in
79
+ #### Source
89
80
 
90
81
  src/dataunit/loading/LoadDataRequest.ts:16
91
82
 
92
- ___
83
+ ***
93
84
 
94
- ### sort
85
+ ### sort?
95
86
 
96
- `Optional` **sort**: [`Sort`](Sort.md)[]
87
+ > `optional` **sort**: [`Sort`](Sort.md)[]
97
88
 
98
89
  Ordenação dos resultados
99
90
 
100
- #### Defined in
91
+ #### Source
101
92
 
102
93
  src/dataunit/loading/LoadDataRequest.ts:22
103
94
 
104
- ___
95
+ ***
105
96
 
106
- ### source
97
+ ### source?
107
98
 
108
- `Optional` **source**: `String`
99
+ > `optional` **source**: `String`
109
100
 
110
101
  De onde partiu o refresh. Por padrão a fonte não é identificada
111
102
 
112
- #### Defined in
103
+ #### Source
113
104
 
114
105
  src/dataunit/loading/LoadDataRequest.ts:7
@@ -1,36 +1,33 @@
1
- [@sankhyalabs/core](../README.md) / [Exports](../modules.md) / LoadDataResponse
1
+ [**@sankhyalabs/core**](../README.md) **Docs**
2
2
 
3
- # Interface: LoadDataResponse
4
-
5
- Retorno dos registros da requisição de carregamento de dados
3
+ ***
6
4
 
7
- ## Table of contents
5
+ [@sankhyalabs/core](../globals.md) / LoadDataResponse
8
6
 
9
- ### Properties
7
+ # Interface: LoadDataResponse
10
8
 
11
- - [paginationInfo](LoadDataResponse.md#paginationinfo)
12
- - [records](LoadDataResponse.md#records)
9
+ Retorno dos registros da requisição de carregamento de dados
13
10
 
14
11
  ## Properties
15
12
 
16
- ### paginationInfo
13
+ ### paginationInfo?
17
14
 
18
- `Optional` **paginationInfo**: [`PaginationInfo`](PaginationInfo.md)
15
+ > `optional` **paginationInfo**: [`PaginationInfo`](PaginationInfo.md)
19
16
 
20
17
  Informações da paginação
21
18
 
22
- #### Defined in
19
+ #### Source
23
20
 
24
21
  src/dataunit/loading/LoadDataResponse.ts:10
25
22
 
26
- ___
23
+ ***
27
24
 
28
25
  ### records
29
26
 
30
- **records**: [`Record`](Record.md)[]
27
+ > **records**: [`Record`](Record.md)[]
31
28
 
32
29
  Registros retornados na requisição
33
30
 
34
- #### Defined in
31
+ #### Source
35
32
 
36
33
  src/dataunit/loading/LoadDataResponse.ts:7
@@ -1,41 +1,37 @@
1
- [@sankhyalabs/core](../README.md) / [Exports](../modules.md) / PageRequest
1
+ [**@sankhyalabs/core**](../README.md) **Docs**
2
2
 
3
- # Interface: PageRequest
4
-
5
- ## Table of contents
3
+ ***
6
4
 
7
- ### Properties
5
+ [@sankhyalabs/core](../globals.md) / PageRequest
8
6
 
9
- - [limit](PageRequest.md#limit)
10
- - [offset](PageRequest.md#offset)
11
- - [quickFilter](PageRequest.md#quickfilter)
7
+ # Interface: PageRequest
12
8
 
13
9
  ## Properties
14
10
 
15
11
  ### limit
16
12
 
17
- **limit**: `number`
13
+ > **limit**: `number`
18
14
 
19
- #### Defined in
15
+ #### Source
20
16
 
21
- src/dataunit/DataUnit.ts:1848
17
+ src/dataunit/DataUnit.ts:1882
22
18
 
23
- ___
19
+ ***
24
20
 
25
21
  ### offset
26
22
 
27
- **offset**: `number`
23
+ > **offset**: `number`
28
24
 
29
- #### Defined in
25
+ #### Source
30
26
 
31
- src/dataunit/DataUnit.ts:1849
27
+ src/dataunit/DataUnit.ts:1883
32
28
 
33
- ___
29
+ ***
34
30
 
35
- ### quickFilter
31
+ ### quickFilter?
36
32
 
37
- `Optional` **quickFilter**: [`QuickFilter`](QuickFilter.md)
33
+ > `optional` **quickFilter**: [`QuickFilter`](QuickFilter.md)
38
34
 
39
- #### Defined in
35
+ #### Source
40
36
 
41
- src/dataunit/DataUnit.ts:1850
37
+ src/dataunit/DataUnit.ts:1884
@@ -1,88 +1,81 @@
1
- [@sankhyalabs/core](../README.md) / [Exports](../modules.md) / PaginationInfo
1
+ [**@sankhyalabs/core**](../README.md) **Docs**
2
2
 
3
- # Interface: PaginationInfo
4
-
5
- Informações da paginação retornada na requisição de carregamento de registros
3
+ ***
6
4
 
7
- ## Table of contents
5
+ [@sankhyalabs/core](../globals.md) / PaginationInfo
8
6
 
9
- ### Properties
7
+ # Interface: PaginationInfo
10
8
 
11
- - [count](PaginationInfo.md#count)
12
- - [currentPage](PaginationInfo.md#currentpage)
13
- - [firstRecord](PaginationInfo.md#firstrecord)
14
- - [hasMore](PaginationInfo.md#hasmore)
15
- - [lastRecord](PaginationInfo.md#lastrecord)
16
- - [total](PaginationInfo.md#total)
9
+ Informações da paginação retornada na requisição de carregamento de registros
17
10
 
18
11
  ## Properties
19
12
 
20
- ### count
13
+ ### count?
21
14
 
22
- `Optional` **count**: `number`
15
+ > `optional` **count**: `number`
23
16
 
24
17
  Quantidade de registros carregados até o momento
25
18
 
26
- #### Defined in
19
+ #### Source
27
20
 
28
21
  src/dataunit/loading/PaginationInfo.ts:17
29
22
 
30
- ___
23
+ ***
31
24
 
32
25
  ### currentPage
33
26
 
34
- **currentPage**: `number`
27
+ > **currentPage**: `number`
35
28
 
36
29
  Página atual
37
30
 
38
- #### Defined in
31
+ #### Source
39
32
 
40
33
  src/dataunit/loading/PaginationInfo.ts:5
41
34
 
42
- ___
35
+ ***
43
36
 
44
37
  ### firstRecord
45
38
 
46
- **firstRecord**: `number`
39
+ > **firstRecord**: `number`
47
40
 
48
41
  Indice do primeiro registro na página
49
42
 
50
- #### Defined in
43
+ #### Source
51
44
 
52
45
  src/dataunit/loading/PaginationInfo.ts:8
53
46
 
54
- ___
47
+ ***
55
48
 
56
49
  ### hasMore
57
50
 
58
- **hasMore**: `boolean`
51
+ > **hasMore**: `boolean`
59
52
 
60
53
  Se ainda existem mais registros
61
54
 
62
- #### Defined in
55
+ #### Source
63
56
 
64
57
  src/dataunit/loading/PaginationInfo.ts:20
65
58
 
66
- ___
59
+ ***
67
60
 
68
61
  ### lastRecord
69
62
 
70
- **lastRecord**: `number`
63
+ > **lastRecord**: `number`
71
64
 
72
65
  Indice do último registro na página
73
66
 
74
- #### Defined in
67
+ #### Source
75
68
 
76
69
  src/dataunit/loading/PaginationInfo.ts:11
77
70
 
78
- ___
71
+ ***
79
72
 
80
- ### total
73
+ ### total?
81
74
 
82
- `Optional` **total**: `number`
75
+ > `optional` **total**: `number`
83
76
 
84
77
  Quantidade total de registros
85
78
 
86
- #### Defined in
79
+ #### Source
87
80
 
88
81
  src/dataunit/loading/PaginationInfo.ts:14
@@ -1,39 +1,35 @@
1
- [@sankhyalabs/core](../README.md) / [Exports](../modules.md) / PromiseSyncCallback
1
+ [**@sankhyalabs/core**](../README.md) **Docs**
2
2
 
3
- # Interface: PromiseSyncCallback<T\>
3
+ ***
4
4
 
5
- Representa o callback de um sincronizador `PromiseSync<T>`.
6
-
7
- ## Type parameters
5
+ [@sankhyalabs/core](../globals.md) / PromiseSyncCallback
8
6
 
9
- | Name |
10
- | :------ |
11
- | `T` |
7
+ # Interface: PromiseSyncCallback\<T\>
12
8
 
13
- ## Table of contents
9
+ Representa o callback de um sincronizador `PromiseSync<T>`.
14
10
 
15
- ### Methods
11
+ ## Type parameters
16
12
 
17
- - [resolve](PromiseSyncCallback.md#resolve)
13
+ **T**
18
14
 
19
15
  ## Methods
20
16
 
21
- ### resolve
17
+ ### resolve()
22
18
 
23
- **resolve**(`result`): `void`
19
+ > **resolve**(`result`): `void`
24
20
 
25
21
  Será chamado sempre que todas as promessas adicionadas finalizarem.
26
22
 
27
23
  #### Parameters
28
24
 
29
- | Name | Type | Description |
30
- | :------ | :------ | :------ |
31
- | `result` | `PromiseSettledResult`<`Awaited`<`T`\>\>[] | A lista com o resultado de todas as promises aguardadas. |
25
+ **result**: `PromiseSettledResult`\<`Awaited`\<`T`\>\>[]
26
+
27
+ A lista com o resultado de todas as promises aguardadas.
32
28
 
33
29
  #### Returns
34
30
 
35
31
  `void`
36
32
 
37
- #### Defined in
33
+ #### Source
38
34
 
39
35
  src/async/PromiseSync.ts:48
@@ -1,41 +1,37 @@
1
- [@sankhyalabs/core](../README.md) / [Exports](../modules.md) / QuickFilter
1
+ [**@sankhyalabs/core**](../README.md) **Docs**
2
2
 
3
- # Interface: QuickFilter
4
-
5
- ## Table of contents
3
+ ***
6
4
 
7
- ### Properties
5
+ [@sankhyalabs/core](../globals.md) / QuickFilter
8
6
 
9
- - [fields](QuickFilter.md#fields)
10
- - [filter](QuickFilter.md#filter)
11
- - [term](QuickFilter.md#term)
7
+ # Interface: QuickFilter
12
8
 
13
9
  ## Properties
14
10
 
15
- ### fields
11
+ ### fields?
16
12
 
17
- `Optional` **fields**: `string`[]
13
+ > `optional` **fields**: `string`[]
18
14
 
19
- #### Defined in
15
+ #### Source
20
16
 
21
- src/dataunit/DataUnit.ts:1855
17
+ src/dataunit/DataUnit.ts:1889
22
18
 
23
- ___
19
+ ***
24
20
 
25
- ### filter
21
+ ### filter?
26
22
 
27
- `Optional` **filter**: [`Filter`](Filter.md)
23
+ > `optional` **filter**: [`Filter`](Filter.md)
28
24
 
29
- #### Defined in
25
+ #### Source
30
26
 
31
- src/dataunit/DataUnit.ts:1856
27
+ src/dataunit/DataUnit.ts:1890
32
28
 
33
- ___
29
+ ***
34
30
 
35
31
  ### term
36
32
 
37
- **term**: `string`
33
+ > **term**: `string`
38
34
 
39
- #### Defined in
35
+ #### Source
40
36
 
41
- src/dataunit/DataUnit.ts:1854
37
+ src/dataunit/DataUnit.ts:1888
@@ -1,62 +1,55 @@
1
- [@sankhyalabs/core](../README.md) / [Exports](../modules.md) / Record
1
+ [**@sankhyalabs/core**](../README.md) **Docs**
2
2
 
3
- # Interface: Record
4
-
5
- ## Hierarchy
6
-
7
- - **`Record`**
3
+ ***
8
4
 
9
- [`SavedRecord`](SavedRecord.md)
5
+ [@sankhyalabs/core](../globals.md) / Record
10
6
 
11
- ## Indexable
7
+ # Interface: Record
12
8
 
13
- [key: `string`]: `any`
9
+ ## Extended by
14
10
 
15
- ## Table of contents
11
+ - [`SavedRecord`](SavedRecord.md)
16
12
 
17
- ### Properties
13
+ ## Indexable
18
14
 
19
- - [\_\_owner\_\_dataunit\_\_name\_\_](Record.md#__owner__dataunit__name__)
20
- - [\_\_parent\_\_record\_\_id\_\_](Record.md#__parent__record__id__)
21
- - [\_\_record\_\_id\_\_](Record.md#__record__id__)
22
- - [\_\_record\_\_label\_\_](Record.md#__record__label__)
15
+ \[`key`: `string`\]: `any`
23
16
 
24
17
  ## Properties
25
18
 
26
- ### \_\_owner\_\_dataunit\_\_name\_\_
19
+ ### \_\_owner\_\_dataunit\_\_name\_\_?
27
20
 
28
- `Optional` **\_\_owner\_\_dataunit\_\_name\_\_**: `string`
21
+ > `optional` **\_\_owner\_\_dataunit\_\_name\_\_**: `string`
29
22
 
30
- #### Defined in
23
+ #### Source
31
24
 
32
- src/dataunit/DataUnit.ts:1750
25
+ src/dataunit/DataUnit.ts:1784
33
26
 
34
- ___
27
+ ***
35
28
 
36
- ### \_\_parent\_\_record\_\_id\_\_
29
+ ### \_\_parent\_\_record\_\_id\_\_?
37
30
 
38
- `Optional` **\_\_parent\_\_record\_\_id\_\_**: `string`
31
+ > `optional` **\_\_parent\_\_record\_\_id\_\_**: `string`
39
32
 
40
- #### Defined in
33
+ #### Source
41
34
 
42
- src/dataunit/DataUnit.ts:1749
35
+ src/dataunit/DataUnit.ts:1783
43
36
 
44
- ___
37
+ ***
45
38
 
46
39
  ### \_\_record\_\_id\_\_
47
40
 
48
- **\_\_record\_\_id\_\_**: `string`
41
+ > **\_\_record\_\_id\_\_**: `string`
49
42
 
50
- #### Defined in
43
+ #### Source
51
44
 
52
- src/dataunit/DataUnit.ts:1747
45
+ src/dataunit/DataUnit.ts:1781
53
46
 
54
- ___
47
+ ***
55
48
 
56
- ### \_\_record\_\_label\_\_
49
+ ### \_\_record\_\_label\_\_?
57
50
 
58
- `Optional` **\_\_record\_\_label\_\_**: `string`
51
+ > `optional` **\_\_record\_\_label\_\_**: `string`
59
52
 
60
- #### Defined in
53
+ #### Source
61
54
 
62
- src/dataunit/DataUnit.ts:1748
55
+ src/dataunit/DataUnit.ts:1782