@sankhyalabs/core-docs 2.3.0 → 2.3.1-SKA-61927.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/package.json +1 -1
- package/README.md +0 -57
- package/classes/ApplicationContext.md +0 -76
- package/classes/ArrayUtils.md +0 -89
- package/classes/AuthorizedServiceCaller.md +0 -76
- package/classes/Change.md +0 -168
- package/classes/DataUnit.md +0 -1394
- package/classes/DataUnitAction.md +0 -96
- package/classes/DateUtils.md +0 -190
- package/classes/ElementIDUtils.md +0 -222
- package/classes/ErrorException.md +0 -204
- package/classes/ErrorTracking.md +0 -54
- package/classes/FloatingManager.md +0 -384
- package/classes/HttpProvider.md +0 -96
- package/classes/MaskFormatter-1.md +0 -336
- package/classes/NumberUtils.md +0 -188
- package/classes/ObjectUtils.md +0 -81
- package/classes/ReadyUtil.md +0 -103
- package/classes/RequestMetadata.md +0 -84
- package/classes/SkwHttpProvider.md +0 -109
- package/classes/StringUtils.md +0 -315
- package/classes/TimeFormatter.md +0 -98
- package/classes/UserAgentUtils.md +0 -48
- package/classes/WaitingChangeException.md +0 -192
- package/classes/WarningException.md +0 -204
- package/enums/Action.md +0 -250
- package/enums/ChangeOperation.md +0 -52
- package/enums/DataType.md +0 -63
- package/enums/DependencyType.md +0 -41
- package/enums/SortMode.md +0 -30
- package/enums/UserInterface.md +0 -195
- package/interfaces/DUActionInterceptor.md +0 -29
- package/interfaces/ExecutionContext.md +0 -58
- package/interfaces/FieldDescriptor.md +0 -129
- package/interfaces/Filter.md +0 -41
- package/interfaces/IElementIDInfo.md +0 -30
- package/interfaces/LoadDataRequest.md +0 -63
- package/interfaces/LoadDataResponse.md +0 -30
- package/interfaces/PageRequest.md +0 -41
- package/interfaces/PaginationInfo.md +0 -63
- package/interfaces/QuickFilter.md +0 -30
- package/interfaces/Record.md +0 -40
- package/interfaces/SavedRecord.md +0 -55
- package/interfaces/Sort.md +0 -41
- package/interfaces/SortingProvider.md +0 -29
- package/interfaces/UnitMetadata.md +0 -41
- package/interfaces/WaitingChange.md +0 -41
- package/modules/MaskFormatter.md +0 -37
- package/modules.md +0 -63
@@ -1,192 +0,0 @@
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / WaitingChangeException
|
2
|
-
|
3
|
-
# Class: WaitingChangeException
|
4
|
-
|
5
|
-
## Hierarchy
|
6
|
-
|
7
|
-
- `Error`
|
8
|
-
|
9
|
-
↳ **`WaitingChangeException`**
|
10
|
-
|
11
|
-
## Table of contents
|
12
|
-
|
13
|
-
### Constructors
|
14
|
-
|
15
|
-
- [constructor](WaitingChangeException.md#constructor)
|
16
|
-
|
17
|
-
### Properties
|
18
|
-
|
19
|
-
- [cause](WaitingChangeException.md#cause)
|
20
|
-
- [message](WaitingChangeException.md#message)
|
21
|
-
- [name](WaitingChangeException.md#name)
|
22
|
-
- [stack](WaitingChangeException.md#stack)
|
23
|
-
- [title](WaitingChangeException.md#title)
|
24
|
-
- [prepareStackTrace](WaitingChangeException.md#preparestacktrace)
|
25
|
-
- [stackTraceLimit](WaitingChangeException.md#stacktracelimit)
|
26
|
-
|
27
|
-
### Methods
|
28
|
-
|
29
|
-
- [captureStackTrace](WaitingChangeException.md#capturestacktrace)
|
30
|
-
|
31
|
-
## Constructors
|
32
|
-
|
33
|
-
### constructor
|
34
|
-
|
35
|
-
• **new WaitingChangeException**(`title`, `message`)
|
36
|
-
|
37
|
-
#### Parameters
|
38
|
-
|
39
|
-
| Name | Type |
|
40
|
-
| :------ | :------ |
|
41
|
-
| `title` | `string` |
|
42
|
-
| `message` | `string` |
|
43
|
-
|
44
|
-
#### Overrides
|
45
|
-
|
46
|
-
Error.constructor
|
47
|
-
|
48
|
-
#### Defined in
|
49
|
-
|
50
|
-
src/exceptions/WaitingChangeException.ts:7
|
51
|
-
|
52
|
-
## Properties
|
53
|
-
|
54
|
-
### cause
|
55
|
-
|
56
|
-
• `Optional` **cause**: `unknown`
|
57
|
-
|
58
|
-
#### Inherited from
|
59
|
-
|
60
|
-
Error.cause
|
61
|
-
|
62
|
-
#### Defined in
|
63
|
-
|
64
|
-
node_modules/typescript/lib/lib.es2022.error.d.ts:26
|
65
|
-
|
66
|
-
___
|
67
|
-
|
68
|
-
### message
|
69
|
-
|
70
|
-
• **message**: `string`
|
71
|
-
|
72
|
-
#### Overrides
|
73
|
-
|
74
|
-
Error.message
|
75
|
-
|
76
|
-
#### Defined in
|
77
|
-
|
78
|
-
src/exceptions/WaitingChangeException.ts:5
|
79
|
-
|
80
|
-
___
|
81
|
-
|
82
|
-
### name
|
83
|
-
|
84
|
-
• **name**: `string`
|
85
|
-
|
86
|
-
#### Inherited from
|
87
|
-
|
88
|
-
Error.name
|
89
|
-
|
90
|
-
#### Defined in
|
91
|
-
|
92
|
-
node_modules/typescript/lib/lib.es5.d.ts:1053
|
93
|
-
|
94
|
-
___
|
95
|
-
|
96
|
-
### stack
|
97
|
-
|
98
|
-
• `Optional` **stack**: `string`
|
99
|
-
|
100
|
-
#### Inherited from
|
101
|
-
|
102
|
-
Error.stack
|
103
|
-
|
104
|
-
#### Defined in
|
105
|
-
|
106
|
-
node_modules/typescript/lib/lib.es5.d.ts:1055
|
107
|
-
|
108
|
-
___
|
109
|
-
|
110
|
-
### title
|
111
|
-
|
112
|
-
• **title**: `string`
|
113
|
-
|
114
|
-
#### Defined in
|
115
|
-
|
116
|
-
src/exceptions/WaitingChangeException.ts:4
|
117
|
-
|
118
|
-
___
|
119
|
-
|
120
|
-
### prepareStackTrace
|
121
|
-
|
122
|
-
▪ `Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any`
|
123
|
-
|
124
|
-
#### Type declaration
|
125
|
-
|
126
|
-
▸ (`err`, `stackTraces`): `any`
|
127
|
-
|
128
|
-
Optional override for formatting stack traces
|
129
|
-
|
130
|
-
**`See`**
|
131
|
-
|
132
|
-
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
|
133
|
-
|
134
|
-
##### Parameters
|
135
|
-
|
136
|
-
| Name | Type |
|
137
|
-
| :------ | :------ |
|
138
|
-
| `err` | `Error` |
|
139
|
-
| `stackTraces` | `CallSite`[] |
|
140
|
-
|
141
|
-
##### Returns
|
142
|
-
|
143
|
-
`any`
|
144
|
-
|
145
|
-
#### Inherited from
|
146
|
-
|
147
|
-
Error.prepareStackTrace
|
148
|
-
|
149
|
-
#### Defined in
|
150
|
-
|
151
|
-
node_modules/@types/node/globals.d.ts:11
|
152
|
-
|
153
|
-
___
|
154
|
-
|
155
|
-
### stackTraceLimit
|
156
|
-
|
157
|
-
▪ `Static` **stackTraceLimit**: `number`
|
158
|
-
|
159
|
-
#### Inherited from
|
160
|
-
|
161
|
-
Error.stackTraceLimit
|
162
|
-
|
163
|
-
#### Defined in
|
164
|
-
|
165
|
-
node_modules/@types/node/globals.d.ts:13
|
166
|
-
|
167
|
-
## Methods
|
168
|
-
|
169
|
-
### captureStackTrace
|
170
|
-
|
171
|
-
▸ `Static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
|
172
|
-
|
173
|
-
Create .stack property on a target object
|
174
|
-
|
175
|
-
#### Parameters
|
176
|
-
|
177
|
-
| Name | Type |
|
178
|
-
| :------ | :------ |
|
179
|
-
| `targetObject` | `object` |
|
180
|
-
| `constructorOpt?` | `Function` |
|
181
|
-
|
182
|
-
#### Returns
|
183
|
-
|
184
|
-
`void`
|
185
|
-
|
186
|
-
#### Inherited from
|
187
|
-
|
188
|
-
Error.captureStackTrace
|
189
|
-
|
190
|
-
#### Defined in
|
191
|
-
|
192
|
-
node_modules/@types/node/globals.d.ts:4
|
@@ -1,204 +0,0 @@
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / WarningException
|
2
|
-
|
3
|
-
# Class: WarningException
|
4
|
-
|
5
|
-
## Hierarchy
|
6
|
-
|
7
|
-
- `Error`
|
8
|
-
|
9
|
-
↳ **`WarningException`**
|
10
|
-
|
11
|
-
## Table of contents
|
12
|
-
|
13
|
-
### Constructors
|
14
|
-
|
15
|
-
- [constructor](WarningException.md#constructor)
|
16
|
-
|
17
|
-
### Properties
|
18
|
-
|
19
|
-
- [cause](WarningException.md#cause)
|
20
|
-
- [errorCode](WarningException.md#errorcode)
|
21
|
-
- [message](WarningException.md#message)
|
22
|
-
- [name](WarningException.md#name)
|
23
|
-
- [stack](WarningException.md#stack)
|
24
|
-
- [title](WarningException.md#title)
|
25
|
-
- [prepareStackTrace](WarningException.md#preparestacktrace)
|
26
|
-
- [stackTraceLimit](WarningException.md#stacktracelimit)
|
27
|
-
|
28
|
-
### Methods
|
29
|
-
|
30
|
-
- [captureStackTrace](WarningException.md#capturestacktrace)
|
31
|
-
|
32
|
-
## Constructors
|
33
|
-
|
34
|
-
### constructor
|
35
|
-
|
36
|
-
• **new WarningException**(`title`, `message`, `errorCode?`)
|
37
|
-
|
38
|
-
#### Parameters
|
39
|
-
|
40
|
-
| Name | Type | Default value |
|
41
|
-
| :------ | :------ | :------ |
|
42
|
-
| `title` | `string` | `undefined` |
|
43
|
-
| `message` | `string` | `undefined` |
|
44
|
-
| `errorCode` | `string` | `""` |
|
45
|
-
|
46
|
-
#### Overrides
|
47
|
-
|
48
|
-
Error.constructor
|
49
|
-
|
50
|
-
#### Defined in
|
51
|
-
|
52
|
-
src/exceptions/WarningException.ts:8
|
53
|
-
|
54
|
-
## Properties
|
55
|
-
|
56
|
-
### cause
|
57
|
-
|
58
|
-
• `Optional` **cause**: `unknown`
|
59
|
-
|
60
|
-
#### Inherited from
|
61
|
-
|
62
|
-
Error.cause
|
63
|
-
|
64
|
-
#### Defined in
|
65
|
-
|
66
|
-
node_modules/typescript/lib/lib.es2022.error.d.ts:26
|
67
|
-
|
68
|
-
___
|
69
|
-
|
70
|
-
### errorCode
|
71
|
-
|
72
|
-
• **errorCode**: `string`
|
73
|
-
|
74
|
-
#### Defined in
|
75
|
-
|
76
|
-
src/exceptions/WarningException.ts:6
|
77
|
-
|
78
|
-
___
|
79
|
-
|
80
|
-
### message
|
81
|
-
|
82
|
-
• **message**: `string`
|
83
|
-
|
84
|
-
#### Overrides
|
85
|
-
|
86
|
-
Error.message
|
87
|
-
|
88
|
-
#### Defined in
|
89
|
-
|
90
|
-
src/exceptions/WarningException.ts:5
|
91
|
-
|
92
|
-
___
|
93
|
-
|
94
|
-
### name
|
95
|
-
|
96
|
-
• **name**: `string`
|
97
|
-
|
98
|
-
#### Inherited from
|
99
|
-
|
100
|
-
Error.name
|
101
|
-
|
102
|
-
#### Defined in
|
103
|
-
|
104
|
-
node_modules/typescript/lib/lib.es5.d.ts:1053
|
105
|
-
|
106
|
-
___
|
107
|
-
|
108
|
-
### stack
|
109
|
-
|
110
|
-
• `Optional` **stack**: `string`
|
111
|
-
|
112
|
-
#### Inherited from
|
113
|
-
|
114
|
-
Error.stack
|
115
|
-
|
116
|
-
#### Defined in
|
117
|
-
|
118
|
-
node_modules/typescript/lib/lib.es5.d.ts:1055
|
119
|
-
|
120
|
-
___
|
121
|
-
|
122
|
-
### title
|
123
|
-
|
124
|
-
• **title**: `string`
|
125
|
-
|
126
|
-
#### Defined in
|
127
|
-
|
128
|
-
src/exceptions/WarningException.ts:4
|
129
|
-
|
130
|
-
___
|
131
|
-
|
132
|
-
### prepareStackTrace
|
133
|
-
|
134
|
-
▪ `Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any`
|
135
|
-
|
136
|
-
#### Type declaration
|
137
|
-
|
138
|
-
▸ (`err`, `stackTraces`): `any`
|
139
|
-
|
140
|
-
Optional override for formatting stack traces
|
141
|
-
|
142
|
-
**`See`**
|
143
|
-
|
144
|
-
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
|
145
|
-
|
146
|
-
##### Parameters
|
147
|
-
|
148
|
-
| Name | Type |
|
149
|
-
| :------ | :------ |
|
150
|
-
| `err` | `Error` |
|
151
|
-
| `stackTraces` | `CallSite`[] |
|
152
|
-
|
153
|
-
##### Returns
|
154
|
-
|
155
|
-
`any`
|
156
|
-
|
157
|
-
#### Inherited from
|
158
|
-
|
159
|
-
Error.prepareStackTrace
|
160
|
-
|
161
|
-
#### Defined in
|
162
|
-
|
163
|
-
node_modules/@types/node/globals.d.ts:11
|
164
|
-
|
165
|
-
___
|
166
|
-
|
167
|
-
### stackTraceLimit
|
168
|
-
|
169
|
-
▪ `Static` **stackTraceLimit**: `number`
|
170
|
-
|
171
|
-
#### Inherited from
|
172
|
-
|
173
|
-
Error.stackTraceLimit
|
174
|
-
|
175
|
-
#### Defined in
|
176
|
-
|
177
|
-
node_modules/@types/node/globals.d.ts:13
|
178
|
-
|
179
|
-
## Methods
|
180
|
-
|
181
|
-
### captureStackTrace
|
182
|
-
|
183
|
-
▸ `Static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
|
184
|
-
|
185
|
-
Create .stack property on a target object
|
186
|
-
|
187
|
-
#### Parameters
|
188
|
-
|
189
|
-
| Name | Type |
|
190
|
-
| :------ | :------ |
|
191
|
-
| `targetObject` | `object` |
|
192
|
-
| `constructorOpt?` | `Function` |
|
193
|
-
|
194
|
-
#### Returns
|
195
|
-
|
196
|
-
`void`
|
197
|
-
|
198
|
-
#### Inherited from
|
199
|
-
|
200
|
-
Error.captureStackTrace
|
201
|
-
|
202
|
-
#### Defined in
|
203
|
-
|
204
|
-
node_modules/@types/node/globals.d.ts:4
|
package/enums/Action.md
DELETED
@@ -1,250 +0,0 @@
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / Action
|
2
|
-
|
3
|
-
# Enumeration: Action
|
4
|
-
|
5
|
-
## Table of contents
|
6
|
-
|
7
|
-
### Enumeration Members
|
8
|
-
|
9
|
-
- [CHANGE\_REDONE](Action.md#change_redone)
|
10
|
-
- [CHANGE\_UNDONE](Action.md#change_undone)
|
11
|
-
- [CHANGING\_DATA](Action.md#changing_data)
|
12
|
-
- [DATA\_CHANGED](Action.md#data_changed)
|
13
|
-
- [DATA\_LOADED](Action.md#data_loaded)
|
14
|
-
- [DATA\_SAVED](Action.md#data_saved)
|
15
|
-
- [EDITION\_CANCELED](Action.md#edition_canceled)
|
16
|
-
- [LOADING\_DATA](Action.md#loading_data)
|
17
|
-
- [LOADING\_METADATA](Action.md#loading_metadata)
|
18
|
-
- [LOADING\_RECORD](Action.md#loading_record)
|
19
|
-
- [METADATA\_LOADED](Action.md#metadata_loaded)
|
20
|
-
- [NEXT\_SELECTED](Action.md#next_selected)
|
21
|
-
- [PREVIOUS\_SELECTED](Action.md#previous_selected)
|
22
|
-
- [RECORDS\_ADDED](Action.md#records_added)
|
23
|
-
- [RECORDS\_COPIED](Action.md#records_copied)
|
24
|
-
- [RECORDS\_REMOVED](Action.md#records_removed)
|
25
|
-
- [RECORD\_LOADED](Action.md#record_loaded)
|
26
|
-
- [REMOVING\_RECORDS](Action.md#removing_records)
|
27
|
-
- [SAVING\_DATA](Action.md#saving_data)
|
28
|
-
- [SELECTION\_CHANGED](Action.md#selection_changed)
|
29
|
-
- [STATE\_CHANGED](Action.md#state_changed)
|
30
|
-
- [WAITING\_CHANGE\_CANCELED](Action.md#waiting_change_canceled)
|
31
|
-
|
32
|
-
## Enumeration Members
|
33
|
-
|
34
|
-
### CHANGE\_REDONE
|
35
|
-
|
36
|
-
• **CHANGE\_REDONE** = ``"changeRedone"``
|
37
|
-
|
38
|
-
#### Defined in
|
39
|
-
|
40
|
-
src/dataunit/state/action/DataUnitAction.ts:50
|
41
|
-
|
42
|
-
___
|
43
|
-
|
44
|
-
### CHANGE\_UNDONE
|
45
|
-
|
46
|
-
• **CHANGE\_UNDONE** = ``"changeUndone"``
|
47
|
-
|
48
|
-
#### Defined in
|
49
|
-
|
50
|
-
src/dataunit/state/action/DataUnitAction.ts:49
|
51
|
-
|
52
|
-
___
|
53
|
-
|
54
|
-
### CHANGING\_DATA
|
55
|
-
|
56
|
-
• **CHANGING\_DATA** = ``"changingData"``
|
57
|
-
|
58
|
-
#### Defined in
|
59
|
-
|
60
|
-
src/dataunit/state/action/DataUnitAction.ts:44
|
61
|
-
|
62
|
-
___
|
63
|
-
|
64
|
-
### DATA\_CHANGED
|
65
|
-
|
66
|
-
• **DATA\_CHANGED** = ``"dataChanged"``
|
67
|
-
|
68
|
-
#### Defined in
|
69
|
-
|
70
|
-
src/dataunit/state/action/DataUnitAction.ts:46
|
71
|
-
|
72
|
-
___
|
73
|
-
|
74
|
-
### DATA\_LOADED
|
75
|
-
|
76
|
-
• **DATA\_LOADED** = ``"dataLoaded"``
|
77
|
-
|
78
|
-
#### Defined in
|
79
|
-
|
80
|
-
src/dataunit/state/action/DataUnitAction.ts:33
|
81
|
-
|
82
|
-
___
|
83
|
-
|
84
|
-
### DATA\_SAVED
|
85
|
-
|
86
|
-
• **DATA\_SAVED** = ``"dataSaved"``
|
87
|
-
|
88
|
-
#### Defined in
|
89
|
-
|
90
|
-
src/dataunit/state/action/DataUnitAction.ts:36
|
91
|
-
|
92
|
-
___
|
93
|
-
|
94
|
-
### EDITION\_CANCELED
|
95
|
-
|
96
|
-
• **EDITION\_CANCELED** = ``"editionCanceled"``
|
97
|
-
|
98
|
-
#### Defined in
|
99
|
-
|
100
|
-
src/dataunit/state/action/DataUnitAction.ts:48
|
101
|
-
|
102
|
-
___
|
103
|
-
|
104
|
-
### LOADING\_DATA
|
105
|
-
|
106
|
-
• **LOADING\_DATA** = ``"loadingData"``
|
107
|
-
|
108
|
-
#### Defined in
|
109
|
-
|
110
|
-
src/dataunit/state/action/DataUnitAction.ts:32
|
111
|
-
|
112
|
-
___
|
113
|
-
|
114
|
-
### LOADING\_METADATA
|
115
|
-
|
116
|
-
• **LOADING\_METADATA** = ``"loadingMetadata"``
|
117
|
-
|
118
|
-
#### Defined in
|
119
|
-
|
120
|
-
src/dataunit/state/action/DataUnitAction.ts:29
|
121
|
-
|
122
|
-
___
|
123
|
-
|
124
|
-
### LOADING\_RECORD
|
125
|
-
|
126
|
-
• **LOADING\_RECORD** = ``"loadingRecord"``
|
127
|
-
|
128
|
-
#### Defined in
|
129
|
-
|
130
|
-
src/dataunit/state/action/DataUnitAction.ts:58
|
131
|
-
|
132
|
-
___
|
133
|
-
|
134
|
-
### METADATA\_LOADED
|
135
|
-
|
136
|
-
• **METADATA\_LOADED** = ``"metadataLoaded"``
|
137
|
-
|
138
|
-
#### Defined in
|
139
|
-
|
140
|
-
src/dataunit/state/action/DataUnitAction.ts:30
|
141
|
-
|
142
|
-
___
|
143
|
-
|
144
|
-
### NEXT\_SELECTED
|
145
|
-
|
146
|
-
• **NEXT\_SELECTED** = ``"nextSelected"``
|
147
|
-
|
148
|
-
#### Defined in
|
149
|
-
|
150
|
-
src/dataunit/state/action/DataUnitAction.ts:53
|
151
|
-
|
152
|
-
___
|
153
|
-
|
154
|
-
### PREVIOUS\_SELECTED
|
155
|
-
|
156
|
-
• **PREVIOUS\_SELECTED** = ``"previousSelected"``
|
157
|
-
|
158
|
-
#### Defined in
|
159
|
-
|
160
|
-
src/dataunit/state/action/DataUnitAction.ts:54
|
161
|
-
|
162
|
-
___
|
163
|
-
|
164
|
-
### RECORDS\_ADDED
|
165
|
-
|
166
|
-
• **RECORDS\_ADDED** = ``"recordsAdded"``
|
167
|
-
|
168
|
-
#### Defined in
|
169
|
-
|
170
|
-
src/dataunit/state/action/DataUnitAction.ts:41
|
171
|
-
|
172
|
-
___
|
173
|
-
|
174
|
-
### RECORDS\_COPIED
|
175
|
-
|
176
|
-
• **RECORDS\_COPIED** = ``"recordsCopied"``
|
177
|
-
|
178
|
-
#### Defined in
|
179
|
-
|
180
|
-
src/dataunit/state/action/DataUnitAction.ts:42
|
181
|
-
|
182
|
-
___
|
183
|
-
|
184
|
-
### RECORDS\_REMOVED
|
185
|
-
|
186
|
-
• **RECORDS\_REMOVED** = ``"recordsRemoved"``
|
187
|
-
|
188
|
-
#### Defined in
|
189
|
-
|
190
|
-
src/dataunit/state/action/DataUnitAction.ts:39
|
191
|
-
|
192
|
-
___
|
193
|
-
|
194
|
-
### RECORD\_LOADED
|
195
|
-
|
196
|
-
• **RECORD\_LOADED** = ``"recordLoaded"``
|
197
|
-
|
198
|
-
#### Defined in
|
199
|
-
|
200
|
-
src/dataunit/state/action/DataUnitAction.ts:59
|
201
|
-
|
202
|
-
___
|
203
|
-
|
204
|
-
### REMOVING\_RECORDS
|
205
|
-
|
206
|
-
• **REMOVING\_RECORDS** = ``"removingRecords"``
|
207
|
-
|
208
|
-
#### Defined in
|
209
|
-
|
210
|
-
src/dataunit/state/action/DataUnitAction.ts:38
|
211
|
-
|
212
|
-
___
|
213
|
-
|
214
|
-
### SAVING\_DATA
|
215
|
-
|
216
|
-
• **SAVING\_DATA** = ``"savingData"``
|
217
|
-
|
218
|
-
#### Defined in
|
219
|
-
|
220
|
-
src/dataunit/state/action/DataUnitAction.ts:35
|
221
|
-
|
222
|
-
___
|
223
|
-
|
224
|
-
### SELECTION\_CHANGED
|
225
|
-
|
226
|
-
• **SELECTION\_CHANGED** = ``"selectionChanged"``
|
227
|
-
|
228
|
-
#### Defined in
|
229
|
-
|
230
|
-
src/dataunit/state/action/DataUnitAction.ts:52
|
231
|
-
|
232
|
-
___
|
233
|
-
|
234
|
-
### STATE\_CHANGED
|
235
|
-
|
236
|
-
• **STATE\_CHANGED** = ``"stateChanged"``
|
237
|
-
|
238
|
-
#### Defined in
|
239
|
-
|
240
|
-
src/dataunit/state/action/DataUnitAction.ts:56
|
241
|
-
|
242
|
-
___
|
243
|
-
|
244
|
-
### WAITING\_CHANGE\_CANCELED
|
245
|
-
|
246
|
-
• **WAITING\_CHANGE\_CANCELED** = ``"waitingChangeCanceled"``
|
247
|
-
|
248
|
-
#### Defined in
|
249
|
-
|
250
|
-
src/dataunit/state/action/DataUnitAction.ts:45
|
package/enums/ChangeOperation.md
DELETED
@@ -1,52 +0,0 @@
|
|
1
|
-
[@sankhyalabs/core](../README.md) / [Exports](../modules.md) / ChangeOperation
|
2
|
-
|
3
|
-
# Enumeration: ChangeOperation
|
4
|
-
|
5
|
-
## Table of contents
|
6
|
-
|
7
|
-
### Enumeration Members
|
8
|
-
|
9
|
-
- [COPY](ChangeOperation.md#copy)
|
10
|
-
- [DELETE](ChangeOperation.md#delete)
|
11
|
-
- [INSERT](ChangeOperation.md#insert)
|
12
|
-
- [UPDATE](ChangeOperation.md#update)
|
13
|
-
|
14
|
-
## Enumeration Members
|
15
|
-
|
16
|
-
### COPY
|
17
|
-
|
18
|
-
• **COPY** = ``"COPY"``
|
19
|
-
|
20
|
-
#### Defined in
|
21
|
-
|
22
|
-
src/dataunit/DataUnit.ts:570
|
23
|
-
|
24
|
-
___
|
25
|
-
|
26
|
-
### DELETE
|
27
|
-
|
28
|
-
• **DELETE** = ``"DELETE"``
|
29
|
-
|
30
|
-
#### Defined in
|
31
|
-
|
32
|
-
src/dataunit/DataUnit.ts:572
|
33
|
-
|
34
|
-
___
|
35
|
-
|
36
|
-
### INSERT
|
37
|
-
|
38
|
-
• **INSERT** = ``"INSERT"``
|
39
|
-
|
40
|
-
#### Defined in
|
41
|
-
|
42
|
-
src/dataunit/DataUnit.ts:569
|
43
|
-
|
44
|
-
___
|
45
|
-
|
46
|
-
### UPDATE
|
47
|
-
|
48
|
-
• **UPDATE** = ``"UPDATE"``
|
49
|
-
|
50
|
-
#### Defined in
|
51
|
-
|
52
|
-
src/dataunit/DataUnit.ts:571
|