@sankhyalabs/core 2.3.0 → 2.3.2
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/.releaserc +6 -3
- package/.reusable-default-scripts.yml +24 -0
- package/build.env +2 -1
- package/dist/utils/ElementIDUtils.d.ts +1 -0
- package/dist/utils/ElementIDUtils.js +14 -3
- package/dist/utils/ElementIDUtils.js.map +1 -1
- package/dist/utils/StringUtils.d.ts +21 -3
- package/dist/utils/StringUtils.js +45 -27
- package/dist/utils/StringUtils.js.map +1 -1
- package/package.json +1 -1
- package/publish-docs.sh +13 -0
- package/src/utils/ElementIDUtils.ts +19 -8
- package/src/utils/StringUtils.ts +48 -27
- package/test/util/ElementIDUtils.spec.ts +3 -3
- package/test/util/StringUtils.spec.ts +11 -4
- package/.docs/.nojekyll +0 -1
- package/.docs/README.md +0 -57
- package/.docs/classes/ApplicationContext.md +0 -76
- package/.docs/classes/ArrayUtils.md +0 -89
- package/.docs/classes/AuthorizedServiceCaller.md +0 -76
- package/.docs/classes/Change.md +0 -168
- package/.docs/classes/DataUnit.md +0 -1394
- package/.docs/classes/DataUnitAction.md +0 -96
- package/.docs/classes/DateUtils.md +0 -190
- package/.docs/classes/ElementIDUtils.md +0 -222
- package/.docs/classes/ErrorException.md +0 -204
- package/.docs/classes/ErrorTracking.md +0 -54
- package/.docs/classes/FloatingManager.md +0 -384
- package/.docs/classes/HttpProvider.md +0 -96
- package/.docs/classes/MaskFormatter-1.md +0 -336
- package/.docs/classes/NumberUtils.md +0 -188
- package/.docs/classes/ObjectUtils.md +0 -81
- package/.docs/classes/ReadyUtil.md +0 -103
- package/.docs/classes/RequestMetadata.md +0 -84
- package/.docs/classes/SkwHttpProvider.md +0 -109
- package/.docs/classes/StringUtils.md +0 -315
- package/.docs/classes/TimeFormatter.md +0 -98
- package/.docs/classes/UserAgentUtils.md +0 -48
- package/.docs/classes/WaitingChangeException.md +0 -192
- package/.docs/classes/WarningException.md +0 -204
- package/.docs/enums/Action.md +0 -250
- package/.docs/enums/ChangeOperation.md +0 -52
- package/.docs/enums/DataType.md +0 -63
- package/.docs/enums/DependencyType.md +0 -41
- package/.docs/enums/SortMode.md +0 -30
- package/.docs/enums/UserInterface.md +0 -195
- package/.docs/interfaces/DUActionInterceptor.md +0 -29
- package/.docs/interfaces/ExecutionContext.md +0 -58
- package/.docs/interfaces/FieldDescriptor.md +0 -129
- package/.docs/interfaces/Filter.md +0 -41
- package/.docs/interfaces/IElementIDInfo.md +0 -30
- package/.docs/interfaces/LoadDataRequest.md +0 -63
- package/.docs/interfaces/LoadDataResponse.md +0 -30
- package/.docs/interfaces/PageRequest.md +0 -41
- package/.docs/interfaces/PaginationInfo.md +0 -63
- package/.docs/interfaces/QuickFilter.md +0 -30
- package/.docs/interfaces/Record.md +0 -40
- package/.docs/interfaces/SavedRecord.md +0 -55
- package/.docs/interfaces/Sort.md +0 -41
- package/.docs/interfaces/SortingProvider.md +0 -29
- package/.docs/interfaces/UnitMetadata.md +0 -41
- package/.docs/interfaces/WaitingChange.md +0 -41
- package/.docs/modules/MaskFormatter.md +0 -37
- package/.docs/modules.md +0 -63
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / PageRequest
|
|
2
|
-
|
|
3
|
-
# Interface: PageRequest
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [limit](PageRequest.md#limit)
|
|
10
|
-
- [offset](PageRequest.md#offset)
|
|
11
|
-
- [quickFilter](PageRequest.md#quickfilter)
|
|
12
|
-
|
|
13
|
-
## Properties
|
|
14
|
-
|
|
15
|
-
### limit
|
|
16
|
-
|
|
17
|
-
• **limit**: `number`
|
|
18
|
-
|
|
19
|
-
#### Defined in
|
|
20
|
-
|
|
21
|
-
src/dataunit/DataUnit.ts:621
|
|
22
|
-
|
|
23
|
-
___
|
|
24
|
-
|
|
25
|
-
### offset
|
|
26
|
-
|
|
27
|
-
• **offset**: `number`
|
|
28
|
-
|
|
29
|
-
#### Defined in
|
|
30
|
-
|
|
31
|
-
src/dataunit/DataUnit.ts:622
|
|
32
|
-
|
|
33
|
-
___
|
|
34
|
-
|
|
35
|
-
### quickFilter
|
|
36
|
-
|
|
37
|
-
• `Optional` **quickFilter**: [`QuickFilter`](QuickFilter.md)
|
|
38
|
-
|
|
39
|
-
#### Defined in
|
|
40
|
-
|
|
41
|
-
src/dataunit/DataUnit.ts:623
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / PaginationInfo
|
|
2
|
-
|
|
3
|
-
# Interface: PaginationInfo
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [currentPage](PaginationInfo.md#currentpage)
|
|
10
|
-
- [firstRecord](PaginationInfo.md#firstrecord)
|
|
11
|
-
- [hasMore](PaginationInfo.md#hasmore)
|
|
12
|
-
- [lastRecord](PaginationInfo.md#lastrecord)
|
|
13
|
-
- [total](PaginationInfo.md#total)
|
|
14
|
-
|
|
15
|
-
## Properties
|
|
16
|
-
|
|
17
|
-
### currentPage
|
|
18
|
-
|
|
19
|
-
• **currentPage**: `number`
|
|
20
|
-
|
|
21
|
-
#### Defined in
|
|
22
|
-
|
|
23
|
-
src/dataunit/loading/PaginationInfo.ts:3
|
|
24
|
-
|
|
25
|
-
___
|
|
26
|
-
|
|
27
|
-
### firstRecord
|
|
28
|
-
|
|
29
|
-
• **firstRecord**: `number`
|
|
30
|
-
|
|
31
|
-
#### Defined in
|
|
32
|
-
|
|
33
|
-
src/dataunit/loading/PaginationInfo.ts:4
|
|
34
|
-
|
|
35
|
-
___
|
|
36
|
-
|
|
37
|
-
### hasMore
|
|
38
|
-
|
|
39
|
-
• **hasMore**: `boolean`
|
|
40
|
-
|
|
41
|
-
#### Defined in
|
|
42
|
-
|
|
43
|
-
src/dataunit/loading/PaginationInfo.ts:7
|
|
44
|
-
|
|
45
|
-
___
|
|
46
|
-
|
|
47
|
-
### lastRecord
|
|
48
|
-
|
|
49
|
-
• **lastRecord**: `number`
|
|
50
|
-
|
|
51
|
-
#### Defined in
|
|
52
|
-
|
|
53
|
-
src/dataunit/loading/PaginationInfo.ts:5
|
|
54
|
-
|
|
55
|
-
___
|
|
56
|
-
|
|
57
|
-
### total
|
|
58
|
-
|
|
59
|
-
• **total**: `number`
|
|
60
|
-
|
|
61
|
-
#### Defined in
|
|
62
|
-
|
|
63
|
-
src/dataunit/loading/PaginationInfo.ts:6
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / QuickFilter
|
|
2
|
-
|
|
3
|
-
# Interface: QuickFilter
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [fields](QuickFilter.md#fields)
|
|
10
|
-
- [term](QuickFilter.md#term)
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
### fields
|
|
15
|
-
|
|
16
|
-
• `Optional` **fields**: `string`[]
|
|
17
|
-
|
|
18
|
-
#### Defined in
|
|
19
|
-
|
|
20
|
-
src/dataunit/DataUnit.ts:628
|
|
21
|
-
|
|
22
|
-
___
|
|
23
|
-
|
|
24
|
-
### term
|
|
25
|
-
|
|
26
|
-
• **term**: `string`
|
|
27
|
-
|
|
28
|
-
#### Defined in
|
|
29
|
-
|
|
30
|
-
src/dataunit/DataUnit.ts:627
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / Record
|
|
2
|
-
|
|
3
|
-
# Interface: Record
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
- **`Record`**
|
|
8
|
-
|
|
9
|
-
↳ [`SavedRecord`](SavedRecord.md)
|
|
10
|
-
|
|
11
|
-
## Indexable
|
|
12
|
-
|
|
13
|
-
▪ [key: `string`]: `any`
|
|
14
|
-
|
|
15
|
-
## Table of contents
|
|
16
|
-
|
|
17
|
-
### Properties
|
|
18
|
-
|
|
19
|
-
- [\_\_parent\_\_record\_\_id\_\_](Record.md#__parent__record__id__)
|
|
20
|
-
- [\_\_record\_\_id\_\_](Record.md#__record__id__)
|
|
21
|
-
|
|
22
|
-
## Properties
|
|
23
|
-
|
|
24
|
-
### \_\_parent\_\_record\_\_id\_\_
|
|
25
|
-
|
|
26
|
-
• `Optional` **\_\_parent\_\_record\_\_id\_\_**: `string`
|
|
27
|
-
|
|
28
|
-
#### Defined in
|
|
29
|
-
|
|
30
|
-
src/dataunit/DataUnit.ts:560
|
|
31
|
-
|
|
32
|
-
___
|
|
33
|
-
|
|
34
|
-
### \_\_record\_\_id\_\_
|
|
35
|
-
|
|
36
|
-
• **\_\_record\_\_id\_\_**: `string`
|
|
37
|
-
|
|
38
|
-
#### Defined in
|
|
39
|
-
|
|
40
|
-
src/dataunit/DataUnit.ts:559
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / SavedRecord
|
|
2
|
-
|
|
3
|
-
# Interface: SavedRecord
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
- [`Record`](Record.md)
|
|
8
|
-
|
|
9
|
-
↳ **`SavedRecord`**
|
|
10
|
-
|
|
11
|
-
## Table of contents
|
|
12
|
-
|
|
13
|
-
### Properties
|
|
14
|
-
|
|
15
|
-
- [\_\_old\_\_id\_\_](SavedRecord.md#__old__id__)
|
|
16
|
-
- [\_\_parent\_\_record\_\_id\_\_](SavedRecord.md#__parent__record__id__)
|
|
17
|
-
- [\_\_record\_\_id\_\_](SavedRecord.md#__record__id__)
|
|
18
|
-
|
|
19
|
-
## Properties
|
|
20
|
-
|
|
21
|
-
### \_\_old\_\_id\_\_
|
|
22
|
-
|
|
23
|
-
• `Optional` **\_\_old\_\_id\_\_**: `string`
|
|
24
|
-
|
|
25
|
-
#### Defined in
|
|
26
|
-
|
|
27
|
-
src/dataunit/DataUnit.ts:565
|
|
28
|
-
|
|
29
|
-
___
|
|
30
|
-
|
|
31
|
-
### \_\_parent\_\_record\_\_id\_\_
|
|
32
|
-
|
|
33
|
-
• `Optional` **\_\_parent\_\_record\_\_id\_\_**: `string`
|
|
34
|
-
|
|
35
|
-
#### Inherited from
|
|
36
|
-
|
|
37
|
-
[Record](Record.md).[__parent__record__id__](Record.md#__parent__record__id__)
|
|
38
|
-
|
|
39
|
-
#### Defined in
|
|
40
|
-
|
|
41
|
-
src/dataunit/DataUnit.ts:560
|
|
42
|
-
|
|
43
|
-
___
|
|
44
|
-
|
|
45
|
-
### \_\_record\_\_id\_\_
|
|
46
|
-
|
|
47
|
-
• **\_\_record\_\_id\_\_**: `string`
|
|
48
|
-
|
|
49
|
-
#### Inherited from
|
|
50
|
-
|
|
51
|
-
[Record](Record.md).[__record__id__](Record.md#__record__id__)
|
|
52
|
-
|
|
53
|
-
#### Defined in
|
|
54
|
-
|
|
55
|
-
src/dataunit/DataUnit.ts:559
|
package/.docs/interfaces/Sort.md
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / Sort
|
|
2
|
-
|
|
3
|
-
# Interface: Sort
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [dataType](Sort.md#datatype)
|
|
10
|
-
- [field](Sort.md#field)
|
|
11
|
-
- [mode](Sort.md#mode)
|
|
12
|
-
|
|
13
|
-
## Properties
|
|
14
|
-
|
|
15
|
-
### dataType
|
|
16
|
-
|
|
17
|
-
• **dataType**: [`DataType`](../enums/DataType.md)
|
|
18
|
-
|
|
19
|
-
#### Defined in
|
|
20
|
-
|
|
21
|
-
src/dataunit/metadata/UnitMetadata.ts:44
|
|
22
|
-
|
|
23
|
-
___
|
|
24
|
-
|
|
25
|
-
### field
|
|
26
|
-
|
|
27
|
-
• **field**: `string`
|
|
28
|
-
|
|
29
|
-
#### Defined in
|
|
30
|
-
|
|
31
|
-
src/dataunit/metadata/UnitMetadata.ts:42
|
|
32
|
-
|
|
33
|
-
___
|
|
34
|
-
|
|
35
|
-
### mode
|
|
36
|
-
|
|
37
|
-
• **mode**: [`SortMode`](../enums/SortMode.md)
|
|
38
|
-
|
|
39
|
-
#### Defined in
|
|
40
|
-
|
|
41
|
-
src/dataunit/metadata/UnitMetadata.ts:43
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / SortingProvider
|
|
2
|
-
|
|
3
|
-
# Interface: SortingProvider
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Methods
|
|
8
|
-
|
|
9
|
-
- [getSort](SortingProvider.md#getsort)
|
|
10
|
-
|
|
11
|
-
## Methods
|
|
12
|
-
|
|
13
|
-
### getSort
|
|
14
|
-
|
|
15
|
-
▸ **getSort**(`dataUnit`): `undefined` \| [`Sort`](Sort.md)[]
|
|
16
|
-
|
|
17
|
-
#### Parameters
|
|
18
|
-
|
|
19
|
-
| Name | Type |
|
|
20
|
-
| :------ | :------ |
|
|
21
|
-
| `dataUnit` | `string` |
|
|
22
|
-
|
|
23
|
-
#### Returns
|
|
24
|
-
|
|
25
|
-
`undefined` \| [`Sort`](Sort.md)[]
|
|
26
|
-
|
|
27
|
-
#### Defined in
|
|
28
|
-
|
|
29
|
-
src/dataunit/metadata/UnitMetadata.ts:53
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / UnitMetadata
|
|
2
|
-
|
|
3
|
-
# Interface: UnitMetadata
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [fields](UnitMetadata.md#fields)
|
|
10
|
-
- [label](UnitMetadata.md#label)
|
|
11
|
-
- [name](UnitMetadata.md#name)
|
|
12
|
-
|
|
13
|
-
## Properties
|
|
14
|
-
|
|
15
|
-
### fields
|
|
16
|
-
|
|
17
|
-
• **fields**: [`FieldDescriptor`](FieldDescriptor.md)[]
|
|
18
|
-
|
|
19
|
-
#### Defined in
|
|
20
|
-
|
|
21
|
-
src/dataunit/metadata/UnitMetadata.ts:6
|
|
22
|
-
|
|
23
|
-
___
|
|
24
|
-
|
|
25
|
-
### label
|
|
26
|
-
|
|
27
|
-
• **label**: `string`
|
|
28
|
-
|
|
29
|
-
#### Defined in
|
|
30
|
-
|
|
31
|
-
src/dataunit/metadata/UnitMetadata.ts:5
|
|
32
|
-
|
|
33
|
-
___
|
|
34
|
-
|
|
35
|
-
### name
|
|
36
|
-
|
|
37
|
-
• **name**: `string`
|
|
38
|
-
|
|
39
|
-
#### Defined in
|
|
40
|
-
|
|
41
|
-
src/dataunit/metadata/UnitMetadata.ts:4
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / WaitingChange
|
|
2
|
-
|
|
3
|
-
# Interface: WaitingChange
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [blocking](WaitingChange.md#blocking)
|
|
10
|
-
- [promise](WaitingChange.md#promise)
|
|
11
|
-
- [waitmessage](WaitingChange.md#waitmessage)
|
|
12
|
-
|
|
13
|
-
## Properties
|
|
14
|
-
|
|
15
|
-
### blocking
|
|
16
|
-
|
|
17
|
-
• **blocking**: `boolean`
|
|
18
|
-
|
|
19
|
-
#### Defined in
|
|
20
|
-
|
|
21
|
-
src/dataunit/DataUnit.ts:616
|
|
22
|
-
|
|
23
|
-
___
|
|
24
|
-
|
|
25
|
-
### promise
|
|
26
|
-
|
|
27
|
-
• `Optional` **promise**: `Promise`<`any`\>
|
|
28
|
-
|
|
29
|
-
#### Defined in
|
|
30
|
-
|
|
31
|
-
src/dataunit/DataUnit.ts:617
|
|
32
|
-
|
|
33
|
-
___
|
|
34
|
-
|
|
35
|
-
### waitmessage
|
|
36
|
-
|
|
37
|
-
• **waitmessage**: `string`
|
|
38
|
-
|
|
39
|
-
#### Defined in
|
|
40
|
-
|
|
41
|
-
src/dataunit/DataUnit.ts:615
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / MaskFormatter
|
|
2
|
-
|
|
3
|
-
# Namespace: MaskFormatter
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Type Aliases
|
|
8
|
-
|
|
9
|
-
- [MaskCharacter](MaskFormatter.md#maskcharacter)
|
|
10
|
-
|
|
11
|
-
### Variables
|
|
12
|
-
|
|
13
|
-
- [MaskCharacter](MaskFormatter.md#maskcharacter-1)
|
|
14
|
-
|
|
15
|
-
## Type Aliases
|
|
16
|
-
|
|
17
|
-
### MaskCharacter
|
|
18
|
-
|
|
19
|
-
Ƭ **MaskCharacter**: `InstanceType`<typeof [`MaskCharacter`](MaskFormatter.md#maskcharacter)\>
|
|
20
|
-
|
|
21
|
-
#### Defined in
|
|
22
|
-
|
|
23
|
-
src/utils/MaskFormatter.ts:158
|
|
24
|
-
|
|
25
|
-
src/utils/MaskFormatter.ts:322
|
|
26
|
-
|
|
27
|
-
## Variables
|
|
28
|
-
|
|
29
|
-
### MaskCharacter
|
|
30
|
-
|
|
31
|
-
• **MaskCharacter**: typeof `__class`
|
|
32
|
-
|
|
33
|
-
#### Defined in
|
|
34
|
-
|
|
35
|
-
src/utils/MaskFormatter.ts:158
|
|
36
|
-
|
|
37
|
-
src/utils/MaskFormatter.ts:322
|
package/.docs/modules.md
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
[@sankhyalabs/core](README.md) / Exports
|
|
2
|
-
|
|
3
|
-
# @sankhyalabs/core
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Namespaces
|
|
8
|
-
|
|
9
|
-
- [MaskFormatter](modules/MaskFormatter.md)
|
|
10
|
-
|
|
11
|
-
### Enumerations
|
|
12
|
-
|
|
13
|
-
- [Action](enums/Action.md)
|
|
14
|
-
- [ChangeOperation](enums/ChangeOperation.md)
|
|
15
|
-
- [DataType](enums/DataType.md)
|
|
16
|
-
- [DependencyType](enums/DependencyType.md)
|
|
17
|
-
- [SortMode](enums/SortMode.md)
|
|
18
|
-
- [UserInterface](enums/UserInterface.md)
|
|
19
|
-
|
|
20
|
-
### Classes
|
|
21
|
-
|
|
22
|
-
- [ApplicationContext](classes/ApplicationContext.md)
|
|
23
|
-
- [ArrayUtils](classes/ArrayUtils.md)
|
|
24
|
-
- [AuthorizedServiceCaller](classes/AuthorizedServiceCaller.md)
|
|
25
|
-
- [Change](classes/Change.md)
|
|
26
|
-
- [DataUnit](classes/DataUnit.md)
|
|
27
|
-
- [DataUnitAction](classes/DataUnitAction.md)
|
|
28
|
-
- [DateUtils](classes/DateUtils.md)
|
|
29
|
-
- [ElementIDUtils](classes/ElementIDUtils.md)
|
|
30
|
-
- [ErrorException](classes/ErrorException.md)
|
|
31
|
-
- [ErrorTracking](classes/ErrorTracking.md)
|
|
32
|
-
- [FloatingManager](classes/FloatingManager.md)
|
|
33
|
-
- [HttpProvider](classes/HttpProvider.md)
|
|
34
|
-
- [MaskFormatter](classes/MaskFormatter-1.md)
|
|
35
|
-
- [NumberUtils](classes/NumberUtils.md)
|
|
36
|
-
- [ObjectUtils](classes/ObjectUtils.md)
|
|
37
|
-
- [ReadyUtil](classes/ReadyUtil.md)
|
|
38
|
-
- [RequestMetadata](classes/RequestMetadata.md)
|
|
39
|
-
- [SkwHttpProvider](classes/SkwHttpProvider.md)
|
|
40
|
-
- [StringUtils](classes/StringUtils.md)
|
|
41
|
-
- [TimeFormatter](classes/TimeFormatter.md)
|
|
42
|
-
- [UserAgentUtils](classes/UserAgentUtils.md)
|
|
43
|
-
- [WaitingChangeException](classes/WaitingChangeException.md)
|
|
44
|
-
- [WarningException](classes/WarningException.md)
|
|
45
|
-
|
|
46
|
-
### Interfaces
|
|
47
|
-
|
|
48
|
-
- [DUActionInterceptor](interfaces/DUActionInterceptor.md)
|
|
49
|
-
- [ExecutionContext](interfaces/ExecutionContext.md)
|
|
50
|
-
- [FieldDescriptor](interfaces/FieldDescriptor.md)
|
|
51
|
-
- [Filter](interfaces/Filter.md)
|
|
52
|
-
- [IElementIDInfo](interfaces/IElementIDInfo.md)
|
|
53
|
-
- [LoadDataRequest](interfaces/LoadDataRequest.md)
|
|
54
|
-
- [LoadDataResponse](interfaces/LoadDataResponse.md)
|
|
55
|
-
- [PageRequest](interfaces/PageRequest.md)
|
|
56
|
-
- [PaginationInfo](interfaces/PaginationInfo.md)
|
|
57
|
-
- [QuickFilter](interfaces/QuickFilter.md)
|
|
58
|
-
- [Record](interfaces/Record.md)
|
|
59
|
-
- [SavedRecord](interfaces/SavedRecord.md)
|
|
60
|
-
- [Sort](interfaces/Sort.md)
|
|
61
|
-
- [SortingProvider](interfaces/SortingProvider.md)
|
|
62
|
-
- [UnitMetadata](interfaces/UnitMetadata.md)
|
|
63
|
-
- [WaitingChange](interfaces/WaitingChange.md)
|