@sankhyalabs/core-docs 4.2.0 → 4.2.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.
- package/classes/DataUnit.md +19 -19
- package/package.json +1 -1
package/classes/DataUnit.md
CHANGED
@@ -60,7 +60,6 @@
|
|
60
60
|
- [executeLoadData](DataUnit.md#executeloaddata)
|
61
61
|
- [getAddedRecords](DataUnit.md#getaddedrecords)
|
62
62
|
- [getAllChangesToSave](DataUnit.md#getallchangestosave)
|
63
|
-
- [getAllSelection](DataUnit.md#getallselection)
|
64
63
|
- [getChildDataunit](DataUnit.md#getchilddataunit)
|
65
64
|
- [getChildInfo](DataUnit.md#getchildinfo)
|
66
65
|
- [getField](DataUnit.md#getfield)
|
@@ -75,6 +74,7 @@
|
|
75
74
|
- [getRecordsByDataUnit](DataUnit.md#getrecordsbydataunit)
|
76
75
|
- [getSelectedRecord](DataUnit.md#getselectedrecord)
|
77
76
|
- [getSelectedRecords](DataUnit.md#getselectedrecords)
|
77
|
+
- [getSelection](DataUnit.md#getselection)
|
78
78
|
- [getSort](DataUnit.md#getsort)
|
79
79
|
- [gotoPage](DataUnit.md#gotopage)
|
80
80
|
- [hasCopiedRecord](DataUnit.md#hascopiedrecord)
|
@@ -967,24 +967,6 @@ src/dataunit/DataUnit.ts:424
|
|
967
967
|
|
968
968
|
___
|
969
969
|
|
970
|
-
### getAllSelection
|
971
|
-
|
972
|
-
▸ **getAllSelection**(): [`Record`](../interfaces/Record.md)[]
|
973
|
-
|
974
|
-
Obtém todos os registros selecionados.
|
975
|
-
|
976
|
-
#### Returns
|
977
|
-
|
978
|
-
[`Record`](../interfaces/Record.md)[]
|
979
|
-
|
980
|
-
- Lista de todos os registros selecionados.
|
981
|
-
|
982
|
-
#### Defined in
|
983
|
-
|
984
|
-
src/dataunit/DataUnit.ts:883
|
985
|
-
|
986
|
-
___
|
987
|
-
|
988
970
|
### getChildDataunit
|
989
971
|
|
990
972
|
▸ **getChildDataunit**(`name`): [`DataUnit`](DataUnit.md)
|
@@ -1277,6 +1259,24 @@ src/dataunit/DataUnit.ts:976
|
|
1277
1259
|
|
1278
1260
|
___
|
1279
1261
|
|
1262
|
+
### getSelection
|
1263
|
+
|
1264
|
+
▸ **getSelection**(): [`Record`](../interfaces/Record.md)[]
|
1265
|
+
|
1266
|
+
Obtém todos os registros selecionados.
|
1267
|
+
|
1268
|
+
#### Returns
|
1269
|
+
|
1270
|
+
[`Record`](../interfaces/Record.md)[]
|
1271
|
+
|
1272
|
+
- Lista de todos os registros selecionados.
|
1273
|
+
|
1274
|
+
#### Defined in
|
1275
|
+
|
1276
|
+
src/dataunit/DataUnit.ts:883
|
1277
|
+
|
1278
|
+
___
|
1279
|
+
|
1280
1280
|
### getSort
|
1281
1281
|
|
1282
1282
|
▸ **getSort**(): `undefined` \| [`Sort`](../interfaces/Sort.md)[]
|