@genesislcap/grid-pro 14.199.2-alpha-0c81553.0 → 14.199.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/README.md +111 -117
- package/dist/custom-elements.json +841 -2743
- package/dist/dts/datasource/base.datasource.d.ts +6 -22
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.datasource.d.ts +83 -27
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.grid-definitions.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +13 -13
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +2 -16
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +9 -79
- package/dist/esm/datasource/client-side.grid-definitions.js +1 -1
- package/dist/esm/datasource/server-side.datasource.js +396 -220
- package/dist/esm/datasource/server-side.grid-definitions.js +7 -42
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +61 -55
- package/dist/esm/grid-pro.js +4 -7
- package/dist/grid-pro.api.json +142 -21
- package/dist/grid-pro.d.ts +112 -77
- package/docs/api/grid-pro.gridpro.addeventlistener.md +2 -2
- package/docs/api/grid-pro.gridpro.md +1 -1
- package/docs/api/{grid-pro.gridprogenesisdatasource.destroy.md → grid-pro.gridprogenesisdatasource.auth.md} +3 -9
- package/docs/api/grid-pro.gridprogenesisdatasource.datasource.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.deinit.md +0 -5
- package/docs/api/grid-pro.gridprogenesisdatasource.disablepolling.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.handleerrors.md +2 -2
- package/docs/api/grid-pro.gridprogenesisdatasource.md +6 -2
- package/docs/api/grid-pro.gridprogenesisdatasource.pollinginterval.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.request.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.reset.md +1 -1
- package/docs/api-report.md +68 -19
- package/package.json +13 -13
- package/dist/dts/datasource/base.types.d.ts +0 -22
- package/dist/dts/datasource/base.types.d.ts.map +0 -1
- package/dist/dts/datasource/server-side.resource-base.d.ts +0 -55
- package/dist/dts/datasource/server-side.resource-base.d.ts.map +0 -1
- package/dist/dts/datasource/server-side.resource-dataserver.d.ts +0 -20
- package/dist/dts/datasource/server-side.resource-dataserver.d.ts.map +0 -1
- package/dist/dts/datasource/server-side.resource-reqrep.d.ts +0 -17
- package/dist/dts/datasource/server-side.resource-reqrep.d.ts.map +0 -1
- package/dist/esm/datasource/base.types.js +0 -1
- package/dist/esm/datasource/server-side.resource-base.js +0 -285
- package/dist/esm/datasource/server-side.resource-dataserver.js +0 -132
- package/dist/esm/datasource/server-side.resource-reqrep.js +0 -131
|
@@ -667,9 +667,9 @@
|
|
|
667
667
|
"name": "addEventListener",
|
|
668
668
|
"parameters": [
|
|
669
669
|
{
|
|
670
|
-
"name": "
|
|
670
|
+
"name": "type",
|
|
671
671
|
"type": {
|
|
672
|
-
"text": "
|
|
672
|
+
"text": "any"
|
|
673
673
|
}
|
|
674
674
|
},
|
|
675
675
|
{
|
|
@@ -690,7 +690,7 @@
|
|
|
690
690
|
"privacy": "private",
|
|
691
691
|
"parameters": [
|
|
692
692
|
{
|
|
693
|
-
"name": "
|
|
693
|
+
"name": "type",
|
|
694
694
|
"type": {
|
|
695
695
|
"text": "string"
|
|
696
696
|
}
|
|
@@ -5782,22 +5782,6 @@
|
|
|
5782
5782
|
"kind": "javascript-module",
|
|
5783
5783
|
"path": "src/datasource/base.datasource.ts",
|
|
5784
5784
|
"declarations": [
|
|
5785
|
-
{
|
|
5786
|
-
"kind": "variable",
|
|
5787
|
-
"name": "criteriaDelimiter",
|
|
5788
|
-
"type": {
|
|
5789
|
-
"text": "string"
|
|
5790
|
-
},
|
|
5791
|
-
"default": "';'"
|
|
5792
|
-
},
|
|
5793
|
-
{
|
|
5794
|
-
"kind": "variable",
|
|
5795
|
-
"name": "criteriaJoin",
|
|
5796
|
-
"type": {
|
|
5797
|
-
"text": "string"
|
|
5798
|
-
},
|
|
5799
|
-
"default": "' && '"
|
|
5800
|
-
},
|
|
5801
5785
|
{
|
|
5802
5786
|
"kind": "class",
|
|
5803
5787
|
"description": "",
|
|
@@ -5810,13 +5794,6 @@
|
|
|
5810
5794
|
"text": "Connect"
|
|
5811
5795
|
}
|
|
5812
5796
|
},
|
|
5813
|
-
{
|
|
5814
|
-
"kind": "field",
|
|
5815
|
-
"name": "datasource",
|
|
5816
|
-
"type": {
|
|
5817
|
-
"text": "Datasource"
|
|
5818
|
-
}
|
|
5819
|
-
},
|
|
5820
5797
|
{
|
|
5821
5798
|
"kind": "field",
|
|
5822
5799
|
"name": "deferredGridOptions",
|
|
@@ -5905,44 +5882,6 @@
|
|
|
5905
5882
|
},
|
|
5906
5883
|
"default": "false"
|
|
5907
5884
|
},
|
|
5908
|
-
{
|
|
5909
|
-
"kind": "field",
|
|
5910
|
-
"name": "viewNumber",
|
|
5911
|
-
"type": {
|
|
5912
|
-
"text": "number"
|
|
5913
|
-
}
|
|
5914
|
-
},
|
|
5915
|
-
{
|
|
5916
|
-
"kind": "field",
|
|
5917
|
-
"name": "pollingInterval",
|
|
5918
|
-
"type": {
|
|
5919
|
-
"text": "number"
|
|
5920
|
-
}
|
|
5921
|
-
},
|
|
5922
|
-
{
|
|
5923
|
-
"kind": "field",
|
|
5924
|
-
"name": "disablePolling",
|
|
5925
|
-
"type": {
|
|
5926
|
-
"text": "boolean"
|
|
5927
|
-
},
|
|
5928
|
-
"default": "false"
|
|
5929
|
-
},
|
|
5930
|
-
{
|
|
5931
|
-
"kind": "field",
|
|
5932
|
-
"name": "request",
|
|
5933
|
-
"type": {
|
|
5934
|
-
"text": "any"
|
|
5935
|
-
}
|
|
5936
|
-
},
|
|
5937
|
-
{
|
|
5938
|
-
"kind": "field",
|
|
5939
|
-
"name": "requestAutoSetup",
|
|
5940
|
-
"type": {
|
|
5941
|
-
"text": "boolean"
|
|
5942
|
-
},
|
|
5943
|
-
"default": "true",
|
|
5944
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up."
|
|
5945
|
-
},
|
|
5946
5885
|
{
|
|
5947
5886
|
"kind": "field",
|
|
5948
5887
|
"name": "rowIdAttr",
|
|
@@ -5966,83 +5905,14 @@
|
|
|
5966
5905
|
"privacy": "protected",
|
|
5967
5906
|
"readonly": true
|
|
5968
5907
|
},
|
|
5969
|
-
{
|
|
5970
|
-
"kind": "field",
|
|
5971
|
-
"name": "criteriaFromFilters",
|
|
5972
|
-
"type": {
|
|
5973
|
-
"text": "Map<string, string>"
|
|
5974
|
-
},
|
|
5975
|
-
"privacy": "protected",
|
|
5976
|
-
"default": "new Map()"
|
|
5977
|
-
},
|
|
5978
|
-
{
|
|
5979
|
-
"kind": "field",
|
|
5980
|
-
"name": "update",
|
|
5981
|
-
"type": {
|
|
5982
|
-
"text": "BehaviorSubject<Map<string, string>>"
|
|
5983
|
-
},
|
|
5984
|
-
"privacy": "protected",
|
|
5985
|
-
"default": "new BehaviorSubject(new Map())"
|
|
5986
|
-
},
|
|
5987
|
-
{
|
|
5988
|
-
"kind": "method",
|
|
5989
|
-
"name": "datasourceOptions",
|
|
5990
|
-
"privacy": "protected",
|
|
5991
|
-
"return": {
|
|
5992
|
-
"type": {
|
|
5993
|
-
"text": "DatasourceOptions"
|
|
5994
|
-
}
|
|
5995
|
-
}
|
|
5996
|
-
},
|
|
5997
|
-
{
|
|
5998
|
-
"kind": "method",
|
|
5999
|
-
"name": "buildCriteria",
|
|
6000
|
-
"privacy": "private",
|
|
6001
|
-
"return": {
|
|
6002
|
-
"type": {
|
|
6003
|
-
"text": "string"
|
|
6004
|
-
}
|
|
6005
|
-
}
|
|
6006
|
-
},
|
|
6007
|
-
{
|
|
6008
|
-
"kind": "method",
|
|
6009
|
-
"name": "setFilter",
|
|
6010
|
-
"privacy": "public",
|
|
6011
|
-
"parameters": [
|
|
6012
|
-
{
|
|
6013
|
-
"name": "fieldName",
|
|
6014
|
-
"type": {
|
|
6015
|
-
"text": "string"
|
|
6016
|
-
}
|
|
6017
|
-
},
|
|
6018
|
-
{
|
|
6019
|
-
"name": "newFilter",
|
|
6020
|
-
"type": {
|
|
6021
|
-
"text": "string"
|
|
6022
|
-
}
|
|
6023
|
-
}
|
|
6024
|
-
]
|
|
6025
|
-
},
|
|
6026
|
-
{
|
|
6027
|
-
"kind": "method",
|
|
6028
|
-
"name": "removeFilter",
|
|
6029
|
-
"privacy": "public",
|
|
6030
|
-
"parameters": [
|
|
6031
|
-
{
|
|
6032
|
-
"name": "fieldName",
|
|
6033
|
-
"type": {
|
|
6034
|
-
"text": "string"
|
|
6035
|
-
}
|
|
6036
|
-
}
|
|
6037
|
-
]
|
|
6038
|
-
},
|
|
6039
5908
|
{
|
|
6040
5909
|
"kind": "field",
|
|
6041
5910
|
"name": "isRequestServer",
|
|
6042
5911
|
"type": {
|
|
6043
5912
|
"text": "boolean"
|
|
6044
5913
|
},
|
|
6045
|
-
"
|
|
5914
|
+
"privacy": "protected",
|
|
5915
|
+
"default": "false"
|
|
6046
5916
|
},
|
|
6047
5917
|
{
|
|
6048
5918
|
"kind": "method",
|
|
@@ -6249,37 +6119,6 @@
|
|
|
6249
6119
|
"default": "false",
|
|
6250
6120
|
"fieldName": "reverse"
|
|
6251
6121
|
},
|
|
6252
|
-
{
|
|
6253
|
-
"name": "view-number",
|
|
6254
|
-
"type": {
|
|
6255
|
-
"text": "number"
|
|
6256
|
-
},
|
|
6257
|
-
"fieldName": "viewNumber"
|
|
6258
|
-
},
|
|
6259
|
-
{
|
|
6260
|
-
"name": "polling-interval",
|
|
6261
|
-
"type": {
|
|
6262
|
-
"text": "number"
|
|
6263
|
-
},
|
|
6264
|
-
"fieldName": "pollingInterval"
|
|
6265
|
-
},
|
|
6266
|
-
{
|
|
6267
|
-
"name": "disable-polling",
|
|
6268
|
-
"type": {
|
|
6269
|
-
"text": "boolean"
|
|
6270
|
-
},
|
|
6271
|
-
"default": "false",
|
|
6272
|
-
"fieldName": "disablePolling"
|
|
6273
|
-
},
|
|
6274
|
-
{
|
|
6275
|
-
"name": "request-auto-setup",
|
|
6276
|
-
"type": {
|
|
6277
|
-
"text": "boolean"
|
|
6278
|
-
},
|
|
6279
|
-
"default": "true",
|
|
6280
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
6281
|
-
"fieldName": "requestAutoSetup"
|
|
6282
|
-
},
|
|
6283
6122
|
{
|
|
6284
6123
|
"name": "row-id",
|
|
6285
6124
|
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
@@ -6524,17 +6363,6 @@
|
|
|
6524
6363
|
"module": "src/datasource/base.datasource.ts"
|
|
6525
6364
|
}
|
|
6526
6365
|
},
|
|
6527
|
-
{
|
|
6528
|
-
"kind": "field",
|
|
6529
|
-
"name": "datasource",
|
|
6530
|
-
"type": {
|
|
6531
|
-
"text": "Datasource"
|
|
6532
|
-
},
|
|
6533
|
-
"inheritedFrom": {
|
|
6534
|
-
"name": "GenesisGridDatasourceElement",
|
|
6535
|
-
"module": "src/datasource/base.datasource.ts"
|
|
6536
|
-
}
|
|
6537
|
-
},
|
|
6538
6366
|
{
|
|
6539
6367
|
"kind": "field",
|
|
6540
6368
|
"name": "deferredGridOptions",
|
|
@@ -6673,21 +6501,8 @@
|
|
|
6673
6501
|
},
|
|
6674
6502
|
{
|
|
6675
6503
|
"kind": "field",
|
|
6676
|
-
"name": "
|
|
6677
|
-
"
|
|
6678
|
-
"text": "number"
|
|
6679
|
-
},
|
|
6680
|
-
"inheritedFrom": {
|
|
6681
|
-
"name": "GenesisGridDatasourceElement",
|
|
6682
|
-
"module": "src/datasource/base.datasource.ts"
|
|
6683
|
-
}
|
|
6684
|
-
},
|
|
6685
|
-
{
|
|
6686
|
-
"kind": "field",
|
|
6687
|
-
"name": "pollingInterval",
|
|
6688
|
-
"type": {
|
|
6689
|
-
"text": "number"
|
|
6690
|
-
},
|
|
6504
|
+
"name": "rowIdAttr",
|
|
6505
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
6691
6506
|
"inheritedFrom": {
|
|
6692
6507
|
"name": "GenesisGridDatasourceElement",
|
|
6693
6508
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -6695,11 +6510,12 @@
|
|
|
6695
6510
|
},
|
|
6696
6511
|
{
|
|
6697
6512
|
"kind": "field",
|
|
6698
|
-
"name": "
|
|
6513
|
+
"name": "rowId",
|
|
6699
6514
|
"type": {
|
|
6700
|
-
"text": "
|
|
6515
|
+
"text": "string"
|
|
6701
6516
|
},
|
|
6702
|
-
"
|
|
6517
|
+
"privacy": "protected",
|
|
6518
|
+
"readonly": true,
|
|
6703
6519
|
"inheritedFrom": {
|
|
6704
6520
|
"name": "GenesisGridDatasourceElement",
|
|
6705
6521
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -6707,10 +6523,12 @@
|
|
|
6707
6523
|
},
|
|
6708
6524
|
{
|
|
6709
6525
|
"kind": "field",
|
|
6710
|
-
"name": "
|
|
6526
|
+
"name": "defaultRowIdByResourceType",
|
|
6711
6527
|
"type": {
|
|
6712
|
-
"text": "
|
|
6528
|
+
"text": "string"
|
|
6713
6529
|
},
|
|
6530
|
+
"privacy": "protected",
|
|
6531
|
+
"readonly": true,
|
|
6714
6532
|
"inheritedFrom": {
|
|
6715
6533
|
"name": "GenesisGridDatasourceElement",
|
|
6716
6534
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -6718,21 +6536,34 @@
|
|
|
6718
6536
|
},
|
|
6719
6537
|
{
|
|
6720
6538
|
"kind": "field",
|
|
6721
|
-
"name": "
|
|
6539
|
+
"name": "isRequestServer",
|
|
6722
6540
|
"type": {
|
|
6723
6541
|
"text": "boolean"
|
|
6724
6542
|
},
|
|
6725
|
-
"
|
|
6726
|
-
"
|
|
6543
|
+
"privacy": "protected",
|
|
6544
|
+
"default": "false",
|
|
6727
6545
|
"inheritedFrom": {
|
|
6728
6546
|
"name": "GenesisGridDatasourceElement",
|
|
6729
6547
|
"module": "src/datasource/base.datasource.ts"
|
|
6730
6548
|
}
|
|
6731
6549
|
},
|
|
6732
6550
|
{
|
|
6733
|
-
"kind": "
|
|
6734
|
-
"name": "
|
|
6735
|
-
"
|
|
6551
|
+
"kind": "method",
|
|
6552
|
+
"name": "datasourceStatusChanged",
|
|
6553
|
+
"parameters": [
|
|
6554
|
+
{
|
|
6555
|
+
"name": "prev",
|
|
6556
|
+
"type": {
|
|
6557
|
+
"text": "DatasourceStatus"
|
|
6558
|
+
}
|
|
6559
|
+
},
|
|
6560
|
+
{
|
|
6561
|
+
"name": "next",
|
|
6562
|
+
"type": {
|
|
6563
|
+
"text": "DatasourceStatus"
|
|
6564
|
+
}
|
|
6565
|
+
}
|
|
6566
|
+
],
|
|
6736
6567
|
"inheritedFrom": {
|
|
6737
6568
|
"name": "GenesisGridDatasourceElement",
|
|
6738
6569
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -6740,9 +6571,9 @@
|
|
|
6740
6571
|
},
|
|
6741
6572
|
{
|
|
6742
6573
|
"kind": "field",
|
|
6743
|
-
"name": "
|
|
6574
|
+
"name": "agGrid",
|
|
6744
6575
|
"type": {
|
|
6745
|
-
"text": "
|
|
6576
|
+
"text": "GridPro | null"
|
|
6746
6577
|
},
|
|
6747
6578
|
"privacy": "protected",
|
|
6748
6579
|
"readonly": true,
|
|
@@ -6753,192 +6584,38 @@
|
|
|
6753
6584
|
},
|
|
6754
6585
|
{
|
|
6755
6586
|
"kind": "field",
|
|
6756
|
-
"name": "
|
|
6587
|
+
"name": "_presentation",
|
|
6757
6588
|
"type": {
|
|
6758
|
-
"text": "
|
|
6589
|
+
"text": "ComponentPresentation | null | undefined"
|
|
6759
6590
|
},
|
|
6760
|
-
"privacy": "
|
|
6761
|
-
"
|
|
6591
|
+
"privacy": "private",
|
|
6592
|
+
"default": "void 0",
|
|
6762
6593
|
"inheritedFrom": {
|
|
6763
|
-
"name": "
|
|
6764
|
-
"module": "src/
|
|
6594
|
+
"name": "FoundationElement",
|
|
6595
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6765
6596
|
}
|
|
6766
6597
|
},
|
|
6767
6598
|
{
|
|
6768
6599
|
"kind": "field",
|
|
6769
|
-
"name": "
|
|
6600
|
+
"name": "$presentation",
|
|
6770
6601
|
"type": {
|
|
6771
|
-
"text": "
|
|
6602
|
+
"text": "ComponentPresentation | null"
|
|
6772
6603
|
},
|
|
6773
|
-
"privacy": "
|
|
6774
|
-
"
|
|
6604
|
+
"privacy": "public",
|
|
6605
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6775
6606
|
"inheritedFrom": {
|
|
6776
|
-
"name": "
|
|
6777
|
-
"module": "src/
|
|
6607
|
+
"name": "FoundationElement",
|
|
6608
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6778
6609
|
}
|
|
6779
6610
|
},
|
|
6780
6611
|
{
|
|
6781
6612
|
"kind": "field",
|
|
6782
|
-
"name": "
|
|
6613
|
+
"name": "template",
|
|
6783
6614
|
"type": {
|
|
6784
|
-
"text": "
|
|
6615
|
+
"text": "ElementViewTemplate | void | null"
|
|
6785
6616
|
},
|
|
6786
|
-
"privacy": "
|
|
6787
|
-
"
|
|
6788
|
-
"inheritedFrom": {
|
|
6789
|
-
"name": "GenesisGridDatasourceElement",
|
|
6790
|
-
"module": "src/datasource/base.datasource.ts"
|
|
6791
|
-
}
|
|
6792
|
-
},
|
|
6793
|
-
{
|
|
6794
|
-
"kind": "method",
|
|
6795
|
-
"name": "datasourceOptions",
|
|
6796
|
-
"privacy": "protected",
|
|
6797
|
-
"return": {
|
|
6798
|
-
"type": {
|
|
6799
|
-
"text": "DatasourceOptions"
|
|
6800
|
-
}
|
|
6801
|
-
},
|
|
6802
|
-
"inheritedFrom": {
|
|
6803
|
-
"name": "GenesisGridDatasourceElement",
|
|
6804
|
-
"module": "src/datasource/base.datasource.ts"
|
|
6805
|
-
}
|
|
6806
|
-
},
|
|
6807
|
-
{
|
|
6808
|
-
"kind": "method",
|
|
6809
|
-
"name": "buildCriteria",
|
|
6810
|
-
"privacy": "private",
|
|
6811
|
-
"return": {
|
|
6812
|
-
"type": {
|
|
6813
|
-
"text": "string"
|
|
6814
|
-
}
|
|
6815
|
-
},
|
|
6816
|
-
"inheritedFrom": {
|
|
6817
|
-
"name": "GenesisGridDatasourceElement",
|
|
6818
|
-
"module": "src/datasource/base.datasource.ts"
|
|
6819
|
-
}
|
|
6820
|
-
},
|
|
6821
|
-
{
|
|
6822
|
-
"kind": "method",
|
|
6823
|
-
"name": "setFilter",
|
|
6824
|
-
"privacy": "public",
|
|
6825
|
-
"parameters": [
|
|
6826
|
-
{
|
|
6827
|
-
"name": "fieldName",
|
|
6828
|
-
"type": {
|
|
6829
|
-
"text": "string"
|
|
6830
|
-
}
|
|
6831
|
-
},
|
|
6832
|
-
{
|
|
6833
|
-
"name": "newFilter",
|
|
6834
|
-
"type": {
|
|
6835
|
-
"text": "string"
|
|
6836
|
-
}
|
|
6837
|
-
}
|
|
6838
|
-
],
|
|
6839
|
-
"inheritedFrom": {
|
|
6840
|
-
"name": "GenesisGridDatasourceElement",
|
|
6841
|
-
"module": "src/datasource/base.datasource.ts"
|
|
6842
|
-
}
|
|
6843
|
-
},
|
|
6844
|
-
{
|
|
6845
|
-
"kind": "method",
|
|
6846
|
-
"name": "removeFilter",
|
|
6847
|
-
"privacy": "public",
|
|
6848
|
-
"parameters": [
|
|
6849
|
-
{
|
|
6850
|
-
"name": "fieldName",
|
|
6851
|
-
"type": {
|
|
6852
|
-
"text": "string"
|
|
6853
|
-
}
|
|
6854
|
-
}
|
|
6855
|
-
],
|
|
6856
|
-
"inheritedFrom": {
|
|
6857
|
-
"name": "GenesisGridDatasourceElement",
|
|
6858
|
-
"module": "src/datasource/base.datasource.ts"
|
|
6859
|
-
}
|
|
6860
|
-
},
|
|
6861
|
-
{
|
|
6862
|
-
"kind": "field",
|
|
6863
|
-
"name": "isRequestServer",
|
|
6864
|
-
"type": {
|
|
6865
|
-
"text": "boolean"
|
|
6866
|
-
},
|
|
6867
|
-
"readonly": true,
|
|
6868
|
-
"inheritedFrom": {
|
|
6869
|
-
"name": "GenesisGridDatasourceElement",
|
|
6870
|
-
"module": "src/datasource/base.datasource.ts"
|
|
6871
|
-
}
|
|
6872
|
-
},
|
|
6873
|
-
{
|
|
6874
|
-
"kind": "method",
|
|
6875
|
-
"name": "datasourceStatusChanged",
|
|
6876
|
-
"parameters": [
|
|
6877
|
-
{
|
|
6878
|
-
"name": "prev",
|
|
6879
|
-
"type": {
|
|
6880
|
-
"text": "DatasourceStatus"
|
|
6881
|
-
}
|
|
6882
|
-
},
|
|
6883
|
-
{
|
|
6884
|
-
"name": "next",
|
|
6885
|
-
"type": {
|
|
6886
|
-
"text": "DatasourceStatus"
|
|
6887
|
-
}
|
|
6888
|
-
}
|
|
6889
|
-
],
|
|
6890
|
-
"inheritedFrom": {
|
|
6891
|
-
"name": "GenesisGridDatasourceElement",
|
|
6892
|
-
"module": "src/datasource/base.datasource.ts"
|
|
6893
|
-
}
|
|
6894
|
-
},
|
|
6895
|
-
{
|
|
6896
|
-
"kind": "field",
|
|
6897
|
-
"name": "agGrid",
|
|
6898
|
-
"type": {
|
|
6899
|
-
"text": "GridPro | null"
|
|
6900
|
-
},
|
|
6901
|
-
"privacy": "protected",
|
|
6902
|
-
"readonly": true,
|
|
6903
|
-
"inheritedFrom": {
|
|
6904
|
-
"name": "GenesisGridDatasourceElement",
|
|
6905
|
-
"module": "src/datasource/base.datasource.ts"
|
|
6906
|
-
}
|
|
6907
|
-
},
|
|
6908
|
-
{
|
|
6909
|
-
"kind": "field",
|
|
6910
|
-
"name": "_presentation",
|
|
6911
|
-
"type": {
|
|
6912
|
-
"text": "ComponentPresentation | null | undefined"
|
|
6913
|
-
},
|
|
6914
|
-
"privacy": "private",
|
|
6915
|
-
"default": "void 0",
|
|
6916
|
-
"inheritedFrom": {
|
|
6917
|
-
"name": "FoundationElement",
|
|
6918
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6919
|
-
}
|
|
6920
|
-
},
|
|
6921
|
-
{
|
|
6922
|
-
"kind": "field",
|
|
6923
|
-
"name": "$presentation",
|
|
6924
|
-
"type": {
|
|
6925
|
-
"text": "ComponentPresentation | null"
|
|
6926
|
-
},
|
|
6927
|
-
"privacy": "public",
|
|
6928
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6929
|
-
"inheritedFrom": {
|
|
6930
|
-
"name": "FoundationElement",
|
|
6931
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6932
|
-
}
|
|
6933
|
-
},
|
|
6934
|
-
{
|
|
6935
|
-
"kind": "field",
|
|
6936
|
-
"name": "template",
|
|
6937
|
-
"type": {
|
|
6938
|
-
"text": "ElementViewTemplate | void | null"
|
|
6939
|
-
},
|
|
6940
|
-
"privacy": "public",
|
|
6941
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
6617
|
+
"privacy": "public",
|
|
6618
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
6942
6619
|
"inheritedFrom": {
|
|
6943
6620
|
"name": "FoundationElement",
|
|
6944
6621
|
"module": "src/foundation-element/foundation-element.ts"
|
|
@@ -7124,60 +6801,36 @@
|
|
|
7124
6801
|
}
|
|
7125
6802
|
},
|
|
7126
6803
|
{
|
|
7127
|
-
"name": "
|
|
7128
|
-
"
|
|
7129
|
-
|
|
7130
|
-
},
|
|
7131
|
-
"fieldName": "viewNumber",
|
|
7132
|
-
"inheritedFrom": {
|
|
7133
|
-
"name": "GenesisGridDatasourceElement",
|
|
7134
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7135
|
-
}
|
|
7136
|
-
},
|
|
7137
|
-
{
|
|
7138
|
-
"name": "polling-interval",
|
|
7139
|
-
"type": {
|
|
7140
|
-
"text": "number"
|
|
7141
|
-
},
|
|
7142
|
-
"fieldName": "pollingInterval",
|
|
6804
|
+
"name": "row-id",
|
|
6805
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
6806
|
+
"fieldName": "rowIdAttr",
|
|
7143
6807
|
"inheritedFrom": {
|
|
7144
6808
|
"name": "GenesisGridDatasourceElement",
|
|
7145
6809
|
"module": "src/datasource/base.datasource.ts"
|
|
7146
6810
|
}
|
|
7147
|
-
}
|
|
6811
|
+
}
|
|
6812
|
+
]
|
|
6813
|
+
},
|
|
6814
|
+
{
|
|
6815
|
+
"kind": "class",
|
|
6816
|
+
"description": "",
|
|
6817
|
+
"name": "StreamBaseDatasource",
|
|
6818
|
+
"members": [
|
|
7148
6819
|
{
|
|
7149
|
-
"
|
|
6820
|
+
"kind": "field",
|
|
6821
|
+
"name": "rowId",
|
|
7150
6822
|
"type": {
|
|
7151
|
-
"text": "
|
|
6823
|
+
"text": "string"
|
|
7152
6824
|
},
|
|
7153
|
-
"
|
|
7154
|
-
"fieldName": "disablePolling",
|
|
7155
|
-
"inheritedFrom": {
|
|
7156
|
-
"name": "GenesisGridDatasourceElement",
|
|
7157
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7158
|
-
}
|
|
6825
|
+
"privacy": "protected"
|
|
7159
6826
|
},
|
|
7160
6827
|
{
|
|
7161
|
-
"
|
|
6828
|
+
"kind": "field",
|
|
6829
|
+
"name": "rowData",
|
|
7162
6830
|
"type": {
|
|
7163
|
-
"text": "
|
|
6831
|
+
"text": "Map<string, any>"
|
|
7164
6832
|
},
|
|
7165
|
-
"default": "
|
|
7166
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
7167
|
-
"fieldName": "requestAutoSetup",
|
|
7168
|
-
"inheritedFrom": {
|
|
7169
|
-
"name": "GenesisGridDatasourceElement",
|
|
7170
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7171
|
-
}
|
|
7172
|
-
},
|
|
7173
|
-
{
|
|
7174
|
-
"name": "row-id",
|
|
7175
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
7176
|
-
"fieldName": "rowIdAttr",
|
|
7177
|
-
"inheritedFrom": {
|
|
7178
|
-
"name": "GenesisGridDatasourceElement",
|
|
7179
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7180
|
-
}
|
|
6833
|
+
"default": "new Map()"
|
|
7181
6834
|
}
|
|
7182
6835
|
]
|
|
7183
6836
|
}
|
|
@@ -7185,44 +6838,30 @@
|
|
|
7185
6838
|
"exports": [
|
|
7186
6839
|
{
|
|
7187
6840
|
"kind": "js",
|
|
7188
|
-
"name": "
|
|
7189
|
-
"declaration": {
|
|
7190
|
-
"name": "criteriaDelimiter",
|
|
7191
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7192
|
-
}
|
|
7193
|
-
},
|
|
7194
|
-
{
|
|
7195
|
-
"kind": "js",
|
|
7196
|
-
"name": "criteriaJoin",
|
|
6841
|
+
"name": "GenesisGridDatasourceElement",
|
|
7197
6842
|
"declaration": {
|
|
7198
|
-
"name": "
|
|
6843
|
+
"name": "GenesisGridDatasourceElement",
|
|
7199
6844
|
"module": "src/datasource/base.datasource.ts"
|
|
7200
6845
|
}
|
|
7201
6846
|
},
|
|
7202
6847
|
{
|
|
7203
6848
|
"kind": "js",
|
|
7204
|
-
"name": "
|
|
6849
|
+
"name": "GridProBaseDatasource",
|
|
7205
6850
|
"declaration": {
|
|
7206
|
-
"name": "
|
|
6851
|
+
"name": "GridProBaseDatasource",
|
|
7207
6852
|
"module": "src/datasource/base.datasource.ts"
|
|
7208
6853
|
}
|
|
7209
6854
|
},
|
|
7210
6855
|
{
|
|
7211
6856
|
"kind": "js",
|
|
7212
|
-
"name": "
|
|
6857
|
+
"name": "StreamBaseDatasource",
|
|
7213
6858
|
"declaration": {
|
|
7214
|
-
"name": "
|
|
6859
|
+
"name": "StreamBaseDatasource",
|
|
7215
6860
|
"module": "src/datasource/base.datasource.ts"
|
|
7216
6861
|
}
|
|
7217
6862
|
}
|
|
7218
6863
|
]
|
|
7219
6864
|
},
|
|
7220
|
-
{
|
|
7221
|
-
"kind": "javascript-module",
|
|
7222
|
-
"path": "src/datasource/base.types.ts",
|
|
7223
|
-
"declarations": [],
|
|
7224
|
-
"exports": []
|
|
7225
|
-
},
|
|
7226
6865
|
{
|
|
7227
6866
|
"kind": "javascript-module",
|
|
7228
6867
|
"path": "src/datasource/client-side.datasource.ts",
|
|
@@ -7322,6 +6961,28 @@
|
|
|
7322
6961
|
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7323
6962
|
}
|
|
7324
6963
|
},
|
|
6964
|
+
{
|
|
6965
|
+
"kind": "field",
|
|
6966
|
+
"name": "auth",
|
|
6967
|
+
"type": {
|
|
6968
|
+
"text": "Auth"
|
|
6969
|
+
},
|
|
6970
|
+
"inheritedFrom": {
|
|
6971
|
+
"name": "GridProGenesisDatasource",
|
|
6972
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6973
|
+
}
|
|
6974
|
+
},
|
|
6975
|
+
{
|
|
6976
|
+
"kind": "field",
|
|
6977
|
+
"name": "datasource",
|
|
6978
|
+
"type": {
|
|
6979
|
+
"text": "Datasource"
|
|
6980
|
+
},
|
|
6981
|
+
"inheritedFrom": {
|
|
6982
|
+
"name": "GridProGenesisDatasource",
|
|
6983
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6984
|
+
}
|
|
6985
|
+
},
|
|
7325
6986
|
{
|
|
7326
6987
|
"kind": "field",
|
|
7327
6988
|
"name": "applyFuncName",
|
|
@@ -7371,11 +7032,45 @@
|
|
|
7371
7032
|
}
|
|
7372
7033
|
},
|
|
7373
7034
|
{
|
|
7374
|
-
"kind": "
|
|
7375
|
-
"name": "
|
|
7376
|
-
"
|
|
7377
|
-
|
|
7378
|
-
|
|
7035
|
+
"kind": "field",
|
|
7036
|
+
"name": "pollingInterval",
|
|
7037
|
+
"type": {
|
|
7038
|
+
"text": "number"
|
|
7039
|
+
},
|
|
7040
|
+
"inheritedFrom": {
|
|
7041
|
+
"name": "GridProGenesisDatasource",
|
|
7042
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7043
|
+
}
|
|
7044
|
+
},
|
|
7045
|
+
{
|
|
7046
|
+
"kind": "field",
|
|
7047
|
+
"name": "disablePolling",
|
|
7048
|
+
"type": {
|
|
7049
|
+
"text": "boolean"
|
|
7050
|
+
},
|
|
7051
|
+
"default": "false",
|
|
7052
|
+
"inheritedFrom": {
|
|
7053
|
+
"name": "GridProGenesisDatasource",
|
|
7054
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7055
|
+
}
|
|
7056
|
+
},
|
|
7057
|
+
{
|
|
7058
|
+
"kind": "field",
|
|
7059
|
+
"name": "request",
|
|
7060
|
+
"type": {
|
|
7061
|
+
"text": "any"
|
|
7062
|
+
},
|
|
7063
|
+
"inheritedFrom": {
|
|
7064
|
+
"name": "GridProGenesisDatasource",
|
|
7065
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7066
|
+
}
|
|
7067
|
+
},
|
|
7068
|
+
{
|
|
7069
|
+
"kind": "method",
|
|
7070
|
+
"name": "requestChanged",
|
|
7071
|
+
"parameters": [
|
|
7072
|
+
{
|
|
7073
|
+
"name": "oldRequest",
|
|
7379
7074
|
"type": {
|
|
7380
7075
|
"text": "string"
|
|
7381
7076
|
}
|
|
@@ -7487,6 +7182,32 @@
|
|
|
7487
7182
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7488
7183
|
}
|
|
7489
7184
|
},
|
|
7185
|
+
{
|
|
7186
|
+
"kind": "field",
|
|
7187
|
+
"name": "criteriaFromFilters",
|
|
7188
|
+
"type": {
|
|
7189
|
+
"text": "Map<string, string>"
|
|
7190
|
+
},
|
|
7191
|
+
"privacy": "private",
|
|
7192
|
+
"default": "new Map()",
|
|
7193
|
+
"inheritedFrom": {
|
|
7194
|
+
"name": "GridProGenesisDatasource",
|
|
7195
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7196
|
+
}
|
|
7197
|
+
},
|
|
7198
|
+
{
|
|
7199
|
+
"kind": "field",
|
|
7200
|
+
"name": "update",
|
|
7201
|
+
"type": {
|
|
7202
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
7203
|
+
},
|
|
7204
|
+
"privacy": "private",
|
|
7205
|
+
"default": "new BehaviorSubject(new Map())",
|
|
7206
|
+
"inheritedFrom": {
|
|
7207
|
+
"name": "GridProGenesisDatasource",
|
|
7208
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7209
|
+
}
|
|
7210
|
+
},
|
|
7490
7211
|
{
|
|
7491
7212
|
"kind": "method",
|
|
7492
7213
|
"name": "colDefsDeepClone",
|
|
@@ -7543,21 +7264,10 @@
|
|
|
7543
7264
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7544
7265
|
}
|
|
7545
7266
|
},
|
|
7546
|
-
{
|
|
7547
|
-
"kind": "method",
|
|
7548
|
-
"name": "destroy",
|
|
7549
|
-
"description": "Destroys the datasource, resetting it to its initial state.",
|
|
7550
|
-
"privacy": "public",
|
|
7551
|
-
"inheritedFrom": {
|
|
7552
|
-
"name": "GridProGenesisDatasource",
|
|
7553
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7554
|
-
}
|
|
7555
|
-
},
|
|
7556
7267
|
{
|
|
7557
7268
|
"kind": "method",
|
|
7558
7269
|
"name": "deinit",
|
|
7559
7270
|
"description": "Deinitialises the datasource, resetting it to its initial state.",
|
|
7560
|
-
"deprecated": "Use `destroy` instead",
|
|
7561
7271
|
"privacy": "public",
|
|
7562
7272
|
"inheritedFrom": {
|
|
7563
7273
|
"name": "GridProGenesisDatasource",
|
|
@@ -7569,7 +7279,7 @@
|
|
|
7569
7279
|
"name": "reset",
|
|
7570
7280
|
"description": "Resets the datasource to its initial state.",
|
|
7571
7281
|
"privacy": "public",
|
|
7572
|
-
"deprecated": "Use `
|
|
7282
|
+
"deprecated": "Use `deinit` instead",
|
|
7573
7283
|
"inheritedFrom": {
|
|
7574
7284
|
"name": "GridProGenesisDatasource",
|
|
7575
7285
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -7613,9 +7323,9 @@
|
|
|
7613
7323
|
"name": "handleErrors",
|
|
7614
7324
|
"parameters": [
|
|
7615
7325
|
{
|
|
7616
|
-
"name": "
|
|
7326
|
+
"name": "message",
|
|
7617
7327
|
"type": {
|
|
7618
|
-
"text": "string
|
|
7328
|
+
"text": "string"
|
|
7619
7329
|
}
|
|
7620
7330
|
}
|
|
7621
7331
|
],
|
|
@@ -7624,6 +7334,20 @@
|
|
|
7624
7334
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7625
7335
|
}
|
|
7626
7336
|
},
|
|
7337
|
+
{
|
|
7338
|
+
"kind": "method",
|
|
7339
|
+
"name": "datasourceOptions",
|
|
7340
|
+
"privacy": "private",
|
|
7341
|
+
"return": {
|
|
7342
|
+
"type": {
|
|
7343
|
+
"text": "DatasourceOptions"
|
|
7344
|
+
}
|
|
7345
|
+
},
|
|
7346
|
+
"inheritedFrom": {
|
|
7347
|
+
"name": "GridProGenesisDatasource",
|
|
7348
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7349
|
+
}
|
|
7350
|
+
},
|
|
7627
7351
|
{
|
|
7628
7352
|
"kind": "method",
|
|
7629
7353
|
"name": "handleStreamResult",
|
|
@@ -7692,6 +7416,20 @@
|
|
|
7692
7416
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7693
7417
|
}
|
|
7694
7418
|
},
|
|
7419
|
+
{
|
|
7420
|
+
"kind": "method",
|
|
7421
|
+
"name": "buildCriteria",
|
|
7422
|
+
"privacy": "private",
|
|
7423
|
+
"return": {
|
|
7424
|
+
"type": {
|
|
7425
|
+
"text": "string"
|
|
7426
|
+
}
|
|
7427
|
+
},
|
|
7428
|
+
"inheritedFrom": {
|
|
7429
|
+
"name": "GridProGenesisDatasource",
|
|
7430
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7431
|
+
}
|
|
7432
|
+
},
|
|
7695
7433
|
{
|
|
7696
7434
|
"kind": "method",
|
|
7697
7435
|
"name": "setFilter",
|
|
@@ -7711,8 +7449,8 @@
|
|
|
7711
7449
|
}
|
|
7712
7450
|
],
|
|
7713
7451
|
"inheritedFrom": {
|
|
7714
|
-
"name": "
|
|
7715
|
-
"module": "src/datasource/
|
|
7452
|
+
"name": "GridProGenesisDatasource",
|
|
7453
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7716
7454
|
}
|
|
7717
7455
|
},
|
|
7718
7456
|
{
|
|
@@ -7728,8 +7466,8 @@
|
|
|
7728
7466
|
}
|
|
7729
7467
|
],
|
|
7730
7468
|
"inheritedFrom": {
|
|
7731
|
-
"name": "
|
|
7732
|
-
"module": "src/datasource/
|
|
7469
|
+
"name": "GridProGenesisDatasource",
|
|
7470
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7733
7471
|
}
|
|
7734
7472
|
},
|
|
7735
7473
|
{
|
|
@@ -8018,17 +7756,6 @@
|
|
|
8018
7756
|
"module": "src/datasource/base.datasource.ts"
|
|
8019
7757
|
}
|
|
8020
7758
|
},
|
|
8021
|
-
{
|
|
8022
|
-
"kind": "field",
|
|
8023
|
-
"name": "datasource",
|
|
8024
|
-
"type": {
|
|
8025
|
-
"text": "Datasource"
|
|
8026
|
-
},
|
|
8027
|
-
"inheritedFrom": {
|
|
8028
|
-
"name": "GenesisGridDatasourceElement",
|
|
8029
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8030
|
-
}
|
|
8031
|
-
},
|
|
8032
7759
|
{
|
|
8033
7760
|
"kind": "field",
|
|
8034
7761
|
"name": "deferredGridOptions",
|
|
@@ -8165,64 +7892,6 @@
|
|
|
8165
7892
|
"module": "src/datasource/base.datasource.ts"
|
|
8166
7893
|
}
|
|
8167
7894
|
},
|
|
8168
|
-
{
|
|
8169
|
-
"kind": "field",
|
|
8170
|
-
"name": "viewNumber",
|
|
8171
|
-
"type": {
|
|
8172
|
-
"text": "number"
|
|
8173
|
-
},
|
|
8174
|
-
"inheritedFrom": {
|
|
8175
|
-
"name": "GenesisGridDatasourceElement",
|
|
8176
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8177
|
-
}
|
|
8178
|
-
},
|
|
8179
|
-
{
|
|
8180
|
-
"kind": "field",
|
|
8181
|
-
"name": "pollingInterval",
|
|
8182
|
-
"type": {
|
|
8183
|
-
"text": "number"
|
|
8184
|
-
},
|
|
8185
|
-
"inheritedFrom": {
|
|
8186
|
-
"name": "GenesisGridDatasourceElement",
|
|
8187
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8188
|
-
}
|
|
8189
|
-
},
|
|
8190
|
-
{
|
|
8191
|
-
"kind": "field",
|
|
8192
|
-
"name": "disablePolling",
|
|
8193
|
-
"type": {
|
|
8194
|
-
"text": "boolean"
|
|
8195
|
-
},
|
|
8196
|
-
"default": "false",
|
|
8197
|
-
"inheritedFrom": {
|
|
8198
|
-
"name": "GenesisGridDatasourceElement",
|
|
8199
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8200
|
-
}
|
|
8201
|
-
},
|
|
8202
|
-
{
|
|
8203
|
-
"kind": "field",
|
|
8204
|
-
"name": "request",
|
|
8205
|
-
"type": {
|
|
8206
|
-
"text": "any"
|
|
8207
|
-
},
|
|
8208
|
-
"inheritedFrom": {
|
|
8209
|
-
"name": "GenesisGridDatasourceElement",
|
|
8210
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8211
|
-
}
|
|
8212
|
-
},
|
|
8213
|
-
{
|
|
8214
|
-
"kind": "field",
|
|
8215
|
-
"name": "requestAutoSetup",
|
|
8216
|
-
"type": {
|
|
8217
|
-
"text": "boolean"
|
|
8218
|
-
},
|
|
8219
|
-
"default": "true",
|
|
8220
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
8221
|
-
"inheritedFrom": {
|
|
8222
|
-
"name": "GenesisGridDatasourceElement",
|
|
8223
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8224
|
-
}
|
|
8225
|
-
},
|
|
8226
7895
|
{
|
|
8227
7896
|
"kind": "field",
|
|
8228
7897
|
"name": "rowIdAttr",
|
|
@@ -8258,67 +7927,14 @@
|
|
|
8258
7927
|
"module": "src/datasource/base.datasource.ts"
|
|
8259
7928
|
}
|
|
8260
7929
|
},
|
|
8261
|
-
{
|
|
8262
|
-
"kind": "field",
|
|
8263
|
-
"name": "criteriaFromFilters",
|
|
8264
|
-
"type": {
|
|
8265
|
-
"text": "Map<string, string>"
|
|
8266
|
-
},
|
|
8267
|
-
"privacy": "protected",
|
|
8268
|
-
"default": "new Map()",
|
|
8269
|
-
"inheritedFrom": {
|
|
8270
|
-
"name": "GenesisGridDatasourceElement",
|
|
8271
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8272
|
-
}
|
|
8273
|
-
},
|
|
8274
|
-
{
|
|
8275
|
-
"kind": "field",
|
|
8276
|
-
"name": "update",
|
|
8277
|
-
"type": {
|
|
8278
|
-
"text": "BehaviorSubject<Map<string, string>>"
|
|
8279
|
-
},
|
|
8280
|
-
"privacy": "protected",
|
|
8281
|
-
"default": "new BehaviorSubject(new Map())",
|
|
8282
|
-
"inheritedFrom": {
|
|
8283
|
-
"name": "GenesisGridDatasourceElement",
|
|
8284
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8285
|
-
}
|
|
8286
|
-
},
|
|
8287
|
-
{
|
|
8288
|
-
"kind": "method",
|
|
8289
|
-
"name": "datasourceOptions",
|
|
8290
|
-
"privacy": "protected",
|
|
8291
|
-
"return": {
|
|
8292
|
-
"type": {
|
|
8293
|
-
"text": "DatasourceOptions"
|
|
8294
|
-
}
|
|
8295
|
-
},
|
|
8296
|
-
"inheritedFrom": {
|
|
8297
|
-
"name": "GenesisGridDatasourceElement",
|
|
8298
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8299
|
-
}
|
|
8300
|
-
},
|
|
8301
|
-
{
|
|
8302
|
-
"kind": "method",
|
|
8303
|
-
"name": "buildCriteria",
|
|
8304
|
-
"privacy": "private",
|
|
8305
|
-
"return": {
|
|
8306
|
-
"type": {
|
|
8307
|
-
"text": "string"
|
|
8308
|
-
}
|
|
8309
|
-
},
|
|
8310
|
-
"inheritedFrom": {
|
|
8311
|
-
"name": "GenesisGridDatasourceElement",
|
|
8312
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8313
|
-
}
|
|
8314
|
-
},
|
|
8315
7930
|
{
|
|
8316
7931
|
"kind": "field",
|
|
8317
7932
|
"name": "isRequestServer",
|
|
8318
7933
|
"type": {
|
|
8319
7934
|
"text": "boolean"
|
|
8320
7935
|
},
|
|
8321
|
-
"
|
|
7936
|
+
"privacy": "protected",
|
|
7937
|
+
"default": "false",
|
|
8322
7938
|
"inheritedFrom": {
|
|
8323
7939
|
"name": "GenesisGridDatasourceElement",
|
|
8324
7940
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -8473,38 +8089,61 @@
|
|
|
8473
8089
|
],
|
|
8474
8090
|
"attributes": [
|
|
8475
8091
|
{
|
|
8476
|
-
"name": "
|
|
8092
|
+
"name": "polling-interval",
|
|
8477
8093
|
"type": {
|
|
8478
|
-
"text": "
|
|
8094
|
+
"text": "number"
|
|
8479
8095
|
},
|
|
8480
|
-
"
|
|
8481
|
-
"fieldName": "restartOnReconnection",
|
|
8096
|
+
"fieldName": "pollingInterval",
|
|
8482
8097
|
"inheritedFrom": {
|
|
8483
8098
|
"name": "GridProGenesisDatasource",
|
|
8484
8099
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
8485
8100
|
}
|
|
8486
8101
|
},
|
|
8487
8102
|
{
|
|
8488
|
-
"name": "
|
|
8103
|
+
"name": "disable-polling",
|
|
8489
8104
|
"type": {
|
|
8490
8105
|
"text": "boolean"
|
|
8491
8106
|
},
|
|
8492
8107
|
"default": "false",
|
|
8493
|
-
"fieldName": "
|
|
8108
|
+
"fieldName": "disablePolling",
|
|
8494
8109
|
"inheritedFrom": {
|
|
8495
8110
|
"name": "GridProGenesisDatasource",
|
|
8496
8111
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
8497
8112
|
}
|
|
8498
8113
|
},
|
|
8499
8114
|
{
|
|
8500
|
-
"name": "
|
|
8115
|
+
"name": "restart-on-reconnection",
|
|
8501
8116
|
"type": {
|
|
8502
|
-
"text": "
|
|
8117
|
+
"text": "boolean"
|
|
8503
8118
|
},
|
|
8504
|
-
"
|
|
8119
|
+
"default": "false",
|
|
8120
|
+
"fieldName": "restartOnReconnection",
|
|
8505
8121
|
"inheritedFrom": {
|
|
8506
|
-
"name": "
|
|
8507
|
-
"module": "src/datasource/
|
|
8122
|
+
"name": "GridProGenesisDatasource",
|
|
8123
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
8124
|
+
}
|
|
8125
|
+
},
|
|
8126
|
+
{
|
|
8127
|
+
"name": "keep-col-defs-on-clear-row-data",
|
|
8128
|
+
"type": {
|
|
8129
|
+
"text": "boolean"
|
|
8130
|
+
},
|
|
8131
|
+
"default": "false",
|
|
8132
|
+
"fieldName": "keepColDefsOnClearRowData",
|
|
8133
|
+
"inheritedFrom": {
|
|
8134
|
+
"name": "GridProGenesisDatasource",
|
|
8135
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
8136
|
+
}
|
|
8137
|
+
},
|
|
8138
|
+
{
|
|
8139
|
+
"name": "criteria",
|
|
8140
|
+
"type": {
|
|
8141
|
+
"text": "string"
|
|
8142
|
+
},
|
|
8143
|
+
"fieldName": "criteria",
|
|
8144
|
+
"inheritedFrom": {
|
|
8145
|
+
"name": "GenesisGridDatasourceElement",
|
|
8146
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8508
8147
|
}
|
|
8509
8148
|
},
|
|
8510
8149
|
{
|
|
@@ -8597,53 +8236,6 @@
|
|
|
8597
8236
|
"module": "src/datasource/base.datasource.ts"
|
|
8598
8237
|
}
|
|
8599
8238
|
},
|
|
8600
|
-
{
|
|
8601
|
-
"name": "view-number",
|
|
8602
|
-
"type": {
|
|
8603
|
-
"text": "number"
|
|
8604
|
-
},
|
|
8605
|
-
"fieldName": "viewNumber",
|
|
8606
|
-
"inheritedFrom": {
|
|
8607
|
-
"name": "GenesisGridDatasourceElement",
|
|
8608
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8609
|
-
}
|
|
8610
|
-
},
|
|
8611
|
-
{
|
|
8612
|
-
"name": "polling-interval",
|
|
8613
|
-
"type": {
|
|
8614
|
-
"text": "number"
|
|
8615
|
-
},
|
|
8616
|
-
"fieldName": "pollingInterval",
|
|
8617
|
-
"inheritedFrom": {
|
|
8618
|
-
"name": "GenesisGridDatasourceElement",
|
|
8619
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8620
|
-
}
|
|
8621
|
-
},
|
|
8622
|
-
{
|
|
8623
|
-
"name": "disable-polling",
|
|
8624
|
-
"type": {
|
|
8625
|
-
"text": "boolean"
|
|
8626
|
-
},
|
|
8627
|
-
"default": "false",
|
|
8628
|
-
"fieldName": "disablePolling",
|
|
8629
|
-
"inheritedFrom": {
|
|
8630
|
-
"name": "GenesisGridDatasourceElement",
|
|
8631
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8632
|
-
}
|
|
8633
|
-
},
|
|
8634
|
-
{
|
|
8635
|
-
"name": "request-auto-setup",
|
|
8636
|
-
"type": {
|
|
8637
|
-
"text": "boolean"
|
|
8638
|
-
},
|
|
8639
|
-
"default": "true",
|
|
8640
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
8641
|
-
"fieldName": "requestAutoSetup",
|
|
8642
|
-
"inheritedFrom": {
|
|
8643
|
-
"name": "GenesisGridDatasourceElement",
|
|
8644
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8645
|
-
}
|
|
8646
|
-
},
|
|
8647
8239
|
{
|
|
8648
8240
|
"name": "row-id",
|
|
8649
8241
|
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
@@ -8753,228 +8345,488 @@
|
|
|
8753
8345
|
"declarations": [
|
|
8754
8346
|
{
|
|
8755
8347
|
"kind": "class",
|
|
8756
|
-
"description": "
|
|
8757
|
-
"name": "
|
|
8348
|
+
"description": "The IServerSideDatasource implementation, used for SSRM (Server-Side Row Model) in the grid.",
|
|
8349
|
+
"name": "StreamDatasource",
|
|
8758
8350
|
"members": [
|
|
8759
8351
|
{
|
|
8760
8352
|
"kind": "field",
|
|
8761
|
-
"name": "
|
|
8353
|
+
"name": "auth",
|
|
8762
8354
|
"type": {
|
|
8763
|
-
"text": "
|
|
8764
|
-
},
|
|
8765
|
-
"privacy": "protected",
|
|
8766
|
-
"default": "'applyServerSideTransaction'",
|
|
8767
|
-
"inheritedFrom": {
|
|
8768
|
-
"name": "GridProBaseDatasource",
|
|
8769
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8355
|
+
"text": "Auth"
|
|
8770
8356
|
}
|
|
8771
8357
|
},
|
|
8772
8358
|
{
|
|
8773
8359
|
"kind": "field",
|
|
8774
|
-
"name": "
|
|
8360
|
+
"name": "connect",
|
|
8361
|
+
"type": {
|
|
8362
|
+
"text": "Connect"
|
|
8363
|
+
}
|
|
8364
|
+
},
|
|
8365
|
+
{
|
|
8366
|
+
"kind": "field",
|
|
8367
|
+
"name": "dataserverStream",
|
|
8368
|
+
"type": {
|
|
8369
|
+
"text": "SocketObservable<FilteredDataServerResult>"
|
|
8370
|
+
}
|
|
8371
|
+
},
|
|
8372
|
+
{
|
|
8373
|
+
"kind": "field",
|
|
8374
|
+
"name": "dataserverStreamSubscription",
|
|
8375
|
+
"type": {
|
|
8376
|
+
"text": "SocketSubscription"
|
|
8377
|
+
}
|
|
8378
|
+
},
|
|
8379
|
+
{
|
|
8380
|
+
"kind": "field",
|
|
8381
|
+
"name": "createDataserverStreamFunc",
|
|
8382
|
+
"type": {
|
|
8383
|
+
"text": "(\n existingParams?: any,\n ) => Promise<SocketObservable<FilteredDataServerResult>>"
|
|
8384
|
+
}
|
|
8385
|
+
},
|
|
8386
|
+
{
|
|
8387
|
+
"kind": "field",
|
|
8388
|
+
"name": "resourceName",
|
|
8775
8389
|
"type": {
|
|
8776
8390
|
"text": "string"
|
|
8777
8391
|
},
|
|
8778
|
-
"privacy": "
|
|
8779
|
-
|
|
8780
|
-
|
|
8781
|
-
|
|
8782
|
-
|
|
8392
|
+
"privacy": "private"
|
|
8393
|
+
},
|
|
8394
|
+
{
|
|
8395
|
+
"kind": "field",
|
|
8396
|
+
"name": "resourceParams",
|
|
8397
|
+
"type": {
|
|
8398
|
+
"text": "any"
|
|
8783
8399
|
}
|
|
8784
8400
|
},
|
|
8785
8401
|
{
|
|
8786
8402
|
"kind": "field",
|
|
8787
|
-
"name": "
|
|
8403
|
+
"name": "resourceIndexes",
|
|
8788
8404
|
"type": {
|
|
8789
|
-
"text": "
|
|
8405
|
+
"text": "Map<string, [string]>"
|
|
8790
8406
|
},
|
|
8791
|
-
"
|
|
8407
|
+
"privacy": "private"
|
|
8408
|
+
},
|
|
8409
|
+
{
|
|
8410
|
+
"kind": "field",
|
|
8411
|
+
"name": "resourceColDefs",
|
|
8412
|
+
"type": {
|
|
8413
|
+
"text": "MetadataDetail[]"
|
|
8414
|
+
},
|
|
8415
|
+
"privacy": "private"
|
|
8416
|
+
},
|
|
8417
|
+
{
|
|
8418
|
+
"kind": "field",
|
|
8419
|
+
"name": "maxRows",
|
|
8420
|
+
"type": {
|
|
8421
|
+
"text": "number"
|
|
8422
|
+
},
|
|
8423
|
+
"privacy": "private"
|
|
8424
|
+
},
|
|
8425
|
+
{
|
|
8426
|
+
"kind": "field",
|
|
8427
|
+
"name": "maxView",
|
|
8428
|
+
"type": {
|
|
8429
|
+
"text": "number"
|
|
8430
|
+
},
|
|
8431
|
+
"privacy": "private"
|
|
8792
8432
|
},
|
|
8793
8433
|
{
|
|
8794
8434
|
"kind": "field",
|
|
8795
|
-
"name": "
|
|
8435
|
+
"name": "pagination",
|
|
8796
8436
|
"type": {
|
|
8797
8437
|
"text": "boolean"
|
|
8798
8438
|
},
|
|
8799
|
-
"
|
|
8800
|
-
"description": "The starting VIEW_NUMBER of the data to be fetched."
|
|
8439
|
+
"privacy": "private"
|
|
8801
8440
|
},
|
|
8802
8441
|
{
|
|
8803
8442
|
"kind": "field",
|
|
8804
|
-
"name": "
|
|
8443
|
+
"name": "streamSourceRef",
|
|
8444
|
+
"type": {
|
|
8445
|
+
"text": "string"
|
|
8446
|
+
}
|
|
8447
|
+
},
|
|
8448
|
+
{
|
|
8449
|
+
"kind": "field",
|
|
8450
|
+
"name": "moreRows",
|
|
8805
8451
|
"type": {
|
|
8806
8452
|
"text": "boolean"
|
|
8807
8453
|
},
|
|
8808
|
-
"
|
|
8809
|
-
"
|
|
8454
|
+
"privacy": "private",
|
|
8455
|
+
"default": "false"
|
|
8810
8456
|
},
|
|
8811
8457
|
{
|
|
8812
8458
|
"kind": "field",
|
|
8813
|
-
"name": "
|
|
8459
|
+
"name": "calculatedRowsCount",
|
|
8814
8460
|
"type": {
|
|
8815
|
-
"text": "
|
|
8461
|
+
"text": "number"
|
|
8816
8462
|
},
|
|
8817
|
-
"
|
|
8818
|
-
|
|
8819
|
-
|
|
8463
|
+
"privacy": "private",
|
|
8464
|
+
"default": "0"
|
|
8465
|
+
},
|
|
8466
|
+
{
|
|
8467
|
+
"kind": "field",
|
|
8468
|
+
"name": "lastSequenceId",
|
|
8469
|
+
"type": {
|
|
8470
|
+
"text": "number"
|
|
8820
8471
|
},
|
|
8821
|
-
"
|
|
8472
|
+
"privacy": "private",
|
|
8473
|
+
"default": "0"
|
|
8822
8474
|
},
|
|
8823
8475
|
{
|
|
8824
8476
|
"kind": "field",
|
|
8825
|
-
"name": "
|
|
8477
|
+
"name": "currentFilterModel",
|
|
8826
8478
|
"type": {
|
|
8827
|
-
"text": "
|
|
8479
|
+
"text": "any"
|
|
8828
8480
|
},
|
|
8829
8481
|
"privacy": "private"
|
|
8830
8482
|
},
|
|
8831
8483
|
{
|
|
8832
8484
|
"kind": "field",
|
|
8833
|
-
"name": "
|
|
8485
|
+
"name": "originalCriteriaMatch",
|
|
8834
8486
|
"type": {
|
|
8835
|
-
"text": "
|
|
8487
|
+
"text": "string | string[]"
|
|
8836
8488
|
},
|
|
8837
8489
|
"privacy": "private"
|
|
8838
8490
|
},
|
|
8839
8491
|
{
|
|
8840
8492
|
"kind": "field",
|
|
8841
|
-
"name": "
|
|
8493
|
+
"name": "currentSortModel",
|
|
8842
8494
|
"type": {
|
|
8843
|
-
"text": "
|
|
8495
|
+
"text": "SortModelItem[]"
|
|
8844
8496
|
},
|
|
8845
8497
|
"privacy": "private"
|
|
8846
8498
|
},
|
|
8847
8499
|
{
|
|
8848
8500
|
"kind": "method",
|
|
8849
|
-
"name": "
|
|
8501
|
+
"name": "getRows",
|
|
8850
8502
|
"parameters": [
|
|
8851
8503
|
{
|
|
8852
|
-
"name": "
|
|
8853
|
-
"type": {
|
|
8854
|
-
"text": "string"
|
|
8855
|
-
}
|
|
8856
|
-
},
|
|
8857
|
-
{
|
|
8858
|
-
"name": "newValue",
|
|
8504
|
+
"name": "params",
|
|
8859
8505
|
"type": {
|
|
8860
|
-
"text": "
|
|
8506
|
+
"text": "IServerSideGetRowsParams"
|
|
8861
8507
|
}
|
|
8862
8508
|
}
|
|
8863
8509
|
]
|
|
8864
8510
|
},
|
|
8865
8511
|
{
|
|
8866
8512
|
"kind": "method",
|
|
8867
|
-
"name": "
|
|
8513
|
+
"name": "applyServerSideData",
|
|
8514
|
+
"privacy": "private",
|
|
8868
8515
|
"parameters": [
|
|
8869
8516
|
{
|
|
8870
|
-
"name": "
|
|
8517
|
+
"name": "params",
|
|
8871
8518
|
"type": {
|
|
8872
|
-
"text": "
|
|
8519
|
+
"text": "IServerSideGetRowsParams"
|
|
8873
8520
|
}
|
|
8874
8521
|
},
|
|
8875
8522
|
{
|
|
8876
|
-
"name": "
|
|
8523
|
+
"name": "result",
|
|
8877
8524
|
"type": {
|
|
8878
|
-
"text": "
|
|
8525
|
+
"text": "RawDataServerResult"
|
|
8879
8526
|
}
|
|
8880
8527
|
}
|
|
8881
8528
|
]
|
|
8882
8529
|
},
|
|
8883
8530
|
{
|
|
8884
8531
|
"kind": "method",
|
|
8885
|
-
"name": "
|
|
8532
|
+
"name": "sortMapByNumericKey",
|
|
8533
|
+
"privacy": "private",
|
|
8886
8534
|
"return": {
|
|
8887
8535
|
"type": {
|
|
8888
|
-
"text": "
|
|
8536
|
+
"text": "Map<string, any>"
|
|
8889
8537
|
}
|
|
8890
8538
|
},
|
|
8891
|
-
"inheritedFrom": {
|
|
8892
|
-
"name": "LifecycleMixin",
|
|
8893
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8894
|
-
}
|
|
8895
|
-
},
|
|
8896
|
-
{
|
|
8897
|
-
"kind": "method",
|
|
8898
|
-
"name": "init"
|
|
8899
|
-
},
|
|
8900
|
-
{
|
|
8901
|
-
"kind": "method",
|
|
8902
|
-
"name": "onPaginationChanged",
|
|
8903
8539
|
"parameters": [
|
|
8904
8540
|
{
|
|
8905
|
-
"name": "
|
|
8541
|
+
"name": "inputMap",
|
|
8906
8542
|
"type": {
|
|
8907
|
-
"text": "
|
|
8543
|
+
"text": "Map<string, any>"
|
|
8908
8544
|
}
|
|
8909
8545
|
}
|
|
8910
8546
|
]
|
|
8911
8547
|
},
|
|
8912
8548
|
{
|
|
8913
8549
|
"kind": "method",
|
|
8914
|
-
"name": "
|
|
8550
|
+
"name": "deinit"
|
|
8915
8551
|
},
|
|
8916
8552
|
{
|
|
8917
8553
|
"kind": "method",
|
|
8918
|
-
"name": "
|
|
8554
|
+
"name": "refreshDatasource",
|
|
8555
|
+
"privacy": "private",
|
|
8556
|
+
"return": {
|
|
8557
|
+
"type": {
|
|
8558
|
+
"text": "Promise<void>"
|
|
8559
|
+
}
|
|
8560
|
+
},
|
|
8561
|
+
"parameters": [
|
|
8562
|
+
{
|
|
8563
|
+
"name": "params",
|
|
8564
|
+
"type": {
|
|
8565
|
+
"text": "IServerSideGetRowsParams"
|
|
8566
|
+
}
|
|
8567
|
+
}
|
|
8568
|
+
]
|
|
8919
8569
|
},
|
|
8920
8570
|
{
|
|
8921
8571
|
"kind": "method",
|
|
8922
|
-
"name": "
|
|
8572
|
+
"name": "getOrderByAndToBeSortedColIds",
|
|
8923
8573
|
"privacy": "private",
|
|
8924
8574
|
"parameters": [
|
|
8925
8575
|
{
|
|
8926
|
-
"name": "
|
|
8927
|
-
|
|
8576
|
+
"name": "map"
|
|
8577
|
+
},
|
|
8578
|
+
{
|
|
8579
|
+
"name": "searchValue"
|
|
8928
8580
|
}
|
|
8929
8581
|
]
|
|
8930
8582
|
},
|
|
8931
8583
|
{
|
|
8932
8584
|
"kind": "method",
|
|
8933
|
-
"name": "
|
|
8585
|
+
"name": "handleCurrentStreamLoad",
|
|
8934
8586
|
"privacy": "private",
|
|
8935
8587
|
"return": {
|
|
8936
8588
|
"type": {
|
|
8937
|
-
"text": "
|
|
8589
|
+
"text": "any[]"
|
|
8938
8590
|
}
|
|
8939
8591
|
},
|
|
8940
8592
|
"parameters": [
|
|
8941
8593
|
{
|
|
8942
|
-
"name": "
|
|
8594
|
+
"name": "result",
|
|
8943
8595
|
"type": {
|
|
8944
|
-
"text": "
|
|
8596
|
+
"text": "FilteredDataServerResult"
|
|
8597
|
+
}
|
|
8598
|
+
}
|
|
8599
|
+
]
|
|
8600
|
+
},
|
|
8601
|
+
{
|
|
8602
|
+
"kind": "method",
|
|
8603
|
+
"name": "buildCriteriaMatchFromFilters",
|
|
8604
|
+
"privacy": "private",
|
|
8605
|
+
"return": {
|
|
8606
|
+
"type": {
|
|
8607
|
+
"text": "string"
|
|
8608
|
+
}
|
|
8609
|
+
}
|
|
8610
|
+
},
|
|
8611
|
+
{
|
|
8612
|
+
"kind": "method",
|
|
8613
|
+
"name": "criteriaFromFilters",
|
|
8614
|
+
"privacy": "private",
|
|
8615
|
+
"return": {
|
|
8616
|
+
"type": {
|
|
8617
|
+
"text": "string[]"
|
|
8618
|
+
}
|
|
8619
|
+
}
|
|
8620
|
+
},
|
|
8621
|
+
{
|
|
8622
|
+
"kind": "method",
|
|
8623
|
+
"name": "getFiltersByType",
|
|
8624
|
+
"privacy": "private",
|
|
8625
|
+
"parameters": [
|
|
8626
|
+
{
|
|
8627
|
+
"name": "filterType",
|
|
8628
|
+
"type": {
|
|
8629
|
+
"text": "string"
|
|
8945
8630
|
}
|
|
8946
8631
|
}
|
|
8947
8632
|
]
|
|
8948
8633
|
},
|
|
8949
8634
|
{
|
|
8950
8635
|
"kind": "field",
|
|
8951
|
-
"name": "
|
|
8952
|
-
"
|
|
8636
|
+
"name": "rowId",
|
|
8637
|
+
"type": {
|
|
8638
|
+
"text": "string"
|
|
8639
|
+
},
|
|
8640
|
+
"privacy": "protected",
|
|
8641
|
+
"inheritedFrom": {
|
|
8642
|
+
"name": "StreamBaseDatasource",
|
|
8643
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8644
|
+
}
|
|
8953
8645
|
},
|
|
8954
8646
|
{
|
|
8955
8647
|
"kind": "field",
|
|
8956
|
-
"name": "
|
|
8648
|
+
"name": "rowData",
|
|
8957
8649
|
"type": {
|
|
8958
|
-
"text": "
|
|
8650
|
+
"text": "Map<string, any>"
|
|
8959
8651
|
},
|
|
8960
|
-
"
|
|
8652
|
+
"default": "new Map()",
|
|
8653
|
+
"inheritedFrom": {
|
|
8654
|
+
"name": "StreamBaseDatasource",
|
|
8655
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8656
|
+
}
|
|
8657
|
+
}
|
|
8658
|
+
],
|
|
8659
|
+
"superclass": {
|
|
8660
|
+
"name": "StreamBaseDatasource",
|
|
8661
|
+
"module": "/src/datasource/base.datasource"
|
|
8662
|
+
}
|
|
8663
|
+
},
|
|
8664
|
+
{
|
|
8665
|
+
"kind": "class",
|
|
8666
|
+
"description": "A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.",
|
|
8667
|
+
"name": "GridProServerSideDatasource",
|
|
8668
|
+
"members": [
|
|
8669
|
+
{
|
|
8670
|
+
"kind": "field",
|
|
8671
|
+
"name": "applyFuncName",
|
|
8672
|
+
"type": {
|
|
8673
|
+
"text": "string"
|
|
8674
|
+
},
|
|
8675
|
+
"privacy": "protected",
|
|
8676
|
+
"default": "'applyServerSideTransaction'",
|
|
8677
|
+
"inheritedFrom": {
|
|
8678
|
+
"name": "GridProBaseDatasource",
|
|
8679
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8680
|
+
}
|
|
8681
|
+
},
|
|
8682
|
+
{
|
|
8683
|
+
"kind": "field",
|
|
8684
|
+
"name": "applyAsyncFuncName",
|
|
8685
|
+
"type": {
|
|
8686
|
+
"text": "string"
|
|
8687
|
+
},
|
|
8688
|
+
"privacy": "protected",
|
|
8689
|
+
"default": "'applyServerSideTransactionAsync'",
|
|
8690
|
+
"inheritedFrom": {
|
|
8691
|
+
"name": "GridProBaseDatasource",
|
|
8692
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8693
|
+
}
|
|
8694
|
+
},
|
|
8695
|
+
{
|
|
8696
|
+
"kind": "method",
|
|
8697
|
+
"name": "criteriaChanged",
|
|
8698
|
+
"parameters": [
|
|
8699
|
+
{
|
|
8700
|
+
"name": "oldCriteria",
|
|
8701
|
+
"type": {
|
|
8702
|
+
"text": "string"
|
|
8703
|
+
}
|
|
8704
|
+
},
|
|
8705
|
+
{
|
|
8706
|
+
"name": "newCriteria",
|
|
8707
|
+
"type": {
|
|
8708
|
+
"text": "string"
|
|
8709
|
+
}
|
|
8710
|
+
}
|
|
8711
|
+
]
|
|
8712
|
+
},
|
|
8713
|
+
{
|
|
8714
|
+
"kind": "method",
|
|
8715
|
+
"name": "resourceNameChanged",
|
|
8716
|
+
"parameters": [
|
|
8717
|
+
{
|
|
8718
|
+
"name": "oldValue",
|
|
8719
|
+
"type": {
|
|
8720
|
+
"text": "string"
|
|
8721
|
+
}
|
|
8722
|
+
},
|
|
8723
|
+
{
|
|
8724
|
+
"name": "newValue",
|
|
8725
|
+
"type": {
|
|
8726
|
+
"text": "string"
|
|
8727
|
+
}
|
|
8728
|
+
}
|
|
8729
|
+
]
|
|
8730
|
+
},
|
|
8731
|
+
{
|
|
8732
|
+
"kind": "field",
|
|
8733
|
+
"name": "pagination",
|
|
8734
|
+
"type": {
|
|
8735
|
+
"text": "boolean"
|
|
8736
|
+
},
|
|
8737
|
+
"default": "false"
|
|
8738
|
+
},
|
|
8739
|
+
{
|
|
8740
|
+
"kind": "field",
|
|
8741
|
+
"name": "indexes",
|
|
8742
|
+
"type": {
|
|
8743
|
+
"text": "Map<string, [string]>"
|
|
8744
|
+
},
|
|
8745
|
+
"privacy": "private"
|
|
8746
|
+
},
|
|
8747
|
+
{
|
|
8748
|
+
"kind": "field",
|
|
8749
|
+
"name": "ssrmDatasource",
|
|
8750
|
+
"type": {
|
|
8751
|
+
"text": "StreamDatasource"
|
|
8752
|
+
},
|
|
8753
|
+
"privacy": "private"
|
|
8754
|
+
},
|
|
8755
|
+
{
|
|
8756
|
+
"kind": "field",
|
|
8757
|
+
"name": "originalFieldDef",
|
|
8758
|
+
"type": {
|
|
8759
|
+
"text": "MetadataDetail[]"
|
|
8760
|
+
},
|
|
8761
|
+
"privacy": "private"
|
|
8762
|
+
},
|
|
8763
|
+
{
|
|
8764
|
+
"kind": "method",
|
|
8765
|
+
"name": "deepClone",
|
|
8766
|
+
"return": {
|
|
8767
|
+
"type": {
|
|
8768
|
+
"text": "Node"
|
|
8769
|
+
}
|
|
8770
|
+
},
|
|
8771
|
+
"inheritedFrom": {
|
|
8772
|
+
"name": "LifecycleMixin",
|
|
8773
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8774
|
+
}
|
|
8775
|
+
},
|
|
8776
|
+
{
|
|
8777
|
+
"kind": "method",
|
|
8778
|
+
"name": "deinit"
|
|
8779
|
+
},
|
|
8780
|
+
{
|
|
8781
|
+
"kind": "method",
|
|
8782
|
+
"name": "init"
|
|
8783
|
+
},
|
|
8784
|
+
{
|
|
8785
|
+
"kind": "method",
|
|
8786
|
+
"name": "restart"
|
|
8787
|
+
},
|
|
8788
|
+
{
|
|
8789
|
+
"kind": "method",
|
|
8790
|
+
"name": "clearRowData",
|
|
8791
|
+
"privacy": "private",
|
|
8792
|
+
"parameters": [
|
|
8793
|
+
{
|
|
8794
|
+
"name": "withColumnDefs",
|
|
8795
|
+
"default": "true"
|
|
8796
|
+
}
|
|
8797
|
+
]
|
|
8961
8798
|
},
|
|
8962
8799
|
{
|
|
8963
8800
|
"kind": "method",
|
|
8964
|
-
"name": "
|
|
8801
|
+
"name": "getResourceIndexes",
|
|
8965
8802
|
"privacy": "private",
|
|
8966
8803
|
"return": {
|
|
8967
8804
|
"type": {
|
|
8968
|
-
"text": "
|
|
8805
|
+
"text": "Map<string, [string]>"
|
|
8969
8806
|
}
|
|
8970
8807
|
},
|
|
8971
8808
|
"parameters": [
|
|
8972
8809
|
{
|
|
8973
|
-
"name": "
|
|
8974
|
-
"
|
|
8810
|
+
"name": "avaialbleIndexes",
|
|
8811
|
+
"type": {
|
|
8812
|
+
"text": "IndexDetail[]"
|
|
8813
|
+
}
|
|
8975
8814
|
}
|
|
8976
8815
|
]
|
|
8977
8816
|
},
|
|
8817
|
+
{
|
|
8818
|
+
"kind": "field",
|
|
8819
|
+
"name": "params",
|
|
8820
|
+
"readonly": true
|
|
8821
|
+
},
|
|
8822
|
+
{
|
|
8823
|
+
"kind": "field",
|
|
8824
|
+
"name": "rowModel",
|
|
8825
|
+
"type": {
|
|
8826
|
+
"text": "IServerSideRowModel"
|
|
8827
|
+
},
|
|
8828
|
+
"readonly": true
|
|
8829
|
+
},
|
|
8978
8830
|
{
|
|
8979
8831
|
"kind": "method",
|
|
8980
8832
|
"name": "createDataserverStream",
|
|
@@ -8991,6 +8843,19 @@
|
|
|
8991
8843
|
}
|
|
8992
8844
|
]
|
|
8993
8845
|
},
|
|
8846
|
+
{
|
|
8847
|
+
"kind": "method",
|
|
8848
|
+
"name": "handleStreamDeletesTemp",
|
|
8849
|
+
"privacy": "private",
|
|
8850
|
+
"parameters": [
|
|
8851
|
+
{
|
|
8852
|
+
"name": "deletes",
|
|
8853
|
+
"type": {
|
|
8854
|
+
"text": "RowData[]"
|
|
8855
|
+
}
|
|
8856
|
+
}
|
|
8857
|
+
]
|
|
8858
|
+
},
|
|
8994
8859
|
{
|
|
8995
8860
|
"kind": "method",
|
|
8996
8861
|
"name": "getAgColumnDefs",
|
|
@@ -9338,17 +9203,6 @@
|
|
|
9338
9203
|
"module": "src/datasource/base.datasource.ts"
|
|
9339
9204
|
}
|
|
9340
9205
|
},
|
|
9341
|
-
{
|
|
9342
|
-
"kind": "field",
|
|
9343
|
-
"name": "datasource",
|
|
9344
|
-
"type": {
|
|
9345
|
-
"text": "Datasource"
|
|
9346
|
-
},
|
|
9347
|
-
"inheritedFrom": {
|
|
9348
|
-
"name": "GenesisGridDatasourceElement",
|
|
9349
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9350
|
-
}
|
|
9351
|
-
},
|
|
9352
9206
|
{
|
|
9353
9207
|
"kind": "field",
|
|
9354
9208
|
"name": "deferredGridOptions",
|
|
@@ -9487,10 +9341,8 @@
|
|
|
9487
9341
|
},
|
|
9488
9342
|
{
|
|
9489
9343
|
"kind": "field",
|
|
9490
|
-
"name": "
|
|
9491
|
-
"
|
|
9492
|
-
"text": "number"
|
|
9493
|
-
},
|
|
9344
|
+
"name": "rowIdAttr",
|
|
9345
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
9494
9346
|
"inheritedFrom": {
|
|
9495
9347
|
"name": "GenesisGridDatasourceElement",
|
|
9496
9348
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9498,10 +9350,12 @@
|
|
|
9498
9350
|
},
|
|
9499
9351
|
{
|
|
9500
9352
|
"kind": "field",
|
|
9501
|
-
"name": "
|
|
9353
|
+
"name": "rowId",
|
|
9502
9354
|
"type": {
|
|
9503
|
-
"text": "
|
|
9355
|
+
"text": "string"
|
|
9504
9356
|
},
|
|
9357
|
+
"privacy": "protected",
|
|
9358
|
+
"readonly": true,
|
|
9505
9359
|
"inheritedFrom": {
|
|
9506
9360
|
"name": "GenesisGridDatasourceElement",
|
|
9507
9361
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9509,11 +9363,12 @@
|
|
|
9509
9363
|
},
|
|
9510
9364
|
{
|
|
9511
9365
|
"kind": "field",
|
|
9512
|
-
"name": "
|
|
9366
|
+
"name": "defaultRowIdByResourceType",
|
|
9513
9367
|
"type": {
|
|
9514
|
-
"text": "
|
|
9368
|
+
"text": "string"
|
|
9515
9369
|
},
|
|
9516
|
-
"
|
|
9370
|
+
"privacy": "protected",
|
|
9371
|
+
"readonly": true,
|
|
9517
9372
|
"inheritedFrom": {
|
|
9518
9373
|
"name": "GenesisGridDatasourceElement",
|
|
9519
9374
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9521,153 +9376,12 @@
|
|
|
9521
9376
|
},
|
|
9522
9377
|
{
|
|
9523
9378
|
"kind": "field",
|
|
9524
|
-
"name": "
|
|
9379
|
+
"name": "isRequestServer",
|
|
9525
9380
|
"type": {
|
|
9526
9381
|
"text": "boolean"
|
|
9527
9382
|
},
|
|
9528
|
-
"
|
|
9529
|
-
"
|
|
9530
|
-
"inheritedFrom": {
|
|
9531
|
-
"name": "GenesisGridDatasourceElement",
|
|
9532
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9533
|
-
}
|
|
9534
|
-
},
|
|
9535
|
-
{
|
|
9536
|
-
"kind": "field",
|
|
9537
|
-
"name": "rowIdAttr",
|
|
9538
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
9539
|
-
"inheritedFrom": {
|
|
9540
|
-
"name": "GenesisGridDatasourceElement",
|
|
9541
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9542
|
-
}
|
|
9543
|
-
},
|
|
9544
|
-
{
|
|
9545
|
-
"kind": "field",
|
|
9546
|
-
"name": "rowId",
|
|
9547
|
-
"type": {
|
|
9548
|
-
"text": "string"
|
|
9549
|
-
},
|
|
9550
|
-
"privacy": "protected",
|
|
9551
|
-
"readonly": true,
|
|
9552
|
-
"inheritedFrom": {
|
|
9553
|
-
"name": "GenesisGridDatasourceElement",
|
|
9554
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9555
|
-
}
|
|
9556
|
-
},
|
|
9557
|
-
{
|
|
9558
|
-
"kind": "field",
|
|
9559
|
-
"name": "defaultRowIdByResourceType",
|
|
9560
|
-
"type": {
|
|
9561
|
-
"text": "string"
|
|
9562
|
-
},
|
|
9563
|
-
"privacy": "protected",
|
|
9564
|
-
"readonly": true,
|
|
9565
|
-
"inheritedFrom": {
|
|
9566
|
-
"name": "GenesisGridDatasourceElement",
|
|
9567
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9568
|
-
}
|
|
9569
|
-
},
|
|
9570
|
-
{
|
|
9571
|
-
"kind": "field",
|
|
9572
|
-
"name": "criteriaFromFilters",
|
|
9573
|
-
"type": {
|
|
9574
|
-
"text": "Map<string, string>"
|
|
9575
|
-
},
|
|
9576
|
-
"privacy": "protected",
|
|
9577
|
-
"default": "new Map()",
|
|
9578
|
-
"inheritedFrom": {
|
|
9579
|
-
"name": "GenesisGridDatasourceElement",
|
|
9580
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9581
|
-
}
|
|
9582
|
-
},
|
|
9583
|
-
{
|
|
9584
|
-
"kind": "field",
|
|
9585
|
-
"name": "update",
|
|
9586
|
-
"type": {
|
|
9587
|
-
"text": "BehaviorSubject<Map<string, string>>"
|
|
9588
|
-
},
|
|
9589
|
-
"privacy": "protected",
|
|
9590
|
-
"default": "new BehaviorSubject(new Map())",
|
|
9591
|
-
"inheritedFrom": {
|
|
9592
|
-
"name": "GenesisGridDatasourceElement",
|
|
9593
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9594
|
-
}
|
|
9595
|
-
},
|
|
9596
|
-
{
|
|
9597
|
-
"kind": "method",
|
|
9598
|
-
"name": "datasourceOptions",
|
|
9599
|
-
"privacy": "protected",
|
|
9600
|
-
"return": {
|
|
9601
|
-
"type": {
|
|
9602
|
-
"text": "DatasourceOptions"
|
|
9603
|
-
}
|
|
9604
|
-
},
|
|
9605
|
-
"inheritedFrom": {
|
|
9606
|
-
"name": "GenesisGridDatasourceElement",
|
|
9607
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9608
|
-
}
|
|
9609
|
-
},
|
|
9610
|
-
{
|
|
9611
|
-
"kind": "method",
|
|
9612
|
-
"name": "buildCriteria",
|
|
9613
|
-
"privacy": "private",
|
|
9614
|
-
"return": {
|
|
9615
|
-
"type": {
|
|
9616
|
-
"text": "string"
|
|
9617
|
-
}
|
|
9618
|
-
},
|
|
9619
|
-
"inheritedFrom": {
|
|
9620
|
-
"name": "GenesisGridDatasourceElement",
|
|
9621
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9622
|
-
}
|
|
9623
|
-
},
|
|
9624
|
-
{
|
|
9625
|
-
"kind": "method",
|
|
9626
|
-
"name": "setFilter",
|
|
9627
|
-
"privacy": "public",
|
|
9628
|
-
"parameters": [
|
|
9629
|
-
{
|
|
9630
|
-
"name": "fieldName",
|
|
9631
|
-
"type": {
|
|
9632
|
-
"text": "string"
|
|
9633
|
-
}
|
|
9634
|
-
},
|
|
9635
|
-
{
|
|
9636
|
-
"name": "newFilter",
|
|
9637
|
-
"type": {
|
|
9638
|
-
"text": "string"
|
|
9639
|
-
}
|
|
9640
|
-
}
|
|
9641
|
-
],
|
|
9642
|
-
"inheritedFrom": {
|
|
9643
|
-
"name": "GenesisGridDatasourceElement",
|
|
9644
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9645
|
-
}
|
|
9646
|
-
},
|
|
9647
|
-
{
|
|
9648
|
-
"kind": "method",
|
|
9649
|
-
"name": "removeFilter",
|
|
9650
|
-
"privacy": "public",
|
|
9651
|
-
"parameters": [
|
|
9652
|
-
{
|
|
9653
|
-
"name": "fieldName",
|
|
9654
|
-
"type": {
|
|
9655
|
-
"text": "string"
|
|
9656
|
-
}
|
|
9657
|
-
}
|
|
9658
|
-
],
|
|
9659
|
-
"inheritedFrom": {
|
|
9660
|
-
"name": "GenesisGridDatasourceElement",
|
|
9661
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9662
|
-
}
|
|
9663
|
-
},
|
|
9664
|
-
{
|
|
9665
|
-
"kind": "field",
|
|
9666
|
-
"name": "isRequestServer",
|
|
9667
|
-
"type": {
|
|
9668
|
-
"text": "boolean"
|
|
9669
|
-
},
|
|
9670
|
-
"readonly": true,
|
|
9383
|
+
"privacy": "protected",
|
|
9384
|
+
"default": "false",
|
|
9671
9385
|
"inheritedFrom": {
|
|
9672
9386
|
"name": "GenesisGridDatasourceElement",
|
|
9673
9387
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9832,1699 +9546,178 @@
|
|
|
9832
9546
|
"module": "src/datasource/base.datasource.ts"
|
|
9833
9547
|
}
|
|
9834
9548
|
},
|
|
9835
|
-
{
|
|
9836
|
-
"name": "zero-based-view-number",
|
|
9837
|
-
"type": {
|
|
9838
|
-
"text": "boolean"
|
|
9839
|
-
},
|
|
9840
|
-
"default": "false",
|
|
9841
|
-
"description": "The starting VIEW_NUMBER of the data to be fetched.",
|
|
9842
|
-
"fieldName": "zeroBasedViewNumber"
|
|
9843
|
-
},
|
|
9844
|
-
{
|
|
9845
|
-
"name": "live-updates",
|
|
9846
|
-
"type": {
|
|
9847
|
-
"text": "boolean"
|
|
9848
|
-
},
|
|
9849
|
-
"default": "false",
|
|
9850
|
-
"description": "Enable live updates for the grid.",
|
|
9851
|
-
"fieldName": "liveUpdates"
|
|
9852
|
-
},
|
|
9853
9549
|
{
|
|
9854
9550
|
"name": "criteria",
|
|
9855
9551
|
"type": {
|
|
9856
|
-
"text": "string"
|
|
9857
|
-
},
|
|
9858
|
-
"fieldName": "criteria",
|
|
9859
|
-
"inheritedFrom": {
|
|
9860
|
-
"name": "GenesisGridDatasourceElement",
|
|
9861
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9862
|
-
}
|
|
9863
|
-
},
|
|
9864
|
-
{
|
|
9865
|
-
"name": "fields",
|
|
9866
|
-
"type": {
|
|
9867
|
-
"text": "string"
|
|
9868
|
-
},
|
|
9869
|
-
"fieldName": "fields",
|
|
9870
|
-
"inheritedFrom": {
|
|
9871
|
-
"name": "GenesisGridDatasourceElement",
|
|
9872
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9873
|
-
}
|
|
9874
|
-
},
|
|
9875
|
-
{
|
|
9876
|
-
"name": "is-snapshot",
|
|
9877
|
-
"type": {
|
|
9878
|
-
"text": "boolean"
|
|
9879
|
-
},
|
|
9880
|
-
"default": "false",
|
|
9881
|
-
"fieldName": "isSnapshot",
|
|
9882
|
-
"inheritedFrom": {
|
|
9883
|
-
"name": "GenesisGridDatasourceElement",
|
|
9884
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9885
|
-
}
|
|
9886
|
-
},
|
|
9887
|
-
{
|
|
9888
|
-
"name": "max-rows",
|
|
9889
|
-
"type": {
|
|
9890
|
-
"text": "number"
|
|
9891
|
-
},
|
|
9892
|
-
"fieldName": "maxRows",
|
|
9893
|
-
"inheritedFrom": {
|
|
9894
|
-
"name": "GenesisGridDatasourceElement",
|
|
9895
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9896
|
-
}
|
|
9897
|
-
},
|
|
9898
|
-
{
|
|
9899
|
-
"name": "max-view",
|
|
9900
|
-
"type": {
|
|
9901
|
-
"text": "number"
|
|
9902
|
-
},
|
|
9903
|
-
"fieldName": "maxView",
|
|
9904
|
-
"inheritedFrom": {
|
|
9905
|
-
"name": "GenesisGridDatasourceElement",
|
|
9906
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9907
|
-
}
|
|
9908
|
-
},
|
|
9909
|
-
{
|
|
9910
|
-
"name": "moving-view",
|
|
9911
|
-
"type": {
|
|
9912
|
-
"text": "boolean"
|
|
9913
|
-
},
|
|
9914
|
-
"default": "false",
|
|
9915
|
-
"fieldName": "movingView",
|
|
9916
|
-
"inheritedFrom": {
|
|
9917
|
-
"name": "GenesisGridDatasourceElement",
|
|
9918
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9919
|
-
}
|
|
9920
|
-
},
|
|
9921
|
-
{
|
|
9922
|
-
"name": "order-by",
|
|
9923
|
-
"type": {
|
|
9924
|
-
"text": "string"
|
|
9925
|
-
},
|
|
9926
|
-
"fieldName": "orderBy",
|
|
9927
|
-
"inheritedFrom": {
|
|
9928
|
-
"name": "GenesisGridDatasourceElement",
|
|
9929
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9930
|
-
}
|
|
9931
|
-
},
|
|
9932
|
-
{
|
|
9933
|
-
"name": "resource-name",
|
|
9934
|
-
"type": {
|
|
9935
|
-
"text": "string"
|
|
9936
|
-
},
|
|
9937
|
-
"fieldName": "resourceName",
|
|
9938
|
-
"inheritedFrom": {
|
|
9939
|
-
"name": "GenesisGridDatasourceElement",
|
|
9940
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9941
|
-
}
|
|
9942
|
-
},
|
|
9943
|
-
{
|
|
9944
|
-
"name": "view-number",
|
|
9945
|
-
"type": {
|
|
9946
|
-
"text": "number"
|
|
9947
|
-
},
|
|
9948
|
-
"fieldName": "viewNumber",
|
|
9949
|
-
"inheritedFrom": {
|
|
9950
|
-
"name": "GenesisGridDatasourceElement",
|
|
9951
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9952
|
-
}
|
|
9953
|
-
},
|
|
9954
|
-
{
|
|
9955
|
-
"name": "polling-interval",
|
|
9956
|
-
"type": {
|
|
9957
|
-
"text": "number"
|
|
9958
|
-
},
|
|
9959
|
-
"fieldName": "pollingInterval",
|
|
9960
|
-
"inheritedFrom": {
|
|
9961
|
-
"name": "GenesisGridDatasourceElement",
|
|
9962
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9963
|
-
}
|
|
9964
|
-
},
|
|
9965
|
-
{
|
|
9966
|
-
"name": "disable-polling",
|
|
9967
|
-
"type": {
|
|
9968
|
-
"text": "boolean"
|
|
9969
|
-
},
|
|
9970
|
-
"default": "false",
|
|
9971
|
-
"fieldName": "disablePolling",
|
|
9972
|
-
"inheritedFrom": {
|
|
9973
|
-
"name": "GenesisGridDatasourceElement",
|
|
9974
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9975
|
-
}
|
|
9976
|
-
},
|
|
9977
|
-
{
|
|
9978
|
-
"name": "request-auto-setup",
|
|
9979
|
-
"type": {
|
|
9980
|
-
"text": "boolean"
|
|
9981
|
-
},
|
|
9982
|
-
"default": "true",
|
|
9983
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
9984
|
-
"fieldName": "requestAutoSetup",
|
|
9985
|
-
"inheritedFrom": {
|
|
9986
|
-
"name": "GenesisGridDatasourceElement",
|
|
9987
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9988
|
-
}
|
|
9989
|
-
},
|
|
9990
|
-
{
|
|
9991
|
-
"name": "row-id",
|
|
9992
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
9993
|
-
"fieldName": "rowIdAttr",
|
|
9994
|
-
"inheritedFrom": {
|
|
9995
|
-
"name": "GenesisGridDatasourceElement",
|
|
9996
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9997
|
-
}
|
|
9998
|
-
}
|
|
9999
|
-
],
|
|
10000
|
-
"mixins": [
|
|
10001
|
-
{
|
|
10002
|
-
"name": "LifecycleMixin",
|
|
10003
|
-
"package": "@genesislcap/foundation-utils"
|
|
10004
|
-
}
|
|
10005
|
-
],
|
|
10006
|
-
"superclass": {
|
|
10007
|
-
"name": "GridProBaseDatasource",
|
|
10008
|
-
"module": "/src/datasource/base.datasource"
|
|
10009
|
-
},
|
|
10010
|
-
"tagName": "grid-pro-server-side-datasource",
|
|
10011
|
-
"customElement": true
|
|
10012
|
-
}
|
|
10013
|
-
],
|
|
10014
|
-
"exports": [
|
|
10015
|
-
{
|
|
10016
|
-
"kind": "js",
|
|
10017
|
-
"name": "GridProServerSideDatasource",
|
|
10018
|
-
"declaration": {
|
|
10019
|
-
"name": "GridProServerSideDatasource",
|
|
10020
|
-
"module": "src/datasource/server-side.datasource.ts"
|
|
10021
|
-
}
|
|
10022
|
-
},
|
|
10023
|
-
{
|
|
10024
|
-
"kind": "custom-element-definition",
|
|
10025
|
-
"name": "grid-pro-server-side-datasource",
|
|
10026
|
-
"declaration": {
|
|
10027
|
-
"name": "GridProServerSideDatasource",
|
|
10028
|
-
"module": "src/datasource/server-side.datasource.ts"
|
|
10029
|
-
}
|
|
10030
|
-
}
|
|
10031
|
-
]
|
|
10032
|
-
},
|
|
10033
|
-
{
|
|
10034
|
-
"kind": "javascript-module",
|
|
10035
|
-
"path": "src/datasource/server-side.grid-definitions.ts",
|
|
10036
|
-
"declarations": [
|
|
10037
|
-
{
|
|
10038
|
-
"kind": "function",
|
|
10039
|
-
"name": "getServerSideFilterParamsByFieldType",
|
|
10040
|
-
"return": {
|
|
10041
|
-
"type": {
|
|
10042
|
-
"text": ""
|
|
10043
|
-
}
|
|
10044
|
-
},
|
|
10045
|
-
"parameters": [
|
|
10046
|
-
{
|
|
10047
|
-
"name": "type",
|
|
10048
|
-
"type": {
|
|
10049
|
-
"text": "string"
|
|
10050
|
-
},
|
|
10051
|
-
"description": "The type of the field/column"
|
|
10052
|
-
}
|
|
10053
|
-
],
|
|
10054
|
-
"description": "Returns the filter params based on the Grid Pro field/column type."
|
|
10055
|
-
}
|
|
10056
|
-
],
|
|
10057
|
-
"exports": [
|
|
10058
|
-
{
|
|
10059
|
-
"kind": "js",
|
|
10060
|
-
"name": "getServerSideFilterParamsByFieldType",
|
|
10061
|
-
"declaration": {
|
|
10062
|
-
"name": "getServerSideFilterParamsByFieldType",
|
|
10063
|
-
"module": "src/datasource/server-side.grid-definitions.ts"
|
|
10064
|
-
}
|
|
10065
|
-
}
|
|
10066
|
-
]
|
|
10067
|
-
},
|
|
10068
|
-
{
|
|
10069
|
-
"kind": "javascript-module",
|
|
10070
|
-
"path": "src/datasource/server-side.resource-base.ts",
|
|
10071
|
-
"declarations": [
|
|
10072
|
-
{
|
|
10073
|
-
"kind": "class",
|
|
10074
|
-
"description": "",
|
|
10075
|
-
"name": "BaseServerSideDatasource",
|
|
10076
|
-
"members": [
|
|
10077
|
-
{
|
|
10078
|
-
"kind": "field",
|
|
10079
|
-
"name": "auth",
|
|
10080
|
-
"type": {
|
|
10081
|
-
"text": "Auth"
|
|
10082
|
-
}
|
|
10083
|
-
},
|
|
10084
|
-
{
|
|
10085
|
-
"kind": "field",
|
|
10086
|
-
"name": "connect",
|
|
10087
|
-
"type": {
|
|
10088
|
-
"text": "Connect"
|
|
10089
|
-
}
|
|
10090
|
-
},
|
|
10091
|
-
{
|
|
10092
|
-
"kind": "field",
|
|
10093
|
-
"name": "uuid",
|
|
10094
|
-
"type": {
|
|
10095
|
-
"text": "UUID"
|
|
10096
|
-
}
|
|
10097
|
-
},
|
|
10098
|
-
{
|
|
10099
|
-
"kind": "field",
|
|
10100
|
-
"name": "rowId",
|
|
10101
|
-
"type": {
|
|
10102
|
-
"text": "string"
|
|
10103
|
-
},
|
|
10104
|
-
"privacy": "protected"
|
|
10105
|
-
},
|
|
10106
|
-
{
|
|
10107
|
-
"kind": "field",
|
|
10108
|
-
"name": "rowData",
|
|
10109
|
-
"type": {
|
|
10110
|
-
"text": "Map<string, any>"
|
|
10111
|
-
},
|
|
10112
|
-
"privacy": "protected",
|
|
10113
|
-
"default": "new Map()"
|
|
10114
|
-
},
|
|
10115
|
-
{
|
|
10116
|
-
"kind": "field",
|
|
10117
|
-
"name": "reloadResourceDataFunc",
|
|
10118
|
-
"type": {
|
|
10119
|
-
"text": "(params: DatasourceOptions) => Promise<void>"
|
|
10120
|
-
}
|
|
10121
|
-
},
|
|
10122
|
-
{
|
|
10123
|
-
"kind": "field",
|
|
10124
|
-
"name": "resourceName",
|
|
10125
|
-
"type": {
|
|
10126
|
-
"text": "string"
|
|
10127
|
-
},
|
|
10128
|
-
"privacy": "protected"
|
|
10129
|
-
},
|
|
10130
|
-
{
|
|
10131
|
-
"kind": "field",
|
|
10132
|
-
"name": "resourceParams",
|
|
10133
|
-
"type": {
|
|
10134
|
-
"text": "any"
|
|
10135
|
-
}
|
|
10136
|
-
},
|
|
10137
|
-
{
|
|
10138
|
-
"kind": "field",
|
|
10139
|
-
"name": "resourceIndexes",
|
|
10140
|
-
"type": {
|
|
10141
|
-
"text": "Map<string, [string]>"
|
|
10142
|
-
},
|
|
10143
|
-
"privacy": "protected"
|
|
10144
|
-
},
|
|
10145
|
-
{
|
|
10146
|
-
"kind": "field",
|
|
10147
|
-
"name": "resourceColDefs",
|
|
10148
|
-
"type": {
|
|
10149
|
-
"text": "MetadataDetail[]"
|
|
10150
|
-
},
|
|
10151
|
-
"privacy": "protected"
|
|
10152
|
-
},
|
|
10153
|
-
{
|
|
10154
|
-
"kind": "field",
|
|
10155
|
-
"name": "maxRows",
|
|
10156
|
-
"type": {
|
|
10157
|
-
"text": "number"
|
|
10158
|
-
},
|
|
10159
|
-
"privacy": "protected"
|
|
10160
|
-
},
|
|
10161
|
-
{
|
|
10162
|
-
"kind": "field",
|
|
10163
|
-
"name": "maxView",
|
|
10164
|
-
"type": {
|
|
10165
|
-
"text": "number"
|
|
10166
|
-
},
|
|
10167
|
-
"privacy": "protected"
|
|
10168
|
-
},
|
|
10169
|
-
{
|
|
10170
|
-
"kind": "field",
|
|
10171
|
-
"name": "pagination",
|
|
10172
|
-
"type": {
|
|
10173
|
-
"text": "boolean"
|
|
10174
|
-
},
|
|
10175
|
-
"privacy": "protected"
|
|
10176
|
-
},
|
|
10177
|
-
{
|
|
10178
|
-
"kind": "field",
|
|
10179
|
-
"name": "zeroBasedViewNumber",
|
|
10180
|
-
"type": {
|
|
10181
|
-
"text": "boolean"
|
|
10182
|
-
},
|
|
10183
|
-
"privacy": "protected"
|
|
10184
|
-
},
|
|
10185
|
-
{
|
|
10186
|
-
"kind": "field",
|
|
10187
|
-
"name": "sourceRef",
|
|
10188
|
-
"type": {
|
|
10189
|
-
"text": "string"
|
|
10190
|
-
}
|
|
10191
|
-
},
|
|
10192
|
-
{
|
|
10193
|
-
"kind": "field",
|
|
10194
|
-
"name": "isNewPageSize",
|
|
10195
|
-
"type": {
|
|
10196
|
-
"text": "boolean"
|
|
10197
|
-
}
|
|
10198
|
-
},
|
|
10199
|
-
{
|
|
10200
|
-
"kind": "field",
|
|
10201
|
-
"name": "lastSuccessRowData",
|
|
10202
|
-
"type": {
|
|
10203
|
-
"text": "LoadSuccessParams"
|
|
10204
|
-
}
|
|
10205
|
-
},
|
|
10206
|
-
{
|
|
10207
|
-
"kind": "field",
|
|
10208
|
-
"name": "moreRows",
|
|
10209
|
-
"type": {
|
|
10210
|
-
"text": "boolean"
|
|
10211
|
-
},
|
|
10212
|
-
"privacy": "protected",
|
|
10213
|
-
"default": "false"
|
|
10214
|
-
},
|
|
10215
|
-
{
|
|
10216
|
-
"kind": "field",
|
|
10217
|
-
"name": "calculatedRowsCount",
|
|
10218
|
-
"type": {
|
|
10219
|
-
"text": "number"
|
|
10220
|
-
},
|
|
10221
|
-
"privacy": "protected",
|
|
10222
|
-
"default": "0"
|
|
10223
|
-
},
|
|
10224
|
-
{
|
|
10225
|
-
"kind": "field",
|
|
10226
|
-
"name": "currentSequenceId",
|
|
10227
|
-
"type": {
|
|
10228
|
-
"text": "null"
|
|
10229
|
-
},
|
|
10230
|
-
"privacy": "protected",
|
|
10231
|
-
"default": "null"
|
|
10232
|
-
},
|
|
10233
|
-
{
|
|
10234
|
-
"kind": "field",
|
|
10235
|
-
"name": "currentFilterModel",
|
|
10236
|
-
"type": {
|
|
10237
|
-
"text": "SetFilterModel"
|
|
10238
|
-
},
|
|
10239
|
-
"privacy": "protected"
|
|
10240
|
-
},
|
|
10241
|
-
{
|
|
10242
|
-
"kind": "field",
|
|
10243
|
-
"name": "originalCriteriaMatch",
|
|
10244
|
-
"type": {
|
|
10245
|
-
"text": "string | string[]"
|
|
10246
|
-
},
|
|
10247
|
-
"privacy": "protected"
|
|
10248
|
-
},
|
|
10249
|
-
{
|
|
10250
|
-
"kind": "field",
|
|
10251
|
-
"name": "currentSortModel",
|
|
10252
|
-
"type": {
|
|
10253
|
-
"text": "SortModelItem[]"
|
|
10254
|
-
},
|
|
10255
|
-
"privacy": "protected"
|
|
10256
|
-
},
|
|
10257
|
-
{
|
|
10258
|
-
"kind": "method",
|
|
10259
|
-
"name": "getRows",
|
|
10260
|
-
"return": {
|
|
10261
|
-
"type": {
|
|
10262
|
-
"text": "void"
|
|
10263
|
-
}
|
|
10264
|
-
},
|
|
10265
|
-
"parameters": [
|
|
10266
|
-
{
|
|
10267
|
-
"name": "params",
|
|
10268
|
-
"type": {
|
|
10269
|
-
"text": "IServerSideGetRowsParams<any, any>"
|
|
10270
|
-
}
|
|
10271
|
-
}
|
|
10272
|
-
]
|
|
10273
|
-
},
|
|
10274
|
-
{
|
|
10275
|
-
"kind": "method",
|
|
10276
|
-
"name": "setupFilteringAndSorting",
|
|
10277
|
-
"privacy": "protected",
|
|
10278
|
-
"parameters": [
|
|
10279
|
-
{
|
|
10280
|
-
"name": "params",
|
|
10281
|
-
"type": {
|
|
10282
|
-
"text": "IServerSideGetRowsParams"
|
|
10283
|
-
}
|
|
10284
|
-
}
|
|
10285
|
-
]
|
|
10286
|
-
},
|
|
10287
|
-
{
|
|
10288
|
-
"kind": "method",
|
|
10289
|
-
"name": "destroy",
|
|
10290
|
-
"return": {
|
|
10291
|
-
"type": {
|
|
10292
|
-
"text": "void"
|
|
10293
|
-
}
|
|
10294
|
-
}
|
|
10295
|
-
},
|
|
10296
|
-
{
|
|
10297
|
-
"kind": "method",
|
|
10298
|
-
"name": "refreshDatasource",
|
|
10299
|
-
"privacy": "protected",
|
|
10300
|
-
"return": {
|
|
10301
|
-
"type": {
|
|
10302
|
-
"text": "Promise<void>"
|
|
10303
|
-
}
|
|
10304
|
-
},
|
|
10305
|
-
"parameters": [
|
|
10306
|
-
{
|
|
10307
|
-
"name": "params",
|
|
10308
|
-
"type": {
|
|
10309
|
-
"text": "IServerSideGetRowsParams"
|
|
10310
|
-
}
|
|
10311
|
-
}
|
|
10312
|
-
]
|
|
10313
|
-
},
|
|
10314
|
-
{
|
|
10315
|
-
"kind": "method",
|
|
10316
|
-
"name": "getOrderByAndToBeSortedColIds",
|
|
10317
|
-
"privacy": "protected",
|
|
10318
|
-
"parameters": [
|
|
10319
|
-
{
|
|
10320
|
-
"name": "map"
|
|
10321
|
-
},
|
|
10322
|
-
{
|
|
10323
|
-
"name": "searchValue"
|
|
10324
|
-
}
|
|
10325
|
-
]
|
|
10326
|
-
},
|
|
10327
|
-
{
|
|
10328
|
-
"kind": "method",
|
|
10329
|
-
"name": "buildCriteriaMatchFromFilters",
|
|
10330
|
-
"privacy": "protected",
|
|
10331
|
-
"return": {
|
|
10332
|
-
"type": {
|
|
10333
|
-
"text": "string"
|
|
10334
|
-
}
|
|
10335
|
-
}
|
|
10336
|
-
},
|
|
10337
|
-
{
|
|
10338
|
-
"kind": "method",
|
|
10339
|
-
"name": "criteriaFromFilters",
|
|
10340
|
-
"privacy": "protected",
|
|
10341
|
-
"return": {
|
|
10342
|
-
"type": {
|
|
10343
|
-
"text": "string[]"
|
|
10344
|
-
}
|
|
10345
|
-
}
|
|
10346
|
-
},
|
|
10347
|
-
{
|
|
10348
|
-
"kind": "method",
|
|
10349
|
-
"name": "getFiltersByType",
|
|
10350
|
-
"privacy": "protected",
|
|
10351
|
-
"parameters": [
|
|
10352
|
-
{
|
|
10353
|
-
"name": "filterType",
|
|
10354
|
-
"type": {
|
|
10355
|
-
"text": "string"
|
|
10356
|
-
}
|
|
10357
|
-
}
|
|
10358
|
-
]
|
|
10359
|
-
},
|
|
10360
|
-
{
|
|
10361
|
-
"kind": "method",
|
|
10362
|
-
"name": "getPageNumber",
|
|
10363
|
-
"privacy": "protected",
|
|
10364
|
-
"parameters": [
|
|
10365
|
-
{
|
|
10366
|
-
"name": "start",
|
|
10367
|
-
"type": {
|
|
10368
|
-
"text": "number"
|
|
10369
|
-
}
|
|
10370
|
-
},
|
|
10371
|
-
{
|
|
10372
|
-
"name": "recordsPerPage",
|
|
10373
|
-
"type": {
|
|
10374
|
-
"text": "number"
|
|
10375
|
-
}
|
|
10376
|
-
},
|
|
10377
|
-
{
|
|
10378
|
-
"name": "totalRecords",
|
|
10379
|
-
"type": {
|
|
10380
|
-
"text": "number"
|
|
10381
|
-
}
|
|
10382
|
-
},
|
|
10383
|
-
{
|
|
10384
|
-
"name": "zeroBasedViewNumber",
|
|
10385
|
-
"default": "true"
|
|
10386
|
-
}
|
|
10387
|
-
]
|
|
10388
|
-
},
|
|
10389
|
-
{
|
|
10390
|
-
"kind": "method",
|
|
10391
|
-
"name": "getCorrectRowCount",
|
|
10392
|
-
"privacy": "protected",
|
|
10393
|
-
"parameters": [
|
|
10394
|
-
{
|
|
10395
|
-
"name": "params",
|
|
10396
|
-
"type": {
|
|
10397
|
-
"text": "IServerSideGetRowsParams<any, any>"
|
|
10398
|
-
}
|
|
10399
|
-
}
|
|
10400
|
-
]
|
|
10401
|
-
},
|
|
10402
|
-
{
|
|
10403
|
-
"kind": "field",
|
|
10404
|
-
"name": "isNotFirstViewNumber",
|
|
10405
|
-
"type": {
|
|
10406
|
-
"text": "boolean"
|
|
10407
|
-
},
|
|
10408
|
-
"privacy": "protected",
|
|
10409
|
-
"readonly": true
|
|
10410
|
-
}
|
|
10411
|
-
]
|
|
10412
|
-
}
|
|
10413
|
-
],
|
|
10414
|
-
"exports": [
|
|
10415
|
-
{
|
|
10416
|
-
"kind": "js",
|
|
10417
|
-
"name": "BaseServerSideDatasource",
|
|
10418
|
-
"declaration": {
|
|
10419
|
-
"name": "BaseServerSideDatasource",
|
|
10420
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10421
|
-
}
|
|
10422
|
-
}
|
|
10423
|
-
]
|
|
10424
|
-
},
|
|
10425
|
-
{
|
|
10426
|
-
"kind": "javascript-module",
|
|
10427
|
-
"path": "src/datasource/server-side.resource-dataserver.ts",
|
|
10428
|
-
"declarations": [
|
|
10429
|
-
{
|
|
10430
|
-
"kind": "class",
|
|
10431
|
-
"description": "The DATASERVER IServerSideDatasource implementation, used for SSRM (Server-Side Row Model) in the grid.",
|
|
10432
|
-
"name": "DataserverServerSideDatasource",
|
|
10433
|
-
"members": [
|
|
10434
|
-
{
|
|
10435
|
-
"kind": "field",
|
|
10436
|
-
"name": "dataserverStream",
|
|
10437
|
-
"type": {
|
|
10438
|
-
"text": "SocketObservable<FilteredDataServerResult>"
|
|
10439
|
-
}
|
|
10440
|
-
},
|
|
10441
|
-
{
|
|
10442
|
-
"kind": "field",
|
|
10443
|
-
"name": "dataserverStreamSubscription",
|
|
10444
|
-
"type": {
|
|
10445
|
-
"text": "SocketSubscription"
|
|
10446
|
-
}
|
|
10447
|
-
},
|
|
10448
|
-
{
|
|
10449
|
-
"kind": "field",
|
|
10450
|
-
"name": "createDataserverStreamFunc",
|
|
10451
|
-
"type": {
|
|
10452
|
-
"text": "(\n existingParams?: any,\n ) => Promise<SocketObservable<FilteredDataServerResult>>"
|
|
10453
|
-
}
|
|
10454
|
-
},
|
|
10455
|
-
{
|
|
10456
|
-
"kind": "method",
|
|
10457
|
-
"name": "refreshDatasource",
|
|
10458
|
-
"privacy": "protected",
|
|
10459
|
-
"return": {
|
|
10460
|
-
"type": {
|
|
10461
|
-
"text": "Promise<void>"
|
|
10462
|
-
}
|
|
10463
|
-
},
|
|
10464
|
-
"parameters": [
|
|
10465
|
-
{
|
|
10466
|
-
"name": "params",
|
|
10467
|
-
"type": {
|
|
10468
|
-
"text": "IServerSideGetRowsParams"
|
|
10469
|
-
}
|
|
10470
|
-
}
|
|
10471
|
-
],
|
|
10472
|
-
"inheritedFrom": {
|
|
10473
|
-
"name": "BaseServerSideDatasource",
|
|
10474
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10475
|
-
}
|
|
10476
|
-
},
|
|
10477
|
-
{
|
|
10478
|
-
"kind": "method",
|
|
10479
|
-
"name": "getRows",
|
|
10480
|
-
"return": {
|
|
10481
|
-
"type": {
|
|
10482
|
-
"text": "void"
|
|
10483
|
-
}
|
|
10484
|
-
},
|
|
10485
|
-
"parameters": [
|
|
10486
|
-
{
|
|
10487
|
-
"name": "params",
|
|
10488
|
-
"type": {
|
|
10489
|
-
"text": "IServerSideGetRowsParams"
|
|
10490
|
-
}
|
|
10491
|
-
}
|
|
10492
|
-
],
|
|
10493
|
-
"inheritedFrom": {
|
|
10494
|
-
"name": "BaseServerSideDatasource",
|
|
10495
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10496
|
-
}
|
|
10497
|
-
},
|
|
10498
|
-
{
|
|
10499
|
-
"kind": "method",
|
|
10500
|
-
"name": "applyServerSideData",
|
|
10501
|
-
"privacy": "private",
|
|
10502
|
-
"parameters": [
|
|
10503
|
-
{
|
|
10504
|
-
"name": "params",
|
|
10505
|
-
"type": {
|
|
10506
|
-
"text": "IServerSideGetRowsParams"
|
|
10507
|
-
}
|
|
10508
|
-
},
|
|
10509
|
-
{
|
|
10510
|
-
"name": "result",
|
|
10511
|
-
"type": {
|
|
10512
|
-
"text": "RawDataServerResult"
|
|
10513
|
-
}
|
|
10514
|
-
}
|
|
10515
|
-
]
|
|
10516
|
-
},
|
|
10517
|
-
{
|
|
10518
|
-
"kind": "method",
|
|
10519
|
-
"name": "destroy",
|
|
10520
|
-
"return": {
|
|
10521
|
-
"type": {
|
|
10522
|
-
"text": "void"
|
|
10523
|
-
}
|
|
10524
|
-
},
|
|
10525
|
-
"inheritedFrom": {
|
|
10526
|
-
"name": "BaseServerSideDatasource",
|
|
10527
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10528
|
-
}
|
|
10529
|
-
},
|
|
10530
|
-
{
|
|
10531
|
-
"kind": "method",
|
|
10532
|
-
"name": "handleCurrentStreamLoad",
|
|
10533
|
-
"privacy": "private",
|
|
10534
|
-
"return": {
|
|
10535
|
-
"type": {
|
|
10536
|
-
"text": "any[]"
|
|
10537
|
-
}
|
|
10538
|
-
},
|
|
10539
|
-
"parameters": [
|
|
10540
|
-
{
|
|
10541
|
-
"name": "result",
|
|
10542
|
-
"type": {
|
|
10543
|
-
"text": "FilteredDataServerResult"
|
|
10544
|
-
}
|
|
10545
|
-
}
|
|
10546
|
-
]
|
|
10547
|
-
},
|
|
10548
|
-
{
|
|
10549
|
-
"kind": "field",
|
|
10550
|
-
"name": "auth",
|
|
10551
|
-
"type": {
|
|
10552
|
-
"text": "Auth"
|
|
10553
|
-
},
|
|
10554
|
-
"inheritedFrom": {
|
|
10555
|
-
"name": "BaseServerSideDatasource",
|
|
10556
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10557
|
-
}
|
|
10558
|
-
},
|
|
10559
|
-
{
|
|
10560
|
-
"kind": "field",
|
|
10561
|
-
"name": "connect",
|
|
10562
|
-
"type": {
|
|
10563
|
-
"text": "Connect"
|
|
10564
|
-
},
|
|
10565
|
-
"inheritedFrom": {
|
|
10566
|
-
"name": "BaseServerSideDatasource",
|
|
10567
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10568
|
-
}
|
|
10569
|
-
},
|
|
10570
|
-
{
|
|
10571
|
-
"kind": "field",
|
|
10572
|
-
"name": "uuid",
|
|
10573
|
-
"type": {
|
|
10574
|
-
"text": "UUID"
|
|
10575
|
-
},
|
|
10576
|
-
"inheritedFrom": {
|
|
10577
|
-
"name": "BaseServerSideDatasource",
|
|
10578
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10579
|
-
}
|
|
10580
|
-
},
|
|
10581
|
-
{
|
|
10582
|
-
"kind": "field",
|
|
10583
|
-
"name": "rowId",
|
|
10584
|
-
"type": {
|
|
10585
|
-
"text": "string"
|
|
10586
|
-
},
|
|
10587
|
-
"privacy": "protected",
|
|
10588
|
-
"inheritedFrom": {
|
|
10589
|
-
"name": "BaseServerSideDatasource",
|
|
10590
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10591
|
-
}
|
|
10592
|
-
},
|
|
10593
|
-
{
|
|
10594
|
-
"kind": "field",
|
|
10595
|
-
"name": "rowData",
|
|
10596
|
-
"type": {
|
|
10597
|
-
"text": "Map<string, any>"
|
|
10598
|
-
},
|
|
10599
|
-
"privacy": "protected",
|
|
10600
|
-
"default": "new Map()",
|
|
10601
|
-
"inheritedFrom": {
|
|
10602
|
-
"name": "BaseServerSideDatasource",
|
|
10603
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10604
|
-
}
|
|
10605
|
-
},
|
|
10606
|
-
{
|
|
10607
|
-
"kind": "field",
|
|
10608
|
-
"name": "reloadResourceDataFunc",
|
|
10609
|
-
"type": {
|
|
10610
|
-
"text": "(params: DatasourceOptions) => Promise<void>"
|
|
10611
|
-
},
|
|
10612
|
-
"inheritedFrom": {
|
|
10613
|
-
"name": "BaseServerSideDatasource",
|
|
10614
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10615
|
-
}
|
|
10616
|
-
},
|
|
10617
|
-
{
|
|
10618
|
-
"kind": "field",
|
|
10619
|
-
"name": "resourceName",
|
|
10620
|
-
"type": {
|
|
10621
|
-
"text": "string"
|
|
10622
|
-
},
|
|
10623
|
-
"privacy": "protected",
|
|
10624
|
-
"inheritedFrom": {
|
|
10625
|
-
"name": "BaseServerSideDatasource",
|
|
10626
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10627
|
-
}
|
|
10628
|
-
},
|
|
10629
|
-
{
|
|
10630
|
-
"kind": "field",
|
|
10631
|
-
"name": "resourceParams",
|
|
10632
|
-
"type": {
|
|
10633
|
-
"text": "any"
|
|
10634
|
-
},
|
|
10635
|
-
"inheritedFrom": {
|
|
10636
|
-
"name": "BaseServerSideDatasource",
|
|
10637
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10638
|
-
}
|
|
10639
|
-
},
|
|
10640
|
-
{
|
|
10641
|
-
"kind": "field",
|
|
10642
|
-
"name": "resourceIndexes",
|
|
10643
|
-
"type": {
|
|
10644
|
-
"text": "Map<string, [string]>"
|
|
10645
|
-
},
|
|
10646
|
-
"privacy": "protected",
|
|
10647
|
-
"inheritedFrom": {
|
|
10648
|
-
"name": "BaseServerSideDatasource",
|
|
10649
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10650
|
-
}
|
|
10651
|
-
},
|
|
10652
|
-
{
|
|
10653
|
-
"kind": "field",
|
|
10654
|
-
"name": "resourceColDefs",
|
|
10655
|
-
"type": {
|
|
10656
|
-
"text": "MetadataDetail[]"
|
|
10657
|
-
},
|
|
10658
|
-
"privacy": "protected",
|
|
10659
|
-
"inheritedFrom": {
|
|
10660
|
-
"name": "BaseServerSideDatasource",
|
|
10661
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10662
|
-
}
|
|
10663
|
-
},
|
|
10664
|
-
{
|
|
10665
|
-
"kind": "field",
|
|
10666
|
-
"name": "maxRows",
|
|
10667
|
-
"type": {
|
|
10668
|
-
"text": "number"
|
|
10669
|
-
},
|
|
10670
|
-
"privacy": "protected",
|
|
10671
|
-
"inheritedFrom": {
|
|
10672
|
-
"name": "BaseServerSideDatasource",
|
|
10673
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10674
|
-
}
|
|
10675
|
-
},
|
|
10676
|
-
{
|
|
10677
|
-
"kind": "field",
|
|
10678
|
-
"name": "maxView",
|
|
10679
|
-
"type": {
|
|
10680
|
-
"text": "number"
|
|
10681
|
-
},
|
|
10682
|
-
"privacy": "protected",
|
|
10683
|
-
"inheritedFrom": {
|
|
10684
|
-
"name": "BaseServerSideDatasource",
|
|
10685
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10686
|
-
}
|
|
10687
|
-
},
|
|
10688
|
-
{
|
|
10689
|
-
"kind": "field",
|
|
10690
|
-
"name": "pagination",
|
|
10691
|
-
"type": {
|
|
10692
|
-
"text": "boolean"
|
|
10693
|
-
},
|
|
10694
|
-
"privacy": "protected",
|
|
10695
|
-
"inheritedFrom": {
|
|
10696
|
-
"name": "BaseServerSideDatasource",
|
|
10697
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10698
|
-
}
|
|
10699
|
-
},
|
|
10700
|
-
{
|
|
10701
|
-
"kind": "field",
|
|
10702
|
-
"name": "zeroBasedViewNumber",
|
|
10703
|
-
"type": {
|
|
10704
|
-
"text": "boolean"
|
|
10705
|
-
},
|
|
10706
|
-
"privacy": "protected",
|
|
10707
|
-
"inheritedFrom": {
|
|
10708
|
-
"name": "BaseServerSideDatasource",
|
|
10709
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10710
|
-
}
|
|
10711
|
-
},
|
|
10712
|
-
{
|
|
10713
|
-
"kind": "field",
|
|
10714
|
-
"name": "sourceRef",
|
|
10715
|
-
"type": {
|
|
10716
|
-
"text": "string"
|
|
10717
|
-
},
|
|
10718
|
-
"inheritedFrom": {
|
|
10719
|
-
"name": "BaseServerSideDatasource",
|
|
10720
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10721
|
-
}
|
|
10722
|
-
},
|
|
10723
|
-
{
|
|
10724
|
-
"kind": "field",
|
|
10725
|
-
"name": "isNewPageSize",
|
|
10726
|
-
"type": {
|
|
10727
|
-
"text": "boolean"
|
|
10728
|
-
},
|
|
10729
|
-
"inheritedFrom": {
|
|
10730
|
-
"name": "BaseServerSideDatasource",
|
|
10731
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10732
|
-
}
|
|
10733
|
-
},
|
|
10734
|
-
{
|
|
10735
|
-
"kind": "field",
|
|
10736
|
-
"name": "lastSuccessRowData",
|
|
10737
|
-
"type": {
|
|
10738
|
-
"text": "LoadSuccessParams"
|
|
10739
|
-
},
|
|
10740
|
-
"inheritedFrom": {
|
|
10741
|
-
"name": "BaseServerSideDatasource",
|
|
10742
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10743
|
-
}
|
|
10744
|
-
},
|
|
10745
|
-
{
|
|
10746
|
-
"kind": "field",
|
|
10747
|
-
"name": "moreRows",
|
|
10748
|
-
"type": {
|
|
10749
|
-
"text": "boolean"
|
|
10750
|
-
},
|
|
10751
|
-
"privacy": "protected",
|
|
10752
|
-
"default": "false",
|
|
10753
|
-
"inheritedFrom": {
|
|
10754
|
-
"name": "BaseServerSideDatasource",
|
|
10755
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10756
|
-
}
|
|
10757
|
-
},
|
|
10758
|
-
{
|
|
10759
|
-
"kind": "field",
|
|
10760
|
-
"name": "calculatedRowsCount",
|
|
10761
|
-
"type": {
|
|
10762
|
-
"text": "number"
|
|
10763
|
-
},
|
|
10764
|
-
"privacy": "protected",
|
|
10765
|
-
"default": "0",
|
|
10766
|
-
"inheritedFrom": {
|
|
10767
|
-
"name": "BaseServerSideDatasource",
|
|
10768
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10769
|
-
}
|
|
10770
|
-
},
|
|
10771
|
-
{
|
|
10772
|
-
"kind": "field",
|
|
10773
|
-
"name": "currentSequenceId",
|
|
10774
|
-
"type": {
|
|
10775
|
-
"text": "null"
|
|
10776
|
-
},
|
|
10777
|
-
"privacy": "protected",
|
|
10778
|
-
"default": "null",
|
|
10779
|
-
"inheritedFrom": {
|
|
10780
|
-
"name": "BaseServerSideDatasource",
|
|
10781
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10782
|
-
}
|
|
10783
|
-
},
|
|
10784
|
-
{
|
|
10785
|
-
"kind": "field",
|
|
10786
|
-
"name": "currentFilterModel",
|
|
10787
|
-
"type": {
|
|
10788
|
-
"text": "SetFilterModel"
|
|
10789
|
-
},
|
|
10790
|
-
"privacy": "protected",
|
|
10791
|
-
"inheritedFrom": {
|
|
10792
|
-
"name": "BaseServerSideDatasource",
|
|
10793
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10794
|
-
}
|
|
10795
|
-
},
|
|
10796
|
-
{
|
|
10797
|
-
"kind": "field",
|
|
10798
|
-
"name": "originalCriteriaMatch",
|
|
10799
|
-
"type": {
|
|
10800
|
-
"text": "string | string[]"
|
|
10801
|
-
},
|
|
10802
|
-
"privacy": "protected",
|
|
10803
|
-
"inheritedFrom": {
|
|
10804
|
-
"name": "BaseServerSideDatasource",
|
|
10805
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10806
|
-
}
|
|
10807
|
-
},
|
|
10808
|
-
{
|
|
10809
|
-
"kind": "field",
|
|
10810
|
-
"name": "currentSortModel",
|
|
10811
|
-
"type": {
|
|
10812
|
-
"text": "SortModelItem[]"
|
|
10813
|
-
},
|
|
10814
|
-
"privacy": "protected",
|
|
10815
|
-
"inheritedFrom": {
|
|
10816
|
-
"name": "BaseServerSideDatasource",
|
|
10817
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10818
|
-
}
|
|
10819
|
-
},
|
|
10820
|
-
{
|
|
10821
|
-
"kind": "method",
|
|
10822
|
-
"name": "setupFilteringAndSorting",
|
|
10823
|
-
"privacy": "protected",
|
|
10824
|
-
"parameters": [
|
|
10825
|
-
{
|
|
10826
|
-
"name": "params",
|
|
10827
|
-
"type": {
|
|
10828
|
-
"text": "IServerSideGetRowsParams"
|
|
10829
|
-
}
|
|
10830
|
-
}
|
|
10831
|
-
],
|
|
10832
|
-
"inheritedFrom": {
|
|
10833
|
-
"name": "BaseServerSideDatasource",
|
|
10834
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10835
|
-
}
|
|
10836
|
-
},
|
|
10837
|
-
{
|
|
10838
|
-
"kind": "method",
|
|
10839
|
-
"name": "getOrderByAndToBeSortedColIds",
|
|
10840
|
-
"privacy": "protected",
|
|
10841
|
-
"parameters": [
|
|
10842
|
-
{
|
|
10843
|
-
"name": "map"
|
|
10844
|
-
},
|
|
10845
|
-
{
|
|
10846
|
-
"name": "searchValue"
|
|
10847
|
-
}
|
|
10848
|
-
],
|
|
10849
|
-
"inheritedFrom": {
|
|
10850
|
-
"name": "BaseServerSideDatasource",
|
|
10851
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10852
|
-
}
|
|
10853
|
-
},
|
|
10854
|
-
{
|
|
10855
|
-
"kind": "method",
|
|
10856
|
-
"name": "buildCriteriaMatchFromFilters",
|
|
10857
|
-
"privacy": "protected",
|
|
10858
|
-
"return": {
|
|
10859
|
-
"type": {
|
|
10860
|
-
"text": "string"
|
|
10861
|
-
}
|
|
10862
|
-
},
|
|
10863
|
-
"inheritedFrom": {
|
|
10864
|
-
"name": "BaseServerSideDatasource",
|
|
10865
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10866
|
-
}
|
|
10867
|
-
},
|
|
10868
|
-
{
|
|
10869
|
-
"kind": "method",
|
|
10870
|
-
"name": "criteriaFromFilters",
|
|
10871
|
-
"privacy": "protected",
|
|
10872
|
-
"return": {
|
|
10873
|
-
"type": {
|
|
10874
|
-
"text": "string[]"
|
|
10875
|
-
}
|
|
10876
|
-
},
|
|
10877
|
-
"inheritedFrom": {
|
|
10878
|
-
"name": "BaseServerSideDatasource",
|
|
10879
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10880
|
-
}
|
|
10881
|
-
},
|
|
10882
|
-
{
|
|
10883
|
-
"kind": "method",
|
|
10884
|
-
"name": "getFiltersByType",
|
|
10885
|
-
"privacy": "protected",
|
|
10886
|
-
"parameters": [
|
|
10887
|
-
{
|
|
10888
|
-
"name": "filterType",
|
|
10889
|
-
"type": {
|
|
10890
|
-
"text": "string"
|
|
10891
|
-
}
|
|
10892
|
-
}
|
|
10893
|
-
],
|
|
10894
|
-
"inheritedFrom": {
|
|
10895
|
-
"name": "BaseServerSideDatasource",
|
|
10896
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10897
|
-
}
|
|
10898
|
-
},
|
|
10899
|
-
{
|
|
10900
|
-
"kind": "method",
|
|
10901
|
-
"name": "getPageNumber",
|
|
10902
|
-
"privacy": "protected",
|
|
10903
|
-
"parameters": [
|
|
10904
|
-
{
|
|
10905
|
-
"name": "start",
|
|
10906
|
-
"type": {
|
|
10907
|
-
"text": "number"
|
|
10908
|
-
}
|
|
10909
|
-
},
|
|
10910
|
-
{
|
|
10911
|
-
"name": "recordsPerPage",
|
|
10912
|
-
"type": {
|
|
10913
|
-
"text": "number"
|
|
10914
|
-
}
|
|
10915
|
-
},
|
|
10916
|
-
{
|
|
10917
|
-
"name": "totalRecords",
|
|
10918
|
-
"type": {
|
|
10919
|
-
"text": "number"
|
|
10920
|
-
}
|
|
10921
|
-
},
|
|
10922
|
-
{
|
|
10923
|
-
"name": "zeroBasedViewNumber",
|
|
10924
|
-
"default": "true"
|
|
10925
|
-
}
|
|
10926
|
-
],
|
|
10927
|
-
"inheritedFrom": {
|
|
10928
|
-
"name": "BaseServerSideDatasource",
|
|
10929
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10930
|
-
}
|
|
10931
|
-
},
|
|
10932
|
-
{
|
|
10933
|
-
"kind": "method",
|
|
10934
|
-
"name": "getCorrectRowCount",
|
|
10935
|
-
"privacy": "protected",
|
|
10936
|
-
"parameters": [
|
|
10937
|
-
{
|
|
10938
|
-
"name": "params",
|
|
10939
|
-
"type": {
|
|
10940
|
-
"text": "IServerSideGetRowsParams<any, any>"
|
|
10941
|
-
}
|
|
10942
|
-
}
|
|
10943
|
-
],
|
|
10944
|
-
"inheritedFrom": {
|
|
10945
|
-
"name": "BaseServerSideDatasource",
|
|
10946
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10947
|
-
}
|
|
10948
|
-
},
|
|
10949
|
-
{
|
|
10950
|
-
"kind": "field",
|
|
10951
|
-
"name": "isNotFirstViewNumber",
|
|
10952
|
-
"type": {
|
|
10953
|
-
"text": "boolean"
|
|
10954
|
-
},
|
|
10955
|
-
"privacy": "protected",
|
|
10956
|
-
"readonly": true,
|
|
10957
|
-
"inheritedFrom": {
|
|
10958
|
-
"name": "BaseServerSideDatasource",
|
|
10959
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
10960
|
-
}
|
|
10961
|
-
}
|
|
10962
|
-
],
|
|
10963
|
-
"superclass": {
|
|
10964
|
-
"name": "BaseServerSideDatasource",
|
|
10965
|
-
"module": "/src/datasource/server-side.resource-base"
|
|
10966
|
-
}
|
|
10967
|
-
}
|
|
10968
|
-
],
|
|
10969
|
-
"exports": [
|
|
10970
|
-
{
|
|
10971
|
-
"kind": "js",
|
|
10972
|
-
"name": "DataserverServerSideDatasource",
|
|
10973
|
-
"declaration": {
|
|
10974
|
-
"name": "DataserverServerSideDatasource",
|
|
10975
|
-
"module": "src/datasource/server-side.resource-dataserver.ts"
|
|
10976
|
-
}
|
|
10977
|
-
}
|
|
10978
|
-
]
|
|
10979
|
-
},
|
|
10980
|
-
{
|
|
10981
|
-
"kind": "javascript-module",
|
|
10982
|
-
"path": "src/datasource/server-side.resource-reqrep.ts",
|
|
10983
|
-
"declarations": [
|
|
10984
|
-
{
|
|
10985
|
-
"kind": "class",
|
|
10986
|
-
"description": "The REQUEST_SERVER IServerSideDatasource implementation, used for SSRM (Server-Side Row Model) in the grid.",
|
|
10987
|
-
"name": "ReqRepServerSideDatasource",
|
|
10988
|
-
"members": [
|
|
10989
|
-
{
|
|
10990
|
-
"kind": "field",
|
|
10991
|
-
"name": "createReqRepRequestFunc",
|
|
10992
|
-
"type": {
|
|
10993
|
-
"text": "(existingParams?: any) => Promise<RequestServerResult>"
|
|
10994
|
-
}
|
|
10995
|
-
},
|
|
10996
|
-
{
|
|
10997
|
-
"kind": "method",
|
|
10998
|
-
"name": "getRows",
|
|
10999
|
-
"return": {
|
|
11000
|
-
"type": {
|
|
11001
|
-
"text": "void"
|
|
11002
|
-
}
|
|
11003
|
-
},
|
|
11004
|
-
"parameters": [
|
|
11005
|
-
{
|
|
11006
|
-
"name": "params",
|
|
11007
|
-
"type": {
|
|
11008
|
-
"text": "IServerSideGetRowsParams"
|
|
11009
|
-
}
|
|
11010
|
-
}
|
|
11011
|
-
],
|
|
11012
|
-
"inheritedFrom": {
|
|
11013
|
-
"name": "BaseServerSideDatasource",
|
|
11014
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11015
|
-
}
|
|
11016
|
-
},
|
|
11017
|
-
{
|
|
11018
|
-
"kind": "method",
|
|
11019
|
-
"name": "applyServerSideData",
|
|
11020
|
-
"privacy": "private",
|
|
11021
|
-
"parameters": [
|
|
11022
|
-
{
|
|
11023
|
-
"name": "params",
|
|
11024
|
-
"type": {
|
|
11025
|
-
"text": "IServerSideGetRowsParams"
|
|
11026
|
-
}
|
|
11027
|
-
},
|
|
11028
|
-
{
|
|
11029
|
-
"name": "result",
|
|
11030
|
-
"type": {
|
|
11031
|
-
"text": "RequestServerResult"
|
|
11032
|
-
}
|
|
11033
|
-
},
|
|
11034
|
-
{
|
|
11035
|
-
"name": "isLastView",
|
|
11036
|
-
"type": {
|
|
11037
|
-
"text": "boolean"
|
|
11038
|
-
}
|
|
11039
|
-
}
|
|
11040
|
-
]
|
|
11041
|
-
},
|
|
11042
|
-
{
|
|
11043
|
-
"kind": "method",
|
|
11044
|
-
"name": "getCorrectRowCount",
|
|
11045
|
-
"privacy": "protected",
|
|
11046
|
-
"parameters": [
|
|
11047
|
-
{
|
|
11048
|
-
"name": "params",
|
|
11049
|
-
"type": {
|
|
11050
|
-
"text": "IServerSideGetRowsParams"
|
|
11051
|
-
}
|
|
11052
|
-
}
|
|
11053
|
-
],
|
|
11054
|
-
"return": {
|
|
11055
|
-
"type": {
|
|
11056
|
-
"text": "number"
|
|
11057
|
-
}
|
|
11058
|
-
},
|
|
11059
|
-
"inheritedFrom": {
|
|
11060
|
-
"name": "BaseServerSideDatasource",
|
|
11061
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11062
|
-
}
|
|
11063
|
-
},
|
|
11064
|
-
{
|
|
11065
|
-
"kind": "method",
|
|
11066
|
-
"name": "handleCurrentStreamLoad",
|
|
11067
|
-
"privacy": "private",
|
|
11068
|
-
"return": {
|
|
11069
|
-
"type": {
|
|
11070
|
-
"text": "any[]"
|
|
11071
|
-
}
|
|
11072
|
-
},
|
|
11073
|
-
"parameters": [
|
|
11074
|
-
{
|
|
11075
|
-
"name": "reply",
|
|
11076
|
-
"type": {
|
|
11077
|
-
"text": "any[]"
|
|
11078
|
-
}
|
|
11079
|
-
}
|
|
11080
|
-
]
|
|
11081
|
-
},
|
|
11082
|
-
{
|
|
11083
|
-
"kind": "field",
|
|
11084
|
-
"name": "auth",
|
|
11085
|
-
"type": {
|
|
11086
|
-
"text": "Auth"
|
|
11087
|
-
},
|
|
11088
|
-
"inheritedFrom": {
|
|
11089
|
-
"name": "BaseServerSideDatasource",
|
|
11090
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11091
|
-
}
|
|
11092
|
-
},
|
|
11093
|
-
{
|
|
11094
|
-
"kind": "field",
|
|
11095
|
-
"name": "connect",
|
|
11096
|
-
"type": {
|
|
11097
|
-
"text": "Connect"
|
|
11098
|
-
},
|
|
11099
|
-
"inheritedFrom": {
|
|
11100
|
-
"name": "BaseServerSideDatasource",
|
|
11101
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11102
|
-
}
|
|
11103
|
-
},
|
|
11104
|
-
{
|
|
11105
|
-
"kind": "field",
|
|
11106
|
-
"name": "uuid",
|
|
11107
|
-
"type": {
|
|
11108
|
-
"text": "UUID"
|
|
11109
|
-
},
|
|
11110
|
-
"inheritedFrom": {
|
|
11111
|
-
"name": "BaseServerSideDatasource",
|
|
11112
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11113
|
-
}
|
|
11114
|
-
},
|
|
11115
|
-
{
|
|
11116
|
-
"kind": "field",
|
|
11117
|
-
"name": "rowId",
|
|
11118
|
-
"type": {
|
|
11119
|
-
"text": "string"
|
|
11120
|
-
},
|
|
11121
|
-
"privacy": "protected",
|
|
11122
|
-
"inheritedFrom": {
|
|
11123
|
-
"name": "BaseServerSideDatasource",
|
|
11124
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11125
|
-
}
|
|
11126
|
-
},
|
|
11127
|
-
{
|
|
11128
|
-
"kind": "field",
|
|
11129
|
-
"name": "rowData",
|
|
11130
|
-
"type": {
|
|
11131
|
-
"text": "Map<string, any>"
|
|
11132
|
-
},
|
|
11133
|
-
"privacy": "protected",
|
|
11134
|
-
"default": "new Map()",
|
|
11135
|
-
"inheritedFrom": {
|
|
11136
|
-
"name": "BaseServerSideDatasource",
|
|
11137
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11138
|
-
}
|
|
11139
|
-
},
|
|
11140
|
-
{
|
|
11141
|
-
"kind": "field",
|
|
11142
|
-
"name": "reloadResourceDataFunc",
|
|
11143
|
-
"type": {
|
|
11144
|
-
"text": "(params: DatasourceOptions) => Promise<void>"
|
|
11145
|
-
},
|
|
11146
|
-
"inheritedFrom": {
|
|
11147
|
-
"name": "BaseServerSideDatasource",
|
|
11148
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11149
|
-
}
|
|
11150
|
-
},
|
|
11151
|
-
{
|
|
11152
|
-
"kind": "field",
|
|
11153
|
-
"name": "resourceName",
|
|
11154
|
-
"type": {
|
|
11155
|
-
"text": "string"
|
|
11156
|
-
},
|
|
11157
|
-
"privacy": "protected",
|
|
11158
|
-
"inheritedFrom": {
|
|
11159
|
-
"name": "BaseServerSideDatasource",
|
|
11160
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11161
|
-
}
|
|
11162
|
-
},
|
|
11163
|
-
{
|
|
11164
|
-
"kind": "field",
|
|
11165
|
-
"name": "resourceParams",
|
|
11166
|
-
"type": {
|
|
11167
|
-
"text": "any"
|
|
11168
|
-
},
|
|
11169
|
-
"inheritedFrom": {
|
|
11170
|
-
"name": "BaseServerSideDatasource",
|
|
11171
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11172
|
-
}
|
|
11173
|
-
},
|
|
11174
|
-
{
|
|
11175
|
-
"kind": "field",
|
|
11176
|
-
"name": "resourceIndexes",
|
|
11177
|
-
"type": {
|
|
11178
|
-
"text": "Map<string, [string]>"
|
|
11179
|
-
},
|
|
11180
|
-
"privacy": "protected",
|
|
11181
|
-
"inheritedFrom": {
|
|
11182
|
-
"name": "BaseServerSideDatasource",
|
|
11183
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11184
|
-
}
|
|
11185
|
-
},
|
|
11186
|
-
{
|
|
11187
|
-
"kind": "field",
|
|
11188
|
-
"name": "resourceColDefs",
|
|
11189
|
-
"type": {
|
|
11190
|
-
"text": "MetadataDetail[]"
|
|
11191
|
-
},
|
|
11192
|
-
"privacy": "protected",
|
|
11193
|
-
"inheritedFrom": {
|
|
11194
|
-
"name": "BaseServerSideDatasource",
|
|
11195
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11196
|
-
}
|
|
11197
|
-
},
|
|
11198
|
-
{
|
|
11199
|
-
"kind": "field",
|
|
11200
|
-
"name": "maxRows",
|
|
11201
|
-
"type": {
|
|
11202
|
-
"text": "number"
|
|
11203
|
-
},
|
|
11204
|
-
"privacy": "protected",
|
|
11205
|
-
"inheritedFrom": {
|
|
11206
|
-
"name": "BaseServerSideDatasource",
|
|
11207
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11208
|
-
}
|
|
11209
|
-
},
|
|
11210
|
-
{
|
|
11211
|
-
"kind": "field",
|
|
11212
|
-
"name": "maxView",
|
|
11213
|
-
"type": {
|
|
11214
|
-
"text": "number"
|
|
11215
|
-
},
|
|
11216
|
-
"privacy": "protected",
|
|
11217
|
-
"inheritedFrom": {
|
|
11218
|
-
"name": "BaseServerSideDatasource",
|
|
11219
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11220
|
-
}
|
|
11221
|
-
},
|
|
11222
|
-
{
|
|
11223
|
-
"kind": "field",
|
|
11224
|
-
"name": "pagination",
|
|
11225
|
-
"type": {
|
|
11226
|
-
"text": "boolean"
|
|
11227
|
-
},
|
|
11228
|
-
"privacy": "protected",
|
|
11229
|
-
"inheritedFrom": {
|
|
11230
|
-
"name": "BaseServerSideDatasource",
|
|
11231
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11232
|
-
}
|
|
11233
|
-
},
|
|
11234
|
-
{
|
|
11235
|
-
"kind": "field",
|
|
11236
|
-
"name": "zeroBasedViewNumber",
|
|
11237
|
-
"type": {
|
|
11238
|
-
"text": "boolean"
|
|
11239
|
-
},
|
|
11240
|
-
"privacy": "protected",
|
|
11241
|
-
"inheritedFrom": {
|
|
11242
|
-
"name": "BaseServerSideDatasource",
|
|
11243
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11244
|
-
}
|
|
11245
|
-
},
|
|
11246
|
-
{
|
|
11247
|
-
"kind": "field",
|
|
11248
|
-
"name": "sourceRef",
|
|
11249
|
-
"type": {
|
|
11250
|
-
"text": "string"
|
|
11251
|
-
},
|
|
11252
|
-
"inheritedFrom": {
|
|
11253
|
-
"name": "BaseServerSideDatasource",
|
|
11254
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11255
|
-
}
|
|
11256
|
-
},
|
|
11257
|
-
{
|
|
11258
|
-
"kind": "field",
|
|
11259
|
-
"name": "isNewPageSize",
|
|
11260
|
-
"type": {
|
|
11261
|
-
"text": "boolean"
|
|
11262
|
-
},
|
|
11263
|
-
"inheritedFrom": {
|
|
11264
|
-
"name": "BaseServerSideDatasource",
|
|
11265
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11266
|
-
}
|
|
11267
|
-
},
|
|
11268
|
-
{
|
|
11269
|
-
"kind": "field",
|
|
11270
|
-
"name": "lastSuccessRowData",
|
|
11271
|
-
"type": {
|
|
11272
|
-
"text": "LoadSuccessParams"
|
|
11273
|
-
},
|
|
11274
|
-
"inheritedFrom": {
|
|
11275
|
-
"name": "BaseServerSideDatasource",
|
|
11276
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11277
|
-
}
|
|
11278
|
-
},
|
|
11279
|
-
{
|
|
11280
|
-
"kind": "field",
|
|
11281
|
-
"name": "moreRows",
|
|
11282
|
-
"type": {
|
|
11283
|
-
"text": "boolean"
|
|
11284
|
-
},
|
|
11285
|
-
"privacy": "protected",
|
|
11286
|
-
"default": "false",
|
|
11287
|
-
"inheritedFrom": {
|
|
11288
|
-
"name": "BaseServerSideDatasource",
|
|
11289
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11290
|
-
}
|
|
11291
|
-
},
|
|
11292
|
-
{
|
|
11293
|
-
"kind": "field",
|
|
11294
|
-
"name": "calculatedRowsCount",
|
|
11295
|
-
"type": {
|
|
11296
|
-
"text": "number"
|
|
11297
|
-
},
|
|
11298
|
-
"privacy": "protected",
|
|
11299
|
-
"default": "0",
|
|
11300
|
-
"inheritedFrom": {
|
|
11301
|
-
"name": "BaseServerSideDatasource",
|
|
11302
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11303
|
-
}
|
|
11304
|
-
},
|
|
11305
|
-
{
|
|
11306
|
-
"kind": "field",
|
|
11307
|
-
"name": "currentSequenceId",
|
|
11308
|
-
"type": {
|
|
11309
|
-
"text": "null"
|
|
11310
|
-
},
|
|
11311
|
-
"privacy": "protected",
|
|
11312
|
-
"default": "null",
|
|
11313
|
-
"inheritedFrom": {
|
|
11314
|
-
"name": "BaseServerSideDatasource",
|
|
11315
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11316
|
-
}
|
|
11317
|
-
},
|
|
11318
|
-
{
|
|
11319
|
-
"kind": "field",
|
|
11320
|
-
"name": "currentFilterModel",
|
|
11321
|
-
"type": {
|
|
11322
|
-
"text": "SetFilterModel"
|
|
11323
|
-
},
|
|
11324
|
-
"privacy": "protected",
|
|
11325
|
-
"inheritedFrom": {
|
|
11326
|
-
"name": "BaseServerSideDatasource",
|
|
11327
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11328
|
-
}
|
|
11329
|
-
},
|
|
11330
|
-
{
|
|
11331
|
-
"kind": "field",
|
|
11332
|
-
"name": "originalCriteriaMatch",
|
|
11333
|
-
"type": {
|
|
11334
|
-
"text": "string | string[]"
|
|
11335
|
-
},
|
|
11336
|
-
"privacy": "protected",
|
|
11337
|
-
"inheritedFrom": {
|
|
11338
|
-
"name": "BaseServerSideDatasource",
|
|
11339
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11340
|
-
}
|
|
11341
|
-
},
|
|
11342
|
-
{
|
|
11343
|
-
"kind": "field",
|
|
11344
|
-
"name": "currentSortModel",
|
|
11345
|
-
"type": {
|
|
11346
|
-
"text": "SortModelItem[]"
|
|
11347
|
-
},
|
|
11348
|
-
"privacy": "protected",
|
|
11349
|
-
"inheritedFrom": {
|
|
11350
|
-
"name": "BaseServerSideDatasource",
|
|
11351
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
11352
|
-
}
|
|
11353
|
-
},
|
|
11354
|
-
{
|
|
11355
|
-
"kind": "method",
|
|
11356
|
-
"name": "setupFilteringAndSorting",
|
|
11357
|
-
"privacy": "protected",
|
|
11358
|
-
"parameters": [
|
|
11359
|
-
{
|
|
11360
|
-
"name": "params",
|
|
11361
|
-
"type": {
|
|
11362
|
-
"text": "IServerSideGetRowsParams"
|
|
11363
|
-
}
|
|
11364
|
-
}
|
|
11365
|
-
],
|
|
9552
|
+
"text": "string"
|
|
9553
|
+
},
|
|
9554
|
+
"fieldName": "criteria",
|
|
11366
9555
|
"inheritedFrom": {
|
|
11367
|
-
"name": "
|
|
11368
|
-
"module": "src/datasource/
|
|
9556
|
+
"name": "GenesisGridDatasourceElement",
|
|
9557
|
+
"module": "src/datasource/base.datasource.ts"
|
|
11369
9558
|
}
|
|
11370
9559
|
},
|
|
11371
9560
|
{
|
|
11372
|
-
"
|
|
11373
|
-
"
|
|
11374
|
-
|
|
11375
|
-
"type": {
|
|
11376
|
-
"text": "void"
|
|
11377
|
-
}
|
|
9561
|
+
"name": "fields",
|
|
9562
|
+
"type": {
|
|
9563
|
+
"text": "string"
|
|
11378
9564
|
},
|
|
9565
|
+
"fieldName": "fields",
|
|
11379
9566
|
"inheritedFrom": {
|
|
11380
|
-
"name": "
|
|
11381
|
-
"module": "src/datasource/
|
|
9567
|
+
"name": "GenesisGridDatasourceElement",
|
|
9568
|
+
"module": "src/datasource/base.datasource.ts"
|
|
11382
9569
|
}
|
|
11383
9570
|
},
|
|
11384
9571
|
{
|
|
11385
|
-
"
|
|
11386
|
-
"
|
|
11387
|
-
|
|
11388
|
-
"return": {
|
|
11389
|
-
"type": {
|
|
11390
|
-
"text": "Promise<void>"
|
|
11391
|
-
}
|
|
9572
|
+
"name": "is-snapshot",
|
|
9573
|
+
"type": {
|
|
9574
|
+
"text": "boolean"
|
|
11392
9575
|
},
|
|
11393
|
-
"
|
|
11394
|
-
|
|
11395
|
-
"name": "params",
|
|
11396
|
-
"type": {
|
|
11397
|
-
"text": "IServerSideGetRowsParams"
|
|
11398
|
-
}
|
|
11399
|
-
}
|
|
11400
|
-
],
|
|
9576
|
+
"default": "false",
|
|
9577
|
+
"fieldName": "isSnapshot",
|
|
11401
9578
|
"inheritedFrom": {
|
|
11402
|
-
"name": "
|
|
11403
|
-
"module": "src/datasource/
|
|
9579
|
+
"name": "GenesisGridDatasourceElement",
|
|
9580
|
+
"module": "src/datasource/base.datasource.ts"
|
|
11404
9581
|
}
|
|
11405
9582
|
},
|
|
11406
9583
|
{
|
|
11407
|
-
"
|
|
11408
|
-
"
|
|
11409
|
-
|
|
11410
|
-
|
|
11411
|
-
|
|
11412
|
-
"name": "map"
|
|
11413
|
-
},
|
|
11414
|
-
{
|
|
11415
|
-
"name": "searchValue"
|
|
11416
|
-
}
|
|
11417
|
-
],
|
|
9584
|
+
"name": "max-rows",
|
|
9585
|
+
"type": {
|
|
9586
|
+
"text": "number"
|
|
9587
|
+
},
|
|
9588
|
+
"fieldName": "maxRows",
|
|
11418
9589
|
"inheritedFrom": {
|
|
11419
|
-
"name": "
|
|
11420
|
-
"module": "src/datasource/
|
|
9590
|
+
"name": "GenesisGridDatasourceElement",
|
|
9591
|
+
"module": "src/datasource/base.datasource.ts"
|
|
11421
9592
|
}
|
|
11422
9593
|
},
|
|
11423
9594
|
{
|
|
11424
|
-
"
|
|
11425
|
-
"
|
|
11426
|
-
|
|
11427
|
-
"return": {
|
|
11428
|
-
"type": {
|
|
11429
|
-
"text": "string"
|
|
11430
|
-
}
|
|
9595
|
+
"name": "max-view",
|
|
9596
|
+
"type": {
|
|
9597
|
+
"text": "number"
|
|
11431
9598
|
},
|
|
9599
|
+
"fieldName": "maxView",
|
|
11432
9600
|
"inheritedFrom": {
|
|
11433
|
-
"name": "
|
|
11434
|
-
"module": "src/datasource/
|
|
9601
|
+
"name": "GenesisGridDatasourceElement",
|
|
9602
|
+
"module": "src/datasource/base.datasource.ts"
|
|
11435
9603
|
}
|
|
11436
9604
|
},
|
|
11437
9605
|
{
|
|
11438
|
-
"
|
|
11439
|
-
"
|
|
11440
|
-
|
|
11441
|
-
"return": {
|
|
11442
|
-
"type": {
|
|
11443
|
-
"text": "string[]"
|
|
11444
|
-
}
|
|
9606
|
+
"name": "moving-view",
|
|
9607
|
+
"type": {
|
|
9608
|
+
"text": "boolean"
|
|
11445
9609
|
},
|
|
9610
|
+
"default": "false",
|
|
9611
|
+
"fieldName": "movingView",
|
|
11446
9612
|
"inheritedFrom": {
|
|
11447
|
-
"name": "
|
|
11448
|
-
"module": "src/datasource/
|
|
9613
|
+
"name": "GenesisGridDatasourceElement",
|
|
9614
|
+
"module": "src/datasource/base.datasource.ts"
|
|
11449
9615
|
}
|
|
11450
9616
|
},
|
|
11451
9617
|
{
|
|
11452
|
-
"
|
|
11453
|
-
"
|
|
11454
|
-
|
|
11455
|
-
|
|
11456
|
-
|
|
11457
|
-
"name": "filterType",
|
|
11458
|
-
"type": {
|
|
11459
|
-
"text": "string"
|
|
11460
|
-
}
|
|
11461
|
-
}
|
|
11462
|
-
],
|
|
9618
|
+
"name": "order-by",
|
|
9619
|
+
"type": {
|
|
9620
|
+
"text": "string"
|
|
9621
|
+
},
|
|
9622
|
+
"fieldName": "orderBy",
|
|
11463
9623
|
"inheritedFrom": {
|
|
11464
|
-
"name": "
|
|
11465
|
-
"module": "src/datasource/
|
|
9624
|
+
"name": "GenesisGridDatasourceElement",
|
|
9625
|
+
"module": "src/datasource/base.datasource.ts"
|
|
11466
9626
|
}
|
|
11467
9627
|
},
|
|
11468
9628
|
{
|
|
11469
|
-
"
|
|
11470
|
-
"
|
|
11471
|
-
|
|
11472
|
-
|
|
11473
|
-
|
|
11474
|
-
"name": "start",
|
|
11475
|
-
"type": {
|
|
11476
|
-
"text": "number"
|
|
11477
|
-
}
|
|
11478
|
-
},
|
|
11479
|
-
{
|
|
11480
|
-
"name": "recordsPerPage",
|
|
11481
|
-
"type": {
|
|
11482
|
-
"text": "number"
|
|
11483
|
-
}
|
|
11484
|
-
},
|
|
11485
|
-
{
|
|
11486
|
-
"name": "totalRecords",
|
|
11487
|
-
"type": {
|
|
11488
|
-
"text": "number"
|
|
11489
|
-
}
|
|
11490
|
-
},
|
|
11491
|
-
{
|
|
11492
|
-
"name": "zeroBasedViewNumber",
|
|
11493
|
-
"default": "true"
|
|
11494
|
-
}
|
|
11495
|
-
],
|
|
9629
|
+
"name": "resource-name",
|
|
9630
|
+
"type": {
|
|
9631
|
+
"text": "string"
|
|
9632
|
+
},
|
|
9633
|
+
"fieldName": "resourceName",
|
|
11496
9634
|
"inheritedFrom": {
|
|
11497
|
-
"name": "
|
|
11498
|
-
"module": "src/datasource/
|
|
9635
|
+
"name": "GenesisGridDatasourceElement",
|
|
9636
|
+
"module": "src/datasource/base.datasource.ts"
|
|
11499
9637
|
}
|
|
11500
9638
|
},
|
|
11501
9639
|
{
|
|
11502
|
-
"
|
|
11503
|
-
"
|
|
11504
|
-
"
|
|
11505
|
-
"text": "boolean"
|
|
11506
|
-
},
|
|
11507
|
-
"privacy": "protected",
|
|
11508
|
-
"readonly": true,
|
|
9640
|
+
"name": "row-id",
|
|
9641
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
9642
|
+
"fieldName": "rowIdAttr",
|
|
11509
9643
|
"inheritedFrom": {
|
|
11510
|
-
"name": "
|
|
11511
|
-
"module": "src/datasource/
|
|
9644
|
+
"name": "GenesisGridDatasourceElement",
|
|
9645
|
+
"module": "src/datasource/base.datasource.ts"
|
|
11512
9646
|
}
|
|
11513
9647
|
}
|
|
11514
9648
|
],
|
|
9649
|
+
"mixins": [
|
|
9650
|
+
{
|
|
9651
|
+
"name": "LifecycleMixin",
|
|
9652
|
+
"package": "@genesislcap/foundation-utils"
|
|
9653
|
+
}
|
|
9654
|
+
],
|
|
11515
9655
|
"superclass": {
|
|
11516
|
-
"name": "
|
|
11517
|
-
"module": "/src/datasource/
|
|
9656
|
+
"name": "GridProBaseDatasource",
|
|
9657
|
+
"module": "/src/datasource/base.datasource"
|
|
9658
|
+
},
|
|
9659
|
+
"tagName": "grid-pro-server-side-datasource",
|
|
9660
|
+
"customElement": true
|
|
9661
|
+
}
|
|
9662
|
+
],
|
|
9663
|
+
"exports": [
|
|
9664
|
+
{
|
|
9665
|
+
"kind": "js",
|
|
9666
|
+
"name": "StreamDatasource",
|
|
9667
|
+
"declaration": {
|
|
9668
|
+
"name": "StreamDatasource",
|
|
9669
|
+
"module": "src/datasource/server-side.datasource.ts"
|
|
11518
9670
|
}
|
|
9671
|
+
},
|
|
9672
|
+
{
|
|
9673
|
+
"kind": "js",
|
|
9674
|
+
"name": "GridProServerSideDatasource",
|
|
9675
|
+
"declaration": {
|
|
9676
|
+
"name": "GridProServerSideDatasource",
|
|
9677
|
+
"module": "src/datasource/server-side.datasource.ts"
|
|
9678
|
+
}
|
|
9679
|
+
},
|
|
9680
|
+
{
|
|
9681
|
+
"kind": "custom-element-definition",
|
|
9682
|
+
"name": "grid-pro-server-side-datasource",
|
|
9683
|
+
"declaration": {
|
|
9684
|
+
"name": "GridProServerSideDatasource",
|
|
9685
|
+
"module": "src/datasource/server-side.datasource.ts"
|
|
9686
|
+
}
|
|
9687
|
+
}
|
|
9688
|
+
]
|
|
9689
|
+
},
|
|
9690
|
+
{
|
|
9691
|
+
"kind": "javascript-module",
|
|
9692
|
+
"path": "src/datasource/server-side.grid-definitions.ts",
|
|
9693
|
+
"declarations": [
|
|
9694
|
+
{
|
|
9695
|
+
"kind": "function",
|
|
9696
|
+
"name": "getServerSideFilterParamsByFieldType",
|
|
9697
|
+
"return": {
|
|
9698
|
+
"type": {
|
|
9699
|
+
"text": ""
|
|
9700
|
+
}
|
|
9701
|
+
},
|
|
9702
|
+
"parameters": [
|
|
9703
|
+
{
|
|
9704
|
+
"name": "type",
|
|
9705
|
+
"type": {
|
|
9706
|
+
"text": "string"
|
|
9707
|
+
},
|
|
9708
|
+
"description": "The type of the field/column"
|
|
9709
|
+
}
|
|
9710
|
+
],
|
|
9711
|
+
"description": "Returns the filter params based on the Grid Pro field/column type."
|
|
11519
9712
|
}
|
|
11520
9713
|
],
|
|
11521
9714
|
"exports": [
|
|
11522
9715
|
{
|
|
11523
9716
|
"kind": "js",
|
|
11524
|
-
"name": "
|
|
9717
|
+
"name": "getServerSideFilterParamsByFieldType",
|
|
11525
9718
|
"declaration": {
|
|
11526
|
-
"name": "
|
|
11527
|
-
"module": "src/datasource/server-side.
|
|
9719
|
+
"name": "getServerSideFilterParamsByFieldType",
|
|
9720
|
+
"module": "src/datasource/server-side.grid-definitions.ts"
|
|
11528
9721
|
}
|
|
11529
9722
|
}
|
|
11530
9723
|
]
|
|
@@ -11810,6 +10003,20 @@
|
|
|
11810
10003
|
"description": "The Genesis Datasource element, for CSRM-compatible data fetching and used exclusively by the GridPro element.",
|
|
11811
10004
|
"name": "GridProGenesisDatasource",
|
|
11812
10005
|
"members": [
|
|
10006
|
+
{
|
|
10007
|
+
"kind": "field",
|
|
10008
|
+
"name": "auth",
|
|
10009
|
+
"type": {
|
|
10010
|
+
"text": "Auth"
|
|
10011
|
+
}
|
|
10012
|
+
},
|
|
10013
|
+
{
|
|
10014
|
+
"kind": "field",
|
|
10015
|
+
"name": "datasource",
|
|
10016
|
+
"type": {
|
|
10017
|
+
"text": "Datasource"
|
|
10018
|
+
}
|
|
10019
|
+
},
|
|
11813
10020
|
{
|
|
11814
10021
|
"kind": "field",
|
|
11815
10022
|
"name": "applyFuncName",
|
|
@@ -11836,24 +10043,46 @@
|
|
|
11836
10043
|
"module": "src/datasource/base.datasource.ts"
|
|
11837
10044
|
}
|
|
11838
10045
|
},
|
|
11839
|
-
{
|
|
11840
|
-
"kind": "method",
|
|
11841
|
-
"name": "criteriaChanged",
|
|
11842
|
-
"parameters": [
|
|
11843
|
-
{
|
|
11844
|
-
"name": "oldCriteria",
|
|
11845
|
-
"type": {
|
|
11846
|
-
"text": "string"
|
|
11847
|
-
}
|
|
11848
|
-
},
|
|
11849
|
-
{
|
|
11850
|
-
"name": "newCriteria",
|
|
11851
|
-
"type": {
|
|
11852
|
-
"text": "string"
|
|
11853
|
-
}
|
|
11854
|
-
}
|
|
11855
|
-
]
|
|
11856
|
-
},
|
|
10046
|
+
{
|
|
10047
|
+
"kind": "method",
|
|
10048
|
+
"name": "criteriaChanged",
|
|
10049
|
+
"parameters": [
|
|
10050
|
+
{
|
|
10051
|
+
"name": "oldCriteria",
|
|
10052
|
+
"type": {
|
|
10053
|
+
"text": "string"
|
|
10054
|
+
}
|
|
10055
|
+
},
|
|
10056
|
+
{
|
|
10057
|
+
"name": "newCriteria",
|
|
10058
|
+
"type": {
|
|
10059
|
+
"text": "string"
|
|
10060
|
+
}
|
|
10061
|
+
}
|
|
10062
|
+
]
|
|
10063
|
+
},
|
|
10064
|
+
{
|
|
10065
|
+
"kind": "field",
|
|
10066
|
+
"name": "pollingInterval",
|
|
10067
|
+
"type": {
|
|
10068
|
+
"text": "number"
|
|
10069
|
+
}
|
|
10070
|
+
},
|
|
10071
|
+
{
|
|
10072
|
+
"kind": "field",
|
|
10073
|
+
"name": "disablePolling",
|
|
10074
|
+
"type": {
|
|
10075
|
+
"text": "boolean"
|
|
10076
|
+
},
|
|
10077
|
+
"default": "false"
|
|
10078
|
+
},
|
|
10079
|
+
{
|
|
10080
|
+
"kind": "field",
|
|
10081
|
+
"name": "request",
|
|
10082
|
+
"type": {
|
|
10083
|
+
"text": "any"
|
|
10084
|
+
}
|
|
10085
|
+
},
|
|
11857
10086
|
{
|
|
11858
10087
|
"kind": "method",
|
|
11859
10088
|
"name": "requestChanged",
|
|
@@ -11939,6 +10168,24 @@
|
|
|
11939
10168
|
"privacy": "private",
|
|
11940
10169
|
"default": "true"
|
|
11941
10170
|
},
|
|
10171
|
+
{
|
|
10172
|
+
"kind": "field",
|
|
10173
|
+
"name": "criteriaFromFilters",
|
|
10174
|
+
"type": {
|
|
10175
|
+
"text": "Map<string, string>"
|
|
10176
|
+
},
|
|
10177
|
+
"privacy": "private",
|
|
10178
|
+
"default": "new Map()"
|
|
10179
|
+
},
|
|
10180
|
+
{
|
|
10181
|
+
"kind": "field",
|
|
10182
|
+
"name": "update",
|
|
10183
|
+
"type": {
|
|
10184
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
10185
|
+
},
|
|
10186
|
+
"privacy": "private",
|
|
10187
|
+
"default": "new BehaviorSubject(new Map())"
|
|
10188
|
+
},
|
|
11942
10189
|
{
|
|
11943
10190
|
"kind": "method",
|
|
11944
10191
|
"name": "deepClone",
|
|
@@ -12000,17 +10247,10 @@
|
|
|
12000
10247
|
"description": "Initializes the datasource.",
|
|
12001
10248
|
"privacy": "public"
|
|
12002
10249
|
},
|
|
12003
|
-
{
|
|
12004
|
-
"kind": "method",
|
|
12005
|
-
"name": "destroy",
|
|
12006
|
-
"description": "Destroys the datasource, resetting it to its initial state.",
|
|
12007
|
-
"privacy": "public"
|
|
12008
|
-
},
|
|
12009
10250
|
{
|
|
12010
10251
|
"kind": "method",
|
|
12011
10252
|
"name": "deinit",
|
|
12012
10253
|
"description": "Deinitialises the datasource, resetting it to its initial state.",
|
|
12013
|
-
"deprecated": "Use `destroy` instead",
|
|
12014
10254
|
"privacy": "public"
|
|
12015
10255
|
},
|
|
12016
10256
|
{
|
|
@@ -12018,7 +10258,7 @@
|
|
|
12018
10258
|
"name": "reset",
|
|
12019
10259
|
"description": "Resets the datasource to its initial state.",
|
|
12020
10260
|
"privacy": "public",
|
|
12021
|
-
"deprecated": "Use `
|
|
10261
|
+
"deprecated": "Use `deinit` instead"
|
|
12022
10262
|
},
|
|
12023
10263
|
{
|
|
12024
10264
|
"kind": "method",
|
|
@@ -12046,13 +10286,23 @@
|
|
|
12046
10286
|
"name": "handleErrors",
|
|
12047
10287
|
"parameters": [
|
|
12048
10288
|
{
|
|
12049
|
-
"name": "
|
|
10289
|
+
"name": "message",
|
|
12050
10290
|
"type": {
|
|
12051
|
-
"text": "string
|
|
10291
|
+
"text": "string"
|
|
12052
10292
|
}
|
|
12053
10293
|
}
|
|
12054
10294
|
]
|
|
12055
10295
|
},
|
|
10296
|
+
{
|
|
10297
|
+
"kind": "method",
|
|
10298
|
+
"name": "datasourceOptions",
|
|
10299
|
+
"privacy": "private",
|
|
10300
|
+
"return": {
|
|
10301
|
+
"type": {
|
|
10302
|
+
"text": "DatasourceOptions"
|
|
10303
|
+
}
|
|
10304
|
+
}
|
|
10305
|
+
},
|
|
12056
10306
|
{
|
|
12057
10307
|
"kind": "method",
|
|
12058
10308
|
"name": "handleStreamResult",
|
|
@@ -12105,6 +10355,16 @@
|
|
|
12105
10355
|
}
|
|
12106
10356
|
]
|
|
12107
10357
|
},
|
|
10358
|
+
{
|
|
10359
|
+
"kind": "method",
|
|
10360
|
+
"name": "buildCriteria",
|
|
10361
|
+
"privacy": "private",
|
|
10362
|
+
"return": {
|
|
10363
|
+
"type": {
|
|
10364
|
+
"text": "string"
|
|
10365
|
+
}
|
|
10366
|
+
}
|
|
10367
|
+
},
|
|
12108
10368
|
{
|
|
12109
10369
|
"kind": "method",
|
|
12110
10370
|
"name": "setFilter",
|
|
@@ -12122,11 +10382,7 @@
|
|
|
12122
10382
|
"text": "string"
|
|
12123
10383
|
}
|
|
12124
10384
|
}
|
|
12125
|
-
]
|
|
12126
|
-
"inheritedFrom": {
|
|
12127
|
-
"name": "GenesisGridDatasourceElement",
|
|
12128
|
-
"module": "src/datasource/base.datasource.ts"
|
|
12129
|
-
}
|
|
10385
|
+
]
|
|
12130
10386
|
},
|
|
12131
10387
|
{
|
|
12132
10388
|
"kind": "method",
|
|
@@ -12139,11 +10395,7 @@
|
|
|
12139
10395
|
"text": "string"
|
|
12140
10396
|
}
|
|
12141
10397
|
}
|
|
12142
|
-
]
|
|
12143
|
-
"inheritedFrom": {
|
|
12144
|
-
"name": "GenesisGridDatasourceElement",
|
|
12145
|
-
"module": "src/datasource/base.datasource.ts"
|
|
12146
|
-
}
|
|
10398
|
+
]
|
|
12147
10399
|
},
|
|
12148
10400
|
{
|
|
12149
10401
|
"kind": "method",
|
|
@@ -12498,17 +10750,6 @@
|
|
|
12498
10750
|
"module": "src/datasource/base.datasource.ts"
|
|
12499
10751
|
}
|
|
12500
10752
|
},
|
|
12501
|
-
{
|
|
12502
|
-
"kind": "field",
|
|
12503
|
-
"name": "datasource",
|
|
12504
|
-
"type": {
|
|
12505
|
-
"text": "Datasource"
|
|
12506
|
-
},
|
|
12507
|
-
"inheritedFrom": {
|
|
12508
|
-
"name": "GenesisGridDatasourceElement",
|
|
12509
|
-
"module": "src/datasource/base.datasource.ts"
|
|
12510
|
-
}
|
|
12511
|
-
},
|
|
12512
10753
|
{
|
|
12513
10754
|
"kind": "field",
|
|
12514
10755
|
"name": "deferredGridOptions",
|
|
@@ -12645,64 +10886,6 @@
|
|
|
12645
10886
|
"module": "src/datasource/base.datasource.ts"
|
|
12646
10887
|
}
|
|
12647
10888
|
},
|
|
12648
|
-
{
|
|
12649
|
-
"kind": "field",
|
|
12650
|
-
"name": "viewNumber",
|
|
12651
|
-
"type": {
|
|
12652
|
-
"text": "number"
|
|
12653
|
-
},
|
|
12654
|
-
"inheritedFrom": {
|
|
12655
|
-
"name": "GenesisGridDatasourceElement",
|
|
12656
|
-
"module": "src/datasource/base.datasource.ts"
|
|
12657
|
-
}
|
|
12658
|
-
},
|
|
12659
|
-
{
|
|
12660
|
-
"kind": "field",
|
|
12661
|
-
"name": "pollingInterval",
|
|
12662
|
-
"type": {
|
|
12663
|
-
"text": "number"
|
|
12664
|
-
},
|
|
12665
|
-
"inheritedFrom": {
|
|
12666
|
-
"name": "GenesisGridDatasourceElement",
|
|
12667
|
-
"module": "src/datasource/base.datasource.ts"
|
|
12668
|
-
}
|
|
12669
|
-
},
|
|
12670
|
-
{
|
|
12671
|
-
"kind": "field",
|
|
12672
|
-
"name": "disablePolling",
|
|
12673
|
-
"type": {
|
|
12674
|
-
"text": "boolean"
|
|
12675
|
-
},
|
|
12676
|
-
"default": "false",
|
|
12677
|
-
"inheritedFrom": {
|
|
12678
|
-
"name": "GenesisGridDatasourceElement",
|
|
12679
|
-
"module": "src/datasource/base.datasource.ts"
|
|
12680
|
-
}
|
|
12681
|
-
},
|
|
12682
|
-
{
|
|
12683
|
-
"kind": "field",
|
|
12684
|
-
"name": "request",
|
|
12685
|
-
"type": {
|
|
12686
|
-
"text": "any"
|
|
12687
|
-
},
|
|
12688
|
-
"inheritedFrom": {
|
|
12689
|
-
"name": "GenesisGridDatasourceElement",
|
|
12690
|
-
"module": "src/datasource/base.datasource.ts"
|
|
12691
|
-
}
|
|
12692
|
-
},
|
|
12693
|
-
{
|
|
12694
|
-
"kind": "field",
|
|
12695
|
-
"name": "requestAutoSetup",
|
|
12696
|
-
"type": {
|
|
12697
|
-
"text": "boolean"
|
|
12698
|
-
},
|
|
12699
|
-
"default": "true",
|
|
12700
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
12701
|
-
"inheritedFrom": {
|
|
12702
|
-
"name": "GenesisGridDatasourceElement",
|
|
12703
|
-
"module": "src/datasource/base.datasource.ts"
|
|
12704
|
-
}
|
|
12705
|
-
},
|
|
12706
10889
|
{
|
|
12707
10890
|
"kind": "field",
|
|
12708
10891
|
"name": "rowIdAttr",
|
|
@@ -12738,67 +10921,14 @@
|
|
|
12738
10921
|
"module": "src/datasource/base.datasource.ts"
|
|
12739
10922
|
}
|
|
12740
10923
|
},
|
|
12741
|
-
{
|
|
12742
|
-
"kind": "field",
|
|
12743
|
-
"name": "criteriaFromFilters",
|
|
12744
|
-
"type": {
|
|
12745
|
-
"text": "Map<string, string>"
|
|
12746
|
-
},
|
|
12747
|
-
"privacy": "protected",
|
|
12748
|
-
"default": "new Map()",
|
|
12749
|
-
"inheritedFrom": {
|
|
12750
|
-
"name": "GenesisGridDatasourceElement",
|
|
12751
|
-
"module": "src/datasource/base.datasource.ts"
|
|
12752
|
-
}
|
|
12753
|
-
},
|
|
12754
|
-
{
|
|
12755
|
-
"kind": "field",
|
|
12756
|
-
"name": "update",
|
|
12757
|
-
"type": {
|
|
12758
|
-
"text": "BehaviorSubject<Map<string, string>>"
|
|
12759
|
-
},
|
|
12760
|
-
"privacy": "protected",
|
|
12761
|
-
"default": "new BehaviorSubject(new Map())",
|
|
12762
|
-
"inheritedFrom": {
|
|
12763
|
-
"name": "GenesisGridDatasourceElement",
|
|
12764
|
-
"module": "src/datasource/base.datasource.ts"
|
|
12765
|
-
}
|
|
12766
|
-
},
|
|
12767
|
-
{
|
|
12768
|
-
"kind": "method",
|
|
12769
|
-
"name": "datasourceOptions",
|
|
12770
|
-
"privacy": "protected",
|
|
12771
|
-
"return": {
|
|
12772
|
-
"type": {
|
|
12773
|
-
"text": "DatasourceOptions"
|
|
12774
|
-
}
|
|
12775
|
-
},
|
|
12776
|
-
"inheritedFrom": {
|
|
12777
|
-
"name": "GenesisGridDatasourceElement",
|
|
12778
|
-
"module": "src/datasource/base.datasource.ts"
|
|
12779
|
-
}
|
|
12780
|
-
},
|
|
12781
|
-
{
|
|
12782
|
-
"kind": "method",
|
|
12783
|
-
"name": "buildCriteria",
|
|
12784
|
-
"privacy": "private",
|
|
12785
|
-
"return": {
|
|
12786
|
-
"type": {
|
|
12787
|
-
"text": "string"
|
|
12788
|
-
}
|
|
12789
|
-
},
|
|
12790
|
-
"inheritedFrom": {
|
|
12791
|
-
"name": "GenesisGridDatasourceElement",
|
|
12792
|
-
"module": "src/datasource/base.datasource.ts"
|
|
12793
|
-
}
|
|
12794
|
-
},
|
|
12795
10924
|
{
|
|
12796
10925
|
"kind": "field",
|
|
12797
10926
|
"name": "isRequestServer",
|
|
12798
10927
|
"type": {
|
|
12799
10928
|
"text": "boolean"
|
|
12800
10929
|
},
|
|
12801
|
-
"
|
|
10930
|
+
"privacy": "protected",
|
|
10931
|
+
"default": "false",
|
|
12802
10932
|
"inheritedFrom": {
|
|
12803
10933
|
"name": "GenesisGridDatasourceElement",
|
|
12804
10934
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -12952,6 +11082,21 @@
|
|
|
12952
11082
|
}
|
|
12953
11083
|
],
|
|
12954
11084
|
"attributes": [
|
|
11085
|
+
{
|
|
11086
|
+
"name": "polling-interval",
|
|
11087
|
+
"type": {
|
|
11088
|
+
"text": "number"
|
|
11089
|
+
},
|
|
11090
|
+
"fieldName": "pollingInterval"
|
|
11091
|
+
},
|
|
11092
|
+
{
|
|
11093
|
+
"name": "disable-polling",
|
|
11094
|
+
"type": {
|
|
11095
|
+
"text": "boolean"
|
|
11096
|
+
},
|
|
11097
|
+
"default": "false",
|
|
11098
|
+
"fieldName": "disablePolling"
|
|
11099
|
+
},
|
|
12955
11100
|
{
|
|
12956
11101
|
"name": "restart-on-reconnection",
|
|
12957
11102
|
"type": {
|
|
@@ -13069,53 +11214,6 @@
|
|
|
13069
11214
|
"module": "src/datasource/base.datasource.ts"
|
|
13070
11215
|
}
|
|
13071
11216
|
},
|
|
13072
|
-
{
|
|
13073
|
-
"name": "view-number",
|
|
13074
|
-
"type": {
|
|
13075
|
-
"text": "number"
|
|
13076
|
-
},
|
|
13077
|
-
"fieldName": "viewNumber",
|
|
13078
|
-
"inheritedFrom": {
|
|
13079
|
-
"name": "GenesisGridDatasourceElement",
|
|
13080
|
-
"module": "src/datasource/base.datasource.ts"
|
|
13081
|
-
}
|
|
13082
|
-
},
|
|
13083
|
-
{
|
|
13084
|
-
"name": "polling-interval",
|
|
13085
|
-
"type": {
|
|
13086
|
-
"text": "number"
|
|
13087
|
-
},
|
|
13088
|
-
"fieldName": "pollingInterval",
|
|
13089
|
-
"inheritedFrom": {
|
|
13090
|
-
"name": "GenesisGridDatasourceElement",
|
|
13091
|
-
"module": "src/datasource/base.datasource.ts"
|
|
13092
|
-
}
|
|
13093
|
-
},
|
|
13094
|
-
{
|
|
13095
|
-
"name": "disable-polling",
|
|
13096
|
-
"type": {
|
|
13097
|
-
"text": "boolean"
|
|
13098
|
-
},
|
|
13099
|
-
"default": "false",
|
|
13100
|
-
"fieldName": "disablePolling",
|
|
13101
|
-
"inheritedFrom": {
|
|
13102
|
-
"name": "GenesisGridDatasourceElement",
|
|
13103
|
-
"module": "src/datasource/base.datasource.ts"
|
|
13104
|
-
}
|
|
13105
|
-
},
|
|
13106
|
-
{
|
|
13107
|
-
"name": "request-auto-setup",
|
|
13108
|
-
"type": {
|
|
13109
|
-
"text": "boolean"
|
|
13110
|
-
},
|
|
13111
|
-
"default": "true",
|
|
13112
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
13113
|
-
"fieldName": "requestAutoSetup",
|
|
13114
|
-
"inheritedFrom": {
|
|
13115
|
-
"name": "GenesisGridDatasourceElement",
|
|
13116
|
-
"module": "src/datasource/base.datasource.ts"
|
|
13117
|
-
}
|
|
13118
|
-
},
|
|
13119
11217
|
{
|
|
13120
11218
|
"name": "row-id",
|
|
13121
11219
|
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|